(mail-mode-map): Use eval-after-load to change it.
[emacs.git] / lisp / ChangeLog
blob00f110011628dcdeaa76ff2d4747a27a4390a101
1 2002-02-09  Richard M. Stallman  <rms@gnu.org>
3         * mail/mailabbrev.el (mail-mode-map): Use eval-after-load to change it.
5 2002-02-09  Kim F. Storm  <storm@cua.dk>
7         * faces.el (mode-line-inactive): New face for mode-line for
8         non-selected windows.
9         (mode-line): Doc fix: Only used for selected window.
11 2002-02-08  Eli Zaretskii  <eliz@is.elta.co.il>
13         * calendar/cal-menu.el (calendar-mode-map): Change the menu item's
14         name to "Insert Diary Entry".
16 2002-02-08  Stefan Monnier  <monnier@cs.yale.edu>
18         * font-lock.el (save-buffer-state): Use restore-buffer-modified-p.
19         (c-font-lock-syntactic-face-function): Accept doxygen-style comments.
21 2002-02-08  Richard M. Stallman  <rms@gnu.org>
23         * textmodes/text-mode.el (text-mode-hook-identify): Define as no-op.
25 2002-02-08  Andreas Schwab  <schwab@suse.de>
27         * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead
28         of point-min.
30 2002-02-08  Eli Zaretskii  <eliz@is.elta.co.il>
32         * net/ange-ftp.el (ange-ftp-process-handle-line)
33         (ange-ftp-set-xfer-size): If the file's size is a float, divide
34         by 1024 instead of using ash.
36         * international/mule-cmds.el (select-safe-coding-system):
37         State the buffer's name in the message popped in the *Warning* buffer,
38         and make sure the offending buffer is displayed.
40 2002-02-07  Markus Rost  <rost@math.ohio-state.edu>
42         * ffap.el (ffap-newsgroup-p): Test for non-nil symbol-value of htb.
44 2002-02-07  Richard M. Stallman  <rms@gnu.org>
46         * terminal.el (terminal-map): Define [menu-bar] so global def is seen.
48         * register.el (list-registers): New command.
49         (describe-register-1): New subroutine, taken out of view-register.
51         * emacs-lisp/copyright.el (copyright-regexp):
52         Delete the unibyte copyright symbol; it's redundant.
53         Fix a spazz in the multibyte encoding here.
55 2002-02-07  Dave Love  <fx@gnu.org>
57         * language/cyril-util.el (cyrillic-encode-koi8-r-char)
58         (cyrillic-encode-alternativnyj-char): Get translation tables from
59         symbol properties, not as variables.
60         (standard-display-cyrillic-translit): Include unicodes.
62 2002-02-06  Kim F. Storm  <storm@cua.dk>
64         * help.el (where-is): Report remapped commands.
66         * help-fns.el (describe-function-1): Ditto.
68         * subr.el (global-set-key, local-set-key): Accept a symbol for the
69         KEY argument (like define-key).
71 2002-02-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
73         * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
75 2002-02-06  Richard M. Stallman  <rms@gnu.org>
77         * mail/mailabbrev.el: Require sendmail only at compile time.
78         (mail-mode-header-syntax-table): Var deleted.
79         (mail-abbrev-syntax-table): Init to nil, will compute when needed.
80         (sendmail-pre-abbrev-expand-hook): Only temporarily change
81         local-abbrev-table and the syntax table.
82         Compute mail-abbrev-syntax-table if that has not been done.
84         * progmodes/compile.el (grep-compute-defaults): Definition moved up.
86         * emacs-lisp/debug.el (debugger-frame-offset): Var deleted.
87         (debugger-frame-number): Figure out the offset directly.
88         (debugger-setup-buffer): Don't use debugger-frame-offset.
89         (debugger-frame, debugger-frame-clear): Likewise.
90         (debugger-jump): Don't alter debugger-frame-offset.
92         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
93         Replace foo-p as var name with foo-flag, not foo-p-flag.
95         * hilit-chg.el (highlight-changes-active-string): Default to +Chg.
96         (highlight-changes-passive-string): Default to -Chg.
97         (highlight-changes-global-modes): Doc fix.
99         * dired.el (dired-get-filename): Add /: when appropriate
100         to avoid taking a local name as remote.
102         * files.el (file-name-non-special): Add special handling for
103         file-name-sans-versions, file-name-completion, and
104         file-name-all-completions.
106         * isearch.el (isearch-update): Don't update display in kbd macro.
107         (isearch-lazy-highlight-new-loop): Do nothing in kbd macro.
109         * subr.el (force-mode-line-update): Doc fix.
111         * subr.el (atomic-change-group, prepare-change-group)
112         (activate-change-group, accept-change-group, cancel-change-group):
113         New functions.
115         * simple.el (undo-get-state, undo-revert-to-state): Fns deleted.
116         (transpose-subr-1): Use atomic-change-group.
118         * subr.el (add-minor-mode): Include the mode's lighter string
119         in the minor mode menu item name.
121         * mail/rmail.el (rmail-toggle-header): Avoid possibly slow call to
122         rmail-count-screen-lines starting from (point-min).
124         * startup.el (use-fancy-splash-screens-p): Need 19 lines,
125         beyond the image height, to use the fancy splash screen.
127         * textmodes/text-mode.el (text-mode-hook-identify): Function deleted.
128         (text-mode): Set text-mode-variant here.
130 2002-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
132         * play/pong.el (pong-height): Don't use height that exceeds the
133         frame height.
134         (pong-border-options): Make the border colors slightly more bright.
136         * play/gamegrid.el (gamegrid-display-type): Treat any
137         color-capable display as color-x, if display-color-p is fboundp.
138         (gamegrid-make-color-x-face): Don't call gamegrid-color twice.
139         (gamegrid-make-color-tty-face): Use the value of color, not the
140         symbol itself.  Don't call gamegrid-color.
142 2002-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
144         * gud.el (gud-refresh): Call recenter only after we are sure we
145         are in the right window.
147 2002-02-05  Per Abrahamsen  <abraham@dina.kvl.dk>
149         * cus-edit.el (customize-mark-to-save): New function.
150         * menu-bar.el (menu-bar-options-save): Rewrote.
152 2002-02-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
154         * cus-start.el (x-use-underline-position-properties):
155         Allow customization.
157 2002-02-04  Simon Josefsson  <jas@extundo.com>
159         * dired.el (dired-load-hook, dired-mode-hook)
160         (dired-before-readin-hook, dired-after-readin-hook): Defcustom.
162 2002-02-03  Colin Walters  <walters@verbum.org>
164         * ibuf-ext.el (ibuffer-filter-format-alist)
165         (ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats):
166         New variables.
167         * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer
168         is now the Emacs CVS tree.
169         (ibuffer-formats): Doc fix.
170         (ibuffer-active-formats-name, ibuffer-current-formats): New functions.
171         (ibuffer-current-format): Use them.
172         (ibuffer-recompile-formats, ibuffer-check-formats)
173         (ibuffer-switch-format, ibuffer-update-title):
174         Add support for ibuffer-filter-format-alist.
175         (define-ibuffer-column process): Remove unncessary consing.
177         * ibuf-macs.el (define-ibuffer-column): Add beginnings of support
178         for a summary column.
180 2002-02-03  Andreas Schwab  <schwab@suse.de>
182         * window.el (save-selected-window): Move macro before first use.
183         (balance-windows): Fix misplaced parenthesis.
185 2002-02-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
187         * calculator.el (calculator-displayers): Doc fixes.
189 2002-02-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
191         * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
192         (menu-bar-options-save): Save also the value of `display-time-mode'.
193         (showhide-date-time): New function.
194         (menu-bar-showhide-menu): New menu-item "Date and time".
196 2002-02-03  Eli Zaretskii  <eliz@is.elta.co.il>
198         * mail/rmail.el (rmail): Use find-buffer-visiting instead of
199         get-file-buffer to check for rmail buffer existence.
201         * term.el (term-emulate-terminal): Extract proper command string
202         which is supplied to term-command-hook.
204 2002-02-03  Richard M. Stallman  <rms@gnu.org>
206         * international/quail.el (quail-help): Don't call help-setup-xref.
208         * international/mule-cmds.el (describe-input-method):
209         Call help-setup-xref here.
210         (describe-current-input-method): Doc fix.
212         * novice.el (disabled-command-hook): Clarify output text.
213         Indent the paragraph from the command's doc string.
215         * dabbrev.el (dabbrev--goto-start-of-abbrev):
216         Exit loop on beginning of field rather than bobp.
218 2002-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
220         * mail/uce.el (uce-reply-to-uce): Prune the headers before copying
221         the message text into the *mail* buffer, and restore the pruned
222         state after that.
224         * mail/rmail.el (rmail-redecode-body): Prune the headers before
225         looking for X-Coding-System header, and restore the pruned state
226         before returning.
228 2002-02-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
230         * cus-edit.el (customize-save-variable): Fix typo in prompt.
232         These changes integrate new version of flyspell.el from its
233         maintainer, Manuel Serrano:
235         * textmodes/flyspell.el (flyspell-issue-message-flag): New user option.
236         (flyspell-mode-on, flyspell-notify-misspell)
237         (flyspell-small-region, flyspell-external-point-words)
238         (flyspell-large-region): Use it
239         (flyspell-before-incorrect-word-string)
240         (flyspell-after-incorrect-word-string): New user options.
241         (make-flyspell-overlay): Use them.
242         (flyspell-version): New function.
243         (flyspell-incorrect-face, flyspell-duplicate-face): Adapt face
244         definitions to use :weight.
245         (flyspell-insert-function): New user option.
246         (flyspell-auto-correct-word, flyspell-correct-word)
247         (flyspell-xemacs-correct): Use it.
248         (flyspell-define-abbrev): New function.
249         (flyspell-auto-correct-word, flyspell-correct-word)
250         (flyspell-xemacs-correct): Use it.
251         (make-flyspell-overlay): Use `evaporate' property.
252         (flyspell-auto-correct-word, flyspell-correct-word): Remove overlay.
253         (flyspell-emacs-popup): Use `session' instead of `accept'.
254         (flyspell-auto-correct-previous-pos): New variable.
255         (flyspell-auto-correct-previous-hook)
256         (flyspell-auto-correct-previous-word): New functions.
258 2002-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
260         * novice.el (enable-command): If Emacs was invoked as "emacs -q",
261         don't alter the user's ~/.emacs.
262         (disable-command): If user-init-file is nil or does not exist,
263         default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
264         But don't alter the init file if Emacs was invoked as "emacs -q"
266 2002-02-01  Stefan Monnier  <monnier@cs.yale.edu>
268         * mail/sendmail.el (mail-mode): Undo half of last change.
270         * indent.el (indent-for-tab-command): Remove spurious code.
272         * hi-lock.el (hi-lock-find-patterns): Save restriction.
274 2002-02-01  Eli Zaretskii  <eliz@is.elta.co.il>
276         * calendar/time-date.el: Moved from lisp/gnus.
278         * calendar/parse-time.el: Ditto.
280 2002-01-31  Richard M. Stallman  <rms@gnu.org>
282         * international/iso-acc.el (iso-languages): Fix ", " in French.
284         * cus-start.el (history-length): Specify customization for it.
286         * emacs-lisp/debug.el (debugger-setup-buffer):
287         When an eval-buffer frame was reading from a buffer,
288         insert indication of the buffer position.
289         (debugger-frame-number): Ignore ;;;-comment lines in backtrace.
290         (debugger-frame-clear, debugger-frame): Error on non-frame line.
292         * simple.el (shell-command-on-region): Err if no mark
293         before reading the command string.
295         * hl-line.el (hl-line-highlight, hl-line-unhighlight):
296         Definitions moved down after hl-line-mode var's definition.
298         * hilit-chg.el (hilit-chg-fixup): Don't alter overlay if not ours.
299         (hilit-chg-set-face-on-change): Rename arg.
300         (hilit-chg-make-ov): Detect error earlier.
302         * ediff-hook.el: Delete autoload cookies.
304         * comint.el (comint-scroll-show-maximum-output): Default is t.
306         * emacs-lisp/bytecomp.el (batch-byte-compile): New arg noforce.
307         (batch-byte-compile-if-not-done): New function.
309         * Makefile.in (compile): New target.
310         (compile-always): Renamed from compile-files.
311         (compile-after-backup): Renamed from compile.
312         (bootstrap): Depend on compile-always, not compile-files.
314         * emulation/pc-select.el (pc-select-save-and-set-mode):
315         Properly use MODE-VAR.
317 2002-01-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
319         * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
320         Version" to "About Emacs".
321         (menu-bar-options-save): Add `default-frame-alist'
322         to saved variables.
323         (menu-bar-showhide-scroll-bar-menu): Use frame-parameters instead
324         of the variable `scroll-bar-mode'.
326         * startup.el (normal-splash-screen, display-splash-screen):
327         New functions (separated from command-line-1).
328         (command-line-1): Use them.
330 2002-01-28  Eli Zaretskii  <eliz@is.elta.co.il>
332         * calendar/calendar.el (generate-calendar-month): Doc fix.
334 2002-01-27  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
336         * time.el (display-time-mail-directory): New option.
337         (display-time-mail-function): Update doc-string.
338         (display-time-mail-icon): Use XPM image when available.
339         (display-time-string-forms): Use more descriptive text as
340         help-echo property.
341         (display-time-mail-check-directory): New function.
342         (display-time-update): Use it.
344         * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
345         Quote `window-system'.
347         * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
348         Add Keywords header.  Update Commentary section.
349         Update copyright notice.
351         * menu-bar.el (menu-bar-scroll-bar-right)
352         (menu-bar-scroll-bar-left, menu-bar-scroll-bar-none)
353         (showhide-menu-bar): New functions.
354         (menu-bar-showhide-menu): New submenu "Show/Hide".
355         (menu-bar-showhide-scroll-bar-menu): "Scroll-bar" submenu of
356         "Show/Hide".
357         Update copyright notice.
359 2002-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
361         * lazy-lock.el (lazy-lock-mode): Add a reference to jit-lock.
363 2002-01-26  Evgeny Roubinchtein  <evgenyr@cs.washington.edu>
365         * pc-select.el (pc-selection-mode-hook)
366         (pc-select-saved-settings-alist, pc-select-map)
367         (pc-select-saved-global-map, pc-select-key-bindings-alist)
368         (pc-select-default-key-bindings, pc-select-extra-key-bindings)
369         (pc-select-meta-moves-sexps-key-bindings)
370         (pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
371         New variables.
372         (pc-select-define-keys, pc-select-restore-keys): New functions.
373         (pc-select-add-to-alist, pc-select-save-and-set-var)
374         (pc-select-save-and-set-mode, pc-select-restore-var)
375         (pc-select-restore-mode): New macros.
376         (pc-selection-mode): Completely rewrote the body of the function;
377         the main goal was to make pc-selection-mode "turn-off"-able, like
378         other minor modes.  Use define-minore-mode instead of just a
379         defun.  Store the key bindings into four alists:
380         pc-select-default-key-bindings, pc-select-extra-key-bindings,
381         pc-select-meta-moves-sexps-key-bindings, and
382         pc-select-tty-key-bindings; then have the pc-select-define-keys
383         function walk those alists instead of calling define-key
384         repeatedly.  When the mode is turned on, set the
385         keybindings in global-map and remember the old keybindings; when
386         the mode is turned off, restore the previously-saved keybindings.
387         (pc-selection-mode defcustom): Reflect the fact that the mode is
388         now "turn-off"-able.
390 2002-01-26  Eli Zaretskii  <eliz@is.elta.co.il>
392         * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval
393         returns t, don't treat that as an error.
395 2002-01-25  Jason Rumney  <jasonr@gnu.org>
397         * faces.el (face-font-registry-alternatives) [windows-nt]:
398         Add ms-oemlatin as an alternative for iso8859-1.
400 2002-01-25  Stefan Monnier  <monnier@cs.yale.edu>
402         * pcvs.el (cvs-reread-cvsrc): Distinguish between an empty list of
403         args and the absence of an entry.  Don't add -f each time.
405 2002-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
407         * emacs-lisp/cl-seq.el (mismatch): Doc fix.
409         Support for more than 8 colors on character terminals:
411         * term/rxvt.el: New file.
413         * Makefile.in (DONTCOMPILE): Remove term/xterm.el.
415         * term/xterm.el (xterm-standard-colors): New variable.
416         (xterm-rgb-convert-to-16bit, xterm-register-default-colors)
417         (xterm-rxvt-set-background-mode): New functions.
418         (toplevel): Call xterm-register-default-colors,
419         xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
420         Add support for more keys from xterm's terminfo entry.
422         * facemenu.el (list-colors-display): If the argument is nil, don't
423         show more colors that the number returned by display-color-cells.
425         * term/pc-win.el (msdos-color-values): Reverse the order of the
426         colors, since tty-color-define now preserves the registration order.
428         * w32-fns.el (w32-tty-standard-colors): Reverse the order.
430         * term/tty-colors.el (tty-standard-colors): Reverse the order.
431         (tty-register-default-colors): New function; code moved from
432         startup.el's command-line.
433         (tty-modify-color-alist): Use nconc instead of cons, to preserve
434         the order the colors where registered.
436         * frame.el (display-color-cells): Use tty-display-color-cells.
438         * startup.el (command-line): Call tty-register-default-colors.
440 2002-01-25  Richard M. Stallman  <rms@gnu.org>
442         * subr.el (remove): Doc fix.
444 2002-01-24  Richard M. Stallman  <rms@gnu.org>
446         * progmodes/compile.el (compilation-handle-exit):
447         Add a compilation-handle-exit property to the "finished" message.
448         (compilation-parse-errors): Stop parsing when that property is seen.
450         * subr.el (substring-no-properties): New function.
451         (copy-without-properties): Function deleted.
453         * term/x-win.el (x-handle-geometry): Put sizes on both
454         initial-frame-alist and default-frame-alist.
456         * cus-edit.el (custom-save-all): Bind file-precious-flag to t
457         for saving .emacs.
459         * files.el (basic-save-buffer-2): Ignore file-error in delete-file.
461         * calendar/calendar.el (generate-calendar-month): Doc fix.
463 2002-01-23  Richard M. Stallman  <rms@gnu.org>
465         * play/tetris.el (tetris): New defgroup.
466         (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
467         (tetris-default-tick-period): Convert to defcustom.
468         Added * in docstring to indicate user variable.
469         (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
470         (tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
471         (tetris-buffer-height, tetris-width, tetris-height)
472         (tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
474 2002-01-22  Stefan Monnier  <monnier@cs.yale.edu>
476         * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix
477         and is already matched by adaptive-fill-regexp.
479 2002-01-22  Richard M. Stallman  <rms@gnu.org>
481         * bindings.el (mode-line-copied-mode-name): New variable.
482         (mode-line-mode-name): Don't modify mode-name itself!
483         Instead, make a copy and reuse it.
485         * subr.el (copy-without-properties): New function.
487         * progmodes/sh-script.el (sh-set-shell): Doc fix.
489         * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
490         slash if DIR is just slash.
492         * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition.
494 2002-01-21  Richard M. Stallman  <rms@gnu.org>
496         * emacs-lisp/copyright.el (copyright-regexp): Fix previous change.
498         * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed):
499         Move defvar up.
501         * textmodes/ispell.el (ispell-help): Clean up echo area if user quits.
503         * ibuffer.el: Don't require ibuf-ext at load time.
504         (ibuffer): Require ibuf-ext here.
506 2002-01-21  Francesco Potorti`  <pot@gnu.org>
508         * generic-x.el (apache-conf-generic-mode): Highlight the first
509         word in a line even if preceded by blanks.
511 2002-01-21  Richard M. Stallman  <rms@gnu.org>
513         * window.el (window-body-height): Handle minibuffer window specially.
514         Otherwise, don't return less than 1.
516 2002-01-20  Thomas Dorner  <Thomas.Dorner@start.de>
518         * ange-ftp.el: Added support for BS2000, and for raw ftp
519         login commands (needed in some circumstances).
520         (ange-ftp-raw-login): New custom var.
521         (ange-ftp-normal-login): Perform login with raw ftp commands, if
522         ange-ftp-raw-login is set and account password is needed.
523         (ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
524         (ange-ftp-bs2000-filename-pubset-regexp)
525         (ange-ftp-bs2000-filename-username-regexp)
526         (ange-ftp-bs2000-filename-prefix-regexp)
527         (ange-ftp-bs2000-name-template): New consts.
528         (ange-ftp-bs2000-short-filename-regexp)
529         (ange-ftp-bs2000-fix-name-regexp-reverse)
530         (ange-ftp-bs2000-fix-name-regexp): New consts.
531         (ange-ftp-bs2000-special-prefix): New custom var.
532         (ange-ftp-fix-name-for-bs2000)
533         (ange-ftp-fix-dir-name-for-bs2000): New funs.
534         (ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
535         (ange-ftp-bs2000-posix-hook-installed): New vars.
536         (ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
537         (ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
538         (ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
539         (ange-ftp-bs2000-filename-regexp): New const.
540         (ange-ftp-bs2000-additional-pubsets): New custom var.
541         (ange-ftp-bs2000-cd-to-posix): New fun.
543 2002-01-20  Colin Walters  <walters@verbum.org>
545         * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
546         with `byte-compile-dynamic'.
547         (ibuffer-default-directory, toplevel): Doc files.
549 2002-01-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
551         * tempo.el (tempo-define-template): Doc fix.
553         * scroll-bar.el (scroll-bar-mode): Make argument optional.
555 2002-01-20  Jason Rumney  <jasonr@gnu.org>
557         * w32-vars.el: New file.
559         * loadup.el [windows-nt]: Load it.
561         * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
562         and make them defcustoms.
564         * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
566 2002-01-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
568         * language/tibet-util.el (tibetan-decompose-region)
569         (tibetan-decompose-string): Fix typo in docstring.
571         * ruler-mode.el (ruler-mode): New keyword.  Fix :version.
573 2002-01-18  Richard M. Stallman  <rms@gnu.org>
575         * comint.el (comint-redirect-send-command-to-process):
576         Restore previous current buffer.
578         * window.el (window-body-height): New function.
580 2002-01-18  Zoltan Kemenczy  <kemenczy@rogers.com>
582         * gud.el (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
583         "Finish Function" menu map entries for jdb mode.
584         (gud-jdb-use-classpath): New customization variable.
585         (gud-jdb-command-name): Add customization.
586         (gud-jdb-classpath, gud-marker-acc-max-length): New variables.
587         (gud-jdb-classpath-string): New variable.
588         (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
589         (gud-jdb-build-source-files-list): Likewise.
590         (gud-jdb-massage-args): Record any command argument classpath
591         string in `gud-jdb-classpath-string'.
592         (gud-jdb-lowest-stack-level): New function, finds bottom of current
593         java call stack in jdb output.
594         (gud-jdb-find-source-using-classpath, gud-jdb-find-source)
595         (gud-jdb-parse-classpath-string): New functions.
596         (gud-jdb-marker-filter): Search/detect classpath information in
597         jdb's output.  marker regexp updated to match oldjdb and jdb output
598         formats.  Expand search for source files to include new/old methods
599         using new functions above.  Do not allow `gud-marker-acc' to grow
600         without bound.
601         (jdb): Set classpath information (if available) as jdb is started.
602         Change `gud-break' and `gud-remove'
603         to use new %c ("class") escape in format strings.  Add
604         `gud-finish', `gud-up', `gud-down' command string functions, and
605         add them to the local menu map.  Update `comint-prompt-regexp' for
606         jdb and oldjdb.  If attaching to an already running java VM and
607         configured to use classpath, send command to query for classpath,
608         else use previous method for finding and parsing java
609         sources.  Set `gud-jdb-find-source' function accordingly.
610         (gud-mode): Doc fix.
611         (gud-format-command): Add support for new %c ("class") escape.
612         (gud-find-class): New function in support of %c escape.
614 2002-01-17  Richard M. Stallman  <rms@gnu.org>
616         * ibuf-ext.el: Enable byte-compile-dynamic.
618 2002-01-17  Jason Rumney  <jasonr@gnu.org>
620         * term/w32-win.el: Restore conditional require of fontset.
622 2002-01-16  Richard M. Stallman  <rms@gnu.org>
624         * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
625         more or less.
626         (mouse-drag-region): New function.  For a click in the echo area,
627         show *Messages*.
629         * ibuf-ext.el: Delete the autoloads for functions defined with
630         ibuffer-specific commands.
632         * help.el (describe-distribution): Really call view-file.
634         * net/ange-ftp.el (ange-ftp-passive-mode): New arg PROC.
635         (ange-ftp-get-process): Pass that arg.
637         * comint.el (comint-simple-send): Fix previous change.
639         * net/telnet.el (telnet-simple-send): Fix previous change.
641         * progmodes/sql.el (sql-escape-newlines-and-send)
642         (sql-query-placeholders-and-send): Fix previous change.
644 2002-01-16  Colin Walters  <walters@verbum.org>
646         * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS,
647         URL, Compatibility headers.  Update copyright notice.
648         * ibuf-macs.el (toplevel): Require `cl' when compiling.
650 2002-01-16  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
652         * startup.el (command-line): Set EOL mnemonics for the Mac.
654 2002-01-16  Andreas Schwab  <schwab@suse.de>
656         * mail/feedmail.el (feedmail): Fix :link spec.
658 2002-01-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
660         * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
661         2 ldapsearch.
663         * net/eudc.el: New maintainer.  Change author's address.
664         (eudc-pre-select-window-configuration, eudc-insertion-marker):
665         Variables removed.
666         (eudc-insert-selected): Function removed.
667         (eudc-select): Reimplemented.
668         (eudc-expand-inline): Delete the strings only after its expansion
669         is chosen not before.
671         * net/eudcb-ph.el (eudc-ph-open-session): Remove XEmacs case.
672         Minor coding style fixes.
674         * net/eudcb-ldap.el: New maintainer.  Change author's address.
675         (eudc-attribute-display-method-alist): Display mail with
676         eudc-display-mail.
678         * net/eudcb-bbdb.el, net/eudc-export.el, net/eudc-hotlist.el,
679         * net/eudc-vars.el: New maintainer.  Change author's address.
681         * net/eudc-bob.el: New maintainer.  Change author's address.
682         (eudc-bob-mail-keymap): New keymap for e-mail addresses.
683         (eudc-display-mail): New function.
684         (eudc-bob-play-sound-at-point): Remove XEmacs case.
686 2002-01-15  Richard M. Stallman  <rms@gnu.org>
688         * emacs-lisp/autoload.el (make-autoload):
689         Don't handle define-ibuffer-column, define-ibuffer-filter,
690         define-ibuffer-sorter, and define-ibuffer-op.
692 2002-01-14  Richard M. Stallman  <rms@gnu.org>
694         * calendar/calendar.el (diary-date-forms): Doc fix.
696 2002-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
698         * startup.el (command-line): Register the default tty colors even
699         if the terminal doesn't seem to support colors.
700         <tty-long-option-alist>: New option --color.
701         (tty-handle-args): Parse the --color arg.
703         * term/tty-colors.el (tty-color-mode-alist): New variable.
705 2002-01-14  Stefan Monnier  <monnier@cs.yale.edu>
707         * net/ange-ftp.el (ange-ftp-root-dir-p): New function.
708         (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
709         Use it.
710         (ange-ftp-hook-function): Preserve match-data.
711         (ange-ftp-insert-directory): Typo.
712         (ange-ftp-shell-command): Check if regexp matched.
714 2002-01-13  Richard M. Stallman  <rms@gnu.org>
716         * international/mule-cmds.el: help-map bindings moved to help.el.
718         * help.el (view-echo-area-messages): New function.
719         (help-map): Add `e' binding.  Delete obsolete `d' binding.
720         Change old Info bindings C-f, C-k and C-i to F, K, S.
721         Move view-emacs-FAQ from F to C-f.
722         Move view-emacs-problems from P to C-e.
723         Bindings moved here from mule-cmds.el.
724         C-l binding for describe-language-environment deleted
725         (help-for-help): Update for all these changes.
727         * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
729 2002-01-13  Dave Love  <fx@gnu.org>
731         * emacs-lisp/copyright.el: Doc fixes.
732         (copyright-regexp): Add Latin-9 copyright sign.
733         Match comment delimiters in year lists.
734         (copyright-current-year): Initialize to load-time year.
736 2002-01-13  Andreas Schwab  <schwab@suse.de>
738         * dired-aux.el (dired-do-shell-command): Doc fix.
740 2002-01-13  Jan Djarv  <Jan.Djarv@mbox200.swipnet.se>
742         * startup.el (command-line-x-option-alist): New options "-fs",
743         "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
745         * term/x-win.el (x-handle-initial-switch): New function.
747 2002-01-13  Colin Walters  <walters@debian.org>
749         * emacs-lisp/autoload.el (make-autoload): Handle
750         define-ibuffer-column, define-ibuffer-filter,
751         define-ibuffer-sorter, and define-ibuffer-op.
753         * emacs-lisp/lisp-mode.el (toplevel): Ditto.
755         * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
757 2002-01-12  Richard M. Stallman  <rms@gnu.org>
759         * net/browse-url.el (browse-url-grail):
760         Use browse-url-maybe-new-window.
762         * net/telnet.el (telnet-simple-send): Handle
763         comint-input-sender-no-newline like comint-simple-send.
765         * progmodes/sql.el (sql-query-placeholders-and-send): Handle
766         comint-input-sender-no-newline like comint-simple-send.
767         (sql-escape-newlines-and-send): Likewise.
769         * comint.el (comint-input-sender): Doc fix.
770         (comint-input-sender-no-newline): New variable.
771         (comint-simple-send): If comint-input-sender-no-newline,
772         don't output newline, but maybe send eof.
773         (comint-send-input): New arg NO-NEWLINE.
774         (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
776 2002-01-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
778         * textmodes/flyspell.el (flyspell-check-pre-word-p): Prevent
779         delaying when executing keyboard macros.
781 2002-01-12  Richard M. Stallman  <rms@gnu.org>
783         * simple.el (line-move): If we can't move enough lines,
784         go to beginning or end of line.
786         * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
787         and proper window.
789         * help.el (describe-mode): Call help-setup-xref in the help buffer.
790         Switch buffers only after calling `help-buffer'.
792         * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
793         only when they are surrounded by whitespace.
794         Use dired-mark-separator when adding one file name to a command.
795         (dired-do-shell-command): Verify that * is surrounded by whitespace.
796         Ask for confirmation if * or ? is not surrounded by whitespace.
797         (dired-bunch-files): Re-reverse the partial file list when it is used.
799 2002-01-12  Richard M. Stallman  <rms@gnu.org>
801         * comint.el (comint-dynamic-list-completions): Repeating the command
802         after displaying a completion list scrolls the list.
804 2002-01-12  Eli Zaretskii  <eliz@is.elta.co.il>
806         * files.el (find-file-noselect): Don't consider a buffer as
807         visiting a file literally if it is in hexl-mode.
809         * faces.el (minibuffer-prompt): A better face definition for MS-DOS.
811 2002-01-11  Richard M. Stallman  <rms@gnu.org>
813         * startup.el (initial-scratch-message): Fix custom type, add group.
815         * mail/rmail.el (rmail-decode-babyl-format): Disable undo
816         around the decode-coding-region call.
818         * emacs-lisp/lisp.el (lisp-complete-symbol): Repeating the command
819         after displaying a completion list scrolls the list.
821 2002-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
823         * version.el (emacs-version): Bump to 21.2.50.
825 2002-01-10  Thien-Thi Nguyen  <ttn@giblet.glug.org>
827         * play/zone.el (zone-timeout): New var.
828         (zone-hiding-modeline): New macro.
829         (zone-call): New func.
831         (zone): Init `modeline-hidden-level' symbol property.
832         Use `zone-call' instead of `funcall'.
834         (zone-pgm-whack-chars): Use `make-string' (fix bug introduced in 2001-10-26T20:11:25Z!monnier@iro.umontreal.ca).
836         (zone-pgm-stress): Use `zone-hiding-modeline'.
838         (zone-pgm-stress-destress): New zone program.
840 2002-01-10  Eli Zaretskii  <eliz@is.elta.co.il>
842         * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
844 2002-01-09  Richard M. Stallman  <rms@gnu.org>
846         * startup.el (fancy-splash-screens): Set tab-width in correct buffer.
848 2002-01-09  Michael Kifer  <kifer@cs.stonybrook.edu>
850         * viper.el (viper-set-hooks): Zap viper-unfriendly bindings in
851         flyspell-mouse-map.
853 2002-01-08  Richard M. Stallman  <rms@gnu.org>
855         * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
857         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
859         * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
861 2002-01-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
863         * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
864         Do not use make-local-hook.
866 2002-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
868         * international/quail.el (quail-start-translation)
869         (quail-start-conversion): Bind last-command-event, last-command,
870         and this-command in the first let.  This fixes the change from
871         2000-08-30.
873 2002-01-08  Michael Kifer  <kifer@cs.stonybrook.edu>
875         * ediff-hook.el: Add an autoload cookie.
877 2002-01-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
879         * net/eudcb-ph.el, net/ldap.el: New maintainer.  New e-mail
880         address of the author.
882 2002-01-08  Richard M. Stallman  <rms@gnu.org>
884         * replace.el (occur-mode-goto-occurrence-other-window): New command.
885         (occur-mode-map): Bind `o' to that.
887 2002-01-07  Michael Kifer  <kifer@cs.stonybrook.edu>
889         * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
890         new macro that replaces viper-emacs-p and viper-xemacs-p in many
891         cases. Used to reduce the number of warnings.
893         * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
894         (viper-standard-value): Move here from viper.el.
895         (viper-set-unread-command-events): Move to viper-util.el
896         (viper-check-minibuffer-overlay): Make sure
897         viper-minibuffer-overlay is moved to cover the entire input field.
899         * viper-util.el:  use viper-cond-compile-for-xemacs-or-emacs.
900         (viper-read-key-sequence, viper-set-unread-command-events)
901         (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
903         * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
905         * viper-keym.el: Use viper-cond-compile-for-xemacs-or-emacs.
907         * viper-mous.el: Use viper-cond-compile-for-xemacs-or-emacs.
909         * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p)
910         (viper-event-vector-p): Move to viper-util.el
912         * viper.el (viper-standard-value): Move to viper-cmd.el.
913         Use viper-cond-compile-for-xemacs-or-emacs.
915         * ediff-help.el: Use ediff-cond-compile-for-xemacs-or-emacs.
917         * ediff-hook.el: Use ediff-cond-compile-for-xemacs-or-emacs.
919         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs):
920         New macro designed to be used in many places where ediff-emacs-p or
921         ediff-xemacs-p was previously used.  Reduces the number of warnings.
922         Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieu
923         of ediff-xemacs-p.
924         (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer)
925         (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
926         (ediff-whitespace-diff-region-p, ediff-get-region-contents):
927         Move to ediff-util.el.
928         (ediff-event-key): Moved here.
930         * ediff-merge.el: Got rid of unreferenced variables.
932         * ediff-mult.el: Use ediff-cond-compile-for-xemacs-or-emacs.
934         * ediff-util.el: Use ediff-cond-compile-for-xemacs-or-emacs.
935         (ediff-cleanup-mess): Improve the way windows are set up after
936         quitting ediff.
937         (ediff-janitor): Use ediff-dispose-of-variant-according-to-user.
938         (ediff-dispose-of-variant-according-to-user): New function
939         designed to be smarter and also understands indirect buffers.
940         (ediff-highlight-diff-in-one-buffer)
941         (ediff-unhighlight-diff-in-one-buffer)
942         (ediff-unhighlight-diffs-totally-in-one-buffer)
943         (ediff-highlight-diff, ediff-highlight-diff)
944         (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
945         (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
946         (ediff-get-region-contents, ediff-make-current-diff-overlay):
947         Moved here.
948         (ediff-format-bindings-of): New function by Hannu Koivisto
949         <azure@iki.fi>.
950         (ediff-setup): Make sure the merge buffer is always widened and
951         modifiable.
952         (ediff-write-merge-buffer-and-maybe-kill): Refuse to write the
953         result of a merge into a file visited by another buffer.
954         (ediff-arrange-autosave-in-merge-jobs): Check if the merge file
955         is visited by another buffer and ask to save/delete that buffer.
956         (ediff-verify-file-merge-buffer): New function to do the above.
958         * ediff-vers.el: Load ediff-init.el at compile time.
960         * ediff-wind.el: Use ediff-cond-compile-for-xemacs-or-emacs.
962         * ediff.el (ediff-windows, ediff-regions-wordwise)
963         (ediff-regions-linewise): Use indirect buffers to improve
964         robustness and make it possible to compare regions of the same
965         buffer (even overlapping regions).
966         (ediff-clone-buffer-for-region-comparison)
967         (ediff-clone-buffer-for-window-comparison): New functions.
968         (ediff-files-internal): Refuse to compare identical files.
969         (ediff-regions-internal): Get rid of the warning about comparing
970         regions of the same buffer.
972         * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
973         Plus the following fixes courtesy of Dave Love: Doc fixes.
974         (ediff-word-1): Use word class and move - to the
975         front per regexp documentation.
976         (ediff-wordify): Bind forward-word-function outside loop.
977         (ediff-copy-to-buffer): Use insert-buffer-substring rather than
978         consing buffer contents.
979         (ediff-goto-word): Move syntax table setting outside loop.
981 2002-01-07  Richard M. Stallman  <rms@gnu.org>
983         * dired.el (dired-copy-filename-as-kill): Call kill-append
984         if following a kill command.
986         * help-fns.el (describe-variable, describe-function):
987         Do save-excursion.
989 2002-01-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
991         * net/ldap.el (ldap-search-internal): Skip error message from
992         ldapsearch.  Allow listing attribute names only.  Do not open
993         non-existent files.
995         * net/eudcb-ldap.el (eudc-ldap-get-field-list): Do not try to
996         call non-existent function.
998         * net/eudc.el (top-level): Revert previous change.
1000         * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock
1001         variables to prevent warning from byte-compiler.
1003         * net/eudc.el (top-level): Use eudc-xemacs-p instead of
1004         string-match on emacs-version again.
1006         * enriched.el (enriched-make-annotation): Fix the change from
1007         2002-01-05.
1008         (enriched-handle-display-prop): Return proper values.
1010         * net/eudcb-ldap.el (eudc-attribute-display-method-alist): Use
1011         proper attribute name labeledUri instead of deprecated labeledUrl.
1013 2002-01-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
1015         * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
1016         editing an empty hotlist.
1018         * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
1019         Use buffer-string instead of buffer-substring for the whole
1020         buffer.
1022         * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
1023         not free.
1025         * net/eudc-bob.el (eudc-bob-can-display-inline-images)
1026         (eudc-bob-display-jpeg): Use fboundp instead of boundp.
1027         (eudc-bob-save-object): Make the buffer unibyte.
1028         (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the
1029         object to external program.
1031 2002-01-05  Andre Spiegel  <spiegel@gnu.org>
1033         * vc.el (vc-branch-part): Return nil if there's no `.'
1034         (vc-default-previous-version): Renamed from vc-previous-version.
1035         New args BACKEND and FILE.  Return nil for revision numbers
1036         without a `.'
1037         (vc-version-diff): Call vc-BACKEND-previous-version.
1038         (vc-steal-lock): Steal lock before composing mail, so that no mail
1039         is sent when the stealing goes wrong.  And we'll actually see the
1040         error in that case now.
1041         (vc-finish-steal): Removed.
1043         * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
1044         the lock, so that we see expanded headers.
1045         (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p,
1046         vc-rcs-minor-part, vc-rcs-previous-version): Removed.  These are
1047         available from vc.el.  Updated all callers.
1049 2002-01-05  Richard M. Stallman  <rms@gnu.org>
1051         * enriched.el (enriched-make-annotation): Doc fix.
1053         * format.el (format-replace-strings, format-subtract-regions)
1054         (format-annotate-region, format-annotate-location)
1055         (format-annotate-atomic-property-change)
1056         (format-annotate-single-property-change): Doc fixes.
1058 2002-01-05  Jason Rumney  <jasonr@gnu.org>
1060         * term/w32-win.el: Require fontset unconditionally.
1061         (w32-handle-scroll-bar-event): Remove.
1063 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1065         * emacs-lisp/copyright.el (copyright-regexp): Allow multi-line
1066         copyrights to be updated.
1068 2002-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
1070         * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
1071         2001-10-24.
1073         * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
1075 2002-01-04  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
1077         * net/ldap.el (ldap-host-parameters-alist): Remove duplicated
1078         entry.
1079         (ldap-ignore-attribute-codings): Change the default value to allow
1080         encoding/decoding of attributes.
1081         (ldap-coding-system): Use UTF-8 as the coding-system.  Doc fix.
1083 2002-01-03  Richard M. Stallman  <rms@gnu.org>
1085         * files.el (basic-save-buffer): Undo previous change.
1087         * calendar/diary-lib.el (diary-block): Doc fix.
1089         * custom.el (defcustom): Fix syntax of previous change.
1091 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
1093         * custom.el (defcustom): Documented :tag, :link and :load.
1095 2002-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
1097         * mail/sendmail.el (mail-recover-1): New function.
1098         (mail-recover): Switch to the *mail* buffer right away.  Use
1099         buffer-auto-save-file-name instead of calling
1100         make-auto-save-file-name.  Call dired-noselect instead of invoking
1101         `ls' directly.  Bind coding-system-for-read to emacs-mule-unix
1102         before reading the auto-save file.  If the buffer's auto-save file
1103         does not exist, call mail-recover-1 to allow recovery from past
1104         auto-saved drafts.
1106 2002-01-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
1108         * time.el (display-time-load-average-threshold): Fix defcustom
1109         (add type and group).
1111         * net/ange-ftp.el (ange-ftp-shell-command): Remove port
1112         specification from the hostname.
1114 2002-01-02  Richard M. Stallman  <rms@gnu.org>
1116         * facemenu.el (facemenu-active-faces):
1117         Use face-attributes-as-vector, not face-attributes-vector.
1119 2002-01-02  Chris Hanson  <cph@aarau.ai.mit.edu>
1121         * xscheme.el: Eleven years of updates on a private copy.
1123         Extensive changes to support multiple xscheme buffers:
1124         (run-scheme): Break up into new functions to facilitate starting
1125         processes in other buffers.
1126         (xscheme-start, xscheme-read-command-line): New functions.
1127         (start-scheme, select-scheme)
1128         (default-xscheme-runlight)
1129         (global-set-scheme-interaction-buffer)
1130         (local-set-scheme-interaction-buffer)
1131         (local-clear-scheme-interaction-buffer)
1132         (exit-scheme-interaction-mode)
1133         (verify-xscheme-buffer): New functions.
1134         (xscheme-process-name, xscheme-buffer-name)
1135         (xscheme-runlight): New internal vars.
1136         (default-xscheme-runlight): New const.
1137         (xscheme-start-process): Add args for the process/buffer names.
1138         (reset-scheme): Pass process/buffer names.
1139         (scheme-interaction-mode): Initialize new local vars.
1140         (reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
1141         (xscheme-select-process-buffer, xscheme-process-buffer)
1142         (xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
1143         (xscheme-goto-output-point, xscheme-write-message-1): Use new
1144         var xscheme-process-name.
1145         (xscheme-start-process): Initialize xscheme-process-name and
1146         xscheme-buffer-name in the process buffer.  Pass buffer name to
1147         xscheme-modeline-initialize.
1148         (xscheme-modeline-initialize): Add argument to specify buffer name
1149         for mode-line vars.
1150         (xscheme-process-sentinel): Make sure sentinel is run in the
1151         process buffer so it sees its local vars.
1152         (xscheme-process-filter-initialize, xscheme-set-runlight): More
1153         elaborate logic to handle multiple-buffer mode lines.
1155         (xscheme-enter-input-wait): Re-enable control-G handler upon
1156         entering input wait.
1158         (scheme-interaction-mode): Add arg to preserve local vars.
1159         (xscheme-enter-interaction-mode)
1160         (xscheme-enter-debugger-mode): Preserve local vars.
1161         (xscheme-start-process): Clobber local vars.
1163         (scheme-interaction-mode-commands): Allow end user to add commands
1164         to scheme-interaction-mode keymap.
1165         (scheme-interaction-mode-commands-alist): New variable.
1167         (xscheme-send-string): Don't use insert-before-markers.
1169         Implement a per-buffer kill ring:
1170         (xscheme-insert-expression)
1171         (xscheme-rotate-yank-pointer, xscheme-yank)
1172         (xscheme-yank-pop, xscheme-yank-push): New functions.
1173         (xscheme-expressions-ring)
1174         (xscheme-expressions-ring-yank-pointer)
1175         (xscheme-expressions-ring-max): New variables.
1176         (xscheme-send-string-1): Call xscheme-insert-expression to save
1177         expression in ring.
1178         (xscheme-yank-previous-send): Now an alias for xscheme-yank.
1179         (xscheme-previous-send): Deleted variable.
1181         (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed,
1182         xscheme-send-control-g-interrupt): Use process-send-string rather
1183         than send-string.
1185         (xscheme-send-region): Insert a newline after an expression that
1186         is submitted in the interaction buffer, for consistency with
1187         recent changes to Edwin.
1189         (xscheme-delete-output): New function mimics comint-delete-output.
1190         (xscheme-last-input-end): New internal variable.
1191         (xscheme-process-filter-output): Update xscheme-last-input-end.
1193         (xscheme-send-control-g-interrupt): Make sure that
1194         xscheme-control-g-disabled-p is looked up in the right buffer.
1196         (xscheme-enable-control-g): Clear C-g message if visible.
1197         (xscheme-control-g-message-string): New internal var.
1198         (xscheme-send-control-g-interrupt): Use new var.
1200         (xscheme-send-control-g-interrupt, xscheme-send-interrupt): Delay
1201         after sending interrupt in order to work around race condition.
1203         (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
1204         (xscheme-send-char): Use xscheme-send-char rather than send-string
1205         to send single char.
1207         (xscheme-process-filter, xscheme-process-filter-alist): Add
1208         support for evaluating expressions outside of the call-excursion.
1209         (xscheme-process-filter:string-action-noexcursion): New func.
1211         (xscheme-write-value): Change output string to match that used by
1212         Edwin.
1214         (xscheme-coerce-prompt): Don't write a space after a command
1215         prompt.  The PROMPT-FOR-COMMAND- procedures will take care of this
1216         for us.
1218         (reset-scheme): Delete process after killing it.
1220 2002-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
1222         * bindings.el (function-key-map): Don't bind shifted keypad
1223         numeric keys.
1225 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
1227         * enriched.el (enriched-handle-display-prop): Remove unused
1228         variables.
1229         (enriched-mode): Doc fix.
1231 2002-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
1233         * international/ucs-tables.el (ucs-8859-8-alist): Comment away
1234         Hebrew points.
1236 2002-01-01  Richard M. Stallman  <rms@gnu.org>
1238         * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
1240 2001-12-31  Richard M. Stallman  <rms@gnu.org>
1242         * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
1243         * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
1244         * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
1245         * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
1246         * progmodes/cperl-mode.el, progmodes/idlwave.el:
1247         * progmodes/sh-script.el, progmodes/vhdl-mode.el:
1248         Adapt face definitions to use :weight and :slant.
1250         * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
1252         * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
1254         * font-lock.el (initializing from font-lock-face-attributes):
1255         Use :weight and :slant, not :bold and :italic.
1257 2001-12-31  Per Abrahamsen  <abraham@dina.kvl.dk>
1259         * cus-edit.el (custom-face-edit-fix-value): New function.
1260         (custom-face-edit): Use it, to convert :italic and :bold to new forms.
1262 2001-12-30  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
1264         * progmodes/octave-mod.el (octave-abbrev-table):
1265         * progmodes/idlwave.el (idlwave-mode-abbrev-table):
1266         * progmodes/fortran.el (fortran-mode-abbrev-table):
1267         * progmodes/f90.el (f90-mode-abbrev-table):
1268         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
1269         * progmodes/sql.el (sql-mode-abbrev-table): Mark all the
1270         predefined abbrevs as "system" abbrevs.
1272 2001-12-30  Richard M. Stallman  <rms@gnu.org>
1274         * info.el (Info-fontify-node): For a **** underline line, put the
1275         invisible and intangible props on the following newline, but not
1276         on the previous newline or the last char of the previous line.
1278         * faces.el (face-set-after-frame-default): Don't change `default' face.
1280         * faces.el (minibuffer-prompt): Adopt some default colors.
1282         * replace.el (query-replace-read-args): Immediate error if read-only.
1284         * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
1285         Display the output buffer in a more intelligent way.
1287 2001-12-30  Eli Zaretskii  <eliz@is.elta.co.il>
1289         * ls-lisp.el (insert-directory): Modify the "total" line wording,
1290         in accordance with files.el's insert-directory.
1292 2001-12-29  Richard M. Stallman  <rms@gnu.org>
1294         * files.el (basic-save-buffer): If a before-write hook displays
1295         an echo area message, pause before calling basic-save-buffer-1.
1297 2001-12-29  Markus Rost  <rost@math.ohio-state.edu>
1299         * textmodes/reftex-global.el (reftex-query-replace-document)
1300         (reftex-change-label): Doc fix.
1302         * dired-aux.el (dired-do-query-replace-regexp): Doc fix.
1304         * progmodes/etags.el (tags-query-replace): Doc fix.
1306 2001-12-29  Richard M. Stallman  <rms@gnu.org>
1308         * progmodes/compile.el (compile-internal): Fix previous change.
1310 2001-12-28  Richard M. Stallman  <rms@gnu.org>
1312         * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
1313         shrink the windows above as necessary to get space.
1314         (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
1316         * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil.
1317         This fixes a bug that treated all files as directories.
1318         (ange-ftp-insert-directory): Explicitly follow symlinks.
1320         * international/iso-transl.el (iso-transl-char-map) Eliminate the
1321         alias symbols--put the translated sequences here directly.
1323         * progmodes/cc-mode.el (c-mode-abbrev-table)
1324         (c++-mode-abbrev-table, objc-mode-abbrev-table)
1325         (java-mode-abbrev-table, pike-mode-abbrev-table):
1326         Mark all the predefined abbrevs as "system" abbrevs.
1328         * mail/sendmail.el (mail-envelope-from): Fix custom type.
1329         (sendmail-send-it): Check mail-specify-envelope-from
1330         and mail-envelope-from in the mail buffer at start.
1332 2001-12-28  Simon Josefsson  <jas@extundo.com>
1334         * mail/sendmail.el (mail-envelope-from): Fix :type.
1335         (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
1337 2001-12-28  Richard M. Stallman  <rms@gnu.org>
1339         * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
1341         * simple.el (line-move-invisible): New subroutine.
1342         (line-move-to-column): New subroutine--smarter about advancing over
1343         invisible parts of a line, or lines, but only as long as hpos grows.
1344         (line-move-finish): New subroutine: repeatedly processes desired
1345         column, intangibility, and fields.
1346         (line-move): Use those subroutines.
1347         When moving lines downward, skip invisible text first rather than last.
1349 2001-12-27  Richard M. Stallman  <rms@gnu.org>
1351         * international/mule-diag.el (describe-char-after):
1352         Describe the text properties of the char after point.
1354         * help.el (describe-key): Doc fix.
1356 2001-12-26  Markus Rost  <rost@math.ohio-state.edu>
1358         * find-dired.el (find-dired-sentinel): Precede exit message by
1359         two spaces, to match the regexp in dired-between-files.
1361 2001-12-28  Miles Bader  <miles@gnu.org>
1363         * wid-edit.el (widget-toggle-value-create): Don't eval actual
1364         images (which are lists too).
1366 2001-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
1368         * language/european.el: Fix the doc string of "Latin-5" language
1369         environment.
1371 2001-12-26  Richard M. Stallman  <rms@gnu.org>
1373         * textmodes/flyspell.el (flyspell-mode-map): New keymap,
1374         defined as before 2001-11-09.
1375         (add-minor-mode call): Specify the keymap.
1377         * progmodes/compile.el (compile-internal):
1378         Set TERM variable in process-environment.
1380 2001-12-25  Richard M. Stallman  <rms@gnu.org>
1382         * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
1383         the buffer.
1385         * startup.el (command-line): Convert command line args
1386         to Emacs internal representation using locale-coding-system.
1388 2001-12-25  Eli Zaretskii  <eliz@is.elta.co.il>
1390         * international/fontset.el: Don't require ind-util when compiling.
1392 2001-12-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
1394         * emulation/tpu-edt.el (tpu-reset-screen-size): Use
1395         set-frame-height and set-frame-width instead of set-screen-height
1396         and set-screen-width.
1398         * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
1399         of obsolete set-screen-width.
1401         * locate.el (locate): Remove dot at the end of error argument.
1403         * emerge.el (emerge-show-file-name): Use frame-height instead of
1404         obsolete screen-height.
1406         * mail/mh-utils.el (mh-show-msg): Likewise.
1407         (mh-handle-process-error): Use frame-width instead of obsolete
1408         screen-width.
1410 2001-12-25  Richard M. Stallman  <rms@gnu.org>
1412         * window.el (balance-windows): Use new PRESERVE-BEFORE arg
1413         to enlarge-window.  Use save-selected-window.  Don't try
1414         to resize windows that end at the bottom "level".
1415         Retry changing the sizes until the windows get the desired sizes.
1416         Discount the minibuffer when computing total height available.
1418         * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
1419         (debugger-make-xrefs): Only make a button for the first symbol
1420         on any line.
1422 2001-12-24  Eli Zaretskii  <eliz@is.elta.co.il>
1424         * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
1425         Call IT-setup-unicode-display here instead of adding it to
1426         dos-codepage-setup-hook, so that Unicode display tables are set
1427         before dos-codepage-setup-hook runs.
1429 2001-12-24  Richard M. Stallman  <rms@gnu.org>
1431         * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
1432         (nslookup-mode-abbrev-table): Don't define it.
1433         (smbclient-mode-abbrev-table): Don't define it.
1434         (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
1435         (nslookup-mode, smbclient-mode): Likewise.
1436         (network-connection-service-abbrev-alist): Variable deleted.
1437         (network-connection-mode-setup): Don't set up abbrev table.
1439         * faces.el (minibuffer-prompt): New face.
1440         (minibuffer-prompt-properties): Add `face' property.
1442         * replace.el (occur-mode-display-occurrence): New function.
1443         (occur-mode-map): Bind C-o to it.
1445 2001-12-24  Michael Kifer  <kifer@cs.sunysb.edu>
1447         * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
1448         (viper-special-read-and-insert-char): Make C-m work right in the r
1449         comand.
1450         (viper-buffer-search-enable): Fixed format string.
1452         * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
1453         instead of viper-info-on-file.
1454         (ex-set-visited-file-name): New function.
1456         * viper.el (viper-emacs-state-mode-list): Added mail-mode.
1458         * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
1459         action argument.
1461         * ediff-init.el: Fixed some doc strings.
1463         * ediff-util.el (ediff-after-quit-hook-internal): New variable.
1464         Got rid of make-local-hook.
1466         * ediff-wind.el (ediff-setup-control-frame): Got rid of
1467         make-local-hook.
1469 2001-12-23  Richard M. Stallman  <rms@gnu.org>
1471         * term/x-win.el (x-handle-geometry): Put height and width
1472         on default-frame-alist, left and top on initial-frame-alist.
1473         * term/w32-win.el (x-handle-geometry): Likewise.
1475         * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
1477         * play/yow.el (yow): Use an arg to distinguish interactive calls,
1478         not interactive-p.
1480 2001-12-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
1482         * emacs-lisp/elint.el (elint-unknown-builtin-args): Remove
1483         mocklisp entries.
1485         * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
1486         Lisp.  Obsoleted.
1488         * emulation/mlconvert.el: File removed.
1490         * emulation/mlsupport.el: Moved to obsolete.
1492         * obsolete/mlsupport.el: Moved there from lisp/emulation.
1494         * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
1496         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove
1497         mocklisp case.
1499         * help-fns.el (describe-function-1): Remove mocklisp function
1500         case.
1502 2001-12-22  Miles Bader  <miles@gnu.org>
1504         * textmodes/refill.el (refill-mode): Don't barf when redundantly
1505         turning refill-mode off.
1507 2001-12-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
1509         * time.el (display-time-load-average-threshold): New variable.
1510         (display-time-update): Use it.
1512         These changes allow cycling through past 1, 5 and 15 minutes
1513         load-average displayed in the mode-line.
1515         * time.el (display-time-default-load-average): New customizable option.
1516         (display-time-load-average): New variable.
1517         (display-time-cycle-load-average): New function.
1518         (display-time-update): Use them.
1520 2001-12-21  Richard M. Stallman  <rms@gnu.org>
1522         * apropos.el (apropos-print): SPACING is now nil or a separator string.
1523         (apropos-documentation, apropos-value): Pass a suitable string.
1525 2001-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
1527         * dired.el (dired-free-space-program, dired-free-space-args):
1528         Aliases for back-compatibility.
1530         * info.el (Info-select-node): If Info-use-header-line is nil, set
1531         header-line-format to nil.
1532         (Info-fontify-node): Don't put a keymap text property on the
1533         heading if we are not going to display the header line.  Remove
1534         any such text properties left over from past visits to this node.
1536         * ls-lisp.el (insert-directory): Insert the amount of free disk
1537         space, like files.el's insert-directory does.
1539         * files.el (directory-free-space-program): Mention
1540         file-system-info in the doc string.
1541         (get-free-disk-space): New function; code moved from
1542         insert-directory.
1543         (insert-directory): Call get-free-disk-space to get the amount of
1544         free space.
1546 2001-12-21  Richard M. Stallman  <rms@gnu.org>
1548         * help.el (view-order-manuals, view-emacs-news, describe-copying)
1549         (describe-distribution, describe-project): Use view-file.
1551         * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
1553         * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
1555         * emacs-lisp/easy-mmode.el (define-minor-mode):
1556         Make no arg by default in an interactive call,
1557         so that repeating the command toggles again.
1559         * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
1561 2001-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
1563         * antlr-mode.el: More sophisticated indentation of cpp directive.
1564         (antlr-indent-at-bol-alist): New user option.
1565         (antlr-indent-line): Use it.
1566         (antlr-indent-style): New user option.
1567         (antlr-mode): Use it.
1568         (antlr-indent-item-regexp): Customize.
1570         * antlr-mode.el: Syntax highlighting changes.
1571         (antlr-font-lock-literal-regexp): New user option.
1572         (antlr-font-lock-syntax-face): New face used for :, |, ....
1573         (antlr-font-lock-default-face): New face.
1574         (antlr-font-lock-additional-keywords): Use them.
1576         * antlr-mode.el: New command to insert options -- variables.
1577         (antlr-mode-map): New binding [C-c C-o].
1578         (antlr-mode-menu): New submenus.
1579         (antlr-options-use-submenus): New user option.
1580         (antlr-tool-version): New user option.
1581         (antlr-options-auto-colon): New user option.
1582         (antlr-options-style): New user option.
1583         (antlr-options-push-mark): New user option.
1584         (antlr-options-assign-string): New user option.
1585         (antlr-options-headings): New variable.
1587         * antlr-mode.el: New command to insert options -- specific.
1588         (antlr-options-alists): New variable.
1589         (antlr-read-value): New function.
1590         (antlr-read-boolean): New function.
1591         (antlr-language-option-extra): New function.
1592         (antlr-language-limit-n-regexp): Change default to higher LIMIT.
1593         (antlr-c++-mode-extra): New function.
1594         (antlr-grammar-tokens): New function.
1595         (antlr-imenu-create-index-function): New optional argument.
1597         * antlr-mode.el: New command to insert options -- functions.
1598         (antlr-insert-option): New command.
1599         (antlr-insert-option-interactive): New function.
1600         (antlr-options-menu-filter): New function.
1601         (antlr-option-kind): New function.
1602         (antlr-scan-lists): New alias.
1603         (antlr-scan-lists-internal): New function.
1604         (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
1605         (antlr-option-level): New function.
1606         (antlr-syntactic-grammar-depth): New function.
1607         (antlr-option-location): New function.
1608         (antlr-insert-option-do): New function.
1609         (antlr-option-spec): New function.
1610         (antlr-version-string): New function.
1611         (antlr-insert-option-existing): New function.
1612         (antlr-insert-option-space): New function.
1613         (antlr-insert-option-area): New function.
1615         * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
1616         with narrowing.  Menu change.  Miscellaneous.
1617         (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
1618         (antlr-mode-map): New bindings for characters in ":;|&(){}".
1619         (antlr-electric-character): New command.
1620         (antlr-class-header-regexp): New variable.
1621         (antlr-font-lock-additional-keywords): Use it.
1622         (antlr-imenu-create-index-function): Use it.
1623         (antlr-file-dependencies): Use it.
1624         (antlr-indent-line): Also works with restrictions.
1625         (antlr-indent-command): Interactive spec - changes the buffer.
1626         (antlr-language-for-option): Deletia.
1627         (antlr-language-option): New function, defined instead.
1628         (antlr-mode): Use it.
1629 2001-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
1631         * jka-compr.el (jka-compr-partial-uncompress): Use null-device
1632         instead of a literal /dev/null.
1634         * Makefile.in (distclean): Remove Makefile in the build
1635         directory, not in the source directory.
1637 2001-12-21  Simon Josefsson  <jas@extundo.com>.
1639         * mail/smtpmail.el (smtpmail-send-queued-mail): Use
1640         with-temp-buffer instead of find-file-noselect, and bind
1641         coding-system-for-read to no-conversion when reading the queued
1642         messages.  (Simon's code modified slightly by Eli Zaretskii.)
1644 2001-12-20  Werner Lemberg  <wl@gnu.org>
1646         * international/mule-diag.el (describe-coding-system,
1647         print-coding-system-briefly): Make printed output have a similar
1648         format as describe-character-set.
1650 2001-12-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
1652         * play/blackbox.el (bb-member): Remove, use member instead.
1653         (bb-delete): Remove, use delete instead.
1654         Update copyright notice.  Defvar for bb-board, bb-x, bb-y,
1655         bb-score, bb-detour-count and bb-balls-placed.
1656         Propertize results of rays.
1658 2001-12-19  Karl Fogel  <kfogel@red-bean.com>
1660         * isearch.el (isearch-forward, isearch-edit-string): Make doc
1661         strings mention keybinding for `isearch-yank-word-or-char',
1662         rather than `isearch-yank-word', since the former is bound now
1663         and the latter is not.
1664         (isearch-yank-word-or-char): Fix formatting.
1666 2001-12-19  Werner Lemberg  <wl@gnu.org>
1668         * language/czech.el, language/european.el, language/slovak.el: More
1669         fixes for language info doc strings.
1671 2001-12-19  Eli Zaretskii  <eliz@is.elta.co.il>
1673         * loadup.el: Add "language" to the load-path.
1675 2001-12-19  Richard M. Stallman  <rms@gnu.org>
1677         * international/mule-cmds.el (describe-language-environment):
1678         Fix calls to help-xref-button.
1680 2001-12-19  Miles Bader  <miles@gnu.org>
1682         * international/fontset.el: Require `ind-util' when compiling.
1684 2001-12-18  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
1686         * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
1687         instead of decompose-composite-char.
1689 2001-12-18  Richard M. Stallman  <rms@gnu.org>
1691         * simple.el (eval-expression-print-level)
1692         (eval-expression-print-length): Doc fixes.
1694         * international/mule-diag.el (describe-character-set):
1695         Fix the arg to help-xref-button.
1697         * files.el (directory-free-space-program): New variable.
1698         (directory-free-space-args): New variable.
1699         (insert-directory): Use those two variables for getting free space.
1700         Use file-system-info instead, if that is defined.
1702         * dired.el (dired-free-space-program): Variable deleted.
1703         (dired-free-space-args): Variable deleted.
1704         (dired-insert-directory): Don't try to determine free space.
1706         * files.el (font-lock-defaults): Add risky-local-variables prop.
1707         (hack-one-local-variable): Treat various font-lock variables as risky.
1709 2001-12-18  Werner Lemberg  <wl@gnu.org>
1711         * language/chinese.el, language/cyrillic.el:
1712         * language/czech.el, language/european.el, language/greek.el:
1713         * language/hebrew.el, language/indian.el, language/japanese.el:
1714         * language/korean.el, language/lao.el, language/slovak.el:
1715         * language/thai.el, language/tibetan.el, language/vietnamese.el:
1716         Improve documentation strings of coding systems and language infos.
1718 2001-12-18  Werner LEMBERG  <wl@gnu.org>
1720         Add support for EUC-TW decoding/encoding.
1722         * language/china-util.el (big5-to-flat-code, flat-code-to-big5,
1723         euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
1724         New auxiliary functions to build `big5-to-cns'.
1725         (big5-to-cns): New translation alist.
1727         * language/chinese.el: Added new coding system `euc-tw' and its
1728         alias `euc-taiwan'.
1729         Updated language `Chinese-CNS' to include euc-tw encoding also.
1730         (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
1731         euc-tw.
1733 2001-12-18  Dave Love  <fx@gnu.org>
1735         * loadup.el: Add language/utf-8-lang, language/georgian.
1737         * image-file.el (image-file-name-extensions): Add pnm.  Doc fix.
1738         (image-file-name-regexps): Doc fix.
1740         * server.el (server-unload-hook): New function.
1742         * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
1743         (lm-crack-copyright): Cope with multi-line copyright `lines'.
1745         * simple.el (newline): Doc fix.
1746         (eval-expression-print-level, eval-expression-print-length): Doc
1747         fix.  Amend :type.
1748         (next-line, previous-line): Make arg optional.
1749         (newline): Doc fix.
1751         * Makefile.in (DONTCOMPILE): Add various language files.
1753         * international/quail.el (quail-input-string-to-events): Don't use
1754         string-to-list.
1756         * progmodes/f90.el (f90-break-line): Avoid infinite recursion
1757         calling `newline'.
1759 2001-12-17  Richard M. Stallman  <rms@gnu.org>
1761         * comint.el (comint-dynamic-list-input-ring-select): New function.
1762         Switches back to the old window configuration.
1763         (comint-dynamic-list-input-ring): Bind RET to that function.
1764         (comint-dynamic-list-input-ring-window-conf): New variable.
1766 2001-12-17  Werner Lemberg  <wl@gnu.org>
1768         * international/mule-conf.el: Improve documentation strings of
1769         character sets.
1771 2001-12-16  Richard M. Stallman  <rms@gnu.org>
1773         * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
1774         (dired-mode-map): Bind w to dired-copy-filename-as-kill.
1776         * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
1778         * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
1779         Add a DESCRIPTION for the makefile item.
1781         * find-file.el (ff-other-file-name): New function.
1783 2001-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
1785         * international/quail.el (quail-input-string-to-events): Fix last
1786         change.
1788 2001-12-16  Richard M. Stallman  <rms@gnu.org>
1790         * isearch.el (isearch-edit-string): When we set isearch-string
1791         to the default, also set isearch-message.
1793         * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
1795         * startup.el (command-line-1): Display startup screen
1796         even if there are command line args.
1797         Add a note about how to go to editing your files.
1798         (fancy-splash-head): Add a note about how to go to your files.
1799         (fancy-splash-outer-buffer): New variable.
1800         (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
1802         * subr.el (with-temp-message): At the end, always discard
1803         the temp message, even by clearing the echo area.
1805         * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
1807 2001-12-16  Stefan Monnier  <monnier@cs.yale.edu>
1809         * log-view.el (log-view-message-re, log-view-current-tag):
1810         Recognize Subversion's log output format.
1812         * international/fontset.el: Build the list L at compile time.
1814         * language/ind-util.el (mapthread): Make a closure.
1816 2001-12-15  Richard M. Stallman  <rms@gnu.org>
1818         * isearch.el (isearch-start-hscroll): New variable.
1819         (isearch-mode): Set isearch-start-hscroll.
1820         (isearch-update): Restore original hscrolling if possible.
1822         * isearch.el (isearch-edit-string):
1823         Treat isearch-yank-word-or-char specially, like isearch-yank-word.
1825         * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
1826         (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
1827         rather than regexp search and (2) copying text properties
1828         already set up on text unchanged from the previous backtrace.
1830         * case-table.el (set-case-syntax-pair):
1831         Detect invalid calls and signal an error.
1833 2001-12-15  Richard M. Stallman  <rms@gnu.org>
1835         * language/ind-util.el (range): Function deleted.
1836         (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
1837         All calls changed.
1839         * language/devan-util.el (devanagari-range): Renamed from `range'.
1840         All calls changed.
1841         (devanagari-regexp-of-hashtbl-keys):
1842         Renamed from `regexp-of-hashtbl-keys'.  All calls changed.
1844 2001-12-15  Dave Love  <fx@gnu.org>
1846         * language/ind-util.el: Don't require cl.
1847         (indian-glyph-char, indian-glyph-max-char)
1848         (indian-char-glyph): Moved from indian.el
1849         (indian--puthash-char, mapthread): Don't quote lambda.
1850         (indian--map): New function.
1851         (indian--puthash-v, indian--puthash-c, indian--puthash-m)
1852         (indian--puthash-cv): Use it.
1854         * language/indian.el (indian-glyph-char, indian-glyph-max-char)
1855         (indian-char-glyph): Moved to ind-util.el
1857         * language/devan-util.el (devanagari-post-read-conversion):
1858         New function.
1860         * language/georgian.el: New file.
1862         * international/mule-cmds.el (locale-language-names): Add various
1863         entries.  Remove utf-8 special case.
1864         (locale-charset-language-names, locale-preferred-coding-systems):
1865         Add utf-8 case.
1866         (set-language-environment): Process required-features earlier.
1868         * international/quail.el (quail-keyboard-layout-alist):
1869         Add pc105-uk.
1870         (quail-keyboard-layout-type): Fix :type.
1871         (quail-choose-completion-string): Simplify.
1872         (quail-update-leim-list-file): Don't get fooled by commented-out code.
1873         (quail-input-string-to-events): Run events through
1874         translation-table-for-input.
1876         * international/mule-conf.el (translation-table-for-input):
1877         New variable.
1878         (latin-iso8859-14): Amend description.
1879         (file-coding-system-alist): Add entry for utf-8.
1881         * language/utf-8-lang.el: New file.
1883         * international/code-pages.el: New file.
1885         * language/hebrew.el ("Windows-1255"): New language.
1887         * language/european.el ("Welsh", "Latin-7", "Lithuanian")
1888         ("Latvian"): New languages.
1890 2001-12-14  Stefan Monnier  <monnier@cs.yale.edu>
1892         * xml.el: Use setq rather than (set 'foo bar).
1893         Use push+nreverse rather than append.
1894         (xml-node-name, xml-node-attributes, xml-node-children):
1895         Use defsubst rather than macros.
1896         (xml-parse-region): Handle a nil return value from xml-parse-tag.
1897         (xml-parse-tag): Don't skip white space.  Return nil for a comment.
1898         Concat the two strings surrounding a comment into a single string.
1900         * newcomment.el (comment-indent): Jump to the middle of empty comments.
1902 2001-12-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
1904         * select.el (xselect-convert-to-class, xselect-convert-to-name):
1905         Document.
1907 2001-12-14  Andre Spiegel  <spiegel@gnu.org>
1909         * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
1910         Return nil if FILE is not registered.
1911         (vc-check-master-templates, vc-default-make-version-backups-p):
1912         Doc fix.
1914 2001-12-13  David Ponce  <david@dponce.com>
1916         * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
1917         (ruler-mode-left-fringe-cols): New macro.
1918         (ruler-mode-right-fringe-cols): New macro.
1919         (ruler-mode-left-scroll-bar-cols): New macro.
1920         (ruler-mode-right-scroll-bar-cols): New macro.
1921         (ruler-mode-ruler): Use above new macros.
1923 2001-12-13  Richard M. Stallman  <rms@gnu.org>
1925         * files.el (set-auto-mode): Fix previous change.
1927 2001-12-13  Stefan Monnier  <monnier@cs.yale.edu>
1929         * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
1930         (easy-menu-do-define, easy-menu-convert-item-1)
1931         (easy-menu-define-key-intern, easy-menu-get-map): Use it.
1932         (easy-menu-return-item): Only return nil if there is no binding.
1934 2001-12-13  Rajesh Vaidheeswarran  <rv@gnu.org>
1936         * whitespace.el (whitespace-version): 3.2
1937         * whitespace.el (whitespace-force-mode-line-update): Replace with
1938         `whitespace-mode-line-update', which is an alias to the correct
1939         function in various emacsen.
1940         * whitespace.el (whitespace-{un,}highlight-the-space):
1941         Add colorized highlighting of the bogus whitespaces in a buffer/file,
1942         using the `whitespace-highlight-face' if
1943         `whitespace-display-spaces-in-color' is set.
1945 2001-12-13  Eli Zaretskii  <eliz@is.elta.co.il>
1947         * international/mule.el (set-auto-coding): Don't search for
1948         "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
1950 2001-12-13  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
1952         * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
1954         * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
1956         * mail/rmailsum.el (rmail-summary-mode): Likewise.
1958 2001-12-13  Richard M. Stallman  <rms@gnu.org>
1960         * simple.el (undo): Always set this-command to `undo',
1961         so that the next undo after an error will not begin redoing.
1963         * simple.el (shell-command): Doc fix.
1964         (shell-command-on-region): If there is output an an error,
1965         add "...Shell command failed" to the output.
1967 2001-12-13  David Ponce  <david@dponce.com>
1969         * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
1970         (ruler-mode-left-fringe-cols): Function replaced by more efficient
1971         implementation `ruler-mode-extra-left-cols'.
1972         (ruler-mode-ruler): Use above new function.  Take into account
1973         that the fringe areas can now be resized.
1975 2001-12-12  Richard M. Stallman  <rms@gnu.org>
1977         * international/characters.el (Unicode): Comment out
1978         the specifications for kelvin and angstrom signs.
1980         * international/mule.el (make-translation-table-from-vector):
1981         Allow null elements in VEC.
1983         * international/ucs-tables.el (unify-8859-on-encoding-mode)
1984         (unify-8859-on-decoding-mode): Swap the code in their bodies.
1985         Add :version.
1987 2001-12-11  Richard M. Stallman  <rms@gnu.org>
1989         * derived.el (derived-mode-p): Function moved to subr.el.
1991         * subr.el (derived-mode-p): Moved here from derived.el.
1993         * international/mule.el (set-auto-coding): Use set-auto-mode-1.
1995         * files.el (set-auto-mode-1): New subroutine, broken out of
1996         set-auto-mode.
1997         (set-auto-mode, hack-local-variables-prop-line): Use that.
1999 2001-12-11  Dave Love  <fx@gnu.org>
2001         * language/thai-util.el, language/thai.el: Add Unicode equivalents.
2003         * language/european.el: Remove autoload cookies.  Fix registration
2004         of diacritic composition function.
2006 2001-12-11  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
2008         * calendar/todo-mode.el: Require time-stamp.
2010         * net/zone-mode.el (zone-mode): Don't use make-local-hook.
2012 2001-12-11  Richard M. Stallman  <rms@gnu.org>
2014         * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
2016         * textmodes/ispell.el (ispell-buffer-local-parsing):
2017         Match xml like sgml.
2019         * emacs-lisp/advice.el (ad-compile-function):
2020         Byte compile the function under another (uninterned) name.
2022         * gud.el (gdb): Define and bind gud-jump.
2024         * font-lock.el (font-lock-mode):
2025         Put our function at the end of after-change-functions.
2027         * ediff-diff.el (ediff-cmp-options): Doc fix.
2029         * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
2031 2001-12-10  Richard M. Stallman  <rms@gnu.org>
2033         * isearch.el (isearch-yank-word-or-char): New function.
2034         (isearch-mode-map): Bind C-w to that.
2036         * menu-bar.el (menu-bar-mode): Make arg optional.
2038         * simple.el (line-move): Cope if next-single-property-change
2039         or previous-single-property-change returns nil.
2041         * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
2042         Don't use interactive-p; instead, pass the proper args
2043         in (interactive...).  Clean up most of the trouble-report strings.
2045 2001-12-10  Eli Zaretskii  <eliz@is.elta.co.il>
2047         * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
2048         enqueued messages literally.
2050 2001-12-10  Noah Friedman  <friedman@splode.com>
2052         * battery.el (battery-insert-file-contents): Obsolete function
2053         removed.
2054         (battery-read-function): Obsolete function removed.
2055         (battery-linux-proc-apm): Use insert-file-contents.
2057 2001-12-07  Stephen Eglen  <stephen@gnu.org>
2059         * iswitchb.el (iswitchb-visit-buffer):
2060         Use `select-frame-set-input-focus'--needed when window manager
2061         uses "click to focus" policy.
2063 2001-12-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
2065         * COPYING: Moved back.
2067 2001-12-07  Eli Zaretskii  <eliz@is.elta.co.il>
2069         * term/internal.el (IT-character-translations): Add entries for
2070         more points.
2072         * international/characters.el: Resurrect the Hebrew category
2073         settings for all Hebrew characters removed by the last change.
2074         Add code for setting the Hebrew category of the Unicode Hebrew
2075         characters.  Set syntax entries for Hebrew punctuation characters.
2077         * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
2078         points and directional formatting control characters.
2080 2001-12-07  Dave Love  <fx@gnu.org>
2082         * language/lao-util.el: Add Unicode equivalents for rules.
2083         (lao-post-read-conversion): New function.
2085         * language/lao.el: Add Unicode equivalents.
2086         (lao): Add post-read conversion.
2088         * international/latin1-disp.el: Fix some 8-bit-graphic characters.
2089         Use iso2022 encoding.
2090         (latin1-char-displayable-p): Doc fix.
2091         (latin1-display-ucs-per-lynx): New option.
2092         (latin1-display-ucs-per-lynx): New command.
2093         (latin1-display-reset): Special-case arabic.
2094         (ucs-tables): Require.
2095         (latin1-display-sets, latin1-display-setup): Add arabic.
2096         (latin1-display) <variable>: Use function latin1-display.
2097         (latin1-display) <function>: Add mule-unicode stuff.
2098         (latin1-display-check-font): Don't lose if `info' is nil.
2100         * international/iso-transl.el: Insert Latin-1 characters, not
2101         unibyte codes.
2103         * language/european.el (diacritic-composition-pattern): New constant.
2104         (diacritic-compose-region, diacritic-compose-string)
2105         (diacritic-compose-buffer, diacritic-post-read-conversion)
2106         (diacritic-composition-function): New functions.
2108         * international/utf-8.el (ucs-mule-to-mule-unicode):
2109         New translation table.
2110         (ccl-encode-mule-utf-8): Use it.
2111         (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
2112         (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
2113         (utf-8-subst-table): New variable.
2114         (utf-8-compose-scripts): New option.
2115         (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
2117         * international/ucs-tables.el, international/utf-8-subst.el:
2118         New files.
2120         * international/characters.el: Don't set word syntax (the default)
2121         explicitly.  Add a diacritic category.  Add info for Unicode
2122         equivalents of characters in various Mule charsets and for extra
2123         Unicode characters.  Don't define specific categories for
2124         Indian/Devanagari, since they aren't used.
2126 2001-12-06  Richard M. Stallman  <rms@gnu.org>
2128         * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
2129         (set-justification-left, set-justification-right): Doc fix.
2131         * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
2132         (bug-f90-mode): Variable deleted.
2134 2001-12-06  Stefan Monnier  <monnier@cs.yale.edu>
2136         * indent.el (indent-line-function): Default is indent-relative again.
2138 2001-12-07  Miles Bader  <miles@gnu.org>
2140         * progmodes/compile.el (compilation-error-regexp-alist):
2141         Added regexps for RXP.
2143 2001-12-05  Eli Zaretskii  <eliz@is.elta.co.il>
2145         * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
2146         Add shift-assignment operators to those highlighted, and highlight
2147         the whole operator rather than just the "=".
2149 2001-12-04  Juanma Barranquero  <lektu@terra.es>
2151         * files.el (save-abbrevs, save-some-buffers): Don't ask the user
2152         before saving abbrevs if `save-abbrevs' has the value `silently'.
2154 2001-12-04  Andreas Schwab  <schwab@suse.de>
2156         * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
2158 2001-12-04  Colin Walters  <walters@debian.org>
2160         * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
2161         for `defmacro*' forms.
2163         * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
2164         `defmacro*'.
2166 2001-12-03  Stefan Monnier  <monnier@cs.yale.edu>
2168         * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
2170 2001-12-02  Richard M. Stallman  <rms@gnu.org>
2172         * files.el (insert-directory): If the df output does not look right,
2173         don't try to use it.  Other cleanups in overall code structure.
2175 2001-12-02  Stefan Monnier  <monnier@cs.yale.edu>
2177         * textmodes/outline.el (outline-mode-prefix-map):
2178         Add bindings for outline-promote and outline-demote.
2179         (outline-minor-mode-menu-bar-map): New var.
2180         (outline-minor-mode): Use it.
2181         (outline-heading-alist): New var (renamed from outline-level-heading).
2182         (outline-level): Use it.
2183         (outline-insert-heading, outline-promote, outline-demote):
2184         Update to use outline-heading-alist.
2186         * disp-table.el (standard-display-european):
2187         Simplify since the function is not interactive any more.
2188         Don't set the existing buffers to unibyte.
2190         * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
2192         * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
2194         * reveal.el (reveal-mode): Fix reveal-mode's lighter.
2196         * shell.el (shell): Use shell-file-name.
2197         Pop to buffer before calling comint to set COLUMNS properly.
2199         * emacs-lisp/cl.el (svref): New alias.
2201         * progmodes/antlr-mode.el (antlr-c-common-init):
2202         Don't inhibit adaptive-fill-mode any more.
2204         * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
2206         * progmodes/etags.el (tags-with-face): Use make-symbol.
2207         (tags-search, tags-query-replace): Use backquotes.
2209         * textmodes/picture.el (picture-mode-map): Don't use defconst
2210         for a variable.
2212 2001-12-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
2214         * textmodes/reftex-index.el (reftex-index-mode):
2215         Remove make-local-hook.
2217         * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
2219 2001-12-02  Kim F. Storm  <storm@cua.dk>
2221         * isearch.el (isearch-resume-enabled): New variable.
2222         (isearch-done): Use that variable.
2224 2001-12-01  Richard M. Stallman  <rms@gnu.org>
2226         * wid-edit.el (widget-button-click): Don't move point permanently:
2227         Avoid mouse-set-point--instead select the window,
2228         then do save-excursion, then move point.
2229         Specify the buffer for get-char-property.
2230         Don't use `@' in interactive.
2232         * indent.el (indent-line-function):
2233         Default is indent-to-left-margin again.
2235         * replace.el (query-replace-read-args): Display message
2236         if FROM contains `\n' or `\t'.
2238 2001-12-01  Stefan Monnier  <monnier@cs.yale.edu>
2240         * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
2242         * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
2244         * emacs-lisp/regexp-opt.el (regexp-opt):
2245         Bind completion-regexp-list to nil.
2247         * progmodes/hideif.el (hif-nexttoken): Move to before first def.
2249 2001-12-01  Eli Zaretskii  <eliz@is.elta.co.il>
2251         * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
2252         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
2253         Update maintainer.
2255 2001-11-30  Stefan Monnier  <monnier@cs.yale.edu>
2257         * mail/smtpmail.el: Use with-current-buffer.
2258         (message-make-date, message-make-message-id): Autoload when needed.
2259         (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
2260         headers when missing.
2262         * international/encoded-kb.el (encoded-kbd-mode):
2263         Use define-minor-mode.
2265         * enriched.el (enriched-mode): Use define-minor-mode.
2266         Use dolist and pop and push.
2268         * info.el (Info-find-node-2): Don't call info-insert-file-contents
2269         with the `visit' argument.
2270         (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
2272         * progmodes/hideif.el (hide-ifdef-mode): Only modify
2273         `change-major-mode-hook' locally.  Reset invisibility spec.
2275         * man.el (Man-build-section-alist): Remove last Man-match-substring.
2277 2001-11-30  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2279         * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
2280         Clarify error message.
2282 2001-11-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2284         * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
2286 2001-11-30  Andre Spiegel  <spiegel@gnu.org>
2288         * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
2289         don't just return it.
2291 2001-11-30  Eli Zaretskii  <eliz@is.elta.co.il>
2293         * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
2294         (menu-bar-read-emacs-man, search-emacs-glossary)
2295         (emacs-index-search, elisp-index-search): New functions.
2296         (apropso-documentation, apropos, apropos-value, apropos-variable)
2297         (apropos-commands): Modify menu item names and help text.
2298         (elisp-index-search, emacs-index-search, emacs-glossary):
2299         New menu items.
2300         (menu-bar-manuals-menu): Move the Ordering Manuals item to a
2301         submenu.
2302         (info-elisp, info-elintro): New menu items.
2303         (apropos): Modify the menu item name.
2305 2001-11-30  Stefan Monnier  <monnier@cs.yale.edu>
2307         * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
2309         * textmodes/outline.el (outline-promote, outline-demote): Typo.
2311         * man.el (man-follow-mouse): New function.
2312         (Man-mode-map): Bind mouse-2 to it.
2313         (Man-match-substring): Remove.  Replace with `match-string'.
2314         (man): Use the `default-value' argument to `read-string'.
2315         (Man-fontify-manpage): Add mouse-face to cross references.
2317         * emacs-lisp/cl-macs.el (shiftf): Fix more.  Simplify.
2319 2001-11-29  Stefan Monnier  <monnier@cs.yale.edu>
2321         * emacs-lisp/crm.el (completing-read-multiple): Better preserve
2322         the value of require-match in minibuffer-completion-confirm.
2323         Use crm-local-completion-map.
2325         * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
2326         (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
2327         (cl-make-type-test): Use char-valid-p for `character'.
2329         * info.el (Info-complete-next-re, Info-complete-cache): New vars.
2330         (Info-complete-menu-item): Rewrite.  Add the ability to search
2331         several sequential nodes.  Add a simple caching mechanism.
2332         (Info-goto-index): New function extracted from Info-index.
2333         (Info-index): Use it.  Add completion to the interactive spec.
2334         (Info-menu-update): Simplify call to `Info-complete-menu-item'.
2336 2001-11-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
2338         * COPYING: Removed.
2340 2001-11-29  Dave Love  <fx@gnu.org>
2342         * progmodes/fortran.el: Fontify rewind, backspace.  Doc fixes.
2343         (fortran-window-create, fortran-window-create-momentarily):
2344         Rewrite, moving error condition.
2345         (fortran-beginning-do, fortran-beginning-if): Fix regexps.
2346         (fortran-mode-syntax-table): Revert last change.
2348         * international/mule.el: Doc fixes.
2349         (map-charset-chars): New function.
2350         (register-char-codings): Use it to cope with generic chars in
2351         safe-chars.
2353 2001-11-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
2355         * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
2357         * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
2359         * play/studly.el (studlify-word, studlify-region)
2360         (studlify-buffer): Fix doc-string.
2361         (studlify-buffer): Add autoload cookie.
2363 2001-11-28  Stefan Monnier  <monnier@cs.yale.edu>
2365         * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
2366         (outline-up-heading-all): Remove.
2367         (hide-sublevels): Move to end-of-heading before calling flag-region.
2368         (outline-copy-overlay, outline-discard-overlays): Remove.
2369         (outline-flag-region): Use `remove-overlays'.
2370         Don't move to end-of-heading.
2371         (outline-next-visible-heading, outline-back-to-heading)
2372         (outline-on-heading-p): Use outline-invisible-p.
2373         (outline-font-lock-level): Use outline-up-heading's new arg.
2374         (outline-minor-mode): Simplify.
2375         (outline-map-tree, outline-reveal-toggle-invisible): New funs.
2376         (outline): Put a `reveal-toggle-invisible' property.
2377         (outline-level-heading): New var.
2378         (outline-insert-heading, outline-promote, outline-demote)
2379         (outline-toggle-children): New commands.
2381         * progmodes/hideif.el (hif-end-of-line): New function.
2382         (hide-ifdef-mode): Set line-move-ignore-invisible.
2383         (hide-ifdef-region-internal): New function.
2384         (hide-ifdef-region): Use it.
2385         (hif-defined): Return an integer.
2386         (hif-infix-to-prefix): Remove.
2387         (hif-tokenize): Parse from the buffer rather than from a string.
2388         Correctly tokenize integers.  Use forward-comment.
2389         (hif-expr): Use hif-or.
2390         (hif-term): Use hif-and.
2391         (hif-factor): Use hif-not.  Handle numbers properly.
2392         Don't require parenthesis around `defined's argument.
2393         (hif-and, hif-or, hif-not): New funs.
2394         (hif-canonicalize): Pass a region to hif-tokenize.  Use hif-not.
2395         (hif-hide-line): Don't hide the \n before the line.
2396         (hif-possibly-hide): Correctly handle numeric evaluation results.
2398         * progmodes/make-mode.el: Use line-(end|beginning)-position.
2399         (makefile-mode): Set indent-line-function.
2400         (makefile-browser-insert-continuation): Use with-current-buffer.
2401         (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
2403 2001-11-28  Karl Fogel  <kfogel@red-bean.com>
2405         * isearch.el (isearch-yank-internal): New helper function.
2406         (isearch-yank-char): New function.
2407         (isearch-yank-word, isearch-yank-line): Rewrite to use
2408         isearch-yank-internal.
2410 2001-11-28  Eli Zaretskii  <eliz@is.elta.co.il>
2412         * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
2413         aren't supported.  Print a message to that effect if invoked.
2415 2001-11-27  Stephen Eglen  <stephen@gnu.org>
2417         * locate.el (locate): Put point at first matching file rather
2418         than top of buffer.
2420 2001-11-27  Stefan Monnier  <monnier@cs.yale.edu>
2422         * reveal.el: New file.
2424         * progmodes/hideif.el: Misc cleanup.
2425         (hide-ifdef-mode-submap): Put the def in the defvar.
2426         Use substitute-key-definition.
2427         (hide-ifdef-mode): Use define-minor-mode.
2428         (hif-outline-flag-region): Remove.
2429         (hif-show-all): Define in terms of hif-show-ifdef-region.
2430         (hif-after-revert-function): Rename from hif-before-revert-function.
2431         (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
2432         (hif-tokenize): Use with-syntax-table.
2433         (hif-make-range): Use `else' also for `else-p'.
2434         (hif-range-else-p): Remove.
2435         (hif-find-range): Simplify.
2436         (hif-hide-line): Don't bother preserving buffer-modified-p.
2437         (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
2438         Don't use selective-display and inhibit-read-only.
2440         * subr.el (copy-overlay, remove-overlays): New funs.
2442         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
2444 2001-11-27  Sam Steingold  <sds@gnu.org>
2446         * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
2447         * lazy-lock.el, mouse-sel.el, mail/feedmail.el
2448         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
2449         * obsolete/c-mode.el, obsolete/cplus-md.el
2450         * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
2451         * term/sun-mouse.el, textmodes/artist.el:
2452         Converted backquote to the new style.
2453         * mouse.el, reposition.el: Likewise (in comments).
2454         * expand.el: Likewise (in a string).
2456 2001-11-27  Richard M. Stallman  <rms@gnu.org>
2458         * cus-edit.el (custom-load-symbol): Don't always load locate-library.
2460 2001-11-26  Richard M. Stallman  <rms@gnu.org>
2462         * wid-edit.el (widget-toggle-value-create): On graphic terminal,
2463         if :on-glyph or :off-glyph is a list, eval it and store it back.
2464         (checkbox): Quote the values for :on-glyph and :off-glyph.
2466         * cus-start.el (recursive-load-depth-limit): Delete item.
2468 2001-11-26  Stefan Monnier  <monnier@cs.yale.edu>
2470         * help-fns.el (describe-categories, help-describe-category-set): New.
2471         describe-categories moved here from src/category.c.
2473 2001-11-26  Sam Steingold  <sds@gnu.org>
2475         * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
2476         arguments to `insert' are strings.
2478 2001-11-26  Richard M. Stallman  <rms@gnu.org>
2480         * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
2482 2001-11-26  Eli Zaretskii  <eliz@is.elta.co.il>
2484         * international/mule-diag.el: Require help-fns instead of
2485         help-funs.
2487         * help-fns.el: Renamed from help-funs.el.
2489         * startup.el (command-line-1): Don't try to call process-list if
2490         it is not fboundp.
2492 2001-11-26  Sam Steingold  <sds@gnu.org>
2494         * frame.el (show-trailing-whitespace): Remove :set argument (the
2495         value was essentially identical to the defalt).
2497 2001-11-26  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
2499         * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
2501         * icomplete.el (icomplete-minibuffer-setup): Likewise.
2503         * hilit-chg.el (hilit-chg-set): Likewise.
2505         * speedbar.el (speedbar-mode): Likewise.
2507         * calendar/calendar.el (calendar-mode): Likewise.
2509         * play/yow.el (psychoanalyze-pinhead): Use insert instead of
2510         insert-string.
2512         * play/gamegrid.el (gamegrid-init-buffer): Likewise.
2514         * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
2516         * term/sun-mouse.el (sun-yank-selection): Likewise.
2518         * textmodes/bib-mode.el (return-key-bib): Likewise.
2520         * calendar/appt.el (appt-disp-window): Likewise.
2522         * calendar/diary-lib.el (list-diary-entries): Likewise.
2524         * array.el (array-reconfigure-rows): Likewise.
2526         * filecache.el (file-cache-minibuffer-complete): Likewise.
2528         * obsolete/cplus-md.el (fill-c++-comment): Likewise.
2530         * strokes.el (strokes-prompt-user-save-strokes): Likewise.
2532         * allout.el (outline-version, outline-open-topic)
2533         (outline-rebullet-heading, outline-insert-listified)
2534         (outline-latex-verbatim-quote-curr-line)
2535         (outline-latexify-one-item, outlineify-sticky): Likewise.
2537         * vc.el (vc-next-action-on-file): Likewise.
2538         (vc-dired-mode): Remove make-local-hook.
2540 2001-11-26  Andre Spiegel  <spiegel@gnu.org>
2542         * vc.el (vc-find-version): New function.
2543         (vc-version-other-window): Redefined in terms of the above.
2545         * log-view.el (log-view-find-version): New function.
2546         (log-view-mode-map): Bind it to `f'.
2548 2001-11-26  Gerd Moellmann  <gerd@gnu.org>
2550         * language/devan-util.el (dev-char-glyph): Escape `"' in
2551         string literals.
2552         (dev-glyph-glyph, dev-glyph-glyph-2)
2553         (devanagari-compose-syllable-region): Likewise.
2555 2001-11-26  Richard M. Stallman  <rms@gnu.org>
2557         * window.el (save-selected-window): No error if saved window is dead.
2559         * help-funs.el (describe-syntax): Put (interactive) after doc string.
2561 2001-11-26  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
2563         * international/quail.el (quail-help): Require help-mode in
2564         top-level instead.
2566         * iswitchb.el (iswitchb-exhibit): Use insert instead of
2567         insert-string.
2569         * icomplete.el (icomplete-exhibit): Likewise.
2571 2001-11-25  Stefan Monnier  <monnier@cs.yale.edu>
2573         * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
2574         (diff-hunk-kill): Simplify.
2575         (diff-post-command-hook): Only apply to a single hunk.
2576         (diff-hunk-text): Make `char-offset' non-optional.
2577         (diff-find-text): Return a cons cell.
2578         (diff-find-approx-text): New fun.
2579         (diff-find-source-location): Use it.
2580         (diff-apply-hunk, diff-test-hunk, diff-goto-source):
2581         Adapt to new retval of diff-find-text.
2583         * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
2584         rather than integer- representation of dates.
2586         * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
2588         * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
2589         (syntax-after): New fun.
2591         * help-funs.el (describe-syntax): New fun.
2593         * font-lock.el (font-lock-cache-state, font-lock-cache-position)
2594         (font-lock-ppss-stats, font-lock-ppss): Remove.
2595         (font-lock-fontify-syntactically-region): Remove tuning code.
2596         (font-lock-compile-keywords): Fix off-by-one bug.
2597         (font-lock-set-defaults): Don't set removed vars.
2598         (c-keywords): Add `inline'.
2599         (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
2601         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2602         Set syntax-begin-function.
2603         (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
2604         (lisp-interaction-mode): Don't set local-abbrev-table any more.
2605         (lisp-mode-auto-fill): Use syntax-ppss and obey
2606         comment-auto-fill-only-comments.
2607         (lisp-fill-paragraph): Use syntax-ppss.
2609 2001-11-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
2611         * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
2612         version of rmail-enable-mime.
2613         (rmail-forward): Use it.
2615 2001-11-25  Richard M. Stallman  <rms@gnu.org>
2617         * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
2619         * international/quail.el (quail-keyboard-layout-button):
2620         Define button type.
2621         (quail-keyboard-customize-button): Likewise.
2622         (quail-help): Use those button types.  Require `help-mode'.
2623         Avoid altering the argument `package'.
2625         * help-mode.el (help-function, help-variable, help-face)
2626         (help-coding-system, help-input-method, help-character-set):
2627         Define each button type with its own explicit define-button-type.
2629         * language/devan-util.el: Comment out parts of the file
2630         which apparently are garbled.
2632 2001-11-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
2634         * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
2635         insert-string.
2637 2001-11-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
2639         * play/snake.el (snake-mode): Remove make-local-hook.
2641         * play/tetris.el (tetris-mode): Likewise.
2643         * play/decipher.el (decipher-mode): Likewise.
2645         * tmm.el (tmm-add-prompt): Likewise.
2647 2001-11-25  Sam Steingold  <sds@gnu.org>
2649         * menu-bar.el (menu-bar-apropos-menu): New variable.
2650         Moved all `apropos' bindings to this menu.
2651         (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
2653 2001-11-24  KAWABATA, Taichi <batta@beige.ocn.ne.jp>
2655         The following changes are for new indian languages support based
2656         on Unicode charset and CDAC fonts.
2658         * international/mule-conf.el: Change indian-1-column charset to
2659         indian-glyph charset.
2661         * international/characters.el: Adjusted for the change of
2662         indian-1-column -> indian-glyph.
2664         * international/fontset.el: Delete the setting for indian-1-column
2665         and add the setting for indian-glyph in the default fontset.
2667         * language/indian.el: Completely re-written.
2669         * language/devanagari.el: Completely re-written.
2671         * language/devan-util.el: Completely re-written.
2673         * language/ind-util.el: New file.
2675 2001-11-24  Richard M. Stallman  <rms@gnu.org>
2677         * startup.el (command-line-1): Don't do startup screen
2678         if a subprocess is running.  Call the startup screen buffer
2679         "GNU Emacs".  Make a special mode-line-format for it.
2681         * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
2682         (browse-url-galeon): Use that variable.
2684         * mail/supercite.el (sc-toggle-var): Don't use set-variable or
2685         eval-expression.  Eval and set the variable simply.
2687         * files.el (temporary-file-directory): Use defcustom.
2688         (small-temporary-file-directory): Likewise.
2689         (normal-backup-enable-predicate): Move down in file
2690         after definition of temporary-file-directory.
2692         * bindings.el (last-buffer, unbury-buffer): Doc fixes.
2694 2001-11-24  Colin Walters  <walters@debian.org>
2696         * calc/calc-ext.el (calc-init-extensions): Update the rest of the
2697         autoload names to match files renamed on initial calc import.
2699         * calc/calc.el (Commentary): Cleanup, and add logistic curve
2700         fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
2702 2001-11-23  Colin Walters  <walters@debian.org>
2704         * Makefile.in (finder_setwins, setwins): Include Calc again.
2706         * calc/calc-rules.el: Add header comment.
2708 2001-11-23  Andre Spiegel  <spiegel@gnu.org>
2710         * vc.el (with-vc-properties): Don't bind `filename' locally.
2711         (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
2712         to avoid name clashes.  Fix `lisp-indent-function' property for
2713         both.
2715 2001-11-23  Francesco Potorti`  <pot@gnu.org>
2717         * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
2719 2001-11-22  Colin Walters  <walters@debian.org>
2721         * calc/calc-misc.el (report-calc-bug):
2722         Use `reporter-prompt-for-summary-p'.
2724         * calc/INSTALL, calc/Makefile: Remove.
2726 2001-11-22  Miles Bader  <miles@gnu.org>
2728         * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
2729         (reb-match-2, reb-match-3): Add dark-background variants.
2731 2001-11-22  Colin Walters  <walters@debian.org>
2733         * calc/calc-misc.el (calc-info): Don't perform voodoo, just
2734         (info "Calc").
2735         (report-calc-bug): Use reporter.el.
2737         * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
2739 2001-11-21  Richard M. Stallman  <rms@gnu.org>
2741         * which-func.el (which-function): Call imenu--make-index-alist
2742         if necessary to get a list of functions.
2743         (which-function-imenu-failed): New variable.
2744         (which-func-update): Handle all visible windows.
2745         (which-func-update-1): New subroutine broken out of which-func-update.
2747         * files.el (temporary-file-directory, null-device)
2748         (small-temporary-file-directory): Definitions moved up.
2750         * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
2751         (cperl-non-problems, cperl-praise): Doc fixes.
2753         * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
2754         (sh-mode-syntax-table): Function restored.
2755         Variable set up for use by function sh-mode-syntax-table.
2756         (sh-set-shell): Set the syntax table.
2758         * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
2760         * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
2762         * international/encoded-kb.el: Don't alter minor-map-alist.
2764 2001-11-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2766         * files.el (auto-save-file-name-transforms): Put remote files in
2767         temporary-file-directory rather than /tmp.
2769 2001-11-21  Colin Walters  <walters@debian.org>
2771         * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
2772         of (function ...) wrapper.
2774 2001-11-20  Stefan Monnier  <monnier@cs.yale.edu>
2776         * derived.el (define-derived-mode): Create the abbrev-table
2777         from inside the `defvar'.
2779         * jit-lock.el (jit-lock-defer-time): New var.
2780         (jit-lock-defer-timer, jit-lock-buffers): New vars.
2781         (jit-lock-mode): Initialize them.  Cancel the timers more carefully.
2782         (jit-lock-function): Defer fontification if requested.
2783         (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
2784         (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
2785         text property.
2786         (jit-lock-deferred-fontify): New fun.
2788 2001-11-20  Richard M. Stallman  <rms@gnu.org>
2790         * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
2791         Set local-abbrev-table to lisp-mode-abbrev-table.
2793         * emacs-lisp/re-builder.el (reb-mode):
2794         Don't use define-derived-mode.  Call kill-all-local-variables.
2796         * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
2797         Don't use define-derived-mode.
2799         * help-mode.el (help-mode): Undo 2001-10-07 change.
2801         * replace.el (occur-mode): Undo 2001-5-20 change.
2803 2001-11-20  Jason Rumney  <jasonr@gnu.org>
2805         * w32-fns.el (w32-system-coding-system): Change to an alias for
2806         locale-coding-system.
2807         (set-w32-system-coding-system): Document the above change.
2808         Set locale-coding-system instead.
2810 2001-11-20  Richard M. Stallman  <rms@gnu.org>
2812         * ruler-mode.el: Add pagination.
2813         (ruler-mode-toggle-show-tab-stops): No need to
2814         test `ruler-mode' variable.
2816 2001-11-20  Eli Zaretskii  <eliz@is.elta.co.il>
2818         * play/landmark.el: Mark lm-mode as special.
2820         * play/gomoku.el: Mark gomoku-mode as special.
2822 2001-11-20  Juanma Barranquero  <lektu@terra.es>
2824         * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
2825         (top-level): Bind it to C-c C-b.
2826         (re-builder): Don't re-enter RE Builder Mode.
2828         * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
2830 2001-11-20  Stefan Monnier  <monnier@cs.yale.edu>
2832         * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
2833         `manual-program'.
2835         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
2836         to a line without a comment.
2838 2001-11-20  Eli Zaretskii  <eliz@is.elta.co.il>
2840         * dired.el (dired-listing-switches): Mention in the doc string
2841         that some switches are not supported by ls-lisp.el
2843 2001-11-19  Stefan Monnier  <monnier@cs.yale.edu>
2845         * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
2846         (imenu--create-keymap-2): Remove.
2847         (imenu--create-keymap-1): Simplify, remove third argument.
2848         (imenu--generic-function): Use dolist.
2849         (imenu-find-default): New function.
2850         (imenu--completion-buffer): Use it.
2851         (imenu--mouse-menu): Use popup-menu.
2852         (imenu--menubar-select): Return t rather than calling imenu.
2854         * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
2855         New functions, extracted from fill-region-as-paragraph.
2856         (fill-region-as-paragraph): Use them.
2857         Use an end marker instead of eob.
2858         Ignore whitespace-only fill-prefixes when indenting according to mode.
2859         Simplify the loop that searches for spaces backwards.
2861         * textmodes/picture.el (picture-vertical-step)
2862         (picture-horizontal-step): Don't use defconst for variables.
2864         * mail/mail-extr.el: Use backquote/dolist/mapc/when.  Docstring fixes.
2865         (mail-extract-address-components): Downcase domain names.
2866         (mail-extr-delete-char): Remove.  Use delete-char instead.
2868         * emulation/pc-select.el: Doc string fixes.
2869         (pc-selection-mode): Don't treat macos as a tty.
2871         * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
2873         * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
2875         * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
2876         (mouse-wheel-progessive-speed): New var.
2877         (mwheel-scroll): Use it and handle float values.
2879         * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
2881         * iswitchb.el (iswitchb-mode): Use define-minor-mode.
2882         (iswitchb): Fix the case where the result was selected with the mouse.
2883         (iswitchb-completion-help): Use the normal *Completions* now that
2884         mouse selection works.
2885         (iswitchb-minibuffer-setup): Simplify.
2887         * newcomment.el (comment-column, comment-style, comment-multi-line)
2888         (comment-auto-fill-only-comments): Remove :group arg.
2889         (comment-padding): Add :type.
2890         (comment-indent-new-line): Ignore comment-auto-fill-only-comments
2891         if called interactively.
2893 2001-11-19  Colin Walters  <walters@verbum.org>
2895         * calc/calc.el (toplevel): Add comment and version header.
2896         (calc-init-base): Bump version to 2.02f, update date.
2898 2001-11-19  Richard M. Stallman  <rms@gnu.org>
2900         * net/browse-url.el: Support Mozilla and Galeon.
2901         By default, find the installed browser whichever it is.
2902         (browse-url-mozilla): New function.
2903         (browse-url-mozilla-sentinel): New function.
2904         (browse-url-galeon, browse-url-galeon-sentinel): New functions.
2905         (browse-url-default-browser): New function.
2906         (browse-url-process-environment): Use browse-url-browser-display.
2907         (browse-url-browser-display): Renamed from browse-url-netscape-display.
2908         (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
2909         (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
2910         (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
2911         (browse-url-browser-function): New default, new options.
2913 2001-11-19  Sam Steingold  <sds@gnu.org>
2915         * bindings.el (last-buffer, unbury-buffer): New function.
2916         (mode-line-unbury-buffer): Use `unbury-buffer'.
2918 2001-11-18  Stephen Eglen  <stephen@gnu.org>
2920         * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
2921         control behaviour when no further completion is possible.
2923 2001-11-19  Colin Walters  <walters@verbum.org>
2925         * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
2926         (math-showing-full-precision, math-with-extra-prec, math-working)
2927         (calc-with-default-simplification)
2928         (calc-with-trail-buffer): Use backtick.
2929         (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
2930         (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
2931         (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
2932         (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
2933         (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
2934         (Math-num-integerp, Math-bignum-test, Math-equal-int)
2935         (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
2936         (calc-record-compilation-date-macro): Deleted.  Callers updated.
2937         (math-format-radix-digit): Move to calc-bin.el.
2939         * calc/calc.el (calc-record-compilation-date): Remove.
2940         (calc-bug-address): Update.
2941         (calc-settings-file): Use `user-init-file'.
2943         * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
2944         Handle null `calc-settings-file'.
2946         * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
2947         * calc/calc-keypd.el (calc-keypad-mode): New.
2948         (calc-do-keypad): Use it.
2949         (calc-keypad-map): Move into `calc-keypad-mode'.
2951         * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
2952         to defalias argument.
2954         * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
2955         (calcFunc-floor): Ditto.
2957         * calc-units.el (calcFunc-usimplify): Ditto.
2959         * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
2960         * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
2961         * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
2962         * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
2963         * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
2964         * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
2965         * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
2966         * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
2967         * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
2968         * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
2969         * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
2970         and move them before their first use.  Use `when', `unless'.
2971         Remove trailing periods from error forms.  Add description and
2972         headers suggested by Emacs Lisp coding conventions.
2974 2001-11-19  Stefan Monnier  <monnier@cs.yale.edu>
2976         * newcomment.el (comment-indent):
2977         Fix misindentation for comment-only lines.
2978         (comment-indent-new-line): Only obey comment-multi-line if the
2979         comment-ender is not the end-of-line.
2981 2001-11-19  Richard M. Stallman  <rms@gnu.org>
2983         * net/net-utils.el (network-connection-service-abbrev-alist):
2984         New variable.
2986         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
2987         Advance to start of 3rd sexp by moving fwd and backing over it.
2988         At first three elements, act like defun.
2990         * delsel.el (delete-selection-pre-hook): Handle and resignal
2991         file-supersession errors to interact properly with userlock.el.
2993 2001-11-18  Richard M. Stallman  <rms@gnu.org>
2995         * progmodes/fortran.el (fortran-mode-syntax-table):
2996         Specify punctuation syntax for backslash.
2998         * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
2999         All calls deleted.
3001         * international/mule-util.el (string-to-sequence): Make it obsolete.
3002         (string-to-list, string-to-vector): Implement them directly
3003         using append and vconcat, not with string-to-sequence.
3005         * startup.el (command-line): Set abbrevs-changed to nil after
3006         reading the init file and the abbrevs file.
3008         * isearch.el (isearch): Use magenta2 as bg for (background light)
3010 2001-11-17  Richard M. Stallman  <rms@gnu.org>
3012         * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
3014         * simple.el (minibuffer-history-sexp-flag): Doc fix.
3016 2001-11-17  Stefan Monnier  <monnier@cs.yale.edu>
3018         * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
3019         If set and if applicable, add a regexp to highlight defun-like
3020         text inside comments and strings.
3021         (font-lock-fontify-keywords-region): Pass that new arg.
3022         (font-lock-set-defaults): Move the code to set `font-lock-keywords'
3023         to the end and pass that new arg.
3024         (c-font-lock-keywords-2): Fix regex for labels.
3025         (font-lock-match-c++-style-declaration-item-and-skip-to-next):
3026         Make it work when LIMIT is several lines further.
3027         (c-font-lock-keywords-3, c++-font-lock-keywords-3)
3028         (objc-font-lock-keywords-3, java-font-lock-keywords-3):
3029         Use backquote and make the regexes for `int a, b, c;' work on
3030         multiple lines.
3032         * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
3033         (font-lock-defaults-alist): Don't change it any more.
3034         (reb-subexp-mode-map): Cleanup.
3036         * custom.el (custom-current-group-alist): New var.
3037         (custom-declare-group): Set it.
3038         (custom-current-group): New fun.
3039         (custom-declare-variable, custom-handle-all-keywords):
3040         Use it as a default if no :group argument is specified.
3042         * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
3043         (standard-keyboard-coding-systems): New var.
3044         (set-locale-environment): Use it to decide whether or not to call
3045         set-keyboard-coding-system.
3046         (locale-language-names): Use \"French\" for "fr".
3048 2001-11-17  Richard M. Stallman  <rms@gnu.org>
3050         * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
3051         (add-to-list): Delete compatibility code.
3052         (checkdoc-next-message-error): Doc fix.
3054 2001-11-17  Stephen Eglen  <stephen@gnu.org>
3056         * locate.el (locate): Show default locate pattern within the
3057         prompt, but don't insert it into the minibuffer contents.
3058         Catch the case when pattern is the empty string.
3060 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
3062         * language/european.el ("French"): New language environment.
3064 2001-11-16  Richard M. Stallman  <rms@gnu.org>
3066         * calendar/todo-mode.el (todo-save): Fix previous change.
3068         * subr.el (functionp): Do use cdr-safe on object.
3070 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
3072         * bindings.el (mode-line-mode-name): Only put the help-echo property
3073         if the local-map property was put as well.
3074         (global-map): Bind switch-frame, delete-frame, iconify-frame
3075         and make-frame-visible events.
3077         * emacs-lisp/elp.el (elp-not-profilable): New var.
3078         (elp-not-profilable-p): New function.
3079         (elp-instrument-function): Use it.  Use backquotes and push.
3081         * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
3082         (byte-stack+-info, byte-compile-last-warned-form)
3083         (byte-compile-last-logged-file): Don't defconst a variable.
3084         (no-byte-compile): Declare.
3085         (byte-compile-file): Don't boundp-check no-byte-compile any more.
3086         (byte-compile-defvar): Leave defconst as is.
3088         * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
3089         (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
3090         (edebug-current-offset, edebug-old-def-name, edebug-error-point)
3091         (edebug-best-error): Don't defconst a variable.
3092         (edebug-read-syntax-table): Use a char-table.
3093         (edebug-lemacs-specific): Remove.
3094         Toplevel: Eliminate check for Lucid Emacs.
3096         * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
3098         * rect.el (move-to-column-force): Mark obsolete.
3099         (operate-on-rectangle, delete-extract-rectangle-line)
3100         (insert-rectangle, delete-whitespace-rectangle-line)
3101         (open-rectangle-line, clear-rectangle-line): Use move-to-column.
3102         (string-rectangle-history): New var.
3103         (string-rectangle, string-insert-rectangle): Use it.
3104         (delete-rectangle-line): Fix pos/column mixup and simplify.
3106         * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
3107         (normal-top-level, command-line, command-line-1): Simplify.
3109         * tar-mode.el (tar-mode): Use define-derived-mode.
3111         * view.el (view-mode-enable): Don't use make-local-hook.
3113         * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
3115 2001-11-16  Richard M. Stallman  <rms@gnu.org>
3117         * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
3118         if it doesn't make sense as anything else.
3119         Don't recognize a "telephone number" at the beginning of the name.
3120         (mail-extr-leading-garbage): Match non-word characters only.
3122 2001-11-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
3124         * startup.el (command-line-processed): Doc fix.
3126         * apropos.el (apropos-next-label-button): Doc fix.
3128 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
3130         * comint.el (comint-mode): Simplify.
3131         (make-comint-in-buffer): Run `comint-mode' only if necessary.
3133         * subr.el (eval-after-load): Make it work with features as well.
3135         * log-view.el (log-view-mode): Don't mark the buffer unmodified.
3137         * international/mule-cmds.el (describe-input-method): Setup xref.
3138         (set-language-environment): Use functionp.
3139         (locale-language-names, locale-charset-language-names)
3140         (locale-preferred-coding-systems): Defconst and purecopy.
3142         * language/european.el (mac-roman): Add mime-charset property.
3144 2001-11-15  Richard M. Stallman  <rms@gnu.org>
3146         * emacs-lisp/cl.el (values, values-list, multiple-value-list)
3147         (multiple-value-apply, nth-value): Use defsubst rather than defalias
3148         to get better doc strings.
3150 2001-11-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
3152         * derived.el: Fix autoload cookie.
3154 2001-11-15  Richard M. Stallman  <rms@gnu.org>
3156         * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
3158 2001-11-15  Stefan Monnier  <monnier@cs.yale.edu>
3160         * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
3162 2001-11-15  Richard M. Stallman  <rms@gnu.org>
3164         * dired.el (dired-undo): Display a message to explain
3165         that this does not undo file system changes.
3167 2001-11-15  David Kastrup  <David.Kastrup@t-online.de>
3169         * mouse-drag.el (mouse-drag-throw): Push back non-drag events
3170         into `unread-command-events' instead of trying keymap
3171         lookups ourselves.  This makes mouse-clicks do the right
3172         thing even when keymaps of overlays are involved.
3173         (mouse-drag-drag): Likewise.
3175 2001-11-15  Andreas Schwab  <schwab@suse.de>
3177         * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
3178         characters and append anchor to pattern added to auto-mode-alist.
3180 2001-11-15  Stefan Monnier  <monnier@cs.yale.edu>
3182         * server.el (server-process-filter): Run pore/post-comment-hook
3183         before/after visiting the file.
3185         * info-look.el (makefile-mode): Add info for automake.
3186         (autoconf-mode): Fix the name of the index for automake.
3188         * international/latin-9.el: Give pilcrow punctuation syntax.
3190 2001-11-15  Andre Spiegel  <spiegel@gnu.org>
3192         * vc.el: Documentation fixes.
3194 2001-11-14  Stefan Monnier  <monnier@cs.yale.edu>
3196         * smerge-mode.el (smerge-match-conflict): Fix typo.
3197         (smerge-diff): Be careful to read match-data early enough.
3199 2001-11-14  Colin Walters  <walters@verbum.org>
3201         * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
3202         (calcFunc-subst): Use `defalias' instead of `fset' and
3203         `symbol-function'.
3205         * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
3206         (calcFunc-ceil, calcFunc-round): Ditto.
3208         * calc/calc-bin.el (calcFunc-clip): Ditto.
3210         * calc/calc-ext.el (calcFunc-evalv): Ditto.
3212         * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
3214         * calc/calc-misc.el (math-fixnump, math-fixnatnump)
3215         (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
3217         * calc/calc-units.el (calcFunc-unsimplify): Ditto.
3219         * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
3220         * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
3221         * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
3222         * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
3223         * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
3224         * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
3225         * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
3226         * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
3227         * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
3228         * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
3229         * calcsel2.el: Style cleanup; don't put closing parens on their
3230         own line, add "foo.el ends here" to each file, and update
3231         copyright date.
3233         * README: Update maintainer.
3235 2001-11-13  Richard M. Stallman  <rms@gnu.org>
3237         * progmodes/compile.el (recompile): Use compilation-arguments if
3238         set, so as to be able to M-x recompile the exact command which
3239         created a compilation-mode buffer.
3241         * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
3243 2001-11-13  Gerd Moellmann  <gerd@gnu.org>
3245         * mouse.el (mouse-drag-region): Don't run the up-event
3246         handler if window start changed due to the down-mouse event.
3248 2001-11-13  Richard M. Stallman  <rms@gnu.org>
3250         * mouse.el (mouse-show-mark): Either move point to the mark
3251         or use highlighting, never both.
3252         (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
3254 2001-11-13  Simon Josefsson  <jas@extundo.com>
3256         * mail/smtpmail.el (top-level): Change maintainer to Simon
3257         Josefsson, cleanup the smtpmail.el header.
3259         * mail/smtpmail.el (top-level): Don't require cl or base64.
3260         (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
3261         (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
3262         Defsubst instead of defmacro.
3263         (smtpmail-intersection): Return value in reverse order.
3264         (smtpmail-open-stream): Use stringp instead of string-to-list.
3265         (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
3266         separated from smtpmail-via-smtp.
3268         * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
3269         rfc2104.  Require base64 and cl.
3270         (smtpmail-smtp-service): Doc fix.  :type fix.
3271         (smtpmail-debug-info): Doc fix.
3272         (smtpmail-debug-verb, smtpmail-auth-credentials)
3273         (smtpmail-starttls-credentials, smtpmail-auth-supported):
3274         New variables.
3275         (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
3276         mail-utils (it is autoloaded).
3277         (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
3278         (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
3279         (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
3280         (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
3281         (smtpmail-via-smtp): Support AUTH.
3282         (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
3284 2001-11-13  Richard M. Stallman  <rms@gnu.org>
3286         * ebuff-menu.el (electric-buffer-update-highlight): New function.
3287         (electric-buffer-overlay): New variable.
3288         (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
3289         (electric-buffer-list): Likewise.
3291         * isearch.el (isearch-whitespace-chars): Doc fix.
3292         (isearch-mode): Handle negative search-slow-window-lines correctly.
3294 2001-11-13  Stefan Monnier  <monnier@cs.yale.edu>
3296         * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
3298         * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
3299         From Emmanuel Briot <briot@act-europe.fr>.
3301 2001-11-13  Colin Walters  <walters@debian.org>
3303         * calc/calc.el (calc-unread-command): Use `unread-command-events'.
3305         * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
3306         "~/.emacs"; use `read-file-name'.
3308         * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
3309         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
3310         * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
3311         * calc/calc.el: Use `frame-width' instead of `screen-width',
3312         `frame-height' instead of `screen-height', and,
3313         `executing-kbd-macro' instead of `executing-macro'.
3315         * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
3316         correct number of arguments.
3318         * calc/calc-aent.el (calc-do-alg-entry):
3319         Use `blink-paren-function' instead of `blink-paren-hook'.
3321 2001-11-12  Richard M. Stallman  <rms@gnu.org>
3323         * calendar/todo-mode.el (todo-save): Add save-excursion
3324         and save-restriction.
3326         * server.el (server-edit, server-done): Doc fix.
3328         * simple.el (clone-indirect-buffer): Error if major mode symbol
3329         has a no-clone-indirect property.
3330         (clone-buffer): Check for obvious errors before reading clone name.
3332         * info.el (Info-mode): Add a no-clone-indirect property.
3334 2001-11-12  Sam Steingold  <sds@gnu.org>
3336         * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
3337         set-buffer-modified-p to nil after `vc-exec-after'.
3338         * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
3339         (log-view-mode): Make read-only.
3340         (log-view-current-file): Do final `expand-file-name' in the
3341         current `default-directory'.
3342         (log-view-current-tag): Take an optional `where' arg.
3343         (log-view-diff): New user command.
3345 2001-11-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
3347         * progmodes/cpp.el (cpp-choose-face): Fix typo.
3349 2001-11-12  Sam Steingold  <sds@gnu.org>
3351         * emacs-lisp/cl-indent.el (toplevel): Indent properly
3352         `generic-flet', `generic-labels', `with-accessors',
3353         `with-condition-restarts'.
3355 2001-11-12  Richard M. Stallman  <rms@gnu.org>
3357         * dired.el: Many trivial doc fixes.
3358         (dired-get-file-for-visit): New function.
3359         (dired-find-alternate-file, dired-mouse-find-file-other-window):
3360         (dired-view-file, dired-find-file-other-window, dired-display-file):
3361         (dired-find-file): Use dired-get-file-for-visit.
3363 2001-11-12  Alex Schroeder  <kensanata@yahoo.com>
3365         * sql.el (sql-mode): Doc change.
3367         * sql.el (sql-mode-syntax-table): The backslash is no longer an
3368         escape character.
3370 2001-11-12  Colin Walters  <walters@debian.org>
3372         * calc/calc-keypd.el (toplevel): Bind mouse buttons.
3373         (calc-do-keypad): Don't attempt to use nonexistent global
3374         mouse-map, use calc-keypad-map.
3375         (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
3376         (calc-keypad-left-click): Don't use mouse-map; update to new event
3377         interface.
3378         (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
3379         (calc-keypad-press): Use `unread-command-events' instead of
3380         `unread-command-char'.
3382         * calc/calc-ext.el (calc-init-extensions): Update autoload names
3383         to match files renamed on initial calc import.
3385 2001-11-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
3387         * textmodes/flyspell.el (flyspell-default-dictionary):
3388         Fix previous change.
3390 2001-11-12  Richard M. Stallman  <rms@gnu.org>
3392         * textmodes/flyspell.el (flyspell-default-dictionary):
3393         Fix custom type.
3395 2001-11-11  Richard M. Stallman  <rms@gnu.org>
3397         * calendar/solar.el (solar-sunrise-and-sunset):
3398         Exchange the two extreme values of day-length.
3400         * progmodes/sh-script.el (sh-must-be-shell-mode):
3401         Allow modes derived from sh-mode.
3403         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
3404         Turn off error in some re-search-forward calls.
3406         * replace.el (query-replace-skip-read-only): New variable.
3407         (perform-replace): If that variable is non-nil, ignore matches
3408         that have a read-only property.
3410         * derived.el (define-derived-mode): Doc fix.
3412         * server.el (server-buffer-done): Test of server-existing-buffer
3413         was backwards.
3414         (server-existing-buffer): Doc fix.
3416         * textmodes/flyspell.el (flyspell-default-dictionary):
3417         Allow nil as value, and make nil the default.
3419 2001-11-11  Eli Zaretskii  <eliz@is.elta.co.il>
3421         * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
3422         it is not fboundp.
3423         (clipboard-yank): Ditto.
3425 2001-11-11  Colin Walters  <walters@verbum.org>
3427         The following changes are based on patches from
3428         Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
3429         <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
3431         * calc/calc.el (toplevel): Require calc-macs.
3432         (calc-minibuffer-size): New.
3433         (calcDigit-nondigit): Use it instead of `buffer-size'.
3434         (calcDigit-backspace): Likewise.
3435         (calcDigit-nondigit): Use `minibuffer-contents' instead of
3436         `buffer-string'.
3437         (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
3438         `point-min'.
3439         (calcDigit-key): Use `calc-minibuffer-contains' instead of a
3440         `save-excursion'.
3442         * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
3443         simple `setq' form.
3445         * calc/calc-ext.el: (toplevel): Require calc.
3446         (calc-fancy-prefix-map): New.
3447         (calc-fancy-prefix): Use it.
3448         (calc-fancy-prefix-other-key): New.
3450         * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
3451         (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
3452         (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
3453         (calcAlg-enter): Likewise.
3454         (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
3456 2001-11-10  Richard M. Stallman  <rms@gnu.org>
3458         * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
3459         (quietly-read-abbrev-file): Doc fix.
3461         * startup.el (command-line): Read standard abbrev
3462         file (abbrev-file-name), if it exists.
3464         * files.el (save-abbrevs): Default value is t.
3466         * progmodes/compile.el (compile-goto-error): Fix previous change
3467         in the case where subsequent errors have not been parsed yet
3468         because they are in a different source file.
3470 2001-11-10  Peter Kleiweg  <kleiweg@let.rug.nl>
3472         * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
3473         Merge two regular expressions into one.
3474         (ps-mode): Make local bindings for `comment-start' and
3475         `comment-start-skip'.
3476         (ps-mode-looking-at-nested): Simplify an if-else construct;
3477         use `set-match-data' to set the result.
3479 2001-11-10  Richard M. Stallman  <rms@gnu.org>
3481         * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
3482         Function deleted.
3483         (flyspell-correct-word): Old definition deleted.
3484         (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
3485         All references renamed too.
3487 2001-11-10  Gerd Moellmann  <gerd@gnu.org>
3489         * Makefile.in (finder_setwins, setwins): Exclude Calc.
3491 2001-11-09  Per Abrahamsen  <abraham@dina.kvl.dk>
3493         * wid-edit.el (checklist): Removed `:menu-tag'.
3494         (radio-button-choice): Ditto.
3495         (editable-list): Ditto.
3497 2001-11-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
3499         * play/gomoku.el: Move definitions of constants to the beginning
3500         of file, before their use.
3502 2001-11-09  Richard M. Stallman  <rms@gnu.org>
3504         * textmodes/flyspell.el: Use the keymap property
3505         instead of local-map, and don't use a minor-mode map.
3506         (flyspell-mode-map): Variable deleted.
3507         Don't mess with minor-mode-map-alist.
3508         (calling add-minor-mode): Specify nil for keymap.
3509         And always use add-minor-mode, now that it exists.
3510         (flyspell-overlay-keymap-property-name): Set it to `keymap'.
3511         (flyspell-mode-on): Don't locally bind flyspell-mouse-map
3512         or flyspell-local-mouse-map.
3513         (make-flyspell-overlay): Use flyspell-mouse-map directly.
3514         (flyspell-mode): Doc fix.
3515         (flyspell-mode-on): Don't call make-local-hook.
3517 2001-11-09  Sam Steingold  <sds@gnu.org>
3519         * emacs-lisp/debug.el (debugger-make-xrefs):
3520         Add buttons to all symbols.
3522 2001-11-09  Andre Spiegel  <spiegel@gnu.org>
3524         * vc.el: Add John David Smith to credits.
3526         Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
3528         * vc-hooks.el (vc-error-occured): Backquotified.
3529         (vc-file-prop-obarray): Use prime length for better efficiency.
3531         * vc.el (vc-clear-context): Fill obarray with 0, not nil.
3533 2001-11-09  Eli Zaretskii  <eliz@is.elta.co.il>
3535         * info.el (Info-file-list-for-emacs): Add entries for Calc.
3537 2001-11-09  Miles Bader  <miles@gnu.org>
3539         * subr.el (functionp): Don't consider macros as functions.
3541 2001-11-08  Miles Bader  <miles@gnu.org>
3543         * subr.el (functionp): Make work correctly for macros and unbound
3544         symbols.
3546         * comint.el (comint-send-input): Fix description of
3547         `comint-process-echoes' in the doc-string.
3549 2001-11-08  Eli Zaretskii  <eliz@is.elta.co.il>
3551         * international/mule.el (make-translation-table): Doc fix.
3552         Suggested by Alex Schroeder <alex@gnu.org>.
3554 2001-11-07  Richard M. Stallman  <rms@gnu.org>
3556         * info.el (Info-fontify-node): Highlight every third menu item.
3558 2001-11-07  Per Abrahamsen  <abraham@dina.kvl.dk>
3560         * cus-edit.el (custom-face-value-create): Don't ignore the
3561         `customized-face' attribute when finding the current face spec.
3563 2001-11-07  Stefan Monnier  <monnier@cs.yale.edu>
3565         * subr.el (with-local-quit): New macro.
3566         (make-syntax-table): Always inherit.
3567         (functionp): Be more careful when `object' is a symbol.
3569         * dabbrev.el (dabbrev-completion): Use "*Completions*".
3571 2001-11-07  Paul Eggert  <eggert@twinsun.com>
3573         * dired.el (dired-move-to-filename-regexp):
3574         Do not distinguish between ASCII letters and non-ASCII characters.
3575         Don't allow comma except in the form "month day, year".
3576         Don't allow space between month name and comma.
3577         Clean up the code that checks for trailing period, comma, and space.
3578         Remove now-obsolete comments, and add more commentary about
3579         Japanese dates.
3580         Always gobble up trailing spaces, instead of doing it only sometimes.
3582 2001-11-07  Miles Bader  <miles@gnu.org>
3584         * paren.el (show-paren-match-face): Add dark-background variant.
3586 2001-11-06  Stefan Monnier  <monnier@cs.yale.edu>
3588         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
3589         (lisp-mode-variables): Don't set paragraph-{start,separate}.
3590         Don't disable adaptive-fill-mode.
3591         (lisp-fill-paragraph): Use tab-width rather than 8.
3592         Prevent filling the first line of docstrings.
3594 2001-11-06  Richard M. Stallman  <rms@gnu.org>
3596         * play/gomoku.el (gomoku): Doc fix.
3598         * jka-compr.el (jka-compr-partial-uncompress):
3599         Support an alternative of not using dd.
3600         (jka-compr-dd-program): Use defcustom to define this.
3601         (jka-compr-load-suffixes): Use defcustom.
3602         (jka-compr-mode-alist-additions): Use defcustom.
3604 2001-11-06  Stefan Monnier  <monnier@cs.yale.edu>
3606         * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
3607         Also work when LIMIT is further than the end of line.
3609 2001-11-06  Eli Zaretskii  <eliz@is.elta.co.il>
3611         * international/quail.el (quail-update-leim-list-file): Print the
3612         offending file name if some of its quail-define-package forms is broken.
3614 2001-11-05  Richard M. Stallman  <rms@gnu.org>
3616         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
3617         of the evaluated form.
3619 2001-11-05  Paul Eggert  <eggert@twinsun.com>
3621         * ls-lisp.el (ls-lisp-time-to-seconds): New function.
3622         (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
3623         stamps always line up by default.  Also, it uses a slightly
3624         different window to determine whether files are "recent".
3626 2001-11-05  Andrew Innes  <andrewi@gnu.org>
3628         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
3629         Don't attempt to remake autoloads before nuking .elc files.
3631 2001-11-04  Richard M. Stallman  <rms@gnu.org>
3633         * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
3634         previous-single-property-change or next-single-char-property-change
3635         returns nil.
3637         * international/mule-cmds.el (set-locale-environment):
3638         Make it interactive; make arg optional.
3640         * international/mule-diag.el (help-funs): Require help-funs.
3642 2001-11-04  Eli Zaretskii  <eliz@is.elta.co.il>
3644         * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
3646 2001-11-04  Miles Bader  <miles@gnu.org>
3648         * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
3649         shadow of the splash image grey on a dark background instead of black.
3651 2001-11-03  Stefan Monnier  <monnier@cs.yale.edu>
3653         * term.el (all faces): Don't (copy-face 'default <foo>).
3655         * term/xterm.el (function-key-map):
3656         Add entry for `ESC [ 3 ~' -> <delete>
3657         Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
3658         Use inheritance so that .emacs and terminfo take precedence.
3660 2001-11-03  Eli Zaretskii  <eliz@is.elta.co.il>
3662         * tooltip.el (tooltip-delay): Decrease to 0.7.
3663         (tooltip-hide-delay): Enlarge to 10.
3665 2001-11-03  Richard M. Stallman  <rms@gnu.org>
3667         * startup.el (fancy-splash-tail): Explain how to recover
3668         from a crash, if there was a crash.
3669         (command-line-1): Reorganize display of startup screen,
3670         to simplify the logic.  Use a temp buffer for it.
3672 2001-11-03  Eli Zaretskii  <eliz@is.elta.co.il>
3674         * frame.el (set-background-color, set-foreground-color):
3675         Call face-set-after-frame-default, to propagate the new colors to
3676         the frame's parameters alist.
3678         * calendar/timeclock.el (timeclock-out): Signal an error if
3679         timeclock-last-event is nil.
3681 2001-11-02  Stefan Monnier  <monnier@cs.yale.edu>
3683         * textmodes/fill.el (fill-context-prefix): Fix braino.
3685         * international/quail.el (quail-help):
3686         Use `help-buffer' and move `help-setup-xref' to beginning.
3688         * international/mule-cmds.el (describe-language-environment):
3689         Use `help-buffer' and move `help-setup-xref' to beginning.
3691         * international/mule-diag.el (list-character-sets)
3692         (sort-listed-character-sets, describe-character-set)
3693         (describe-coding-system, describe-fontset, list-fontsets):
3694         Use `help-buffer' and move `help-setup-xref' to beginning.
3695         (describe-char-after): Use `internal-describe-syntax-value'.
3697 2001-11-02  Richard M. Stallman  <rms@gnu.org>
3699         * mouse.el (popup-menu): If the user refuses to select
3700         from a menu, don't try to invoke the menu.
3702 2001-11-02  Miles Bader  <miles@gnu.org>
3704         * help-mode.el (help-xref): New button type.
3705         (help-function, help-variable, help-face, help-coding-system)
3706         (help-input-method, help-character-set, help-type, help-symbol)
3707         (help-back, help-info, help-customize-variable, help-customize-face)
3708         (help-function-def, help-variable-def): Use it as a supertype.
3709         Remove `action' property.
3711         * international/mule-diag.el (describe-character-set)
3712         (describe-coding-system): Pass correct args to `help-xref-button'.
3713         (sort-listed-character-sets): New button type.
3714         (list-character-sets): Use it.
3715         (list-charset-chars): New button type.
3716         (list-character-sets-1): Use it.
3718 2001-11-01  Stefan Monnier  <monnier@rum.cs.yale.edu>
3720         * indent.el (tab-always-indent, indent-for-tab-command):
3721         Remove redundant `never' setting.
3723         * fill.el (fill-region-as-paragraph): Don't forget to skip
3724         over current whitespace before looking for a preceding space.
3726 2001-11-01  Richard M. Stallman  <rms@gnu.org>
3728         * files.el (file-newest-backup): Don't pass backup file name
3729         thru file-name-sans-versions, because it never has version numbers.
3731         * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
3732         to avoid ambiguous nested loops.
3734         * files.el (find-file-noselect): Offer to change buffer-read-only
3735         only when the file's read-only status has changed from before
3736         as well as disagreeing with the buffer's current status.
3737         (buffer-file-read-only): New var, local in all buffers.
3739         * buff-menu.el (buffer-menu): Doc fix.
3740         (buffer-menu-other-window): Doc fix.
3741         (list-buffers, list-buffers-noselect): Doc fix.
3743 2001-11-01  Gerd Moellmann  <gerd@gnu.org>
3745         * startup.el (command-line): If the terminal Emacs is running on
3746         has erase char set to ^H, use the Backspace key for deleting
3747         backward, and the Delete key for deleting forward.
3749 2001-11-01  Miles Bader  <miles@gnu.org>
3751         * button.el (define-button-type): Make sure every user-defined
3752         button type has a supertype.
3754 2001-10-31  Jason Rumney  <jasonr@gnu.org>
3756         * international/mule-cmds.el (locale-language-names): Add chs and
3757         cht as aliases for Chinese-GB and Chinese-BIG5.
3759 2001-10-31  Richard M. Stallman  <rms@gnu.org>
3761         * bindings.el (mode-line-frame-identification): Add doc string.
3762         (mode-line-position, mode-line-modes): New variables.
3763         (mode-line-format): Use mode-line-position for the part
3764         that displays the position-in-buffer info.
3765         Use mode-line-modes for the part that displays major and minor modes.
3767 2001-10-31  Sam Steingold  <sds@gnu.org>
3769         * emacs-lisp/debug.el (debugger-make-xrefs): New function.
3770         (debugger-setup-buffer): Call it.
3771         (debugger-mode-map): Bind RET and mouse-2.
3773 2001-10-31  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
3775         * startup.el: Document command line option --no-window-system
3776         instead of --no-windows.
3778 2001-10-30  Stefan Monnier  <monnier@cs.yale.edu>
3780         * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
3782         * font-lock.el (java-font-lock-syntactic-face-function): New fun.
3783         (font-lock-defaults-alist): Use it.
3784         From David Ponce <david.ponce@wanadoo.fr>
3786         * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
3787         output of `char-after'.
3789         * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
3791         * simple.el (reindent-then-newline-and-indent): Insert the newline
3792         before indenting the first line.
3793         (undo-get-state, undo-revert-to-state): New funs.
3794         (shell-command): Don't kill the buffer even if empty.
3795         (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
3796         (transpose-subr-end2): Remove.
3797         (transpose-subr): Add `special' arg and simplify.
3798         (transpose-subr-1): Rewrite.
3799         (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
3800         (rfc822-goto-eoh): Simplify.
3802 2001-10-30  Richard M. Stallman  <rms@gnu.org>
3804         * enriched.el (enriched-face-ans): Fix previous change.
3806 2001-10-30  Gerd Moellmann  <gerd@gnu.org>
3808         * international/iso-acc.el (iso-accents-compose): Remove a
3809         superfluous setq.
3811 2001-10-30  Eli Zaretskii  <eliz@is.elta.co.il>
3813         * buff-menu.el (list-buffers-noselect): If the buffer's name
3814         starts with a blank, but it visits a file, do show it (for files
3815         whose names start with a blank).
3817 2001-10-30  Stefan Monnier  <monnier@cs.yale.edu>
3819         * textmodes/fill.el (sentence-end-double-space)
3820         (sentence-end-without-period): Move to paragraphs.el.
3821         (fill-indent-according-to-mode): Change default to t.
3822         (fill-context-prefix): Simplify control-flow and use a more
3823         sophisticated merge that unifies both previous checks.
3824         (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
3825         (fill-nobreak-predicate): Make it into a defcustom'd hook.
3826         (fill-nobreak-p): New fun.
3827         (fill-region-as-paragraph): Use it.
3828         Handle `fill-indent-according-to-mode' slightly differently.
3829         (fill-individual-paragraphs-prefix): Simplify the control-flow.
3830         (fill-individual-paragraphs-citation): Fix.
3832         * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
3833         (paragraph-start): Change default to the `text-mode' value.
3834         (sentence-end-double-space, sentence-end-without-period):
3835         Move from fill.el.
3836         (forward-paragraph): Use `parstart' and `parsep' for temp variables
3837         rather than rebinding `paragraph-start' and `paragraph-separate'.
3839         * indent.el (indent-line-function): Change default to indent-relative.
3840         (tab-always-indent): Add an `never' setting.
3841         (indent-according-to-mode): Handle `indent-relative' and
3842         `indent-relative-maybe' specially.
3843         (indent-for-tab-command): Rename `prefix-arg' to `arg'.
3844         Handle the `never' case for `tab-always-indent'.
3845         Don't call indent-according-to-mode for indent-relative' and
3846         `indent-relative-maybe'.
3847         (insert-tab): Rename `prefix-arg' to `arg'.
3848         (indent-region): Indent the first line as well.
3849         (indent-relative): Don't mark the buffer modified if the indentation
3850         is unchanged.
3852         * textmodes/text-mode.el (paragraph-indent-minor-mode):
3853         Don't set paragraph-separate.  Set paragraph-start more carefully.
3854         Set indent-line-function.
3855         (paragraph-indent-text-mode): Use it and define-derived-mode.
3856         (text-mode-map): Remove the \t binding.
3857         (text-mode): Simplify now that the default is more favorable.
3859 2001-10-29  Stefan Monnier  <monnier@cs.yale.edu>
3861         * emacs-lisp/find-func.el (find-function-search-for-symbol):
3862         If the regexp doesn't match, use a looser one.
3863         (find-variable-noselect): Add `file' argument.
3865         * pcvs.el (cvs-mode-commit-hook): New hook.
3866         (cvs-mode-commit): Run it.
3868         * log-edit.el (log-edit): Run hook after `log-edit-files'.
3870         * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
3871         (edebug-instrument-function): Use `find-function-noselect'.
3873 2001-10-29  Richard M. Stallman  <rms@gnu.org>
3875         * term.el (term-if-emacs19): Macro deleted.
3876         Callers changed to use progn instead.
3878         * frame.el (blink-cursor-mode): Doc fix.
3880         * files.el (find-backup-file-name): Use make-backup-file-name.
3882         * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
3883         window-live-p.
3884         (edebug-set-conditional-breakpoint): Unconditionally use
3885         the former Emacs >=19 definition.
3886         (edebug-mark): Define unconditionally.
3887         (edebug-eval-expression): Always call read-from-minibuffer
3888         and specify history list.
3889         (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
3890         edebug-set-conditional-breakpoint.
3891         (edebug-emacs-version-specific): Function deleted;
3892         do the job at top level.
3893         (edebug-emacs-19-specific): Function deleted, this is the default.
3895 2001-10-29  Sam Steingold  <sds@gnu.org>
3897         * w32-fns.el (convert-standard-filename): Handle cygwin-specific
3898         "/cygdrive/LETTER/" pathnames.
3900 2001-10-29  Eli Zaretskii  <eliz@is.elta.co.il>
3902         * faces.el (invert-face): Check for 'unspecified, not for nil,
3903         when testing whether face colors are not specified.
3904         From David.Kastrup@t-online.de (David Kastrup).
3905         (read-face-name): Doc fix.
3906         (make-face-bold, make-face-unbold, make-face-italic)
3907         (make-face-unitalic, make-face-bold-italic, invert-face):
3908         Remove trailing blank from the prompt passed to read-face-name.
3910 2001-10-29  Sam Steingold  <sds@gnu.org>
3912         * emacs-lisp/bytecomp.el (byte-recompile-directory):
3913         Report numbers of files skipped and failed too.
3914         (byte-compile-file): Return 'no-byte-compile for skipped files.
3916 2001-10-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3918         * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
3919         and `M p'.
3921 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
3923         * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
3924         as is on unread-command-events instead of `(SECOND-CHAR)'.
3926 2001-10-29  Andre Spiegel  <spiegel@gnu.org>
3928         * vc.el: Mention vc-*-switches in backend API documentation.
3929         (vc-annotate): Adapt doc string to recent change.
3931 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
3933         * enriched.el (enriched-face-ans): Handle face attributes
3934         of the form `(FACE1 FACE2 ...)'.
3936         * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
3938 2001-10-29  Alex Schroeder  <kensanata@yahoo.com>
3940         * progmodes/sql.el (sql-mysql): Doc change by RMS.
3942         * progmodes/sql.el (sql-db2): Doc change.
3943         (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
3944         (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
3946 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
3948         * env.el (substitute-env-vars): Don't quote argument to `rx';
3949         it's a macro.
3951 2001-10-28  Per Abrahamsen  <abraham@dina.kvl.dk>
3953         * cus-start.el (recursive-load-depth-limit): Added.
3955 2001-10-28  Richard M. Stallman  <rms@gnu.org>
3957         * textmodes/ispell.el (version18p, version20p): Vars deleted.
3958         All uses removed--assume Emacs version is >= 20.
3960         * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
3961         by really checking that it is not version 18.
3963         * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
3965 2001-10-28  Miles Bader  <miles@gnu.org>
3967         * faces.el (face-attribute): Add INHERIT argument, consider face
3968         inheritance if it's non-nil.
3969         (face-attribute-merged-with): New function.
3970         (face-attribute-specified-or): New macro.
3971         (face-foreground, face-background, face-stipple): Add INHERIT
3972         argument.  Use `face-attribute-specified-or'.
3974 2001-10-28  Stefan Monnier  <monnier@cs.yale.edu>
3976         * font-lock.el: Require `syntax'.
3977         (font-lock-defaults-alist): Don't define keywords for lisp languages.
3978         Use `c-font-lock-syntactic-face-function' for c languages.
3979         (font-lock-mode): Don't unset vars when turning the mode off.
3980         (font-lock-default-fontify-buffer): Don't unset vars at the end.
3981         (font-lock-extra-managed-props): New var.
3982         (font-lock-default-unfontify-region): Use it.
3983         (font-lock-apply-syntactic-highlight): Flush the syntax cache.
3984         Don't eval the value when there's no match.
3985         (font-lock-ppss-stats): New var.
3986         (font-lock-ppss): New fun.
3987         (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
3988         (font-lock-apply-highlight): Allow `highlight' to set several props.
3989         (font-lock-set-defaults): Use dolist.
3990         (font-lock-unset-defaults): Remove.
3991         (font-lock-match-c-style-declaration-item-and-skip-to-next):
3992         Try to recognize prototypes using `foo P_ ((args))'.
3993         ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
3994         (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
3995         (c-font-lock-syntactic-face-function): New function.
3996         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
3997         (c++-keywords): Use a more sophisticated regexp to handle
3998         shallowly nested templates.
4000 2001-10-27  Stefan Monnier  <monnier@cs.yale.edu>
4002         * textmodes/sgml-mode.el (sgml-empty-tags): New var.
4003         (sgml-tag): Use it.  Cleanup with `cond'.
4004         (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
4005         Mark the overlays and only delete those that are marked.
4006         (sgml-skip-close-p): Remove.
4007         (sgml-value): Replace sgml-skip-close-p with its definition.
4008         (html-tag-alist): Use sgml-xml a bit more.
4009         (html-mode): Set sgml-empty-tags.
4011         * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
4012         (texinfo-update-node, texinfo-sequential-node-update):
4013         Don't bind the obsolete `auto-fill-hook'.
4014         (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
4015         Use `set-buffer' rather than `switch-to-buffer'.
4016         (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
4017         Use `set-buffer' rather than `switch-to-buffer'.
4019         * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
4020         text-mode-syntax-table.
4021         (mail-mode): Use define-derived-mode.
4022         Fix ordering of alternatives in adaptive-fill-regexp.
4023         (mail-mode-map): Don't rely on keymap's internal representation.
4025 2001-10-27  Sam Steingold  <sds@gnu.org>
4027         * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
4028         (sgml-xml-guess): Extracted from `html-mode' and generalized.
4029         (sgml-mode-common): Call it.
4030         (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
4031         (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
4032         (html-horizontal-rule, html-image, html-ordered-list):
4033         (html-unordered-list, html-list-item, html-paragraph):
4034         (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
4035         `html-xhtml'.
4037 2001-10-26  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
4039         * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
4040         (ifnothtml): New alias.
4042 2001-10-27  Stefan Monnier  <monnier@cs.yale.edu>
4044         * textmodes/text-mode.el (text-mode): Use define-derived-mode.
4045         (toggle-text-mode-auto-fill): Use derived-mode-p.
4047 2001-10-27  Gerd Moellmann  <gerd.moellmann@t-online.de>
4049         * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
4050         `mdtm'.  From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
4052 2001-10-26  Eli Zaretskii  <eliz@is.elta.co.il>
4054         * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
4055         Add make-obsolete cookies, to follow faces.el.
4057         These changes avoid warnings from the byte compiler in faces.el:
4059         * faces.el (internal-get-face): Use facep instead of the obsolete
4060         internal-find-face.
4061         (internal-frob-font-weight, internal-frob-font-slant):
4062         New defaliases for obsolete functions.
4063         (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
4064         (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
4065         (x-make-font-bold-italic): Use internal-frob-font-weight and
4066         internal-frob-font-slant aliases instead of the obsolete
4067         x-frob-... functions.
4069 2001-10-26  Sam Steingold  <sds@gnu.org>
4071         * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
4072         DOCTYPE; set `mode-name' based on it.
4073         (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
4074         (sgml-tag): Close empty tags in XHTML.
4076 2001-10-26  Jason Rumney  <jasonr@gnu.org>
4078         * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
4079         when UNICODE is not defined.
4081 2001-10-26  Sam Steingold  <sds@gnu.org>
4083         * font-lock.el (c-font-lock-keywords-2): Do not require labels to
4084         be alone on the line.
4086 2001-10-26  Eli Zaretskii  <eliz@is.elta.co.il>
4088         * button.el (button): Special face definition for MS-DOS terminals.
4090 2001-10-26  Sam Steingold  <sds@gnu.org>
4092         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
4093         Protect the /= test by checking that the args are non-nil.
4094         (sh-font-lock-close-heredoc): Check eof for being non-nil.
4096 2001-10-26  Tomas Abrahamsson  <tab@lysator.liu.se>
4098         * textmodes/artist.el (artist-version): 1.2.4.
4099         (artist-butlast-fn): New variable.
4100         (artist-butlast): New function.
4101         (artist-ellipse-mirror-quadrant): Use it.
4102         (artist-mouse-draw-poly): Use nil for `point-list'.
4103         (artist-mouse-draw-poly): Check for point-list being nil.
4105 2001-10-26  Peter Kleiweg  <kleiweg@let.rug.nl>
4107         * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
4108         lambda expression.
4109         (ps-mode-menu-main): Submenu with options on/off was replaced with
4110         a toggle button.
4111         (ps-mode, ps-run-mode): Define with `define-derived-mode'
4112         (ps-mode): Autoload cookie added on same line as comment
4113         (ps-mode-tabkey, ps-mode-backward-delete-char):
4114         (ps-mode-r-balance): Replace `delete-horizontal-space' and
4115         `indent-to' with `indent-line-to'
4116         (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
4117         instead of `eval'.
4118         (ps-mode-print-region): Use `with-temp-buffer'.
4119         (ps-run-start): Use of `mapconcat'.  Use `apply' instead of `eval'.
4120         (numerous places): Add back-tick and tick around names in
4121         docstrings, fix punctuation in docstrings, remove trailing spaces.
4123 2001-10-25  Stefan Monnier  <monnier@cs.yale.edu>
4125         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
4126         (sgml-font-lock-keywords-2): Use `eval'.  Moved from sgml-mode-common.
4127         (sgml-font-lock-syntactic-keywords): New var.
4128         (sgml-mode-common): Drop the two args.
4129         Don't make buffer-local variables that aren't used.
4130         Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
4131         Don't set `before-string' props from sgml-display-text.
4132         (sgml-mode): Use define-derived-mode.
4133         (sgml-tags-invisible): Use sgml-display-text.
4134         (sgml-quote): New command.
4135         (html-tag-alist): Add args for `span'.
4136         (html-mode): Use define-derived-mode.
4137         Set sgml-display-text and sgml-tag-face-alist.
4139 2001-10-25  Sam Steingold  <sds@gnu.org>
4141         * add-log.el (add-log-always-start-new-record): New user option.
4142         (add-change-log-entry): Use it.
4144 2001-10-25  Richard M. Stallman  <rms@gnu.org>
4146         * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
4147         bind case-fold-search if FROM is not all lower case.
4149 2001-10-25  Gerd Moellmann  <gerd@gnu.org>
4151         * startup.el (normal-top-level): Check for frame-initial-frame
4152         only if it's really used.
4154         * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
4156         * progmodes/compile.el (compilation-parse-errors-filename-function):
4157         New variable.
4158         (compilation-parse-errors): Use it.
4160 2001-10-25  Stefan Monnier  <monnier@cs.yale.edu>
4162         * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
4163         interactively so that C-u M-C-x still does edebug.
4164         (checkdoc-sentencespace-region-engine): Don't force a double-space
4165         after `.' if it doesn't look like an end-of-sentence.
4166         (debug-ignored-errors): Add `disambiguate ...'.
4168 2001-10-24  Stefan Monnier  <monnier@cs.yale.edu>
4170         * textmodes/texinfo.el (texinfo-environments)
4171         (texinfo-environment-regexp): Hoist.
4172         (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
4173         Only highlight the menu name in menu items.
4174         Setup `@foo ... @end foo' as text clones.
4175         (texinfo-clone-environment): New function.
4176         (texinfo-mode): Simplify auto-fill-inhibit-regexp.
4177         (texinfo-insert-block): Simplify.
4178         (texinfo-insert-quote): Insert a plain " if preceded by \ or if
4179         the command is repeated.
4180         (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
4181         (texinfo-insert-@end): Simplify.
4183         * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
4184         (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
4185         (texinfo-subsubsection-level-regexp)
4186         (texinfo-update-menu-same-level-regexps)
4187         (texinfo-update-menu-higher-regexps)
4188         (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
4190         * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
4191         (derived-mode-p): Autoload.
4193         * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
4194         New vars and functions.
4195         (text-clone-maintain, text-clone-create): New functions.
4197 2001-10-25  Miles Bader  <miles@gnu.org>
4199         * facemenu.el (facemenu-add-new-face): Fix variable names.
4201 2001-10-24  Richard M. Stallman  <rms@gnu.org>
4203         * facemenu.el (facemenu-unlisted-faces): Improve doc strings
4204         of t and nil values.
4205         (facemenu-set-face): Handle START and END interactively.
4206         (facemenu-set-foreground): Don't use a face; specify color directly.
4207         (facemenu-set-background): Likewise.
4208         (facemenu-set-face-from-menu): Doc fix.
4209         (facemenu-active-faces): Use face-attribute-vector
4210         to handle bare attributes not in faces.
4211         (facemenu-get-face): Don't handle face names fg:... and bg:...
4212         specially.
4213         (facemenu-add-new-face): New argument MENU.
4214         New way to handle adding colors to the color menus.
4216         * env.el (substitute-env-vars): Quote the arg to rx.
4218 2001-10-24  Sam Steingold  <sds@gnu.org>
4220         * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
4221         Control" and "SGML" groups.
4223 2001-10-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
4225         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
4226         Better handling of C++ template args to avoid confusion with `<'
4227         and `>' used as operators in member init expressions.
4229 2001-10-24  Gerd Moellmann  <gerd@gnu.org>
4231         * replace.el (perform-replace): Move START and END parameters
4232         to the end of the argument list and make them optional.
4234         * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
4235         perform-replace.
4237         * international/fontset.el (x-must-resolve-font-name): New function.
4238         (x-complement-fontset-spec): Use it.
4240 2001-10-23  Stefan Monnier  <monnier@cs.yale.edu>
4242         * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
4244         * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
4245         Turn caadr into caar of cdr.
4247 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
4249         * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
4250         of mouse-{1,2} since dragging is on the down event.
4252         * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
4254         * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
4255         if ARG is nil.
4257         * desktop.el (desktop-last-buffer): New variable.
4258         (desktop-create-buffer): Set it.
4259         (desktop-read): Bind it and switch to that buffer.
4261 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
4263         * progmodes/compile.el (compilation-set-window-height):
4264         Select old window only if it's still live.
4266 2001-10-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4268         * help-mode.el (help-buffer): Remove debugging code.
4269         From Stefan Monnier <monnier@cs.yale.edu>.
4271 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
4273         * files.el (file-name-sans-extension, file-name-extension):
4274         Don't count the leading dots in file names as signaling an extension.
4276 2001-10-22  Andre Spiegel  <spiegel@gnu.org>
4278         * vc.el (vc-diff-switches): Doc rewritten.
4280 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
4282         * tooltip.el (tooltip-set-param): Doc fix.
4284         * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
4285         127 to sgml-maybe-name-self.
4286         (sgml-name-8bit-mode): Doc fix.
4287         (sgml-char-names-table): New variable.
4288         (sgml-name-char): Support non-ASCII and mule-unicode-*
4289         characters.  Doc fix.
4290         (sgml-maybe-name-self): Convert unibyte characters to multibyte.
4292         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
4293         doc string the effect of `left' and `top' parameters in
4294         tooltip-frame-parameters, the default values, and the units.
4295         (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
4296         (tooltip-show): Mention in the doc string the `top' and `left'
4297         parameters in tooltip-frame-parameters, and x-max-tooltip-size.
4299 2001-10-22  Andre Spiegel  <spiegel@gnu.org>
4301         Add autoscaling support for vc-annotate.
4302         From J.D. Smith <jdsmith@alum.mit.edu>.
4304         * vc.el (vc-annotate-display-default): Accept colormap scaling
4305         ratio (now deprecated).
4306         (vc-annotate-display-autoscale): Added.
4307         (vc-annotate-add-menu): New autoscaling menu options "Span to
4308         Oldest" and "Span Oldest->Newest".  Easymenu support added for
4309         toggle menus driven by customize variable `vc-annotate-display-mode'.
4310         (vc-annotate-display-select): Added.
4311         (vc-annotate): Changed temp-buffer-show-function to
4312         `vc-annotate-display-select'.
4313         (vc-annotate-display): Removed arguments BUFFER and BACKEND.
4314         Added argument OFFSET.  Instead of backend function, calls now
4315         generic `vc-annotate-difference'.
4316         (vc-annotate-difference): Added as generic function instead of
4317         backend-specific function.  No longer takes argument POINT, but
4318         instead accepts a time OFFSET.
4319         (vc-default-annotate-current-time): Added.
4321         * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
4322         version in vc.el, with
4323         (vc-cvs-annotate-current-time): Added, as override of default.
4324         (vc-cvs-annotate-time) Added. Taken mostly from the (now removed)
4325         `vc-cvs-annotate-difference'.
4327 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
4329         * saveplace.el (save-place): Require `saveplace'.
4331         * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
4332         Use `sexp' for :value-type instead of `face'.
4334 2001-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
4336         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
4337         regexps due to 5-digit message IDs.
4339 2001-10-21  Jason Rumney  <jasonr@gnu.org>
4341         * term/w32-win.el (redisplay-dont-pause): Don't set.
4343 2001-10-21  Miles Bader  <miles@gnu.org>
4345         * help-funs.el (help-manyarg-func-alist): Variable removed.
4347 2001-10-21  Miles Bader  <miles@gnu.org>
4349         * help-funs.el (help-manyarg-func-alist): Remove entries for
4350         `insert', `insert-and-inherit', `insert-before-markers',
4351         `insert-before-markers-and-inherit', `message', `message-box',
4352         `message-or-box', `propertize', `format', `encode-time', `append',
4353         `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
4354         `insert-string', `ml-if', `ml-provide-prefix-argument', and
4355         `ml-prefix-argument-loop'.
4357 2001-10-21  Andre Spiegel  <spiegel@gnu.org>
4359         * vc.el (vc-diff-internal, vc-coding-system-for-diff)
4360         (vc-default-diff-tree): New functions.
4361         (vc-version-diff): Use them.  As a result, coding systems are now
4362         set up properly for all sorts of diffs, and tree diffs can now
4363         also be done locally.
4364         (vc-diff): With a prefix argument, don't require that it's called
4365         from a buffer under version control.
4366         (diff-switches): Remove duplicate definition.
4368         * vc-cvs.el (vc-cvs-diff-tree): New function.
4370 2001-10-21  Miles Bader  <miles@gnu.org>
4372         * help-funs.el (help-manyarg-func-alist): Remove entries for
4373         `list', `vector', `make-byte-code', `call-process',
4374         `call-process-region', `string', `+', `-', `*', `/', `max', `min',
4375         `logand', `logior', and `logxor'.
4377         * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
4378         image bits to compensate.  Use `make-string' instead of
4379         `make-bool-vector' (XBM apparently wants byte-aligned rows).
4381 2001-10-20  Kim F. Storm  <storm@cua.dk>
4383         * simple.el (kill-ring-save): Don't show extent of copied region
4384         if using transient-mark-mode and region is fully visible.
4386 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
4388         * (Version 21.1 released.)
4390 2001-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
4392         * files.el (auto-mode-alist): Associate .indent.pro with
4393         Fundamental mode.  Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
4395 2001-10-18  Sam Steingold  <sds@gnu.org>
4397         Put the *Compile-Log* buffer in `compilation-mode'.
4398         * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
4399         (byte-compile-log-1, byte-compile-log-file)
4400         (displaying-byte-compile-warnings): Use it
4402 2001-10-18  Stefan Monnier  <monnier@cs.yale.edu>
4404         * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
4406         * xml.el (xml-parse-tag): Use eq on char-after's return value.
4408 2001-10-18  Gerd Moellmann  <gerd@gnu.org>
4410         * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
4412         * obsolete/hilit19.el (hilit-lookup-face-create):
4413         Call set-face-font only if display-graphic-p.
4414         (toplevel): Remove references to window-system.
4416 2001-10-18  Miles Bader  <miles@gnu.org>
4418         * simple.el (what-line): Avoid problems with field properties.
4420 2001-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
4422         * wid-edit.el (widget-field-face, widget-single-line-field-face):
4423         Define special colors for a tty.
4425 2001-10-17  Francesco Potorti`  <pot@gnu.org>
4427         * comint.el (comint-password-prompt-regexp): Make it less
4428         restrictive, letting comint recognise OpenSSH2 passphrase prompts.
4430 2001-10-17  John Wiegley  <johnw@gnu.org>
4432         * eshell/em-unix.el (eshell/cat): Do a quick test if something is
4433         a regular file, before checking if it is a directory or symlink.
4434         This avoids a call to eshell-file-attributes, which can be
4435         expensive in some situations.
4437         * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
4438         customization variable, to differentiate ls-in-dired from regular
4439         uses of ls.
4441 2001-10-17  Miles Bader  <miles@gnu.org>
4443         * custom.el (defface): Mention `:inherit' in doc-string.
4445 2001-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
4447         * paren.el: Update the Commentary with installation instructions.
4449 2001-10-15  Dave Love  <fx@gnu.org>
4451         * international/mule.el (set-auto-coding): Fix regexps for local
4452         variables section not to eat newlines.
4454 2001-10-15  Miles Bader  <miles@gnu.org>
4456         * simple.el (display-message-or-buffer): Pass the correct buffer
4457         to `display-buffer'.
4459 2001-10-14  Stefan Monnier  <monnier@cs.yale.edu>
4461         * progmodes/executable.el (executable-binary-suffixes): Make varalias.
4462         (executable-find): Use exec-suffixes.
4463         (executable-set-magic): Don't use make-local-hook.
4465         * bindings.el (exec-suffixes): Initialize to a system-dependent value.
4467 2001-10-14  Eli Zaretskii  <eliz@is.elta.co.il>
4469         * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
4470         Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
4471         Add .so to the Unix and GNU branch.
4473         * international/latin-1.el:
4474         * international/latin-2.el:
4475         * international/latin-3.el:
4476         * international/latin-4.el:
4477         * international/latin-5.el:
4478         * international/latin-8.el:
4479         * international/latin-9.el: Add no-byte-compile: t, since
4480         Makefile.in instructs make-docfile to look at .el files.
4482 2001-10-14  Miles Bader  <miles@gnu.org>
4484         * button.el (define-button-type): Allow supertype property to be
4485         specified with a keyword `:supertype' too.
4486         (button-put, make-text-button): Allow button type property to be
4487         specified using the keyword `:type' too.
4488         (button-type): New function.
4489         (button): Add `button-category-symbol' property.
4491 2001-10-13  Stefan Monnier  <monnier@cs.yale.edu>
4493         * bindings.el (esc-map): Revert `j' and `C-j' bindings to
4494         indent-new-comment-line from comment-indent-new-line.
4496         * textmodes/refill.el (refill-mode):
4497         Bind DEL to backward-delete-char-untabify.
4498         Set backward-delete-char-untabify-method to `hungry'.
4500         * textmodes/bib-mode.el (bib-mode):
4501         * play/gomoku.el (gomoku-mode):
4502         * textmodes/page-ext.el (pages-directory-mode):
4503         * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
4505         * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
4507         * emacs-lisp/syntax.el (syntax-ppss): Autoload.
4509         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
4510         Handle here-docs differently.
4511         (sh-font-lock-heredoc): Remove.
4512         (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
4513         (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
4514         (sh-font-lock-open-heredoc): New functions.
4515         (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
4516         (sh-font-lock-keywords-1): Use regexp-opt.
4517         (sh-in-comment-or-string): Use syntax-ppss.
4518         (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
4519         (sh-select, sh-tmp-file): Add explicit terminating \n.
4521         * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
4522         Use with-current-buffer.
4523         (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
4524         (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
4525         filename), catch any error that occurs in `ange-ftp-cd'.
4526         If an error happened, don't bother sending `cmd' at all.
4527         Fix a parenthesis typo.
4528         (ange-ftp-write-region): Don't blindly use binary if the remote host
4529         is unix-like.
4531         * play/pong.el (pong-init): Don't use make-local-hook.
4533 2001-10-13  Michael Kifer  <kifer@cs.sunysb.edu>
4535         * viper-ex.el (ex-edit): Make checks for modified buffer/file.
4536         (viper-get-ex-address-subr): More precise addr for the $ marker
4538 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
4540         * version.el (emacs-version): Bump to 21.1.50.
4542 2001-10-13  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4544         * mail/mailalias.el (mail-directory-stream): Do not double
4545         variables in the lambda-list.
4547         * play/gomoku.el (gomoku-init-display): Ditto.
4549         * play/landmark.el (lm-init-display): Ditto.
4551         * delim-col.el (delimit-columns-rectangle-max): Ditto.
4552         (delimit-columns-rectangle-line): Ditto.
4554 2001-10-12  Stefan Monnier  <monnier@cs.yale.edu>
4556         * newcomment.el (comment-region-internal): Don't rebind
4557         invisibility_spec now that the C routines handle it correctly.
4559         * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
4561         * frame.el (special-display-popup-frame): Obey new specs `same-window'
4562         and `same-frame'.
4564         * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
4566         * simple.el (minibuffer-local*-map): Remove redundant bindings.
4568         * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
4569         C-p and C-r.  Remove redundant bindings from inheriting maps.
4571         * progmodes/cperl-mode.el: Merged in changes from v4.32.
4572          After 4.23 and: After 4.24:
4573         (cperl-contract-levels): Restore position.
4574         (cperl-beautify-level): Likewise.
4575         (cperl-beautify-regexp): Likewise.
4576         (cperl-commentify): Rudimental support for length=1 runs
4577         (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
4578          After 4.25:
4579         (cperl-commentify): Was recognizing length=2 "strings" as length=1.
4580         (imenu-example--create-perl-index): Was not enforcing
4581         syntaxification-to-the-end.
4582         (cperl-invert-if-unless): Allow `for', `foreach'.
4583         (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
4584         Mark qw(), m()x as indentable.
4585         (cperl-init-faces): Highlight `sysopen' too.
4586         Highlight $var in `for my $var' too.
4587         (cperl-invert-if-unless): Was leaving whitespace at end.
4588         (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
4589         (cperl-calculate-indent): Remove old commented out code.
4590         Support (primitive) indentation of qw(), m()x.
4591          After 4.26:
4592         (cperl-problems): Mention `fill-paragraph' on comment. \"" and
4593         q [] with intervening newlines.
4594         (cperl-autoindent-on-semi): New customization variable.
4595         (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
4596         (cperl-tips): Mention how to make CPerl the default mode.
4597         (cperl-mode): Support `outline-minor-mode'.  From Mark A. Hershberger.
4598         (cperl-outline-level): New function.
4599         (cperl-highlight-variables-indiscriminately): New customization var.
4600         (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
4601         From Sean Kamath <kamath@pogo.wv.tek.com>.
4602         (cperl-after-block-p): Support CHECK and INIT.
4603         (cperl-init-faces, cperl-short-docs): Likewise and "our".
4604         From Doug MacEachern <dougm@covalent.net>.
4605          After 4.27:
4606         (cperl-find-pods-heres): Recognize \"" as a string.
4607         Mark whitespace between q and [] as `syntax-type' => `prestring'.
4608         Allow whitespace between << and "FOO".
4609         (cperl-problems): Remove \"" and q [] with intervening newlines.
4610         Mention multiple <<EOF as unsupported.
4611         (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
4612         (cperl-indent-parens-as-block): New configuration variable.
4613         (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
4614         Use `cperl-indent-parens-as-block'.
4615         (cperl-find-pods-heres): Test for =cut without empty line instead of
4616         complaining about no =cut.
4617         (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
4618         (cperl-find-pods-heres): Likewise.
4619         (cperl-electric-pod): Change `forward-sexp' to `forward-word':
4620         POD could've been marked as comment already.
4621         (cperl-unwind-to-safe): Unwind before start of POD too.
4622          After 4.28:
4623         (cperl-forward-re): Throw an error at proper moment REx unfinished.
4624          After 4.29:
4625         (x-color-defined-p): Make an extra case to peacify the warning.
4626         Toplevel: `defvar' to peacify the warnings.
4627         (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
4628         No -nw-compile time warnings now.
4629         (cperl-find-tags): TAGS file had too short substring-to-search.
4630         Be less verbose in non-interactive mode
4631         (imenu-example--create-perl-index): Set index-marker after name
4632         (cperl-outline-regexp): New variable.
4633         (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
4634         (cperl-mode): Made use `cperl-outline-regexp'.
4635          After 4.30:
4636         (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
4637         (cperl-outline-level): Make start-of-file same level as `package'.
4638          After 4.31:
4639         (cperl-electric-pod): `head1' and `over' electric only if empty.
4640         (cperl-unreadable-ok): New variable.
4641         (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
4642         on an unreadable file.
4643         (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
4644         on an unreadable directory.
4646         * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
4647         Consider the text between two errors as belonging to the first error.
4648         (compilation-goto-locus): Use pop-to-buffer rather than
4649         switch-to-buffer-other-frame.
4651         * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
4652         (awk-font-lock-syntactic-keywords): New var.
4653         (awk-mode): Use it.
4655         * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
4657         * faces.el (describe-face): Call help-setup-xref earlier.
4659         * jka-compr.el (jka-compr-load-suffixes): New var.
4660         (jka-compr-install): Add its content to load-suffixes.
4661         (jka-compr-uninstall): Remove its content from load-suffixes.
4663 2001-10-12  Sam Steingold  <sds@gnu.org>
4665         * bindings.el (completion-ignored-extensions): CL-related
4666         extensions are platform-independent.
4668         * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
4669         asynchronous multiple file copying.
4671 2001-10-12  Gerd Moellmann  <gerd@gnu.org>
4673         * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
4674         Turn error for repeated variables into warning.
4676         * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
4677         New function checking that lambda-list consists of non-constant
4678         symbols, that &rest and &optional are followed by variable names,
4679         that &rest VAR is the last element, and that variables aren't doubled.
4680         (byte-compile-lambda): Use it.
4682 2001-10-12  Eli Barzilay <eli@barzilay.org>
4684         * calculator.el (calculator-eng-display): Don't call concat
4685         with an integer argument.
4687 2001-10-12  Miles Bader  <miles@gnu.org>
4689         * help-mode.el (help-customize-face): New button-type.
4691         * faces.el (list-faces-display): Fix args to `help-xref-button'.
4692         (describe-face): Fix args to `help-xref-button'.
4693         Don't switch to help-buffer around call to `help-setup-xref'.
4694         Use `help-buffer' instead of hard-wired "*Help*".
4695         Require `help-mode'.
4697 2001-10-11  Stefan Monnier  <monnier@cs.yale.edu>
4699         * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
4701         * help-mode.el (help-buffer): New function.
4702         Returns the buffer-name to use for help output.
4703         Change all the code to use it instead of hard-coding *Help*.
4704         (help-mode-map): Put back the mouse-2 binding.
4705         (help-xref-stack): Change the format and make buffer-local.
4706         (help-xref-stack-item): Make buffer-local.
4707         (help-setup-xref): Do the `push' here rather than in help-do-xref.
4708         (help-xref-interned): Display the face doc as well.
4709         (help-follow-mouse): Re-introduce.
4710         (help-xref-go-back): Adapt to the new use of help-xref-stack.
4711         (help-do-xref): Don't `push' any more.
4712         (help-follow): Also follow face names.
4714         * help-funs.el (describe-function-1): Remove unused `parens' arg.
4715         Don't call help-setup-xref anymore and remove its `interactive-p' arg.
4716         Autoload and cleanup.
4717         (describe-function): Call help-setup-xref.
4718         (describe-variable): Call help-setup-xref earlier.
4720         * help.el (describe-bindings-internal): New fun moved from keymap.c.
4721         (view-lossage): Call help-setup-xref correctly and earlier.
4722         (describe-bindings): Call help-setup-xref earlier.
4723         (describe-key): Call help-setup-xref.  Fix call to describe-function-1.
4724         (describe-mode): Don't autoload.  Call help-setup-xref earlier.
4726 2001-10-11  Gerd Moellmann  <gerd@gnu.org>
4728         * master.el (master-mode): Use define-minor-mode instead of
4729         easy-mmode-define-minor-mode.  Add autload cookie.
4730         (Commentary): Remove the line showing how to autoload master-mode,
4731         since it's always autoloaded.
4733         * master.el: New file.
4735 2001-10-11  Dave Love  <fx@gnu.org>
4737         * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
4738         <byte-constref-ops>: Consider byte-constant2 and clarify the code.
4739         <const-C varset-X const-C>: Fix car/cdr typo.
4741 2001-10-11  Gerd Moellmann  <gerd@gnu.org>
4743         * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
4744         New function extracted from byte-compile-log-1.
4745         (byte-compile-log-1): Change output to be more in line with
4746         the output of other GNU tools.
4747         (byte-compile-warn): Emit `warning' instead of `**' for warnings.
4748         (byte-compile-report-error): Downcase error message.
4749         Use `error' instead of `!!' for error messages.
4750         (byte-compile-print-syms): Treat non-interactive case specially.
4751         (displaying-byte-compile-warnings): Use backquote.
4752         (byte-compile-from-buffer): Bind byte-compile-last-line.
4753         (batch-byte-compile): Remove `Done' message.
4755 2001-10-11  Stefan Monnier  <monnier@cs.yale.edu>
4757         * emacs-lisp/copyright.el (copyright): Add final \n.
4759 2001-10-11  Miles Bader  <miles@gnu.org>
4761         * diff.el (diff): Display default values in prompts as
4762         `(default ...)', not `(...)'.
4764         * info.el (Info-follow-reference): Likewise.
4766 2001-10-10  Stefan Monnier  <monnier@cs.yale.edu>
4768         * emacs-lisp/autoload.el (doc-string-elt): Remove.
4770         * newcomment.el (comment-indent): Be a little more robust in case
4771         comment-indent-function does funny things.
4772         (comment-normalize-vars): Autoload.
4773         (comment-region-internal): Fiddle with the visibility spec.
4774         (comment-valid-prefix): New function.
4775         (comment-indent-new-line): Use it.  Ignore adaptive-fill-prefixes
4776         that would turn comment-text into non-comment-text.
4778         * emacs-lisp/syntax.el: New file.
4780         * progmodes/tcl.el: Change maintainer to FSF and remove loads of
4781         compatibility cruft.
4782         (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
4783         (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
4784         (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
4785         tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
4786         tcl-submit-bug-report.
4787         (tcl-mode-syntax-table): Leave \f alone.
4788         (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
4789         tcl-end-of-defun, tcl-submit-bug-report.
4790         (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
4791         (tcl-add-emacs-menu): Remove.
4792         (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
4793         (tcl-keyword-list): Add `chain'.
4794         (tcl-font-lock-syntactic-keywords): New variable.
4795         (tcl-pps-has-arg-6): Remove.
4796         (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
4797         (tcl-internal-mark-defun): Remove.
4798         (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
4799         (tcl-mode): Use define-derived-mode.  Simplify.
4800         Set comment-indent-function.
4801         (tcl-indent-command): Use line-beginning-position and comment-indent.
4802         (tcl-calculate-indent): Renamed from calculate-tcl-indent.
4803         (tcl-indent-line): Use tcl-calculate-indent.
4804         (tcl-indent-exp): Renamed from indent-tcl-exp.  Use new names.
4805         (tcl-add-log-defun): Renamed from add-log-tcl-defun.  Use match-string.
4806         (tcl-filter): Use with-current-buffer, simplify.
4807         (inferior-tcl-mode): Use define-derived-mode.
4808         (tcl-hairy-in-comment): Renamed tcl-in-comment.
4809         (tcl-simple-in-comment, tcl-in-comment): Removed.
4810         (tcl-files-alist): New function.
4811         (tcl-help-snarf-commands): Use it and return the result directly
4812         rather than through a global variable.
4813         (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
4814         (tcl-help-on-word): Provide the default value to completing-read.
4815         (tcl-hilit): Remove.
4816         (tcl-hashify-buffer, tcl-popup-menu): Simplify.
4817         (tcl-comment-indent): New function.
4818         (tcl-submit-bug-report): Remove.
4819         (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
4820         (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
4821         (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
4823 2001-10-10  Miles Bader  <miles@gnu.org>
4825         * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
4826         (Info-fontify-node): Don't fontify the node if it's already been done.
4828 2001-10-10  Gerd Moellmann  <gerd@gnu.org>
4830         * international/iso-transl.el (iso-transl-e-caret)
4831         (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
4832         Fix duplicates.  From Dave Love <d.love@dl.ac.uk>.
4834         * simple.el (end-of-buffer): Fix code scrolling specially
4835         for the buffer end.
4837         * startup.el (command-line-1): Bind tab-width to 8.
4839 2001-10-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
4841         * emulation/tpu-edt.el: Use defalias instead of fset for
4842         user-visible commands.  From Rob Riepel
4843         <riepel@Networking.Stanford.EDU>.
4845 2001-10-09  Gerd Moellmann  <gerd@gnu.org>
4847         * ruler-mode.el: New file.
4849 2001-10-09  Miles Bader  <miles@gnu.org>
4851         * apropos.el (button): New require.
4853         * help-funs.el: New file, contents mostly from `help.el'.
4854         (describe-variable): Use `condition-case' instead of `ignore-errors'.
4856         * help-mode.el: New file, contents mostly from `help.el'.
4858         * help.el: Don't require `view' when compiling.
4859         (help-with-tutorial, describe-function, describe-function-1)
4860         (variable-at-point, describe-variable, locate-library):
4861         Functions moved into `help-funs.el'.
4862         (help-manyarg-func-alist): Variable moved into `help-funs.el'.
4863         (help-mode, help-mode-setup, help-mode-finish, help-button-action)
4864         (help-setup-xref, help-xref-following, help-make-xrefs)
4865         (help-xref-button, help-insert-xref-button, help-xref-interned)
4866         (help-xref-go-back, help-go-back, help-do-xref, help-follow)
4867         (help-xref-on-pp): Functions moved into `help-mode.el'
4868         (help-mode-map, help-xref-stack, help-xref-stack-item)
4869         (help-highlight-p, help-highlight-face, help-back-label)
4870         (help-xref-symbol-regexp, help-xref-mule-regexp)
4871         (help-xref-info-regexp): Variables moved into `help-mode.el'.
4872         (help-symbol, help-back, help-info, help-customize-variable)
4873         (help-function-def, help-variable-def):
4874         Button-types moved into `help-mode.el'.
4875         (load-symbol-file-load-history, symbol-file):
4876         Functions moved into `subr.el'.
4877         (symbol-file-load-history-loaded): Variable moved into `subr.el'.
4878         (view-lossage): Call `help-setup-xref' instead of doing it manually.
4880         * subr.el (symbol-file-load-history-loaded)
4881         (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
4883         * loadup.el ("button"): Load removed.
4885         * button.el (define-button-type): Respect any `supertype' property.
4886         (button-type-subtype-p, button-has-type-p): New functions.
4888         * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
4889         dollar-signs.
4891         * comint.el (comint-insert-previous-argument): New function.
4892         (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
4893         (comint-insert-previous-argument-last-start-pos)
4894         (comint-insert-previous-argument-last-index): New variables.
4896         * apropos.el (apropos-next-label-button): Use the presence of a
4897         `apropos-label' property to detect label buttons.
4899 2001-10-08  Miles Bader  <miles@gnu.org>
4901         * button.el (next-button, previous-button): Remove N and WRAP
4902         parameters.  Don't pay attention to `skip' properties.
4903         (forward-button): Implement wrapping, iterating, and skipping here
4904         instead.
4905         (button-activate): USE-MOUSE-ACTION is optional.
4906         (button-nop): Function removed.
4907         (default-button): Use `ignore' as default button action.
4909         * apropos.el (apropos-next-label-button): Update arguments to
4910         `next-button'.
4911         (apropos-symbol): Add `skip' property.
4912         (apropos-function, apropos-macro, apropos-command)
4913         (apropos-variable, apropos-face, apropos-group, apropos-widget)
4914         (apropos-plist): New button types.
4915         (apropos-label-properties): Variable removed.
4916         (apropos-print): Pass button-type to apropos-print-doc, rather
4917         than help function and label text.
4918         (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
4919         Get button label from TYPE.
4921 2001-10-07  Stefan Monnier  <monnier@cs.yale.edu>
4923         * help.el (help-mode): Use define-derived-mode.
4924         (describe-mode): Add optional `buffer' arg.
4925         Use it instead of going through help-xref-mode.
4926         Avoid doubling the word `minor' when prettifying.
4927         (describe-function-1): List the corresponding key bindings.
4928         (describe-variable): Say if the var is automatically buffer-local.
4929         If the source is `loaddefs.el', look for the real source.
4930         (help-xref-mode): Remove.
4932         * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
4933         the file says no-byte-compile.
4935 2001-10-08  Miles Bader  <miles@gnu.org>
4937         * button.el (next-button, previous-button): Respect `skip' property.
4939 2001-10-07  Miles Bader  <miles@gnu.org>
4941         * woman.el (woman-mode-map): Copy button-buffer-map instead of
4942         making a new keymap.  Don't bind mouse-2.  Bind M-mouse-2 to
4943         `woman-follow-word' instead of `woman-mouse-2'.
4944         (woman-follow-word): Renamed from `woman-mouse-2'.
4945         Follow current unconditionally, since this function is now only
4946         bound to M-mouse-2.  Use accessor functions.
4947         (WoMan-highlight-references): Use `make-text-button'.
4948         (woman-xref): New button type.
4950         * loadup.el ("faces"): Move load before loading "loaddefs.el".
4951         ("button"): New load, just before "help" (which uses it).
4953         * help.el (help-mode-map): Make button-buffer-map our parent.
4954         Don't bind mouse events or tab/backtab.
4955         (help-function, help-variable, help-face, help-coding-system)
4956         (help-input-method, help-character-set, help-back, help-info)
4957         (help-customize-variable,  help-function-def, help-variable-def):
4958         New button types.
4959         (help-button-action): New function.
4960         (describe-function-1): Pass help button-types to
4961         `help-xref-button' rather than help function and help-echo string.
4962         Don't put multiple help-function args in a list to pass them to
4963         help-xref-button, just pass them as multiple arguments.
4964         Use `help-insert-xref-button' to make [back]-button, rather than
4965         `help-xref-button'.
4966         (help-xref-button): Take a button-type TYPE as a parameter rather
4967         than a function.  Remove HELP-ECHO parameter.  Remove DATA parameter
4968         and add a &rest parameter ARGS to serve the same purpose.
4969         Use `make-text-button' to add the button.
4970         (help-insert-xref-button): Use `insert-text-button' to add the button.
4971         (help-follow-mouse, help-next-ref, help-previous-ref):
4972         Functions removed.
4973         (help-do-xref): New function.
4974         (help-follow): Use `push-button' and `help-do-xref' to do most of
4975         the work.
4977         * apropos.el (apropos-symbol, apropos-label): New button types.
4978         (apropos-symbol-button-display-help)
4979         (apropos-label-button-display-help, apropos-next-label-button):
4980         New functions.
4981         (apropos-mode-map): Make button-buffer-map our parent.
4982         Don't bind mouse events.
4983         (apropos-print, apropos-print-doc): Create buttons instead of text
4984         properties.
4985         (apropos-mouse-follow): Function removed.
4986         (apropos-follow): Use buttons.
4988         * button.el: New file.
4990 2001-10-07  Gerd Moellmann  <gerd@gnu.org>
4992         * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
4993         Remove.
4995 2001-10-05  Richard M. Stallman  <rms@gnu.org>
4997         * add-log.el (add-change-log-entry): Skip copyright notice
4998         and copying permission notice at start of file, if any.
4999         Make use of terms "entry" and "item" accord with Emacs manual.
5000         Simplify the logic for moving point while entering or creating
5001         an entry and then an item.
5002         (add-change-log-entry-other-window): Doc fix.
5004 2001-10-06  Miles Bader  <miles@gnu.org>
5006         * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
5007         removed; they apparently don't work with faces.
5009 2001-10-05  Sam Steingold  <sds@gnu.org>
5011         * textmodes/sgml-mode.el (html-xhtml): New user option.
5012         (html-tag-alist, html-horizontal-rule, html-image, html-line)
5013         (html-ordered-list, html-unordered-list, html-list-item)
5014         (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
5015         (sgml-skip-close-p): New function.
5016         (sgml-value): Use it.
5018 2001-10-05  Sam Steingold  <sds@gnu.org>
5020         * calendar/diary-lib.el (diary-entry-compare): When times are
5021         identical, compare the entries lexicographically.
5023 2001-10-06  Miles Bader  <miles@gnu.org>
5025         * rfn-eshadow.el (rfn-eshadow-update-overlay):
5026         Use `minibuffer-prompt-end'.
5028         * simple.el (previous-matching-history-element): Fix misplaced
5029         parentheses.
5031 2001-10-05  Miles Bader  <miles@gnu.org>
5033         * rfn-eshadow.el: New file.
5035 2001-10-05  Miles Bader  <miles@gnu.org>
5037         * cus-face.el (custom-face-attributes): Make sure each attribute
5038         has a valid default value.  Remove hacks that mapped `nil' to
5039         `off' and used nil to mean `unspecified'.  Remove `unspecified'
5040         choices from all attributes (unspecified is handled by the parent
5041         checklist).
5042         * cus-edit.el (custom-face-edit-convert-widget)
5043         (custom-face-edit-deactivate, custom-face-edit-activate)
5044         (custom-face-edit-delete, custom-face-edit-attribute-tag):
5045         New functions.
5046         (custom-face-edit): Specify a custom :convert-widget.
5047         (custom-pre-filter-face-spec, custom-post-filter-face-spec):
5048         Don't pass in default filters that map between `nil' and `off' and
5049         `unspecified' and `nil'.
5051 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
5053         * progmodes/compile.el (compilation-buffer-name): New function.
5054         (compile-internal): Use it to determine the name of the
5055         compilation buffer.
5057 2001-10-05  Miles Bader  <miles@gnu.org>
5059         * progmodes/compile.el (grep-use-null-device): New variable.
5060         (grep-command): Mention `grep-use-null-device'.
5061         (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
5062         Make computation of `grep-command' respect `grep-use-null-device'.
5063         (grep): Respect `grep-use-null-device'.
5064         Call `grep-compute-defaults' even if grep-command is set, if
5065         grep-use-null-device is still tentative.
5067         * subr.el (call-process-shell-command): New function.
5069 2001-10-05  Miles Bader  <miles@gnu.org>
5071         * simple.el (previous-matching-history-element)
5072         (next-history-element, next-complete-history-element): Use
5073         `minibuffer-' functions instead of calling `field-' functions directly.
5074         (minibuffer-prompt-end, minibuffer-contents):
5075         (minibuffer-contents-no-properties, delete-minibuffer-contents):
5076         Functions removed (now subrs).
5077         (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
5079         * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
5080         (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
5081         instead of calling `field-' functions directly.
5082         (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
5084 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
5086         * files.el (find-file-noselect): If file's read-only status has
5087         changed on disk, ask if buffer's read-only status should be
5088         changed, unless NOWARN is set.
5090         * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
5091         alias for define-setf-method.
5093         * bindings.el: Remove no-byte-compile from file local variables
5094         to enable bootstrapping.
5096 2001-10-04  Andrew Innes  <andrewi@gnu.org>
5098         * faces.el (face-font-registry-alternatives) [windows-nt]:
5099         Make gb2312 an alias for gb2312.1980.
5101 2001-10-04  Stefan Monnier  <monnier@cs.yale.edu>
5103         * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
5104         (uniquify-reverse-components): Remove.
5106         * emacs-lisp/bytecomp.el (byte-recompile-directory):
5107         Make sure the file is readable.
5108         (byte-compile-file): Don't compile if `no-byte-compile' is set.
5109         (byte-compile-defvar): Update to reflect the change in Fdefvar.
5110         (batch-byte-recompile-directory): Pass arg=0.
5112         * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
5113         (perl-calculate-indent): Use it.
5114         (perl-backward-to-noncomment): Use forward-comment.
5116         * derived.el (define-derived-mode, derived-mode-make-docstring):
5117         Allow `parent' to be nil.
5119         * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
5120         Use define-derived-mode.
5121         (nroff-mode-map, nroff-mode-syntax-table): Massage.
5123         * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
5125         * emacs-lisp/lselect.el: Use facep iso find-face.
5127         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5128         Use regexp-opt.
5129         (doc-string-elt): Set symbols' prop.  Copied from autoload.el.
5130         (lisp-font-lock-syntactic-face-function): New function.
5131         (lisp-mode-variables): Use it.  Make arg optional.
5132         (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
5133         (lisp-mode): Don't pass an arg to lisp-mode-variables.
5134         Set comment-start-skip.
5136         * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
5138         * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
5139         (ignore-errors): Don't bother using a `err' symbol.
5141         * emacs-lisp/autoload.el (autoload-ensure-default-file)
5142         (autoload-insert-section-header, autoload-before-p)
5143         (autoload-remove-section): New functions.
5144         (generate-file-autoloads): Use them.
5145         (update-file-autoloads): Use them.  Return FILE if there's no cookie.
5146         Make sure the autoload file is properly formatted when creating it.
5147         (update-autoloads-from-directories): Use them as well.
5148         Only update autoloads for files whose timestamp has changed.
5149         Add a dummy entry to remember the files which had no autoload cookies.
5151         * timer.el (timer-relative-time): Fix computation for negative `micro'.
5153         * subr.el (define-key-after): Allow `key' to be longer than 1.
5154         (make-local-hook): Make obsolete.
5155         (add-hook, remove-hook): Don't use make-local-hook any more.
5156         (make-syntax-table): Inherit all chars from s-s-t.
5158 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
5160         This is a fix for a report saying that resuming a search with C-s
5161         C-s doesn't use the case-fold-search setting of the previous
5162         search (C-s ... M-c ... then C-s C-s).
5164         * isearch.el (isearch-last-case-fold-search): New variable.
5165         (isearch-mode): Remember value of isearch-case-fold-search
5166         in isearch-last-case-fold-search.
5167         (isearch-done): Quote value of isearch-case-fold-search.
5168         (isearch-repeat): When resuming a search, restore
5169         isearch-case-fold-search from isearch-last-case-fold-search.
5171         Added to NEWS.
5173         * startup.el (inhibit-startup-buffer-menu): New user-option.
5174         (command-line-1): If inhibit-startup-buffer-menu is set, don't
5175         display the buffer menu.  From Simon Josefsson <jas@extundo.com>.
5177         This allows upto 99999 messages in the summary without screwing up
5178         the summary sorting.  Previously 9999 was the maximum.  Added to NEWS.
5180         * mail/rmailsum.el (rmail-make-summary-line)
5181         (rmail-make-summary-line-1, rmail-summary-next-same-subject)
5182         (rmail-summary-goto-msg, rmail-summary-goto-msg):
5183         Allow 5-digit message ids instead of 4.
5185         This adds expansion of environment variables in the value
5186         specified with M-x setenv.  Added to NEWS.
5188         * env.el (substitute-env-vars): New function.
5189         (setenv): Add parameter SUBSTITUTE-ENV-VARS.  If set, substitute
5190         environment variables in VALUE.  Return VALUE.
5192 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
5194         * Branch for 21.1.
5196 2001-10-03  Stefan Monnier  <monnier@cs.yale.edu>
5198         * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
5200 2001-10-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
5202         * emulation/tpu-edt.el: Make messages match original TPU/edt
5203         editor.  From riepel@Stanford.EDU (Rob Riepel).
5205 2001-10-03  Eli Zaretskii  <eliz@is.elta.co.il>
5207         * rect.el: Update maintainer's email address.
5209 2001-10-02  Andreas Schwab  <schwab@suse.de>
5211         * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
5212         and Extended Passive Mode, resp.
5214 2001-10-01  Eli Zaretskii  <eliz@is.elta.co.il>
5216         These changes add support for Calendar-related items in the
5217         menu bar on tty's as well:
5219         * calendar/calendar.el (calendar-mode-map): Require cal-menu
5220         unconditionally.
5221         (calendar-mode): Set up activate-menubar-hook unconditionally.
5223         * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
5224         calls x-popup-menu only if popup menus are supported.
5225         (calendar-mouse-insert-hebrew-diary-entry)
5226         (calendar-mouse-insert-islamic-diary-entry)
5227         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
5228         (calendar-mouse-view-other-diary-entries)
5229         (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
5230         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
5231         Call cal-menu-x-popup-menu instead of x-popup-menu.
5233 2001-10-01  Gerd Moellmann  <gerd@gnu.org>
5235         * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
5237         * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
5239         * emacs-lisp/rx.el: New file.
5241 2001-10-01  Eli Zaretskii  <eliz@is.elta.co.il>
5243         * help.el (help-for-help): Doc fix.  From Pavel@Janik.cz (Pavel Janik).
5245 2001-09-30  Eli Zaretskii  <eliz@is.elta.co.il>
5247         * frame.el (select-frame-by-name, other-frame): Doc fix.
5249 2001-09-29  Eli Zaretskii  <eliz@is.elta.co.il>
5251         * play/snake.el (snake-score-file): Use temporary-file-directory
5252         instead of a literal "/tmp".  Suggested by Robert
5253         <robert@chezmarshall.freeserve.co.uk>.
5255         * play/tetris.el (tetris-score-file): Ditto.
5257 2001-09-28  Eli Zaretskii  <eliz@is.elta.co.il>
5259         * apropos.el (apropos-print): Make the directions inserted at the
5260         beginning of the *Apropos* buffer more clear.
5262 2001-09-27  Michael Kifer  <kifer@cs.sunysb.edu>
5264         * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
5265         Added comments.
5267 2001-09-27  Stefan Monnier  <monnier@cs.yale.edu>
5269         * newcomment.el (comment-normalize-vars): Use " \t" rather than
5270         "\\s-" when defining comment-end-skip.
5272 2001-09-27  Gerd Moellmann  <gerd@gnu.org>
5274         * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
5275         Call get-buffer-window first second arg `visible'.
5277         * international/mule-diag.el (list-input-methods-1):
5278         Output something that's independent of Emacs' version.
5280         * tar-mode.el (tar-mode-write-file): Don't signal an error by
5281         calling byte-to-position with a nil tar-header-offset.
5283 2001-09-27  Simon Josefsson  <jas@extundo.com>
5285         * mail/sendmail.el (send-mail-function): Doc fix.
5286         (mail-do-fcc): Error if header-end is not a marker.
5287         (mail-do-fcc): Add a comment.
5288         (mail-reply-to): Doc fix.
5289         (mail-signature): Make ATPOINT optional.
5290         (mail-yank-original): Use cond instead of nestled if.
5292 2001-09-26  Stefan Monnier  <monnier@cs.yale.edu>
5294         * info.el (Info-on-current-buffer): Default arg to "Top".
5296 2001-09-25  Eli Barzilay  <eli@barzilay.org>
5298         * calculator.el (calculator-copy-displayer): New user-option.
5299         (calculator-displayer-prev, calculator-displayer-next):
5300         Renamed from calculator-displayed-{left,right}.
5301         (calculator, calculator-standard-displayer)
5302         (calculator-num-to-string, calculator-update-display)
5303         (calculator-copy, calculator-put-value): Bug and display fixes.
5305 2001-09-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5307         * ebnf2ps.el: Eliminate make-local-hook calls.  Doc fix.
5308         (ebnf-version): New version (3.6.1).
5310         * ebnf-bnf.el: Fix character range regexp.  Doc fix.
5311         (ebnf-bnf-non-terminal-chars): New internal const.
5312         (ebnf-bnf-lex): Fix code.
5314         * ebnf-iso.el: Fix character range regexp.  Doc fix.
5315         (ebnf-iso-non-terminal-chars): New internal const.
5316         (ebnf-iso-lex): Fix code.
5318         * ebnf-yac.el: Fix character range regexp.  Doc fix.
5319         (ebnf-yac-skip-chars): New internal const.
5320         (ebnf-yac-skip-code): Fix code.
5322 2001-09-24  Stefan Monnier  <monnier@cs.yale.edu>
5324         * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
5326         * pcvs-parse.el (cvs-parse-commit): Expand the file name before
5327         passing it to VC.
5329         * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
5330         case where the file is relative.
5332 2001-09-24  Gerd Moellmann  <gerd@gnu.org>
5334         * xml.el (xml-parse-attlist): Quotes around attributes must be the
5335         same on each side.  Make sure we properly handle simple quotes.
5336         From Daiki Ueno <ueno@unixuser.org>.
5338 2001-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
5340         * mail/sendmail.el (mail-mode): Doc fix.  From Simon Josefsson
5341         <jas@extundo.com>.
5343         * menu-bar.el (top-level): Minor fixes for text of help-echo in
5344         some items of the Options menu.
5346 2001-09-22  Stefan Monnier  <monnier@cs.yale.edu>
5348         * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
5350         * vc-hooks.el (vc-delete-automatic-version-backups):
5351         Don't fail if the directory doesn't exist.
5353         * diff-mode.el (diff-default-read-only): New var.
5354         (diff-mode): Use it.
5356 2001-09-22  Eli Zaretskii  <eliz@is.elta.co.il>
5358         * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
5359         Use make-keymap instead of copy-keymap, since copying the global
5360         keymap messes up the menu bar.
5362         * info.el (Info-goto-node, Info-menu): Doc fix.  Suggested by
5363         Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
5365 2001-09-21  Eli Zaretskii  <eliz@is.elta.co.il>
5367         * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
5369         * dired-aux.el (dired-insert-subdir): Pass switches to
5370         dired-build-subdir-alist.
5372 2001-09-21  Stephen Gildea  <gildea@stop.mail-abuse.org>
5374         * time-stamp.el (time-stamp-string-preprocess): Fix bug that
5375         caused %#a and %#b to be mis-formatted.
5377 2001-09-20  Eli Zaretskii  <eliz@is.elta.co.il>
5379         * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
5380         ccmode, emacs-mime, and eudc manuals.
5382 2001-09-19  Sam Steingold  <sds@gnu.org>
5384         w32 find cannot be used with `grep-find'.
5385         * progmodes/compile.el (find-program): New variable.
5386         (grep-compute-defaults): Use it to set `grep-find-command'.
5388 2001-09-19  Gerd Moellmann  <gerd@gnu.org>
5390         * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
5392 2001-09-19  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5394         * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
5395         programming.  Doc fix.
5396         (ebnf-version): New version (3.6).
5397         (ebnf-eps-begin): Data fix.
5398         (ebnf-begin-file): Code fix.
5400         * ebnf-bnf.el: Doc fix.
5401         (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
5403         * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
5405 2001-09-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5407         * ps-print.el: Better face mapping for black/white PostScript printers.
5408         Check if mark is active when printing a region.  Doc fix.
5409         (ps-print-version): New version number (6.5.5).
5410         (ps-print-color-p): Customization fix.
5411         (ps-black-white-faces): New option.
5412         (ps-black-white-faces-alist): New internal var.
5413         (ps-count-lines-preprint, ps-print-preprint-region): New funs.
5414         (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
5415         (ps-nb-pages-region): Interactive fix.
5416         (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
5417         (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
5419 2001-09-18  Eli Zaretskii  <eliz@is.elta.co.il>
5421         * dired.el (dired-move-to-filename-regexp): Allow one digit in the
5422         numeric month value, and allow the Kanji character after the it to
5423         be missing (happens with ls-lisp's output on Japanese versions of
5424         MS-Windows).
5426 2001-09-18  Miles Bader  <miles@gnu.org>
5428         * diff-mode.el (diff-mode): Don't make the buffer read-only if
5429         it's empty (and thus probably a new patch file about to be edited).
5431 2001-09-17  Gerd Moellmann  <gerd@gnu.org>
5433         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
5434         Check for '(' in column 0 of doc string.
5436         * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
5437         of `nth' so that using a vector as bounding-box works.
5438         From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
5440 2001-09-17  Andre Spiegel  <spiegel@gnu.org>
5442         * vc.el (vc-annotate): Use current workfile version explicitly as
5443         a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
5445 2001-09-16  Eli Zaretskii  <eliz@is.elta.co.il>
5447         * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
5448         convert-standard-filename doesn't guarantee that the .el extension
5449         is preserved.
5451         * dos-fns.el (convert-standard-filename): Replace invalid
5452         characters only after converting dash/underscore to a period.
5453         (original-make-auto-save-file-name): New.
5454         (make-auto-save-file-name): New function, overrides the definition
5455         on files.el and calls the original function via
5456         original-make-auto-save-file-name.
5458         * mail/rmail.el (top-level): Require mule-utils when compiling.
5459         (rmail-decode-babyl-format): Use detect-coding-with-priority
5460         instead of detect-coding-region, to favor detection of emacs-mule
5461         encoded Babyl files written by rmailout.el etc.  Suggested by
5462         Kenichi Handa <handa@etl.go.jp>.
5464 2001-09-14  Eli Zaretskii  <eliz@is.elta.co.il>
5466         * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
5467         Use `equal', not `=', since the device number can be a cons cell.
5469 2001-09-14  Gerd Moellmann  <gerd@gnu.org>
5471         * simple.el: Comment out change of 2001-09-13.
5473 2001-09-13  Milan Zamazal  <pdm@zamazal.org>
5475         * progmodes/compile.el (grep-compute-defaults): Don't set
5476         grep-command/grep-find-command when it is already non-nil.
5477         (grep-command): Make it a user option.
5478         (grep-find-command): Likewise.
5480 2001-09-13  Michael Kifer  <kifer@cs.sunysb.edu>
5482         * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
5483         inhibit quit.
5485 2001-09-13  Eli Zaretskii  <eliz@is.elta.co.il>
5487         * files.el (make-auto-save-file-name): If long file names are not
5488         supported on MS-DOS, truncate the file name to DOS 8+3 limits before
5489         generating an auto-save file name from it.
5491 2001-09-13  Gerd Moellmann  <gerd@gnu.org>
5493         * ps-print.el (ps-print-region, ps-print-region-with-faces)
5494         (ps-nb-pages-region): Signal an error if called interactively
5495         and the mark is not active.
5497         * simple.el (minibuffer-prompt-modification)
5498         (minibuffer-prompt-insertion): New functions.
5499         (minibuffer-prompt-properties): Use `modification-hooks' and
5500         `insert-in-front-hooks'.
5502 2001-09-12  Richard M. Stallman  <rms@gnu.org>
5504         * textmodes/outline.el (outline-regexp): Doc fix.
5505         Initialize it in the defcustom, the usual way.
5507 2001-09-12  Gerd Moellmann  <gerd@gnu.org>
5509         * ediff-mult.el (ediff-get-meta-info): Take into account that data
5510         from `ediff-meta-info' properties need not be an overlay.
5511         From David Ponce <dponce@voila.fr>.
5513         * isearch.el (isearch-intersects-p): Fix end checks.
5515 2001-09-11  Eli Zaretskii  <a34785@is.elta.co.il>
5517         * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
5518         `t' branch of `cond', since Irix 6.1 and up is a special case of
5519         the standard dbx interface.
5521 2001-09-11  Miles Bader  <miles@gnu.org>
5523         * comint.el (comint-send-input): When waiting for echoed input,
5524         don't save the expected end position in `echo-end', so that things
5525         work properly even if the buffer is modified elsewhere at the same
5526         time [this happens if `comint-truncate-buffer' is used].
5528 2001-09-11  Gerd Moellmann  <gerd@gnu.org>
5530         * textmodes/outline.el (outline-mode): Use `^' and a shy group
5531         when constructing imenu-generic-expression from outline-regexp.
5533 2001-09-10  Eli Zaretskii  <eliz@is.elta.co.il>
5535         * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
5536         `equal' instead of `=', since they can be cons cells.  From Nils
5537         Goesche <cartan@cartan.de>.
5539 2001-09-10  Andre Spiegel  <spiegel@gnu.org>
5541         * vc.el (vc-annotate): Rewrote doc string.
5543 2001-09-10  Eli Zaretskii  <eliz@is.elta.co.il>
5545         * time-stamp.el: Update Stephen Gildea's email address.
5547 2001-09-10  Gerd Moellmann  <gerd@gnu.org>
5549         * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
5550         enable-multibyte-characters = nil.  From Hallvard B Furuseth
5551         <h.b.furuseth@usit.uio.no>.
5553 2001-09-09  Michael Kifer  <kifer@cs.sunysb.edu>
5555         * ediff-init.el (ediff-highest-priority): Bug fix.
5557         * viper-cmd.el (viper-special-read-and-insert-char): New function
5558         that reads a character and uses the current input method or
5559         iso-accents when appropriate.
5561         * viper.el and all others: Corrections to the comment blocks at
5562         the top.
5564 2001-09-09  Eli Zaretskii  <eliz@is.elta.co.il>
5566         * info.el (Info-goto-node): Doc fix.
5568 2001-09-07  Gerd Moellmann  <gerd@gnu.org>
5570         * isearch.el (isearch-intersects-p): New function.
5571         (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
5572         use isearch-intersects-p, and clean up.
5574 2001-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
5576         * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
5577         and "german8", for the new German orthography dictionaries,
5578         (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
5579         the entries, to keep the line length balanced for loaddefs.el.
5581 2001-09-07  Dr Francis J. Wright  <F.J.Wright@qmw.ac.uk>
5583         * comint.el (comint-send-input): Handle comint-process-echoes
5584         differently.
5586 2001-09-07  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
5588         * locate.el (locate-insert-header): Remove unnecessary whitespace.
5590 2001-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
5592         * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
5594 2001-09-07  Gerd Moellmann  <gerd@gnu.org>
5596         * server.el (server-switch-buffer):
5597         * textmodes/refer.el (refer-find-entry-internal):
5598         * term/sup-mouse.el (sup-pos-to-window):
5599         * term/bg-mouse.el (bg-window-from-x-y):
5600         * emacs-lisp/edebug.el (edebug-window-live-p):
5601         Use get-window-with-predicate.
5603         * window.el (get-window-with-predicate): Renamed from some-window.
5604         (some-window): Make it an alias.
5606 2001-09-06  Gerd Moellmann  <gerd@gnu.org>
5608         * simple.el (undo): Remove positions from buffer-undo-list up to
5609         the next undo boundary only.
5611 2001-09-06  Eli Zaretskii  <eliz@is.elta.co.il>
5613         * makefile.nt (install): Don't copy sc.el.  Reported by Richard
5614         Kim <ryk@dspwiz.com>
5616         * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
5617         the message "Creating customization items...done".
5619 2001-09-05  Gerd Moellmann  <gerd@gnu.org>
5621         * font-lock.el (toplevel): Require `jit-lock' only if
5622         font-lock-support-mode is set to jit-lock-mode.
5624 2001-09-05  Eli Zaretskii  <eliz@is.elta.co.il>
5626         * international/quail.el (quail-use-package, quail-inactivate)
5627         (quail-activate): Mention the hooks these functions run in their
5628         doc strings.
5630 2001-09-05  Edward M. Reingold <reingold@iit.edu>
5632         * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
5633         of file in header of menu.
5635 2001-09-04  Gerd Moellmann  <gerd@gnu.org>
5637         * env.el (setenv): Interactively, if VARIABLE has a current value,
5638         add that to the front of the history, as the doc string says.
5640         * comint.el (comint-send-input): Change help-echo.
5641         From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
5643         * bookmark.el (bookmark-write-file): Bind print-length and
5644         print-level to nil.  From Tom Capey <tomc@edina.co.uk>.
5646         * obsolete/uncompress.el: Moved there from lisp/.
5648         * comint.el (comint-insert-clicked-input): Goto point-max before
5649         deleting previous input.  From "Dr Francis J. Wright"
5650         <F.J.Wright@qmw.ac.uk>.
5652         * simple.el (backward-word): Doc fix.
5654 2001-09-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
5656         * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
5657         * uncompress.el, uniquify.el, vc.el, view.el, window.el
5658         * w32-fns.el: Add Keywords header.
5660 2001-09-04  Eli Zaretskii  <eliz@is.elta.co.il>
5662         * menu-bar.el: Fix separators in the Edit menu.  Bring "Fill" near
5663         "Text Properties".  Suggested by Simon Marshall
5664         <Simon.Marshall@midas-kapiti.com>.
5666 2001-09-04  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
5668         * term/mac-win.el (mac-drag-n-drop): Decode file name by
5669         consulting the value of file-name-coding-system.
5671 2001-09-03  Stefan Monnier  <monnier@cs.yale.edu>
5673         * help.el (describe-function-1): Save precomputed `file-name' rather
5674         than recomputing it (incorrectly) with `symbol-file'.
5676 2001-09-03  Gerd Moellmann  <gerd@gnu.org>
5678         * international/isearch-x.el (isearch-exit-recursive-edit):
5679         Take three parameters, since it's used as an after-change-function.
5681         * emacs-lisp/backquote.el (backquote-backquote-symbol)
5682         (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
5683         from doc strings.
5685 2001-09-02  Milan Zamazal  <pdm@zamazal.org>
5687         * progmodes/glasses.el (glasses-convert-to-unreadable):
5688         Consider underscores as in `glasses-make-readable'.
5690 2001-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
5692         * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
5693         MS-DOS, since cpp might not be available.
5695         * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
5696         Mention "yank" in the help-echo text.
5697         Suggested by Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>.
5699 2001-09-01  Stefan Monnier  <monnier@cs.yale.edu>
5701         * newcomment.el (comment-indent): Insert spaces more carefully.
5703 2001-08-31  Eli Zaretskii  <eliz@is.elta.co.il>
5705         * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
5706         exists.  From Andy Petrusenco <andy@int.spb.ru>.
5708         * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
5709         display-popup-menus-p returns nil.  Suggested by Andy Petrusenco
5710         <andy@int.spb.ru>.
5712 2001-08-31  Gerd Moellmann  <gerd@gnu.org>
5714         * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
5715         Instead of running mouse-yank-at-click, see what the event is
5716         bound to outside Isearch and run that.
5718 2001-08-31  Eli Zaretskii  <eliz@is.elta.co.il>
5720         * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
5721         Fix the menu entry to mention transient-mark-mode.
5723 2001-08-30  Gerd Moellmann  <gerd@gnu.org>
5725         * simple.el (eval-expression-print-level): Fix last change.
5727         * bindings.el (mode-line-coding-system-map): New variable.
5728         (mode-line-mule-info): Give the "%Z" a local-map keymap.
5730         * simple.el (eval-expression-print-level): Change the type
5731         of the defcustom to allow nil.
5733         * emacs-lisp/find-gc.el: Moved here from lisp/.
5735         * international/quail.el (quail-completion-1):
5736         Reverse the ((CHAR . DEFN) ...) list before processing it.
5737         From Kenichi Handa <handa@etl.go.jp>.
5739         * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
5740         * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
5742 2001-08-30  Eli Zaretskii  <eliz@is.elta.co.il>
5744         * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
5745         aren't supported.  This avoids the annoying gray strip drawn by
5746         the Windows version instead of the missing tool bar.
5748 2001-08-29  Gerd Moellmann  <gerd@gnu.org>
5750         * menu-bar.el (menu-bar-options-menu): Make option text, messages
5751         and tooltips more consistent.  From "Marshall, Simon"
5752         <Simon.Marshall@midas-kapiti.com>.
5754         * startup.el (fancy-splash-screens): Temporarily set
5755         minor-mode-map-alist to nil while displaying splash screens.
5757 2001-08-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
5759         * buff-menu.el: Add Keywords header.
5760         Doc fix (C-x C-b is bound to list-buffers).
5762         * dired-x.el: Add keyword files to get listed in finder.
5763         Remove confusing notes about GNU Emacs 19.
5765         * dired.el, dired-aux.el: Add Keywords header.
5767 2001-08-28  Andre Spiegel  <spiegel@gnu.org>
5769         * vc.el (vc-revert-file): Call the backend even if the FILE's
5770         contents can be reverted locally; pass new arg CONTENTS-DONE
5771         down to the backend.
5773         * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
5774         optional arg CONTENTS-DONE.
5776 2001-08-28  Andrew Innes  <andrewi@gnu.org>
5778         * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
5780 2001-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
5782         * makefile.nt (install): Copy more *.el files.
5784 2001-08-28  Gerd Moellmann  <gerd@gnu.org>
5786         * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
5787         instead of `w' which is already in use.
5789         * gs.el (gs-load-image): Use sleep-for.
5790         From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
5792 2001-08-28  Miles Bader  <miles@gnu.org>
5794         * replace.el (query-replace-regexp-eval): Return args from
5795         `interactive' form in correct order.
5797 2001-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
5799         * mouse.el (mouse-buffer-menu): If the buffer menu is split by
5800         major modes, don't create panes for modes for which
5801         mouse-buffer-menu-alist returns an empty alist.
5803 2001-08-28  Thien-Thi Nguyen  <ttn@gnu.org>
5805         * progmodes/hideshow.el: Update first-line description.
5806         Sync comments w/ maintainer version 5.31.
5808         (hs-isearch-open): Default value now `code'.
5809         Fix docstring to use "code blocks" vs "comment blocks",
5810         as opposed to "block" vs "comment".
5811         (hs-flag-region): Accept `hs-isearch-open' value
5812         of `block' as synonymous w/ `code'.
5813         (hs-hide-block-at-point): For code blocks, pass `code'
5814         to `hs-flag-region' instead of `block'.
5816 2001-08-28  Miles Bader  <miles@gnu.org>
5818         * comint.el (comint-next-prompt): Don't loop infinitely if
5819         {next,previous}-single-char-property-change returns its input
5820         position when the search fails.
5822 2001-08-27  Miles Bader  <miles@gnu.org>
5824         * comint.el (comint-get-old-input-default): Don't signal an error
5825         if point is not on an input field; instead, return the current
5826         line (using `comint-bol' to skip any prompt, in case we're not
5827         using fields at all).
5829         * man.el (Man-mode-line-format): Variable removed.
5830         (Man-mode): Change `mode-line-buffer-identification' instead of
5831         `mode-line-format'.
5833 2001-08-27  Gerd Moellmann  <gerd@gnu.org>
5835         * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
5836         From Simon Josefsson <jas@extundo.com>.
5838 2001-08-26  Eli Zaretskii  <eliz@is.elta.co.il>
5840         * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
5841         messages.  From Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>.
5843         * emacs-lisp/levents.el: Specify FSF as Maintainer.  From Pavel
5844         Jan\e,Am\e(Bk <Pavel@Janik.cz>.
5846         * emacs-lisp/lselect.el: Ditto.
5848         * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
5849         Remove periods from the end of error message strings.
5850         From Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>.
5852         * progmodes/antlr-mode.el: Add Keywords header.  From Pavel
5853         Jan\e,Am\e(Bk <Pavel@Janik.cz>.
5855         * net/telnet.el: Ditto.
5857 2001-08-26  Gerd Moellmann  <gerd@gnu.org>
5859         * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
5860         KEYMAP to the call to define-minor-mode.
5862 2001-08-24  Eli Zaretskii  <eliz@is.elta.co.il>
5864         * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
5865         Replace some of the undefined characters with emulations of bidi
5866         formatting characters and Niqud as per SI 1311-1.
5867         (IT-unicode-translations): Ditto.
5868         (IT-display-table-setup, IT-setup-unicode-display):
5869         Fill characters without translations with dos-unsupported-char-glyph.
5871 2001-08-24  Simon Josefsson  <jas@extundo.com>
5873         * hl-line.el (hl-line-mode): Don't be a global mode.
5874         (global-hl-line-mode): New function.
5876 2001-08-24  Gerd Moellmann  <gerd@gnu.org>
5878         * gs.el (gs-load-image): Wait for GHOSTVIEW window property
5879         being reset by Ghostscript.  Don't kill the gs process.
5880         From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
5882 2001-08-24  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
5884         * term/mac-win.el: Require scroll-bar.
5886 2001-08-23  Stefan Monnier  <monnier@cs.yale.edu>
5888         * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
5890 2001-08-23  Eli Zaretskii  <eliz@is.elta.co.il>
5892         * hexl.el (hexl-insert-multibyte-char) New function.
5893         (hexl-quoted-insert, hexl-self-insert-command)
5894         (hexl-insert-hex-char, hexl-insert-decimal-char)
5895         (hexl-insert-octal-char): Call it instead of hexl-insert-char.
5896         Fix the doc strings accordingly.
5897         (hexl-insert-char): Reject characters whose code is above 255.
5898         Doc fix.
5899         (hexl-mode-map): Copy the global keymap instead of creating a
5900         sparse keymap, and bind all self-inserting characters to
5901         hexl-self-insert-command.
5903 2001-08-22  Stefan Monnier  <monnier@cs.yale.edu>
5905         * wid-edit.el (text): Re-order docstring correctly.
5907         * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
5909         * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
5911 2001-08-22  Eli Zaretskii  <eliz@is.elta.co.il>
5913         * simple.el (line-number-mode): Mention the variable
5914         line-number-display-limit-width in the doc string.
5916 2001-08-22  Gerd Moellmann  <gerd@gnu.org>
5918         * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
5919         Temporarily select EVENT's window for switching buffers.
5920         (mode-line-bury-buffer): New function.
5921         (mode-line-buffer-identification-keymap): Use it instead of
5922         bury-buffer.  Bind down-mouse events to prevent global down-mouse
5923         events from shining through.
5925 2001-08-21  Stefan Monnier  <monnier@cs.yale.edu>
5927         * newcomment.el (comment-beginning): Make sure the comment-start
5928         we found isn't a comment-end (in cases where confusion is possible).
5930 2001-08-22  Miles Bader  <miles@gnu.org>
5932         * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
5933         before writing it, so that hard-links don't see new version.
5935 2001-08-21  Gerd Moellmann  <gerd@gnu.org>
5937         * gs.el (gs-set-ghostview-colors-window-prop):
5938         Call x-change-window-property with 3rd arg FRAME.
5939         (gs-load-image): Wait for a previous Ghostscript process
5940         to complete before starting a new one.
5942         * image.el (image-type-regexps): Make sure that the TIFF
5943         pattern is only matched at the beginning of a string.
5944         From Markus Rost <rost@math.ohio-state.edu>.
5946         * international/swedish.el: Pre-Mule file removed.  From Jonas
5947         Oberg <jonas@gnu.org>.
5949 2001-08-20  Rajesh Vaidheeswarran  <rv@gnu.org>
5951         * whitespace.el (whitespace-abort-on-error): Add custom variable
5952         to whitespace to abort a write-file if whitespace is detected in file.
5954         * whitespace.el (whitespace-write-file-hook): Hook to be called
5955         when writing a file. If `whitespace-abort-on-error' is set, the
5956         write will abort on detecting whitespaces.
5957         If `whitespace-auto-cleanup' is set, the file will be cleaned
5958         automatically prior to writing.
5960         * whitespace.el (whitespace-buffer-search): Let's not insert bogus
5961         whitespaces in the error output!
5963         * whitespace.el (whitespace-check-indent-whitespace): Defaults to
5964         `indent-tabs-mode', since the latter notes user preferences on
5965         TABs anyway.
5967         * whitespace.el (whitespace-version): 3.1. All of the above issues
5968         were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
5970 2001-08-20  Gerd Moellmann  <gerd@gnu.org>
5972         * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
5973         some spaces from a message.  From Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>.
5975         * whitespace.el (whitespace-global-mode): Add autoload cookie.
5977 2001-08-20  Alex Schroeder  <alex@gnu.org>
5979         * sql.el (sql-db2): Doc change.
5981 2001-08-20  Alex Schroeder  <alex@gnu.org>
5983         * sql.el (sql-postgres): Add the database at the end of the
5984         parameters instead of at the beginning.
5985         (sql-postgres-options): Doc change.
5987 2001-08-17  Gerd Moellmann  <gerd@gnu.org>
5989         * custom.el (defcustom): Doc fix.
5991 2001-08-16  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5993         * ps-mule.el (find-composition): Check if (char-after POS)
5994         returns a valid character.
5996 2001-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
5998         * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
5999         original-point for extra CR characters that are added/removed when
6000         the buffer is written/read whose EOL type is -dos.
6002 2001-08-16  Miles Bader  <miles@gnu.org>
6004         * simple.el (line-move): Undo previous change.
6006         * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
6007         property to input-terminating `boundary' overlays to avoid
6008         line-move wierdness.
6010 2001-08-16  Gerd Moellmann  <gerd@gnu.org>
6012         * lazy-lock.el (lazy-lock-fontify-region): Widen the current
6013         buffer in a save-restriction.  Under one test case with Ediff,
6014         window-scroll-functions are run with a window start that's
6015         temporarily outside of the restriction.
6017 2001-08-16  Robert J. Chassell <bug-texinfo@gnu.org>
6019         * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
6020         (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
6021         (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
6022         (texinfo-update-menu-region-beginning)
6023         (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
6024         command, @ifnottex, to regexps, so it is found.
6026 2001-08-16  Andrew Innes  <andrewi@gnu.org>
6028         * makefile.nt (DONTCOMPILE): Omit bindings.el.
6029         (DONTCOMPILE): Omit sc.el.
6031         * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
6032         (DONTCOMPILE): Omit sc.el.
6034 2001-08-16  Gerd Moellmann  <gerd@gnu.org>
6036         * replace.el (occur): Bind inhibit-read-only to t.
6038 2001-08-16  Miles Bader  <miles@gnu.org>
6040         * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
6041         calling `constrain-to-field', to avoid problems with comint prompts.
6043 2001-08-15  Gerd Moellmann  <gerd@gnu.org>
6045         * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
6046         (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
6048         * ediff-mult.el (ediff-get-meta-info): Fix the condition
6049         of a while-loop.
6051         * Makefile.in (DONTCOMPILE): Remove sc.el.
6053         * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
6054         Don't include term/.
6056         * mail/sc.el:  Moved to obsolete/.
6058 2001-08-14  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6060         * ps-print.el: Change error function arguments to follow Emacs
6061         message convention.  Doc fix.
6062         (ps-print-version): New version number (6.5.4).
6063         (coding-system-for-write): Change declaration position to avoid
6064         XEmacs compilation gripes.
6065         (coding-system-for-read, buffer-file-coding-system):
6066         Declarations to avoid XEmacs compilation gripes.
6068         * ps-mule.el: Doc fix.
6069         (ps-mule-encode-header-string): If STRING is not a string, replace
6070         STRING by empty string.
6072 2001-08-14  Eli Zaretskii  <eliz@is.elta.co.il>
6074         * frame.el (show-trailing-whitespace): Doc fix.
6076 2001-08-13  Eli Zaretskii  <eliz@is.elta.co.il>
6078         * desktop.el (desktop-save): Insert the coding: tag before
6079         desktop-header.
6081 2001-08-13  Gerd Moellmann  <gerd@gnu.org>
6083         * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
6084         its path from $els.
6086         * image.el (image-jpeg-p): Fix call of substring.
6088 2001-08-10  Gerd Moellmann  <gerd@gnu.org>
6090         * play/animate.el (animate-string): Doc fix.  Use a buffer
6091         name with stars in it.
6092         (animate-sequence): New function.
6093         From Richard Stallman <rms@gnu.org>.
6095         * frame.el (select-frame-set-input-focus): New function
6096         extracted from other-frame.
6097         (other-frame): Use it.
6098         (next-multiframe-window, previous-multiframe-window): Use it.
6100         * isearch.el (isearch-other-meta-char): Don't switch to the
6101         buffer of a window clicked on, when the current buffer is
6102         in Isearch mode.
6104         * image.el (image-jpeg-p): Test for APPn markers in the range
6105         #xe0..#xef.
6107 2001-08-09  Gerd Moellmann  <gerd@gnu.org>
6109         * desktop.el (desktop-save): Don't use concat to form a file
6110         name, use expand-file-name.
6112         * mouse.el (mouse-delete-window): Do nothing if frame has just
6113         one window.
6115         * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
6116         for the minor mode name.
6118         * view.el (toplevel): Use mode-line-minor-mode-keymap for the
6119         minor mode name.
6121         * time.el (display-time-string-forms): Use make-mode-line-mouse-map
6122         instead of make-mode-line-mouse2-map.
6124         * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
6125         the minor mode name.
6127         * emacs-lisp/easy-mmode.el (define-minor-mode):
6128         Use  mode-line-minor-mode-keymap for the minor mode name.
6130         * calendar/calendar.el (calendar-mode-line-format):
6131         Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
6133         * bindings.el (make-mode-line-mouse-map): Renamed from
6134         make-mode-line-mouse2-map.  Take additional arg MOUSE.
6135         (mode-line-modified): Use mouse-3 instead of mouse-2.
6136         (mode-line-buffer-identification-keymap): Bind keys differently.
6137         (propertized-buffer-identification): Adapt help-echo to new bindings.
6139         * bindings.el (mode-line-format): Specify help-echo for line
6140         number, column number and buffer-percent part of the mode-line.
6142         * image.el (image-type-regexps): Allow whitespace at the start
6143         of the image data for XPM, XBM and Postscript, which are
6144         text files.
6145         (image-jpeg-p): Correct calculation of next field offset.
6147 2001-08-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6149         * battery.el: Fix typo.
6151 2001-08-08  Gerd Moellmann  <gerd@gnu.org>
6153         * image.el (image-type-regexps): Allow predicates.  Change the way
6154         JPEG images are recognized.
6155         (image-jpeg-p): New function.
6156         (image-type-from-data): Handle predicates in image-type-regexps.
6158         * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
6159         #:, #x, #o, and similar constructs.
6161 2001-08-07  Gerd Moellmann  <gerd@gnu.org>
6163         * vc.el (vc-transfer-file): Fix malformed autoload cookie.
6165         * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
6166         instead of `progn'.
6168         * tar-mode.el (tar-extract): Avoid generating a new buffer
6169         for each file visited.  From Markus Rost <rost@math.ohio-state.edu>.
6171         * textmodes/paragraphs.el (forward-sentence): Avoid building
6172         a regexp from sentence-end.  From Kenichi Handa <handa@etl.go.jp>.
6174         * progmodes/executable.el (executable-set-magic):
6175         If executable-find returns a quoted file name, unquote it before
6176         inserting it.
6178         * image.el (image-type-regexps): For JPEG files, use a regexp
6179         derived from the JFIF spec.
6181         * image.el (image-type-regexps): Use `\`' instead of `^' in
6182         most regular expressions.
6184 2001-08-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6186         * play/animate.el: Re-insert a reference to re-inserted function.
6188 2001-08-06  Gerd Moellmann  <gerd@gnu.org>
6190         * help.el (describe-function-1): Use find-function-search-for-symbol
6191         instead of find-function-noselect because the latter follows aliases.
6193         * play/animate.el (animate-birthday-present): Re-insert.
6195         * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
6196         Handle old-style menu definitions.
6198 2001-08-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6200         * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
6201         * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
6203         * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
6204         * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
6205         * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
6207 2001-08-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6209         * textmodes/tildify.el: Milan Zamazal has new address.
6211 2001-08-03  Gerd Moellmann  <gerd@gnu.org>
6213         * custom.el (custom-set-variables): Don't test `custom-requests'
6214         properties, check the third element of the options passed to
6215         custom-set-variables instead.
6217         * info.el (info-insert-file-contents): Use info-file-exists-p
6218         instead of file-exists-p.
6220         * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
6221         the mode-line face is restored.  Fix several bugs.
6223         * replace.el (perform-replace): Doc fix.
6225 2001-08-02  Francesco Potorti`  <pot@gnu.org>
6227         * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
6228         (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
6229         (uniquify-fix-item-base, uniquify-fix-item-filename)
6230         (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
6231         Callers changed.
6232         (uniquify-set-proposed): Changed to work with a vector item.
6233         (uniquify-rationalize-file-buffer-names): Use a list of arrays for
6234         the fix list, and a list of strings for the non-file buffer
6235         names.  Both changes reduce consing.
6236         (uniquify-rationalize-a-list): Local variable renaming.
6237         (uniquify-rationalize-conflicting-sublist): Use member instead of
6238         assoc.
6239         (uniquify-rename-buffer): Use unless instead of if not.
6241 2001-08-02  Gerd Moellmann  <gerd@gnu.org>
6243         * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
6245         * custom.el (custom-set-variables): Set options with :require
6246         clauses last.
6248         * custom.el (defcustom): Doc fix.
6250         * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
6252 2001-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
6254         * man.el (man): Mention Man-switches in the doc string.
6255         (Man-switches): Mention -a in the doc string.
6257         * textmodes/ispell.el (ispell-alternate-dictionary):
6258         Add /usr/share/lib/dict/words, for Irix.
6260         * bindings.el: Bind shifted and control-shifted kp-* keys to the
6261         corresponding non-kp keys.  Suggested by Stephen Gildea
6262         <gildea@stop.mail-abuse.org>.
6264 2001-08-01  Francesco Potorti`  <pot@gnu.org>
6266         * uniquify.el: These changes correct a corner case that the old
6267         code managed correctly.
6268         (uniquify-fix-item-proposed): Renamed from
6269         uniquify-fix-item-min-proposed.
6270         (uniquify-set-proposed): New function.
6271         (uniquify-rationalize-file-buffer-names): Code reshuffled for
6272         clarity and speed.
6273         (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
6274         This is equivalent to what the old code did.
6275         (uniquify-rationalize-a-list): Never recompute the proposed
6276         name.  Sort the conflicting sublist before rationalising it: this
6277         is equivalent to what the old code did, but one directory element
6278         at a time, and only when necessary.
6279         (uniquify-rationalize-conflicting-sublist): Recompute here the
6280         proposed name.
6282 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
6284         * play/animate.el: Add Keywords and Maintainer.  Remove a
6285         reference to a removed function.
6287         * play/animate.el (animate-string): Handle case that the string is
6288         longer than the window is wide.
6290 2001-07-31  Gerd Moellmann  <gerd@gnu.org>
6292         * desktop.el (desktop-save): Bind coding-system-for-write to
6293         `emacs-mule' for write-region.
6295         * delsel.el (delete-selection-pre-hook): Don't set this-command
6296         to `ignore' if the region is empty.
6298         * international/mule.el (set-keyboard-coding-system):
6299         Set keyboard-coding-system.
6301         * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
6302         before accessing it.
6304 2001-07-30  Andreas Schwab  <schwab@suse.de>
6306         * menu-bar.el (toggle-highlight-paren-mode):
6307         Use `(show-paren-mode)' as body.
6309 2001-07-30  Andre Spiegel  <spiegel@gnu.org>
6311         * vc.el (vc-checkout-hook): New hook.
6312         (vc-checkout): Run it.
6314 2001-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
6316         * progmodes/make-mode.el (makefile-macroassign-regex):
6317         Recognize the ?= operator.  From Jonathan Kamens <jik@curl.com>.
6319 2001-07-30  Gerd Moellmann  <gerd@gnu.org>
6321         * vc.el (vc-switch-backend): Fix autoload cookie.
6323         * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
6324         the desktop file.
6326 2001-07-30  Simon Josefsson  <jas@extundo.com>
6328         * mail/mail-utils.el (mail-strip-quoted-names): Replace text
6329         literally.  Reported by Sean Rima <sean@**Delete**.tcob1.net>.
6331 2001-07-27  Gerd Moellmann  <gerd@gnu.org>
6333         * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
6334         (last-sexp-toggle-display): Renamed from last-sexp-print.
6335         (last-sexp-toggle-display, eval-last-sexp-1):
6336         Use last-sexp-setup-props.
6338         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
6339         New user-options.
6340         (mouse-wheel-change-button): New function.
6341         (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
6342         (mwheel-scroll): Ditto.
6344 2001-07-26  Gerd Moellmann  <gerd@gnu.org>
6346         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
6347         `...', compare with unabbreviated printed representation instead.
6348         (last-sexp-print): Bind print-length and print-level to nil.
6350         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
6351         before assigning text properties.  Make properties rear-nonsticky.
6353         * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
6354         (eval-last-sexp-1): Give printed text a `keymap' property and bind
6355         <mouse-2> and <RET> in that map to a function printing the
6356         unabbreviated value.
6358         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
6359         is a buffer, put a text property `printed-value' on the printed
6360         representation, with the Lisp object printed as value.
6362 2001-07-25  Eli Zaretskii  <eliz@is.elta.co.il>
6364         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
6365         Mention the effect of eval-expression-print-length and
6366         eval-expression-print-level in the doc strings.  Suggested by
6367         Kevin Gallagher <kevingal@onramp.net>.
6369 2001-07-25  Gerd Moellmann  <gerd@gnu.org>
6371         * xt-mouse.el (xterm-mouse-event): Recognize control sequences
6372         for buttons > 3.
6373         (xterm-mouse-translate): Handle the case that we don't get a
6374         down-event.
6376         * emacs-lisp/find-func.el (find-function-regexp):
6377         Add easy-mmode-define-global-mode to the regexp.  Allow newlines
6378         in front of the function name.
6380         * isearch.el (isearch-other-meta-char): Fix last change.
6382         * isearch.el (isearch-other-meta-char): Don't modify mode-line and
6383         similar events for which fake prefix keys are generated.  It's no
6384         longer necessary since read_key_sequence doesn't modify these
6385         events for internal purposes anymore.
6387         * files.el (auto-mode-alist): Use nroff-mode for files ending
6388         in `.9'.  From Assar Westerlund  <assar@stacken.kth.se>.
6390 2001-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
6392         * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
6393         tool-bar-lines parameter, behave as if its value were zero.
6394         (mouse-avoidance-set-pointer-shape): Don't do anything if
6395         x-pointer-shape is not boundp.
6397 2001-07-23  Francesco Potorti`  <pot@gnu.org>
6399         * uniquify.el: Overall speedup changes when using many buffers.
6400         (uniquify-fix-item-base, uniquify-fix-item-filename)
6401         (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
6402         (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
6403         place in the item, but was never used.
6404         (uniquify-fix-item-min-proposed): New defalias: the fourth place
6405         in the item is now used as cache for the proposed name.
6406         (uniquify-rationalize-file-buffer-names): Move computation made on
6407         newbuffile out of the loop, in the newbuffile-nd local var.
6408         Use dolist (cosmetic change).  Compute the proposed name for the most
6409         common case and cache it in the fourth place in the item.
6410         (uniquify-rationalize-file-buffer-names): Used to return a a list
6411         of buffer whose name was changed, but that return value was never used.
6412         (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
6413         the cached proposed name, does much less consing and is quicker.
6414         (uniquify-filename-lessp): Deleted.
6415         (uniquify-rationalize-a-list): Use dolist (cosmetic change).
6416         Do not bind locally the uniquify-possibly-resolvable flag.  Use the
6417         cached proposed name is possible.
6418         (uniquify-get-proposed-name): Arguments changed, callers changed.
6419         (uniquify-rationalize-conflicting-sublist): Explicitely reset the
6420         uniquify-possibly-resolvable flag, which is no more bound locally.
6421         (uniquify-rename-buffer): Do not set the old unrationalised-buffer
6422         flag, which does not exist any more.
6424 2001-07-23  Eli Zaretskii  <eliz@is.elta.co.il>
6426         * term/internal.el (IT-unicode-translations): Fix the appearance of
6427         "6`".
6429         * progmodes/compile.el (compile-internal): If EMACS is already
6430         defined in the environment, don't override its value.
6432 2001-07-23  Gerd Moellmann  <gerd@gnu.org>
6434         * play/fortune.el: Undo change of 2001-07-13.
6435         Fix autoload cookies.  Add types to defcustoms.
6436         (fortune) <defgroup>: Add :link.
6437         (fortune-from-region): Use eq, not eql.
6438         From Dave Love <fx@gnu.org>.
6440         * play/animate.el (animate-birthday-present): Function removed.
6442         * play/animate.el: New file.
6444 2001-07-22  Eli Zaretskii  <eliz@is.elta.co.il>
6446         * startup.el (normal-top-level-add-subdirs-to-load-path):
6447         On Windows, put into normal-top-level-add-subdirs-inode-list the
6448         canonicalized names of the directories instead of inode numbers.
6450 2001-07-21  Michael Kifer  <kifer@cs.sunysb.edu>
6452         * ediff-util.el: Copyright years.
6453         (ediff-choose-syntax-table): New function.
6454         (ediff-setup): Use ediff-choose-syntax-table.
6455         (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
6456         vc-state is available.
6457         (ediff-make-temp-file): Use ediff-coding-system-for-write.
6459         * ediff-init.el (ediff-with-syntax-table): New macro, uses
6460         with-syntax-table.
6461         (ediff-coding-system-for-read): From ediff-diff.el
6462         (ediff-coding-system-for-write): New variable.
6463         (ediff-highest-priority): Fixed the bug having to do with disappearing
6464         overlays.
6465         (ediff-file-remote-p): Use file-remote-p, if available.
6466         (ediff-listable-file): New function.
6467         (ediff-file-attributes): Use ediff-listable-file.
6469         * ediff-mult.el (ediff-meta-insert-file-info1):
6470         Use ediff-listable-file.
6472         * ediff-ptch.el (ediff-prompt-for-patch-file):
6473         Use ediff-coding-system-for-read.
6474         (ediff-patch-file-internal): Use ediff-coding-system-for-write.
6476         * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
6477         (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
6479         * ediff.el: Date of last update, copyright years.
6481         * ediff-wind (ediff-setup-control-frame): Nill->nil.
6483         * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
6484         of Scott Bronson.
6485         (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
6486         (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
6487         Deleted functions.
6488         (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
6489         ex-token-list.
6490         (viper-get-ex-address-subr): Convert registers to char data type.
6492         * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
6493         (viper-memq-char): Use viper-int-to-char.
6494         (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
6495         vc-locking-state.
6496         (viper-read-key): Use viper-read-key-sequence.
6498         * viper.el (viper-major-mode-modifier-list):
6499         Added inferior-emacs-lisp-mode.
6500         (this-major-mode-requires-vi-state): New function that uses simple
6501         heuristics to decide if vi state is appropriate.
6502         (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
6503         (viper-non-hook-settings): Don't advise read-key-sequence.
6504         (viper-read-key-sequence): New function that replaces the
6505         previously used advice to read-key-sequence.
6507         * viper-cmd.el (viper-test-com-defun,viper-exec-change)
6508         (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
6509         (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
6510         (viper-open-line-at-point,viper-substitute,viper-overwrite)
6511         (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
6512         Got rid of the negative character hack.
6513         (viper-escape-to-state,viper-replace-state-exit-cmd):
6514         Use viper-read-key-sequence.
6515         (viper-envelop-ESC-key): No need for ad-get-orig-definition.
6516         (viper-minibuffer-standard-hook,viper-read-string-with-history):
6517         Don't override existing minibuffer-setup-hook.
6518         (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
6519         Convert registers to char data type.
6520         (viper-autoindent): Use viper-indent-line.
6522         * viper-keym.el: Use viper-exec-key-in-emacs.
6524 2001-07-20  Stefan Monnier  <monnier@cs.yale.edu>
6526         * server.el (server-visit-files): Fix variable name typo.
6528 2001-07-20  Gerd Moellmann  <gerd@gnu.org>
6530         * simple.el (delete-trailing-whitespace): Save match data
6531         around looking-at.  From Markus Rost <rost@math.ohio-state.edu>.
6533 2001-07-19  Stefan Monnier  <monnier@cs.yale.edu>
6535         * progmodes/compile.el (compilation-parse-errors): `linenum' might
6536         return a this-error using the alternative format (a pair of markers).
6538 2001-07-19  Gerd Moellmann  <gerd@gnu.org>
6540         * font-lock.el (c++-keywords): Add Standard C++ operator names.
6542         * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
6543         From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
6545 2001-07-17  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6547         * international/iso-transl.el: Fix typo in the header of the file.
6549         * textmodes/picture.el (picture): Doc fix.
6551         * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
6552         follow coding conventions in generated files.
6554 2001-07-17  Eli Zaretskii  <eliz@is.elta.co.il>
6556         * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
6557         (tool-bar-add-item): Don't call image-related primitives if the
6558         display doesn't support images.
6560         * frame.el (display-images-p): New function.
6562 2001-07-17  Gerd Moellmann  <gerd@gnu.org>
6564         * server.el (server-visit-files): Handle the case the specified
6565         column number is <= 0.
6567 2001-07-17  Jan Nieuwenhuizen  <jan@netland.nl>
6569         * startup.el (command-line-1): Add support for +LINE:COLUMN
6570         command line argument.
6572 2000-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6574         * server.el (server-process-filter, server-visit-files):
6575         Add support for +LINE:COLUMN style emacsclient calls.
6577 2001-07-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6579         * emacs-lisp/easy-mmode.el: Add Keywords header.
6581         * play/pong.el: Author has new address.
6583         * play/landmark.el: Author is no more reachable.
6585         * play/handwrite.el: Author is no more reachable.
6587 2001-07-17  Stefan Monnier  <monnier@cs.yale.edu>
6589         * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
6590         (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
6591         Complete bindings for F<1..12> keys.
6592         (global-map): Remove `undo' binding (already in the default).
6593         Replace `t<n>' bindings with `f<n>' bindings.
6595 2001-07-16  Stefan Monnier  <monnier@cs.yale.edu>
6597         * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
6598         (tcl-mode): Use tcl-add-log-defun.
6599         (tcl-indent-line): Use tcl-calculate-indent.
6600         (tcl-calculate-indent): Renamed from calculate-tcl-indent.
6601         (tcl-indent-exp): Renamed from indent-tcl-exp.
6602         (tcl-add-log-defun): Renamed from add-log-tcl-defun.
6603         (tcl-indent-for-comment): Call comment-indent-function properly
6604         and handle the case where it returns nil.
6606 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
6608         * calendar/cal-islam.el (calendar-goto-islamic-date):
6609         Remove autoload cookie.
6611         * calendar/calendar.el (calendar-goto-islamic-date):
6612         Add call to autoload.
6614 2001-07-16  Stefan Monnier  <monnier@cs.yale.edu>
6616         * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
6617         Don't change compile-auto-highlight globally.
6618         Don't bother with `font-lock-defaults' property since XEmacs
6619         also understands the `font-lock-defaults' variable.
6620         Use make-local-variable rather than make-variable-buffer-local.
6621         Don't `defconst' comment-indent-function: keep the default.
6622         Call easy-menu-add unconditionally.
6623         (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
6624         (ada-create-menu): Use :included for Emacs as well.
6626         * vc.el (vc-do-command): Autoload.
6628         * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
6630 2001-07-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6632         * ps-print.el: Fix Author: header.
6634 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
6636         * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
6637         mouse-1 etc., bind them to `ignore'.
6639         * eshell/esh-mode.el (eshell-send-invisible): Renamed from
6640         send-invisible, which is already defined in Comint.
6641         (eshell-watch-for-password-prompt): Use it.
6643 2001-07-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6645         * which-func.el (which-func-mode): Doc fix.
6647         * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
6648         * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
6649         * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
6650         * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
6651         * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
6652         * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
6653         * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
6654         * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
6655         * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
6656         * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
6657         * emulation/edt-mapper.el, emulation/edt-pc.el,
6658         * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
6659         * emulation/tpu-edt.el, emulation/tpu-extras.el,
6660         * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
6661         * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
6662         * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
6663         * international/isearch-x.el, international/iso-cvt.el,
6664         * international/ogonek.el, international/quail.el,
6665         * international/utf-8.el, jit-lock.el, language/devan-util.el,
6666         * language/devanagari.el, language/ethio-util.el,
6667         * language/ethiopic.el, language/european.el, language/indian.el,
6668         * language/romanian.el, language/tibet-util.el, language/tibetan.el,
6669         * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
6670         * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
6671         * mouse-sel.el, net/browse-url.el, net/net-utils.el,
6672         * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
6673         * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
6674         * progmodes/autoconf.el, progmodes/cmacexp.el,
6675         * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
6676         * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
6677         * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
6678         * progmodes/ebnf2ps.el, progmodes/executable.el,
6679         * progmodes/fortran.el, progmodes/idlw-shell.el,
6680         * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
6681         * progmodes/m4-mode.el, progmodes/mantemp.el,
6682         * progmodes/meta-mode.el, progmodes/octave-inf.el,
6683         * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
6684         * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
6685         * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
6686         * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
6687         * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
6688         * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
6689         * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
6690         * textmodes/texinfo.el, textmodes/texnfo-upd.el,
6691         * textmodes/two-column.el, time-stamp.el, timezone.el,
6692         * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
6693         * which-func.el, whitespace.el, wid-browse.el, widget.el,
6694         * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
6695         conventions.
6697 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
6699         * simple.el (set-variable): Require 'cus-edit' instead of
6700         `wid-edit', so that the Custom widgets get defined.
6702 2001-07-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6704         * allout.el: A fix to follow coding conventions.
6706         * find-lisp.el: A fix to follow coding conventions.
6708         * term/w32-win.el: A fix to follow coding conventions.
6710         * textmodes/sgml-mode.el: A fix to follow coding conventions.
6712         * term/xterm.el: A fix to follow coding conventions.
6714         * term/news.el: A fix to follow coding conventions.
6716         * emulation/vi.el: A fix to follow coding conventions, Maintainer:
6717         header line fixed.
6719         * sun-curs.el: Fix Maintainer: header line.
6721         * emacs-lisp/easymenu.el: Address of the author added.
6723 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
6725         * dired.el (dired-insert-set-properties): Fix invalid mouse-face
6726         property.
6728 2001-07-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6730         * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
6731         * play/gamegrid.el, play/handwrite.el, play/landmark.el,
6732         * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
6733         Some fixes to follow coding conventions.
6735 2001-07-16  Gerd Moellmann  <gerd@gnu.org>
6737         * which-func.el (which-func-mode): Doc fix.
6739 2001-07-15  Stefan Monnier  <monnier@cs.yale.edu>
6741         * net/rcompile.el (remote-compile): Use make-local-variable.
6743         * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
6745         * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
6747         * mail/reporter.el (reporter-submit-bug-report):
6748         Don't abuse make-variable-buffer-local.  Fix call to add-hook.
6750 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6752         * calendar/cal-china.el, calendar/cal-coptic.el,
6753         * calendar/cal-dst.el, calendar/cal-french.el,
6754         * calendar/cal-hebrew.el, calendar/cal-islam.el,
6755         * calendar/cal-iso.el, calendar/cal-julian.el,
6756         * calendar/cal-mayan.el, calendar/cal-persia.el,
6757         * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
6758         * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
6759         * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
6760         * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
6761         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
6762         * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
6763         * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
6764         * progmodes/ada-prj.el, progmodes/ada-stmt.el,
6765         * progmodes/ada-xref.el, progmodes/cc-align.el,
6766         * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
6767         * progmodes/cc-defs.el, progmodes/cc-engine.el,
6768         * progmodes/cc-langs.el, progmodes/cc-menus.el,
6769         * progmodes/cc-styles.el, progmodes/cc-vars.el,
6770         * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
6771         * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
6772         * textmodes/reftex-index.el, textmodes/reftex-parse.el,
6773         * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
6774         * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
6775         * textmodes/reftex.el: Some fixes to follow coding
6776         conventions in Elisp files with known maintainers.
6778         * emulation/viper.el: A fix to follow coding conventions.
6780         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
6781         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
6782         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
6783         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
6784         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
6785         * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
6786         * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
6787         * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
6788         * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
6789         * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
6790         conventions in Elisp files.
6792         * composite.el, diff.el, emacs-lisp/levents.el,
6793         * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
6794         * emulation/pc-mode.el, emulation/viper-cmd.el,
6795         * emulation/viper-ex.el, emulation/viper-init.el,
6796         * emulation/viper-keym.el, emulation/viper-macs.el,
6797         * emulation/viper-mous.el, emulation/viper-util.el,
6798         * emulation/viper.el, forms-pass.el, international/ccl.el,
6799         * international/characters.el, international/encoded-kb.el,
6800         * international/fontset.el, international/ja-dic-cnv.el,
6801         * international/ja-dic-utl.el, international/kinsoku.el,
6802         * international/kkc.el, international/mule-cmds.el,
6803         * international/mule-diag.el, international/mule-util.el,
6804         * international/mule.el, international/titdic-cnv.el,
6805         * language/china-util.el, language/chinese.el,
6806         * language/cyril-util.el, language/cyrillic.el, language/english.el,
6807         * language/greek.el, language/hebrew.el, language/japan-util.el,
6808         * language/japanese.el, language/korea-util.el, language/korean.el,
6809         * language/lao-util.el, language/lao.el, language/misc-lang.el,
6810         * language/slovak.el, language/thai-util.el, language/thai.el,
6811         * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
6812         * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
6813         * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
6814         * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
6815         * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
6816         * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
6817         * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
6818         * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
6819         * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
6820         * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
6821         to follow coding conventions in files without maintainer or in files
6822         with clear maintainer (but without Maintainer header stating so).
6824         * emacs-lisp/elp.el: A fix to follow coding conventions.
6826         * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
6827         * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
6828         * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
6829         * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
6830         * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
6831         * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
6832         * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
6833         * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
6834         * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
6835         * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
6836         * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
6837         * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
6838         conventions in files from Gnus.
6840         * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
6841         * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
6842         * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
6843         * echistory.el, electric.el, emacs-lisp/authors.el,
6844         * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
6845         * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
6846         * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
6847         * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
6848         * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
6849         * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
6850         * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
6851         * international/codepage.el, international/iso-ascii.el,
6852         * international/iso-insert.el, international/iso-transl.el,
6853         * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
6854         * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
6855         * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
6856         * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
6857         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
6858         * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
6859         * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
6860         * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
6861         * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
6862         * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
6863         * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
6864         * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
6865         * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
6866         * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
6867         * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
6868         * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
6869         * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
6870         * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
6871         * textmodes/tex-mode.el, textmodes/text-mode.el,
6872         * textmodes/underline.el, thingatpt.el, time.el, timer.el,
6873         * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
6874         * vt100-led.el, window.el: Some fixes to follow coding conventions in
6875         files maintained by FSF.
6877 2001-07-13  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6879         * arc-mode.el: A fix to follow coding conventions.
6881         * bindings.el: Ditto.
6883         * cdl.el: Ditto.
6885         * comint.el: Ditto.
6887         * cus-start.el: Ditto.
6889         * shell.el: Ditto.
6891         * skeleton.el: Ditto.
6893 2001-07-13  Stefan Monnier  <monnier@cs.yale.edu>
6895         * info.el (Info-build-node-completions):
6896         Make Info-current-file-completions buffer local.
6898 2001-07-13  Gerd Moellmann  <gerd@gnu.org>
6900         * which-func.el (which-func-mode, which-func-ff-hook)
6901         (which-function-mode): Remove references to which-func-mode-global.
6903         * calendar/cal-islam.el (calendar-goto-islamic-date):
6904         Add autoload cookie.
6906         * play/fortune.el: Add types to defcustoms.
6908 2001-07-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6910         * language/czech.el: A fix to follow coding conventions.
6912 2001-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
6914         * speedbar.el (speedbar-supported-extension-expressions): Add .g
6915         to the extension list, for antlr-mode.  From Christoph Wedler
6916         <Christoph.Wedler@sap.com>.
6918 2001-07-11  Stefan Monnier  <monnier@cs.yale.edu>
6920         * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
6921         (vc-dired-mode-map): Fix the madness.
6923         * vc-hooks.el (vc-mode): Dummy function for doc purposes.
6924         (vc-prefix-map): Moved back from vc.el.
6926 2001-07-11  Gerd Moellmann  <gerd@gnu.org>
6928         * mail/mail-extr.el (mail-extr-all-top-level-domains):
6929         Increase the size of the obarray.
6930         (mail-extr-all-top-level-domains): Add more toplevel domains,
6931         add more long names.
6932         From: Per Starback <starback@ling.uu.se>.
6934 2001-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
6936         * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
6937         From Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
6939         * progmodes/ada-mode.el: Ditto.
6941         * progmodes/ada-xref.el: Ditto.
6943 2001-07-11  Miles Bader  <miles@gnu.org>
6945         * finder.el (finder-insert-at-column): Also move to the next line
6946         if exactly at COLUMN.
6948 2001-07-10  Gerd Moellmann  <gerd@gnu.org>
6950         * help.el (describe-function-1): When printing FUNCTION's
6951         documentation, don't assume FUNCTION is a symbol.
6953         * startup.el (normal-top-level): Don't operate on the initial
6954         frame if we failed to create one.
6956 2001-07-10  Martin Stjernholm  <bug-cc-mode@gnu.org>
6958         * cc-cmds.el (c-indent-exp): Keep the indentation of the block
6959         itself, i.e. only indent the contents in it.
6961 2001-07-10  Markus Rost  <rost@math.ohio-state.edu>
6963         * mail/rmail.el (rmail-show-message): Show beginning of message in
6964         all windows containing it.
6966 2001-07-10  Eli Zaretskii  <eliz@is.elta.co.il>
6968         * term/tty-colors.el: Fix the header line and copyright years.
6970 2001-07-09  Gerd Moellmann  <gerd@gnu.org>
6972         * emacs-lisp/advice.el (ad-make-advised-definition): If the
6973         original definition has an interactive form, but is Elp
6974         instrumented, use the interactive form of the function called by
6975         elp-wrapper.
6977         * winner.el (winner-equal): Make it a defun.  Don't compare Winner
6978         configurations with compare-window-configuration; they aren't
6979         window configurations.
6981         * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
6982         from the server for the format we expect.  Don't use it if it
6983         doesn't look like what the Internet draft for FTP extensions specifies.
6985         * toolbar/*.pbm: Cleaned up.
6986         From Luis Fernandes <elf@ee.ryerson.ca>.
6988 2001-07-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
6990         * cc-cmds.el: Extended the kludge to interoperate with the
6991         delsel and pending-del packages wrt to the new function
6992         `c-electric-delete-forward'.
6994 2001-07-08  Stefan Monnier  <monnier@cs.yale.edu>
6996         * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
6997         to delay the call to <mode> for global minor modes.
6998         (easy-mmode-define-navigation): Only recenter if interactive.
7000 2001-07-06  Gerd Moellmann  <gerd@gnu.org>
7002         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
7003         to lisp-indent-line.
7005         * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
7006         from the server.  Call encode-time only when we are sure that we
7007         got a 213 response.
7009 2001-07-06  Simon Josefsson  <jas@extundo.com>
7011         * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
7012         (mail-envelope-from): New user option.
7013         (sendmail-send-it): Use it.
7015 2001-07-06  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7017         * ps-print.el: Use locale dependant date to print date in header.
7018         Doc fix.
7019         (ps-print-version): New version number (6.5.3).
7020         (ps-right-header, ps-right-footer): Initialization and doc fix.
7021         (ps-time-stamp-locale-default): New fun.
7023 2001-07-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
7025         * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
7026         field problem with MIME-mode.
7028         * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
7030 2001-07-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
7032         * mail/rmail.el (rmail-reply): Don't forget to narrow header in
7033         MIME-mode.
7035 2001-07-06  Eli Zaretskii  <eliz@is.elta.co.il>
7037         * bindings.el (mode-line-mule-info): Don't show the tip with
7038         buffer-file-coding-system if that is nil.
7040 2001-07-05  Gerd Moellmann  <gerd@gnu.org>
7042         * calendar/todo-mode.el (todo-top-priorities): Use delete-region
7043         instead of kill-line.
7045         * play/pong.el: Fix first line.  From Pavel Jan\e,Am\e(Bk
7046         <Pavel@Janik.cz>.
7048         * battery.el (battery-update): Add help-echo.  From Pavel Jan\e,Am\e(Bk
7049         <Pavel@Janik.cz>.
7051 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
7053         * font-lock.el (c-font-lock-keywords-3): When matching something
7054         like `struct X Y', finish with point after Y.
7056 2001-07-04  Simon Josefsson  <jas@extundo.com>
7058         * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
7059         in caller buffer.
7061 2001-07-03  Eli Zaretskii  <eliz@is.elta.co.il>
7063         * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
7064         instead of string-match to find the basename of the file.
7065         From Pascal Obry <p.obry@wanadoo.fr>.
7067         * net/browse-url.el (browse-url-default-windows-browser):
7068         Support the MS-DOS port when it runs on Windows.
7069         (browse-url-browser-function) [ms-dos]: Default to
7070         browse-url-default-windows-browser.
7072         * help.el (locate-library): Enable code that looks for compressed
7073         libraries if auto-compression-mode is on.
7075 2001-07-02  Stefan Monnier  <monnier@cs.yale.edu>
7077         * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
7079 2001-07-02  Gerd Moellmann  <gerd@gnu.org>
7081         * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
7083 2001-07-02  Eli Zaretskii  <eliz@is.elta.co.il>
7085         * allout.el: Fix the header line, so that finder.el recognizes it.
7086         From Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>.
7088         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
7089         From Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>.
7091 2001-06-29  Eli Zaretskii  <eliz@is.elta.co.il>
7093         * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
7095         * ps-bdf.el (bdf-directory-list): Use the value relative to
7096         installation-directory for MS-Windows as well.
7098 2001-06-29  Richard M. Stallman  <rms@gnu.org>
7100         * wid-edit.el (widget-color-sample-face-get):
7101         Return ((foreground-color . COLOR)) instead of constructing a face.
7103 2001-06-29  Eli Zaretskii  <eliz@is.elta.co.il>
7105         * faces.el (region): Change the background color for the
7106         light-background color display to lightgoldenrod2, to make it
7107         visible on some laptops.
7109 2001-06-28  Richard M. Stallman  <rms@gnu.org>
7111         * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
7112         (rmail-msg-restore-non-pruned-header): Likewise.
7113         If point was in the old pruned header, put it at the top.
7114         (rmail-msg-prune-header): If point was at the top, keep it there.
7116         * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
7117         (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
7119 2001-06-28  Stefan Monnier  <monnier@cs.yale.edu>
7121         * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
7123 2001-06-28  Karl Fogel  <kfogel@red-bean.com>
7125         * saveplace.el: Update maintainer email address.
7127 2001-06-27  Francesco Potorti`  <pot@gnu.org>
7129         * uniquify.el: (uniquify-rationalize-file-buffer-names):
7130           Undo previous change.
7132 2001-06-27  Francesco Potorti`  <pot@gnu.org>
7134         * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
7135         preliminary quick reordering.  Can speed things up dramatically.
7137 2001-06-26  Richard M. Stallman  <rms@gnu.org>
7139         * dired.el (dired-get-filename): A file name starting with ~
7140         is not absolute in this context.
7142         * which-func.el (which-func-maxout): Increase default to 500000.
7143         (which-function-mode): This is now the "real" name of the function.
7144         (which-func-mode): Now an alias.
7145         (which-func-mode-global): Name deleted.
7147         * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
7148         button-2, when binding hs-mouse-toggle-hiding.
7150 2001-06-26  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
7152         * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
7153         (rmail-msg-prune-header): Likewise.
7154         (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
7155         and `rmail-msg-prune-header'.
7157 2001-06-25  Stefan Monnier  <monnier@cs.yale.edu>
7159         * textmodes/fill.el (fill-region-as-paragraph): Don't look further
7160         back than LINEBEG.
7162 2001-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
7164         * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
7165         window where they clicked the mouse has a header line, adjust
7166         vertical movement by one.
7168 2001-06-25  Milan Zamazal  <pdm@zamazal.org>
7170         * progmodes/glasses.el (glasses-make-readable): Consider underscores
7171         too when separating a parenthesis.
7173 2001-06-24  Eli Zaretskii  <eliz@is.elta.co.il>
7175         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7176         (bookmark-bmenu-hide-filenames): Add help-echo to
7177         mouse-highlighted text.
7178         (bookmark-bmenu-show-filenames): Remove help-echo property from
7179         the whitespace.
7181 2001-06-23  Eli Zaretskii  <eliz@is.elta.co.il>
7183         * files.el (auto-mode-alist): Add configure.ac (autoconf).
7184         From Karl Eichwalder <ke@suse.de>.
7186 2001-06-23  Richard M. Stallman  <rms@gnu.org>
7188         * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
7190         * progmodes/cc-styles.el (c-set-style): Don't specify initial
7191         contents for completing-read.
7193 2001-06-22  Richard M. Stallman  <rms@gnu.org>
7195         * menu-bar.el (menu-bar-make-toggle): Construct the
7196         function's doc string from HELP, not DOC, and make it accurate by
7197         adding "Toggle whether to " at the front and downcasing the initial.
7198         Change the HELP arg in some calls to make it fit this usage.
7200         * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
7201         Undo previous change.
7203 2001-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
7205         * indent.el (indent-relative-maybe, indent-relative): Doc fix.
7207         * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
7209 2001-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
7211         * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
7213         * dabbrev.el (dabbrev--select-buffers): Fix last change.
7215 2001-06-20  Richard M. Stallman  <rms@gnu.org>
7217         * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
7218         broken out from dabbrev--find-expansion.  Handle minibuffer
7219         specially here.
7220         (dabbrev--find-expansion): Simplify code in various ways.
7221         Don't treat minibuffers specially.
7222         Call dabbrev--make-friend-buffer-list.
7223         (dabbrev--select-buffers): Don't treat minibuffers specially.  Simplify.
7224         (dabbrev--scanning-message): Do nothing when minibuffer is current.
7226 2001-06-19  John Wiegley  <johnw@gnu.org>
7228         * eshell/eshell.el: Don't load in esh-util if it's already loaded.
7229         Also, added a comment describing how to greatly speedup Eshell
7230         loadup time, by concatenating together all of Eshell's .elc files.
7232 2001-06-19  John Wiegley  <johnw@gnu.org>
7234         * eshell/esh-mode.el: Disabled a test that often yields false failures.
7236 2001-06-19  Eli Zaretskii  <eliz@is.elta.co.il>
7238         * woman.el (WoMan-highlight-references): Add help-echo to
7239         mouse-highlighted text.
7241 2001-06-18  Stefan Monnier  <monnier@cs.yale.edu>
7243         * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
7245 2001-06-18  Gerd Moellmann  <gerd@gnu.org>
7247         * international/quail.el (quail-start-conversion):
7248         Reset quail-translating to nil.
7250         * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
7251         bound.  Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
7253 2001-06-18  Eli Zaretskii  <eliz@is.elta.co.il>
7255         * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
7256         mouse-highlighted text.
7258         * dired.el (dired-mark-pop-up): Fix last change.
7260 2001-06-17  Eli Zaretskii  <eliz@is.elta.co.il>
7262         * calendar/calendar.el (generate-calendar-month): Add help-echo to
7263         mouse-highlighted text.
7265         * net/quickurl.el (quickurl-url-file): Run through
7266         convert-standard-filename.
7267         (quickurl-list-populate-buffer): Add help-echo to
7268         mouse-highlighted text.
7269         (top-level): Update Dave's URL.
7271         * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
7272         mouse-highlighted text.
7274         * textmodes/page-ext.el (pages-copy-header-and-position):
7275         Add help-echo to mouse-highlighted text.
7277         * tar-mode.el (tar-header-block-summarize): Add help-echo to
7278         mouse-highlighted text.
7280         * replace.el (occur): Add help-echo to mouse-highlighted text.
7282         * progmodes/sh-script.el (sh-mark-line): Add help-echo to
7283         mouse-highlighted text.
7285         * progmodes/cpp.el (cpp-make-button): Add help-echo to
7286         mouse-highlighted text.
7288         * progmodes/compile.el (compile-reinitialize-errors):
7289         Add help-echo to mouse-highlighted messages.
7290         (compilation-forget-errors): Remove help-echo property as well.
7292         * play/landmark.el (lm-plot-square, lm-init-display):
7293         Add help-echo to mouse-highlighted text.
7295         * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
7296         Add help-echo to mouse-highlighted text.
7298         * dired.el (dired-insert-set-properties): Add help-echo to
7299         mouse-highlighted text.
7300         (dired-mark-pop-up): Remove help-echo property from the file name.
7302         * comint.el (comint-send-input): Add help-echo to
7303         mouse-highlighted text.
7305         * buff-menu.el (list-buffers-noselect): Add help-echo to
7306         mouse-highlighted text.
7308         * arc-mode.el (archive-summarize-files): Add help-echo to
7309         mouse-highlighted text.
7311         * ffap.el (ffap-machine-p): Always return nil if
7312         open-network-stream is not fboundp.
7314 2001-06-17  Stefan Monnier  <monnier@cs.yale.edu>
7316         * textmodes/sgml-mode.el: Move `provide' to the end.  Update copyright.
7317         (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
7318         Bind the latin-1 charset-char to sgml-maybe-name-self rather than
7319         incorrectly binding chars between 128 and 256 to it.
7320         (sgml-maybe-name-self): Handle latin-1 chars properly.
7321         (sgml-tags-invisible): Bind buffer-file-name to nil.
7322         Use unwind-protect and restore-buffer-modified-p.
7323         (sgml-point-entered): Use buffer-substring-no-properties.
7324         (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
7325         (html-mode): Don't force `imenu-sort-function'.
7327 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
7329         * tar-mode.el: Fix the copyright notice.
7331         * font-lock.el (font-lock-comment-face): For tty's with dark
7332         background, use "red1", since "lightred" is not one of the colors
7333         recognized by tty-colors.el.
7335         * tar-mode.el (tar-extract): Call generate-new-buffer-name to
7336         create a buffer for extracted file, in case there's more than one
7337         file by that name in an archive, possibly in different
7338         directories.  From Kevin Rodgers <kevinr@ihs.com>.
7340         * format.el (format-alist): Doc fix.  Suggested by Alex Schroeder
7341         <alex@gnu.org>.
7343 2001-06-15  Miles Bader  <miles@gnu.org>
7345         * textmodes/texinfmt.el (texinfo-format-syntax-table):
7346         Revert previous change.
7348 2001-06-14  Richard M. Stallman  <rms@gnu.org>
7350         * replace.el (keep-lines-read-args): Return just a regexp.
7351         Provide nil for the region args.
7352         (keep-lines, flush-lines, how-many):
7353         Calculate the defaults for the region here, when args are nil.
7355 2001-06-14  Eli Zaretskii  <eliz@is.elta.co.il>
7357         * rot13.el (rot13-other-window): Some more doc fix.
7359 2001-06-14  Per Starback  <starback@ling.uu.se>
7361         * replace.el (case-replace, query-replace-from-history-variable)
7362         (query-replace-to-history-variable, keep-lines-read-args)
7363         (occur-revert-function, query-replace-help): Dox fix.
7365 2001-06-14  Eli Zaretskii  <eliz@is.elta.co.il>
7367         * rot13.el (rot13-other-window): Doc fix.
7369 2001-06-14  Miles Bader  <miles@gnu.org>
7371         * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
7372         of " and \ to "." (punctuation).
7373         * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
7375 2001-06-13  Richard M. Stallman  <rms@gnu.org>
7377         * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
7379         * simple.el (shell-command-on-region): Never kill the
7380         *Shell Command Output* buffer.
7382 2001-06-13  Stefan Monnier  <monnier@cs.yale.edu>
7384         * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
7386 2001-06-10  Stefan Monnier  <monnier@cs.yale.edu>
7388         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
7389         New var, to recognize ${ $' and PODs.
7390         (perl-font-lock-syntactic-face-function): New function.
7391         (perl-mode): Use them.
7392         (perl-continuation-line-p): New function, from perl-calculate-indent.
7393         (perl-calculate-indent): Use it, to properly handle continuation
7394         lines of continuation lines.
7396 2001-06-10  Eli Zaretskii  <eliz@is.elta.co.il>
7398         * server.el (server-process, server-buffer-clients): Doc fix.
7399         From Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>.
7401 2001-06-09  John Wiegley  <johnw@gnu.org>
7403         * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
7404         test if the last command was Lisp or not.
7405         (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
7406         B x C".
7408 2001-06-08  Eli Zaretskii  <eliz@is.elta.co.il>
7410         * dos-w32.el (grep-regexp-alist): Remove definition, since the
7411         general one on compile.el supports drive letters.
7413 2001-06-08  Carsten Dominik  <dominik@strw.leidenuniv.nl>
7415         * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
7416         key description.
7418         * textmodes/reftex-sel.el (reftex-select-jump): New command.
7420         * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
7421         (reftex-toc-jump): New command.
7423         * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
7424         to parse international characters as well.
7426         * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
7427         `reftex-fancyref-fref', `reftex-fancyref-Fref'.
7429         * textmodes/reftex-vars.el: Protect single backslash in docstrings.
7431         * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
7432         TAB to the key separators.
7434 2001-06-07  Eli Zaretskii  <eliz@is.elta.co.il>
7436         * international/mule.el (auto-coding-alist): Remove redundant
7437         up-cased versions of the extensions (auto-coding-alist-lookup is
7438         case-insensitive where needed).  Recognize .gz, .Z, .bz, .bz2, and
7439         .gpg files as binary.  Suggested by Karl Berry <karl@gnu.org>.
7441 2001-06-05  Eli Zaretskii  <eliz@is.elta.co.il>
7443         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
7445 2001-06-01  Richard M. Stallman  <rms@gnu.org>
7447         * help.el (describe-variable): Put value on same line
7448         with preceding text, if it is short enough to look good that way.
7450 2001-06-01  Eli Zaretskii  <eliz@is.elta.co.il>
7452         * term/internal.el (IT-unicode-translations): New variable.
7453         (IT-setup-unicode-display): New function.
7455 2001-06-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7457         * ps-print.el: Handle before-string and after-string overlay properties
7458         in ps-print-*-with-faces commands.  Doc fix.
7459         (ps-print-version): New version number (6.5.2).
7460         (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
7461         for XEmacs.
7462         (ps-prefix-quote): Doc fix.
7463         (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
7464         (ps-basic-plot-str, ps-plot-string): New funs.
7466 2001-05-31  Stefan Monnier  <monnier@cs.yale.edu>
7468         * progmodes/etags.el (tags-compression-info-list): Fix docstring
7469         and :type spec.
7471 2001-05-31  Gerd Moellmann  <gerd@gnu.org>
7473         * international/mule-cmds.el (inactivate-input-method):
7474         Set input-method-function to nil.
7476         * xml.el (xml-parse-tag): The document may contain invalid characters.
7477         From ShengHuo ZHU  <zsh@cs.rochester.edu>
7479 2001-05-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
7481         * mail/rmailsum.el (rmail-message-subject-p): Don't call
7482         `rmail-summary-line-decoder' if the message does not have
7483         a Subject: field.
7485         * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
7487         * mail/rmail.el (rmail-insert-mime-resent-message-function):
7488         New variable.
7489         (rmail-resend): Modify to work in `rmail-view-buffer'; call
7490         `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
7491         is non-nil.
7493 2001-05-30  Stefan Monnier  <monnier@rum.cs.yale.edu>
7495         * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
7497 2001-05-29  Sam Steingold  <sds@gnu.org>
7499         * faces.el (face-valid-attribute-values): Bind `valid' directly
7500         instead of using `setq'.
7502         * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
7503         Use `tex-shell-buf'.
7504         (tex-shell-proc): Use `tex-shell-running'.
7505         (tex-shell-buf-no-error): New function.
7506         (tex-send-tex-command): Use it.
7507         (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
7508         (tex-kill-job): Check the process before calling `quit-process'.
7510 2001-05-29  Gerd Moellmann  <gerd@gnu.org>
7512         * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
7513         UTF-8 sequences.
7515 2001-05-28  Miles Bader  <miles@gnu.org>
7517         * comint.el (comint-carriage-motion): Renamed from
7518         `comint-cr-magic'.  Operate on the buffer instead of the string
7519         (for use as a comint post-output filter, instead of as a
7520         pre-output filter).  Handle backspaces too.  Add to the
7521         `comint-output-filter-functions' hook instead of
7522         `comint-preoutput-filter-functions'.
7524 2001-05-28  Gerd Moellmann  <gerd@gnu.org>
7526         * language/japan-util.el (japanese-hankaku): Prefer the charset
7527         `jisx0201' when the optional argument `ascii-only' is not specified.
7528         (japanese-hankaku-region): Ditto.
7529         From Katsumi Yamaoka <yamaoka@jpl.org>
7531 2001-05-28  Stefan Monnier  <monnier@cs.yale.edu>
7533         * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
7534         (outline-invisible-p): New function.
7535         (hide-leaves): Save excursion.
7536         (hide-other): Stop looping when reaching bobp.
7538 2001-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
7540         * cus-edit.el (custom-file): Fix last change.
7542 2001-05-27  Stefan Monnier  <monnier@cs.yale.edu>
7544         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
7545         same definition in byte-compile-function-environment as `autoload'
7546         would put in `symbol-function'.
7548         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
7549         patch to correct the error message as well.
7551 2001-05-27  Eli Zaretskii  <eliz@is.elta.co.il>
7553         * cus-edit.el (custom-file): Don't assume we were invoked with -q
7554         unless ~/.emacs exists.
7556         * novice.el (enable-command): If user-init-file is nil or does not
7557         exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
7559 2001-05-25  Stefan Monnier  <monnier@cs.yale.edu>
7561         * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
7562         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
7563         Allow spaces around macro arguments.
7564         (tex-mode-map): Inherit from text-mode-map, but rebind \t to
7565         indent-for-tab-command.
7566         (latex-mode-map, plain-tex-mode-map): New keymaps.
7567         Inherit from tex-mode-map.
7568         (tex-common-initialization): Don't setup the keymap any more
7569         since it's now done right by define-derived-mode.
7570         (latex-mode): Set skeleton-end-hook to nil.
7571         (latex-skeleton-end-hook): Remove.
7572         (tex-latex-block, latex-insert-item): Simplify.
7573         (latex-syntax-after): Use following-char rather than char-after.
7574         (tex-discount-args-cmds, tex-count-words): New functions.
7576         * textmodes/tildify.el (tildify-ignored-environments-alist):
7577         Recognize \verb* as well.
7579         * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
7580         (perl-comment-indent): Simplify to let newcomment.el do its job.
7581         (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
7582         (perl-mark-function): Cleanup the namespace.
7583         (perl-calculate-indent): Don't be fooled by nested functions.
7585         * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
7587         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
7588         Fix the arg of `load'.  From Dave Love <fx@gnu.org>.
7590 2001-05-25  Andrew Choi  <akochoi@i-cable.com>
7592         * international/titdic-cnv.el (ctlau-gb-converter): `\' should
7593         actually be `\\'.
7594         (ctlau-b5-converter): Likewise.
7596 2001-05-24  Andrew Choi  <akochoi@i-cable.com>
7598         * international/titdic-cnv.el (quail-misc-package-ext-info):
7599         Change CTLauB.el to CTLau-b5.el.
7601 2001-05-23  Stefan Monnier  <monnier@cs.yale.edu>
7603         * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
7604         rather than beginning-of-line to avoid problems with fields.
7605         (gud-perldb-massage-args): Use unless and push.
7606         (gud-chdir-before-run): New var.
7607         (gud-common-init): Use it.
7609 2001-05-24  Andrew Choi  <akochoi@i-cable.com>
7611         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
7612         delete entries for chinese-ctlau and chinese-ctlaub.
7613         (quail-misc-package-ext-info): Add entries for chinese-ctlau and
7614         chinese-ctlaub.
7615         (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
7616         New functions.
7618 2001-05-22  Gerd Moellmann  <gerd@gnu.org>
7620         * cus-edit.el (custom-comment-show): Remove debug code.
7622         * language/japan-util.el (japanese-symbol-table): Fix handling of
7623         Japanese long tone sign.  From Kenichi Handa <handa@etl.go.jp>.
7625 2001-05-21  Stefan Monnier  <monnier@cs.yale.edu>
7627         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
7628         Renamed by removing the silly `-flag' suffix.
7629         (diff-mode, diff-minor-mode, diff-find-source-location): Update.
7631 2001-05-20  Stefan Monnier  <monnier@cs.yale.edu>
7633         * replace.el (keep-lines-read-args): Use `copy-marker'.
7634         (how-many): Save excursion properly.
7635         (occur-mode): Use define-derived-mode.
7636         (perform-replace): Use with-current-buffer.
7638 2001-05-20  Richard M. Stallman  <rms@gnu.org>
7640         * play/landmark.el (lm): Use "p" not "P" for interactive spec.
7642         * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
7644         * info.el (Info-read-subfile): Widen before finding the
7645         desired node in the subfile.
7647         * startup.el (command-line-1): When >2 files visited,
7648         leave the last one visible, and make that the selected window.
7650 2001-05-20  Gerd Moellmann  <gerd@gnu.org>
7652         * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
7654 2001-05-20  Eli Zaretskii  <eliz@is.elta.co.il>
7656         * international/ccl.el (define-ccl-program): Fix a typo.
7657         From Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>.
7659         * international/mule.el (decode-char): Fix a typo.  From Pavel
7660         Jan\e,Am\e(Bk <Pavel@Janik.cz>.
7662         * textmodes/artist.el (artist-mode): Fix a typo.  From Pavel
7663         Jan\e,Am\e(Bk <Pavel@Janik.cz>.
7665         * frame.el (automatic-hscrolling): Fix a typo.  From Pavel
7666         Jan\e,Am\e(Bk <Pavel@Janik.cz>.
7668 2001-05-18  Sam Steingold  <sds@gnu.org>
7670         * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
7671         and [RET] to `cvs-mode-find-file'.
7673 2001-05-18  John Wiegley  <johnw@gnu.org>
7675         * eshell/esh-ext.el (eshell-explicit-command-char): A new
7676         configuration variable, which determines the initial character
7677         that forces use of an external version of a command.  The default
7678         is *, but may be set to \, for example.
7680         * eshell/esh-ext.el (eshell-explicit-command):
7681         Use `eshell-explicit-command-char' instead of ?*.
7683         * eshell/esh-cmd.el (eshell/which):
7684         Use `eshell-explicit-command-char' instead of ?*.
7686         * eshell/em-cmpl.el (eshell-completion-command-name)
7687         (eshell-complete-commands-list): Use `eshell-explicit-command-char'
7688         instead of ?*.
7690 2001-05-18  Gerd Moellmann  <gerd@gnu.org>
7692         * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
7693         subst-char-in-string.
7694         (ange-ftp-after-parse-ls-hook): New variable.
7695         (ange-ftp-ls): Run that hook.
7696         From Peter Milliken <Peter.Milliken@GTECH.COM>.
7698         * tmm.el (tmm-get-keymap): Fix handling of :filter.
7699         (tmm-add-prompt): Bind buffer-read-only to nil when inserting
7700         text into *Completions*.
7702         * net/goto-addr.el (goto-address-at-point): Deal with URLs
7703         part of which look like email addresses.
7705 2001-05-18  Andrew Innes  <andrewi@gnu.org>
7707         * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
7708         Use . instead of absolute path for lisp dir, to avoid bug in W2K
7709         cmd.exe's handling of FOR loops.
7710         (autoloads): Set find-file-suppress-same-file-warnings to t to
7711         avoid slew of spurious messages.
7713 2001-05-18  Simon Josefsson  <simon@josefsson.org>
7715         * mail/smtpmail.el (maybe-append-domain): Renamed to
7716         `smtpmail-maybe-append-domain'.
7717         (smtpmail-via-smtp): Use the new name.
7719         * net/browse-url.el (browse-url-browser-function): Add kde.
7720         (browse-url-kde-program, browse-url-kde-args): New variables.
7721         (browse-url-kde): New function.
7723 2001-05-18  Miles Bader  <miles@gnu.org>
7725         * simple.el (delete-horizontal-space, just-one-space):
7726         Use `constrain-to-field' instead of `field-end'/`field-beginning',
7727         because it's more efficient for large files.
7729 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
7731         * mail/rmail.el (rmail-require-mime-maybe): New function.
7732         (rmail): Use it.
7733         (rmail-mode): Handle the case of finding Rmail files.
7735         * emacs-lisp/elp.el (elp-instrument-function): Handle advised
7736         functions.
7738 2001-05-17  Stefan Monnier  <monnier@cs.yale.edu>
7740         * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
7741         text-property after moving to the beginning of line and regardless
7742         of the value of font-lock-multiline.
7744 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
7746         * startup.el (fancy-splash-screens): Ignore events on the mode-line.
7748         * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
7749         last coding system used before calling set-buffer-modified-p
7750         because that function changes last-coding-system.
7752 2001-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
7754         * files.el (switch-to-buffer-other-window)
7755         (switch-to-buffer-other-frame): Add an xref to display-buffer in
7756         the doc string.
7758 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
7760         * language/slovak.el, language/czech.el: New maintainer.
7762 2001-05-16  Sam Steingold  <sds@gnu.org>
7764         * emacs-lisp/cl-indent.el (toplevel): Indent the :method
7765         sub-form of `defgeneric' correctly.
7767 2001-05-16  Gerd Moellmann  <gerd@gnu.org>
7769         * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
7770         of `c'.
7772         * textmodes/outline.el (outline-font-lock-level): Remove the
7773         condition-case, test what outline-level returns instead, to
7774         ease debugging.
7776         * international/mule.el (auto-coding-regexp-alist): New user-option.
7777         (auto-coding-from-file-contents): New function.
7778         (set-auto-coding): Use it to determine a coding system.
7780 2001-05-15  Gerd Moellmann  <gerd@gnu.org>
7782         * mouse.el (mouse-delete-other-windows): Doc fix.
7784         * emacs-lisp/lisp-mode.el (lisp-mode):
7785         Make font-lock-keywords-case-fold-search a buffer-local variable with
7786         make-local-variable before setting it.
7788 2001-05-14  Eli Zaretskii  <eliz@is.elta.co.il>
7790         * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
7791         prefixes.
7793 2001-05-14  Gerd Moellmann  <gerd@gnu.org>
7795         * hexl.el (hexl-current-address): Print a message when called
7796         interactively.
7798 2001-05-11  Stefan Monnier  <monnier@cs.yale.edu>
7800         * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
7802         * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
7804         * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
7806 2001-05-11  Gerd Moellmann  <gerd@gnu.org>
7808         * startup.el (command-line): If parameters have been changed in
7809         the init files which influence font selection, clear the face
7810         cache so that faces get realized with the new parameters.
7812         * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
7814 2001-05-10  Stefan Monnier  <monnier@cs.yale.edu>
7816         * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
7818 2001-05-10  Eli Zaretskii  <eliz@is.elta.co.il>
7820         * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
7821         unibyte.  Suggested by Kenichi Handa <handa@etl.go.jp>.
7823 2001-05-10  Gerd Moellmann  <gerd@gnu.org>
7825         * net/browse-url.el (browse-url-filename-alist): Allow UNC file
7826         names for MS-Windows and MS-DOS.  From Dan Holmsand <dan@eyebee.com>.
7828 2001-05-09  John Wiegley  <johnw@gnu.org>
7830         * eshell/esh-util.el (eshell-convert-numeric-arguments):
7831         Annotated the documentation string to tell users about
7832         `eshell-no-numeric-conversions'.
7834         * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
7835         conversions if a Lisp function has the property
7836         `eshell-no-numeric-conversions' set to a non-nil value.
7838         * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
7839         eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
7840         property `eshell-no-numeric-conversions' on the following
7841         functions (which all deal with filesystem entities, and never Lisp
7842         numerical values): eshell/cd, eshell/pushd, eshell/popd,
7843         eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
7844         eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
7845         eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
7846         eshell/which, eshell/addpath.
7848 2001-05-09  John Wiegley  <johnw@gnu.org>
7850         * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
7851         encountered as an argument, don't convert it right away, but tag
7852         the first character of the string with the text properties
7853         `number', which signifies to `eshell-lisp-command' that the
7854         argument should be passed through `string-to-number' if it is
7855         actually used in the call to a Lisp function.
7857         * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
7858         function, convert any string arguments that have been tagged as
7859         "numbers", by calling string-to-number.
7861         * eshell/esh-util.el (eshell-number-regexp): Now that number
7862         conversions only happen for Lisp function calls, the number regexp
7863         should now match all integer and floating point forms.
7865         * eshell/esh-proc.el: Disable `eshell-stop-process' and
7866         `eshell-continue-process', since they are both nonfunctional at
7867         the moment.
7868         (eshell-proc-initialize): Don't bind keys for
7869         `eshell-stop-process' or `eshell-continue-process'.
7871         * eshell/em-unix.el (eshell-shuffle-files):
7872         Apply `directory-file-name' before calling `file-name-directory'.
7874         * eshell/em-hist.el (eshell-add-to-history): Reference to
7875         `eshell-history-ring' needed to be `eshell-history-index'.
7877         * calendar/timeclock.el (timeclock-find-discrep):
7878         Initialize `elapsed' to 0.
7879         (timeclock-find-discrep): Set `timeclock-last-event-workday' if
7880         it's still nil.
7882 2001-05-09  Stefan Monnier  <monnier@cs.yale.edu>
7884         * arc-mode.el (archive-int-to-mode): Construct the string directly.
7885         (archive-mode): Use capitalize.
7886         (archive-unique-fname): Use make-temp-file.
7888 2001-05-09  Gerd Moellmann  <gerd@gnu.org>
7890         * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
7892 2001-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
7894         * tar-mode.el (tar-extract): Pay attention to the value of
7895         coding-system-for-read, if it is non-nil.
7897         * calendar/holidays.el (holidays): Add an autoload cookie.
7898         From Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>.
7900 2001-05-08  John Wiegley  <johnw@gnu.org>
7902         * calendar/timeclock.el (timeclock-workday-remaining):
7903         Changed logic for determining how much time is remaining.
7904         (timeclock-workday-elapsed): Don't accept a "relative" argument
7905         for the current day's elapsed time.  What could that have meant?
7906         (timeclock-workday-elapsed-string): No "relative" argument anymore.
7907         (timeclock-when-to-leave): Changed logic, similarly to what was
7908         done for `timeclock-workday-remaining'.
7909         (timeclock-find-discrep): Removed "today-only" argument, which had
7910         no meaning.  Fixed some more math problems.  The function now
7911         returns a three member list: (TOTAL-TIME-DISCREPANCY
7912         TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
7914 2001-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
7916         * w32-fns.el (convert-standard-filename): Start replacing slashes
7917         from the beginning of the file name, not from where the last
7918         invalid character was.  From "Andrew Maguire (SWW)"
7919         <Andrew.Maguire@Smallworld.co.uk>
7921 2001-05-07  MORIOKA Tomohiko  <tomo@m17n.org>
7923         The following changes are to provide infrastructure for handling
7924         MIME messages to rmail.  They don't affect the original behaviour
7925         if rmail-enable-mime is nil.
7927         * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
7928         (rmail-search-mime-message-function)
7929         (rmail-search-mime-header-function): New variables.
7930         (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
7931         (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
7932         `rmail-view-buffer' is hidden.
7933         (rmail-toggle-header): Likewise.  If rmail-enable-mime is non-nil,
7934         call rmai-show-mime-function.
7935         (rmail-display-labels): If rmail-enable-mime is non-nil, update
7936         mode-line-process of rmail-view-buffer.
7937         (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
7938         (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
7939         buffer.
7940         (rmail-next-message, rmail-next-undeleted-message): Be sure to
7941         set-buffer to the Rmail buffer.
7942         (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
7943         rmail-search-mime-header-function.
7944         (rmail-search-message): New function.
7945         (rmail-search): Call rmail-search-message to check if a message
7946         matches REGEXP, lastly update point after calling
7947         rmail-show-message.
7948         (rmail-undelete-previous-message, rmail-expunge-confirmed)
7949         (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
7950         (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
7951         header region, refer to rmail-msgref-vector while setting the
7952         current buffer to rmail-buffer temporarily.
7953         (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
7954         If rmail-enable-mime is non-nil, call
7955         rmail-insert-mime-forwarded-message-function instead of inserting
7956         forwarded message by itself.
7958         * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
7959         Rmail buffer.
7960         (rmail-set-label, rmail-next-labeled-message): Likewise.
7962         * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
7963         set-buffer to the Rmail buffer.
7964         (rmail-output-to-rmail-file): Likewise.
7965         (rmail-output): Likewise.
7967         * mail/rmailsum.el (rmail-message-subject-p): Process the result
7968         of mail-fetch-field by rmail-summary-line-decoder.
7969         (rmail-new-summary): Be sure to go to the Rmail buffer.
7970         If rmail-enable-mime is non-nil, set rmail-summary-buffer of
7971         rmail-view-buffer to nil.
7972         (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
7973         rmail-view-buffer.
7974         (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
7975         rmail-buffer.
7976         (rmail-summary-scroll-msg-down): Likewise.
7977         (rmail-summary-beginning-of-message): Likewise.
7978         (rmail-summary-wipe): Likewise.
7979         (rmail-summary-toggle-header): Use save-window-excursion, not
7980         save-excursion.  Update point in rmail-view-buffer, not in
7981         rmail-buffer.
7982         (rmail-summary-reply): Before calling rmail-reply, set buffer to
7983         rmail-view-buffer, not rmail-buffer.
7985 2001-05-07  Gerd Moellmann  <gerd@gnu.org>
7987         * cus-edit.el (custom-file): Signal an error if user-init-file is
7988         nil (running -q).
7990         * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
7992         * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
7993         Add :version.
7995         * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
7996         New option.
7997         (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
7998         only if smtpmail-warn-about-unknown-extensions is set.
8000         * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
8001         instead of rmail-sort-by-keywords.
8003         * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
8004         rmail-sort-by-keywords.
8006         * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
8007         rmail-summary-sort-by-keywords.  Doc fix.
8008         (rmail-summary-mode): Doc fix.
8010         * mail/rmail.el (rmail-edit): New Custom group.
8012         * mail/rmailedit.el (rmail-edit-mode): Doc fix.
8013         (rmail-edit-mode-hook): New user-option.
8015 2001-05-05  Richard M. Stallman  <rms@gnu.org>
8017         * help.el (help-xref-symbol-regexp): Recognize "source of"
8018         and friends, meaning make a link to the source file.
8019         (help-make-xrefs): Handle "source of" and friends
8020         by constructing a link that visits the source file.
8022         * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
8024 2001-05-04  Stefan Monnier  <monnier@cs.yale.edu>
8026         * progmodes/cperl-mode.el (cperl-font-lock-keywords)
8027         (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
8028         Renamed from perl-font-lock-keywords to avoid clashes.
8029         (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
8030         (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
8031         Updated correspondingly.
8033         * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
8034         Typo `nonexistant' -> `nonexistent'.
8036 2001-05-04  Martin Stjernholm  <bug-cc-mode@gnu.org>
8038         * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
8039         Split `c-electric-delete' into two functions where
8040         `c-electric-delete-forward' always deletes forward and
8041         `c-electric-delete' only contains the code necessary for XEmacs to
8042         choose between backward and forward deletion.
8044         * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
8045         get the electric behavior on that key too.
8046         (c-fill-paragraph): Fixed bogus direct use of
8047         c-comment-prefix-regexp, which caused an error when it's a list.
8049 2001-05-03  Eli Zaretskii  <eliz@is.elta.co.il>
8051         * dired-aux.el (dired-diff): Doc fix.
8053         * dired.el (dired-diff): Likewise.
8055 2001-05-03  Eli Zaretskii  <eliz@is.elta.co.il>
8057         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
8059 2001-05-02  Stefan Monnier  <monnier@cs.yale.edu>
8061         * vc.el (vc-next-action-on-file): Only force buffer+file to writable
8062         if both the buffer and the file are read-only.
8064         * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
8065         rather than font-lock-string-face.
8066         (sh-get-indent-info): Treat heredocs like strings.
8068 2001-05-02  Gerd Moellmann  <gerd@gnu.org>
8070         * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
8071         a newline following `}'.
8072         (texinfo-format-email): New function.
8073         (toplevel): Use texinfo-format-email for @email.
8074         (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
8075         Add `display'.
8076         (texinfo-sort-region): Goto point-min before sorting.
8077         (texinfo-set): Remove leading white space from value.
8078         From yagi@is.titech.ac.jp.
8080         * replace.el (query-replace-regexp-eval): Doc fix.
8082 2001-05-01  Stefan Monnier  <monnier@cs.yale.edu>
8084         * diff-mode.el (diff-nonexistant-face): New face.
8085         (diff-font-lock-keywords): Use it.
8087 2001-04-30  Eli Zaretskii  <eliz@is.elta.co.il>
8089         * font-lock.el (font-lock-mode): Doc fix.
8091         * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
8092         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
8094 2001-04-30  Gerd Moellmann  <gerd@gnu.org>
8096         * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
8097         backslash at the start of the here-document delimiter.
8098         (sh-font-lock-syntactic-keywords): Likewise.
8100         * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
8102 2001-04-29  Eli Zaretskii  <eliz@is.elta.co.il>
8104         * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
8105         (tty-color-translate, tty-color-by-index, tty-color-values)
8106         (tty-color-desc): Doc fix.
8108 2001-04-27  Eli Zaretskii  <eliz@is.elta.co.il>
8110         * dired-aux.el (dired-do-create-files, dired-do-copy)
8111         (dired-do-symlink, dired-do-hardlink, dired-do-rename):
8112         Mention dired-dwim-target in the doc string.
8114 2001-04-28  Miles Bader  <miles@gnu.org>
8116         * dabbrev.el (dabbrev--ignore-buffer-p): New function.
8117         (dabbrev--find-expansion): Use it.
8118         (dabbrev--select-buffers): Don't select ignored buffers.
8120 2001-04-27  Gerd Moellmann  <gerd@gnu.org>
8122         * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
8124 2001-04-26  Richard M. Stallman  <rms@gnu.org>
8126         * dabbrev.el: Add doc strings for some functions.
8127         (dabbrev--eliminate-newlines): New variable.
8128         (dabbrev--substitute-expansion): Convert newlines to spaces
8129         if dabbrev--eliminate-newlines is set.
8130         If abbrev and expansion are both all-lower-case,
8131         leave dabbrev--last-case-pattern nil.
8133 2001-04-26  Gerd Moellmann  <gerd@gnu.org>
8135         * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
8136         if necessary, like in rmail-show-message.
8138 2001-04-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8140         * ps-print.el: Color specified by number is forced to be float number.
8141         (ps-print-version): New version number (6.5.1.1).
8142         (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
8143         initialization.
8144         (ps-prefix-quote): New internal var.
8145         (ps-print-quote): New fun.
8146         (ps-setup, ps-output-frame-properties, ps-float-format)
8147         (ps-format-color): Code fix.
8148         (ps-plot-region): Eliminate redundant foreground color text setting.
8150 2001-04-26  Eli Zaretskii  <eliz@is.elta.co.il>
8152         * dabbrev.el (dabbrev--select-buffers): Add a doc string.
8154 2001-04-25  Gerd Moellmann  <gerd@gnu.org>
8156         * faces.el (tty-handle-reverse-video): Don't set inverse-video.
8158 2001-04-25  Eli Zaretskii  <eliz@is.elta.co.il>
8160         * info.el (Info-additional-directory-list): Doc fix.
8162         * find-lisp.el (find-lisp-find-dired-filter)
8163         (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
8164         Add autoload cookies.  From Richard Y. Kim <ryk@dspwiz.com>.
8166 2001-04-25  Stefan Monnier  <monnier@cs.yale.edu>
8168         * progmodes/make-mode.el (makefile-font-lock-keywords):
8169         Rationalize the rules for includes and conditionals and use the
8170         keyword face for them.
8172         * faces.el (modify-face): Add compatibility for non-interactive use.
8174 2001-04-24  John Wiegley  <johnw@gnu.org>
8176         * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
8177         fix from last night, since it wasn't finding eshell/cd.
8179 2001-04-24  Gerd Moellmann  <gerd@gnu.org>
8181         * rect.el (string-rectangle): Revert to 20.x behaviour.
8182         (replace-rectangle): Make it an alias for string-rectangle.
8183         (string-insert-rectangle): New function.
8185 2001-04-23  John Wiegley  <johnw@gnu.org>
8187         * eshell/em-unix.el (eshell/diff): Fixed problems that were
8188         occurring with Emacs 21's diff.el/compile.el interaction layer.
8190 2001-04-23  Colin Walters  <walters@cis.ohio-state.edu>
8192         * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
8193         case where the function was defined in a file, but not part of an
8194         eshell module.
8196 2001-04-23  John Wiegley  <johnw@gnu.org>
8198         * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
8199         code to work around a redisplay problem I've been having.
8201 2001-04-23  John Wiegley  <johnw@gnu.org>
8203         * calendar/timeclock.el (timeclock-day-required): If the time
8204         required for a particular day is not set, use `timeclock-workday'.
8205         (timeclock-find-discrep): Added some sample code in a comment.
8207         * eshell/eshell.el (eshell-command): Made a few changes so that
8208         `eshell-command' could be called programmatically.
8210         * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
8212         * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
8214 2001-04-23  John Wiegley  <johnw@gnu.org>
8216         * calendar/timeclock.el: Updated copyright.
8217         (timeclock-generate-report): Don't report the daily or two-week
8218         total, if no time has been worked in that period.
8219         (timeclock-find-discrep): Moved call to `file-readable-p'; removed
8220         final computational form, which was unnecessary; corrected a
8221         parsing problem when timeclock-relative was nil.
8223 2001-04-23  Kahlil Hodgson <kahlil@discus.anu.edu.au>
8225         * calendar/timeclock.el (timeclock-modeline-display): Check if
8226         `list-entry' is null.
8227         (timeclock-use-display-time): The first argument to `set-variable'
8228         must be a symbol.
8230 2001-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
8232         * calendar/calendar.el (diary-entry-marker)
8233         (calendar-today-marker, calendar-holiday-marker):
8234         Use display-color-p instead of window-system.
8235         (calendar-mode-map, calendar-mode): Use display-popup-menus-p
8236         instead of window-system.
8237         (calendar-hide-window): Use display-multi-frame-p instead of
8238         window-system.
8240         * calendar/cal-x.el (calendar-two-frame-setup)
8241         (calendar-only-one-frame-setup, calendar-one-frame-setup):
8242         Use display-multi-frame-p instead of window-system.
8244 2001-04-23  Gerd Moellmann  <gerd@gnu.org>
8246         * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
8248         * textmodes/ispell.el, emacs-lisp/checkdoc.el,
8249         * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
8251 2001-04-23  Alex Schroeder  <alex@gnu.org>
8253         * goto-addr.el: Instead of defining line-beginning-position and
8254         line-end-position a defalias is used for point-at-bol and point-at-eol.
8256 2001-04-23  Alex Schroeder  <alex@gnu.org>
8258         * goto-addr.el: Added XEmacs compatibility code.
8259         (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
8261 2001-04-22  Eli Zaretskii  <eliz@is.elta.co.il>
8263         * textmodes/paragraphs.el (sentence-end): Doc fix.
8265 2001-04-20  Alex Schroeder  <alex@gnu.org>
8267         * sql.el (sql-escape-newlines-and-send): New function.
8268         (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
8270 2001-04-20  Alex Schroeder  <alex@gnu.org>
8272         * sql.el (sql-db2-program): New option.
8273         (sql-db2-options): New option.
8274         (sql-db2): New function.
8276 2001-04-20  Alex Schroeder  <alex@gnu.org>
8278         * sql.el (sql-mode-menu): Added highlighting entries.
8279         (sql-highlight-oracle-keywords): New function.
8280         (sql-highlight-postgres-keywords): New function.
8281         (sql-highlight-ansi-keywords): New function.
8283 2001-04-20  Alex Schroeder  <alex@gnu.org>
8285         * sql.el (sql-help): Doc change.
8287 2001-04-19  Karl Fogel  <kfogel@collab.net>
8289         * saveplace.el (save-place-alist-to-file): Removed no-effect code
8290         that inserted file content only to delete it immediately.
8291         Probably a cut-and-paste bug.  Thanks to Juanma Barranquero
8292         <lektu@uol.com.br> for the patch.
8294 2001-04-19  Stefan Monnier  <monnier@cs.yale.edu>
8296         * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
8298 2001-04-18  Gerd Moellmann  <gerd@gnu.org>
8300         * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
8301         for defmethod.
8303         * comint.el (comint-cr-magic): New function.
8304         (toplevel): Add it to comint-preoutput-filter-functions.
8306 2001-04-18  Andrew Innes  <andrewi@gnu.org>
8308         * makefile.w32-in (EMACSLOADPATH): Define.
8309         (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
8310         (recompile): Remove stuff to set EMACSLOADPATH.
8312 2001-04-18  Gerd Moellmann  <gerd@gnu.org>
8314         * language/slovak.el ("Slovak"): Add tutorial entry.
8316         * net/browse-url.el (browse-url-new-window-flag): Renamed from
8317         browse-url-new-window-p.
8319 2001-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
8321         * info.el (Info-menu-update): When there are no menus and/or no
8322         cross references in the node, make the respective items of the
8323         Info menu-bar menu inactive.
8325 2001-04-17  Gerd Moellmann  <gerd@gnu.org>
8327         * indent.el (indent-for-tab-command): Call indent-line-function
8328         with no argument if PREFIX-ARG is non-nil.
8330         * frame.el (delete-other-frames): Handle minibuffer-only frames.
8332 2001-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
8334         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
8335         an async subprocess if start-process is unavailable.  Suggested by
8336         Tim Van Holder <tim.van.holder@pandora.be>.
8338 2001-04-15  Eli Zaretskii  <eliz@is.elta.co.il>
8340         * info.el (Info-additional-directory-list): Doc fix.  Suggested by
8341         Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
8343 2001-04-14  Eli Zaretskii  <eliz@is.elta.co.il>
8345         * info.el (Info-file-list-for-emacs): Add an entry for the "info"
8346         manual.
8348 2001-04-13  Stefan Monnier  <monnier@cs.yale.edu>
8350         * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
8351         (cvs-menu): Add a few entries.
8353         * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
8354         (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
8355         lock file appears to be reachable from Emacs.
8356         (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
8357         (cvs-mode-find-file): Look for cvs-header-face rather than
8358         cvs-dirname-face (which doesn't exist).
8359         (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
8361         * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
8363 2001-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
8365         * emulation/pc-select.el (pc-selection-mode): Don't turn on
8366         normal-erase-is-backspace on a tty.  Instead, bind some keys such
8367         as [delete] directly, like pc-select.el did before
8368         normal-erase-is-backspace was invented.
8370 2001-04-12  Eli Zaretskii  <eliz@is.elta.co.il>
8372         * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
8374 2001-04-11  John Wiegley  <johnw@gnu.org>
8376         * eshell/em-ls.el (eshell-ls-insert-directory):
8377         Set font-lock-defaults to nil, to prevent fontification in dired
8378         buffers, if Eshell's ls is being used.
8380 2001-04-11  John Wiegley  <johnw@gnu.org>
8382         * calendar/timeclock.el (timeclock-completing-read): New function.
8383         (timeclock-ask-for-project, timeclock-ask-for-reason):
8384         Call `timeclock-completing-read'.
8386         * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
8387         required where `member' was being used.
8389 2001-04-11  Colin Walters  <walters@cis.ohio-state.edu>
8391         * eshell/em-hist.el (eshell-previous-matching-input):
8392         Don't display "History item" if the minibuffer is active.
8394 2001-04-11  Gerd Moellmann  <gerd@gnu.org>
8396         * startup.el (command-line): Output a newline after printing
8397         an error from loading the window system's init file.
8399 2001-04-11  Eli Zaretskii  <eliz@is.elta.co.il>
8401         * textmodes/texinfo.el (texinfo-font-lock-keywords):
8402         Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
8403         @inforef.  Add an OVERRIDE of `keep' to highlight specs of
8404         keywords whose arguments routinely include @@.
8406 2001-04-10  Gerd Moellmann  <gerd@gnu.org>
8408         * emacs-lisp/advice.el (ad-make-advised-definition):
8409         Construct advice for subrs differently.
8411         * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
8412         regexp in parentheses when building the regexp for searching backwards.
8414         * simple.el (completion-list-mode-finish): New function.
8415         (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
8417         * language/european.el ("Polish"): Change sample text.
8418         From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
8420         * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
8421         parameter.
8423         * faces.el (menu): Doc fix.
8425 2001-04-10  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8427         * ps-print.el: Footer implementation.  Doc fix.
8428         (ps-print-version): New version number (6.5.1).
8429         (ps-header-frame-alist): New customization var for header frame
8430         properties.
8431         (ps-line-number-color): New customization var for line number color.
8432         (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
8433         (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
8434         (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
8435         (ps-right-footer): New customization vars for footers.
8436         (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
8437         footers.
8438         (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
8439         (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
8440         Code fix.
8441         (ps-prologue-file): Indentation fix.
8442         (ps-print-quote): Fun eliminated.
8443         (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
8444         (ps-output-frame-properties): New fun.
8445         (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
8446         (ps-skip-newline): Replace defun by defsubst.
8448 2001-04-10  Colin Walters <walters@cis.ohio-state.edu>
8450         * eshell/eshell.el (eshell-command): Needed a "%s" format
8451         specifier, in case the buffer contains percent characters.
8453 2001-04-10  John Wiegley  <johnw@gnu.org>
8455         * calendar/timeclock.el (timeclock-generate-report): Added a
8456         missing insert of the project name.
8458 2001-04-09  Gerd Moellmann  <gerd@gnu.org>
8460         * obsolete/profile.el: Moved from emacs-lisp/.
8462         * Makefile.in (nonobsolete_setwins): New macro.
8463         (finder-data): Use it instead of `setwins'.
8464         From: Dave Love <fx@gnu.org>.
8466         * server.el (server-visit-files): Set server-existing-buffer correctly.
8467         (server-visit-files): Run server-visit-hook after going to
8468         line 1 so that the hook can set point as it sees fit.
8470         * bindings.el (mode-line-modified): Unify help messages.
8472 2001-04-07  Eli Zaretskii  <eliz@is.elta.co.il>
8474         * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
8475         All callers changed.
8477 2001-04-06  Eli Zaretskii  <eliz@is.elta.co.il>
8479         * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
8480         long file names aren't supported, truncate the file names in
8481         quail-misc-package-ext-info to 8+3 before matching them against
8482         FILENAME.
8484         * dos-fns.el (dos-truncate-to-8+3): New function.
8486         * progmodes/compile.el (grep-compute-defaults): Use null-device
8487         instead of literal /dev/null. Reported by Jens Schmidt
8488         <schmidt@mathematik.uni-kl.de>.
8490         * simple.el (normal-erase-is-backspace-mode): Doc fix.
8492 2001-04-06  Stefan Monnier  <monnier@cs.yale.edu>
8494         * textmodes/sgml-mode.el: Add unknown maintainer.
8495         (sgml-tag): Pass `str' explicitly through skeleton-transformation.
8496         (html-mode-map): Use set-keymap-parent.
8498 2001-04-06  Dave Love  <fx@gnu.org>
8500         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
8501         Remove redundant string-to-list.
8503 2001-04-05  Stefan Monnier  <monnier@cs.yale.edu>
8505         * composite.el (reference-point-alist): Doc fix.
8507 2001-04-05  Sam Steingold  <sds@gnu.org>
8509         * font-lock.el (font-lock-keywords-case-fold-search):
8510         Make buffer-local.  This fixes a very annoying bug when loading a Lisp
8511         file made font-lock case-insensitive.
8513 2001-04-05  Gerd Moellmann  <gerd@gnu.org>
8515         * faces.el (defface menu): Doc fix.
8517         * wid-edit.el (widget-color-sample-face-get): Don't make
8518         faces for undefined colors.
8520         * version.el (emacs-version): Include LessTif/Motif version info.
8522 2001-04-04  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8524         * ps-mule.el: Eliminate cl package dependence.
8525         (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
8526         if they aren't defined yet.
8527         (ps-mule-encode-header-string, ps-mule-header-string-charsets):
8528         Eliminate cl package dependence.
8530 2001-04-04  Stefan Monnier  <monnier@cs.yale.edu>
8532         * progmodes/cc-cmds.el (c-outline-level):
8533         Bind buffer-invisibility-spec.  Originally from Dave Love, but
8534         got lost when incorporating version 5.26.
8536 2001-04-04  Eli Zaretskii  <eliz@is.elta.co.il>
8538         * emulation/pc-select.el (pc-selection-mode):
8539         Call normal-erase-is-backspace-mode instead of binding
8540         keys individually.
8542         * cus-load.el (normal-erase-is-backspace): Use it instead of
8543         delete-key-deletes-forward.
8545         * startup.el (command-line): Use normal-erase-is-backspace and
8546         normal-erase-is-backspace-mode.
8548         * simple.el (normal-erase-is-backspace): Rename from
8549         delete-key-deletes-forward.  Doc fix.
8550         (normal-erase-is-backspace-mode): Rename from
8551         delete-key-deletes-forward-mode.  Doc fix.
8552         Run normal-erase-is-backspace-hook.
8554         * dired.el (dired-move-to-filename-regexp): Support file sizes in
8555         ``human-readable'' format produced by GNU `ls'.
8556         (dired-move-to-filename-regexp): Recognize ISO format dates.
8557         From Paul Eggert <eggert@twinsun.com>.
8559 2001-04-04  Gerd Moellmann  <gerd@gnu.org>
8561         * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
8562         New functions.
8563         (lm-verify): Check keywords.
8564         From Eric M. Ludlam <eric@siege-engine.com>.
8566 2001-04-03  Eric M. Ludlam  <eric@siege-engine.com>
8568         * speedbar.el (speedbar-insert-image-button-maybe): Check for
8569         `xemacs' feature instead of for the function `set-extent-property'.
8571 2001-04-03  Stefan Monnier  <monnier@cs.yale.edu>
8573         * mail/mh-utils.el (mh-folder-hist): New var.
8574         (mh-prompt-for-folder): Use it and pass `default' to completing-read.
8576 2001-04-03  Eli Zaretskii  <eliz@is.elta.co.il>
8578         * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
8579         region, position point on the first or last 16-byte group.
8580         (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
8581         and hexl-end-of-buffer.  Bind End and Home to hexl-end-of-line and
8582         hexl-beginning-of-line.
8584 2001-04-03  Gerd Moellmann  <gerd@gnu.org>
8586         * icomplete.el (icomplete-mode): Treat an argument like other
8587         modes do.
8589         * startup.el (fancy-splash-head): Use splash8.xpm for color
8590         depth 8.
8592         * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
8593         Add an antry for ``converts''.
8595         * language/slovak.el ("Slovak"): Add documentation string.
8596         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
8598         * language/czech.el ("Czech"): Add documentation string.
8599         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
8601         * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
8602         to `isci24-mule.bdf'.  From: Kenichi Handa <handa@etl.go.jp>.
8604 2001-04-02  Stefan Monnier  <monnier@cs.yale.edu>
8606         * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
8607         (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
8608         (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
8609         Use `defsubst' rather than a macro to ease debugging.
8610         (mail-extr-last): Remove (use `last' instead).
8611         (mail-extract-address-components): Properly reset the syntax-table
8612         after parsing an address.  Use `last' rather than mail-extr-last.
8613         Make sure the end marker stays at the very end.
8615 2001-04-02  Eli Zaretskii  <eliz@is.elta.co.il>
8617         * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
8618         last change.
8620 2001-04-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8622         * ps-print.el: Line and paragraph spacing feature.  Region to cut
8623         out when printing.  Doc fix.
8624         (ps-print-version): New version number (6.5).
8625         (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
8626         New vars.  Line and paragraph spacing feature.
8627         (ps-begin-cut-regexp, ps-end-cut-regexp): New vars.  Region to cut
8628         out when printing.
8629         (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
8630         (ps-get-font-size, ps-begin-job, ps-continue-line)
8631         (ps-plot-region): Code fix.
8632         (ps-print-prologue-2): Var eliminated.
8633         (ps-line-spacing-internal, ps-paragraph-spacing-internal):
8634         New internal vars.
8635         (ps-get-size): New fun.
8636         (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
8637         (ps-next-line): Replace defun by defsubst.
8638         (ps-mule-plot-string): Autoload doc fix.
8640         * ps-bdf.el: XEmacs compatibility.  Doc fix.
8641         (installation-directory, coding-system-for-read): Declare vars if
8642         it's not declared yet.
8643         (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
8645         * ps-mule.el: XEmacs compatibility.  Doc fix.
8646         (leading-code-private-22): Declare var if it's not declared yet.
8647         (charset-bytes, charset-dimension, charset-id, charset-width)
8648         (find-charset-region, split-char, char-width, chars-in-region)
8649         (forward-point, decompose-composite-char, encode-coding-string)
8650         (coding-system-p, ccl-execute-on-string, define-ccl-program):
8651         Define funs if not defined yet.
8652         (encode-composition-rule, find-composition): Define funs if not
8653         loaded yet.
8654         (ps-mule-prologue): PostScript code fix.
8656 2001-04-02  Kenichi Handa  <handa@etl.go.jp>
8658         * ps-mule.el (ps-mule-generate-font): New arg HEADER-P.  If it is
8659         non-nil, generate font for the header strings.
8660         (ps-mule-prepare-font): Likewise.
8661         (ps-mule-generate-glyphs): Likewise.
8662         (ps-mule-string-encoding): Likewise.
8663         (ps-mule-header-charsets): New variable.
8664         (ps-mule-encode-header-string): New function.
8665         (ps-mule-header-string-charsets): New function.
8666         (ps-mule-begin-job): Check charsets in the header strings.  If there
8667         are non-ASCII and non-Latin1 charsets, prepare fonts for them.
8669         * ps-print.el (ps-generate-header-line): Encode the header string by
8670         ps-mule-encode-header-string.
8671         (ps-mule-encode-header-string): Declare autoload.
8673 2001-04-02  Gerd Moellmann  <gerd@gnu.org>
8675         * frame.el (cursor-in-non-selected-windows):
8676         Replaces show-cursor-in-non-selected-windows.
8678 2001-03-31  Kenichi Handa  <handa@etl.go.jp>
8680         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8681         Delete entries for "chinese-py" and "chinese-ziranma".
8682         (quail-misc-package-ext-info): New variable.
8683         (tsang-quick-converter): New function.
8684         (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
8685         (quick-cns-converter, py-converter, ziranma-converter)
8686         (miscdic-convert, batch-miscdic-convert): New functions.
8688 2001-03-30  Kenichi Handa  <handa@etl.go.jp>
8690         * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
8691         eight-bit-control chars.
8693         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
8694         Reduce making temporary vector (suggested by Dave Love).
8696 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
8698         * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
8699         string as well.
8701 2001-03-30  Andreas Schwab  <schwab@suse.de>
8703         * files.el (backup-directory-alist): Fix typo.
8705 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
8707         * time-stamp.el (time-stamp-format): Doc fix.  From Paul Eggert
8708         <eggert@twinsun.com>.
8710 2001-03-30  Dave Love  <fx@gnu.org>
8712         * progmodes/fortran.el (fortran-comment-region): Fix typo.
8714 2001-03-30  Eli Zaretskii  <eliz@is.elta.co.il>
8716         * simple.el (transient-mark-mode): Mention C-g in the doc string.
8718 2001-03-30  Miles Bader  <miles@gnu.org>
8720         * subr.el (interactive-form): Fix paren typo.
8722 2001-03-29  Eli Zaretskii  <eliz@is.elta.co.il>
8724         * emacs-lisp/profile.el: Say that it's obsolete in the header
8725         line, so that finder.el puts that into its data-base.
8726         Suggested by Alex Schroeder <alex@gnu.org>.
8728 2001-03-29  Paul Eggert  <eggert@twinsun.com>
8730         * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
8731         LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
8733 2001-03-29  Stefan Monnier  <monnier@cs.yale.edu>
8735         * generic.el (generic-mode-set-comments): Use "" rather than nil
8736         for comment-end.
8738 2001-03-29  Gerd Moellmann  <gerd@gnu.org>
8740         * emacs-lisp/advice.el (ad-make-advised-definition):
8741         Call interactive-form to obtain the interactive spec of subrs.
8743         * subr.el (interactive-form): New function.
8745 2001-03-29  Andre Spiegel  <spiegel@gnu.org>
8747         * vc-sccs.el (vc-sccs-register): Use relative file names.
8749 2001-03-28  Gerd Moellmann  <gerd@gnu.org>
8751         * bookmark.el (bookmark-get-bookmark): Handle case that
8752         BOOKMARK is not a string.
8754         * image.el (image-type-regexps): Change type for PS files
8755         to `postscript'.
8757         * subr.el (read-passwd): Clear command history after each
8758         character entered.  From: Stephen Gildea
8759         <gildea@stop.mail-abuse.org>.
8761 2001-03-27  Kenichi Handa  <handa@etl.go.jp>
8763         * international/kkc.el (kkc-save-init-file): Locally bind
8764         print-length to nil.
8766 2001-03-26  Gerd Moellmann  <gerd@gnu.org>
8768         * textmodes/flyspell.el: Some doc fixes.
8769         (flyspell-maybe-correct-transposition)
8770         (flyspell-maybe-correct-doubling): Use a temporary buffer
8772         * textmodes/ispell.el (ispell-parse-output): Doc fix.
8774         * emacs-lisp/byte-opt.el (byte-optimize-while)
8775         (byte-optimize-form-code-walker): Diagnose too few arguments
8776         for `if' and `while'.
8778 2001-03-26  Kenichi Handa  <handa@etl.go.jp>
8780         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8781         Prepend `\' to "\<quail-translation-docstring>".
8783 2001-03-26  Gerd Moellmann  <gerd@gnu.org>
8785         * autorevert.el (global-auto-revert-non-file-buffers):
8786         Remove duplicate defcustom.
8788 2001-03-26  Miles Bader  <miles@gnu.org>
8790         * international/latin1-disp.el (latin1-char-displayable-p):
8791         Add leading "-" for X font pattern.
8793 2001-03-26  Kenichi Handa  <handa@etl.go.jp>
8795         * international/mule-diag.el (describe-coding-system):
8796         For raw-text and emacs-mule, don't add anymore text about what
8797         charsets they can encode.
8799 2001-03-25  Eli Zaretskii  <eliz@is.elta.co.il>
8801         * help.el (view-lossage): Mention open-dribble-file in the doc
8802         string.  Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
8804 2001-03-23  Stefan Monnier  <monnier@cs.yale.edu>
8806         * skeleton.el (skeleton-internal-list): Fix bogus logic.
8807         (skeleton-pair-insert-maybe): Don't pair after a backslash.
8809 2001-03-23  Kenichi Handa  <handa@etl.go.jp>
8811         * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
8812         Call ccl-execute-on-string directly so that CCL program handling
8813         multibyte sequence can work correctly.
8814         (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
8815         property of the coding system.
8817 2001-03-23  Stefan Monnier  <monnier@cs.yale.edu>
8819         * textmodes/fill.el (fill-individual-paragraphs-prefix):
8820         Fix transcription typo.
8822 2001-03-22  Rajesh Vaidheeswarran  <rv@gnu.org>
8824         * whitespace.el: Add buffer local variables to toggle testing of
8825         whitespaces in buffers without affecting the default values.
8826         Bump version to 3.0 to account for a few other changes.
8827         (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
8828         (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
8829         (whitespace-toggle-spacetab-check): New functions.
8831 2001-03-21  Stefan Monnier  <monnier@cs.yale.edu>
8833         * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
8835 2001-03-21  Gerd Moellmann  <gerd@gnu.org>
8837         * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
8838         bs-cycle-configuration-name.  From Juanma Barranquero
8839         <lektu@uol.com.br>.
8841         * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
8842         and cc-vars.el.
8844         * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
8845         headers.  Always invoke sendmail with option -t.
8847 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
8849         * Release of cc-mode 5.28.
8851 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
8853         * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
8854         Removed the hardcoded switch to "java" style in Java mode.
8855         It's instead taken care of by the default value for c-default-style.
8857 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
8859         * cc-align.el (c-lineup-math): Fix bug where lineup was
8860         triggered by equal signs in string literals.
8862 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
8864         * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
8865         limit detection when at the ends of the buffer.
8867         * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
8868         "for" statement clause in case 7F; a better one is done
8869         earlier in case 7D anyway.
8871 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
8873         * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
8874         somewhat more and did a small optimization.
8876 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
8878         * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
8879         Use the limit argument only to limit the syntactic context
8880         search, not to limit the actual movement.
8882         * cc-cmds.el (c-beginning-of-statement): Move by sentence
8883         inside multiline strings, just like in comments.  Also various
8884         fixes to the paragraph and comment prefix recognition, block
8885         comment ender handling etc.
8887 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
8889         * cc-cmds.el (c-fill-paragraph): Take more care to preserve
8890         the relative position of the point.
8892         * cc-cmds.el (c-electric-continued-statement): New function to
8893         use as abbrev hook to reindent for keywords such as "else"
8894         that continues an earlier statement.
8896         * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
8897         like classes.
8899         * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
8900         (pike-mode): Populate the default abbrev tables to reindent for
8901         keywords such as "else" that can continue earlier statements.
8902         Abbrev mode is therefore turned on by default now.  (Note that
8903         this doesn't apply to idl-mode, since IDL afaik doesn't have
8904         statements at all.)
8906 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
8908         * cc-engine.el (c-inside-bracelist-p): Fix for handling
8909         bracelists where the declaration contains template arguments.
8911 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
8913         * cc-cmds.el (c-comment-indent):
8914         Use `c-get-syntactic-indentation' to correctly calculate the
8915         syntactic indentation.  Fixes bug with lineup functions that
8916         return vectors.
8918         * cc-engine.el (c-get-syntactic-indentation): Split the
8919         indentation sum calculation from `c-indent-line' to a separate
8920         function.
8922 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
8924         * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
8925         Fixed places where it was assumed that preprocessor directives
8926         have to start in column zero.
8928         * cc-engine.el (c-beginning-of-member-init-list): Handle C++
8929         template arguments after a class identifier properly.
8931         * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
8932         lists for `new Foo[]' constructs in Java as expressions and
8933         not top level definition brace lists on the top level, so that
8934         they'll get indented consistently with the same type of
8935         expression in a normal block.
8937 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
8939         * cc-cmds.el (c-fill-paragraph): The kludge that checks
8940         whether the adaptive filling package fails to keep the comment
8941         prefix is now kludged further to check for filladapt-mode
8942         which doesn't have that problem. This is really icky, but it's
8943         the only way that works with the current misfeatures/bugs in
8944         both adaptive-fill-mode and filladapt-mode.
8946         * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
8947         around point is recognized more robust.
8949 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
8951         * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
8952         (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
8953         (c-lit-type): Fixed all internal variables used dynamically so
8954         that they are always bound.
8956         * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
8957         errors:
8959         (c-indent-region): Fixed reporting of syntactic errors so that
8960         the region is fully reindented even when an error occurs.
8961         The last syntactic error is printed afterwards.  Also cleanup up a
8962         whole lot of code that tried to optimize indentation of whole
8963         sexps but in reality accomplishes nothing.
8965         (c-indent-sexp): Use c-indent-region.
8967         (c-parsing-error): Changed this variable to hold the message
8968         for any syntactic error that is discovered.
8970         (c-parse-state): Search backward from point instead of the bod
8971         position when the latter is invalid.  This makes CC Mode
8972         recover faster when there are unbalanced close braces.
8974         (c-backward-to-start-of-if): Use c-parsing-error to report
8975         dangling "else" clauses instead of throwing an error, and fall
8976         back to a reasonable position.
8978         (c-indent-line): Added argument to avoid reporting syntactic errors.
8980         (c-show-syntactic-information): Don't report any syntactic errors.
8982 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
8984         * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
8985         paragraph recognition when moving by sentence in literals.
8987         * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
8988         start regexp for javadoc to recognize javadoc markup in general instead
8989         of a specific set of keywords, to be more future-safe.
8991         (c-Pike-pikedoc-paragraph-start)
8992         (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
8993         pikedoc markup.
8995         * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
8997         (pike-mode): Initialize paragraph settings pikedoc recognition.
8999         * cc-vars.el (c-default-style): Made a nicer Customize widget.
9001         (c-comment-prefix-regexp): Made it possible to use an
9002         association list on this to specify mode specific regexps.
9003         The default value now use a special regexp in Pike mode to
9004         recognize pikedoc markup.
9006         (c-current-comment-prefix): New variable containing the actual
9007         regexp from c-comment-prefix-regexp for the current buffer.
9009 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9011         * cc-cmds.el (c-electric-brace): Fixed check for special brace
9012         lists: We can't look at the syntax, since a brace list can get
9013         recognized as a plain statement-cont.
9015         * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
9016         special brace list opener broken over two lines got recognized
9017         as a statement on the second line.  Case 9A changed.
9019 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9021         * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
9022         adjustment after line is reindented.
9024 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9026         * cc-defs.el (c-point): Added optional argument for position
9027         to use instead of the current point.
9029         * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
9030         the in-expression block symbols when the construct starts at
9031         boi, to avoid the extra level of indentation in that case.
9032         Cases 4, 16A and 17E affected.
9034 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9036         * cc-cmds.el: Use `indent-according-to-mode' instead of direct
9037         calls to `c-indent-line', to adhere better to Emacs conventions.
9039         * cc-engine.el (c-indent-line): Use the syntax already bound
9040         to `c-syntactic-context', if there is any.
9042 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9044         * cc-engine.el (c-get-offset): Fixed bug where the indentation
9045         wasn't added up correctly when a lineup function returned nil.
9047 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9049         * cc-engine.el (c-collect-line-comments): Fixed bug where
9050         empty lines were ignored when collecting line comments backwards.
9052 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9054         * cc-align.el (c-lineup-dont-change): Return an absolute
9055         indentation column to work correctly in the case when several
9056         syntactic elements are processed for the same line.
9058         * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
9059         (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
9060         (c-set-offset): Added absolute indentation column settings by
9061         using the vector type.
9063 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9065         * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
9066         Implemented two new cleanups `space-before-funcall' and
9067         `compact-empty-funcall'.
9069 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9071         * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
9072         helping building regexps.
9074         * cc-engine.el (c-on-identifier): New function for detecting
9075         identifiers.  It takes keywords into account.
9077         * cc-langs.el, cc-mode.el: Added regexps for complete keyword
9078         lists.  `c-keywords' is set to a regexp matching all keywords
9079         in the current language.
9081 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9083         * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
9084         list of characters to skip backwards over at the beginning of
9085         a statement, since it can precede string literals in Pike.
9087 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9089         * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
9090         recognition when standing on the last line in a C++ comment
9091         with nothing but whitespace after the prefix.
9093         * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
9094         given no limit argument.
9096 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9098         * cc-engine.el (c-inside-bracelist-p): Fixed brace list
9099         recognition for the `[]= operator symbol in Pike.
9101 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9103         * cc-bytecomp.el (cc-eval-when-compile): New macro that works
9104         around a bug in `eval-when-compile' in the byte compiler.
9106         * cc-engine.el (c-forward-token-1): Fixed bug with return
9107         value when count is zero and there's no token start within the limit.
9109         (c-guess-basic-syntax): Don't add 'comment-intro to lines with
9110         "prefix comments", i.e. comments which are followed by code on
9111         the same line.
9113         * cc-mode-19.el: Fixes so that checks that must be done at
9114         compile time also are done then.
9116 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9118         * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
9119         time and at runtime, and only when it's needed.
9121 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9123         Major cleanup for less error prone and more warning free
9124         compilation, including some fixes for bugs due to different
9125         compilation orders. Thanks to Martin Buchholz for providing
9126         the basis for all this.
9128         * cc-bytecomp.el: New file that provides some byte compilation
9129         features: It ensures that files always are loaded from the
9130         current source directory during compilation, and it provides a
9131         set of macros to turn off specific compiler warnings for
9132         specific symbols.  (It's not CC Mode specific in any way.)
9134         Fixed a nearly acyclic dependency tree (both runtime and
9135         compile-time) between all files.
9137         * cc-defs.el: Separated all macros before the inline functions,
9138         to ensure correct compilation.
9140         * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
9141         cc-defs.el to cc-engine.el and made it a function instead.
9143         * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
9144         about char-after.
9146         * cc-vars.el: Cope even when there isn't a custom package
9147         containing defcustom available.
9149         * cc-make.el: Removed since it's no longer necessary.
9151         README: Updated installation instructions.
9153 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9155         * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
9156         improve the modularity: Moved all mode init stuff from
9157         cc-langs.el to cc-mode.el, including the keymap
9158         initialization; cc-langs now only contains the various
9159         variables for configuring the language syntax.
9161         * cc-engine.el, cc-styles.el (c-evaluate-offset)
9162         (c-get-offset): Moved from cc-styles to cc-engine since file
9163         dependency analysis suggests they belong there (which also
9164         makes more sense).  Thanks to Martin Buchholz for doing the analysis.
9166 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9168         * cc-cmds.el (c-fn-region-is-active-p): New function that
9169         wraps the corresponding macro, for use in places that aren't
9170         compiled.  Thanks to Martin Buchholz for pointing out this.
9172         * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
9174         * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
9175         add things to the bug report.
9177 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9179         * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
9180         returned prefix could contain a newline when the search for a
9181         good prefix line failed.
9183 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9185         * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
9186         (c-toggle-auto-hungry-state): Made the argument optional, as
9187         the documentation says it is.
9189 2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
9191         * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
9192         multiline string syntax, #"...", as a cpp macro.
9194 2001-03-21  Paul Eggert  <eggert@twinsun.com>
9196         * international/mule-cmds.el (set-locale-environment):
9197         Set system-messages-locale and system-time-locale, but only if the
9198         caller specifies a non-nil locale name.
9200 2001-03-20  Gerd Moellmann  <gerd@gnu.org>
9202         * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
9203         problems for the interpreter.  From: John Wiegley  <johnw@gnu.org>
9205 2001-03-20  Gerd Moellmann  <gerd@gnu.org>
9207         * follow.el (follow-avoid-tail-recenter): Doc fix.
9209         * custom.el (custom-set-variables): Avoid reversing the list
9210         of args needlessly.
9212         * startup.el (fancy-splash-head): Don't change the colors of the
9213         XPM image on a dark background.
9215         * comint.el (comint-exec-1): Set columns of the terminal to
9216         window-width instead of frame-width.
9218         * info.el (Info-scroll-down): Add missing WINDOW arg for
9219         pos-visible-in-window-p.
9221         * ehelp.el (electric-help-mode-hook): Add defcustom.
9223         * mail/sendmail.el (mail-mode): Activate case-folding in
9224         font-lock-defaults.
9226 2001-03-19  Stefan Monnier  <monnier@cs.yale.edu>
9228         * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
9229         (completion-ignored-extensions): Remove duplicate ".class".
9231 2001-03-19  Andreas Schwab  <schwab@suse.de>
9233         * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
9234         From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
9236 2001-03-19  Gerd Moellmann  <gerd@gnu.org>
9238         * language/european.el ("Latin-5", "Latin-4"): Use postfix input
9239         methods since there are not prefix input methods.
9241 2001-03-19  Kenichi Handa  <handa@etl.go.jp>
9243         * international/mule-cmds.el (read-input-method-name):
9244         Locally bind enable-recursive-minibuffers to t.
9246 2001-03-18  Stefan Monnier  <monnier@cs.yale.edu>
9248         * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
9250 2001-03-17  Michael Kifer  <kifer@cs.sunysb.edu>
9252         * ediff-util.el: Copyright years.
9253         (ediff-choose-syntax-table): New function.
9254         (ediff-setup): Use ediff-choose-syntax-table.
9256         * ediff-init.el (ediff-with-syntax-table): New macro, uses
9257         with-syntax-table.
9259         * ediff.el: Date of last update, copyright years.
9261         * ediff-wind (ediff-setup-control-frame): Nill->nil.
9263         * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
9264         of Scott Bronson.
9265         (ex-cmd-assoc,ex-cmd-one-letr): New functions.
9266         (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
9267         Deleted functions.
9268         (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
9269         ex-token-list.
9271         * viper-util.el: Spaces, indentation.
9273         * viper.el: Changed version, modification time.
9275 2001-03-16  John Wiegley  <johnw@gnu.org>
9277         * calendar/timeclock.el (timeclock-workday-remaining):
9278         Check whether `discrep' is non-null before using it.
9280 2001-03-16  John Wiegley  <johnw@gnu.org>
9282         * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
9283         first-time checkins.
9284         (timeclock-log-data): Fixed problem with reading timelog log file.
9285         Resulting data in the "day list" was incorrect.
9286         (timeclock-find-discrep): Check if `timeclock-file' is readable
9287         before opening it.
9288         (timeclock-time-less-p): New function.
9289         (timeclock-day-base): New function.
9290         (timeclock-geometric-mean): New function.
9291         (timeclock-generate-report): Generate a summary report based on
9292         the contents of the log file.  This uses `timeclock-log-data', and
9293         is an example of writing a timelog manipulation function.
9294         (timeclock-visit-timelog): A quick command for opening the timelog
9295         file.
9296         (timeclock-log-data): Bound the variable event.
9298 2001-03-16  Kenichi Handa  <handa@etl.go.jp>
9300         * international/mule-cmds.el (select-safe-coding-system):
9301         Fix typo: symbol-name -> symbol-value.
9303         * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
9304         before substitute-in-file-name to handle double slashes in FILE
9305         correctly.
9307 2001-03-15  Gerd Moellmann  <gerd@gnu.org>
9309         * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
9310         for Slovak.  From Pavel.Janik@suse.cz (Pavel Jan\e,Am\e(Bk ml.).
9312 2001-03-14  Gerd Moellmann  <gerd@gnu.org>
9314         * bindings.el (features): Add `md5' and `overlay' to the list.
9316         * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
9317         bound before using it.  It's not bound when configured without X,
9318         for instance.
9320 2001-03-13  Thien-Thi Nguyen  <ttn@gnu.org>
9322         * progmodes/hideshow.el: Update copyright.
9323         (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
9324         (hs-minor-mode-hook): Include `:version' in defcustom form.
9326 2001-03-13  Gerd Moellmann  <gerd@gnu.org>
9328         * help.el (string-key-binding): Don't call event-start on
9329         a non-list.
9331 2001-03-13  Eli Zaretskii  <eliz@is.elta.co.il>
9333         * startup.el (fancy-splash-tail, command-line-1): Fix the
9334         copyright year.
9336 2001-03-13  Kenichi Handa  <handa@etl.go.jp>
9338         * term.el: These changes are based on a patch sent from Yong Lu
9339         <lyongu@yahoo.com>.
9340         (term-set-escape-char): Bind M-x to execute-extended-command in
9341         term-raw-escape-map.
9342         (term-move-columns): Don't try to move to negagive column.
9343         (term-emulate-terminal): Insert a string before deleting a text to
9344         overwrite.
9346 2001-03-12  Gerd Moellmann  <gerd@gnu.org>
9348         * play/life.el (life): Rearrange code so that all calls to
9349         life-display-generation are in a catch-form.
9351         * progmodes/etags.el (tags-loop-continue): Don't change point in a
9352         file that isn't interesting.  In an interesting file, push the old
9353         value of point on the mark ring.
9355         * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
9356         New function.
9357         (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
9358         Use it.
9360         * emacs-lisp/autoload.el (generate-file-autoloads):
9361         Remove warning about line lengths.
9363 2001-03-12  Philippe Waroquiers  <wao@gull.tact.cfmu.eurocontrol.be>
9365         * progmodes/etags.el (tags-compression-info-list): New variable.
9366         (find-tag-in-order): Use it to deal with compressed source files.
9367         (tag-file-name-match-p): New function.
9368         (etags-recognize-tags-table): Use it for better match of file names.
9370 2001-03-12  Kenichi Handa  <handa@etl.go.jp>
9372         * international/mule-cmds.el (register-input-method): Doc fix.
9374         * international/quail.el (quail-translate-key): Fix condition to
9375         check if there's another breaking point in the current key.
9377 2001-03-11  Eli Zaretskii  <eliz@is.elta.co.il>
9379         * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
9380         Babyl header to the newly-created output file, bind
9381         coding-system-for-write to either rmail-file-coding-system or
9382         emacs-mule-unix.
9384 2001-03-11  Stefan Monnier  <monnier@cs.yale.edu>
9386         * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
9387         Fix the name and regexp used for subsubsections.
9389 2001-03-10  Dave Love  <fx@gnu.org>
9391         * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
9392         and save-buffer if buffer-file-name non-nil.  From rms.
9394 2001-03-10  Andre Spiegel  <spiegel@gnu.org>
9396         * vc.el (vc-do-command): If the destination buffer is already
9397         current, don't set it up and don't erase it.  Updated doc string
9398         to reflect that.
9399         (vc-version-diff): When doing a single file diff, don't switch to the
9400         *vc-diff* buffer before the command.  This is to preserve local
9401         variable bindings that might affect the diff command.
9402         (vc-print-log): Don't switch to the *vc* buffer before the
9403         command, so that local variable bindings are preserved.
9405         * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
9406         not the current buffer.
9407         (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
9409         * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
9410         make output go to buffer *vc*, not the current buffer.
9412 2001-03-09  Stefan Monnier  <monnier@cs.yale.edu>
9414         * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
9415         so ^, $, *, ? and + are interpreted correctly.
9417 2001-03-09  Gerd Moellmann  <gerd@gnu.org>
9419         * help.el (string-key-binding): Renamed from
9420         mode-line-key-binding.  Handle any event on a string.
9421         Check for `keymap' properties as well as `local-map' properties.
9423         * comint.el (comint-insert-clicked-input): Use the last key
9424         from this-command-keys to lookup the global key definition.
9426 2001-03-09  Kenichi Handa  <handa@etl.go.jp>
9428         * international/characters.el: Add category `j' for
9429         katakana-jisx0201.   Fix syntaxes of katakana-jisx0201.
9431         * international/mule-conf.el (no-conversion): Fix docstring.
9432         (raw-text): Fix docstring.
9434 2001-03-08  Gerd Moellmann  <gerd@gnu.org>
9436         * simple.el (choose-completion-string): When not leaving the
9437         minibuffer, raise the minibuffer frame when minibuffer-auto-raise
9438         is set.
9440         * window.el (shrink-window-if-larger-than-buffer): Handle frame
9441         parameter `(minibuffer . t)'.
9443 2001-03-07  Stefan Monnier  <monnier@cs.yale.edu>
9445         * progmodes/sh-script.el (sh-st-symbol): New symbol.
9446         (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
9447         (sh-mode): Remove `make-local-variable' for unused var
9448         `font-lock-unfontify-region-function'.
9450 2001-03-07  Richard M. Stallman  <rms@gnu.org>
9452         * info.el (Info-scroll-down): Fix previous change.
9454         * mail/rmail.el (rmail-toggle-header): Use a window which
9455         is showing the Rmail buffer, rather than the selected window.
9457 2001-03-07  Dave Love  <fx@gnu.org>
9459         * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
9460         now, to avoid problems with binding imenu directly to a mouse event.
9462 2001-03-07  Gerd Moellmann  <gerd@gnu.org>
9464         * info.el (Info-scroll-down): Call pos-visible-in-window-p with
9465         second arg t.
9467 2001-03-07  Stefan Monnier  <monnier@cs.yale.edu>
9469         * log-edit.el (log-edit-common-indent): New var.
9470         (log-edit-set-common-indentation): Renamed from
9471         log-edit-delete-common-indentation.  Use the new var.
9472         (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
9474         * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
9475         (cvs-mode-add-change-log-entry-other-window):
9476         Don't presume change-log-default-name is defined.
9478         * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
9480         * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
9481         the "tree" operation as well.
9483         * pcvs-parse.el (cvs-parse-table): Add another ignored message.
9485         * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
9486         to match paragraph-start.
9488         * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
9489         comment-start-skip and set comment-end-skip as well.
9490         (sgml-comment-indent): Fix for new value of comment-start-skip.
9491         (html-autoview-mode): Don't bother using make-local-hook.
9493 2001-03-07  Gerd Moellmann  <gerd@gnu.org>
9495         * cus-edit.el (custom-save-delete): Move in front of local
9496         variables, otherwise long Custom entries would make them ineffective.
9498         * uniquify.el: Set maintainer to FSF.
9500 2001-03-07  Eli Zaretskii  <eliz@is.elta.co.il>
9502         * dired-aux.el (dired-do-shell-command): Doc fix.
9504 2001-03-06  Stefan Monnier  <monnier@cs.yale.edu>
9506         * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
9508         * which-func.el (which-func-modes): Add cperl-mode.
9509         (which-func-mode-global): Use define-minor-mode.
9511         * info-look.el: Docstring fixes and dead code eliminated.
9512         (cperl-mode): Add support.
9513         (emacs-lisp-mode): List all entries from elisp manual, whether
9514         or not they are currently (f)bound or not.  Update regexp.
9516         * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
9518         * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
9519         so that C-h m shows the correct information.
9520         Use make-local-variable rather than make-variable-buffer-local.
9521         (cperl-info-buffer, cperl-setup-tmp-buf):
9522         Use make-local-variable rather than make-variable-buffer-local.
9523         (cperl-msb-fix, cperl-get-help-defer):
9524         Check major-mode for `cperl-mode' as well.
9526         * progmodes/cperl-mode.el: Updated to author version 4.23.
9527         (cperl-electric-pod): SYNOPSIS was misspelled.
9528         (cperl-find-pods-heres): @if ? a : b was considered a REx.
9529         (cperl-after-expr-p): Make true after __END__.
9531 2001-03-06  Gerd Moellmann  <gerd@gnu.org>
9533         * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
9534         bookmark-completion-ignore-case is t.
9536         * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
9537         switch, like xterm, and concat resource strings, with a newline
9538         between them.
9540 2001-03-06  Eli Zaretskii  <eliz@is.elta.co.il>
9542         * international/codepage.el (cp770-decode-table)
9543         (cp773-decode-table, cp774-decode-table): New variables.
9545         * man.el (Man-hyphenated-reference-regexp): New variable.
9546         (Man-build-references-alist): Use it to search for referenced
9547         manpages.  If hyphenated is non-nil, record a concatenated word in
9548         Man-refpages-alist only if it matches Man-reference-regexp.
9549         Update word's length when it is concatenated.  Reverse the list,
9550         to get the first manpage at the head.
9551         (Man-possibly-hyphenated-word): New function.
9552         (Man-follow-manual-reference): Use it instead of current-word to
9553         find a manpage at point, in a way that accounts for hyphenated
9554         references.
9556 2001-03-06  Alex Schroeder  <alex@gnu.org>
9558         * sql.el (sql-interbase): New function.
9559         (sql-interbase-program): New option.
9560         (sql-interbase-options): New option.
9561         And some typos fixed: "customise" to "customize".
9563 2001-03-06  Dave Love  <fx@gnu.org>
9565         * textmodes/flyspell.el (flyspell-region):
9566         Set up flyspell-local-mouse-map.
9568 2001-03-05  Richard M. Stallman  <rms@gnu.org>
9570         * mail/rmail.el (rmail-retry-failure):
9571         Don't call rmail-beginning-of-message.
9572         Don't discard From: field.  Do discard Received: field.
9573         Use unwind-protect to re-prune.
9574         (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
9576 2001-03-06  Kenichi Handa  <handa@etl.go.jp>
9578         * international/quail.el (quail-title): Add autoload cookie.
9580 2001-03-05  Dave Love  <fx@gnu.org>
9582         * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
9583         new defs.
9585 2001-03-05  Kenichi Handa  <handa@etl.go.jp>
9587         * language/ethio-util.el (ethio-toggle-space):
9588         Update current-input-method-title if necessary.
9589         (ethio-toggle-punctuation): Likewise.
9591         * international/quail.el (quail-title): Fix for the case that a
9592         title of an input method is specified by a list of the same form
9593         as used in mode-line-format.
9595         * international/mule-cmds.el (activate-input-method):
9596         If current-input-method-title is set by activating INPUT-METHOD,
9597         respect that value.
9599 2001-03-05  Gerd Moellmann  <gerd@gnu.org>
9601         * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
9603 2001-03-05  Alex Schroeder  <alex@gnu.org>
9605         * sql.el (sql-sybase): Fix typo (was: query user about server two
9606         times instead of server and database).
9608         * sql.el (sql-sybase): Doc change.
9609         (sql-mysql): Doc change.
9610         (sql-postgres): Doc change.
9612 2001-03-05  Kenichi Handa  <handa@etl.go.jp>
9614         * international/mule-conf.el (emacs-mule, raw-text):
9615         Docstring modified.
9617 2001-03-04  Eli Zaretskii  <eliz@is.elta.co.il>
9619         * term/internal.el: Update copyright notice.
9621         * term/pc-win.el: Update copyright notice.
9623 2001-03-02  Dave Love  <fx@gnu.org>
9625         * files.el (insert-file-contents-literally):
9626         Bind inhibit-file-name-handlers and inhibit-file-name-operation,
9627         not jka-compr-compression-info-list.
9629 2001-03-02  Stefan Monnier  <monnier@cs.yale.edu>
9631         * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
9632         spaces in default comment-start-skip settings rather than \s-.
9634 2001-03-02  Eli Zaretskii  <eliz@is.elta.co.il>
9636         * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
9637         default-frame-alist as well.
9639 2001-03-01  Dave Love  <fx@gnu.org>
9641         * textmodes/reftex.el (defvar): Wrap some defvars in
9642         eval-when-compile.  From Markus Rost <rost@math.ohio-state.edu>.
9644         * subr.el (event-basic-type): Doc fix.
9646         * international/quail.el: Doc fixes.
9648         * international/utf-8.el: Doc fixes.
9650         * international/mule-cmds.el: Doc fixes.
9651         (leim-list-header): Fix header text.
9653         * international/mule.el (coding-system-category): Doc fix.
9655         * international/ccl.el (ccl-compile): Doc fix.
9657 2001-03-01  Stefan Monnier  <monnier@cs.yale.edu>
9659         * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
9660         rather than (before|after)-change-functions.
9662 2001-03-01  Gerd Moellmann  <gerd@gnu.org>
9664         * ediff-util.el (ediff-scroll-horizontally): Arrange for
9665         scroll-left and scroll-right being called interactively so that
9666         they set the window's min_hscroll.
9668 2001-03-01  Eli Zaretskii  <eliz@is.elta.co.il>
9670         * info.el (info-insert-file-contents-1): Accept an additional
9671         argument `lfn': if it is non-nil, concatenate `filename' and
9672         `suffix'; otherwise use the complicated MS-DOS code.
9673         All callers changed.
9674         (info-insert-file-contents, Info-find-node): If the MS-DOS port
9675         can access long file names, try the long file-name version of
9676         `info-insert-file-contents-1', then the short file-name version.
9678 2001-02-28  TAKAHASHI Naoto  <ntakahas@m17n.org>
9680         * language/ethio-util.el (setup-ethiopic-environment-internal):
9681         Change bindings of functions keys to conform to "Emacs Lisp Coding
9682         Convention".
9684         * language/ethiopic.el ("Ethiopic"): Add documentation.
9686 2001-02-28  Kenichi Handa  <handa@etl.go.jp>
9688         * international/utf-8.el (mule-utf-8): Set coding-category
9689         property to coding-category-utf-8.
9691 2001-02-27  Richard M. Stallman  <rms@gnu.org>
9693         * lpr.el (lpr-page-header-switches, print-region-1):
9694         Undo 2000-07-06 change.
9695         (lpr-add-switches): Default to t on gnu/linux.
9697 2001-02-27  Gerd Moellmann  <gerd@gnu.org>
9699         * bs.el (bs-attributes-list): Doc fix.
9701 2001-02-26  Gerd Moellmann  <gerd@gnu.org>
9703         * help.el (describe-project): Display the file THE-GNU-PROJECT.
9705         * help.el (view-order-manuals): Use goto-address.
9707         * startup.el (command-line-1): Add info about ordering manuals
9708         to the not so fancy splash screens.
9710 2001-02-26  Andre Spiegel  <spiegel@gnu.org>
9712         * vc.el (vc-default-workfile-unchanged-p)
9713         (vc-default-latest-on-branch-p): Add missing BACKEND argument.
9715 2001-02-26  Gerd Moellmann  <gerd@gnu.org>
9717         * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
9718         fontify in the right buffer.
9720         * allout.el (outline-flag-region): Move macro in front of first
9721         use to avoid a run-time error.
9723 2001-02-24  Andrew Innes  <andrewi@gnu.org>
9725         * makefile.w32-in: Fix copyright notice.
9727 2001-02-24  Kenichi Handa  <handa@etl.go.jp>
9729         * international/utf-8.el (mule-utf-8): Set correct value for
9730         valid-codes property.
9732         * international/fontset.el (x-complement-fontset-spec): In the
9733         case that we use ASCII font for the other charsets, use only
9734         family and registry part of it.
9736 2001-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
9738         * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
9739         (shrink-window-if-larger-than-buffer): Doc fix.
9741 2001-02-23  Stefan Monnier  <monnier@cs.yale.edu>
9743         * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
9744         predicate passed to completing-read.
9746 2001-02-23  Eli Zaretskii  <eliz@is.elta.co.il>
9748         * startup.el (command-line): Fix last change.
9750 2001-02-23  Jason Rumney  <jasonr@gnu.org>
9752         * startup.el (tool-bar-originally-present): New variable.
9753         (command-line): Set it if the tool-bar is switched on at startup.
9755         * frame.el (frame-notice-user-settings): Only adjust frame height
9756         for no tool-bar case if tool-bar was originally switched on.
9757         From E. Jay Berkenbilt.
9759 2001-02-22  Stefan Monnier  <monnier@cs.yale.edu>
9761         * server.el (server-switch-buffer): Only switch window if the
9762         current one is dedicated.
9764         * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
9765         rather than using (match-beginning 0) when searching for break point.
9767 2001-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
9769         * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
9770         @ follows an accent command such as @'.  Support optional braces
9771         in commands that insert accents, like makeinfo does.
9773 2001-02-22  Gerd Moellmann  <gerd@gnu.org>
9775         * startup.el (fancy-splash-text): Add a line for ordering
9776         manuals.  Reverse order of splash screens shown.
9777         (use-fancy-splash-screens-p): Adapt to the text line added.
9779         * menu-bar.el (menu-bar-help-menu): Add an item for ordering
9780         manuals from the FSF.
9782         * help.el (view-order-manuals): New function.
9783         (toplevel): Bind C-h C-m to this function.
9785 2001-02-21  Stefan Monnier  <monnier@cs.yale.edu>
9787         * newcomment.el (comment-forward): Skip the comment-start before
9788         searching for the comment-end.
9790 2001-02-21  Dave Love  <fx@gnu.org>
9792         * custom.el (custom-initialize-changed, defcustom): Doc fix.
9794         * international/mule-cmds.el, international/mule.el: Doc fixes.
9796 2001-02-21  Gerd Moellmann  <gerd@gnu.org>
9798         * startup.el (fancy-splash-screens): Use display-hourglass
9799         instead of display-busy-cursor.
9801         * frame.el (display-hourglass): Renamed from busy-cursor.
9802         (hourglass-delay): Renamed from busy-cursor-delay-seconds.
9803         (show-cursor-in-non-selected-windows): Doc fix.
9805 2001-02-20  Dave Love  <fx@gnu.org>
9807         * international/utf-8.el: Doc and commentary fixes.
9809 2001-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
9811         * ehelp.el (with-electric-help): Doc fix.
9813 2001-02-20  Gerd Moellmann  <gerd@gnu.org>
9815         * msb.el (msb-mode): Call the update-buffers function explicitly
9816         with a FORCE argument.
9818         * menu-bar.el (menu-bar-update-buffers): Add optional parameter
9819         FORCE.  If set, update the menu even if frame-or-buffer-changed-p
9820         returns nil.
9822 2001-02-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9824         * ps-print.el: Timestamp package replacement.  Some enhancements.
9825         Some XEmacs compatibility.  Doc fix.
9826         (ps-print-version): New version number (6.4).
9827         (ps-printer-name): Initialization fix.
9828         (ps-zebra-stripe-follow): Funcionality enhancement.
9829         (ps-prologue-file): Code enhancement.
9830         (ps-right-header): Timestamp package replacement.
9831         (ps-setup, ps-face-bold-p, ps-face-italic-p)
9832         (ps-get-page-dimensions)
9833         (ps-generate-header, ps-begin-file, ps-begin-job)
9834         (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
9835         (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
9836         (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
9837         (coding-system-for-write): Var declaration (XEmacs compatibility).
9839 2001-02-20  Miles Bader  <miles@gnu.org>
9841         * image-file.el (image-file-name-extensions): Add "tif".
9843 2001-02-19  Gerd Moellmann  <gerd@gnu.org>
9845         * wid-edit.el (widget-button-click): Save the selected window
9846         around the code handling clicks on buttons.
9848 2001-02-18  Dave Love  <fx@gnu.org>
9850         * imenu.el (imenu--generic-function): Use mapc to iterate over
9851         syntax characters.
9853 2001-02-17  Richard M. Stallman  <rms@gnu.org>
9855         * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
9857         * uniquify.el (uniquify-buffer-name-style): Doc fix.
9859 2001-02-16  Gerd Moellmann  <gerd@gnu.org>
9861         * mouse.el (mouse-save-then-kill): If the distance from the new
9862         point to the mark is equal to the distance of point from the new
9863         point, move point instead of the mark.
9865 2001-02-16  Dave Love  <fx@gnu.org>
9867         * textmodes/flyspell.el (flyspell-get-word): Return string without
9868         properties.
9870 2001-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
9872         * generic.el (generic-find-file-regexp): Doc fix.
9873         (generic-ignore-files-regexp): New defcustom.
9874         (generic-mode-find-file-hook): If the file's name matches the
9875         regexp in `generic-ignore-files-regexp', don't enter
9876         default-generic-mode.  Doc fix.
9878 2001-02-16  Gerd Moellmann  <gerd@gnu.org>
9880         * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
9881         Add autoload cookies.
9883         * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
9884         of cal-tex-24.
9886 2001-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
9888         * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
9890         * progmodes/compile.el (grep-regexp-alist): Remove the blank from
9891         the character class after the (optional) drive, to support file
9892         names with embedded blanks.
9894 2001-02-15  Sam Steingold  <sds@gnu.org>
9896         * textmodes/tex-mode.el (tex-shell-running):
9897         Check the process buffer too.
9899 2001-02-15  Dave Love  <fx@gnu.org>
9901         * battery.el (battery-status-function): Fix doc, :type.
9903         * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9905 2001-02-15  Gerd Moellmann  <gerd@gnu.org>
9907         * subr.el (read-passwd): Clear Lisp memory holding password.
9909 2001-02-15  Miles Bader  <miles@gnu.org>
9911         * info.el (Info-copy-current-node-name): New function.
9912         (Info-mode-menu): Add it to the menu.
9914 2001-02-14  Richard M. Stallman  <rms@theobromine.ai.mit.edu>
9916         * international/mule-cmds.el (toggle-input-method): Doc fix.
9918 2001-02-13  Stefan Monnier  <monnier@cs.yale.edu>
9920         * replace.el (occur): Stop at end of buffer.
9922 2001-02-13  Eli Zaretskii  <eliz@is.elta.co.il>
9924         * international/mule-cmds.el (set-input-method): Another doc fix.
9926 2001-02-13  David M. Koppelman <koppel@ee.lsu.edu>
9928         * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
9930 2001-02-13  Miles Bader  <miles@gnu.org>
9932         * faces.el (set-face-background, set-face-foreground)
9933         (set-face-stipple): Treat a value of nil as being `unspecified'.
9935 2001-02-12  Dave Love  <d.love@dl.ac.uk>
9937         * international/latin1-disp.el:  Doc fixes.
9938         (latin1-display) <defgroup>: Add :link.
9939         (latin1-display) <function>: Set variable latin1-display.
9941 2001-02-12  Eli Zaretskii  <eliz@is.elta.co.il>
9943         * international/mule-cmds.el (set-input-method): Doc fix.
9945 2001-02-12  Eric M. Ludlam  <zappo@choochoo.ultranet.com>
9947         * speedbar.el (speedbar-frame-parameters): No toolbar lines.
9948         (speedbar-line-file): Return nil if not a file.
9949         (speedbar-buffers-line-path): Return file for tags, and dir for files.
9951 2001-02-12  Michael Kifer  <kifer@cs.sunysb.edu>
9953         * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
9954         for remote files.
9955         (ediff-coding-system-for-read): Replaced the no-conversion default
9956         with raw-text.
9958         * ediff-init.el: Removed :version from defcustom vars.
9960         * ediff-util.el (ediff-compute-custom-diffs-maybe):
9961         Better handling of the diff mode.
9963         * ediff.texi: Added ediff-coding-system-for-read.
9965         * viper.texi: Fix typos.
9967 2001-02-11  Dave Love  <fx@gnu.org>
9969         * shadowfile.el: Doc fixes.
9970         (shadow) <defgroup>: Add :link.
9971         (shadowfile-unload-hook): New function.
9972         (shadow-initialize): Use defalias, not fset.
9973         (shadow-define-cluster, shadow-define-literal-group)
9974         (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
9976         * international/mule.el: Doc and message fixes.
9978         * international/ccl.el (define-ccl-program): Doc fix.
9980 2001-02-11  Kenichi Handa  <handa@etl.go.jp>
9982         * faces.el (mode-line): Set :line-width property to -1.
9984 2001-02-10  Richard M. Stallman  <rms@gnu.org>
9986         * complete.el (partial-completion-mode): Doc fix.
9988         * simple.el (delete-key-deletes-forward-mode):
9989         Change `let' to `let*' to fix gross bug in last change.
9991         * repeat.el (repeat): Don't let execute-kbd-macro alter
9992         real-last-command.
9994 2001-02-10  Eli Zaretskii  <eliz@is.elta.co.il>
9996         * simple.el (eval-expression): Doc fix.
9998 2001-02-09  Dave Love  <fx@gnu.org>
10000         * imenu.el (imenu-generic-expression): Doc fix.
10002         * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
10003         From Juanma Barranquero.
10005         * emacs-lisp/authors.el (authors): Expand `root' before running find.
10007 2001-02-09  Kenichi Handa  <handa@etl.go.jp>
10009         * faces.el (set-face-attribute): Describe the case of a negative
10010         value specified for :line-width.
10012 2001-02-08  Stefan Monnier  <monnier@cs.yale.edu>
10014         * which-func.el (which-func-mode): Invert which-func-mode-global.
10015         From Juanma Barranquero <lektu@uol.com.br>.
10017 2001-02-08  Dave Love  <fx@gnu.org>
10019         * wid-edit.el (widget-plist-convert-widget): Replace binding of
10020         widget-plist-value-type.
10021         (widget-alist-convert-widget): Replace binding of
10022         widget-alist-value-type.
10024         * textmodes/paragraphs.el (sentence-end): Doc fix.
10026         * eshell/em-rebind.el (eshell-cannot-leave-input-list):
10027         Remove `backward-line'.
10029         * play/pong.el (pong-blank-color, pong-bat-color)
10030         (pong-ball-color, pong-border-color, pong-left-key)
10031         (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
10032         (pong-pause-key, pong-resume-key, pong-timer-delay):
10033         * mail/mh-comp.el (mh-compose-letter-function):
10034         * eshell/esh-mode.el (eshell-skip-prompt-function):
10035         * emulation/viper-ex.el (ex-unix-type-shell-options):
10036         * recentf.el (recentf-menu-filter):
10037         * ps-print.el (ps-print-region-function):
10038         * lpr.el (print-region-function):
10039         * forms.el (forms-mode-hooks):
10040         * dirtrack.el (dirtrack-directory-change-hook):
10041         * cus-start.el (temp-buffer-show-function, display-buffer-function):
10042         * textmodes/spell.el (spell-filter):
10043         * textmodes/fill.el (adaptive-fill-function):
10044         * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
10045         * progmodes/etags.el (find-tag-default-function):
10046         * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
10047         * progmodes/ada-mode.el (ada-popup-key): Fix :type.
10049 2001-02-07  Eli Zaretskii  <eliz@is.elta.co.il>
10051         * emulation/viper-init.el (viper-fast-keyseq-timeout)
10052         (viper-translate-all-ESC-keysequences): Doc fix.  From Jim
10053         Meyering <jim@meyering.net>.
10055         * loadup.el: Revert last change.
10057 2001-02-07  Kenichi Handa  <handa@etl.go.jp>
10059         * international/mule.el (transform-make-coding-system-args):
10060         Make it work also for coding systems not using CCL.
10062 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
10064         * simple.el (previous-matching-history-element)
10065         (next-matching-history-element): Doc fix.
10067         * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
10068         specific part.
10070 2001-02-06  Dave Love  <fx@gnu.org>
10072         * add-log.el (add-log-current-defun-function)
10073         (add-log-buffer-file-name-function, add-log-file-name-function):
10074         Fix :type.
10075         (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
10077 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
10079         * info.el (info-initialize): Remove the test for system-type when
10080         invocation-directory is non-nil.
10082         * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
10083         of `font-lock-defaults' to `backward-paragraph' rather than nil.
10085 2001-02-06  Andrew Innes  <andrewi@gnu.org>
10087         * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
10088         absolute.
10090 2001-02-06  David M. Koppelman <koppel@ee.lsu.edu>
10092         * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
10093         buffers.  When hi-lock turned on rather than only checking current
10094         buffer for regexps, all buffers are checked. Moved activation of
10095         font-lock to hi-lock-refontify. When font-lock turned off rather
10096         than removing added highlighting just in current buffer, remove it
10097         in all buffers.  Changed edit menu text from "Automatic
10098         Highlighting" to "Regexp Highlighting" Documentation for
10099         highlighting phrases, minor documentation changes.
10100         (hi-lock-set-file-patterns): Execute only if there are new or
10101         existing file patterns.
10102         (hi-lock-refontify): Assume font-lock-fontify-buffer will first
10103         unfontify and, if a support mode is active, will not refontify the
10104         whole buffer.  If necessary, turn on font lock. (Removed
10105         font-lock-unfontify and font-lock support-mode-specific calls,
10106         such as lazy-lock-fontify-window.)
10107         (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
10108         patterns are found. Not useful now since find-file-hook is removed
10109         if hi-lock is off, but may be needed for per-buffer hi-lock activation.
10110         (hi-lock-face-phrase-buffer): New function.  Also added related
10111         menu item and keybinding.
10112         (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
10113         (hi-lock-process-phrase): New function.
10114         (hi-lock-line-face-buffer): Doc fixes.
10115         (hi-lock-face-buffer): Doc fixes.
10116         (hi-lock-unface-buffer): Doc fixes.
10118 2001-02-06  Gerd Moellmann  <gerd@gnu.org>
10120         * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
10121         dabbrev-ignored-regexps.
10123 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
10125         * simple.el (kill-line): Doc fix.
10127 2001-02-05  Dave Love  <fx@gnu.org>
10129         * loadup.el: Revert last two changes -- bootstrapping works with
10130         regenerated loaddefs.
10132 2001-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
10134         * isearch.el (isearch-forward): Doc fix.
10136         * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
10137         of font-lock-defaults to backward-paragraph.
10139 2001-02-05  Gerd Moellmann  <gerd@gnu.org>
10141         * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
10142         X-Complaints-To, NNTP-Posting-Date, and User-Agent.
10144 2001-02-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10146         * ebnf2ps.el: Eliminate time-stamp functions.
10147         (ebnf-version): New version (3.5).
10148         (ebnf-eps-finish-and-write): Replace time-stamp functions by
10149         format-time-string.
10151 2001-02-05  Gerd Moellmann  <gerd@gnu.org>
10153         * simple.el (next-line): Goto end-of-line before inserting a newline.
10155 2001-02-05  Miles Bader  <miles@gnu.org>
10157         * image-file.el (insert-image-file): When visiting an image, also
10158         set `truncate-lines' to t so that any fringe arrow looks correct.
10160 2001-02-05  Kenichi Handa  <handa@etl.go.jp>
10162         * isearch.el (isearch-forward): Add description about input method
10163         in the docsting.
10165 2001-02-04  Stefan Monnier  <monnier@cs.yale.edu>
10167         * skeleton.el (skeleton-internal-1): Always push the mark for @.
10169 2001-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
10171         * info.el (info-initialize): If installation-directory is nil, for
10172         DOS/Windows systems try looking in a sibling of invocation-directory.
10174 2001-02-02  Gerd Moellmann  <gerd@gnu.org>
10176         * wid-edit.el (widget-button-click): Fix last change.
10178         * frame.el (frame-notice-user-settings): When resizing the initial
10179         frame because the tool bar is off, also change the frame's top
10180         position if a negative top position was specified.
10182 2001-02-02  Miles Bader  <miles@gnu.org>
10184         * image-file.el (insert-image-file): When visiting an image,
10185         suppress the cursor in the image buffer.
10187 2001-02-01  Dave Love  <fx@gnu.org>
10189         * progmodes/f90.el (f90-mode): Remove startup message.
10191         * vc-cvs.el: Remove autoloads.  Require vc when compiling.
10193 2001-02-01  Gerd Moellmann  <gerd@gnu.org>
10195         * startup.el (command-line): Fix code determining whether or not
10196         to use delete-key-deletes-forward-mode.
10198 2001-02-01  Andre Spiegel  <spiegel@gnu.org>
10200         * vc.el (vc-diff-switches): New user option.
10201         (vc-version-diff): Use it.
10202         (vc-diff-switches-list): New macro.
10204         * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
10205         New customization options.
10206         (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
10208         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
10210 2001-02-01  Gerd Moellmann  <gerd@gnu.org>
10212         * msb.el (toplevel): Quote hook symbols.
10214 2001-02-01  Kenichi Handa  <handa@etl.go.jp>
10216         * international/mule.el (make-coding-system): Add description
10217         about recognized properties in the docstring.
10219         * international/mule-conf.el: Remove unused charsets
10220         mac-roman-lower and mac-roman-upper.
10222 2001-01-31  Gerd Moellmann  <gerd@gnu.org>
10224         * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
10225         is in front of the left-margin, if any.
10227         * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
10228         like `delete'.
10230         * bindings.el: Define `kp-delete' like `delete' in function-key-map.
10232         * term/w32-win.el (mouse-set-font): Doc fix.
10234 2001-01-31  Stefan Monnier  <monnier@cs.yale.edu>
10236         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
10237         (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
10238         on already.
10240 2001-01-31  Markus Rost  <rost@math.ohio-state.edu>
10242         * files.el (save-buffer): Don't give message if (buffer-file-name)
10243         returns nil.
10245 2001-01-31  Eli Zaretskii  <eliz@is.elta.co.il>
10247         * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
10249         * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
10250         concat for integers.  From Juanma Barranquero <lektu@uol.com.br>.
10252         * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
10253         display problems.
10255 2001-01-31  Kenichi Handa  <handa@etl.go.jp>
10257         * international/mule.el (charset-info): Fix docstring.
10259         * international/mule-diag.el (describe-character-set): Check final
10260         char valid before printing it.
10262 2001-01-30  Gerd Moellmann  <gerd@gnu.org>
10264         * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
10266         * frame.el (frame-notice-user-settings): Do the tool-bar
10267         stuff only for graphical displays.  Fix a braino.
10269         * frame.el (frame-initialize): Create initial frame visible.
10270         (frame-notice-user-settings): When tool-bar has been switched off,
10271         correct the frame size and sync tool-bar-mode.
10273         * startup.el (command-line): Remove manipulation of frame
10274         height for tool bars.
10276 2001-01-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10278         * lpr.el: Compatibility with XEmacs and doc fixes.
10279         (lpr-windows-system, lpr-lp-system): New vars.
10280         (lpr-printer-switch): New defcustom.
10281         (printer-name, lpr-command): Customization fix.
10282         (print-region-1): Code fix.
10283         (print-region-new-buffer, printify-region): Indentation fix.
10284         (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
10285         New functions.
10287 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
10289         * msb.el (toplevel): Fix the eval-after-load.
10291 2001-01-29  Dave Love  <fx@gnu.org>
10293         * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
10295         * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
10297         * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
10298         (tcl-using-emacs-19-23): Consider Emacs 21+.
10299         (tcl-help-directory-list, tcl-command-switches): Fix :type.
10300         (tcl-add-emacs-menu): Supply menu name.
10301         (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
10303 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
10305         * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
10307 2001-01-29  Stefan Monnier  <monnier@cs.yale.edu>
10309         * pcvs.el (cvs-mark-fis-dead): New function.
10310         (cvs-mode-add): Use it.
10311         (cvs-mode-add-change-log-entry-other-window):
10312         Rebind change-log-default-name to itself rather than to nil.
10314 2001-01-29  Sam Steingold  <sds@gnu.org>
10316         * vc-cvs.el: Replaced (require 'vc) with a bunch of
10317         `autoload' statements.
10319 2001-01-29  Eli Zaretskii  <eliz@is.elta.co.il>
10321         * files.el (confirm-kill-emacs): Doc fix.
10323         * frame.el (frame-initialize): Doc fix.
10325         * time-stamp.el (time-stamp-string): Doc fix.
10327         * woman.el (WoMan-log-1): Make the log buffer writable.
10328         From Markus Rost <rost@math.ohio-state.edu>.
10330 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
10332         * imenu.el (imenu-syntax-alist): Add autoload cookie for
10333         the `make-variable-buffer-local'.
10335 2001-01-29  Dave Love  <fx@gnu.org>
10337         * ansi-color.el (ansi-color-for-comint-mode): Add :version.
10338         (ansi-color-for-comint-mode-on, ansi-color-process-output):
10339         Add autoload cookie.
10340         (ansi-color-apply-sequence): Fix typo.
10342 2001-01-29  Gerd Moellmann  <gerd@gnu.org>
10344         * menu-bar.el (menu-bar-files-menu): Add menu items for
10345         Postscript printing in black and white.
10347         * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
10348         X-Mailman-Version, Precedence, List-Help, List-Post,
10349         List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
10350         Content-Type, Content-Length.
10352 2001-01-29  Dave Love  <fx@gnu.org>
10354         * elide-head.el (elide-head): Make overlay evaporate.
10356         * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
10358 2001-01-28  Eli Zaretskii  <eliz@is.elta.co.il>
10360         * isearch.el (isearch-highlight): Don't punt if the display
10361         doesn't support colors, since isearch faces are defined for
10362         monochrome displays as well.
10364 2001-01-27  Sam Steingold  <sds@gnu.org>
10366         * shell.el (shell-write-history-on-exit): Make sure that we are in
10367         the shell buffer (M-x tex-file RET inserted the error message into
10368         the TeX buffer).
10370 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
10372         * simple.el (transient-mark-mode): Doc fix.
10374 2001-01-27  Gerd Moellmann  <gerd@gnu.org>
10376         * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
10378 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
10380         * shell.el (shell-unquote-argument): If the shell is one of the
10381         mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
10382         quote character.
10383         (shell-dumb-shell-regexp): Document that the shells which match
10384         this regexp are supposed to not treat a backslash as a quote character.
10386         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
10387         from 2001-01-12.  It is not needed, since backspace is mapped into DEL.
10389 2001-01-27  Richard M. Stallman  <rms@gnu.org>
10391         * dabbrev.el (dabbrev--substitute-expansion):
10392         Treat a one-capital-letter abbrev as "not all upper case",
10393         so as to force preservation of the expansion's pattern
10394         if the expansion starts with a capital letter.
10396 2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
10398         * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
10399         Doc fix.
10401         * simple.el (transient-mark-mode): Document the fact that many
10402         commands act on the region when mark is active.
10404 2001-01-27  Kenichi Handa  <handa@etl.go.jp>
10406         * international/quail.el (quail-setup-completion-buf): Make the
10407         multibyteness of current buffer inherited to Quail completion buffer.
10408         (quail-show-guidance-buf): Make the multibyteness of current
10409         buffer inherited to Quail guidance buffer.
10410         (quail-help): Make the multibyteness of current buffer inherited
10411         to Quail help buffer.
10413 2001-01-26  Dave Love  <fx@gnu.org>
10415         * time-stamp.el: Doc fixes.
10417         * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
10418         (delphi-keyword-face, delphi-other-face): Fix :type.
10420         * textmodes/flyspell.el: Doc fixes.  Add :version to new options.
10422         * mail/feedmail.el (feedmail): Add :link.
10423         (feedmail-send-it): Doc fix.
10425         * mail/sendmail.el: Doc fixes.
10426         (sendmail-send-it): Fix the non-ASCII regexp and use
10427         rfc2047-encode-string.
10429         * dired.el, dired-aux.el: Revert last change.
10431 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
10433         * makefile.w32-in (DONTCOMPILE): Add various term files.
10435 2001-01-26  Dave Love  <fx@gnu.org>
10437         * Makefile.in (DONTCOMPILE): Add various term files.
10439 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
10441         * man.el (Man-default-man-entry, Man-mode): Doc fix.
10443         * startup.el (display-startup-echo-area-message): Make sure
10444         the echo area is resized to fit the size of the startup message.
10446         * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
10447         part of which is a constant.
10449 2001-01-26  Eli Zaretskii  <eliz@is.elta.co.il>
10451         * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
10453 2001-01-26  Richard M. Stallman  <rms@gnu.org>
10455         * simple.el (next-line): Don't let `newline' expand abbrevs.
10456         Simplify slightly.
10457         (open-line): Don't let `newline' expand abbrevs.
10459 2001-01-25  John Wiegley  <johnw@gnu.org>
10461         * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
10462         to `repeat' in the :type field.
10464         * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
10465         allow a choice of regexp or nil.
10466         (pcomplete-dir-ignore): Same.
10468         * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
10469         a command) to always fail.
10471 2001-01-25  Gerd Moellmann  <gerd@gnu.org>
10473         * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
10474         discard the result.
10475         (iswitchb-to-end): Likewise.
10477 2001-01-25  Sam Steingold  <sds@gnu.org>
10479         * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
10480         Require vc.
10482 2001-01-25  Stefan Monnier  <monnier@cs.yale.edu>
10484         * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
10486         * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
10488 2001-01-25  Dave Love  <fx@gnu.org>
10490         * lisp/international/mule-diag.el (describe-char-after): Doc fix.
10491         (describe-coding-system): Tweak the English text.
10493         * loadup.el: Preload international/ccl for utf-8.
10495 2001-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
10497         * mail/rmail.el (rmail-redecode-body): Doc fix.
10499 2001-01-25  Kenichi Handa  <handa@etl.go.jp>
10501         * international/mule-cmds.el (reset-language-environment):
10502         Reset coding-category-utf-8 to mule-utf-8.
10504         * international/mule-conf.el (coding-category-utf-8):
10505         Initialize to mule-utf-8.
10507         * loadup.el: Preload international/utf-8.
10509         * international/utf-8.el: New file.
10511 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
10513         * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
10515 2001-01-24  Sam Steingold  <sds@gnu.org>
10517         * dired.el (dired-replace-in-string): Removed.
10518         (dired-sort-toggle): Use `replace-regexps-in-string'
10519         instead of `dired-replace-in-string'.
10521         * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
10522         (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
10524         * gs.el (gs-replace-in-string): Removed.
10525         (gs-options): Use `replace-regexps-in-string'
10526         instead of `gs-replace-in-string'.
10528 2001-01-24  Eli Zaretskii  <eliz@is.elta.co.il>
10530         * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
10531         bug report is mailed to an email list and posted to a news group.
10533 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
10535         * comint.el (comint-replace-by-expanded-history-before-point):
10536         Fix change of 2000-08-03 to move point to the start of the line again.
10538         * startup.el (tool-bar-images-pixel-height): New variable.
10539         (command-line): After loading the user's init file, when
10540         tool-bar-mode is on, increase the frame's size by some lines for
10541         the tool-bar.
10543         * frame.el (frame-initialize): Create the initial frame invisible.
10545 2001-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
10547         * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
10548         (chinese-big5): MIME:Big5.
10550 2001-01-24  Gerd Moellmann  <gerd@gnu.org>
10552         * international/mule-cmds.el (universal-coding-system-argument):
10553         Handle commands with prefix args.
10555 2001-01-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
10557         * calendar/diary-lib.el (diary-float): Fix case of MONTH
10558         being a list of numbers.
10559         (diary-mail-entries): Rewritten.
10561 2001-01-23  Dave Love  <fx@gnu.org>
10563         * international/mule.el (make-coding-system): Fix typo.
10565         * textmodes/outline.el (outline-mode) <font-lock-defaults>:
10566         Add backward-paragraph as font-lock-beginning-of-syntax-function.
10568 2001-01-23  Eli Zaretskii  <eliz@is.elta.co.il>
10570         * font-lock.el (font-lock-mode): Doc fix.
10572 2001-01-23  Kenichi Handa  <handa@etl.go.jp>
10574         * international/mule.el (make-translation-table): Fix docstring.
10576 2001-01-22  Eli Zaretskii  <eliz@is.elta.co.il>
10578         * mail/rmail.el (rmail-redecode-body): New function.
10580         * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
10582 2001-01-22  Gerd Moellmann  <gerd@gnu.org>
10584         * isearch.el (isearch-lazy-highlight-case-fold-search)
10585         (isearch-lazy-highlight-regexp): New variables.
10586         (isearch-lazy-highlight-cleanup): Update lazy highlight if
10587         case-fold search or regexp search has been toggled.
10589         * wid-edit.el (widget-button-click): Avoid a save-excursion
10590         around running a global binding.
10592         * isearch.el (isearch-lazy-highlight-initial-delay): Set default
10593         to 0.25.
10595 2001-01-20  Miles Bader  <miles@gnu.org>
10597         * cus-edit.el (custom-face-save): Do post-processing on the face's
10598         new value like `custom-face-set' does.
10600 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
10602         * mail/emacsbug.el (report-emacs-bug): Report the value of
10603         LC_CTYPE, not LC_TYPE.
10605         * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
10606         isearch-toggle-regexp and isearch-edit-string to doc string.
10608 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
10610         * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
10611         as font-lock-beginning-of-syntax-function in font-lock-defaults.
10613         * jit-lock.el (jit-lock-fontify-now): Don't bind
10614         font-lock-beginning-of-syntax-function to nil.
10616 2001-01-19  Eli Zaretskii  <eliz@is.elta.co.il>
10618         * mail/emacsbug.el (report-emacs-bug): Report values of
10619         locale-coding-system, default-enable-multibyte-characters, and the
10620         environment variables LC_ALL, LC_TYPE, and LANG.
10622 2001-01-19  Gerd Moellmann  <gerd@gnu.org>
10624         * font-lock.el (font-lock-default-fontify-region): Fix last change.
10626         * font-lock.el (font-lock-multiline): Default to nil.
10627         (font-lock-default-fontify-region): If font-lock-multiline is
10628         nil, don't check the property `font-lock-multiline'.
10630         * jit-lock.el (jit-lock-after-change): If font-lock-multiline
10631         is nil, don't check the `font-lock-multiline' text property.
10633 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
10635         * viper.el: Call initial-major-mode on startup.
10637         * ediff.el (ediff-patch-file): Use better defaults.
10639         * ediff-vers.el: Fix for 8+3 DOS file systems.
10641 2001-01-19  Colin Walters <walters@cis.ohio-state.edu>
10643         * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
10644         diff mode, if available.
10646 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
10648         * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
10650         * ediff-init.el (subst-char-in-string): Define and use it, unless
10651         it's already defined.
10653 2001-01-18  Gerd Moellmann  <gerd@gnu.org>
10655         * tooltip.el (tooltip-hide-delay): New user-option.
10656         (tooltip-show): Use tooltip-hide-delay instead of the default.
10658 2001-01-18  Kenichi Handa  <handa@etl.go.jp>
10660         * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
10661         kill-local-variable doesn't work for enable-multibyte-characters.
10663 2001-01-17  Dave Love  <fx@gnu.org>
10665         * ediff-init.el (ediff-before-setup-hook)
10666         (ediff-merge-filename-prefix): Add :version.
10668         * international/latin1-disp.el: Require disp-table.
10669         (latin1-display): Fix :set.
10671         * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
10673 2001-01-17  Gerd Moellmann  <gerd@gnu.org>
10675         * isearch.el (isearch-lazy-highlight-initial-delay)
10676         (isearch-lazy-highlight-interval): Default to 0.
10678 2001-01-17  Bob Glickstein  <bobg@zanshin.com>
10680         * isearch.el (isearch-highlight): Set isearch-overlay priority to
10681         1 here rather than each time through
10682         isearch-lazy-highlight-new-loop.
10683         (isearch-lazy-highlight-max): Variable deleted.
10684         (isearch-lazy-highlight-max-at-a-time): New user variable, like
10685         isearch-lazy-highlight-max but controls a single invocation of
10686         isearch-lazy-highlight-update.
10687         (isearch-lazy-highlight-wrapped): Variable recreated.
10688         (isearch-lazy-highlight-window-start): New variable.
10689         (isearch-lazy-highlight-cleanup): Restored to behavior of
10690         before 2-Jan.
10691         (isearch-lazy-highlight-remove-overlays): Function deleted;
10692         behavior folded into isearch-lazy-highlight-cleanup.  "Keep"
10693         behavior removed.
10694         (isearch-lazy-highlight-new-loop): Restore old behavior of calling
10695         isearch-lazy-highlight-update in a loop rather than just once.
10696         Test isearch-invalid-regexp here and decide not to start a new
10697         loop, rather than testing it each time through
10698         isearch-lazy-highlight-update.
10699         (isearch-lazy-highlight-search): Function restored.
10700         (isearch-lazy-highlight-update): Get called in a timer loop again,
10701         but this time highlight more than one match each time through.
10702         Only highlight matches in the visible part of the window.
10703         Start at point, move in the direction of the search, and wrap around at
10704         the edge of the window.  Use sit-for to force redisplay and ensure
10705         window-start is credible.  "Face suppressing" behavior removed;
10706         overlay priorities should make it unnecessary, right?
10707         (isearch-highlight): Face suppressing behavior removed.
10708         (isearch-dehighlight): Face suppressing behavior removed.
10709         (isearch-set-lazy-highlight-faces-at): Removed.
10711 2001-01-17  Kenichi Handa  <handa@etl.go.jp>
10713         * language/european.el ("Latin-1"): Make the format of description
10714         about additional language environments same as that of Latin-2.
10716 2001-01-16  Dave Love  <fx@gnu.org>
10718         * isearch.el (isearch-lazy-highlight): Add :version.
10720         * simple.el (backward-delete-char-untabify-method)
10721         (next-line-add-newlines): Add :version.
10723 2001-01-16  Gerd Moellmann  <gerd@gnu.org>
10725         * bindings.el: Bind <backspace> and <delete> via function-key-map.
10726         Don't bind <delete> otherwise.
10728         * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
10729         and <delete> via function-key-map.
10731         * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
10732         Subject line only if point is after the `Subject:'.
10734 2001-01-16  Kenichi Handa  <handa@etl.go.jp>
10736         * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
10737         japanese-jisx0213-2 in `charset' property of this lang. env.
10739         * language/european.el ("Latin-1"): Add description for Dutch and
10740         Spanish lang. env.
10742         * international/mule.el (decode-char): Fix conditions.
10743         (encode-char): Handle eight-bit-control too.
10744         (transform-make-coding-system-args): New function.
10745         (make-coding-system): Accept XEmacs style arguments for CCL base
10746         coding system.
10748 2001-01-15  Gerd Moellmann  <gerd@gnu.org>
10750         * progmodes/etags.el (find-tag-noselect): Save the value of
10751         tags-file-name before switching buffers, for the case it has a
10752         buffer-local value.
10754 2001-01-15  Alex Schroeder  <alex@gnu.org>
10756         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
10757         From Dave Love <fx@gnu.org>.
10758         (ansi-color-for-comint-mode): Fix :version.
10760 2001-01-15  Alex Schroeder  <alex@gnu.org>
10762         * ansi-color.el (ansi-color-unfontify-region): Doc change.
10764 2001-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
10766         * dired.el (dired-insert-directory): If file-system-info fails,
10767         remove the " free " part, but don't signal an error.
10769 2001-01-12  Sam Steingold  <sds@gnu.org>
10771         * bookmark.el (bookmark-maybe-historicize-string):
10772         Use new backquote syntax.
10774 2001-01-12  Richard M. Stallman  <rms@gnu.org>
10776         * subr.el (last): Handle a list that doesn't end in nil.
10778 2001-01-12  Sam Steingold  <sds@gnu.org>
10780         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
10781         to `backward-delete-char-untabify'.
10783 2001-01-12  Dave Love  <fx@gnu.org>
10785         * cus-edit.el (customize-menu-create): Fix the :filter following
10786         easymenu change.
10788         * wid-edit.el (function): Add :match-alternatives.
10789         (widget-color-action): Doc fix.
10791 2001-01-12  Gerd Moellmann  <gerd@gnu.org>
10793         * calendar/calendar.el (calendar-basic-setup): Doc fix.
10795 2001-01-12  Kenichi Handa  <handa@etl.go.jp>
10797         * international/mule-cmds.el (prefer-coding-system): Fix docstring.
10799         * international/ccl.el (define-ccl-program): Fix docstring.
10801 2001-01-11  Dave Love  <fx@gnu.org>
10803         * international/mule-cmds.el (standard-display-european-internal):
10804         Set display table for 2208 as for 160.
10806         * progmodes/ada-mode.el (ada-popup-key): Fix last change.
10808         * progmodes/fortran.el (fortran-mode-map): Modify Customization
10809         entry for custom-menu-create change.
10810         (fortran-strip-sqeuence-nos): Make arg optional.  Fix regexp and
10811         don't cons it in the search loop.
10813         * imenu.el (imenu--truncate-items): Revert last change.
10815 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
10817         * info.el (Info-setup-header-line): If the node header includes
10818         either Next: or Prev: links, don't show the File: and Node: parts
10819         in the header line.
10821 2001-01-11  Gerd Moellmann  <gerd@gnu.org>
10823         * comint.el (comint-goto-process-mark): Don't print a message
10824         when running in batch mode.
10826         * isearch.el (isearch-search): In the condition-case handler for
10827         `error', set isearch-invalid-regexp to the whole error message.
10829         * subr.el (eval-after-load): Call load-symbol-file-load-history to
10830         ensure that eval-after-load works for files dumped with Emacs.
10832         * help.el (load-symbol-file-load-history): New function extracted
10833         from function symbol-file.
10834         (symbol-file): Use it.
10836         * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
10838 2001-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
10840         * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
10841         behave as if there were no prefix argument.
10842         (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
10843         argument were nil.
10845 2001-01-11  Richard M. Stallman  <rms@gnu.org>
10847         * isearch.el (isearch-lazy-highlight-update):
10848         Don't look for more potential matches once maximum is exceeded.
10849         Use overlays-in to check correctly for overlap with current match.
10850         Ignore empty matches.
10852 2001-01-11  Miles Bader  <miles@gnu.org>
10854         * textmodes/ispell.el (ispell-adjusted-window-height): New function.
10855         (ispell-overlay-window, ispell-help, ispell-show-choices)
10856         (ispell-command-loop): Use it instead of `window-height'.
10858 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
10860         * files.el (confirm-kill-emacs): New user-option.
10861         (save-buffers-kill-emacs): Ask for final confirmation before
10862         killing Emacs.
10864         * isearch.el (isearch-done): Set isearch-lazy-highlight-start
10865         to nil.
10867 2001-01-10  Dave Love  <fx@gnu.org>
10869         * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
10871         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
10873         * hi-lock.el (hi-lock-exclude-modes): Fix :type.
10875         * calculator.el (calculator-number-digits): Fix :type.
10877         * vc-cvs.el (vc-cvs-header): Fix :type.
10878         * vc-rcs.el (vc-rcs-header): Fix :type.
10879         * vc-sccs.el (vc-sccs-header): Fix :type.
10881         * progmodes/ada-mode.el (ada-popup-key): Fix :type.
10883         * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
10885         * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
10887 2001-01-10  Gerd Moellmann  <gerd@gnu.org>
10889         * simple.el (set-variable): Force a thorough redisplay for the
10890         case that the variable has an effect on the display, like
10891         `tab-width' has.
10893 2001-01-10  Andre Spiegel  <spiegel@gnu.org>
10895         * vc.el: Add documentation for backend interface.
10897 2001-01-10  Kenichi Handa  <handa@etl.go.jp>
10899         * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
10901         * international/mule-conf.el (latin-extra-code-table): Set to t
10902         for \223 and \224.
10904 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
10906         * international/mule-cmds.el (locale-language-names): Map "es" to
10907         "Spanish" and "nl" to "Dutch".
10909 2001-01-09  Gerd Moellmann  <gerd@gnu.org>
10911         * bindings.el (global-map): Bind <home> to beginning-of-line,
10912         <end> to end-of-line, C-<home> to beginning-of-buffer, and
10913         C-<end> to end-of-buffer.
10915         * language/european.el: Add Dutch and Spanish language info
10916         to be able to use the appropriate tutorials.
10918 2001-01-09  Alex Schroeder  <alex@gnu.org>
10920         * ansi-color.el (ansi-color-process-output): Use markers instead
10921         of positions for start and end of region.
10922         (ansi-color-apply-on-region): Rewrote code to make it more robust.
10923         Previously, occasional mistakes happend when fontifying many
10924         chunks of output (eg. ls --color=yes /dev).  This happened
10925         whenever an overlay was created up to the end of the region, which
10926         coincided with the process-mark.  New text would then be added
10927         within that overlay instead of after it.
10928         (ansi-color-make-extent): Overlays are created with the property
10929         `modification-hooks' set to '(ansi-color-freeze-overlay).
10930         (ansi-color-freeze-overlay): New function.  When inserting text at
10931         the end of the overlay, the overlay will resize.
10933 2000-01-09  Alex Schroeder  <alex@gnu.org>
10935         * ansi-color.el (ansi-color-process-output): Doc change.
10936         (ansi-color-unfontify-region): Doc change.  No longer installed
10937         automatically in font-lock-unfontify-region-function.
10938         (ansi-color-apply): Doc change.
10939         (ansi-color-apply-on-region): Use extents or overlays instead of
10940         text-properties.
10941         (ansi-color-make-extent): New function.
10942         (ansi-color-set-extent-face): New function.
10944 2000-01-09  Alex Schroeder  <alex@gnu.org>
10946         * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
10947         both use ansi-color-process-output, now.
10948         (ansi-color-process-output): Doesn't return string anymore.  It is
10949         installed in comint-output-filter-functions for both Emacs and
10950         XEmacs, now.
10951         (ansi-color-unfontify-region): Simplified code removing variables
10952         pos and start-ansi.
10953         (ansi-color-apply): Put text-property ansi-color before putting
10954         text-property face because ansi-color-unfontify-region is called
10955         immediately after the call to put-text-property.
10956         (ansi-color-context-region): Doc change.
10957         (ansi-color-filter-region): Simplified code.
10958         (ansi-color-apply-on-region): Changed start to start-marker, using
10959         a marker explicitly.  Put text-property ansi-color before putting
10960         text-property face because ansi-color-unfontify-region is called
10961         immediately after the call to put-text-property.
10963 2000-01-09  Alex Schroeder  <alex@gnu.org>
10965         * ansi-color.el (ansi-color-faces-vector): Doc change.
10966         (ansi-color-for-comint-mode): Changed :type property to choice.
10967         (ansi-color-last-context): Removed.
10968         (ansi-color-process-output): Don't use ansi-color-last-context, as
10969         the main functions will store their context now.
10970         (ansi-color-context): Doc change.
10971         (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
10972         Uses ansi-color-context such that repeated calls will strip
10973         partial escape sequences, too.
10974         (ansi-color-apply): Simplified code.  Colorize end of string if
10975         face is not null.  Store context in new (FACE STRING) format, such
10976         that repeated calls will strip partial escape sequences, too.
10977         Append faces to face property using ansi-color-apply-sequence such
10978         that cumulative mode actually works.
10979         (ansi-color-context-region): New variable.
10980         (ansi-color-filter-region): Rewrote it based on
10981         ansi-color-apply-on-region.  Uses ansi-color-context-region such
10982         that repeated calls will strip partial escape sequences, too.
10983         (ansi-color-apply-on-region): Simplified code.  Colorize end of
10984         region if face is not null.  Store context in new (FACE POS)
10985         format, such that repeated calls will strip partial escape
10986         sequences, too.  Append faces to face property using
10987         ansi-color-apply-sequence such that cumulative mode actually works.
10988         (ansi-color-apply-sequence): New function.
10989         (ansi-color-get-face): When the default face is added to the list
10990         of faces, all previous settings are discarded and the list of
10991         faces is set to '(default).
10993 2000-01-09  Alex Schroeder  <alex@gnu.org>
10995         * ansi-color.el (ansi-color-faces-vector): Use nil for the default
10996         face, such that ansi-color-apply and ansi-color-apply-on-region
10997         will do the right thing.
10998         (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
10999         returns nil, set the list of faces back to nil instead of
11000         appending the result of ansi-color-get-face to the front of the list.
11002 2000-01-09  Alex Schroeder  <alex@gnu.org>
11004         * ansi-color.el (ansi-color-for-comint-mode): Doc change.
11005         (ansi-color-process): Doc change.
11006         (ansi-color-last-context): New buffer-local variable.
11007         (ansi-color-process-output): New function.  It is automatically
11008         added to comint-output-filter-functions if this is XEmacs.
11009         (ansi-color-unfontify-region): New optional parameter for XEmacs
11010         compatibility.  Check wether font-lock-syntactic-keywords is
11011         boundp before removing the syntax table text property, as XEmacs
11012         doesn't have it.
11013         (ansi-color-filter-region): Doc change.
11014         (ansi-color-apply-on-region): Doc change.
11015         (ansi-color-make-face): New function.  Compatibility layer for
11016         XEmacs.  Return temporary faces instead of cons cells for XEmacs.
11017         (ansi-color-make-color-map): Use ansi-color-make-face.
11018         (ansi-color-get-face): Avoid face text property '(nil) as results
11019         in an errow for XEmacs.
11021 2000-01-09  Alex Schroeder  <alex@gnu.org>
11023         * ansi-color.el (ansi-color-unfontify-region): New function.
11024         Uses text-property ansi-color in order to preserve fontification by
11025         ansi-color.  When the package is loaded, a lambda expression is
11026         put onto font-lock-mode-hook.  This lambda expression will check
11027         font-lock-unfontify-region-function and replace
11028         font-lock-default-unfontify-region with ansi-color-unfontify-region.
11029         (ansi-color-apply): Add text-property ansi-color in addition to
11030         text-property face.
11031         (ansi-color-apply-on-region): Add text-property ansi-color in
11032         addition to text-property face.
11033         (save-buffer-state): Copy of the macro that is also used by
11034         lazy-lock and font-lock.
11036         (ansi-color-for-comint-mode): New option.
11037         (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
11038         (ansi-color-for-comint-mode-off): Ditto.
11039         (ansi-color-for-comint-mode-filter): Ditto.
11040         (ansi-color-process): New function.  Uses ansi-color-for-comint-mode to
11041         decide what to do.  This function is added to
11042         comint-preoutput-filter-functions when the package is loaded.
11044         (ansi-color-for-shell-mode-set): Removed.
11045         (ansi-color-for-shell-mode): Removed.
11047 2000-01-09  Alex Schroeder  <alex@gnu.org>
11049         * ansi-color.el (ansi-color-for-shell-mode-set): New function with
11050         the lambda expression from the ansi-color-for-shell-mode :set
11051         property.  Additionally, modify shell-mode-hook to enable or
11052         disable font-lock-mode for future shell buffers.
11053         (ansi-color-for-shell-mode): The :set property calls
11054         ansi-color-for-shell-mode-set instead of a lambda expression.
11056 2000-01-09  Alex Schroeder  <alex@gnu.org>
11058         * ansi-color.el (ansi-color-for-shell-mode): Doc change.
11059         (ansi-color-context): New variable.
11060         (ansi-color-apply): Save context between calls.
11062 2001-01-09  Eli Zaretskii  <eliz@is.elta.co.il>
11064         * isearch.el (isearch, isearch-lazy-highlight-face):
11065         New definitions for face colors and attributes.
11067         * wid-edit.el (widget-choose): Call display-popup-menus-p instead
11068         of display-mouse-p.
11070 2001-01-09  Kenichi Handa  <handa@etl.go.jp>
11072         * international/mule.el (make-coding-system): If the coding system
11073         accepts extra latin codes, register such codes as safe for the
11074         coding system.
11076 2001-01-08  Richard M. Stallman  <rms@gnu.org>
11078         * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
11079         don't mention the file name or the date here, because they are
11080         logged at the start of the file.
11082 2001-01-08  Richard M. Stallman  <rms@gnu.org>
11084         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
11085         Change screen-width to frame-width.
11087 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
11089         * info.el (Info-search): Print the default as part of the prompt.
11091 2001-01-08  Andre Spiegel  <spiegel@gnu.org>
11093         * vc.el (vc-default-latest-on-branch-p): New function, replaces
11094         constant implementations in backends.
11096         * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
11097         (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
11099         * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
11100         WRITABLE to EDITABLE.
11102         * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
11103         (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
11104         to EDITABLE.
11106 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
11108         * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
11109         (copyright, copyright-update): Compute the current year at run time.
11111 2001-01-08  Gerd Moellmann  <gerd@gnu.org>
11113         * isearch.el (isearch-old-signal-hook): Removed.
11114         (isearch-mode): Add isearch-done to kbd-macro-termination-hook
11115         instead of setting signal-hook-function.
11116         (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
11118 2001-01-08  Kevin Gallagher  <kevingal@onramp.net>
11120         * emulation/edt.el: Update to version 4.0.  Provide support for
11121         EDT scroll margins at top and bottom of the window.  Provide an
11122         emulation of the EDT SUBS command (bound to GOLD-Enter, by
11123         default).  Enhance edt-quit, bound to GOLD-q by default, to warn
11124         user when file-related buffer modifications exist.
11125         Provide support for running EDT Emulation in XEmacs.
11126         Provide customize access to some user updatable variables.
11127         Add Commentary section to file header.
11128         Fixed a few minor bugs and cleaned up some code.
11130         * emulation/edt-mapper.el: Update to version 4.0.  Provide support
11131         for detecting a keypress that generates an ASCII key sequence.
11132         (Previously, only a keypress that generates a vector was
11133         recognized.)  Embed Window Manager name into name of the generated
11134         EDT Emulation initialization file since the initialization file is
11135         Window Manager specific.  Add Commentary section to file header.
11137 2001-01-07  Eli Zaretskii  <eliz@is.elta.co.il>
11139         * mail/sendmail.el (mail-mode): Doc fix.
11141         * info.el (Info-goto-emacs-command-node): Doc fix.
11142         (Info-goto-emacs-key-command-node): Doc fix.
11144 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
11146         * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
11147         systems without long file-name support.
11149 2001-01-06  Andrew Innes  <andrewi@gnu.org>
11151         * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
11153 2001-01-06  Eli Zaretskii  <eliz@is.elta.co.il>
11155         * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
11156         (isearch-lazy-highlight-update): Doc fix.
11158         * ffap.el (ffap-bindings): Doc fix.
11160         * dired-x.el (dired-virtual-guess-dir): Doc fix.
11162 2001-01-05  Dave Love  <fx@gnu.org>
11164         * emacs-lisp/cl-seq.el (remove, remq): Remove.
11166 2001-01-05  Gerd Moellmann  <gerd@gnu.org>
11168         * mouse-drag.el (mouse-drag-safe-scroll):
11169         Bind scroll-preserve-screen-position to nil.
11171         * isearch.el (isearch-old-signal-hook): New variable.
11172         (isearch-mode): Set signal-hook-function to isearch-done.
11173         (isearch-done): Restore old signal-hook-function.
11175         * info.el (Info-fontify-node): Mark one more char as intangible.
11177 2000-01-05  Kenichi Handa  <handa@etl.go.jp>
11179         * composite.el (compose-last-chars): New argument COMPONENTS.
11180         If it is non-nil, compose preceding characters by compose-region with
11181         COMPONENTS.
11183         * international/quail.el (quail-input-string-to-events): New function.
11184         (quail-input-method): Convert input string to events here.
11185         (quail-start-translation): Return input string, not event list.
11186         (quail-start-conversion): Likewise.
11188 2001-01-04  Gerd Moellmann  <gerd@gnu.org>
11190         * tooltip.el (tooltip-cancel-delayed-tip)
11191         (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
11192         and tooltip-add-timeout.
11193         (tooltip-show): Set border color from faces's foreground.
11194         (tooltip-show-help-function): If called with the same help string
11195         as last time, do nothing.
11196         (tooltip-help-tips): Don't set tooltip-help-message to nil.
11198         * startup.el (fancy-splash-screens): Don't bind show-help-function
11199         to nil.
11201         * tooltip.el (tooltip-frame-parameters): Remove colors.
11202         (tooltip): New face
11203         (tooltip-set-param): New function.
11204         (tooltip-show): Set up color frame parameters from face `tooltip'.
11205         Display the tooltip text in face `tooltip'.
11207 2001-01-04  Dave Love  <fx@gnu.org>
11209         * whitespace.el (whitespace-global-mode): Fix typo.
11211         * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
11213 2001-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
11215         * help.el (help-for-help): Fix a typo in a doc string.
11216         From kwzh@gnu.org (Karl Heuer).
11218 2001-01-03  Dave Love  <fx@gnu.org>
11220         * dired-x.el: Doc fixes.  Maintainer change.
11221         (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
11222         (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
11223         (dired-guess-shell-alist-user): Customize.
11224         (dired-x-help-address): Set to bug-gnu-emacs.
11225         (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
11226         (dired-default-directory): Renamed from default-directory.
11228         * hl-line.el (hl-line): Doc fix.
11230 2001-01-03  Karl Fogel  <kfogel@red-bean.com>
11232         * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
11234 2001-01-02  Richard M. Stallman  <rms@gnu.org>
11236         * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
11237         to remove all the current alternative-match highlighting.
11238         If nil, remove only what's outside the current window.
11239         (isearch-lazy-highlight-remove-overlays): Take optional
11240         region within which NOT to remove them.
11241         (isearch-lazy-highlight-new-loop): Greatly simplified.
11242         (isearch-lazy-highlight-update): Find all the other occurrences
11243         visible in the window, in just one call.
11244         (isearch-lazy-highlight-start): Now holds start of region to scan.
11245         (isearch-lazy-highlight-end): Now holds end of region to scan.
11246         (isearch-lazy-highlight-wrapped): Variable deleted.
11247         (isearch-lazy-highlight-search): Function deleted.
11249 2000-01-02  Andrew Innes  <andrewi@gnu.org>
11251         * w32-fns.el (convert-standard-filename): Do length check on name
11252         before aref.
11254 2001-01-02  Dave Love  <fx@gnu.org>
11256         * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
11257         value.
11258         (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
11260         * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
11262         * net/browse-url.el (browse-url-filename-alist): Avoid backquote
11263         read syntax.
11265         * calendar/todo-mode.el (todo): Add :link, :version.
11266         (todo-save-top-priorities): Remove autoload cookie.
11267         (todo-add-category, todo-add-item-non-interactively)
11268         (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
11270 2001-01-02  Gerd Moellmann  <gerd@gnu.org>
11272         * comint.el (comint-input-history-ignore): New variable.
11273         (comint-read-input-ring): Ignore entries matching
11274         comint-input-history-ignore.
11276 2001-01-02  Eric M. Ludlam  <zappo@gnu.org>
11278         * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
11279         (lm-copyright-mark): New function.
11280         (lm-crack-copyright): New function.
11281         (lm-verify): Check that the file has a copyright.
11282         Check that the file is copyright Free Software Foundation.
11284 2000-12-30  Kenichi Handa  <handa@etl.go.jp>
11286         * international/mule-diag.el (print-fontset): Indent font name by
11287         24 columns, not 25.
11289 2000-12-29  Gerd Moellmann  <gerd@gnu.org>
11291         * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
11292         in Subject line.
11294         * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
11295         Use mail-mode-hook instead of mail-setup-hook.
11296         Otherwise continuing an interrupted message with C-u C-x m for
11297         instance, winds up in Mail mode without abbrevs.
11299 2000-12-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11301         * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
11302         non-nil.  Adding almost all customization variables on ps-setup.
11303         Doc fix.
11304         (ps-print-version): New version number (6.3.3).
11305         (ps-end-with-control-d): Initialization fix.
11306         (ps-lines-printed): New var.
11307         (ps-skip-newline): New fun.
11308         (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
11309         (ps-next-line, ps-continue-line, ps-plot-region)
11310         (ps-generate-postscript-with-faces, ps-end-job): Code fix.
11312 2000-12-29  Kenichi Handa  <handa@etl.go.jp>
11314         * international/fontset.el (x-complement-fontset-spec):
11315         Resolve ASCII font name so that the same family name is used for fonts
11316         registered in x-font-name-charset-alist.
11317         (create-fontset-from-fontset-spec): Adjusted for the above change.
11318         The name of fontset alias should be a unresolved ASCII font name.
11320 2000-12-28  Gerd Moellmann  <gerd@gnu.org>
11322         * simple.el (delete-key-deletes-forward-mode): Bind backspace
11323         and delete in isearch-mode-map.
11325 2000-12-28  Richard M. Stallman  <rms@gnu.org>
11327         * dired-x.el (dired-guess-shell-alist-default):
11328         Use xpdf instead of acroread.
11330 2000-12-28  Kenichi Handa  <handa@etl.go.jp>
11332         * textmodes/artist.el (artist-butlast): Deleted.
11333         (artist-ellipse-mirror-quadrant): Use butlast instead of
11334         artist-butlast.
11336         * subr.el (butlast, nbutlast): Moved from cl.el to here.
11338         * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
11340 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
11342         From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
11344         * ls-lisp.el: Better support for the Mac and MS-Windows.
11345         (ls-lisp): New defgroup.
11346         (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
11347         (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
11348         (ls-lisp-support-shell-wildcards): New defcustoms.
11349         (ls-lisp-parse-symlink): New function.
11350         (insert-directory): Code to convert switches to a list and set up
11351         the wildcard argument copied from ls-lisp-insert-directory.
11352         (ls-lisp-insert-directory): New argument TIME-INDEX.  Add support
11353         for -C and -R switches.
11354         (ls-lisp-column-format): New function.
11355         (ls-lisp-delete-matching, ls-lisp-handle-switches)
11356         (ls-lisp-format-time): Add doc strings.
11357         (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
11358         Support ls-lisp-dirs-first.
11359         (ls-lisp-classify, ls-lisp-extension): New functions.
11360         (ls-lisp-format): Optionally support emulation of symlinks.
11361         Support -i, -s, and -G switches.
11363 2000-12-27  Gerd Moellmann  <gerd@gnu.org>
11365         * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
11367         * version.el (emacs-version): Print X scroll bar information.
11369         * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
11370         instead of x-toolkit-scroll-bars-p.
11372         * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
11373         of x-toolkit-scroll-bars-p.
11375 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
11377         * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
11378         (ffap-bindings): Doc fix, to reflect the above change.
11380 2000-12-27  Kenichi Handa  <handa@etl.go.jp>
11382         * term.el (term-char-mode): Define all non-ascii self-inserting
11383         characters to 'term-send-raw in term-raw-map.
11385 2000-12-25  Michael Kifer  <kifer@cs.sunysb.edu>
11387         * viper-init (viper-restore-cursor-type): Added condition-case guard.
11389         * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
11390         Changed initialization; use add-hook.
11391         (ediff-file-remote-p): Use file-local-copy.
11393         * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
11395         * ediff.el (ediff-patch-buffer): Bug fix.
11396         (ediff-revision): Allow selection of the file at the prompt.
11398 2000-12-23  Stefan Monnier  <monnier@cs.yale.edu>
11400         * subr.el (combine-run-hooks): Remove.
11402         * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
11403         and remove the rogue second spec.
11405 2000-12-23  Gerd Moellmann  <gerd@gnu.org>
11407         * progmodes/compile.el (compilation-forget-errors): Fix indentation.
11409 2000-12-22  Stefan Monnier  <monnier@cs.yale.edu>
11411         * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
11412         Use minibuffer menu prompt for the `=' prefix.
11413         (smerge-command-prefix): Change default to C-^.
11414         (smerge-mode): Don't assume font-lock doesn't move point.
11416         * skeleton.el (skeleton-internal-1): Make sure the first line of
11417         the region is also re-indented.
11418         (skeleton-end-newline): New var.
11419         (skeleton-end-hook): Use it.
11421 2000-12-22  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11423         * comint.el (comint-password-prompt-regexp): Support CVS.
11425 2000-12-22  Gerd Moellmann  <gerd@gnu.org>
11427         * simple.el (delete-key-deletes-forward-mode): Simplify.
11428         Also backspace key combinations, depending on
11429         delete-key-deletes-forward.
11431         * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
11433         * simple.el (delete-key-deletes-forward): Doc fix.
11435 2000-08-22  Emmanuel Briot  <briot@gnat.com>
11437         * xml.el (top level comment): Updated to reflect the fact that
11438         white spaces are relevant in the XML file.
11439         (xml-parse-file): Do not kill an existing Emacs buffer if the file
11440         to parse was already edited. This allows for on-the-fly analysis
11441         of XML files.
11442         (xml-parse-tag): Check that the casing is the same in the start
11443         tag and end tag, since XML is case-sensitive.  Allows for spaces
11444         in the end tag, after the name of the tag.
11445         (xml-parse-attlist): Allow for the character '-' in the name of
11446         attributes, as in the standard http-equiv attribute Do not save
11447         the properties in the XML tree, since they are not relevant.
11449 2000-12-21  Stefan Monnier  <monnier@cs.yale.edu>
11451         * generic.el (generic-read-type): Undo last change, inline into
11452         `generic-mode' and then remove.
11453         (generic-mode): Inline generic-read-type.
11454         (define-generic-mode): Push the symbol name rather than the symbol
11455         onto generic-mode-list.
11457 2000-12-21  Gerd Moellmann  <gerd@gnu.org>
11459         * generic.el (generic-read-type): Build an alist for
11460         completing-read as in 20.7.
11462         * play/landmark.el (lm): Use interactive spec `P'.
11463         (toplevel): Don't set debug-on-error.
11465         * server.el (server-switch-buffer): Choose a window on a visible frame.
11467 2000-12-21  Dave Pearson  <davep@davep.org>
11469         * quickurl.el: Commentry change, I've moved my web site.
11471 2000-12-21  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11473         * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
11474         ranges like \177-\237, but accepts the character sequence from \177 to
11475         \237.  Doc fix.
11476         (ebnf-version): New version (3.4).
11477         (ebnf-setup): Code fix.
11478         (ebnf-range-regexp): New fun.
11479         (ebnf-8-bit-chars): Const fix.
11481         * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
11482         entry.  Doc fix.
11483         (ebnf-bnf-lex): Code fix.
11484         (ebnf-bnf-comment-chars): Const fix.
11486         * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
11487         entry.  Doc fix.
11488         (ebnf-iso-comment-chars): Const fix.
11490         * ebnf-otz.el: Doc fix.
11492         * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
11493         entry.  Doc fix.
11494         (ebnf-yac-skip-code): Code fix.
11495         (ebnf-yac-comment-chars): Const fix.
11497 2000-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
11499         * files.el (insert-directory-safely): New function.
11500         (recover-file): Use it instead of insert-directory.
11501         From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11503 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
11505         * international/mule-cmds.el (select-safe-coding-system):
11506         Check coding-category-list more rigidly.  Improve help message.
11508         * dired.el (dired-move-to-filename-regexp): Fix previous change.
11510 2000-12-21  Miles Bader  <miles@gnu.org>
11512         * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
11514 2000-12-21  Kenichi Handa  <handa@etl.go.jp>
11516         * international/mule-diag.el (describe-char-after): Make *Help*
11517         buffer inherit multibyteness of the current buffer.
11519         * international/mule.el (make-char): Docstring adjusted for the
11520         change of make-char-internal.
11522 2000-12-20  Stefan Monnier  <monnier@cs.yale.edu>
11524         * international/iso-cvt.el: Docstrings fix.
11526 2000-12-20  Dave Love  <fx@gnu.org>
11528         * subr.el (eval-after-load): Doc fix.
11530 2000-12-20  Kenichi Handa  <handa@etl.go.jp>
11532         * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
11533         for numbers.
11535 2000-12-20  Miles Bader  <miles@gnu.org>
11537         * international/quail.el (quail-help): Resize the help window
11538         again after it has all its contents.  Remove unneeded progn.
11540 2000-12-19  Gerd Moellmann  <gerd@gnu.org>
11542         * pcmpl-linux.el: Fix copy/paste error.
11544 2000-12-19  Andrew Innes  <andrewi@gnu.org>
11546         * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
11548 2000-12-19  Carsten Dominik  <dominik@strw.leidenuniv.nl>
11550         * progmodes/idlw-rinfo.el: Fixed copyright notice.
11552         * progmodes/idlw-toolbar.el: Fixed copyright notice.
11554         * progmodes/idlw-shell.el: Fixed copyright notice.
11556         * progmodes/idlwave.el: Fixed copyright notice.
11558         * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
11559         TAB as key separators.
11561 2000-12-19  Alex Schroeder  <alex@gnu.org>
11563         * sql.el (sql-sybase-options): New option.
11564         (sql-sybase): Use it.  Add sql-database to the list of parameters
11565         provided for login.  The options -w 2048 -n are not used any more.
11566         (sql-postgres-options): Changed default from "--pset" to "-P".
11567         (sql-mysql-options): Doc change.
11568         (sql-stop): Doc change.
11570 2000-12-19  Kenichi Handa  <handa@etl.go.jp>
11572         * international/quail.el (quail-input-method): Always hide
11573         the guidance buffer on exiting.
11575 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
11577         * tooltip.el (tooltip-mode): Signal an error if x-show-tip
11578         isn't fboundp.
11580         * server.el (server-buffer-done): Bury the buffer before
11581         killing it.
11583         * faces.el (face-spec-set): Interpret a nil in specs for
11584         foreground and background colors as `unspecified', for
11585         compatibility with 20.x.
11587 2000-12-18  Dave Love  <fx@gnu.org>
11589         * simple.el (mail-user-agent): Doc fix.
11590         (input-mode-8-bit): Removed.
11592         * international/mule.el (set-keyboard-coding-system): Doc fix.
11593         (keyboard-coding-system): New option.
11595         * mail/sendmail.el (send-mail-function): Customize.
11597 2000-12-18  Eli Zaretskii  <eliz@is.elta.co.il>
11599         * international/codepage.el (cp866-decode-table): New table.
11601 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
11603         * version.el (emacs-version): Remove `%a' from the time format
11604         because the weekday doesn't fit well into each locale.
11606 2000-12-18  Miles Bader  <miles@gnu.org>
11608         * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
11610         * textmodes/artist.el (artist-replace-chars, artist-replace-char):
11611         Check that emacs-major-version is `=' to 20, not `>='.
11612         (artist-replace-chars): Use `make-string' instead of a loop.
11614 2000-12-17  Stefan Monnier  <monnier@cs.yale.edu>
11616         * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
11617         (cvs-execute-single-file): Don't change directory.
11618         Patch from Per Cederqvist.
11620 2000-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
11622         * textmodes/ispell.el (check-ispell-version):
11623         If `ispell-program-name' is "aspell", pass it the -v switch instead
11624         of -vv.
11626 2000-12-16  Kenichi Handa  <handa@etl.go.jp>
11628         * international/mule-diag.el (mule-diag): Insert information about
11629         configure options, multibyte awareness, language env.
11631         * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
11632         regexp to search for candidates.
11634 2000-12-15  Eli Zaretskii  <eliz@is.elta.co.il>
11636         * info.el (Info-forward-node): If the node has an
11637         Info-header-line, widen the buffer before searching for "next:"
11638         and "up:" pointers, and set the search limit to stay in the
11639         current node.
11641 2000-12-16  Miles Bader  <miles@gnu.org>
11643         * simple.el (delete-trailing-whitespace): Remove extraneous let.
11645 2000-12-15  Miles Bader  <miles@gnu.org>
11647         * comint.el (comint-send-string, comint-send-region): Also accept
11648         a buffer, buffer-name, or nil for PROCESS, for compatibility with
11649         process-send-string/region.
11651 2000-12-15  Gerd Moellmann  <gerd@gnu.org>
11653         * isearch.el (isearch-lazy-highlight-max): New user-option.
11654         (isearch-lazy-highlight-update): Don't highlight more than
11655         isearch-lazy-highlight-max matches.
11657         * mail/mh-utils.el (mh-find-path): Set read-mail-command.
11659 2000-12-15  Richard M. Stallman  <rms@gnu.org>
11661         * sort.el (sort-columns): Fix error message.
11663         * dabbrev.el (dabbrev--last-case-pattern): Value is now
11664         `upcase' or `downcase' or nil.
11665         (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
11666         Pass new record-case-pattern arg to dabbrev--substitute-expansion.
11667         (dabbrev--substitute-expansion): New arg record-case-pattern.
11668         If it is non-nil, set dabbrev--last-case-pattern.
11669         If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
11671         * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
11673 2000-12-15  Miles Bader  <miles@gnu.org>
11675         * paths.el (Info-default-directory-list): Don't delete
11676         configure-info-directory from the list of standard info
11677         directories when appending it to the end -- their order is important.
11679         * faces.el (read-face-attribute): If there's no entry for the
11680         user's input in VALID, just use it as-is (this will often result
11681         in an error, but it may be OK for e.g. colors using hexadecimal
11682         notation, and at least will yield a better error message).
11684         * window.el (mode-line-window-height-fudge): Function removed.
11685         (height-affecting-face-attributes, mode-line-window-height-fudge):
11686         Variables removed.
11687         * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
11688         window is really the right size.  Use vertical-motion
11689         rather than forward-line.
11690         (ispell-help): Don't use ispell-mode-line-window-height-fudge.
11691         (ispell-command-loop, ispell-show-choices): Use the variable
11692         ispell-choices-win-default-height, rather than the function.
11693         (ispell-choices-win-default-height): Function removed.
11694         (ispell-mode-line-window-height-fudge): Function removed.
11696 2000-12-14  Stefan Monnier  <monnier@cs.yale.edu>
11698         * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
11700 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
11702         * paths.el (Info-default-directory-list):
11703         If configure-info-directory is not one of the standard directories,
11704         put it first in the list; otherwise put it last.  Doc string
11705         changed accordingly.
11707         * info.el (Info-directory-list): Change doc string to reflect the
11708         change in Info-default-directory-list.
11710         * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
11711         windows-nt as windowed environments, even under -nw.
11713         * startup.el (command-line): Don't call x-backspace-delete-keys-p
11714         if not fboundp.  Switch delete-forward mode for the <delete> key
11715         on all PC platforms, even under -nw.
11717         * term/internal.el ([M-delete]): Remap to M-d.
11719 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
11721         * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
11723 2000-12-14  Eli Zaretskii  <eliz@is.elta.co.il>
11725         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
11727 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
11729         * startup.el (command-line): Call delete-key-deletes-forward-mode,
11730         if appropriate.
11732         * simple.el (delete-key-deletes-forward): New user-option.
11733         (delete-key-deletes-forward-mode): New function.
11735         * bindings.el: Bind `delete' to backward-delete-char.
11737         * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
11738         Test if symbol is bound before getting its value.
11740         * tooltip.el (tooltip-show): If an error is signaled in
11741         x-show-tip, display that error, and display the help in the
11742         echo area.
11744 2000-12-14  Kenichi Handa  <handa@etl.go.jp>
11746         * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
11747         Show "... entries" messages for every 10000 entries, not 10.
11749 2000-12-13  Karl Fogel  <kfogel@red-bean.com>
11751         * bookmark.el: Provide a generic exit hook, as suggested by
11752         Ovidiu Predescu <ovidiu@cup.hp.com>:
11753         (bookmark-exit-hook): New var.
11754         (bookmark-exit-hook-internal): New func, replaces
11755         old raw lambda form in `kill-emacs-hook', and runs new
11756         `bookmark-exit-hooks'.  No longer tests for the bookmark feature,
11757         as logically that feature must have been provided if this function
11758         is running.
11759         Removed ;;;###autoload before the `add-hook' call.
11761 2000-12-13  Stefan Monnier  <monnier@cs.yale.edu>
11763         * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
11764         (easy-menu-current-active-maps): New function.
11765         (easy-menu-get-map): Use it.
11766         Make a proper menu entry when creating a new keymap.
11768 2000-12-13  Kenichi Handa  <handa@etl.go.jp>
11770         * international/characters.el: Fix cases and syntaxes for
11771         mule-unicode-0100-24ff.
11773         * dired.el (dired-move-to-filename-regexp): Fixed for the case
11774         that a Japanese character is not appended after day and year.
11776         * info.el (Info-suffix-list): Change format for a command that
11777         requires arguments.
11778         (info-insert-file-contents): Adjusted for the above change.
11780 2000-12-12  Andreas Schwab  <schwab@suse.de>
11782         * tar-mode.el (tar-extract): Base the name of the subfile buffer
11783         on the name of the tar buffer.  Verify that the existing buffer is
11784         visiting the same subfile.
11786 2000-12-12  Dave Love  <fx@gnu.org>
11788         * subdirs.el: Add obsolete.
11790 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
11792         * mail/rmailsum.el (rmail-summary-expunge)
11793         (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
11794         instead of rmail-confirm-expunge.
11796         * replace.el (perform-replace): Don't use an empty match adjacent
11797         to a non-empty match when computing the next match before the
11798         replacement is performed.
11800 2000-12-12  Milan Zamazal  <pdm@freesoft.cz>
11802         * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
11803         definition (patch by Stefan Monnier).
11804         (glasses-mode): Use jit-lock instead of `after-change-functions'
11805         (patch by Stefan Monnier).
11807 2000-12-12  Miles Bader  <miles@gnu.org>
11809         * info.el (Info-last-preorder): Don't barf on nodes without a prev.
11810         (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
11812 2000-12-12  Andrew Choi  <akochoi@i-cable.com>
11814         * term/mac-win.el: Remove load for ls-lisp.
11816         * loadup.el: Load ls-lisp for system-type `macos'.
11818 2000-12-12  Miles Bader  <miles@gnu.org>
11820         * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
11821         Respect field end too.
11822         (just-one-space): Respect fields as `delete-horizontal-space'.
11823         (newline-and-indent, reindent-then-newline-and-indent):
11824         Use `delete-horizontal-space'.
11826 2000-12-11  Stefan Monnier  <monnier@cs.yale.edu>
11828         * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
11829         (so as to obey the field property in the minibuffer).
11831         * obsolete/c-mode.el: Moved from lisp/progmodes.
11832         * obsolete/auto-show.el: Moved from lisp.
11833         * obsolete/ooutline.el: Moved from lisp/textmodes.
11835 2000-12-11  Carsten Dominik  <dominik@strw.leidenuniv.nl>
11837         * progmodes/idlwave.el: Updated to IDLWAVE version 4.7.  Too many
11838         changes to list them here.
11840         * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
11841         Too many changes to list them here.
11843         * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
11844         Too many changes to list them here.
11846         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
11848 2000-12-11  Gerd Moellmann  <gerd@gnu.org>
11850         * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
11852         * cus-edit.el (custom-save-variables, custom-save-faces):
11853         Comment fix.
11855         * hscroll.el: Moved to `obsolete' subdir.
11857 2000-12-11  Miles Bader  <miles@gnu.org>
11859         * window.el (window-text-height): Function removed (now in C).
11861 2000-12-10  Stefan Monnier  <monnier@cs.yale.edu>
11863         * log-edit.el (log-edit-parent-buffer): New var.
11864         (log-edit): Set it.  Add BUFFER argument.
11865         (log-edit-done): Use char-before.
11866         Don't bother checking validity of vc-comment-ring.
11867         Only bury the buffer if log-edit popped it up.
11869         * pcvs.el: Update references to CVS-Edit (now Log-Edit).
11870         (cvs-mode-diff-help): Remove.
11871         (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
11872         (cvs-mode-marked): Set up the default for CMD manually.
11874         * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
11875         Remove binding for ? now made unnecessary.
11877 2000-12-10  Carsten Dominik  <dominik@strw.leidenuniv.nl>
11879         * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
11880         (reftex-TeX-master-file): Check for `tex-main-file' early enough.
11882         * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
11883         when master file is not open.
11885 2000-12-09  Stefan Monnier  <monnier@cs.yale.edu>
11887         * progmodes/ada-stmt.el: Update `maintainer'.
11889 2000-12-09  Stephen Gildea  <gildea@stop.mail-abuse.org>
11891         * time-stamp.el (time-stamp-old-format-warn): Reorder custom
11892         choices to match documentation string.
11894 2000-12-09  Miles Bader  <miles@gnu.org>
11896         * minibuf-eldef.el: New file.
11898         * window.el (fit-window-to-buffer): Don't pass last argument to
11899         pos-visible-in-window-p, now that its meaning is inverted.
11901 2000-12-08  Eli Zaretskii  <eliz@is.elta.co.il>
11903         * image.el (create-image): Doc fix; spotted by Per Cederqvist
11904         <ceder@lysator.liu.se>.
11906 2000-12-08  Stefan Monnier  <monnier@cs.yale.edu>
11908         * autoinsert.el (auto-insert-alist): Add missing final \n.
11910         * pcvs-defs.el (cvs-menu): Move.  Make submenu for diff commands.
11911         (cvs-menu-map): Remove.
11912         * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
11913         (cvs-mode-quit): Turn it back into a plain function.
11915         * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
11916         (texinfo-filter): Remove (move to texinfo.el).
11918         * textmodes/texinfo.el: Move the (require 'cl) to the front of the
11919         file where it's more visible.
11920         (texinfo-filter, texinfo-chapter-level-regexp): New variables
11921         moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
11922         (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
11923         (texinfo-inside-macro-p): Only catch `scan-error's.
11924         (texinfo-inside-env-p): Make better use of the match info.
11925         (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
11926         (texinfo-insert-@end): Slight re-organization.
11927         Also remove useless `looking-at' call.
11929 2000-12-08  Andrew Innes  <andrewi@gnu.org>
11931         * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
11932         accessible in -nw mode.
11934         * term/w32-win.el: Remove stuff about selection timeout, which is
11935         irrelevant on Windows.  Move clipboard support to w32-fns.el, so
11936         it is accessible in -nw mode.
11938 2000-12-08  Dave Love  <fx@gnu.org>
11940         * emacs-lisp/lisp-mode.el (lisp-mode):
11941         Set font-lock-keywords-case-fold-search.
11943 2000-12-08  Gerd Moellmann  <gerd@gnu.org>
11945         * textmodes/ispell.el (ispell): Doc fix.
11947 2000-12-08  Kenichi Handa  <handa@etl.go.jp>
11949         * international/quail.el (quail-insert-decode-map): Check the
11950         frame width of a window displaying the current buffer, not that of
11951         the selected frame.
11952         (quail-help): Make sure that the help buffer has window before
11953         inserting text in it.
11955 2000-12-07  Sam Steingold  <sds@gnu.org>
11957         * loadup.el: Load emacs-lisp/backquote instead of autoloading.
11958         Backquote is used in isearch.el, so autoloading saves nothing.
11960 2000-12-07  Eli Zaretskii  <eliz@is.elta.co.il>
11962         * startup.el (normal-top-level-add-subdirs-to-load-path):
11963         Ignore the CVS and RCS subdirectories case-insensitively.
11965         * dired.el (dired-insert-directory): If file-system-info is
11966         fboundp, call it instead of invoking dired-free-space-program.
11968 2000-12-07  Gerd Moellmann  <gerd@gnu.org>
11970         * server.el (server-visit-files): Push files on file-name-history.
11972         * progmodes/cc-langs.el: Update copyright.
11974         * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
11976         * bindings.el (mode-line-mode-menu): Add glasses-mode.
11978         * bindings.el (mode-line-mode-menu): Reverse the order
11979         of define-keys so that the menu appears in alphabetical order.
11981 2000-12-07  Milan Zamazal  <pdm@freesoft.cz>
11983         * progmodes/glasses.el (glasses-mode): Update mode line at the end
11984         of the function.
11986 2000-12-07  Dave Love  <fx@gnu.org>
11988         * jka-compr.el (jka-compr-compression-info-list): Fix :type.
11990         * facemenu.el (facemenu-unlisted-faces): Fix value.
11992 2000-12-07  Stefan Monnier  <monnier@cs.yale.edu>
11994         * font-lock.el (font-lock-default-fontify-region):
11995         Include the terminating \n (off-by-one error).
11996         (font-lock-set-defaults): Use dolist.
11998         * derived.el (define-derived-mode): Don't use combine-run-hooks.
12000 2000-12-07  Kenichi Handa  <handa@etl.go.jp>
12002         * international/mule-cmds.el (describe-language-environment):
12003         Fix for the case that an input method title is not string but a list.
12005         * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
12006         of wrong SIZE record.
12008 2000-12-06  Dave Love  <fx@gnu.org>
12010         * newcomment.el (comment-region, comment-dwim): Doc fix.
12012         * textmodes/texinfo.el: Require tex-mode when compiling.
12013         (texinfo-update-node): Doc fix.
12014         (texinfo-imenu-generic-expression): Add @anchor.
12015         (texinfo-font-lock-keywords): Add @uref.
12016         (texinfo-inside-macro-p): Don't use ignore-errors.
12017         (texinfo-insert-quote): Match more contexts.
12019         * international/mule.el (decode-char, encode-char): Doc fix.
12020         (auto-coding-alist): Customize.
12022         * files.el (load-file): Fix change of 2000-03-12.
12024         * wid-edit.el (widget-text-keymap): Doc fix.
12026 2000-12-06  Andrew Innes  <andrewi@gnu.org>
12028         * makefile.w32-in (lisp): Set to an absolute directory, namely
12029         $(CURDIR).
12031 2000-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
12033         * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
12034         read generated-autoload-file, and set buffer-file-coding-system to
12035         raw-text-unix after reading the file.
12037         * international/mule-conf.el (file-coding-system-alist):
12038         Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
12040 2000-12-06  Gerd Moellmann  <gerd@gnu.org>
12042         * replace.el (occur): Make line-number-width 1 smaller for the
12043         colon following the line number.
12045         * startup.el (fancy-splash-text, command-line-1):
12046         Use `File' for the menu name instead of `Files'.
12048         * tmm.el: Update copyright.
12050         * cus-start.el: Add entry for even-window-heights.
12052 2000-12-06  Miles Bader  <miles@gnu.org>
12054         * faces.el (frame-set-background-mode): Avoid stomping on
12055         locally modified faces.
12057 2000-12-06  Kenichi Handa  <handa@etl.go.jp>
12059         * international/fontset.el: Correct the font registries for
12060         japanese-jisx0213-1 and japanese-jisx0213-2.
12062 2000-12-05  Gerd Moellmann  <gerd@gnu.org>
12064         * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
12066         * iswitchb.el: Update customization commentary.
12068 2000-12-05  Rob Riepel  <riepel@Stanford.EDU>
12070         * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
12071         (tpu-search-highlight): Fixed comparison of overlay end positions.
12072         (tpu-trim-line-ends): Implemented trimming logic locally.
12074         * emulation/tpu-extras.el (tpu-write-file-hook)
12075         (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
12077 2000-12-05  Kenichi Handa  <handa@etl.go.jp>
12079         * language/chinese.el (chinese-iso-8bit): Change mime-charset name
12080         to cn-gb.
12081         (cn-gb, gb2312): New aliases for chinese-iso-8bit.
12083 2000-12-04  Dave Love  <fx@gnu.org>
12085         * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
12087 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
12089         * mail/rmailsum.el (rmail-summary-expunge)
12090         (rmail-summary-expunge-and-save): Ask for confirmation with
12091         rmail-expunge-confirmed.
12093         * mail/rmail.el (rmail-expunge-confirmed): New function.
12094         (rmail-expunge): Use it.
12096 2000-12-04  Philippe Waroquiers  <wao@gull.tact.cfmu.eurocontrol.be>
12098         * progmodes/etags.el (tag-partial-file-name-match-p): New function.
12099         (etags-recognize-tags-table, find-tag-in-order):
12100         New functionality: interpret file names as tags.
12102 2000-12-04  Eli Zaretskii  <eliz@is.elta.co.il>
12104         * info.el (Info-scroll-prefer-subnodes): New defcustom.
12105         (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
12106         the first subnode until the bottom of the current node is visible.
12108 2000-12-04  Gerd Moellmann  <gerd@gnu.org>
12110         * format.el (format-decode): Don't change buffer's undo list.
12112 2000-12-04  Kenichi Handa  <handa@etl.go.jp>
12114         * faces.el (face-font-registry-alternatives): Add entries for CJK
12115         fonts.  Doc-string adjusted for the actual usage of this data.
12117         * international/fontset.el: Change the font registries for CJK
12118         fonts in the default fontset.  Don't append '*' to registries.
12120 2000-12-03  Stefan Monnier  <monnier@cs.yale.edu>
12122         * emacs-lisp/easy-mmode.el (define-derived-mode)
12123         (easy-mmode-derived-mode-p): Remove (moved to derived.el).
12125         * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
12126         (derived-mode-p): New function.
12127         (derived-mode-make-docstring): Add `docstring' argument.
12128         Use it if available and complete it if necessary.
12130 2000-12-03  Andreas Schwab  <schwab@suse.de>
12132         * type-break.el (type-break): Don't make parent of itself.
12134 2000-12-03  Miles Bader  <miles@gnu.org>
12136         * simple.el (delete-trailing-whitespace): Don't delete newlines too.
12138 2000-12-02  Stefan Monnier  <monnier@cs.yale.edu>
12140         * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
12141         (tex-main-file, tex-file): Simplify.
12142         (tex-generate-zap-file-name): Use subst-char-in-string.
12143         (tex-strip-dots): Remove.
12145         * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
12147         * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
12148         to check if the match succeeded.
12150 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
12152         * startup.el (use-fancy-splash-screens-p): New function.
12153         (command-line-1): Use it to determine whether or not to use
12154         a fancy splash screen.
12156 2000-12-02  Andreas Schwab  <schwab@suse.de>
12158         * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
12160 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
12162         * international/mule.el (make-char): Fix last change.
12164         * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
12165         New defcustoms.
12166         (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
12167         autoloading tex-mode; instead, do the same manually.
12168         Use texinfo-open-quote and texinfo-close-quote.  Insert literal quote
12169         with numeric argument.  Docstring fix.
12170         (toplevel): Require cl when compiling.
12172         * international/mule.el (make-char): Doc fix.
12174 2000-12-02  Jason Rumney  <jasonr@gnu.org>
12176         * term/w32-win.el (x-select-enable-clipboard): Customize (as per
12177         the Emacs Lisp manual)
12179 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
12181         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
12183         * term/pc-win.el (x-select-enable-clipboard): Customize (as per
12184         the Emacs Lisp manual).
12186 2000-12-02  Gerd Moellmann  <gerd@gnu.org>
12188         * simple.el (next-line-add-newlines): Change default to nil.
12190 2000-12-01  Eli Zaretskii  <eliz@is.elta.co.il>
12192         * files.el (revert-buffer, recover-file):
12193         Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
12195 2000-12-01  Gerd Moellmann  <gerd@gnu.org>
12197         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
12199 2000-12-01  Miles Bader  <miles@gnu.org>
12201         * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
12203 2000-12-01  Kenichi Handa  <handa@etl.go.jp>
12205         * international/mule-diag.el (describe-char-after): Fix typo.
12206         (describe-character-set, non-iso-charset-alist): Fix typo.
12208 2000-12-01  Miles Bader  <miles@gnu.org>
12210         * image-file.el (image-file-name-regexp): Automatically add
12211         upper-case variants of each filename extension in
12212         `image-file-name-extensions', since they seem to be common.
12214         * simple.el (minibuffer-contents)
12215         (minibuffer-contents-no-properties, delete-minibuffer-contents):
12216         New functions.
12217         * filecache.el (file-cache-directory-name)
12218         (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
12220 2000-12-01  Milan Zamazal  <Milan.Zamazal@qbizm.com>
12222         * filecache.el (file-cache-minibuffer-complete): Don't try to
12223         delete the minibuffer prompt.
12225 2000-11-30  Dave Love  <fx@gnu.org>
12227         * cus-start.el: Fix read-buffer-function type.
12229 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
12231         * md5.el: Removed.  There's a built-in function, now.
12233 2000-11-30  Markus Rost  <rost@math.ohio-state.edu>
12235         * mail/rmail.el (rmail-set-message-counters): Don't use "D"
12236         as dummy 0-th char of rmail-deleted-vector.
12238 2000-11-30  Eli Zaretskii  <eliz@is.elta.co.il>
12240         * ps-print.el (ps-end-job): Bind case-fold-search only after
12241         switching to ps-spool-buffer.
12243 2000-11-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12245         * ps-print.el: Line number font customization.  PostScript: Lines and
12246         PageCount are initialized on each page.  Doc Fix.
12247         (ps-print-version): New version number (6.3.2).
12248         (ps-lpr-switches, ps-font-info-database, ps-font-size)
12249         (ps-header-font-size, ps-header-title-font-size, ps-left-header)
12250         (ps-right-header): Customization fix.
12251         (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
12252         Fix code.
12253         (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
12254         New vars.
12256 2000-11-30  Gerd Moellmann  <gerd@gnu.org>
12258         * bs.el: Fix typos and spelling errors.
12259         (bs-appearance) <defgroup>: Renamed from bs-appearence.
12260         (bs-configuration): Doc fix.
12262         * bs.el: Undo mistaken change of 2000-11-28.  Update copyright.
12264 2000-11-30  Rob Riepel  <riepel@Stanford.EDU>
12266         * emulation/tpu-edt.el (tpu-version): New version.
12267         (tpu-search-overlay, tpu-replace-overlay): New initial range.
12268         (tpu-original-mode-line): Variable deleted.
12269         (tpu-mark-flag): New initial value.
12270         (tpu-set-mode-line): Don't redefine mode-line-format.
12271         Add tpu-mark-flag to minor-mode-alist.
12272         (tpu-update-mode-line): New mark flag logic.
12273         (tpu-get): Use find-file-wildcards.
12274         (tpu-search-highlight): Move overlay less, reset overlay properly.
12275         (tpu-unselect): Deactivate mark.
12276         (tpu-lm-replace): Reset overlay properly.
12277         (tpu-forward-line): Use forward-visible-line.
12278         (tpu-edt-on): Set transient mark mode.  ispell autoloads deleted.
12280         * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
12282 2000-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
12284         * cus-edit.el (custom-face-value-create): Always emphasize tag.
12286 2000-11-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
12288         * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
12289         and skip whitespace and newlines.
12291 2000-11-30  Stefan Monnier  <monnier@cs.yale.edu>
12293         * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
12295 2000-11-29  Gerd Moellmann  <gerd@gnu.org>
12297         * help.el (describe-function-1): Regexp-quote function name
12298         when used as part of a regexp.
12300         * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
12301         Use face-attribute instead of face-foreground and face-background.
12302         (tool-bar-add-item): Likewise, and handle unspecified colors.
12304         * enriched.el (enriched-face-ans): Use face-attribute instead
12305         of face-foreground and face-background.
12307         * faces.el (face-foreground, face-background, face-stipple):
12308         Return nil if attribute is unspecified, for backward compatibility.
12310         * files.el (auto-mode-alist): Add an entry for antlr-mode.
12312         * play/5x5.el: Remove version info.
12314         * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
12316         * frame.el (blink-cursor-mode): Doc fix.
12318 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
12320         * antlr-mode.el: New commands to run ANTLR from within Emacs and
12321         to create Makefile rules.
12322         (antlr-tool-command): New user option.
12323         (antlr-ask-about-save): New user option.
12324         (antlr-makefile-specification): New user option.
12325         (antlr-file-formats-alist): New variable.
12326         (antlr-special-file-formats): New variable.
12327         (antlr-unknown-file-formats): New user option.
12328         (antlr-help-unknown-file-text): New variable.
12329         (antlr-help-rules-intro): New variable.
12330         (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
12331         (antlr-mode-menu): Add entries.
12332         (antlr-file-dependencies): New function.
12333         (antlr-directory-dependencies): New function.
12334         (antlr-superclasses-glibs): New function.
12335         (antlr-run-tool): New command.
12336         (antlr-makefile-insert-variable): New function.
12337         (antlr-insert-makefile-rules): New function.
12338         (antlr-show-makefile-rules): New command.
12340         * antlr-mode.el: More Emacs/XEmacs stuff.
12341         (antlr-no-action-keywords): New constant with value nil.
12342         (antlr-font-lock-keywords-alist): Use it.  Old value would break
12343         syntax highlighting in Emacs-21.0.
12344         (antlr-default-directory): Emacs/XEmacs dependend function.
12345         (antlr-read-shell-command): Ditto.
12346         (antlr-with-displaying-help-buffer): Ditto.
12348 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
12350         * antlr-mode.el: imenu, parsing and highlighting changes.
12351         (antlr-imenu-create-index-function): Don't create extra submenus
12352         for definitions in different grammar classes.  It is not necessary
12353         for the menu and would make command `imenu' awkward to use.
12354         (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
12355         header actions and more than one.
12356         (antlr-font-lock-tokendef-face): Changed color.
12357         (antlr-font-lock-tokenref-face): Changed color.
12358         (antlr-font-lock-additional-keywords): Also highlight lowercase.
12359         (antlr-mode-syntax-table): New variable.
12360         (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
12361         (antlr-with-syntax-table): Don't copy syntax table.
12363 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
12365         * antlr-mode.el: Minor changes: language setting.
12366         (antlr-language-alist): The value for file option "language" can
12367         be both an identifier and a string.
12368         Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
12369         (antlr-language-limit-n-regexp): Change accordingly.
12371 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
12373         * antlr-mode.el: Minor changes: tabs, hiding.
12374         (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
12375         (antlr-action-visibility): Also allow value nil to also hide the
12376         braces.  Renamed from `antlr-tiny-action-length'.
12377         Suggested by Jay@aol.com.
12378         (antlr-hide-actions): Change accordingly.  Hide line if completely
12379         hidden action is on a line of its own.
12381 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
12383         * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
12385         * sort.el (sort-columns): Don't concat strings with numbers.
12387 2000-11-29  Dave Love  <fx@gnu.org>
12389         * cus-edit.el (face): Fix :format.
12391         * mail/feedmail.el: Require smtpmail when compiling.
12392         (mail-do-fcc): Autoload.
12393         (feedmail) <defgroup>: Fix :link.
12394         (feedmail-nuke-body-in-fcc): Fix :type.
12395         (feedmail-send-it): Add autoload cookie.
12397 2000-11-29  Stefan Monnier  <monnier@cs.yale.edu>
12399         * newcomment.el (comment-indent): Save excursion around call to
12400         comment-indent-function.
12402 2000-11-29  Miles Bader  <miles@gnu.org>
12404         * subr.el (member-ignore-case): Return the tail of the list who's
12405         car matches, like `member', not the matching element itself.
12407 2000-11-29  Kenichi Handa  <handa@etl.go.jp>
12409         * xml.el (xml-parse-tag): Fix finding opening tag.  A tag name
12410         should not contain `\n'.
12412 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
12414         * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
12416         * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
12418         * dired-aux.el (dired-do-create-files): Construct default file
12419         name for dired-mark-read-file-name so that when the user enters
12420         just RET, the target file will end up in the target directory.
12422         * abbrev.el (prepare-abbrev-list-buffer): Get the value of
12423         local-abbrev-table before changing buffers because it might
12424         have a buffer-local binding.
12426 2000-11-28  Miles Bader  <miles@gnu.org>
12428         * simple.el (delete-horizontal-space): Handle fields more generally.
12430 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
12432         * simple.el (delete-horizontal-space): Handle minibuffer prompt.
12434 2000-11-28  Dave Love  <fx@gnu.org>
12436         * progmodes/ps-mode.el (ps-mode): Set comment-start and
12437         comment-start-skip locally.
12439         * progmodes/fortran.el (fortran-mode): Don't set
12440         fortran-comment-line-start-skip.  Set comment-start to
12441         fortran-comment-line-start.
12442         (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
12443         (fortran-comment-line-start-skip): Simplify slightly.
12445 2000-11-28  Gerd Moellmann  <gerd@gnu.org>
12447         * play/5x5.el: Remove RCS keyword.
12449         * bs.el: Mistaken commit, undone 2000-11-30.
12451 2000-11-28  Milan Zamazal  <pdm@freesoft.cz>
12453         * textmodes/tildify.el (tildify-string-alist):
12454         Add `plain-tex-mode' here.
12456 2000-11-28  Colin Walters  <walters@cis.ohio-state.edu>
12458         * chistory.el (Command-history-setup): Remove extraneous `keymap'
12459         reference.
12461 2000-11-28  Miles Bader  <miles@gnu.org>
12463         * cus-face.el (custom-face-attributes): Add post-filter function
12464         for :box.  Make pre-filter function for :box handle all cases.
12466         * wid-edit.el (widget-choose): Make sure pop-up window is large
12467         enough to display all the choices, as there's no way to scroll it.
12469 2000-11-28  Kenichi Handa  <handa@etl.go.jp>
12471         * international/mule-conf.el: Make the coding system no-conversion
12472         safe for all characters.
12474 2000-11-27  Dave Love  <fx@gnu.org>
12476         * net/ldap.el (ldap) <defgroup>: Add :version.
12478         * tooltip.el (tooltip-use-echo-area): Doc fix.
12480         * cus-start.el <minibuffer-prompt-properties>: Add version.
12481         <read-buffer-function>: Add.
12483         * apropos.el (apropos-print): Add help-echo to active text.
12485         * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
12487 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
12489         * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
12490         type, group and version.
12492 2000-11-27  Eli Zaretskii  <eliz@is.elta.co.il>
12494         * select.el (x-get-selection): Docstring fix.
12496 2000-11-27  Dave Pearson <davep@hagbard.demon.co.uk>
12498         * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
12500 2000-11-27  Andrew Innes  <andrewi@gnu.org>
12502         * makefile.nt (.SUFFIXES): Add .SUFFIXES.
12504         * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
12506 2000-11-27  Miles Bader  <miles@gnu.org>
12508         * dired.el (dired-get-filename): Return filename verbatim if
12509         LOCALP is `verbatim'.
12510         * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
12511         `verbatim' so that we don't inadvertently delete a non-existant
12512         directory name.
12514 2000-11-27  Kenichi Handa  <handa@etl.go.jp>
12516         * international/characters.el: Specify cases and syntaxes for
12517         mule-unicode-0100-24ff.
12519 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
12521         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
12522         that foreground and/or background colors of the face `tool-bar'
12523         are unspecified.
12525 2000-11-27  Miles Bader  <miles@gnu.org>
12527         * wid-edit.el (widget-field-buffer, widget-field-start)
12528         (widget-field-end): Handle widget field `pseudo-overlays'.
12529         (widget-field-value-delete): Delete WIDGET from `widget-field-new'
12530         if it's there instead of in `widget-field-list'.
12532         * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
12533         (help-make-xrefs): Delete extraneous newlines at the end of the
12534         docstring.
12536 2000-11-25  Jason Rumney  <jasonr@gnu.org>
12538         * startup.el (command-line): Call set-locale-environment after
12539         Window System init file is read, as it can result in a call to
12540         redraw-frame.
12542 2000-11-25  Eli Zaretskii  <eliz@is.elta.co.il>
12544         * simple.el (shell-command): Mention the effect of the prefix
12545         argument in the doc string.
12547 2000-11-25  Miles Bader  <miles@gnu.org>
12549         * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
12551         * wid-edit.el (widget-field-value-delete): Don't try to delete
12552         overlay when it's the `pseudo-overlay' that exists at some points.
12554 2000-11-24  Jason Rumney  <jasonr@gnu.org>
12556         * international/mule-cmds.el (locale-language-names): Add "jp" as
12557         a non-standard alternative for Japanese.
12559 2000-11-24  Andre Spiegel  <spiegel@gnu.org>
12561         * vc-hooks.el: Require 'cl during compilation.
12563 2000-11-24  Gerd Moellmann  <gerd@gnu.org>
12565         * faces.el (face-set-after-frame-default): Let face attributes
12566         specified for new frames override frame parameters.
12568         * startup.el (command-line): Fix computation of the source file
12569         for user-init-file when user-init-file is a compiled file.
12571 2000-11-24  Miles Bader  <miles@gnu.org>
12573         * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
12574         (custom-post-filter-face-spec): New functions.
12575         (custom-face-set, custom-face-value-create): Filter the face spec
12576         before and after customization.
12577         (custom-face-set): If VALUE specifies a null face, pass a
12578         non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
12579         * cus-face.el (custom-face-attributes): Remove SET and GET
12580         functions.  Add some IN-FILTER and OUT-FILTER functions in the few
12581         cases they're needed.
12583         * wid-edit.el (checkbox): Add a small `X' to the :on-glyph, so
12584         that it's distinguishable from the :off-glyph on dark-background
12585         displays.  Set its background color too.
12587         * cus-start.el (all): Restore entry for `mode-line-inverse-video',
12588         so that people can easily turn it off.
12590 2000-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
12592         * ediff-diff.el: Moved variables around to have it compile under NT.
12594         * ediff-help.el (ediff-use-long-help-message): Made it customizable.
12596         * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
12598         * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
12599         redundant skip-small-frames test.
12601         * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
12602         (viper-downgrade-to-insert): Protect against errors in hooks.
12604         * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
12605         (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
12606         (viper-restore-cursor-type,viper-set-insert-cursor-type):
12607         New functions.
12609         * viper-util.el (viper-memq-char): Bug fixes.
12611         * viper.el (viper-mode): Fix cursor handling.
12613 2000-11-24  Kenichi Handa  <handa@etl.go.jp>
12615         * international/mule-diag.el (list-iso-charset-chars):
12616         For two-byte charset, fix the `while' condition.
12617         (list-non-iso-charset-chars): Fix the `while' condition.
12619 2000-11-23  Stefan Monnier  <monnier@cs.yale.edu>
12621         * subr.el (add-hook, remove-hook): Don't call make-local-hook
12622         if the variable is make-variable-buffer-local.
12624         * progmodes/ada-stmt.el (ada-template-map):
12625         Initialize and bind it to C-c t in ada-mode-map.
12626         (ada-stmt-mode-hook): New function extracted from old code.
12627         Only change the buffer-local side of skeleton-*.
12628         (ada-mode-hook): Use it.
12630 2000-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
12632         * iswitchb.el (iswitchb-minibuf-depth): New variable.
12633         (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
12634         we expect to be returned by minibuffer-depth once we prompt the
12635         user in the minibuffer.
12636         (iswitchb-entryfn-p): If minibuffer-depth returns the same value
12637         as recorded in iswitchb-minibuf-depth, return non-nil.
12639 2000-11-23  Eli Zaretskii <eliz@is.elta.co.il>
12641         * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
12642         (hscroll-window-maybe): Docstring fix.
12644 2000-11-23  Dave Love  <fx@gnu.org>
12646         * rect.el (string-rectangle): Don't test delete-selection-mode.
12648 2000-11-23  Gerd Moellmann  <gerd@gnu.org>
12650         * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
12651         is in the tool bar.
12653         * dired-aux.el (dired-add-entry): Don't call dired-get-filename
12654         with `no-dir'; we want the directory part to be able to remove it.
12656 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
12658         * textmodes/outline.el (outline-flag-region):
12659         Don't bind inhibit-read-only since we don't modify the buffer.
12660         (outline-isearch-open-invisible): Don't jump to overlay-start
12661         since we're trying to unhide text around point.
12662         (outline-discard-overlays): Use dolist.
12664         * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
12666 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
12668         * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
12670 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
12672         * textmodes/tex-mode.el (tex-font-lock-keywords-1):
12673         Fix ARG regexp to skip quoted braces.
12674         (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
12675         Remove `bf' and `it' from `bold' and `italic' (they were wrong and
12676         are (correctly) handled separately).
12677         Remove `caption' and `footnote' from `citations': they contain text.
12678         Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
12679         (latex-skeleton-end-hook): New function.
12680         (latex-mode): Use it.
12681         (tex-start-tex-marker): Remove.
12682         (tex-send-tex-command): Don't set tex-start-tex-marker.
12683         (tex-error-parse-syntax-table): New var.
12684         (tex-compilation-parse-errors): Use it.
12685         Ignore tex-start-tex-marker.  Don't bother with marker-position.
12686         (tex-validate-buffer): Don't bother with marker-position.
12688         * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
12689         (flyspell-generic-progmode-verify): Use it.
12691 2000-11-22  Sam Steingold  <sds@gnu.org>
12693         * simple.el (delete-trailing-whitespace): New interactive function.
12695         * progmodes/ada-mode.el (ada-mode): Use it instead of
12696         `ada-remove-trailing-spaces'.
12697         (ada-remove-trailing-spaces): Removed.
12699         * textmodes/two-column.el (2C-merge): Recommend it in the doc.
12701         * textmodes/picture.el (picture-clean): Removed.
12702         (picture-mode-exit): Call it instead of `picture-clean'.
12704 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
12706         * frame.el (show-cursor-in-non-selected-windows): Doc fix.
12708         * hi-lock.el (hi-lock-refontify): Don't call non-existent
12709         jit-lock-fontify-buffer; it should anyway be unneccessary to
12710         do anything special when jit-lock is active.
12711         (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
12713 2000-11-22  Dave Love  <fx@gnu.org>
12715         * calendar/todo-mode.el (todo-top-priorities): Use
12716         todo-tmp-buffer-name.  From Milan Zamazal <Milan.Zamazal@qbizm.com>.
12718         * language/chinese.el, language/cyrillic.el:
12719         * language/devanagari.el, language/ethiopic.el, language/greek.el:
12720         * language/hebrew.el, language/indian.el, language/japanese.el:
12721         * language/korean.el, language/lao.el, language/misc-lang.el:
12722         * language/thai.el, language/tibetan.el, language/vietnamese.el:
12723         Use provide.
12725         * cus-edit.el (custom-buffer-create-internal): Save some consing.
12726         (custom-variable-set): Improve validation error mesage.
12728         * rect.el (string-rectangle): Revert last change.
12729         (string-rectangle-line): New arg DELETE.
12730         (string-rectangle): Check delete-selection-mode.
12732         * emacs-lisp/edebug.el (edebug-version)
12733         (edebug-maintainer-address): Deleted.
12734         (edebug-submit-bug-report): Just alias to report-emacs-bug.
12735         (edebug-read-function): Account for other `'#' read forms.
12736         (edebug-mode-menus): Make some items toggles.
12737         (edebug-outside-unread-command-event, unread-command-event):
12738         Remove these to avoid warnings.
12740 2000-11-22  David Ponce  <david@dponce.com>
12742         * recentf.el (recentf-menu-items-for-commands)
12743         (recentf-make-menu-items, recentf-make-menu-item)
12744         (recentf-filter-changer): Added :help and :active menu-item properties.
12746         (recentf-build-dir-rules, recentf-dump-variable)
12747         (recentf-edit-list, recentf-open-files-item)
12748         (recentf-open-files): Replaced unnecessary `mapcar' with new
12749         built-in `mapc'.
12751 2000-11-23  Miles Bader  <miles@gnu.org>
12753         * faces.el (menu): Make inverse-video on ttys too.
12755 2000-11-22  Stefan Monnier  <monnier@cs.yale.edu>
12757         * simple.el (comment-line-break-function): Use the new name
12758         indent-new-comment-line -> comment-indent-new-line.
12759         (clone-indirect-buffer): Don't ignore NORECORD.
12760         (next-completion): Properly handle the case where items are adjacent.
12762         * mouse.el (popup-menu): Stupid typo.
12764 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
12766         * emacs-lisp/authors.el: Remove autoload cookies, add author,
12767         maintainer, keywords tags.
12769         * rect.el (replace-rectangle): Don't call string-rectangle-line
12770         with too many arguments.
12772 2000-11-22  Andre Spiegel  <spiegel@gnu.org>
12774         * ediff-util.el (ediff-file-checked-out-p)
12775         (ediff-file-checked-in-p): Call vc-state instead of
12776         vc-locking-user, which no longer exists.
12778         * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
12780 2000-11-22  Dave Love  <fx@gnu.org>
12782         * md5.el (md5): Provide.
12783         (md5): Fix error call.
12785 2000-11-22  Miles Bader  <miles@gnu.org>
12787         * textmodes/refill.el (refill-adjust-ignorable-overlay)
12788         (refill-fill-paragraph-at): Remove debugging code.
12790         * calendar/calendar.el (generate-calendar-window): When we don't
12791         call `fit-window-to-buffer', make sure the top line is fully visible.
12793         * image-file.el (insert-image-file): Don't make `read-only'
12794         property rear-nonsticky.
12796         * isearch.el (isearch-original-minibuffer-message-timeout): New var.
12797         (isearch-mode): Set `minibuffer-message-timeout' to nil, after
12798         stashing away its original value.
12799         (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
12800         in the recursive edit.
12801         Bind `isearch-original-minibuffer-message-timeout' to protect it.
12802         (isearch-done): Restore `minibuffer-message-timeout'.
12804         * cus-start.el: Remove entry for `mode-line-inverse-video'.
12806 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
12808         * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
12810         * find-lisp.el (find-lisp-find-files-internal):
12811         Use dolist, when and file-name-as-directory.
12813         * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
12814         (define-derived-mode, define-minor-mode): Add specs.
12816         * window.el: General comment and spacing fixes.
12817         (save-selected-window): Use backquotes.
12818         (window-safely-shrinkable-p): New function.
12819         (shrink-window-if-larger-than-buffer): Use it.
12821         * subr.el (make-local-hook): Docstring fix.
12823         * shell.el (shell-mode): Use define-derived-mode.
12825         * newcomment.el (comment-indent): Insert comment before calling
12826         comment-indent-function.  Don't insert in column 0.
12827         (comment-dwim): Indent before inserting comment.
12829         * isearch.el (isearch-mode-map): Fix docstring.  Init in defvar.
12830         (minibuffer-local-isearch-map): Init in defvar.  Use inheritance.
12831         (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
12832         Use mapc rather than map.
12834         * files.el (find-buffer-visiting): Compare all attributes before
12835         declaring two files identical (rather than just their inode-no).
12836         (auto-mode-alist): Use \' rather than $.
12838         * which-func.el: Update maintainer line.
12840         * pcvs.el (uniquify-buffer-file-name): Remove advice.
12841         * uniquify.el (uniquify-list-buffers-directory-modes): New var.
12842         (uniquify-buffer-file-name): Use it.
12844 2000-11-22  Miles Bader  <miles@gnu.org>
12846         * cus-start.el: Add entry for `minibuffer-prompt-properties'.
12847         * simple.el (minibuffer-avoid-prompt): New function.
12849 2000-11-21  Gerd Moellmann  <gerd@gnu.org>
12851         * Makefile.in (.SUFFIXES): Add .SUFFIXES.
12853 2000-11-21  Miles Bader  <miles@gnu.org>
12855         * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
12856         inclusion of `track-mouse'.
12858         * textmodes/refill.el (refill-ignorable-overlay): New variable.
12859         (refill-adjust-ignorable-overlay): New function.
12860         (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
12861         only the paragraph's tail if possible.
12862         Update `refill-ignorable-overlay'.
12863         (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
12865         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
12866         point inside the fill-prefix.
12868         * textmodes/refill.el (refill-post-command-function): Don't reset
12869         refill-doit in the case where a self-insertion command doesn't
12870         case a refill.  Use `refill-fill-paragraph-at', getting position
12871         from `refill-doit'.
12872         (refill-after-change-function): Set `refill-doit' to END.
12873         (refill-fill-paragraph-at): New function, mostly from old
12874         refill-fill-paragraph.
12875         (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
12876         (refill-pre-command-function): New function.
12877         (refill-mode): Add it to `pre-command-hook'.
12879 2000-11-20  Gerd Moellmann  <gerd@gnu.org>
12881         * textmodes/artist.el (artist-mode): Fix autoload cookie.
12883         * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
12884         javadoc tags.
12886 2000-11-20  Andre Spiegel  <spiegel@gnu.org>
12888         * vc.el, vc-hooks.el: Undo prev change (moved functions back to
12889         vc.el).
12891         * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
12892         require vc.
12894         * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
12895         checkouts.
12897 2000-11-20  Dave Love  <fx@gnu.org>
12899         * Makefile.in (DONTCOMPILE): Omit bindings.el.
12901 2000-11-20  Eli Barzilay <eli@www.barzilay.org>
12903         * calculator.el (calculator-paste): Use `if' instead of `and'
12904         and `or'.
12905         (calculator-help): Don't use electric-describe-mode for XEmacs.
12907 2000-11-19  Gerd Moellmann  <gerd@gnu.org>
12909         * info.el (info-menu-5): Doc fix.
12911         * textmodes/artist.el: New file.
12913 2000-11-19  Andre Spiegel  <spiegel@gnu.org>
12915         * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
12916         and differentiate according to checkout model.
12917         (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
12918         since this function is only concerned with master state.
12920         * vc-hooks.el (vc-workfile-unchanged-p)
12921         (vc-default-workfile-unchanged-p): Moved here from vc.el.
12923         * vc.el (vc-workfile-unchanged-p)
12924         (vc-default-workfile-unchanged-p): See above.
12926 2000-11-19  Miles Bader  <miles@gnu.org>
12928         * image-file.el (insert-image-file): Make `intangible' and
12929         `read-only' properties rear-nonsticky too.
12931 2000-11-18  Gerd Moellmann  <gerd@gnu.org>
12933         * ps-print.el: Update copyright notice.
12935         * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
12936         (tooltip-show): Use the offsets.
12938         * bindings.el (mode-line-modified): Fix a typo.
12939         (mode-line-toggle-modified, mode-line-widen)
12940         (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
12942 2000-11-17  Vinicius Jose Latorre <vinicius@cpqd.com.br>
12944         * ps-print.el (toplevel): Test for find-coding-system being
12945         fboundp before calling ps-x-find-coding-system.
12947 2000-11-16  Stefan Monnier  <monnier@cs.yale.edu>
12949         * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
12950         (vc-version-backup-file): Docstring fix.
12952 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
12954         * files.el (basic-save-buffer): Don't add a newline if
12955         find-file-literally is non-nil.
12956         (find-file-literally): Extend doc string.
12958         * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
12959         sort(1) with the `-f' argument.
12961 2000-11-16  Andre Spiegel  <spiegel@gnu.org>
12963         * vc.el: Updated backend documentation.
12964         (vc-default-check-headers): New function.
12966         * vc-{cvs,rcs,sccs}.el: Functions reordered.
12968         * vc.el (vc-revert-buffer): Ask for confirmation if file seems
12969         up-to-date.
12970         (vc-do-command): In the asynchronous case, output messages only if
12971         the minibuffer is not active.
12973         * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
12974         `vc-cvs-use-edit' is on.
12975         (vc-cvs-checkout): When this is used for reverting the workfile,
12976         make a backup of the original contents and revert to that in case
12977         of error.
12978         (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
12979         remote repositories.
12981         * vc.el (vc-annotate): Changed handling of prefix arg; now asks
12982         for both version and ratio in the minibuffer.
12984         * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
12985         Use vc-do-command to perform the annotation, not call-process.
12987 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
12989         * international/quail.el (quail-start-translation): Don't call
12990         `message' before reading key sequence.
12992 2000-11-16  Miles Bader  <miles@lsi.nec.co.jp>
12994         * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
12996 2000-11-16  Kenichi Handa  <handa@etl.go.jp>
12998         * window.el (fit-window-to-buffer): Be sure to acquire at least
12999         one text line even if the buffer is empty.
13001 2000-11-16  Gerd Moellmann  <gerd@gnu.org>
13003         * net/ange-ftp.el (ange-ftp-file-writable-p)
13004         (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
13005         Bind ange-ftp-process-verbose to nil.
13007 2000-11-15  Dave Love  <fx@gnu.org>
13009         * wid-edit.el (widget-specify-field, widget-specify-button):
13010         If :help-echo is a function, set help-echo of overlay to
13011         widget-mouse-help.
13012         (widget-mouse-help): New function.
13013         (widget-echo-help): Rewritten for :help-echo functions only taking
13014         a widget arg.
13016         * net/eudc-bob.el (eudc-bob-can-display-inline-images):
13017         Use display-graphic-p.
13018         (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
13019         and that JPEG is available.
13020         (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
13022         * international/mule-cmds.el (locale-charset-language-names):
13023         Match @euro.
13025 2000-11-15  Gerd Moellmann  <gerd@gnu.org>
13027         * faces.el (face-set-after-frame-default):
13028         If `inhibit-default-face-x-resources' is bound, don't intialize the
13029         default face from X resources.
13031 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
13033         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
13034         Don't set EMACSLOADPATH.
13036 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
13038         * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
13039         texinfo-insert-@url.
13040         (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
13041         (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
13043 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
13045         * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
13046         (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
13047         (checkdoc-minor-keymap): Backward compatibility.
13048         (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
13049         (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
13050         (checkdoc-this-string-valid-engine): Be a bit more strict
13051         to avoid matching substrings of `...' quoted vars/funs.
13052         (checkdoc-defun-info): Only look for `interactive' if alone.
13053         (debug-ignored-errors): Add "arg doesn't appear in docstring".
13055         * progmodes/compile.el (grep): `tag-default' can be nil.
13057         * newcomment.el (comment-indent): Paren typo.
13059 2000-11-14  Dave Love  <fx@gnu.org>
13061         * calculator.el: New maintainer version.
13063         * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
13065         * cmuscheme.el: Doc fixes.
13066         (cmuscheme) <defgroup>: Use `scheme' as parent.
13067         (cmuscheme-program-name): Remove.  Change uses to scheme-program-name.
13069         * xscheme.el (scheme-program-name): Don't define here.
13071         * progmodes/scheme.el (scheme-program-name): New variable
13072         (originally in cmuscheme).
13074 2000-11-14  Miles Bader  <miles@gnu.org>
13076         * window.el (fit-window-to-buffer): Handle windows without mode-lines.
13077         Handle header-lines.  Don't loop forever if we can't enlarge the
13078         window anymore.  Simplify a bit.
13080 2000-11-14  Kenichi Handa  <handa@etl.go.jp>
13082         * window.el (fit-window-to-buffer): Don't check
13083         window-text-height.  Assure that the last line is fully visible.
13085         * international/quail.el (quail-show-guidance-buf):
13086         Call fit-window-to-buffer to assure the enough height of the guidance
13087         buffer.
13088         (quail-update-guidance): Avoid making the guidance buffer shorter.
13090 2000-11-14  Stefan Monnier  <monnier@cs.yale.edu>
13092         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
13093         rather than `prepend' and add an interesting comment.
13094         (tex-math-face, tex-font-lock-syntactic-face-function):
13095         New face and function to use it.
13096         (tex-define-common-keys, tex-mode-map): Use menu-item rather
13097         than `menu-enable' symbol property.
13098         (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
13099         (tex-mode): Add some latex-mode commands for auto-selection.
13100         Use tex-font-lock-syntactic-face-function.
13101         (tex-insert-quote): Simplify.
13102         (tex-shell): New mode.
13103         (tex-start-shell): Use it.
13104         (tex-shell-proc, tex-shell-buf): New functions.
13105         (tex-send-command): Use it.
13106         (tex-main-file): Fix the meaning of the new arg REALFILE.
13107         (tex-send-tex-command): New function split from `tex-start-tex'.
13108         Set compilation-last-buffer and compilation-parsing-end.
13110         * newcomment.el (comment-indent-default): Stick \s<\s< to the left
13111         when it follows non-comment text on the line.
13113         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13114         Set font-lock-defaults.
13115         (lisp-mode-shared-map): Init inside the defvar.
13116         (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
13117         Use define-derived-mode.
13119 2000-11-14  Miles Bader  <miles@lsi.nec.co.jp>
13121         * faces.el (header-line): Use `:box nil' for color/gs displays too.
13123 2000-11-14  Gerd Moellmann  <gerd@gnu.org>
13125         * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
13126         Don't recursively optimize body because that can lead to infinite
13127         recursion; see comment there.
13129 2000-11-13  Eli Zaretskii  <eliz@is.elta.co.il>
13131         * faces.el (face-spec-set-match-display): Revert the change from
13132         2000-10-24.  Add a FIXME for after v21.1.
13134 2000-11-13  Miles Bader  <miles@gnu.org>
13136         * textmodes/fill.el (skip-line-prefix): New function.
13137         (fill-region-as-paragraph, fill-region):  Return the fill-prefix.
13138         (fill-paragraph): Don't leave point inside the fill-prefix.
13139         * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
13140         point inside the fill-prefix.
13142 2000-11-13  Miles Bader  <miles@lsi.nec.co.jp>
13144         * calendar/calendar.el (generate-calendar-window):
13145         Use `fit-window-to-buffer'.
13147 2000-11-12  Stefan Monnier  <monnier@cs.yale.edu>
13149         * gud.el (gud-minor-mode): New var.
13150         (gud-symbol, gud-val): New functions.
13151         (gud-find-file): Copy gud-minor-mode to the new buffer.
13152         (gud-menu-map): Include entries for commands that are not always
13153         available, using :enable to (de)activate them.
13154         (gud-minor-mode-map): New map.  Add it to minor-mode-map-alist.
13155         (gud-mode-map): New map.
13156         (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
13157         (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
13158         Don't set up gud's menu (it's done by the minor-mode).
13159         (gud-minibuffer-local-map): New.
13160         Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
13161         (gud-query-cmdline): New function.
13162         (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it.  Set gud-minor-mode.
13163         (gud-mode): Use define-derived-mode.
13164         Don't set up gud's menu (it's done by the minor-mode).
13165         (gud-chop-words): Remove.
13166         (gud-common-init): Use split-string instead.
13167         (gud-new-keymap, gud-make-debug-menu): Eradicate.
13169         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
13170         Add keyword arg :name.
13172         * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
13173         (diff-count-matches, diff-split-hunk): New functions.
13174         (diff-mode-map): Bind C-c C-s to diff-split-hunk.
13176         * pcvs-info.el (cvs-fi-conflict-face): New var.
13178         * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
13179         Make it into a simple syntax-table, shared among all submodes.
13180         (sh-heredoc-face): Re-introduce.
13181         (sh-font-lock-syntactic-face-function): New function.
13182         (sh-mode): Use it.  Also use define-derived-mode.
13183         Remove old bogus setting of indent-region-function.
13184         (sh-set-shell): Don't set the syntax-table any more.
13185         (sh-mode-syntax-table) <defun>: Remove.
13187 2000-11-12  Miles Bader  <miles@gnu.org>
13189         * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
13190         message if interactive.
13192 2000-11-12  Dave Love  <fx@gnu.org>
13194         * mail/feedmail.el: Fix header,
13195         (feedmail) <defgroup>: Add :link.
13197         * view.el: Use local-map property, not keymap on mode-line string.
13199         * scroll-all.el (scroll-all-mode): Customize variable.
13200         Add autoload cookie to function.
13202         * lazy-lock.el: Remove compatibility code.
13204         * finder.el (finder-known-keywords): Add `files', remove `vms'.
13205         (finder-help-echo): New variable.
13206         (finder-mouse-face-on-line): Add help-echo stuff.
13207         (finder-list-keywords, finder-list-matches): Use mapc.
13209         * faces.el (face-font-registry-alternatives): Add :version.
13211         * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
13212         tags-table-list.
13214         * net/browse-url.el (browse-url-browser-function): Update :version.
13216         * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
13217         (mail-mode): Use [:alnum:] in some regexps.
13219 2000-11-10  Dave Love  <fx@gnu.org>
13221         * ediff.el (ediff-regions-internal, ediff-documentation):
13222         * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
13223         fundamental mode.
13225         * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
13226         buffer into fundamental mode.
13227         (ediff-set-difference): Use copy-sequence if available.
13229         * ediff-ptch.el (ediff-dispatch-file-patching-job):
13230         Check ediff-patch-map non-nil.
13231         (ediff-fixup-patch-map, ediff-fixup-patch-map)
13232         (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
13233         buffer into fundamental mode.
13235         * ediff-merg.el (state-or-merge): Defvar when compiling.
13237 2000-11-10  Jason Rumney  <jasonr@gnu.org>
13239         * w32-fns.el (w32-add-charset-info): New function.
13240         (w32-charset-info-alist): Use it.
13242 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
13244         * faces.el (face-font-registry-alternatives): New user-option.
13246 2000-11-10  Stefan Monnier  <monnier@cs.yale.edu>
13248         * textmodes/texinfo.el (texinfo-block-default): New var.
13249         (texinfo-insert-block): Use it.  Insert a newline if needed.
13251         * textmodes/fill.el (fill-indent-according-to-mode): New var.
13252         (fill-region-as-paragraph): Use it.
13254         * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
13255         (latex-mode): Tweak tex-*-(head|trail)er regexps.
13256         Tweak paragraph regexps to allow a leading [ \t]*.
13257         (tex-latex-block): Insert a newline if necessary.
13258         (latex-insert-item): Only insert a newline if necessary.
13259         (tex-guess-main-file): New function.
13260         (tex-main-file): Use it.  Add arg `realfile'.  Trim `.tex'.
13261         Set tex-main-file if TeX-master is provided.
13262         (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
13264 2000-11-10  Gerd Moellmann  <gerd@gnu.org>
13266         * startup.el (command-line): Set the default tooltip-mode
13267         to t for graphical displays which implement x-show-tip.
13269         * tooltip.el (tooltip-mode): Add a comment about startup.el
13270         setting the default value of this user-option.
13272 2000-11-09  Stefan Monnier  <monnier@cs.yale.edu>
13274         * font-lock.el (font-lock-*-face) <defvar>: Move.
13275         (font-lock-defaults-alist): Mark obsolete.
13276         (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
13277         (font-lock-mode): Use define-minor-mode.
13278         (font-lock-support-mode): Tweak type to default to jit-lock-mode.
13279         (font-lock-turn-off-thing-lock): Be more explicit.
13280         (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
13281         (font-lock-syntactic-face-function): New var.
13282         (font-lock-fontify-syntactically-region): Use it.
13283         (font-lock-doc-face): New.
13285         * pcvs.el (cvs-enabledp): Ignore errors.
13286         (cvs-commit-filelist): Never query.
13287         (cvs-mode-insert): Always add a terminating / in the initial prompt.
13288         (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
13289         (cvs-do-removal): Use cvs-partition rather than delete-if.
13290         Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
13291         cvs-bury-buffer.
13293         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13294         Allow `next' to jump to after the end of the last match.
13296 2000-11-09  Gerd Moellmann  <gerd@gnu.org>
13298         * simple.el (byte-compiling-files-p): New function.
13300         * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
13301         if it is there.
13303         * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
13304         nil again.
13306         * textmodes/ispell.el (ispell-library-path): Don't call
13307         check-ispell-version when byte-compiling because that starts
13308         an ispell process, and ispell might not be installed.
13309         (toplevel): Don't set up a menu when byte-compiling.
13311         * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
13312         it, so that a boundp test can be used to determine if we're
13313         currently byte-compiling.
13315 2000-11-09  Dave Love  <fx@gnu.org>
13317         * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
13319 2000-11-09  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13321         * ps-print.el: Patch for variable initialization when spooling.
13322         Doc fix.
13323         (ps-output-list): Fun eliminated.
13324         (ps-begin-file, ps-begin-job): Code fix.
13326 2000-11-08  Dave Love  <fx@gnu.org>
13328         * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
13330 2000-11-08  Gerd Moellmann  <gerd@gnu.org>
13332         * simple.el (shell-command, display-message-or-buffer)
13333         (shell-command-on-region): Mention resize-mini-windows in the doc
13334         string.
13335         (display-message-or-buffer): Take the value of resize-mini-windows
13336         into account.
13338 2000-11-07  Gerd Moellmann  <gerd@gnu.org>
13340         * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
13342         * dired.el (dired-between-files): Add `^. find' as an alternative
13343         to the regular expression, for find-dired.
13345 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
13347         * textmodes/texnfo-upd.el: Require texinfo.
13348         (defmacro, defgroup): Remove.
13349         (texinfo-section-to-generic-alist): Remove.
13350         Use texinfo-section-list instead (i.e. level is changed string->int).
13351         (texinfo-filter): New function.
13352         (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
13353         (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
13354         Use it.  And use regexp-opt.
13355         (texinfo-find-higher-level-node, texinfo-hierarchic-level)
13356         (texinfo-update-menu-region-beginning)
13357         (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
13358         (texinfo-update-the-node, texinfo-sequentially-update-the-node)
13359         (texinfo-update-menu-same-level-regexps): Update.
13360         (texinfo-update-node, texinfo-every-node-update)
13361         (texinfo-sequential-node-update): Remove autoload cookie.
13363         * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
13364         (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
13365         (texinfo-chapter-level-regexp): Remove.
13366         (texinfo-mode): Hard code texinfo-chapter-level-regexp.
13368 2000-11-06  Dave Love  <fx@gnu.org>
13370         * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
13372         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
13373         Match defun*.
13375 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
13377         * composite.el (composition-function-table): Variable declaration
13378         moved to src/composite.c.
13379         (compose-chars-after): New optional arg object.
13381 2000-11-06  Gerd Moellmann  <gerd@gnu.org>
13383         * bindings.el (mode-line-toggle-read-only)
13384         (mode-line-toggle-modified, mode-line-widen)
13385         (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
13386         (make-mode-line-mouse2-map): Rewritten.
13387         (mode-line-modified, mode-line-format, minor-mode-alist): Use new
13388         functions so that C-h k can show something with a doc string.
13390         * startup.el (fancy-splash-delay): Set to 10 seconds.
13391         (fancy-splash-max-time): New user-option.
13392         (fancy-splash-stop-time): New variable.
13393         (fancy-splash-screens): Set it.  Catch `stop-splashing'.
13394         (fancy-splash-screens-1): Throw `stop-splashing' when current
13395         time is greater than fancy-splash-stop-time.
13397 2000-11-06  Stefan Monnier  <monnier@cs.yale.edu>
13399         * vc-hooks.el (vc-insert-file): Don't assume byte==char.
13401         * pcvs.el (cvs-mode-marked): New arg `noquery'.
13402         Prompt user for a file rather than raising an error.
13403         (cvs-enabledp): Fix call to cvs-mode-marked.
13404         (cvs-insert-file): New function (extracted from cvs-mode-insert).
13405         (cvs-mode-insert): Use it.  Change the init prompt' value.
13406         (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
13408         * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
13409         Don't pass default arg to ewoc-locate.
13410         (ewoc-collect): Return result in the right order.
13412         * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
13414         * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
13415         (cvs-status-get-tags): Fix regexp.
13416         (cvs-status-trees, cvs-status-cvstrees):
13417         Combine after change hooks and don't sit-for.
13418         (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
13419         (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
13420         Use make-char rather than hard-coded cryptic data.
13421         (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
13423         * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
13425         * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
13426         (cvs-insert-strings): New function.
13428 2000-11-06  Miles Bader  <miles@lsi.nec.co.jp>
13430         * mwheel.el (mouse-wheel-scroll-amount): Renamed from
13431         `mwheel-scroll-amount'.
13432         (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
13433         (mouse-wheel-mode): Use (featurep 'xemacs) instead of
13434         string-matching against the version string.
13436 2000-11-06  Kenichi Handa  <handa@etl.go.jp>
13438         * language/thai.el ("Thai"): Set a lisp form that produces
13439         composed string in `sample-text' language info.
13441         * language/tibetan.el ("Tibetan"): Set a lisp form that produces
13442         composed string in `sample-text' language info.
13444         * international/mule-cmds.el (describe-language-environment):
13445         Eval `sample-text' data and insert the result.
13447         * international/mule-conf.el (compound-text): Define this coding
13448         system here.  Make x-ctext and ctext aliases of it.
13450         * language/european.el (compound-text, ctext): Moved to
13451         international/mule-conf.el.
13453 2000-11-05  Andrew Innes  <andrewi@gnu.org>
13455         * w32-fns.el (w32-version): New function.
13457 2000-11-05  Stefan Monnier  <monnier@cs.yale.edu>
13459         * progmodes/awk-mode.el: Update copyright.
13460         (awk-mode-abbrev-table): Remove.
13461         (awk-font-lock-keywords): Use regexp-opt.
13462         (awk-mode): Use define-derived-mode.
13464         * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
13465         when extracting a suffix.
13467 2000-11-04  Andre Spiegel  <spiegel@gnu.org>
13469         * vc-hooks.el (vc-insert-file): Rewritten.  Don't bother about
13470         auto-save-mode.
13472 2000-11-04  Jason Rumney  <jasonr@gnu.org>
13474         * language/european.el (decode-mac-roman): Test against r1 not r0.
13476 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
13478         * progmodes/icon.el (icon-mode-map): Don't rebind \t.
13479         (icon-mode): Define indent-line-function.
13480         (icon-comment-indent): Simplify.
13481         (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
13483         * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
13485         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
13486         Bind change-log-default-mode to defeat the caching done on it.
13487         Don't bother saving excursion any more.
13489         * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
13491         * frame.el (after-setting-font-hook): Rename hooks -> hook.
13492         (set-frame-font): Use the new name (and the old for compatibility).
13494         * toolbar/tool-bar.el (tool-bar-mode):
13495         * time.el (display-time-mode):
13496         * recentf.el (recentf-mode):
13497         * paren.el (show-paren-mode):
13498         * mwheel.el (mouse-wheel-mode):
13499         * msb.el (msb-mode):
13500         * jka-compr.el (auto-compression-mode):
13501         * image-file.el (auto-image-file-mode):
13502         * hl-line.el (hl-line-mode):
13503         * delsel.el (delete-selection-mode):
13504         * autoinsert.el (auto-insert-mode):
13505         * complete.el (partial-completion-mode): Drop unneeded positional args.
13507         * info.el (Info-mode):
13508         * comint.el (comint-mode): Don't bother with make-local-hook.
13510         * log-edit.el (log-edit-menu): New menu.
13512 2000-11-03  Miles Bader  <miles@gnu.org>
13514         * wid-edit.el (widget-end-of-line): Reinstate, with a new
13515         definition, so that trailing spaces are handled properly.
13516         (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
13518 2000-11-03  Gerd Moellmann  <gerd@gnu.org>
13520         * startup.el (fancy-splash-text, fancy-splash-text): Use a single
13521         tab character.
13522         (fancy-splash-screens): Set tab-width to 20.
13524 2000-11-03  Dave Love  <fx@gnu.org>
13526         * comint.el (comint-completion-addsuffix): Fix custom type.
13528 2000-11-02  Stefan Monnier  <monnier@cs.yale.edu>
13530         * font-lock.el (font-lock-buffers): Remove.
13531         (font-lock-global-modes): Define with easy-mmode-define-global-mode.
13532         (font-lock-change-major-mode): Remove.
13533         (turn-on-font-lock-if-enabled): Only apply to the current buffer.
13534         (font-lock-default-fontify-region): Extend the multiline
13535         fontification to whole lines.
13536         (font-lock-fontify-anchored-keywords)
13537         (font-lock-fontify-keywords-region): If matching just one
13538         line (with \n) only mark the \n as multiline.
13540         * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
13541         Correctly handle the case where several :group args are supplied.
13542         Allow :extra-args.
13543         (easy-mmode-define-global-mode): Allow :extra-args.
13544         Correctly handle the case where several :group args are supplied.
13546 2000-11-02  Miles Bader  <miles@gnu.org>
13548         * calendar/calendar.el (diary-face, calendar-today-face)
13549         (holiday-face): Remove dependency on `window-system'.
13551 2000-11-02  Ken Raeburn  <raeburn@gnu.org>
13553         * Makefile.in (emacs): Set EMACSLOADPATH always.
13554         (update-authors, .el.elc, compile-files): Don't do it explicitly here.
13555         (compile-files): Bomb out if compilation of a file fails.
13557 2000-11-02  Dave Love  <fx@gnu.org>
13559         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
13561 2000-11-02  Eli Zaretskii  <eliz@is.elta.co.il>
13563         * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
13564         punctuation in the warning inserted into the *mail* buffer.
13566 2000-11-02  Gerd Moellmann  <gerd@gnu.org>
13568         * emacs-lisp/authors.el (authors-public-domain-files): New variable.
13569         (authors-public-domain-p): New function.
13570         (authors-print): Use it.
13572         * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
13574         * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
13576 2000-11-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13578         * ps-print.el: Extension for even/odd printing.  Doc fix.
13579         (ps-print-version): New version number (6.3.1).
13580         (ps-even-or-odd-pages): Customization fix.
13581         (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
13582         (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
13583         (ps-page-count): Var replaced by `ps-page-column'.
13584         (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
13585         (ps-print-sheet-p): New fun.
13587 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
13589         * tooltip.el (tooltip-gud-tips-setup): New function.
13590         (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
13591         (tooltip-mode): Call tooltip-gud-tips-setup.
13592         (tooltip-gud-tips): Use `gud-basic-call' instead of
13593         process-send-string, so the prompt gets frobbed appropriately.
13594         Handle nil return value from `tooltip-gud-print-command'.
13596 2000-11-01  Eric M. Ludlam  <zappo@ultranet.com>
13598         * comint.el (comint-add-to-input-history): New function.
13599         (comint-send-input): Use `comint-add-to-input-history'.
13601 2000-11-02  Miles Bader  <miles@lsi.nec.co.jp>
13603         * info.el (info-menu-header): New face.
13604         (Info-fontify-menu-headers): New function.
13605         (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
13607         * info.el (Info-insert-dir): Don't include blank lines at
13608         beginning of additional dir files (one is added automatically).
13610 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
13612         * emacs-lisp/easy-mmode.el (define-minor-mode):
13613         Revert the latest changes.
13614         Allow the three positional arguments to be skipped and replaced
13615         by keyword arguments.
13616         Add a :toggle argument to determine whether a nil arg means toggle
13617         or means turn-on.  The default is unchanged.
13618         Add a call to force-mode-line-update.
13620 2000-11-01  Dave Love  <fx@gnu.org>
13622         * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
13624 2000-11-01  Miles Bader  <miles@lsi.nec.co.jp>
13626         * calendar/calendar.el (diary-face, holiday-face):
13627         Add dark-background variants.
13629 2000-10-31  Sam Steingold  <sds@gnu.org>
13631         * textmodes/tex-mode.el (tex-file): Use `default-directory' when
13632         `tex-main-file' does not have directory in it.
13634 2000-10-31  Stefan Monnier  <monnier@cs.yale.edu>
13636         * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
13638 2000-10-31  Thien-Thi Nguyen  <ttn@gnu.org>
13640         * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
13641         functional change.
13643 2000-10-31  Gerd Moellmann  <gerd@gnu.org>
13645         * files.el (find-file-noselect): When we expand a wildcard, return
13646         a list of buffers, as we should do according to the doc string.
13648 2000-10-31  Ken Raeburn  <raeburn@gnu.org>
13650         * loadup.el (top level): Adjust load path if program name is
13651         "../src/bootstrap-emacs", in case it's not dumped and thus the
13652         load path adjustment hasn't already been done.
13654 2000-10-31  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13656         * ps-print.el: Fix bug on selected pages for printing.
13657         Use `color-values' for Emacs 21.  Ensure fontification when jit-lock
13658         is on.  Try to avoid warning messages when compiling.  Doc Fix.
13659         (ps-print-version): New version number (6.3).
13660         (ps-color-device): Use `color-values' to determine if device
13661         supports color.
13662         (ps-color-values): Try to use `x-color-values' when using XEmacs.
13663         (ps-print-page-p): Changed from defsubst to defun.
13664         (ps-page-number): Changed from defmacro to defun.
13665         (ps-header-sheet, ps-header-page): Fix bug on selected pages for
13666         printing.
13667         (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
13668         (ps-end-file, ps-dummy-page): Funs eliminated.
13669         (ps-print-color-scale): Changed default value.
13670         (ps-page-n-up, ps-print-page-p): New internal vars.
13671         (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
13672         (ps-plot-region, ps-generate, ps-end-job): Code fix.
13674         * delim-col.el: Little programming improvement.
13675         (delimit-columns-str): New macro.
13676         (delimit-columns-region, delimit-columns-rectangle): Code fix.
13678 2000-10-31  Kenichi Handa  <handa@etl.go.jp>
13680         * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
13681         Moved to european.el.
13682         (ccl-encode-mac-roman-font, fontset-mac): Modified for
13683         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
13684         (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
13685         (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
13687 2000-10-30  Dave Love  <fx@gnu.org>
13689         * progmodes/cc-menus.el (imenu-generic-expression)
13690         (imenu-progress-message): Only defvar when compiling.
13692         * emacs-lisp/elp.el (elp-unload-hook): New function.
13694         * loadhist.el (unload-feature): Call elp-restore-function,
13695         checking for symbols; don't use elp-restore-all.
13696         (loadhist-hook-functions): Doc fix.
13698 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
13700         * log-edit.el (log-edit-confirm): Fix the default.
13702 2000-10-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13704         * delim-col.el: Little fix: replace delimit-columns-align-columns by
13705         delimit-columns-format.
13706         (delimit-columns-region, delimit-columns-rectangle): Code fix.
13708 2000-10-30  Miles Bader  <miles@lsi.nec.co.jp>
13710         * comint.el (comint-replace-by-expanded-history): Don't use
13711         comint-get-old-input (we're not looking at *old* input).
13712         (comint-get-old-input-default): If using fields, signal an error
13713         when the point is not in an input field.
13715 2000-10-30  Kenichi Handa  <handa@etl.go.jp>
13717         * international/mule-conf.el: New charsets mule-unicode-2500-33ff
13718         and mule-unicode-e000-ffff.
13720         * international/mule.el (decode-char, encode-char): New functions.
13721         (make-coding-system): Accept a symbol of translation table as a
13722         value of property `safe-chars'.
13724         * international/mule-cmds.el (encode-coding-char): Check property
13725         safe-chars instead of safe-charsets.
13727         * international/fontset.el (fontset-default): Modified for
13728         mule-unicode-2500-33ff and mule-unicode-e000-ffff.
13729         (x-font-name-charset-alist): Likewise.
13730         (ccl-encode-unicode-font): New CCL program.  Record it in
13731         font-ccl-encoder-alist to be used for fonts "ISO10646-1".
13733         * language/european.el (mac-roman-decoder, mac-roman-encoder):
13734         New translation tables.
13735         (decode-mac-roman, encode-mac-roman): Definition of these CCL
13736         programs are modified and moved from mac-win.el.
13737         (mac-roman): Definition of this coding system is modified and
13738         moved from mac-win.el.
13740 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
13742         * ediff-wind.el (ediff-setup-control-frame): Enclose
13743         face-attribute in condition-case to avoid errors in older emacsen.
13745 2000-10-29  Miles Bader  <miles@gnu.org>
13747         * custom.el (custom-add-to-group): Allow multiple entries for a
13748         given value OPTION, as long as their widget types are different.
13749         * cus-edit.el (custom-face-value-create): If face name doesn't end
13750         with "face", add such here (similar to custom group widgets).
13752         * comint.el (comint-highlight-prompt): Add :type.
13754 2000-10-28  John Wiegley  <johnw@gnu.org>
13756         * calendar/timeclock.el (timeclock-log): Doc fix.
13757         (timeclock-last-event): Doc fix.
13758         (timeclock-log): Kill the timelog buffer after appending a new event.
13759         (timeclock-find-discrep): Use a temp buffer to read in the
13760         timelog, instead of visiting the file.
13761         (timeclock-log-data): A new function, along with a host of helper
13762         functions, for the purpose of making timelog data accessible to
13763         programmers.
13765         * eshell/esh-mode.el (window-height test): Make certain that
13766         `eshell-stringify-t' is non-nil.
13767         (eshell-password-prompt-regexp): Changed to a much simpler
13768         password regexp.
13769         (eshell-send-input): If `eshell-invoke-directly' returns t,
13770         directly invoke the parsed command using `eval'.  This improves
13771         turn-around time on simple commands by a factor of three or
13772         greater, such as cd, ls, pwd, etc. -- which get used very often.
13773         It also conserves thousands of cons cells per call (since
13774         `eshell-do-eval' consumes memory like a Cookie Monster set loose
13775         in the Pacific Cookie Company).
13777         * eshell/esh-test.el (eshell-test): Whitespace fix.
13779         * eshell/em-ls.el (eshell-ls-insert-directory):
13780         Make `eshell-ls-initial-args' nil when inserting directory contents.
13782         * eshell/em-script.el (eshell-script-initialize): Add names to
13783         `eshell-complex-commands, since `source' and `.' are complex.
13785         * eshell/esh-cmd.el (eshell-rewrite-for-command)
13786         (eshell-rewrite-while-command): Use `eshell-protect' instead of
13787         `eshell-copy-handles'.
13788         (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
13789         bodies.
13790         (eshell-separate-commands): Whitespace fix.
13791         (eshell-complex-commands): Added a new list of names, for
13792         determining whether a given command is as simple as it looks.
13793         (eshell-invoke-directly): New function.  Returns t if a command
13794         should be invoked directly (using `eval'), rather than indirectly
13795         using `eshell-do-eval'.
13796         (eshell-do-eval): Whitespace fix.
13798         * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
13799         which provides an emulation of the DOS shell behavior of assuming
13800         that cp/mv/ln should copy/move/link to the current directory.
13801         (eshell-remove-entries): Added a doc string.
13802         (eshell-shuffle-files): Removed the check for `target' being null.
13803         (eshell-mvcp-template, eshell-mvcpln-template): Renamed
13804         `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
13805         it to do a smarter check of whether a destination was provided.
13806         (eshell/mv, eshell/cp): Enable `:preserve-args'.
13807         (eshell/ln): Enable `:preserve-args', and use
13808         `eshell-mvcpln-template' to implement the body of the function.
13809         (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
13810         (eshell/du, eshell/diff, eshell/locate): Stringify the argument
13811         list after flattening it.  This makes it possible to cat files
13812         with numerical names.
13813         (eshell-unix-initialize): Added several names to
13814         `eshell-complex-commands.
13815         (eshell-unix-command-complex-p): Return t if a given command name
13816         may result in external processes being invoked.
13818         * eshell/em-glob.el (eshell-glob-show-progress): Make this
13819         variable nil by default, since it slows down glob processing by a
13820         factor of two or more, and increases memory consumption.
13822         * eshell/em-smart.el: Added a note about how memory consumptive
13823         smart display mode can be (at least this is true in Emacs 21).
13824         (eshell-smart-initialize): Whitespace fix.
13825         (eshell-refresh-windows): Use `if' instead of `when'.
13826         (eshell-smart-scroll-window): Calling `save-current-buffer' was
13827         not necessary.
13828         (eshell-currently-handling-window): Added a missing global variable.
13830         * eshell/em-ls.el (eshell-do-ls): Code simplification.
13831         (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
13832         Whitespace fix.
13833         (eshell-ls-exclude-hidden): Added this variable in addition to
13834         `eshell-ls-exclude-regexp'.  This one prevents files beginning
13835         with . from even being read, which can improve memory consumption
13836         quite a bit.
13837         (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
13838         read file entries beginning with a dot.  In home directories with
13839         lots of hidden files, fully two-thirds of the time spent in ls is
13840         used to read directory entries that are immediately thrown away.
13841         (eshell-ls-initial-args): Added back this configuration variable,
13842         for specifying default initial arguments to every call to ls.
13843         Much faster than using an alias to do the same thing.
13844         (eshell-do-ls): Use `eshell-ls-initial-args', if set.
13845         (eshell-ls-dir): Whitespace change.
13847         * eshell/em-dirs.el (eshell/pwd): Small code simplification.
13849         * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
13850         (eshell-stringify-t): Added a customization variable, to indicate
13851         whether `t' should be rendered as a string at all.  If not, one
13852         can still determine if the result of an expression is true using
13853         "file-exists-p FILE && echo true".
13854         (eshell-stringify): If `eshell-stringify-t' is nil, don't
13855         stringify t!
13857         * eshell/esh-module.el: Whitespace fix.
13859         * eshell/em-alias.el (eshell-alias-initialize):
13860         Added `eshell-command-aliased-p' to `eshell-complex-commands'.
13861         (eshell-command-aliased-p): New function that returns t if a
13862         command name names an aliased.
13864 2000-10-29  Michael Kifer  <kifer@cs.sunysb.edu>
13866         * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
13867         redrawing the screen when changing cursor color.
13868         (viper-insert-state-pre-command-sentinel)
13869         (viper-replace-state-pre-command-sentinel)
13870         (viper-replace-state-post-command-sentinel):
13871         Use viper-preserve-cursor-color.
13872         Many functions changed to use viper= instead of = when comparing
13873         characters.
13874         * viper-util.el (viper-memq-char,viper=): New functions for
13875         working with characters.
13876         (viper-change-cursor-color): Fixed buglet.
13877         Many functions changed to use viper= instead of = when comparing
13878         characters.
13879         * viper.el (viper-insert-state-mode-list): Added eshell.
13881         * ediff-init.el (ediff-before-setup-hook): New hook.
13882         Several typos fixed in various docstrings.
13883         * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
13884         * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
13885         (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
13886         * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
13887         (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
13888         (ediff-get-selected-buffers): New function.
13889         * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
13890         (ediff-vc-merge-internal,ediff-rcs-merge-internal):
13891         Use save-window-excursion.
13892         * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
13893         termination check in while loop.
13894         * ediff.el (ediff-get-default-file-name): Better defaults when in
13895         dired buffer.
13896         (ediff-files,ediff-merge-files,ediff-files3)
13897         (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
13899 2000-10-28  Dave Love  <fx@gnu.org>
13901         * info.el (Info-fontify-node): Add help-echo for menu items.
13903 2000-10-28  Eli Zaretskii  <eliz@is.elta.co.il>
13905         * startup.el (normal-top-level): If the value of $TERM indicates
13906         we are running from xterm or one of its work-alikes, default to a
13907         light background mode.
13909         Support for -fg, -bg, and -rv command-line arguments for TTYs:
13910         * faces.el (tty-handle-reverse-video): New function.
13911         (tty-create-frame-with-faces): Call it.
13913         * frame.el (frame-notice-user-settings): Don't apply
13914         default-frame-alist and initial-frame-alist to MS-DOS frames.
13915         Call tty-handle-reverse-video, frame-set-background-mode, and
13916         face-set-after-frame-default for non-MS-DOS frames.
13918         * startup.el (tty-long-option-alist): New variable.
13919         (tty-handle-args): New function.
13920         (command-line): Call tty-handle-args.
13922         * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
13923         startup.el now does that for all character-terminal frames.
13925 2000-10-28  Miles Bader  <miles@gnu.org>
13927         * emacs-lisp/easy-mmode.el (define-minor-mode):
13928         Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
13929         is global.  If :global is followed by a non-nil but non-t value,
13930         make the mode buffer-local, but also generate a `global-MODE'
13931         version using `easy-mmode-define-global-mode'.
13932         Add :conditional-turn-on keyword argument.
13934 2000-10-28  Dave Love  <fx@gnu.org>
13936         * international/latin1-disp.el (latin1-char-displayable-p):
13937         Don't use window-system.
13939 2000-10-27  Eli Zaretskii  <eliz@is.elta.co.il>
13941         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
13942         Don't call find-buffer-file-type-coding-system.  Instead, just
13943         set eol-type to -unix if inhibit-eol-conversion is in effect, or
13944         if the file is on an untranslated filesystem.
13945         (add-untranslated-filesystem): Use "D" instead of "f" inside
13946         interactive.
13948 2000-10-27  Dave Love  <fx@gnu.org>
13950         * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
13951         (refill-mode): Use it.
13953 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
13955         * international/quail.el (quail-activate): Don't make-local-hook.
13957 2000-10-27  Andre Spiegel  <spiegel@gnu.org>
13959         * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
13960         manual backups and file.~<rev>.~ for automatic ones.
13961         (vc-make-version-backup): Don't do it on MS-DOS without long file
13962         names.
13964         * vc.el (vc-version-other-window): If an automatic backup of the
13965         desired version exists, rename it instead of copying it.
13967         * vc-cvs.el (vc-cvs-checkin): Check both status and error message
13968         after command.  If there's an unexpected error, signal it instead
13969         of being silent.
13970         (vc-cvs-merge-news): Be prepared for no news at all.
13972 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
13974         * shell.el (shell): Add BUFFER argument.
13975         * comint.el (make-comint-in-buffer): New function.
13976         (make-comint): Use it.
13978         * faces.el (face-spec-choose): Change syntax so that the list of
13979         attribute-value pairs is now the cdr of each clause, not the cadr.
13980         Detect old-style entries, and handle them.  Use pop.
13982 2000-10-26  Stefan Monnier  <monnier@cs.yale.edu>
13984         * cus-edit.el (custom-mode-map): Use a sparse map.
13985         (custom-mode): Don't bother with make-local-hook.
13987         * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
13989         * vc.el (vc-start-entry): Only erase the buffer if comment is set.
13991 2000-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13993         * ps-print.el: Avoid compilation gripes.
13994         (ps-print-version): New version number (6.2.1).
13996 2000-10-26  Dave Love  <fx@gnu.org>
13998         * menu-bar.el: Modify some menu item help strings.
13999         (menu-bar-help-menu): Add link to MORE.STUFF.
14001         * cus-edit.el (custom-mode): Add `special' mode-class property.
14003         * wid-browse.el (widget-browse-mode): Likewise.
14005         * wid-edit.el (widget-specify-field): Revert to using local-map
14006         property, not keymap.
14008 2000-10-26  Miles Bader  <miles@lsi.nec.co.jp>
14010         * wid-edit.el (widget-field-end): When checking for a `boundary'
14011         field, do so in the correct buffer.
14013         * simple.el (undo): Correctly distinguish between numeric and
14014         non-numeric prefix args in non-transient-mark-mode, as per the doc
14015         string.  When in transient-mark-mode, treat all prefix-args as
14016         numeric.
14018         * simple.el (previous-matching-history-element): Miscellaneous cleanup.
14019         Position point on match.  Handle N == 0 correctly.
14021         * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
14022         (comint-mode-map): Reverse order of `comint-write-output' and
14023         `comint-append-output-to-file'.
14024         (comint-append-output-to-file): Reinstate this function, for the
14025         benefit of the menu.
14027 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
14029         * vc.el (vc-version-other-window): Bind `file'.
14031 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
14033         * Makefile.in (update-authors): New target for maintenance purposes.
14035         * emacs-lisp/authors.el (batch-update-authors): New function.
14036         (authors-fixed-entries): New defconst.
14037         (authors-add-fixed-entries): New function.
14038         (authors): Call it.: Don't process lispref/.
14040 2000-10-25  Jason Rumney  <jasonr@gnu.org>
14042         * cus-edit.el (custom-button-face, custom-button-pressed-face):
14043         Merge x w32 and mac definitions.
14045 2000-10-25  Gerd Moellmann  <gerd@gnu.org>
14047         * menu-bar.el (menu-bar-options-menu): Add a help string for
14048         `uniquify'.
14050 2000-10-25  Stephen Gildea  <gildea@stop.mail-abuse.org>
14052         * time-stamp.el (time-stamp-string-preprocess):
14053         Fix a wrong type argument error.
14055 2000-10-25  Miles Bader  <miles@gnu.org>
14057         * recentf.el (recentf-mode): Variable removed.
14058         (recentf-mode): Use `define-minor-mode'.
14060         * mwheel.el (mouse-wheel-mode): New global minor mode.
14061         (mwheel-install): Use `mouse-wheel-mode'.
14063 2000-10-25  Dave Love  <fx@gnu.org>
14065         * progmodes/cperl-mode.el (cperl-mode):
14066         Set normal-auto-fill-function correctly.
14068         * wid-edit.el (widget-field-keymap, widget-text-keymap):
14069         Don't inherit from global-map and don't nullify menu-bar and tool-bar
14070         bindings.
14072 2000-10-25  Miles Bader  <miles@lsi.nec.co.jp>
14074         * wid-edit.el (widget-field-at): New function.
14075         (widget-at, widget-field-activate): Use it.
14076         (widget-tabable-at): Use `widget-at'.
14077         (widget-specify-field): If the terminating character of the widget
14078         field (which is read-only) is a newline, put it into a special
14079         `boundary' field so that C-n/C-p act more naturally.
14080         (widget-field-end): Also don't subtract one if a special
14081         `boundary' field has been added after the widget field.
14083         * comint.el (comint-output-filter, comint-send-input):
14084         Don't bother adding stickiness fields to overlays to fool the field
14085         code, since it should notice the overlay insertion-types now.
14087         * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
14088         Replace with aliases of the normal emacs b-o-l/e-o-l functions.
14089         (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
14091 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
14093         * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
14094         (authors): Set file coding system to iso-2022-7bit.
14095         Add file-local variables to output buffer.
14097         * files.el (after-find-file): Don't print any warnings if
14098         WARN is nil.
14100 2000-10-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14102         * ps-print.el (ps-generate): Fix odd/even pages printing bug.
14104         * delim-col.el: Now there is a column formatting mechanism.
14105         Modified to customization mechanisms convention.  Doc fix.
14106         (columns): New group for delim-col.
14107         (delimit-columns-before, delimit-columns-after)
14108         (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
14109         (delimit-columns-end): New vars.
14110         (delimit-columns-customize, delimit-columns-format): New funs.
14111         (delimit-columns-region, delimit-columns-rectangle)
14112         (delimit-columns-rectangle-line): Modified to support column
14113         formatting.
14115 2000-10-24  Dave Love  <fx@gnu.org>
14117         * log-edit.el (log-edit): Add :version and a :group for vc.
14119 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
14121         * files.el (after-find-file): Don't print a message ``New file''
14122         if WARN is nil.
14124         * wid-edit.el (widget-field-keymap, widget-text-keymap):
14125         Define the tool-bar map as nil, as for the menu-bar.  Otherwise, we'll
14126         get duplicate tool-bar entries because we'll see the global ones
14127         on more than one path through keymaps.
14129         * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
14131         * progmodes/cmacexp.el: Change Francesco's email address.
14133 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
14135         * window.el (fit-window-to-buffer): Adjust point of the window
14136         buffer, not that of the current buffer.
14138 2000-10-24  Eli Zaretskii  <eliz@is.elta.co.il>
14140         * progmodes/cmacexp.el: Update the euthor's email address.
14142 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
14144         * faces.el (face-spec-set-match-display): Add `graphic' display
14145         type (the inverse of `tty').  Use `display-graphic-p' instead of
14146         the window-system variable.
14148 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
14150         * international/isearch-x.el (isearch-with-input-method):
14151         Call input-method-function with the first event in
14152         unread-command-events.
14154 2000-10-24  Miles Bader  <miles@lsi.nec.co.jp>
14156         * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
14158 2000-10-24  Andrew Choi  <akochoi@i-cable.com>
14160         * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
14161         New charsets.
14163         * term/mac-win.el: Remove definitions of mac-roman-lower and
14164         mac-roman-upper, require dired, and define instead of set
14165         mac-ready-for-drag-n-drop to avoid compilation error.
14167 2000-10-23  Andrew Innes  <andrewi@gnu.org>
14169         * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
14170         Remove superfluous calls to subst-char-in-string; instead apply
14171         expand-file-name after convert-standard-filename to ensure
14172         expected directory separators are used.
14174 2000-10-23  Eli Zaretskii  <eliz@is.elta.co.il>
14176         * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
14178 2000-10-23  Dave Love  <fx@gnu.org>
14180         * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
14181         (tool-bar-add-item): Set foreground and background for XBM icons.
14183         * international/latin1-disp.el (latin1-char-displayable-p):
14184         New function (from Handa).
14185         (latin1-display-check-font): Use it.
14187         * imenu.el (imenu--create-keymap-2): Build menu with menu-item
14188         using :key-sequence, making it much more usable.
14189         Use nconc, not append.
14190         (imenu--create-keymap-1): Avoid append.
14192         * textmodes/refill.el: Remove bits redundant with define-minor-mode.
14194 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
14196         [the following changes fix a bug where `define-minor-mode' didn't
14197         correctly generate :require clauses for defcustoms in compiled files]
14198         * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
14199         (byte-compile-log-file, byte-compile-log-1): Don't set
14200         `byte-compile-current-file' to nil.  Instead set
14201         `byte-compile-last-logged-file' to it.  Test whether
14202         byte-compile-current-file equals byte-compile-last-logged-file
14203         instead of whether its nil.
14204         (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
14206 2000-10-23  Stefan Monnier  <monnier@cs.yale.edu>
14208         * textmodes/refill.el: Fix var names in doc.
14209         (refill-mode): Don't bother with make-local-hook anymore.
14211 2000-10-23  Miles Bader  <miles@lsi.nec.co.jp>
14213         * faces.el (face-user-default-spec, face-default-spec): New functions.
14214         (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
14215         (frame-set-background-mode, face-set-after-frame-default):
14216         Use `face-user-default-spec'.  Simplify code slightly.
14218         * woman.el (woman-italic-face, woman-bold-face)
14219         (woman-unknown-face): Add dark-background variants.
14220         (woman-default-faces): Renamed from `woman-colour-faces'.
14221         Set using the stored defaults, rather than using hard-wired colors.
14222         (woman-monochrome-faces): Renamed from `woman-black-faces'.
14223         Just make the foreground `unspecified' rather than "black".
14224         (woman-menu): Rename menu entries accordingly.
14226         * faces.el (header-line): Make more reasonable on mono/grayscale
14227         displays.
14229 2000-10-23  Andrew Choi  <akochoi@i-cable.com>
14231         * cus-edit.el (custom-button-face): Use 3D look for mac.
14232         (custom-button-pressed-face): Likewise.
14234         * faces.el (set-face-attributes-from-resources): Handle mac frames
14235         in the same way as x and w32 frames.
14236         (face-valid-attribute-values): Likewise.
14237         (read-face-attribute): Likewise.
14238         (defined-colors): Likewise.
14239         (color-defined-p): Likewise.
14240         (color-values): Likewise.
14241         (display-grayscale-p): Likewise.
14242         (face-set-after-frame-default): Likewise.
14243         (mode-line): Same default face as for x and w32.
14244         (tool-bar): Likewise.
14246         * frame.el: Remove call to frame-notice-user-settings at end of
14247         the file.
14249         * info.el (Info-fontify-node): Make underlines invisible for mac
14250         as for x, pc, and w32 frame types.
14252         * term/mac-win.el: New file.
14254 2000-10-22  Dave Love  <fx@gnu.org>
14256         * textmodes/refill.el: New file.
14258 2000-10-22  Andre Spiegel  <spiegel@gnu.org>
14260         * vc-hooks.el (vc-version-backup-file-name): New optional args
14261         MANUAL and REGEXP.
14262         (vc-delete-automatic-version-backups, vc-make-version-backup):
14263         New functions.
14264         (vc-before-save): Use the latter.
14265         (vc-default-make-version-backups-p): Added `-p' suffix to avoid
14266         confusion.
14268         * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
14269         expected by vc[-hooks].el.
14271         * vc.el (vc-checkout): Added `-p' suffix in call to
14272         vc-make-version-backups-p; use vc-make-version-backup to actually
14273         make the backup.
14274         (vc-version-other-window, vc-version-backup-file): Handle both
14275         automatic and manual backups.
14276         (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
14277         of all of them.
14279 2000-10-22  Miles Bader  <miles@gnu.org>
14281         * comint.el (comint-highlight-input, comint-highlight-prompt):
14282         Renamed, `-face' at end removed.
14283         (comint-send-input, comint-output-filter): Use renamed faces.
14285         * window.el (fit-window-to-buffer): Change defaulting of
14286         MAX-HEIGHT slightly.
14288         * faces.el (color-values, color-defined-p): Use `member', not
14289         `memq', because it works correctly for strings.
14290         (frame-set-background-mode): Actually, "unspecified-fg" and
14291         "unspecified-bg" *are* strings.  Use `member', not `memq', and
14292         `equal', not `eq', when a string value is possible.
14294 2000-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
14296         * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
14298 2000-10-21  Stefan Monnier  <monnier@cs.yale.edu>
14300         * progmodes/sh-script.el (sh-mode-map): Remove bindings for
14301         sh-electric-rparen, sh-electric-less and sh-electric-hash.
14302         (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
14303         (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
14304         (sh-font-lock-syntactic-keywords): Use them.
14305         (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
14306         (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
14307         (sh-mode): Don't override font-lock-unfontify-region-function.
14308         Use a copy of sh-font-lock-syntactic-keywords.
14309         (sh-set-shell): Don't set sh-electric-rparen-needed-here.
14310         Don't call sh-scan-buffer since font-lock does it on the fly.
14311         (sh-get-indent-info): Use `face' rather than `syntax-table'
14312         text-property to detect here-documents.
14313         Replace sh-special-syntax with sh-st-punc.
14314         (sh-prev-line): Use `face' rather than `syntax-table'
14315         text-property to skip over here-documents.
14316         (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
14317         (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
14318         (sh-electric-less, sh-set-here-doc-region)
14319         (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
14320         (sh-scan-buffer, sh-rescan-buffer): Remove.
14322 2000-10-21  Andrew Innes  <andrewi@gnu.org>
14324         * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
14325         remote (ange-ftp) file names.
14327 2000-10-21  Miles Bader  <miles@gnu.org>
14329         * window.el (fit-window-to-buffer): New function.
14330         (shrink-window-if-larger-than-buffer): Use it.
14331         (window-text-height): Don't expect minibuffers to have mode-lines.
14333         * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
14334         * international/quail.el (quail-update-guidance):
14335         Use `fit-window-to-buffer' instead of `set-window-text-height'.
14337         * international/quail.el (quail-show-guidance-buf): Make sure
14338         guidance window really has enough room.
14339         (quail-update-guidance): If quail-guidance-win is already shown,
14340         make sure its height is OK.
14342         * window.el (window-text-height, set-window-text-height):
14343         New functions.
14344         (shrink-window-if-larger-than-buffer): Use `window-text-height'
14345         instead of `window-height' & `mode-line-window-height-fudge'.
14346         (mode-line-window-height-fudge): Add FACE parameter.
14347         * help.el (resize-temp-buffer-window): Use `set-window-text-height'
14348         instead of `enlarge-window' & `mode-line-window-height-fudge'.
14350 2000-10-20  Miles Bader  <miles@gnu.org>
14352         * window.el (height-affecting-face-attributes): Use `defconst'.
14354         * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
14355         New function, conditionally aliased to `mode-line-window-height-fudge'.
14356         (ispell-help): Use it.
14357         (ispell-choices-win-default-height): Don't include mode-line fudge.
14358         (ispell-choices-win-default-height): New function.
14359         (ispell-show-choices, ispell-command-loop): Use function
14360         `ispell-choices-win-default-height' instead of variable.
14362 2000-10-20  Miles Bader  <miles@lsi.nec.co.jp>
14364         * window.el (mode-line-window-height-fudge): New variable.
14365         (height-affecting-face-attributes): New variable.
14366         (mode-line-window-height-fudge): New function.
14367         (shrink-window-if-larger-than-buffer): Use it.
14368         * help.el (resize-temp-buffer-window): Likewise.
14370         * info.el (Info-fontify-node): Add support for @subsubsection
14371         titles, which use `Info-title-4-face'.
14372         (Info-title-4-face): New face.
14373         (Info-title-3-face): Inherit from Info-title-4-face instead of
14374         variable-pitch.
14376 2000-10-19  Jason Rumney  <jasonr@gnu.org>
14378         * dired.el (dired-insert-directory): Do not let errors signalled by
14379         attempt to run dired-free-space-program prevent dired from working.
14381 2000-10-19  Stefan Monnier  <monnier@cs.yale.edu>
14383         * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
14385 2000-10-19  Gerd Moellmann  <gerd@gnu.org>
14387         * dirtrack.el (dirtrack): Fix call to run-hooks.
14389         * cmuscheme.el (cmuscheme-program-name): Renamed from
14390         scheme-program-name because xscheme.el contains a defcustom with
14391         the same name.  As a consequence, customizing group `cmuscheme'
14392         loaded `xscheme' which redefined run-scheme.
14393         (run-scheme): Use cmuscheme-program-name.
14395         * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
14397         * play/doctor.el (doctor-death): Update the Samaritans'
14398         anonymous address, and add a website for Befrienders International.
14400 2000-10-19  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14402         * ps-print.el: Even/odd pages fix.  Fix little bug on XEmacs.
14403         Avoid compilation gripes.  Doc fix.
14404         (ps-print-version): New version number (6.2).
14405         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
14406         (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
14407         (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
14408         (ps-x-extent-priority, ps-x-extent-start-position)
14409         (ps-x-face-font-instance, ps-x-find-coding-system)
14410         (ps-x-font-instance-properties, ps-x-make-color-instance)
14411         (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
14412         avoid compilation gripes without defining functions.
14413         (ps-e-find-composition): Alias for function find-composition, to have a
14414         suitable function depending on Emacs version.
14415         (ps-color-device, ps-color-values, ps-face-foreground-name)
14416         (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
14417         (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
14418         (ps-print-ensure-fontified): Function definitions surrounded by
14419         `eval-and-compile' to avoid compilation gripes.
14420         (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
14421         by symbol-value to avoid compilation gripes.
14422         (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
14423         (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
14425 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
14427         * startup.el (normal-top-level): Call `frame-set-background-mode'
14428         after `frame-notice-user-settings' because the latter doesn't call
14429         the former on a tty.
14431         * faces.el (frame-set-background-mode): `unspecified' &c are
14432         symbols, not strings.
14434 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
14436         * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
14437         why some "light*" colors are deliberately absent from the alist.
14439         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
14440         Change colors for tty's, as suggested by Miles Bader.
14442 2000-10-19  Kenichi Handa  <handa@etl.go.jp>
14444         * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
14445         (ccl-encode-mule-unicode-0100-24ff): New CCL program.  Register it
14446         for ISO10646-1 fonts.
14447         (x-font-name-charset-alist): Add an entry for "iso10646-1".
14449 2000-10-19  Eli Zaretskii  <eliz@is.elta.co.il>
14451         * faces.el (frame-set-background-mode): If a tty frame defines a
14452         background color, use that to compute the background mode, instead
14453         of always defaulting to "dark".
14455 2000-10-19  Miles Bader  <miles@lsi.nec.co.jp>
14457         * comint.el (comint-write-output): New function.
14458         (comint-mode-map): Add it to the menu.
14459         Bind `C-c C-s' to comint-write-output.
14461 2000-10-18  Gerd Moellmann  <gerd@gnu.org>
14463         * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
14464         Use fancy-splash-delay.
14466 2000-10-18  Alex Schroeder  <alex@gnu.org>
14468         * progmodes/sql.el (sql-sybase-options): New option.
14469         (sql-sybase): Use it.  Add sql-database to the list of parameters
14470         provided for login.  The options -w 2048 -n are not used any more.
14472         * comint.el (comint-read-input-ring): Bugfix such that the first
14473         and the last entry of the input ring file are not lost.
14475 2000-10-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14477         * ps-print.el: Internal variable changes to defcustom,
14478         make-local-hook changes to defvar.  Doc fix.
14479         (ps-print-version): New version number (6.1).
14480         (ps-setup, ps-do-despool): Code fix.
14481         (ps-printer-name): Customization fix.
14482         (ps-printer-name-option): Now is a defcustom instead of an
14483         internal variable.
14484         (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
14485         (ps-print-begin-column-hook): Now are defvar instead of
14486         make-local-hook.
14488 2000-10-18  Miles Bader  <miles@gnu.org>
14490         * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
14491         (comint-kill-output): Changed into an alias for `comint-delete-output',
14492         and made obsolete.
14493         (comint-mode-map): Rename references to comint-kill-output.
14495 2000-10-18  Eli Zaretskii  <eliz@is.elta.co.il>
14497         * diff-mode.el (diff-header-face, diff-file-header-face)
14498         (diff-changed-face): Add bold and italic attributes to tty faces.
14499         (diff-function-face): New face.
14500         (diff-font-lock-keywords): Use it.
14502 2000-10-18  Miles Bader  <miles@lsi.nec.co.jp>
14504         * comint.el (comint-output-filter): Fixup comint-last-input-end too.
14505         Remove commented-out call to force-mode-line-update.
14506         (comint-kill-output): Use `forward-line 0' instead of
14507         beginning-of-line to make sure we get past the prompt.
14509 2000-10-17  Stefan Monnier  <monnier@cs.yale.edu>
14511         * diff-mode.el (diff-header-face, diff-file-header-face):
14512         Add specific setting for dark background.
14513         (diff-context-face): Renamed from diff-comment-face.
14514         Set explicitly rather than inheriting from font-lock-comment-face.
14516 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
14518         * startup.el (command-line): Move the code which sets the default
14519         TTY colors to before before-init-hook.
14521 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
14523         * jit-lock.el (jit-lock-stealth-time): Doc fix.
14525 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
14527         * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
14528         extensions, for MS-DOS.
14530         * diff-mode.el (diff-header-face, diff-file-header-face)
14531         (diff-changed-face): Define tty-specific colors.
14533 2000-10-17  Gerd Moellmann  <gerd@gnu.org>
14535         * startup.el (fancy-splash-text): Realign the text.
14537 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
14539         * font-lock.el (font-lock-comment-face): Define a separate default
14540         for dark-background tty's.
14542 2000-10-17  Miles Bader  <miles@gnu.org>
14544         * help.el (resize-temp-buffer-window): Add hack to avoid last line
14545         being obscured by whizzy mode-lines on graphics displays.
14547 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
14549         * info.el (Info-title-1-face, Info-title-2-face)
14550         (Info-title-3-face): Define colors for tty's.
14551         (info-header-node): Remove unneeded tty-specific definition.
14553 2000-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
14555         * term/pc-win.el (msdos-handle-reverse-video): Don't remove
14556         reverse from the frame parameters, and don't invert foreground and
14557         background colors.
14559 2000-10-16  Miles Bader  <miles@gnu.org>
14561         * info.el (Info-set-mode-line): Use `%b' instead of hardwired
14562         string "*Info*".  Call propertized-buffer-identification to spruce
14563         up the result.
14565 2000-10-16  Gerd Moellmann  <gerd@gnu.org>
14567         * help.el: Provide `help' for the sake of define-minor-mode
14568         which generates defcustoms with requires.
14570         * jit-lock.el (jit-lock-after-change): If we're in text that
14571         matches a multi-line font-lock pattern, make sure the whole text
14572         will be redisplayed.
14574         * emacs-lisp/authors.el (authors-add): Don't add an entry if
14575         author's name is unknown.
14577         * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
14578         * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
14579         * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
14580         * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
14581         * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
14582         * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
14583         * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
14584         * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
14585         * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
14586         Add author information.
14588 2000-10-16  Miles Bader  <miles@lsi.nec.co.jp>
14590         * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
14591         * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
14592         full-color version (using the Gimp) to eliminate dithering artifacts.
14594 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
14596         * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
14598         * simple.el (syntax-flag-table, string-to-syntax): Remove.
14600 2000-10-15  Dave Love  <fx@gnu.org>
14602         * progmodes/sh-script.el: Require skeleton and comint when compiling.
14604         * pcomplete.el (pcomplete) <defgroup>: Add :version.
14606         * whitespace.el: Doc fixes.
14607         (top-level): Don't add hooks here.
14608         (whitespace-running-emacs): Deleted.
14609         (timer): Don't require.
14610         (whitespace): Add back :version conditional on xemacs test.
14611         (whitespace-spacetab-regexp, whitespace-indent-regexp)
14612         (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
14613         (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
14614         (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
14615         Avoid specific xemacs test.
14616         (whitespace-global-mode): New option.
14617         (whitespace-global-mode): New command.
14618         (whitespace-unload-hook): New function.
14620         * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
14621         (Info-fontify-node, Info-goto-node, Info-mode-menu)
14622         (Info-fontify-node): `Goto' goes to `Go to'.
14623         (Info-fontify-node): Add help-echo to xref links.
14625 2000-10-15  Eli Zaretskii  <eliz@is.elta.co.il>
14627         * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
14629 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
14631         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
14632         Use plist-get and allow :inherit.
14634         * emacs-lisp/cl-macs.el (cl-do-arglist):
14635         Use plist-get and plist-member instead of memq.
14637         * emacs-lisp/ewoc.el (ewoc-location): New function.
14638         (ewoc-enter-after, ewoc-enter-before): Document return value.
14639         * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
14640         Don't need make-local-hook any more.
14641         (cvs-addto-collection): Return the new tin.
14642         (cvs-mode-insert): Jump to the new line.
14644         * jit-lock.el (jit-lock-fontify-buffer): Remove.
14646         * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
14648         * font-lock.el (font-lock-syntactically-fontified): New var.
14649         (font-lock-fontify-syntactic-keywords-region): Use it.
14650         (font-lock-mode): Fix docstring.  Don't need make-local-hook anymore.
14652         * diff-mode.el (diff-find-file-name): Fix regexp.
14654         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
14655         (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
14657         * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
14658         (sh-mode-syntax-table): Add punctuation syntax for < and >.
14659         (sh-mode): Don't make all vars local here.
14660         (sh-kw): Reformat.
14661         (sh-set-shell): Use dolist.  Don't set indent-region-function.
14662         (sh-mode-syntax-table): Use pop.
14663         (sh-remember-variable): Use push.
14664         (sh-help-string-for-variable): Use memq.
14665         (sh-safe-backward-sexp): Remove.
14666         (sh-safe-forward-sexp): Add ARG.
14667         (sh-get-indent-info, sh-prev-stmt): Use it.
14668         (sh-prev-line): Simplify by using forward-comment.
14669         (sh-this-is-a-continuation): Simplify.
14670         (sh-learn-buffer-indent): Use dolist.
14671         (sh-do-nothing): Remove.
14672         (sh-set-char-syntax, sh-set-here-doc-region):
14673         Use inhibit-modification-hooks.
14674         (sh-name-style): Use mapcar and push.
14675         (sh-load-style): Use dolist.
14676         (sh-save-styles-to-buffer): Use with-current-buffer and pp.
14677         (sh-case, sh-while-getopts): Use propertize directly rather
14678         than sh-electric-rparen.
14680 2000-10-14  Stefan Monnier  <monnier@cs.yale.edu>
14682         * textmodes/tex-mode.el: Require CL when compiling.
14683         (tex-mode-syntax-table): Init immediately.
14684         (tex-mode-map): Bind M-RET to latex-insert-item.
14685         (latex-mode): Set indent-line-function to latex-indent.
14686         (tex-common-initialization): Don't setup the syntax-table any more.
14687         (latex-insert-item): New skeleton.
14688         (tex-next-unmatched-end): Fix copy/paste braino.
14689         (latex-syntax-after, latex-skip-close-parens, latex-down-list)
14690         (latex-indent, latex-find-indent): New functions.
14691         (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
14692         (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
14693         (tex-compilation-parse-errors): Use with-syntax-table.
14695 2000-10-15  Miles Bader  <miles@gnu.org>
14697         * font-lock.el (font-lock-comment-face): Change dark-background,
14698         color, non-tty, default to `chocolate1'.
14700 2000-10-13  John Wiegley  <johnw@gnu.org>
14702         * eshell/esh-util.el (require): Added a missing `require' form,
14703         needed when compiling (for an ange-ftp macro definition).
14705 2000-10-13  Dave Love  <fx@gnu.org>
14707         * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
14709 2000-10-13  Gerd Moellmann  <gerd@gnu.org>
14711         * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
14713         * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
14714         transparent -colors 8).
14716 2000-10-13  Stephen Gildea  <gildea@stop.mail-abuse.org>
14718         * time-stamp.el (time-stamp): Fixed bug in new multi-line code
14719         that breaks with old list format timestamps.
14720         (time-stamp-warn-inactive, time-stamp-old-format-warn)
14721         (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
14723 2000-10-13  John Wiegley  <johnw@gnu.org>
14725         * align.el, pcomplete.el, calendar/timeclock.el,
14726         eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
14728         * calendar/timeclock.el (timeclock-find-discrep): A fix to some
14729         faulty math, where holiday hours were being computing as seconds.
14731 2000-10-13  John Wiegley  <johnw@gnu.org>
14733         * desktop.el (desktop-buffer-modes-to-save): Added a global for
14734         specifying what "other" kinds of buffers should be saved.
14735         This used to be hard-coded.
14736         (desktop-buffer-misc-functions): A global for specifying how
14737         auxiliary data should be determined for special buffer types.
14738         (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
14739         instead of hard-coding the special buffer types.
14740         (desktop-save): Run `desktop-buffer-misc-functions' to gather
14741         auxiliary data, instead of hard-coding for Info buffers and dired.
14742         (desktop-buffer-info-misc-data): Aux function for determining Info
14743         buffer auxiliary info.
14744         (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
14745         (desktop-buffer-info): Changed this function to use the info
14746         gathered above.
14747         (desktop-create-buffer): Be a little more careful about what
14748         `minor-mode' means before calling it.  This is important for some
14749         buffer types.
14751 2000-10-13  John Wiegley  <johnw@gnu.org>
14753         * eshell/esh-util.el: Added a global form which declares an
14754         autoload for `parse-time-string', if that function is not already
14755         defined, and if parse-time.el is available on the user's system.
14757         * eshell/em-ls.el (eshell-ls-applicable): Extended this function
14758         to be aware of ange-ftp user info.
14759         (eshell-do-ls): Bind `ange-cache'.  Also, use `eshell-file-attributes'.
14760         (eshell-ls-annotate): Use `eshell-file-attributes'.
14761         (eshell-ls-file): Made the user-id printing code a bit smarter.
14763         * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
14764         allow identification of alias user ids in remote directories.
14765         It's manual, but there's no other way to know when the current user
14766         on the local machine, is also the owning user on the remote machine.
14767         (fboundp): Bind `ange-cache'.
14768         (eshell-directory-files-and-attributes): Re-organized the logic a
14769         bit to use `eshell-file-attributes' instead of `file-attributes'.
14770         The former is more sensitive to directories that are read via FTP,
14771         and knows how to use ange-ftp to determine full attribute
14772         information, instead of just the name and last modtime.
14773         (eshell-current-ange-uids): Return the current user id when in a
14774         remote directory.
14775         (eshell-parse-ange-ls): Parse a full directory listing that has
14776         been returned by ange-ftp.
14777         (eshell-file-attributes): This beefed up version of
14778         `file-attributes' is only special if the user is currently in a
14779         remote directory, in which case it does a lot of work to find out
14780         what the real attributes of a file are, as they appear on the
14781         remote machine.  This makes usage of remote directories (i.e.,
14782         ange-ftp pathnames) much more useful.  You can now use Eshell as a
14783         full-fledged FTP client, with much more manipulation ability than
14784         most other clients.
14786         * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
14787         variable, which means that Eshell's du should always be preferred
14788         in remote directories.
14789         (eshell-shuffle-files): Use `eshell-file-attributes', rather than
14790         just `file-attributes'.
14791         (eshell-mvcp-template): Bind `ange-cache', to improve performance
14792         when reading remote directories.  This is an Eshell-specific
14793         variable (not part of ange-ftp).
14794         (eshell/ln): Bind `ange-cache'.
14795         (eshell/du): Added some extra logic for determining when to use
14796         Eshell's du (which is slow), and when to use the external version
14797         (which may or may not exist).
14799         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
14800         Call `eshell-interactive-process', rather than using
14801         `get-buffer-process', since backgrounded processes don't count in
14802         the context of this function's logic.
14804         * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
14805         `forward-char', so that null strings are parsed correctly.
14807 2000-09-13  John Wiegley  <johnw@gnu.org>
14809         * eshell/em-pred.el (eshell-pred-file-type)
14810         (eshell-pred-file-links, eshell-pred-file-size):
14811         Use `eshell-file-attributes'.  This is more correct over ange-ftp.
14813         * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
14814         that remote file globbing is more efficient.
14816         * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
14817         gathering the files and attributes within a directory.
14819         * eshell/em-unix.el (eshell/cat): If any of the files passed on
14820         the command line is a special file (not a regular file, directory
14821         or symlink), always attempt to call the external version of cat.
14823 2000-09-13  John Wiegley  <johnw@gnu.org>
14825         * eshell/esh-mode.el (eshell-find-tag): Corrections to the
14826         Eshell-friendly version of find-tag.
14828 2000-10-13  Miles Bader  <miles@lsi.nec.co.jp>
14830         * image-file.el (image-file-name-extensions)
14831         (image-file-name-regexps): Add autoload cookies.
14833 2000-10-13  Kenichi Handa  <handa@etl.go.jp>
14835         * international/mule-cmds.el (select-safe-coding-system): If FROM
14836         is string, show it in *Warning* buffer.
14838 2000-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
14840         * startup.el (normal-top-level): Use display-popup-menus-p instead
14841         of window-system.
14842         (command-line): Use display-graphic-p instead of window-system.
14843         (command-line-1): Use display-popup-menus-p and display-mouse-p
14844         instead of window-system.
14846 2000-10-12  Sam Steingold  <sds@gnu.org>
14848         * tooltip.el (tooltip-use-echo-area): New user variable.
14849         (tooltip-show): Use it to choose between `x-show-tip' and `message'.
14851 2000-10-12  Dave Love  <fx@gnu.org>
14853         * recentf.el: Maintainer's checkdoc fixes.
14855         * startup.el (normal-top-level-add-subdirs-to-load-path):
14856         Use character class, not ASCII when matching file names.
14857         (fancy-splash-head): Add trailing slash to URL.
14858         (command-line): Don't require XPM support for toolbar.
14860         * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
14861         (cperl-invalid-face): Revert last change.
14862         (cperl-init-faces): Quote cperl-invalid-face.
14864 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
14866         * startup.el (fancy-splash-text): Remove superfluous quote.
14868 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
14870         * startup.el (fancy-splash-screens): Don't add a pre-command hook.
14871         (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
14872         (command-line-1): Don't use fancy-splash-pending-command.
14873         (fancy-splash-screens-1): Goto point-min after inserting text.
14875         * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
14877         * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
14878         instead of shared-lisp-mode-map.
14880 2000-10-12  Miles Bader  <miles@lsi.nec.co.jp>
14882         * faces.el (header-line): Change tty-variant to use underlining.
14884         * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
14885         (isearch-highlight): Restore lazy-isearch face properties at old
14886         position, and suppress them at new position.
14887         (isearch-dehighlight): Restore lazy-isearch face properties.
14888         (isearch-lazy-highlight-update): Add lazy-isearch overlays even
14889         over the real isearch overlay, but in that case, don't give it a
14890         face property.  Use `push'.
14892 2000-10-12  Kenichi Handa  <handa@etl.go.jp>
14894         * man.el (Man-getpage-in-background): Fix previous change.
14895         Decode the process output only when we are in multibyte mode.
14897 2000-10-11  Dave Love  <fx@gnu.org>
14899         * info.el (Info-mode-menu): Fix some help.
14900         (info-tool-bar-map): Add entry for Info-last.
14902         * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
14903         * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
14904         * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
14905         * toolbar/cut.xpm, toolbar/mail_compose.xpm:
14906         * toolbar/search-replace.xpm, toolbar/exit.xpm:
14907         * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
14908         * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
14909         * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
14910         * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
14911         * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
14912         Reduce colour requirements to 25 overall.  (Probably wants
14913         revisiting from the originals to reduce further.)
14915 2000-10-11  Eli Zaretskii  <eliz@is.elta.co.il>
14917         * hexl.el (hexlify-buffer): Bind coding-system-for-write to
14918         buffer-file-coding-system, instead of raw-text.
14919         (dehexlify-buffer): Bind coding-system-for-read to
14920         buffer-file-coding-system, instead of raw-text.
14922 2000-10-11  Sam Steingold  <sds@gnu.org>
14924         * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
14925         `underline' - fixes the bug introduced on 2000-09-21.
14927 2000-10-11  Dave Love  <fx@gnu.org>
14929         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
14930         Avoid compiler warnings.
14931         (scheme-mode): Doc fix.
14932         (scheme-font-lock-keywords-1): Match `define-syntax'.
14934 2000-10-11  Miles Bader  <miles@lsi.nec.co.jp>
14936         * faces.el (frame-set-background-mode): Pay attention to saved
14937         face specs as well as default ones.  Only do anything if the
14938         bg-mode or display-type has actually changed.  Use `dolist'.
14939         (region): Make dark-background `region' face less in-your-face.
14941 2000-10-10  Sam Steingold  <sds@gnu.org>
14943         * chistory.el, ielm.el, ledit.el:
14944         * progmodes/inf-lisp.el, progmodes/scheme.el:
14945         Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
14947 2000-10-10  Stefan Monnier  <monnier@cs.yale.edu>
14949         * textmodes/texinfo.el: Update copyright and fix typo.
14951         * desktop.el (desktop-modes-not-to-save): New var.
14952         (desktop-save-buffer-p): Use it.
14953         Also, obey desktop-buffers-not-to-save even for non-file buffers.
14954         (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
14956 2000-10-10  Dave Love  <fx@gnu.org>
14958         * toolbar/tool-bar.el (tool-bar-add-item)
14959         (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
14961         * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
14962         * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
14963         * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
14964         * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
14965         * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
14966         * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
14967         * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
14968         * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
14969         * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
14970         * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
14971         the .xpms; probably need retouching.
14973 2000-10-10  Miles Bader  <miles@lsi.nec.co.jp>
14975         * subr.el (add-to-list): Add optional argument APPEND.
14976         * battery.el (display-battery): Use `add-to-list'.
14978 2000-10-09  Thien-Thi Nguyen  <ttn@gnu.org>
14980         * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
14981         properties.
14982         (zone, zone-when-idle, zone-leave-me-alone)
14983         (zone-pgm-whack-chars): Use new symbol properties.
14985         * battery.el (display-battery): Doc spelling fix.
14987         * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
14988         property.
14990 2000-10-09  Dave Love  <fx@gnu.org>
14992         * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
14993         has been initialized before calling tool-bar-setup.
14994         (tool-bar-add-item-from-menu): Add autoload cookie.
14996 2000-10-09  Eli Zaretskii  <eliz@is.elta.co.il>
14998         * menu-bar.el (send-mail-item-name): New function.
14999         (menu-bar-tools-menu) <compose-mail>: Use it to display the value
15000         of mail-user-agent in the menu.  Don't display the "Send Mail"
15001         item if mail-user-agent is nil or its value is ignore.
15002         (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
15003         if read-mail-command is nil or its value is ignore.
15005         * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
15007 2000-10-09  Miles Bader  <miles@gnu.org>
15009         * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
15010         Correct image size.
15011         * toolbar/left_arrow.xpm: Correct image size.
15013         * jka-compr.el: Don't call `jka-compr-install' when loading (it
15014         will be done by the definition of `auto-compression-mode' if
15015         necessary.  Move code to uninstall existing file-name handler
15016         before definition of `auto-compression-mode'.
15018         * image-file.el (auto-image-file-mode): Move to the end of the
15019         file, because `define-minor-mode' actually calls the mode-function
15020         if the associated variable is non-nil, which requires that all
15021         needed functions be already defined.
15023         * mouse.el (popup-menu): Balance parens.
15025 2000-10-08  Stefan Monnier  <monnier@cs.yale.edu>
15027         * mouse.el (popup-menu): Move the command call outside the loop
15028         so that popup-menu returns whatever the command returns.
15030         * progmodes/etags.el: Docstring fixes.  Maintainer line updated.
15031         (initialize-new-tags-table): Use run-hook-with-args-until-success.
15032         (find-tag): Use pop-to-buffer if switch-to-buffer failed.
15033         (tags-table-format-functions): Renamed from tags-table-format-hooks.
15035         * vc.el (vc-version-diff): diff-switches can be a list.
15036         Use relative filenames for prettier output.
15038         * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
15039         (vc-post-command-functions): Remove old-VC compatibility code.
15041         * newcomment.el (comment-indent-default): Autoload.
15043         * font-lock.el (font-lock-defaults): Make buffer-local.
15044         (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
15045         (font-lock-choose-keywords):
15046         Ignore LEVEL unless KEYWORDS is a list of syms.
15047         (c-keywords, c++-keywords, objc-keywords, java-keywords):
15048         Don't wrap regexp-opt things in \(...\) unnecessarily.
15050         * jit-lock.el: Don't require font-lock any more.
15051         (jit-lock-functions): Make buffer-local.
15052         (jit-lock-saved-fontify-buffer-function): Remove.
15053         (jit-lock-mode): Remove autoload cookie.
15054         Remove font-lock specific code.
15055         (jit-lock-unregister): Don't bother handling complex hooks any more.
15056         (jit-lock-refontify): New function.
15057         (jit-lock-fontify-buffer): Use it.
15058         (jit-lock-function-1): Replaced by jit-lock-fontify-now.
15059         (jit-lock-fontify-now): Renamed from jit-lock-function-1.
15060         Add optional args START and END.
15061         Never call font-lock-fontify-region directly.
15062         (jit-lock-function, jit-lock-stealth-fontify): Use it.
15064         * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
15066 2000-10-08  Dave Love  <fx@gnu.org>
15068         * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
15070         * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
15072         * play/studly.el (studlify-region, studlify-word): Add autoload
15073         cookie.
15075         * play/morse.el (morse-region, unmorse-region): Add autoload
15076         cookie.
15078         * play/spook.el (spook-phrases-file): Use expand-file-name, not
15079         concat.
15081         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
15082         insist on symbols starting with word syntax.
15083         (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
15084         (eval-defun-1): Doc fix.
15085         (indent-sexp): Use nconc to build up indent-stack.
15087         * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
15088         Gnus with little use.
15089         (mail-setup-hook): Add mail-abbrevs-setup to options.
15091         * recentf.el: Doc fixes.
15093         * vcursor.el (vcursor-cs-binding): Remove compatibility code.
15094         Clean up remainder.
15096         * timezone.el (timezone-parse-date): Doc fix.  Fix regexps for (5)
15097         without timezone and (8) with timezone to enforce some whitespace.
15098         Simplify code somewhat.
15100         * options.el (list-options): Doc that you should use customize.
15102         * iswitchb.el (iswitchb-mode): Add :require.
15104         * info.el (Info-goto-node, Info-menu): Doc fix.
15105         (Info-mode-menu): Bind beginning-of-buffer, Info-edit
15106         (info-tool-bar-map): New variable.
15107         (Info-mode): Use it.
15108         (Info-edit-map): Define all in defvar.
15109         (speedbar-attached-frame): Avoid compiler warning.
15111         * toolbar/tool-bar.el (tool-bar-map): Define it empty.
15112         (global-map): Bind [tool-bar] to a filtered map.
15113         (tool-bar-add-item): Remove MAP arg.  Allow PBM icons.
15114         (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
15115         Allow PBM icons.
15116         (tool-bar-setup): Adjust calls of tool-bar-add-item.
15118         * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
15119         * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
15120         * toolbar/right_arrow.xpm: New files.  Renamed from tigert's
15121         icons, except up_arrow, which is left-arrow rotated.
15123         * imenu.el (imenu-add-to-menubar): Fix last change.
15125 2000-10-08  Peter Breton  <pbreton@ne.mediaone.net>
15127         * generic-x.el (rul-generic-mode): Remove eval-when-compile
15128         statements. Suggested by Stefan Monnier  <monnier@cs.yale.edu>.
15130 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
15132         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
15133         typos in doc strings.
15135         * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
15136         the doc strings how to customize Font Lock faces.
15138         * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
15139         computing growth when dragging the header line.
15141 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
15143         * simple.el (kill-line): Doc fix.
15145 2000-10-08  Miles Bader  <miles@gnu.org>
15147         * faces.el (secondary-selection): Make foreground visible on tty.
15149         * jka-compr.el (auto-compression-mode): Move to the end of the
15150         file, because `define-minor-mode' actually calls the mode-function
15151         if the associated variable is non-nil, which requires that all
15152         needed functions be already defined.
15153         (with-auto-compression-mode): Add autoload cookie.
15155 2000-10-07  Eli Zaretskii  <eliz@is.elta.co.il>
15157         * files.el (find-backup-file-name) [ms-dos]: If support for long
15158         file names is not available, behave as if version-control were set
15159         to never.
15161 2000-10-07  Dave Love  <fx@gnu.org>
15163         * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
15164         (browse-url-gnome-moz): New function.
15165         (browse-url-browser-function): Use it.
15166         Suggested by Colin Walters <walters@cis.ohio-state.edu>.
15168 2000-10-07  Stefan Monnier  <monnier@cs.yale.edu>
15170         * indent.el (tab-always-indent): New var.
15171         (indent-for-tab-command): Use it.
15173         * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
15174         raise an error.  This way it can still default to a sane value.
15176 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
15178         * startup.el (fancy-splash-screens): Use local rather than global map.
15179         Don't use `update-menu-bindings' any more.
15180         Get rid of assumptions about keymap representation.
15182 2000-10-06  Dave Love  <fx@gnu.org>
15184         * textmodes/fill.el (sentence-end-double-space)
15185         (sentence-end-without-period):  Doc fix.
15186         (adaptive-fill-regexp): Purecopy.
15187         (unjustify-current-line): Use line-end-position.
15188         (fill-individual-paragraphs-prefix): Use line-beginning-position.
15190         * net/eudc-vars.el (eudc): Add :version, :link.
15192         * international/mule-conf.el (file-coding-system-alist): Use \', not $.
15194         * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
15195         Fix for define-minor-mode.
15196         (function-at-point): Alias to function-called-at-point.
15198         * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
15200         * simple.el (backward-word): Doc fix.
15202         * image-file.el (image-file-name-regexp): image-file-regexps ->
15203         image-file-name-regexps.
15204         (image-file-name-extensions): Add pbm.
15206 2000-10-06  Stefan Monnier  <monnier@cs.yale.edu>
15208         * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
15209         and add filename to the names so that diff-mode can jump to source.
15211         * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
15212         (tex-font-lock-keywords, tex-font-lock-keywords-2)
15213         (tex-font-lock-keywords-1): Remove.
15214         (font-lock-turn-on-thing-lock): Use jit-lock-register.
15215         (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
15216         (font-lock-default-fontify-region):
15217         Expand beg..end correctly when just following a multiline region.
15218         (font-lock-fontify-anchored-keywords):
15219         Include the anchor text as part of the multiline.
15221 2000-10-06  Gerd Moellmann  <gerd@gnu.org>
15223         * loadup.el (toplevel): Load `loaddefs' before `help' because the
15224         latter needs the autoloaded define-minor-mode macro during the
15225         bootstrap.
15227         * startup.el (command-line): For now, activate tool-bar-mode only
15228         if XPM images are supported.
15230         * mouse.el (mouse-drag-header-line): Don't allow resizing a
15231         window by dragging a header-line at the top of the frame; that's
15232         confusing because the header-line doesn't move.
15233         (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
15234         of treating the event as a list.  Some cleanup.
15236 2000-10-06  Miles Bader  <miles@gnu.org>
15238         * simple.el (display-message-or-buffer): New function.
15239         (shell-command-on-region): Use `display-message-or-buffer'.
15241         * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
15242         docstring parts.
15244         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
15245         (smbclient-prompt-regexp): Add usage note to doc string.
15246         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
15247         (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
15248         Use add-hook for adding the comint filter function, and only do so
15249         if it's not already in the global hook list.
15250         (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
15251         to `make-local-variable'.
15252         (nslookup-font-lock-keywords): Remove prompt entry.
15253         (nslookup): Don't set the process-filter.
15254         (finger): Exit the loop correctly when the regexps list runs out.
15255         (ftp, smbclient, smbclient-list-shares):
15256         Set the real major mode immediately, not after execing.
15257         Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
15259         * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
15261 2000-10-05  Stefan Monnier  <monnier@cs.yale.edu>
15263         * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
15265         * which-func.el (which-func-format): Remove spurious space.
15266         (which-func-mode): Don't make it permanent-local.
15267         (which-func-ff-hook): Allow which-func-maxout to be nil.
15268         (which-func-update): Simplify a bit.  Only run if which-func-mode is t.
15269         (which-func-mode): Simplify.
15270         Use post-command-idle-hook rather than post-command-hook.
15271         Go through all buffers and update their state.
15272         (which-function): Also try add-log-current-defun-function.
15274         * vc.el (with-vc-properties): Use conses rather than length-2 lists.
15275         (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
15276         Update call to with-vc-properties accordingly.
15277         (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
15278         (vc-revert-buffer): More careful about window selection and deletion.
15279         (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
15281         * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
15282         (cvs-retrieve-revision): Reuse a pre-existing buffer.
15283         (cvs-dired-action): Change the default to quickdir.
15285         * newcomment.el (comment-indent): Delegate to indent-according-to-mode
15286         if comment-indent-function returns nil.
15287         (comment-indent-default): New function.
15288         (comment-indent-function): Use it and document the new semantics.
15290         * image-file.el: Docstring fixes.
15292         * help.el (help-xref-on-pp): Use match-string.
15293         (describe-variable): New arg BUFFER.
15294         Store the current buffer in the help-xref-stack.
15295         (temp-buffer-resize-mode): Use define-minor-mode.
15297         * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
15298         consistently with its docstring.
15299         Set jit-lock-first-unfontify-pos in an idempotent way.
15300         (jit-lock-register): Autoload and add arg CONTEXTUAL.
15302 2000-10-05  Alex Schroeder  <alex@gnu.org>
15304         * sql.el (sql-mysql-options): New variable.
15305         (sql-mysql): Use it.
15307 2000-10-05  Miles Bader  <miles@lsi.nec.co.jp>
15309         * image.el (image): New group.
15311         * smerge-mode.el (smerge-mine-face, smerge-other-face)
15312         (smerge-base-face, smerge-markers-face): Add dark-background variants.
15314 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
15316         * net/net-utils.el (nslookup-font-lock-keywords)
15317         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
15318         Ignore the value of wqindow-system; always define keywords
15320 2000-10-05  Kenichi Handa  <handa@etl.go.jp>
15322         * startup.el (fancy-splash-screens): Remove the code for
15323         debugging; `(trace-to-stderr "EXITTT\n")'.
15325 2000-10-05  Miles Bader  <miles@gnu.org>
15327         * diff-mode.el (diff-goto-source): Update call to
15328         `diff-hunk-status-msg' to reflect new REV variable.
15330 2000-10-04  Stefan Monnier  <monnier@cs.yale.edu>
15332         * progmodes/icon.el (icon-mode):
15333         Don't gratuitously override the default for comment-column.
15335         * vc-hooks.el (vc-mode-line): Fix interactive spec.
15337         * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
15338         (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
15339         (jit-lock-functions): New var.
15340         (jit-lock-function-1): Use it if non-nil.
15341         Don't switch the syntax-table.  Don't set parse-sexp-lookup-properties.
15342         Set the `fontified' property before doing the fontification to avoid
15343         repeatedly going through the same error.
15344         Don't turn errors into messages.
15345         (jit-lock-register, jit-lock-unregister): New functions.
15347         * dired.el (dired-mark-pop-up): Turn comment into docstring.
15348         Use with-current-buffer.
15350         * dired-aux.el (dired-do-create-files, dired-kill-tree):
15351         Turn comment into docstring.
15353         * apropos.el (apropos-mode): Use define-derived-mode.
15355 2000-10-04  Gerd Moellmann  <gerd@gnu.org>
15357         * startup.el (fancy-splash-pending-command): New variable.
15358         (fancy-splash-pre-command): New function.
15359         (fancy-splash-screens): Rewritten.
15360         (command-line-1): If fancy-splash-pending-command is set, call it
15361         interactively.
15363 2000-10-04  Dave Love  <fx@gnu.org>
15365         * toolbar/tool-bar.el (tool-bar-setup): New function.
15366         (tool-bar-mode): Use it.
15368         * subr.el (substitute-key-definition): Doc fix.
15369         (play-sound-file): New command.
15371 2000-10-04  Andre Spiegel  <spiegel@gnu.org>
15373         * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
15374         vc-version-backup-file-name): New functions.
15376         * files.el (basic-save-buffer): Call vc-before-save before saving.
15378         * vc-cvs.el (vc-cvs-make-version-backups): Return t if
15379         vc-cvs-stay-local-p.
15381         * vc.el (vc-revert-buffer): Handle empty diff properly.
15382         (vc-version-backup-file): New function.
15383         (vc-checkout): Create a version backup if necessary.
15384         (vc-checkin): If a version backup file exists, delete it.
15385         (vc-version-diff): Diff locally using version backups, if available.
15386         (vc-revert-file): If there's a version backup, revert locally.
15387         (vc-transfer-file): Use version backup for base version, if
15388         available.  If not, ask for confirmation whether to get it from the
15389         server.  Update mode line before check-in.
15391 2000-10-04  Dave Love  <fx@gnu.org>
15393         * toolbar/tool-bar.el (tool-bar-setup): New function.
15394         (tool-bar-mode): Use it.
15396 2000-10-04  Peter Breton  <pbreton@ne.mediaone.net>
15398         * net/net-utils.el (nslookup-font-lock-keywords)
15399         (ftp-font-lock-keywords, smbclient-font-lock-keywords):
15400         Only set if window-system is non-nil
15401         (net-utils-run-program): Returns buffer.
15402         (network-connection-reconnect): Added this function.
15404         * generic.el:
15405         Incorporates extensive cleanup and docfixes by
15406         Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
15407         Uses cl compile-time macros.
15408         (generic-mode-name, generic-comment-list)
15409         (generic-keywords-list, generic-font-lock-expressions)
15410         (generic-mode-function-list, generic-mode-syntax-table):
15411         Removed variables.
15412         (generic-mode-alist): Renamed to generic-mode-list.
15413         (generic-find-file-regexp): Default changed to "^#".
15414         (generic-read-type): Uses completing read on generic-mode-list.
15415         (generic-mode-sanity-check): removed this function.
15416         (generic-add-to-auto-mode): Removed this function
15417         (generic-mode-internal): Bind mode-specific definitions
15418         into function instead of putting them in alist.
15419         (generic-mode-set-comments): Reworked extensively.
15420         (generic-mode-find-file-hook): Simplified regexp searching
15421         (generic-make-keywords-list): Omit extra pair of parens
15423         * find-lisp.el (find-lisp-find-files-internal):
15424         Make sure directory name ends with "/".
15426         * generic-x.el (apache-conf-generic-mode):
15427         Regexp now allows leading whitespace.
15428         (rc-generic-mode): Added eval-when-compile
15429         around generic-make-keywords-list.
15430         Deleted duplicate regexp
15431         (rul-generic-mode): Added eval-when-compile
15432         around generic-make-keywords-list.
15433         (etc-fstab-generic-mode): New generic mode.
15434         (rul-generic-mode): Removed one eval-when-compile
15435         which caused a max-specpdl-size exceeded error.
15437 2000-10-04  Miles Bader  <miles@gnu.org>
15439         * simple.el (minibuffer-temporary-goal-position): New variable.
15440         (next-history-element): Try to keep the position of point in the
15441         input string constant.
15443         * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
15444         (dired-do-create-files): If there's only one file, pass it in as
15445         the DEFAULT arg to dired-mark-read-file-name.
15447 2000-10-03  Stefan Monnier  <monnier@cs.yale.edu>
15449         * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
15450         (diff-goto-source): Be smarter when choosing REVERSE or not.
15452         * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
15453         (texinfo-mode-menu): Add an explicit shortcut for update all.
15455 2000-10-03  Andre Spiegel  <spiegel@gnu.org>
15457         * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
15458         factorize backend-specific code cleanly (this was essentially
15459         conceived by Stefan Monnier).
15460         (vc-unregister): Function removed.
15461         (vc-revert-file): New function.
15462         (vc-revert-buffer): Delegate some of the work to it.
15464         * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
15465         default branch unconditionally.
15466         (vc-rcs-set-default-branch): New function.
15467         (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
15468         (vc-rcs-checkin): If an appropriate default branch has been set,
15469         force creation of that branch.
15470         (vc-rcs-receive-file): Rewritten to contain only backend-specific
15471         code (as suggested by Stefan Monnier).
15473 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
15475         * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
15476         highlighting overlay with a different face over the overlay
15477         isearch uses to highlight the current match because that can lead
15478         to bad face combinations.
15480         * loadup.el (toplevel): Load faces before isearch.
15482         * isearch.el (isearch-faces): New custom group.
15483         (isearch): New defface; was already tested for in the code.
15484         (isearch-lazy-highlight-face): Changed to defface from defcustom.
15485         (isearch-highlight): Always use face `isearch'.
15487 2000-10-02  Dave Love  <fx@gnu.org>
15489         * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
15490         unused vars.  Treat byte-constant2 like byte-constant.  Fix bogus
15491         comparison of opcode with operand.
15493 2000-10-03  Miles Bader  <miles@gnu.org>
15495         * play/yow.el (yow): Don't display multi-line quotations in a *Help*
15496         buffer, since the echo area will now grow to accommodate them.
15498 2000-10-02  Andre Spiegel  <spiegel@gnu.org>
15500         * vc-hooks.el (vc-registered): If FILE used to be registered under
15501         a certain backend, try that one first.
15503         * vc.el (vc-responsible-backend): Undo the previous change in the
15504         argument list.  Handle multiple backends correctly.
15505         (vc-find-new-backend): Function removed.
15506         (vc-register): Use vc-responsible-backend, as before.
15507         (vc-next-action-on-file): Do use vc-registered, not vc-backend.
15509 2000-10-02  Gerd Moellmann  <gerd@gnu.org>
15511         * startup.el (fancy-splash-head): Change message below the
15512         logo.
15514 2000-10-02  Miles Bader  <miles@lsi.nec.co.jp>
15516         * diff-mode.el (diff-goto-source): Emit a status message.
15517         (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
15518         (diff-test-hunk): Fix doc string.
15519         (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
15520         (diff-advance-after-apply-hunk): New variable.
15521         (diff-apply-hunk): Don't return a value.
15523 2000-10-01  Stefan Monnier  <monnier@cs.yale.edu>
15525         * vc.el (vc-editable-p): Minor optimization.
15526         (edit-vc-file, vc-next-action-on-file): Don't use find-file.
15527         (vc-find-new-backend): New function split from vc-responsible-backend.
15528         (vc-register): Use it.
15529         (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
15530         (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
15531         (vc-default-unregister, vc-revert-buffer): Docstring fix.
15532         (vc-clear-headers): Don't use find-file.
15533         (vc-revert-buffer): Use `and' again (must have been a braino).
15534         (vc-switch-backend): Only prompt if requested.
15535         Short circuit if nothing is to be done.
15536         Don't use vc-resynch-buffer which could lose unsaved editing.
15537         (vc-default-receive-file): Update call to vc-unregister.
15538         (with-vc-file, vc-next-action-on-file):
15539         Use vc-backend rather than vc-registered.
15540         (vc-next-action-on-file): Use intern-soft.
15541         Deal with read-only *vc-diff* buffer.
15542         (vc-transfer-file): Docstring fix.
15544         * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
15545         (vc-rcs-receive-file): Avoid with-vc-properties.
15546         Update call to vc-unregister.
15547         Use constant `RCS' rather than (dynamically bound) var `backend'.
15549 2000-10-01  Andre Spiegel  <spiegel@gnu.org>
15551         * vc.el (vc-next-action-on-file): Update mode line only if file
15552         is visited.
15553         (vc-start-entry): New argument initial-contents.  Don't visit the file
15554         if it isn't already visited.  Brought documentation up-to-date.
15555         (vc-next-action, vc-register): Updated calls to vc-start-entry.
15556         (vc-checkin): New optional arg initial-contents, which is passed to
15557         vc-start-entry.
15558         (vc-finish-logentry): Make sure to bury log buffer only if there
15559         really is one.  Call `vc-resynch-buffer' on log-file, not
15560         buffer-file-name.
15561         (vc-default-comment-history, vc-default-wash-log): New functions.
15562         (vc-index-of): Removed.
15563         (vc-transfer-file): Make do without the above.
15564         (vc-default-receive-file): Call comment-history unconditionally.  Pass
15565         the resulting string to vc-checkin, instead of inserting it into the
15566         comment ring.
15568         * vc-rcs.el (vc-rcs-receive-file): Call comment-history
15569         unconditionally.  Use the comments as initial contents of the log
15570         entry buffer.  Document the trick to force branch creation with no
15571         changes.
15573 2000-10-01  Miles Bader  <miles@gnu.org>
15575         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
15576         `recenter' with an arg to prevent redrawing the display.
15578 2000-09-30  Stefan Monnier  <monnier@cs.yale.edu>
15580         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
15582         * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
15584         * progmodes/c-mode.el (c-mode):
15585         Don't gratuitously override the default for comment-column.
15587         * textmodes/tex-mode.el (latex-metasection-list): New var.
15588         (latex-imenu-create-index): Use it.
15589         Move the regexp construction outside loops (and use push).
15590         (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
15591         (tex-font-lock-keywords): Moved from font-lock.el.
15592         (tex-comment-indent): Remove.
15593         (tex-common-initialization): Don't set comment-indent-function.
15594         (latex-block-default): New var.
15595         (tex-latex-block): Use it to provide a default choice.
15596         Add any unknown choice to latex-block-names.
15597         Insert [...] after {...}.
15598         (tex-last-unended-begin): Simplify regexp.
15599         (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
15600         (latex-forward-sexp-1, latex-forward-sexp): New functions.
15601         (latex-mode): Set forward-sexp-function.
15603         * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
15604         Add regexp for @ignore ... @end ignore.
15605         (texinfo-heading-face): New face.
15606         (texinfo-font-lock-keywords): Use it.
15607         (texinfo-mode-menu): New menu.
15608         (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
15609         New functions.
15610         (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
15611         (texinfo-section-types-regexp, texinfo-section-level-regexp)
15612         (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
15613         Remove declaration.
15614         (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
15616         * delsel.el (delete-selection-mode): Use define-minor-mode.
15618         * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
15620 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
15622         * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
15624 2000-09-30  Gerd Moellmann  <gerd@gnu.org>
15626         * replace.el (keep-lines-read-args): New function.
15627         (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
15628         read arguments interactively.  Add parameters RSTART and REND.
15629         Operate on the active region in Transient Mark mode.
15631         * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
15633         * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
15634         (authors-obsolete-files-regexps): New variable.
15635         (authors-add): Don't record changes in obsolete files.
15637 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
15639         * autoinsert.el (auto-insert-mode): Use define-minor-mode.
15641         * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
15642         (comment-indent): Make sure there's a space between code and comment.
15643         Shift comments left to avoid going past fill-column.
15645 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
15647         * startup.el (startup-echo-area-message): New function.
15648         (display-startup-echo-area-message): Use it.
15649         (fancy-splash-screens): Rewritten to use keymaps and a timer.
15650         (fancy-splash-default-action): New function.
15651         (fancy-splash-screens-1): New function.
15652         (fancy-splash-head): Put a help-echo and a keymap under the image.
15654 2000-09-29  Stefan Monnier  <monnier@cs.yale.edu>
15656         * diff-mode.el (diff-add-log-file-name): Remove.
15657         (diff-mode): Use add-log-buffer-file-name-function.
15659         * add-log.el (find-change-log): New arg BUFFER-FILE.
15660         (add-log-file-name): Obey add-log-file-name-function.
15661         (add-log-buffer-file-name-function): New var.
15662         (add-change-log-entry): Use it.
15664 2000-09-29  Miles Bader  <miles@gnu.org>
15666         * image-file.el (image-file-name-extensions): New variable.
15667         (image-file-name-regexps): Renamed from `image-file-regexps'.
15668         New default value is nil.  Call `auto-image-file-mode'.
15669         (image-file-name-regexp): New function.
15670         (auto-image-file-mode): New minor mode.
15671         (insert-image-file): Don't make conditional on the image-file
15672         handler being enabled.
15673         (image-file-handler): Make the call here conditional instead.
15674         (set-image-file-handler-enabled, enable-image-file-handler)
15675         (disable-image-file-handler): Functions removed.
15677         * emacs-lisp/authors.el (authors-print): Rephrase many-files
15678         string.
15680 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
15682         * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
15683         it's a function from CL.
15684         (latex-imenu-create-index): Replace eval-when-compile with progn
15685         because latex-section-alist is not bound while compiling.
15687 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
15689         * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
15690         (outline-mode): Use define-derived-mode.
15692         * progmodes/perl-mode.el (perl-mode):
15693         * progmodes/awk-mode.el (awk-mode):
15694         * progmodes/asm-mode.el (asm-mode):
15695         Don't gratuitously override the default for comment-column.
15697         * emacs-lisp/lisp.el (lisp-complete-symbol):
15698         Distinguish the let-binding case from the funcall case.
15699         (forward-sexp-function): New variable.
15700         (forward-sexp): Use it.
15702         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
15703         (easy-mmode-defmap): Remove the now useless autoload.
15705         * time.el (display-time-mode): Use define-minor-mode.
15707         * subr.el (add-minor-mode): Don't eval NAME.
15708         Don't depend on the presence of TOGGLE-FUN for any special behavior.
15709         Use if rather than cond.
15711         * simple.el (read-expression-map): Define more properly.
15712         (comment-indent-hook): Remove.
15713         (string-to-syntax): Bug fix.
15715         * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
15716         (cvs-ediff-diff): Fix typo.
15717         (cvs-revert-if-needed): Don't bother preserving read-only.
15719         * paren.el (show-paren-mode): Use define-minor-mode.
15721         * jka-compr.el (auto-compression-mode): Use define-minor-mode.
15722         (toggle-auto-compression): Remove.
15723         (jka-compr-build-file-regexp): Remove useless grouping.
15725         * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
15726         Avoid user-reserved bindings.
15727         (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
15728         (diff-header-face): Revert to grey85.
15730         * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
15732         * complete.el (partial-completion-mode) <defcustom>: Remove.
15733         (partial-completion-mode): Use define-minor-mode.
15734         (PC-do-completion): Understand `completion-auto-help = delay'
15735         to mean to popup the completion buffer only the second time.
15736         (PC-include-file-all-completions, PC-include-file-all-completions)
15737         (PC-include-file-all-completions): Don't quote lambda.
15739         * comint.el (comint-mode-hook): Docstring fix.
15740         (comint-mode): Use define-derived-mode.
15741         (comint-mode-map): Remove obsolete comment.
15742         (make-comint): Minor stylistic change.
15743         (comint-insert-clicked-input): Be more careful to find the overlay.
15744         Use this-command-keys rather than hardcoding mouse-2.
15746         * font-lock.el: Replace confusing (,@ with ,
15747         (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
15748         Don't use regexp-opt-depth.  Spice up the regexp for args.
15749         Don't distinguish between cmds that can take an opt arg or not.
15750         Use `append' and `prepend' rather than `keep'.
15752         * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
15753         (latex-outline-regexp): New var.
15754         (latex-outline-level): New fun.
15755         (latex-section-alist): New var.
15756         (latex-imenu-create-index): Use it.  Use `push' as well.
15757         (tex-shell-map): Initialize it properly.
15758         (tex-mode): Minor stylistic change.
15759         (plain-tex-mode): Use define-derived-mode.
15760         (latex-mode): Use define-derived-mode.
15761         Construct the paragraph regexps in a more readable way.
15762         Set the buffer-local outline-{level,regexp} vars.
15763         (slitex-mode): Derive from latex-mode.
15764         (tex-common-initialization): Don't kill-all-vars anymore.
15765         Add setting for comment-add and font-lock-defaults.
15766         (tex-start-shell): Use with-current-buffer and don't re-init keymap.
15767         (tex-main-file): New fun.  Obey TeX-master as well and remove `.tex'.
15768         (tex-start-tex): New arg DIR (and send a chdir command for it).
15769         Also display the shell buffer and save it in tex-last-buffer-texed.
15770         (tex-region): Use expand-file-name rather than concat.
15771         Remove code made useless by changes in tex-start-tex.
15772         (tex-file): Use tex-main-file and adapt to new tex-start-tex.
15774         * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
15776 2000-09-28  Dave Love  <fx@gnu.org>
15778         * eshell/eshell.el (eshell) <defgroup>: Add :version.
15780 2000-09-28  Gerd Moellmann  <gerd@gnu.org>
15782         * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
15783         `append'.
15785 2000-09-28  Stefan Monnier  <monnier@cs.yale.edu>
15787         * info.el (Info-extract-pointer): Undo last change.
15788         Instead, fix the position of the `bound' arg to re-search-backward.
15790 2000-09-27  Stefan Monnier  <monnier@cs.yale.edu>
15792         * info.el (Info-extract-pointer):
15793         Widen more carefully, to avoid finding pointers in other nodes.
15794         (Info-index): Use push.
15796 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
15798         * frame.el (set-frame-font): Remove call to obsolete function
15799         frame-update-faces.
15800         (set-foreground-color, set-background-color): Likewise for
15801         frame-update-face-colors.
15803 2000-09-27  Miles Bader  <miles@gnu.org>
15805         * image-file.el: New file.
15807 2000-09-27  Gerd Moellmann  <gerd@gnu.org>
15809         * frame.el (frame-notice-user-settings): Don't call
15810         frame-update-faces, which is a no-op now.
15812         * ediff-wind.el (ediff-control-frame-parameters): Add zero
15813         tool-bar-lines.
15815 2000-09-27  Dave Love  <fx@gnu.org>
15817         * mouse.el: Fix last change.
15819 2000-09-27  Miles Bader  <miles@lsi.nec.co.jp>
15821         * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
15823 2000-09-22  Kenichi Handa  <handa@etl.go.jp>
15825         * international/quail.el (quail-help): The output message is
15826         improved.
15828 2000-09-26  Dave Love  <fx@gnu.org>
15830         * mouse.el (popup-menu): If POSITION is nil, set it using
15831         mouse-position.
15833 2000-09-25  Sam Steingold  <sds@gnu.org>
15835         * net/browse-url.el (browse-url-file-url): Check for null maps.
15837 2000-09-26  Gerd Moellmann  <gerd@gnu.org>
15839         * frame.el (frame-notice-user-settings): Don't add a
15840         tool-bar-lines frame parameter to default-frame-alist in batch mode.
15842         * frame.el (frame-notice-user-settings):
15843         Make tool-bar-mode and default-frame-alist consistent.
15845         * toolbar/tool-bar.el (tool-bar-help): New function.
15847 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
15849         * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
15850         current-load-list in top-level forms.  Else this leaks a cons cell
15851         every time a defun is called.
15853         * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
15855 2000-09-25  Dave Love  <fx@gnu.org>
15857         * startup.el (fancy-splash-head): Check XPM is available.
15859         * autoinsert.el (auto-insert): Doc fix.
15860         (auto-insert-alist): Following GNU notices, don't say `copyright
15861         _by_'.  Use line-beginning-position.
15862         (auto-insert): Check buffer-file-name is non-nil before use.
15864 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
15866         * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
15867         starting with `@def' or `@multitable', in addition to ones
15868         specified by the user in auto-fill-inhibit-regexp.
15870 2000-09-25  Markus Rost  <rost@math.ohio-state.edu>
15872         * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
15873         rmail-dont-reply-to-names matches the empty string.
15875 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
15877         * startup.el (command-line-1, fancy-splash-text): Change the
15878         text to sound more friendly.
15880 2000-09-23  Thien-Thi Nguyen  <ttn@gnu.org>
15882         * progmodes/hideshow.el: Update author email address.
15883         Generally, sync w/ maintainer version 5.22.
15884         (hs-hide-all-non-comment-function): New var.
15885         (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
15886         (hs-hide-all): Use `hs-hide-all-non-comment-function'.
15887         (hs-show-region): Delete this command.
15888         (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
15890 2000-09-22  Dave Love  <fx@gnu.org>
15892         * hl-line.el (hl-line-overlay): Don't make it buffer-local.
15893         (hl-line-highlight): Specify buffer when moving overlay.
15895         * progmodes/fortran.el (fortran-mode): Locally set
15896         normal-auto-fill-function.
15897         (fortran-auto-fill-mode): Just alias to auto-fill-mode.
15898         (fortran-mode-map): Adjust auto-fill menu entry.
15900 2000-09-22  Gerd Moellmann  <gerd@gnu.org>
15902         * vc-rcs.el (toplevel): Require `vc' when compiling.
15904         * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
15906 2000-09-22  Andre Spiegel  <spiegel@gnu.org>
15908         * vc.el (vc-switch-backend): Signal an error if the file is not
15909         registered under the new backend.
15911         * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
15912         without explicit revision number.
15914 2000-09-21  Stefan Monnier  <monnier@cs.yale.edu>
15916         * diff-mode.el (diff-file-header-face): Reset to its previous value.
15917         (diff-hunk-text): Correctly use offsets rather than buffer-positions.
15918         (diff-xor): New function.
15919         (diff-find-source-location): Use it.  Fix a stupid name clash.
15920         (diff-hunk-status-msg): New function.
15921         (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
15922         (diff-test-hunk): Use diff-find-source-location.
15923         (diff-goto-source): Favor the `reverse'.
15924         (diff-hunk-text): Properly handle one-sided context diffs.
15925         (diff-apply-hunk): When done, advance to the next hunk.
15927 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
15929         * startup.el (command-line): If frame was created with a non-zero
15930         tool-bar-lines parameter, switch tool-bar-mode on.
15932         * add-log.el (change-log-date-face, change-log-name-face)
15933         (change-log-email-face, change-log-file-face)
15934         (change-log-list-face, change-log-conditionals-face)
15935         (change-log-function-face, change-log-acknowledgement-face):
15936         New faces, inheriting from font-lock faces.
15937         (change-log-font-lock-keywords): Use them.
15939 2000-09-21  Dave Love  <fx@gnu.org>
15941         * progmodes/cperl-mode.el (top-level): Clean up
15942         `eval-when-compile's and assorted defvars.
15943         (cperl-invalid-face): Don't double-quote value.  Change custom
15944         type.
15945         (cperl-mode): Set normal-auto-fill-function and don't zap
15946         auto-fill-function.
15947         (cperl-imenu--function-name-regexp-perl): Renamed from
15948         imenu-example--function-name-regexp-perl.
15949         (cperl-imenu--create-perl-index): Renamed from
15950         imenu-example--create-perl-index.
15951         (cperl-xsub-scan): Don't require cl.
15953         * msb.el (msb-mode-map): Use substitute-key-definition.
15954         (msb-mode): Use msb-mode-map.
15956 2000-09-21  Andre Spiegel  <spiegel@gnu.org>
15958         * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
15959         New functions.
15960         (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
15961         (vc-switch-backend): New function.
15962         (vc-prefix-map): Bind `vc-switch-backend' to `b'.
15963         (vc-register): Fix prompt.
15964         (vc-unregister, vc-default-unregister): New functions.
15965         (vc-version-diff): Handle empty buffer in sentinel.
15967         * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
15968         (vc-rcs-state-heuristic): Use it to guess the state of files with
15969         non-strict locking.
15970         (vc-rcs-find-most-recent-rev): Handle the case when a branch has
15971         been set with -b, but not created yet.
15972         (vc-rcs-fetch-master-state): With non-strict locking, compare file
15973         contents in order to find the state.
15974         (vc-rcs-checkin): Allow creation of branches with no changes.
15975         (vc-rcs-unregister, vc-rcs-receive-file)
15976         (vc-rcs-set-non-strict-locking): New functions.
15978         * vc-hooks.el (vc-name): Force correct computation of the value
15979         in case it is missing.
15981 2000-09-21  Gerd Moellmann  <gerd@gnu.org>
15983         * startup.el (fancy-splash-tail): Use a different foreground
15984         color on a dark frame background.
15986 2000-09-21  Miles Bader  <miles@lsi.nec.co.jp>
15988         * info.el: Use the correct capitalization when making Info-mode
15989         and Info-edit-mode `special' modes.
15991 2000-09-20  Stefan Monnier  <monnier@cs.yale.edu>
15993         * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
15994         (diff-mode): Add support for add-log.el.
15995         (diff-hunk-text): Use char offsets rather than line offsets.
15996         (diff-find-source-location): Replace LINE with line-offset (nil
15997         if not found) and always set POS to a meaningful position.
15998         Adapt to the new char-offsets.
15999         (diff-apply-hunk): Drop support for the unused `select' POPUP.
16000         Adapt to the new diff-find-source-location.
16001         (diff-goto-source): Adapt to the new diff-find-source-location.
16003         * add-log.el (add-log-file-name): New function (split out of
16004         add-change-log-entry).
16005         (add-change-log-entry): Use it.
16006         Call add-log-file-name-function with the changelog file name if
16007         the current buffer is not associated with any file.
16008         Avoid find-file if the selected window is dedicated.
16010         * diff-mode.el (diff-find-source-location):
16011         Move code from diff-apply-hunk.  Return buffer rather than file.
16012         (diff-apply-hunk): Use the new result from  diff-find-source-location.
16013         (diff-goto-source): Use the new diff-find-source-location.
16015 2000-09-20  Dave Love  <fx@gnu.org>
16017         * iswitchb.el: Some doc fixes.
16018         (iswitchb-mode-map): Define completely initially.  Inherit
16019         minibuffer-local-map.
16020         (iswitchb-completion-help) <!iswitchb-xemacs>: Use
16021         fundamental-mode.
16022         (iswitchb-global-map): New variable.
16023         (iswitchb-summaries-to-end): Amalgamate regexps.
16024         (iswitchb-mode): New.
16025         (iswitchb-mode-hook): New variable.
16026         (iswitchb) <defgroup>: Add URL link.  Use group `completion', not
16027         `extensions'.
16029 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
16031         * ehelp.el (electric-help): New defgroup.
16032         (electric-help-shrink-window): New user-option.
16033         (with-electric-help): Use it.
16035         * window.el (shrink-window-if-larger-than-buffer): If face
16036         `mode-line' has a :box, and we're on a graphical frame, add 1
16037         to the needed window height.
16039         * frame.el (frame-notice-user-settings): Add a last parameter nil
16040         to a call to `append', because the last list passed to `append' is
16041         not copied, and so subsequent calls to assq-delete-all will modify
16042         default-frame-alist.
16044         * startup.el (fancy-splash-image): Change :type.
16045         (fancy-splash-head): Use an XBM image if appropriate.
16046         (command-line-1): Show splash screens in more cases.
16048         * startup.el (fancy-splash-text): Don't quote faces.
16050         * dired.el (dired-font-lock-keywords): Undo last change.
16051         (dired-readin): Bind indent-tabs-mode to nil.
16053         * startup.el (fancy-splash-head): If frame's background mode
16054         is `dark', change the black background of the image to gray.
16055         (fancy-splash-screens): Display startup echo area message.
16056         (display-startup-echo-area-message): New function.
16058 2000-09-20  Miles Bader  <miles@lsi.nec.co.jp>
16060         * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
16062         * info.el (info-header-node): Tweak for color ttys.
16064         * faces.el (face-valid-attribute-values): Make sure directories we
16065         search for stipples both exist and are readable before trying to
16066         search them.
16068         * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
16069         in the dry-run case.
16071         * jka-compr.el (with-auto-compression-mode): New macro.
16073         * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
16074         (custom-group-tag-face, custom-variable-tag-face): Use relative
16075         :height and inherit from `variable-pitch' face instead of
16076         hardwiring :family.
16077         * hi-lock.el (hi-black-hb): Likewise.
16079         Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
16080         * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
16081         toolbar-add-item, if image doesn't have a mask add a `:mask
16082         heuristic'.
16084 2000-09-19  Stefan Monnier  <monnier@cs.yale.edu>
16086         * diff-mode.el: Docstring fixes.
16087         (diff-header-face, diff-comment-face): New faces.
16088         (diff-font-lock-keywords): Highlight a bit differently.
16089         (diff-find-source-location): Don't return SPAN any more.
16090         (diff-hunk-text): Don't bother erasing the temp buffer.
16091         (diff-find-text): Drop argument LINE.
16092         (diff-apply-hunk): Update calls to diff-find-text.
16093         (diff-goto-source): Use pop-to-buffer again and don't raise an error.
16095         * calendar/calendar.el: Docstring fixes.
16096         (calendar-make-alist): Don't quote lambda.
16097         (calendar-star-date): Use make-local-variable.
16099 2000-09-19  Dave Love  <fx@gnu.org>
16101         * toolbar/tool-bar.el: Renamed from toolbar.el.
16102         Change `toolbar' to `tool-bar' generally in symbols.
16103         Make some items invisible in `special' major modes.
16104         (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
16105         Add arg PROPS.
16107         * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
16108         Add :version here.
16109         (fancy-splash-delay, fancy-splash-image): Remove :version here.
16111 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
16113         * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
16115         * files.el (find-file-suppress-same-file-warnings): New user-option.
16116         (find-file-noselect): Use it.
16118         * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
16119         (fancy-splash-screen): Defgroup.
16121         * add-log.el (change-log-font-lock-keywords): Match names
16122         more exactly for the case that font-lock-constant-face is
16123         underlined.
16125 2000-09-19  Richard M. Stallman  <rms@gnu.org>
16127         * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
16129 2000-09-19  Andre Spiegel  <spiegel@gnu.org>
16131         * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
16133 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
16135         * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
16136         * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
16137         * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
16138         * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
16139         * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
16140         * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
16141         * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
16142         * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
16143         * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
16144         * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
16145         * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
16146         * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
16148         * startup.el (fancy-splash-text): New variable.
16149         (fancy-splash-delay, fancy-splash-image): New user-options.
16150         (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
16151         (fancy-splash-screens): New functions.
16152         (command-line-1): If display has a `display' frame parameter, has
16153         colors, and we have XPM support, show more fancy splash screens.
16155 2000-09-19  Dave Love  <fx@gnu.org>
16157         * map-ynp.el (map-y-or-n-p): Check use-dialog-box.  Don't lose
16158         with null `help'.  Use modern backquote syntax.
16160 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
16162         * font-lock.el (font-lock-mode): Change message telling the user
16163         that ``the buffer is too big''.
16165         * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
16166         for instance for the case that tab-width is 2.
16168 2000-09-18  Gerd Moellmann  <gerd@gnu.org>
16170         * toolbar/toolbar.el (toolbar-like-menu-item): Like in
16171         toolbar-add-item, if image doesn't have a mask add a `:mask
16172         heuristic'.
16174 2000-09-18  Miles Bader  <miles@lsi.nec.co.jp>
16176         * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
16177         and return a cons if it's non-nil.
16178         (diff-apply-hunk): Try to jump to the line in the source text
16179         corresponding to the position of point in the in the hunk.
16181         * info.el (Info-title-3-face, Info-title-2-face)
16182         (Info-title-1-face): Use face inheritance and relative sizes
16183         instead of hard-wiring things.
16185         * faces.el (secondary-selection): Make dark-background variant sane.
16187 2000-09-16  Andrew Innes  <andrewi@gnu.org>
16189         * makefile.w32-in (compile-files-CMD): No need to make .elc files
16190         read-only, since they aren't under VC now.
16192 2000-09-17  Dave Love  <fx@gnu.org>
16194         * tmm.el: Replace mapcar with mapc in several places.
16196         * loadhist.el (unload-feature): Maybe call elp-restore-list and
16197         ad-unadvise.
16199         * international/latin1-disp.el: New file.
16201         * calendar/cal-move.el (scroll-calendar-left)
16202         (scroll-calendar-right): Make arg optional (for active mode line).
16204         * calendar/calendar.el (calendar-mode-line-format): Make fields
16205         mouse-sensitive.
16206         (calendar-read-date, calendar-read-date, calendar-window-list):
16207         Unquote lambda.
16208         (calendar-month-name): Use aref, not sref.
16210         * view.el (minor-mode-alist): Propertize the string.
16212         * international/characters.el (standard-case-table): Add entries
16213         for Greek.
16215 2000-09-18  Miles Bader  <miles@gnu.org>
16217         * info.el (info-node, info-xref): Add dark-background variants.
16219         * faces.el (header-line): Change defaults to be less confusing
16220         when mixed with mode-lines.
16222         * info.el (Info-fontify-node): Make a few cleanups.
16223         Add extra `help-echo' and `local-map' props to node xrefs.
16224         Use header-specific faces for node-names & xrefs.
16225         (Info-use-header-line): New variable.
16226         (info-header-xref, info-header-node): New faces.
16227         (Info-setup-header-line): New function.
16228         (Info-select-node): Call Info-setup-header-line when enabled.
16229         (Info-extract-pointer): Work even if the header line is hidden.
16230         (Info-header-line): New variable.
16232 2000-09-16  Stefan Monnier  <monnier@cs.yale.edu>
16234         * vms-patch.el (print-region-function): Don't quote lambda.
16236         * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
16238         * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
16239         (lm-get-header-re): Allow spaces between the header and the colon.
16240         (lm-header): Allow $ in non-RCS headers.
16241         (lm-header-multiline): Put the strings back into order.
16242         Stop at an empty line.  Don't require two space chars if the
16243         line is clearly not another header line.
16245         * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
16246         (popup-menu-popup): Remove.
16248 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
16250         * toolbar/toolbar.el (toolbar-add-item): Use the same image
16251         specification if or if not tool-bar item contains an `:enabled'
16252         property.
16254         * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
16255         current buffer has no file name.
16257 2000-09-15  Dave Love  <fx@gnu.org>
16259         * strokes.el: Sync with maintainer's current version with changes
16260         for Emacs, but avoid runtime cl and levents.
16261         (toplevel):  Change autoloads and compilation requires.
16262         (strokes-version, strokes-bug-address, strokes-lift): Values
16263         changed.
16264         (strokes-xpm-header, strokes-insinuated): New variable.
16265         (strokes): Add :link.
16266         (strokes-mode): Customized.
16267         (strokes-while-inhibiting-garbage-collector): New macro.
16268         (strokes-remassoc): Avoid remove-if.
16269         (strokes-fix-button2-command): Don't use ad-do-it.
16270         (strokes-insinuate): New function.
16271         (strokes-button-press-event-p, strokes-button-release-event-p):
16272         New functions, used instead of non-`strokes-' versions..
16273         (strokes-mouse-event-p): Rewritten.
16274         (strokes-event-closest-point): Avoid event-point.
16275         (strokes-get-grid-position): Avoid cdadr, caadr
16276         (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
16277         functions.
16278         (strokes-help): Use with-output-to-temp-buffer.
16279         (strokes-window-configuration-changed-p): New function.
16280         (strokes-update-window-configuration): Use buffer-live-p,
16281         strokes-window-configuration-changed-p.
16282         (strokes-mode): Use strokes-insinuate.  Alter mouse bindings.
16283         (strokes-char-face): New face.
16284         (strokes-char-table, strokes-base64-chars): New variable.
16285         (strokes-xpm-for-stroke, strokes-list-strokes)
16286         (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
16287         (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
16288         (strokes-xpm-to-compressed-string, strokes-decode-buffer)
16289         (strokes-encode-buffer, strokes-xpm-for-compressed-string)
16290         (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
16291         functions.
16293 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
16295         * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
16297         * image.el (create-image): Doc fix.
16299         * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
16300         instead of `:heuristic-mask t'.
16302 2000-09-14  Andrew Innes  <andrewi@gnu.org>
16304         * makefile.w32-in: Revert to Unix line endings.
16306 2000-09-14  Andrew Innes  <andrewi@gnu.org>
16308         * makefile.w32-in: Add bootstrap support.  Also copy lisp source
16309         when installing.
16311         * makefile.nt (DONTCOMPILE): Fix typo.
16313         * shell.el (shell-write-history-on-exit): New function.
16314         (shell-dumb-shell-regexp): New custom variable.
16315         (shell-mode): Make shell-write-history-on-exit the process
16316         sentinel if shell name matches shell-dumb-shell-regexp.
16318         * w32-fns.el: Comment out before-init-hook function which resets
16319         source-directory based; this breaks bootstrap.
16321 2000-09-14  Dave Love  <fx@gnu.org>
16323         * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
16324         toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
16325         toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
16326         toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
16327         toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
16328         toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
16329         toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm:  New.
16330         From Tuomas Kuosmanen <tigert@gimp.org>.  (Gnome icons fetched
16331         from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
16333         * toolbar/toolbar.el: New.
16335         * subdirs.el: Add toolbar.
16337 2000-09-14  Gerd Moellmann  <gerd@gnu.org>
16339         * indent.el (indent-for-tab-command): Doc fix.
16341 2000-09-14  Alex Schroeder  <alex@gnu.org>
16343         * ansi-color.el (ansi-colors): Doc change.
16344         (ansi-color-get-face): Simplified regexp.
16345         (ansi-color-faces-vector): Added more faces, doc change.
16346         (ansi-color-names-vector): Doc change.
16347         (ansi-color-regexp): Simplified regexp.
16348         (ansi-color-parameter-regexp): New regexp.
16349         (ansi-color-filter-apply): Doc change.
16350         (ansi-color-filter-region): Doc change.
16351         (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
16352         deal with zero length parameters.
16353         (ansi-color-apply-on-region): Doc change.
16354         (ansi-color-map): Doc change.
16355         (ansi-color-map-update): Removed debugging message.
16356         (ansi-color-get-face-1): Added condition-case to trap
16357         args-out-of-range errors.
16358         (ansi-color-get-face): Doc change.
16359         (ansi-color-make-face): Removed.
16360         (ansi-color-for-shell-mode): New option.
16362 2000-09-13  Kenichi Handa  <handa@etl.go.jp>
16364         * international/quail.el (quail-start-translation): Translate KEY
16365         if necessary even if it doesn't have any mapping in the current
16366         input method.
16367         (quail-start-conversion): Likewise.
16368         (quail-help): The output message is improved.
16370 2000-09-13  Miles Bader  <miles@gnu.org>
16372         * comint.el (comint-output-filter): Revert to using
16373         `insert-before-markers'.  Add bletcherous hack to undo damage
16374         caused by `insert-before-markers'.  Put `front-sticky' property on
16375         overlays created here so that the field code understands how the
16376         overlay works.  Use a let when making comint-last-prompt-overlay,
16377         so that the code is easier to read.
16379 2000-09-13  Dave Love  <fx@gnu.org>
16381         * wid-edit.el (widget-default-format-handler): DTRT when
16382         doc-property is a function.
16384 2000-09-12  Francesco Potorti`  <pot@gnu.org>
16386         * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
16387         filed name if it's not there.
16389 2000-09-12  Dave Love  <fx@gnu.org>
16391         * simple.el (read-mail-command): Doc fix.
16392         (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
16394         * vc.el (vc-dired-listing-switches): Fix :version.
16396         * vc-hooks.el: Doc fixes.
16398         * subr.el (add-minor-mode): Use toggle-fun arg.
16400         * speedbar.el: Add :version to several defcustoms.
16402         * imenu.el (imenu--truncate-items, imenu--cleanup)
16403         (imenu--generic-function): Avoid mapcar.
16404         (imenu--replace-spaces): Function removed.
16405         (imenu--completion-buffer): Use subst-char-in-string.
16406         (imenu-add-to-menubar): Use keymap inheritance.
16408 2000-09-12  Miles Bader  <miles@gnu.org>
16410         * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
16411         (diff-mode-map): Bind `diff-test-hunk'.
16412         (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
16414 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
16416         * bytecomp.el (byte-compile-defvar): Undo last change
16417         because it breaks '(make-variable-buffer-local (defvar ...)'
16418         which is used at least in dired.
16420 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
16422         * international/quail.el (quail-define-package): Docstring
16423         modified.
16425 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
16427         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
16428         extra docstrings for "chinese-ccdospy", "chinese-ecdict",
16429         "chinese-etzy", "chinese-sw", and "chinese-ziranma".  Modify the
16430         docstring of "chinese-py".
16432         * international/quail.el (quail-translation-docstring): New
16433         variable.
16434         (quail-show-keyboard-layout): Docstring modified.
16435         (quail-select-current): Likewise.
16436         (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
16437         infinite recursive call.
16438         (quail-help): Check quail-translation-docstring.  Format of the
16439         output changed.
16440         (quail-help-insert-keymap-description): Adjusted for the above
16441         change.
16443 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
16445         * bytecomp.el (byte-compile-defvar): Only cons onto
16446         current-load-list in top-level forms.  Else this leaks a cons cell
16447         every time a defun is called.
16449 2000-09-11  Miles Bader  <miles@lsi.nec.co.jp>
16451         * diff-mode.el (diff-apply-hunk): Function basically rewritten.
16452         Now understands non-unified diffs.  Some functionality moved into
16453         `diff-hunk-text' and `diff-find-text'.  Add OTHER-FILE, DRY-RUN,
16454         POPUP, and NOERROR arguments.  If DRY-RUN is true, don't actually
16455         modify anything.  Only reposition point in the patched file if the
16456         patch succeeds.  Only pop up another window if POPUP is true.
16457         Emit a message describing what happened if successful, and at what
16458         line-offset.  Automatically detect reversed hunks and do something
16459         appropriate.
16460         (diff-hunk-text, diff-find-text): New functions.
16461         (diff-filter-lines): Function removed.
16462         (diff-test-hunk): New function.
16463         (diff-goto-source): Rewritten in terms of diff-apply-hunk.
16465 2000-09-10  Dave Love  <fx@gnu.org>
16467         * textmodes/tildify.el: Minor doc/commentary fixes.
16468         (tildify) <defgroup>: Add :version.
16470         * faces.el (face-x-resources): Make custom type more specific.
16471         (frame-background-mode): Use mapc.
16472         (region) <defcustom>: Add :version.
16474 2000-09-08  Stefan Monnier  <monnier@cs.yale.edu>
16476         * vc-sccs.el (vc-sccs-register):
16477         * vc-rcs.el (vc-rcs-register):
16478         * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
16479         * vc.el (vc-register): Clear file's properties.
16481 2000-09-08  Gerd Moellmann  <gerd@gnu.org>
16483         * faces.el (face-spec-set): Only face-spec-reset-face when
16484         ATTRS is non-nil.
16486 2000-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
16488         * help.el (help-insert-xref-button): Fix a typo in doc string.
16490 2000-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
16492         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
16493         Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
16494         methods.
16496         * menu-bar.el (read-mail-item-name): New function.
16497         (menu-bar-tools-menu): Use it to compute and display the package
16498         used to read email.
16499         (menu-bar-tools-menu): Fix typo in GUD's help string.
16501 2000-09-07  Dave Love  <fx@gnu.org>
16503         * diff-mode.el (diff-mouse-goto-source): New function.
16505         * vc-sccs.el: Doc fixes.
16506         (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
16508         * vc-rcs.el: Doc fixes.
16509         (vc-rcs-register-switches, vc-rcs-checkin-switches)
16510         (vc-rcs-checkout-switches, vc-rcs-header)
16511         (vc-rcs-master-templates): Add or change :version.
16513         * vc-cvs.el: Doc fixes.
16514         (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
16515         (vc-cvs-stay-local): Add :version.
16517         * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
16519 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
16521         * international/quail.el (quail-help): Fix previous change.
16523 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
16525         * faces.el (color-values): Doc fix.
16527         * faces.el (frame-set-background-mode): Use frame-parameter
16528         instead of frame-parameters.
16530         * frame.el (filtered-frame-list): Reduce consing.
16531         (frames-on-display-list): Call frame-parameter instead of
16532         frame-parameters.
16534 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
16536         * language/devan-util.el (devanagari-to-indian-region): In the
16537         loop, change the following char, not preceding char.
16539 2000-09-07  Gerd Moellmann  <gerd@gnu.org>
16541         * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
16542         instead of frame-parameters.
16544         * faces.el (set-face-attribute): Simplify by calling
16545         internal-set-lisp-face-attribute with FRAME being 0.
16547         * vc.el: Remove `Id' version control keyword.
16549 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
16551         * help.el (help-make-xrefs): Adjusted for the change of
16552         help-xref-mule-regexp.
16553         (help-insert-xref-button): New function.
16555         * international/mule-cmds.el (help-xref-mule-regexp-template):
16556         Include the pattern for character set.
16557         (leim): New group.
16559         * international/quail.el: Don't require face.
16560         (quail): New group.
16561         (quail-other-command): Dummy command to make quail-help work better.
16562         (quail-keyboard-layout-alist): Add Keyboard type "jp106".
16563         (quail-keyboard-layout-substitution): New variable.
16564         (quail-update-keyboard-layout): New function.
16565         (quail-keyboard-layout-type): New customizable variable.
16566         (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
16567         (quail-keyboard-translate): Pay attention to
16568         quail-keyboard-layout-substitution.
16569         (quail-insert-kbd-layout): New function.
16570         (quail-show-keyboard-layout): New function.
16571         (quail-get-translation): If the definition is a vector of length
16572         1, and the element is a string of length 1, return the character
16573         in that string.
16574         (quail-update-current-translations): Fix the case of
16575         relative-index out of range.
16576         (quail-build-decode-map, quail-insert-decode-map): New Functions.
16577         (quail-help): Show keyboard layout by quail-insert-kbd-layout.
16578         Show key sequences for all available characters.
16579         (quail-help-insert-keymap-description): Don't show such verbose
16580         key bindings as quail-self-insert-command.
16582         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
16583         Format changed, and each element now have extra documentations.
16584         (tit-process-header): Delete invalid characters from TIT-PROMPT.
16585         Adjusted for the change of quail-cxterm-package-ext-info.
16587 2000-09-06  Gerd Moellmann  <gerd@gnu.org>
16589         * vc-hooks.el (toplevel): Don't require `vc' during compilation;
16590         requiring it leads to a recursive loading of vc.el and vc-hooks.el
16591         during bootstrap.
16593 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
16595         * vc.el: (toplevel): Don't require `dired' at run-time.
16596         (vc-dired-resynch-file): Remove autoload cookie.
16598 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
16600         * vc.el: Made several backend functions optional.
16601         (vc-default-responsible-p): New function.
16602         (vc-merge): Use RET for first version to trigger merge-news, not
16603         prefix arg.
16604         (vc-annotate): Handle backends that do not support annotation.
16605         (vc-default-merge-news): Removed.  The existence of a merge-news
16606         implementation is now checked on caller sites.
16608         * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
16609         case.
16611         * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
16612         special case that has been removed from the default in vc-hooks.el.
16614 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
16616         * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
16618 2000-09-05  Andre Spiegel  <spiegel@gnu.org>
16620         * vc-hooks.el: Require vc during compilation.
16621         (vc-file-setprop): Use `vc-touched-properties' if bound by the new
16622         macro `with-vc-properties' in vc.el.
16623         (vc-file-getprop): Doc fix.
16624         (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
16626         * vc.el: Require dired-aux during compilation.
16627         (vc-name-assoc-file): Moved to vc-sccs.el.
16628         (with-vc-properties): New macro.
16629         (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
16630         vc-finish-steal): Use it.
16631         (vc-cancel-version): Moved RCS-specific code to vc-rcs.el.  The call
16632         to the backend-specific function is now supposed to do the checkout,
16633         too.
16634         (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
16636         * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
16637         set file properties; that gets done in the generic code now.
16639         * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
16640         Changed parameter list, added code from vc.el that does the
16641         checkout, possibly with a double-take.
16643         * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
16644         (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
16645         the above under the new name.
16646         (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'.  Changed
16647         parameter list, added checkout command.
16648         (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
16649         properties; that gets done in the generic code now.
16651 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
16653         * vc.el: Docstring fixes (courtesy of checkdoc).
16655 2000-09-05  Stefan Monnier  <monnier@cs.yale.edu>
16657         * vc.el (vc-checkout-writable-buffer-hook)
16658         (vc-checkout-writable-buffer): Remove.
16659         (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
16660         (vc-log-mode): Make it into a clean derived major mode.
16661         (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
16662         vc-log-mode if log-edit is not available.
16663         (vc-dired-mode-map): Don't set-keymap-parent yet.
16664         (vc-dired-mode): Do set-keymap-parent here.
16665         (vc-dired-buffers-for-dir): Nop if dired is not loaded.
16667 2000-09-05  Gerd Moellmann  <gerd@gnu.org>
16669         * faces.el (set-face-attribute, face-spec-reset-face)
16670         (face-spec-set): Avoid consing by removing calls to `apply'.
16672         * frame.el (frame-parameter): Move to C code.
16674 2000-09-05  Dave Love  <fx@gnu.org>
16676         * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
16677         insert-before-markers-and-inherit.  Now checked systematically!
16679 2000-09-05  Alex Schroeder  <alex@gnu.org>
16681         * sql.el (sql-postgres): Use sql-postgres-options.
16682         (sql-postgres-options): New variable.
16684 2000-09-05  Alex Schroeder  <alex@gnu.org>
16686         * sql.el (sql-mode-menu): Work around missing variable mark-active
16687         in XEmacs.
16688         (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
16689         (sql-interactive-mode): Added call to easy-menu-add for XEmacs
16690         compatibility.
16692 2000-09-04  Gerd Moellmann  <gerd@gnu.org>
16694         * vc.el (vc-dired-resynch-file): Add autoload cookie.
16696         * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
16698         * Makefile.in (DONTCOMPILE): Fix typo in file name.
16700 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
16702         * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
16703         don't support anything else under SCCS yet.
16705         * vc-hooks.el: Minor doc fixes.
16707 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
16709         * vc.el (vc-next-action-on-file): Do not visit the file if it's
16710         not necessary.  If verbose in state `needs-patch', do the same as
16711         under `up-to-date'.  When NOT verbose and `needs-patch', check out
16712         latest version instead of `merge-news'.
16713         (vc-next-action-dired): Don't mess with default-directory here; it
16714         breaks other parts of dired.  It is the job of the
16715         backend-specific functions to adjust it temporarily if they need it.
16716         (vc-next-action): Remove a special CVS case.
16717         (vc-clear-headers): New optional arg FILE.
16718         (vc-checkin, vc-checkout): Set properties vc-state and
16719         vc-checkout-time properly.
16720         (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
16721         (vc-print-log): Use new backend function `show-log-entry'.
16722         (vc-cancel-version): Do the checks in a different order.  Added a
16723         FIXME concerning RCS-only code.
16725         * vc-rcs.el (vc-rcs-show-log-entry): New function.
16726         (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
16728         * vc-cvs.el (vc-cvs-show-log-entry): New function.
16730         * vc-hooks.el (vc-default-mode-line-string): Show state
16731         `needs-patch' as a `-' too.
16733 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
16735         * vc.el (vc-responsible-backend): New optional arg REGISTER.
16736         (vc-default-could-register): New function.
16737         (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
16738         (vc-resynch-buffer): Call vc-dired-resynch-file.
16739         (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
16740         vc-resynch-buffer instead of vc-resynch-window.
16741         (vc-next-action-dired): Don't redisplay here, that gets done as a
16742         result of the individual file operations.
16743         (vc-retrieve-snapshot): Corrected prompt order.
16745         * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
16747         * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
16748         as well.
16749         (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p.  Handle
16750         hostname regexps.  Updated all callers.
16751         (vc-cvs-responsible-p): Handle directories as well.
16752         (vc-cvs-could-register): New function.
16753         (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
16754         properties up-to-date.
16756         * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
16757         user whether to create one.
16759 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
16761         * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
16762         check out a non-existing file.
16764         * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
16765         workfile does not exist.
16767         * vc.el (vc-version-diff): Use `require' to check for existence of
16768         diff-mode.
16770 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
16772         * vc-cvs.el (vc-cvs-registered): Use new function
16773         vc-cvs-parse-entry to do the actual work.
16775 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
16777         * vc-hooks.el (vc-find-backend-function): If function doesn't
16778         exist, return nil instead of error.
16779         (vc-call-backend): Doc fix.
16781         * vc.el (vc-do-command): Doc fix.
16782         (vc-finish-logentry): When checking in from vc-dired, choose the
16783         right backend for logentry check.
16784         (vc-dired-mode-map): Inherit from dired-mode-map.
16785         (vc-dired-mode): Local value of dired-move-to-filename-regexp
16786         simplified.
16787         (vc-dired-state-info): Removed, updated caller.
16788         (vc-default-dired-state-info): Use parentheses instead of hyphens.
16789         (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
16790         (vc-dired-listing-switches): New variable.
16791         (vc-directory): Use it, instead of dired-listing-switches.
16793         * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
16794         (vc-cvs-dir-state): New function.
16795         (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
16796         (vc-cvs-parse-entry): New function, also to be used in
16797         vc-cvs-registered.
16799 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
16801         * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
16802         *or* single-window-frames.
16804 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
16806         * vc.el (vc-update-changelog): Split into generic part and default
16807         implementation.  Doc string adapted.
16808         (vc-default-update-changelog): New function.  Call the `rcs2log'
16809         script in exec-directory, to fix a long-standing nuisance.
16811         * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
16812         simply signals an error.
16814 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
16816         * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
16817         control-flow more clear and to avoid running `cvs' twice.
16819         * vc.el (vc-next-action-on-file): Doc fix.
16820         (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
16821         (vc-print-log): Eval `file' before constructing the continuation.
16823 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
16825         * vc.el (vc-next-action-on-file): Corrected several messages.
16826         (vc-merge): Add prefix arg `merge-news'; handle it.
16828         * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
16829         is not reached.  It is.
16830         (vc-cvs-merge): Set state to 'edited after merge.
16831         (vc-cvs-merge-news): Set workfile version to nil if not known.
16832         (vc-cvs-latest-on-branch-p): Recommented.  Candidate for removal.
16834         * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
16835         via stdout. (Merge from main line.)
16837 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
16839         * vc.el (vc-finish-logentry): Thinko in the "same comment"
16840         detection.
16842 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
16844         * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
16845         against kill-all-local-variables.
16846         (vc-log-edit): Don't save vc-parent-buffer any more.
16847         (vc-last-comment-match): Initialize to an empty string.
16848         (vc-post-command-functions): New hook.
16849         (vc-do-command): Run it.
16850         (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
16851         (vc-finish-logentry): Only add the comment to the ring if it's
16852         different from the last comment entered.
16853         (vc-new-comment-index): New function.
16854         (vc-previous-comment): Use it.  Make the minibuffer message
16855         slightly less terse.
16856         (vc-comment-search-reverse): Make it work forward as well.  Don't
16857         set vc-comment-ring-index if no match is found.  Use
16858         vc-new-comment-index.
16859         (vc-comment-search-forward): Use vc-comment-search-reverse.
16860         (vc-dired-mode-map): Don't inherit from dired-mode-map since
16861         define-derived-mode will do it for us.  Bind `v' to a keymap that
16862         inherits from vc-prefix-map so that we can bind `vt' without
16863         binding C-x v t.
16864         (vc-retrieve-snapshot): Parenthesis typo.
16866         * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
16867         to 1.  Make sure to switch to *vc* before looking for an error
16868         message.  Use vc-parse-buffer.
16870 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
16872         * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
16873         and NAME.
16874         (vc-retrieve-snapshot): Split into two parts.
16875         (vc-default-retrieve-snapshot): New function.
16877         * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
16878         (vc-cvs-retrieve-snapshot): New function (untested).
16879         (vc-cvs-stay-local): Default to t.
16880         (vc-cvs-remote-p): New function and property.
16881         (vc-cvs-state): Stay local only if the above is t.
16882         (vc-handle-cvs): Removed.
16883         (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
16884         done via vc-handled-backends now.
16885         (vc-cvs-header): Escape Id.
16887 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
16889         * vc.el (vc-do-command): Remove unused commands.
16890         (vc-version-diff): Make sure default-directory ends with a slash.
16891         Move the window commands into a vc-exec-after.
16892         (vc-print-log): Move more of the code into the `vc-exec-after'.
16894 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
16896         * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
16897         (vc-print-log): Search current revision from beginning of buffer.
16898         (vc-revert-buffer): Clear echo area after the diff is finished.
16899         (vc-prefix-map): Removed definition of "t" for terse display in vc
16900         dired.
16901         (vc-dired-mode-map): Inherit from dired-mode-map.  Added
16902         definition of "vt" for terse display.
16903         (vc-dired-mode): Fix dired-move-to-filename-regexp.
16905 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
16907         * vc.el (vc-exec-after): Avoid caddr.
16909 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
16911         * vc.el (vc-exec-after): New function.
16912         (vc-do-command): Use it to add a termination message for async
16913         procs.
16914         (vc-checkout): Try to handle a missing-backend situation.
16915         (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
16916         of a directory with a backend using async diffs.
16917         (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
16918         present.
16920         * vc-sccs.el (vc-sccs-state-heuristic): Use
16921         file-ownership-preserved-p.
16923         * vc-rcs.el (vc-rcs-state-heuristic): Use
16924         file-ownership-preserved-p.
16925         (vc-rcs-checkout): Remove the error-handling for missing-rcs.
16927 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
16929         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
16930         vc-do-command.
16932         * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
16933         when there are no changes.
16935 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
16937         * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
16939         * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
16941 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
16943         * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
16945         * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
16946         the `fset' outside of the defvar so that it works even if
16947         vc-prefix-map was already defined.
16948         (vc-setup-buffer): New function, split out of vc-do-command.
16949         (vc-do-command): Allow BUFFER to be t to mean `just use the
16950         current buffer without any fuss'.
16951         (vc-version-diff): Change the `diff' backend operation to just put
16952         the diff in the current buffer without erasing it.  Always use
16953         *vc-diff* even for directory-diffs.  Use vc-setup-buffer.  Protect
16954         shrink-window-if-larger-than-buffer.
16955         (vc-print-log): Change the `print-log' backend operation to just
16956         put the log in the current buffer without erasing it.  Protect
16957         shrink-window-if-larger-than-buffer.
16958         (vc-update-change-log): Fix setd typo.
16960         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
16961         (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
16963         * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
16964         (vc-rcs-diff): Insert in the current buffer and remove unused arg
16965         CMP.
16967         * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
16968         with-temp-file.  Use the new BUFFER=t argument to vc-do-command.
16969         (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
16971 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
16973         * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
16974         not possible, use vc-BACKEND-workfile-unchanged-p.
16975         (vc-default-workfile-unchanged-p): New function.  Delegates to a
16976         full vc-BACKEND-diff.
16978         * vc-hooks.el (vc-simple-command): Removed.
16980         * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
16981         instead of vc-simple-command.
16982         (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
16983         avoid doing a diff when opening a file.
16984         (vc-rcs-state): Added check for unlocked-changes.
16985         (vc-rcs-header): Escape Id.
16986         (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
16987         (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
16988         version.
16990         * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
16991         (vc-sccs-diff): Remove optional arg CMP.
16992         (vc-sccs-state): Call vc-workfile-unchanged-p, not the
16993         SCCS-specific function.
16995         * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
16996         vc-simple-command.
16998 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17000         * vc.el (vc-editable-p): Renamed from vc-writable-p.
17001         (with-vc-file, vc-merge): Use vc-editable-p.
17002         (vc-do-command): Remove unused var vc-file and fix the
17003         doubly-defined `status' var.  Add a user message when starting an
17004         async command.
17005         (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
17006         (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
17007         Use with-current-buffer.
17008         (vc-buffer-sync): Use unless.
17009         (vc-next-action-on-file): If the file is 'edited by read-only,
17010         make it read-write instead of trying to commit.
17011         (vc-version-diff, vc-update-change-log): Use `setq
17012         default-directory' rather than `cd'.
17013         (vc-log-edit): Don't forget to set default-directory in the
17014         buffer.
17016         * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
17017         (vc-sccs-state-heuristic): Use file-writable-p instead of
17018         comparing userids.
17019         (vc-sccs-checkout): Use `unless'.
17021         * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
17022         of comparing userids.
17023         (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
17024         Simplify the logic by eliminating unreachable code.
17025         (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
17026         just do a recursive call if we need to retry.
17027         (vc-rcs-checkout): Handle the case where rcs is missing by making
17028         the buffer read-write if requested and re-signalling the error.
17030         * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
17032 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17034         * vc-hooks.el (vc-handled-backends): Docstring change.
17035         (vc-ignore-vc-files): Mark obsolete.
17036         (vc-registered): Check vc-ignore-vc-files.
17037         (vc-find-file-hook, vc-file-not-found-hook): Don't check
17038         vc-ignore-vc-files.
17040         * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
17042 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17044         * vc.el (vc-checkout): Don't do anything special for ange-ftp
17045         files since ange-ftp already has vc-registered return nil.
17047         * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
17048         (vc-sccs-workfile-version): Use with-temp-buffer and new
17049         vc-parse-buffer and don't bother setting the property.
17050         (vc-sccs-add-triple): Use with-current-buffer and
17051         find-file-noselect.
17052         (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
17054         * vc-rcs.el (vc-rcs-find-most-recent-rev): New function.  The code
17055         derives from the old vc-parse-buffer but uses the revision number
17056         rather than the date (much easier to compare robustly).
17057         (vc-rcs-fetch-master-state): Use `with-temp-buffer'.  Adapt to the
17058         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).  Find the
17059         locking-user more directly.  Check strict locking and set
17060         checkout-model appropriately.
17061         (vc-rcs-parse-locks): Remove.
17062         (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
17063         new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
17064         (vc-rcs-system-release): Use with-current-buffer and
17065         vc-parse-buffer.
17066         (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
17068         * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
17069         (vc-simple-command): Docstring fix.
17070         (vc-registered): Align the way the file-handler is called with the
17071         way the function itself works.
17072         (vc-file-owner): Remove.
17074         * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer.  Reorder
17075         extraction of fields and call to file-attributes because of a
17076         temporary bug in rcp.el.
17077         (vc-cvs-fetch-status): Use with-current-buffer.
17079 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17081         * vc.el (vc-do-command): Use file-relative-name.
17082         (vc-responsible-backend): Use vc-backend if possible.
17083         (vc-create-snapshot): Improve the `interactive' spec. Add support
17084         for branches and dispatch to backend-specific `create-snapshot'.
17085         (vc-default-create-snapshot): New function, containing the bulk of
17086         the old vc-create-snapshot.
17087         (vc-retrieve-snapshot): Improve the interactive spec.
17089         * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
17090         (vc-backend-hook-functions): Remove.
17091         (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
17092         (vc-backend): Reintroduce the test for `file = nil' now that I
17093         know why it was there (and added a comment to better remember).
17095         * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
17096         code from vc-sccs-hooks.el.
17097         (vc-sccs-release, vc-sccs-system-release): Remove.  Don't require
17098         'vc anymore.
17099         (vc-sccs-responsible-p): Use expand-file-name instead of concat
17100         and file-directory-p instead of file-exists-p.
17101         (vc-sccs-check-headers): Simplify the regexp.
17103         * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
17104         from vc-rcs-hooks.el.  Don't require 'vc anymore.
17105         (vc-rcs-responsible-p): Use expand-file-name instead of concat and
17106         file-directory-p instead of file-exists-p.
17108         * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
17109         from vc-cvs-hooks.el.
17110         (proto vc-cvs-registered): Require 'vc-cvs instead of
17111         'vc-cvs-hooks.  Don't require 'vc anymore.
17112         (vc-cvs-responsible-p): Use expand-file-name instead of concat and
17113         file-directory-p instead of file-exists-p.
17114         (vc-cvs-create-snapshot): New function, replacing
17115         vc-cvs-assign-name.
17116         (vc-cvs-assign-name): Remove.
17118 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17120         * vc-cvs.el (vc-cvs-header): New var.
17122         * vc-rcs.el (vc-rcs-exists): Remove.
17123         (vc-rcs-header): New var.
17125         * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
17126         `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
17127         (vc-sccs-header): New var.
17129         * vc.el (vc-do-command): Get rid of the `last' argument.
17130         (vc-header-alist): Remove, replaced by vc-X-header.
17131         (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
17132         (vc-dired-hook): Use expand-file-name instead of concat.
17133         (vc-directory): Use file-name-as-directory.
17134         (vc-snapshot-precondition, vc-create-snapshot)
17135         (vc-retrieve-snapshot): Allow the command to operate on any
17136         directory.
17138         * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
17139         just removing the 'WORKFILE argument or by removing the 'MASTER
17140         argument and replacing `file' with (vc-name file).
17142 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17144         * vc.el: Update Copyright and add a crude list of backend funs.
17145         (vc-writable-p): New function.
17146         (with-vc-file): Use vc-writable-p.
17147         (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
17148         (vc-register): Avoid vc-name.
17149         (vc-locking-user): Remove.
17150         (vc-steal-lock): Make the `owner' arg non-optional.
17151         (vc-merge): Use vc-writable-p instead of vc-locking-user and
17152         vc-checkout-model.
17153         (vc-default-dired-state-info): Use vc-state instead of
17154         vc-locking-user and return special strings for special states.
17155         (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
17156         and get rid of one of the special CVS cases.
17157         (vc-cancel-version): prettify error message with \\[...].
17158         (vc-rename-master): New function.
17159         (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
17160         use vc-rename-master) instead of vc-BACKEND-record-rename.  Make
17161         the CVS special case generic.
17162         (vc-default-record-rename): Remove.
17163         (vc-file-tree-walk-internal): Only call FUNC for files that are
17164         under control of some VC backend and replace `concat' with
17165         expand-file-name.
17166         (vc-file-tree-walk): Update docstring.
17167         (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
17168         (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
17170         * vc-sccs.el (vc-sccs-rename-file): Renamed from
17171         vc-sccs-record-rename.  Use `find-file-noselect' rather than
17172         `find-file' and call `vc-rename-master' to do the actual move.
17173         (vc-sccs-diff): Remove unused `backend' variable.
17175         * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
17176         to delay loading of vc-sccs until it is really used.
17177         (vc-sccs-master-templates): Preload.
17178         (vc-sccs-state): Update call to vc-sccs-parse-locks.
17179         (vc-sccs-project-dir): Remove (merged into
17180         vc-sccs-search-project-dir).
17181         (vc-sccs-search-project-dir): Rewrite using file name handling ops
17182         rather than `concat', make sure it is preloaded and don't bother
17183         to check that the file actually exists.
17184         (vc-sccs-parse-locks): Remove unused `file' argument, remove
17185         `locks' argument (use buffer's content instead) and eliminate n^2
17186         behavior.
17188         * vc-rcs.el: Update Copyright.
17189         (vc-rcs-rename-file): New function.
17190         (vc-rcs-diff): Remove unused `backend' variable.
17192         * vc-hooks.el: Update Copyright.
17193         (vc-backend): Don't accept a nil argument any more.
17194         (vc-up-to-date-p): Turn into a defsubst.
17195         (vc-possible-master): New function.
17196         (vc-check-master-templates): Use `vc-possible-master' and allow
17197         funs in vc-X-master-templates to return a non-existent file.
17199         * vc-cvs.el: Update Copyright.
17200         (vc-cvs-diff): Remove unused `backend' variable.
17201         (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
17203         * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
17205 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17207         * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
17208         since it can be called from vc-rcs.el.
17209         (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
17211 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
17213         * vc.el (vc-version-diff): Expand file name read from the
17214         minibuffer.  Handle the case when a previous version number can't
17215         be guessed.  Give suitable messages when there were no differences
17216         found.
17217         (vc-clear-headers): Call backend-specific implementation, if one
17218         exists.
17219         (vc-cancel-version): Made error checks generic.  When done, clear
17220         headers generically, too.
17222         * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
17223         from vc-clear-headers in vc.el.
17225         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
17226         correctly.
17227         (vc-rcs-latest-on-branch-p): Made second argument VERSION
17228         optional.  Handle the case when it's not there.
17230 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17232         * vc.el (vc-locking-user): Moved from vc-hooks.el.
17234 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17236         * vc-hooks.el (vc-loadup): Remove.
17237         (vc-find-backend-function): Use `require'.  Also, handle the case
17238         where vc-BACKEND-hooks.el doesn't exist.
17239         (vc-call-backend): Cleanup.
17241 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17243         * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
17244         vc-rcs-grab-templates)
17245         (vc-rcs-registered): Remove.  The default function works as well.
17246         * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
17247         vc-sccs-grab-templates)
17248         (vc-sccs-registered): Remove.  The default function works as well.
17250         * vc.el (vc-version-diff): Left out a vc- in call to
17251         vc-call-backend.
17252         (vc-default-dired-state-info, vc-default-record-rename)
17253         (vc-default-merge-news): Update for the new backend argument.
17255         * vc-hooks.el (vc-find-backend-function): Return a cons cell if
17256         using the default function.
17257         (vc-call-backend): If calling the default function, pass it the
17258         backend as first argument.  Update the docstring accordingly.
17259         (vc-default-state-heuristic, vc-default-mode-line-string): Update
17260         for the new backend argument.
17261         (vc-make-backend-sym): Renamed from vc-make-backend-function.
17262         (vc-find-backend-function): Use the new name.
17263         (vc-default-registered): New function.
17265 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17267         * vc.el (vc-merge): Use vc-find-backend-function.
17269         * vc-hooks.el (vc-backend-functions): Remove.
17270         (vc-loadup): Don't setup 'vc-functions.
17271         (vc-find-backend-function): New function.
17272         (vc-call-backend): Use above fun and populate 'vc-functions
17273         lazily.
17274         (vc-backend-defines): Remove.
17276 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17278         * vc.el (vc-register): Put a FIXME note for a newly found bug.
17279         Call vc-call-backend without the leading vc-.
17280         (vc-responsible-backend, vc-finish-logentry, vc-annotate)
17281         (vc-check-headers): Call vc-call-backend without the leading vc-.
17282         (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
17283         (vc-annotate-display): Replace confusing use of `cond' with `or'.
17284         Call vc-call-backend without the leading vc-.
17286         * vc-cvs.el (tail): Provide vc-cvs.
17287         * vc-sccs.el (tail): Provide vc-sccs.
17288         * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
17290         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
17291         (vc-make-backend-function, vc-call): Pass names without leading
17292         `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
17293         (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
17294         (vc-call-backend): Always try to load vc-X-hooks.
17295         (vc-registered): Remove vc- in call to vc-call-backend.
17297 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17299         * vc.el (vc-process-filter): New function.
17300         (vc-do-command): Setup `vc-process-filter' for the async process.
17301         (vc-maybe-resolve-conflicts): New function to reduce
17302         code-duplication.  Additionally, it puts the buffer in
17303         `smerge-mode' if applicable.
17304         (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
17305         calling `merge-news'.
17306         (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
17307         (vc-log-edit): New function.  Replacement for `vc-log-mode' by
17308         interfacing to log-edit.el.
17309         (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
17310         log-edit is available.
17311         (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
17313 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17315         * vc.el (vc-register): Remove `vc-buffer-backend' setup.
17316         (vc-log-mode-map): New name for vc-log-entry-mode and merge the
17317         defvar and the initialization.
17318         (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
17320         * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
17321         (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
17323         * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
17325 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
17327         * vc.el (vc-file-clear-masterprops): Removed.
17328         (vc-checkin, vc-revert-buffer): Removed calls to the above.
17329         (vc-version-diff): Use buffer-size without argument.
17330         (vc-register): Heed vc-initial-comment.
17332         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
17333         default branch.
17335         * vc-rcs.el (vc-rcs-register): Parse command output to find master
17336         file name and workfile version.
17337         (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
17339         * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
17340         vc-file-clear-masterprops.
17342         * vc-sccs.el (vc-sccs-checkout): Removed call to
17343         vc-file-clear-masterprops.  If writable, set vc-state to 'edited
17344         rather than user login name.
17347 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17349         * vc.el (vc-workfile-unchanged-p): Remove unused argument
17350         `want-differences-if-changed' and simplify.
17351         (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
17352         (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
17353         output (which is invalid for async vc-diff) to decide whether to
17354         do the revert silently or not.
17356 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17358         * vc-hooks.el (vc-loadup): Load files quietly.
17359         (vc-call-backend): Oops, brain fart.
17361 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17363         * vc-cvs.el (vc-cvs-state): Typo.
17364         (vc-cvs-merge-news): Return the status code rather than the error msg.
17366 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
17368         * vc.el (with-vc-file, vc-next-action, vc-version-diff)
17369         (vc-dired-mark-locked): Replaced usage of vc-locking-user with
17370         vc-state or vc-up-to-date-p.
17371         (vc-merge): Use vc-backend-defines to check whether merging is
17372         possible.  Set state to 'edited after successful merge.
17374         * vc-hooks.el (vc-locking-user): If locked by the calling user,
17375         return that name.  Redocumented.
17377 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17379         * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
17380         new `vc-state' semantics.
17381         (vc-finish-steal): Set 'vc-state to 'edited rather than setting
17382         'vc-locking-user to the current user.
17383         (vc-merge): Inline vc-backend-merge.  Comment out code that I
17384         don't understand and hence can't adapt to the new `vc-state' and
17385         `vc-locking-user' semantics.
17386         (vc-backend-merge): Remove.
17388         * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
17389         rather than 'vc-locking-user.
17391         * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
17393         * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
17394         (vc-state): Don't use 'reserved any more.  Just use the same
17395         convention as the one used for vc-<backend>-state where the
17396         locking user (as a string) is returned.
17397         (vc-locking-user): Update, based on the above convention. The
17398         'vc-locking-user property has disappeared.
17399         (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
17401         * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
17402         with a heuristic one.
17403         (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
17404         (vc-cvs-checkin): Do a trivial parse to set the state in case of
17405         error.  That allows us to get to 'needs-merge even in the
17406         stay-local case.  There's still no way to detect 'needs-patch in
17407         such a setup (or to force an update for that matter).
17408         (vc-cvs-logentry-check): Remove, the default works as well.
17410 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17412         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
17414         * vc.el (vc-do-command): kill-all-local-variables, to reset any
17415         major-mode in which the buffer might have been put earlier.  Use
17416         `remove' and `when'.  Allow `okstatus' to be `async' and use
17417         `start-process' in this case.
17418         (vc-version-diff): Handle the case where the diff looks empty
17419         because of the use of an async process.
17421 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
17423         * vc.el (vc-next-action-on-file): Removed optional parameter
17424         `simple'.  Recompute state unconditionally.
17425         (vc-default-toggle-read-only): Removed.
17427         * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
17428         (vc-toggle-read-only): Undid prev change.
17430         * vc-cvs.el (vc-cvs-stay-local): Renamed from
17431         vc-cvs-simple-toggle.  Redocumented.
17432         (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
17433         (vc-cvs-toggle-read-only): Removed.
17435 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17437         * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
17438         (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
17439         (vc-release-greater-or-equal-p): Move to vc-rcs.el.
17440         (vc-file-clear-masterprops): Braindead "fix".  It was a nop and
17441         still is. So maybe it should be removed.
17442         (vc-head-version, vc-find-binary): Remove.
17443         (vc-recompute-state): Move from vc-hooks.el.
17444         (vc-next-action-on-file): Add a `simple' argument to allow
17445         avoiding the `recompute' step (use for vc-cvs-simple-toggle).
17446         (vc-default-toggle-read-only, vc-default-record-rename): New funs.
17447         (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
17448         (vc-dired-mode-map): Properly defvar it.
17449         (vc-print-log): Call log-view-mode if available.
17450         (small-temporary-file-directory): defvar instead of use boundp.
17451         (vc-merge-news): Moved to vc-cvs.el.
17452         (vc-default-merge-news): New function.
17454         * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
17455         (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
17456         (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
17457         unknown `vc-latest-version' function.  It should probably refer to
17458         vc-workfile-version or somesuch, but it's very unclear to me and I
17459         don't have SCCS to test things.
17461         * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
17462         (vc-sccs-state-heuristic): Fix typo.
17463         (vc-sccs-workfile-unchanged-p): Add missing argument.
17465         * vc-rcs.el: Require vc and vc-rcs-hooks.
17466         (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
17467         (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
17468         (vc-release-greater-or-equal-p): Move from vc.
17469         (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
17470         vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
17471         (vc-rcs-checkout): Add a missing `new-version' argument in the
17472         call to vc-rcs-latest-on-branch-p.  Hopefully that was the right one.
17474         * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
17475         (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
17476         (vc-rcs-latest-on-branch-p): Use the `version' argument rather
17477         than the apparently unbound `workfile-version'.
17479         * vc-hooks.el (vc-master-templates): Def the obsolete var.
17480         (vc-file-prop-obarray): Use `make-vector'.
17481         (vc-backend-functions): Add new hookable functions
17482         vc-toggle-read-only, vc-record-rename and vc-merge-news.
17483         (vc-loadup): If neither backend nor default functions exist, use
17484         the backend function rather than nil.
17485         (vc-call-backend): If the function if not bound yet, try to load
17486         the non-hook file to see if it provides it.
17487         (vc-call): New macro plus use it wherever possible.
17488         (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
17489         nor `vc-find-binary' since it's only called from
17490         vc-mistrust-permission which is only used once the backend is known.
17491         (vc-checkout-model): Fix parenthesis.
17492         (vc-recompute-state, vc-prefix-map): Move to vc.el.
17494         * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
17495         (vc-cvs-release, vc-cvs-system-release): Remove.
17496         (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
17497         (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
17498         status symbols.
17499         (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
17500         (vc-cvs-toggle-read-only): First cut at a function to allow a
17501         cvs-status-free vc-toggle-read-only.
17502         (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
17503         (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
17504         vc-cvs-status.  Also set vc-state rather than vc-locking-user.
17505         (vc-cvs-checkout): Modify access rights directly if the user
17506         requested not to use `cvs edit'.  And refresh the mode line.
17508         * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
17509         (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
17511 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
17513         * vc-cvs.el (vc-cvs-checkout): Docstring fix.  Added a `(if
17514         workfile' that got lost when the code was extracted from vc.el.
17515         And merged the tail with the rest of the code (not possible in the
17516         old vc.el where the tail was shared among all backends).  And
17517         explicitly set the state to 'edited if `writable' is set.
17519         * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
17520         (vc-cvs-state): Be careful to return the value from
17521         vc-cvs-parse-state.
17522         (vc-cvs-parse-status): Use expand-file-name.  Don't set 'vc-state
17523         property but return it instead.  Also be careful to handle a nil
17524         or "" `rev' when workfile is non-nil (it was handled properly when
17525         workfile was nil).
17527         * vc.el: Removed those pesky unnecessary `(function' quotes.
17528         (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
17529         directly in the defvar.
17530         (vc-do-command): Bind inhibit-read-only so as to properly handle
17531         the case where the destination buffer has been made read-only.
17532         (vc-diff): Delegate to vc-version-diff in all cases.
17533         (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
17534         (vc-annotate-mode-variables): Removed (code moved partly to
17535         defvars and partly to vc-annotate-add-menu).
17536         (vc-annotate-mode): Turned into a derived-mode.
17537         (vc-annotate-add-menu): Moved in code in
17538         vc-annotate-mode-variables.
17539         (vc-update-change-log): Use make-temp-file if available.
17541 2000-09-04  Martin Lorentzson  <martinl@delysid.gnu.org>
17543         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
17544         `vc-checkout-model' updated to `vc-cvs-update-model'.
17546 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
17548         * vc.el (vc-next-action-on-file): Added handling of state
17549         `unlocked-changes'.
17550         (vc-checkout-carefully): Is now practically obsolete, unless the
17551         above is too slow to be enabled unconditionally.
17552         (vc-update-change-log): Fixed typo.
17554         * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
17556         * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
17557         Now handles state `unlocked-changes'.
17558         (vc-sccs-workfile-unchanged-p): New function, to support the above.
17560         * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
17562         * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
17563         (vc-rcs-fetch-master-state): Bug fixes.  Recognize state
17564         `unlocked-changes'.
17565         (vc-rcs-workfile-unchanged-p): Renamed from
17566         `vc-rcs-workfile-unchanged'.  This is not a real backend-specific
17567         function yet, but supposed to become one soon.
17569         * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
17570         `vc-steal-lock'.
17571         (vc-call-backend): Changed error message.
17572         (vc-state): Added description of state `unlocked-changes'.
17574 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
17576         * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
17577         always return t in CVS-controlled directories.
17579         * vc.el (vc-responsible-backend): New function.
17580         (vc-register): Largely rewritten.
17581         (vc-admin): Removed (implementation moved into vc-register).
17582         (vc-checkin): Redocumented.
17583         (vc-finish-logentry): If no backend defined yet (because we are in
17584         the process of registering), use the responsible backend.
17586         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
17587         Updated function lists.
17588         (vc-call-backend): Fixed typo.
17590         * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
17591         New functions.
17592         (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
17593         Removed query option.  Redocumented.
17595 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
17597         * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
17599         * vc.el: Updated callers of `vc-checkout-required' to use
17600         `vc-checkout-model'.
17602 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
17604         * vc-rcs.el (vc-rcs-backend-release-p): function added.  other
17605         stuff updated to reference this function instead of the old
17606         `vc-backend-release-p'.
17608 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
17610         * vc-sccs-hooks.el (vc-uses-locking): Renamed to
17611         vc-checkout-model.  Return appropriate values.  Updated callers.
17613 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
17615         * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
17616         (vc-backend-revert): Function moved into `vc-revert';
17617         `vc-next-action' must be updated to accomodate this change.
17618         (vc-backend-steal): Function moved into `vc-finish-steal'.
17619         (vc-backend-logentry-check): Function moved into
17620         `vc-finish-logentry'.
17621         (vc-backend-printlog): Function moved into `vc-print-log'.
17622         (vc-backend-uncheck): Function moved into `vc-cancel-version'.
17623         (vc-backend-assign-name): Function moved into
17624         `vc-create-snapshot'.
17626 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
17628         * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
17629         Rename to vc-checkout-model.  Return appropriate values.
17630         Update callers.
17632         * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
17633         to vc-checkout-model.
17634         (vc-checkout-required): Rename to vc-checkout-model.
17635         Re-implement and re-comment.
17636         (vc-after-save): Use vc-checkout-model.
17638 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
17640         * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
17641         Update to use the vc-BACKEND-diff functions instead.
17642         `vc-diff' is now working.
17644         * vc-rcs.el (vc-rcs-logentry-check): New function.
17646         * vc-cvs.el (vc-cvs-logentry-check): New function.
17648         * vc-sccs.el (vc-sccs-diff): Function changed name from
17649         `vc-backend-diff'.  This makes `vc-diff' work.
17651         * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
17652         of functions possibly implemented in a vc-BACKEND library.
17653         (vc-checkout-required): Fix bug that caused an error to be
17654         signaled during `vc-after-save'.
17656         * vc.el: Fix typo.
17657         This checkin is made with our new VC code base for the very first time.
17658         A simple `(vc-checkin (buffer-file-name))' was used to perform it.
17660         * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
17661         `vc-checkout-required' updated to `vc-cvs-uses-locking'.
17663         * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
17664         updated to `vc-uses-locking'.
17665         (vc-checkout-required): Call to backend function.
17666         `vc-checkout-required' updated to `vc-uses-locking' instead.
17668         * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
17669         `vc-checkout-required' updated to `vc-rcs-uses-locking'.
17671         * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
17672         to match the split into various backends.
17673         (vc-backend-checkin): Remove.  Merge with `vc-checkin'.
17674         (vc-retrieve-snapshot): Bug fix.
17676 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
17678         * vc-sccs.el (vc-sccs-release): Doc fix.
17680 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
17682         * vc.el (vc-next-action-on-file): Bug found and fixed.
17683         (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
17684         (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
17686         * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
17687         (vc-rcs-checkout): Name space cleaned up.  No more revision number
17688         crunching function names that are not prefixed with vc-rcs.
17689         (vc-rcs-checkout-model): Function added.  References to
17690         `vc-checkout-model' replaced.
17692 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
17694         * vc.el (vc-next-action-on-file): Rewritten for the new state model.
17695         (vc-backend-merge-news): Renamed to `vc-merge-news'.  (Specific parts
17696         still need to be split, and implemented for RCS).
17698 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
17700         * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
17702         * vc-sccs.el (vc-sccs-admin): Added the query-only option as
17703         required by the vc.el file.
17705         * vc-rcs.el (vc-rcs-admin): Added the query-only option as
17706         required by the vc.el file.
17707         (vc-rcs-exists): Function added.
17709         * vc-cvs.el (vc-cvs-admin): Added the query-only option as
17710         required by the vc.el file.
17712         * vc.el (vc-admin): Updated to handle selection of appropriate
17713         backend.  Current implementation is crufty and need re-thinking.
17715         * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
17717 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
17719         * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
17720         beginning of annotate buffers correctly.
17722         * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
17723         (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
17724         functionality updated quite a lot to support multiple backends.
17725         Variables `vc-annotate-mode', `vc-annotate-buffers',
17726         `vc-annotate-backend' added.
17728         * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
17729         `vc-annotate-difference' added to supported backend functions.
17731 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
17733         * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
17734         Use with-temp-file instead of /bin/sh.  Merged from mainline
17736 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
17738         * vc-sccs-hooks.el (vc-sccs-registered): Updated.
17740         * vc-rcs-hooks.el (vc-rcs-registered): Updated.
17742         * vc-cvs-hooks.el (vc-cvs-registered): Updated.
17744 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
17746         * vc-hooks.el: vc-state-heuristic added to
17747         vc-backend-hook-functions.
17749         * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
17751         * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
17753         * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
17754         `vc-uses-locking' to `vc-checkout-required'.  Rename the `locked'
17755         state to `reserved'.
17757         * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
17758         `vc-checkout-required'.  Rename the `locked' state to `reserved'.
17760 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
17762         * vc-rcs-hooks.el: Implement new state model.  Hardly anything
17763         untouched.
17765         * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
17767         * vc.el (vc-update-change-log): Use small-temporary-file-directory,
17768         if defined.  (Merged from main line, slightly adapted.)
17770         * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
17771         millenium problem (merged from mainline).
17773 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
17775         * vc-cvs.el: Split the annotate feature into a BACKEND-specific
17776         part and moved the non-BACKEND stuff to vc.el.
17778         * vc.el: Split the annotate feature into a BACKEND specific part
17779         and moved it from the vc-cvs.el file to this one.
17781 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
17783         * vc-hooks.el: Implement new state model.
17784         (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
17785         (vc-locking-user): Simplify.  Now only needed if the file is
17786         locked by somebody else.
17787         (vc-lock-from-permissions): Remove.  Functionality is in
17788         vc-sccs-hooks.el and vc-rcs-hooks.el now.
17789         (vc-mode-line-string): New name for former vc-status.  Adapted.
17790         (vc-mode-line): Adapt to use the above.  Remove optional parameter.
17792         * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
17793         Various simplifications and adaptations all over the place.
17795         * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
17796         Simplify and adapt the rest.
17798         * vc.el (vc-resynch-window): Add TODO comment: check for
17799         interaction with view mode according to recent RCS change.
17800         (vc-backend-merge-news): Merge "CMUP" patch from mainline.
17802 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
17804         * vc.el: Convert the remaining function comments to docstrings.
17806 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
17808         * vc.el (vc-backend-release, vc-release-greater-or-equal)
17809         (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
17810         (vc-minor-part, vc-previous-version): Functions that operate and
17811         compare revision numbers got proper documentation.  Comments added
17812         about their possible removal.
17814 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
17816         * vc.el (vc-latest-on-branch-p): Function removed and replaced in
17817         the vc-backend.el files.
17819         * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
17821         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
17822         (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
17823         (vc-rcs-previous-version): Functions added.
17825         * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
17827         * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
17829 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
17831         * vc-hooks.el (vc-master-templates): Is really obsolete.
17832         Comment out the definition for now.  What is the right procedure
17833         to get rid of it?
17834         (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
17835         rewritten.
17836         (vc-default-registered): Remove.
17837         (vc-check-master-templates): New function; does mostly what the
17838         above did before.
17839         (vc-locking-user): Don't rely on the backend to set the property.
17841         * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
17842         Rewrite documentation.
17843         (vc-rcs-templates-grabbed): New variable.
17844         (vc-rcs-grab-templates): New function.
17845         (vc-rcs-registered): Rewrite to use above mechanism.
17847         * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
17848         Rewrite documentation.
17849         (vc-sccs-templates-grabbed): New variable.
17850         (vc-sccs-grab-templates): New function.
17851         (vc-sccs-registered): Rewrite to use above mechanism.
17852         (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
17853         Don't throw the result, simply return it.
17855         * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
17856         (vc-cvs-find-master): Remove.  Code is now in vc-cvs-registered.
17857         (vc-cvs-registered): Does the check itself now.  Simplify.
17859         * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
17860         from main line.
17862 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
17864         * vc-cvs.el (vc-cvs-diff): New function.
17866         * vc-sccs.el (vc-sccs-diff): New function.
17868         * vc-rcs.el (vc-rcs-diff): New function.
17869         (vc-rcs-checkout): Bug (typo) found and fixed.
17870         (vc-rcs-register-switches): New variable.
17872         * vc.el (vc-backend-diff): Function removed and placed in the
17873         backend files.
17875 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
17877         * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
17879         * vc.el (vc-backend-checkout): Function removed and replaced in
17880         the vc-backend.el files.
17882         * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
17884         * vc.el (vc-backend-admin): Removed and replaced in the
17885         vc-backend.el files.
17887         * vc.el (Martin): Removed all the annotate functionality since it
17888         is CVS backend specific.
17890 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
17892         * spec.txt: Added specification of vc-state.
17894         * vc-sccs-hooks.el (vc-sccs-master-properties):
17895         Remove handling of vc-latest-version and
17896         vc-your-latest-version.  What used to be vc-latest-version, is now
17897         returned as vc-workfile-version.
17898         (vc-sccs-workfile-version): Adapt.
17900 2000-09-04  Dave Love  <fx@gnu.org>
17902         * vc.el: [Merged from mainline.]
17903         (vc-dired-mode): Make the dired-move-to-filename-regexp
17904         regexp match the date, to avoid treating date as file size.
17905         Add YYYY S option to WESTERN/
17907 2000-09-04  Dave Love  <fx@gnu.org>
17909         * vc.el: Require `compile' when compiling.
17910         (vc-logentry-check-hook): New option.
17911         (vc-steal-lock): Use compose-mail.
17912         (vc-dired-mode-map): Defvar when compiling.
17913         (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
17914         vc-sccs.el and renamed.  Callers changed.
17915         (vc-backend-checkout, vc-backend-logentry-check)
17916         (vc-backend-merge-news): Doc fix.
17917         (vc-default-logentry-check): New function.
17918         (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
17919         (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
17920         (vc-backend-merge): Doc fix.  Use backend functions.
17921         (vc-check-headers): Use backend functions.
17923         * vc-cvs.el: Require vc when compiling.
17924         (vc-cvs-register-switches): Doc fix.
17925         (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
17926         (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
17927         (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
17928         New functions (code from vc.el).
17929         (vc-annotate-display-default): Fix interactive spec.
17930         (vc-annotate-time-span): Doc fix.
17932         * vc-rcs.el: Require vc when compiling.
17933         (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
17934         (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
17935         (vc-rcs-checkin): New functions (code from vc.el).
17936         (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
17937         Doc fix.
17938         (vc-rcs-release): Deleted.  (Duplicated vc-rcs-system-release).
17940         * vc-sccs.el: Require vc when compiling.
17941         (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
17942         (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
17943         (vc-sccs-revert)
17944         (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
17945         from vc.el).
17946         (vc-sccs-add-triple, vc-sccs-record-rename)
17947         (vc-sccs-lookup-triple): Moved from vc.el and renamed.
17948         (vc-sccs-admin): Doc fix.
17950 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
17952         * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
17953         (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
17954         (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
17955         from vc.el.
17957         * vc-sccs.el (vc-admin-sccs): Added from vc.el
17959         * vc-cvs.el: Moved the annotate functionality from vc.el.
17960         (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
17962 2000-09-04  Dave Love  <fx@gnu.org>
17964         * vc.el (vc-backend-release): Call vc-system-release.
17966         * vc-sccs.el (vc-sccs-system-release):
17967         Renamed from vc-sccs-backend-release.
17969         * vc-rcs.el (vc-rcs-system-release):
17970         Renamed from vc-rcs-backend-release.
17972         * vc-cvs.el (vc-cvs-system-release):
17973         Renamed from vc-cvs-backend-release.
17975 2000-09-04  Dave Love  <fx@gnu.org>
17977         * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
17978         backend files.
17979         (vc-backend-release): Dispatch to backend functions.
17980         (vc-backend-release-p): Don't mention CVS, RCS.  [The SCCS case
17981         probably needs attention.]
17983         * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
17984         (vc-sccs-backend-release): New function.
17986         * vc-cvs.el (vc-cvs-release): Moved from vc.el.
17987         (vc-cvs-backend-release): New function.
17989         * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
17990         Doc fix.
17991         (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
17992         (vc-default-dired-state-info): New function.
17993         (vc-dired-state-info): Dispatch to backends.
17994         (vc-dired-hook): Doc fix.  Simplify, pending removal of CVS specifics.
17996         * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
17997         from vc.el and renamed.
17999 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18001         * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
18002         (vc-version-other-window, vc-backend-assign-name): Removed
18003         references to vc-latest-version; sometimes changed into
18004         vc-workfile-version.
18006         * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
18007         vc-rcs-master-workfile-version.
18008         (vc-rcs-workfile-version): Use the above.  Don't call
18009         vc-latest-version (that was unreachable code, anyway).
18010         (vc-rcs-fetch-master-properties): Doc fix.
18012         * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
18013         (vc-backend-hook-functions): Removed them from this list, too.
18014         (vc-fetch-properties): Removed.
18015         (vc-workfile-version): Doc fix.
18017         * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
18018         (vc-rcs-workfile-version, vc-rcs-locking-user)
18019         (vc-rcs-uses-locking): Use it.
18021         * vc-hooks.el (vc-consult-rcs-headers):
18022         Moved into vc-rcs-hooks.el, under the name
18023         vc-rcs-consult-headers.
18025         * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
18026         headers.
18027         (vc-cvs-find-master): Use this name only; correct different
18028         versions of the name.
18030         * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
18031         New functions.
18032         (vc-sccs-locking-user): Use the latter.
18034         * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
18035         New functions.
18037         * vc-hooks.el (vc-master-locks, vc-master-locking-user):
18038         Moved into both
18039         vc-rcs-hooks.el and vc-sccs-hooks.el.  These properties and access
18040         functions are implementation details of those two backends.
18042 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18044         * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
18045         (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
18047         * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
18048         (vc-sccs-parse-locks): SCCS-specific code moved here from
18049         vc-hooks.
18051         * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
18052         code moved here from vc-hooks.
18054         * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
18055         into back-end specific parts and removed.  Callers not updated
18056         yet; because I guess these callers will disappear into back-end
18057         specific files anyway.
18059 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18061         * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
18062         (vc-backend-checkout): Changed calls to `vc-checkout-model' to
18063         `vc-uses-locking'.
18065         * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
18066         Store yes/no in the property, and return t/nil.  Updated all
18067         callers.
18069         * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
18070         vc-sccs-uses-locking.  Don't set property.
18071         (vc-sccs-locking-user): Don't set property.
18073         * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
18074         vc-cvs-uses-locking.  Don't set property here; leave that to
18075         vc-hooks.
18076         (vc-cvs-locking-user): Reflect above change.  Streamlined.
18078         * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
18079         vc-rcs-uses-locking.
18080         (vc-rcs-locking-user): Reflect above change.
18082 2000-09-04  Dave Love  <fx@gnu.org>
18084         * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
18086         * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
18088         * vc-hooks.el (vc-checkout-model): Punt to backends.
18090         * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
18092         * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
18094         * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
18095         New functions.
18097         * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
18098         New functions.
18100         * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
18101         (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
18103         * vc-hooks.el (vc-default-locking-user): New function.
18104         (vc-locking-user, vc-workfile-version): Punt to backends.
18106 2000-09-04  Dave Love  <fx@gnu.org>
18108         * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
18109         (vc-master-workfile-version): Moved from vc-hooks.
18111         * vc-rcs-hooks.el: Fix duplicate code in last change.
18113         * vc-rcs-hooks.el: Require vc-hooks when compiling.
18114         (vc-rcs-master-templates): Improve :type.
18115         (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
18116         vc-master-workfile-version): Moved from vc-hooks.
18118         * vc-sccs-hooks.el: Require vc-hooks when compiling.
18119         (vc-sccs-master-templates): Improve :type.
18120         (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
18122         * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
18124         * vc-cvs-hooks.el: Require vc-hooks when compiling.
18125         (vc-cvs-master-templates): Improve :type.  Use
18126         vc-cvs-find-cvs-master.
18127         (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
18128         from vc-hooks.
18129         (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
18131         * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
18132         Moved to vc-cvs-hooks.
18134         * vc-hooks.el: Add doc strings in various places.  Simplify the
18135         minor mode setup.
18136         (vc-handled-backends): New user variable.
18137         (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
18138         simplification.
18140 2000-09-04  Dave Love  <fx@gnu.org>
18142         * vc.el: Some doc fixes for autoloaded and interactive functions.
18143         Fix compilation warnings from ediff stuff.
18144         (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
18146         * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
18148         * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
18150         * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
18152 2000-09-04  Dave Love  <fx@gnu.org>
18154         * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
18155         New variable.
18156         (vc-make-backend-function, vc-loadup, vc-call-backend)
18157         (vc-backend-defines): New functions.
18159         * vc-hooks.el: Various doc fixes.
18160         (vc-default-back-end, vc-follow-symlinks): Custom fix.
18161         (vc-match-substring): Function removed.  Callers changed to use
18162         match-string.
18163         (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
18164         Simplify.
18166 2000-09-04  Dave Love  <fx@gnu.org>
18168         * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
18169         type.
18170         (vc-sccs-project-dir, vc-search-sccs-project-dir)
18171         (vc-sccs-registered): Doc fix.
18173         * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
18174         (vc-cvs-registered): Doc fix.
18176         * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
18177         (vc-rcs-registered): Doc fix.
18179 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18181         * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
18183         * vc-hooks.el: vc-registered has been renamed
18184         vc-default-registered.  Some functions have been moved to the
18185         backend specific files.  they all support the
18186         vc-BACKEND-registered functions.
18188 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
18190         * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
18192         * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
18194 2000-09-04  Dave Love  <fx@gnu.org>
18196         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
18197         menu-bar-update-hook.
18199         * help.el (help-manyarg-func-alist): Add
18200         find-operation-coding-system.
18202         * wid-edit.el (widget-sexp-validate): Fix garbled code.
18204         * custom.el (custom-set-variables): Print message about errors in
18205         setting.
18207 2000-09-03  Andrew Innes  <andrewi@gnu.org>
18209         * makefile.w32-in: Change to DOS line endings.
18211 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
18213         * mouse.el (mouse-popup-menubar): Supply the prompt string for
18214         minor-mode keymaps, if they don't have one.
18216 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
18218         * eshell/esh-module.el (eval-when-compile): Don't lose if
18219         esh-module.el's file name is truncated to DOS 8+3 limits.
18221 2000-09-01  John Wiegley  <johnw@gnu.org>
18223         * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
18224         predicate, which caused entries in the completion list to be
18225         doubled.
18227 2000-08-30  John Wiegley  <johnw@gnu.org>
18229         * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
18230         sending to subprocesses.  Also, hook pre-command-hook if
18231         `eshell-send-direct-to-subprocesses' is non-nil.
18232         (eshell-send-direct-to-subprocesses): New config variable.  If t,
18233         subprocess input is send immediately.
18234         (eshell-toggle-direct-send): New function.
18235         (eshell-self-insert-command): New function.
18236         (eshell-intercept-commands): New function.
18237         (eshell-send-input): If direct subprocess sending is enabled,
18238         don't echo any input to the Eshell buffer.  Let the subprocess
18239         handle that.  This requires "stty echo" in bash, for example.
18241 2000-08-28  John Wiegley  <johnw@gnu.org>
18243         * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
18244         completion function for Eshell's implementation of `unset'.
18246 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
18248         * info.el (Info-directory-list): Doc fix.
18250 2000-08-31  Peter Breton  <pbreton@ne.mediaone.net>
18252         * filecache.el (file-cache-add-directory-using-find): Don't quote
18253         wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
18255 2000-08-31  Kenichi Handa  <handa@etl.go.jp>
18257         * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
18258         coding systems.
18260 2000-08-30  Andrew Innes  <andrewi@gnu.org>
18262         * timer.el (run-with-idle-timer): Undo last change, so that timer
18263         is not activated immediately if Emacs is already idle.  Some
18264         existing code relies on this behaviour.
18266 2000-08-30  Miles Bader  <miles@gnu.org>
18268         * frame.el (set-frame-font): Do completion of font-name for
18269         interactive use.
18271 2000-08-30  Kenichi Handa  <handa@etl.go.jp>
18273         * international/quail.el (quail-start-translation): Bind locally
18274         last-command-event, last-command, and this-command.
18275         (quail-start-conversion): Likewise.
18276         (quail-self-insert-command): Fix docstring.
18278 2000-08-29  Gerd Moellmann  <gerd@gnu.org>
18280         * progmodes/executable.el
18281         (executable-make-buffer-file-executable-if-script-p): Check that
18282         buffer contains at least 2 characters.
18284 2000-08-29  Eli Zaretskii  <eliz@is.elta.co.il>
18286         * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
18288 2000-08-29  Dave Love  <fx@gnu.org>
18290         * diff-mode.el (diff-mode) <defgroup>: Add :version.
18291         (diff-mode-shared-map): Bind mouse-2.
18292         (diff-imenu-generic-expression): New variable.
18293         (diff-mode): Use it.
18295         * mouse.el (mouse-major-mode-menu): Use local-key-binding.
18296         (mouse-popup-menubar): Add minor mode menus.
18297         (popup-menu): Check for lookup-key returning number.
18299 2000-08-29  Miles Bader  <miles@gnu.org>
18301         * comint.el (comint-send-input): Create overlays using the proper
18302         front/read-advance arguments.
18304 2000-08-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
18306         * ps-print.el: Even/odd pages printing.  Doc fix.
18307         (ps-print-version): New version number (6.0).
18308         (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
18309         (ps-background, ps-begin-file, ps-begin-job): Code fix.
18310         (ps-print-duplex-feature): Variable eliminated.
18311         (ps-even-or-odd-pages): New variable.
18313         * progmodes/ebnf2ps.el: Doc fix.
18314         (ebnf-version): New version (3.3).
18315         (ebnf-user-arrow): Change variable customization to sexp.
18316         (ebnf-user-arrow): Function eliminated.
18317         (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
18319 2000-08-29  Kenichi Handa  <handa@etl.go.jp>
18321         * help.el (help-xref-mule-regexp): New variable.
18322         (help-make-xrefs): Handle help-xref-mule-regexp.
18324         * international/mule-cmds.el (help-xref-mule-regexp-template): New
18325         variable.
18326         (describe-input-method): Temporarily activate the specfied input
18327         method to display the information.
18328         (describe-language-environment): Hyperlinks to mule related items.
18330         * international/mule-diag.el (charset-multibyte-form-string): New
18331         function.
18332         (list-character-sets-1): Use charset-multibyte-form-string.
18333         (describe-character-set): New function.
18334         (describe-coding-system): Hyperlinks to safe character sets.
18336         * international/quail.el (quail-help): New arg PACKAGE.
18337         Hyperlinks to mule related items.
18338         (quail-help-insert-keymap-description): Use
18339         substitute-command-keys instead of describe-bindings.
18340         (quail-translation-help): Hyperlinks to mule related items.
18342 2000-08-28  John Wiegley  <johnw@gnu.org>
18344         * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
18345         have a defsubst call itself.  Made `eshell-flatten-list' back into
18346         a function again.
18348         * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
18349         catch, in case re-centering point at bottom messes up the display.
18350         This happens frequently in Emacs 21, due I believe to variable
18351         line heights.
18353         * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
18354         to call `find-tag-interactive'.
18356         * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
18357         the list of remember directories.
18359 2000-08-28  John Wiegley  <johnw@gnu.org>
18361         * align.el: Test align-region-separate to see if it's a symbol.
18363 2000-08-28  John Wiegley  <johnw@gnu.org>
18365         * eshell/esh-util.el (eshell-flatten-list): Made this function
18366         into a defsubst form.  It gets used very frequently, although
18367         calls don't occur all that often.
18369         * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
18370         examining it.
18372         * eshell/esh-cmd.el (eshell-rewrite-while-command):
18373         (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
18374         `eshell-protect'.
18375         (eshell-copy-handles): Created a new macro for duplicating the
18376         current set of open handles.  This is needed by the looping
18377         functions.
18378         (eshell-do-eval): Fixed while and if, so that the eshell-test-body
18379         is not incorrectly stomped on.
18381         * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
18382         declaration for pcomplete-use-paring.
18383         (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
18384         value of eshell-cmpl-use-paring.
18385         * pcomplete.el (pcomplete-use-paring): New config variable, to
18386         indicate whether paring should be used.
18387         (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
18388         completion alternatives that have already been used.
18390         * eshell/esh-mode.el (eshell-repeat-argument): Added function,
18391         bound to C-c C-y, which will repeat the previous N arguments
18392         (based on prefix argument).
18393         (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
18395         * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
18396         if there is no *Help* buffer.  This is for XEmacs, which renames
18397         its help buffers uniquely.  TODO: Find out what the current buffer
18398         name to delete is.
18400         * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
18401         first entry that correlates to a passwd/group number.  Later
18402         entries (used for group/user name aliasing to multiple IDs) are
18403         ignored.
18405         * eshell/em-xtra.el (eshell/expr):
18406         * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
18407         (eshell-grep, eshell/diff, eshell/locate):
18408         * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
18409         argument list, before passing it to the system command.
18411         * eshell/esh-mode.el (eshell-find-tag): Added a special version of
18412         `find-tag' for use at final position in Eshell buffers (which
18413         otherwise triggers an error on Emacs 21).
18414         (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
18415         buffer, if it is currently bound to `find-tag'.
18417         * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
18418         in the list of matched Makefile names.
18419         (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
18420         directory, prefer its contents to Makefile.
18422         * eshell/em-dirs.el (eshell/cd): cd commands that look up
18423         directory parts (like "cd old new", or "cd =regexp"), are now case
18424         sensitive on non-Windows/DOS platforms.
18426         * eshell/esh-mode.el (eshell-parse-command-input): When a user
18427         types RET after an open delimiter (like "), display a message
18428         indicating that Eshell is waiting for the closing delimiter.
18430         * eshell/esh-var.el (eshell/unset): Added a command for unsetting
18431         environment variables.
18433         * eshell/em-unix.el (eshell/diff): Added logic to fail more
18434         gracefully if the user enters incorrect arguments.
18436         * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
18437         Eshell buffers.
18439         * eshell/esh-var.el (eshell-interpolate-variable):
18440         * eshell/esh-mode.el (eshell-move-argument):
18441         * eshell/em-unix.el (eshell-du-sum-directory):
18442         * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
18443         * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
18444         (not (= ...)).
18446         * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
18447         to ensure the `preserve' flag gets propagated when doing recursive
18448         directory copies.
18450 2000-08-28  Stefan Monnier  <monnier@cs.yale.edu>
18452         * eshell/em-hist.el (eshell-put-history, eshell-get-history):
18453         Don't convert \n into \0177 in memory.
18454         (eshell-read-history, eshell-write-history): Convert \n to \0177,
18455         and back again, when reading and writing.
18457 2000-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
18459         * eshell/esh-util.el (eshell-processp): Added to relieve constant
18460         testing of `fboundp' on `processp'.
18462         * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
18463         (eshell/jobs): Don't call process-list if it is not bound.
18464         (eshell-gather-process-output): Support systems where async
18465         subprocesses aren't supported.
18466         (eshell-scratch-buffer, eshell-last-sync-output-start): New
18467         variables.
18469         * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
18470         eshell-do-eval returns t.
18471         (eshell-do-pipelines-synchronously): New defmacro.
18472         (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
18473         when async subprocesses aren't supported.
18474         (eshell-do-eval): Use eshell-processp.  Don't throw eshell-defer
18475         if async subprocesses aren't supported.
18476         (eshell-resume-command): Don't assume STATUS is a string.
18478         * eshell/em-unix.el (eshell/rm): Use eshell-processp.
18480         * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
18481         (eshell-close-target, eshell-get-target): Use eshell-processp.
18482         (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
18483         fix.
18484         (eshell-get-target, eshell-create-handles): Doc fix.
18486 2000-08-28  Miles Bader  <miles@lsi.nec.co.jp>
18488         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
18489         criterion to include commands that output something, as long as it
18490         leaves both the command and the end-of-buffer visible when the
18491         command has exited.
18492         (eshell-review-quick-commands): Adjust the help doc string
18493         accordingly.
18495 2000-08-28  Peter Breton  <pbreton@ne.mediaone.net>
18497         * locate.el (locate): Cleaned up locate command's interactive prompting
18498         Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
18500         * filecache.el (file-cache-case-fold-search): New variable
18501         (file-cache-assoc-function): New variable
18502         (file-cache-minibuffer-complete): Use file-cache-assoc-function.
18503         Use file-cache-case-fold-search variable
18504         (file-cache-add-file): Use file-cache-assoc-function
18505         (file-cache-delete-file): likewise
18506         (file-cache-directory-name): likewise
18507         (file-cache-debug-read-from-minibuffer): likewise
18509 2000-08-28  Gerd Moellmann  <gerd@gnu.org>
18511         * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
18512         (abbrev-table-name): New function.
18513         (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
18514         If non-nil list local abbrev, only.
18516 2000-08-28  Stanislav Shalunov  <shalunov@internet2.edu>
18518         * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
18519         from Gnus support code, and use special article copy buffer
18520         `(gnus-original-article-buffer)' instead.  This allows to get rid
18521         of article-hide-headers usage (which breaks in the latest Gnus
18522         version).  Thanks to Detlev Zundel.
18524 2000-08-28  Kenichi Handa  <handa@etl.go.jp>
18526         * international/quail.el (quail-use-package): Hide "... loaded"
18527         message.
18528         (quail-start-translation, quail-start-conversion): Likewise.
18530         * international/kkc.el (kkc-region): Hide "... loaded" message.
18532 2000-08-27  Dave Love  <fx@gnu.org>
18534         * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
18536 2000-08-27  Miles Bader  <miles@gnu.org>
18538         * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
18540 2000-08-27  Kenichi Handa  <handa@etl.go.jp>
18542         * international/ja-dic-cnv.el (skkdic-convert): Insert (require
18543         'ja-dic-cnv), not (require 'skkdic-cnv).
18545 2000-08-26  Miles Bader  <miles@gnu.org>
18547         * faces.el (face-x-resources): Add entry for :inherit.
18548         * cus-face.el (custom-face-attributes): Add support for :inherit
18549         attribute.  Add support for relative face heights.
18550         (custom-face-attributes-get): Treat `nil' as being a default value
18551         for :inherit (as well as `unspecified').
18553         * faces.el (set-face-attribute): Update doc string.
18554         (face-attribute-name-alist): Add :inherit.
18555         (face-valid-attribute-values): Handle :inherit.
18556         (face-read-string): Rephrase prompt to be less confusing.
18557         Assume that DEFAULT is a string, since we must return a string.
18558         (face-read-integer): Use `format' to turn DEFAULT into an
18559         acceptable default for face-read-string.  Match NEW-VALUE against
18560         the string "unspecified", not the symbol `unspecified', since
18561         that's what face-read-string returns.
18562         (read-face-attribute): Lookup a name for old-value in valid, and
18563         use it as a default if we find one.  Treat all values from
18564         face-read-string as strings.  If the default is used, don't do any
18565         more processing on the value, just use the old value directly.
18566         (read-face-and-attribute, modify-face): Tweak prompt.
18567         (read-face-name): Don't assume prompt ends with a space.
18569         * faces.el (describe-face): Add support for :inherit attribute.
18571 2000-08-25  Kenichi Handa  <handa@etl.go.jp>
18573         * terminal.el (terminal-emulator): Fix args to `concat'.  Now
18574         concat doesn't accept interger.
18576         * international/kkc.el: Remove SKK from Keywords.  Require
18577         ja-dic-utl instead of skkdic-utl.
18579         * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
18580         Provide ja-dic-cnv instead of skkdic-cnv.
18581         (ja-dic-filename): Renamed from skkdic-filename.  Referers changed
18582         (iso-2022-7bit-short): Add safe-charsets property.
18583         (skkdic-convert-postfix): Search Japanese chou-on character in
18584         addition to Hiragana character.
18585         (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
18586         (skkdic-convert): Change file names from skkdic.el to ja-dic.el
18587         (batch-skkdic-convert): Likewise.
18589         * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
18590         Provide ja-dic-utl instead of skkdic-utl.
18591         (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
18593 2000-08-24  Dave Love  <fx@gnu.org>
18595         * disp-table.el (standard-display-default): Make the test of `l'
18596         useful.
18598         * language/european.el ("Latin-8", "Latin-9"): Add input methods,
18599         mod sample text.
18601         * international/iso-ascii.el: Make pilcrow convenient string
18602         consistent with section.
18603         (iso-ascii-display): Set up multibyte characters as well as
18604         unibyte.
18606 2000-08-24  Kenichi Handa  <handa@etl.go.jp>
18608         * international/mule-cmds.el (reset-language-environment): Set
18609         default-process-coding-system to '(undecided . iso-latin-1), which
18610         makes process I/O almost consistent with file I/O.   Call this
18611         function when mule-cmds.el[c] is loaded.
18613 2000-08-22  Andrew Innes  <andrewi@gnu.org>
18615         * makefile.w32-in: New file.
18617 2000-08-22  Miles Bader  <miles@lsi.nec.co.jp>
18619         * comint.el (comint-output-filter): Compare end of
18620         comint-last-output-overlay with the start of the newly inserted
18621         text, not the end, when deciding whether to extend it.
18622         Set saved-point's insertion type to advance after insertion.
18624         * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
18625         since this is now done independently of font-lock mode.
18627 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
18629         * server.el (server-kill-new-buffers): New user option.
18630         (server-existing-buffer): New buffer-local variable.
18631         (server-visit-files): When using an existing buffer, set
18632         server-existing-buffer to t.
18633         (server-buffer-done): If server-kill-new-buffers is t, kill the
18634         buffer, unless it was already present before visiting it with
18635         Emacs server.
18637 2000-08-21  Eli Zaretskii  <eliz@is.elta.co.il>
18639         * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
18640         even if the display doesn't support colors: some displays will
18641         support bold/underline faces.
18643 2000-08-21  Gerd Moellmann  <gerd@gnu.org>
18645         * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
18647         * startup.el (command-line): If user's init file had an error,
18648         add explanatory text to *Messages*.
18650 2000-08-21  Kenichi Handa  <handa@etl.go.jp>
18652         * man.el (Man-getpage-in-background): Decode the process output by
18653         the system locale coding system.
18655 2000-08-20  Dave Love  <fx@gnu.org>
18657         * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
18658         Don't test x-popup-menu.
18659         (function) <complete-function>: Complete only fbound symbols.
18660         <validate, value>: New.
18661         (variable) <complete-function>: Complete only bound symbols.
18662         (coding-system): Add :base-only, :complete-function, :validate,
18663         :value, :prompt-match.
18664         (widget-coding-system-prompt-value): Use read-coding-system and
18665         act on :base-only.
18666         (editable-field): Add :help-echo.
18667         (widget-push-button-gui, widget-push-button-cache)
18668         (widget-gui-action, widget-editable-list-gui): COmment out, along
18669         with uses.
18670         (widget-at): Make arg optional.
18671         (widget-echo-help): Adjust for current help-echo calling sequence.
18672         (widget-specify-field, widget-specify-button)
18673         (widget-specify-insert, widget-get-sibling, widget-image-find)
18674         (widget-convert, widget-insert, widget-leave-text)
18675         (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
18676         (widget-setup, widget-field-find, widget-before-change)
18677         (widget-after-change, widget-default-complete)
18678         (widget-default-create, widget-default-delete)
18679         (widget-push-button-value-create, editable-field)
18680         (widget-field-prompt-value, widget-field-validate)
18681         (widget-choice-value-create, widget-choice-action)
18682         (widget-choice-validate, widget-checklist-add-item)
18683         (widget-radio-add-item, widget-radio-chosen)
18684         (widget-radio-value-inline, widget-editable-list-value-create)
18685         (widget-editable-list-entry-create)
18686         (widget-documentation-link-add)
18687         (widget-documentation-string-value-create)
18688         (widget-regexp-validate, widget-file-complete)
18689         (widget-sexp-validate, widget-plist-convert-widget)
18690         (widget-plist-convert-widget, widget-alist-convert-widget)
18691         (widget-alist-convert-widget, widget-color-complete): Simplify,
18692         particularly to avoid bindings which aren't optimized out.
18694         * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
18695         Doc fix.
18696         (down-list, backward-up-list, up-list, kill-sexp)
18697         (backward-kill-sexp, mark-sexp): Make arg optional.
18698         (lisp-complete-symbol): Add optional arg PREDICATE.
18700         * cus-start.el: Add display-buffer-reuse-frames,
18701         file-coding-system-alist.
18703 2000-08-20  Gerd Moellmann  <gerd@gnu.org>
18705         * startup.el (command-line): Clear realized faces after
18706         modifying TTY color mappings.
18708 2000-08-20  Miles Bader  <miles@gnu.org>
18710         * faces.el (face-attr-match-p): Don't return true if ATTRS are
18711         merely a subset of FACE's attributes.
18713 2000-08-19  Miles Bader  <miles@gnu.org>
18715         * comint.el (comint-output-filter): Save the point with a marker,
18716         not just a buffer position.
18718         * international/mule.el (set-buffer-process-coding-system): Make
18719         interactive prompt less confusing.
18721 2000-08-19  Gerd Moellmann  <gerd@gnu.org>
18723         * hilit-chg.el: General cleanup of doc strings, comments and
18724         code formatting.
18726 2000-08-19  Miles Bader  <miles@gnu.org>
18728         * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
18729         Compiler macro removed; beginning-of-line is no longer always
18730         equivalent to forward-line, in the presence of fields.
18732         * comint.el (comint-output-filter): Remove ad-hoc saving of
18733         restriction, and just use save-restriction, now that it works
18734         correctly.  Don't adjust comint-last-input-start to account for
18735         our insertion; it shouldn't have moved because we don't use
18736         insert-before-markers anymore.  Comment out call to
18737         `force-mode-line-update'; why is it here?
18739         * gud.el (gud-basic-call): Temporarily widen gud comint buffer
18740         while checking for prompt to delete.  Use `forward-line 0'
18741         instead of beginning-of-line.
18742         (gud-filter): Temporarily widen gud comint buffer while
18743         examining output.
18745 2000-08-18  Stefan Monnier  <monnier@cs.yale.edu>
18747         * progmodes/sh-script.el: Big bag of typos.
18749         * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
18750         check since ispell-process is not bound when ispell is not yet loaded.
18752 2000-08-18  Dave Love  <fx@gnu.org>
18754         * image.el (find-image): Copy `spec' before using plist-put.
18756 2000-08-18  Gerd Moellmann  <gerd@gnu.org>
18758         * textmodes/ispell.el (ispell-dictionary-alist-6): Add
18759         `portugues'.
18761         * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
18762         backward-kill-sexp, analogous to kill-sexp.
18764         * progmodes/icon.el (icon-indent-line)
18765         (icon-is-continuation-line): Handle comments specially.
18767 2000-08-17  Ken Stevens <k.stevens@ieee.org>
18769         * ispell.el: Set to standard author/maintainer/keyword fields.
18770         Fine tuning to menu map appearance and operation, and added help.
18771         Remove `start' and `end' error messages when compiling.
18772         (ispell-choices-win-default-height): Fixed comment string.
18773         (ispell-dictionary-alist-1): Fixed regexp in castellano and
18774         castellano8 dictionaries.
18775         (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
18776         (ispell-dictionary-alist-4): Fixed regexp in francais-tex
18777         dictionary, added italiano dictionary.
18778         (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
18779         word character
18780         (ispell-tex-skip-alists): Added psfig support.
18781         (ispell-skip-html): Renamed from ispell-skip-sgml.
18782         (ispell-begin-skip-region-regexp, ispell-skip-region)
18783         (ispell-minor-check): Improved html skipping support to skip across
18784         code, and recognize `&' commands without propper `;' syntax;
18785         (ispell-process-line): Fix alignment error when manually
18786         correcting spelling.
18787         (ispell): Fix comment string.
18788         (ispell-add-per-file-word-list): Always put word list on new line.
18790 2000-08-17  Gerd Moellmann  <gerd@gnu.org>
18792         * format.el (format-encode-run-method): Fix error message to say
18793         `encode' instead of `decode'.  Use save-window-excursion around
18794         shell-command-on-region as in format-decode-run-method because
18795         shell-command-on-region can display a buffer with error output.
18796         (format-decode): Don't record undo information for the decoding.
18797         (format-annotate-function): Add parameter FORMAT-COUNT.  Make
18798         that number part of the temporary buffer name so that more than
18799         one decoding using a temporary buffer can happen safely.
18801         * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
18802         of `A-z' in the regexp.
18804         * hilit-chg.el: Fix typos in commentary.
18806         * help.el (view-emacs-news): Rewritten for new naming scheme
18807         for old NEWS files.
18809         * startup.el (command-line): Pop to *Messages* in case an error
18810         is signaled while loading user-init-file.
18812 2000-08-17  Andreas Schwab  <schwab@suse.de>
18814         * files.el (insert-directory): Don't lose original file name,
18815         undoing an undocumented change.
18817 2000-08-17  Alex Schroeder  <alex@gnu.org>
18819         * sql.el (sql-magic-go): Use comint-bol.
18820         (sql-copy-column): Use comint-line-beginning-position.
18821         (comint-line-beginning-position): Define a replacement for
18822         comint-line-beginning-position if it is not fboundp.
18824 2000-08-17  Alex Schroeder  <alex@gnu.org>
18826         * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
18827         it didn't have any effect anyway.
18829 2000-08-17  Alex Schroeder  <alex@gnu.org>
18831         * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
18832         --pset and pager=off instead of sending \\o|cat at the beginning
18833         of the session.
18835 2000-08-17  Miles Bader  <miles@gnu.org>
18837         * progmodes/octave-inf.el: Add compatibility definition of
18838         comint-line-beginning-position.
18840 2000-08-17  Kenichi Handa  <handa@etl.go.jp>
18842         * startup.el (normal-top-level): Look in each dir in load-path for
18843         a leim-list.el file too.  This assures of loading leim-list.el
18844         that is created at Emacs installation time even if a user have his
18845         own leim-list.el.
18847 2000-08-17  Miles Bader  <miles@gnu.org>
18849         * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
18850         foreground color to black if the background is dark.
18852 2000-08-16  Stefan Monnier  <monnier@cs.yale.edu>
18854         * loadhist.el (unload-feature): Typo.
18856         * finder.el (finder-compile-keywords):
18857         * cus-dep.el (custom-make-dependencies): Add local-variable settings
18858         to the generated file.
18860         * mail/mh-e.el (mh-make-local-vars):
18861         Replace make-variable-buffer-local with make-local-variable.
18863         * play/landmark.el:
18864         * options.el (Edit-options-{set,toggle,t,nil}):
18865         * mail/mailabbrev.el (mail-abbrevs-mode):
18866         * textmodes/tex-mode.el (tex-expand-files):
18867         * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
18869         * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
18871         * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
18872         (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
18873         Allow going past the last element.
18874         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
18875         (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
18876         (cvs-mouse-toggle-mark): Don't move point.
18877         (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
18879         * progmodes/compile.el (grep): Provide a default set of files.
18880         (next-error): Docstring fix.
18881         (compilation-find-file): Avoid find-file (fails in a dedicated window).
18883         * emacs-lisp/easy-mmode.el (define-minor-mode):
18884         Use `symbol-value' to keep the byte-compiler quiet.
18886         * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
18887         (diff-find-source-location): New fun, extracted from diff-goto-source.
18888         (diff-goto-source): Use it.
18889         (diff-next-complex-hunk, diff-filter-lines): New function.
18890         (diff-apply-hunk): New command.
18892         * smerge-mode.el (smerge-mode-menu): Doc fix.
18894         * msb.el (msb-mode): Define it in terms of define-minor-mode.
18896 2000-08-16  Dave Love  <fx@gnu.org>
18898         * windmove.el (windmove) <defgroup>: Add :version.
18900         * net/goto-addr.el: Don't require browse-url.  Require thingatpt.
18901         (goto-address-fontify-p, goto-address-highlight-p)
18902         (goto-address-url-face, goto-address-url-mouse-face)
18903         (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
18904         (goto-address-url-regexp): Use thing-at-point-url-regexp.
18905         (goto-address-fontify, goto-address-at-mouse): Simplify,
18906         (goto-address-at-point): browse-url-url-at-point,
18907         goto-address-find-address-at-point can return nil.
18908         (goto-address-find-address-at-point): Return nil on failure.
18910         * align.el (align) <defgroup>: Add :version.
18912         * calculator.el (calculator): Add :version.
18913         (calculator): Use two lines for calculator window if `modeline'
18914         face is boxed.
18916         * play/5x5.el: Doc fixes.
18917         (5x5) <defgroup>: Add :version.
18919         * play/fortune.el (fortune) <defgroup>: Add :version.
18920         (fortune-append): Fix error message.
18921         (fortune-from-region): Doc fix.
18923         * play/pong.el (pong): Doc fix.
18925         * play/morse.el: Keywords, commentary, autoloads.
18927 2000-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
18929         * desktop.el (desktop-save): Don't look at symbol-value of a
18930         member of minor-mode-alist, unless it is boundp.
18932 2000-08-16  Sam Steingold  <sds@gnu.org>
18934         * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
18935         `while'; use `with-current-buffer' instead of `save-excursion'.
18936         Removed unnecessary kludges now that "*Buffer List*" is excluded.
18938 2000-08-16  Kenichi Handa  <handa@etl.go.jp>
18940         * international/ccl.el (declare-ccl-program): Docstring modified.
18941         (ccl-execute-with-args): Likewise.
18943 2000-08-16  Miles Bader  <miles@gnu.org>
18945         * progmodes/sql.el: Add compatibility definition of
18946         comint-line-beginning-position.
18948 2000-08-15  Gerd Moellmann  <gerd@gnu.org>
18950         * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
18951         'buffer-menu' property.
18952         (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
18953         fails.
18954         (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
18955         buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
18956         wasn't killed.
18958         * buff-menu.el (list-buffers-noselect): Don't display the
18959         *Buffer List* buffer.
18961         * font-lock.el: Require jit-lock to prevent a very late
18962         `Loading jit-lock' message.
18964         * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
18965         * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
18966         mail address.
18968 2000-08-15  Miles Bader  <miles@gnu.org>
18970         * textmodes/ispell.el (ispell-graphic-p): New constant.
18971         (ispell-choices-win-default-height, ispell-help): Use
18972         `ispell-graphic-p' instead of `xemacsp'.
18974 2000-08-15  Dave Love  <fx@gnu.org>
18976         * simple.el: Autoload widget-convert when compiling.
18977         (mail-user-agent): Doc fix.
18979         * help.el (function-called-at-point, variable-at-point): Use
18980         with-syntax-table.
18981         (help-manyarg-func-alist): Add insert-and-inherit.
18983         * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
18985         * delsel.el (delsel-unload-hook): New function.
18987         * find-file.el: Doc fixes.  Move provide to end.
18988         (ff) <defgroup>: Add :link.
18989         (ff-goto-click): Deleted.
18990         (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
18991         Use mouse-set-point.
18993         * textmodes/tildify.el: Doc fixes.
18994         (tildify) <defgroup>: Add:version.
18996         * progmodes/glasses.el (glasses) <defgroup>: Add :version.
18997         (glasses-custom-set): Use set-default, not set.
18998         (minor-mode-alist): Propertize the lighter.
18999         (glasses-mode): Provide optional arg.
19001         * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
19002         (global-cwarn-mode): Don't make it a user option.  Unquote lambda.
19003         (cwarn-font-lock-feature-keywords-alist): Don't make it a user
19004         option.  Provide :type.
19005         (cwarn-configuration): Provide :type.
19006         (cwarn-mode): Doc fix.
19008         * add-log.el (change-log-merge): Doc fix.
19009         (change-log-redate): New command.
19011         * net/browse-url.el (browse-url-filename-alist): Add a clause for
19012         Doze and Dog.
19013         (browse-url): Use dolist, not mapcar.
19014         (browse-url-at-point): Check for null url.
19015         (browse-url-event-buffer, browse-url-event-point): Functions
19016         deleted.
19017         (browse-url-at-mouse, browse-url-netscape): Simplify.
19019         * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
19020         modes.
19021         (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
19022         Fix previous change to mapcan.
19023         (msb--init-file-alist, msb--add-separators)
19024         (msb--make-keymap-menu): Simplify.
19025         (msb--choose-file-menu): Use copy-sequence.
19026         (msb-mode-map): Add title to keymap.
19027         (msb-unload-hook): New function.
19029         * bs.el: Fix indentation.
19030         (bs) <defgroup>: Add :links.
19031         (bs-show): Doc fix.
19032         (bs-apply-sort-faces): Don't use window-system.
19033         (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
19035 2000-08-15  Eli Zaretskii  <eliz@is.elta.co.il>
19037         * calendar/timeclock.el (timeclock-file): Run .timelog through
19038         convert-standard-filename.
19040 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
19042         * emacs-lisp/authors.el: New file.
19044         * paren.el (show-paren-priority): New user option.
19045         (show-paren-function): Set overlay priorities to
19046         show-paren-priority.
19048 2000-08-14  Miles Bader  <miles@gnu.org>
19050         * comint.el (comint-bol): Use `forward-line 0' instead of calling
19051         beginning-of-line with inhibit-field-text-motion bound.
19053 2000-08-14  Gerd Moellmann  <gerd@gnu.org>
19055         * calendar/timeclock.el: New file.
19057 2000-08-14  David Ponce  <david@dponce.com>
19059         * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
19060         `widget-button-click'. so that one can use left mouse button to
19061         click on dialog buttons.
19063 2000-08-14  Emmanuel Briot  <briot@gnat.com>
19065         * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
19066         identifiers, since XML is case sensitive
19068 2000-08-12  Miles Bader  <miles@gnu.org>
19070         * comint.el (comint-output-filter): Don't bother frobbing
19071         window-start, it doesn't seem to be necessary.
19073         * comint.el (comint-send-string, comint-send-region): Make into
19074         real functions.  Snapshot the prompt before sending.
19076 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
19078         * info.el (Info-find-emacs-command-nodes): Rewrite to use
19079         technique similar to Info-index, instead of relying on specific
19080         names of relevant Index nodes.
19081         (Info-goto-emacs-command-node): Bind Info-history to nil when
19082         going to the first node found by Info-find-emacs-command-nodes.
19084 2000-08-11  Eli Zaretskii  <eliz@is.elta.co.il>
19086         * menu-bar.el (menu-bar-help-menu): Add a :help string.
19088 2000-08-10  Miles Bader  <miles@gnu.org>
19090         * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
19092 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
19094         * info.el (Info-file-list-for-emacs): More elements for the
19095         autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
19096         and woman manuals.
19098 2000-08-10  Miles Bader  <miles@lsi.nec.co.jp>
19100         * comint.el (comint-send-input): Make the newline boundary overlay
19101         rear-nonsticky.  Use `insert' instead of `insert-before-markers'.
19102         (comint-output-filter): Use `insert' instead of
19103         `insert-before-markers'.  Extend comint-last-output-overlay when
19104         necessary since we can't rely on insert-before-markers to do it.
19105         * gud.el (gud-filter): Use `with-current-buffer' instead of
19106         save-excursion when inserting the output, so that point gets
19107         updated correctly; the old method relied on a rather dodgy
19108         side-effect of comint-output-filter to avoid the effect of
19109         save-excursion.
19111 2000-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
19113         * files.el (recover-file): Call insert-directory instead of
19114         invoking `ls' directly.
19116 2000-08-10  Miles Bader  <miles@gnu.org>
19118         * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
19119         (comint-last-prompt-overlay): New variables.
19120         (comint-output-filter): Implement prompt highlighting.
19121         (comint-snapshot-last-prompt): New function.
19122         (comint-send-input): Snapshot the last prompt.
19123         Use comint-highlight-input-face.
19124         (comint-highlight-input-face): Renamed from `comint-highlight-face'.
19125         Use defface instead of defcustom.
19126         (send-invisible, comint-send-eof): Snapshot the last prompt.
19127         (comint-delchar-or-maybe-eof): Use comint-send-eof.
19128         (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
19130 2000-08-09  Stefan Monnier  <monnier@cs.yale.edu>
19132         * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
19133         (regexp-opt-group): Use a list of chars for `letters'.
19134         (regexp-opt-charset): `chars' is now a list of chars.
19135         Use a char-table rather than a vector so it works for multibyte chars.
19137         * pcvs.el (cvs-menu): Don't move point.  Use popup-menu.
19138         Set cvs-minor-current-files to the selected fileinfo.
19139         (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
19140         (cvs-mode-insert): Manually macroexpand `ignore-errors'.
19142 2000-08-09  Eli Zaretskii  <eliz@is.elta.co.il>
19144         * files.el (insert-directory): Don't call access-file on
19145         directories on DOS and Windows.
19147 2000-08-09  Kenichi Handa  <handa@etl.go.jp>
19149         * international/ccl.el (ccl-embed-data): Make ccl-program-vector
19150         longer if necessary.
19151         (ccl-embed-code): Call ccl-embed-data to store CODE in
19152         ccl-program-vector.
19154 2000-08-09  Miles Bader  <miles@gnu.org>
19156         * comint.el (comint-output-filter): Properly handle the case where
19157         the text surrounded by comint-last-output-overlay was deleted.
19159 2000-08-08  Gerd Moellmann  <gerd@gnu.org>
19161         * info.el (Info-insert-dir): Use Info-additional-directory-list if
19162         non-nil.
19163         (Info-file-list-for-emacs): Remove "info" from the list because
19164         that leads to trying to use the documentation from file `info'
19165         in various situations where it isn't appropriate, for instance
19166         C-h C-k C-h i.
19168         * ffap.el (ffap-read-file-or-url-internal): Handle case that
19169         DIR and/or STRING are nil.
19171         * progmodes/compile.el (compilation-setup): Make variable
19172         compilation-error-screen-columns buffer-local, as some comment
19173         in the code suggests it should be.
19175         * files.el (auto-mode-interpreter-regexp): New variable.
19176         (set-auto-mode): Use it.
19178         * indent.el (indent-for-tab-command): Doc fix.
19180         * mouse-sel.el (mouse-sel-mode): Doc fix.
19182         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
19183         labels.
19185         * help.el (print-help-return-message): When
19186         display-buffer-reuse-frames is set, let the help window been quit,
19187         instead of deleting it, which might delete a reused frame.
19189 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
19191         * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
19192         rename a directory to a name that differs only by its letter case.
19194 2000-08-08  Kenichi Handa  <handa@etl.go.jp>
19196         * international/quail.el (quail-define-rules): Handle Quail decode
19197         map correctly.  Add code for supporting annotations.
19198         (quail-install-decode-map): New function.
19199         (quail-defrule-internal): New optional arguments decode-map and
19200         props.
19201         (quail-advice): New function.
19203 2000-08-07  Sam Steingold  <sds@gnu.org>
19205         * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
19206         `defconst', `define-condition', `with-slots'.
19207         * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
19209 2000-08-03  Miles Bader  <miles@gnu.org>
19211         * comint.el (comint-use-prompt-regexp-instead-of-fields):
19212         New variable.
19213         (comint-prompt-regexp, comint-get-old-input): Document dependence on
19214         comint-use-prompt-regexp-instead-of-fields.
19215         (comint-send-input): Add `input' field property to stuff we send to
19216         the process, if comint-use-prompt-regexp-instead-of-fields is nil.
19217         (comint-output-filter): Add `output' field property to process
19218         output, if comint-use-prompt-regexp-instead-of-fields is nil.
19219         (comint-replace-by-expanded-history)
19220         (comint-get-old-input-default, comint-show-output)
19221         (comint-backward-matching-input, comint-forward-matching-input)
19222         (comint-next-prompt, comint-previous-prompt):  Use field
19223         properties if comint-use-prompt-regexp-instead-of-fields is nil.
19224         (comint-line-beginning-position): New function.
19225         (comint-bol): Use comint-line-beginning-position.  Make ARG optional.
19226         (comint-replace-by-expanded-history-before-point): Use
19227         comint-line-beginning-position and line-end-position.
19228         (comint-last-output-overlay): New variable.
19229         (comint-mode): Make `comint-last-output-overlay' buffer-local.
19231         * shell.el (shell-prompt-pattern): Doc change.
19232         (shell-backward-command): Use line-beginning-position.
19234         * gud.el (gud-gdb-complete-command): Use
19235         comint-line-beginning-position.
19237         * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
19238         comint-bol doesn't actually go to the beginning of the line.
19240         * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
19241         if comint-use-prompt-regexp-instead-of-fields is non-nil.
19242         (try-expand-line-all-buffers): Likewise.
19244         * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
19245         explicitly matching comint-prompt-regexp.
19246         (sql-copy-column): Use comint-line-beginning-position instead of
19247         explicitly matching comint-prompt-regexp.
19249         * progmodes/octave-inf.el (inferior-octave-complete): Use
19250         comint-line-beginning-position.
19252         * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
19254         * progmodes/idlw-shell.el (idlwave-shell-send-command): When
19255         looking for a prompt, use `forward-line 0' instead of
19256         `beginning-of-line', to avoid getting caught by an input field.
19258 2000-08-07  Gerd Moellmann  <gerd@gnu.org>
19260         * files.el (shell-quote-wildcard-pattern): Make sure to return
19261         PATTERN, in the Unix case.
19263 2000-08-07  Eli Zaretskii  <eliz@is.elta.co.il>
19265         * play/zone.el (zone): Discard any pending input before running
19266         the randomly-chosen pgm.
19268 2000-08-07  Kenichi Handa  <handa@etl.go.jp>
19270         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
19271         checking the existence of any multibyte characters.
19273 2000-08-06  Gerd Moellmann  <gerd@gnu.org>
19275         * help.el (describe-mode): Test minor-mode symbol for being
19276         bound before testing its value for being nil.
19278         * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
19279         `first', `second', and `third'.
19281         * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
19282         (second): Make it an alias for `cadr'.
19284 2000-08-06  Eli Zaretskii  <eliz@is.elta.co.il>
19286         * bs.el (bs-apply-sort-faces): Don't use window-system, since all
19287         types of display support faces now.
19289 2000-08-05  Gerd Moellmann  <gerd@gnu.org>
19291         * pcvs.el (require): Require `cl' during compilation, only.
19293         * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
19294         (toplevel): Remove `remq' and `remove' from autoloads.
19295         (cl-fake-autoloads): New variable.  If set, arrange for an error
19296         when CL functions etc. are autoloaded.
19298 2000-08-04  Eli Zaretskii  <eliz@is.elta.co.il>
19300         * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
19302         * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
19303         popped up, but the user clicks outside the menu, return an empty
19304         regexp (that causes unhighlight-regexp to have no effect).
19306         * menu-bar.el (menu-bar-games-menu): Add Zone.
19308         * hi-lock.el (toplevel): Require font-lock.
19310 2000-08-03  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
19312         * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
19313         (ebnf-8-bit-chars): New var for bug fix.
19314         (ebnf-string): Bug fix.
19316 2000-08-03  Sam Steingold  <sds@gnu.org>
19318         * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
19319         instead of `buffer-string'.
19320         (require 'cl): Always, not just when compiling.
19321         `ignore-errors' in `interactive', `list*', `defun*' &c make this
19322         necessary.
19324 2000-08-03  Eli Zaretskii  <eliz@is.elta.co.il>
19326         * international/mule-cmds.el (select-safe-coding-system): Make
19327         the message text about selecting a safe coding system more clear.
19329 2000-08-02  Gerd Moellmann  <gerd@gnu.org>
19331         * hi-lock.el: New file.
19333         * play/zone.el: New file.
19335         * replace.el (occur): Set tab-width in the *Occur* buffer to the
19336         value of tab-width in the original buffer.  Choose a line number
19337         format that's a multiple of the original buffer's tab width, so
19338         that lines appear right.
19340         * textmodes/ispell.el (ispell): New function, replacing an alias.
19341         Spell-check active region if in transient-mark-mode and mark
19342         is active; otherwise spell-check buffer.
19344 2000-08-02  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
19346         * ps-mule.el: Fix a customization problem on
19347         ps-mule-font-info-database-default.
19349 2000-08-02  Eli Zaretskii  <eliz@is.elta.co.il>
19351         * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
19352         display-mouse-p instead of window-system.
19353         (ebrowse-member-mode-map): Ditto.
19355 2000-08-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
19357         * progmodes/ebnf2ps.el: Update ps-print functions call.
19358         Indentation fix.  Doc fix.
19359         (ebnf-version): New version number (3.2).
19360         (ebnf-format-color, ebnf-begin-job): Code fix.
19362 2000-08-01  Eli Zaretskii  <eliz@is.elta.co.il>
19364         * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
19365         font lock support on window-system.
19366         (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
19368         * textmodes/ispell.el (ispell-highlight-spelling-error): Use
19369         display-color-p, if fboundp, instead of window-system.
19371 2000-07-31  Eli Zaretskii  <eliz@is.elta.co.il>
19373         * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
19374         instead of window-system.
19376         * wid-edit.el (widget-choose): Use display-mouse-p instead of
19377         window-system.
19378         (widget-choice-mouse-down-action): Use display-popup-menus-p
19379         instead of window-system.
19381         * strokes.el (strokes-file): Run the file name through
19382         convert-standard-filename.
19383         (strokes-mode): Call display-mouse-p instead of looking at
19384         window-system.  Change the error message accordingly.
19386         * progmodes/cpp.el (toplevel): Support faces on tty's.
19388         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
19389         (lm-plot-square, lm-init-display): Don't use window-system.
19391         * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
19392         (gomoku-plot-square, gomoku-init-display): Don't use window-system.
19394         * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
19395         instead of looking at window-system.
19397 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
19399         * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
19400         of testing if iswitchb-prepost-hooks is bound, because the
19401         latter will always be true when invoking a recursive minibuffer
19402         from an active Iswitchb buffer.
19404 2000-07-30  Eli Zaretskii  <eliz@is.elta.co.il>
19406         * files.el (shell-quote-wildcard-pattern): New function.
19407         (insert-directory): Call it.  Only prepend "\" to command on Unix
19408         and GNU/Linux systems.
19410 2000-07-30  Gerd Moellmann  <gerd@gnu.org>
19412         * eshell/esh-groups.el: Change custom :link file names
19413         from `eshell.info' to `eshell'.
19415 2000-07-30  Francis Wright  <fjw@maths.qmw.ac.uk>
19417         * dired.el (dired-build-subdir-alist): Expand subdirectory names
19418         correctly in recursive ange-ftp listings.
19420 2000-07-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
19422         * ps-print.el: Fix bug 1: if ps-font-size-internal,
19423         ps-header-font-size-internal and
19424         ps-header-title-font-size-internal variables are not set,
19425         ps-nb-pages and ps-line-lengths-internal crashes.  Fix bug 2: if
19426         face text property is (foreground-color . COLOR) or
19427         `(background-color . COLOR)', ps-print crashes.  Doc fix.
19428         (ps-print-version): New version number (5.2.4).
19429         (ps-plot-region): Code fix.
19430         (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
19431         (ps-face-attribute-list, ps-face-attributes, ps-face-background):
19432         Bug fix 2.
19434 2000-07-30  Milan Zamazal  <pdm@freesoft.cz>
19436         * glasses.el (glasses-make-readable): Fix uncapitalization of
19437         identifiers like `myXMLDocument'.
19439 2000-07-28  Karl Fogel  <kfogel@red-bean.com>
19441         * mail/mail-hist.el (mail-hist-previous-input)
19442         (mail-hist-next-input): Do the obvious code factorization.
19443         (mail-hist-retrieve-and-insert): New func, contains common
19444         code of above two.
19445         If inserting a message body, leave point at top.
19447 2000-07-28  Sam Steingold  <sds@gnu.org>
19449         * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
19450         Use `<=', not `<' to compare times!
19451         (ange-ftp-ls): Remove.
19453 2000-07-27  Gerd Moellmann  <gerd@gnu.org>
19455         * play/cookie1.el: Add explanation of how to make cookie.el
19456         compatible with strfile(1) to comment.
19458         * subr.el (remove, remq): New functions.
19460         * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
19461         escape `*' in regexps.
19462         (midnight-find): Reverse order of arguments in the funcall of
19463         TEST.
19465         * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
19466         and `.class'.
19468         * play/meese.el: Add Commentary section.
19470 2000-07-27  Alex Schroeder  <alex@gnu.org>
19472         * sql.el (sql-ms): Added autoload cookie.
19473         (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
19474         (sql-oracle): Ditto.
19475         (sql-help): Doc change.
19477         (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
19478         types and exceptions.
19480 2000-07-27  Alex Schroeder  <alex@gnu.org>
19482         * sql.el (sql-placeholder-history): New variable.
19483         (sql-query-placeholders-and-send): New function that will query
19484         the user and replace placeholders with user input.
19485         (sql-oracle): If running on NT, set comint-input-sender to
19486         sql-query-placeholders-and-send.
19488         (sql-stop): If in the SQLi buffer, insert stop notification, else
19489         present it as a message.
19491 2000-07-27  Alex Schroeder  <alex@gnu.org>
19493         * sql.el (sql-input-ring-separator): Doc change.
19494         (sql-input-ring-file-name): Doc change.
19495         (sql-interactive-mode): Use `sql-input-ring-separator' and
19496         `sql-input-ring-file-name' to set the comint-mode equivalents
19497         without making them local variables.
19498         (sql-stop): Don't bind `sql-input-ring-separator' and
19499         `sql-input-ring-file-name' dynamically to their comint-mode
19500         equivalents.
19502 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
19504         * international/mule.el (register-char-codings): New function.
19505         (make-coding-system): Handle `safe-chars' specification in the arg
19506         PROPERTY.
19508         * international/mule-cmds.el
19509         (find-coding-systems-region-subset-p): This function deleted.
19510         (sort-coding-systems-predicate): New variable.
19511         (sort-coding-systems): New function.
19512         (find-coding-systems-region): Use
19513         find-coding-systems-region-internal.
19514         (find-coding-systems-string): Use find-coding-systems-region.
19515         (find-coding-systems-for-charsets): Check
19516         char-coding-system-table.
19517         (select-safe-coding-system-accept-default-p): New variable.
19518         (select-safe-coding-system): Mostly rewritten.  New argument
19519         ACCEPT-DEFAULT-P.
19520         (select-message-coding-system): Call select-safe-coding-system
19521         with ACCEPT-DEFAULT-P arg.
19522         (reset-language-environment): Reset default-sendmail-coding-system
19523         to the default value iso-latin-1.
19524         (set-language-environment): Don't set the obsolete variable
19525         charset-origin-alist.
19527         * international/codepage.el (cp-coding-system-for-codepage-1):
19528         Give `safe-chars' property to make-coding-system.
19530         * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
19531         calling select-message-coding-system twice.
19533         * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
19534         instead of `safe-charsets'.
19535         (cyrillic-alternativnyj): Likewise.
19536         (ccl-encode-alternativnyj): Don't check the charset
19537         cyrillic-iso8859-5.
19539 2000-07-27  Kenichi Handa  <handa@etl.go.jp>
19541         * composite.el (compose-chars-after): Preserve match data.
19543 2000-07-26  Sam Steingold  <sds@gnu.org>
19545         * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
19546         (ange-ftp-real-file-newer-than-file-p): New function.
19547         (ange-ftp-verify-visited-file-modtime): Use `float-time'.
19548         (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
19550         * tooltip.el (tooltip-float-time): Removed (use `float-time').
19551         * midnight.el (midnight-float-time): Ditto.
19553 2000-07-26  Andreas Schwab  <schwab@suse.de>
19555         * files.el (normal-backup-enable-predicate): Correct
19556         interpretation of the return value of compare-strings.
19558 2000-07-26  Gerd Moellmann  <gerd@gnu.org>
19560         * isearch.el (isearch-resume): New function.
19561         (isearch-done): Add something to command-history to resume
19562         the search.
19563         (isearch-yank-line, isearch-yank-word): Use
19564         buffer-substring-no-properties instead of buffer-substring.
19566         * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
19567         of flyspell-mouse-map.
19569         * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
19570         duplicate definition.
19571         (makefile-mode): Remove duplicate setting of local-abbrev-table.
19573         * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
19574         (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
19576 2000-07-25  Sam Steingold  <sds@gnu.org>
19578         * net/ange-ftp.el: Get modtime over the net.
19579         (ange-ftp-file-modtime): New function.
19580         (ange-ftp-write-region, ange-ftp-insert-file-contents)
19581         (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
19582         Use it.
19583         (ange-ftp-dot-to-slash): New function.
19584         (ange-ftp-fix-name-for-vms): Use it.
19586         * midnight.el (midnight-buffer-display-time): Use
19587         `with-current-buffer'.
19589 2000-07-25  Gerd Moellmann  <gerd@gnu.org>
19591         * find-dired.el: Update copyright notice.
19592         (find-dired): Offer to kill a running `find'.
19594         * enriched.el (enriched-face-ans): For a `foreground-color'
19595         property, return '(("x-color" COLOR))' so that COLOR will be
19596         output as a parameter of the x-color annotation.  Likewise for the
19597         `background-color' property.  In the case of normal face
19598         properties, don't return annotations for unspecified foreground
19599         and background face attributes.
19601 2000-07-25  Kenichi Handa  <handa@etl.go.jp>
19603         * language/japan-util.el (japanese-katakana-region): Fix handling
19604         HANKAKU argument.
19606 2000-07-25  Miles Bader  <miles@gnu.org>
19608         * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
19609         constrain-to-field.  Pass nil ESCAPE-FROM-EDGE argument to
19610         constrain-to-field.
19612 2000-07-24  Andrew Innes  <andrewi@gnu.org>
19614         * timer.el (timer-activate-when-idle): Add optional parameter
19615         DONT-WAIT.  Update docstring.
19616         (run-with-idle-timer): Specify extra parameter to
19617         timer-activate-when-idle, so that timer will be activated
19618         immediately if Emacs is already idle.
19620         * w32-fns.el (w32-using-nt): Fix docstring.
19622 2000-07-24  Dave Love  <fx@gnu.org>
19624         * mouse.el (popup-menu): Set last-command-event.
19625         (mouse-major-mode-menu-prefix): Declare.
19627 2000-07-24  Gerd Moellmann  <gerd@gnu.org>
19629         * textmodes/flyspell.el: Update to author's version 1.5d.
19631         * progmodes/hideshow.el: Update copyright notice.
19633         * vcursor.el: Set maintainer to FSF, since author cannot
19634         be reached.
19636 2000-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
19638         * info.el (Info-goto-emacs-key-command-node): Leave a space after
19639         the prompt.
19641         * mouse.el (popup-menu): Run the keymap through indirect-function,
19642         in case it was defined with define-prefix-key.  If the menu is a
19643         list of keymaps, look up the binding of user's choice in each one
19644         of the keymaps.
19645         (mouse-popup-menubar): If the global and local menu-bar keymaps
19646         don't have a prompt string, create one and insert it into the
19647         keymap.  Don't barf if current-local-map returns nil.
19649 2000-07-24  Francis Wright  <fjw@maths.qmw.ac.uk>
19651         * dired.el (dired-sort-R-check): Added to allow recursive listing
19652         to be undone.
19653         (dired-sort-other): Use it.
19655 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
19657         * Release of cc-mode 5.27
19659 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
19661         * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
19662         c-beginning-of-statement-1 that caused a bad case of recursion
19663         which could consume a lot of CPU in large classes in languages
19664         that have in-expression classes (i.e. Java and Pike).
19666         * cc-engine.el (c-guess-basic-syntax): Check for in-expression
19667         statements before top level constructs (i.e. case 6 is moved
19668         before case 5 and is now case 4) to catch in-expression
19669         classes in top level expressions correctly.
19671 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
19673         * cc-engine.el (c-guess-basic-syntax): Less naive handling of
19674         objc-method-intro. Case 4 removed and case 5I added.
19676         * cc-langs.el (c-append-paragraph-start): New variable used by
19677         c-common-init to get paragraph-start correct.
19678         * cc-langs.el (c-common-init): Use c-append-paragraph-start to
19679         initialize paragraph-start to make it correct both with and
19680         without the javadoc special case.
19682         * cc-mode.el (java-mode): Use c-append-paragraph-start to
19683         initialize paragraph-start for javadoc markup.
19685         * cc-vars.el (c-style-variables-are-local-p): Incompatible
19686         change by defaulting this to t.  It's motivated by the
19687         confusing behavior that otherwise arise from the style system
19688         when editing both java and non-java files at the same time
19689         (see the comments about style setting in c-common-init).
19691 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
19693         * cc-cmds.el (c-indent-new-comment-line): Added a kludge
19694         similar to the one in c-fill-paragraph to check the fill
19695         prefix from the adaptive fill function for sanity.
19697 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
19699         * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
19700         defun block.
19702 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
19704         * cc-align.el (c-lineup-multi-inher): Handle lines with
19705         leading comma nicely. Extended to handle member initializers
19706         too.
19708         * cc-engine.el: (c-beginning-of-inheritance-list,
19709         c-guess-basic-syntax): Fixed recognition of inheritance lists
19710         when the lines begins with a comma.
19712         * cc-vars.el (c-offsets-alist): Changed default for
19713         member-init-cont to c-lineup-multi-inher since it now handles
19714         member initializers and indents better for leading commas.
19716 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
19718         * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
19719         handling that caused class open lines to be recognized as
19720         statement-conts in some cases.
19722         * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
19723         guessed by the adaptive fill function unless point is on the
19724         first line of a block comment.
19726         * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
19727         when the buffer ends with a macro continuation char.
19729         * cc-engine.el (c-guess-basic-syntax): Added support for
19730         function definitions as statements in Pike.  The first
19731         statement in a lambda block is now labeled defun-block-intro
19732         instead of statement-block-intro.
19734         * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
19735         so that the class surrounding point is selected, not the one
19736         innermost in the state.
19738         * cc-engine.el (c-guess-basic-syntax): Fixed bug in
19739         recognition of switch labels having hanging multiline
19740         statements.
19742         * cc-engine.el (c-beginning-of-member-init-list): Broke out
19743         some code in c-guess-basic-syntax to a separate function.
19744         * cc-engine.el (c-just-after-func-arglist-p): Fixed
19745         recognition of member inits with multiple line arglists.
19746         * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
19747         member-init-cont when the commas are in funny places.
19749 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
19751         * cc-defs.el (c-auto-newline): Removed this macro since it's
19752         not used anymore.
19754         * cc-engine.el (c-looking-at-bos): New helper function.
19755         * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
19756         inexpr and toplevel classes apart in Pike.
19758         * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
19759         of case 9A.
19761         * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
19762         constant, since "class" can introduce an in-expression class
19763         in Pike nowadays.
19765 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
19767         * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
19768         indentation on cpp-macro lines.
19770         * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
19771         a syntax modifier like comment-intro, to make it possible to
19772         get syntactic indentation for preprocessor directives.  It's
19773         incompatible wrt to lineup functions on cpp-macro, but it has
19774         no observable effect in the 99.9% common case where cpp-macro
19775         is set to -1000.
19777 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
19779         * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
19780         member-init-cont when the preceding arglist is several lines.
19782 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
19784         * cc-styles.el (c-style-alist): The basic offset for the BSD
19785         style corrected to 8.
19787 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
19789         * cc-styles.el (c-style-alist): Adjusted the indentation of
19790         brace list openers in the gnu style.
19792 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
19794         * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
19796         * cc-cmds.el (c-electric-brace, c-electric-slash,
19797         c-electric-star, c-electric-semi&comma, c-electric-colon,
19798         c-electric-lt-gt, c-electric-paren): Don't reindent old lines
19799         when c-syntactic-indentation is nil.
19801         * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
19802         we were left at comments preceding the first statement when
19803         reaching the beginning of the buffer.
19805         * cc-vars.el (c-syntactic-indentation): New variable to turn
19806         off all syntactic indentation.
19808 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
19810         * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
19811         between the text and the block comment ender when it hangs,
19812         depending on how many there are before the fill.
19814 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
19816         * cc-engine.el (c-beginning-of-closest-statement): New helper
19817         function to go back to the closest preceding statement start,
19818         which could be inside a conditional statement.
19819         * cc-engine.el (c-guess-basic-syntax): Use
19820         c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
19822         * cc-engine.el (c-guess-basic-syntax): Better handling of
19823         arglist-intro, arglist-cont-nonempty and arglist-close when
19824         the arglist is nested inside parens.  Cases 7A, 7C and 7F
19825         changed.
19827         * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
19828         up-to-date with javadoc 1.2.
19830 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
19832         * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
19833         multiline Pike type decls.
19835 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
19837         * cc-cmds.el (c-indent-new-comment-line): Always break
19838         multiline comments in multiline mode, regardless of
19839         comment-multi-line.
19841 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
19843         * cc-engine.el (c-guess-basic-syntax): Fixed bug with
19844         fully::qualified::names in C++ member init lists.  Preamble in
19845         case 5D changed.
19847 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
19849         * cc-langs.el (c-common-init): Handling of obsolete variables
19850         moved to c-initialize-cc-mode.  More compatible style override
19851         when using global style variables.
19852         * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
19853         variables moved here.
19855         * cc-styles.el (c-make-styles-buffer-local): Flag style
19856         variable localness in c-style-variables-are-local-p to make
19857         the compatibility measure in c-common-init work well.
19859         * cc-styles.el (c-set-style-1): c-special-indent-hook can no
19860         longer contain set-from-style.
19861         * cc-styles.el (c-initialize-builtin-style): Don't check for
19862         set-from-style on c-special-indent-hook.
19863         * cc-styles.el (c-copy-tree): Obsolete.  The standard function
19864         copy-alist is sufficient now.
19866         * cc-styles.el (c-set-style, c-set-style-1,
19867         c-get-style-variables): Fixes to variable initialization so
19868         that duplicate entries in styles have the same effect
19869         regardless of DONT-OVERRIDE.
19871         * cc-styles.el (c-set-style-2): Fixed bug where the
19872         initialization of inheriting styles failed when the
19873         dont-override flag is set.
19875         * cc-vars.el (c-special-indent-hook): Don't use set-from-style
19876         on this.
19878 2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
19880         * cc-defs.el (c-forward-comment): Removed the workaround
19881         introduced in 5.38 since it had worse side-effects.  If a line
19882         contains the string "//\"", it regarded the // as a comment
19883         start since the \ temporarily doesn't have escape syntax.
19885 2000-07-17  Emmanuel Briot  <briot@act-europe.fr>
19887         * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
19888         ada-xref.el before ada-prj.el, so that the Project menu is created
19889         when ada-prj tries to add to it.
19890         (ada-activate-keys-for-case): Suppress the characters that are not
19891         part of the Ada syntax. Better compatibility with else-mode
19892         (ada-adjust-case-interactive): When auto-casing is not active,
19893         correctly insert newlines (used to insert only ^M).  Prevent the
19894         syntax table from being changed in case of an error
19895         (or '_' becomes part of a word and some commands are confused).
19896         Do nothing if ada-auto-case is nil.
19897         (ada-after-keyword-p): Ignore keywords that are also attributes
19898         (ada-batch-reformat): Update usage comment
19899         (ada-call-from-contextual-menu): New function
19900         (ada-case-read-exceptions): Reinitialize the casing exception list
19901         first to nil first, so that the casing exception file can be
19902         shared.
19903         (ada-check-defun-name): Handles "configure" keyword for gnatdist
19904         files.
19905         (ada-compile-goto-error): Fix regexp used to detect a file:line
19906         anywhere in the error message
19907         (ada-contextual-menu-last-point): New variable
19908         (ada-create-keymap): If the variable delete-key-deletes-forward is
19909         t on XEmacs, it means that DEL should delete one character
19910         forward.
19911         (ada-create-menu): Use :included instead of :visible for XEmacs.
19912         New submenu "Options".
19913         (ada-end-stmt-re): Correctly indent "select ... then abort"
19914         statements.
19915         (ada-fill-comment-paragraph): Correctly delete all leading '--'
19916         even if they don't match ada-fill-comment-prefix Fix handling of
19917         paragraphs on the first or last line of a file.
19918         (ada-format-paramlist): Fix handling of default parameter values.
19919         (ada-get-body-name): New function.
19920         (ada-get-current-indent): Optimized by searchling directly for an
19921         existing generic part or a statement outside of it.  Handle
19922         ada-indent-align-comments when indenting comments Replaced some
19923         regexps by testing directly the next character. This results in a
19924         huge speedup on some files.  New indentation scheme for renames
19925         statements.  Stop looking for the 'while' or 'for' associated with
19926         a 'loop' at the first semicolon encountered.  A "return" can also
19927         match an anonymous access subprogram declaration.
19928         (ada-get-indent-noindent): Ignore strings and comments when
19929         looking for the keywords "record" and "private".
19930         (ada-goto-matching-decl-start): When matching "if", make sure we
19931         are not in fact seeing "end if".  Ignore "when" statements except
19932         when initial keyword was "begin".  Fix handling of nested
19933         procedures.  Add a recursive call to this function to skip over
19934         other 'end' statmts.  Fix indentation for "when .. => begin"
19935         (ada-in-open-paren-p): Fix indentation for complex boolean
19936         expressions, where 'and then', 'or else' and parenthesis
19937         statements are mixed up.
19938         (ada-in-paramlist-p): Skip comments while searching for the
19939         beginning Fix handling of operator declarations.
19940         (ada-indent-align-comments): New variable
19941         (ada-indent-current): Change the syntax table only in the
19942         protected section, so that we are sure it is restored correctly.
19943         (ada-indent-on-previous-lines): Use ada-use-indent and
19944         ada-with-indent Correctly indent "select ... then"
19945         (ada-indent-region): Slight speedup.
19946         (ada-indent-renames): New variable.
19947         (ada-last-which-function-subprog, ada-last-which-function-line):
19948         New variables
19949         (ada-looking-at-semi-private): Correctly indent the 'private'
19950         keyword when it is the first word in a package declaration.
19951         (ada-loose-case-word): Stop searching if at the end of the buffer.
19952         (ada-loose-case-word, ada-capitalize-word): Recase the whole word
19953         even if point is not initially at the end of the word.
19954         (ada-matching-decl-start-re): Add "when".
19955         (ada-mode): Add support for abbrev-mode, outline-mode and
19956         which-func-mode Override the old find-file.el entry in
19957         ff-special-constructs since it is using the obsolete
19958         ada-spec-suffix variable
19959         (ada-no-auto-case): New function
19960         (ada-scan-paramlist): When parsing the argument type, accept
19961         spaces (as in "X 'Class", generated by Rational Rose).
19962         (ada-other-file-name): No longer loads the other file.
19963         (ada-popup-menu): Save and restore the current buffer and cursor
19964         position before and after displaying the menu.
19965         (ada-search-ignore-complex-boolean): New function.
19966         (ada-uncomment-region): Emacs21 already knows how to delete
19967         comments not starting in the first column.
19968         (ada-use-indent): New variable
19969         (ada-which-function): New function.
19970         (ada-with-indent): New variable
19971         (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
19972         can be batch-compiled from the command line.
19974         * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
19975         Add to the menu when the file is loaded, not in ada-mode-hook.
19976         Add -toolbar to the default ddd command Switches moved from
19977         ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
19978         ada-prj-default-comp-opt
19979         (ada-add-ada-menu): Remove the map and name parameters Add the Ada
19980         Reference Manual to the menu
19981         (ada-check-current): rewritten as a call to ada-compile-current
19982         (ada-compile): Removed.
19983         (ada-compile-application, ada-compile-current, ada-check-current):
19984         Set the compilation-search-path so that compile.el automatically
19985         finds the sources in src_dir.  Automatic scrollong of the
19986         compilation buffer.  C-uC-cC-c asks for confirmation before
19987         compiling
19988         (ada-compile-current): New parameter, prj-field
19989         (ada-complete-identifier): Load the .ali file before doing
19990         processing
19991         (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
19992         conform to gnatmake's behavior.
19993         (ada-find-file-in-dir): New function
19994         (ada-find-references): Set the environment variables for gnatfind
19995         (ada-find-src-file-in-dir): New function.
19996         (ada-first-non-nil): Removed
19997         (ada-gdb-application): Add support for jdb, the java debugger.
19998         (ada-get-ada-file-name): Load the original-file first if not done
19999         yet.
20000         (ada-get-all-references): Handles the new ali syntax (parent types
20001         are found between <>).
20002         (ada-initialize-runtime-library): New function
20003         (ada-mode-hook): Always load a project file when a file is opened,
20004         so that the casing exceptions are correctly read.
20005         (ada-operator-re): Add all missing operators ("abs", "rem", "**").
20006         (ada-parse-prj-file): Use find-file-noselect instead of find-file
20007         to open the project file, since the latter does not work with
20008         speedbar Get default values before loading the prj file, or the
20009         default executable file name is wrong.  Use the absolute value of
20010         src_dir to initialize ada-search-directories and
20011         compilation-search-path,...  Add the standard runtime library to
20012         the search path for find-file.
20013         (ada-prj-default-debugger): Was missing an opening '{'
20014         (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
20015         variables.
20016         (ada-prj-default-gnatmake-opt): New variable
20017         (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
20018         buffers, the project file is the default one Save the windows
20019         configuration before displaying the menu.
20020         (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
20021         (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
20022         ...)  regexp-quote identifiers names to support operators +,
20023         -,... in regexps.
20024         (ada-remote): New function.
20025         (ada-run-application): Erase the output buffer before starting the
20026         run Support remote execution of the application.  Use
20027         call-process, or the arguments are incorrectly parsed
20028         (ada-set-default-project-file): Reread the content of the active
20029         project file, not the one from the current buffer When a project
20030         file is set as the default project, all directories are
20031         automatically associated with it.
20032         (ada-set-environment): New function
20033         (ada-treat-cmd-string): New special variable ${current}
20034         (ada-treat-cmd-string): Revised.  The substitution is now done for
20035         any ${...} substring
20036         (ada-xref-current): If no body was found, compiles the spec
20037         instead.  Setup ADA_{SOURCE,OBJECTS}_PATH before running the
20038         compiler to get rid of command line length limitations.
20039         (ada-xref-get-project-field): New function
20040         (ada-xref-project-files): New variable
20041         (ada-xref-runtime-library-specs-path)
20042         (ada-xref-runtime-library-ali-path): New variables
20043         (ada-xref-set-default-prj-values): Default run command now does a
20044         cd to the build directory.  New field: main_unit Provide a default
20045         file name even if the current buffer has no prj file.
20047         * ada-prj.el:
20048         Rewritten to show a tabbed-dialog.
20049         (ada-prj-add-ada-menu): Remove the map and name parameters.
20050         (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
20051         New function
20052         (ada-prj-load-directory, ada-prj-subdirs-of): New functions
20053         (ada-prj-load-from-file): New function
20054         (ada-prj-save): Always save fields that depend on the current buffer
20055         (ada-prj-show-value): New function
20057         * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
20058         Ada mode. This will allow us to display the Ada menu in any buffer
20059         we want (for project items).
20060         (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
20061         number of spaces in the header.
20063 2000-07-24  Dave Love  <fx@gnu.org>
20065         * ediff-init.el (ediff-region-help-echo): Bind face-help.
20067 2000-07-23  Noah Friedman  <friedman@splode.com>
20069         * type-break.el (type-break): perform autosave.
20070         Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
20071         (type-break-do-query): Cancel query schedule while performing
20072         actual query, to avoid possibility of a second query being made
20073         while first one is already in progress.
20074         (type-break-time-stamp-format): New variable.
20075         (type-break-time-stamp): New function.
20076         (type-break-time-warning): Use it.
20077         (type-break-keystroke-warning): Use it.
20078         (type-break-noninteractive-query): Use it.
20080         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
20081         cookie.
20082         Use add-minor-mode to set minor-mode-alist, if available.
20083         (eldoc-echo-area-use-multiline-p): New user option.
20084         (eldoc-echo-area-multiline-supported-p): New variable.
20085         (eldoc-docstring-format-sym-doc): Use them.
20086         (eldoc-mode): If not using idle timers, append to local post and
20087         pre command hooks.  Suggested by David Byers <davby@ida.liu.se>.
20088         (eldoc-display-message-no-interference-p): Don't interfere with
20089         edebug.
20090         Add autoload cookie for eldoc-mode minor-mode-alist initialization.
20091         (eldoc-function-arglist): New function.
20092         (eldoc-function-argstring): Use it.
20094         * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
20095         auto save directory exists before calling directory-files.
20097 2000-07-23  Dave Love  <fx@gnu.org>
20099         * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
20100         ^o, ^u.
20102 2000-07-21  Dave Love  <fx@gnu.org>
20104         * ediff-init.el (ediff-region-help-echo): Modify to use overlay
20105         now passed to the function.  It now works properly.
20107         * smerge-mode.el (smerge-mode-menu): Fill it out.
20109 2000-07-20  Gerd Moellmann  <gerd@gnu.org>
20111         * info-look.el (info-lookup): If *info* is shown in another frame
20112         on the same display, select that frame, instead of switching to
20113         the Info buffer in another window of the selected frame.
20115         * simple.el (universal-argument-map): Bind numeric keypad keys
20116         kp-0 to kp-9 and kp-subtract.
20117         (digit-argument): Handle these keys.
20119 2000-07-20  Dave Love  <fx@gnu.org>
20121         * net/goto-addr.el (goto-address-fontify): Don't bother with
20122         buffer-modified and read-only stuff -- irrelevant with overlays.
20123         Put an extra property on the overlays and use it to clean up in
20124         case goto-address is re-run.
20126 2000-07-19  Richard M. Stallman  <rms@gnu.org>
20128         * timer.el (run-with-idle-timer): Doc fix.
20130         * mail/mail-utils.el (mail-strip-quoted-names):
20131         Handle case where <...> appears inside "...".
20132         Use replace-match to edit the string more simply.
20133         (rmail-dont-reply-to): Cope with an unmatched ".
20135 2000-07-19  Dave Love  <fx@gnu.org>
20137         * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
20138         implementation.
20140         * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
20141         (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
20142         (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
20144 2000-07-19  Gerd Moellmann  <gerd@gnu.org>
20146         * textmodes/refer.el: Correct maintainer's email address.
20148         * progmodes/hideif.el: Correct author's email address.
20149         Fix typo in comment.
20151         * xml.el: New file.
20153         * mail/mailheader.el: Correct author's mail address.
20155         * gnus/parse-time.el: Correct author's mail address.
20157 2000-07-19  Colin Walters <walters@cis.ohio-state.edu>
20159         * comint.el (comint-highlight-input, comint-highlight-face):
20160         New user options.
20161         (comint-input-ring-file-name): Change custom type.
20162         (comint-mode-map): Bind mouse-2.
20163         (comint-insert-clicked-input): New function.
20164         (comint-send-input): Handle input highlighting.
20166 2000-07-18  Stefan Monnier  <monnier@cs.yale.edu>
20168         * mouse.el (popup-menu): New function.
20169         (mouse-major-mode-menu): Use it.
20171 2000-07-18  Dave Love  <fx@gnu.org>
20173         * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
20174         improvements.
20176 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
20178         * faces.el (face-font-selection-order)
20179         (face-font-family-alternatives): Add custom type.
20181 2000-07-18  Dave Love  <fx@gnu.org>
20183         * cus-edit.el (custom-variable-reset-saved)
20184         (custom-variable-reset-standard): Remove unused bindings.
20186         * rect.el (open-rectangle-line): Remove unused let.
20188         * hl-line.el (hl-line-highlight): Check hl-line-mode.
20190 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
20192         * cdl.el: Fix `Maintainer' keyword.
20194         * play/pong.el: Add author's email address.
20196 2000-07-17  Sam Steingold  <sds@gnu.org>
20198         * files.el (insert-directory): Call `split-string' instead of
20199         re-implementing it.
20201 2000-07-18  Gerd Moellmann  <gerd@gnu.org>
20203         * mail/vms-pmail.el: Change maintainer to FSF.
20205         * net/goto-addr.el: Change maintainer to FSF.
20207         * info.el (Info-title-face-alist): Removed.
20209 2000-07-18  David Ponce  <david@dponce.com>
20211         * recentf.el (recentf-open-files): New command that works like
20212         `recentf-open-more-files', but shows the whole list of files (not just
20213         those omitted from the menu). Useful if you don't use a menu-bar!
20214         (recentf-open-more-files) Modified to use `recentf-open-files'.
20216         (recentf-open-files, recentf-open-more-files)
20217         (recentf-edit-list): Dialogs use `recentf-dialog-mode'
20219         (recentf-dialog-mode): New mode for dialogs. You can now just type
20220         "q" to cancel the dialogs.
20222 2000-07-18  David Ponce  <david@dponce.com>
20224         * recentf.el: This is a major update of recentf.el. It adds new
20225         features to better organize the recentf menu and "More..." buffer.
20227         Using new provided menu filtering functions you can now organize the
20228         recent files list:
20230         - by major modes
20231         - by directories
20232         - by user defined rules
20234         Finally, with the new `recentf-filter-changer' customizable filter you
20235         can define a ring of filters and dynamically (via the menu) cycle on
20236         each menu organization in the ring (a la msb).
20238 2000-07-18  Eli Zaretskii  <eliz@is.elta.co.il>
20240         * eshell/eshell.el (eshell): Replace links to eshell.info with
20241         links to eshell, to avoid problems on systems where the manual is
20242         installed as `eshell'.
20243         * eshell/esh-cmd.el (eshell-cmd): Ditto.
20244         * eshell/em-smart.el (eshell-smart): Ditto.
20245         * eshell/em-banner.el (eshell-banner): Ditto.
20246         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
20248         * eshell/em-unix.el (eshell-shuffle-files): Don't disable
20249         same-file check in the MS-DOS version (it does support inodes).
20251         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
20253         * eshell/eshell.el (eshell-directory-name):
20254         Run default directory name through convert-standard-filename.
20256 2000-07-18  Kenichi Handa  <handa@etl.go.jp>
20258         * international/mule-cmds.el (select-safe-coding-system):
20259         Fix typo in the comment.
20261         * language/european.el (compound-text):
20262         Force katakana-jisx0201 to be designated to G1.
20264         * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
20265         Don't translate some national variant characters of latin-jisx0201.
20266         (x-ctext): Force katakana-jisx0201 to be designated to G1.
20268         * international/kkc.el (kkc-after-update-conversion-functions):
20269         New variable.
20270         (kkc-update-conversion): Run functions in it at the tail.
20272 2000-07-16  John Wiegley  <johnw@gnu.org>
20274         * lisp/align.el (align-newline-and-indent):
20275         Adding new function.  for auto-aligning blocks of code on RET.
20276         (align-region): Fixed badly formatted minibuffer message.
20278 2000-07-17  Kenichi Handa  <handa@etl.go.jp>
20280         * international/kkc.el (kkc-show-conversion-list-count): Customize it.
20281         (kkc-region): Update kkc-next-count and kkc-prev-count here.  Show
20282         the conversion list at first if appropriate.
20283         (kkc-next): Don't update kkc-next-count here.
20284         (kkc-prev): Don't update kkc-prev-count here.
20285         (kkc-show-conversion-list-update): Fix setting up of conversion
20286         list message.
20288 2000-07-16  Stefan Monnier  <monnier@cs.yale.edu>
20290         * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
20292 2000-07-16  Dave Love  <fx@gnu.org>
20294         * cus-edit.el (custom-buffer-create-internal): Use a help-echo
20295         function to be more specific.
20297         * wid-edit.el (widget-specify-field, widget-specify-button): Allow
20298         non-string help-echo.
20299         (widget-types-convert-widget): Defsubst it.
20300         (widget-echo-help): Try to cope with a help-echo function of two
20301         possible sorts.
20303 2000-07-15  Jason Rumney  <jasonr@gnu.org>
20305         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
20306         Declare as obsolete.
20308         * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
20310 2000-07-14  Gerd Moellmann  <gerd@gnu.org>
20312         * hilit-chg.el: Fix typo.
20314 2000-07-14  Dave Love  <fx@gnu.org>
20316         * info.el (Info-mode-menu): Fix use of :help, :enable.
20318 2000-07-14  Stefan Monnier  <monnier@cs.yale.edu>
20320         * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
20322 2000-07-13  Dave Love  <fx@gnu.org>
20324         * emacs-lisp/easymenu.el: Doc fixes.
20325         (easy-menu-remove): Defalias to ignore.
20327         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
20328         Call throw correctly.
20330 2000-07-13  Gerd Moellmann  <gerd@gnu.org>
20332         * faces.el (frame-background-mode): Doc fix.
20334         * simple.el (eval-expression-print-length): Change custom type to
20335         allow entering nil as value.
20337 2000-07-13  Dave Love  <fx@gnu.org>
20339         * progmodes/fortran.el (fortran-imenu-generic-expression):
20340         Change definition layout.
20341         (fortran-mode-menu): Reinstate customize entries.
20343         * cus-edit.el (custom-group-menu-create, customize-menu-create):
20344         Use :filter, per old XEmacs code.
20346 2000-07-12  Gerd Moellmann  <gerd@gnu.org>
20348         * term.el (term-send-raw-meta): Strip modifiers from the keyboard
20349         event when deciding what to send to the terminal.
20351 2000-07-12  Dave Love  <fx@gnu.org>
20353         * cus-start.el: Add optional version as 4th element of specs and
20354         use it for several things new in v21.  Remove load-path.  Fix type
20355         of line-number-display-limit.
20357 2000-07-11  Dave Love  <fx@gnu.org>
20359         * progmodes/fortran.el: Don't require easymenu.
20360         Use repeat counts in various regexps.
20361         (fortran-mode-syntax-table): Defvar directly.
20362         (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
20363         (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
20364         Use defvar, not defconst.
20365         (fortran-mode-map): Change locals in `let'.  Use `fortran-auto-fill'.
20366         (fortran-mode): Set fortran-comment-line-start-skip,
20367         fortran-comment-line-start-skip, dabbrev-case-fold-search.
20368         (fortran-comment-indent): Use defsubst.
20369         (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
20370         Use fortran-comment-indent, not fortran-comment-indent-function.
20371         (fortran-comment-region, fortran-electric-line-number): Simplify.
20372         (fortran-auto-fill): New function.
20373         (fortran-do-auto-fill): Deleted.
20374         (fortran-find-comment-start-skip):
20375         Check for non-null comment-start-skip.
20376         (fortran-auto-fill-mode, fortran-fill-statement):
20377         Use fortran-auto-fill.
20378         (fortran-fill): Use fortran-auto-fill.  Check for null
20379         comment-start-skip.  Simplify final clause and use end-of-line finally.
20381         * widget.el (widget-plist-member): New alias.
20383 2000-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
20385         * eshell/esh-module.el (toplevel): Reference
20386         byte-compile-current-file only if it is bound.
20388 2000-07-10  Gerd Moellmann  <gerd@gnu.org>
20390         * dired.el: Don't require `dired-aux'.
20392 2000-07-10  Miles Bader  <miles@lsi.nec.co.jp>
20394         * dired-aux.el (dired-show-file-type): New function.
20395         * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
20396         (dired-show-file-type): Add autoload.
20398 2000-07-10  Kenichi Handa  <handa@etl.go.jp>
20400         * international/mule-diag.el (describe-font): Adjusted for the
20401         change of fontset-info.
20402         (print-fontset): Likewise.
20404 2000-07-09  Stefan Monnier  <monnier@cs.yale.edu>
20406         * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
20408 2000-07-07  Gerd Moellmann  <gerd@gnu.org>
20410         * bindings.el: Bind `[delete]' to delete-char.
20412         * dired.el (dired-find-alternate-file): New function.
20413         (dired-mode-map): Bind `a' to dired-find-alternate-file.
20414         (toplevel): Require dired-aux when compiling.
20415         (dired-buffers): Move defvar within file to avoid compiler warning.
20417         * info.el (Info-last-search): Variable removed.
20418         (Info-search-history): New variable.
20419         (Info-search): New Info-search-history.
20421         * battery.el, info-look.el: Change author's mail address.
20423 2000-07-07  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
20425         * mail/rmail.el (rmail-clear-headers): Don't throw an error
20426         if rmail-ignored-headers is nil.
20427         (rmail-retry-failure): Bind rmail-ignored-headers and
20428         rmail-displayed-headers to nil.
20430 2000-07-06  Gerd Moellmann  <gerd@gnu.org>
20432         * lpr.el (lpr-page-header-switches): Add `-h' switch.
20433         (print-region-1): Don't hard code `-h' here.
20435         * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
20437 2000-07-01  Francesco Potorti`  <pot@gnu.org>
20439         * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
20440         exim can use "your message" instead of "the message".
20442 2000-07-06  Stefan Monnier  <monnier@cs.yale.edu>
20444         * facemenu.el: Docstrings fixes.
20445         (facemenu-get-face): Don't use internal-find-face.
20446         (facemenu-iterate): Rename arg to match the docstring.
20448         * newcomment.el (uncomment-region): Be more careful when skipping
20449         backwards over `=' not to bump into BOBP.
20451 2000-07-05  Michael Kifer  <kifer@cs.sunysb.edu>
20453         * ediff-diff.el (ediff-wordify): Use syntax table.
20454         * ediff-init.el (ediff-has-face-support-p): Use
20455         ediff-color-display-p.
20456         (ediff-color-display-p): Use display-color-p, changed to defun
20457         from defsubst.
20458         Got rid of special cases for NeXT and OS/2.
20459         * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
20460         face.
20462 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
20464         * emacs-lisp/lucid.el: Require CL.
20465         (copy-tree, remprop): Remove, it's provided by CL.
20466         (map-keymap): Define in terms of cl-map-keymap.
20467         (extent-property, set-extent-end-glyph): New functions.
20469         * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
20471 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
20473         * Makefile.in (DONTCOMPILE): Add comment that the name may
20474         not be changed without changing the make-dist script.
20476         * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
20477         (cl-mapc): Use mapc instead of cl-old-mapc.
20479 2000-07-05  Andrew Innes  <andrewi@gnu.org>
20481         * makefile.nt: Add support for `bootstrap' and related targets.
20483 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
20485         * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
20486         (easy-menu-do-define): Use `menu-item' format.
20487         Handle case where easy-menu-create-menu returns a symbol.
20488         Manually call the potential top-level filter in the function binding.
20489         (easy-menu-filter-return): New arg NAME.
20490         Convert to a keymap if MENU is an XEmacs menu.
20491         (easy-menu-convert-item-1): New.  Extracted from easy-menu-do-add-item.
20492         (easy-menu-converted-items-table, easy-menu-convert-item):
20493         New var and fun to memoize easy-menu-convert-item-1.
20494         (easy-menu-do-add-item): Use it.
20495         (easy-menu-create-menu): Use easy-menu-convert-item.
20496         Wrap easy-menu-filter-return around any :filter specification.
20497         Don't convert the menu if a filter was specified.
20498         Tell easy-menu-make-symbol not to check for MENU being an expression.
20499         (easy-menu-make-symbol): New arg NOEXP.
20501 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
20503         * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
20504         EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
20505         (eval-defun): If called with prefix arg, instrument code for
20506         Edebug.
20508         * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
20509         similar to that of eval-defun.
20511 2000-07-04  Dave Love  <fx@gnu.org>
20513         * hl-line.el (hl-line-overlay): Make it permanent-local.
20515         * calendar/todo-mode.el: Replaced with a working version, based on
20516         1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
20518 2000-07-03  Miles Bader  <miles@lsi.nec.co.jp>
20520         * paths.el (prune-directory-list): New function.
20521         (Info-default-directory-list): Rewritten to more methodically
20522         enumerate a big list of possible info directories (based on the
20523         list used by the standalone info reader).
20525         * info.el (info-initialize): Use prune-directory-list to remove
20526         non-existent directories from Info-directory-list.
20528         * paths.el (Info-default-directory-list): Try a list of possible
20529         info-directories instead of a single one.  Add the possible
20530         info directory "/usr/share/info".
20532         * woman.el (woman-man.conf-path): Explicitly include the debian
20533         man-db config file "/etc/manpath.config".
20534         (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
20535         are present in `manpath.config'.
20536         (woman-manpath): Include "/usr/share/man".
20538 2000-07-03  Gerd Moellmann  <gerd@gnu.org>
20540         * frame.el (blink-cursor-mode): Don't hide cursor initially.
20542         * startup.el (command-line): Initialize blink-cursor based
20543         on window-system.
20545         * frame.el (blink-cursor): Default to nil if not running under
20546         a window-system.
20548         * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
20549         (face-x-resources): Remove duplicate entry for :font.
20551         * textmodes/refer.el (refer-find-entry-internal): Use some-window
20552         instead of cycling through windows with next-window.
20554         * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
20555         of cycling through windows with next-window.
20557         * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
20558         of cycling through windows with next-window.
20560         * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
20561         (edebug-get-displayed-buffer-points): Use walk-windows/some-window
20562         instead of cycling through windows with next-window.
20564         * calendar/appt.el (appt-select-lowest-window): Use walk-windows
20565         instead of cycling through windows with next-window.
20567         * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
20568         of cycling through windows with next-window.
20570         * terminal.el (te-process-output): Use walk-windows instead of
20571         cycling through windows with next-window.
20573         * server.el (server-switch-buffer): Use some-window instead of
20574         cycling through windows with next-window.
20576         * window.el (some-window): New function.
20577         (walk-windows): Remove reference to walk-windows-start.
20579         * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
20581 2000-07-03  Richard Stallman  <rms@gnu.org>
20583         * window.el (walk-windows): Guarantee termination by keeping a list
20584         of all the windows already handled.
20586 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
20588         * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
20589         window-system.
20591         * man.el (Man-notify-when-ready): Don't use window-system.  If
20592         Man-notify-method is newframe, and the display is not
20593         multi-frame, select the frame created for the man page.
20594         (Man-init-defvars): Doc fix.
20596 2000-06-28  Gerd Moellmann  <gerd@gnu.org>
20598         * faces.el (region): Change background color for light background.
20600         * ediff-wind.el (ediff-setup-control-frame): Remove :box
20601         attribute from mode-line face of Ediff control frame.
20603         * replace.el (query-replace-map): Bind `e' like `E'.
20605 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
20607         * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
20608         Change name to "Select All".
20610         * dos-fns.el (convert-standard-filename): Fix last change.
20612 2000-06-27  Gerd Moellmann  <gerd@gnu.org>
20614         * help.el (describe-variable): Don't insert a second `'s' in front
20615         of the string `value is shown below'.  Since the syntax-table is
20616         set to emacs-lisp-mode-syntax-table, forward-sexp skips over
20617         an existing `'s', so that this won't be deleted.
20619         * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
20620         * pcmpl-unix.el: New files.
20622 2000-06-26  Stefan Monnier  <monnier@cs.yale.edu>
20624         * wid-edit.el (widget-member): Use the new plist-member.
20626 2000-06-26  Gerd Moellmann  <gerd@gnu.org>
20628         * replace.el (perform-replace): Undo change of 2000-04-04.
20629         Instead, move backward 1 character at the end of the loop when
20630         necessary.
20632         * faces.el (fringe): Change face for different backgrounds.
20634         * eshell/esh-module.el (toplevel): Load defgroup's differently;
20635         patch from John.
20637         * eshell/*.el: Change spelling of the Free Software Foundation.
20639         * eshell/esh-toggle.el: Removed.
20641         * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
20643         * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
20644         interactively.
20646 2000-06-26  Alex Schroeder  <alex@gnu.org>
20648         * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
20649         `define-key'; instead of checking `(emacs-version)' check for
20650         `set-keymap-parent' and `set-keymap-name' directly.  Add entries
20651         for `;' and `o' which might be electric.
20653         (sql-electric-stuff): New user option.
20654         (sql-magic-go): New function which uses `sql-electric-stuff'.
20655         (sql-magic-semicolon): New function which uses
20656         `sql-electric-stuff'.
20658         (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
20659         is not fboundp.
20661         (sql-oracle-options): New variable.
20662         (sql-oracle): Use it.
20664         (sql-imenu-generic-expression): Doc change.
20665         (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
20666         is used.
20668         (sql-informix): Added command line parameter "-" to force
20669         sql-informix-program to use stdout.
20671 2000-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
20673         * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
20674         (cp864-decode-table): Doc fix.
20675         (cp720-decode-table): New variable, supports the Arabic OEM
20676         codepage used by Windows.
20677         (cp737-decode-table): New, Greek OEM codepage used by Windows.
20679 2000-06-23  Dave Love  <fx@gnu.org>
20681         * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
20682         (font-lock-fontify-anchored-keywords): Use
20683         line-beginning-position.
20684         (global-font-lock-mode): Use mapc.
20686 2000-06-23  Stefan Monnier  <monnier@cs.yale.edu>
20688         * eshell/esh-module.el: Require CL when compiling.
20690 2000-06-23  Gerd Moellmann  <gerd@gnu.org>
20692         * comint.el (comint-substitute-in-file-name): Call replace-match
20693         with second and third arg t.
20695         * cus-edit.el (custom-button-face, custom-button-pressed-face):
20696         Specify foreground color.
20698         * faces.el (tool-bar, mode-line, header-line): Specify foreground
20699         color.
20701         * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
20703         * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
20704         cddr instead of cdddr.
20706         * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
20707         instead of copy-list.
20709         * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
20710         of copy-list.
20712         * subdirs.el: Add eshell subdirectory.
20714         * eshell: New subdirectory containing the Eshell package.
20716         * pcomplete.el: New file.
20718 2000-06-23  Paul Eggert  <eggert@twinsun.com>
20720         * mail/mailpost.el (post-mail-send-it): Make sure file has
20721         proper permissions from birth.
20723         * files.el (basic-save-buffer-2): When temporarily setting
20724         file modes, set them to current modes plus 0200, not to 0777.
20726         * emerge.el (emerge-make-temp-file): Make sure file has proper
20727         permissions from birth.
20729 2000-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
20731         * files.el (make-backup-file-name-1): On DOS/Windows, run the
20732         backup file name through convert-standard-filename.
20734         * dos-fns.el (convert-standard-filename): Convert leading
20735         directories as well.  When long file names are supported, convert
20736         characters that are invalid in Windows file names.
20738 2000-06-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
20740         * ps-print.el: Fix bug: if ^L is the very first buffer character,
20741         ps-print crashes.  New feature: page selection for printing.  Create
20742         raw-text-unix coding system for XEmacs.  Doc fix.
20743         (ps-print-version): New version number (5.2.3).
20744         (ps-plot-region): Bug fix.
20745         (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
20746         (ps-header-sheet, ps-generate, ps-end-job): Code fix.
20747         (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
20748         funs.
20749         (ps-selected-pages, ps-last-selected-pages, ps-first-page)
20750         (ps-last-page): New vars.
20752 2000-06-21  Gerd Moellmann  <gerd@gnu.org>
20754         * progmodes/sh-script.el (sh-while-getopts): Fix handling of
20755         empty option string.
20757 2000-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
20759         * man.el (man): Doc fix.
20761 2000-06-21  Kenichi Handa  <handa@etl.go.jp>
20763         * international/mule-cmds.el (set-language-info-alist): Docstring
20764         fixed.
20766 2000-06-20  Gerd Moellmann  <gerd@gnu.org>
20768         * version.el (emacs-version): Use ISO date format.
20770         * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
20771         instead of `M-backspace'.
20773         * simple.el (turn-off-auto-fill): New function.
20775 2000-06-20  Stefan Monnier  <monnier@cs.yale.edu>
20777         * jit-lock.el (with-buffer-prepared-for-jit-lock):
20778         Renamed from with-buffer-prepared-for-font-lock and use
20779         inhibit-modification-hooks rather than setting *-change-functions.
20780         Update all functions to use the new name.
20781         (jit-lock-first-unfontify-pos): New semantics (and doc).
20782         (jit-lock-mode): Make non-interactive.
20783         Don't automatically turn on font-lock.
20784         Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
20785         Always use jit-lock-after-change.
20786         Remove and restore font-lock-after-change-function.
20787         (turn-on-jit-lock, jit-lock-after-fontify-buffer)
20788         (jit-lock-after-unfontify-buffer): Remove.
20789         (jit-lock-stealth-fontify):
20790         Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
20791         (jit-lock-after-change): Set the `fontified' text-prop to nil.
20793 2000-06-20  Sam Steingold  <sds@gnu.org>
20795         * emacs-lisp/cl-indent.el (toplevel): Indent
20796         `print-unreadable-object' properly.  Untabify.
20798 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
20800         * textmodes/reftex.el (reftex-find-citation-regexp-format):
20801         Support for bibentry.
20802         (reftex-compile-variables): Fixed problem with end of section-re.
20804         * texmodes/reftex-dcr.el (reftex-view-crossref,
20805         reftex-view-crossref-from-bibtex):
20806         Deal with changed `reftex-find-citation-regexp-format'.
20807         (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
20808         Replaced `remprop' with `put'.
20809         (reftex-view-crossref, reftex-view-crossref-when-idle):
20810         Support for bibentry.
20812         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
20813         New entry for bibentry package.
20815         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
20816         Regexp also matches "\nobibliography".
20818         * textmodes/reftex-global.el (reftex-renumber-simple-labels):
20819         Call `reftex-ensure-write-access' before doing anything.
20820         (reftex-ensure-write-access): New function.
20822 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
20824         * progmodes/idlwave.el: File re-installed (update to version 4.2)
20826         * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
20828         * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
20830         * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
20833 2000-06-20  Dave Love  <fx@gnu.org>
20835         * faces.el (frame-background-mode): Use set-default, not set, in
20836         setter.
20837         (frame-update-faces, frame-update-face-colors): Define with
20838         defalias.
20840         * enriched.el (enriched-decode-foreground)
20841         (enriched-decode-background): Don't use internal-find-face.
20843         * apropos.el: Doc fixes.
20845         * cus-edit.el (customize-changed-options): Check arg.
20846         (customize-version-lessp): Don't require decimal point.
20848         * custom.el (defcustom, defgroup): Doc fix.
20850         * newcomment.el (comment) <defgroup>: Add :version.
20851         (comment-multi-line): Doc fix.
20853         * emulation/mlsupport.el (define-hooked-local-abbrev,
20854         define-hooked-global-abbrev): Fix, using define-abbrev.
20856 2000-06-19  Gerd Moellmann  <gerd@gnu.org>
20858         * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
20859         the whole buffer.
20861 2000-06-19  Dave Love  <fx@gnu.org>
20863         * menu-bar.el (menu-bar-options-save): New function.
20864         (menu-bar-options-menu): Use it.
20865         (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
20866         Simplify.
20868 2000-06-19  Andreas Schwab  <schwab@suse.de>
20870         * progmodes/etags.el (tags-query-replace): Put new parameters
20871         START and END at the end, for backward compatibility.
20873 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
20875         * international/codepage.el:
20876         (cp-coding-system-for-codepage-1): Delete special codes for
20877         generating xxx-dos coding system because now a CCL based coding
20878         system can handle EOL conversion by default.
20880         * international/mule.el (make-coding-system): Generate subsidiary
20881         coding systems for EOL handling variants even for a CCL based
20882         coding system.
20884 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
20886         * international/isearch-x.el (isearch-minibuffer-input-method)
20887         (isearch-minibuffer-input-method-function): These variables
20888         deleted.
20889         (isearch-with-input-method): Don't use the above variables.
20890         (isearch-process-search-multibyte-characters): Likewise.  Call
20891         read-string with the arg INHERIT-INPUT-METHOD t.
20893 2000-06-17  Stefan Monnier  <monnier@cs.yale.edu>
20895         * font-lock.el (font-lock-after-fontify-buffer)
20896         (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
20898         * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
20899         Use consistent make-local-variable style for font-lock-fontified.
20900         (jit-lock-fontify-buffer):
20901         Don't bother checking for font-lock-mode and jit-lock-mode.
20903         * time.el: Remove trailing ^M that prevent CVS-merging.
20905 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
20907         * Makefile.in (distclean): New target.
20909 2000-06-16  Stefan Monnier  <monnier@cs.yale.edu>
20911         * Makefile.in (srcdir): Define for update-subdirs.
20913 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
20915         * find-lisp.el: New file.
20917 2000-06-16  Andrew Innes  <andrewi@gnu.org>
20919         * time.el (display-time-mail-function): New variable, to allow
20920         external packages to indicate when new mail is available.
20921         (display-time-update): Use it.
20923 2000-06-16  Kenichi Handa  <handa@etl.go.jp>
20925         * international/mule.el (mule-version): Change version name to
20926         SAKAKI.  AOI has already been used by Meadow.
20928         * international/quail.el (quail-show-guidance-buf): To find the
20929         bottom window (but minibuffer), pay attention to the height of
20930         minibuffer.
20932 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
20934         * arc-mode.el (archive-mode-map): Use the new menu-item format for
20935         menu-bar menus.  Add help strings.  Don't remove the Edit menu
20936         from the menu bar, as the menu bar has enough space now.
20938         * Makefile.in (SHELL): Make sure /bin/sh is used.
20940         * woman.el (woman-man-buffer): Fix bold and underlined CJK
20941         characters, which use series of two ^H characters instead of one.
20943 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
20945         * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
20946         (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
20947         functions.
20948         (Info-find-node-2): Try a case-sensitive search first, then
20949         do a case-insensitive search.
20951         * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
20952         tutorials.
20954         * complete.el (PC-env-vars-alist): New variable.
20955         (PC-complete-as-file-name): New function.
20956         (partial-completion-mode): Initialize PC-env-vars-alist from
20957         process-environment.
20958         (PC-do-completion): Handle completion of env vars.
20960         * info.el (Info-set-mode-line): Show file name in mode line,
20961         use `*Info*' instead of `Info:'.
20963         * startup.el (command-line-1): Change copyright messages to year
20964         2000.
20966 2000-06-15  Dave Love  <fx@gnu.org>
20968         * net/goto-addr.el (goto-address-fontify): Use keymap property,
20969         not local-map.
20971 2000-06-15  Kenichi Handa  <handa@etl.go.jp>
20973         * international/mule.el (set-buffer-file-coding-system): Almost
20974         rewritten to handle `undecided' as no-op.
20976 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
20978         * Makefile.in: New file.
20980         * Makefile: Removed.
20982         * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
20983         (goto-address-highlight-keymap): Bind C-c RET.
20985 2000-06-14  Kenichi Handa  <handa@etl.go.jp>
20987         * mail/sendmail.el (sendmail-send-it): The temporary buffer
20988         inherits buffer-file-coding-system of the current buffer.
20990         * tar-mode.el (tar-extract): For goto-char, use (point-min), not
20991         0.  Give correct argument to set-auto-coding-function.
20992         (tar-expunge): For goto-char, use (point-min), not 0.
20993         (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
20994         (tar-subfile-save-buffer): Likewize.
20996         * international/mule.el
20997         (after-insert-file-set-buffer-file-coding-system): Call
20998         set-buffer-file-coding-system with the arg FORCE t.
21000 2000-06-13  Gerd Moellmann  <gerd@gnu.org>
21002         * mail/sendmail.el (mail-specify-envelope-from): Initialize to
21003         nil.  Contemporary sendmails issue an X-Authentication-Warning if
21004         the sender is set with `-f'.
21006 2000-06-13  Dave Love  <fx@gnu.org>
21008         * help.el (describe-function-1): Kluge around cases of functions
21009         fset to subrs whose doc doesn't match their symbol-name.
21011         * image.el (insert-image): Default STRING to a space.
21013         * info.el Doc fixes.
21014         (Info-build-node-completions): Match Ref tags.
21016 2000-06-13  Eli Zaretskii <eliz@is.elta.co.il>
21018         * frame.el (display-multi-frame-p, display-multi-font-p): New
21019         defaliases for display-graphic-p.
21021         * hl-line.el: Fixed a typo in commentary.
21023 2000-06-13  Kenichi Handa  <handa@etl.go.jp>
21025         * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
21026         fixed.
21028 2000-06-12  Dave Love  <fx@gnu.org>
21030         * image.el (insert-image): Save a little consing.
21032 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
21034         * language/tibet-util.el: Convert all tibetan-1-column characters
21035         to the corresponding tibetan characters.
21036         (tibetan-add-components): Delete code for the special treatment of
21037         'a chung.
21039         * language/tibetan.el (tibetan-composable-pattern): Fix previous
21040         change.
21041         (tibetan-vowel-transcription-alist): More rules added.
21042         (tibetan-composite-vowel-alist): New variable.
21043         (tibetan-precomposition-rule-alist): More rules added.
21045 2000-06-12  Stefan Monnier  <monnier@cs.yale.edu>
21047         * startup.el (command-line): Only call menu-bar-mode if interactive.
21049         * thingatpt.el (toplevel symbol-properties):
21050         * textmodes/makeinfo.el (makeinfo-compile):
21051         * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
21052         * progmodes/hideif.el (hif-compress-define-list)
21053         (hide-ifdef-use-define-alist):
21054         * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
21055         (ange-ftp-vms-add-file-entry):
21056         * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
21057         * man.el (Man-build-man-command):
21058         * mail/rnewspost.el (news-reply-header-hook):
21059         * info.el (Info-insert-dir):
21060         * emulation/mlconvert.el (backward-word, forward-word, setq):
21061         * emacs-lisp/gulp.el (gulp-send-requests):
21062         * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
21063         (byte-optimize-inline-handler, byte-optimize-form-code-walker)
21064         (byte-optimize-apply, end of file):
21065         * emacs-lisp/advice.el (ad-advice-class-completion-table)
21066         (ad-make-freeze-definition):
21067         * startup.el (command-line, command-line-1): Don't quote lambdas.
21069         * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
21070         (cvs-cleanup-removed): New function.
21071         (cvs-cleanup-functions): New var.
21072         (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
21073         some flexibility in specifying additional entries to auto-cleanup.
21074         (cvs-quickdir): New function.
21075         (cvs-mode-insert): Use cvs-fileinfo-from-entries.
21076         (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
21077         (cvs-mode-find-file): Check that we are on a filename or dirname
21078         when invoked through a mouse-click.
21079         (cvs-full-path): Remove.
21080         (cvs-dired-action): Re-introduced.
21081         (cvs-dired-noselect): Use it.
21082         (vc-post-command-functions): use this new hook if available.
21084         * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
21085         (cvs-status-map): Don't inherit from cvs-mode-map anymore.
21086         (cvs-filename-map, cvs-dirname-map): Remove.
21087         (cvs-default-action): Remove.
21088         (cvs-add-face): Use `keymap' rather than `local-map' property, and only
21089         if the arg is really a keymap.
21090         (cvs-fileinfo-pp): Don't use any special map for file and dir names.
21091         Don't hardcode the mapping from state (aka type) to face, but check
21092         the var cvs-fi-<type>-face instead.
21093         (cvs-fileinfo-from-entries): New function.
21095         * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
21096         Docstring fix.
21097         (cvs-find-file-and-jump): Change default to be safer.
21098         (cvs-mode-diff-map): Define it as a function as well.
21099         (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
21100         Bind mouse-2 in this global map rather than with text-properties.
21102         * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
21103         file to resolve the ambiguity between C(conflict) and C(need-merge).
21105 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
21107         * international/mule.el (set-buffer-file-coding-system): If
21108         CODING-SYSTEM is nil, set buffer-file-coding-system to nil
21109         unconditionally.
21111 2000-06-12  Dave Love  <fx@gnu.org>
21113         * wid-edit.el (widget-specify-button): Really suppress the face if
21114         required.
21116 2000-06-11  Gerd Moellmann  <gerd@gnu.org>
21118         * term/x-win.el (x-colors): Add colors from recent rgb.txt.
21120 2000-06-11  Stefan Monnier  <monnier@cs.yale.edu>
21122         * imenu.el (imenu-generic-expression): Docstring fix.
21124         * composite.el (composition-function-table): Move the `put'
21125         below the autoload cookie so we can load the file before loaddefs.
21127         * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
21129         * emacs-lisp/autoload.el (make-autoload): Use `cond'.
21130         Handle easy-mmode-define-global-mode.
21131         For complex macros like define-minor-mode that can generate
21132         several autoload entries, try to autoload entries in the
21133         macroexpanded code.
21135         * emacs-lisp/easy-mmode.el (define-minor-mode):
21136         If KEYMAP is a symbol, just use it.
21137         Use byte-compile-current-file and load-file-name to infer the
21138         proper :require to pass to defcustom.
21139         Wrap the hook var into `progn' so as not to autoload it.
21140         Add a :autoload-end cookie.
21141         Be more careful about the evaluation of KEYMAP.
21142         (easy-mmode-define-global-mode): Add a :autoload-end cookie.
21143         (define-derived-mode): Move define-abbrev-table outside of defvar.
21145 2000-06-10  Stefan Monnier  <monnier@cs.yale.edu>
21147         * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
21148         (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
21149         (backup-compiled-files): Ignore errors during `tar'.
21150         (bootstrap): Make autoloads before elc files.
21152 2000-06-10  Kenichi Handa  <handa@etl.go.jp>
21154         * international/mule.el (set-buffer-file-coding-system): If one of
21155         undecided-XXX is specified, change only EOL conversion.
21157         * international/mule-conf.el (unix): New alias for the coding
21158         system undecided-unix.
21160 2000-06-09  Dave Love  <fx@gnu.org>
21162         * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
21164         * progmodes/executable.el: Byte compile dynamic.
21165         (executable-insert): Change custom type.
21166         (executable-find): Add autoload cookie.
21167         (executable-make-buffer-file-executable-if-script-p): New
21168         function.  After Noah Friedman.
21170         * files.el (after-save-hook): Customize, with
21171         executable-make-buffer-file-executable-if-script-p as an option.
21173 2000-06-09  Kenichi Handa  <handa@etl.go.jp>
21175         * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
21176         "tib24p-mule.bdf" for Tibetan.
21178         * composite.el (decompose-composite-char): Declare it as obsolete.
21180         * man.el (Man-fontify-manpage): Pay attention to underline and
21181         overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
21183 2000-06-08  Gerd Moellmann  <gerd@gnu.org>
21185         * thingatpt.el (forward-thing): Use functionp instead of fboundp.
21186         Set maintainer to FSF since author isn't reachable.
21188 2000-06-08  Dave Love  <fx@gnu.org>
21190         * international/mule-cmds.el (select-safe-coding-system): If
21191         DEFAULT-CODING-SYSTEM is not specified, also check the most
21192         preferred coding-system if buffer-file-coding-system is
21193         `undecided'.  From Handa.
21195 2000-06-08  Kenichi Handa  <handa@etl.go.jp>
21197         * international/mule.el
21198         (after-insert-file-set-buffer-file-coding-system): If the buffer
21199         size is greater than INSERTED, judget that we are not visiting.
21201 2000-06-07  Rajesh Vaidheeswarran  <rv@gnu.org>
21203         * whitespace.el (defgroup whitespace): Comment out `:version'.
21204         XEmacs 20.4 has problems defining the group with this present.
21205         We'll have this commented out till get resolve the problem.
21207 2000-06-07  John Wiegley  <johnw@gnu.org>
21209         * align.el (align-dq-string-modes, align-sq-string-modes)
21210         (align-open-comment-modes): Add pyhton-mode.
21211         (align-rules-list): Use get-text-property instead of
21212         text-properties-at.
21213         (align-rules-list): Add python-assignment.
21214         (align-rules-list): Change perl-comma-delimiter to
21215         basic-comma-delimiter.  Use if for Perl modes and python-mode.
21216         (align-rules-list): Add python-chain-logic and
21217         basic-line-continuation.
21219 2000-06-07  Jari Aalto  <jari.aalto@poboxes.com>
21221         * apropos.el (apropos-mode-hook): New user variable.
21222         (apropos-mode): Run apropos-mode-hook.
21224 2000-06-07  David Ponce  <david@dponce.com>
21226         * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
21227         commands.  Require `wid-edit' at run-time.
21229 2000-06-07  David Ponce  <david@dponce.com>
21231         * recentf.el: Added some "Commentary".
21232         (recentf-open-more-files, recentf-edit-list): Minor changes to
21233         move the point at the top of the file list.  This behaviour is
21234         consistent with the menu one when the list contains a lot of
21235         files.
21236         (recentf-cleanup): Now displays the number of items removed from
21237         the list.
21238         (recentf-relative-filter) New menu filter to show filenames
21239         relative to `default-directory'.
21241 2000-06-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
21243         * ps-print.el: XEmacs compatibility.  Doc fix.  Can select page size
21244         with/without giving an error if PostScript printer doesn't have this
21245         kind of page size.  Zebra Stripe continues or restarts on next page.
21246         Manual/automatic paper feeding.  Switch or not the header.
21247         (ps-print-version): New version number (5.2.2).
21248         (ps-windows-system): Include emx as a Windows system.
21249         (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
21250         (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
21251         (ps-background-text): Code fix.
21252         (ps-error-handler-message, ps-user-defined-prologue)
21253         (ps-print-prologue-header, ps-printer-name)
21254         (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
21255         (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
21256         (ps-use-face-background): Customization fix.
21257         (ps-n-up-database): Data fix.
21258         (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
21259         (ps-switch-header): New vars.
21260         (ps-xemacs-color-name, ps-face-foreground-name)
21261         (ps-face-background-name, ps-boolean-constant): New funs.
21263 2000-06-07  Dave Love  <fx@gnu.org>
21265         * allout.el: New version from Manheimer.
21267 2000-06-07  Kenichi Handa  <handa@etl.go.jp>
21269         * textmodes/fill.el (fill-find-break-point): Check the validity of
21270         charset.
21272 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
21274         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
21275         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
21276         Call display-color-p and display-mouse-p instead of looking at
21277         window-system.
21279 2000-06-06  Dave Love  <fx@gnu.org>
21281         * image.el (find-image): Doc fix.  Return nil if image not found.
21282         (put-image, insert-image): Make STRING arg optional.
21284 2000-06-06  Kenichi Handa  <handa@etl.go.jp>
21286         * language/vietnamese.el: Remove eval-when-compile.
21287         (viet-viscii-nonascii-translation-table): Define it as a
21288         translation table made from viet-viscii-decode-table.
21289         (viet-viscii-encode-table): Define it as a translation table made
21290         from the reverse map of above.
21291         (viet-vscii-nonascii-translation-table): Define it as a
21292         translation table made from viet-vscii-decode-table.
21293         (viet-vscii-encode-table): Define it as a translation table made
21294         from the reverse map of above.
21295         (ccl-decode-viscii): Use translate-character.
21296         (ccl-encode-viscii, ccl-encode-viscii-font)
21297         (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
21298         Likewize.
21300         * language/cyrillic.el: Remove eval-when-compile.
21301         (cyrillic-koi8-r-nonascii-translation-table): Define it as a
21302         translation table made from cyrillic-koi8-r-decode-table.
21303         (cyrillic-koi8-r-encode-table): Define it as a translation table
21304         made from the reverse map of above.
21305         (ccl-decode-koi8): Use translate-character.
21306         (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
21307         (cyrillic-alternativnyj-nonascii-translation-table): Define it as
21308         a translation table made from cyrillic-alternativnyj-decode-table.
21309         (cyrillic-alternativnyj-encode-table): Define it as a translation
21310         table made from the reverse map of above.
21311         (ccl-decode-alternativnyj): Use translate-character.
21312         (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
21313         Likewize
21315         * international/mule-diag.el (non-iso-charset-alist): Specify
21316         translation table symbol instead of translation table itself.
21317         (list-block-of-chars): CHARSET may be a translation table symbol.
21319         * international/mule.el (make-coding-system): If CODING-SYSTEM
21320         already exists, override it.
21322         * international/fontset.el: Use family `proportional' for Tibetan
21323         fonts.
21325         * international/ccl.el (ccl-compile-translate-character): Don't
21326         check if Rrr has property translation-table.
21327         (ccl-compile-map-multiple): Modified to avoid compiler warning.
21329 2000-06-05  Gerd Moellmann  <gerd@gnu.org>
21331         * info.el: Bind case-fold-search to t when searching in case
21332         a user sets it to nil in a hook.
21334 2000-06-05  Stefan Monnier  <monnier@cs.yale.edu>
21336         * autoarg.el (autoarg-mode, autoarg-kp-mode):
21337         * hl-line.el (hl-line-mode): Use the new :global key argument.
21339         * tar-mode.el (tar-header-block-recompute-checksum): Remove.
21340         (tar-clip-time-string): Prepend a space.
21341         (tar-grind-file-mode): Construct a string rather than modifying one.
21342         (tar-header-block-summarize): Fix docstring.
21343         Use `format' rather than an error-prone set of copy-loops.
21345         * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
21346         (diff-goto-source, diff-unified->context, diff-context->unified)
21347         (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
21348         understand the format output by the `-p' argument to diff.
21350         * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
21351         (sh-re-done): Use defconst.
21352         (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
21353         (sh-help-string-for-variable, sh-guess-basic-offset):
21354         Don't quote lambdas.
21355         (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
21356         (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
21358         * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
21359         (mh-letter-mode): Derive from text-mode.
21360         This implicitly means that it now calls kill-all-local-variables.
21361         Also remove the Emacs-18 compatibility code.
21363         * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
21364         Make use of symbol-property doc-string-elt.
21365         Use memq rather than a sequence of eq.
21366         (doc-string-elt): Fix the wrong or missing previously unused values.
21367         (autoload-print-form): New function extracted from
21368         generate-file-autoloads to allow recursion when handling progn
21369         so that defvar's and defun's docstrings are properly printed.
21370         (generate-file-autoloads): Use it.
21372         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
21373         Use find-file-hooks in the minor-mode function.
21374         Be careful not to loop indefinitely in the post-command-hook function.
21376 2000-06-05  Michael Kifer  <kifer@cs.sunysb.edu>
21378         * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
21379         tty's.
21380         * ediff-diff.el (ediff-exec-process): Use --binary for fine
21381         differences whenever appropriate.
21382         * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
21383         * viper.el (find-file, find-file-other-window): Get viper to do
21384         wildcards.
21386 2000-06-04  Stefan Monnier  <monnier@cs.yale.edu>
21388         * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
21389         (jit-lock-fontify-buffer): New function for JIT refontification.
21390         (jit-lock-mode): Fix docstring.
21391         Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
21392         Remove jit-lock-after-change from the _local_ hook.
21393         (jit-lock-function-1): Fix docstring.
21395         * info.el (Info-on-current-buffer): Initialize info.
21397         * newcomment.el (comment-indent): Ignore comment-indent-hook.
21399         * progmodes/tcl.el (tcl-indent-for-comment):
21400         Ignore comment-indent-hook.
21402         * emacs-lisp/easy-mmode.el: Require CL during compilation.
21403         (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
21404         (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
21405         and improve to use the lighter to guess the capitalization.
21406         (define-minor-mode): Inline code from easy-mmode-define-toggle.
21407         Add keyword arguments to specify global-ness or the custom group.
21408         Add local-map and help-echo properties to the lighter.
21409         (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
21410         (easy-mmode-define-global-mode): New macro.
21412 2000-06-02  Dave Love  <fx@gnu.org>
21414         * wid-edit.el: byte-compile-dynamic since we typically don't use
21415         all the widgets.  Don't require cl or widget.  Remove
21416         eval-and-compile.  Don't autoload finder-commentary.  Doc fixes.
21417         (widget-read-event): Removed.  Callers changed to use read-event.
21418         (widget-button-release-event-p): Renamed from
21419         button-release-event-p.
21420         (widget-field-add-space, widget-field-use-before-change):
21421         Uncustomize.
21422         (widget-specify-field): Use keymap property, not local-map.
21423         (widget-specify-button): Obey :suppress-face.
21424         (widget-specify-insert): Use modern backquote syntax.
21425         (widget-image-directory): Renamed from widget-glyph-directory.
21426         (widget-image-enable): Renamed from widget-glyph-enable.
21427         (widget-image-find): Replaces widget-glyph-find.
21428         (widget-button-pressed-face): Move defvar.
21429         (widget-image-insert): Replaces widget-glyph-insert.
21430         (widget-convert): Use keywordp.
21431         (widget-leave-text, widget-children-value-delete): Use mapc.
21432         (widget-keymap): Remove XEmacs stuff.
21433         (widget-field-keymap, widget-text-keymap): Define all inside defvar.
21434         (widget-button-click): Don't set point at the click, but re-centre
21435         if we scroll out of window.  Rewritten for images v. glyphs &c.
21436         (widget-tabable-at): Use POS arg, not point.
21437         (widget-beginning-of-line, widget-end-of-line)
21438         (widget-item-value-create, widget-sublist, widget-princ-to-string)
21439         (widget-sexp-prompt-value, widget-echo-help): Simplify.
21440         (widget-default-create): Use widget-image-insert; some rewriting.
21441         (widget-visibility-value-create)
21442         (widget-push-button-value-create, widget-toggle-value-create): Use
21443         widget-image-insert.
21444         (checkbox): Create on and off images dynamically.
21445         (documentation-link): Change :help-echo.
21446         (widget-documentation-link-echo-help): Remove.
21448 2000-06-02  Stefan Monnier  <monnier@cs.yale.edu>
21450         * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
21452         * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
21453         (easy-mmode-define-toggle, define-minor-mode): Use it.
21454         (easy-mmode-define-keymap): Docstring fix.
21455         (define-derived-mode): Default PARENT to fundamental-mode.
21456         Add the derived-mode-parent symbol-property.
21457         (easy-mmode-derived-mode-p): New function.
21459 2000-06-02  Dave Love  <fx@gnu.org>
21461         * files.el (convert-standard-filename): Doc fix.
21462         (normal-backup-enable-predicate): New function.
21463         (backup-enable-predicate): Use it to replace the lambda form.
21465         * calendar/todo-mode.el: [This needs more work on the outline
21466         stuff.]  Doc fixes.
21467         (todo) <defgroup>: Add :version.
21468         (todo-add-category): Don't use pushnew.
21469         (todo-cmd-raise): Fix typo.
21470         (todo-top-priorities): Change temp buffer name.
21471         (todo-category-alist): Avoid redundant lambda.
21472         (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
21473         Use outline-next-heading.
21475         * autoarg.el: Rewritten to use define-minor-mode.
21476         (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
21477         (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
21479 2000-06-02  Kenichi Handa  <handa@etl.go.jp>
21481         * isearch.el (isearch-other-meta-char): Fix previous change.
21483 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
21485         * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
21486         (log-edit-done): Only add the comment to the ring if it's different
21487         from the last comment entered.
21489         * isearch.el (isearch-highlight): Turn internal-find-face into facep.
21491 2000-06-01  Dave Love  <fx@gnu.org>
21493         * hl-line.el: Rewritten using define-minor-mode.
21495         * help.el (describe-function-1): Distinguish special form from
21496         builtin function.  Sanity-check presence of arglist for builtins.
21498 2000-06-01  Kenichi Handa  <handa@etl.go.jp>
21500         * international/characters.el: Fix syntax/category setting of
21501         Tibetan characters.
21503         * language/tibet-util.el (tibetan-add-components): Fixes for new
21504         encoding of Tibetan characters.
21505         (tibetan-decompose-precomposition-alist): New variable.
21506         (tibetan-decompose-region): Convert precomposed characters to
21507         non-precomposed characters.
21508         (tibetan-decompose-string): Likewise.
21509         (tibetan-composition-function): Fix args to
21510         thibetan-compose-string.
21512         * language/tibetan.el (tibetan-composable-pattern): More
21513         characters included.
21514         (tibetan-consonant-transcription-alist): Rule for "R" added.
21515         (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
21516         "+R" added.
21517         (tibetan-base-to-subjoined-alist): Rule for "RA" added.
21519         * language/lao-util.el (lao-composition-function): Fix args to
21520         compose-string.
21522         * language/thai-util.el (thai-composition-function): Fix args to
21523         compose-string.
21525         * isearch.el (isearch-update): Set disable-point-adjustment to t
21526         to prevent the point moving to the end of a composition when a
21527         part of a composition is searched.
21528         (isearch-other-meta-char): If the key invoking this command can be
21529         mapped by function-key-map to a printing char, call
21530         isearch-process-search-char directly.
21532 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
21534         * emacs-lisp/bytecomp.el:
21535         * frame.el:
21536         * international/mule-cmds.el:
21537         * international/mule-util.el:
21538         * international/mule.el:
21539         * mouse.el:
21540         * subr.el:
21541         * faces.el: Update calls to make-obsolete with a WHEN argument.
21543         * byte-run.el (make-obsolete, make-obsolete-variable):
21544         Add an optional WHEN argument and change the format of the
21545         symbol-property information.
21546         * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
21547         (byte-compile-obsolete, byte-compile-variable-ref): Understand the
21548         new obsolete-symbol-property format and print WHEN if it is provided.
21550 2000-05-31  Dave Love  <fx@gnu.org>
21552         * loadhist.el (loadhist-hook-functions): Remove
21553         before-change-function, after-change-function.
21554         (unload-feature): Deal with symbols which are both bound and
21555         fbound.
21557         * mouse.el (mouse-save-then-kill-delete-region): Don't bind
21558         before-change-function, after-change-function.
21560         * simple.el (newline): Don't bind before-change-function,
21561         after-change-function.
21563 2000-05-31  Rajesh Vaidheeswarran <rv@gnu.org>
21565         * whitespace.el (whitespace-rescan-timer-time): Update interval
21566         set to 600 seconds (10 minutes) instead of 60 seconds since
21567         a large number of whitespace buffers causes emacs to `freeze'
21568         for a considerable amount of time.
21570         * whitespace.el: Updated email address
21572 2000-05-31  Dave Love  <fx@gnu.org>
21574         * add-log.el (change-log-font-lock-keywords) <function>: Add
21575         pattern for function of change.
21576         (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
21577         acknowledgements patterns.
21579 2000-05-31  Kenichi Handa  <handa@etl.go.jp>
21581         * isearch.el (isearch-printing-char): If keyboard coding system is
21582         being used, call isearch-process-search-multibyte-characters.
21584         * international/isearch-x.el: Mostly rewritten.
21586         * international/quail.el (quail-start-conversion): Don't include
21587         unhandled events in the returned events, but set them in
21588         unread-command-events.  Exit if all inputs are deleted.
21590 2000-05-30  Jason Rumney  <jasonr@gnu.org>
21592         * w32-fns.el (w32-charset-info-alist): Add each charset separately.
21594         * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
21595         Reenable code to create initial fontsets.
21596         Use set-fontset-font in place of put-charset-property.
21598 2000-05-30  Gerd Moellmann  <gerd@gnu.org>
21600         * progmodes/perl-mode.el (perl-indent-line): When looking for a
21601         label, ensure that the first colon isn't followed by another.
21603         * paths.el (Info-default-directory-list): Doc fix.
21605         * net/net-utils.el (finger-X.500-host-regexps): New user-option.
21606         (finger): If HOST matches a regexp from finger-X.500-host-regexps,
21607         send a query containing USER only, not USER@HOST.
21609         * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
21610         and rmail-msgend to compute the restriction at the end, instead of
21611         computing it.
21613 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
21615         * dabbrev.el (dabbrev-expand): Don't display messages in the
21616         echo area if the minibuffer window is active.
21618         * jit-lock.el (jit-lock-mode): Add after change function to
21619         local hook.
21621 2000-05-29  Christoph Wedler  <Christoph.Wedler@sap.com>
21623         * antlr-mode.el: New commands: hide/unhide actions,
21624         upcase/downcase literals.
21625         (antlr-tiny-action-length): New user option.
21626         (antlr-hide-actions): New command.  Suggested by
21627         Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
21628         (antlr-mode-map): New binding [C-c C-v].
21629         (antlr-mode-menu): New entries.
21630         (antlr-downcase-literals): New command.
21631         (antlr-upcase-literals): Ditto.
21633         * antlr-mode.el: Minor changes: indendation, mode-name.
21634         (antlr-indent-line): Indent cpp directive at column 0.
21635         (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
21637         * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
21638         (antlr-font-lock-additional-keywords): Workaround for intentional
21639         bug in XEmacs version of font-lock.
21640         (antlr-mode): Set symbol property `mode-name' to "Antlr".  Could
21641         be used by a smarter version of `buffers-menu-grouping-function'.
21643 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
21645         * tmm.el (tmm-prompt): Recognize menu item definitions of the for
21646         `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
21648 2000-05-29  Kenichi Handa  <handa@etl.go.jp>
21650         * international/encoded-kb.el
21651         (encoded-kbd-iso2022-designation-map): Pay attention to that
21652         charset-iso-final-char return -1 for eight-bit-control and
21653         eight-bit-graphic.
21655 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
21657         * speedbar.el (speedbar-use-images, speedbar-update-flag)
21658         (speedbar-easymenu-definition-base): Use display-graphic-p where
21659         available, instead of window-system.
21661 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
21663         * international/codepage.el (cp-coding-system-for-codepage-1): Add
21664         eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
21665         coding systems.
21667 2000-05-26  Dave Love  <fx@gnu.org>
21669         * disp-table.el (standard-display-underline): Don't use
21670         internal-find-face.
21672         * mail/reporter.el: Maintainer change.  Doc fixes.
21673         (reporter-version): Deleted.
21675         * emacs-lisp/elp.el: Maintainer change.
21676         (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
21678 2000-05-26  Stefan Monnier  <monnier@cs.yale.edu>
21680         * add-log.el (add-change-log-entry): Merge the current entry with the
21681         previous one if the previous one is empty.
21683 2000-05-26  Dave Love  <fx@gnu.org>
21685         * loadhist.el (unload-feature): Fix interactive spec [from
21686         lijnzaad@ebi.ac.uk].
21688         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
21689         subr-arity to check primitives.
21690         (byte-compile-flush-pending, byte-compile-file-form-progn)
21691         (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
21692         (byte-compile-insert, byte-compile-funcall): Use mapc instead of
21693         mapcar.
21695 2000-05-26  Kenichi Handa  <handa@etl.go.jp>
21697         * international/fontset.el: Set family names of non-latin charsets
21698         in default fontset to "*".
21700         * international/mule-diag.el (print-fontset): Combine family part
21701         and registry part of the fontname by "-*-" instead of "-".
21703         * international/mule-cmds.el (encode-coding-char): Make strings
21704         multibyte before calling encode-coding-string.
21706 2000-05-25  Stefan Monnier  <monnier@cs.yale.edu>
21708         * derived.el: Fix keywords.
21709         (define-derived-mode): Only define if needed.
21711         * simple.el (fill-comment, comment-column, comment-start)
21712         (comment-start-skip, comment-end, comment-indent-function)
21713         (block-comment-start, block-comment-end, indent-for-comment)
21714         (set-comment-column, kill-comment, comment-padding, comment-region)
21715         (comment-multi-line, indent-new-comment-line): Remove.
21717         * bindings.el (esc-map): Change ; to comment-dwim and use the new
21718         function names for comment operations.
21720         * newcomment.el: Add abundant autoload cookies.
21721         (comment-style): Don't depend on runtime data at compile-time.
21722         (comment-indent-hook): Remove.
21723         (comment-indent): Check if comment-indent-hook is bound.
21724         (comment-region): Docstring fix.
21726 2000-05-25  Dave Love  <fx@gnu.org>
21728         * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
21729         byte-code-function-p.
21731         * mail/rmailsum.el: Add provide.
21733         * net/goto-addr.el (goto-address-fontify): Add help-echo property.
21735         * smerge-mode.el (smerge-diff-switches): Don't use list* in
21736         defcustom.
21738 2000-05-25  Michael Kifer  <kifer@cs.sunysb.edu>
21740         * ediff-diff.el (ediff-exec-process): delete --binary option from
21741         non-buffer ediff jobs.
21743 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
21745         * hilit-chg.el (highlight-changes-mode): Ask about color or
21746         grayscale support, not about window-system.
21748         * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
21749         window-system.
21750         (ffap-highlight): Always default to t.
21752         * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
21753         display-popup-menus-p instead of looking at window-system.
21755         * disp-table.el (standard-display-g1, standard-display-graphic):
21756         Only refuse to use string glyphs on X and MS-Windows.
21758         * avoid.el: Remove window-system from commentary, suggest to use
21759         display-*-p instead.
21761         * apropos.el (apropos-print): Use display-mouse-p instead of
21762         window-system.
21764 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
21766         * international/codepage.el (cp-decoding-vector-for-codepage):
21767         Fill up unsupported characters with their own codes.  From Kenichi
21768         Handa.
21770 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
21772         * international/mule-diag.el (describe-char-after): Use
21773         display-graphic-p instead of window-system, so that this function
21774         works on MS-DOS.
21776 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
21778         * international/codepage.el (cp-make-coding-systems-for-codepage):
21779         Remove the eight-bit-graphic and eight-bit-control charsets from
21780         the list of charsets which we convert into `?'.
21782 2000-05-25  Kenichi Handa  <handa@etl.go.jp>
21784         * international/mule-conf.el: Specify CHARSET-ID explicitely for
21785         private charsets.
21786         (mule-unicode-0100-24ff, japanese-jisx0213-1,
21787         japanese-jisx0213-2): New charsets.
21789         * international/fontset.el: Setup default fontset for new charsets.
21791 2000-05-24  Dave Love  <fx@gnu.org>
21793         * info.el (Info-find-node-2): Restructure [following "Vadim
21794         S. Solomin" <sovs@uic.nnov.ru>].
21796         * icomplete.el: Fix header for Finder.
21798 2000-05-24  Eric M. Ludlam  <zappo@ultranet.com>
21800         * rmailout.el (rmail-output-to-rmail-file): Added optional param
21801         STAY.
21803         * rmail.el (rmail-automatic-folder-directives): New user variable.
21804         (rmail-show-message): Add call to `rmail-auto-file' during
21805         display.
21806         (rmail-auto-file): New function.
21808 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
21810         * ediff-diff.el (ediff-forward-word): Take syntactic word class into
21811         account.
21812         (ediff-test-utility,ediff-diff-mandatory-option)
21813         (ediff-reset-diff-options): Utilities for proper initialization of
21814         ediff-diff-options and ediff-diff3-options on Windows.
21816         * ediff-init.el (ediff-merge-filename-prefix): New customizable
21817         variable.
21819         * ediff-mult.el (ediff-filegroup-action): Use
21820         ediff-merge-filename-prefix.
21822 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
21824         * viper-ex.el (ex-write): Set selective display to nil.
21826 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
21828         * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
21829         aliases for hebrew-iso-8bit.
21831 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
21833         * woman.el: New version from Francis J. Wright
21834         <F.J.Wright@Maths.QMW.ac.uk>.
21835         (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
21836         names in environment variables regardless of the path separator.
21837         (woman-topic-all-completions-1): Don't call file-name-directory-p
21838         on all files, since woman-file-regexp already filters out any
21839         directories.
21841 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
21843         * international/quail.el (quail-start-translation): Don't change
21844         modified-p of the current buffer.
21845         (quail-start-conversion): Likewise.
21847         * international/kkc.el (kkc-region): Don't change modified-p of
21848         the current buffer.
21850         * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
21851         conform to RFC1468.
21852         (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
21854 2000-05-23  Eric M. Ludlam  <zappo@ballista.ultranet.com>
21856         * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
21857         (speedbar-insert-button): Invisible text property fix.
21858         (speedbar-directory-plus): Renamed from speedbar-directory-+
21859         (speedbar-directory-minus): Renamed from speedbar-directory--
21860         (speedbar-page-plus): Renamed from speedbar-file-+
21861         (speedbar-page-minus): Renamed from speedbar-file--
21862         (speedbar-page): Renamed from speedbar-file-
21863         (speedbar-tag): Renamed from speedbar-tag-
21864         (speedbar-tag-plus): Renamed from speedbar-tag-+
21865         (speedbar-tag-minus): Renamed from speedbar-tag--
21866         (speedbar-expand-image-button-alist): Use above renames.
21868         * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
21869         * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
21870         * sb-pg-plus.xpm: Renamed from sb-file+.xpm
21871         * sb-pg-minus.xpm: Renamed from sb-file-.xpm
21872         * sb-pg.xpm: Renamed from sb-file.xpm
21873         * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
21874         * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
21876 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
21878         * international/quail.el (quail-show-guidance-buf): Set
21879         current-input-method of the guidance buffer to the name of the
21880         curren input method.
21882 2000-05-23  Stefan Monnier  <monnier@cs.yale.edu>
21884         * progmodes/compile.el (compile-internal): Style typo.
21886         * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
21887         quote vars and functions in the docstring.
21889         * newcomment.el (comment-make-extra-lines): Don't use `assert'.
21891         * completion.el (dynamic-completion-mode, dynamic-completion-mode):
21892         Don't quote lambdas.
21894         * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
21896 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
21898         * startup.el (command-line): Determine source file of compiled
21899         user init file differently.  Warn if compiled user init file
21900         is older than its source file.
21902         * ffap.el (ffap-url-regexp): Add `https'.
21904 2000-05-23  Eli Zaretskii  <eliz@is.elta.co.il>
21906         * files.el (make-backup-file-name-1): Replace slashes with `!'
21907         rather than `|' (which is not allowed on Windows).  Replace the
21908         drive letters with a string "drive_X".
21910 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
21912         * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
21914         * files.el (interpreter-mode-alist): Add `bash2'.
21916 2000-05-22  Dave Love  <fx@gnu.org>
21918         * loadhist.el (feature-symbols, file-provides, file-requires): Use
21919         mapc.
21920         (feature-file): Avoid calling symbol-name.  Doc fix.
21921         (file-set-intersect, file-dependents): Use dolist, not mapcar.
21922         (loadhist-hook-functions): Add mouse-position-function.
21923         (unload-feature): Change uses of mapcar.
21925         * files.el (parse-colon-path): Doc fix.
21926         (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
21927         (set-auto-mode): Use mapc.
21929         * complete.el (PC-look-for-include-file): Use :alnum: character
21930         class.
21931         (partial-completion-mode): Add autoload cookie.
21933 2000-05-22  Sam Steingold  <sds@gnu.org>
21935         * info.el (Info-fontify-node): Fixed the call to
21936         `add-text-properties' (bug introduced on 2000-05-18).
21938 2000-05-22  Dave Love  <fx@gnu.org>
21940         * bindings.el: Remove debug-ignored-errors set in other files.
21942         * progmodes/etags.el: Add to debug-ignored-errors.
21943         (visit-tags-table-buffer): Clear out buffers holding old tables
21944         when making a new list.
21945         (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
21946         mapc.
21948         * completion.el: Doc fixes.  Add to debug-ignored-errors.  Don't
21949         quote keywords.
21950         (cmpl-string-case-type): Use character classes.
21952         * comint.el:
21953         * textmodes/ispell.el:
21954         * imenu.el:
21955         * mail/mh-e.el:
21956         * progmodes/compile.el: Add to debug-ignored-errors.
21958         * dabbrev.el: Add to debug-ignored-errors.
21959         (dabbrev-completion): Use mapc.
21961 2000-05-22  Eli Zaretskii  <eliz@is.elta.co.il>
21963         * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
21964         (woman-mapcan, woman-parse-man.conf)
21965         (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
21966         (woman-reset-emulation, woman-select-symbol-fonts): New functions.
21967         (woman-parse-colon-path): Call woman-mapcan.  Recognize Cygwin
21968         path syntax better.
21969         (woman-man.conf-path, woman-use-own-frame): New defcustoms.
21970         (woman-manpath): Call woman-parse-man.conf.
21971         (woman-emulation): New defcustom, defaults to nroff.
21972         (woman-font-support): New defconst.
21973         (woman-use-symbol-font): New defcustom.
21974         (woman-menu): Add new menu items: "Colored/BW", "Advanced",
21975         "Emulation".
21976         Many functions: Doc fix.
21978 2000-05-22  Kenichi Handa  <handa@etl.go.jp>
21980         * international/quail.el (quail-simple-translation-keymap): Map
21981         128..255 to quail-self-insert-command.
21982         (quail-keyboard-layout-alist): Add definition for "pc102-de".
21984 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
21986         * help.el (help-manyarg-func-alist): Typo.
21988         * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
21989         intervals which makes it heaps simpler.
21991         * newcomment.el (comment-region-internal): Go back to BEG after quoting
21992         the nested comment markers.
21994         * subr.el (remove-hook): Don't turn the hook's value into a list.
21996 2000-05-21  Dave Love  <fx@gnu.org>
21998         * edmacro.el (edmacro-parse-keys): Return vector if any elements
21999         are invalid characters.
22001         * international/mule-util.el (detect-coding-with-priority): Use
22002         mapc.  Remove redundant lambda.
22004         * international/mule-diag.el (list-non-iso-charset-chars)
22005         (describe-fontset): Remove redundant lambda.
22007         * emulation/crisp.el (brief-mode): New alias.
22009         * emacs-lisp/ring.el (ring-elements): New function.
22011         * emacs-lisp/easymenu.el (easy-menu-create-menu)
22012         (easy-menu-do-add-item): Use keywordp.
22014         * emacs-lisp/byte-opt.el: Update side-effect free function lists.
22016         * replace.el: Doc and error message fixes.
22017         (replace-highlight): Use facep, not internal-find-face.
22019 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
22021         * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
22023         * log-edit.el (log-edit-done): Cleanup trailing empty lines.
22024         (log-edit-insert-changelog): Drop `:' as well.
22026         * log-view.el: Fix file description.
22027         (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
22028         available.
22029         (log-view-font-lock-keywords): Only use cvs-filename-face if present.
22030         (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
22032         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
22033         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
22034         Print a status message if the toggle is called interactively.
22035         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
22036         for global minor modes and use `defcustom' for them.
22037         Use add-minor-mode.
22038         (easy-mmode-define-derived-mode): Remove.
22039         (define-derived-mode): Fancier default docstring.
22040         (easy-mmode-define-navigation): Signal an error rather than (ding).
22042         * newcomment.el (comment-styles): New `box-multi'.
22043         (comment-normalize-vars): Better default for comment-continue to
22044         avoid whitespace-only continuations.
22045         (comment-search-forward): Always move even in the no-syntax case.
22046         (comment-padright): Only obey N if it's only obeyed for padleft.
22047         (comment-make-extra-lines): Better handling of empty continuations.
22048         Use `=' for the filler if comment-start has only one character.
22049         (uncomment-region): Try handling the special `=' filler.
22050         (comment-region): Allow LINES even if MULTI is nil.
22051         (comment-box): Choose box style based on comment-style.
22053 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
22055         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
22056         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
22058 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
22060         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
22061         and insert, not subst-char-in-region.
22063         * international/mule-diag.el (list-character-sets-1): Handle
22064         charsets eight-bit-control and eight-bit-graphic.
22065         (list-iso-charset-chars): Likewise.
22066         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
22067         charactes as is.  Use indent-to to align characters.
22069         * international/mule-cmds.el (find-multibyte-characters): Never
22070         exclude charsets eight-bit-control and eight-bit-graphic.
22072 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
22074         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
22075         Don't quote lambdas.
22077         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
22079 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
22081         * gud.el (gud-jdb-directories): Doc fix.
22083 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
22085         * newcomment.el: New file.
22087 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
22089         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
22091 2000-05-18  Andreas Schwab  <schwab@suse.de>
22093         * dired.el (dired-between-files): Also skip lines beginning with
22094         `used'.
22096 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
22098         * msb.el (msb-menu-cond): Add choice `user'.
22100 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
22102         * ps-print.el: Compatibility, customization and doc fix.
22103         (ps-printer-name-option): Replace defconst by defvar.
22104         (ps-postscript-code-directory): XEmacs compatibility.
22105         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
22106         fix.
22107         (ps-user-defined-prologue, ps-print-prologue-header)
22108         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
22109         compatibility and code fix.
22110         (ps-print-background-image, ps-print-background-text):
22111         Customization fix.
22112         (ps-line-number-start, ps-n-up-on): New vars.
22114 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
22116         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
22117         the indent-comment function to just return the appropriate indent.
22119 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
22121         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
22122         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
22123         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
22125 2000-05-18  Dave Love  <fx@gnu.org>
22127         * info.el (Info-fontify-node): Add intangible property as well as
22128         invisible.
22130         * calendar/appt.el (appt-make-list): Match all lines of entry.
22131         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
22133 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
22135         * international/mule-diag.el (describe-char-after): Call
22136         internal-char-font, not char-font.  If internal-char-font returns
22137         nil, display "-- none --".
22139 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
22141         * image.el (image-type-available-p): Don't reference image-types
22142         if it isn't bound.
22144 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
22146         * autoarg.el (autoarg-mode): Typo in the :set argument.
22148 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
22150         * startup.el (command-line-1): Don't signal an error if the
22151         directory for auto-save-list files does not yet exist.
22153 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
22155         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
22157 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
22159         * subr.el (remove-hook): `setq' hook-value, not `set'.
22161 2000-05-16  Sam Steingold  <sds@gnu.org>
22163         * info.el (debug-ignored-errors): More errors to ignore.
22165 2000-05-16  Dave Love  <fx@gnu.org>
22167         * cus-edit.el: Don't require cl or easymenu.
22168         (custom-variable-prompt): Test standard-value property, not
22169         user-variable-p.
22171 2000-05-16  Sam Steingold  <sds@gnu.org>
22173         * subr.el (add-hook): `setq' hook-value, not `set'.
22175 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
22177         * startup.el (command-line-1): Mention the FAQ in the startup
22178         message.
22180         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
22182         * progmodes/compile.el (compilation-parse-errors): Collect
22183         `nomessage' regexps last.
22185         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
22187         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
22188         to the function name.
22190 2000-05-15  Dave Love  <fx@gnu.org>
22192         * speedbar.el (speedbar-recenter): Typo.
22193         (speedbar-expand-line): Make arg optional.
22194         (speedbar-mode): Avoid a compiler warning.
22196 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
22198         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
22199         user-specified option string is empty.
22201         * mouse.el (mouse-yank-at-click): Doc fix.
22203 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
22205         * term/internal.el (IT-character-translations): More updates of
22206         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
22207         documents.
22209 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
22211         * env.el (getenv): New function, interactively callable.
22212         (setenv, getenv): Remove autoload cookies.
22214         * loadup.el: Load `env'.
22216         * progmodes/f90.el: Change author's mail address.
22218 2000-05-14  Dave Love  <fx@gnu.org>
22220         * mail/rmail.el (rmail-show-message-hook): Customize and offer
22221         goto-addr as an option.
22223         * help.el (help-xref-stack): Doc fix.
22224         (help-xref-following): New variable.
22225         (help-make-xrefs): Use it.
22226         (help-xref-go-back): Use position information from stack element.
22227         (help-follow): Make position in stack element a pair.  Use
22228         help-xref-following.
22230         * autoarg.el: New file.
22232         * faces.el: Declare more functions obsolete.
22234         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
22235         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
22236         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
22237         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
22238         Remove all the setup-...-environment functions.
22240 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
22242         * speedbar.el: Updated the commentary section.  xemacs20p now uses
22243         >= when detecting.  Require `defimage' safely.
22244         (speedbar-easymenu-definition-base): Add toggle for images.
22245         (speedbar-easymenu-definition-special): Add flush cache & expand.
22246         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
22247         (speedbar-reconfigure-keymaps-hook): New variable.
22248         (speedbar-frame-parameters): Updated documentation.
22249         (speedbar-use-imenu-flag): Updated custom tag
22250         (speedbar-dynamic-tags-function-list): New variable.
22251         (speedbar-tag-hierarchy-method): Updated doc & custom.
22252         (speedbar-indentation-width, speedbar-indentation-width) New
22253         variables.
22254         (speedbar-hide-button-brackets-flag): Customizable.
22255         (speedbar-vc-indicator): Doc update.
22256         (speedbar-ignored-path-expressions): Updated default value.
22257         (speedbar-supported-extension-expressions): Updated default value.
22258         (speedbar-syntax-table): Remove {} paren status.
22259         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
22260         as "+".  Added overlay aliases.
22261         (speedbar-mode): Use `speedbar-mode-line-update' instead of
22262         `force-mode-line-update'.
22263         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
22264         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
22265         `mouse-set-point'
22266         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
22267         (speedbar-item-info-tag-helper): Revamped to handle a wider range
22268         of arbitrary text, and new helper functions.
22269         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
22270         filename finder.
22271         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
22272         (speedbar-directory-buttons): Update path search/expansion.
22273         (speedbar-make-tag-line): Pay attention to
22274         `speedbar-indentation-width'.  Use more care w/ invisible
22275         properties.
22276         (speedbar-change-expand-button-char): Call
22277         `speedbar-insert-image-button-maybe'.
22278         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
22279         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
22280         (speedbar-trim-words-tag-hierarchy)
22281         (speedbar-simple-group-tag-hierarchy): New functions
22282         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
22283         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
22284         functions.
22285         (speedbar-mouse-set-point): New function
22286         (speedbar-power-click): Updated documentation.
22287         (speedbar-line-token, speedbar-goto-this-file): Handle more types
22288         of tag prefix text.
22289         (speedbar-expand-line, speedbar-contract-line): Make more robust
22290         to strange text.
22291         (speedbar-expand-line): Takes universal argument to flush the
22292         cache.
22293         (speedbar-flush-expand-line): New function.
22294         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
22295         Use new generator insertion method.
22296         (speedbar-fetch-dynamic-tags): New function.
22297         (speedbar-fetch-dynamic-imenu): Removed code now handled in
22298         `speedbar-fetch-dynamic-imenu'.
22299         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
22300         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
22301         "Revert Buffer" menu items.
22302         (speedbar-buffer-buttons-engine): Be smarter when creating a
22303         filename tag (for expansion purposes.).
22304         (speedbar-highlight-one-tag-line,
22305         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
22306         (speedbar-recenter): New functions.
22307         (defimage-speedbar): Image loading abstraction.
22308         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
22309         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
22310         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
22311         (speedbar-tag-type, speedbar-tag-mail): New images.
22312         (speedbar-expand-image-button-alist): New variable.
22313         (speedbar-insert-image-button-maybe): Insert an image over some
22314         buttons.
22316 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
22318         * international/mule-cmds.el (encode-coding-char): An ASCII
22319         character is always encodable.
22321         * international/mule-conf.el: Add more information in descriptions
22322         of character sets.
22324         * international/mule-diag.el (describe-char-after): New function.
22325         (describe-font-internal): Adjusted for the change of font-info.
22326         (describe-font): Likewise.
22327         (print-fontset): Rewritten for the new fontset implementation.
22328         (describe-fontset): Include fontset alias names in completion.
22329         (list-fontsets): Adjusted for the change of print-fontset.
22331         * simple.el (what-cursor-position): If DETAIL is non-nil, call
22332         describe-char-after instead of displaying the detail in the echo
22333         area.
22334         (syntax-code-table): Format changed.
22335         (string-to-syntax): Adjusted for the above change.
22337 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
22339         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
22341 2000-05-12  Dave Love  <fx@gnu.org>
22343         * calendar/todo-mode.el: Remove some compatibility stuff and CL
22344         dependence.  Use line-{beginning,end}-position, not
22345         point-at{b,e}ol.  Some doc fixes.
22346         (todo-position): New function.  Fix callers of position to use it.
22347         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
22349 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
22351         * time.el (display-time-mail-icon): Use `:ascent center'.
22353         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
22354         handling FTP security extensions.
22356 2000-05-11  Dave Love  <fx@gnu.org>
22358         * calendar/todo-mode.el: New file.
22360 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
22362         * comint.el (comint-read-input-ring): Move reference to
22363         comint-input-ring-size outside of the save-excursion.  It was
22364         causing the default value to be the only one ever seen.
22366         * font-lock.el: Update copyright.  Remove Simon Marshall's email
22367         address on request from him.
22369         * subr.el (substitute-key-definition): Add comment describing
22370         the meaning of PREFIX.
22372 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
22374         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
22376         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
22377         (add-minor-mode): Don't make the variable buffer-local and add a
22378         reference to define-minor-mode in the docstring.
22380         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
22381         HEADER/FOOTER and fix bug with trailing empty directory.
22382         (cvs-append-to-ignore): Use vc-editable-p if available.
22383         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
22384         (vc-do-command): Tweak advice to handle the new VC.
22386         * log-view.el (log-view-goto-rev): New function for the new VC.
22387         (log-view-minor-wrap): Use mark-active.
22389         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
22390         (log-edit-changelog-full-paragraphs): New var.
22391         (log-edit-insert-changelog): Remove a lonely leading `* file'.
22392         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
22393         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
22394         (log-edit-changelog-ours-p, log-edit-changelog-entries)
22395         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
22396         Replace the `cvs' prefix with `log-edit'.
22398         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
22400         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
22401         (diff-font-lock-defaults): Explicitly turn off multiline.
22402         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
22403         (diff-ediff-patch): Fix call to ediff-patch-file.
22404         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
22405         Handle comments.
22407         * frame.el (automatic-hscrolling): Typo.
22409         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
22411 2000-05-09  Sam Steingold  <sds@goems.com>
22413         * apropos.el (apropos-print): use `describe-face' instead of
22414         `customize-face-other-window'.
22416 2000-05-09  Dave Love  <fx@gnu.org>
22418         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
22420         * help.el (describe-variable): Have customize button pop the
22421         help-xref stack when invoked.
22422         (help-xref-symbol-regexp): Add `face'.
22423         (help-make-xrefs): Check for quoted face names and adapt regexp
22424         submatch numbers to cope.
22425         (help-xref-interned): Maybe insert face doc too.  Separate
22426         sections with a line of hyphens.
22428         * faces.el:  Some doc fixes.  Declare some functions obsolete.
22429         (describe-face): Add customize button.  Return the help
22430         text.  Fix prompt.
22432 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
22434         * term/internal.el (IT-character-translations): Fix last change.
22436 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
22438         * woman.el: New file
22439         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
22441 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
22443         * term/internal.el (IT-character-translations): Update ASCII
22444         simulations for greek-iso8859-7, add latin-iso8859-14 and
22445         latin-iso8859-15.
22447         * international/mule-cmds.el (set-language-info-alist): Call
22448         define-prefix-command with 3 arguments, to make the map suitable
22449         for a menu.
22451 2000-05-07  Dave Love  <fx@gnu.org>
22453         * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
22455 2000-05-05  Dave Love  <fx@gnu.org>
22457         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
22458         list in doc string.  Don't quote keyword symbols.
22459         * emacs-lisp/cl.el: Likewise
22460         * emacs-lisp/cl-seq.el: Likewise
22462 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
22464         * abbrev.el (abbrev-mode): Make ARG optional.
22466 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
22468         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
22470         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
22472         * subr.el (substitute-key-definition): Clarify documentation.
22474 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
22476         * glasses.el (glasses-convert-to-unreadable): Use
22477         `glasses-separator' instead of the hard-wired "_".
22478         (glasses-mode): Call `glasses-make-unreadable' only in a single
22479         place.
22481 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
22483         * term/internal.el (cjk-codepages-alist): Add associations for
22484         Chinese and Korean codepages.  Remove FIXME comment.
22486 2000-05-03  Dave Love  <fx@gnu.org>
22488         * time.el (display-time-mail-face, display-time-use-mail-icon):
22489         New option.
22490         (display-time-mail-icon): New variable.
22491         (display-time-string-forms): Use the above.  Fix the local-map.
22493 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
22495         * replace.el (query-replace-map): Add binding for `E'.
22496         (query-replace-help): Extend help text.
22497         (perform-replace): Allow editing the replacement string.
22499         * make-mode.el (makefile-mode-abbrev-table): New variable.
22500         (makefile-mode): Set local abbrev table to
22501         makefile-mode-abbrev-table.
22502         (makefile-font-lock-keywords): Fontify includes and conditionals.
22504         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
22505         set TOGGLE's value.
22507         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
22508         mail-interactive-insert-alias.
22509         (mail-abbrev-complete-alias): New command.
22510         (mail-mode-map): Bind it to `M-TAB'.
22512 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
22514         * language/lao-util.el (lao-compose-region): New function.
22516 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
22518         * files.el (recover-session): Make directories as necessary
22519         if they don't exist yet.
22521         * calendar/cal-french.el
22522         (french-calendar-multibyte-special-days-array)
22523         (french-calendar-special-days-array): Change French text.
22524         (calendar-french-date-string): Change output.
22525         (calendar-goto-french-date): Likewise.
22527 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
22529         * wid-edit.el (widget-default-active): Obey `:always-active'.
22530         (widget-documentation-string-value-create): Set `:always-active'.
22532 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
22534         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
22535         default prefix to `~/_emacs.d/auto-save.list/_s'.
22536         (normal-top-level): Create the directory for auto-save files, if
22537         it doesn't already exist (in the ms-dos case only).
22539 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
22541         * international/mule-cmds.el (set-language-environment): Don't
22542         concat an integer (dos-codepage), use format instead.
22544 2000-05-02  Dave Love  <fx@gnu.org>
22546         * help.el (help-xref-on-pp): Check for constant symbols.
22548 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
22550         * startup.el (normal-top-level): Put a condition-case around
22551         the code loading subdirs.el.
22553 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
22555         * ps-print.el: Upside-down and face background color printing,
22556         line number step, doc fix.
22557         (ps-print-version): New version number (5.2).
22558         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
22559         (ps-face-attribute-list, ps-plot-with-face): Code fix.
22560         (ps-spool-config): Var fix.
22561         (ps-printer-name-option): Const fix.
22562         (ps-print-upside-down, ps-use-face-background)
22563         (ps-line-number-step): New vars.
22564         (ps-window-system, ps-lp-system): New consts.
22565         (ps-face-background): New fun.
22567 2000-04-28  Richard Stallman  <rms@gnu.org>
22569         * files.el (make-auto-save-file-name):
22570         Apply auto-save-file-name-transforms to visited file name
22571         before generating auto save file name.
22572         (auto-save-file-name-transforms): New variable.
22574         * files.el (backup-enable-predicate):
22575         Correctly test for a file under a temporary directory.
22577 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
22579         * subr.el (add-minor-mode): Rewritten.
22581 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
22583         * mail/sendmail.el (sendmail-send-it): Set
22584         buffer-file-coding-system to the selected coding system for MIME
22585         header.
22587 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
22589         * dired.el (dired-move-to-filename-regexp): Allow format where
22590         YYYY is followed by two spaces.
22592         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
22593         in the second character class of the regexp.
22595         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
22596         mh-etc, too.
22598         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
22599         nil.
22601         * subr.el (add-minor-mode): Use `set' instead of `setq'.
22603         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
22604         argument.
22606 2000-04-27  Sen Nagata <sen@eccosys.com>
22608         * emacs-lisp/crm.el (crm-completion-table): New variable.
22609         (crm-collection-fn, crm-test-completion)
22610         (completing-read-multiple): Use it.
22612 2000-04-27  Dave Love  <fx@gnu.org>
22614         * help.el (locate-library): Use mapc.
22615         (help-manyarg-func-alist): Add call-process-region.
22617 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
22619         * subr.el (add-minor-mode): Make argument MAP optional.
22621         * desktop.el (desktop-save): Save list of minor modes.
22622         (desktop-create-buffer): Restore minor modes.
22623         (desktop-minor-mode-table): New user-option.
22625         * subr.el (add-minor-mode): New function.
22627         * image.el (find-image): New function.
22628         (defimage): Rewritten to find image at load time.
22630         * startup.el (normal-top-level-add-to-load-path): Handle
22631         case that the default directory is not in load-path.
22633         * help.el: Old patch from Stefan Monnier.
22634         (help-xref-on-pp): New function.
22635         (describe-variable): Use it to display xrefs in a symbol's value.
22637 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
22639         * cus-edit.el (custom-face): Fix parenthesis.
22641 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
22643         * mail/rmail.el (rmail-expunge): When there are no deleted
22644         messages, do nothing.
22646 2000-04-26  Dave Love  <fx@gnu.org>
22648         * international/mule-cmds.el (locale-translation-file-name):
22649         Defvar to nil.
22650         (set-locale-environment): Set it here (at runtime).
22652 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
22654         * replace.el (perform-replace): Add parameters START and END.  Use
22655         them instead of the check for a region in Transient Mark mode.
22656         (query-replace-read-args): Return two more list elements for the
22657         start and end of the region in Transient Mark mode.
22658         (query-replace, query-replace-regexp, query-replace-regexp-eval)
22659         (map-query-replace-regexp, replace-string, replace-regexp): Add
22660         optional last arguments START and END and pass them to
22661         perform-replace.
22663         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
22664         form with additional arguments for perform-replace.
22666         * progmodes/etags.el (tags-query-replace): Add parameters START
22667         and END.  Construct a form with additional arguments for
22668         perform-replace.
22670         * simple.el (shell-command): Set default directory for "*Shell
22671         Command Output" buffer.
22673         * language/european.el (iso-latin-4): Fix typo.
22675         * emacs-lisp/crm.el: New file.
22677 2000-04-24  Dave Love  <fx@gnu.org>
22679         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
22680         (Custom-reset-saved, Custom-reset-standard)
22681         (custom-group-value-create, custom-group-set, custom-group-save)
22682         (custom-group-reset-current, custom-group-reset-saved)
22683         (custom-group-reset-standard): Use mapc.
22684         (custom-buffer-create-internal): Disable undo when creating items.
22685         Use mapc.
22686         (custom-face): Avoid redundant lambda.
22688 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
22690         * startup.el (auto-save-list-file-prefix): Set default to
22691         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
22693 2000-04-24  Sam Steingold  <sds@gnu.org>
22695         * time-stamp.el (time-stamp-string-preprocess): Always convert
22696         `field-result' to a string.
22698 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
22700         * frame.el (scrolling): New group.
22701         (automatic-hscrolling): New user-option.
22703         * startup.el (command-line-x-option-alist): Add `-lsp' and
22704         `--line-spacing'.
22706 2000-04-19  Dave Love  <fx@gnu.org>
22708         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
22709         (cl-mapc): Rename from mapc.  Fix the funcall.
22711 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
22713         * simple.el (clone-indirect-buffer-other-window): New command.
22714         (clone-indirect-buffer): Add optional arg NORECROD.
22715         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
22717         * help.el (resize-temp-buffer-window): Use count-screen-lines.
22719         * window.el (count-screen-lines): New function.
22720         (shrink-window-if-larger-than-buffer): Use count-screen-lines
22721         instead of window-buffer-height.
22723         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
22724         non-existing variable comint-input-sentinel.
22725         (inferior-lisp-args-to-list): Removed.
22726         (inferior-lisp): Use split-string instead of
22727         inferior-lisp-args-to-list.
22729         * hexl.el (hexl-insert-hex-string): New command.
22731         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
22732         instead of concat.
22734 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
22736         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
22737         at the start of an existing but empty folder.
22739 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
22741         * ps-mule.el: Customization fix, doc fix.
22742         (ps-multibyte-buffer): Customization fix.
22744 2000-04-17  Richard M. Stallman  <rms@gnu.org>
22746         * subr.el (read-passwd): Use read-char-exclusive.
22748 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
22750         * textmodes/texinfo.el (texinfo-insert-@email)
22751         (texinfo-insert-@emph, texinfo-insert-@quotation)
22752         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
22753         (texinfo-mode-map): Add key bindings for them.
22755         * files.el (basic-save-buffer-2): Use a template with `$'
22756         instead of `#' for VMS.
22758         * simple.el (clone-indirect-buffer): New function.
22760 2000-04-16  Stephen Eglen  <stephen@gnu.org>
22762         * iswitchb.el (iswitchb-case): New function.  If the user input
22763         contains any upper-case characters, the search is made
22764         case-sensitive.
22766 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
22768         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
22769         comment-end.
22770         (texinfo-font-lock-syntactic-keywords): New var.
22771         (texinfo-font-lock-keywords): Remove comment regexp.
22772         (texinfo-insert-block): New function.
22773         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
22774         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
22775         and font-lock-defaults.  Use regexp-opt for outline-regexp.
22776         (texinfo-environments): New var.
22777         (texinfo-environment-regexp): Use regexp-opt and
22778         texinfo-environments.
22780         * textmodes/ispell.el (ispell-menu-map-needed): Check that
22781         ispell-process is bound since this might be eval'd before ispell
22782         is loaded.
22783         (ispell-message): Use a tiny bit less magic and a bit more hard
22784         data to figure out what kind of sc-cite-regexp to use.
22786         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
22788         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
22789         (insert-cyclic-diary-entry): Unquote the lambda.
22791         * gud.el (gud-jdb-build-source-files-list): Fix typo.
22793         * files.el (backup-enable-predicate): Unquote the lambda.
22795         * cus-edit.el (custom-face, face): Unquote the lambda.
22797 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
22799         * ps-print.el: Check for line-beginning-position definition.
22801         * ps-print.el: Fix counting lines in a region.
22802         (ps-print-version): New version number (5.1.5).
22803         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
22804         (ps-printing-region): Fun code fix.
22806 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
22808         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
22809         to file-directory-p.
22811 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
22813         * gud.el (gud-jdb-build-source-files-list): Check that directory
22814         exists before calling directory-files.
22816 2000-04-13  Dave Love  <fx@gnu.org>
22818         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
22819         syntax.
22821         * emacs-lisp/cl-specs.el: Remove when, unless.
22823         * emacs-lisp/cl-extra.el: Don't quote keywords.
22824         (cl-old-mapc): New variable.
22825         (mapc): Use it.
22826         (cl-map-intervals): Use with-current-buffer.  Don't check for
22827         next-property-change.
22828         (cl-map-overlays): Use with-current-buffer.
22829         (cl-expt): Remove.
22830         (copy-tree, remprop): Define unconditionally.
22832         * emacs-lisp/cl-compat.el (keywordp): Remove.
22834         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
22835         to use keywordp.
22836         (edebug-spec): Enable keywordp.
22838         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
22839         string-lessp.
22841         * cus-start.el: Use keywordp.
22843 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
22845         * diary-lib.el (include-other-diary-files): Fix the fix of
22846         2000-02-18 by doing a save-excursion.
22848 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
22850         * ps-print.el: Customization fix, doc fix.
22851         (ps-print-version): New version number (5.1.4).
22852         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
22853         (ps-print-preprint): Adjust code.
22854         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
22855         (ps-print-prologue-header, ps-print-control-characters)
22856         (ps-spool-config): Customization fix.
22858 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
22860         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
22861         converted to the new menu-item format, names silightly changed,
22862         help strings added.
22864         Support for spelling without async subprocesses:
22866         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
22867         (ispell-session-buffer): New variables.
22868         (ispell-start-process, ispell-process-status,
22869         ispell-accept-output, ispell-send-string): New functions, for
22870         Ispell invocation when async subprocesses aren't supported.
22871         (ispell-word, ispell-pdict-save, ispell-command-loop,
22872         ispell-process-line, ispell-buffer-local-parsing): Replace calls
22873         to process-send-string with calls to ispell-send-string, and
22874         accept-process-output with ispell-accept-output.
22875         (ispell-init-process): Call ispell-process-status instead of
22876         process-status with.
22877         (ispell-init-process): Call ispell-start-process.  Call
22878         ispell-accept-output and ispell-send-string.  Don't call
22879         process-kill-without-query and kill-process if they are unbound.
22880         (ispell-async-processp): New function.
22882 2000-04-12  Dave Love  <fx@gnu.org>
22884         * info.el: Add debug-ignored-errors.
22885         (Info-mode-menu): Add some items.
22886         (Info-directory): Add autoload cookie.
22888         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
22889         Modify `truncate-lines'.  Make `describe-language-environment'
22890         always visible and add help.  Modify `describe-key' help.  Invoke
22891         Info-directory from `info'.  New entry `emacs-manual'.
22893 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
22895         * progmodes/ebrowse.el (ebrowse-tree-mode):
22896         Use propertized-buffer-identification.
22897         (ebrowse-update-member-buffer-mode-line): Likewise.
22898         (ebrowse--mode-strings): Removed.
22899         (ebrowse--mode-line-props): Removed.
22901         * files.el (auto-mode-alist): Add `EBROWSE'.
22903         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
22904         space before testing for end of buffer.
22905         (ebrowse-load): Removed.
22906         (ebrowse-revert-tree-buffer-from-file): Rewritten.
22907         (ebrowse-create-tree-buffer): Rewritten.
22908         (ebrowse-tree-mode): Read tree from buffer.
22910         * progmodes/ebrowse-ffh.el: Removed.
22912 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
22914         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
22916 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
22918         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
22919         at the wrong place.
22921 2000-04-09  Dave Love  <fx@gnu.org>
22923         * files.el (backup-enable-predicate):
22924         Use temporary-file-directory, small-temporary-file-directory.
22925         (make-backup-file-name-function, backup-directory-alist): New vars.
22926         (make-backup-file-name-1): New function.
22927         (make-backup-file-name): Use it.
22928         (find-backup-file-name): Likewise.  Use format for clarity, not concat.
22929         (file-newest-backup): Use make-backup-file-name.
22931 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
22933         * progmodes/ebrowse-ffh.el: New file.
22935         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
22936         Moved to ebrowse-ffh.el.
22937         (ebrowse-load): Add autoload.
22939         * finder.el (finder-commentary): Add autoload cookie.
22941         * mail/rfc2368.el: Correct author's email address.
22943         * progmodes/ebrowse.el: New file.
22945         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
22946         item help string.
22947         (easy-menu-do-add-item): Ditto.
22948         (easy-menu-define): Extend doc string.
22950         * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
22951         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
22952         (jit-lock-function, jit-lock-stealth-fontify): Don't use
22953         with-buffer-unmodified.
22955 2000-04-08  Dave Love  <fx@gnu.org>
22957         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
22958         unless, when.
22960 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
22962         * viper-util.el (viper-put-on-search-overlay): New subroutine.
22963         (viper-flash-search-pattern): No operation when using Emacs
22964         doesn't support face.
22965         Use `viper-put-on-search-overlay'.
22967 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
22969         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
22970         like C-r.
22972         * progmodes/make-mode.el: Some doc fixes.
22973         (makefile-mode-abbrev-table): New variable.
22974         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
22975         (makefile-font-lock-keywords): Fontify includes and conditionals.
22976         (toplevel): Require `dabbrev' and `add-log' when compiling.
22978         * replace.el (perform-replace): Don't move forward one char
22979         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
22980         to do that because it leaves point 1 position after the last
22981         replacement, after everything has been replaced.
22983         * jit-lock.el (with-buffer-unmodified): New macro.
22984         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
22985         modified state.
22986         (jit-lock-function-1): Extracted from jit-lock-function; not
22987         preserving buffer's modified state.
22988         (jit-lock-function, jit-lock-stealth-fontify):
22989         Call jit-lock-function-1.
22991         * mail/rfc2368.el: Remove supernumerary copyright line.
22993 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
22995         * glasses.el: Provide facilities for inserting space before left
22996         parentheses and uncapitalization of identifiers.
22997         (glasses-mode): Try to remove old overlays in all cases.
22999 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
23001         * progmodes/compile.el (compile-internal): Display the compilation
23002         buffer in a different frame, if it's already displayed there.
23004         * mail/rfc2368.el: New file.
23006         * simple.el (sendmail-user-agent-compose): Recognize a `body'
23007         header and insert its value as mail body.
23009         * subr.el (member-ignore-case): New function.
23011         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
23012         (dabbrev--find-expansion): Ignore buffers matching a regexp
23013         from dabbrev-ignored-regexps.
23015         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
23016         to extensions handled by gzip.
23018 2000-04-03  Richard M. Stallman  <rms@gnu.org>
23020         * files.el (insert-directory): List the total free space
23021         along with the used space.
23023         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
23024         line is followed by one that matches CITATION-REGEXP, end the
23025         paragraph.
23027 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
23029         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
23030         (rmail-make-basic-summary-line): Use that option.
23032 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
23034         * international/mule-cmds.el (encoded-string-description):
23035         Rewritten.   Try pretty description for ISO 2022 escape sequences
23036         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
23037         for hexadecimal format.
23039 2000-04-01  Dave Love  <fx@gnu.org>
23041         * cpp.el: Change customization group to `c' from `C'.
23043         * vcursor.el (vcursor-move): Use display-color-p.
23045         * international/mule-util.el: Provide mule-utils.
23046         (string-to-sequence): Simplify and speed up.
23048         * international/mule.el (make-coding-system): Purecopy doc-string.
23050         * international/mule-cmds.el: Various menu changes.
23051         (describe-specified-language-support): Handle `Default'.
23052         (set-language-info): Purecopy `info'.
23054 2000-03-31  Andrew Innes  <andrewi@gnu.org>
23056         * vc.el (vc-backend-diff): Return the correct status if we had to
23057         retry the rcsdiff command without the --brief option.
23059 2000-03-31  Dave Love  <fx@gnu.org>
23061         * help.el (help-manyarg-func-alist): Correct several omissions.
23063         * add-log.el: Don't require cl, fortran.
23064         (add-log-current-defun-function): Doc fix.
23065         (change-log-version-number-regexp-list): Remove SCCS part.  Doc fix.
23066         (change-log-version-rcs): Function deleted.
23067         (change-log-version-number-search): Doc fix.
23068         Use vc-workfile-version. Avoid CL dolist.
23069         (add-change-log-entry): Just call add-log-current-defun to get
23070         defun.  Simplify somewhat.
23071         (change-log-get-method-definition-1): Likewise.
23072         (add-log-current-defun): Return nil if calling
23073         add-log-current-defun-function does so.  Move Fortran stuff to
23074         fortran.el.  Return string without properties.
23076         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
23077         and :alpha: char classes.
23079         * mail/supercite.el: Defvar curline when compiling.
23080         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
23081         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
23082         rather than a-zA-Z0-9 to allow non-ASCII characters.
23084 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
23086         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
23088         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
23089         Re-enable new code.
23091         * lpr.el (print-region-1): Use -d to specify printer name for
23092         systems `usg-unix-v*, `dgux', `hpux', `irix'.
23094 2000-03-31  Dave Love  <fx@gnu.org>
23096         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
23097         Look for function definition in symbol's function value slot first
23098         instead of first consulting byte-compile-function-environment.
23100 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
23102         * language/european.el ("Polish"): New language environment.
23103         (setup-polish-environment): New function.
23105 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
23107         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
23108         Disable new code.
23110         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
23111         trying to `load' the symbol of an autoload instead of the file
23112         recorded in the autoload.  Fix error messages.
23114 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
23116         * ps-print.el: PostScript programming fix for ghostview, doc fix.
23117         (ps-print-version): New version number (5.1.3).
23118         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
23119         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
23120         (ps-generate-postscript-with-faces): Code fix.
23121         (ps-color-values): XEmacs compatibility.
23122         (ps-print-background-image, ps-print-background-text, ps-printer-name)
23123         (ps-default-fg, ps-default-bg): Adjust customization.
23124         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
23125         (ps-color-scale): Renaming old ps-color-value fun.
23126         (ps-print-headers): Replace ps-print-header group to avoid conflict
23127         with ps-print-header variable.
23128         (ps-print-miscellany): New group.
23129         (ps-format-color, ps-rgb-color): New funs.
23130         (ps-default-foreground): New var.
23131         (ps-printer-name-option): New const.
23133 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
23135         * net/net-utils.el:
23136         (network-connection-host, network-connection-service): New variables
23137         (network-connection-mode): New mode, derived from comint-mode
23138         (network-connection-mode-setup): New function, saves host and
23139         service information in local variables.
23141         * lisp/locate.el:
23142         (locate-word-at-point): Added this function
23143         (locate): Default to using locate-word-at-point as input
23144         Run dired-mode-hook
23146 2000-03-29  Dave Love  <fx@gnu.org>
23148         * calendar/appt.el: Doc fixes.
23149         (appt-check): Convert min-to-app to a string before passing to
23150         appt-disp-window-function or concat.
23151         (appt-delete-window): Remove test for frame-root-window.
23152         (appt-select-lowest-window, appt-convert-time): Simplify.
23154         * emacs-lisp/bytecomp.el: Doc fixes.
23155         (byte-compile-file-form-autoload):
23156         Update byte-compile-function-environment.
23158 2000-03-29  Andreas Schwab  <schwab@suse.de>
23160         * emacs-lisp/autoload.el: Also print defsubst doc string specially.
23162         * dired.el (dired-insert-directory): If dired-free-space-program
23163         failed just delete its output.
23165 2000-03-29  Dave Love  <fx@gnu.org>
23167         * international/iso-cvt.el: Move provide to end.  Doc fixes.
23168         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
23169         (iso-iso2sgml, iso-sgml2iso): New functions.
23170         (iso-cvt-define-menu): Fix some entries and use backquote for
23171         clarity.
23173         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
23175 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
23177         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
23178         ISO-DATE.  If non-nil, return date in ISO 8601 format.
23180 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
23182         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
23183         if it ever becomes used.
23184         (log-edit-mode-hook): Default to vc-log-mode-hook.
23185         (log-edit-mode): Fix the docstring.
23187         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
23188         the code.
23190 2000-03-26  Dave Love  <fx@gnu.org>
23192         * net/browse-url.el (browse-url): Re-fix case of
23193         browse-url-browser-function being an alist.
23194         (browse-url): Add :link to defgroup.
23196         * files.el: Doc fixes.
23197         (file-truename): Include `[' in wildcard characters.
23198         (automount-dir-prefix): Customize.
23199         (find-file-wildcards): Add :version.
23200         (find-file-noselect): Simplify a mapcar call.
23202         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
23203         compatible with inf-lisp version.
23204         (eval-defun-1): Fix custom-declare-variable case.
23206 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
23208         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
23210 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
23212         * Makefile (COMPILE_FIRST): New macro.
23213         (compile-files): Compile files from COMPILE_FIRST first.
23215         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
23217         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
23218         matching open parenthesis in column 0 to defun-prompt-regexp
23219         only if open-paren-in-column-0-is-defun-start is set.
23221         * sun-curs.el: Require CL at compile-time only.
23223         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
23224         instead of copy-list which is a function from CL.
23225         (msb--choose-menu, msb--mode-menu-cond)
23226         (msb--create-buffer-menu-2): Use dolist instead of mapc.
23227         (msb--init-file-alist): Use mapcar instead of mapcan.
23228         (msb--aggregate-alist): Use mapcar instead of mapcan.
23229         Fix `(' in column 0 in doc string.
23230         (msb--add-separators): Use mapcar instead of mapcan.
23232         * cus-dep.el: Require CL at compile-time only.
23234 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
23236         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
23237         (byte-compile-warnings): New warning `noruntime'.
23238         (byte-compile-constants, byte-compile-variables): Fix docstring.
23239         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
23240         execute `eval-whenc-compile's body.
23241         (byte-compile-unresolved-functions): Fix docstring.
23242         (byte-compile-eval): New function.
23243         (byte-compile-callargs-warn): Check if the function will be available
23244         at runtime (via property `byte-compile-noruntime').
23245         (byte-compile-print-syms): New function.
23246         (byte-compile-warn-about-unresolved-functions): Also warn about
23247         `noruntime' functions (and use `byte-compile-print-syms').
23248         (byte-compile-file): Capitalize the message.
23250 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
23252         * mail/rmail.el (rmail-confirm-expunge): New user-option.
23253         (rmail-expunge): Ask for confirmation depending on the setting
23254         of rmail-confirm-expunge.
23256 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
23258         * Makefile (bootstrap-clean): If $(emacs) exists, build
23259         loaddefs.el first.  A loaddefs.el that's not up-to-date might
23260         cause a bootstrap failure because things don't autoload as expected.
23262 2000-03-23  Dave Love  <fx@gnu.org>
23264         * net/browse-url.el: Restore previous use of
23265         browse-url-maybe-new-window.
23267 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
23269         * ps-print.el: Skip banner page fix.
23270         (ps-print-version): New version number (5.1.2).
23271         (ps-begin-file, ps-end-file, ps-generate): Code fix.
23273 2000-03-23  Dave Pearson  <davep@davep.org>
23275         * net/quickurl.el Changed the type of parameter passed to the
23276         function defined by `quickurl-format-function'. Before only the
23277         text of the URL was passed. Now the whole URL structure is passed
23278         and the function is responsible for extracting the parts it requires.
23279         Changed the default of `quickurl-format-function' accordingly.
23280         (quickurl-insert): Changed the `funcall' of
23281         `quickurl-format-function' to match the above change.
23282         (quickurl-list-insert): Changed the `url' case so that it makes
23283         use of `quickurl-format-function', previous to this the format was
23284         hard wired.
23286 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
23288         * startup.el: Change some spellings for the X Window System.
23290 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
23292         * progmodes/make-mode.el (makefile-warn-suspicious-lines):
23293         Clean up the code and the regexp and make sure the cursor is
23294         temporarily moved to the suspicious line while querying the user.
23296 2000-03-22  Jason Rumney  <jasonr@gnu.org>
23298         * w32-fns.el (w32-charset-info-alist): Initialize.
23300 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
23302         * ps-print.el: N-up last page fix.
23303         (ps-print-version): New version number (5.1.1).
23304         (ps-end-file, ps-end-job, ps-generate): Code fix.
23306 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
23308         * files.el (find-file-run-dired): Update docstring.
23309         (find-directory-functions): New hook.
23310         (find-file-noselect): Run find-directory-functions rather than
23311         calling dired directly.
23313         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
23315         * pcvs.el: Add a minimal leading commentary.
23316         (cvs-make-cvs-buffer): Change the header part by removing the startup
23317         message and adding a `Module' entry.  Also replace the FOOTER and
23318         HEADER special fileinfos with the new support in ewoc for updating
23319         its own footer and header.
23320         (cvs-update-header): Update to use the header/footer of the ewoc.
23321         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
23322         (cvs-is-within-p): New function.
23323         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
23324         to only examine some subset of the buffers.
23326         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
23327         `format' instead of our own ad-hoc functions.
23328         Remove HEADER and FOOTER cases, now handled in the EWOC.
23329         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
23331         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
23332         output to avoid scaring the user.
23333         (cvs-parse-table): Catch message for non-up-to-date commits.
23335         * pcvs-defs.el (cvs-startup-message): Remove.
23336         (cvs-global-menu): New autoloaded menu.
23338         * pcvs-util.el (cvs-string-fill): Remove.
23340         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
23341         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
23342         PP part of it and also make it work for footers and headers.
23343         (ewoc-create): Drop POS and BUFFER arguments.
23344         Use the DLL's dummy node to store the end-of-footer position.
23345         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
23346         (ewoc-refresh): Remove unused `header' variable.
23347         (ewoc-(get|set)-hf): New functions.
23349         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
23350         log-view-*-(message|file) and use easy-mmode-define-navigation.
23351         (log-view-message-re): Match SCCS format as well.
23352         And match the revision line rather than the dashed separator line.
23353         (log-view-mode): Use the new define-derived-mode.
23354         (log-view-current-tag): Fill in with an actual implementation.
23356         * cvs-status.el (cvs-status-(prev|next)): Rename from
23357         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
23358         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
23359         to let the output "breathe" a little more (more readable).
23360         (cvs-status-mode): Use the new define-derived-mode.
23362         * smerge-mode.el (smerge-auto-leave): New function and variable.
23363         (smerge-basic-map): Rename from smerge-basic-keymap.
23364         Change the bindings for smerge-diff-*.
23365         (smerge-*-map): Use easy-mmode-defmap.
23366         (smerge-(next|prev)): Use easy-mmode-define-navigation.
23367         (smerge-keep-*): Use smerge-auto-leave.
23369 2000-03-21  Jason Rumney  <jasonr@gnu.org>
23371         * cus-edit.el (custom-button-face): Use 3D look for w32.
23372         (custom-button-pressed-face): Likewise.
23374 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
23376         * progmodes/etags.el (tags-case-fold-search): New user-option.
23377         (tags-loop-eval): New function.  Bind case-fold-search around eval
23378         depending on the value of tags-case-fold-search.
23379         (tags-loop-continue): Use tags-loop-eval.
23380         (find-tag-in-order): Bind case-fold-search depending on the value
23381         of tags-case-fold-search.
23383 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
23385         * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
23386         (diff-end-of-hunk): Return the end position for use in
23387         `easy-mmode-define-navigation'.
23388         (diff-recenter): Remove.
23389         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
23390         of `easy-mmode-define-navigation'.
23391         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
23392         previous renaming) and fix to use new names.
23393         (diff-merge-strings): Use \n as separator: simpler, faster.
23394         (diff-mode): Use `define-derived-mode'.
23396         * derived.el (define-derived-mode): Don't autoload anymore.
23397         Prefer the macro-only version provided by easy-mmode.el.
23399         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
23400         `easy-mmode-define-derived-mode'.  Use `combine-run-hooks'.
23401         (easy-mmode-define-navigation): New macro.
23403         * subr.el (combine-run-hooks): New function.
23405 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
23407         * term/x-win.el: Fontsets related initialization is simplified.
23409         * international/mule-diag.el (describe-font): Don't refer to
23410         global-fontset-alist, instead call font-list.
23411         (describe-fontset, list-fontsets, mule-diag): Likewise.
23412         (print-fontset): Adjusted for the change of fontset implementation.
23414         * international/fontset.el (x-charset-registries): Variable removed,
23415         instead the corresponding data is stored in the default fontset.
23416         (register-alternate-fontnames): Function removed.
23417         (resolved-ascii-font): Variable removed.
23418         (x-compose-font-name): Ignore the second argument REDOCE.
23419         (x-complement-fontset-spec): Complement only an ASCII font and
23420         element for those charsets than can use that ASCII font.
23421         (generate-fontset-menu): Don't refer to global-fontset-alist,
23422         instead call fontset-list.
23423         (uninstantiated-fontset-alist): Variable removed.
23424         (x-style-funcs-alist): Likewise.
23425         (fontset-default-styles): Likewise.
23426         (x-modify-font-name): Function removed.
23427         (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
23428         (create-fontset-from-ascii-font): Docsting adjusted for the above
23429         change.
23430         (instantiate-fontset, resolve-fontset-name): Functions removed.
23431         (fontset-list): Now implemented by C code.
23433         * faces.el (read-face-font): Fix TABLE arg to completing-read.
23434         (describe-face): Include `font' attribute in the description.
23436 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
23438         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
23440 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
23442         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
23443         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
23444         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
23446         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
23447         about behavior of set-buffer-modified-p wrt redisplay.
23449 2000-03-19  Richard M. Stallman  <rms@gnu.org>
23451         * view.el (view-mode-disable): Kill local binding of view-read-only.
23453 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
23455         * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
23456         is a string, convert it to a syntax cell using string-to-syntax.
23458         * simple.el (syntax-code-table, syntax-flag-table): New variables.
23459         (string-to-syntax): New function.
23461         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
23462         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
23463         try to use passive ftp mode.
23465 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
23467         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
23469         * simple.el (append-to-buffer): Update point of windows after
23470         insertion.
23472         * abbrev.el (inverse-add-abbrev): Identify word by first moving
23473         forward then moving backward.  Reindent.
23475         * frame.el (other-frame): Call x-focus-frame only if
23476         focus-follows-mouse is off.
23478 2000-03-17  Dave Love  <fx@gnu.org>
23480         * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
23482 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
23484         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
23485         regexp for labels cannot span several lines.
23487         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
23488         `(setq :<key> ':<key>)' to the macro expansion.
23490 2000-03-16  Dave Love  <fx@gnu.org>
23492         * progmodes/f90.el (f90): Put custom group under `languages', not
23493         `fortran'.
23494         (f90-mode-hook): Customize.
23495         (f90-mode): Set add-log-current-defun-function.
23496         (f90-current-defun): New function.
23498 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
23500         * cus-edit.el (custom-variable-tag-face): Handle case that
23501         default face's height is not a number.
23502         (custom-face-tag-face, custom-group-tag-face-1)
23503         (custom-group-tag-face): Ditto.
23504         (custom-group-tag-face-1): Add :group.
23506         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
23508 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
23510         * pcvs-defs.el (toplevel): Remove autoload cookie for form
23511         requiring easymenu.
23513 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
23515         * ps-print.el: PostScript user-defined prologue, PostScript error
23516         handler, doc fix.
23517         (ps-print-version): New version number (5.1).
23518         (ps-user-defined-prologue, ps-error-handler-message)
23519         (ps-print-prologue-0, ps-error-handler-alist): New vars.
23520         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
23521         (ps-insert-string): New function.
23523 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
23525         * international/ccl.el (ccl-compile-expression): Don't generate
23526         invalid self-assignment code.
23528 2000-03-14  Dave Love  <fx@gnu.org>
23530         * subr.el (replace-regexp-in-string): Renamed from
23531         replace-regexps-in-string.  Doc fix.
23533 2000-03-12  Dave Love  <fx@gnu.org>
23535         * cus-edit.el: Doc fixes.
23536         (customize-set-variable, customize-save-variable): Rename args for doc.
23537         (custom-variable-tag-face, custom-face-tag-face)
23538         (custom-group-tag-face-1, custom-group-tag-face): Modify from
23539         style which user identify as hyperlink.
23540         (hook): Don't add undefined functions to the hook.
23541         (debug-ignored-errors): Transfer message from bindings.el.
23543 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
23545         * recentf.el (recentf-keep-non-readable-files-p):
23546         Remove double/nested definition.
23548 2000-03-12  Dave Love  <fx@gnu.org>
23550         * facemenu.el (facemenu-get-face): Use display-color-p.
23551         * enriched.el (enriched-decode-foreground): Likewise.
23552         (enriched-decode-background): Likewise.
23553         * isearch.el (isearch-highlight): Likewise.
23554         * info-look.el (info-lookup): Likewise.
23555         * simple.el (completion-setup-function): Likewise.
23557         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
23558         :options.
23560         * bindings.el (mode-line-format): Fix line-number and
23561         column-number items.  Add help-echo for the background.
23562         (mode-line-mule-info): Modify help-echo.
23564         * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
23566         * files.el (load-file): Allow completion to .elc.
23568         * man.el: Doc fixes.
23569         (Man-init-defvars): Use display-color-p to set fontification.
23571         * play/hanoi.el (hanoi-internal): Don't use oddp.
23573 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
23575         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
23577         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
23579 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
23581         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
23582         Fix comment.
23584 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
23586         * font-lock.el (font-lock-keywords): Fix the doc now that
23587         regexp-opt-depth is unnecessary.
23588         (save-buffer-state): Set an edebug spec.
23589         (font-lock-fontify-anchored-keywords): Properly handle the case when
23590         the matcher goes past the limit.
23592         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
23593         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
23595         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
23596         dll.el and cookie.el (from Elib) with heavy renaming and other
23597         massaging.
23599         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
23600         Autoload the functions used.
23601         (easy-mmode-define-syntax): Fix CL typo.
23602         (easy-mmode-define-derived-mode): Improve the docstring generation.
23604 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
23606         * textmodes/texinfo.el (texinfo-version): Variable and function
23607         removed.
23609 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
23611         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
23612         allow more flexibility.
23613         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
23614         (easy-mmode-defmap, easy-mmode-defsyntax)
23615         (easy-mmode-define-derived-mode): New macros.
23617 2000-03-09  Didier Verna  <didier@xemacs.org>
23619         * rect.el (replace-rectangle): New function.
23621 2000-03-09  Dave Love  <fx@gnu.org>
23623         * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
23624         (fortran-comment-line-start-skip): Don't match cpp stuff.
23625         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
23626         (fortran-mode-map): Remove over-eager custom-menu-create for now.
23627         (fortran-mode): Don't set fortran-comment-line-start-skip,
23628         fortran-comment-line-start here.  Set comment-start,
23629         add-log-current-defun.
23630         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
23631         (fortran-current-defun): New function.
23633 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
23635         * emacs-lisp/re-builder.el: New file.
23637         * mouse.el (mouse-drag-region): Don't run up-event handler
23638         if hscroll has changed.
23640         * octave-mod.el (octave-font-lock-keywords): To font-lock the
23641         builtin operators, use `font-lock-builtin-face' for Emacs and
23642         `font-lock-preprocessor-face' otherwise.
23644         * font-lock.el (lisp-font-lock-keywords-1): Highlight
23645         `(defun (setf foo)' differently.
23647 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
23649         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
23650         (regexp-opt): Update comment and adapt the code the new meaning of
23651         the `paren' argument of regex-opt-group for shy-groups.
23652         (regexp-opt-depth): Handle shy groups as well as backslashed
23653         backslashes.
23654         (regexp-opt-group): Turn the leading comment into a docstring.
23655         Allow `paren' to be a string (the string to use to open a group).
23656         Remove open-presuf and close-presuf.  Instead of checking for `all
23657         one-char' and then later on check for `several one-char', handle
23658         both cases close together.  Also apply a more generic algorithm
23659         for suffixes (the mirror image of the algorithm used for
23660         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
23661         (regexp-opt-try-suffix): Removed.
23663         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
23664         from comint-mode-map, so we can just inherit from it.  Also, move
23665         the initialization into the `defvar' since there's no docstring
23666         anyway and it's fairly short.
23667         (inferior-scheme-mode): Define it as derived-mode: the code is
23668         shorter and this way we inherit from comint-mode-map rather than
23669         copying it.
23671         * subr.el (replace-regexps-in-string): Properly handle the case
23672         where we match an empty string.
23674         * comint.el (comint-exec-1): Add the current-dir to the exec-path
23675         when the command has a directory component (such as "./testml").
23676         Also fix a typo in the comment.
23678 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
23680         * Makefile (compile-files): Compile files one by one because
23681         that's the only way to ensure a clean compilation environment for
23682         each individual file.
23684         * frame.el (other-frame): Call x-focus-frame.
23686 2000-03-07  Dave Love  <fx@gnu.org>
23688         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
23689         :require to defcustom.
23691         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
23693         * files.el (auto-mode-alist): Add configure.in.
23695         * progmodes/autoconf.el: New file.
23697 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
23699         * mail/mh-e.el: Change maintainer to `none'.
23701         * recentf.el (recentf-keep-non-readable-files-p): Quote args
23702         to remove-hook and add-hook.
23704 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
23706         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
23707         it as the default.
23708         (mail-send): Test mail-send-nonascii also for the new `mime' value.
23709         (sendmail-send-it): Conditionally add MIME headers specifying the
23710         used character set.
23712 2000-03-07  Dave Love  <fx@gnu.org>
23714         * winner.el: Fix keywords, autoload cookies.
23715         Split eval-when-compile form to avoid compilation failure.
23717 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
23719         * international/mule.el: Modify comment about coding system
23720         property `coding-category'.
23721         (make-coding-system): New argument EOL-TYPE.  Pay attention to
23722         coding-category property of PROPERTIES.
23724         * international/mule-conf.el (coding-category-utf-8)
23725         (coding-category-utf-16-be, coding-category-utf-16-le): New coding
23726         categories.  Include them in the argument for set-coding-priority.
23728         * international/mule-cmds.el (reset-language-environment):
23729         Include coding-category-utf-8, coding-category-utf-16-be, and
23730         coding-category-utf-16-le in the argument for set-coding-priority.
23731         (reset-language-environment): Initialize coding-category-utf-8,
23732         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
23734 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
23736         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
23737         code abstracted out of `bookmark-jump-noselect'.  Now tries info
23738         extensions as well as compression extensions.
23739         (bookmark-jump-noselect): Use above new func.
23741 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
23743         * strokes.el: Change maintainer's mail address.
23745 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
23747         * international/mule-diag.el (list-character-sets): Make help-echo
23748         string by substitute-command-keys.
23749         (list-character-sets): Likewise.
23750         (sort-listed-character-sets): Call help-setup-xref.
23752 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
23754         * time.el (display-time-mail-file): Add `none' to the list of choices.
23756 2000-03-01  Dave Love  <fx@gnu.org>
23758         * help.el (help-xref-go-back): Don't try to set position.
23760         * international/mule-diag.el (list-character-sets):
23761         Call help-setup-xref.  Add help-echo to xrefs.
23762         (list-character-sets-1): Add help-echo to xrefs.
23764 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
23766         * frame.el (blink-cursor-mode): Switch cursor on when turning
23767         the mode off.
23769         * add-log.el (add-log-current-defun): Add support for
23770         Autoconf mode.
23772         * mail/rmail.el (rmail-quit-hook): New variable.
23774 2000-03-01  Dave Love  <fx@gnu.org>
23776         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
23778         * help.el (help-xref-button): Add help-echo arg.
23779         (describe-function-1, describe-variable, help-make-xrefs): Use it.
23781         * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
23783         * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
23785 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
23787         * image.el (defimage): Look for image files in load-path.
23789         * frame.el (busy-cursor-delay-seconds): Change type to `number'.
23791 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
23793         * recentf.el (recentf): Added version tag to the defgroup of recentf.
23795 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
23797         * recentf.el (recentf-cleanup): Changed to remove excluded file too.
23798         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
23799         action to select/unselect a file.
23800         (recentf-edit-list): Code cleanup and improvement.
23801         (recentf-open-more-files-action): `recentf-open-more-files' button
23802         widget action to open a file.
23803         (recentf-open-more-files): No more use standard completion but widgets.
23804         (recentf-more-collection): Deleted.
23805         (recentf-more-history): Deleted.
23806         (recentf-setup-more-completion): Deleted.
23808 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
23810         * recentf.el (recentf-mode): No more needs that Emacs is running
23811         under a window-system.
23813 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
23815         * recentf.el (recentf-edit-list): New command to edit the recent
23816         list which allow the user to remove files.
23817         (recentf-edit-selected-items): New global variable, used by
23818         `recentf-edit-list' to hold the list of files to be removed from
23819         the recent list.
23820         (recentf-make-menu-items): Updated to display a "Edit list..."
23821         menu item.  Minor code cleanup.
23823 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
23825         * recentf.el (recentf-open-more-files): New command to open files
23826         that are not displayed in the menu.
23827         (recentf-more-collection): New global variable holding the set of
23828         permissible completions used by `recentf-open-more-files'.
23829         (recentf-more-history): New global variable holding the history list
23830         used by `recentf-open-more-files' completion.
23831         (recentf-setup-more-completion): New function to setup completion for
23832         `recentf-open-more-files'.
23833         (recentf-make-menu-items): Updated to display a "More..." menu item.
23835 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
23837         * recentf.el (recentf-menu-action): Doc fixed.
23839 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
23841         * recentf.el (recentf-menu-filter): Doc updated.
23842         (recentf-update-menu-hook): Allow menu filters to force menu update.
23843         (recentf-make-menu-items): New menu filter handling.
23844         (recentf-make-menu-item): New helper function.
23845         (recentf-menu-elements): New menu handling function.
23846         (recentf-sort-ascending): Updated to new menu filter handling.
23847         (recentf-sort-descending): Updated to new menu filter handling.
23848         (recentf-sort-basenames-ascending): New menu filter function.
23849         (recentf-sort-basenames-descending): New menu filter function.
23850         (recentf-show-basenames): New menu filter function.
23851         (recentf-show-basenames-ascending): New menu filter function.
23852         (recentf-show-basenames-descending): New menu filter function.
23854 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
23856         * diary-lib.el (list-diary-entries): Don't try to go forward at
23857         the end of the buffer.
23859 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
23861         * international/mule-diag.el (list-character-sets):
23862         Completely rewritten.
23863         (sort-listed-character-sets): New function.
23864         (list-character-sets-1): Completely rewritten.
23865         (list-character-sets-2): New function.
23866         (non-iso-charset-alist): New variable.
23867         (decode-codepage-char): New function.
23868         (charset-history): New variable.
23869         (read-charset) (list-block-of-chars)
23870         (list-iso-charset-chars)
23871         (list-non-iso-charset-chars)
23872         (list-charset-chars): New functions.
23873         (mule-diag): Call list-character-sets-2, not list-character-sets-2.
23874         (dump-charsets): Likewise.
23876 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
23878         * dired-x.el (dired-filename-at-point): Add `@' to valid
23879         file name characters.
23880         (dired-filename-at-point): Handle ange-ftp file names.
23882         * frame.el (frame-notice-user-settings): Use assq-delete-all
23883         instead of assoc-delete-all.
23884         (frame-notice-user-settings): Ditto.
23886         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
23887         Don't copy alist.
23889 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
23891         * calculator.el (calculator-use-menu): New option.
23892         (calculator-initial-bindings): Changed some bindings to work as macros.
23893         (calculator-forced-input): Removed.
23894         (calculator-restart-other-mode): New variable.
23895         (calculator-mode-map): Set up menu.
23897 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
23899         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
23901 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
23903         * viper-cmd.el (viper-envelop-ESC-key): Add the option to
23904         translate all ESC key sequences.
23905         (viper-goto-mark-subr): Restore markers for files for which
23906         they were saved.
23907         * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
23908         * viper-util.el (viper-set-replace-overlay-glyphs)
23909         (viper-set-replace-overlay): Always check if the replacement
23910         overlay is live.
23911         * viper.el (viper-vi-state-mode-list): Add major modes.
23912         * ediff-wind.el: Minor comment changes.
23913         * ediff.el: Copyright notice date fix.
23915 2000-02-27  Jason Rumney  <jasonr@gnu.org>
23917         * faces.el (face-font-family-alternatives): Add arial to helv.
23918         (mode-line, header-line, tool-bar): Same default as x for w32.
23919         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
23920         face-font-family-alternatives from working.
23921         * term/w32-win.el (mouse-set-font): Do not build fontset from
23922         chosen font.
23924 2000-02-25  Sam Steingold  <sds@goems.com>
23926         * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
23927         properly.
23929 2000-02-25  Richard M. Stallman  <rms@gnu.org>
23931         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
23933 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
23935         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
23937         * frame.el (busy-cursor-delay-seconds): New option.
23939 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
23941         * frame.el (show-cursor-in-non-selected-windows): New option.
23943 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
23945         * diary-lib.el (include-other-diary-files): Undo the selective
23946         display in any included file and don't kill it.
23948 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
23950         * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
23951         Menu items converted to (menu-item format, help strings added.
23952         [downcase, upcase]: Don't enable on MS-DOS.
23953         [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
23954         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
23956 2000-02-23  Dave Love  <fx@gnu.org>
23958         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
23959         (backward-kill-word): Revert addition of * to interactive spec --
23960         it's a feature.
23962         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
23963         (backward-kill-sentence, kill-sentence): Likewise.
23965         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
23966         scratch buffer name.
23967         (gud-format-command): Use int-to-string in ?l case.  Simplify slightly.
23969         * term/w32-win.el (internal-face-interactive): Update prompt for
23970         new read-face-name.
23972         * mail/footnote.el (footnote): Add :version to defgroup.
23973         (footnote-section-tag-regexp): Customize.
23974         (footnote-start-tag, footnote-end-tag): New option.
23975         (footnote-latin-regexp): New variable.
23976         (Footnote-latin): New function.
23977         (footnote-style-alist): Add element for latin style.
23978         (footnote-style): Moved.
23979         (Footnote-goto-footnote): Use eq to test arg.
23981         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
23983         * emacs-lisp/byte-opt.el: Change old backquote syntax.
23984         (byte-compile-trueconstp): Include keywords.
23985         (byte-optimize-quote, byte-optimize-lapcode):
23986         Use byte-compile-const-symbol-p.
23987         (byte-optimize-char-before): New optimization.
23989         * emacs-lisp/bytecomp.el: Change old backquote syntax.
23990         (byte-compile-const-symbol-p): New function.
23991         (byte-compile-constp, byte-compile-out-toplevel)
23992         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
23993         Use it.
23995         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
23997 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
23999         * international/encoded-kb.el: Be sure to update minor-mode-alist
24000         and minor-mode-map-alist.
24001         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
24002         codes SS2 and SS3 correctly.
24003         (encoded-kbd-self-insert-ccl): New function.
24004         (encoded-kbd-setup-keymap): New function.
24005         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
24006         by calling encoded-kbd-setup-keymap.
24008         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
24009         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
24011 2000-02-22  Dave Love  <fx@gnu.org>
24013         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
24014         (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
24015         (lisp-mode-syntax-table): Set up for #|...|# comments.
24016         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
24017         classes.  Match `defface'.
24018         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
24019         (eval-defun-1): Fix for defcustom.
24020         (lisp-indent-region): Doc fix.
24022         * subr.el (when, unless, split-string): Doc fix.
24023         (read-passwd): Move call of clear-this-command-keys to the right place.
24024         (replace-regexps-in-string): New function.
24026 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
24028         * help.el (describe-variable): Set syntax table to
24029         emacs-lisp-mode-syntax-table when moving forward over the
24030         symbol's name.
24032 2000-02-22  Dave Love  <fx@gnu.org>
24034         * xt-mouse.el: Doc fixes.
24035         (xterm-mouse-position-function): New function, replacing advice of
24036         mouse-position.
24037         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
24039         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
24041 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
24043         * format.el (format-annotate-single-property-change):
24044         Handle properties with dotted-list values.
24045         (format-proper-list-p): New function.
24047         * enriched.el (enriched-face-ans): Handle '(foreground-color
24048         . COLOR) and (background-color . COLOR).
24050 2000-02-20  Dave Love  <fx@gnu.org>
24052         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
24053         and assignments to it.
24054         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
24055         current local map.
24056         (make-flyspell-overlay): Use it.
24057         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
24059         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
24060         (lm-get-header-re): Defun, not defsubst.
24061         (lm-get-package-name): Defun, not defsubst.  Simplify.
24062         (lm-version): Doc fix.  Simplify.
24063         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
24064         (lm-crack-address, lm-last-modified-date, lm-commentary)
24065         (lm-verify, lm-synopsis): Simplify.
24066         (lm-report-bug): Require emacsbug.  Use compose-mail.
24068 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
24070         * dired.el (dired-mode): Call propertized-buffer-identification
24071         to set mode-line-buffer-identification to something having
24072         the right text properties.
24074         * bindings.el (propertized-buffer-identification): New function.
24076 2000-02-20  Dave Love  <fx@gnu.org>
24078         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
24079         check for t-mouse too.
24081         * cus-start.el: Make echo-keystrokes `number'.
24083 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
24085         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
24086         Don't call ring-empty-p unless tags-location-ring is bound.
24087         From Noah Friedman <friedman@splode.com>.
24089 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
24091         * progmodes/hideshow.el (hs-flag-region): No longer use
24092         `intangible' overlay property.
24094         (hs-toggle-hiding): New command.
24095         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
24097         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
24098         Fix omission bug: Run `hs-minor-mode-hook' for both activation
24099         and deactivation.
24101 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
24103         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
24105 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
24107         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
24109         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
24110         of `*' to handle `(* ... *)' comments.
24112 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
24114         * faces.el (list-faces-display): Use display-mouse-p instead of
24115         window-system.
24117         * menu-bar.el (global-map): Menu-bar items converted to the new
24118         format (menu-item..., rearranged for better CUA compliance, and
24119         their names changed for better clarity.  Help strings added.
24121         * international/mule-cmds.el (mule-menu-keymap)
24122         (describe-language-environment-map, set-coding-system-map)
24123         (setup-language-environment-map): Convert to new (menu-item...
24124         form, add help strings.  Change names of menu items for better clarity.
24125         "Mule" menu-bar item removed (it's now in the "Options" submenu).
24127 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
24129         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
24130         within the code.
24132 2000-02-16  Dave Love  <fx@gnu.org>
24134         * faces.el: Don't require custom.  Add more specific :groups to
24135         various deffaces.
24136         (set-face-attribute): Purecopy args.
24137         (read-face-name): Default to name at point and use it in prompt.
24138         Remove colon from arg in all callers.
24139         (list-faces-display): Hyperlink to face descriptions and customize
24140         buffers.
24142 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
24144         * wid-edit.el (widget-match-inline): An atom never matches a list.
24146 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
24148         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
24149         at ':' characters by call to split-string.
24151 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
24153         * textmodes/bibtex.el: Added RCS version identification.
24155 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
24157         * textmodes/bibtex.el: Some temporary comments removed.
24158         (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
24159         (bibtex-field-const): Allow capital letters.
24160         (bibtex-start-of-string): Deleted because unused.
24162         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
24163         use the term 'reference' to describe a bibtex entry as a whole.
24164         Further, reference keys are no longer called 'labels'.
24165         (bibtex-keys): Renamed to bibtex-reference-keys.
24166         (bibtex-reformat-previous-labels): Renamed to
24167         bibtex-reformat-previous-reference-keys.
24168         (bibtex-reference-type): Renamed to bibtex-entry-type.
24169         (bibtex-reference-head): Renamed to bibtex-entry-head.
24170         (bibtex-reference-maybe-empty-head): Renamed to
24171         bibtex-entry-maybe-empty-head.
24172         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
24173         (bibtex-search-reference): Renamed to bibtex-search-entry.
24174         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
24175         bibtex-enclosing-entry-maybe-empty-head.
24176         (bibtex-entry-field-alist, bibtex-entry-head)
24177         (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
24178         (bibtex-map-entries, bibtex-search-entry)
24179         (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
24180         (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
24181         (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
24182         (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
24183         (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
24184         (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
24185         (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
24187 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
24189         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
24190         comment.
24191         (bibtex-format-field-delimiters): New function, functionality
24192         extracted from bibtex-format-entry.
24193         (bibtex-autokey-get-yearfield-digits): New function, functionality
24194         extracted from bibtex-autokey-get-yearfield.
24196         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
24197         entries in order to avoid stack overflow in the regexp matcher if
24198         field contents become large.
24199         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
24200         (bibtex-field-string-part-not-braced)
24201         (bibtex-field-string-part-no-inner-braces)
24202         (bibtex-field-string-part-1-inner-brace)
24203         (bibtex-field-string-part-2-inner-braces)
24204         (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
24205         (bibtex-field-string-quoted, bibtex-field-string)
24206         (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
24207         (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
24208         (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
24209         Deleted as parsing is now performed by the following functions.
24210         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
24211         (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
24212         (bibtex-parse-field-string, bibtex-search-forward-field-string)
24213         (bibtex-parse-association, bibtex-field-name-for-parsing)
24214         (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
24215         (bibtex-search-forward-field, bibtex-search-backward-field)
24216         (bibtex-start-of-field, bibtex-end-of-field)
24217         (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
24218         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
24219         (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
24220         (bibtex-parse-string, bibtex-search-forward-string)
24221         (bibtex-search-backward-string, bibtex-start-of-string)
24222         (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
24223         (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
24224         (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
24225         entries.  Instead of reporting the results of the parsing by
24226         match-beginning or match-end, these functions return data structures
24227         that hold the corresponding positions.
24228         (bibtex-enclosing-field): Changed to also report field boundaries by
24229         return values rather than by match-beginning or match-end.
24230         The following functions have been adapted to use the new
24231         parsing functions.
24232         (bibtex-skip-to-valid-entry, bibtex-search-reference)
24233         (bibtex-enclosing-field, bibtex-format-entry)
24234         (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
24235         (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
24236         (bibtex-print-help-message, bibtex-end-of-entry)
24237         (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
24238         (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
24239         (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
24240         Use the new method for parsing.
24241         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
24242         (bibtex-map-entries, bibtex-flash-head)
24243         (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
24244         (bibtex-autokey-change, bibtex-autokey-get-namefield)
24245         (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
24246         (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
24247         (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
24248         (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
24249         (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
24250         order to make the new binding of case-fold-search immediately visible.
24252 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
24254         * textmodes/bibtex.el: Copyright notice is up to date.
24255         Added constant 'bibtex-maintainer-salutation.
24257         * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
24258         than make-temp-name, use match-string-no-properties and eliminate
24259         a quadratic behavior when building bibtex-strings.
24261         * bibtex.el (bibtex-reference-key): Accept string entries whose
24262         reference key contains upper case letters.
24264 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
24266         * bibtex.el (bibtex-reference-head): Allow entries to start with
24267         a new line.
24269 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
24271         * bibtex.el: Hiding of entry bodies is not longer provided by
24272         bibtex.el directly.  Instead the hideshow package can be used.
24273         Added a special bibtex entry to hs-special-modes-alist.
24274         (bibtex-hs-forward-sexp): Added for hideshow.el.
24276 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
24278         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
24279         proceedings entry type (for cross referencing). Thanks to Wagner
24280         Toledo Correa for the suggestion.
24282         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
24284 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
24286         * international/characters.el: Setup case table for Vietnamese.
24288 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
24290         * uniquify.el (toplevel): Require CL at compile time.
24291         (uniquify-push): Removed.
24293         * shadowfile.el (shadow-when): Removed.
24295         * tempo.el (tempo-dolist, tempo-mapc): Removed.
24296         (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
24298         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
24299         regexp for paragraph-start.
24301         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
24302         commas as well.
24304 2000-02-10  Dave Love  <fx@gnu.org>
24306         * wid-edit.el: (widgets) [defgroup]: Remove url link.
24307         (widget-color-choice-list, widget-color-history, widget-mouse-help):
24308         Deleted.
24309         (widget-specify-field, widget-specify-button): Don't use
24310         widget-mouse-help as help-echo property.
24311         (default): Use #'ignore for :validate and :mouse-down-action.
24312         (checkbox): Add help-echo.
24313         (widget-sexp-validate): Rewritten to clarify error messages.
24314         (character): Use char-valid-p in :match function.
24315         (widget-color-complete): Use facemenu-color-alist.
24316         (widget-color-action): Use facemenu-read-color.
24318         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
24319         set up `caar' &c that we now have.
24321 2000-02-09  Ray Blaak  <blaak@gnu.org>
24323         * delphi.el: Make resourcestring a declaration region, like const
24324         and var.
24326 2000-02-09  Dave Love  <fx@gnu.org>
24328         * bindings.el (mode-line-input-method-map): New variable.
24329         (mode-line-mule-info): Use it; fix last change.
24330         (mode-line-mode-menu): Move definition.
24331         (mode-line-mouse-sensitive-p): Deleted.
24332         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
24333         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top level.
24335         * startup.el (command-line-1): Don't call
24336         make-mode-line-mouse-sensitive.
24338 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
24340         * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
24341         before rmail-toggle-header, because the former toggles headers.
24343 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
24345         * diff-mode.el (diff-kill-junk): New interactive function.
24346         (diff-reverse-direction): Use delete-and-extract-region.
24347         (diff-post-command-hook): Restrict the area so that the hook also works
24348         outside of any diff hunk.  This is necessary for the minor-mode.
24349         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
24350         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
24352         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
24353         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
24354         so that it can be used more easily in <foo>-mode-hook.  Also make sure
24355         to avoid duplicate entries.
24356         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
24357         (font-lock-remove-keywords): Just as was done for `add', allow it to
24358         work even if font-lock-mode is nil.  Also make sure we don't modify
24359         any pre-existing list by forcing a copy-sequence.  Finally rename
24360         `major-mode' to `mode'.
24361         (font-lock-fontify-syntactic-anchored-keywords)
24362         (font-lock-fontify-anchored-keywords)
24363         (font-lock-fontify-keywords-region): Use line-end-position.
24364         Don't make `font-lock-multiline' local (it's now done in
24365         font-lock-set-defaults).
24366         (font-lock-set-defaults): Make `font-lock-multiline' local.
24367         Move the `font-lock-fontified' creation to inside the `unless'.
24369 2000-02-06  Andrew Innes  <andrewi@gnu.org>
24371         * term/w32-win.el (x-handle-args): Comment out call to message,
24372         which occurs before window system is initialized.
24374         * makefile.nt: Add support for recompiling lisp code.
24376 2000-02-04  Dave Love  <fx@gnu.org>
24378         * bindings.el (mode-line-mule-info): Fix/extend last change.
24380         * completion.el: Replace completion-dolist with dolist.
24382         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
24384 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
24386         * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
24387         environment names before they go into the section regexp.
24389         * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
24390         char class in regexp.
24392         * textmodes/reftex-parse.el (reftex-with-special-syntax):
24393         Bind `case-fold-search' to nil.
24395         * progmodes/idlwave.el (idlwave-template):
24396         Respect `idlwave-abbrev-change-case'.
24397         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
24398         (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
24399         (idlwave-while): Respect `idlwave-reserved-word-upcase'.
24400         (idlwave-rw-case): New function.
24401         (idlwave-statement-match): Fixed problem with assignment regexp.
24402         (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
24403         (idlwave-surround): New argument LENGTH to support padding of
24404         operators longer than 1 char.
24406         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
24407         idlwave-shell-expression-overlay.  Implemented printing of
24408         expressions on higher levels of the calling stack.
24409         (idlwave-shell-display-level-in-calling-stack): Restore stack level.
24410         (idlwave-retrieve-expression-from-level): New function.
24411         (idlwave-shell-last-calling-stack): Variable removed.
24412         (idlwave-shell-reset): Argument action reversed (`visible' to
24413         `hidden').  Also remove stop-line overlay.
24414         (idlwave-shell-calling-stack-routine): New variable.
24415         (idlwave-shell-parse-stack-and-display): Messages now display
24416         negative level numbers.
24417         (idlwave-shell-mode): Set `modeline-format'.
24418         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
24419         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
24420         (idlwave-shell-print-expression-function): New option.
24422         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
24423         (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
24424         `tool-bar' instead of `toolbar'.
24426 2000-02-02  Dave Love  <fx@gnu.org>
24428         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
24429         emacs-lisp-mode-hook.  Don't check for defalias being defined.
24431         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
24432         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
24433         Use the new builtins directly.
24435         * whitespace.el (whitespace): Add :version to defgroup.
24437         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
24438         Doc fix.
24440         * thingatpt.el (sexp-at-point, symbol-at-point)
24441         (number-at-point, list-at-point): Add autoload cookie.
24443         * recentf.el (recentf): Add :version to defgroup.
24445         * quickurl.el (quickurl): Add :version to defgroup.
24447         * elide-head.el (elide-head): Use point-marker more.
24449         * bs.el (bs): Add :version to defgroup.
24451         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
24453         * progmodes/delphi.el (delphi): Add :version to defgroup.
24455 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
24457         * ange-ftp.el (ange-ftp-write-region): Handle case that
24458         succeeding process operation sets a different coding system.
24460         * calculator.el: New file.
24462 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
24464         * frame.el (frames-on-display-list, framep-on-display): New functions.
24465         (display-mouse-p, display-popup-menus-p, display-graphic-p)
24466         (display-selections-p, display-screens, display-pixel-width)
24467         (display-pixel-height, display-mm-width, display-mm-height)
24468         (display-backing-store, display-save-under, display-planes)
24469         (display-color-cells, display-visual-class): New functions.
24471         * term/tty-colors.el (tty-color-gray-shades): New function.
24473         * faces.el (display-color-p): Use framep-on-display.
24474         (display-grayscale-p): New function.
24476 2000-01-31  Dave Love  <fx@gnu.org>
24478         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
24479         (create-fontset-from-x-resource): Don't concat integers.
24481 2000-01-31  Inge Frick  <inge@nada.kth.se>
24483         * view.el: Some changes in documentation.  Removed some trailing
24484         whitespace. Changed some parameter names to agree with documentation.
24485         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
24486         window is not deleted.  Modifies change 1998-04-26.
24488 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
24490         * windmove.el: New file.
24492         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
24493         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
24494         progmodes/ebnf-yac.el: Update copyright and license info.
24496         * jit-lock.el (jit-lock-function): Widen before calculating
24497         end position.
24498         (jit-lock-stealth-chunk-start): Rewritten.
24500         * info.el (Info-title-face-alist): Removed.
24501         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
24502         (Info-fontify-node): Use these faces.
24504 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
24506         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
24507         (cl-macro-list1): Recognize `&allow-other-keys' instead of
24508         `&allow-other-keywords'.
24510         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
24511         the list of directories scanned heuristically.
24513         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
24515 2000-01-30  Jason Rumney  <jasonr@gnu.org>
24517         * w32-fns.el: Define w32-tty-standard-colors.
24519         * startup.el (command-line): Use w32-tty-standard-colors when in
24520         w32 console mode.
24522 2000-01-30  Dave Love  <fx@gnu.org>
24524         * jka-compr.el (jka-compr-load): Fix up load-history.
24526         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
24528         * emacs-lisp/cl-macs.el: Revert previous change.
24530 2000-01-29  Dave Love  <fx@gnu.org>
24532         * facemenu.el: Purecopy various strings.
24534         * timezone.el (timezone-fix-time): Window against 69 for two-digit
24535         years.  Deal with three-digit years.
24537         * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
24538         Use defconst, purecopy.
24539         (help-back-label): Purecopy it.
24541 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
24543         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
24544         variable. If non-nil, order the buffer list according to the
24545         currently selected frame.
24546         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
24547         non-nil, pass the selected frame to function buffer-list.
24549 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
24551         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
24553 2000-01-28  Dave Love  <fx@gnu.org>
24555         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
24557         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
24558         Don't use lisp-indent-hook property.
24559         (cl-abs): Remove.
24561         * subr.el: Move out indent and edebug specs for when and unless.
24563         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
24564         when, unless.
24566         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
24567         unless, when.
24569 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
24571         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
24572         `collecting' as synonym for `collect'.
24574         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
24575         for the case it contains spaces.
24577         * simple.el (what-cursor-position): Change formatting of messages.
24579         * frame.el (delete-other-frames): New function.
24580         (toplevel): Bind it to C-x 5 1.
24582         * sort.el (sort-numeric-base): New option.
24583         (sort-numeric-fields): If number starts with `0' or `0[xX[',
24584         interpret it as octal or hexadecimal.  Use sort-numeric-base
24585         as default base.
24587         * progmodes/glasses.el: New file.
24589 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
24591         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
24592         userids differently.
24594         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
24595         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
24596         progmodes/ebnf-yac.el: New files.
24598 2000-01-26  Dave Love  <fx@gnu.org>
24600         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
24601         on a function with an empty body.  [From Eric Ludlam.]
24603 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
24605         * vc.el (vc-version-diff): Make sure file name is expanded.
24607 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
24609         * scroll-bar.el (scroll-bar-timer): Variable removed.
24610         (scroll-bar-toolkit-scroll): Don't use a timer.
24612 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
24614         * language/thai-util.el (thai-composition-function):
24615         Delete superfluous `a'.
24617 2000-01-24  Dave Love  <fx@gnu.org>
24619         * fortran.el (fortran-mode): Use beginning-of-defun-function,
24620         end-of-defun-function.
24622         * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
24624 2000-01-22  Jason Rumney  <jasonr@gnu.org>
24626         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
24627         conflicts with new face support.
24629 2000-01-22  Richard M. Stallman  <rms@gnu.org>
24631         * replace.el (query-replace): Rename last arg to DELIMITED.
24632         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
24633         (query-replace-regexp): Likewise.
24635 2000-01-20  Richard M. Stallman  <rms@gnu.org>
24637         * subr.el (with-syntax-table): Use make-symbol, not gensym.
24639         * emacs-lisp/lisp.el (beginning-of-defun-function):
24640         Variable renamed from beginning-of-defun.
24641         Do not call make-variable-buffer-local.
24642         (beginning-of-defun-raw): Use new variable name; doc fix.
24643         (beginning-of-defun): Doc fix.
24644         (end-of-defun-function): Variable renamed from end-of-defun.
24645         Do not call make-variable-buffer-local.
24646         (end-of-defun): Use new variable name; doc fix.
24648         * subr.el (dolist, dotimes): Copied from cl-macs.el
24649         and made to work.
24651         * mail/undigest.el (rmail-digest-end-regexps):
24652         Variable replaces rmail-digest-end-regexp.
24653         Allows multiple regexps for detecting the end line.
24654         (undigestify-rmail-message): Corresponding changes.
24656 2000-01-19  Dave Love  <fx@gnu.org>
24658         * files.el (user-init-file): Don't declare here -- is primitive.
24660         * startup.el (command-line): Check for compiled user-init-file and
24661         set to uncompiled version if necessary.
24663 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
24665         * mail/undigest.el (rmail-digest-end-regexp): New user option.
24666         (undigestify-rmail-message): Use it.
24668         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
24670 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
24672         * tmm.el (tmm-goto-completions): Adapt to prompt being part
24673         of mini-buffer.
24675 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
24677         * emacs-lisp/copyright.el (copyright-update): Removed the
24678         requirement for a trailing space from `copyright-regexp', to
24679         support copyrights with owner specified on a separate line..
24681         * align.el: New file.
24683         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
24685         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
24687 2000-01-13  Dave Love  <fx@gnu.org>
24689         * ph.el: Removed.  (Obsoleted by EUDC.)
24691 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
24693         * net/eudc.el (toplevel): Remove autoloaded code installing
24694         menu with easymenu, because that causes build problems.
24696         * frame.el (frame-notice-user-settings): New variable.
24697         (frame-notice-user-settings): Don't modify frame parameters
24698         if called a second time.
24700 2000-01-13  Richard M. Stallman  <rms@gnu.org>
24702         * frame.el (frame-notice-user-settings):
24703         Notice default-frame-parameters even for non-window frames.
24705 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
24707         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
24708         for Emacs.
24709         (eudc-bob-can-display-inline-images): Extend for Emacs.
24710         (eudc-bob-toggle-inline-display): Ditto.
24711         (eudc-bob-display-jpeg): Ditto.
24713 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
24715         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
24716         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
24717         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
24719         * add-log.el (add-change-log-entry): Fix error trying an
24720         `(insert nil)'.
24722         * subdirs.el: Add `net' directory.
24724         * net: New directory.
24726         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
24727         eval-last-sexp.  Don't bind debug-on-error here.
24728         (eval-last-sexp): New function.  Bind debug-on-error if
24729         eval-expression-debug-on-error is non-nil.
24730         (eval-defun-2, eval-defun): Likewise.
24732         * simple.el (eval-expression): Don't bind debug-on-error if
24733         eval-expression-debug-on-error is nil.  Detect changed
24734         debug-on-error, and propagate new value to global binding, if
24735         eval-expression-debug-on-error is non-nil,
24736         (eval-expression-debug-on-error): Change doc string.
24738 2000-01-11  Richard M. Stallman  <rms@gnu.org>
24740         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
24742         * emacs-lisp/lisp-mode.el (with-syntax-table):
24743         Set up lisp-indent-function property.
24745         * subr.el (with-syntax-table): Moved from simple.el.
24747         * simple.el (with-syntax-table): Moved to subr.el.
24749 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
24751         * tmm.el (tmm-shortcut): Delete region after prompt instead
24752         of erasing buffer.
24754         * textmodes/fill.el (fill-common-string-prefix): New function.
24755         (fill-context-prefix): Use the longest common prefix of first
24756         and second line fill prefix, if there is one.
24758 2000-01-11  Richard M. Stallman  <rms@gnu.org>
24760         * array.el (array-mode): Don't use make-variable-buffer-local.
24761         Use make-local-variable for `truncate-lines'.
24763 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
24765         * add-log.el (add-log-current-defun): Handle user-defined
24766         add-log-current-function returning nil,
24768         * add-log.el (add-change-log-entry): Insert version number
24769         if having found a current function
24771         * add-log.el (add-log-current-defun):
24772         Call `add-log-current-defun-function'.  Try matches at level 0 and
24773         level 1.  Strip whitespace from defun found.
24775 2000-01-10  John Wiegley  <johnw@gnu.org>
24777         * allout.el (isearch-done/outline-provisions): Added `edit'
24778         argument to correspond with the current definition of `isearch-done'.
24780 2000-01-10  Dave Love  <fx@gnu.org>
24782         * elide-head.el (elide-head): Use point-marker, not point.
24784 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
24786         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
24787         before and after the year 2000.
24789         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
24790         Add ispell- prefix.
24792 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
24794         * ispell.el:  Only define dictionaries in menus when they exist.
24795         (version18p): New variable.
24796         (version20p): New variable.
24797         (xemacsp): New variable.
24798         (ispell-choices-win-default-height): Fix for XEmacs visibility.
24799         (ispell-dictionary-alist1): Added Brasileiro dictionary.
24800         (ispell-dictionary-alist6): Russian command lines no longer accept
24801         run-together words.
24802         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
24803         (ispell-dictionary-alist): Add koi8-r to customize definition.
24804         (check-ispell-version): Added documentation string.  Return library
24805         path when called non-interactively.
24806         (ispell-menu-map-needed): Uses new variables.
24807         (ispell-library-path): New variable.
24808         (ispell-decode-string): XEmacs fix for bogus variable bindings.
24809         (ispell-word): Improved documentation string.  Test for valid
24810         character mappings.  Correctly check typed in word changes that can
24811         result in single words split into multiple words.
24812         Return replacement word.
24813         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
24814         replace in recursive query replace mode.  Help message for
24815         recursive edit mode.
24816         (ispell-show-choices): Protect against bad framepop bindings.
24817         (ispell-help): Fix to work with XEmacs.
24818         (ispell-highlight-spelling-error): Use new variables.
24819         (ispell-overlay-window): Fix to work with XEmacs.
24820         (ispell-parse-output): Passed and returns location information
24821         tracking spelling corrections.  Doesn't recheck same word on
24822         current line.
24823         (ispell-init-process): Protect against bogus XEmacs variable binding.
24824         Fix call to single argument in sleep-for.  Use new variables.
24825         (ispell-region): Passed and returns location information tracking
24826         spelling corrections.  Doesn't check same word on current line.
24827         Improved documentation string.  Doesn't resend a line already
24828         checked to the ispell process - fixes bug in LaTeX parsing.
24829         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
24830         (ispell-skip-region): No longer skips <TT> in SGML.
24831         (ispell-process-line): Tracks location information with spelling
24832         corrections.  Added documentation string.  Accounts for words
24833         already accepted on this line.  Don't allow query-replace on line
24834         starting with math characters.  Doesn't resend a line already sent
24835         to ispell process.  Fixes alignment error bug.
24837 2000-01-10  Richard M. Stallman  <rms@gnu.org>
24839         * dired-x.el (dired-guess-shell-alist-default):
24840         Suggest xloadimage, which is free, not xv, which isn't.
24842         * ange-ftp.el (ange-ftp-file-name-nondirectory):
24843         Don't ever include the host name or user name in the value.
24845 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
24847         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
24848         of a real newline.
24850 2000-01-09  Stephen Eglen  <stephen@gnu.org>
24852         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
24853         for .png files.
24855 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
24857         * cus-edit.el (custom-hook-convert-widget): Fix comment.
24859 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
24861         * progmodes/cperl-mode.el: Replace ^F with ^L.
24863         * sendmail.el (toplevel): Provide `sendmail' when compiling before
24864         `require'ing rmail and mailalias to prevent infinite recursion.
24866 2000-01-08  Dave Love  <fx@gnu.org>
24868         * emacs-lisp/backquote.el: Remove inappropriate customization
24869         (allowing custom.el to use backquote).
24871 2000-01-07  Dave Love  <fx@gnu.org>
24873         * add-log.el (add-log-debugging): Deleted.
24874         (add-change-log-entry): Treat a backup FILE-NAME as its parent
24875         file.  Remove debugging code.
24876         (change-log-get-method-definition, change-log-name): Add doc.
24877         (change-log-sortable-date-at): New function.
24878         (change-log-merge): New command.
24880         * time.el (display-time-string-forms): Make the Mail string active.
24881         (display-time-update): Provide help-echo for load average.
24883         * bindings.el (make-mode-line-mouse2-map): New function.
24884         (mode-line-modified): Use it and simplify.
24885         (mode-line-mule-info): Provide help-echo info.
24886         (minor-mode-alist): Activate the strings.
24887         (make-mode-line-mouse-sensitive): Simplify for
24888         mode-line-buffer-identification.
24890 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
24892         * play/pong.el: New file.
24894 2000-01-06  Dave Love  <fx@gnu.org>
24896         * array.el: Assorted cleanups for compiler warnings, doc strings,
24897         `array-' prefix for symbols.
24899 2000-01-05  Dave Love  <fx@gnu.org>
24901         * textmodes/outline.el (outline-mode-menu-bar-map):
24902         Add outline-headers-as-kill.
24903         (outline-mode): Define imenu-generic-expression.
24904         (outline-headers-as-kill): New command.
24906         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
24907         from paragraph-start.
24908         (paragraph-indent-minor-mode): New command.
24910         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
24911         M-C-e, M-C-h, C-j, C-xnd, TAB.
24912         (fortran-mode): Set beginning-of-defun, end-of-defun.
24913         (fortran-column-ruler): Simplify.
24914         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
24915         (fortran-with-subprogram-narrowing): Likewise.
24916         (fortran-indent-subprogram): Call mark-defun.
24917         (fortran-check-for-matching-do): Change narrowing.
24919         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
24920         (cl-lucid-hash-tag): Delete.
24921         (cl-hash-table-p): Correct test for native table.
24922         (cl-hash-table-count): Use hash-table-count.
24924         * browse-url.el (browse-url): Fix case of
24925         browse-url-browser-function being an alist.
24927 2000-01-05  Carsten Dominik  <cd@gnu.org>
24929         * textmodes/reftex-vars.el (reftex-parse-file-extension)
24930         (reftex-index-phrase-file-extension): New options.
24932         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
24933         Use new option `reftex-index-phrase-file-extension'.
24935         * textmodes/reftex.el (reftex-access-parse-file): Use new option
24936         `reftex-parse-file-extension'.
24938 2000-01-05  Dave Love  <fx@gnu.org>
24940         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
24941         (beginning-of-defun-raw): Use it.
24942         (end-of-defun): New variable.
24943         (end-of-defun): Use it.
24944         (check-parens): New command.
24946 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
24948         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
24949         (hs-show-block): Don't use `mapcar' when not accumulating.
24951         Fix buglet in local variables initialization.
24953 2000-01-05  Andreas Schwab  <schwab@suse.de>
24955         * hscroll.el (hscroll): Doc fix.
24957 2000-01-05  Carsten Dominik  <cd@gnu.org>
24959         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
24960         Require idlw-toolbar.
24962         * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
24963         file idlw-rinfo.el.
24964         (idlwave-customize): Load must read file idlw-shell.el.
24965         (idlwave-create-customize-menu): Load must read file idlw-shell.el.
24967 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
24969         * progmodes/idlw-shell.el: Also provide idlwave-shell
24970         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
24971         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
24973         * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
24974         both reftex-dcr and reftex-vcr.
24976         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
24978 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
24980         * ps-print.el: PostScript code now is in separate files, doc fix.
24981         (ps-print-version): New version number (5.0.3).
24982         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
24983         local.
24984         (ps-spool-config): Initialization fix.
24985         (ps-print-prologue-1, ps-print-prologue-2)
24986         (ps-print-duplex-feature): PostScript code moved to separated file.
24987         (ps-background-image): Little code reformating.
24988         (ps-begin-file, ps-begin-job): Fix code.
24989         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
24990         (ps-prologue-file): New fun.
24992 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
24994         * ps-vars.el: Eliminated.
24996         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
24997         `;;;###autoload'.
24999         * ps-print.el: ps-vars eliminated, doc fix.
25000         (ps-print-version): New version number (5.0.2).
25001         (ps-spool-config): Initialization fix.
25002         (ps-print-customize): New fun.
25004 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
25006         * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
25008 2000-01-04  Dave Love  <fx@gnu.org>
25010         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
25011         menu items.
25013 2000-01-03  Dave Love  <fx@gnu.org>
25015         * elide-head.el (elide-head) [defgroup]: Add :version.
25017         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
25018         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
25019         Use `cl-hash-table-p', not `hash-table-p'.
25020         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
25022 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
25024         * faces.el (face-read-integer, read-face-attribute)
25025         (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
25027 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
25029         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
25030         at comment end, and re-insert them after filling.
25032 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
25034         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
25035         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
25036         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
25038 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
25040         * term/x-win.el (xw-defined-colors): Call color-supported-p,
25041         the new name of face-color-supported-p.
25043         * term/w32-win.el (xw-defined-colors): Likewise.
25045 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
25047         * simple.el (completion-setup-function): Count completion-size
25048         from minibuffer-prompt-end, not from point-min.
25050 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
25052         * faces.el (read-face-attribute, defined-colors, color-defined-p):
25053         Pass the frame to tty-color-* functions.
25054         (display-color-p, frame-set-background-mode): Pass the frame to
25055         tty-display-color-p.
25057         * term/tty-colors.el (tty-defined-color-alist): Renamed from
25058         tty-color-alist.
25059         (tty-color-alist, tty-modify-color-alist): New functions.
25060         (tty-color-define,  tty-color-clear, tty-color-approximate)
25061         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
25062         optional parameter FRAME.
25064 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
25066         * image.el (create-image, defimage): Don't assume image data is
25067         a string.
25069         * image.el (defimage): Handle specifications containing :data
25070         instead of :file.
25071         (image-type-from-data): New function.
25072         (image-type-from-file-header): Use it.
25073         (create-image): Add parameter DATA-P.
25075 See ChangeLog.8 for earlier changes.
25077 ;; Local Variables:
25078 ;; coding: iso-2022-7bit
25079 ;; End:
25081     Copyright (C) 2000, 2001 Free Software Foundation, Inc.
25082   Copying and distribution of this file, with or without modification,
25083   are permitted provided the copyright notice and this notice are preserved.