2002-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
[bpt/emacs.git] / lisp / ChangeLog
index 1a20a5d..9009888 100644 (file)
@@ -1,3 +1,870 @@
+2002-09-18  Michael Kifer  <kifer@cs.stonybrook.edu>
+       
+       * ediff-hooks.el: Put back the autoloads (for compatibility with XEmacs).
+       
+       * ediff-init.el: Use defalias instead of fset.
+       
+       * ediff-util.el: Use defalias instead of fset.
+       
+       * viper-util.el (viper-chars-in-region): simplification.
+       
+       * viper.el (viper-emacs-state-mode-list): added modes.
+       
+2002-09-18  Miles Bader  <miles@gnu.org>
+
+       * diff-mode.el (diff-mode): Don't evaluate `compilation-last-buffer'
+       unless it's bound.
+
+2002-09-16  Markus Rost  <rost@math.ohio-state.edu>
+
+       * ls-lisp.el (ls-lisp-format-time-list): Fix type and provide
+       :tag's.
+
+2002-09-16  Richard M. Stallman  <rms@gnu.org>
+
+       * play/gomoku.el (gomoku-move-up, gomoku-move-down):
+       Use forward-line and move-to-column.
+
+       * cus-edit.el (custom-variable-backup-value): New function.
+       (custom-variable-reset-backup): New function.
+       (custom-variable-menu): Add item for custom-variable-reset-backup.
+       (custom-variable-set, custom-variable-reset-saved) 
+       (custom-variable-reset-standard): Call custom-variable-backup-value.
+
+2002-09-16  Juanma Barranquero  <lektu@terra.es>
+
+       * dired-aux.el (dired-add-entry): Add missing argument to
+       `dired-mark'.
+
+2002-09-16  John Paul Wallington  <jpw@shootybangbang.com>
+
+       * xscheme.el (scheme-interaction-mode): Doc fix.
+
+       * net/eudc.el (eudc-plist-get): Doc fix.
+
+2002-09-16  Kim F. Storm  <storm@cua.dk>
+
+       * menu-bar.el (menu-bar-last-search-type): New var.
+       (nonincremental-repeat-search-forward)
+       (nonincremental-repeat-search-backward): Repeat string or
+       regexp search depending on menu-bar-last-search-type.
+       (nonincremental-search-forward, nonincremental-re-search-forward)
+       (nonincremental-search-backward, nonincremental-re-search-backward):
+       Set menu-bar-last-search-type to string or regexp.
+       (nonincremental-repeat-re-search-forward): Removed.
+       (nonincremental-repeat-re-search-backward): Removed.
+       (menu-bar-replace-menu): New keymap for "Edit->Replace" submenu.
+       (menu-bar-i-search-menu): New keymap for "Incremental Search" submenu.
+       (menu-bar-adv-search-menu): Removed.
+       (menu-bar-search-menu): Reorganized.
+       (menu-bar-edit-menu): Added "Replace" submenu.
+
+2002-09-15  Richard M. Stallman  <rms@gnu.org>
+
+       * scroll-bar.el (scroll-bar-mode): Specify :initialize.
+
+       * menu-bar.el (menu-bar-make-mm-toggle): Don't put a quote befor FNAME
+       when it's not being evaluated.
+
+2002-09-15  Markus Rost  <rost@math.ohio-state.edu>
+
+       * dired.el (dired-move-to-filename): Fix previous change.
+
+2002-09-14  Kim F. Storm  <storm@cua.dk>
+
+       * emulation/keypad.el (keypad-setup, keypad-shifted-setup)
+       (keypad-numlock-setup, keypad-numlock-shifted-setup):
+       Change `Remove Binding' option to `Unspecified/User-defined'.
+       (keypad-setup): Enhance explanation of setup type `none'.
+
+2002-09-14  Richard M. Stallman  <rms@gnu.org>
+
+       * time.el (display-time-mode): Set display-time-load-average here.
+       (display-time-load-average): Initialize to nil.
+       (display-time-default-load-average): Add "None" alternative.
+       (display-time-update): Handle "None" alternative for load-average.
+
+       * dired-aux.el (dired-bunch-files): Put the arg FILES
+       back as it was after temporary destrucive mods.
+       (dired-add-entry): Use dired-insert-directory to handle indentation.
+       Explicitly restore the line's marker character.
+       Preserve the old file name's text properties.
+       (dired-add-entry-do-indentation): Function deleted.
+       (dired-relist-file): Doc fix.
+       (dired-rename-file): Change argument names.
+       (foo-rename-file): New function.
+       (dired-do-hardlink): Use dired-hardlink.
+       (dired-hardlink): New function.
+       (dired-insert-subdir-doinsert): Use dired-insert-directory;
+       that handles indentation, text props and header line.
+       dired-readin-insert gets no args.
+       Use `last' instead of `reverse'.
+
+       * dired.el (dired-use-ls-dired): New variable.
+       (dired-directory): Document the rules better.
+
+       * dired.el (dired-insert-headerline): Function deleted.
+       (dired-revert): Pass no args to dired-readin.
+       (dired-move-to-filename): First try using dired-filename property.
+       (dired-move-to-end-of-filename): Likewise.
+       (dired-why): Try to show the start of this page of warnings.
+       (dired-log): Insert the buffer name at start of page, not end.
+       (dired-log-summary): If just one failure, explain it in echo area.
+
+       * dired.el (dired-internal-noselect):
+       Always set dired-directory, when buffer is not new.
+       Pass dir-or-list, not dirname, to dired-mode.
+       Call dired-readin with no args.
+       Don't call dired-after-readin-hook here.
+       (dired-find-buffer-nocreate): Expand dirname.
+       Expand the dir from dired-directory to compare with dirname.
+
+       (dired-readin): Take no args.  Get the directory from dired-directory.
+       Run dired-before-reading hook inside save-excursion.
+       Run dired-after-readin-hook here.
+       Don't make undo entries at all.
+       Call dired-readin-insert with no args.
+       Don't change indentation here.
+       Don't insert headerline here.
+
+       (dired-readin-insert): Take no args.
+       Get dir and file-list from dired-directory.
+       Call dired-insert-directory the new way.
+       Don't insert "wildcard" info here.
+
+       (dired-insert-directory): New arg FILE-LIST.
+       First arg now DIR, always just the directory.
+       This function fully handles setting up the buffer text:
+       update indentation, insert headerline and "wildcard" info.
+       Pass --dired arg if appropriate; put info in dired-filename props.
+       Don't expand file names here.
+       
+       * warnings.el (display-warning): In batch mode,
+       exclude the final newline from the arg to `message'.
+
+2002-09-13  Markus Rost  <rost@math.ohio-state.edu>
+
+       * files.el (diff-buffer-with-file): Check whether associated file
+       exists.  Display message for 1 second.  Always return nil.
+
+2002-09-13  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * diff-mode.el (diff-mode): Turn on compilation-minor-mode
+       support again, but more carefully this time.
+
+       * progmodes/perl-mode.el (perl-mode-syntax-table): Mark $, % and @
+       such that backward-sexp correctly skips them.
+       (perl-font-lock-keywords-2): Use regexp-opt.
+       (perl-font-lock-syntactic-keywords)
+       (perl-font-lock-syntactic-face-function): Better handle PODs.
+       Handle package names with ' in them and ($$) in `sub' declarations.
+       Handle format staements.  Handle regexp and quote-like ops.
+       (perl-empty-syntax-table): New var.
+       (perl-quote-syntax-table): New fun.
+
+       * pcvs.el (cvs-mode-find-file): Work even if point is at beg-of-line.
+       (cvs-do-removal): Bind inhibit-read-only while modifying the buffer.
+
+       * newcomment.el (comment-with-narrowing): Use the `declare' thingy.
+
+       * derived.el (define-derived-mode): Properly ignore unknown args.
+
+       * emacs-lisp/easy-mmode.el (define-minor-mode): Add a :require arg.
+       Don't call the function during init if mode is on by default.
+
+       * simple.el: Provide `simple'.
+       (transient-mark-mode, line-number-mode, column-number-mode):
+       Pass an explicit `:require nil' argument.
+
+2002-09-13  Francesco Potorti`  <pot@gnu.org>
+
+       * play/tetris.el (tetris-blank-options, tetris-cell-options):
+       Remove various redundant `(t nil)'.
+
+       * play/snake.el (snake-border-options): Use color on tty if available.
+
+       * play/tetris.el (tetris-border-options): Likewise.
+
+       * play/pong.el (pong-border-options): Likewise, plus reset
+       color on tty to be [0.5 0.5 0.5].
+
+2002-09-13  Kim F. Storm  <storm@cua.dk>
+
+       * kmacro.el (kmacro-start-macro): Doc fix.
+
+2002-09-13  Juanma Barranquero  <lektu@terra.es>
+
+       * progmodes/idlw-shell.el (idlwave-shell-cleanup): Fix reference
+       to `idlwave-idlwave_routine_info-compiled'.
+
+       * whitespace.el (whitespace-unload-hook): Call `remove-hook' with
+       three arguments, not four.
+
+2002-09-13  Kim F. Storm  <storm@cua.dk>
+
+       * kmacro.el (kmacro-keymap): Changed bindings:
+       C-x C-k s to kmacro-start-macro, C-x C-k b to kmacro-bind-to-key.
+
+2002-09-12  Richard M. Stallman  <rms@gnu.org>
+
+       * international/mule-cmds.el (universal-coding-system-argument):
+       Read the coding system inside `interactive' spec, for command-history.
+
+2002-09-12  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * emacs-lisp/find-func.el (find-library-name): Don't forget
+       the empty suffix.  Fix stale variable name.
+
+       * gud.el (gud-gdb-massage-args, gud-sdb-massage-args)
+       (gud-pdb-massage-args): Delete.
+       (gdb, sdb, pdb): Don't pass gud-*-massage-args any more.
+       (gud-gdb-command-name): New var.  Put "--fullname" in there.
+       (gud-query-cmdline): Use the most recent executable as the default.
+       Don't add "--fullname" (it's only valid/meaningful for GDB).
+       (gud-xdb-marker-filter): Use match-string.
+       (gud-perldb-massage-args): Don't add "-d".
+       (gud-perldb-command-name): Add "-d".
+       (gud-common-init): If `massage-args' is nil, don't call it.
+       (gud-format-command): Don't hardcode point-min==1.
+
+       * derived.el: Require CL when compiling.
+
+2002-09-12  Simon Josefsson  <jas@extundo.com>
+
+       * mail/smtpmail.el (smtpmail-send-it): Don't use : in filenames
+       (for cygwin). Suggested by Andrew Senior <aws@watson.ibm.com>.
+       Use expand-file-name.  Also don't require time-stamp.
+
+2002-09-11  Richard M. Stallman  <rms@gnu.org>
+
+       * derived.el (define-derived-mode): When making new abbrev table,
+       don't try to copy the parent's abbrev table.
+
+       * ruler-mode.el (ruler-mode-left-scroll-bar-cols):
+       Always round scroll-bar-width parameter up.
+       If it is nil, use 14.
+
+       * abbrev.el (copy-abbrev-table): New function.
+
+2002-09-11  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
+
+       * ps-print.el: Adjust ps-print-color-p, ps-default-fg and
+       ps-default-bg setting.
+       (ps-print-version): New version number (6.5.7).
+       (ps-mark-active-p): New fun.
+       (ps-print-preprint-region): Adjust code.
+
+2002-09-11  Dave Love  <fx@gnu.org>
+
+       * international/mule.el (non-standard-designations-alist)
+       (ctext-pre-write-conversion): Don't generate invalid extended
+       segments for iso8859.
+
+       * language/cyrillic.el ("Ukrainian"): Fix nonascii-translation.
+       (cyrillic-alternativnyj-decode-table): Fix some entries.
+
+       * international/ucs-tables.el: Fix last change.
+
+       * international/utf-8.el (utf-8-fragment-on-decoding): Fix last
+       change.
+
+2002-09-11  Kim F. Storm  <storm@cua.dk>
+
+       * edmacro.el (edit-kbd-macro): Recognize new C-x e binding,
+       kmacro-end-and-call-macro.
+
+2002-09-11  Juanma Barranquero  <lektu@terra.es>
+
+       * newcomment.el (uncomment-region): Fix let/let* use.
+
+2002-09-11  Simon Josefsson  <jas@extundo.com>
+
+       * time-stamp.el (time-stamp-hhmmss): New function.
+
+       * gud.el (gud-gdb-massage-args): Don't secretly add -fullname.
+       (gud-query-cmdline): Add --fullname to the user cmdline.
+
+       * mail/smtpmail.el (smtpmail-default-smtp-server): Doc fix.
+
+2002-09-11  Kim F. Storm  <storm@cua.dk>
+
+       * kmacro.el (kmacro-call-macro): Rephrase repeat prompt.
+       (kmacro-step-edit-map): Bind "A" to `append-end'.
+       (kmacro-step-edit-prompt): Fix prompt.
+       (kmacro-step-edit-query): Handle `append-end' response.
+       (kmacro-step-edit-pre-command): Activate `append-end' at end of
+       macro when required.
+
+2002-09-11  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * derived.el (define-derived-mode): Fix typo.
+
+       * menu-bar.el (line-number-mode, column-number-mode)
+       (transient-mark-mode): Use minor mode directly.
+       (menu-bar-make-toggle): Remove `props' arg.
+       Move customize-mark-as-set directly into the toggle function.
+
+       * whitespace.el (whitespace-global-mode): Use define-minor-mode.
+       Use the new file hook names.
+       (whitespace-describe): Remove.  Move the text to `Commentary:'.
+       (whitespace-unload-hook): Use the new file hook names.
+
+       * finder.el (finder-find-library): Remove.
+       (finder-commentary): Use find-library-name and add completion.
+
+       * simple.el (transient-mark-mode, line-number-mode)
+       (column-number-mode): Use define-minor-mode.
+       (define-mail-user-agent): Delete.  Moved to subr.el.
+
+       * loadup.el ("simple.el"): Move to after loaddefs.el.
+
+       * subr.el (define-mail-user-agent): Moved from simple.el.
+
+2002-09-10  Richard M. Stallman  <rms@gnu.org>
+
+       * pcvs-info.el (cvs-check-fileinfo): Don't use boolp.
+       (boolp): Function deleted.
+
+2002-09-10  Dave Love  <fx@gnu.org>
+
+       * international/utf-8.el (ucs-mule-to-mule-unicode):
+       Define unconditionally.
+       (utf-8-fragmentation-table): New.  Use it in top-level mapc.
+       (utf-8-fragment-on-decoding): Use it to keep
+       utf-8-translation-table-for-decode variable and translation table
+       in sync.
+
+       * international/ucs-tables.el: Bind utf-8-translation-table-for-decode
+       when setting up tables and remove useless optimize-char-table.
+       (ucs-mule-to-mule-unicode): Deleted.
+       (ucs-unify-8859): Maybe optimize ucs-mule-to-mule-unicode.
+
+       * international/utf-16.el (utf-16-le-pre-write-conversion)
+       (utf-16-be-pre-write-conversion): Deleted.
+       (mule-utf-16-le, mule-utf-16-be): Register encoding translation table.
+
+2002-09-10  Richard M. Stallman  <rms@gnu.org>
+
+       * files.el (diff-buffer-with-file): Simplify.
+       Don't signal an error if buffer has no file.
+       Call sit-for after `diff' returns.
+
+       * play/gamegrid.el (gamegrid-make-color-tty-face):
+       Handle string as COLOR arg.
+       (gamegrid-display-type): Don't assume display-color-p
+       implies a color-x terminal.
+       (gamegrid-hide-cursor): Set `cursor-type' local variable.
+
+       * descr-text.el (describe-text-mode): Add font-lock-defontify to
+       change-major-mode-hook.
+
+       * ibuffer.el (ibuffer-mode): Add font-lock-defontify to
+       change-major-mode-hook.
+
+       * comint.el (comint-mode): Add font-lock-defontify to
+       change-major-mode-hook.
+
+       * info.el (Info-mode):  Add font-lock-defontify to
+       change-major-mode-hook.
+
+       * replace.el (occur-mode): Add font-lock-defontify to
+       change-major-mode-hook.
+
+       * font-core.el (font-lock-defontify): New function.
+
+2002-09-10  Richard M. Stallman  <rms@gnu.org>
+
+       * ps-print.el (ps-printer-name-option): Doc fix.
+
+2002-09-10  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
+
+       * ps-print.el: Adjust ps-postscript-code-directory setting.
+       XEmacs version check was adjusted.
+       (ps-print-version): New version number (6.5.6).
+       (ps-print-color-p, ps-page-dimensions-database): Autoload var.
+       (ps-print-code, ps-print-preprint-region): Adjust code.
+
+2002-09-10  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+
+       * files.el (auto-mode-alist): ~/.gnus, ~/.viper are in
+       emacs-lisp-mode, like ~/.emacs.
+
+2002-09-10  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * newcomment.el (uncomment-region): Be more careful with `='.
+
+2002-09-10  Deepak Goel  <deego@glue.umd.edu>
+
+       * play/doctor.el (doc//): Rename from `//'.  Update callers.
+       (doc$): Rename from `$'.  Update callers.
+
+2002-09-10  Miles Bader  <miles@gnu.org>
+
+       * simple.el (do-auto-fill): `fill-indent-according-to-mode' is a
+       variable, not a function.
+
+       * kmacro.el (kmacro-call-macro): Deal with a non-numeric prefix arg.
+
+2002-09-10  Kim F. Storm  <storm@cua.dk>
+
+       * macros.el (apply-macro-to-region-lines): Let-bind mark-active to
+       nil while executing macro to avoid triggering delete-selection-mode.
+
+       * simple.el (keyboard-quit): Set defining-kbd-macro to nil to
+       cancel defining keyboard macro when applicable.
+
+2002-09-09  Markus Rost  <rost@math.ohio-state.edu>
+
+       * simple.el (transient-mark-mode, line-number-mode)
+       (column-number-mode): Undo previous change because of bootstrapping.
+
+2002-09-09  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * derived.el (define-derived-mode): Add keyword arguments.
+       (derived-mode-make-docstring): Take abbrev and syntax table names.
+
+       * font-core.el (font-lock-change-mode): Just turn off font-lock-mode.
+       (font-lock-default-function): Change arg name.
+
+       * cus-start.el (transient-mark-mode): Delete.  Done in simple.el.
+
+       * paren.el (show-paren-function): Use syntax-after.
+
+       * emacs-lisp/syntax.el (syntax-after): Delete.  Moved to subr.el.
+
+       * subr.el (symbol-file): Also work for autoloaded funcs.
+       (syntax-after): New fun moved from syntax.el.
+
+       * find-file.el (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
+       (ff-not-found-hook, ff-file-created-hook): Rename from *-hooks.
+       Update callers (but still run the old hooks as well).
+
+       * emacs-lisp/find-func.el (find-library-suffixes, find-library-name)
+       (find-library): New funs.
+       (find-function-search-for-symbol): Use it.
+
+       * emacs-lisp/bytecomp.el (byte-compile-file): Don't switch buffer.
+
+       * isearch.el (isearch-cmds): Add docstring.
+       (isearch-mouse-2): Lookup binding in the proper buffer.
+       Use call-interactively and remove the now useless `arg'.
+       (isearch-search-fun-function): New var.
+       (isearch-search-fun): New fun.
+       (isearch-search, isearch-lazy-highlight-search): Use it.
+
+2002-09-09  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * simple.el (what-line): Don't hard-code 1.
+       (transient-mark-mode, line-number-mode, column-number-mode):
+       Use define-minor-mode.
+       (do-auto-fill): Only ignore prefix if it's really empty.
+
+2002-09-09  Markus Rost  <rost@math.ohio-state.edu>
+
+       * files.el (save-some-buffers-action-alist):  Use lower case for
+       help string of diff-buffer-with-file.
+
+2002-09-09  Richard M. Stallman  <rms@gnu.org>
+
+       * calendar/calendar.el (mouse-scroll-calendar-left)
+       (mouse-scroll-calendar-right, mouse-calendar-other-month):
+       New commands.
+       (calendar-mode-line-format): Use them.
+
+       * emacs-lisp/bytecomp.el (byte-recompile-directory):
+       Set and then bind default-directory.
+
+       * startup.el (fancy-splash-head, normal-splash-screen):
+       Change the messages that explain about GNU or GNU/Linux.
+
+       * info.el (Info-search): Add (point-min) to subfile positions
+       to get them right.  Skip the current subfile using forward-line.
+
+       * files.el (make-backup-file-name-1): When make-directory fails,
+       ignore backup-directory-alist.
+       (make-directory): Expand DIR before looking for handler.
+
+2002-09-09  Jari Aalto  <jari.aalto@poboxes.com>
+
+       * progmodes/cperl-mode.el (cperl-noscan-files-regexp):
+       In addition to RCS, exclude CVS directories.
+
+       * ls-lisp.el (ls-lisp-format-time-list): New variable.
+       (ls-lisp-format-time): Use it.
+
+       * files.el (auto-mode-alist): Use sh-mode for .bash files.
+
+2002-09-09  Dave Love  <d.love@dl.ac.uk>
+
+       * ps-print.el: Many doc fixes.
+
+2002-09-09  John Paul Wallington  <jpw@shootybangbang.com>
+
+       * play/doctor.el (doctor-cadr, doctor-caddr, doctor-cddr): Remove.
+       Update callers.
+
+2002-09-08  Markus Rost  <rost@math.ohio-state.edu>
+
+       * diff.el (diff): Doc fix.
+
+2002-09-08  Richard M. Stallman  <rms@gnu.org>
+
+       * emacs-lisp/bytecomp.el (byte-compile-delete-errors): Default to nil.
+
+       * simple.el (undo-elt-in-region): Fix one-off error at END.
+       (forward-visible-line): Handle invisibility by ignoring
+       invisible newlines.  Also include entire invisible lines beyond
+       the stopping point.
+
+       * cus-edit.el (custom-save-variables, custom-save-faces):
+       Clarify the comments written into .emacs.
+
+2002-09-08  Markus Triska  <triska@gmx.at>
+
+       * play/doctor.el (doctor-doc): Recognize question words
+       and use qlist.  Use doctor-shorten's return value.
+       (doctor-shorten): Compute a return value, don't alter `sent'.
+       (doctor-hates1): Add a question mark.
+       (doctor-strangelove): Unused function deleted.
+
+2002-09-08  Kim F. Storm  <storm@cua.dk>
+
+       * kmacro.el (kmacro-end-and-call-macro): New command to end and
+       call keyboard macro in one step. Bind it to C-x e by default.
+       (kmacro-call-macro): Use format-kbd-macro.
+       (kmacro-step-edit-macro): New command to interactively step edit
+       and execute last keyboard macro.
+       (kmacro-keymap): Bind SPC [C-x C-k SPC] to kmacro-step-edit-macro.
+       (kmacro-step-edit-mini-window-height): New custom var.
+       (kmacro-step-edit-map): New keymap (parent is query-replace-map).
+       (kmacro-step-edit-prefix-commands): New var.
+       (kmacro-step-edit-prompt, kmacro-step-edit-query)
+       (kmacro-step-edit-insert, kmacro-step-edit-pre-command)
+       (kmacro-step-edit-minibuf-setup, kmacro-step-edit-post-command):
+       New aux functions for step editing keyboard macros.
+
+       * subr.el (read-quoted-char): Apply listify-key-sequence to vector
+       returned by this-single-command-raw-keys before appending it to
+       unread-command-event.
+
+2002-09-07  Colin Walters  <walters@debian.org>
+
+       * progmodes/compile.el (compile-internal): Add optional argument
+       no-async.
+
+       * diff.el (diff): Add optional argument no-async, and use the
+       above argument.
+
+       * files.el (diff-buffer-with-file): Call diff synchronously, so we
+       don't delete the temporary file before diff has a chance to read
+       it.
+
+       * ibuf-ext.el (ibuffer-diff-with-file): Just call
+       `diff-buffer-with-file'.
+
+2002-09-07  John Paul Wallington  <jpw@shootybangbang.com>
+
+       * emacs-lisp/cl-indent.el (extended-loop-p): Doc fix.
+
+       * emacs-lisp/find-func.el (find-function-recenter-line):
+       Add custom type.  Doc fix.
+
+2002-09-06  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * menu-bar.el (menu-bar-make-mm-toggle): New macro.
+       (showhide-menu-bar, showhide-toolbar, menu-bar-toggle-auto-compression)
+       (toggle-highlight-paren-mode, toggle-global-lazy-font-lock-mode):
+       Remove.  Use the minor mode function directly instead.
+       (menu-bar-mode): Add message and customize-mark-as-set and return
+       the new value as do other minor modes.
+
+       * edmacro.el (edmacro-subseq): Don't use cl-push/cl-pop.
+
+2002-09-06  Simon Marshall  <simon@gnu.org>
+
+       * progmodes/etags.el (find-tag-tag, complete-tag):
+       Bind completion-ignore-case based on tags-case-fold-search, so that
+       case-sensitivity of tag completion matches that of tag search.
+
+2002-09-06  Juanma Barranquero  <lektu@terra.es>
+
+       * calendar/solar.el (calendar-time-display-form): Fix spacing.
+
+       * double.el (double-prefix-only): Likewise.
+
+       * emacs-lisp/easymenu.el (easy-menu-define): Likewise.
+
+       * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
+
+       * emacs-lisp/float.el (string-to-float): Likewise.
+
+       * emacs-lisp/rx.el (rx): Likewise.
+
+       * faces.el (copy-face): Likewise.
+
+       * hilit-chg.el (highlight-changes-colours)
+       (highlight-changes-active-string)
+       (highlight-changes-passive-string)
+       (highlight-changes-rotate-faces, global-highlight-changes): Likewise.
+
+       * international/mule.el (decode-char): Likewise.
+
+       * progmodes/idlwave.el (idlwave-support-inheritance)
+       (idlwave-routine-entry-compare): Likewise.
+
+       * progmodes/idlw-shell.el (idlwave-shell-use-breakpoint-glyph):
+       Likewise.
+
+       * progmodes/pascal.el (pascal-start-keywords): Likewise.
+
+       * progmodes/sh-script.el (sh-indent-for-fi, sh-indent-for-done):
+       Likewise.
+
+       * progmodes/vhdl-mode.el (vhdl-progress-interval)
+       (vhdl-corresponding-begin): Likewise.
+
+       * simple.el (choose-completion-string-functions): Likewise.
+
+       * textmodes/reftex.el (reftex-TeX-master-file): Likewise.
+
+       * textmodes/fill.el (fill-nonuniform-paragraphs)
+       (fill-individual-paragraphs): Likewise.
+
+       * vcursor.el (vcursor-toggle-vcursor-map): Likewise.
+
+       * warnings.el (warning-level-aliases): Likewise.
+
+       * speedbar.el (speedbar-mode): Fix spacing and typos.
+
+       * textmodes/reftex-vars.el (reftex-label-menu-flags): Fix typo.
+
+2002-09-05  Markus Rost  <rost@math.ohio-state.edu>
+
+       * textmodes/table.el (table-command-prefix): Fix type.
+
+2002-09-05  Andre Spiegel  <spiegel@gnu.org>
+
+       * vc-hooks.el Don't require vc.el at compile-time; it causes
+       recursive requirements during bootstrap.
+
+2002-09-05  Kenichi Handa  <handa@etl.go.jp>
+
+       * international/mule.el (decode-char): Cancel the previous change.
+
+2002-09-04  Mats Lidell  <matsl@contactor.se>  (tiny change)
+
+       * language/european.el ("Swedish"): New set-language-info-alist call.
+
+2002-09-04  Richard M. Stallman  <rms@gnu.org>
+
+       * help-fns.el (help-with-tutorial): Properly set up
+       completion-reference-buffer in the *Completion* buffer.
+
+2002-09-04  John Paul Wallington  <jpw@shootybangbang.com>
+
+       * startup.el (use-fancy-splash-screens-p): If `fancy-splash-frame'
+       returns nil, return nil.
+
+2002-09-04  Andre Spiegel  <spiegel@gnu.org>
+
+       * vc-hooks.el: Require vc.el at compile-time.
+       (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p):
+       Moved here from vc.el.
+
+       * vc.el (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p):
+       Moved to vc-hooks.el.
+
+       * vc-rcs.el (vc-rcs-state): Don't require vc.el.
+
+2002-09-04  Kenichi Handa  <handa@etl.go.jp>
+
+       * international/mule.el (decode-char): Translate a character by
+       utf-8-translation-table-for-decode only when
+       utf-8-fragment-on-decoding is non-nil.
+
+2002-09-02  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * textmodes/text-mode.el (paragraph-indent-text-mode-abbrev-table)
+       (paragraph-indent-text-mode-syntax-table, paragraph-indent-text-mode):
+       Use text-mode's syntax-table and abbrev-table.
+       (text-mode): Set require-final-newline to t.
+
+       * newcomment.el (comment-make-extra-lines): Only use the
+       dummy `=' char when there's really nothing else.
+       Don't remove spaces if it leads to an incorrect comment.
+
+       * pcvs.el (cvs-run-process): Use a pty rather than a pipe to work
+       around the cvs/ssh/libc bug.
+       (cvs-update-header): Understand `cvs admin -m<rev>:<msg>' syntax.
+       (defun-cvs-mode): Use the new `declare' thingy.
+       (cvs-edit-log-text-at-point, cvs-mode-edit-log, cvs-do-edit-log)
+       (cvs-edit-log-minor-wrap, cvs-edit-log-filelist): New funs.
+       (cvs-mode-undo): Use `cvs add' for (CONFLICT. REMOVED).
+
+       * pcvs-parse.el (cvs-parse-table): Create a `need-update'
+       node rather than a message for new directories.
+       (cvs-parse-status): Add support for `Entry Invalid'.
+
+       * smerge-mode.el (smerge-diff-buffer-name): Default to *vc-diff*.
+       (smerge-combine-with-next): New function.
+       (smerge-diff): Don't output `wrote /tmp/foo' messages.
+       Insert message if no diffs were found.
+
+       * mail/sendmail.el (mail-mode): Don't set local-abbrev-table.
+       (mail-mode-abbrev-table): Set to text-mode-abbrev-table.
+
+2002-09-02  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+
+       * net/tramp.el: Version 2.0.15 released.
+       (require 'base64): Most modern Emacsen have the base64
+       encode/decode functions built in, so test to see if they are bound
+       before we go blindly requiring base64.el.
+       From Steve Youngs <youngs@xemacs.org>.
+       (tramp-feature-write-region-fix): XEmacs doesn't have a
+       'find-operation-coding-system' and this variable doesn't seem to
+       be used anywhere so wrap it in (unless (featurep 'xemacs)).
+       From Steve Youngs <youngs@xemacs.org>.
+       (tramp-methods): Remove duplicate definition of ssh1-old and ssh2-old.
+       (tramp-open-connection-su): Use user name "root" if no user name
+       is given.
+
+       From Michael Albinus <Michael.Albinus@alcatel.de>:
+       * net/tramp.el (tramp-invoke-ange-ftp):
+       (tramp-ange-ftp-file-name-p): Check for Xemacs.
+       (tramp-do-copy-or-rename-file): Don't pass KEEP-DATE to
+       tramp-invoke-ange-ftp 'rename.
+       (tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
+       tramp-invoke-ange-ftp 'write-region.
+       (tramp-handle-set-file-modes): Change order of FILENAME and MODE
+       passing to tramp-invoke-ange-ftp 'set-file-modes.
+       (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp' must be called
+       again after activating `ange-ftp'.
+
+2002-09-02  Kim F. Storm  <storm@cua.dk>
+
+       * ido.el (ido-ignore-item-temp-list): New variable.
+       (ido-read-internal): Don't set ido-default-item if the default is
+       member of ido-ignore-item-temp-list.
+       Don't return first match for C-j if no text is entered.
+       (ido-buffer-internal): Check for empty string return.
+       (ido-make-buffer-list1): Use member instead of memq.
+       (ido-window-buffer-p): Likewise.
+       (ido-get-bufname): Ignore buffers on ido-ignore-item-temp-list.
+       (ido-ignore-item-p): Ignore items on ido-ignore-item-temp-list.
+
+       * replace.el (multi-occur): Made "ido-aware":
+       Changed prompt to use C-j instead of RET to end.
+       Set ido-ignore-item-temp-list to the selected buffers so far, so
+       they are automatically excluded from the list of choices.
+       Use add-to-list instead of push.
+
+2002-09-01  Richard M. Stallman  <rms@gnu.org>
+
+       * term/x-win.el (function-key-map): Define S-iso-lefttab.
+
+2002-09-01  Kim F. Storm  <storm@cua.dk>
+
+       * edmacro.el (edit-kbd-macro): Recognize new default binding for
+       C-x e in addition to old binding.
+
+2002-09-01  Mario Lang  <mlang@debian.org>
+
+       * files.el (save-some-buffers-action-alist): New variable.
+       (save-some-buffers): Use that.
+       (diff-buffer-with-file): New function.
+
+2002-09-01  Richard M. Stallman  <rms@gnu.org>
+
+       * ruler-mode.el (defgroup ruler-mode): Use `convenience' as parent.
+
+       * dired.el (defgroup dired): Use `files' as parent.
+       (dired-get-filename): Ignore handler if it has safe-magic prop.
+
+       * jka-compr.el (jka-compr-handler): Add safe-magic property.
+
+2002-08-31  Richard M. Stallman  <rms@gnu.org>
+
+       * simple.el (kill-line): Use end-of-visible-line to determine
+       if rest of line is blank.
+       (end-of-visible-line): Cope if end-of-line moved back over
+       invisible intangible chars at end of line.
+
+       * simple.el (completion-setup-function): Don't use directory-sep-char.
+
+2002-09-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
+
+       * progmodes/f90.el (f90-menu): Remove ":active" keyword where not
+       needed.
+       (f90-menu, f90-add-imenu-menu): Use lookup-key.
+       Remove (eval-when-compile) for free variables.
+
+2002-08-31  Andreas Schwab  <schwab@suse.de>
+
+       * font-core.el (font-lock-change-mode): Avoid changing buffer
+       state in any way.
+
+2002-08-30  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * emacs-lisp/easymenu.el (easy-menu-filter-return):
+       Handle the case where the filter returns a single menu entry.
+       (easy-menu-add): Improve docstring.
+       (easy-menu-current-active-maps): Remove.
+       (easy-menu-get-map): Use current-active-maps.
+
+       * cus-edit.el (custom-unlispify-menu-entry): Don't remove
+       the -p prefix from variables since they shouldn't have it anyway.
+       (custom-group-menu-create, customize-menu-create):
+       Only cdr if applicable, since custom-menu-create might return
+       a vector (i.e. a single menu entry).
+
+2002-08-30  Edward M. Reingold  <reingold@emr.cs.iit.edu>
+
+       * calendar/diary-lib.el (diary-mail-entries): Don't overwrite
+       user's value of diary-list-include-blanks, but generate message
+       instead if there are no entries.
+
+2002-08-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>  (tiny change)
+
+       * ps-print.el (ps-lp-system): Fixed typo in `usg-unix-v'.
+
+2002-08-30  Markus Rost  <rost@math.ohio-state.edu>
+
+       * menu-bar.el (menu-bar-read-mail): Doc fix.
+
+2002-08-30  John Paul Wallington  <jpw@shootybangbang.com>
+
+       * ibuffer.el (ibuffer-update): Revert expansion of `caddr'.
+       (ibuffer-fontification-alist): Check hidden buffer case isn't
+       visiting a file and change its face to italic.
+
+2002-08-30  Juanma Barranquero  <lektu@terra.es>
+
+       * replace.el (occur-mode): Add interactive declaration.
+
+       * bs.el (bs-message-without-log): Fix typo.
+
+       * font-core.el (font-lock-defaults): Likewise.
+
+       * font-lock.el (font-lock-add-keywords): Likewise.
+
+       * mouse-copy.el (mouse-copy-work-around-drag-bug): Likewise.
+
+       * textmodes/bibtex.el (bibtex-mode): Likewise.
+
+       * emulation/viper-ex.el (ex-compile-command): Likewise.
+
+       * progmodes/idlwave.el (idlwave-max-extra-continuation-indent):
+       Likewise.
+
+       * progmodes/dcl-mode.el (dcl-calc-cont-indent-relative): Likewise.
+
+       * allout.el (my-mark-marker): Likewise.
+
+2002-08-30  Simon Josefsson  <jas@extundo.com>
+
+       * mail/smtpmail.el (smtpmail-via-smtp): Delete process buffer
+       unless s-debug-info is enabled.
+
 2002-08-29  John Paul Wallington  <jpw@shootybangbang.com>
 
        * ibuffer.el (ibuffer-update): Use `minibufferp'.  Expand `caddr'.
        (occur-mode): Use it.
        (occur-hook): Set default to nil.
 
+2002-08-29  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * net/ange-ftp.el: Use match-string and drop useless `function's.
+       (ange-ftp-get-process): Bind `ange-ftp-this-user' and
+       `ange-ftp-this-host' before running ange-ftp-process-startup-hook.
+       (ange-ftp-ls-parser): Use `switches' arg instead of dynamic binding.
+       (ange-ftp-parse-dired-listing): Update the calls.
+       (dired-local-variables-file): Declare to shut quieten the compiler.
+       (ange-ftp-file-entry-active-p): Remove.
+       (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
+       Don't exclude dangling symlinks.
+       (ange-ftp-file-name-completion-1): Make predicate optional.
+       (ange-ftp-parse-list-func-alist): Use add-to-list to update.
+       (ange-ftp-fix-name-for-bs2000): Use subst-char-in-string.
+       (ange-ftp-bs2000-posix-hook-installed): Remove.
+       (ange-ftp-add-bs2000-posix-host): Don't use it anymore.
+       (ange-ftp-bs2000-cd-to-posix): Use `ange-ftp-this-user' and
+       `ange-ftp-this-host' instead of `user' and `host'.
+
 2002-08-29  Richard M. Stallman  <rms@gnu.org>
 
+       * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
+       Decide here whether to print which form we're compiling.
+       If we do that, still print file and line.  Make file name
+       relative to default-directory.  Print fewer newlines.
+       (byte-compile-log-file): Print something even if no file.
+       Print messages for entering and leaving directories,
+       and set default-directory.
+       (displaying-byte-compile-warnings): Only sometimes bind warning-series.
+       (byte-compile-warning-series): New function.
+       (byte-compile-file): Set byte-compile-last-logged-file, don't bind it.
+       (byte-compile-display-log-head-p): Function deleted.
+
+       * warnings.el (warning-series): Now can be a marker, not an integer.
+       (display-warning): Handle new value for warning-series.
+
        * emacs-lisp/bytecomp.el (byte-compile-log-file): Use \f.
        (byte-compile-cl-warn): Add cl-macroexpand-all, cl-compiling-file
        to don't-warn list.
 
 2002-08-29  Kim F. Storm  <storm@cua.dk>
 
-       * kmacro.el: Changed default bindings from F7/F8 to F3/F4.
-       Changed default binding of C-x e to kmacro-end-or-call-macro.
+       * kmacro.el: Change default bindings from F7/F8 to F3/F4.
+       Change default binding of C-x e to kmacro-end-or-call-macro.
        (kmacro-call-repeat-key, kmacro-call-repeat-with-arg): New custom
-       variables. 
+       variables.
        (kmacro-get-prefix-arg): New function.
-       (kmacro-repeat-on-last-key): Renamed from kmacro-repeat-loop and improved.
-       Callers changed.
+       (kmacro-repeat-on-last-key): Rename from kmacro-repeat-loop and
+       improve.  Callers changed.
        (kmacro-call-macro): Repeat macro by repeating last key or
        key defined in kmacro-call-repeat-key.  New third arg non-nil
        means to end current macro.
 
 2002-08-28  Richard M. Stallman  <rms@gnu.org>
 
-       * files.el (make-auto-save-file-name, make-backup-file-name-1): 
+       * files.el (make-auto-save-file-name, make-backup-file-name-1):
        Don't use directory-sep-char.
 
 2002-08-28  Juanma Barranquero  <lektu@terra.es>
 
        * mail/rmail.el (rmail-speedbar-match-folder-regexp): Doc fix.
 
+2002-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
+
+       * progmodes/f90.el (f90-xemacs-flag, f90-xemacs-menu)
+       (f90-menu-bar-menu, f90-change-case-menu, f90-font-lock-on)
+       (f90-font-lock-off, f90-font-lock-menu):  Delete.
+       Use easy-menu-define instead.
+       (f90-mode): Use easy-menu-add.
+       No longer (require 'imenu) when compiling.
+       (f90-mark-subprogram, f90-indent-region, f90-fill-region)
+       (f90-abbrev-start): Use fboundp.
+       (f90-imenu-flag): Delete - use imenu--index-alist instead.
+
 2002-08-23  Richard M. Stallman  <rms@gnu.org>
 
        * loadhist.el (unload-feature): Distinguish functions from
        (load-symbol-file-load-history): Deleted.
        (symbol-file): Don't call load-symbol-file-load-history.
 
+2002-08-23  Andre Spiegel  <spiegel@gnu.org>
+
+       * vc-hooks.el (vc-kill-buffer-hook): Add it to kill-buffer-hook again.
+
 2002-08-22  Katsumi Yamaoka <yamaoka@jpl.org>  (tiny change)
 
        * frame.el (select-frame-by-name, select-frame-set-input-focus):
        Always call x-focus-frame, if using x.
        Use set-mouse-position on all systems, if focus-follows-mouse.
 
-2002-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
-
-       * progmodes/f90.el (f90-xemacs-flag, f90-xemacs-menu)
-       (f90-menu-bar-menu, f90-change-case-menu, f90-font-lock-on)
-       (f90-font-lock-off, f90-font-lock-menu):  Delete.
-       Use easy-menu-define instead.
-       (f90-mode): Use easy-menu-add.
-       No longer (require 'imenu) when compiling.
-       (f90-mark-subprogram, f90-indent-region, f90-fill-region)
-       (f90-abbrev-start): Use fboundp.
-       (f90-imenu-flag): Delete - use imenu--index-alist instead.
-
-2002-08-23  Andre Spiegel  <spiegel@gnu.org>
-
-       * vc-hooks.el (vc-kill-buffer-hook): Add it to kill-buffer-hook again.
-
-2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-08-22  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * net/tramp.el: Version 2.0.14 released.
        (tramp-shell-prompt-pattern): New variable.
        pushing mark.
        (f90-abbrev-start): unread-command-event is obsolete in XEmacs.
 
-2002-08-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-08-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * tramp.el: Version 2.0.13 released.
        (tramp-handle-write-region): Don't check to see if remote end is
 
 2002-08-18  Richard M. Stallman  <rms@gnu.org>
 
-       * table.el: New file.
+       * textmodes/table.el: New file.
 
        * font-core.el (font-lock-mode): Set change-major-mode-hook locally.
 
        * textmodes/reftex.el (reftex-mode): Moved the creation of special
        syntax tables to top-level.
 
+2002-08-15  David Kastrup  <David.Kastrup@t-online.de>
+
+       * net/ange-ftp.el (ange-ftp-wipe-file-entries): Fix type mismatch;
+       use `hash-table-size' instead of `length'.
+
 2002-08-14  Stefan Monnier  <monnier@cs.yale.edu>
 
        * help-fns.el (locate-library): Use locate-file(-completion).
 
        * startup.el (command-line): Load custom-file if not done yet.
 
-2002-08-15  David Kastrup  <David.Kastrup@t-online.de>
-
-       * net/ange-ftp.el (ange-ftp-wipe-file-entries): Fix type mismatch;
-       use `hash-table-size' instead of `length'.
-
 2002-08-14  Kenichi Handa  <handa@etl.go.jp>
 
        * select.el (xselect-convert-to-string): If TYPE is non-nil, encode
 
        * wid-browse.el (widget-minor-mode): Fix doc typo.
 
-2002-08-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-08-07  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * net/tramp.el: Version 2.0.12 released.
        (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
 
        * image.el (image-jpeg-p): Accept "Exif" marker.
 
-2002-08-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-08-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * net/tramp.el: Version 2.0.11 released.
        (tramp-perl-file-attributes): Print uid and gid as signed integers.
 
        * startup.el (fancy-splash-frame): Check selected frame last.
 
-2002-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-08-04  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * net/tramp.el: Version 2.0.10 released.
        (tramp-uudecode): New shell function `tramp_uudecode' to decode to
        (tramp-coding-commands): Add an alternative for `tramp_uudecode'.
        (tramp-bug): Include more variables in the report.
 
-2002-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-08-04  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * net/tramp.el: Version 2.0.9 released.
        (tramp-bug): Add wording about additional info to include in bug
 
        * warnings.el (lwarn, warn, warning-levels): Doc fix.
        (warning-suppress-log-types): Fix typo.
-       (display-warning): Fix typo. Remove useless asignment to free variable
+       (display-warning): Fix typo. Remove useless assignment to free variable
        `group-string'.
 
 2002-07-25  Markus Rost  <rost@math.ohio-state.edu>
        * emulation/cua-base.el (cua--repeat-replace-text): New variable.
        (cua-repeat-replace-region): New command.
        (cua--init-keymaps): Bind it to M-v in cua--cua-keys-keymap.
-       Misc improvements to the commantary.
+       Misc improvements to the commentary.
 
 2002-05-26  Simon Josefsson  <jas@extundo.com>
 
        * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work.
 
        * ibuffer.el (ibuffer-truncate-lines): New option.
-         (ibuffer-mode):  Use it.
+       (ibuffer-mode):  Use it.
 
 2002-02-17  Kim F. Storm  <storm@cua.dk>