]> git.eshelyaron.com Git - emacs.git/commitdiff
Misc accumulated ChangeLog convention fixes
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 28 Aug 2014 22:18:39 +0000 (18:18 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 28 Aug 2014 22:18:39 +0000 (18:18 -0400)
14 files changed:
doc/emacs/ChangeLog
doc/misc/ChangeLog
etc/NEWS.19
lisp/ChangeLog.10
lisp/ChangeLog.11
lisp/ChangeLog.12
lisp/ChangeLog.15
lisp/ChangeLog.16
lisp/ChangeLog.3
lisp/ChangeLog.7
lisp/ChangeLog.8
lisp/ChangeLog.9
lisp/gnus/ChangeLog.2
src/ChangeLog.8

index 356bc26722f6f408db2308ec8dcb0c020ae9eb55..46124c323ebc8f6ea7490c4af2db775af135c09c 100644 (file)
 
        * frames.texi (Dialog Boxes): Add use-file-dialog.
 
-2003-11-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2003-11-22  Martin Stjernholm  <mast@lysator.liu.se>
 
        * ack.texi: Note that Alan Mackenzie contributed the AWK support
        in CC Mode.
index cc0da7e25f3d7d6a260da01f2c3d5d3837d66693..91074ac3a450c1c0f290126af0e227471c567fe3 100644 (file)
 
 2014-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-       * gnus.texi (MIME Commands): Mention
-       gnus-mime-buttonize-attachments-in-header and
+       * gnus.texi (MIME Commands):
+       Mention gnus-mime-buttonize-attachments-in-header and
        gnus-mime-display-attachment-buttons-in-header.
 
 2014-03-23  Lars Ingebrigtsen  <larsi@gnus.org>
 
-       * message.texi (Forwarding): Mention
-       `message-forward-included-headers'.
+       * message.texi (Forwarding):
+       Mention `message-forward-included-headers'.
 
 2014-03-23  Lars Ingebrigtsen  <larsi@gnus.org>
 
 
        * org.texi (Installation, Activation): Split from Installation and
        Activation.
-       (Clocking work time): Documented new features.
+       (Clocking work time): Document new features.
 
 2006-08-13  Alex Schroeder  <alex@gnu.org>
 
        * emacs-mime.texi (Flowed text): Add mm-fill-flowed.  (Sync
        2004-01-27 from the trunk).
 
-2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
+2006-02-24  Alan Mackenzie  <acm@muc.de>
 
        * cc-mode.texi: Rename c-hungry-backspace to
        c-hungry-delete-backwards, at the request of RMS.  Leave the old
        name as an alias.
 
-2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
+2006-02-24  Alan Mackenzie  <acm@muc.de>
 
        * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
        include the function header within the defun.
 
-2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
+2006-02-24  Alan Mackenzie  <acm@muc.de>
 
        * cc-mode.texi: Correct two typos.
 
-2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
+2006-02-24  Alan Mackenzie  <acm@muc.de>
 
        * cc-mode.texi (Comment Commands): State that C-u M-; kills any
        existing comment.
        (MIME with Emacs mail packages): Delete section about the Emacs
        MIME FAQ (it's not reachable anymore).
 
-2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
+2005-12-08  Alan Mackenzie  <acm@muc.de>
 
        * cc-mode.texi: The manual has been extensively revised: the
        information about using CC Mode has been separated from the larger
 
 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
 
-       * org.texi (Workflow states): Documented that change in keywords
+       * org.texi (Workflow states): Document that change in keywords
        becomes active only after restart of Emacs.
 
 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
 
        * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
 
-2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2004-08-11  Martin Stjernholm  <mast@lysator.liu.se>
 
        * cc-mode.texi: Various updates for CC Mode 5.30.9.
 
 
        * eshell.texi (Known Problems): Add doc item.
 
-2003-11-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2003-11-22  Martin Stjernholm  <mast@lysator.liu.se>
 
        * cc-mode.texi: Update for CC Mode 5.30.
 
index 17104aaf3ca73ef8e36b10042695357125556e2f..184f8540c76602f9906c0ffe864cd9bd819510ef 100644 (file)
@@ -477,7 +477,7 @@ buffers that use a particular major mode, use the mode hook, as in
 this example:
 
     (add-hook 'emacs-lisp-mode-hook
-             '(lambda () (imenu-add-to-menubar "Index")))
+             (lambda () (imenu-add-to-menubar "Index")))
 
 ** Changes in BibTeX mode.
 
index dd5267725e5b3238427e2d875be053981411f6ed..bcd2dacd0f9be6aa327fa4db144169f020c8963d 100644 (file)
@@ -1,4 +1,4 @@
-2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2003-07-03  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-menus.el (cc-imenu-init): Do not set
        `imenu-create-index-function' if the second argument is left
@@ -9,7 +9,7 @@
        (c-lineup-arglist-close-under-paren): Fixes to cope with
        special brace lists in Pike.
 
-2003-07-03  Alan Mackenzie  <bug-cc-mode@gnu.org>
+2003-07-03  Alan Mackenzie  <acm@muc.de>
 
        * progmodes/cc-mode.el (awk-mode): Call c-awk-after-change to
        ensure syntax-table props at loading.
@@ -21,7 +21,7 @@
        analyze AWK top-level forms properly (c-guess-basic-syntax
        CASE 5P), c-awk-backward-syntactic-ws.
 
-2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2003-07-03  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-fix.el: cc-mode-19.el has been renamed to
        progmodes/cc-fix.el since it now contains compatibility stuff
@@ -59,7 +59,7 @@
        * progmodes/cc-langs.el (comment-end): Put a space in front of
        the comment ender in C, as it was before the move from cc-mode.el.
 
-2003-07-03  Alan Mackenzie  <bug-cc-mode@gnu.org>
+2003-07-03  Alan Mackenzie  <acm@muc.de>
 
        * progmodes/cc-fonts.el: Do not load progmodes/cc-awk.elc or
        awk-font-lock-keywords unless there is an AWK Mode buffer.
@@ -72,7 +72,7 @@
        * progmodes/cc-engine.el, progmodes/cc-fonts.el:
        Changes for the new AWK support.
 
-2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2003-07-03  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-engine.el, progmodes/cc-langs.el
        (c-decl-block-key, c-search-uplist-for-classkey): Check that
 
        This change is slightly incompatible.  Although the calling
        convention for line-up functions is strictly extended, the format
-       of the `c-syntactic-context' variable has changed slightly.  It's
-       believed that this incompatibility is minor, though; not a single
+       of the `c-syntactic-context' variable has changed slightly.
+       It's believed that this incompatibility is minor, though; not a single
        line-up function distributed with CC Mode needed to be changed,
        for instance.
 
        * dabbrev.el (dabbrev--goto-start-of-abbrev):
        Use minibuffer-prompt-end.
 
-       * comint.el (comint-move-point-for-output): Renamed from
+       * comint.el (comint-move-point-for-output): Rename from
        comint-scroll-to-bottom-on-output.  Old name is alias.
        All uses changed.  Doc fix.
        (comint-scroll-show-maximum-output): Doc fix.
 
 2003-05-09  Sam Steingold  <sds@gnu.org>
 
-       * pcvs.el (cvs-mode-find-file): Fixed the last patch's logic.
+       * pcvs.el (cvs-mode-find-file): Fix the last patch's logic.
 
 2003-05-09  Stefan Monnier  <monnier@cs.yale.edu>
 
 
 2003-05-03  Richard M. Stallman  <rms@gnu.org>
 
-       * emacs-lisp/autoload.el (update-directory-autoloads): Renamed from
+       * emacs-lisp/autoload.el (update-directory-autoloads): Rename from
        update-autoloads-from-directories.
 
        * progmodes/cperl-mode.el (cperl-nonoverridable-face): Doc fix.
        for both the argument and the value.
 
        * desktop.el (desktop-base-file-name):
-       Renamed from desktop-basefilename.  Add defvaralias.
+       Rename from desktop-basefilename.  Add defvaralias.
 
 2003-04-14  John Paul Wallington  <jpw@gnu.org>
 
        (describe-minor-mode-completion-table-for-symbol): New functions.
        minor-mode-list is used here.
        (describe-minor-mode-from-symbol):
-       Renamed from (old) describe-minor-mode.
+       Rename from (old) describe-minor-mode.
        Use describe-minor-mode-completion-table-for-symbol.
        Don't use eval.  Just use symbol-name.
        (describe-minor-mode-from-indicator): Document is updated.
        * international/mule.el:
        Don't set after-insert-file-adjust-coding-function.
        (after-insert-file-set-coding):
-       Renamed from after-insert-file-set-buffer-file-coding-system.
+       Rename from after-insert-file-set-buffer-file-coding-system.
 
 2003-04-11  Kenichi Handa  <handa@m17n.org>
 
        (quail-make-guidance-frame): Delete the arg BUF.  Fix position
        calculation.  Don't set the window buffer, just return the new frame.
        (quail-minibuffer-message): New function.
-       (quail-show-guidance): Renamed from quail-show-guidance-buf.
+       (quail-show-guidance): Rename from quail-show-guidance-buf.
        Use message and quail-minibuffer-message to display the guidance.
-       (quail-hide-guidance): Renamed from quail-hide-guidance-buf.
+       (quail-hide-guidance): Rename from quail-hide-guidance-buf.
        Only delete quail-guidance-frame.
        (quail-update-guidance): Just update quail-guidance-str, not
        display it.
-       (quail-get-translations): Renamed from quail-show-translations.
+       (quail-get-translations): Rename from quail-show-translations.
        Return a string instead of inserting it in quail-guidance-buf.
 
 2003-04-11  Kenichi Handa  <handa@m17n.org>
 
 2003-04-10  Juanma Barranquero  <lektu@terra.es>
 
-       * frame.el (modify-all-frames-parameters): Deleted.
+       * frame.el (modify-all-frames-parameters): Delete.
 
 2003-04-10  Sebastian Tennant  <seb@albert.vcisp.net>  (tiny change)
 
        (utf-16-le-with-signature, utf-16-be-with-signature)
        (utf-16): Aliases of the above coding systems.
 
-2003-04-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2003-04-08  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-langs.el (c-symbol-key): Use POSIX char classes
        to match symbols.  This makes CC Mode cope with the full range
 
 2003-04-06  Masatake YAMATO  <jet@gyve.org>
 
-       * progmodes/etags.el (tag-find-file-of-tag): Renamed from
+       * progmodes/etags.el (tag-find-file-of-tag): Rename from
        find-file-of-tag to avoid name space pollution.
        (tag-find-file-of-tag-noselect): Likewise.
        (etags-list-tags, etags-tags-apropos):
 
 2003-04-02  Masatake YAMATO  <jet@gyve.org>
 
-       * woman.el (woman-xref): Removed.
+       * woman.el (woman-xref): Remove.
        (woman-mode): Use `Man-highlight-references' instead of
        `WoMan-highlight-references'.
-       (WoMan-highlight-references): Removed.
+       (WoMan-highlight-references): Remove.
 
        * man.el (toplevel): Require button.
        (Man-header-file-path): New option.
        `button-buffer-map'.
        (Man-xref-man-page, Man-xref-header-file, Man-xref-normal-file):
        New buttons.  `Man-xref-man-page' comes from woman.el.
-       (man-follow-mouse): Removed.
+       (man-follow-mouse): Remove.
        (Man-fontify-manpage): Use `Man-highlight-references' instead of
        calling `add-text-properties' directly.
        (Man-highlight-references, Man-highlight-references0): New functions.
 
        * net/net-utils.el (dns-lookup-host): New function.
 
-2003-03-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2003-03-23  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-mode.el (c-parse-state): Add kludge to avoid
        an infinite loop when Emacs' open-paren-in-column-zero rule
 
        * ffap.el: Many doc fixes.
        (ffap-replace-file-component):
-       Renamed from ffap-replace-path-component.  Callers changed.
-       (ffap-host-to-filename): Renamed from ffap-host-to-path.  Callers chgd.
+       Rename from ffap-replace-path-component.  Callers changed.
+       (ffap-host-to-filename): Rename from ffap-host-to-path.  Callers chgd.
 
        * international/iso-ascii.el (iso-ascii-display-table): New variable.
        (iso-ascii-standard-display-table): New variable.
        * language/ind-util.el (indian-itrans-v5-table): Add entries for
        "E" and "O".
 
-2003-02-10  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2003-02-10  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-styles.el (c-set-offset): Don't find a default
        syntactic element through syntactic analysis if called outside
        a CC Mode buffer.
 
-2003-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2003-02-09  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-mode.el (c-basic-common-init):
        Install `c-fill-paragraph' on `fill-paragraph-function'.
        * term.el (term-raw-map): Set it up at load time.
        (term-char-mode): Don't set up term-raw-map here.
        (term-set-escape-char): Don't set up C-x subcommand.
-       (term-ansi-face-already-done): Renamed from
+       (term-ansi-face-already-done): Rename from
        term-ansi-face-alredy-done.
        (term-command-hook): Avoid error if STRING is empty.
        (term, term-mode): Doc fixes.
        (antlr-slow-syntactic-context): Use cache.
        (antlr-slow-cache-enabling-symbol): New internal variable.
        (antlr-slow-cache-diff-threshold): New variable.
-       (antlr-fast-invalidate-context-cache): Renamed from
+       (antlr-fast-invalidate-context-cache): Rename from
        antlr-xemacs-bug-workaround.
        (antlr-imenu-create-index-function): Search from beginning.
 
        (antlr-simple-read-shell-command): Define.
        (antlr-simple-with-displaying-help-buffer): Define.
        (antlr-simple-scan-sexps, antlr-simple-scan-lists):
-       Renamed from antlr-scan-{sexps,lists}-internal.
+       Rename from antlr-scan-{sexps,lists}-internal.
 
        Changes from 2002-02-28:
 
        * progmodes/antlr-mode.el: Version 2.2 is released.
 
-       * progmodes/antlr-mode.el (antlr): Moved to SourceForge.net
+       * progmodes/antlr-mode.el (antlr): Move to SourceForge.net
 
        * progmodes/antlr-mode.el: Minor bug fixes: insert options
        and indentation.
        * ibuf-ext.el (ibuffer-yank-filter-group): Move check for empty
        `ibuffer-filter-group-kill-ring' out of `interactive' declaration.
 
-2003-01-28  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2003-01-28  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-vars.el, progmodes/cc-mode.el
        (c-require-final-newline): Made this variable an alist to
 
        * progmodes/ebrowse.el (ebrowse-draw-tree-fn): Likewise.
 
-2003-01-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2003-01-26  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-vars.el, progmodes/cc-mode.el
        (c-require-final-newline): Add a variable to make the
 
 2003-01-08  Francesco Potortì  <pot@gnu.org>
 
-       * mail/undigest.el (unforward-rmail-message): Simplified.
+       * mail/undigest.el (unforward-rmail-message): Simplify.
        No functional change.
 
 2003-01-07  Markus Rost  <rost@math.ohio-state.edu>
        (makeinfo-compilation-sentinel-buffer, makeinfo-current-node):
        New functions.
        (makeinfo-compile): Add a sentinel parameter.
-       (makeinfo-compilation-sentinel-region): Renamed from
+       (makeinfo-compilation-sentinel-region): Rename from
        makeinfo-compilation-sentinel, and makeinfo-temp-file now never nil.
        (makeinfo-region): Use this.
        * info.el (Info-revert-find-node): New function.
 
 2002-12-20  Francesco Potortì  <pot@gnu.org>
 
-       * mail/undigest.el (rmail-mail-separator): Renamed from
+       * mail/undigest.el (rmail-mail-separator): Rename from
        rmail-digest-mail-separator.  All users changed.
        (unforward-rmail-message): Rewritten to be more robust and to
        additionally account for the common style of forwarding messages
 
 2002-12-10  Steven Tamm  <steventamm@mac.com>
 
-       * generic-x.el (javascript-generic-mode): Added C style block
+       * generic-x.el (javascript-generic-mode): Add C style block
        comments as used in ECMA-262 standard.
 
 2002-12-10  Kenichi Handa  <handa@m17n.org>
        * progmodes/sql.el: Added LINTER support.
        (sql-linter-program): New variable.
        (sql-linter-options): New variable.
-       (sql-mode-menu): Added Linter keywords.
+       (sql-mode-menu): Add Linter keywords.
        (sql-mode-linter-font-lock-keywords): New variable.
        (sql-highlight-linter-keywords): New function.
        (sql-linter): New function.
 
 2002-11-20  Markus Rost  <rost@math.ohio-state.edu>
 
-       * Makefile.in (setwins_almost): Renamed from finder_setwins.
+       * Makefile.in (setwins_almost): Rename from finder_setwins.
        (custom-deps): Use it.
        (finder-data): Adjust to that name change.
 
        diary-entries-list.
        (diary-mode, fancy-diary-display-mode): New derived modes, for
        diary file and fancy diary buffer respectively.
-       (fancy-diary-font-lock-keywords, diary-font-lock-keywords): New
-       variables.
-       (font-lock-diary-sexps, font-lock-diary-date-forms): New
-       functions, used in diary-font-lock-keywords.
+       (fancy-diary-font-lock-keywords, diary-font-lock-keywords):
+       New variables.
+       (font-lock-diary-sexps, font-lock-diary-date-forms):
+       New functions, used in diary-font-lock-keywords.
 
        * calendar/calendar.el (diary-face): New.
        (european-calendar-display-form, describe-calendar-mode)
        * international/codepage.el (cp866-decode-table): Fix the
        translation table.
 
-2002-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-11-16  Martin Stjernholm  <mast@lysator.liu.se>
 
-       * progmodes/cc-bytecomp.el (cc-bytecomp-defun): Fixed bug that
+       * progmodes/cc-bytecomp.el (cc-bytecomp-defun): Fix bug that
        caused existing function definitions to be overridden by
        phonies when the bytecomp environment is restored.
 
        * files.el (mode-name): Mark it as risky-local-variable like the
        other mode-line elements (moved from bindings.el).
 
-       * bindings.el (mode-name): Moved mark as risky-local-variable to
+       * bindings.el (mode-name): Move mark as risky-local-variable to
        files.el.
 
 2002-11-14  Juanma Barranquero  <lektu@terra.es>
        don't defvar, and make permanent-local.
        (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859): Add/remove
        set-buffer-major-mode-hook, not quail-activate-hook.
-       (ucs-set-table-for-input): Renamed from ucs-quail-activate.
+       (ucs-set-table-for-input): Rename from ucs-quail-activate.
        (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859):
        Setup keyboard-translate-table, not translation-table-for-input.
        Modify set-buffer-major-mode-hook, not quail-activate-hook.
        (ucs-fragment-8859): Don't use translation-table-for-input coding
        system property.
-       (ucs-quail-activate): Deleted.
+       (ucs-quail-activate): Delete.
        (ucs-set-table-for-input): New.
        (ucs-minibuffer-setup): Use it.
 
 
 2002-11-06  Kim F. Storm  <storm@cua.dk>
 
-       * info.el (Info-fontify-node): Fixed hiding of *note references
+       * info.el (Info-fontify-node): Fix hiding of *note references
        with embedded file names like (xxx.yyy).
        Avoid making any lines visibly longer if hiding newlines inside
        note references by wrapping line after references if it contained
 
 2002-10-29  Kim F. Storm  <storm@cua.dk>
 
-       * ido.el (ido-wide-find-dirs-or-files): Fixed problem that caused
+       * ido.el (ido-wide-find-dirs-or-files): Fix problem that caused
        incomplete list of matches to be returned.
 
 2002-10-29  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
 
        * international/mule-diag.el (non-iso-charset-alist): Add koi8-u.
 
-       * international/code-pages.el (cp-make-translation-table): Use
-       ucs-mule-to-mule-unicode.
+       * international/code-pages.el (cp-make-translation-table):
+       Use ucs-mule-to-mule-unicode.
        (cp-fix-safe-chars): Fix typo.
        (non-iso-charset-alist): Don't define.
        (cp-make-coding-system): Use utf-8-translation-table-for-decode.
        Define translation-table-for-input.
        (cp866): Reinstate.
        (alternativnj): Don't define alias.
-       (koi8-u): Deleted.
+       (koi8-u): Delete.
 
        * language/european.el ("Slovenian"): Use slovenian input-method.
        (encode-mac-roman): Use ucs-mule-to-mule-unicode.
 
-       * language/cyrillic.el (cyrillic-alternativnyj-decode-table): Fix
-       the table.
+       * language/cyrillic.el (cyrillic-alternativnyj-decode-table):
+       Fix the table.
        (cyrillic-alternativnyj): Don't give it `mime-charset' property.
        (cp866): Delete this alias.
        ("Bulgarian"): Fix the value of `input-method'.
 
 2002-10-15  Kenichi Handa  <handa@m17n.org>
 
-       * mail/sendmail.el (sendmail-send-it): Call
-       select-message-coding-system before changing the current buffer to
+       * mail/sendmail.el (sendmail-send-it):
+       Call select-message-coding-system before changing the current buffer to
        " sendmail temp".
 
 2002-10-14  Andre Spiegel  <spiegel@gnu.org>
        * files.el (insert-directory): Handle //SUBDIRED// lines in
        recursive listings from ls --dired.
 
-       * vc.el (vc-dired-reformat-line): Simplified.  Handles text
+       * vc.el (vc-dired-reformat-line): Simplify.  Handles text
        properties correctly now.
 
 2002-10-14  Juanma Barranquero  <lektu@terra.es>
 
        * ediff-init.el (ediff-frame-char-height): Use frame-selected-window.
 
-       * ediff-util.el (ediff-file-checked-in-p): Changed progn with and.
+       * ediff-util.el (ediff-file-checked-in-p): Change progn with and.
 
        * ediff-wind.el (ediff-skip-unsuitable-frames): Distinguish selected
        frame from frame of selected window.
 2002-10-07  Kim F. Storm  <storm@cua.dk>
 
        * emulation/cua-base.el (cua-normal-cursor-color):
-       Fixed initialization to make "Erase Customization" work.
+       Fix initialization to make "Erase Customization" work.
 
 2002-10-07  Stefan Monnier  <monnier@cs.yale.edu>
 
        (widget-editable-list-entry-create): Update caller.
 
        * wid-edit.el (widget-types-copy): New function.
-       (default): Added :copy keyword.
+       (default): Add :copy keyword.
        (menu-choice): Ditto.
        (checklist): Ditto.
        (radio-button-choice): Ditto.
        * international/utf-8.el (ucs-mule-to-mule-unicode): Don't define
        this translation-table name here.
        (utf-translation-table-for-encode): New translation-table name.
-       (utf-fragmentation-table): Renamed from utf-8-fragmentation-table.
+       (utf-fragmentation-table): Rename from utf-8-fragmentation-table.
        (utf-defragmentation-table): New variable.
-       (ucs-mule-cjk-to-unicode): Renamed from utf-8-subst-rev-table.
+       (ucs-mule-cjk-to-unicode): Rename from utf-8-subst-rev-table.
        (utf-subst-table-for-encode): New translation-table name.
-       (ucs-unicode-to-mule-cjk): Renamed from utf-8-subst-table.
+       (ucs-unicode-to-mule-cjk): Rename from utf-8-subst-table.
        (utf-subst-table-for-decode): New translation-table name.
-       (utf-fragment-on-decoding): Renamed from
+       (utf-fragment-on-decoding): Rename from
        utf-8-fragment-on-decoding.  Correctly handle the case that
        unify-8859-on-encoding-mode is off.  Handle mule-utf-16-le and
        mule-utf-16-be too.
-       (utf-translate-cjk): Renamed from utf-8-translate-cjk.
+       (utf-translate-cjk): Rename from utf-8-translate-cjk.
        Handle mule-utf-16-le and mule-utf-16-be too.
        (ccl-decode-mule-utf-8): Refer to utf-translation-table-for-decode
        and utf-subst-table-for-decode.
        (gamegrid-display-type): Use Emacs' standard `display-.*-p'
        functions to check for display capabilities.  Fix the recognition
        of image-support in Emacs 21 by this way.
-       (gamegrid-hide-cursor): Removed.
+       (gamegrid-hide-cursor): Remove.
        (gamegrid-setup-default-font): Ported the code from XEmacs to
        Emacs: create a new face and assign the variable `gamegrid-face'
        to it.  Make sure that the face is not higher than the smallest
 
 2002-09-10  Michael Albinus  <Michael.Albinus@alcatel.de>
 
-       * net/tramp.el (tramp-handle-write-region): Added missing
+       * net/tramp.el (tramp-handle-write-region): Add missing
        `)'.  Hope it's the right place.
 
 2002-09-09  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
        something harmless, but the /bin/sh will display a dollar sign
        which confused the subsequent prompt recognition.
        (tramp-multi-action-password): More debugging output.
-       (tramp-encoding-shell): Renamed from tramp-sh-program.
+       (tramp-encoding-shell): Rename from tramp-sh-program.
        More documentation.  Default to cmd.exe on Windows NT.
        (tramp-encoding-command-switch): New variable.  Use instead of
        hard-wired "-c" which is only good for /bin/sh.
        (tramp-completion-handle-file-name-all-completions):
        Change function call for user/host completion according to definition
        in `tramp-completion-function-alist'.
-       (tramp-parse-passwd): Added exception handling for "root", because
+       (tramp-parse-passwd): Add exception handling for "root", because
        `tramp-get-completion-su' (the previous place for this stuff)
        doesn't exist any longer.
 
        (tramp-multi-file-name-hop-structure-unified)
        (tramp-multi-file-name-hop-structure-separate)
        (tramp-make-multi-tramp-file-format-unified)
-       (tramp-make-multi-tramp-file-format-separate): Removed.
+       (tramp-make-multi-tramp-file-format-separate): Remove.
        (tramp-make-tramp-file-name): Allow partial tramp file
        names.  Generate tramp file format on-the-fly depending on
        parameters.  Apply atomar format strings resp expressions.
        (tramp-completion-file-name-handler-alist): Add handler for
        `file-exists-p.
        (tramp-completion-handle-file-exists-p): New function.
-       (tramp-completion-handle-file-name-completion): Simplified.
+       (tramp-completion-handle-file-name-completion): Simplify.
        (tramp-completion-dissect-file-name): Regexp's reorganized.
        (tramp-completion-handle-file-name-all-completions):
        Call completion-function only if `user' or `host' is given.
 
        * viper-util.el (viper-chars-in-region): Simplification.
 
-       * viper.el (viper-emacs-state-mode-list): Added modes.
+       * viper.el (viper-emacs-state-mode-list): Add modes.
 
 2002-09-18  Jonathan Yavner  <jyavner@engineer.com>
 
        (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.
+       (nonincremental-repeat-re-search-forward): Remove.
+       (nonincremental-repeat-re-search-backward): Remove.
        (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-adv-search-menu): Remove.
        (menu-bar-search-menu): Reorganized.
-       (menu-bar-edit-menu): Added "Replace" submenu.
+       (menu-bar-edit-menu): Add "Replace" submenu.
 
 2002-09-15  Richard M. Stallman  <rms@gnu.org>
 
 
 2002-09-13  Kim F. Storm  <storm@cua.dk>
 
-       * kmacro.el (kmacro-keymap): Changed bindings:
+       * kmacro.el (kmacro-keymap): Change 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>
 
        * loadup.el ("simple.el"): Move to after loaddefs.el.
 
-       * subr.el (define-mail-user-agent): Moved from simple.el.
+       * subr.el (define-mail-user-agent): Move from simple.el.
 
 2002-09-10  Richard M. Stallman  <rms@gnu.org>
 
 
        * 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-mule-to-mule-unicode): Delete.
        (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.
+       (utf-16-be-pre-write-conversion): Delete.
        (mule-utf-16-le, mule-utf-16-be): Register encoding translation table.
 
 2002-09-10  Richard M. Stallman  <rms@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.
+       Move here from vc.el.
 
        * vc.el (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p):
-       Moved to vc-hooks.el.
+       Move to vc-hooks.el.
 
        * vc-rcs.el (vc-rcs-state): Don't require vc.el.
 
 
 2002-08-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>  (tiny change)
 
-       * ps-print.el (ps-lp-system): Fixed typo in `usg-unix-v'.
+       * ps-print.el (ps-lp-system): Fix typo in `usg-unix-v'.
 
 2002-08-30  Markus Rost  <rost@math.ohio-state.edu>
 
 
 2002-08-28  Juanma Barranquero  <lektu@terra.es>
 
-       * replace.el (occur-hook): Renamed from `occur-mode-hook'.
+       * replace.el (occur-hook): Rename from `occur-mode-hook'.
        (occur-mode): Remove call to `occur-mode-hook'.
        (occur-rename-buffer): Fix reference to `occur-mode-hook' in docstring.
        (occur-1): Add call to `occur-hook'.
        (reftex-section-number): Better handling of parts: No chapter
        counter resets.
 
-       * textmodes/reftex.el (reftex-highlight-overlays): Added a third
+       * textmodes/reftex.el (reftex-highlight-overlays): Add a third
        overlay.
-       (reftex-mode-menu): Added entry for `reftex-toc-recenter.
+       (reftex-mode-menu): Add entry for `reftex-toc-recenter.
        Also moved `reftex-reset-mode' to top level.
 
        * textmodes/reftex-toc.el (reftex-toc-recenter): New command.
 2002-08-25  Miles Bader  <miles@gnu.org>
 
        * rfn-eshadow.el (file-name-shadow-properties-custom-type):
-       Renamed from `read-file-name-electric-shadow-properties-custom-type'.
+       Rename from `read-file-name-electric-shadow-properties-custom-type'.
        Change name of face.
-       (file-name-shadow-properties): Renamed from
+       (file-name-shadow-properties): Rename from
        `read-file-name-electric-shadow-properties'.
-       (file-name-shadow-tty-properties): Renamed from
+       (file-name-shadow-tty-properties): Rename from
        `read-file-name-electric-shadow-tty-properties'.
-       (file-name-shadow): Renamed from `read-file-name-electric-shadow'.
+       (file-name-shadow): Rename from `read-file-name-electric-shadow'.
        (rfn-eshadow-setup-minibuffer): Update references to renamed variables.
-       (file-name-shadow-mode): Renamed from
+       (file-name-shadow-mode): Rename from
        `read-file-name-electric-shadow-mode'.  Update references to
        renamed variables.
 
        * files.el (ange-ftp-completion-hook-function): Add safe-magic prop.
 
        * subr.el (symbol-file-load-history-loaded)
-       (load-symbol-file-load-history): Deleted.
+       (load-symbol-file-load-history): Delete.
        (symbol-file): Don't call load-symbol-file-load-history.
 
 2002-08-23  Andre Spiegel  <spiegel@gnu.org>
 
 2002-08-21  Kim F. Storm  <storm@cua.dk>
 
-       * bindings.el (mode-line-format): Moved global-mode-string last.
-       (mode-line-position): Moved %p first.  Added padding to %l/%c to
+       * bindings.el (mode-line-format): Move global-mode-string last.
+       (mode-line-position): Move %p first.  Added padding to %l/%c to
        eliminate jumpiness in modeline.  Use (%l,%c) format if both
        line-number-mode and column-number-mode are enabled.
 
-2002-08-20  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-08-20  Martin Stjernholm  <mast@lysator.liu.se>
 
-       * progmodes/cc-engine.el (c-forward-syntactic-ws): Fixed a bug
+       * progmodes/cc-engine.el (c-forward-syntactic-ws): Fix a bug
        that could cause an infinite loop if something that looks like
        a macro begins in the middle of a line.
 
-       * progmodes/cc-engine.el (c-parse-state): Fixed a bug that
+       * progmodes/cc-engine.el (c-parse-state): Fix a bug that
        could cause `c-state-cache' to contain two conses in sequence
        when there's an unbalanced open paren in a macro.
 
 
 2002-08-15  Carsten Dominik  <dominik@sand.science.uva.nl>
 
-       * textmodes/reftex.el (reftex-mode): Moved the creation of special
+       * textmodes/reftex.el (reftex-mode): Move the creation of special
        syntax tables to top-level.
 
 2002-08-15  David Kastrup  <David.Kastrup@t-online.de>
 
        * international/mule-cmds.el (search-unencodable-char): New function.
        (select-safe-coding-system): Show unencodable characters.
-       (unencodable-char-position): Deleted, and implemented in C in coding.c.
+       (unencodable-char-position): Delete, and implemented in C in coding.c.
 
 2002-04-09  John Wiegley  <johnw@gnu.org>
 
 
 2002-08-05  Alan Shutko  <ats@acm.org>
 
-       * ibuffer.el (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
-       (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
-       (ibuffer-mode): Added ibuffer-filter-by-used-mode to doc string.
+       * ibuffer.el (ibuffer-mode-map): Add ibuffer-filter-by-used-mode.
+       (ibuffer-mode-map): Add ibuffer-filter-by-used-mode.
+       (ibuffer-mode): Add ibuffer-filter-by-used-mode to doc string.
 
        * ibuf-ext.el (ibuffer-list-buffer-modes): New.
        (ibuffer-filter-by-used-mode): New.
 
 2002-07-31  Richard M. Stallman  <rms@gnu.org>
 
-       * makefile.w32-in (compile-after-backup): Renamed from `compile'.
+       * makefile.w32-in (compile-after-backup): Rename from `compile'.
        Use `compile-always'.
        (bootstrap): Use `compile', not `compile-files'.  Use `update-subdirs'.
-       (compile): Renamed from `compile-files'.
-       (compile-CMD, compile-SH): Renamed from `compile-files-*'.
+       (compile): Rename from `compile-files'.
+       (compile-CMD, compile-SH): Rename from `compile-files-*'.
 
        * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
        Check that (car elt) is a string.
 2002-07-25  Carsten Dominik  <dominik@astro.uva.nl>
 
        * textmodes/reftex.el (reftex-compile-variables):
-       Simplified regular expression.
+       Simplify regular expression.
 
        * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
-       Simplified the regexp.
+       Simplify the regexp.
 
        * textmodes/reftex-cite.el (reftex-get-bibkey-default): New function.
        (reftex-extract-bib-entries-from-thebibliography):
 
        * warnings.el (warning-levels): Add %s to the strings.
        (warning-group-format): New variable.
-       (warning-suppress-log-types): Renamed from warning-suppress-log.
-       (warning-suppress-types): Renamed from warning-suppress.
+       (warning-suppress-log-types): Rename from warning-suppress-log.
+       (warning-suppress-types): Rename from warning-suppress.
        (display-warning): Implement those changes.
 
 2002-07-23  Richard M. Stallman  <rms@gnu.org>
        (finder-inf.el): Remove.
        (update-authors): New target.
        (TAGS-LISP): Remove $(lispsource).
-       (compile-always): Renamed from `compile-files'.
+       (compile-always): Rename from `compile-files'.
        (compile): New target, adapted from `compile-files'.
        (compile-calc): New target.
        (recompile): Change `.' to $(lisp).
        * net/browse-url.el (browse-url-lynx-input-attempts): Use defcustom.
        (browse-url-lynx-input-delay): Add custom type and group.
 
-       * cus-start.el (double-click-fuzz): Added.
+       * cus-start.el (double-click-fuzz): Add.
 
 2002-07-22  Alan Shutko  <ats@acm.org>
 
        (reftex-toc-split-windows-horizontally): New option.
        (reftex-toc-split-windows-horizontally-fraction): New option.
        (reftex-include-file-commands): New option.
-       (reftex-cite-format-builtin): Added ?n for nocite.
+       (reftex-cite-format-builtin): Add ?n for nocite.
 
        * textmodes/reftex-index.el (reftex-query-index-phrase):
        Use `reftex-index-verify-function'.
 
        * textmodes/reftex.el (reftex-compile-variables):
        Use `reftex-include-file-commands'.
-       (reftex-type-query-prompt): Changed defconst to defvar.
+       (reftex-type-query-prompt): Change defconst to defvar.
        (reftex-type-query-help, reftex-typekey-to-format-alist)
        (reftex-typekey-to-prefix-alist, reftex-env-or-mac-alist)
        (reftex-special-env-parsers, reftex-label-mac-list)
        (ucs-mule-to-mule-unicode): New.
        (ucs-unify-8859): Use utf-8-fragment-on-decoding, set up Quail
        translation.
-       (ucs-fragment-8859): Modified consistent with ucs-unify-8859.
+       (ucs-fragment-8859): Modify consistent with ucs-unify-8859.
        (unify-8859-on-encoding-mode): Doc mod.  Fix custom version.
        (unify-8859-on-decoding-mode): Doc mod.  Change code.  Fix custom
        version.  Add custom dependencies.
 
 2002-07-13  Kim F. Storm  <storm@cua.dk>
 
-       * progmodes/compile.el (grep-tree): Fixed autoload.
+       * progmodes/compile.el (grep-tree): Fix autoload.
        Corrected use of undefined variable `match-files-aliases'.
 
 2002-07-12  Glenn Morris  <gmorris@ast.cam.ac.uk>
        (tramp-handle-file-name-directory): Don't return "/" when
        completing a remote root directory (where the filename looks like
        "/method:user@host:/").
-       (tramp-handle-ange-ftp): Deleted.
+       (tramp-handle-ange-ftp): Delete.
        (tramp-disable-ange-ftp): New function, called at toplevel,
        deletes Ange-FTP from file-name-handler-alist.
        (tramp-handle-make-symbolic-link): Implement.
        * files.el (after-find-file): Don't check for read-only status
        of files just created (and not yet saved on disk).
 
-       * ido.el (ido-completion-help): Changed XEmacs specific code to
+       * ido.el (ido-completion-help): Change XEmacs specific code to
        avoid byte compiler warning in GNU Emacs.
        (ido-set-matches1): Use regexp-quote instead of identity.
        (ido-complete-space): New function.
        (define-stroke, strokes-fix-button2-command, strokes-insinuated)
        (strokes-insinuate, global-set-stroke, describe-stroke)
        (load-user-strokes, save-strokes, strokes-bug-address)
-       (strokes-click-command): Deleted.
+       (strokes-click-command): Delete.
        (strokes-execute-stroke): Remove strokes-click-p case.
        (strokes-describe-stroke): Remove strokes-click-p stuff.
        (strokes-help): Fix.
        end-statement, specially with regards to nested subprograms.
        (comment-region advice): Initially disabled, for better compatibility
        with other modes.
-       (ada-fill-comment-paragraph): Fixed (no longer worked with Emacs 21).
+       (ada-fill-comment-paragraph): Fix (no longer worked with Emacs 21).
 
        * progmodes/ada-xref.el: Update copyright notice.
        (ada-xref-create-ali): The default is now not to create automatically
        (ada-find-references): New parameters arg and local-only.
        (ada-find-any-references): New parameters local-only and append.
        (ada-goto-declaration): Fix handling of predefined entities in xref.
-       (ada-get-all-references): Updated to the new xref format in GNAT 3.15,
+       (ada-get-all-references): Update to the new xref format in GNAT 3.15,
        still compatible with GNAT 3.14 of course.  Fix various calls to
        count-lines, that didn't work correctly when the buffer was narrowed.
 
 
        * simple.el (what-cursor-position): Use describe-char.
 
-       * descr-text.el (describe-char): Moved from mule-diag.el, renamed
+       * descr-text.el (describe-char): Move from mule-diag.el, renamed
        from describe-char-after.  Now calls describe-text-properties.
-       (describe-property-list): Renamed from describe-text-properties.
-       (describe-text-properties): Renamed from describe-text-at.
+       (describe-property-list): Rename from describe-text-properties.
+       (describe-text-properties): Rename from describe-text-at.
        New arg OUTPUT-BUFFER.
        (describe-text-properties-1):
        New subroutine, broken out from describe-text-properties.
        Output a newline before each section of the output.
 
        * international/mule-diag.el (describe-char-after):
-       Moved to descr-text.el.
+       Move to descr-text.el.
 
 2002-06-17  Eli Zaretskii  <eliz@is.elta.co.il>
 
        (eshell-sublist): Use copy-sequence.
        (eshell-copy-tree): Make it an alias for copy-tree.
 
-       * emacs-lisp/cl.el (copy-list): Moved back from subr.el.
+       * emacs-lisp/cl.el (copy-list): Move back from subr.el.
 
-       * subr.el (copy-list): Moved to cl.el.
+       * subr.el (copy-list): Move to cl.el.
        (copy-tree): Don't use copy-list or cl-pop.
 
 2002-06-10  Miles Bader  <miles@gnu.org>
        `tty-color-translate' and `tty-color-by-index'; this is now the
        main place to do it.
 
-2002-06-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-06-09  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-styles.el (c-set-style, c-set-style-1):
        Add another state for the `dont-override' flag where it only keeps
 
 2002-06-08  Colin Walters  <walters@verbum.org>
 
-       * subr.el (copy-list): Moved here from cl.el.
-       (copy-tree): Renamed here from `cl-copy-tree' in cl-extra.el.
+       * subr.el (copy-list): Move here from cl.el.
+       (copy-tree): Rename here from `cl-copy-tree' in cl-extra.el.
 
-       * emacs-lisp/cl-extra.el (cl-copy-tree): Moved to `copy-tree' in
+       * emacs-lisp/cl-extra.el (cl-copy-tree): Move to `copy-tree' in
        subr.el.  Add a defalias with the old name.
 
-       * emacs-lisp/cl.el (copy-list): Moved to subr.el.
+       * emacs-lisp/cl.el (copy-list): Move to subr.el.
 
        * replace.el (occur-mode): Don't set up categories.  Do set
        `font-lock-defaults', and be sure to set `font-lock-core-only'.
        (ibuffer-compile-format): Don't treat `name' category specially.
        (ibuffer-column name): Use `font-lock-face'.
        (filename-and-process): Ditto.
-       (ibuffer-buffer-name-category): Renamed to
+       (ibuffer-buffer-name-category): Rename to
        `ibuffer-buffer-name-face'.  Don't use categories.
        (ibuffer-update-title-and-summary): Use `font-lock-face'.
        (ibuffer-insert-filter-group): Ditto.
 
        * subr.el (open-network-stream, open-network-stream-nowait)
        (open-network-stream-server, process-kill-without-query):
-       Moved from simple.el.
+       Move from simple.el.
 
        * simple.el (open-network-stream, open-network-stream-nowait)
        (open-network-stream-server, process-kill-without-query):
-       Moved to subr.el.
+       Move to subr.el.
 
        * simple.el (byte-compiling-files-p): Function deleted.
 
-       * textmodes/ispell.el (ispell-library-directory): Renamed from
+       * textmodes/ispell.el (ispell-library-directory): Rename from
        ispell-library-path.  If Ispell is not installed, init to nil.
        (check-ispell-version): Doc fix.
        (ispell-menu-map): Get rid of byte-compiling-files-p hackery;
 
        * textmodes/sgml-mode.el (xml-mode): New alias for `sgml-mode'.
 
-       * emacs-lisp/bytecomp.el (byte-compile-last-line): Deleted.
+       * emacs-lisp/bytecomp.el (byte-compile-last-line): Delete.
        (byte-compile-delete-first): New function.
        (byte-compile-read-position): New variable.
        (byte-compile-last-position): New variable.
 
 2002-05-27  Kim F. Storm  <storm@cua.dk>
 
-       * simple.el (push-mark-command): Added optional NOMSG arg.
+       * simple.el (push-mark-command): Add optional NOMSG arg.
 
        * emulation/cua-base.el (cua-set-mark): Align pop to mark
        behavior with standard set-mark-command.
        * rot13.el (rot13-translate-table): New variable.
        (rot13, rot13-string, rot13-region): New functions.
 
-2002-05-25  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-05-25  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-engine.el (c-add-stmt-syntax): Fix some cases
        of wrong anchoring, e.g. for else-if compounds.
        (apropos-command, apropos, apropos-value, apropos-documentation):
        Allow keywords in addition to regexp.  Added scoring.
        (apropos-documentation-check-doc-file)
-       (apropos-documentation-check-elc-file): Added scoring.
+       (apropos-documentation-check-elc-file): Add scoring.
        (apropos-print): Sort according to score.
 
 2002-05-22  Colin Walters  <walters@cis.ohio-state.edu>
        (ibuffer-compile-format): If the current column is a `name'
        column, figure out the appropriate category to put on it.
        (filename-and-process): Use category property.
-       (ibuffer-fontify-region-function): Deleted.
-       (ibuffer-unfontify-region-function): Deleted.
+       (ibuffer-fontify-region-function): Delete.
+       (ibuffer-unfontify-region-function): Delete.
        (ibuffer-update-title-and-summary): Use category properties.
        (ibuffer-insert-filter-group): Ditto.
        (ibuffer-mode): Set up category properties.
 
        * ibuffer.el (toplevel): Require font-lock, to get the face
        definitions.
-       (ibuffer-use-fontification): Deleted.
+       (ibuffer-use-fontification): Delete.
        (column filename-and-process): New column.
        (ibuffer-formats): Use it by default.
        (ibuffer-name-map, ibuffer-mode-name-map)
 
        * emacs-lisp/find-func.el (find-function-search-for-symbol):
        Add autoload cookie.
-       (find-function-regexp): Include
-       "\(quote " to match the defaliases in loaddefs.el.
+       (find-function-regexp):
+       Include "\(quote " to match the defaliases in loaddefs.el.
 
        * filesets.el (filesets-conditional-sort): Use copy-sequence,
        not copy-list.
 
 2002-05-03  John Wiegley  <johnw@gnu.org>
 
-       * eshell/esh-var.el (eshell-modify-global-environment): Added this
+       * eshell/esh-var.el (eshell-modify-global-environment): Add this
        customization variable, which will cause any "export" commands
        within any eshell buffer to modify the global Emacs environment.
        It defaults to nil, which means that such commands will only
        * align.el (align-region): Fix the fix to align-region, because
        the "name" argument was appearing twice.
 
-2002-05-01  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-05-01  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-engine.el (c-beginning-of-decl-1): Better way
        to handle protection labels, one which doesn't get confused by
        * subr.el (remove-yank-excluded-properties): New helper function.
        (insert-for-yank, insert-buffer-substring-as-yank): Use it.
 
-       * simple.el (yank-excluded-properties): Added help-echo to list.
+       * simple.el (yank-excluded-properties): Add help-echo to list.
 
 2002-04-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
 
        not a list.
 
        * replace.el (occur-revert-arguments):
-       Renamed from occur-revert-properties.  All uses changed.
+       Rename from occur-revert-properties.  All uses changed.
 
 2002-04-28  Pavel Janík  <Pavel@Janik.cz>
 
        (buffers-menu-show-status): New variables.
        (menu-bar-update-buffers-1): Use them.
 
-2002-04-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-04-24  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-cmds.el (c-mask-comment): More fixes when used
        from `c-do-auto-fill' and point is at or near the limit of the
        (occur-mode-display-occurrence): Handle buffer property.
        (list-matching-lines-face): Use defcustom.
        (list-matching-lines-buffer-name-face): New variable.
-       (occur-accumulate-lines): Renamed from `ibuffer-accumulate-lines',
+       (occur-accumulate-lines): Rename from `ibuffer-accumulate-lines',
        in ibuffer.el.
        (occur-read-primary-args): Move out of `occur'.
        (occur): Delete.  Now simply call `occur-1'.
        (multi-occur, multi-occur-by-filename-regexp): New functions.
        (occur-1): New function.
-       (occur-engine): Renamed from `ibuffer-occur-engine' to replace the
+       (occur-engine): Rename from `ibuffer-occur-engine' to replace the
        previous implementation of `occur'; taken from ibuf-ext.el.
        (occur-fontify-on-property): New function.
        (occur-fontify-region-function, occur-unfontify-region-function):
        New functions.
 
-       * ibuffer.el (ibuffer-accumulate-lines): Moved to replace.el.
+       * ibuffer.el (ibuffer-accumulate-lines): Move to replace.el.
 
        * ibuf-ext.el (ibuffer-depropertize-string): Delete.
        (ibuffer-occur-match-face): Delete.
        (ibuffer-occur-mouse-display-occurence): Delete.
        (ibuffer-occur-goto-occurence, ibuffer-occur-display-occurence)
        (ibuffer-do-occur-1, ibuffer-occur-revert-buffer-function): Delete.
-       (ibuffer-occur-engine): Moved to replace.el.
+       (ibuffer-occur-engine): Move to replace.el.
        (ibuffer-do-occur): Simply call `occur-1'.
 
        * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
        * dired.el (dired-mouse-find-file-other-window):
        Handle events that move out of the window.
 
-2002-04-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-04-23  Martin Stjernholm  <mast@lysator.liu.se>
 
-       * progmodes/cc-cmds.el (c-mask-comment): Fixed bug where point
+       * progmodes/cc-cmds.el (c-mask-comment): Fix bug where point
        was moved to the following line when it was at the first line
        of a block comment where comment-start-skip matched to eol.
 
        * diary-lib.el (include-other-diary-files): Allow modifying
        included buffer, to turn off selective display.
 
-2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-04-22  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-mode.el (c-define-abbrev-table): New function to
        pass the SYSTEM-FLAG to `define-abbrev' in a way that works in
        emacsen that doesn't support it.
 
-2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-04-22  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-align.el, progmodes/cc-engine.el,
        * progmodes/cc-styles.el, progmodes/cc-vars.el
        (c-opt-asm-stmt-key): New language variable to recognize the
        beginning of asm statements.
 
-2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-04-22  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-engine.el (c-guess-basic-syntax):
        Detect variable declarations after class and struct declarations
        correctly.  Fixed limit error when finding the anchor for
        template-args-cont and topmost-intro-cont.
 
-2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-04-22  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-cmds.el (c-beginning-of-defun)
        (c-declaration-limits): Find the "line oriented" declaration
        start too, just like the "line oriented" end is found.
 
-2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-04-22  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-vars.el (c-offsets-alist): A more sane default
        for `inexpr-statement'.  This is not compatible, though.
        I think the benefit of a good default style outweights that in
        this case.  Besides, `inexpr-statement' is not very common.
 
-2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-04-22  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-cmds.el (c-electric-delete-forward):
        Fix silly bug that caused it to delete backwards in hungry delete
        list initializers correctly (but costly; it ought to be
        integrated into `c-beginning-of-statement-1').
 
-2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-04-22  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-cmds.el, progmodes/cc-engine.el
        (c-beginning-of-defun, c-end-of-defun, c-mark-function):
        handles declarations that continue after the block.
 
        * progmodes/cc-engine.el (c-syntactic-re-search-forward):
-       Added an option to restrict matching to the top level of the
+       Add an option to restrict matching to the top level of the
        current paren sexp.
 
        * progmodes/cc-langs.el (c-opt-block-decls-with-vars-key):
 
        (c-syntactic-eol): New regexp to match a "syntactic" eol.
 
-2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-04-22  Martin Stjernholm  <mast@lysator.liu.se>
 
-       * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
+       * progmodes/cc-engine.el (c-guess-basic-syntax): Fix a bug
        that often caused the backward limit to be lost at the top
        level.  This improves performance a bit.
 
        (c-beginning-of-decl-1): New function that put point at the
        beginning of the declaration.  It handles K&R argdecl blocks.
 
-       (c-guess-basic-syntax): Replaced the `knr-argdecl' recognition
+       (c-guess-basic-syntax): Replace the `knr-argdecl' recognition
        code with one that doesn't depend on the current indentation.
        The anchor position for `knr-argdecl' has also changed, but in
        a way that is unlikely to cause compatibility problems.
 
-2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-04-22  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-defs.el, progmodes/cc-engine.el
        (c-forward-comment): `forward-comment' in XEmacs skips over
        setup of the language specific variables.  The regexp-opt
        mangling is also done at compile time now.
 
-2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-04-22  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-cmds.el (c-indent-line-or-region):
        Call `c-indent-line' directly instead of through
        `indent-according-to-mode' so that this function always
        indents syntactically.
 
-       * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
+       * progmodes/cc-engine.el (c-guess-basic-syntax): Fix a bug
        where a class beginning with a nested class could cause an
        infinite loop (the state outside the narrowed out class is
        never used now).
 
-2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-04-22  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-align.el, progmodes/cc-cmds.el,
        progmodes/cc-engine.el, progmodes/cc-vars.el: Fixes so that
        * progmodes/cc-align.el: Use the vector form in the return
        value in all cases where lineup functions return absolute columns.
 
-2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-04-22  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-engine.el (c-add-stmt-syntax)
        (c-guess-basic-syntax): Anchor `brace-list-intro' and
        (c-major-mode-is): Compare against the buffer local variable
        `c-buffer-is-cc-mode', which is faster than using `derived-mode-class'.
 
-2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-04-22  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-engine.el (c-forward-syntactic-ws)
        (c-backward-syntactic-ws, c-forward-token-1)
        That's signified by making their documentation into docstrings.
 
        (c-whack-state, c-hack-state, c-skip-case-statement-forward):
-       Removed these internal functions since they aren't used.
+       Remove these internal functions since they aren't used.
 
        (c-forward-to-cpp-expression): Classified this function as internal.
 
-2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-04-22  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-langs.el (c-ObjC-class-key, c-Java-class-key):
-       Simplified these regexps; the class keywords they contain
+       Simplify these regexps; the class keywords they contain
        ought to be enough to avoid false matches, so checking for
        following identifiers etc is just unnecessary (and might also
        fail for oddly formatted code).
 
-2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-04-22  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-engine.el, progmodes/cc-cmds.el
        (c-forward-comment-lc): New function that behaves like
        normal label in a switch block as a case label, to get
        consistent lineup with the case labels.
 
-       * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
+       * progmodes/cc-engine.el (c-backward-syntactic-ws): Fix bug
        in skipping over a macro that ends with an empty line.
 
        * progmodes/cc-styles.el: Require cc-align since styles added
        defined there, and so the `c-valid-offset' check might
        otherwise complain on them.
 
-2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-04-22  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-align.el, progmodes/cc-mode.el:
        * progmodes/cc-vars.el: Added two new lineup functions:
        * progmodes/cc-langs.el (c-symbol-key): Made this variable
        mode specific, to handle Pike special symbols like `== better.
 
-2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-04-22  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-cmds.el, progmodes/cc-engine.el,
        progmodes/cc-vars.el (c-report-syntactic-errors): A new
        to off; since CC Mode ignores most syntactic errors it might
        as well ignore them all for the sake of consistency.
 
-2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-04-22  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-engine.el (c-looking-at-inexpr-block):
        Optimization.  Can give a noticeable speedup if there's a
        large preceding function or class body.
 
-2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-04-22  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-align.el, progmodes/cc-cmds.el: Use more
        efficient and correct insertion functions in many places.
        * progmodes/cc-styles.el (c-read-offset): Unbind SPC in the
        completion to make it easier to enter lists.
 
-2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-04-22  Martin Stjernholm  <mast@lysator.liu.se>
 
-       * progmodes/cc-cmds.el (c-beginning-of-defun): Fixed bug where
+       * progmodes/cc-cmds.el (c-beginning-of-defun): Fix bug where
        c-state-cache was clobbered.
 
        * progmodes/cc-cmds.el, progmodes/cc-engine.el
-       (c-calculate-state): Moved from cc-cmds.el to cc-engine.el due
+       (c-calculate-state): Move from cc-cmds.el to cc-engine.el due
        to dependency.
 
-2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-04-22  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-engine.el (c-parse-state): Ignore unbalanced
        open parens in macros (if point isn't in the same one).
 
-2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-04-22  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-cmds.el (c-context-open-line): New function
        that is the `open-line' equivalent to `c-context-line-break'.
        for Emacs 21 since `indent-new-comment-line' has been changed
        to `comment-indent-new-line' there.
 
-2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-04-22  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-engine.el, progmodes/cc-langs.el
        (c-stmt-delim-chars, c-stmt-delim-chars-with-comma):
        the set of statement delimiting characters, to allow it to be
        changed dynamically and per-mode.
 
-2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-04-22  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-engine.el (c-looking-at-bos)
        (c-looking-at-inexpr-block, c-add-stmt-syntax)
        Made arglist-cont anchor correctly in arglists that contain statements.
 
        * progmodes/cc-engine.el (c-guess-basic-syntax):
-       Fixed consistent anchoring of defun-block-intro in defuns in code
+       Fix consistent anchoring of defun-block-intro in defuns in code
        blocks (can only occur in Pike).
 
        * progmodes/cc-engine.el (c-looking-at-inexpr-block)
-       (c-looking-at-inexpr-block-backward): Changed the arguments to
+       (c-looking-at-inexpr-block-backward): Change the arguments to
        require containing sexps and paren state, for better efficiency.
 
-2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-04-22  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-cmds.el, progmodes/cc-engine.el,
        progmodes/cc-vars.el: Improved anchoring of statement and
        handling of labels in front of substatements.
 
        (c-guess-continued-construct, c-guess-basic-syntax):
-       Improved and unified anchoring at statements.  Statements beginning
+       Improve and unified anchoring at statements.  Statements beginning
        with comments or labels are now avoided, by going out of
        blocks and containing statements if necessary.  This nesting
        handling also fixes the case when there's a statement after a
        (c-electric-colon): Map the new `substatement-label' to
        `label' when consulting `c-hanging-colons-alist'.
 
-       (c-offsets-alist): Added substatement-label.  Updated the
+       (c-offsets-alist): Add substatement-label.  Updated the
        comments for the new anchoring positions at statements.
 
        * progmodes/cc-engine.el (c-guess-basic-syntax): Use more sane
        neutralized by a kludge in `c-get-syntactic-indentation' which
        ignored such anchor points.
 
-       (c-get-syntactic-indentation): Removed the kludge that was
+       (c-get-syntactic-indentation): Remove the kludge that was
        necessary due to buggy anchor points.
 
        * progmodes/cc-engine.el (c-guess-basic-syntax): Do not check
        recognized as normal arglist-cont if we're directly in a macro
        arglist, for consistency with other "bare" statements.
 
-       * progmodes/cc-engine.el (c-looking-at-bos): Added optional
+       * progmodes/cc-engine.el (c-looking-at-bos): Add optional
        limit arg for backward searches.
 
        * progmodes/cc-engine.el (c-looking-at-inexpr-block):
        in the list of syntactic symbols.  Only the first is used as
        the base for the offset calculation.
 
-2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-04-22  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-cmds.el (c-indent-defun): Indent the current
        macro if inside one at the top level.  Do not throw an error
        * progmodes/cc-engine.el (c-least-enclosing-brace):
        Rewritten to not be destructive.
 
-2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-04-22  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-cmds.el (c-context-line-break): Only do a macro
        line break when point is inside the content of it; if it's in
        * progmodes/cc-engine.el (c-guess-basic-syntax): Do not add
        cpp-macro-cont inside the argument list to a #define.
 
-2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-04-22  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-defs.el (c-forward-comment): Implemented a
        kludge to avoid the problem most forward-comment incarnations
        have with `\' together with comment parsing.
 
-2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-04-22  Martin Stjernholm  <mast@lysator.liu.se>
 
-       * progmodes/cc-engine.el (c-check-state-cache): Fixed bug
+       * progmodes/cc-engine.el (c-check-state-cache): Fix bug
        which could cause the state returned by `c-parse-state' to
        lack a closed paren element.  That in turn could result in
        very long searches, since it's common that they start from the
        last preceding close brace.
 
-2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-04-22  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-engine.el (c-beginning-of-statement-1): Do not
        treat else-if as a single continuation, since that'd make it
        the starting if, but that doesn't affect the indentation for
        any reasonably sane style.  Also introduced a noerror flag.
 
-       (c-beginning-of-closest-statement): Removed;
+       (c-beginning-of-closest-statement): Remove;
        c-beginning-of-statement-1 now avoids the problem this one solved.
 
        * progmodes/cc-engine.el (c-guess-continued-construct)
        before the start of the statement.
 
        * progmodes/cc-engine.el (c-looking-at-inexpr-block):
-       Added flag to disable looking at the type of the surrounding paren
+       Add flag to disable looking at the type of the surrounding paren
        since that confuses c-beginning-of-statement-1 and a couple of
        other places.
 
        Avoid stepping to the previous statement in case 18.
        Improvements in recognition of statement blocks on the top level.
 
-2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-04-22  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-engine.el (c-beginning-of-statement-1)
        (c-crosses-statement-barrier-p): Rewritten to get a well
        in recognition of do-while constructs.
 
        (c-backward-to-start-of-do, c-backward-to-start-of-if):
-       Removed; use c-beginning-of-statement-1 instead.
+       Remove; use c-beginning-of-statement-1 instead.
 
        (c-guess-continued-construct, c-guess-basic-syntax):
        Various fixes to not depend on the bugs previously in
        use the new behavior of c-beginning-of-statement-1 better.
        Fixed recognition of catch blocks inside macros.
 
-       * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
+       * progmodes/cc-engine.el (c-backward-syntactic-ws): Fix bug
        in skipping over a macro.
 
        * progmodes/cc-langs.el (c-label-kwds): New variable to
        contain the appropriate c-*-label-kwds value.
 
-       * progmodes/cc-vars.el (defcustom-c-stylevar): Fixed value
+       * progmodes/cc-vars.el (defcustom-c-stylevar): Fix value
        evaluation bug that caused the widget for
        c-block-comment-prefix to bug out.
 
-2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-04-22  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-engine.el (c-guess-basic-syntax):
-       Improved recognition of statements: They are now recognized in
+       Improve recognition of statements: They are now recognized in
        contexts where they normally can't occur, e.g. on the top level or
        in function call arguments.  This is mainly useful to recognize
        statements in macros at the top level, and in arguments to
        analysis in ObjC mode.
 
        * progmodes/cc-engine.el (c-beginning-of-statement-1):
-       Fixed bug in do-while statements where the body is not a block.
+       Fix bug in do-while statements where the body is not a block.
 
        * progmodes/cc-styles.el (c-set-style):
        Reset c-special-indent-hook to its global value if in override mode.
        * progmodes/cc-engine.el (c-evaluate-offset, c-get-offset):
        Use c-benign-error to report the c-strict-syntax-p error.
 
-2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-04-22  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-align.el, progmodes/cc-defs.el:
        * progmodes/cc-cmds.el, progmodes/cc-engine.el, progmodes/cc-vars.el:
        default.  An extra flag argument is required to do that.
 
        (c-macro-start, c-query-macro-start)
-       (c-query-and-set-macro-start): Added a cache for the macro
+       (c-query-and-set-macro-start): Add a cache for the macro
        start position.
 
        (c-forward-syntactic-ws, c-backward-syntactic-ws): Fixes for
        in forward-comment in some emacsen when it hits a buffer limit
        with a large repeat count.
 
-       (c-lineup-macro-cont): Improved behavior when
+       (c-lineup-macro-cont): Improve behavior when
        c-syntactic-indentation-in-macros is nil.
 
        (c-syntactic-indentation-in-macros, c-backslash-max-column)
        (c-benign-error): New macro to report errors that doesn't need
        to interrupt the operation.
 
-       * progmodes/cc-defs.el (c-point): Added eonl and eopl positions.
+       * progmodes/cc-defs.el (c-point): Add eonl and eopl positions.
 
-2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-04-22  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-cmds.el (c-electric-brace, c-indent-region):
-       Removed most of the c-state-cache fiddling, since the global
+       Remove most of the c-state-cache fiddling, since the global
        state cache now handles this.
 
-       * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
+       * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug
        when there's an open paren at the very first char of the
        visible buffer region.
 
 
        * progmodes/cc-engine.el (c-whack-state-after): Slight optimization.
 
-2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-04-22  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-engine.el, progmodes/cc-langs.el,
        progmodes/cc-align.el: Improvements to syntactic analysis
        (c-block-stmt-1-kwds, c-block-stmt-2-kwds): New variables used
        by `c-guess-basic-syntax'.
 
-       (c-parse-state): Fixed bug with braces inside macros when
+       (c-parse-state): Fix bug with braces inside macros when
        using cached state info.
 
        (c-forward-to-cpp-expression): New function to aid in
        (c-offsets-alist): Made `c-lineup-macro-cont' the default for
        cpp-macro-cont.
 
-2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-04-22  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-engine.el (c-beginning-of-statement-1)
        (c-forward-syntactic-ws): Fixes to handle continued lines.
        (c-backward-to-start-of-if, c-guess-basic-syntax):
        Do syntactic analysis inside macros.
 
-2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-04-22  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-cmds.el (c-indent-region): Did a speedup made
        possible by the more flexible state cache.
        * progmodes/cc-engine.el (c-parse-state, c-whack-state-before)
        (c-whack-state-after, c-hack-state)
        (c-narrow-out-enclosing-class, c-guess-basic-syntax):
-       Improved the state cache system.  It now can use partial info from
+       Improve the state cache system.  It now can use partial info from
        an old cached state to calculate a new one at a different
        position.  Removed some kludges to avoid the state cache.
        The new functions `c-whack-state-before' and `c-whack-state-after'
        replace the now obsolete `c-whack-state'.
 
        * progmodes/cc-engine.el (c-beginning-of-statement-1):
-       Optimized backing through a macro.  This can speed things up
+       Optimize backing through a macro.  This can speed things up
        quite a bit when there are long macros before point.
 
        (c-beginning-of-macro): Do not ignore the limit.
 
-2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-04-22  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-cmds.el (c-electric-continued-statement):
-       Fixed a bug where the keyword wasn't reindented correctly if
+       Fix a bug where the keyword wasn't reindented correctly if
        followed by another keyword or identifier.
 
        * progmodes/cc-engine.el (c-parse-state): Ignore closed brace
        second of two "do { } while (0)" macros after each other
        indented differently.
 
-2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-04-22  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-engine.el (c-beginning-of-macro)
        (c-forward-syntactic-ws): Recognize "#!" as a preprocessor
        interpreter lines like "#!/usr/bin/pike" at the beginning of
        the file.
 
-2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-04-22  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-engine.el (c-looking-at-inexpr-block):
        Recognize brace blocks inside a parenthesis expression as
        inexpr-statement.  Useful when writing statements as macro arguments.
 
-2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-04-22  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-cmds.el (c-fill-paragraph, c-do-auto-fill)
        (c-mask-comment): Broke out the comment masking code from
        able to do the same thing in `c-do-auto-fill'.  This should
        make auto-fill-mode behave better.
 
-2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-04-22  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-cmds.el (c-electric-brace, c-electric-paren):
        Check `executing-macro' to avoid blinking parens when macros
        are executed.
 
        * progmodes/cc-mode.el, progmodes/cc-styles.el
-       (c-setup-filladapt): Moved from cc-mode.el to cc-styles.el for
+       (c-setup-filladapt): Move from cc-mode.el to cc-styles.el for
        consistency with `c-setup-paragraph-variables' (which was
        placed there due to the dependency from `c-set-style').
 
        there already is a style called "user" defined when CC Mode
        starts up for the first time.
 
-2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-04-22  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-cmds.el, progmodes/cc-vars.el
-       (c-comment-indent, c-indent-comment-alist): Added new variable
+       (c-comment-indent, c-indent-comment-alist): Add new variable
        `c-indent-comment-alist' to allow better control over
        `c-comment-indent'.
 
-2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-04-22  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-align.el (c-lineup-C-comments): Try to match
        both `comment-start-skip' and the comment prefix on the
        `comment-start-skip' match whatever `c-comment-prefix-regexp' matches.
 
        * progmodes/cc-mode.el, progmodes/cc-styles.el (c-common-init)
-       (c-set-style-1, c-setup-paragraph-variables): Moved the
+       (c-set-style-1, c-setup-paragraph-variables): Move the
        variable initialization based on `c-comment-prefix-regexp' to
        a new function `c-setup-paragraph-variables', which is now
        used both at mode init and when a style that sets
        `c-comment-prefix-regexp' is activated.
 
-2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-04-22  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-engine.el (c-beginning-of-member-init-list):
        Better handling of C++ template args to avoid confusion with
        `<' and `>' used as operators in member init expressions.
 
-2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-04-22  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-engine.el (c-most-enclosing-brace)
-       (c-least-enclosing-brace): Added optional second arg to limit
+       (c-least-enclosing-brace): Add optional second arg to limit
        the search to before a certain point.
 
-       * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug which
+       * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug which
        could cause incorrect analysis if a cached state is used (usually
        only happens when an electric key reindents a line).
 
-2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-04-22  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-defs.el (c-forward-comment): More idiosyncrasy
        insulation.  This time for XEmacs 21.
        the indentation of the current line.  Switched places on cases
        5D.3 and 5D.4 and made them use more syntactically correct methods.
 
-       (c-inher-key): Removed since the code in
+       (c-inher-key): Remove since the code in
        `c-guess-basic-syntax' now uses token-based search.
 
        * progmodes/cc-cmds.el, progmodes/cc-mode.el (c-mode-menu):
-       Added a submenu to access some toggles.
+       Add a submenu to access some toggles.
 
        (c-toggle-syntactic-indentation): New function to toggle the
        variable `c-syntactic-indentation'.
 
-       * progmodes/cc-styles.el (c-set-style): Improved the error
+       * progmodes/cc-styles.el (c-set-style): Improve the error
        message for incorrect offsets a bit.
 
-2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-04-22  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-cmds.el (c-indent-exp): Don't require that the
        sexp follows point immediately, instead find the closest
        following open paren that ends on another line.
 
-2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-04-22  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-align.el (c-lineup-cascaded-calls):
        New indentation function.
        * progmodes/cc-engine.el (c-beginning-of-macro): Bugfix for
        directives with whitespace between the '#' and the name.
 
-2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-04-22  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-engine.el (c-forward-syntactic-ws)
        (c-backward-syntactic-ws): Handle line continuations as
        whitespace.  Don't move past a macro if that'd take us past
        the limit.
 
-2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-04-22  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-engine.el (c-beginning-of-macro)
        (c-forward-syntactic-ws): Multiline strings begin with `#"' in
        Pike, and that shouldn't be confused with a preprocessor directive.
 
-2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-04-22  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-cmds.el: Extended the kludge to interoperate
        with the delsel and pending-del packages wrt to the new
        function `c-electric-delete-forward'.
 
-2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-04-22  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-cmds.el (c-indent-exp): Keep the indentation of
        the block itself, i.e. only indent the contents in it.
        argument to completing-read instead of initial-contents, if
        the function is recent enough to support it.
 
-2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-04-22  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-mode.el (c-mode-help-address):
-       Removed bug-gnu-emacs@gnu.org from the receiver list for bug reports.
+       Remove bug-gnu-emacs@gnu.org from the receiver list for bug reports.
        I've almost never seen a bug reported this way that should go
        to that list, but it's rather common that the reports concern
        the combination CC Mode and XEmacs instead.
 
-2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-04-22  Martin Stjernholm  <mast@lysator.liu.se>
 
-       * progmodes/cc-cmds.el (c-electric-paren): Fixed bug when both
+       * progmodes/cc-cmds.el (c-electric-paren): Fix bug when both
        brace-elseif-brace and brace-catch-brace are active and
        there's a "else if"-block before the catch block.
 
        * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
        Detect function headers that span lines.
 
-2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-04-22  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-cmds.el (c-electric-brace)
        (c-electric-semi&comma, c-electric-colon, c-electric-paren):
        Check for last on line only for doing the auto-newline-mode
        stuff, not for the reindentation.
 
-       * progmodes/cc-cmds.el (c-electric-brace): Fixed bugs in the
+       * progmodes/cc-cmds.el (c-electric-brace): Fix bugs in the
        handling of c-syntactic-indentation: When it's nil, indent the
        new lines but don't reindent the current one.  Reindent the
        line only when the inserted brace comes first on it, instead
        of last.
 
        * progmodes/cc-cmds.el (c-electric-brace)
-       (c-electric-semi&comma): Fixed two places where
+       (c-electric-semi&comma): Fix two places where
        c-syntactic-indentation wasn't heeded.
 
        * progmodes/cc-cmds.el (c-electric-pound): Don't be electric
        is found.  Fixed case where an else following a do-while
        statement could be associated with an if inside the do-while.
 
-2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-04-22  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-cmds.el (c-guess-fill-prefix): Tuned the dwim
        for the fallback to add a single space after the comment prefix.
        behavior in some special cases, especially for single-line comments.
        Avoid breaking up a comment starter or ender.
 
-2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-04-22  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-cmds.el (c-outline-level): Applied patch from
        the Emacs sources to make this work in invisible text.
 
-       * progmodes/cc-langs.el (c-switch-label-key): Fixed regexp to
+       * progmodes/cc-langs.el (c-switch-label-key): Fix regexp to
        not be confused by a later ':' on the same line as the label.
 
-2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-04-22  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-cmds.el, progmodes/cc-mode.el
        (c-electric-delete, c-electric-delete-forward):
        `c-electric-delete-forward' is now bound to C-d to get the
        electric behavior on that key too.
 
-2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-04-22  Martin Stjernholm  <mast@lysator.liu.se>
 
-       * progmodes/cc-cmds.el (c-fill-paragraph): Fixed bogus direct
+       * progmodes/cc-cmds.el (c-fill-paragraph): Fix bogus direct
        use of c-comment-prefix-regexp, which caused an error when
        it's a list.
 
-2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-04-22  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-mode.el, progmodes/cc-vars.el (c-common-init)
-       (c-default-style): Removed the hardcoded switch to "java" style
+       (c-default-style): Remove the hardcoded switch to "java" style
        in Java mode.  It's instead taken care of by the default value
        for c-default-style.
 
-2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2002-04-22  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-align.el (c-lineup-math): Fix bug where lineup
        was triggered by equal signs in string literals.
 2002-04-19  Miles Bader  <miles@gnu.org>
 
        * custom.el (customize-mark-to-save, customize-mark-as-set)
-       (custom-quote): Moved here from `cus-edit.el'.
+       (custom-quote): Move here from `cus-edit.el'.
        * cus-edit.el (customize-mark-to-save, customize-mark-as-set)
-       (custom-quote): Moved to `custom.el'.
+       (custom-quote): Move to `custom.el'.
 
 2002-04-18  Richard M. Stallman  <rms@gnu.org>
 
        (ediff-clone-buffer-for-region-comparison): More robust window
        arrangement while prompting for regions to compare.
        (ediff-make-cloned-buffer): Use generate-new-buffer-name.
-       (ediff-inferior-compare-regions): Deleted unused vars
+       (ediff-inferior-compare-regions): Delete unused vars
        ctl-buf and quit-now.
 
 2002-04-15  Richard M. Stallman  <rms@gnu.org>
        call `math-group-float'.
 
        * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
-       Renamed from `gamegrid-add-score'.
+       Rename from `gamegrid-add-score'.
        (gamegrid-add-score-insecure): Restored from the old
        `gamegrid-add-score'.
        (gamegrid-add-score): Just dispatch on `system-type' to one of the
        (sgml-insert-end-tag): New funs taken from xml-lite.el.
        (sgml-calculate-indent): Use them.
        (sgml-slash-matching): Rename from sgml-slash.
-       (sgml-slash): Copied from xml-lite and changed to use
+       (sgml-slash): Copy from xml-lite and changed to use
        sgml-slash-matching and sgml-quick-keys.
 
        * international/mule-cmds.el (standard-keyboard-coding-systems):
 
        * info.el (info-tool-bar-map): Use tool-bar-local-item-from-menu.
 
-       * toolbar/tool-bar.el (tool-bar-local-item): Renamed from
+       * toolbar/tool-bar.el (tool-bar-local-item): Rename from
        tool-bar-add-item, and new arg MAP.
        (tool-bar-add-item): Now calls tool-bar-local-item.
-       (tool-bar-local-item-from-menu): Renamed from
+       (tool-bar-local-item-from-menu): Rename from
        tool-bar-add-item-from-menu, and new arg IN-MAP.
        (tool-bar-add-item-from-menu): Now calls tool-bar-local-item-from-menu.
 
 
 2002-03-29  Richard M. Stallman  <rms@gnu.org>
 
-       * subr.el (play-sound-file): Moved to simple.el.
+       * subr.el (play-sound-file): Move to simple.el.
 
-       * simple.el (play-sound-file): Moved from subr.el, made unconditional.
+       * simple.el (play-sound-file): Move from subr.el, made unconditional.
 
 2002-03-29  Colin Walters  <walters@verbum.org>
 
 
 2002-03-28  Richard M. Stallman  <rms@gnu.org>
 
-       * dired.el (dired-toggle-marks): Renamed from dired-do-toggle.
+       * dired.el (dired-toggle-marks): Rename from dired-do-toggle.
        Bindings changed.
 
        * progmodes/compile.el (compilation-handle-exit):
        * gud.el (gud-jdb-sourcepath): New variable, saves jdb -sourcepath
        parameter value.
        (gud-jdb-build-source-files-list): Comment clarification.
-       (gud-jdb-massage-args): Reworked into loop-based argument list
+       (gud-jdb-massage-args): Rework into loop-based argument list
        processing in order to support -classpath and -sourcepath argument
        processing.
        (gud-jdb-find-source-using-classpath): Prepend gud-jdb-sourcepath
        * ediff-util.el (ediff-toggle-hilit): Fix toggling of highlighting.
        (ediff-select-difference): Take highlighting style into account.
        (ediff-clone-buffer-for-region-comparison): New function.
-       (ediff-inferior-compare-regions): Added comparison of current diff
+       (ediff-inferior-compare-regions): Add comparison of current diff
        regions.
 
        * ediff.el (ediff-clone-buffer-for-region-comparison)
-       (ediff-clone-buffer-for-window-comparison): Moved to ediff-util.el.
+       (ediff-clone-buffer-for-window-comparison): Move to ediff-util.el.
 
 2002-03-19  Paul Reilly  <pmr-sav@hamm.pajato.com>
 
 
 2002-03-17  Stefan Monnier  <monnier@cs.yale.edu>
 
-       * textmodes/sgml-mode.el (sgml-xml-mode): Renamed from sgml-xml.
+       * textmodes/sgml-mode.el (sgml-xml-mode): Rename from sgml-xml.
        (sgml-xml-guess): Simplify.
        (sgml-mode-common): Remove (move into sgml-mode).
        (sgml-mode): Add code from sgml-mode-common.
 
 2002-03-16  Simon Marshall  <simon.marshall@misys.com>
 
-       * imenu.el (imenu-menubar-modified-tick): Renamed from
+       * imenu.el (imenu-menubar-modified-tick): Rename from
        imenu-update-menubar-modified-tick.
        (imenu-update-menubar): Update imenu-menubar-modified-tick
        whenever outer condition succeeds.
        (dired-internal-do-deletions): Use dired-fun-in-all-buffers
        and dired-delete-entry, to update this buffer (and others).
 
-       * dired-aux.el (dired-fun-in-all-buffers): Moved to dired.el.
+       * dired-aux.el (dired-fun-in-all-buffers): Move to dired.el.
 
        * facemenu.el (facemenu-add-new-face):
        Pass region args to facemenu-set-face, when there is a region.
        (lisp-loop-forms-indentation, lisp-simple-loop-indentation):
        New user options.
        (extended-loop-p, common-lisp-loop-part-indentation): New functions.
-       (common-lisp-indent-function-1): Renamed from
+       (common-lisp-indent-function-1): Rename from
        common-lisp-indent-function.
        (common-lisp-indent-function): Handle loop forms specially.
        (lisp-indent-defmethod): Use car/cdr instead of first/rest.
        (ibuffer-insert-buffer-line): Ditto.
        (ibuffer-map-lines): Ditto.
        (ibuffer-insert-buffers-and-marks): Ditto.
-       (ibuffer-update-title-and-summary): Renamed from
+       (ibuffer-update-title-and-summary): Rename from
        `ibuffer-update-title'.  Handle "summarizer" columns.
        (ibuffer-clear-summary-columns): New function.
 
        (hif-tokenize): Handle `?' and ':' as tokens.
        (hif-expr): Parse conditional expressions.
        (hif-or-expr): Parse `||' expressions.
-       (hif-and-expr): Renamed from hif-term.
+       (hif-and-expr): Rename from hif-term.
        (hif-conditional): New function to evaluate a conditional
        expression.
 
        * cus-start.el: Rename automatic-hscroll-step and
        automatic-hscroll-margin into hscroll-step and hscroll-margin.
 
-       * frame.el (auto-hscroll-mode): Renamed from automatic-hscrolling.
+       * frame.el (auto-hscroll-mode): Rename from automatic-hscrolling.
        (automatic-hscrolling): Now a defvaralias for auto-hscroll-mode.
 
        * mouse.el (mouse-region-delete-keys): Add deletechar.
 
 2002-03-03  Sam Steingold  <sds@gnu.org>
 
-       * play/snake.el (snake-score-file): Fixed parens (broken by the
+       * play/snake.el (snake-score-file): Fix parens (broken by the
        last patch).
        * play/tetris.el (tetris-score-file): Ditto.
 
        `winner-boring-buffers', will no longer be restored by `winner-undo'.
        (winner-sorted-window-list): Used to improve comparison between
        window configurations.
-       (winner-win-data): Simplified and moved.
-       (winner-conf): Simplified (now uses `winner-win-data').
+       (winner-win-data): Simplify and moved.
+       (winner-conf): Simplify (now uses `winner-win-data').
        (winner-change-fun, winner-save-old-configurations)
        (winner-save-(un)conditionally, winner-redo): Changes made while in
        the minibuffer will be ignored.  (Such changes are undone upon
        exit for the minibuffer, anyway.)
        (winner-set-conf): Preserve selected window whenever possible.
-       (winner-make-point-alist): Simplified.
+       (winner-make-point-alist): Simplify.
        (winner-mode, winner-save-unconditionally): Save current window
        configuration on entering minibuffer.
        (minor-mode-alist): Don't add winner-mode to `minor-mode-alist',
 
 2002-02-26  Eli Zaretskii  <eliz@is.elta.co.il>
 
-       * international/mule-conf.el (compound-text): Renamed back from
+       * international/mule-conf.el (compound-text): Rename back from
        compound-text-no-extensions.
        (ctext-no-compositions): Remove the mime-charset property.
-       (compound-text-with-extensions): Renamed from compound-text.
-       (x-ctext-with-extensions, ctext-with-extensions): Renamed aliases.
+       (compound-text-with-extensions): Rename from compound-text.
+       (x-ctext-with-extensions, ctext-with-extensions): Rename aliases.
 
 2002-02-26  Juanma Barranquero  <lektu@terra.es>
 
 
 2002-02-25  Per Abrahamsen  <abraham@dina.kvl.dk>
 
-       * ps-print.el (ps-print-printer): Added `lpr' customize group member.
+       * ps-print.el (ps-print-printer): Add `lpr' customize group member.
 
 2002-02-25  Juanma Barranquero  <lektu@terra.es>
 
        (snake-update-game, snake-move-left)
        (snake-move-right, snake-move-up, snake-move-down, snake-active-p)
        (snake-start-game): Use that queue.
-       (snake-use-glyphs-flag): Renamed from snake-use-glyphs.
+       (snake-use-glyphs-flag): Rename from snake-use-glyphs.
        (snake-use-color-flag): Likewise.
        (snake-mode): Rename uses of those variables.
 
 
        * international/mule-conf.el (ctext-no-compositions): New coding
        system.
-       (compound-text-no-extensions): Renamed from compound-text.
+       (compound-text-no-extensions): Rename from compound-text.
        (x-ctext-no-extensions, ctext-no-extensions): Aliases for
        compound-text-no-extensions.
        (compound-text): Redefined using post-read and pre-write conversions.
 
 2002-02-19  Per Abrahamsen  <abraham@dina.kvl.dk>
 
-       * facemenu.el (describe-text-mode-map): Removed bootstrap kludge.
+       * facemenu.el (describe-text-mode-map): Remove bootstrap kludge.
 
        * toolbar/tool-bar.el (tool-bar-mode): Made the standard value t.
        * menu-bar.el (menu-bar-mode): Ditto.
 
 2002-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
 
-       * menu-bar.el (menu-bar-showhide-menu): Added speedbar.
-       (menu-bar-tools-menu): Removed speedbar.
+       * menu-bar.el (menu-bar-showhide-menu): Add speedbar.
+       (menu-bar-tools-menu): Remove speedbar.
 
-       * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
+       * textmodes/ispell.el (ispell-menu-map): Add `customize-ispell'
        and `flyspell-mode' entries.
 
        * textmodes/flyspell.el (flyspell): Add to ispell group.
 
 2002-02-16  John Wiegley  <johnw@gnu.org>
 
-       * eshell/esh-ext.el (eshell-external-command): Added a fix for
+       * eshell/esh-ext.el (eshell-external-command): Add a fix for
        XEmacs' new dired.el, which adds a global entry in the
        `file-name-handler-alist'.
 
 2002-02-16  John Wiegley  <johnw@gnu.org>
 
-       * align.el (align-region): Added a missing name argument.
+       * align.el (align-region): Add a missing name argument.
 
 2002-02-16  John Wiegley  <johnw@gnu.org>
 
 
 2002-02-12  Per Abrahamsen  <abraham@dina.kvl.dk>
 
-       * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'.
+       * menu-bar.el (menu-bar-options-save): Remove `truncate-lines'.
        (menu-bar-options-menu): Don't set default value for `truncate-lines'.
 
 2002-02-12  Per Abrahamsen  <abraham@dina.kvl.dk>
 
 2002-02-11  Per Abrahamsen  <abraham@dina.kvl.dk>
 
-       * toolbar/tool-bar.el (tool-bar-mode): Removed standard value.
+       * toolbar/tool-bar.el (tool-bar-mode): Remove standard value.
        * menu-bar.el (menu-bar-mode): Ditto.
        * cus-edit.el (customize-mark-to-save): Always save variables
        without a standard value.
        table information.  Maybe report char-code-property-table info.
        Maybe report character's unicode.  Tweak printing of list info.
        (list-input-methods): Add xref buttons.
-       (dump-charsets, dump-codings): Deleted (obsolete).
+       (dump-charsets, dump-codings): Delete (obsolete).
        From Dave Love <fx@gnu.org>.
 
 2002-02-10  Pavel Janík  <Pavel@Janik.cz>
        (batch-byte-compile-if-not-done): New function.
 
        * Makefile.in (compile): New target.
-       (compile-always): Renamed from compile-files.
-       (compile-after-backup): Renamed from compile.
+       (compile-always): Rename from compile-files.
+       (compile-after-backup): Rename from compile.
        (bootstrap): Depend on compile-always, not compile-files.
 
        * emulation/pc-select.el (pc-select-save-and-set-mode):
 
 2002-01-16  Richard M. Stallman  <rms@gnu.org>
 
-       * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
+       * mouse.el (mouse-drag-region-1): Rename from mouse-drag-region,
        more or less.
        (mouse-drag-region): New function.  For a click in the echo area,
        show *Messages*.
        (eudc-pre-select-window-configuration, eudc-insertion-marker):
        Variables removed.
        (eudc-insert-selected): Function removed.
-       (eudc-select): Reimplemented.
+       (eudc-select): Reimplement.
        (eudc-expand-inline): Delete the strings only after its expansion
        is chosen not before.
 
 
        * viper-util.el: Use viper-cond-compile-for-xemacs-or-emacs.
        (viper-read-key-sequence, viper-set-unread-command-events)
-       (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
+       (viper-char-symbol-sequence-p, viper-char-array-p): Move here.
 
        * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
 
        (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
        (ediff-whitespace-diff-region-p, ediff-get-region-contents):
        Move to ediff-util.el.
-       (ediff-event-key): Moved here.
+       (ediff-event-key): Move here.
 
        * ediff-merge.el: Got rid of unreferenced variables.
 
        (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
        (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
        (ediff-get-region-contents, ediff-make-current-diff-overlay):
-       Moved here.
+       Move here.
        (ediff-format-bindings-of): New function by Hannu Koivisto
        <azure@iki.fi>.
        (ediff-setup): Make sure the merge buffer is always widened and
        (ediff-regions-internal): Get rid of the warning about comparing
        regions of the same buffer.
 
-       * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
+       * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Move here.
        Plus the following fixes courtesy of Dave Love: Doc fixes.
        (ediff-word-1): Use word class and move - to the
        front per regexp documentation.
 2002-01-05  Andre Spiegel  <spiegel@gnu.org>
 
        * vc.el (vc-branch-part): Return nil if there's no `.'.
-       (vc-default-previous-version): Renamed from vc-previous-version.
+       (vc-default-previous-version): Rename from vc-previous-version.
        New args BACKEND and FILE.  Return nil for revision numbers
        without a `.'.
        (vc-version-diff): Call vc-BACKEND-previous-version.
        (vc-steal-lock): Steal lock before composing mail, so that no mail
        is sent when the stealing goes wrong.  And we'll actually see the
        error in that case now.
-       (vc-finish-steal): Removed.
+       (vc-finish-steal): Remove.
 
        * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
        the lock, so that we see expanded headers.
        (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p)
-       (vc-rcs-minor-part, vc-rcs-previous-version): Removed.  These are
+       (vc-rcs-minor-part, vc-rcs-previous-version): Remove.  These are
        available from vc.el.  Updated all callers.
 
 2002-01-05  Richard M. Stallman  <rms@gnu.org>
 
 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
 
-       * custom.el (defcustom): Documented :tag, :link and :load.
+       * custom.el (defcustom): Document :tag, :link and :load.
 
 2002-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
 
        (xscheme-send-string-1): Call xscheme-insert-expression to save
        expression in ring.
        (xscheme-yank-previous-send): Now an alias for xscheme-yank.
-       (xscheme-previous-send): Deleted variable.
+       (xscheme-previous-send): Delete variable.
 
        (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed)
        (xscheme-send-control-g-interrupt): Use process-send-string rather
        * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
        (viper-special-read-and-insert-char): Make C-m work right in the r
        command.
-       (viper-buffer-search-enable): Fixed format string.
+       (viper-buffer-search-enable): Fix format string.
 
        * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
        instead of viper-info-on-file.
        (ex-set-visited-file-name): New function.
 
-       * viper.el (viper-emacs-state-mode-list): Added mail-mode.
+       * viper.el (viper-emacs-state-mode-list): Add mail-mode.
 
-       * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
+       * ediff-mult.el (ediff-meta-mark-equal-files): Add optional
        action argument.
 
        * ediff-init.el: Fixed some doc strings.
        * emacs-lisp/elint.el (elint-unknown-builtin-args):
        Remove mocklisp entries.
 
-       * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
+       * subr.el (insert-string): Move from mocklisp.c, reimplemented in
        Lisp.  Obsoleted.
 
        * emulation/mlconvert.el: File removed.
        (lm-crack-copyright): Cope with multi-line copyright `lines'.
 
        * simple.el (newline): Doc fix.
-       (eval-expression-print-level, eval-expression-print-length): Doc
-       fix.  Amend :type.
+       (eval-expression-print-level, eval-expression-print-length):
+       Doc fix.  Amend :type.
        (next-line, previous-line): Make arg optional.
        (newline): Doc fix.
 
 
 2001-12-16  Richard M. Stallman  <rms@gnu.org>
 
-       * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
+       * dired.el (dired-copy-filename-as-kill): Move from dired-x.el.
        (dired-mode-map): Bind w to dired-copy-filename-as-kill.
 
-       * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
+       * dired-x.el (dired-copy-filename-as-kill): Move to dired.el.
 
        * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
        Add a DESCRIPTION for the makefile item.
 2001-12-15  Richard M. Stallman  <rms@gnu.org>
 
        * language/ind-util.el (range): Function deleted.
-       (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
+       (indian-regexp-of-hashtbl-keys): Rename from `regexp-of-hashtbl-keys'.
        All calls changed.
 
-       * language/devan-util.el (devanagari-range): Renamed from `range'.
+       * language/devan-util.el (devanagari-range): Rename from `range'.
        All calls changed.
        (devanagari-regexp-of-hashtbl-keys):
-       Renamed from `regexp-of-hashtbl-keys'.  All calls changed.
+       Rename from `regexp-of-hashtbl-keys'.  All calls changed.
 
 2001-12-15  Dave Love  <fx@gnu.org>
 
        * language/ind-util.el: Don't require cl.
        (indian-glyph-char, indian-glyph-max-char)
-       (indian-char-glyph): Moved from indian.el.
+       (indian-char-glyph): Move from indian.el.
        (indian--puthash-char, mapthread): Don't quote lambda.
        (indian--map): New function.
        (indian--puthash-v, indian--puthash-c, indian--puthash-m)
        (indian--puthash-cv): Use it.
 
        * language/indian.el (indian-glyph-char, indian-glyph-max-char)
-       (indian-char-glyph): Moved to ind-util.el
+       (indian-char-glyph): Move to ind-util.el
 
        * language/devan-util.el (devanagari-post-read-conversion):
        New function.
 
        * derived.el (derived-mode-p): Function moved to subr.el.
 
-       * subr.el (derived-mode-p): Moved here from derived.el.
+       * subr.el (derived-mode-p): Move here from derived.el.
 
        * international/mule.el (set-auto-coding): Use set-auto-mode-1.
 
 2001-12-07  Miles Bader  <miles@gnu.org>
 
        * progmodes/compile.el (compilation-error-regexp-alist):
-       Added regexps for RXP.
+       Add regexps for RXP.
 
 2001-12-05  Eli Zaretskii  <eliz@is.elta.co.il>
 
 
        * menu-bar.el (menu-bar-apropos-menu): New variable.
        Moved all `apropos' bindings to this menu.
-       (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
+       (menu-bar-help-menu): Add `menu-bar-apropos-menu'.
 
 2001-11-24  KAWABATA, Taichi  <batta@beige.ocn.ne.jp>
 
        (browse-url-galeon, browse-url-galeon-sentinel): New functions.
        (browse-url-default-browser): New function.
        (browse-url-process-environment): Use browse-url-browser-display.
-       (browse-url-browser-display): Renamed from browse-url-netscape-display.
+       (browse-url-browser-display): Rename from browse-url-netscape-display.
        (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
        (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
        (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
        (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
        (Math-num-integerp, Math-bignum-test, Math-equal-int)
        (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
-       (calc-record-compilation-date-macro): Deleted.  Callers updated.
+       (calc-record-compilation-date-macro): Delete.  Callers updated.
        (math-format-radix-digit): Move to calc-bin.el.
 
        * calc/calc.el (calc-record-compilation-date): Remove.
        * calc/calc-keypd.el (toplevel): Bind mouse buttons.
        (calc-do-keypad): Don't attempt to use nonexistent global
        mouse-map, use calc-keypad-map.
-       (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
+       (calc-keypad-x-left-click): Rename to calc-keypad-left-click.
        (calc-keypad-left-click): Don't use mouse-map; update to new event
        interface.
        (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
        * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
        Function deleted.
        (flyspell-correct-word): Old definition deleted.
-       (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
+       (flyspell-correct-word/mouse-keymap): Rename to flyspell-correct-word.
        All references renamed too.
 
 2001-11-10  Gerd Moellmann  <gerd@gnu.org>
 
 2001-11-09  Per Abrahamsen  <abraham@dina.kvl.dk>
 
-       * wid-edit.el (checklist): Removed `:menu-tag'.
+       * wid-edit.el (checklist): Remove `:menu-tag'.
        (radio-button-choice): Ditto.
        (editable-list): Ditto.
 
 
 2001-10-28  Per Abrahamsen  <abraham@dina.kvl.dk>
 
-       * cus-start.el (recursive-load-depth-limit): Added.
+       * cus-start.el (recursive-load-depth-limit): Add.
 
 2001-10-28  Richard M. Stallman  <rms@gnu.org>
 
 
 2001-10-27  Sam Steingold  <sds@gnu.org>
 
-       * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
+       * textmodes/sgml-mode.el (sgml-xml): Rename from `html-xhtml'.
        (sgml-xml-guess): Extracted from `html-mode' and generalized.
        (sgml-mode-common): Call it.
        (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
 
 2001-10-24  Sam Steingold  <sds@gnu.org>
 
-       * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
+       * mouse.el (mouse-buffer-menu-mode-groups): Add "Version
        Control" and "SGML" groups.
 
-2001-10-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2001-10-24  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-engine.el (c-beginning-of-member-init-list):
        Better handling of C++ template args to avoid confusion with `<'
 
        * vc.el (vc-annotate-display-default): Accept colormap scaling
        ratio (now deprecated).
-       (vc-annotate-display-autoscale): Added.
+       (vc-annotate-display-autoscale): Add.
        (vc-annotate-add-menu): New autoscaling menu options "Span to
        Oldest" and "Span Oldest->Newest".  Easymenu support added for
        toggle menus driven by customize variable `vc-annotate-display-mode'.
-       (vc-annotate-display-select): Added.
-       (vc-annotate): Changed temp-buffer-show-function to
+       (vc-annotate-display-select): Add.
+       (vc-annotate): Change temp-buffer-show-function to
        `vc-annotate-display-select'.
-       (vc-annotate-display): Removed arguments BUFFER and BACKEND.
+       (vc-annotate-display): Remove arguments BUFFER and BACKEND.
        Added argument OFFSET.  Instead of backend function, calls now
        generic `vc-annotate-difference'.
-       (vc-annotate-difference): Added as generic function instead of
+       (vc-annotate-difference): Add as generic function instead of
        backend-specific function.  No longer takes argument POINT, but
        instead accepts a time OFFSET.
-       (vc-default-annotate-current-time): Added.
+       (vc-default-annotate-current-time): Add.
 
-       * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
+       * vc-cvs.el (vc-cvs-annotate-difference): Remove to generic
        version in vc.el.
-       (vc-cvs-annotate-current-time): Added, as override of default.
-       (vc-cvs-annotate-time): Added.  Taken mostly from the (now removed)
+       (vc-cvs-annotate-current-time): Add, as override of default.
+       (vc-cvs-annotate-time): Add.  Taken mostly from the (now removed)
        `vc-cvs-annotate-difference'.
 
 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
index bbba11dd9be7402591016ac07f679d0cbddb66a3..eee8b91f70fc38fb88ad67ab894099ba9fcbc97c 100644 (file)
@@ -40,8 +40,8 @@
        * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
        * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
        * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
-       * progmodes/cfengine.el (cfengine-mode): Use
-       mode-require-final-newline.
+       * progmodes/cfengine.el (cfengine-mode):
+       Use mode-require-final-newline.
        * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
        * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
        * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
 
        * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
        advice less fragile.  Surround temporary redefinition of
-       `substitute-in-file-name' with `unwind-protect'.  Suggested by
-       Matt Hodges <MPHodges@member.fsf.org>.
+       `substitute-in-file-name' with `unwind-protect'.
+       Suggested by Matt Hodges <MPHodges@member.fsf.org>.
 
 2004-12-17  Juri Linkov  <juri@jurta.org>
 
 
 2004-11-24  Jay Belanger  <belanger@truman.edu>
 
-       * calc/calc.el (calc-embedded-active): Removed unnecessary
+       * calc/calc.el (calc-embedded-active): Remove unnecessary
        declaration.
-       (calc-show-banner): Removed redundant declaration.
+       (calc-show-banner): Remove redundant declaration.
 
        * calc/calc-graph.el (calc-gnuplot-default-device)
        (calc-gnuplot-default-output, calc-gnuplot-print-device)
        (math-nri-n): New variable.
        (math-nth-root-integer, math-nth-root-int-iter): Replace variable
        n by declared variable.
-       (calcFunc-log): Removed misplaced condition.
+       (calcFunc-log): Remove misplaced condition.
 
 2004-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 
 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
 
-       * simple.el (process-file): Accept nil for INFILE.  Reported by
-       Luc Teirlinck.
+       * simple.el (process-file): Accept nil for INFILE.
+       Reported by Luc Teirlinck.
 
 2004-10-24  Masatake YAMATO  <jet@gyve.org>
 
        * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
        to `width' for consistency with docstring.  Doc fix.
 
-2004-10-01  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2004-10-01  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
        This is necessary for derived modes.
        (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
        than "\\.emacs" to determine if it is the user-init-file.
 
-       * calc/calc-embed.el (calc-embedded-set-modes): Use
-       `calc-mode-var-list' correctly.
+       * calc/calc-embed.el (calc-embedded-set-modes):
+       Use `calc-mode-var-list' correctly.
 
 2004-09-15  Thien-Thi Nguyen  <ttn@gnu.org>
 
        (speedbar-directory): New image (unused pixmap already existed).
        (speedbar-expand-image-button-alist): Use it.
 
-2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2004-08-11  Martin Stjernholm  <mast@lysator.liu.se>
 
        CC Mode update to 5.30.9:
 
        Fix bug that could cause an error from `after-change-functions' when
        the changed region is at bob.
 
-2004-08-11  Alan Mackenzie  <bug-cc-mode@gnu.org>
+2004-08-11  Alan Mackenzie  <acm@muc.de>
 
        CC Mode update to 5.30.9:
 
        since Emacs 22.1 only (XEmacs has it).  Implementation rewritten
        in order to avoid this function.
        (tramp-handle-write-region): Set current buffer.  If connection
-       wasn't open, `file-modes' has changed it accidentally.  Reported by
-       David Kastrup <dak@gnu.org>.
+       wasn't open, `file-modes' has changed it accidentally.
+       Reported by David Kastrup <dak@gnu.org>.
        (tramp-enter-password, tramp-read-passwd): New arguments USER and
        HOST.
        (tramp-action-password, tramp-multi-action-password): Apply it.
 
 2004-04-16  Dave Love  <fx@gnu.org>
 
-       * progmodes/python.el (python-compilation-line-number): Fix
-       braindamage.
+       * progmodes/python.el (python-compilation-line-number):
+       Fix braindamage.
        (python-load-file): Fix python-orig-start setting.
 
        * progmodes/compile.el: Doc fixes.
 
 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
 
-       * autorevert.el (global-auto-revert-non-file-buffers): Expand
-       docstring.
+       * autorevert.el (global-auto-revert-non-file-buffers):
+       Expand docstring.
        (buffer-stale-function): New variable.
        (auto-revert-list-diff, auto-revert-dired-file-list)
        (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
 
        * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
 
-       * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
-       arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
+       * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).
+       New arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
        semi-down-full.  Fix a bug on productions like test = {"test"}* | (
        "tt" ["test"] ).  Reported by Markus Dreyer
        <mdreyer@ix.urz.uni-heidelberg.de>.
        (ses-mode-map): Use them.
        (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
 
-2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2004-02-14  Martin Stjernholm  <mast@lysator.liu.se>
 
        * Makefile.in: Fix the CC Mode recompile kludge so it works
        when building in a different directory.
        * tar-mode.el (tar-extract): Fix for the case that a file doesn't
        have end-of-line.
 
-2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2004-02-09  Martin Stjernholm  <mast@lysator.liu.se>
 
        * Makefile.in: Added extra dependencies in the recompile target
        needed to cope with the compile time macro expansions in CC Mode.
 
 2004-01-21  Jan Djärv  <jan.h.d@swipnet.se>
 
-       * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
-       menu-bar-enable-clipboard and make Paste use clipboard first.
+       * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu):
+       Call menu-bar-enable-clipboard and make Paste use clipboard first.
 
 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
        Version 2.0.38 of Tramp released.
 
-       * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
-       Charles Curley <charlescurley@charlescurley.com>.
+       * net/tramp.el (tramp-chunksize): Extend docstring.
+       Suggested by Charles Curley <charlescurley@charlescurley.com>.
        (tramp-multi-connection-function-alist): Add ssht entry which adds
        "-e none -t -t" to the list of ssh args.  Suggested by Adrian
        Aichner.
        by returning the original value of 8 in all cases, but 99% of the
        time this is a waste of whitespace).
 
-2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2003-11-16  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-engine.el (c-guess-continued-construct)
        (c-guess-basic-syntax): Check a little more carefully if it's a
 
        * window.el (window-current-scroll-bars): New defun.
 
-2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2003-09-24  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-engine.el (c-parse-state): Fix bug that could
        cause errors when the state cache contains info on parts that have
        been narrowed out.
 
-2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2003-09-24  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
        `c-setup-paragraph-variables' has to be used when this variable is
        * progmodes/cc-styles.el (c-setup-paragraph-variables):
        Make it interactive.
 
-2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2003-09-24  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-fonts.el (c-font-lock-declarations):
        Fix recognition of constructors and destructors for classes whose
        * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
        followed by an identifier in C++ then it's a type.
 
-2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2003-09-24  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
        problem that primarily affected XEmacs.  Don't use faces to find
        unterminated strings since Emacs and XEmacs fontify strings
        differently - this function should now work better in XEmacs.
 
-2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2003-09-24  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
        `expand-abbrev' workaround which caused braces to misbehave inside
        * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
        handling.  This bug could cause interactive font locking to bail out.
 
-2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2003-09-24  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-engine.el (c-just-after-func-arglist-p):
        Handle paren-style types in Pike.  Also fixed some cases of
 
        * image.el (image-jpeg-p): Don't search beyond length of data.
 
-2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2003-08-26  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-cmds.el (c-electric-brace): Work around for a
        misfeature in `expand-abbrev' which caused electric keywords like
        "else" to disappear if an open brace was typed directly afterwards.
 
-2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2003-08-26  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
        mandatory in `define-widget'.
 
        (c-assignment-op-regexp): New language var used by `c-lineup-math'.
 
-2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2003-08-26  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-engine.el (c-just-after-func-arglist-p):
        Safeguard against unbalanced sexps.
 
        * textmodes/reftex.el (reftex-region-active-p): New function.
 
-       * textmodes/reftex-parse.el (reftex-locate-bibliography-files): Improved the
+       * textmodes/reftex-parse.el (reftex-locate-bibliography-files): Improve the
        regexp to find the \bibliography macro.
 
-       * textmodes/reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
+       * textmodes/reftex-vars.el (reftex-section-levels): Remove subsubparagraph,
        which does not exist in LaTeX.
-       (reftex-cite-format-builtin): Added amsrefs support.
+       (reftex-cite-format-builtin): Add amsrefs support.
        (reftex-toc-confirm-promotion): New option
 
        * textmodes/reftex-toc.el
        (reftex-toc-promote-action, reftex-toc-extract-section-number)
        (reftex-toc-newhead-from-alist)
        (reftex-toc-load-all-files-for-promotion): New functions.
-       (reftex-toc-help): Added description of new keys.
+       (reftex-toc-help): Add description of new keys.
        (reftex-toc-split-windows-fraction): New option.
        (reftex-recenter-toc-when-idle): Search *toc* window on all
        visible frames.
        (reftex-toc-quit): Adapted to delete frame when called in
        dedicated frame.
 
-       * textmodes/reftex-index.el (reftex-index-phrase-match-is-indexed): Check
-       all enclosing macros.
+       * textmodes/reftex-index.el (reftex-index-phrase-match-is-indexed):
+       Check all enclosing macros.
 
 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
 
        * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
        (displayed-month, displayed-year): Define for compiler.
 
-2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2003-08-03  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
        MODE.  Renamed from c-init-c-language-vars'.
        (pike-mode): Ditto.
        (awk-mode): Ditto.
 
-2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2003-08-03  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-engine.el (c-end-of-current-token): Return whether
        or not the point moved.
        * simple.el (current-word): Don't include punctuation char when
        `really-word' arg is non-nil.
 
-2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2003-07-17  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
        moved to the directory obsolete.
        (syntax-ppss-after-change-function): New alias.  Update uses.
        (syntax-ppss): Catch the case where the buffer is narrowed.
 
-2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2003-07-16  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
        (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
 
-2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2003-07-16  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
        since it might be modified.
 
 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
 
-       * ps-print.el: Print line number correctly in a region.  Reported by
-       Tim Allen <timallen@ls83.fsnet.co.uk>.
+       * ps-print.el: Print line number correctly in a region.
+       Reported by Tim Allen <timallen@ls83.fsnet.co.uk>.
        (ps-print-version): New version number (6.6.2).
        (ps-printing-region): Code fix.
 
 
        * dired.el (dired-move-to-filename-regexp): Allow quote in months.
 
-2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2003-07-08  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
        buffer changes; there's third party code that calls this function
        directly.
 
-2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2003-07-08  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
        (autodoc-font-lock-keywords): Don't byte compile on font lock
        initialization when running from byte compiled files.
 
-2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
+2003-07-08  Alan Mackenzie  <acm@muc.de>
 
        * progmodes/cc-engine.el: Fix AWK mode indentation when previous
        statement ends with auto-increment "++".
 
-2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2003-07-08  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
        (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
        * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
        This should fix the infinite loop when extracting menu names.
 
-2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2003-07-05  Martin Stjernholm  <mast@lysator.liu.se>
 
        * files.el (auto-mode-alist, interpreter-mode-alist):
        Remove entries to CC Mode modes to avoid duplicates; they are now added
        with autoload directives in cc-mode.el.
 
-2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2003-07-05  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
        (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
index 7d868b9db098e8af727125f4141c2334eaf21d15..5699c90cb80ab17d283527431bb36fe28964859e 100644 (file)
 
        * international/quail.el (quail-setup-completion-buf): Make the
        completion buffer read-only.
-       (quail-completion): Adjusted for the above change.  Leave the
+       (quail-completion): Adjust for the above change.  Leave the
        modified flag nil.
 
 2007-03-20  David Kastrup  <dak@gnu.org>
 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
 
        * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
-       (ls-lisp-format-time-list): Doc fix.  Mention
-       ls-lisp-use-localized-time-format.
+       (ls-lisp-format-time-list): Doc fix.
+       Mention ls-lisp-use-localized-time-format.
        (ls-lisp-format-time): Use ls-lisp-format-time-list if
        ls-lisp-use-localized-time-format is non-nil, even if a valid
        locale is defined.
 
        * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
        (wdired-search-and-rename): Simplify code.
-       (wdired-preprocess-files, wdired-preprocess-perms): Make
-       read-only property of preceding character rear-nonsticky to
+       (wdired-preprocess-files, wdired-preprocess-perms):
+       Make read-only property of preceding character rear-nonsticky to
        avoid that it can be modified.  Put old-name and old-link
        properties on character preceding name and replace
        put-text-property by add-text-properties.
 2006-12-04  Michael Albinus  <michael.albinus@gmx.de>
 
        * net/tramp.el (tramp-methods): Add "ControlPath" and
-       "ControlMaster" to scp, scp1 and scp2 methods.  Suggested by
-       Andreas Schwab <schwab@suse.de>.
+       "ControlMaster" to scp, scp1 and scp2 methods.
+       Suggested by Andreas Schwab <schwab@suse.de>.
        (tramp-do-copy-or-rename-file-out-of-band)
        (tramp-open-connection-rsh): Compute format spec for ?t.
        (tramp-process-actions): Trace command parameters.
        * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
        sendmail in several common directories.
 
-       * mail/sendmail.el (sendmail-program): Moved here from paths.el.
+       * mail/sendmail.el (sendmail-program): Move here from paths.el.
 
-       * paths.el (sendmail-program): Removed.
+       * paths.el (sendmail-program): Remove.
 
 2006-09-04  Daiki Ueno  <ueno@unixuser.org>
 
 
        * net/rcirc.el (rcirc-keywords): New variable.
        (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
-       (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
-       variables.
+       (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp):
+       Remove variables.
        (rcirc-responses-no-activity): New function.
        (rcirc-handler-generic): Check for responses in above.
        (rcirc-process-command): Add ?: character to arguments of raw
 2006-08-31  Richard Stallman  <rms@gnu.org>
 
        * cus-edit.el (custom-save-variables): Slight cleanup.
-       (Custom-no-edit): Renamed from custom-no-edit.
-       (Custom-newline): Renamed from custom-newline.
+       (Custom-no-edit): Rename from custom-no-edit.
+       (Custom-newline): Rename from custom-newline.
        (custom-mode-map): Use new names.
 
        * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
 
 2006-08-09  John Wiegley  <johnw@newartisans.com>
 
-       * calendar/timeclock.el (timeclock-use-elapsed): Added a new
+       * calendar/timeclock.el (timeclock-use-elapsed): Add a new
        variable, which causes timeclock to report elapsed time worked,
        instead of just work remaining.
 
        instead of retired `allout-resumptions'.  For hook functions, use
        `local' parameter so hook settings are created and removed as
        buffer-local settings.  Revise (resumptions) setting
-       auto-fill-function so it is set only if already active.  The
-       related fill-function settings are all made in either case, so
+       auto-fill-function so it is set only if already active.
+       The related fill-function settings are all made in either case, so
        that activating auto-fill-mode activity will have the custom
        allout-mode behaviors (hanging indent on topics, if configured for it).
        Remove all allout-exposure-category overlays on mode deactivation.
        * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
        Remove spurious move to point-max (new comint behavior fixes).
 
-       * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
+       * progmodes/idlwave.el (idlwave-push-mark): Remove obsolete
        compatibility function (Emacs 18/19).
        (idlwave-is-continuation-line): Always return point at start of
        previous non-blank continuation line.
        `point'.
        (diff-hunk-text, diff-goto-source): Doc fix.
 
-       * startup.el (fancy-splash-screens, normal-splash-screen): Use
-       face `mode-line-buffer-id' for mode-line buffer face instead of
+       * startup.el (fancy-splash-screens, normal-splash-screen):
+       Use face `mode-line-buffer-id' for mode-line buffer face instead of
        hard-coded `(:weight bold)'.
 
-       * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
-       buffer-undo-list to t (undo-ask is reproducible by visiting
+       * arc-mode.el (archive-set-buffer-as-visiting-file):
+       Bind buffer-undo-list to t (undo-ask is reproducible by visiting
        nested archives).
 
 2006-05-09  Kim F. Storm  <storm@cua.dk>
 
 2006-05-09  Masatake YAMATO  <jet@gyve.org>
 
-       * font-lock.el (cpp-font-lock-keywords-source-directives): Added
-       "warning" and "import".
-       (cpp-font-lock-keywords): Added "warning".
+       * font-lock.el (cpp-font-lock-keywords-source-directives):
+       Add "warning" and "import".
+       (cpp-font-lock-keywords): Add "warning".
 
 2006-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * progmodes/etags.el (tags-completion-table): Do completion from
        all the tables in the current list, as documented in the manual.
 
-2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
+2006-02-24  Alan Mackenzie  <acm@muc.de>
 
        * CC Mode Update to 5.31.3.
 
-2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
+2006-02-24  Alan Mackenzie  <acm@muc.de>
 
        * progmodes/cc-mode.el (c-postprocess-file-styles):
        Bind inhibit-read-only to t, around the call to
        c-remove-any-local-eval-or-mode-variables, so that it works on a
        RO file.
 
-2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
+2006-02-24  Alan Mackenzie  <acm@muc.de>
 
        * progmodes/cc-awk.el: Correct a typo.
 
-2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
+2006-02-24  Alan Mackenzie  <acm@muc.de>
 
        * progmodes/cc-cmds.el, progmodes/cc-mode.el: Rename c-hungry-backspace to
        c-hungry-delete-backwards, at the request of RMS.  Leave the old
        name as an alias.
 
-2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
+2006-02-24  Alan Mackenzie  <acm@muc.de>
 
        * progmodes/cc-mode.el: Correct a typo.
 
-2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
+2006-02-24  Alan Mackenzie  <acm@muc.de>
 
        * progmodes/cc-defs.el: Update the version number to 5.31.3.
 
-2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
+2006-02-24  Alan Mackenzie  <acm@muc.de>
 
        * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
        brace-else-brace (error due to mbeg, mend being undefined).
 
-2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
+2006-02-24  Alan Mackenzie  <acm@muc.de>
 
        * progmodes/cc-mode.el: File Local variables: Solve the problem
        where both `mode' and c-file-offsets are specified: `mode' will
        c-tentative-buffer-change, to splat `mode' and `eval' before the
        second hack-local-variables.
 
-2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
+2006-02-24  Alan Mackenzie  <acm@muc.de>
 
        * progmodes/cc-mode.el:
        [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
        with save-match-data.  It was being corrupted when Font Lock was
        not enabled.
 
-2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
+2006-02-24  Alan Mackenzie  <acm@muc.de>
 
        * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
        Mode and Subword Mode.
        * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
        (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
 
-2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2006-02-24  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
        error message when there's an evaluation error to show whether
        (Info-isearch-push-state): Add quote before Info-current-file and
        Info-current-node.
        (Info-isearch-pop-state): Use `equal' instead of `string='.
-       (Info-extract-pointer, Info-following-node-name): Use
-       `match-string-no-properties' instead of `match-string'.
+       (Info-extract-pointer, Info-following-node-name):
+       Use `match-string-no-properties' instead of `match-string'.
        (Info-up): Check `old-file' for `stringp'.
        (Info-history): Use `equal' instead of `string-equal'.
        Check `file' for `stringp'.
        (rcirc-get-buffer-create): Fix bug with setting the target.
        (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
        test for rcirc-always-use-server-buffer-flag here.
-       (rcirc-response-formats): Add %N, which is a facified nick.  %n
-       uses the default face.  Change the ACTION format string.  If the
+       (rcirc-response-formats): Add %N, which is a facified nick.
+       %n uses the default face.  Change the ACTION format string.  If the
        "nick" is the server, don't print anything for that field.
        Comment fixes.
        (rcirc-target-buffer): Don't test
        (allout-version): Incremented, corrected, revised, and refined
        module commentary.
 
-       (provide 'allout): Moved to the bottom, added a require of overlay.
+       (provide 'allout): Move to the bottom, added a require of overlay.
 
        (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
        `except-current'.
        Clarify provision for various write-file hook var names.
        Adjusted for invisible-text overlays instead of selective-display.
 
-       (allout-depth): Really return 0 if not within any topic.  This
-       rectifies `allout-beginning-of-level' and sequence numbering
+       (allout-depth): Really return 0 if not within any topic.
+       This rectifies `allout-beginning-of-level' and sequence numbering
        errors that occur when cutting and pasting numbered topics.
        Changed from a in-line subst to a regular function, as well.
 
-       (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
+       (allout-pre-next-prefix): Rename from allout-pre-next-preface.
 
        (allout-end-of-subtree, allout-end-of-subtree)
        (allout-end-of-entry, allout-end-of-current-heading)
        (allout-next-visible-heading, allout-open-topic, allout-show-entry)
        (allout-show-children, allout-show-to-offshoot)
-       (allout-hide-current-entry, allout-show-current-entry): Rectified
-       handling of trailing blank lines between items.
+       (allout-hide-current-entry, allout-show-current-entry):
+       Rectified handling of trailing blank lines between items.
 
        (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
        (allout-current-depth, allout-unprotected, allout-hidden-p)
        (allout-hide-region-body, allout-toggle-subtree-encryption)
        (allout-encrypt-string, allout-encrypted-key-info)
        (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
-       (allout-file-vars-section-data): Adjusted for use with
+       (allout-file-vars-section-data): Adjust for use with
        invisible-text overlays instead of selective-display.
 
        (allout-kill-line, allout-kill-topic, allout-yank-processing):
-       Reworked for use with invisible text overlays.
+       Rework for use with invisible text overlays.
 
        (allout-current-topic-collapsed-p): New function.
 
 
        (allout-overlay-insert-in-front-handler)
        (allout-overlay-interior-modification-handler)
-       (allout-before-change-handler, allout-isearch-end-handler): New
-       functions to handle extraordinary actions affecting concealed
+       (allout-before-change-handler, allout-isearch-end-handler):
+       New functions to handle extraordinary actions affecting concealed
        text.
 
        (allout-flag-region): Use overlays instead of selective-display
 
 2006-02-17  Agustín Martín  <agustin.martin@hispalinux.es>
 
-       * textmodes/ispell.el (ispell-change-dictionary): Call
-       ispell-buffer-local-dict instead of
+       * textmodes/ispell.el (ispell-change-dictionary):
+       Call ispell-buffer-local-dict instead of
        ispell-accept-buffer-local-defs.
        (ispell-local-dictionary-alist): Accept as valid any coding-system
        supported by Emacs.
        (hack-local-variables): Construct list of variable-value pairs,
        and apply or reject them in one go.  Ask for confirmation if
        variables are not known safe.
-       (hack-local-variables-confirm): Complete rewrite.  Support
-       `safe-local-variable-values'.
+       (hack-local-variables-confirm): Complete rewrite.
+       Support `safe-local-variable-values'.
        (enable-local-variables): Update docstring to reflect new
        behavior.
        (ignored-local-variables): Ignore ignored-local-variables and
 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
 
        * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
-       because on Solaris a POSIX compatible "id" is needed.  Reported by
-       Magnus Henoch <mange@freemail.hu>.
+       because on Solaris a POSIX compatible "id" is needed.
+       Reported by Magnus Henoch <mange@freemail.hu>.
 
 2006-02-12  Juri Linkov  <juri@jurta.org>
 
        * help.el (describe-key-briefly): Now a wrapper for
        describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
        to t.  Populate yank-menu if empty.
-       (describe-key-briefly-internal): Renamed from describe-key-briefly.
+       (describe-key-briefly-internal): Rename from describe-key-briefly.
        (describe-key): Now a wrapper for describe-key-internal.  Bind
        enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
-       (describe-key-internal): Renamed from describe-key.
+       (describe-key-internal): Rename from describe-key.
 
 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
 
 
 2006-01-22  Kenichi Handa  <handa@m17n.org>
 
-       * international/mule.el (make-subsidiary-coding-system): Reset
-       `coding-system-define-form' property of subsidiaries to nil.
+       * international/mule.el (make-subsidiary-coding-system):
+       Reset `coding-system-define-form' property of subsidiaries to nil.
        Avoid duplicated entry in coding-system-alist.
        (make-coding-system): Avoid duplicated entry in
        coding-system-alist.
        (tramp-unload-file-name-handler-alist)
        (tramp-unload-tramp): New defuns.
        (tramp-advice-PC-expand-many-files): New defadvice.
-       (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
-       removed.
+       (tramp-save-PC-expand-many-files, tramp-setup-complete):
+       Defuns removed.
        (tramp-handle-expand-file-name): Remove double slash.
        (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
        It doesn't matter, because it will be converted later on.
 
 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
 
-       * textmodes/org.el (org-open-at-point): Fixed bug with matching a
+       * textmodes/org.el (org-open-at-point): Fix bug with matching a
        link.  Fixed buggy argument sequence in call to `org-view-tags'.
        (org-compile-prefix-format): Set `org-prefix-has-tag'.
        (org-prefix-has-tag): New variable.
        images remain visible.
        (thumbs-file-alist): Construct list in thumbs-buffer and reverse
        order.
-       (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
-       mode name.
+       (thumbs-show-image-num): Get image from thumbs-file-alist.
+       Set mode name.
        (thumbs-next-image, thumbs-previous-image): Make them work.
 
 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
 
 2006-01-12  Masatake YAMATO  <jet@gyve.org>
 
-       * progmodes/ld-script.el (auto-mode-alist): Support
-       suffix conventions used in netbsd and eCos.
+       * progmodes/ld-script.el (auto-mode-alist):
+       Support suffix conventions used in netbsd and eCos.
 
 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
 
 
        * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
        react if global-hi-lock-mode seems intended.
-       (global-hi-lock-mode): Renamed from hi-lock-mode.
+       (global-hi-lock-mode): Rename from hi-lock-mode.
        (hi-lock-archaic-interface-message-used)
        (hi-lock-archaic-interface-deduce): New variables.
        (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
        No need to check gud-comint-buffer is bound.
        (gdb): Prevent multiple debugging when first session uses gdba.
 
-2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
+2005-12-08  Alan Mackenzie  <acm@muc.de>
 
        CC Mode update to 5.31.
 
        New macros c-sentence-end and c-default-value-sentence end, to cope
        with Emacs 22's new function `sentence-end'.
 
-2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2005-12-08  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
        compat issue using `c-put-overlay' and `c-delete-overlay'.
        * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
        New compat macros to handle overlays/extents.
 
-2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
+2005-12-08  Alan Mackenzie  <acm@muc.de>
 
        * progmodes/cc-fix.el: Add definitions of the macros push and pop
        (for GNU Emacs 20.4).
        call to the new macro c-int-to-char.  This solves XEmacs's
        regarding characters as different from integers.
 
-2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2005-12-08  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-fonts.el (c-make-syntactic-matcher):
        New internal helper.
        * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
        to map to `font-lock-negation-char-face' in emacsen where it exists.
 
-2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
+2005-12-08  Alan Mackenzie  <acm@muc.de>
 
        * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
 
        * progmodes/cc-mode.el: Added tty suitable bindings for C-c
        <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
 
-2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2005-12-08  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-mode.el: Added autoload directive for
        `c-subword-move-mode' for use in older emacsen.
 
-2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
+2005-12-08  Alan Mackenzie  <acm@muc.de>
 
        * progmodes/cc-mode.el:
        (i): Insert a binding for C-c C-backspace into
 
        * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
 
-2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2005-12-08  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-fonts.el, progmodes/cc-vars.el
        (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
        <delete> key behavior in XEmacs according to `delete-forward-p'.
        C.f. `c-electric-delete'.
 
-2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
+2005-12-08  Alan Mackenzie  <acm@muc.de>
 
        * progmodes/cc-mode.el: Give c-hungry-backspace and
        c-hungry-delete-forward permanent key bindings.
        response to a report from Joseph Kiniry <kiniry@acm.org> that it
        was difficult to understand.
 
-2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2005-12-08  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
        first char of an identifier.
        * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
        +" syntax in C++.
 
-2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
+2005-12-08  Alan Mackenzie  <acm@muc.de>
 
        * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
        auto-fill doesn't split a c-comment's last word from a hanging
        with blank comment-prefix, and a blank line as the comment's
        second line.
 
-2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2005-12-08  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
        Incorporate the patterns added in the Emacs development branch
        * progmodes/cc-engine.el (c-literal-faces):
        Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
 
-2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
+2005-12-08  Alan Mackenzie  <acm@muc.de>
 
        * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
        forcibly enable c-electric-flag.
        `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
        after the comment-prefix of a C-style comment will close that comment.
 
-2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2005-12-08  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-fonts.el (c-basic-matchers-before)
        (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
        Enable heuristics below the point to cope with classes inside special
        brace lists in Pike.
 
-2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
+2005-12-08  Alan Mackenzie  <acm@muc.de>
 
        * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
 
-2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2005-12-08  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-guess.el (cc-guess-install): New function to
        install an already guessed style in another buffer.
        sets `inhibit-read-only' - `c-save-buffer-state' should be used
        anyway if the change always is undone.
 
-2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
+2005-12-08  Alan Mackenzie  <acm@muc.de>
 
        Implement togglable electricity:
 
        (c-electric-semi&comma, c-electric-colon, c-electric-paren):
        restructure a bit.
 
-2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2005-12-08  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
        anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
        (c-subword-move-mode): Minor mode that replaces all the standard
        word handling functions with their subword equivalences.
 
-2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
+2005-12-08  Alan Mackenzie  <acm@muc.de>
 
        * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
        entry for one-liner-defun.
        c-max-one-liner-length.  In c-default-style, set the default style
        for AWK to "awk".
 
-2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2005-12-08  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-engine.el (c-forward-label): Fix fontification of
        macros inside labels.
        * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
        macro related issue.
 
-2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
+2005-12-08  Alan Mackenzie  <acm@muc.de>
 
        * progmodes/cc-awk.el: Change the terminology of regexps: A char
        list is now [asdf], a char class [:alpha:].
        c-string-par-start, c-string-par-separate to be more like Text
        Mode than Fundamental Mode.
 
-2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2005-12-08  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
        to the fontified region so that fontification doesn't occur
        outside it (could happen e.g. when fontifying a line with an
        unfinished declaration).
 
-2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
+2005-12-08  Alan Mackenzie  <acm@muc.de>
 
        * progmodes/cc-awk.el: Move regexps for analyzing AWK code to near the
        start of the file.  ^L now separate sections of the file.
        * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
        a comment.
 
-2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2005-12-08  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-cmds.el (c-electric-brace): Clean up using
        `c-tentative-buffer-changes'.
        avoid some false alarms.
 
        * progmodes/cc-engine.el, progmodes/cc-langs.el (c-looking-at-inexpr-block):
-       Fixed a situation where an error could be thrown for unbalanced
+       Fix a situation where an error could be thrown for unbalanced
        parens.  Changed to make use of c-keyword-member' to avoid some
        repeated regexp matches.
 
 
        * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
 
-2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
+2005-12-08  Alan Mackenzie  <acm@muc.de>
 
        * progmodes/cc-cmds.el, progmodes/cc-styles.el:
        * progmodes/cc-vars.el: New variables
        * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
        which precedes the newly inserted `{'.
 
-2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2005-12-08  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-engine.el, progmodes/cc-langs.el: Rewrote the recognition
        function for declaration level blocks.  It should now cope with
        when macros occur in obscure places.  Optimized the sexp movement
        a bit.
 
-2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
+2005-12-08  Alan Mackenzie  <acm@muc.de>
 
        Enhancements for c-beginning-of-statement to work in AWK Mode:
 
 
        * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
 
-2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2005-12-08  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-engine.el, progmodes/cc-fonts.el:
        * progmodes/cc-langs.el: Cleaned up the
 
        (c-lineup-math): Change to use `c-lineup-assignments'.
 
-2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
+2005-12-08  Alan Mackenzie  <acm@muc.de>
 
        * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
        c-beginning-of-statement.  New subfunctions
        c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
 
-2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2005-12-08  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-fonts.el, progmodes/cc-langs.el: Use `c-simple-ws' instead of
        hardcoded char classes wherever possible.  Changed a couple of
        in `regexp-opt' in Emacs 20 and XEmacs when strings contain
        newlines.  Allow and ignore nil elements in the list.
 
-2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
+2005-12-08  Alan Mackenzie  <acm@muc.de>
 
        * progmodes/cc-cmds.el: Comment out a (n almost certainly
        superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
        c-beginning-of-statement, including new variable
        c-block-comment-start-regexp.
 
-2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2005-12-08  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-langs.el (c-known-type-key): Optimize simple
        symbols from `*-font-lock-extra-types' so that there's no need to
        * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
        with older emacsen: We now require `pps-extended-state'.
 
-2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
+2005-12-08  Alan Mackenzie  <acm@muc.de>
 
        * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
        which obviates the need to hack sentence-end.  This now handles
        * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
        Improve its doc-string.  Improve the handling of certain specific cases.
 
-2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2005-12-08  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-engine.el, progmodes/cc-fonts.el, progmodes/cc-langs.el
        (c-guess-basic-syntax): Change the way class-level labels are
        `template-args-cont' in nested template arglists.  There's still
        much to be desired in this area, though.
 
-2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
+2005-12-08  Alan Mackenzie  <acm@muc.de>
 
        * progmodes/cc-cmds.el, progmodes/cc-engine.el:
        * progmodes/cc-langs.el, progmodes/cc-vars.el:
        Make the "Text Filling and Line Breaking" commands work for AWK buffers.
 
-2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2005-12-08  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-defs.el, progmodes/cc-engine.el (c-mode-is-new-awk-p):
-       Removed; (c-major-mode-is 'awk-mode) can be used instead now.
+       Remove; (c-major-mode-is 'awk-mode) can be used instead now.
 
        * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
        it doesn't work no longer are supported.
 
 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
 
-       * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
+       * hi-lock.el (hi-lock-buffer-mode): Rename from `hi-lock-mode'.
        Use define-minor-mode, and make it a local mode.  Turn on font-lock.
        (hi-lock-mode): New global minor mode.
        (turn-on-hi-lock-if-enabled): New function.
        New functions.
        (org-move-item-down, org-move-item-up): New commands.
        (org-export-as-html): New classes for CSS support.  Bug fix in
-       regular expression detecting fixed-width regions.  Respect
-       `org-local-list-ordered-item-terminator'.
+       regular expression detecting fixed-width regions.
+       Respect `org-local-list-ordered-item-terminator'.
        (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
        also a list item.
        (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
        (gdb-var-update-handler): Find values for all variable objects.
        (gdb-info-frames-custom): Identify frames by leading "#".
 
-       * progmodes/gud.el (gud-speedbar-menu-items): Add
-       gdb-speedbar-auto-raise as radio button.
+       * progmodes/gud.el (gud-speedbar-menu-items):
+       Add gdb-speedbar-auto-raise as radio button.
        (gud-speedbar-buttons): Raise speedbar if requested.
        Don't match on "char **...".
        (gud-speedbar-buttons): Add (pointer) value for non-leaves.
 2005-10-17  Bill Wohler  <wohler@newt.com>
 
        Move all remaining images from lisp/toolbar to etc/images, move
-       lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
-       the low resolution images in their own directory (low-color).
+       lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.
+       Place the low resolution images in their own directory (low-color).
 
        * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
        * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
 2005-10-13  Jan Djärv  <jan.h.d@swipnet.se>
 
        * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
-       Gnome file-manager.png.  Suggested by
-       Joachim Nilsson <joachim.nilsson@vmlinux.org>.
+       Gnome file-manager.png.
+       Suggested by Joachim Nilsson <joachim.nilsson@vmlinux.org>.
 
        * toolbar/README: Add diropen.xpm.
 
        trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
        (tramp-chunksize): Improve docstring.
        (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
-       Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
-       Christian Joergensen <bugs@razor.dk>.
+       Emacs 20.  Use `tramp-octal-to-decimal' therefore.
+       Reported by Christian Joergensen <bugs@razor.dk>.
 
 2005-10-07  Glenn Morris  <rgm@gnu.org>
 
 
        * emulation/viper-cmd.el (viper-normalize-minor-mode-map-alist)
        (viper-refresh-mode-line): Use make-local-variable to localize
-       some vars instead of make-variable-buffer-local.  Suggested by
-       Stefan Monnier.
+       some vars instead of make-variable-buffer-local.
+       Suggested by Stefan Monnier.
 
        * emulation/viper-init.el (viper-make-variable-buffer-local):
        Delete alias.
 
        Frame management code (including timer, and mouse click specifics)
        moved to dframe.el:
-       (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
-       (speedbar-timer): Removed.  Use dframe-timer.
-       (speedbar-close-frame): Removed.  Use dframe-close-frame.
-       (speedbar-activity-change-focus-flag): Removed.  Use
-       dframe-activity-change-focus-flag.
-       (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
-       dframe-update-speed.
+       (speedbar-attached-frame): Remove.  Use dframe-attached-frame.
+       (speedbar-timer): Remove.  Use dframe-timer.
+       (speedbar-close-frame): Remove.  Use dframe-close-frame.
+       (speedbar-activity-change-focus-flag): Remove.
+       Use dframe-activity-change-focus-flag.
+       (speedbar-update-speed, speedbar-navigating-speed): Obsolete.
+       Use dframe-update-speed.
 
        (speedbar-current-frame): New macro.  Use this instead of the
        variable speedbar-frame.
 
        (speedbar-use-images, speedbar-expand-image-button-alist)
-       (speedbar-insert-image-button-maybe): Moved to sb-image.el.
+       (speedbar-insert-image-button-maybe): Move to sb-image.el.
 
-       (speedbar-find-image-on-load-path): Removed.  Replaced by
+       (speedbar-find-image-on-load-path): Remove.  Replaced by
        defezimage in ezimage.el.
-       (speedbar-expand-image-button-alist): Removed.  Replaced by
+       (speedbar-expand-image-button-alist): Remove.  Replaced by
        ezimage-expand-image-button-alist in ezimage.el.
 
        (speedbar-ignored-directory-regexp)
        (speedbar-ignored-directory-expressions)
        (speedbar-line-directory, speedbar-buffers-line-directory)
        (speedbar-directory-line, speedbar-buffers-line-directory):
-       Renamed, replacing `path' with `directory'.
+       Rename, replacing `path' with `directory'.
 
        (speedbar-create-directory, speedbar-expand-line-descendants)
        (speedbar-toggle-line-expansion)
 
 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
 
-       * progmodes/glasses.el (glasses-make-readable): If
-       glasses-separator differs from underscore, put appropriate
+       * progmodes/glasses.el (glasses-make-readable):
+       If glasses-separator differs from underscore, put appropriate
        overlays over underscore characters.
        (glasses-convert-to-unreadable): If glasses-separator differs from
        underscore, try to convert glasses-separator characters to
        * custom.el (custom-known-themes): Clarify meaning of "standard".
        (custom-push-theme): Save old values in the standard theme.
        (disable-theme): Correct typo.
-       (custom-face-theme-value): Deleted unused function.
+       (custom-face-theme-value): Delete unused function.
        (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
 
 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
        (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
        (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
        (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
-       (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
-       backward-compatibility aliases for renamed faces.
+       (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face):
+       New backward-compatibility aliases for renamed faces.
        (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
        (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
        (antlr-tokenref-face, antlr-literal-face): Variables renamed to
        remove "font-lock-".  Use renamed antlr-mode faces.
-       (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
-       literal face-names with face variable references.
+       (antlr-font-lock-additional-keywords): Use renamed faces.
+       Replace literal face-names with face variable references.
 
        * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
        face name.
 
        * emacs-lisp/cl.el (acons, pairlis): Add docstring.
 
-2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2005-05-23  Martin Stjernholm  <mast@lysator.liu.se>
 
        CC Mode update to 5.30.10:
 
        * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchoring in
        `objc-method-intro' and `objc-method-args-cont'.
 
-2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
+2005-05-23  Alan Mackenzie  <acm@muc.de>
 
        CC Mode update to 5.30.10:
 
 
 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
 
-       * files.el (executable-find): Move from executable.el.  Use
-       locate-file.
+       * files.el (executable-find): Move from executable.el.
+       Use locate-file.
        * progmodes/executable.el (executable-find): Move to files.el.
 
        * font-lock.el (font-lock-fontify-keywords-region): Use a marker
 
        * term/mac-win.el: Don't define or bind scroll bar functions if
        x-toolkit-scroll-bars is t.
-       (x-select-text, x-get-selection-value): Clear
-       x-last-selected-text-clipboard if x-select-enable-clipboard is
+       (x-select-text, x-get-selection-value):
+       Clear x-last-selected-text-clipboard if x-select-enable-clipboard is
        nil.
        (PRIMARY): Put mac-scrap-name property.
        (mac-select-convert-to-file-url): New function.
        Catch `dont-send' signal.
        (tramp-set-auto-save-file-modes): Set always permissions, because
        there might be an old auto-saved file belonging to another
-       original file.  This could be a security threat.  Reported by
-       Kjetil Kjernsmo <kjetil@kjernsmo.net>.
+       original file.  This could be a security threat.
+       Reported by Kjetil Kjernsmo <kjetil@kjernsmo.net>.
        Check for Emacs 21.3.50 removed.
 
        * net/tramp-smb.el (all): Remove debug construct for
 
 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
 
-       * align.el (align-rules-list): Added an alignment rule for CSS
+       * align.el (align-rules-list): Add an alignment rule for CSS
        declarations (applies to css-mode and html-mode buffers).
 
 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
        (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
-       `shell-command', because it isn't magic in XEmacs.  Reported by
-       Adrian Aichner <adrian@xemacs.org>.
+       `shell-command', because it isn't magic in XEmacs.
+       Reported by Adrian Aichner <adrian@xemacs.org>.
 
        * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
        `substitute-in-file-name'.
index 6f71a6ade88497bdbe99ad7a7519e49d4f73afbe..9c793ff4615b12cedb61e929bc9b29bb2e2cda73 100644 (file)
        * tutorial.el (help-with-tutorial): Hack safe file-local variables
        after reading the tutorial.
 
-2010-08-06  Alan Mackenzie  <bug-cc-mode@gnu.org>
+2010-08-06  Alan Mackenzie  <acm@muc.de>
 
        * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph):
        Fix for the case that a C style comment has its delimiters alone on
        (sql-mode-menu): Add submenu to select connections.
        (sql-interactive-mode-menu): Add "Save Connection" item.
        (sql-add-product): Fix menu item.
-       (sql-get-product-feature): Improved error handling.
+       (sql-get-product-feature): Improve error handling.
        (sql--alt-buffer-part, sql--alt-if-not-empty): Remove.
-       (sql-make-alternate-buffer-name): Simplified.
+       (sql-make-alternate-buffer-name): Simplify.
        (sql-product-interactive): Handle missing product.
        (sql-connect): Support string keys, minor improvements.
        (sql-save-connection): New function.
        (sql-connection-alist): New variable.
        (sql-connect): New function.
        (sql--alt-buffer-part, sql--alt-if-not-empty)
-       (sql-make-alternate-buffer-name): Improved alternative buffer name.
+       (sql-make-alternate-buffer-name): Improve alternative buffer name.
 
 2010-07-17  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
 
        `compose-mail-user-agent-warnings', instead of to the
        nonexistent `compose-mail-check-user-agent'.
 
-2010-06-21  Alan Mackenzie  <bug-cc-mode@gnu.org>
+2010-06-21  Alan Mackenzie  <acm@muc.de>
 
        Fix an indentation bug:
 
        of existing values.
 
        * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
-       (c-clear->-pair-props-if-match-before): now return t when they've
+       (c-clear->-pair-props-if-match-before): Now return t when they've
        cleared properties, nil otherwise.
        (c-before-change-check-<>-operators): Set c-new-beg/end correctly
        by taking account of the existing value.
index 2e8c6df24a665fe52e9f1044e7efccdb1b745e78..3e02131ae8b09a0f6d60397b627d490fcf397138 100644 (file)
@@ -1,6 +1,6 @@
 2013-03-11  Glenn Morris  <rgm@gnu.org>
 
-        * Version 24.3 released.
+       * Version 24.3 released.
 
 2013-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * vc/ediff-init.el (ediff-toggle-read-only-function):
        Use toggle-read-only.
 
-2011-10-22  Alan Mackenzie  <bug-cc-mode@gnu.org>
+2011-10-22  Alan Mackenzie  <acm@muc.de>
 
        Fix bug #9560, sporadic wrong indentation; improve instrumentation
        of c-parse-state.
index 767b4dd46ab4a8689d6e7d7c461ef114db22ac3c..c9bd4e79c9adfd9f62eae1554538a510cf3eb285 100644 (file)
@@ -26,7 +26,7 @@
        (find-file-read-only-other-window): Likewise.
        (find-file-read-only-other-frame): Likewise.
 
-       * timer.el (cancel-function-timers): Renamed from spurious duplicate
+       * timer.el (cancel-function-timers): Rename from spurious duplicate
        definition of cancel-timer.
 
        * add-log.el (find-change-log): Use file-chase-links.
@@ -82,7 +82,7 @@
 
        * paths.el (Info-default-directory-list): Take out ../../info.
        Avoid duplication.
-       (manual-formatted-dirlist, manual-formatted-dir-prefix): Deleted.
+       (manual-formatted-dirlist, manual-formatted-dir-prefix): Delete.
 
        * subr.el (baud-rate): Doc fix.
 
        Delete the "local thinking machines" definitions at the end
        since they caused compilation failure.
 
-       * cl.el (cl-member): Renamed from member.
+       * cl.el (cl-member): Rename from member.
 
        * time.el (display-time-day-and-date): Use defvar, not defconst.
 
        (timezone-make-date-sortable): Make autoload for this.
        (rmail-sort-by-recipient): Downcase the strings for sorting.
        (rmail-sort-by-recipient): Likewise.
-       (rmail-sort-by-lines): Renamed from rmail-sort-by-size-lines.
+       (rmail-sort-by-lines): Rename from rmail-sort-by-size-lines.
        Use numbers to sort by.
        (rmail-summary-...): New functions.  Bind in rmail-summary-mode-map.
        (rmail-sort-from-summary): New function.
        Choose string< or < as predicate.
        Reorder messages by exchanging them, with inhibit-quit bound.
        (rmail-fetch-field): Start by widening.
-       (rmail-sortable-date-string): Deleted.
+       (rmail-sortable-date-string): Delete.
        (rmail-make-date-sortable): New function, used instead.
 
-       * paths.el (gnus-local-organization): Renamed from ...-your-...
+       * paths.el (gnus-local-organization): Rename from ...-your-...
        (gnus-local-domain): Likewise.
 
 1993-05-26  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
        (set-face-font): Only use x-resolve-font-name if FONT is a string.
        Copying a faces shouldn't resolve the font.
 
-       * paths.el (Info-default-directory-list): Add
-       configure-info-directory to this list.
+       * paths.el (Info-default-directory-list):
+       Add configure-info-directory to this list.
 
 1993-05-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
 
 
 1993-05-25  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
 
-       * term/x-win.el (command-switch-alist, x-switch-definitions): Treat
-       `-i' like `-itype', as in Emacs 18.
+       * term/x-win.el (command-switch-alist, x-switch-definitions):
+       Treat `-i' like `-itype', as in Emacs 18.
 
 1993-05-25  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
 
        * Version 19.8 released.
 
-       * startup.el (command-line-1): Don't handle `-i'.  We're
-       abandoning the `insert file' meaning in favor of the `use a
+       * startup.el (command-line-1): Don't handle `-i'.
+       We're abandoning the `insert file' meaning in favor of the `use a
        bitmapped icon' meaning.
 
        * faces.el (set-face-font): Call x-resolve-font-name on the font
        * iso-syntax.el: Make downcase into a proper case table before
        passing it to set-standard-case-table.
 
-       * disp-table.el (standard-display-european): Doc fix.  Make
-       it autoload.  Make it respond to prefix arg like a minor mode.
+       * disp-table.el (standard-display-european): Doc fix.
+       Make it autoload.  Make it respond to prefix arg like a minor mode.
 
 1993-05-24  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
 
 
 1993-05-22  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
 
-       * cl.el (cl-floor, cl-ceiling, cl-truncate, cl-round): Renamed
-       from floor, ceiling, truncate, and round; the old names conflict
+       * cl.el (cl-floor, cl-ceiling, cl-truncate, cl-round):
+       Rename from floor, ceiling, truncate, and round; the old names conflict
        with built-in functions.
 
 1993-05-22  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
 
 1993-05-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
 
-       * texinfo.el (texinfo-chapter-level-regexp): Copied here.
+       * texinfo.el (texinfo-chapter-level-regexp): Copy here.
 
 1993-05-17  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
 
        * gnus.el, gnuspost.el, gnusmail.el, gnusmisc.el,
        * nntp.el, nnspool.el, mhspool.el: Version 3.15 from Umeda.
 
-       * frame.el (toggle-scroll-bar): Renamed from toggle-vertical-scroll...
+       * frame.el (toggle-scroll-bar): Rename from toggle-vertical-scroll...
 
 1993-05-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
 
        * menu-bar.el (menu-bar-mode): New command.  Use for initialization.
 
        * faces.el (make-face): Add interactive spec.
-       (set-default-font): Deleted.
+       (set-default-font): Delete.
 
        * isearch.el (isearch-mode-map): Handle any length vector in keymap.
        (isearch-char-to-string): Handle non-character events properly.
 
 1993-05-14  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
 
-       * subr.el (overlay-start, overlay-end, overlay-buffer): Removed.
+       * subr.el (overlay-start, overlay-end, overlay-buffer): Remove.
 
        * vc.el (vc-version-diff): Match parens.
 
 
        * emerge.el: Installed version 5 from drw.
        Merged in previous FSF changes, plus new changes:
-       (emerge-count-matches-string): Renamed from count-matches-string.
+       (emerge-count-matches-string): Rename from count-matches-string.
        (emerge-command-prefix): Now C-c C-c.
-       (emerge-shadow-key-definition): Deleted.
+       (emerge-shadow-key-definition): Delete.
        Callers use substitute-key-definition.
-       (emerge-recursively-substitute-key-definition): Deleted.
+       (emerge-recursively-substitute-key-definition): Delete.
        Callers use substitute-key-definition.
-       (emerge-unselect-hook): Renamed from emerge-unselect-hooks.
+       (emerge-unselect-hook): Rename from emerge-unselect-hooks.
        (emerge-files-internal): Use file-local-copy to handle remote files.
        (emerge-files-with-ancestor-internal): Likewise.
-       (emerge-remote-file-p): Deleted.
+       (emerge-remote-file-p): Delete.
        (emerge-abort): New command.
-       (describe-mode): Deleted.
-       (emerge-hash-string-into-string): Renamed from hash-string-into-string.
-       (emerge-unslashify-name): Renamed from unslashify-name.
+       (describe-mode): Delete.
+       (emerge-hash-string-into-string): Rename from hash-string-into-string.
+       (emerge-unslashify-name): Rename from unslashify-name.
        (emerge-write-and-delete): Don't write-file if file-out is nil.
        (emerge-setup-fixed-keymaps): Put emerge-abort on C-].
-       (emerge-find-difference-diff): Renamed from emerge-find-difference.
+       (emerge-find-difference-diff): Rename from emerge-find-difference.
        (emerge-find-difference): New command.  Now on `.'.
-       (emerge-diff-ok-lines-regexp): Renamed from emerge-diff-ok-lines.
-       (emerge-diff3-ok-lines-regexp): Renamed from emerge-diff3-ok-lines.
+       (emerge-diff-ok-lines-regexp): Rename from emerge-diff-ok-lines.
+       (emerge-diff3-ok-lines-regexp): Rename from emerge-diff3-ok-lines.
 
 1993-05-13  Paul Eggert  (eggert@twinsun.com)
 
 
        * comint.el (comint-previous-matching-input): New command, on M-r.
        (comint-next-matching-input): New command, on M-s.
-       (comint-previous-similar-input): Commented out.
+       (comint-previous-similar-input): Comment out.
        (comint-next-similar-input): Likewise.
-       (comint-previous-input-matching): Deleted.
+       (comint-previous-input-matching): Delete.
        (comint-last-input-match): Var commented out.
        (comint-mode): Don't make comint-last-input-match local.
 
 
        * help.el (help-for-help): Use lower case letters for help options.
 
-       * rect.el (string-rectangle): Renamed from fill-rectangle.
-       (string-rectangle-line): Renamed from fill-rectangle-line.
+       * rect.el (string-rectangle): Rename from fill-rectangle.
+       (string-rectangle-line): Rename from fill-rectangle-line.
 
 1993-05-01  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
 
        FORCE argument non-nil, so that we don't get an error if the mark
        isn't set yet.
 
-       * edebug.el (global-edebug-prefix, global-edebug-map): Add
-       autoload cookies for these, so they are present when Emacs starts
+       * edebug.el (global-edebug-prefix, global-edebug-map):
+       Add autoload cookies for these, so they are present when Emacs starts
        up.
 
        * edebug.el (global-edebug-map): Bind `C-x X d' to edebug-defun in
 
        * complete.el: New file.
 
-       * vc.el (vc-match-substring): Renamed from match-substring.
+       * vc.el (vc-match-substring): Rename from match-substring.
        (vc-parse-buffer): Use new name.
 
        * shell.el (shell-prompt-pattern): Undo last change.
        * files.el (file-truename): Redo esr's change.
 
        * loaddefs.el: Put arrow key bindings back to the ordinary Emacs cmds.
-       * simple.el (up-arrow, down-arrow, left-arrow, right-arrow): Deleted.
+       * simple.el (up-arrow, down-arrow, left-arrow, right-arrow): Delete.
 
        * simple.el (kill-line, next-line-add-newlines): Doc fix.
        (kill-whole-line): Doc fix.
 
        * gud.el: Set no-byte-compile local variable t to work around a
        byte-compiler bug.
-       (gud-def, global-map): Move C-x C-a commands to global map.  Restore
-       original C-x SPC global binding.
+       (gud-def, global-map): Move C-x C-a commands to global map.
+       Restore original C-x SPC global binding.
 
        * vc.el (vc-diff): Get proper error message when you run this with
        no prefix arg on an empty buffer.
        (vc-directory): Better directory format --- replace the user and
        group IDs with locking-user (if any).
-       (vc-finish-logentry, vc-next-comment, vc-previous-comment): Replace
-       *VC-comment-buffer* with a ring vector.
+       (vc-finish-logentry, vc-next-comment, vc-previous-comment):
+       Replace *VC-comment-buffer* with a ring vector.
 
 1993-04-25  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
 
-       * simple.el (down-arrow): New function.  Uses
-       next-line-add-newlines to suppress addition of new lines at end of
+       * simple.el (down-arrow): New function.
+       Uses next-line-add-newlines to suppress addition of new lines at end of
        buffer.
        (up-arrow): Alias of previous-line, added for consistency.
        These changes complete terminal-type-independent support for arrow
        keys.
 
-       * tex-mode.el (tex-compilation-parse-errors): Added.  At the
+       * tex-mode.el (tex-compilation-parse-errors): Add.  At the
        moment, this would have to be applied manually.  It's not worth
        trying to integrate this with the rest of the mode more tightly
        until we decide whether and how compile's interface is going to
        change away from a closed subsystem.
 
-       * files.el (cd): Changed to use to resolve relative cd calls.
-       (cd-absolute): Added.  This is actually the old cd code with a
+       * files.el (cd): Change to use to resolve relative cd calls.
+       (cd-absolute): Add.  This is actually the old cd code with a
        changed doc string.
-       (parse-colon-path): Added. Path-to-string exploder --- may be
+       (parse-colon-path): Add. Path-to-string exploder --- may be
        useful elsewhere.
 
        * ring.el: Added and fixed documentation.
        (ring-rotate): Nuked.  It was (a) unused, and (b) totally broken (as
        in, any attempt to use it died with a type error, and when I patched
        it to fix that I found its algorithm was broken).
-       (ring-ref): Added doc string.
+       (ring-ref): Add doc string.
 
 1993-04-25  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
 
 
 1993-04-23  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
 
-       * bytecomp.el (define-function): Changed name back to defaliases
+       * bytecomp.el (define-function): Change name back to defaliases
        to get things in a known-good state.  The unload patch had been
        half-applied, leading to lossage.
 
 
        * telnet.el: Commentary added.
        (telnet): Doc fix.
-       (rsh): Added entry point for rsh to remote host, per suggestion by
+       (rsh): Add entry point for rsh to remote host, per suggestion by
        Michael McNamara <mac@ardent.com>.  No change to any other code.
 
        * info.el (Info-find-node, Info-insert-subfile): Do the right
        saving me lots of disk space.
 
        * simple.el: All fsets changed to defaliases.
-       (kill-forward-chars, kill-backward-chars): Deleted.  These were
+       (kill-forward-chars, kill-backward-chars): Delete.  These were
        internal subroutines used by delete-char and delete-backward-char
        before those functions were moved into the C kernel.  Now nothing
        uses them.
-       (kill-line): Added kill-whole-line variable.  Defaults to nil; a
+       (kill-line): Add kill-whole-line variable.  Defaults to nil; a
        non-nil value causes a kill-line at the beginning of a line to
        kill the newline as well as the line.  I find it very convenient.
        Emulates Unipress' &kill-lines-magic variable.
-       (next-line): Added next-line-add-newlines variable.  If nil,
+       (next-line): Add next-line-add-newlines variable.  If nil,
        next-line will not insert newlines when invoked at the end of a
        buffer.  This obviates three LCD packages.
        (left-arrow, right-arrow): New functions.  These do backward-char
        left or right as necessary to make sure point is visible.
 
        * loaddefs.el: All fsets changes to defaliases.
-       (global-map): Changed bindings of [left] and [right] to left-arrow and
+       (global-map): Change bindings of [left] and [right] to left-arrow and
        right-arrow respectively.
 
 1993-04-22  Roland McGrath  (roland@mole.gnu.ai.mit.edu)
 1993-04-16  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
 
        * electric.el (shrink-window-if-larger-than-buffer):
-       Moved to window.el.
+       Move to window.el.
 
 1993-04-16  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
 
 
 1993-04-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
 
-       * resume.el (resume-suspend-hook): Renamed from empty-args-file.
+       * resume.el (resume-suspend-hook): Rename from empty-args-file.
        Add autoload cookie.
-       (resume-emacs-args-buffer): Renamed.
-       (resume-write-buffer-to-file): Renamed.
+       (resume-emacs-args-buffer): Rename.
+       (resume-write-buffer-to-file): Rename.
 
-       * two-column.el (tc-dissociate): Renamed from tc-kill-association.
+       * two-column.el (tc-dissociate): Rename from tc-kill-association.
        Move binding to C-x 6 d.
 
 1993-04-14  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
        * gud.el (gud-mode): Created C-c synonym bindings in the GUD
        buffer's local map.
 
-       (gud-key-prefix): Changed to C-x C-a.
+       (gud-key-prefix): Change to C-x C-a.
 
 1993-04-14  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
 
        ability to browse package commentary sections and a completely
        point-and-shoot interface similar to Dired's.
 
-       * window.el (shrink-window-if-larger-than-buffer): Moved from
+       * window.el (shrink-window-if-larger-than-buffer): Move from
        electric.el to windows.el, minor bug fix.  This is to avoid code
        duplication between vc.el, electric.el, and finder.el.
 
-       (ctl-x-map): Added C-x - and C-x + as experimental bindings for
+       (ctl-x-map): Add C-x - and C-x + as experimental bindings for
        shrink-window-if-larger-than-buffer and balance-windows
        respectively.  Since shrink-window-if-larger-than-buffer has to
        live here anyhow, let users use it to manage screen space.
 
 1993-04-10  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
 
-       * gud.el (gdb, sdb, dbx): Improved prompting a la grep.
+       * gud.el (gdb, sdb, dbx): Improve prompting a la grep.
 
        * comint.el: Clean up cmu* uses in header comments.
 
 
 1993-04-09  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
 
-       * subr.el (overlay-start, overlay-end, overlay-buffer): New
-       defsubsts.
+       * subr.el (overlay-start, overlay-end, overlay-buffer):
+       New defsubsts.
 
        * finder.el (finder-by-keyword): Build an alist to pass to
        completing-read, instead of building an invalid obarray.
        (compile-internal): Make it the process's filter.
 
        * compile.el (compilation-error-regexp-alist):
-       Fixed MIPS CC regexp to match file
+       Fix MIPS CC regexp to match file
        names longer than one char.
        (compilation-parse-errors): Error if compilation-error-regexp-alist is nil.
 
        * compile.el (compilation-filter): New function.
        (compile-internal): Make it the process's filter.
 
-       * compile.el (compilation-error-regexp-alist): Fixed MIPS CC
+       * compile.el (compilation-error-regexp-alist): Fix MIPS CC
        regexp to match file names longer than one char.
        (compilation-parse-errors): Error if
        compilation-error-regexp-alist is nil.
        (add-change-log-entry): FILE-NAME frobnicating code moved there;
        call it.
        * vc.el (vc-comment-to-change-log):
-       Renamed from vc-comment-to-changelog.
+       Rename from vc-comment-to-changelog.
        Take optional arg and pass it to find-change-log.
        Added docstring and interactive spec.
 
        Apollo cc regexp: make "s optional, and don't anchor to bol.
 
        * compile.el (compilation-error-regexp-alist):
-       Changed MIPS RISC CC regexp (last one) to
+       Change MIPS RISC CC regexp (last one) to
        be anchored at bol, and to never match multiple lines.
 
 1993-04-03  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
 
        * mpuz.el (mpuz-try-letter): Use read-char to read digit.
        Use message directly also.  Use downcase.
-       (mpuz-read-map): Deleted.
+       (mpuz-read-map): Delete.
 
        * dired.el (dired-unmark-all-files): Read the arg as just a char.
 
 1993-03-29  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
 
        * vc.el (vc-next-action, vc-print-log, vc-diff, vc-revert-buffer):
-       Improved logic for parent buffer finding.
+       Improve logic for parent buffer finding.
 
        (vc-cancel-version): Bug fix.
 
        * fill.el (fill-individual-paragraphs): When skipping mail headers,
        skip to a blank line.
 
-       * env.el (setenv): Renamed back from putenv.
+       * env.el (setenv): Rename back from putenv.
 
        * replace.el (regexp-history): New history list.
        (occur, flush-lines, keep-lines, how-many): Use it.
 1993-03-28  Noah Friedman  (friedman@splode.com)
 
        * setenv.el: Renamed to env.el.  Provide `env', not `setenv'.
-       (setenv): Renamed to `putenv', which is the more proper complement
+       (setenv): Rename to `putenv', which is the more proper complement
        of `getenv'.  `setenv' retained as an alias.
        Make VALUE parameter optional; if not set, remove VARIABLE from
        process-environment.
 
        * makefile.el: Added autoload cookie for entry point.
 
-       * files.el (auto-mode-alist): Added pairs for .ms, .man, .mk,
+       * files.el (auto-mode-alist): Add pairs for .ms, .man, .mk,
        [Mm]akefile, .lex.
 
-       * electric.el (shrink-window-if-larger-than-buffer): Added doc
+       * electric.el (shrink-window-if-larger-than-buffer): Add doc
        string.  Made argument optional, because window-buffer does the
        right thing with nil.
 
 
        * rlogin.el: Updated copyright year and added autoload cookies.
        (rlogin): Set process marker to beginning of buffer.
-       (rlogin-filter): Use unwind-protect to restore match-data.  Use
-       insert-before-markers instead of insert to keep input and output
+       (rlogin-filter): Use unwind-protect to restore match-data.
+       Use insert-before-markers instead of insert to keep input and output
        from getting garbled.  Delete spurious ?\C-m chars in output
        instead of replacing them with ?\ .
 
 
 1993-03-27  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
 
-       * lpr.el (printify-buffer): Added, debugged from Roland McGrath's
+       * lpr.el (printify-buffer): Add, debugged from Roland McGrath's
        printify-buffer code in LCD.
 
-       * cookie.el (cookie): Enhanced it to handle both LINS files and
+       * cookie.el (cookie): Enhance it to handle both LINS files and
        UNIX fortune files.
 
-       * rect.el (fill-rectangle): Added.  Inspired by Lynn Slater's
+       * rect.el (fill-rectangle): Add.  Inspired by Lynn Slater's
        insert-box package in LCD, but the interface and implementation
        are different.
 
-       * loaddefs.el (ctl-x-map): Added binding for fill-rectangle.
+       * loaddefs.el (ctl-x-map): Add binding for fill-rectangle.
 
-       * buff-menu.el (Buffer-menu-toggle-read-only): Added, per Rob
+       * buff-menu.el (Buffer-menu-toggle-read-only): Add, per Rob
        Austein's suggestion in the LCD package bm-toggle.el.
 
-       * subr.el (add-hook): Added optional arg to cause hook to be
+       * subr.el (add-hook): Add optional arg to cause hook to be
        appended rather than prepended to the hook list.  This obviates
        the 23 different hook-bashing packages in LCD.
 
-       * subr.el (current-word): Added.  Lots of help and default-generator
+       * subr.el (current-word): Add.  Lots of help and default-generator
        functions in LCD use it, and it's remarkably difficult to get
        right, especially given the new syntax primitives.
 
 
 1993-03-26  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
 
-       * yow.el (psychoanalyze-pinhead): Needed a prefrontal lobotomy.  I
-       gave it one.
+       * yow.el (psychoanalyze-pinhead): Needed a prefrontal lobotomy.
+       gave it one.
 
        * two-column.el: Added Commentary.
 
 
 1993-03-25  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
 
-       * lisp-mnt.el (lm-last-modified-date): Fixed return bug.
+       * lisp-mnt.el (lm-last-modified-date): Fix return bug.
 
        (lm-author, lm-maintainer): These now return cons pairs, not strings.
 
        * shell.el: Brent Benson's patch to support `cd -'.
 
-       * mh-e.el (mh-unshar): Added.
+       * mh-e.el (mh-unshar): Add.
 
        * emacsbug.el: Added a (provide 'emacsbug); lisp-mnt.el needs this.
 
 
        * time.el (display-time): Doc fix.
 
-       * isearch.el (isearch-switch-frame-handler): Call
-       handle-switch-frame instead of select-frame; it has been renamed.
+       * isearch.el (isearch-switch-frame-handler):
+       Call handle-switch-frame instead of select-frame; it has been renamed.
 
        * simple.el (comment-indent-function): New variable, intended to
        replace comment-indent-hook.
 
 1993-03-18  Richard Stallman  (rms@geech.gnu.ai.mit.edu)
 
-       * frame.el (make-frame): Renamed from new-frame.
+       * frame.el (make-frame): Rename from new-frame.
        (new-frame): Alias for make-frame.
 
 1993-03-18  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
 
 1993-03-14  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
 
-       * sort.el (sort-float-fields, sort-numeric-fields): Use
-       string-to-number, not string-to-float or string-to-int.
+       * sort.el (sort-float-fields, sort-numeric-fields):
+       Use string-to-number, not string-to-float or string-to-int.
 
        * sort.el (sort-float-fields): Make this autoloaded.
 
 
 1993-03-12  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
 
-       * loaddefs.el (global-map): Fixed a typo in the binding of
+       * loaddefs.el (global-map): Fix a typo in the binding of
        [kp-backtab].
 
        * term/x-win.el: Added library headers back in. Didn't touch
        and featureful interface across many different keyboard types.
 
        * loaddefs.el (global-map): Natural default keybindings set up for
-       almost all supported keysyms other than function keys.  All
-       other keysyms are now default-bound to a function which explains
+       almost all supported keysyms other than function keys.
+       All other keysyms are now default-bound to a function which explains
        that the key is not bound to anything, then raises an error.
 
        * term/README: Terminal package conventions and standard keysym
 
        * term/news.el: Cleaned up, headers added.
 
-       * term/sun.el: Headers added, [again] changed to [redo].  This
-       package is a hairball and should probably be scrapped if we
+       * term/sun.el: Headers added, [again] changed to [redo].
+       This package is a hairball and should probably be scrapped if we
        can find or built a better one.
 
        * term/tvi970.el: Headers added, [enter] changed to [kp-enter].
        * help.el: Added binding and menu line for new `P' package-finder
        command.  Won't actually take effect till the next Emacs build.
 
-       * vc.el (vc-backend-checkin): Fixed bizarre POM-dependent bug
+       * vc.el (vc-backend-checkin): Fix bizarre POM-dependent bug
        introduced into VC by a bad patch.  This was one for the
        books....badly corrupted vc-checkin code somehow mostly functioned
        for three days.  The Code That Would Not Die...
 1993-03-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
 
        * subr.el (posn-timestamp, posn-col-row, posn-point, posn-window)
-       (event-end, event-start, mouse-movement-p): Moved from mouse.el.
+       (event-end, event-start, mouse-movement-p): Move from mouse.el.
        * mouse.el: Functions moved to subr.el.
 
 1993-03-07  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
 1993-03-05  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
 
        * disp-table.el: Add autoload comments.
-       (rope-to-vector): Deleted.
+       (rope-to-vector): Delete.
        (describe-display-table): Don't use rope-to-vector.
 
        * compare-w.el (compare-windows): Use compare-buffer-substrings.
        (rmail-undelete-previous-message, rmail-delete-forward)
        (rmail-get-new-mail, rmail-show-message): Update summary buffer if any.
        Call rmail-maybe-display-summary to put it back on screen.
-       (rmail-only-expunge): Renamed from rmail-expunge.
+       (rmail-only-expunge): Rename from rmail-expunge.
        (rmail-expunge): New function.
        (rmail-message-recipients-p, rmail-message-regexp-p): New functions.
        (rmail-summary-exists, rmail-summary-displayed): New functions.
 1993-03-01  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
 
        * frame.el: Doc fixes.
-       (set-pointer-color): Renamed to set-mouse-color.
+       (set-pointer-color): Rename to set-mouse-color.
        (set-border-color): New function.
 
        * info.el (Info-insert-dir): Make menu items in Top node
 
 1993-02-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
 
-       * frame.el (auto-raise-mode): Renamed from toggle-auto-raise.
-       (auto-lower-mode): Renamed from toggle-auto-lower.
+       * frame.el (auto-raise-mode): Rename from toggle-auto-raise.
+       (auto-lower-mode): Rename from toggle-auto-lower.
 
 1993-02-26  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
 
 
        * gud.el (gud-break): With a prefix argument, set a temporary
        breakpoint.
-       (gud-apply-from-source): New argument ARGS, to pass to FUNC.  Now
-       it's really like `apply'.
+       (gud-apply-from-source): New argument ARGS, to pass to FUNC.
+       Now it's really like `apply'.
        (gud-set-break): Add another argument to this method.
        Document it in the section describing how the methods are supposed
        to be used.
 
        * frame.el (frame-initialize): Fix error syntax.
        (toggle-horizontal-scroll-bar): Likewise.
-       (toggle-horizontal-scroll-bar): Renamed from set-horizontal-bar.
+       (toggle-horizontal-scroll-bar): Rename from set-horizontal-bar.
        (toggle-vertical-scroll-bar): Likewise.
        (toggle-auto-lower, toggle-auto-raise): Likewise.
        (set-foreground-color, set-background-color):
-       Renamed from set-frame-{fore,back}ground.
+       Rename from set-frame-{fore,back}ground.
 
 1993-02-15  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
 
 
 1993-02-11  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
 
-       * flow-ctrl.el (enable-flow-control...): Renamed from evade...
+       * flow-ctrl.el (enable-flow-control...): Rename from evade...
        (enable-flow-control): Add autoload.
 
 1993-02-10  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
        * fortran.el (fortran-prepare-abbrev-list-buffer): Put quote in
        front of first argument to `insert-abbrev-table-description'.
 
-       * fortran.el (fortran-is-in-string-p): Fixed incorrect behavior
+       * fortran.el (fortran-is-in-string-p): Fix incorrect behavior
        when in first statement of a buffer.
 
 1993-02-08  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
 
 1993-02-05  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
 
-       * comint.el (make-comint): Added docstring.
+       * comint.el (make-comint): Add docstring.
 
 1993-02-05  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
 
 1993-01-31  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
 
        * mailabbrev.el (mail-abbrev-end-of-buffer):
-       Changed interactive spec from "P" to "p".
+       Change interactive spec from "P" to "p".
 
 1993-01-29  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
 
        x-own-selection has been renamed to x-set-selection, and the order
        of its arguments has been reversed, for consistency with other
        lisp functions like put and aset.
-       * term/x-win.el (x-select-text): Adjusted.
+       * term/x-win.el (x-select-text): Adjust.
        (x-cut-buffer-or-selection-value): Check the primary selection,
        using x-selection, instead of checking the cut buffer again.
 
        x-own-selection has been renamed to x-set-selection, and the order
        of its arguments has been reversed, for consistency with other
        lisp functions like put and aset.
-       * term/x-win.el (x-select-text): Adjusted.
+       * term/x-win.el (x-select-text): Adjust.
        (x-cut-buffer-or-selection-value): Check the primary selection,
        using x-selection, instead of checking the cut buffer again.
 
        * etags.el: Many comments added and docstrings fixed.
        (tags-table-list): Elt of nil is not special.
        (tags-expand-table-name): Value of nil is not special.
-       (tags-next-table): Removed arg RESET; no caller used it.
+       (tags-next-table): Remove arg RESET; no caller used it.
        (visit-tags-table-buffer): Don't need to do tags-expand-table-name
        in or form. When table is invalid, only set tags-file-name to nil
        globally if its global value contained the losing table file name.
        (find-tag-tag): Return a string, not a list.
        (find-tag-noselect, find-tag, find-tag-other-window)
-       (find-tag-other-frame): Changed callers.
+       (find-tag-other-frame): Change callers.
        (etags-recognize-tags-table): Call etags-verify-tags-table, rather than
        duplicating its functionality.
        (visit-tags-table-buffer): When CONT is 'same, set it to nil after the
 
 1992-12-09  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
 
-       * info.el (Info-{first,second,third,fourth,fifth}-menu-item): Removed.
+       * info.el (Info-{first,second,third,fourth,fifth}-menu-item): Remove.
        (Info-nth-menu-item): New function; bound to 1..9.
 
 1992-12-08  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
        Just that.
        * ls-lisp.el (insert-directory): Just that.
 
-       * ange-ftp.el (ange-ftp-unhandled-file-name-directory): New
-       function.  Set ange-ftp's `unhandled-file-name-property' to its
+       * ange-ftp.el (ange-ftp-unhandled-file-name-directory):
+       New function.  Set ange-ftp's `unhandled-file-name-property' to its
        name.
 
 1992-12-07  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
        * paths.el (rmail-spool-directory): Add dgux-unix to the list of
        systems which put their mail in "/usr/mail".
 
-       * lpr.el (lpr-command, lpr-switches): Removed strings starting
+       * lpr.el (lpr-command, lpr-switches): Remove strings starting
        with \newline; this file is loaded in loaddefs.el, and doesn't
        need to follow that convention.
 
        * fortran.el: Version 1.28.7a.
        Cleaned up some doc strings.
 
-       (fortran-abbrev-help, fortran-prepare-abbrev-list-buffer): Use
-       `insert-abbrev-table-description' and make buffer in abbrevs-mode.
+       (fortran-abbrev-help, fortran-prepare-abbrev-list-buffer):
+       Use `insert-abbrev-table-description' and make buffer in abbrevs-mode.
 
        * fortran.el: Version 1.28.7.
        Many changes since version 1.28.3.  Added auto-fill-mode, support
        New functions to implement auto fill.
 
        (fortran-indent-line, fortran-reindent-then-newline-and-indent):
-       Added auto fill support.
+       Add auto fill support.
 
        (find-comment-start-skip, is-in-fortran-string-p): New functions.
 
        (fortran-indent-to-column): Use find-comment-start-skip instead of
        searching for `comment-start-skip'.
 
-       (fortran-mode, calculate-fortran-indent): Added indentation
+       (fortran-mode, calculate-fortran-indent): Add indentation
        for fortran 90 statements.
 
        (fortran-next-statement, fortran-previous-statement): Bug fixes.
 
 1992-10-31  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
 
-       * files.el (make-directory): Renamed from make-directory-path.
+       * files.el (make-directory): Rename from make-directory-path.
        Optional argument says whether to create parent dirs.
        Invoke file-name handler here.
        (after-find-file): Delete code that offers to create dir.
 
        * info.el: Rename buffer-flush-undo to buffer-disable-undo.
        (Info-goto-emacs-key-command-node): Fix typo.
-       (Info-menu-item-sequence): Commented out.
+       (Info-menu-item-sequence): Comment out.
        (Info-follow-nearest-node): Use new event format.
        Select the window clicked on.
 
 
        * mailabbrev.el: Delete version 18 compatibility stuff.
        (mail-abbrevs, build-mail-abbrevs, rebuild-mail-abbrevs)
-       (merge-mail-abbrevs): Renamed `mail-aliases' to `mail-abbrevs'.
-       (mail-abbrev-end-of-buffer): Renamed from abbrev-hacking-end-of-buffer.
-       (mail-abbrev-next-line): Renamed from abbrev-hacking-next-line.
+       (merge-mail-abbrevs): Rename `mail-aliases' to `mail-abbrevs'.
+       (mail-abbrev-end-of-buffer): Rename from abbrev-hacking-end-of-buffer.
+       (mail-abbrev-next-line): Rename from abbrev-hacking-next-line.
 
        * isearch-mode.el (isearch-mode-map): Use sparse keymaps.
        Start printing-char loop at SPC.
 
 1992-10-05  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
 
-       * ls-lisp.el (insert-directory): Renamed from dired-ls.
+       * ls-lisp.el (insert-directory): Rename from dired-ls.
        All other functions renamed to start with ls-lisp.
 
        * ls-lisp.el: New file from Kremer.
 
        * mouse.el: Begin adapting this to the new event format.
        (event-window, event-point, mouse-coords, mouse-timestamp):
-       Removed.
+       Remove.
        (event-start, event-end, posn-window, posn-point, posn-col-row)
        (posn-timestamp): New accessors; these are defsubsts.
        (mouse-delete-window, mouse-delete-other-windows)
 
 1992-09-30  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
 
-       * gud.el (gud-last-frame): Added defvar for this.
+       * gud.el (gud-last-frame): Add defvar for this.
 
 1992-09-29  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
 
        Use x-get-cut-buffer and x-set-cut-buffer, instead of expecting
        x-selection-value to manipulate the cut buffers.
 
-       * term/x-win.el (x-cut-buffer-or-selection-value): Treat
-       selections whose value is the empty string like unset selections.
+       * term/x-win.el (x-cut-buffer-or-selection-value):
+       Treat selections whose value is the empty string like unset selections.
        This allows us to truncate cut buffers to the empty string (if the
        text is too large, say) without causing
        interprogram-paste-function to wipe out the latest kill.
        latter doesn't exist.
        (gud-dbx-debugger-setup): Use the argument `f', not the variable
        `file', which happens to be bound in the caller.
-       (gud-filter-insert): The variable `start' is never used.  The
-       variable `moving' is unnecessary.  The variable `old-buffer' and
+       (gud-filter-insert): The variable `start' is never used.
+       The variable `moving' is unnecessary.  The variable `old-buffer' and
        the unwind-protect form are unneeded, since save-excursion can do
        their work.  The binding of output-after-point should be done after
        switching to the process's buffer, not in whatever random buffer
-       happens to be current when the process filter is called.  There's
-       no need to set the process mark if we've just inserted at its
+       happens to be current when the process filter is called.
+       There's no need to set the process mark if we've just inserted at its
        location using insert-before-markers.
        (gud-read-address): Don't bother setting the variable `result'; it
        is never used.
 
        * two-column.el (tc-window-width, tc-separator, tc-other):
        Add permanent-local property.
-       (tc-two-columns): Renamed from tc-split.
-       (tc-split): Renamed from tc-unmerge.  Put it on C-x 6 s.
+       (tc-two-columns): Rename from tc-split.
+       (tc-split): Rename from tc-unmerge.  Put it on C-x 6 s.
        Use make-local-variable on tc-separator.
 
        * spook.el (spook): Make it autoload.
        * gomoku.el (gomoku): Make it autoload.
 
        * mpuz.el: Fix setup of mpuz-read-map not to depend on keymap format.
-       (mpuz): Renamed from mult-puzzle.  Make it autoload.
+       (mpuz): Rename from mult-puzzle.  Make it autoload.
 
        * setenv.el (setenv): Doc fix.  Make it autoload.
 
 
        * texinfo.el (texinfo-mode): Capitalize the mode name string.
 
-       * mail-extr.el (mail-undo-backslash-quoting): Renamed from undo-...
-       (mail-safe-move-sexp): Renamed from safe-...
-       (mail-variant-method): Renamed from variant-method.
+       * mail-extr.el (mail-undo-backslash-quoting): Rename from undo-...
+       (mail-safe-move-sexp): Rename from safe-...
+       (mail-variant-method): Rename from variant-method.
 
        * tq.el: Doc fixes.  Make tq-create autoload.
 
 
        * prompt.el: File deleted.
 
-       * find-dired.el (start-process-shell-command): Deleted.
+       * find-dired.el (start-process-shell-command): Delete.
 
        * diff.el (diff-switches): Default is now -c.
        (diff-parse-differences): Use line beg as location of message.
        (search-last-string, search-last-regexp): Vars deleted.
        (search-highlight): No longer a user option.
 
-       * subr.el (baud-rate): Defined.
+       * subr.el (baud-rate): Define.
        (substitute-key-definition): Understand today's keymap format.
        New arg OLDMAP.  Operate recursively on prefix keys.
 
 
 1992-09-16  Joseph Arceneaux  (jla@churchy.gnu.ai.mit.edu)
 
-       * isearch-mode.el (isearch-ring-advance-edit): Added missing
+       * isearch-mode.el (isearch-ring-advance-edit): Add missing
        closing paren to end of this function.
 
 1992-09-16  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
        * simple.el (previous-history-element): Doc fix.
 
        * isearch-mode.el (isearch-event-data-type):
-       Renamed from isearch-events-exist.
+       Rename from isearch-events-exist.
        (isearch-frames-exist): Set properly in Emacs 18.
        (isearch-mode): Use baud-rate as variable, not function.
        (isearch-abort): Use nil as 2nd arg to `signal'.
        Don't try using length of keymap.
        (isearch-update): Handle unread-command-char properly for Emacs 19.
        (isearch-switch-frame-handler): Use select-frame to switch frames.
-       (isearch-pre-command-hook): Commented out.
-       (search-upper-case): Renamed from search-caps-disable-folding.
+       (isearch-pre-command-hook): Comment out.
+       (search-upper-case): Rename from search-caps-disable-folding.
 
 1992-09-14  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
 
        * dired-aux.el (dired-add-entry, dired-insert-subdir-doinsert):
        Use insert-directory.
        * dired.el (dired-readin-insert): Use insert-directory.
-       (dired-ls, dired-ls-program): Deleted.
+       (dired-ls, dired-ls-program): Delete.
 
 1992-09-12  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
 
 
        * term/x-win.el (scroll-bar-mode): New function (and variable too).
 
-       * dired.el (dired-next-subdir, dired-subdir-index): Moved here
+       * dired.el (dired-next-subdir, dired-subdir-index): Move here
        * dired-aux.el: From here.
        * dired.el (dired-build-subdir-alist): Don't print msg after each dir.
        Clarify final message.
 
 1992-09-08  Joseph Arceneaux  (jla@geech.gnu.ai.mit.edu)
 
-       * mailabbrev.el (sendmail-pre-abbrev-expand-hook): Changed the
+       * mailabbrev.el (sendmail-pre-abbrev-expand-hook): Change the
        structure of this function: don't check to call
        mail-resolve-all-aliases unless we are actually in a header field
        where an abbrev should be expanded.
 
 1992-09-02  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
 
-       * c-mode.el (c-auto-newline): Added backslashed before quotes in
+       * c-mode.el (c-auto-newline): Add backslashed before quotes in
        docstring.
 
 1992-09-01  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
        (mail-signature-file): This, since this is the way all the
        other lisp packages do it, and it's how people always say they
        want it on the mailing lists.
-       (mail-setup, mail-signature): Adjusted accordingly.
+       (mail-setup, mail-signature): Adjust accordingly.
        (mail): Doc fix.
 
 1992-08-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
 
        * calendar.el (calendar-interval): Fix doc string.
 
-       * calendar.el (calendar): Changed use of prefix arg--now it causes
+       * calendar.el (calendar): Change use of prefix arg--now it causes
        prompting for the month and year.
-       (regenerate-calendar-window): Renamed generate-calendar-window.
+       (regenerate-calendar-window): Rename generate-calendar-window.
        Changed optional argument from an offset from the current month to
        a month, year pair.
        (redraw-calendar, calendar-current-month, scroll-calendar-left)
 
 1992-08-08  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
 
-       * frame.el (set-screen-width, set-screen-height): Changed these
+       * frame.el (set-screen-width, set-screen-height): Change these
        from fset aliases to actual functions, since they aren't supposed
        to take a frame argument, while set-frame-{width,height} do.
 
 
        * appt.el (appt-issue-message, appt-message-warning-time)
        (appt-audible, appt-visible, appt-display-mode-line)
-       (appt-msg-window, appt-display-duration, appt-display-diary): Added
-       ;;;###autoload cookies for these variables, since they are options
+       (appt-msg-window, appt-display-duration, appt-display-diary):
+       Add ;;;###autoload cookies for these variables, since they are options
        for the user to set.
        * tex-mode.el (tex-shell-file-name, tex-directory, tex-offer-save)
        (tex-run-command, latex-run-command, latex-block-names)
        * add-log.el (add-log-current-defun): Use eq instead of = when one
        side might be nil.
 
-       * compile.el (compilation-mode-map): Change
-       compilation-previous/next-file bindings to M-{ and M-}.
+       * compile.el (compilation-mode-map):
+       Change compilation-previous/next-file bindings to M-{ and M-}.
 
 1992-08-05  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
 
        * cl.el (*cl-valid-named-list-accessors*, *cl-valid-nth-offsets*)
-       (byte-compile-named-accessors): Deleted.
+       (byte-compile-named-accessors): Delete.
        (first, second, ... tenth, rest): Define these with defsubst, to
        get the same effect.
-       (byte-compile-ca*d*r): Deleted.
+       (byte-compile-ca*d*r): Delete.
        (caar, cadr, ..., cddddr): Define these using defsubst.
 
        Installed changes from Zawinski-Furuseth 2.04 to 2.07:
        * byte-run.el (dont-compile): Doc fix.
        (make-obsolete-variable): New function.
-       * bytecomp.el (byte-compile-log-1): Added new optional argument,
+       * bytecomp.el (byte-compile-log-1): Add new optional argument,
        FILL; if it is non-nil, reformat the error message.
        (byte-compile-warn): Use that flag.
        (byte-recompile-directory): Offer to recompile subdirectories.
        If prefix argument is zero, create .elc files for those .el files
        which lack them, without asking.
-       (byte-compile-output-form, byte-compile-output-docform): Disable
-       print-gensym while writing the form.
+       (byte-compile-output-form, byte-compile-output-docform):
+       Disable print-gensym while writing the form.
        (byte-compile-form): Warn if t or nil are called as functions.
        (byte-compile-variable-ref): Check for, and warn about, obsolete
        variable uses.
 
        * inf-lisp.el (inferior-lisp-filter-regexp, inferior-lisp-program)
        (inferior-lisp-load-command, inferior-lisp-prompt)
-       (inferior-lisp-mode-hook, inferior-lisp): Added ;;;###autoload
+       (inferior-lisp-mode-hook, inferior-lisp): Add ;;;###autoload
        cookies for these.
 
        * bytecomp.el (byte-compile-warnings): When choosing the default
 
        * info.el (Info-mode): scroll-up, scroll-down now do the right
        thing for preorder browsing when the beginning/end of the node
-       is visible.  RET now goes to the next preorder node.  These
-       changes make sequential reading of info subtrees easier.
+       is visible.  RET now goes to the next preorder node.
+       These changes make sequential reading of info subtrees easier.
 
 1992-08-04  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
 
        * vc.el (vc-next-action, vc-register, vc-diff, vc-insert-headers)
        (vc-directory, vc-create-snapshot, vc-retrieve-snapshot)
        (vc-print-log, vc-revert-buffer, vc-cancel-version)
-       (vc-update-change-log): Added the ;;;###autoload cookies to these
+       (vc-update-change-log): Add the ;;;###autoload cookies to these
        functions, since they get bound to keys in the global keymap.
        * loadup.el: Load vc-hooks.el.
 
        (medit-zap-define-to-mdl): Change `medit-save-defun' to
        `medit-save-define'.
        (medit-save-region, medit-save-buffer, medit-zap-define-to-mdl):
-       Changed `medit-go-to-mdl' to `medit-goto-mdl'.  Did anyone ever
+       Change `medit-go-to-mdl' to `medit-goto-mdl'.  Did anyone ever
        try this code?
 
 1992-08-02  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
        (dired-create-files, dired-handle-overwrite):
        Rename overwrite-confirmed to dired-overwrite-confirmed.
        (dired-do-kill-lines): Handle prefix arg as number of lines to kill.
-       (dired-kill-line-or-subdir): Deleted.
+       (dired-kill-line-or-subdir): Delete.
 
 1992-08-01  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
 
-       * mailabbrev.el [from jwz] (mail-interactive-insert-alias): Do
-       mail-aliases-setup if necessary before completing for interactive.
-       (build-mail-aliases): Changed parsing regexp.
+       * mailabbrev.el [from jwz] (mail-interactive-insert-alias):
+       Do mail-aliases-setup if necessary before completing for interactive.
+       (build-mail-aliases): Change parsing regexp.
 
        * compile.el (compilation-parse-errors): Take 2nd arg FIND-AT-LEAST.
        If non-nil, stop after parsing that many new errors.
 
        * comint.el: ring-* functions deleted--get them from ring.el.
 
-       * ring.el (ring-mod): Renamed from comint-mod.
+       * ring.el (ring-mod): Rename from comint-mod.
        Provide `ring', not history'.
        (make-ring, ring-p): Add autoloads.
        * history.el: Link deleted.
        Use buffer-disable-undo instead of buffer-flush-undo; the latter
        is obsolete.
 
-       * lpr.el (print-region-new-buffer): Added arguments START and END;
+       * lpr.el (print-region-new-buffer): Add arguments START and END;
        this used to use dynamic scope, but it makes things less readable.
        (print-region-1): Always call this with two arguments, not
        sometimes two and sometimes none.
        * hideif.el (hif-endif-to-ifdef): Fix munged comment which was
        interfering with parsing.
 
-       * hexl.el (hexl-next-line): Fixed up malformed let binding.
+       * hexl.el (hexl-next-line): Fix up malformed let binding.
 
        * bytecomp.el (byte-compile-file): Catch errors that occur during
        compilation, and record them in the compilation log.  This allows
 
 1992-07-28  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
 
-       * files.el (backup-extract-version): Copied from Emacs 18.
+       * files.el (backup-extract-version): Copy from Emacs 18.
        (find-backup-file-name): Use that.
 
-       * dired-aux.el (dired-clean-directory): Moved here.
+       * dired-aux.el (dired-clean-directory): Move here.
        (dired-map-dired-file-lines, dired-collect-file-versions)
        (dired-trample-file-versions): Likewise.
        * dired.el: Moved from here.
 
        * compile.el (compile-goto-error): Doc fix.
 
-       * etags.el (find-tag): Fixed prompt.
+       * etags.el (find-tag): Fix prompt.
        (tag-exact-match-p): Rewritten (again).
 
        * startup.el (command-line): Load site-start here.
 
        * completion.el: Moved to external-lisp.
 
-       * diff.el (diff-rcs, diff-sccs): Deleted.
+       * diff.el (diff-rcs, diff-sccs): Delete.
 
 1992-07-27  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
 
 1992-07-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
 
        * diff.el (diff-backup): New function.
-       (diff-last-backup-file): Renamed from dired-last-backup-file.
+       (diff-last-backup-file): Rename from dired-last-backup-file.
        * dired-aux.el (dired-backup-diff): Use diff-backup.
-       (dired-last-backup-file): Moved and renamed.
+       (dired-last-backup-file): Move and renamed.
        * dired.el, dired-aux.el (dired-diff, dired-backup-diff): Doc fixes.
 
        * help.el (command-apropos): Fix call to apropos for new arg.
        * replace.el (perform-replace): Fix typo: match-after => match-again.
        (map-query-replace-regexp): Delete duplicate definition.
 
-       * subr.el (defun-inline): Commented out.
+       * subr.el (defun-inline): Comment out.
 
-       * comint.el (comint-input-ring*): Renamed from input-ring*.
+       * comint.el (comint-input-ring*): Rename from input-ring*.
        (ring-remove, ring-rotate): Use setcar, not set-car.
        * co-isearch.el: input-ring* renamed to comint-input-ring*.
 
 1992-07-22  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
 
        * emerge.el (emerge-startup-hook, emerge-quit-hook):
-       Renamed from ...-hooks.
+       Rename from ...-hooks.
 
        * dired.el (dired-display-file): New command, on C-o.
 
        * c-mode.el (c-backslash-region): New command.
        (c-append-backslash, c-delete-backslash): New functions.
        * c++-mode.el (c++-macroize-region, backslashify-current-line):
-       Deleted.
-       (c++-comment-region, c++-uncomment-region): Deleted.
+       Delete.
+       (c++-comment-region, c++-uncomment-region): Delete.
        comment-region works just fine.
-       (c++-beginning-of-defun, c++-end-defun, c++-indent-defun): Deleted.
-       (c++-point-bol): Renamed from point-bol.
-       (c++-within-string-p): Renamed from within-string-p.
-       (c++-count-char-in-string): Renamed from count-char-in-string.
-       (fill-c++-comment): Renamed from fill-C-comment.
-       (c++-insert-header): Deleted.
+       (c++-beginning-of-defun, c++-end-defun, c++-indent-defun): Delete.
+       (c++-point-bol): Rename from point-bol.
+       (c++-within-string-p): Rename from within-string-p.
+       (c++-count-char-in-string): Rename from count-char-in-string.
+       (fill-c++-comment): Rename from fill-C-comment.
+       (c++-insert-header): Delete.
 
 1992-07-21  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
 
 
        * simple.el (end-of-buffer): If buffer end is on screen, don't scroll.
 
-       * c-mode.el (set-c-style): Deleted the first version of this function.
+       * c-mode.el (set-c-style): Delete the first version of this function.
        It was badly written.
        Modified the remaining version by adding new argument GLOBAL
        and setting the parameters locally if GLOBAL is nil.
 
 1992-07-21  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
 
-       * frame.el (get-frame): Renamed to get-other-frame; get-frame
+       * frame.el (get-frame): Rename to get-other-frame; get-frame
        sounds like a parallel to get-buffer or get-process.
 
        * c-mode.el (set-c-style): Remove the extraneous copy of this
        * c++-mode.el (within-string-p): Use `%', not `mod', as the name
        of the modulus function.
 
-       * frame.el (frame-height, frame-width): Fixed several confusions
+       * frame.el (frame-height, frame-width): Fix several confusions
        here.
 
        * blackbox.el: When building blackbox-mode-map, locally rebind all
        (visit-tags-file): If find-file-noselect changed the file name,
        propagate the change to tags-file-name and tags-table-list.
 
-       * startup.el (command-line): Fixed typo in comment.
+       * startup.el (command-line): Fix typo in comment.
 
 1992-07-20  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
 
        (frame-configuration-to-register): New function.
        * loaddefs.el: Put them on C-x r w, C-x r f.
        * window.el (window-config-to-register, register-to-window-config):
-       Deleted, along with keybindings C-x 6 and C-x 7.
+       Delete, along with keybindings C-x 6 and C-x 7.
 
 1992-07-19  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
 
        (calendar-mode-map): Put it on a key.
        (calendar-mode): Describe it.
 
-       * cal-french.el (diary-french-date): Moved from diary.el and fixed
+       * cal-french.el (diary-french-date): Move from diary.el and fixed
        accent.
        * diary.el: Move dairy-french-date to cal-french.el and autoload it.
 
 
        * files.el (auto-mode-alist): Recognize .texi.
 
-       * rmail.el (rmail-delete-forward): Removed the feature
+       * rmail.el (rmail-delete-forward): Remove the feature
        of moving back if there's nowhere to go forward.
 
 1992-07-17  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
        form so that it returns a list containing the filename and the
        prefix argument, not just the prefix argument by itself.
 
-       * bytecomp.el (byte-compile-file): Changed reference to
+       * bytecomp.el (byte-compile-file): Change reference to
        byte-compile-report-call-tree to use display-call-tree.
 
        * bytecomp.el (byte-recompile-directory, byte-compile-file)
        (batch-byte-compile, byte-compile, compile-defun)
-       (display-call-tree): Added autoload cookies for these functions.
+       (display-call-tree): Add autoload cookies for these functions.
 
 1992-07-16  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
 
 
 1992-07-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
 
-       * byte-run.el (defsubst): Removed extra closing paren at the end
+       * byte-run.el (defsubst): Remove extra closing paren at the end
        of this function.
 
 1992-07-16  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
        * bytecomp.el: Deleted support for running compiler in Emacs 18.
        Spell "Emacs 18" properly.
        (byte-compile-version): FSF 2.1.
-       (byte-compiler-valid-options): Deleted.
+       (byte-compiler-valid-options): Delete.
        (byte-compile-single-version): Always return nil.
        (byte-compiler-version-cond): Always return the argument.
 
        * buff-menu.el, bg-mouse.el, appt.el, abbrevlist.el, term/x-win.el,
        * term/wyse50.el, term/vt200.el, term/vt100.el: All uses changed.
        * screen.el (screen-height, screen-width, set-screen-height)
-       (set-screen-width): Defined as aliases for frame-height,
+       (set-screen-width): Define as aliases for frame-height,
        frame-width, set-frame-height, and set-frame-width.
        (set-frame-height, set-frame-width): Functions deleted; they are
        defined in frame.c.
        * rmailsort.el: Change copyright to FSF; update permission notice.
 
        * byte-run.el: Delete compatibility definition of make-byte-code.
-       (byte-compiler-options): Commented out.
-       (proclaim-inline, proclaim-notinline): Commented out.
+       (byte-compiler-options): Comment out.
+       (proclaim-inline, proclaim-notinline): Comment out.
 
        * byte-opt.el: Change several doc strings to comments.
        They had the wrong format anyway.
        * disass.el: Require just bytecomp, not byte-opt.
 
        * bytecomp.el (emacs-lisp-file-regexp):
-       Renamed from elisp-source-file-re.  All uses changed.
+       Rename from elisp-source-file-re.  All uses changed.
        (byte-compile-dest-file): Don't use that var.
-       (compile-defun): Renamed from elisp-compile-defun.
+       (compile-defun): Rename from elisp-compile-defun.
        (byte-compile-report-ops): Define unconditionally.
        It's a bad idea to make function definitions of moderate size
        conditional on anything.
-       (byte-compile-and-load-file): Commented out.
+       (byte-compile-and-load-file): Comment out.
        (byte-compiler-valid-options):
-       Renamed from byte-compiler-legal-options.
+       Rename from byte-compiler-legal-options.
        (byte-compile-overwrite-file): Variable deleted.
        (byte-compile-file): Don't use that var.
        (byte-compile-compatibility):
-       Renamed from byte-compile-emacs18-compatibility.
+       Rename from byte-compile-emacs18-compatibility.
        (byte-compile-generate-emacs19-bytecodes): Variable deleted.
        Use byte-compile-compatibility instead.
-       (byte-compiler-options-handler): Deleted.
+       (byte-compiler-options-handler): Delete.
        (byte-compile-body-do-effect, byte-compile-form-do-effect):
        Use defsubst, not proclaim-inline.
 
        * disass.el: New version of the disassembler, to fit with the new
        compiler.
 
-       * mouse.el (mouse-select-buffer-line): Removed extraneous setting
+       * mouse.el (mouse-select-buffer-line): Remove extraneous setting
        of the variable `the-buffer'; it's never used elsewhere.
 
        * mouse.el (mouse-kill): Don't set the mark; pass point and the
 
 1992-07-09  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
 
-       * abbrev.el (write-abbrev-file): Removed extraneous interactive spec.
+       * abbrev.el (write-abbrev-file): Remove extraneous interactive spec.
 
        * screen.el (current-screen-configuration,
        set-screen-configuration): New functions.
        instead of `deiconify-screen'; the latter no longer exists.
 
        * files.el (find-backup-file-name): Replace the reference to
-       `backup-extract-version' with a literal `function' form.  This
-       eliminates the use of dynamic binding, and allows us to remove
+       `backup-extract-version' with a literal `function' form.
+       This eliminates the use of dynamic binding, and allows us to remove
        backup-extract-version, which doesn't really want to be its own
        function.
        (backup-extract-version): Function removed.
 
        * tex-mode.el: Require comint instead of oshell.
        (tex-start-shell): Use comint, not oshell.
-       (tex-filter): Deleted function; no filter is now longer needed.
+       (tex-filter): Delete function; no filter is now longer needed.
 
        * tex-mode.el (tex-run-command, latex-run-command, slitex-run-command)
        (tex-bibtex-run-command, tex-dvi-print-command)
 1992-06-28  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
 
        * completion.el (completion-separator-self-insert-autofilling):
-       Changed references to `auto-fill-hook' to `auto-fill-function'.
+       Change references to `auto-fill-hook' to `auto-fill-function'.
        * mh-e.el (mh-letter-mode): Same thing.
        * texinfo-upd.el (texinfo-update-node,
        texinfo-sequential-node-update): Same thing.
        calendar-daylight-savings-starts, calendar-daylight-savings-ends.
        Add autoload of calendar-sunrise-sunset.
        (calendar-mode): Add description of sunrise/sunset capability.
-       (calendar-version): Changed to 5.
+       (calendar-version): Change to 5.
 
        * diary.el: Autoload diary-sunrise-sunset and diary-sabbath-candles.
 
        (all-christian-calendar-holidays, all-islamic-calendar-holidays)
        (list-diary-entries-hook, diary-display-hook)
        (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
-       (diary-list-include-blanks): Added autoload cookie for these;
+       (diary-list-include-blanks): Add autoload cookie for these;
        Reingold's distribution suggests that these variables are ones
        that you are especially likely to want to customize.
-       * holiday.el (holidays): Added autoload cookie for this.
+       * holiday.el (holidays): Add autoload cookie for this.
 
 1992-06-25  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
 
        * dired.el: Complete rewrite, mostly by sk@thp.uni-koeln.de.
        * dired-aux.el: Other parts of dired.
 
-       * files.el (enable-local-eval): Renamed from `ignore-local-eval';
+       * files.el (enable-local-eval): Rename from `ignore-local-eval';
        now has values like `enable-local-variables'.
        (hack-local-variables): Test `enable-local-eval' properly.
 
 
 1992-06-21  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
 
-       * screen.el (ctl-x-5-map): Removed declaration and initialization
+       * screen.el (ctl-x-5-map): Remove declaration and initialization
        of this here; it's done in subr.el, alongside ctl-x-4-map.
 
        * autoload.el (generate-file-autoloads): If FILE is in the same
 
 1992-06-18  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
 
-       * edebug.el (edebug-debug): Added autoload cookie for this.
+       * edebug.el (edebug-debug): Add autoload cookie for this.
 
        * etags.el (find-tag-other-frame): New function.  Bind it to
        `C-x 5 .'.
        now the keymap `isearch-mode-map' controls special characters in
        isearch-mode.
 
-       * blackbox.el (blackbox): Added ;;;###autoload cookie.
+       * blackbox.el (blackbox): Add ;;;###autoload cookie.
 
        * add-log.el (change-log-mode): Integrated some code from the
        `change-log-mode' function in `text-mode.el'.  Docstring now
 
 1992-06-12  Joseph Arceneaux  (jla@churchy.gnu.ai.mit.edu)
 
-       * simple.el (current-kill): Fixed misnamed parameter and
+       * simple.el (current-kill): Fix misnamed parameter and
        reorganized code slightly.
 
 1992-06-11  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
 
 1992-06-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
 
-       * csharp.el (c-find-nesting): Renamed from csharp-find-nesting.
+       * csharp.el (c-find-nesting): Rename from csharp-find-nesting.
        Add autoload.
        All other functions in this file renamed to start with c-find-nesting.
 
 1992-06-02  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
 
        * add-log.el: Fixed copyright years to not use a range.
-       (change-log-mode): Added docstring.
+       (change-log-mode): Add docstring.
        (add-change-log-entry): Put a space between the file name and
        "(function name):".  Put a colon after the file name if we have
        found no function name.
        * fill.el (fill-region-as-paragraph): Treat } like closeparen.
        If a fill prefix is specified globally, always use that one.
 
-       * flow-ctrl.el (evade-flow-control-memstr=): Renamed from memstr=.
+       * flow-ctrl.el (evade-flow-control-memstr=): Rename from memstr=.
 
 1992-05-31  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
 
 
 1992-05-31  Noah Friedman  (friedman@splode.com)
 
-       * subr.el (lambda): Added docstring.
+       * subr.el (lambda): Add docstring.
 
 1992-05-31  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
 
        of writing out its code.
 
        * comint.el: Merged with Olin Shivers' comint version 2.03.
-       (comint-version): Changed accordingly.
+       (comint-version): Change accordingly.
        (comint-previous-input-matching): Bind this to c-m-r, rather
        than c-c c-r.
        (comint-exec-hook): Make this variable buffer-local.
        to "Non-echoed text: ".  This conforms with the convention
        used by existing prompts, and gives more room to type stuff.
 
-       * comint.el (comint-last-input-start): New variable.  In
-       particular, this helps support subprocesses that insist on echoing
+       * comint.el (comint-last-input-start): New variable.
+       In particular, this helps support subprocesses that insist on echoing
        their input.  Added comments to porting guide indicating that
        this should probably not be used for implementing history stuff.
        (comint-mode): Create and initialize comint-last-input-start as a
 1992-05-24  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
 
        * calendar.el (list-yahrzeit-dates): New function.
-       (hebrew-calendar-yahrzeit): Moved from diary.el.
+       (hebrew-calendar-yahrzeit): Move from diary.el.
 
-       * diary.el (hebrew-calendar-yahrzeit): Moved to calendar.el.
+       * diary.el (hebrew-calendar-yahrzeit): Move to calendar.el.
        (diary-ordinal-suffix): Give correct suffix for 111, 112, 113, 211,
        212, 213, etc.
 
        below instead of manipulating the kill ring directly, since the
        functions correctly deal with interprogram cutting and pasting.
        (kill-new): New function.
-       (kill-append): Added doc string.  Be sure to call the
+       (kill-append): Add doc string.  Be sure to call the
        interprogram-cut-function on the new string.
        (current-kill): New function.
        (rotate-yank-pointer): New optional argument do-not-move, to
        how many characters were saved, and it's hard to interpret
        intuitively.
 
-       * screen.el (ctl-x-3-map): Renamed to ctl-x-5-map, and now bound
+       * screen.el (ctl-x-3-map): Rename to ctl-x-5-map, and now bound
        to C-x 5, not C-x 3.  This makes a nicer analogy with C-x 4.
        Moving split-window-horizontally to C-x 3 also makes a nicer
        analogy with C-x 2.
 
 1992-04-21  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
 
-       * doctor.el (doctor-svo): Deleted second expression from top let
+       * doctor.el (doctor-svo): Delete second expression from top let
        binding; it used to read "(let ((foo <exp> sent)) ...)"; let
        bindings can only have one expression.
 
        * compile.el (compilation-mode-hook): New variable.
        (compilation-mode): Run it.
        (compilation-search-path): Made user variable, added autoload cookie.
-       (compilation-window-height): Added autoload cookie.
+       (compilation-window-height): Add autoload cookie.
 
 1992-02-27  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
 
 
 1992-01-08  Jim Blandy  (jimb@occs.cs.oberlin.edu)
 
-       * simple.el (temporary-goal-column): Added missing closing paren.
+       * simple.el (temporary-goal-column): Add missing closing paren.
 
 1991-12-25  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
 
 
 1991-12-14  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
 
-       * etags.el (find-tag-noselect): Fixed subtle bug due to
+       * etags.el (find-tag-noselect): Fix subtle bug due to
        save-excursion.
 
        (tags-tag-match): New function, made smarter about exact matches.
 1991-12-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
 
        * diff.el (diff-internal-diff): New subroutine.
-       (diff): Removed from here.
+       (diff): Remove from here.
        (diff-sccs, diff-rcs): New commands using diff-internal-diff.
        (diff-rcs-extension): New variable.
 
 1991-11-06  Jim Blandy  (jimb@pogo.gnu.ai.mit.edu)
 
        * screen.el (screen-initialize, screen-notice-user-settings):
-       Renamed global-minibuffer-screen to default-minibuffer-screen.
+       Rename global-minibuffer-screen to default-minibuffer-screen.
 
 1991-11-05  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
 
 
 1991-10-31  Richard Mlynarik  (mly@peduncle)
 
-       * ebuff-menu.el (electric-buffer-menu-mode-map): Define
-       < and > to scroll-left and scroll-right per user suggestion.
+       * ebuff-menu.el (electric-buffer-menu-mode-map):
+       Define < and > to scroll-left and scroll-right per user suggestion.
 
 1991-10-31  Jim Blandy  (jimb@pogo.gnu.ai.mit.edu)
 
 
        * cmushell.el: This is now the real shell.el.  Removed the "cmu"
        prefix from names.
-       (shell): Marked this to be autoloaded.
+       (shell): Mark this to be autoloaded.
 
 1991-10-29  Jim Blandy  (jimb@pogo.gnu.ai.mit.edu)
 
 1991-10-26  Jim Blandy  (jimb@pogo.gnu.ai.mit.edu)
 
        * disass.el (disassemble): Correctly distinguish functions with no
-       interactive spec and functions that are (interactive).  Correctly
-       extract components of explicit calls to byte-code (old-style
+       interactive spec and functions that are (interactive).
+       Correctly extract components of explicit calls to byte-code (old-style
        compiled functions).  Correctly pass byte code of function to
        disassemble-1.
        (disassemble-1): Use nth to extract components of explicit call to
 
 1991-10-15  Jim Blandy  (jimb@pogo.gnu.ai.mit.edu)
 
-       * info.el (Info-follow-nearest-node): Adjusted for new return
+       * info.el (Info-follow-nearest-node): Adjust for new return
        value format from coordinates-in-window-p.
 
 1991-10-08  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
 
        * add-log.el (change-log-name): New fn.
-       (add-change-log-entry, add-change-log-entry-other-window): All
-       args optional.  FILE-NAME defaults to new var
+       (add-change-log-entry, add-change-log-entry-other-window):
+       All args optional.  FILE-NAME defaults to new var
        `change-log-default-name'.  Give this var a local value in the
        buffer we were run from, pointing to the file we found.
 
 
 1991-09-26  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
 
-       * map-ynp.el (map-y-or-n-p): Fixed for lists containing nil.
+       * map-ynp.el (map-y-or-n-p): Fix for lists containing nil.
 
 1991-09-10  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
 
        * rmail.el (rmail-convert-to-babyl-format): Roland added the
        missing paren in the wrong place; fixed.
 
-       * screen.el (screen-initialize): Added missing `function' around
+       * screen.el (screen-initialize): Add missing `function' around
        lambda expression.
 
 1991-08-20  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
 1991-08-17  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
 
        * doctor.el (doctor-strangelove): New fn.
-       (doctor-member): Removed.
+       (doctor-member): Remove.
        (doctor-doc): Use member instead of doctor-member.
        (doctor-rms): Restored.
 
 
 1991-08-15  Jim Blandy  (jimb@pogo.gnu.ai.mit.edu)
 
-       * screen.el (screen-create-initial-screen): Renamed to
+       * screen.el (screen-create-initial-screen): Rename to
        screen-initialize.  Arrange to cause errors if people try to
        create screens when no window system is running.
 
        * loaddefs.el (ctl-x-4-map): Move definition from here...
        * subr.el (ctl-x-4-map): To here.
        (ctl-x-3-map): New prefix.
-       (mouse-map): Deleted.
+       (mouse-map): Delete.
 
        * screen.el (new-screen-x-delta, new-screen-y-delta)
-       (new-screen-position): Removed.
-       (new-screen): Simplified.
-       (split-to-other-screen): Removed.
+       (new-screen-position): Remove.
+       (new-screen): Simplify.
+       (split-to-other-screen): Remove.
        (switch-to-buffer-other-screen, find-file-other-screen)
-       (find-file-read-only-other-screen, mail-other-screen): Moved, along
+       (find-file-read-only-other-screen, mail-other-screen): Move, along
        with their keybindings, to...
        * files.el (switch-to-buffer-other-screen, find-file-other-screen)
        (find-file-read-only-other-screen): Here...
 
        * screen.el, term/x-win.el: Renamed screen-default-alist to
        default-screen-alist.
-       (default-screen-alist): Moved declaration to screen.c; the
+       (default-screen-alist): Move declaration to screen.c; the
        screen creation subrs should consult this transparently.
 
-       * term/x-win.el (x-get-resources, x-pop-initial-window): Functions
-       deleted.  Don't call them at the bottom of the file anymore.
+       * term/x-win.el (x-get-resources, x-pop-initial-window):
+       Functions deleted.  Don't call them at the bottom of the file anymore.
 
 1991-08-12  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
 
 1991-08-12  Jim Blandy  (jimb@pogo.gnu.ai.mit.edu)
 
        * window.el (split-window-keep-point): New user option.
-       (split-window-vertically): Modified to support it.
+       (split-window-vertically): Modify to support it.
        * startup.el (command-line): Choose a default value for
        split-window-keep-point according to the baud rate.
        * term/x-win.el: Set split-window-keep-point.
 
 1991-08-10  Jim Blandy  (jimb@pogo.gnu.ai.mit.edu)
 
-       * term/x-win.el (x-daemon-mode, x-establish-daemon-mode): Removed
-       these functions; we do this differently now.
+       * term/x-win.el (x-daemon-mode, x-establish-daemon-mode):
+       Remove these functions; we do this differently now.
 
 1991-08-07  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
 
 
 1991-08-05  Jim Blandy  (jimb@pogo.gnu.ai.mit.edu)
 
-       * screen.el (screen-creation-func): Renamed to
+       * screen.el (screen-creation-func): Rename to
        screen-creation-function, as per the convention.
 
        * screen.el (screen-creation-func): Do not initialize this
        * startup.el (pre-init-hook): New variable.
        (window-setup-hook): Doc fix.
        (command-line): Call pre-init-hook.
-       (command-line-1): Updated copyright date.
+       (command-line-1): Update copyright date.
 
 1991-07-31  Jim Blandy  (jimb@pogo.gnu.ai.mit.edu)
 
 
 1991-07-31  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
 
-       * screen.el (auto-new-screen-function): Renamed to
+       * screen.el (auto-new-screen-function): Rename to
        pop-up-screen-function.
        (buffer-in-other-screen): Use pop-up-screens, not auto-new-screen.
 
 
        * view.el: (define-key "C-xv" 'view-file).
        (view-file-other-window, view-buffer-other-window): New functions.
-       (view-prev-buffer): Renamed to view-return-here.
+       (view-prev-buffer): Rename to view-return-here.
        (view-exit): If view-return-here is a buffer, switch to it;
        if it is a window configuration, apply it.
 
-       * subr.el (search-forward-regexp, search-backward-regexp): Added
-       alternate names.
+       * subr.el (search-forward-regexp, search-backward-regexp):
+       Add alternate names.
 
 1991-07-24  Jim Blandy  (jimb@pogo.gnu.ai.mit.edu)
 
        * isearch.el (isearch): If the user switches to a different
        screen, exit the isearch.
 
-       * isearch.el (isearch): Changed reference to `cmds' to use
+       * isearch.el (isearch): Change reference to `cmds' to use
        variable's new name `history'.
 
 1991-07-23  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
        * rmail.el (rmail-first-unseen-message): Make loop looking for
        unseen msgs not skip the first one.
 
-       * rmail.el (rmail-widen-to-current-msgbeg): Added missing close paren.
+       * rmail.el (rmail-widen-to-current-msgbeg): Add missing close paren.
 
 1991-07-21  Jim Blandy  (jimb@pogo.gnu.ai.mit.edu)
 
 
 1991-07-19  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
 
-       * files.el (save-some-buffers): Added save-excursions around code
+       * files.el (save-some-buffers): Add save-excursions around code
        that does set-buffer.
 
 1991-07-15  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
        (find-tag-tag): Pass 'tags-completion-alist as TABLE to
        completing-read, so the table is built on demand.
 
-       * sendmail.el (mail-do-fcc): Added missing close paren.
+       * sendmail.el (mail-do-fcc): Add missing close paren.
 
 1991-07-15  Jim Blandy  (jimb@pogo.gnu.ai.mit.edu)
 
        * fortran.el version 1.28.3
        Now works in either mode when `tab-width' is not 8.
 
-       (fortran-electric-line-number, fortran-indent-to-column): Use
-       `fortran-minimum-statement-indent' instead of 8.
+       (fortran-electric-line-number, fortran-indent-to-column):
+       Use `fortran-minimum-statement-indent' instead of 8.
 
        (fortran-current-line-indentation): Now skips over line number
        and whitespace correctly when tab-width is not 8.
 
        * startup.el (command-line): Remove the arguments from
        command-line-args as we process them.
-       (command-line-1): Removed code to ignore the arguments processed
+       (command-line-1): Remove code to ignore the arguments processed
        in command-line, because they're all deleted now.
 
        * replace.el (occur): Set tem to the location of the match before
 
 1991-07-09  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
 
-       * map-ynp.el (map-y-or-n-p): Fixed lossage on ? or random char.
+       * map-ynp.el (map-y-or-n-p): Fix lossage on ? or random char.
 
 1991-07-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
 
        * fortran.el: Added ;;;###autoload definition for
        fortran-tab-mode-default variable.
 
-       * fortran.el (fortran-numerical-continuation-char): Replace
-       (backward-line 1) with (forward-line -1) since backward-line is
+       * fortran.el (fortran-numerical-continuation-char):
+       Replace (backward-line 1) with (forward-line -1) since backward-line is
        defined only in edt.
        (fortran-previous-statement): Fix error in parens.
        (fortran-indent-to-column): Likewise.
 
        * files.el (save-some-buffers): Use map-y-or-n-p return value.
 
-       * map-ynp.el (map-y-or-n-p): Fixed bug that caused first elt on !
+       * map-ynp.el (map-y-or-n-p): Fix bug that caused first elt on !
        hit not get acted on.
 
 1991-07-04  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
 
 1991-07-01  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
 
-       * map-ynp.el (map-y-or-n-p): Fixed misplaced paren.
+       * map-ynp.el (map-y-or-n-p): Fix misplaced paren.
        Fixed list-eating bug.
 
 1991-07-01  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
 
 1991-06-20  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
 
-       * subr.el (ignore): Added docstring for this; it appears as a key
+       * subr.el (ignore): Add docstring for this; it appears as a key
        binding, so it ought to be described.
 
 1991-06-19  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
 
 1991-06-12  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
 
-       * upd-copyr.el (update-copyright): Fixed typo in help text.
+       * upd-copyr.el (update-copyright): Fix typo in help text.
 
 1991-05-26  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
 
-       * disass.el (disassemble-internal): Fixed typo string? -> stringp.
+       * disass.el (disassemble-internal): Fix typo string? -> stringp.
 
 1991-05-26  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
 
-       * holiday.el (calendar-holiday-function-passover-etc): Correct
-       date and spelling of Yom HaAtzma'ut.
+       * holiday.el (calendar-holiday-function-passover-etc):
+       Correct date and spelling of Yom HaAtzma'ut.
 
 1991-05-23  Jim Blandy  (jimb@pogo.gnu.ai.mit.edu)
 
        screen-default-alist alone; don't use x-switches-specified.
        (x-read-resources): New function to read the X defaults and put
        them in screen-default-alist.  Call this function at the bottom.
-       * screen.el (death-function): Removed, because this is now handled
+       * screen.el (death-function): Remove, because this is now handled
        better in startup.el.
        (pop-initial-screen): Don't do a condition-case to call
        death-function.
 
 1991-05-18  Jim Blandy  (jimb@pogo.gnu.ai.mit.edu)
 
-       * macros.el (apply-macro-to-region-lines): Added a save-excursion
+       * macros.el (apply-macro-to-region-lines): Add a save-excursion
        around the macro invocation, so that the macro doesn't need to
        stay on the same line.
 
 
        * find-dired.el (find-dired-filter): Don't search; use
        forward-line instead.
-       (find-dired-filter, find-dired-sentinel): Changed docstrings to
+       (find-dired-filter, find-dired-sentinel): Change docstrings to
        comments.
 
 1991-05-11  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
        Now supports tab or fixed format style of continuation control and
        indentation.  In tab style, lines start with a tab, or a line
        number followed by a tab.  If the first character after the tab is
-       a digit from 1 to 9, the line is a continuation line.  When
-       entering fortran mode for a file, the first line that begins with
+       a digit from 1 to 9, the line is a continuation line.
+       When entering fortran mode for a file, the first line that begins with
        6 spaces or a tab is found.  The buffer is then set respectively
        to either fixed format or tab format style.  The mode may be
        toggled with the command fortran-tab-mode.
 
 1991-02-25  Paul Hilfinger  (hilfingr@hilfinger.cs.nyu.edu)
 
-       * fill.el (fill-individual-paragraphs): Changed response to mailp
+       * fill.el (fill-individual-paragraphs): Change response to mailp
        to effect only leading lines in a region (was getting confused
        about colons embedded in ordinary text).  Changed method of
        moving to next paragraph in the main loop to use forward-paragraph
 
 1991-02-23  Roland McGrath  (mcgrath@cygint.cygnus.com)
 
-       * compile.el (next-error): Fixed bug in rms's optimization.
+       * compile.el (next-error): Fix bug in rms's optimization.
 
 1991-02-23  Richard Stallman  (rms@mole.ai.mit.edu)
 
 
 1991-02-04  Jim Blandy  (jimb@gnu.ai.mit.edu)
 
-       * simple.el (eval-current-buffer): Removed, since it has been
+       * simple.el (eval-current-buffer): Remove, since it has been
        reintroduced to the C code.
 
 1991-02-02  Jim Blandy  (jimb@gnu.ai.mit.edu)
        * bibtex.el: Expanded the various bibtex-field-* patterns to
        allow fields like 'title = poft # "Fifth Triquaterly" # random-conf,'.
        Needs to have more work done to accept all cases.  Added code for
-       the bibtex 'crossref' command, which subsumes other options.  Made
-       field ordering different when this option on.  Also allow user to
+       the bibtex 'crossref' command, which subsumes other options.
+       Made field ordering different when this option on.  Also allow user to
        have a list of field to be added to all entries
        (bibtex-mode-user-optional-fields).  Merged in Bengt Martensson's
        changes.
 
 1991-01-08  Roland McGrath  (roland@albert.ai.mit.edu)
 
-       * compile.el (compilation-parse-errors): Fixed maintenance of
+       * compile.el (compilation-parse-errors): Fix maintenance of
        last-linenum, so dups are really found.
 
 1991-01-08  Jim Blandy  (jimb@pogo.ai.mit.edu)
 
-       * bytecomp.el (byte-compile-byte-code-maker): Since
-       byte-compile-lambda is free to return the original lambda
+       * bytecomp.el (byte-compile-byte-code-maker):
+       Since byte-compile-lambda is free to return the original lambda
        expression, we'd better be prepared to handle things that aren't
        bytecode objects.
 
 
 1990-12-20  Chris Hanson  (cph@kleph)
 
-       * texnfo-upd.el (texinfo-update-menu-region-beginning): Change
-       code that searches for "top" node so it returns the position of
+       * texnfo-upd.el (texinfo-update-menu-region-beginning):
+       Change code that searches for "top" node so it returns the position of
        the beginning of the node line.  Always search from the buffer's
        start when looking for that node.
        (texinfo-make-one-menu): Bump forward over the outer node line.
 
 1990-12-12  Roland McGrath  (roland@albert.ai.mit.edu)
 
-       * compile.el (compilation-error-buffer): Removed.
+       * compile.el (compilation-error-buffer): Remove.
        (compilation-last-buffer): Now last buffer in which any of: started
        compilation; C-x `; C-c C-c; was done.
        (compile-internal): Don't set compilation-error-buffer.
        error-message, and regexp-alist.
        (compile-internal): Do it here, after calling compilation-mode.
 
-       * compile.el (compilation-error-list): Changed elt format.
+       * compile.el (compilation-error-list): Change elt format.
        (compilation-parse-errors): Don't find files when parsing.
        Instead record ((DIR . FILE) . LINENO) structures to describe each
        error.
 
 1990-11-30  Mike Newton  (newton@gumby.cs.caltech.edu)
 
-       * bibtex.el (start comments): Added earlier comments of Bengt
+       * bibtex.el (start comments): Add earlier comments of Bengt
        Martensson.  Some of the changes listed below are originally
        his (including clean-entry, OPTkey and OPTannote, the function
        renaming and the preamble code).
 
-       * bibtex.el (bibtex-field-* patterns): Expanded to allow fields
+       * bibtex.el (bibtex-field-* patterns): Expand to allow fields
        like 'title = poft # "Fifth Triquaterly" # random-conf,'.
        Needs to have more work done to accept all cases.
 
-       * bibtex.el (bibtex-clean-entry-zap-empty-opts): Added.
+       * bibtex.el (bibtex-clean-entry-zap-empty-opts): Add.
 
-       * bibtex.el (bibtex-include-OPTcrossref): Added.  If set, changes
+       * bibtex.el (bibtex-include-OPTcrossref): Add.  If set, changes
        order of the lists presented to luser.
 
-       * bibtex.el (bibtex-include-OPTkey & bibtex-include-OPTannote): Added.
+       * bibtex.el (bibtex-include-OPTkey & bibtex-include-OPTannote): Add.
 
        * bibtex.el (bibtex-mode-user-optional-fields): Can be set to a list
        of field the user wants to add to entries.
 
-       * bibtex.el (bibtex-mode documentation string): Updated for new changes,
+       * bibtex.el (bibtex-mode documentation string): Update for new changes,
        DEAthesis added back in, bibtex-preamble call added.
 
        * bibtex.el (bibtex-entry): Add OPTkey/annote.  If OPTcrossref set
        then put it in.
 
-       * bibtex.el (bibtex-make-entry): Renamed bibtex-make-field.
+       * bibtex.el (bibtex-make-entry): Rename bibtex-make-field.
 
-       * bibtex.el (bibtex-make-optional-entry): Renamed
-       bibtex-make-optional-field.
+       * bibtex.el (bibtex-make-optional-entry):
+       Rename bibtex-make-optional-field.
 
        * bibtex.el (bibtex-Article): Change order of presentation
        if OPTcrossref is set.
        * bibtex.el (bibtex-InProceedings): Change order of presentation
        if OPTcrossref is set.
 
-       * bibtex.el (bibtex-MastersThesis): Added "note".
+       * bibtex.el (bibtex-MastersThesis): Add "note".
 
-       * bibtex.el (bibtex-preamble): Added.
+       * bibtex.el (bibtex-preamble): Add.
 
        * bibtex.el (bibtex-inside-field): Only go backwards if quote is there.
 
-       * bibtex.el (bibtex-clean-entry): Added call to
+       * bibtex.el (bibtex-clean-entry): Add call to
        bibtex-clean-entry-zap-empty-opts, OPT field testing for errors.
 
-       * bibtex.el (bibtex-x-help): Added options Conference and preamble,
+       * bibtex.el (bibtex-x-help): Add options Conference and preamble,
        restored DEAthesis.
 
 1990-11-30  Richard Stallman  (rms@mole.ai.mit.edu)
        (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
        (insert-yearly-hebrew-diary-entry, insert-islamic-diary-entry)
        (insert-monthly-islamic-diary-entry)
-       (insert-yearly-islamic-diary-entry): Modified so that if a prefix arg
+       (insert-yearly-islamic-diary-entry): Modify so that if a prefix arg
        is supplied these make nonmarking diary entries; otherwise the entries
        made are marking.
        (insert-block-diary-entry, insert-anniversary-diary-entry)
 1990-11-06  Ed Reingold  (reingold@emr.cs.uiuc.edu)
 
        * calendar.el (sexp-diary-entry-symbol): New variable.
-       (cursor-to-iso-calendar-date): Simplified, slightly.
-       (cursor-to-calendar-day-of-year): Fixed punctuation.
-       (cursor-to-french-calendar-date): Moved French names to arrays.
+       (cursor-to-iso-calendar-date): Simplify, slightly.
+       (cursor-to-calendar-day-of-year): Fix punctuation.
+       (cursor-to-french-calendar-date): Move French names to arrays.
 
        * diary.el (list-sexp-diary-entries, diary-sexp-entry, diary-cyclic)
        (diary-hebrew-date, diary-iso-date, diary-day-of-year)
        (diary-float, diary-islamic-date, diary-anniversary, diary-block)
        (diary-french-date, diary-omer, diary-yahrzeit, diary-parasha)
        (diary-rosh-hodesh, hebrew-calendar-parasha-name): New functions.
-       (list-diary-entries): Added call to (list-sexp-diary-entries) and
+       (list-diary-entries): Add call to (list-sexp-diary-entries) and
        fixed an obscure error that caused a diary entry to be missed if it
        was preceded by an empty entry of the same style.
-       (list-hebrew-diary-entries, list-islamic-diary-entries): Fixed an
+       (list-hebrew-diary-entries, list-islamic-diary-entries): Fix an
        obscure error that caused a diary entry to be missed if it was
        preceded by an empty entry of the same style.
-       (mark-islamic-calendar-date-pattern): Renamed some local variables
+       (mark-islamic-calendar-date-pattern): Rename some local variables
        more appropriately.
 
 1990-11-05  Roland McGrath  (roland@geech.ai.mit.edu)
 
-       * compile.el (compilation-window-height): Added defconst for this,
+       * compile.el (compilation-window-height): Add defconst for this,
        since it somehow disappeared.
 
        * compile.el: Unoverhauled.  Restored from old 19 compile.el, plus
        called to generate a name for a compilation buffer.  Passed one arg,
        the name of the major mode of the buffer.  (compile-internal): Use it.
        [From tale's changes:]
-       (compile): Moved window enlarging to compile-internal.
+       (compile): Move window enlarging to compile-internal.
        (compile-internal): Don't use with-output-to-temp-buffer.
        Use display-buffer instead.
 
 
 1990-10-23  David Lawrence  (tale@pogo.ai.mit.edu)
 
-       * emerge.el (emerge-setup, emerge-setup-with-ancestor): Moved
-       insert-buffer calls back before call to emerge-extract-diffs where
+       * emerge.el (emerge-setup, emerge-setup-with-ancestor):
+       Move insert-buffer calls back before call to emerge-extract-diffs where
        the merge-buffer really needs to have something in it.
-       (emerge-extract-diffs,emerge-extract-diffs3): Moved errant
+       (emerge-extract-diffs,emerge-extract-diffs3): Move errant
        kill-buffer which interfered with return value of functions.
 
 1990-10-22  David Lawrence  (tale@pogo.ai.mit.edu)
        (texinfo-menu-locate-entry-p, texinfo-copy-menu-title)
        (texinfo-update-menu-region-beginning, texinfo-update-menu-region-end):
        Handle `@ifinfo' as well as comment line following node line.
-       (texinfo-multiple-files-update and aux. files): Added to handle
+       (texinfo-multiple-files-update and aux. files): Add to handle
        multi-file Texinfo sources.
 
 1990-10-18  Richard Stallman  (rms@mole.ai.mit.edu)
        * dired.el (dired-compress, dired-uncompress): Put output from
        subprocess in a buffer to display it.
 
-       * appt.el (fix-time): Deleted.
-       (appt-select-lowest-window): Renamed from select-lowest-window.
-       (appt-visible): Renamed from appt-visable.
+       * appt.el (fix-time): Delete.
+       (appt-select-lowest-window): Rename from select-lowest-window.
+       (appt-visible): Rename from appt-visable.
 
        * time.el (display-time-filter): Run display-time-hook.
 
 
 1990-10-08  Ed Reingold  (reingold@emr.cs.uiuc.edu)
 
-       * holiday.el (calendar-holiday-function-hebrew): Fixed minor problem
+       * holiday.el (calendar-holiday-function-hebrew): Fix minor problem
        with the code to short-circuit the calculations to save time.
 
-       * diary.el (mark-hebrew-calendar-date-pattern): Fixed minor problem
+       * diary.el (mark-hebrew-calendar-date-pattern): Fix minor problem
        with the code to short-circuit the calculations to save time.
 
 1990-10-08  Richard Stallman  (rms@mole.ai.mit.edu)
 
 1990-09-18  Richard Stallman  (rms@mole.ai.mit.edu)
 
-       * doctor.el (doctor-caddr, doctor-cadr, doctor-cddr): Renamed.
+       * doctor.el (doctor-caddr, doctor-cadr, doctor-cddr): Rename.
 
 1990-09-13  Richard Stallman  (rms@mole.ai.mit.edu)
 
 1990-09-10  Ed Reingold  (reingold@emr.cs.uiuc.edu)
 
        * diary.el (list-diary-entries, list-hebrew-diary-entries)
-       (list-islamic-diary-entries): Fixed to use add-to-diary-list.
+       (list-islamic-diary-entries): Fix to use add-to-diary-list.
 
 1990-09-10  Chris Hanson  (cph@kleph)
 
        * diary.el (mark-diary-entries, mark-islamic-diary-entries)
        (mark-hebrew-diary-entries): Eliminated use of constant alists for
        month and day names.
-       (prepare-fancy-diary-buffer): Fixed the way holidays are displayed
+       (prepare-fancy-diary-buffer): Fix the way holidays are displayed
        when there are no diary entries but lots of holidays.
        (ordinary-list-diary-hook, add-to-diary-list): New functions.
 
        Changed reference at beginning of file from the report to the
        published version of the paper.
        Changed all calls to `mod' to call `%' to avoid problem with cl.
-       (calendar-date-string): Added optional parameter `nodayname'.
-       (cursor-to-islamic-calendar-date): Fixed so that
+       (calendar-date-string): Add optional parameter `nodayname'.
+       (cursor-to-islamic-calendar-date): Fix so that
        calendar-date-string doesn't try find the day name.
-       (cursor-to-hebrew-calendar-date): Fixed so that
+       (cursor-to-hebrew-calendar-date): Fix so that
        calendar-date-string doesn't try find the day name.
        nongregorian-diary-marking-hook: Fixed typo in doc string.
-       (calendar-mode): Fixed a typo in doc string.
+       (calendar-mode): Fix a typo in doc string.
        (cursor-to-iso-calendar-date): Made message consistent with
        similar functions for Julian, Islamic, Hebrew, and French calendars.
-       (calendar-absolute-from-gregorian): Simplified calculation.
-       (calendar-mark-today): Changed today mark to `=' to avoid
+       (calendar-absolute-from-gregorian): Simplify calculation.
+       (calendar-mark-today): Change today mark to `=' to avoid
        confusion with the default holiday mark.
        (calendar-julian-from-absolute): Rewrote parallel to other functions.
        (calendar-islamic-from-absolute): Rewrote parallel to other functions.
-       (calendar-forward-day): Fixed movement when cursor is not on a date
+       (calendar-forward-day): Fix movement when cursor is not on a date
        and arg is negative.
        Added description of new `if' form to doc string for calendar-holidays.
 
 
        * holiday.el:
        Changed all calls to `mod' to call `%' to avoid problem with cl.
-       (calendar-holiday-function-rosh-hashanah-etc): Fixed grammatical
+       (calendar-holiday-function-rosh-hashanah-etc): Fix grammatical
        error in a comment.
-       (calendar-holiday-function-hebrew): Fixed typo in doc string.
-       (calendar-holiday-function-islamic): Fixed typo in doc string.
+       (calendar-holiday-function-hebrew): Fix typo in doc string.
+       (calendar-holiday-function-islamic): Fix typo in doc string.
        (calendar-holiday-function-if): New function.
 
 1990-09-06  Richard Stallman  (rms@mole.ai.mit.edu)
        * loaddefs.el:
        (gnus, gnus-post-news): Autoload gnus.
        (sendnews, postnews): fset to gnus-post-news instead of news-post-news.
-       (rnews, news-post-news): Removed autoloads.
+       (rnews, news-post-news): Remove autoloads.
 
        * gnus.el: New file.
-       (gnus-make-newsrc-file): Removed.
+       (gnus-make-newsrc-file): Remove.
        (gnus-read-newsrc-file): Work without above.
-       (gnus-Info-directory): Removed.
+       (gnus-Info-directory): Remove.
        (gnus-Info-find-node): Work without above.
        (lots of variables): Made non-interactive.  Some doc fixes.
 
        (fortran-current-line-indentation): Only skip over continuation
        char or line number for statements.  It was giving back wrong
        values for statements which started in columns 1-6.
-       (fortran-mode-version): Removed.
+       (fortran-mode-version): Remove.
 
 1990-08-28  David Lawrence  (tale@pogo.ai.mit.edu)
 
        copy-vector.  Calling copy-sequence does the job.
        (defsetf for point): Point's inverse is goto-char.  Of course,
        what do we do with the other basic types of Emacs Lisp?
-       (member): Another, perhaps counterproductive, speed hack.  When
-       test or testnot are symbols (hopefully, non-null), they are
+       (member): Another, perhaps counterproductive, speed hack.
+       When test or testnot are symbols (hopefully, non-null), they are
        replaced by their symbol-function slots.  This presumably reduces
        one indirection per each funcall in the inner loop.
        (byte-compile-named-list-accessors): Another byte-compile
        (with-keyword-args): Macro that simplifies most of the handling of
        klists.  The only neglected functionality is that no supplied-p
        forms exist (although that is true also of lambda lists in Emacs Lisp).
-       (cl-eval-print-last-sexp): Added half-hearted support for -, +,
+       (cl-eval-print-last-sexp): Add half-hearted support for -, +,
        ++, +++, *, **, ***, /, //, ///; and cleared the mvalues mechanism
        at every call.
        (declare, proclaim, the): Make some more CL codes easy to load.
        (byte-compile-ca*d*r): New function, used as a handler from
        byte-compile-form to eliminate the extra call to the c*r functions
        in compiled code.
-       (adjoin, map): Changed to use `memq' instead of `member', too.
+       (adjoin, map): Change to use `memq' instead of `member', too.
        (case, ecase): Via a change in case-clausify, these macros now
        generate tests using the primitive `memq', instead of the heavier
        `member'.
        functions.
        (build-klist): Better error messages.
        (psetf): Rewrote, patterned after the new psetq.
-       (psetq): Added early check for even number of arguments.  This
-       causes a better error message than previously.
+       (psetq): Add early check for even number of arguments.
+       This causes a better error message than previously.
        (defstruct, parse$defstruct$options): asp@CS.CMU.EDU (James
        Aspnes) reported that defstruct wasn't handling properly the use
        of accessors of an :included definition applied to instances of
        *Completions* not *Help*.
 
        * help.el (describe-mode): Use Dale Worley's version to also show
-       minor mode documentation if argument is given.  Fset
-       defining-keyboard-macro to start-keyboard-macro so its
+       minor mode documentation if argument is given.
+       Fset defining-keyboard-macro to start-keyboard-macro so its
        documentation can be found.  Currently does not work with
        auto-fill-mode because of the hook nature of its minor mode
        indicator variable.
 1990-07-26  David Lawrence  (tale@pogo.ai.mit.edu)
 
        * c-mode.el (c-auto-newline): Doc addition.
-       (electric-c-terminator): Removed bogus set-marker.
+       (electric-c-terminator): Remove bogus set-marker.
        (electric-c-sharp-sign): Make sure c-auto-newline is nil for call
        to electric-c-terminator.
 
        * compile.el (grep): Use `grep-command' to also hold args for
        grep, like compile-command.
 
-       * simple.el (kill-ring-save): Fixed to not reference free
+       * simple.el (kill-ring-save): Fix to not reference free
        variable `verbose' but to just unconditionally echo message.
        (shell-command): Use new `last-shell-command' interactively.
        (shell-command-on-region): Use new `last-shell-command-on-region'
 
 1990-06-23  Randall Smith  (randy@substantia-nigra)
 
-       * dired.el (dired-flag-regexp-files): Added function to flag all
+       * dired.el (dired-flag-regexp-files): Add function to flag all
        files matching a REGEXP for deletion.
        (): Bound this function to key "F" in dired-mode ("D" was already
        taken).
        * isearch.el (isearch): Do exit on meta keys.
        Also exit on function keys and mouse clicks.
        * loaddefs.el (search-exit-char): Change back to escape.
-       (search-ring-advance-char): Moved from isearch.el.
-       (search-ring-retreat-char): Renamed from ...-recline-char and moved.
+       (search-ring-advance-char): Move from isearch.el.
+       (search-ring-retreat-char): Rename from ...-recline-char and moved.
 
        * float.el: Provide 'float.
 
        updated all existing menus (very time consuming).
 
        (texinfo-all-menus-update, texinfo-every-node-update):
-       Added a save-excursion to each so that point does not move when
+       Add a save-excursion to each so that point does not move when
        you update the menus or nodes.
 
        * texinfmt.el (texinfo-format-parse-args): Expand arguments so
        * backquote.el (bq-splicequote): Correctly splice in elements
        when followed by constant elements; don't list the constant elements.
 
-       * add-log.el (add-change-log-entry): Fixed match test for full name.
+       * add-log.el (add-change-log-entry): Fix match test for full name.
 
-       * lpr.el (print-buffer): Removed an extra trailing parenthesis.
+       * lpr.el (print-buffer): Remove an extra trailing parenthesis.
 
 1990-05-30  David Lawrence  (tale@geech)
 
        * comint.el (comint-load-hook): Superseded by eval-after-load.
 
-       * inf-lisp.el (lisp-eval-region, lisp-compile-region): Use
-       temporary files instead of send-string to avoid problems with pty
+       * inf-lisp.el (lisp-eval-region, lisp-compile-region):
+       Use temporary files instead of send-string to avoid problems with pty
        buffering.
 
        * tex-mode.el (tex-close-latex-block): Allow whitespace after
 
        * informat.el (Info-tagify): Give status messages before and
        after tagifying.
-       (batch-info-validate): Removed status messages around Info-tagify.
+       (batch-info-validate): Remove status messages around Info-tagify.
 
        * rmailout.el (rmail-output): Check for From:, Really-From: and
        Sender: fields, in that order, and run mail-strip-quoted-names on
 
 1990-05-21  Richard Stallman  (rms@mole.ai.mit.edu)
 
-       * buff-menu.el (Buffer-menu-buffer): Simplified.
+       * buff-menu.el (Buffer-menu-buffer): Simplify.
        Set Buffer-menu-buffer-column initially.
 
 1990-05-18  Robert J. Chassell  (bob@apple-gunkies)
 
        * page-ext.el (pages-addresses-file-name):
-       Renamed from addresses-file-name.
+       Rename from addresses-file-name.
 
 1990-05-17  Robert J. Chassell  (bob@apple-gunkies)
 
        * screen.el (iconify-function, iconify-emacs, deiconify-function):
        New functions.
 
-       * files.el (save-some-buffers): Removed last parameter skip-list.
+       * files.el (save-some-buffers): Remove last parameter skip-list.
        Now this checks for buffer-local variable save-buffers-skip to
        determine whether or not to avoid asking to save the buffer.
-       * rmail.el (rmail-mode): Removed skip-list stuff.
+       * rmail.el (rmail-mode): Remove skip-list stuff.
        (rmail-variables): make-local-variable save-buffers-skip.
-       * compile.el (compile): Removed additional parameter to save-buffers.
+       * compile.el (compile): Remove additional parameter to save-buffers.
 
 1990-02-26  David Lawrence  (tale@pogo.ai.mit.edu)
 
        display-time-string.
        (rmail-pop-up): Default display-time-hook to automatically retrieve
        new mail if the variable rmail-pop-up is non-nil.
-       (add-clock-handler): Removed; superseded by timer.el.
+       (add-clock-handler): Remove; superseded by timer.el.
 
        * loaddefs.el: Removed add-clock-handler.
 
 1990-02-25  David Lawrence  (tale@pogo.ai.mit.edu)
 
        * c++-mode.el: New file.
-       (point-bol): Removed this function.
+       (point-bol): Remove this function.
 
        * loaddefs.el: Autoload C++-mode.
        (auto-mode-alist): c++-mode for .C and .cc files.
 
 1990-02-25  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
 
-       * lisp-mode.el (indent-sexp): Changed opoint to last-point.
+       * lisp-mode.el (indent-sexp): Change opoint to last-point.
        Very strange, I thought I'd already fixed this.
 
        * screen.el: New file.
        * files.el (file-newest-backup): Return either the name of an
        existing backup file or nil if none exists.
 
-       * server.el (server-program): Renamed from "server" to "emacsserver".
+       * server.el (server-program): Rename from "server" to "emacsserver".
 
 1990-02-20  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
 
-       * fill.el (fill-region-as-paragraph): Fixed regexp typo in call to
+       * fill.el (fill-region-as-paragraph): Fix regexp typo in call to
        re-search-forward.
 
 1990-02-19  David Lawrence  (tale@pogo.ai.mit.edu)
 
        * calendar.el (french-calendar-leap-year-p):
        Rewritten with corrected rule.
-       (calendar-absolute-from-french): Fixed comments.
+       (calendar-absolute-from-french): Fix comments.
        (calendar-french-from-absolute): Rewrote using calendar-sum.
-       (cursor-to-french-calendar-date): Simplified and corrected spelling.
+       (cursor-to-french-calendar-date): Simplify and corrected spelling.
 
 1990-02-06  Richard Stallman  (rms@mole.ai.mit.edu)
 
 
 1990-01-27  Ed Reingold  (reingold@emr.cs.uiuc.edu)
 
-       * calendar.el (scroll-calendar-left): Fixed so it works when the cursor
+       * calendar.el (scroll-calendar-left): Fix so it works when the cursor
        is not positioned on a day.
-       (cursor-to-calendar-day-of-year): Fixed so that "day" is properly
+       (cursor-to-calendar-day-of-year): Fix so that "day" is properly
        pluralized, depending how many days remain in the year.
        (french-calendar-leap-year-p): New function.
        (french-calendar-last-day-of-month): New function.
 
 1990-01-11  Ed Reingold  (reingold@emr.cs.uiuc.edu)
 
-       * diary.el (list-diary-entries): Deleted several lines of extraneous
+       * diary.el (list-diary-entries): Delete several lines of extraneous
        code and added `nongregorian-diary-listing-hook' to the list of hooks
        called@the end; this is for use in including Hebrew, Islamic,
        Julian, or ISO diary entries.  A similar
        `nongregorian-diary-marking-hook' was added to the list of hooks
        called at the end of mark-diary-entries for the same reason.
 
-       (diary-name-pattern): Fixed the documentation and added an optional
+       (diary-name-pattern): Fix the documentation and added an optional
        parameter FULLNAME which insists on the full spelling of the name;
        this is also for use in marking Hebrew or Islamic diary entries
        (those month names are not unique in the first three characters).
        (list-islamic-diary-entries): New function.
        (mark-islamic-calendar-date-pattern): New function.
 
-       (list-diary-entries): Added nongregorian-diary-listing-hook.
-       (mark-diary-entries): Added nongregorian-diary-marking-hook.
+       (list-diary-entries): Add nongregorian-diary-listing-hook.
+       (mark-diary-entries): Add nongregorian-diary-marking-hook.
 
        * calendar.el: Added documentation for the hooks described above.
 
 1990-01-08  Robert J. Chassell  (bob@apple-gunkies.ai.mit.edu)
 
        * texnfo-upd.el (texinfo-update-node, texinfo-sequential-node-update):
-       Fixed auto-fill-hook bug.
+       Fix auto-fill-hook bug.
 
 1990-01-08  Joseph Arceneaux  (jla@spiff)
 
 1990-01-08  Ed Reingold  (reingold@emr.cs.uiuc.edu)
 
        * calendar.el (calendar-date-is-visible-p):
-       Fixed so it does not switch to the calendar buffer.
+       Fix so it does not switch to the calendar buffer.
 
        * diary.el (prepare-fancy-diary-buffer): Compute the list of
        holidays only once for each three-month period, not once for each date
 1990-01-07  Ed Reingold  (reingold@emr.cs.uiuc.edu)
 
        * calendar.el: Fixed the value of list-diary-entries-hook.
-       (regenerate-calendar-window): Changed (update-display) to (sit-for 0).
+       (regenerate-calendar-window): Change (update-display) to (sit-for 0).
        Corrected several instances of "dairy" to "diary".
-       (describe-calendar-mode): Added this function to issue the message
+       (describe-calendar-mode): Add this function to issue the message
        "Preparing..." to `?' key in calendar-mode because it's so incredibly
        slow for describe-mode to prepare the help buffer.
-       (calendar-holidays): Fixed the examples in the doc-string.
+       (calendar-holidays): Fix the examples in the doc-string.
 
        * diary.el: Corrected several instances of "dairy" to "diary".
 
 
        (calendar-iso-from-absolute): New function.
        (calendar-absolute-from-iso): New function.
-       (cursor-to-iso-calendar-date): Added `D' calendar command to give
+       (cursor-to-iso-calendar-date): Add `D' calendar command to give
        the day number in the Gregorian year and number of days remaining.
        (mark-diary-entries): Made two-digit abbreviated years acceptable
        in diary entries.  Changed possible diary entry styles: DAY
        (all functions containing the word `hebrew').
        (list-diary-entries, mark-diary-entries)
        (include-other-diary-files, mark-included-diary-files):
-       Added the possibility of `shared diary files' with a recursive
+       Add the possibility of `shared diary files' with a recursive
        include mechanism like the C preprocessor.
        (list-calendar-holidays): Eliminated the 'special class of holidays,
        rewriting the entire mechanism to make it more general.
-       (calendar-holiday-function-float): Changed the 'float class of
+       (calendar-holiday-function-float): Change the 'float class of
        holidays so that negative values count backward from end of month: 5
        is no longer used for the last occurrence of a day in a month; -1 is
        used instead.
 
 1989-12-11  David Lawrence  (tale@cocoa-puffs)
 
-       * telnet.el: Converted to use comint.  Removed
-       delete-char-or-send-eof and telnet-copy-last-input.  Added
+       * telnet.el: Converted to use comint.
+       Removed delete-char-or-send-eof and telnet-copy-last-input.  Added
        telnet-mode-hook.  Modified telnet-filter to insert-before-markers
        at the process-mark.
 
        * prolog.el: Converted to use comint.  Replaced copy-keymap for
        copy-alist of comint-mode-map.
 
-       * kermit.el: Converted to use comint.  Replaced
-       kermit-clean-filter with a more efficient version.
+       * kermit.el: Converted to use comint.
+       Replaced kermit-clean-filter with a more efficient version.
 
        * comint.el: Added optional arguments ``terminator'' and
        ``delete'' to comint-send-input, for processes that want to see
 1989-12-05  David Lawrence  (tale@wheat-chex)
 
        * comint.el (new file):
-       Added FSF copyright.
+       Add FSF copyright.
        Moved bindings off of C-c LETTER.
        Cleaned up references to cmu* files.
        Made comint-send-input do unconditional end-of-line before processing.
 
        * x-mouse.el (x-paste-text): push-mark before inserting text.
        (x-insert-selection, x-select):
-       Moved these functions over from mouse.el.
+       Move these functions over from mouse.el.
 
 1989-10-12  Richard Stallman  (rms@mole.ai.mit.edu)
 
 1989-09-11  Robert J. Chassell  (bob@apple-gunkies.ai.mit.edu)
 
        * texinfo.el (texinfo-update-node, texinfo-make-menu)
-       (texinfo-master-menu, texinfo-sequential-node-update): Added functions
+       (texinfo-master-menu, texinfo-sequential-node-update): Add functions
        to insert or update the next, previous, and up node pointers in a
        Texinfo file, or alternatively to insert node pointers as a depth-first
        traversal---sequentially through the file, each pointing to the next
 
 1989-07-12  Joseph Arceneaux  (jla@spiff)
 
-       * lisp.el (insert-parentheses): Changed conditions for pre- and
+       * lisp.el (insert-parentheses): Change conditions for pre- and
        post- insertion of blanks.
 
        * bytecomp.el (byte-compile-file): If current buffer is in
 
 1989-06-08  Joseph Arceneaux  (jla@apple-gunkies.ai.mit.edu)
 
-       * term/x-win.el (new-screen): Added this function, which is the default
+       * term/x-win.el (new-screen): Add this function, which is the default
        auto-screen function.  It uses new variables new-screen-x-delta
        and new-screen-y-delta.
        (next-multiscreen-window, previous-multiscreen-window):
 
 1989-05-15  Joseph Arceneaux  (jla@apple-gunkies.ai.mit.edu)
 
-       * tags.el (next-file): Fixed typo: " *next-file*" --> "*next-file*"
+       * tags.el (next-file): Fix typo: " *next-file*" --> "*next-file*"
 
 1989-05-14  Richard Stallman  (rms@mole.ai.mit.edu)
 
        confusing and incompatible with xterm.
 
        * mouse.el (mouse-scroll, mouse-del-char, mouse-kill-line)
-       (narrow-window-to-region, mouse-window-to-region): Added these
+       (narrow-window-to-region, mouse-window-to-region): Add these
        new functions.
 
 1989-05-08  Richard Stallman  (rms@mole.ai.mit.edu)
        * replace.el (occur-mode-goto-occurrence): Insure arg to
        count-lines is@start of line.
 
-       * replace.el (occur): Removed an extraneous save-excursion.
+       * replace.el (occur): Remove an extraneous save-excursion.
 
        * replace.el (perform-replace): Make ! undo as a unit.
 
        (view-exit): Restore old mode from those local variables.
        Apply specified fn to buffer that was viewed.
        This is on C-c and q.
-       (view-command-loop): Deleted.
+       (view-command-loop): Delete.
        (view-window-size): Now applies to selected window.
 
        * startup.el (normal-top-level): Use PWD envvar to set default dir.
        (bibtex-enclosing-reference, bibtex-enclosing-regexp, bibtex-flash-entr)
        (bibtex-flash-head, bibtex-inside-field, bibtex-make-optional-entry)
        (bibtex-remove-OPT): New functions.
-       (bibtex-find-it, bibtex-make-OPT-entry, bibtex-next-position): Deleted.
-       (kill-current-line): Deleted.
+       (bibtex-find-it, bibtex-make-OPT-entry, bibtex-next-position): Delete.
+       (kill-current-line): Delete.
        (bibtex-mode-map): C-c keys to make entries moved to C-c C-e.
        (general): Use regexps instead of simple-minded cursor motion.
        New keys include C-c C-p, C-c C-n, C-c C-k, C-c C-d, C-c C-c, TAB, LF.
 
        * compile.el (grep): Use grep-command for program.
        * loaddefs.el (grep-command): New variable.
-       (compile-command): Moved to compile.el.
+       (compile-command): Move to compile.el.
 
        * c-mode.el (electric-c-terminator): Make insertpos a marker.
 
index a4f028759725813c26d57a92b60c3ea48751cdb3..093f467163ca80bc25016526615644df70e06412 100644 (file)
 
        * speedbar.el (speedbar-timer-fn): Disable updating if the frame
        is an icon, or if the user is using the minibuffer.
-       (speedbar-key-map): Added Q binding to destroy the frame.
-       (speedbar-easymenu-definition-trailer): Added Quit item.
+       (speedbar-key-map): Add Q binding to destroy the frame.
+       (speedbar-easymenu-definition-trailer): Add Quit item.
        (speedbar-frame-mode): Set the frame position at creation time.
-       (speedbar-file-unshown-regexp): Added .# lock files.
+       (speedbar-file-unshown-regexp): Add .# lock files.
 
 1998-08-18  Kenichi Handa  <handa@etl.go.jp>
 
@@ -56,8 +56,8 @@
 
 1998-08-17  Kenichi Handa  <handa@etl.go.jp>
 
-       * international/mule-cmds.el (set-language-environment): Reset
-       syntax and case table to the defaults if the value of
+       * international/mule-cmds.el (set-language-environment):
+       Reset syntax and case table to the defaults if the value of
        unibyte-syntax key is nil.
 
 1998-08-16  Richard Stallman  <rms@psilocin.ai.mit.edu>
@@ -86,8 +86,8 @@
 
        * international/mule-cmds.el (language-info-alist): Doc-string
        modified.
-       (set-language-info-alist): Fix typo in doc-string.  Update
-       setup-language-environment-map unconditionally.
+       (set-language-info-alist): Fix typo in doc-string.
+       Update setup-language-environment-map unconditionally.
        (mule-keymap): Key bindings for set-selection-coding-system and
        set-next-selection-coding-system.
        (set-coding-system-map): Add items of set-selection-coding-system
 
 1998-08-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
 
-       * international/mule-cmds.el (select-safe-coding-system): If
-       default-coding-system is no-conversion return that, it is always
+       * international/mule-cmds.el (select-safe-coding-system):
+       If default-coding-system is no-conversion return that, it is always
        safe.
 
 1998-08-13  Eric Ludlam  <zappo@mescaline.gnu.org>
 
-       * speedbar.el (speedbar-frame-parameters): Removed scroll-bar-width.
+       * speedbar.el (speedbar-frame-parameters): Remove scroll-bar-width.
 
 1998-08-13  Richard Stallman  <rms@psilocin.ai.mit.edu>
 
 
        * dired-aux.el (dired-do-rename-regexp): Doc fix.
 
-       * midnight.el (midnight-float-time): Renamed from float-time.
-       (midnight-time-float): Renamed from time-float.
-       (midnight-buffer-display-time): Renamed from buffer-display-time.
+       * midnight.el (midnight-float-time): Rename from float-time.
+       (midnight-time-float): Rename from time-float.
+       (midnight-buffer-display-time): Rename from buffer-display-time.
        (midnight-mode): Specify :initialize.  Use nil as default value.
 
        * complete.el (PC-do-completion): Exclude ./ and ../ from completion.
        (read-language-name): Handle the case that the arg KEY is nil.
        (describe-language-environment): Handle input-method property.
 
-       * international/quail.el (quail-start-translation): If
-       enable-multibyte-characters is nil, convert multibyte character to
+       * international/quail.el (quail-start-translation):
+       If enable-multibyte-characters is nil, convert multibyte character to
        unibyte.
        (quail-start-conversion): Likewise.
 
        * language/: All files under this directory modified as below.
-       (setup-XXX-environment): Just call set-language-environment.  If
-       they used to do some other jobs than what done by
+       (setup-XXX-environment): Just call set-language-environment.
+       If they used to do some other jobs than what done by
        set-language-environment, those jobs are done in
        setup-XXX-environment-internal now.
        ("LANGUAGE-ENVIRONMENT"): Delete property setup-function or change
 1998-08-08  Eric M. Ludlam  <zappo@ultranet.com>
 
        * speedbar.el (speedbar-edit-line, speedbar-buffer-kill-buffer)
-       (speedbar-buffer-revert-buffer): Updated buffer finding regex to
+       (speedbar-buffer-revert-buffer): Update buffer finding regex to
        handle the [?] tag.
        (speedbar-find-selected-file): New function.
        (speedbar-clear-current-file): Uses `speedbar-find-selected-file'.
        (quail-start-translation): Handle the case the arg KEY is nil.
        Bind echo-keystrokes and help-char.  Initialize quail-current-str
        to "".  If input-method-use-echo-area is non-nil, call
-       read-key-sequence with appropriate PROMPT arg.  Setup
-       last-command-event by local variable `keyseq'.  Generate an event
+       read-key-sequence with appropriate PROMPT arg.
+       Setup last-command-event by local variable `keyseq'.  Generate an event
        list form quail-current-str.  If input-method-exit-on-first-char
        is non-nil, return only the first event.
-       (quail-start-conversion): Likewise.  Initialize
-       quail-conversion-str to "".  Generate an event list form
+       (quail-start-conversion): Likewise.
+       Initialize quail-conversion-str to "".  Generate an event list form
        quail-conversion-str.
        (quail-update-translation): Expect that the function given by
        (quail-update-translation-function) returns a new control-flag.
-       Handle the case the length of quail-current-key is 1.  Use
-       string-as-unibyte if enable-multibyte-characters is nil.  Always
-       assures that quail-current-str is Lisp string.
+       Handle the case the length of quail-current-key is 1.
+       Use string-as-unibyte if enable-multibyte-characters is nil.
+       Always assures that quail-current-str is Lisp string.
        (quail-self-insert-command): Use `or' instead of `unless'.
        (quail-update-current-translations): Always assures that
        quail-current-str is Lisp string.
 
 1998-08-04  Eric Ludlam  <zappo@mescaline.gnu.org>
 
-       * speedbar.el (speedbar-refresh): Removed special code to remove
+       * speedbar.el (speedbar-refresh): Remove special code to remove
        the speedbar update message.  Not necessary here.
        (speedbar-timer-fn): Add code to remove the updating message and
        thus restore the minibuffer.
-       (speedbar-center-buffer-smartly): Fixed center error to handle
+       (speedbar-center-buffer-smartly): Fix center error to handle
        the whole buffer.
        (speedbar-delete-subblock): Rewrote to be more robust, less clever.
-       (speedbar-timer-fn): Removed short display time for messages.
+       (speedbar-timer-fn): Remove short display time for messages.
 
 1998-08-04  Dave Love  <d.love@dl.ac.uk>
 
 
 1998-08-04  Eli Zaretskii  <eliz@delysid.gnu.org>
 
-       * international/mule.el (find-new-buffer-file-coding-system): When
-       inhibit-eol-conversion is non-nil and the buffer didn't already
+       * international/mule.el (find-new-buffer-file-coding-system):
+       When inhibit-eol-conversion is non-nil and the buffer didn't already
        set a fully-qualified coding system, force -unix eol-type.
 
 1998-08-04  Richard Stallman  <rms@psilocin.ai.mit.edu>
 
 1998-08-03  Eric Ludlam  <zappo@mescaline.gnu.org>
 
-       * info.el (Info-speedbar-hierarchy-buttons): Improved the speedbar
+       * info.el (Info-speedbar-hierarchy-buttons): Improve the speedbar
        frame management.
 
-       * speedbar.el (speedbar-update-current-file): Added call to
+       * speedbar.el (speedbar-update-current-file): Add call to
        `speedbar-center-buffer-smartly' to improve the display.
        (speedbar-center-buffer-smartly) Fixed off-by-one error in window
        height calculation.
        (speedbar-hack-buffer-menu): New function.
-       (speedbar-frame-parameters): Removed scroll bar width.
+       (speedbar-frame-parameters): Remove scroll bar width.
        (speedbar-frame-mode): Change pointer shape for X
        and W32 window-systems only.  When window-system is pc, bind the
        speedbar frame name to "Speedbar", and select that frame so it is
        (speedbar-directory-buttons-follow): Support both upper- and
        lower-case drive letters.  Use directory-sep-char instead of a
        literal backslash.
-       (speedbar-reconfigure-keymaps): Call
-       `easy-menu-remove' before reconfiguring for a new menu bar.
+       (speedbar-reconfigure-keymaps):
+       Call `easy-menu-remove' before reconfiguring for a new menu bar.
        (speedbar-previous-menu): New Variable.
        (speedbar-frame-plist): Remove pointers.
        (speedbar-refresh): Prevent the mark from being deactivated.
 
        * international/kkc.el (kkc-lookup-cache): Initialize it to nil.
        (kkc-lookup-cache-tag): New constant.
-       (kkc-lookup-key): If kkc-lookup-cache is nil, initialize it.  Use
-       kkc-init-file-name.
+       (kkc-lookup-key): If kkc-lookup-cache is nil, initialize it.
+       Use kkc-init-file-name.
        (kkc-region): Fix previous change.  Call kkc-error on error.
        (kkc-shorter-conversion, kkc-longer-phrase): New functions.
        (kkc-keymap): Bind them to "I" and "O" respectively.
        * language/cyril-util.el (cyrillic-encode-koi8-r-char): New function.
        (cyrillic-encode-alternativnyj-char): New function.
 
-       * language/cyrillic.el (cyrillic-koi8-r-decode-table): New
-       variable.
+       * language/cyrillic.el (cyrillic-koi8-r-decode-table):
+       New variable.
        (cyrillic-koi8-r-encode-table): Likewise.
        (ccl-decode-koi8): Use cyrillic-koi8-r-decode-table.
        (ccl-encode-koi8): Use cyrillic-koi8-r-encode-table.
        charset-origin-alist properties.
        (cyrillic-alternativnyj-decode-table): New variable.
        (cyrillic-alternativnyj-encode-table): Likewise.
-       (ccl-decode-alternativnyj): Use
-       cyrillic-alternativnyj-decode-table.
-       (ccl-encode-alternativnyj): Use
-       cyrillic-alternativnyj-encode-table.
+       (ccl-decode-alternativnyj):
+       Use cyrillic-alternativnyj-decode-table.
+       (ccl-encode-alternativnyj):
+       Use cyrillic-alternativnyj-encode-table.
        (ccl-encode-alternativnyj-font): Likewise.
        (cyrillic-alternativnyj-nonascii-translation-table): New variable.
        ("Cyrillic-ALT"): Add nonascii-translation-table and
        * emacs-lisp/cl-indent.el (lisp-indent-defun-method): New variable.
        (common-lisp-indent-function): Use it.
        (lisp-indent-259): Uncomment the `&lambda' code.
-       (top-level let): Remove duplicate `catch' and `block'.  Use
-       `&lambda' when appropriate.  Now the lambda lists are indented
+       (top-level let): Remove duplicate `catch' and `block'.
+       Use `&lambda' when appropriate.  Now the lambda lists are indented
        appropriately.
 
 1998-07-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
 1998-07-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
 
        * textmodes/flyspell.el (flyspell-emacs-popup):
-       Renamed from flyspell-gnuemacs-popup.  Callers changed.
+       Rename from flyspell-gnuemacs-popup.  Callers changed.
        (push): Macro deleted.  Callers changed to do it explicitly.
        (flyspell-incorrect-face, flyspell-duplicate-face): Use defface.
        (flyspell-incorrect-color): Variable deleted.
        (flyspell-underline-p): Variable deleted.
        (flyspell-font-lock-make-face): Function deleted.
        (flyspell-mark-duplications-flag):
-       Renamed from flyspell-doublon-as-error-flag.
+       Rename from flyspell-doublon-as-error-flag.
        (flyspell-mode-on): Delete the debugging message.
        (flyspell-mode-off): Delete the debugging message.
        (flyspell-mode-on): Set flyspell-generic-check-word-p
 1998-07-25  Kenichi Handa  <handa@etl.go.jp>
 
        * international/mule.el (auto-coding-alist): New variable.
-       (set-auto-coding): Argument FILENAME is added.  Check
-       auto-coding-alist at first.
+       (set-auto-coding): Argument FILENAME is added.
+       Check auto-coding-alist at first.
 
        * international/kkc.el (kkc-region): Unwind-protect the conversion
        process.
        (kkc-show-conversion-list-update): Pay attention to the length of
        kkc-show-conversion-list-index-chars.
 
-       * international/mule-cmds.el (find-multibyte-characters): New
-       function.
+       * international/mule-cmds.el (find-multibyte-characters):
+       New function.
        (select-safe-coding-system): Highlight characters which can't be
        encoded.  Show list of such characters also in *Warning* buffer.
 
        (crisp-last-last-command): Doc fix.
        (mark-something): Function deleted.
        (crisp-mark-line): Avoid using mark-something.
-       (crisp-region-active): Renamed from region-active.
-       (crisp-set-clipboard): Renamed from copy-primary-selection.
-       (crisp-kill-region): Renamed from kill-primary-selection.
-       (crisp-yank-clipboard): Renamed from yank-clipboard-selection.
+       (crisp-region-active): Rename from region-active.
+       (crisp-set-clipboard): Rename from copy-primary-selection.
+       (crisp-kill-region): Rename from kill-primary-selection.
+       (crisp-yank-clipboard): Rename from yank-clipboard-selection.
 
        * files.el (basic-save-buffer-2): New function.
        (basic-save-buffer-1): Use basic-save-buffer-2,
 
 1998-07-23  Ken'ichi Handa  <handa@melange.gnu.org>
 
-       * international/quail.el (quail-start-translation): Call
-       this-single-command-raw-keys instead of this-single-command-keys.
+       * international/quail.el (quail-start-translation):
+       Call this-single-command-raw-keys instead of this-single-command-keys.
        (quail-start-conversion): Likewise.
 
 1998-07-23  Kenichi Handa  <handa@etl.go.jp>
        not isearch-printing-char, don't read multibyte chars from
        minibuffer, but just call isearch-process-search-char.
 
-       * international/quail.el (quail-start-translation): Use
-       this-single-command-keys to get raw events instead of
+       * international/quail.el (quail-start-translation):
+       Use this-single-command-keys to get raw events instead of
        listify-key-sequence.
        (quail-start-conversion): Likewise.
 
        (imenu-extract-index-name-function, imenu-default-goto-function)
        (imenu-sort-function, imenu-prev-index-position-function): Likewise.
 
-       * ange-ftp.el (ange-ftp-reread-dir): Renamed from `re-read'.
+       * ange-ftp.el (ange-ftp-reread-dir): Rename from `re-read'.
        Old name defined as alias.  Doc fix.
 
 1998-07-21  Kenichi Handa  <handa@etl.go.jp>
        (kkc-terminate): Update kkc-overlay-head correctly.
        (kkc-cancel): Don't call kkc-terminate, but set kkc-converting to nil.
 
-       * international/quail.el (quail-simple-translation-keymap): Typo
-       in doc-string fixed.
+       * international/quail.el (quail-simple-translation-keymap):
+       Typo in doc-string fixed.
        (quail-start-translation): Check start position of quail-overlay
        before calling quail-overlay-region-events.
        (quail-start-conversion): Likewise.
 
        * isearch.el (isearch-input-method-function): New variable.
        (isearch-input-method-local-p): New variable.
-       (isearch-mode): Setup the above two variable.  Set
-       input-method-function to nil locally.
+       (isearch-mode): Setup the above two variable.
+       Set input-method-function to nil locally.
        (isearch-done): Restore the previous value of
        input-method-function.
 
        * international/kkc.el (kkc-region): Fix the return value.
 
        * international/isearch-x.el
-       (isearch-toggle-specified-input-method): Adjusted for the change
+       (isearch-toggle-specified-input-method): Adjust for the change
        in isearch.el.
        (isearch-toggle-input-method): Likewise.
        (isearch-minibuffer-local-map): New variable.
        characters from minibuffer with the keymap
        isearch-minibuffer-local-map.
 
-       * international/mule-cmds.el (read-multilingual-string): Don't
-       activate an input method in the current buffer, but just bind
+       * international/mule-cmds.el (read-multilingual-string):
+       Don't activate an input method in the current buffer, but just bind
        current-input-method.
 
        * language/japan-util.el (japanese-replace-region): New function.
 
 1998-07-17  Simon Marshall  <simon@gnu.org>
 
-       * lazy-lock.el (lazy-lock-fontify-after-visage): Renamed from
+       * lazy-lock.el (lazy-lock-fontify-after-visage): Rename from
        lazy-lock-fontify-after-outline.
        (lazy-lock-install-hooks): Add it to hs-hide-hook too.
        (lazy-lock-unstall): Remove it from hs-hide-hook too.
 
        * international/kkc.el (kkc-show-conversion-list-index-chars):
        Default value changed.
-       (kkc-keymap): Renamed from kkc-mode-map.  Key binding for
+       (kkc-keymap): Rename from kkc-mode-map.  Key binding for
        kkc-non-kkc-command are deleted.
        (kkc-mode): This function deleted.
        (kkc-canceled): This variable deleted.
        (kkc-converting): New variable.
        (kkc-region): 3rd optional arg is deleted.  Completely rewritten
        to adjust for the change in quail.el.
-       (kkc-terminate, kkc-cancel): Adjusted for the change of
+       (kkc-terminate, kkc-cancel): Adjust for the change of
        kkc-region.
        (kkc-non-kkc-command): This function deleted.
        (kkc-select-from-list): Use last-input-event instead of
        (quail-current-str, quail-current-translations): Likewise.
        (quail-reset-conversion-region): This variable deleted.
        (quail-use-package): Call quail-activate at the tail.
-       (quail-translation-keymap, quail-simple-translation-keymap): Key
-       bindings for quail-execute-non-quail-command deleted.
+       (quail-translation-keymap, quail-simple-translation-keymap):
+       Key bindings for quail-execute-non-quail-command deleted.
        (quail-conversion-keymap): Likewise.  Add key bindings for
        quail-self-insert-command.
        (quail-delete-overlays): Check overlay-start for overlays before
        deleting them.
        (quail-mode): This function deleted.
        (quail-inactivate, quail-activate): New functions.
-       (quail-saved-current-map, quail-saved-current-buffer): These
-       variables deleted.
+       (quail-saved-current-map, quail-saved-current-buffer):
+       These variables deleted.
        (quail-toggle-mode-temporarily, quail-execute-non-quail-command):
        These functions deleted.
        (quail-exit-conversion-mode, quail-prefix-arg): These variables
        (quail-start-conversion): New function.
        (quail-terminate-translation): Just set quail-translating to nil.
        (quail-update-translation): Put some events back to
-       unread-input-method-events instead of unread-command-events.  Call
-       quail-error instead of error.
-       (quail-self-insert-command): Adjusted for the change of
+       unread-input-method-events instead of unread-command-events.
+       Call quail-error instead of error.
+       (quail-self-insert-command): Adjust for the change of
        quail-start-translation.
        (quail-next-translation): Don't call
        quail-execute-non-quail-command, instead, put an event back of
        (crisp-mode-map): Make this a sparse keymap parented from
        current-global-map.
        (crisp-mode-original-keymap): Don't copy the keymap.
-       (crisp-last-last-command): Renamed from last-last-command.  defvar it.
+       (crisp-last-last-command): Rename from last-last-command.  defvar it.
        (crisp-mode): Honor ARG.
 
        (crisp-kill-line, crisp-copy-line): When a region isn't highlighted,
 1998-07-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
 
        * international/mule.el (set-selection-coding-system):
-       Renamed from set-clipboard-coding-system.
+       Rename from set-clipboard-coding-system.
        Set the variable's new name, selection-coding-system.
 
        * mail/rmailout.el (rmail-output-to-rmail-file):
 
        * speedbspec.el: Deleted; now integrated into speedbar.el.
        * speedbar.el: More commentary.
-       (speedbar-xemacsp): Moved definition.
-       (speedbar-initial-expansion-mode-list): Was
-       `speedbar-initial-expansion-list' and now has multiple modes.
+       (speedbar-xemacsp): Move definition.
+       (speedbar-initial-expansion-mode-list):
+       Was `speedbar-initial-expansion-list' and now has multiple modes.
        (speedbar-stealthy-function-list): Now has mode labels.
        (speedbar-initial-expansion-list-name)
        (speedbar-previously-used-expansion-list-name)
        (speedbar-tag-hierarchy-method, speedbar-tag-split-minimum-length)
        (speedbar-tag-regroup-maximum-length)
        (speedbar-hide-button-brackets-flag): New variables.
-       (speedbar-special-mode-expansion-list): Updated documentation.
+       (speedbar-special-mode-expansion-list): Update documentation.
        (speedbar-navigating-speed, speedbar-update-speed): Phasing out.
-       (speedbar-vc-indicator): Removed space from this var.
+       (speedbar-vc-indicator): Remove space from this var.
        (speedbar-indicator-separator, speedbar-obj-do-check)
        (speedbar-obj-to-do-point, speedbar-obj-indicator, speedbar-obj-alist)
        (speedbar-indicator-regex): New variables.
        (speedbar-directory-unshown-regexp): New variable.
-       (speedbar-supported-extension-expressions): Added more extensions.
+       (speedbar-supported-extension-expressions): Add more extensions.
        (speedbar-add-supported-extension)
        (speedbar-add-ignored-path-regexp): Made interactive.
        (speedbar-update-flag): Nil w/ no window system.
-       (speedbar-file-key-map): Moved some key bindings from
+       (speedbar-file-key-map): Move some key bindings from
        `speedbar-key-map' to this map.
        (speedbar-make-specialized-keymap): New function.
        (speedbar-file-key-map): New key map.
-       (speedbar-easymenu-definition-special): Updated to new functions.
-       (speedbar-easymenu-definition-trailer): Changed conditional part.
-       (speedbar-frame-mode): Removed commented code, fixed W32 cursor
+       (speedbar-easymenu-definition-special): Update to new functions.
+       (speedbar-easymenu-definition-trailer): Change conditional part.
+       (speedbar-frame-mode): Remove commented code, fixed W32 cursor
        bug, Updated to better handle terminal frames.
        (speedbar-switch-buffer-attached-frame): New function.
-       (speedbar-mode): Updated documentation, no local keymap,
+       (speedbar-mode): Update documentation, no local keymap,
        correct `temp-buffer-show-function' use, enable mouse-tracking.
        (speedbar-show-info-under-mouse): New function.
        (speedbar-reconfigure-keymaps): Was `speedbar-reconfigure-menubar'.
        (speedbar-restricted-move, speedbar-restricted-next)
        (speedbar-restricted-prev, speedbar-navigate-list)
        (speedbar-forward-list, speedbar-backward-list): New commands.
-       (speedbar-refresh): Updated message printing & verbosity.
-       (speedbar-item-load): Updated message.
-       (speedbar-item-byte-compile): Updated doc & reset scanners.
+       (speedbar-refresh): Update message printing & verbosity.
+       (speedbar-item-load): Update message.
+       (speedbar-item-byte-compile): Update doc & reset scanners.
        (speedbar-item-info): Overhauled with more details.
        (speedbar-item-copy): Update messages.
        (speedbar-generic-item-info): New function.
 
        * mail/rmail.el: No longer depends on speedbspec for byte compile.
        (rmail-speedbar-match-folder-regexp): New variable.
-       (rmail-speedbar-menu-items): Updated speedbar menu items.
+       (rmail-speedbar-menu-items): Update speedbar menu items.
        (rmail-speedbar-key-map): New keymap.
        (rmail-install-speedbar-variables): New function.
        Install speedbar keymap only when speedbar is loaded.
        * gud.el (gud-speedbar-key-map): New variable.
        (gud-install-speedbar-variables): New function
        Install speedbar keymap only when speedbar is loaded.
-       (gud-gdb-get-stackframe): Added ":" to regex for c++.
+       (gud-gdb-get-stackframe): Add ":" to regex for c++.
 
 1998-07-09  Sam Steingold  <sds@usa.net>
 
        * emacs-lisp/cl-indent.el: Indent `handler-case' correctly.
-       * font-lock.el (lisp-font-lock-keywords): Fontify
-       `handler-case', `ccase', `ctypecase', `assert', `error'.
+       * font-lock.el (lisp-font-lock-keywords):
+       Fontify `handler-case', `ccase', `ctypecase', `assert', `error'.
 
 1998-07-09  Andrew Innes  <andrewi@harlequin.co.uk>
 
 
 1998-07-05  Richard Stallman  <rms@psilocin.ai.mit.edu>
 
-       * mail/mail-utils.el (rmail-dont-reply-to): Understand
-       about doublequotes; don't be fooled by commas inside them.
+       * mail/mail-utils.el (rmail-dont-reply-to):
+       Understand about doublequotes; don't be fooled by commas inside them.
 
 1998-07-04  Richard Stallman  <rms@psilocin.ai.mit.edu>
 
 
 1998-07-03  Espen Skoglund  <espensk@stud.cs.uit.no>
 
-       * pascal.el (pascal-insert-block): Fixed space-deletion bug in
+       * pascal.el (pascal-insert-block): Fix space-deletion bug in
        front of the "begin" string.
        (pascal-beg-of-defun): Used to locate the beginning of a function
        incorrectly when a function contained several begin-end blocks.
        * dos-vars.el (dos-printer): Obsolete variable deleted.
        (dos-ps-printer): Likewise.
 
-       * dos-w32.el (direct-print-region-function): Renamed from
+       * dos-w32.el (direct-print-region-function): Rename from
        dos-print-region-function.  Added &rest keyword.
        (print-region-function): Set to direct-print-region-function.
        (lpr-headers-switches): Initialize.
 
 1998-07-03  Eric Ludlam  <zappo@mescaline.gnu.org>
 
-       * emacs-lisp/checkdoc.el (checkdoc): Updated commentary.
-       (checkdoc-autofix-flag): Updated doc.
-       (checkdoc-force-docstrings-flag): Updated doc.
+       * emacs-lisp/checkdoc.el (checkdoc): Update commentary.
+       (checkdoc-autofix-flag): Update doc.
+       (checkdoc-force-docstrings-flag): Update doc.
        (checkdoc-force-history-flag): New flag.
-       (checkdoc-triple-semi-comment-check-flag): Fixed name.
-       (checkdoc-spellcheck-documentation-flag): Fixed doc.
+       (checkdoc-triple-semi-comment-check-flag): Fix name.
+       (checkdoc-spellcheck-documentation-flag): Fix doc.
        (checkdoc-ispell-lisp-words): Update default value.
        (checkdoc-generate-compile-warnings-flag, checkdoc-proper-noun-list)
        (checkdoc-proper-noun-regexp, checkdoc-symbol-words): New variables.
        Cursor now sits next to the error, forcing scrolling if needed,
        and using a better centering algorithm, and much better error
        navigation after choosing "f"ix.
-       (checkdoc-next-error): Added parameter ENABLE-FIX.
+       (checkdoc-next-error): Add parameter ENABLE-FIX.
        (checkdoc-next-message-error, checkdoc-recursive-edit): New functions.
        (checkdoc-start): Was `checkdoc', uses new note taking system.
        (checkdoc-current-buffer, checkdoc-continue, checkdoc-comments):
-       Updated to use new note taking system.
+       Update to use new note taking system.
        (checkdoc-rogue-spaces, checkdoc-rogue-space-check-engine):
-       Added INTERACT parameter, uses new warnings functions.
+       Add INTERACT parameter, uses new warnings functions.
        (checkdoc-message-text, checkdoc-defun):
-       Updated to use new note taking system.
+       Update to use new note taking system.
        (checkdoc-ispell-current-buffer, checkdoc-ispell-interactive): Fix doc.
        (checkdoc-ispell-message-text, checkdoc-ispell-start): New function.
        (checkdoc-create-error, checkdoc-error-text, checkdoc-error-start)
        (checkdoc-error-end, checkdoc-error-unfixable): New functions.
-       (checkdoc-minor-keymap): Updated keybinds to new interactive functions,
+       (checkdoc-minor-keymap): Update keybinds to new interactive functions,
        completely re-arranged the minor-mode menu.
-       (checkdoc-this-string-valid): Moved no doc-string warning here,
+       (checkdoc-this-string-valid): Move no doc-string warning here,
        and added autofix if a comment already exists there.
        (checkdoc-this-string-valid-engine): Fix doc, robusted doc finder.
        All previously returned errors now call `checkdoc-create-error'.
        for history and commentary.  All previously returned errors now call
        `checkdoc-create-error'.  Message spelling and format.
        (checkdoc-message-text-search):
-       Moved parts to `checkdoc-message-text-next-string'.
+       Move parts to `checkdoc-message-text-next-string'.
        (checkdoc-message-text-next-string): New function.
        (checkdoc-message-text-engine): All previously returned errors
        now call `checkdoc-create-error'.  Can find/skip 'format' call
        (checkdoc-y-or-n-p): New function.
        (checkdoc-autofix-ask-replace): Update doc.  Protect match-data.
        Correctly handle `checkdoc-autofix-flag' of 'never.  New behavior
-       with `checkdoc-autofix-flag' of 'automatic-then-never.  Better
-       overlay handling.
-       (checkdoc-output-font-lock-keywords): Updated to new output format.
+       with `checkdoc-autofix-flag' of 'automatic-then-never.
+       Better overlay handling.
+       (checkdoc-output-font-lock-keywords): Update to new output format.
        (checkdoc-pending-errors): New variable.
-       (checkdoc-find-error): Updated to new output format.
-       (checkdoc-start-section, checkdoc-error): Improved the output.
+       (checkdoc-find-error): Update to new output format.
+       (checkdoc-start-section, checkdoc-error): Improve the output.
        (checkdoc-show-diagnostics): Smarter show algorithm.
 
 1998-07-03  Kenichi Handa  <handa@etl.go.jp>
 
        * derived.el (derived-mode-hooks-name): Use -hook, not -hooks,
        in mode hook name.
-       (derived-mode-hook-name): Renamed from ...-hooks; caller changed.
+       (derived-mode-hook-name): Rename from ...-hooks; caller changed.
 
 1998-07-01  Ken'ichi Handa  <handa@melange.gnu.org>
 
-       * international/mule.el (mule-version): Changed to 4.0.
-       (mule-version-date): Updated.
+       * international/mule.el (mule-version): Change to 4.0.
+       (mule-version-date): Update.
 
 1998-06-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
 
        * language/korea-util.el (isearch-toggle-korean-input-method)
        (isearch-hangul-switch-symbol-ksc, isearch-hangul-switch-hanja):
        New functions.
-       (korean-key-bindings): Renamed from exit-korean-environment-data.
+       (korean-key-bindings): Rename from exit-korean-environment-data.
        Initialized appropriately.
        (setup-korean-environment): Setup key bindings according to
        korean-key-bindings.
        of `find-function-noselect'.
        (find-function-search-for-symbol): `regexp-quote' the symbol name:
        needed to find-function `mapcar*' for example.
-       (find-function-noselect): Improved docstring.  Don't include
+       (find-function-noselect): Improve docstring.  Don't include
        `library' in let.
        Use `symbol-file' instead of `describe-symbol-find-file'.
-       (find-function-read): Renamed from `find-function-read-function'.
+       (find-function-read): Rename from `find-function-read-function'.
        With optional arg now read a variable.
        (find-function-read): Separate `completing-read' calls for
        variables and functions.
        (find-variable-other-window): Remove most of docstring and add
        reference to `find-variable' instead.
        (find-variable-other-frame): Ditto.
-       (find-function-on-key): Simplified.  Removed stuff now taken care
+       (find-function-on-key): Simplify.  Removed stuff now taken care
        of by interactive "k".
        (find-function-at-point): New function.
        (find-variable-at-point): Ditto.
 
 1998-06-24  Andrew Innes  <andrewi@mescaline.gnu.org>
 
-       * dos-w32.el (null-device): Renamed from grep-null-device.
+       * dos-w32.el (null-device): Rename from grep-null-device.
 
 1998-06-24  Richard Stallman  <rms@psilocin.ai.mit.edu>
 
        (ange-ftp-generate-anonymous-password): Use `other' widget type.
        * autoinsert.el (auto-insert, auto-insert-query): Use `other'
        widget type.
-       * bookmark.el (bookmark-save-flag, bookmark-version-control): Use
-       `other' widget type.
+       * bookmark.el (bookmark-save-flag, bookmark-version-control):
+       Use `other' widget type.
        * comint.el (comint-input-autoexpand): Use `other' widget type.
        * complete.el (PC-first-char): Use `other' widget type.
        * cus-edit.el (custom-magic-show): Use `other' widget type.
 
 1998-06-23  Ken'ichi Handa  <handa@melange.gnu.org>
 
-       * international/fontset.el (x-style-funcs-alist): Remove
-       duplicated code.
+       * international/fontset.el (x-style-funcs-alist):
+       Remove duplicated code.
 
 1998-06-23  Richard Stallman  <rms@psilocin.ai.mit.edu>
 
        `composition'.  Add property `jisx0208' to Japanese hankaku characters.
        (japanese-kana-table): Add more data.
        (japanese-symbol-table): Change the order of elements.
-       (japanese-katakana-region): Adjusted for the above changes.  Check
-       character code properties directly here.
+       (japanese-katakana-region): Adjust for the above changes.
+       Check character code properties directly here.
        (japanese-hiragana-region): Likewise.
        (japanese-hankaku-region): Likewise.
        (japanese-zenkaku-region): Likewise.
 
 1998-06-20  Kenichi Handa  <handa@etl.go.jp>
 
-       * international/fontset.el (x-style-funcs-alist): If
-       x-make-font-demibold or x-make-font-bold return nil, don't try
+       * international/fontset.el (x-style-funcs-alist):
+       If x-make-font-demibold or x-make-font-bold return nil, don't try
        further style modification.
 
        * international/encoded-kb.el (encoded-kbd-self-insert-sjis):
        ethio-mode-map, and function ethio-mode.
        (exit-ethiopic-environment-data): New variable.
        (setup-ethiopic-environment): Recode information of changed key
-       bindings in exit-ethiopic-environment-data.  Add
-       ethio-select-a-translation to quail-mode-hook.
+       bindings in exit-ethiopic-environment-data.
+       Add ethio-select-a-translation to quail-mode-hook.
        (exit-ethiopic-environment): New function.
        (ethio-find-file): Don't check ethio-mode.
        (ethio-write-file): Likewise.
 
        * international/mule.el (set-auto-coding): Redo the previous change.
 
-       * tar-mode.el (tar-extract): Adjusted for the change of the spec
+       * tar-mode.el (tar-extract): Adjust for the change of the spec
        of set-auto-coding-function.
 
 1998-06-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
        * faces.el (set-face-font): Pay attention to fontset.
        (set-face-font-auto): Call resolve-fontset-name.
 
-       * international/fontset.el (instantiate-fontset): Delete
-       duplicated call of x-complement-fontset-spec.  Call new-fontset
+       * international/fontset.el (instantiate-fontset):
+       Delete duplicated call of x-complement-fontset-spec.  Call new-fontset
        with a correct argument.
        (x-compose-font-name): Argument name adjusted for the doc-string.
        (x-complement-fontset-spec): Don't alter the contents of the
        (x-style-funcs-alist): The format changed.
        (x-modify-font-name): New function.
        (create-fontset-from-fontset-spec): The arg STYLE-VARIANT-P is
-       changed to STYLE-VARIANT, the format also changed.  Use
-       x-modify-font-name instead of calling functions in
+       changed to STYLE-VARIANT, the format also changed.
+       Use x-modify-font-name instead of calling functions in
        x-style-funcs-alist directly.
        (instantiate-fontset): Use x-modify-font-name instead of calling
        functions in x-style-funcs-alist directly.
 
 1998-06-09  Ed Reingold  <reingold@cs.uiuc.edu>
 
-       * calendar/cal-tex.el (cal-tex-list-diary-entries): Set
-       diary-display-hook correctly.
+       * calendar/cal-tex.el (cal-tex-list-diary-entries):
+       Set diary-display-hook correctly.
 
        * calendar/cal-menu.el (calendar-mouse-holidays)
        (calendar-mouse-view-diary-entries)
 
 1998-06-08  Andrew Innes  <andrewi@harlequin.co.uk>
 
-       * ange-ftp.el (ange-ftp-file-name-completion): Use
-       ange-ftp-this-dir instead of literal "/" when calling real
+       * ange-ftp.el (ange-ftp-file-name-completion):
+       Use ange-ftp-this-dir instead of literal "/" when calling real
        completion function.
 
 1998-06-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
 
 1998-06-05  Andrew Innes  <andrewi@harlequin.co.uk>
 
-       * jka-compr.el (jka-compr-write-region): Ensure
-       `last-coding-system-used' is updated, so that basic-save-buffer
+       * jka-compr.el (jka-compr-write-region):
+       Ensure `last-coding-system-used' is updated, so that basic-save-buffer
        sees the right value.
 
 1998-06-05  Richard Stallman  <rms@gnu.org>
 
        * docref.el: Deleted in view of current approach to doc strings.
 
-       * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
-       CVS directories too.
+       * startup.el (normal-top-level-add-subdirs-to-load-path):
+       Ignore CVS directories too.
 
 1998-06-02  Richard Stallman  <rms@gnu.org>
 
 
 1998-06-01  Per Starbäck  <starback@update.uu.se>
 
-       * apropos.el (apropos-variable): Fixed argument to apropos-command.
+       * apropos.el (apropos-variable): Fix argument to apropos-command.
        (apropos-command): Let `var-predicate' have higher priority than
        `do-all'.
 
 1998-06-01  Dave Love  <fx@gnu.org>
 
        * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Add -. as
-       NMCHARs.  Elide upper case (see font-lock-defaults).  Generalize
-       comment declaration not to exclude markup.
+       NMCHARs.  Elide upper case (see font-lock-defaults).
+       Generalize comment declaration not to exclude markup.
 
 1998-05-31  Richard Stallman  <rms@gnu.org>
 
 
 1998-05-31  Alan Shutko  <shutkoa@ugsolutions.com>
 
-       * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode): Add
-       missing format arg.
+       * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
+       Add missing format arg.
 
 1998-05-30  Dave Love  <fx@gnu.org>
 
 1998-05-30  Michael Kifer  <kifer@cs.sunysb.edu>
 
        * ediff-mult.el (ediff-mark-for-hiding-at-pos)
-       (ediff-mark-for-operation-at-pos): Renamed from
+       (ediff-mark-for-operation-at-pos): Rename from
        ediff-mark-for-hiding, ediff-mark-for-operation.
        (ediff-mark-session-for-hiding, ediff-mark-session-for-operation)
-       (ediff-unmark-all-for-operation, ediff-unmark-all-for-hiding): New
-       functions.
-       (ediff-setup-meta-map): Changed bindings.
+       (ediff-unmark-all-for-operation, ediff-unmark-all-for-hiding):
+       New functions.
+       (ediff-setup-meta-map): Change bindings.
 
        * viper-cmd.el (viper-backward-Word, viper-skip-separators): Bugfix.
        (viper-switch-to-buffer, viper-switch-to-buffer-other-window): Bugfix.
        * viper-util.el (viper-skip-syntax): Bug fix for eob/bob cases.
-       * viper-mous.el (viper-surrounding-word): Added '_' to alpha modifiers.
+       * viper-mous.el (viper-surrounding-word): Add '_' to alpha modifiers.
 
 1998-05-30  Ralph Schleicher  <rs@purple.UL.BaWue.DE>
 
 
 1998-05-27  Ed Reingold  <reingold@cs.uiuc.edu>
 
-       * calendar/calendar.el (calendar-buffer-list): Add
-       other-calendars-buffer.
+       * calendar/calendar.el (calendar-buffer-list):
+       Add other-calendars-buffer.
        (calendar-mode): Use activate-menubar-hook only in a window system.
 
 1998-05-27  Dave Love  <fx@gnu.org>
        * emacs-lisp/byte-opt.el (byte-boolean-vars):
        Add print-escape-nonascii.
 
-       * emacs-lisp/autoload.el (generate-file-autoloads): Set
-       print-escape-nonascii when printing autoload form.
+       * emacs-lisp/autoload.el (generate-file-autoloads):
+       Set print-escape-nonascii when printing autoload form.
 
 1998-05-25  Kenichi HANDA  <handa@etl.go.jp>
 
-       * international/mule.el (set-coding-priority): Call
-       set-coding-priority-internal at the tail.
+       * international/mule.el (set-coding-priority):
+       Call set-coding-priority-internal at the tail.
 
 1998-05-24  Stephen Eglen  <stephen@cns.ed.ac.uk>
 
        Use translation-table, not character-translation-table,
        as char-table subtype.
        (define-translation-table):
-       Renamed from define-character-translation-table.
+       Rename from define-character-translation-table.
        * mule-util.el: Likewise.
        * mule-conf.el: Likewise.
        (standard-translation-table-for-decode)
        (standard-translation-table-for-encode):
-       Renamed from standard-character-translation-table-...
+       Rename from standard-character-translation-table-...
 
 1998-05-21  Richard Stallman  <rms@psilocin.ai.mit.edu>
 
 
 1998-05-21  Eli Zaretskii  <eliz@mescaline.gnu.org>
 
-       * arc-mode.el (archive-file-name-invalid-regexp): Remove.  All
-       users changed to use file-name-invalid-regexp instead.
+       * arc-mode.el (archive-file-name-invalid-regexp): Remove.
+       All users changed to use file-name-invalid-regexp instead.
        * files.el (file-name-invalid-regexp): New variable, moved here
        from arc-mode.el.
 
 1998-05-21  Richard Stallman  <rms@psilocin.ai.mit.edu>
 
        * progmodes/vhdl-mode.el (vhdl-customize-colors):
-       Renamed from vhdl-use-default-colors, and sense reversed.
+       Rename from vhdl-use-default-colors, and sense reversed.
        (vhdl-customize-faces):
-       Renamed from vhdl-use-default-faces, and sense reversed.
+       Rename from vhdl-use-default-faces, and sense reversed.
        (vhdl-font-lock-init, vhdl-ps-init): Implement those changes.
        (vhdl-submit-bug-report): Use new variable names.
 
        FONTLIST).
        (x-style-funcs-alist): New variable.
        (create-fontset-from-fontset-spec): 2nd optional arg is changed
-       from STYLE to STYLE-VARIANT-P.  The meaning also changed.  Delete
-       unused code.  Adjusted for the change of
+       from STYLE to STYLE-VARIANT-P.  The meaning also changed.
+       Delete unused code.  Adjusted for the change of
        uninstantiated-fontset-alist.
-       (instantiate-fontset): Adjusted for the change of
+       (instantiate-fontset): Adjust for the change of
        uninstantiated-fontset-alist.
 
        * international/mule.el (make-coding-system): If ISO2022 based
 
 1998-05-20  Kenichi Handa  <handa@etl.go.jp>
 
-       * international/fontset.el (x-font-name-charset-alist): New
-       variable.
+       * international/fontset.el (x-font-name-charset-alist):
+       New variable.
        (register-alternate-fontnames): Doc-string modified.
        (x-complement-fontset-spec): Likewise.
-       (x-complement-fontset-spec): Delete unused local variable.  Delete
-       ad hoc code for Latin-1, instead refer to
+       (x-complement-fontset-spec): Delete unused local variable.
+       Delete ad hoc code for Latin-1, instead refer to
        x-font-name-charset-alist.
        (uninstantiated-fontset-alist): Format changed (BASE-FONTSET ->
        FONTLIST).
        (x-style-funcs-alist): New variable.
        (create-fontset-from-fontset-spec): 2nd optional arg is changed
-       from STYLE to STYLE-VARIANT-P.  The meaning also changed.  Delete
-       unused code.  Adjusted for the change of
+       from STYLE to STYLE-VARIANT-P.  The meaning also changed.
+       Delete unused code.  Adjusted for the change of
        uninstantiated-fontset-alist.
-       (instantiate-fontset): Adjusted for the change of
+       (instantiate-fontset): Adjust for the change of
        uninstantiated-fontset-alist.
 
        * international/mule.el (make-coding-system): If ISO2022 based
        * international/mule-cmds.el: Several doc fixes.
        (get-language-info, set-language-info): Rename argument.
        (set-language-info-alist): Likewise.
-       (find-coding-systems-region-subset-p): Renamed from subset-p.
+       (find-coding-systems-region-subset-p): Rename from subset-p.
        (find-coding-systems-region): Use new name.
        (register-input-method): Rename argument.
        (activate-input-method): If INPUT-METHOD is nil, deactivate.
        (checkdoc-message-text-search, checkdoc-message-text-engine):
        New functions.
        (checkdoc-this-string-valid-engine):
-       Added ambiguous function/symbol checking.  Added new auto-fix
+       Add ambiguous function/symbol checking.  Added new auto-fix
        for missing parameters.
 
 1998-05-16  Richard Stallman  <rms@psilocin.ai.mit.edu>
 
        * international/mule-cmds.el (find-coding-systems-region-subset-p):
-       Renamed from subset-p.
+       Rename from subset-p.
        (find-coding-systems-for-charsets): Call changed.
 
 1998-05-16  Dan Nicolaescu  <done@ece.arizona.edu>
        Use expand-file-name on it.
 
        * files.el (temporary-file-directory):
-       Renamed from system-tmp-directory.
+       Rename from system-tmp-directory.
        Value is now a directory name, not a file name.
 
        * dired-aux.el (dired-mark-subdir-files): Doc fix.
        All callers changed.
        (archive-unique-fname): New function.
        (archive-maybe-copy): Use it.
-       (archive-maybe-copy, archive-write-file): Bind
-       coding-system-for-write to no-conversion.
-       (archive-maybe-update, archive-mode-revert): Bind
-       coding-system-for-read to no-conversion.
+       (archive-maybe-copy, archive-write-file):
+       Bind coding-system-for-write to no-conversion.
+       (archive-maybe-update, archive-mode-revert):
+       Bind coding-system-for-read to no-conversion.
        (archive-maybe-update): Remain at the same line in the archive
        listing, after updating the archive.  Print the buffer name of the
        archive to be saved.
        read-only.  Don't set buffer-file-type.  Remove the write-contents
        hook for remote archives.  Warn about read-only archives inside
        other archives.
-       (archive-write-file-member): Handle remote archives.  Restore
-       value of last-coding-system-used.
+       (archive-write-file-member): Handle remote archives.
+       Restore value of last-coding-system-used.
        (archive-*-write-file-member): Handle archives inside other
        archives.  Save the value of last-coding-system-used.
        (archive-write-file): New optional variable FILE: where to write
 
 1998-05-08  Richard Stallman  <rms@psilocin.gnu.org>
 
-       * ps-print.el (ps-alist-position): Renamed from ps-position.
+       * ps-print.el (ps-alist-position): Rename from ps-position.
        Look for ITEM as the car of an element.
        (ps-font-number): Use ps-alist-position.
-       (ps-font-alist): Renamed from ps-font-list.
+       (ps-font-alist): Rename from ps-font-list.
 
        * mail/reporter.el (reporter-bug-hook): Use rfc822-goto-eoh.
 
 
 1998-05-06  Sam Steingold  <sds@usa.net>
 
-       * window.el (quit-window): Fixed FRAME to be the frame and
+       * window.el (quit-window): Fix FRAME to be the frame and
        never window.
 
 1998-05-06  Michael Kifer  <kifer@cs.sunysb.edu>
 
        * ediff-init.el (ediff-highlight-all-diffs, ediff-use-faces):
-       Changed the defaults.
+       Change the defaults.
 
 1998-05-06  Richard Stallman  <rms@psilocin.gnu.org>
 
 
 1998-05-05  Simon Marshall  <simon@gnu.org>
 
-       * font-lock.el (lisp-font-lock-keywords-1): Fixed 1998-04-24 change;
+       * font-lock.el (lisp-font-lock-keywords-1): Fix 1998-04-24 change;
        moved defpackage to here from lisp-font-lock-keywords-2.
 
 1998-05-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
        Now checks for toolbar support before referring toolbars.
 
        * ediff-init.el (ediff-has-toolbar-support-p, ediff-use-toolbar-p):
-       Moved here from ???.
+       Move here from ???.
 
        * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
        Set default-directory.
        * progmodes/compile.el (compilation-directory-stack): Doc fix.
        (compilation-mode): Accept optional parameter and initialize
        mode-name from it.
-       (compile-internal): Pass name-of-mode to compilation-mode.  Don't
-       set mode-name here.
+       (compile-internal): Pass name-of-mode to compilation-mode.
+       Don't set mode-name here.
        (compilation-minor-mode): Don't let mode-line-process change.
        (compilation-next-error-locus): Use forward-char instead of
        move-to-column.
 
 1998-05-02  Andre Spiegel  <spiegel@inf.fu-berlin.de>
 
-       * vc-hooks.el (vc-parse-cvs-status): Optimized.  Ignore
-       "Locally Removed" files.
+       * vc-hooks.el (vc-parse-cvs-status): Optimize.
+       Ignore "Locally Removed" files.
 
        * vc.el (vc-fetch-cvs-status): Don't specify DIR on the command line.
-       (vc-dired-hook): Optimized for CVS.
+       (vc-dired-hook): Optimize for CVS.
 
 1998-05-02  Richard Stallman  <rms@psilocin.gnu.org>
 
        (file-cache-add-directory): Checks to see if directory exists
        before adding it.  Non-existing directories are simply skipped.
 
-       * generic.el (generic): Added defgroup declaration.
+       * generic.el (generic): Add defgroup declaration.
        (generic-make-keywords-list): Uses regexp-opt.
        (generic-mode-set-font-lock): Uses regexp-opt.
 
-       * generic-x.el (generic-x): Added defgroup declaration.
+       * generic-x.el (generic-x): Add defgroup declaration.
 
-       * generic-x.el (generic-bat-mode-setup-function): Fixed comment-start
+       * generic-x.el (generic-bat-mode-setup-function): Fix comment-start
        variable.
 
-       * generic-x.el (generic-define-mswindows-modes): Enable
-       hosts-generic-mode and apache-generic-mode.
+       * generic-x.el (generic-define-mswindows-modes):
+       Enable hosts-generic-mode and apache-generic-mode.
        (generic-define-unix-modes): Enable alias-generic-mode.
-       (java-properties-generic-mode): Changed regexp to allow property
+       (java-properties-generic-mode): Change regexp to allow property
        and value to be separated by whitespace or an equal sign.
        (alias-generic-mode): Check generic-extras-enable-list before
        defining this mode.
        (universal-coding-system-argument): Use buffer-file-coding-system
        as default.
 
-       * international/quail.el (quail-show-translations): Show
-       followable keys in alphabetic order.
+       * international/quail.el (quail-show-translations):
+       Show followable keys in alphabetic order.
 
 1998-04-29  Richard Stallman  <rms@psilocin.gnu.org>
 
        (ispell-dictionary-alist): Now customizable.
        Fixed type of custom variables: ispell-help-in-bufferp.
        (ispell-use-framepop-p): New variable.
-       (ispell-dictionary-alist): Added dictionaries: castellano, castellano8
+       (ispell-dictionary-alist): Add dictionaries: castellano, castellano8
        czech, esperanto, esperanto-tex, norsk, russian.
        Capitalize XEmacs correctly, and change lucid to xemacs in code.
-       (ispell-menu-lucid): Renamed to ispell-menu-xemacs.
+       (ispell-menu-lucid): Rename to ispell-menu-xemacs.
        Changed string compares for version number to be correct for XEmacs.
        Fixed to work with string properties.
        (ispell-recursive-edit-marker): New marker saving return point.
 
 1998-04-28  Inge Frick  <inge@nada.kth.se>
 
-       * emacs-lisp/easymenu.el (easy-menu-define-key): Fixed bug with BEFORE
+       * emacs-lisp/easymenu.el (easy-menu-define-key): Fix bug with BEFORE
        argument.  Now it works also if you repeat an identical call to
        easy-menu-define-key.
 
 
        * emacs-lisp/cl-indent.el: Indent defpackage correctly.
 
-       * font-lock.el (lisp-font-lock-keywords-2): Added `defpackage'.
+       * font-lock.el (lisp-font-lock-keywords-2): Add `defpackage'.
 
 1998-04-23  Geoff Voelker  <voelker@cs.washington.edu>
 
        * easymenu.el: Use new menu item format.  Don't simulate button prefix.
        (easy-menu-create-menu): Understand also keywords :active,
        :label and :visible.  Don't worry about button prefix.
-       (easy-menu-button-prefix): Modified value.
+       (easy-menu-button-prefix): Modify value.
        (easy-menu-do-add-item): Extensive changes to use new menu item format.
        (easy-menu-define-key, easy-menu-always-true): New functions.
-       (easy-menu-make-symbol): Don't use indirection for symbols.  Property
-       `menu-alias' not set.
-       (easy-menu-filter, easy-menu-update-button): Deleted.
+       (easy-menu-make-symbol): Don't use indirection for symbols.
+       Property `menu-alias' not set.
+       (easy-menu-filter, easy-menu-update-button): Delete.
        (easy-menu-add-item): Don't worry about button prefix.
-       (easy-menu-remove-item): Don't worry about button prefix.  Use
-       `easy-menu-define-key'.
-       (easy-menu-is-button, easy-menu-have-button): Deleted.
-       (easy-menu-real-binding, easy-menu-change-prefix): Deleted.
+       (easy-menu-remove-item): Don't worry about button prefix.
+       Use `easy-menu-define-key'.
+       (easy-menu-is-button, easy-menu-have-button): Delete.
+       (easy-menu-real-binding, easy-menu-change-prefix): Delete.
 
 1998-04-23  Richard Stallman  <rms@psilocin.gnu.org>
 
 
 1998-04-22  Eli Zaretskii  <eliz@delysid.gnu.org>
 
-       * term/pc-win.el (x-select-text, x-get-selection-value): Replace
-       win16 with w16.
+       * term/pc-win.el (x-select-text, x-get-selection-value):
+       Replace win16 with w16.
 
 1998-04-22  Dave Love  <fx@gnu.org>
 
 
 1998-04-20  Piet van Oostrum  <piet@cs.ruu.nl>
 
-       * smtpmail.el (smtpmail-send-it): Deleted all code related
+       * smtpmail.el (smtpmail-send-it): Delete all code related
        to Resent-To: processing.
-       (smtpmail-deduce-address-list): Changed the search for
+       (smtpmail-deduce-address-list): Change the search for
        Resent-\(To\|Cc\|Bcc\) headers.
        (smtpmail-do-bcc): Delete Resent-Bcc: headers.
 
 
 1998-04-20  Kenichi Handa  <handa@etl.go.jp>
 
-       * international/ccl.el (ccl-compile-unify-character): Inhibit
-       unification tables specified by integer value.
+       * international/ccl.el (ccl-compile-unify-character):
+       Inhibit unification tables specified by integer value.
        (ccl-compile-translate-single-map): Likewise.
        (ccl-compile-multiple-map-function): Likewise.
-       (ccl-compile-translate-multiple-map): Modified for nested tables.
+       (ccl-compile-translate-multiple-map): Modify for nested tables.
        (ccl-dump-iterate-multiple-map): Handle the case that ID is not
        integer.
        (ccl-dump-translate-multiple-map): Likewise.
        * international/mule.el (make-coding-system): If TYPE is 4, FLAGS
        can be a cons of CCL-PROGRAM symbols.
 
-       * international/quail.el (quail-start-translation): Bind
-       prefix-arg to current-prefix-arg.
+       * international/quail.el (quail-start-translation):
+       Bind prefix-arg to current-prefix-arg.
        (quail-mode): Doc-string modified.
 
        * language/cyrillic.el: FLAGS arguments for make-coding-system
 
        * which-func.el (which-func): Add defgroup.
 
-       * emacs-lisp/checkdoc.el (checkdoc): Added :version.
+       * emacs-lisp/checkdoc.el (checkdoc): Add :version.
 
        * play/gametree.el (gametree): Likewise.
 
        (ange-ftp-file-name-all-completions): Handle Windows filenames.
        (file-name-handler-alist) [windows-nt]: Add patterns for name with
        drive letters.
-       (ange-ftp-dired-call-process, ange-ftp-call-chmod): Use
-       dired-chmod-program.
+       (ange-ftp-dired-call-process, ange-ftp-call-chmod):
+       Use dired-chmod-program.
        (ange-ftp-disable-netrc-security-check) [windows-nt]: Disable by
        default.
        (ange-ftp-real-expand-file-name-actual): New function.
        (cperl-beautify-levels): New command.
        (cperl-electric-keyword): Allow here-docs contain `=head1'
        and friends for keyword expansion.
-       Fix for broken `font-lock-unfontify-region-function'.  Should
-       preserve `syntax-table' properties even with `lazy-lock'.
+       Fix for broken `font-lock-unfontify-region-function'.
+       Should preserve `syntax-table' properties even with `lazy-lock'.
        (cperl-indent-region-fix-else): New command.
        (cperl-fix-line-spacing): New command.
        (cperl-invert-if-unless): New command (C-c C-t and in Menu).
        Workaround for another `font-lock's `syntax-table' text-property bug.
        `zerop' could be applied to nil.
        At last, may work with `font-lock' without setting `cperl-font-lock'.
-       (cperl-indent-region-fix-constructs): Renamed from
+       (cperl-indent-region-fix-constructs): Rename from
        `cperl-indent-region-fix-constructs'.
        (cperl-fix-line-spacing): Could be triggered inside strings, would not
        know what to do with BLOCKs of map/printf/etc.
        (cperl-set-style-back): Old value of style is memorized when
        choosing a new style, may be restored from the same menu.
        Mode-documentation added to micro-docs.
-       (cperl-praise): Updated.
+       (cperl-praise): Update.
        (cperl-toggle-construct-fix): New command.  Added on C-c C-w and menu.
-       (auto-fill-mode): Added on C-c C-f and menu.
+       (auto-fill-mode): Add on C-c C-f and menu.
        (cperl-style-alist): `PerlStyle' style added.
        (cperl-find-pods-heres): Message for termination of scan corrected.
        (cperl-speed): New variable with hints.
 
        * arc-mode.el (archive-extract-by-stdout): Don't use
        binary-process-output.  Bind coding-system-for-read `undecided',
-       so coding system is determined on the fly.  Bind
-       inherit-process-coding-system to t.
+       so coding system is determined on the fly.
+       Bind inherit-process-coding-system to t.
        (archive-dos-members): Remove.
        (archive-extract): Don't call archive-check-dos.  Handle pkunzip
        errors.
        * vc.el (vc-next-action-on-file): Don't check out after
        registering.  This is two steps instead of one, and the second
        does not make sense under CVS.
-       (vc-next-action): Changed doc string to reflect the above.
+       (vc-next-action): Change doc string to reflect the above.
 
 1998-04-14  Andreas Schwab  <schwab@mescaline.gnu.org>
 
 
 1998-04-09  Andre Spiegel  <spiegel@inf.fu-berlin.de>
 
-       * vc.el (vc-next-action): Fixed bug that prevented registering
+       * vc.el (vc-next-action): Fix bug that prevented registering
        files using C-x v v.
 
 1998-04-09  Stephen Eglen  <stephen@gnu.org>
 
        * gud.el (jdb): Do proper analysis of classes defined in a Java
        source.  This removes the restriction of one class per file.
-       (gud-jdb-package-of-file): Removed.  Replaced with parsing routines.
+       (gud-jdb-package-of-file): Remove.  Replaced with parsing routines.
        (gud-jdb-skip-whitespace): New function.
        (gud-jdb-skip-single-line-comment): New function.
        (gud-jdb-skip-traditional-or-documentation-comment): New function.
        (fortran-mode): Make `fill-column' buffer-local; set
        `fill-paragraph-function', `indent-region-function',
        `indent-line-function'.
-       (calculate-fortran-indent): Renamed to `fortran-calculate-indent'.
+       (calculate-fortran-indent): Rename to `fortran-calculate-indent'.
        (fortran-split-line): Simplify.
        (fortran-remove-continuation): New function.
        (fortran-join-line): Use it.
        * language/japanese.el: Set exit-function to
        exit-japanese-environment for Japanese environment.
 
-       * language/japan-util.el (setup-japanese-environment): Setup
-       sentence-end suitable for Japanese text.
+       * language/japan-util.el (setup-japanese-environment):
+       Setup sentence-end suitable for Japanese text.
        (exit-japanese-environment): New function.
 
-       * international/mule-cmds.el (subset-p): Renamed from
+       * international/mule-cmds.el (subset-p): Rename from
        find-safe-coding-system-list-subset-p.
-       (find-coding-systems-region, find-coding-systems-string): New
-       functions.
-       (find-coding-systems-for-charsets): Renamed from
+       (find-coding-systems-region, find-coding-systems-string):
+       New functions.
+       (find-coding-systems-for-charsets): Rename from
        find-safe-coding-system.  This is now a helper function of the
        above two.
-       (select-safe-coding-system): Adjusted for the above changes.
+       (select-safe-coding-system): Adjust for the above changes.
 
 1998-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
 
        hook, not a local variable.
 
        * vc.el (vc-merge, vc-backend-merge): New functions.
-       (vc-resolve-conflicts): Added optional parameters for buffer names.
+       (vc-resolve-conflicts): Add optional parameters for buffer names.
        (vc-branch-p): New function.
 
-       * vc-hooks.el (vc-prefix-map): Added "m" for vc-merge.
+       * vc-hooks.el (vc-prefix-map): Add "m" for vc-merge.
 
        * vc.el (vc-ensure-vc-buffer): New function.
-       (vc-registration-error): Replaced by the above.  Updated all callers.
-       (file-executable-p-18, file-regular-p-18): Removed.
+       (vc-registration-error): Replace by the above.  Updated all callers.
+       (file-executable-p-18, file-regular-p-18): Remove.
 
 1998-04-05  Richard Stallman  <rms@psilocin.gnu.org>
 
 1998-04-03  Andre Spiegel  <spiegel@inf.fu-berlin.de>
 
        * vc-hooks.el (vc-parse-cvs-status): New function.
-       (vc-fetch-master-properties): Moved cvs status retrieval to
+       (vc-fetch-master-properties): Move cvs status retrieval to
        the above.
        (vc-backend): If a file is not registered, remember that by setting
        the property to `none'.
        (vc-name): Use the mechanism of vc-backend to compute the value.
        (vc-after-save): Don't access vc-backend property directly.
 
-       * vc.el (vc-next-action-dired): Use dired-do-redisplay.  Handle
-       window configuration correctly.
+       * vc.el (vc-next-action-dired): Use dired-do-redisplay.
+       Handle window configuration correctly.
        (vc-next-action): Save window configuration for vc-next-action-dired.
        (vc-finish-logentry): Only kill log buffer if it does exist.
        (vc-dired-mode): Rewritten so that it works entirely through
        ordinary dired.
        (vc-dired-hook): New function.
        (vc-state-info, vc-dired-reformat-line): Adapted.
-       (vc-dired-update, vc-dired-update-line): Removed.
+       (vc-dired-update, vc-dired-update-line): Remove.
        (vc-directory): Rewritten.
-       (vc-directory-18): Removed.
+       (vc-directory-18): Remove.
        (vc-dired-mark-locked): New function, bound to "*l" in vc-dired-mode.
        (vc-do-command): Only compute vc-name if it is really needed.
        (vc-fetch-cvs-status): New function.
 
        * help.el: Make hyperlinks for cross-reference info intuited from
        *Help* buffer.
-       (help-font-lock-keywords): Removed.
+       (help-font-lock-keywords): Remove.
        (help-mode-map): Define keys for navigating hyperlinks.
        (help-xref-stack, help-xref-stack-item): New permanent-local
        variables.
        New variables.
        (help-setup-xref, help-make-xrefs, help-xref-button)
        (help-xref-interned, help-xref-mode, help-follow-mouse)
-       (help-xref-go-back, help-go-back, help-follow, help-next-ref): New
-       functions.
+       (help-xref-go-back, help-go-back, help-follow, help-next-ref):
+       New functions.
 
 1998-04-02  Richard Stallman  <rms@psilocin.gnu.org>
 
        (iswitchb-complete): Use iswitchb-common-match-string rather than
        recomputing the value.
        (iswitchb-toggle-ignore): Recompute list of buffers.
-       (iswitchb-init-XEmacs-trick): Renamed from iswitchb-init-Xemacs-trick.
+       (iswitchb-init-XEmacs-trick): Rename from iswitchb-init-Xemacs-trick.
 
 1998-03-31  Andre Spiegel  <spiegel@inf.fu-berlin.de>
 
 
 1998-03-25  Simon Marshall  <simon@gnu.org>
 
-       * font-lock.el (c-font-lock-keywords-2): Added "sizeof".
-       (c++-font-lock-keywords-2): Added "export" and "typename".
+       * font-lock.el (c-font-lock-keywords-2): Add "sizeof".
+       (c++-font-lock-keywords-2): Add "export" and "typename".
 
        * lazy-lock.el (lazy-lock-fontify-after-scroll)
        (lazy-lock-fontify-after-trigger): Use new window-end UPDATE arg
 
 1998-03-23  Andreas Schwab  <schwab@gnu.org>
 
-       * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event): Replace
-       obsolete `concat with integer' by format.
+       * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
+       Replace obsolete `concat with integer' by format.
 
        * rsz-mini.el (resize-minibuffer-mode): Make it a proper minor
        mode: toggle resize-minibuffer mode when called without argument.
 
 1998-03-22  Johan Vromans  <jvromans@squirrel.nl>
 
-       * complete.el (PC-expand-many-files): Apply
-       completion-ignored-extensions.
+       * complete.el (PC-expand-many-files):
+       Apply completion-ignored-extensions.
 
 1998-03-21  Richard Stallman  <rms@psilocin.gnu.org>
 
        when user tries to check-in, but file on disk has changed.
        (vc-do-command): Rewrote doc string.  Consider LAST argument
        only if FILE is non-nil.
-       (vc-add-triple, vc-record-rename, vc-lookup-file): Find
-       vc-name-assoc-file based on vc-name of FILE.
+       (vc-add-triple, vc-record-rename, vc-lookup-file):
+       Find vc-name-assoc-file based on vc-name of FILE.
        (vc-backend-admin, vc-rename-file): Handle the SCCS PROJECTDIR
        feature.
 
 
 1998-03-18  Dave Love  <fx@gnu.org>
 
-       * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Adjust
-       paragraph-start in default filling case so that filling doc
+       * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
+       Adjust paragraph-start in default filling case so that filling doc
        strings works.
 
 1998-03-18  Andre Spiegel  <spiegel@inf.fu-berlin.de>
 1998-03-16  Peter Breton  <pbreton@ne.mediaone.net>
 
        * generic-x.el: Customize.
-       (fvwm-generic-mode): Added new keywords, and .fvwm2rc config file.
-       (ini-generic-mode): Changed regexps so that value can contain equal signs.
-       (java-manifest-generic-mode): Added new keywords.
+       (fvwm-generic-mode): Add new keywords, and .fvwm2rc config file.
+       (ini-generic-mode): Change regexps so that value can contain equal signs.
+       (java-manifest-generic-mode): Add new keywords.
 
 1998-03-16  Alfred Correira  <ACorreir@pervasive-sw.com>
 
        * locate.el (locate-current-line-number): No longer interactive.
 
        * dirtrack.el: Customized.
-       (dirtrack-forward-slash): Renamed from `forward-slash'.
-       (dirtrack-backward-slash): Renamed from `backward-slash'.
-       (dirtrack-replace-slash): Renamed from `replace-slash'.
+       (dirtrack-forward-slash): Rename from `forward-slash'.
+       (dirtrack-backward-slash): Rename from `backward-slash'.
+       (dirtrack-replace-slash): Rename from `replace-slash'.
 
        * emacs-lisp/elp.el (elp-version): Now 3.2.
 
        (undo-start): New args BEG and END.
        (undo): If arg or active region, pass args to undo-start.
 
-       * mouse.el (mouse-buffer-menu-maxlen): Renamed from
+       * mouse.el (mouse-buffer-menu-maxlen): Rename from
        mouse-menu-buffer-maxlen.
 
 1998-03-10  Eric M. Ludlam  <zappo@ultranet.com>
 
-       * checkdoc.el (checkdoc-continue): Removed check for doc string.
+       * checkdoc.el (checkdoc-continue): Remove check for doc string.
        (checkdoc-this-string-valid-engine): Smarter keycode check regexp.
 
 1998-03-10  Carsten Dominik  <cd@delysid.gnu.org>
 
-       * textmodes/reftex.el (reftex-mode-map): Added keybinding for
+       * textmodes/reftex.el (reftex-mode-map): Add keybinding for
        `reftex-mouse-view-crossref' to `S-mouse-2'.
 
 1998-03-09  Carsten Dominik  <cd@delysid.gnu.org>
 1998-03-08  Carsten Dominik  <cd@gnu.org>
 
        * textmodes/reftex.el (reftex-offer-label-menu)
-       (reftex-select-item): Removed match-everywhere interpretation.
+       (reftex-select-item): Remove match-everywhere interpretation.
 
 1998-03-08  Carsten Dominik  <cd@gnu.org>
 
        (vc-resynch-buffer): When operating on the current buffer, don't use
        save-excursion, because that would undo the effects of the above
        functions.
-       (vc-clear-headers): Fixed regexp.
-       (vc-resynch-window): Deleted code that removed vc-find-file-hook
+       (vc-clear-headers): Fix regexp.
+       (vc-resynch-window): Delete code that removed vc-find-file-hook
        temporarily.  This was unnecessary, because find-file-hooks are not
        called when the buffer is reverted.
 
 
 1998-03-07  Richard Stallman  <rms@psilocin.gnu.org>
 
-       * subr.el (read-passwd): Renamed from read-password.
+       * subr.el (read-passwd): Rename from read-password.
        New second arg CONFIRM.
 
        * wid-edit.el (widget-choice-value-create): If there is an
        * dos-fns.el, find-file.el, follow.el, ispell4.el, shadowfile.el:
        * tempo.el, tmm.el, vcursor.el, xscheme.el: Customize.
 
-1998-03-06  Barry A. Warsaw  <cc-mode-help@python.org>
+1998-03-06  Barry A. Warsaw  <bwarsaw@cnri.reston.va.us>
 
        * Release 5.21
 
        * progmodes/cc-engine.el (c-inside-bracelist-p): Fix for enum test.
 
        * progmodes/cc-mode.el (c-initialize-cc-mode):
-       Moved require's to top level.
+       Move require's to top level.
 
        * progmodes/cc-cmds.el (c-fill-paragraph):
        Bind fill-paragraph-function to nil when calling fill-paragraph,
        the same relative position.  Fill comment before point if there's
        nothing else on the same line.  Fill block comments after code a
        little better.  Try harder to find a good fill-prefix when point
-       is on a block comment ender line.  Use
-       c-Java-javadoc-paragraph-start in block comments in Java mode.
+       is on a block comment ender line.
+       Use c-Java-javadoc-paragraph-start in block comments in Java mode.
        Leave block comment ender alone when c-hanging-comment-ender-p is
        nil and point is on that line.  Detect paragraph-separate in
        multiparagraph comments.  Fix for bug that may strip the `*' off
        always bol.  It's always bol when on the top level, however.
        Changed cases: 5A.5, 5I, 14A.
 
-       * progmodes/cc-engine.el (c-forward-token-1, c-backward-token-1): New
-       functions to move by tokens.
+       * progmodes/cc-engine.el (c-forward-token-1, c-backward-token-1):
+       New functions to move by tokens.
        (c-guess-basic-syntax): Fixes for Java 1.1 array initialization
        brace lists.
 
 
 1998-03-06  Kenichi Handa  <handa@etl.go.jp>
 
-       * international/titdic-cnv.el (titdic-convert): Use
-       set-buffer-multibyte.
+       * international/titdic-cnv.el (titdic-convert):
+       Use set-buffer-multibyte.
 
        * international/quail.el (quail-defrule-internal): New arg REPLACE.
        (quail-defrule): Call quail-defrule-internal with REPLACE t.
 
 1998-03-05  Peter Breton  <pbreton@ne.mediaone.net>
 
-       * generic.el (generic-mode-ini-file-find-file-hook): Use
-       and-s instead of if-s.
-       (generic-use-find-file-hook): Changed from defvar to defcustom.
-       (generic-lines-to-scan): Changed from defvar to defcustom.
-       (generic-find-file-regexp): Changed from defvar to defcustom.
+       * generic.el (generic-mode-ini-file-find-file-hook):
+       Use and-s instead of if-s.
+       (generic-use-find-file-hook): Change from defvar to defcustom.
+       (generic-lines-to-scan): Change from defvar to defcustom.
+       (generic-find-file-regexp): Change from defvar to defcustom.
 
 1998-03-05  Ivar Rummelhoff  <ivarr@ifi.uio.no>
 
        configuration if the same command (changing the window
        configuration) is applied several times in a row.
 
-       * winner.el (winner-switch): Removed the command
+       * winner.el (winner-switch): Remove the command
        `winner-switch' (and the variables connected to it), since
        because of the change above, any "switching package" may now
        be used without disturbing winner-mode too much.
 
        * winner.el: Use list syntax for key definitions.
 
-       * winner.el (winner-change-fun): Removed the pushnew
+       * winner.el (winner-change-fun): Remove the pushnew
        command, so that `cl' will not have to be loaded.
 
        * winner.el (winner-set-conf): Introduced "wrapper" around
 
        * subr.el (sref): Typo in doc-string fixed.
 
-       * international/mule-cmds.el (set-default-coding-systems): Set
-       default-file-name-coding-system.  Doc-string modified.
+       * international/mule-cmds.el (set-default-coding-systems):
+       Set default-file-name-coding-system.  Doc-string modified.
        (prefer-coding-system): Doc-string modified.
 
-       * language/japan-util.el (setup-japanese-environment): Set
-       default-file-name-coding-system to japanese-iso-8bit.
+       * language/japan-util.el (setup-japanese-environment):
+       Set default-file-name-coding-system to japanese-iso-8bit.
 
 1998-03-02  Richard Stallman  <rms@psilocin.gnu.org>
 
 1998-03-01  Peter Breton  <pbreton@ne.mediaone.net>
 
        * locate.el (locate-update): New function.
-       (locate-current-line-number): Renamed from `current-line'.
+       (locate-current-line-number): Rename from `current-line'.
        (locate-default-make-command-line): Use list, not cons.
-       (locate): Added a `save-window-excursion' form.
+       (locate): Add a `save-window-excursion' form.
        (locate): Used an `apply' form for the start-process call.
        (locate-mode): Now has a `revert-buffer-function'.
        (locate-do-setup): Now longer deletes window.
        (locate-header-face): Use underline, not region.
        (locate-update-command): New option.
-       (locate-command): Changed from defvar to defcustom.
-       (locate-make-command-line): Changed from defvar to defcustom.
-       (locate-fcodes-file): Changed from defvar to defcustom.
-       (locate-mouse-face): Changed from defvar to defcustom.
+       (locate-command): Change from defvar to defcustom.
+       (locate-make-command-line): Change from defvar to defcustom.
+       (locate-fcodes-file): Change from defvar to defcustom.
+       (locate-mouse-face): Change from defvar to defcustom.
 
 1998-02-28  Richard Stallman  <rms@psilocin.gnu.org>
 
 1998-02-27  Karl Heuer  <kwzh@gnu.org>
 
        * dired-x.el (dired-do-toggle): Function moved to dired.el.
-       * dired.el (dired-do-toggle): Moved here from dired-x.el.
-       (dired-mode-map): Changed dired-do-toggle from "T" to "t".
+       * dired.el (dired-do-toggle): Move here from dired-x.el.
+       (dired-mode-map): Change dired-do-toggle from "T" to "t".
 
 1998-02-27  Carsten Dominik  <dominik@strw.LeidenUniv.nl>
 
        (custom-save-delete): Use it.
        (custom-save-all): Use it.
 
-       * shell.el (shell-dirtrack-mode): Renamed from shell-dirtrack-toggle.
-       (dirtrack-mode, shell-dirtrack-toggle): Defined as aliases.
+       * shell.el (shell-dirtrack-mode): Rename from shell-dirtrack-toggle.
+       (dirtrack-mode, shell-dirtrack-toggle): Define as aliases.
 
 1998-02-25  Carsten Dominik  <dominik@strw.LeidenUniv.nl>
 
        * textmodes/reftex.el (reftex-toc-mode, reftex-select-label-mode)
        (reftex-select-bib-mode): New major modes for RefTeX's special buffers.
        (reftex-offer-label-menu): Put selection buffer into
-       `reftex-select-label-mode'.  Make selection buffer read-only.  Use
-       `reftex-erase-buffer'.
+       `reftex-select-label-mode'.  Make selection buffer read-only.
+       Use `reftex-erase-buffer'.
        (reftex-do-citation): Put selection buffer into
-       `reftex-select-bib-mode'.  Make selection buffer read-only.  Use
-       `reftex-erase-buffer'.  Set `reftex-select-return-marker'.
-       (reftex-toc): Put *toc* buffer into reftex-toc-mode.  Add
-       mouse-face property.
+       `reftex-select-bib-mode'.  Make selection buffer read-only.
+       Use `reftex-erase-buffer'.  Set `reftex-select-return-marker'.
+       (reftex-toc): Put *toc* buffer into reftex-toc-mode.
+       Add mouse-face property.
        (reftex-select-item): Use recursive edit instead of selfmade
        command loop.  Removed unnecessary local bindings.  Changed the
        tag for catch, to avoid problems with `exit' tag in
        (reftex-select-search-backward, reftex-select-search)
        (reftex-select-scroll-up, reftex-select-scroll-down)
        (reftex-scroll-other-window, reftex-scroll-other-window-down)
-       (reftex-empty-toc-buffer): Removed obsolete functions.
-       (reftex-highlight-overlays): Removed obsolete 3rd overlay.
-       (reftex-select-label-map, reftex-select-bib-map): Removed obsolete
+       (reftex-empty-toc-buffer): Remove obsolete functions.
+       (reftex-highlight-overlays): Remove obsolete 3rd overlay.
+       (reftex-select-label-map, reftex-select-bib-map): Remove obsolete
        bindings, added mouse bindings, `digit-argument',
        `negative-argument', `reftex-select-show-insertion-point'.
        (reftex-erase-buffer): BUFFER now defaults to current buffer.
-       (reftex-label-alist-builtin): Added sidecap packages support.
+       (reftex-label-alist-builtin): Add sidecap packages support.
        (reftex-last-follow-point, reftex-select-return-marker): New variables.
        (reftex-toc, reftex-select-item): Set `reftex-last-follow-point'.
        (reftex-toc-post-command-hook): Use `reftex-last-follow-point'.
 
        * font-lock.el (font-lock-constant-face): Variable and face renamed
        from font-lock-reference-face.
-       (font-lock-reference-face): Changed value to font-lock-constant-face.
+       (font-lock-reference-face): Change value to font-lock-constant-face.
 
        * add-log.el:
        * dired.el:
 1998-02-19  Kenichi Handa  <handa@etl.go.jp>
 
        * international/mule.el
-       (after-insert-file-set-buffer-file-coding-system): Call
-       set-buffer-multibyte instead of directly setting
+       (after-insert-file-set-buffer-file-coding-system):
+       Call set-buffer-multibyte instead of directly setting
        enable-multibyte-characters to nil.
 
-       * language/china-util.el (setup-chinese-cns-environment): Correct
-       the setting of default-input-method.
+       * language/china-util.el (setup-chinese-cns-environment):
+       Correct the setting of default-input-method.
 
        * international/mule-cmds.el (select-safe-coding-system): Kill the
        warning buffer before returning.
        * info-look.el (info-complete): Rewrite minibuffer completion code.
 
        * info-look.el (info-lookup-minor-mode, turn-on-info-lookup):
-       Added minor mode interface.
+       Add minor mode interface.
        (info-lookup-minor-mode-string): New variable.
        (info-lookup-minor-mode-map): New variable.
 
        (info-lookup-highlight-face): Variables customized.
 
        * info-look.el (info-lookup-alist): No longer customizable.
-       (info-lookup-add-help, info-lookup-maybe-add-help): Interface
-       functions for adding new modes.
+       (info-lookup-add-help, info-lookup-maybe-add-help):
+       Interface functions for adding new modes.
        (info-lookup-add-help*): New function.
        (info-lookup-symbol-alist, info-lookup-file-alist): Variables deleted.
        This info is specified now by calling info-lookup-maybe-add-help
        `parse-partial-sexp' contains the starting pos of the last
        literal.
 
-1998-02-16  Barry A. Warsaw  <cc-mode-help@python.org>
+1998-02-16  Barry A. Warsaw  <bwarsaw@cnri.reston.va.us>
 
-       * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Set
-       imenu-case-fold-search to nil.
+       * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode):
+       Set imenu-case-fold-search to nil.
 
        * progmodes/cc-langs.el (c-postprocess-file-styles): If a file
        style or file offsets are set, make the variables local to the
        * progmodes/cc-defs.el (c-point): In XEmacs, use scan-lists +
        buffer-syntactic-context-depth.
 
-       * progmodes/cc-vars.el (c-enable-xemacs-performance-kludge-p): New
-       variable.
+       * progmodes/cc-vars.el (c-enable-xemacs-performance-kludge-p):
+       New variable.
 
        * progmodes/cc-cmds.el, progmodes/cc-engine.el (c-beginning-of-defun)
        (c-indent-defun, c-parse-state): Use (c-point 'bod) instead of
        * progmodes/cc-align.el (c-semi&comma-no-newlines-before-nonblanks)
        (c-semi&comma-no-newlines-for-oneline-inliners): New functions.
 
-       * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a few byte
+       * progmodes/cc-engine.el (c-guess-basic-syntax): Fix a few byte
        compiler warnings.
 
        * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
 
        * progmodes/cc-langs.el (c-java-method-key): Variable deleted.
 
-       * progmodes/cc-mode.el (java-mode): Set c-method-key to nil.  I
-       don't think this is necessary for Java, and besides, the old value
+       * progmodes/cc-mode.el (java-mode): Set c-method-key to nil.
+       don't think this is necessary for Java, and besides, the old value
        was inherited from Objective-C which was clearly not right.
 
        * progmodes/cc-cmds.el (c-electric-colon): Don't insert newlines
        * progmodes/cc-cmds.el (c-electric-brace): namespace-open and
        namespace-close braces can hang.
 
-       * progmodes/cc-defs.el (c-emacs-features): Added autoload cookie.
+       * progmodes/cc-defs.el (c-emacs-features): Add autoload cookie.
 
-       * progmodes/cc-engine.el (c-search-uplist-for-classkey): When
-       searching up for a class key, instead of hardcoding the extended
+       * progmodes/cc-engine.el (c-search-uplist-for-classkey):
+       When searching up for a class key, instead of hardcoding the extended
        search for "extern", use the new variable c-extra-toplevel-key,
        which is language dependent.  For C++, this variable includes the
        keyword "namespace" which will match C++ namespace introducing
 
        CASE 3: we can now determine whether we're at the beginning of a
        cpp macro definition, or inside the middle of one.  Set syntax to
-       'cpp-macro in the former case, 'cpp-macro-cont in the latter.  In
-       both cases, the relpos is the beginning of the macro.
+       'cpp-macro in the former case, 'cpp-macro-cont in the latter.
+       In both cases, the relpos is the beginning of the macro.
 
-       (c-forward-syntactic-ws): Added code that skips forward over
+       (c-forward-syntactic-ws): Add code that skips forward over
        multi-line cpp macros.
 
-       (c-beginning-of-macro): Moved, and made into a defsubst.  This
-       function can now actually find the beginning of a multi-line C
+       (c-beginning-of-macro): Move, and made into a defsubst.
+       This function can now actually find the beginning of a multi-line C
        preprocessor macro.
 
        (c-backward-syntactic-ws): Use c-beginning-of-macro to skip
        (c-initialize-on-load): New variable, *not* customized.
 
        * progmodes/cc-styles.el (c-offsets-alist): Three new syntactic
-       symbols: innamespace, namespace-open, namespace-close.  These
-       support C++ namespace blocks.
+       symbols: innamespace, namespace-open, namespace-close.
+       These support C++ namespace blocks.
        Also, new syntactic symbol cpp-macro-cont, by default bound to
        c-lineup-dont-change.  This symbol is assigned to subsequent lines
        of a multi-line C preprocess macro definition.
        Introduce the new default style "user" which contains all user
        customizations.
 
-       * progmodes/cc-vars.el (c-default-style): Renamed from
+       * progmodes/cc-vars.el (c-default-style): Rename from
        c-site-default-style.
 
 1998-02-15  Aki Vehtari  <Aki.Vehtari@hut.fi>
        `bibtex-autokey-before-presentation-function' as it is not hook.
        (bibtex-autokey-get-namefield): Remove newlines unconditionally.
 
-       * bibtex.el (bibtex-autokey): Fixed prefix.
+       * bibtex.el (bibtex-autokey): Fix prefix.
        (bibtex-user-optional-fields): Better `:type'.
        (bibtex-autokey-names): Better `:type' and doc-fix.
        (bibtex-mark-active): New function, taking care of Emacs variants.
        (bibtex-run-with-idle-timer): Ditto.
        (bibtex-mode-map): Change `[(control tab)]' to `[(meta tab)]'.
-       (bibtex-autokey-get-yearfield): Changed to accept year when year
+       (bibtex-autokey-get-yearfield): Change to accept year when year
        field has field-delimiters.  This is quick fix, there might
        be better solution.
        (bibtex-mode): Don't call idle timer with 0 seconds.
 
 1998-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
 
-       * bibtex.el (bibtex-autokey-get-yearfield): Fixed problem with
+       * bibtex.el (bibtex-autokey-get-yearfield): Fix problem with
        parsing the year field.
 
        * bibtex.el (bibtex-comment-start): Font locking for comments added.
        * bibtex.el (bibtex-autokey-get-titles): Non capitalized title words
        are used for key generation as well.
        (bibtex-member-of-regexp): Case is honored for matches now.
-       (bibtex-autokey-titleword-ignore): Added entries provide compatibility
+       (bibtex-autokey-titleword-ignore): Add entries provide compatibility
        to former behavior.
 
        * bibtex.el (bibtex-autokey-titleword-ignore): Title words found in
        (info-look-completion): New variable.
 
        * info-look.el (info-lookup-symbol-alist):
-       Added support for latex-mode, perl-mode, awk-mode, emacs-lisp-mode.
+       Add support for latex-mode, perl-mode, awk-mode, emacs-lisp-mode.
 
 1998-02-13  Richard Stallman  <rms@psilocin.gnu.org>
 
 
 1998-02-12  Dave Love  <fx@gnu.org>
 
-       * progmodes/scheme.el (scheme-imenu-generic-expression): Simplify
-       regexps.
+       * progmodes/scheme.el (scheme-imenu-generic-expression):
+       Simplify regexps.
        (dsssl-imenu-generic-expression): Likewise.
        (scheme-mode-variables): Set imenu-syntax-alist.
-       (dsssl-mode): Remove `!' from font-lock-defaults.  Set
-       imenu-syntax-alist.
+       (dsssl-mode): Remove `!' from font-lock-defaults.
+       Set imenu-syntax-alist.
 
 1998-02-11  Richard Stallman  <rms@psilocin.gnu.org>
 
 
        * international/kinsoku.el: Use aref instead of sref.
 
-       * international/mule-cmds.el (find-safe-coding-system): Return
-       undecided if FROM == TO.
+       * international/mule-cmds.el (find-safe-coding-system):
+       Return undecided if FROM == TO.
        (select-safe-coding-system): Doc-string modified.
 
-       * international/mule-util.el (compose-chars-component): Return
-       result as unibyte string.
+       * international/mule-util.el (compose-chars-component):
+       Return result as unibyte string.
        (decompose-composite-char): Doc-string modified.
 
        * international/titdic-cnv.el: Many codes re-written to adjust for
 
 1998-02-02  Dan Nicolaescu  <done@ece.arizona.edu>
 
-       * progmodes/hideshow.el (hs-special-modes-alist): Enhanced java
+       * progmodes/hideshow.el (hs-special-modes-alist): Enhance java
        regexp.
 
 1998-02-02  Richard Stallman  <rms@psilocin.gnu.org>
 
 1998-02-01  Richard Stallman  <rms@psilocin.gnu.org>
 
-       * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode): Fix
-       the doc strings used for the mode flag variable and the keymap.
+       * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
+       Fix the doc strings used for the mode flag variable and the keymap.
        Delete duplicate &optional's.
 
        * emacs-lisp/edebug.el: Doc fixes.
 
 1998-02-01  Dan Nicolaescu  <done@ece.arizona.edu>
 
-       * hideshow.el (hs-special-modes-alist): Improved the regexp for java.
+       * hideshow.el (hs-special-modes-alist): Improve the regexp for java.
 
        * isearch.el (isearch-range-invisible): Avoid infinite loop when
        search-invisible is nil.
        * fortran.el: Various docstring and commentary fixes, including
        note of current maintainer.
        (fortran-mode): Use imenu-syntax-alist.
-       (fortran-imenu-generic-expression): Use
-       fortran-continuation-string, not always `+'.
+       (fortran-imenu-generic-expression):
+       Use fortran-continuation-string, not always `+'.
        (fortran-font-lock-keywords-1): Include symbol syntax as well as
        word, following syntax table changes.
        (fortran-imenu-generic-expression): Likewise.
        (fortran-mode-version, fortran-startup-message): Delete misleading
        variables.
        (fortran-mode): Don't use them.
-       (fortran-column-ruler-fixed, fortran-column-ruler-tab): Fix
-       leading \ which made `0' into null.
+       (fortran-column-ruler-fixed, fortran-column-ruler-tab):
+       Fix leading \ which made `0' into null.
        (fortran-join-line): New function and key binding.
        (fortran-narrow-to-subprogram): New function and key binding.
        (fortran-mode-syntax-table): Make ?., ?_, ?$ symbol, not word.
 
 1998-01-29  Carsten Dominik  <dominik@strw.LeidenUniv.nl>
 
-       * textmodes/reftex.el (reftex-toc): Fixed bug with split-window.  Using
-       split-window instead of split-window-vertically.
-       (reftex-reset-mode): Removed obsolete buffer from kill list.
-       (reftex-make-and-insert-label-list, reftex-do-citation): Delete
-       other windows before displaying selection.
-       (reftex-cite-format-builtin): Fixed bug in Chicago format.
+       * textmodes/reftex.el (reftex-toc): Fix bug with split-window.
+       Using split-window instead of split-window-vertically.
+       (reftex-reset-mode): Remove obsolete buffer from kill list.
+       (reftex-make-and-insert-label-list, reftex-do-citation):
+       Delete other windows before displaying selection.
+       (reftex-cite-format-builtin): Fix bug in Chicago format.
        (reftex-enlarge-to-fit): New function.
-       (reftex-nicify-text): Cut context-string at \item,\\.  Changed
-       match sequence for efficiency reasons.
+       (reftex-nicify-text): Cut context-string at \item,\\.
+       Changed match sequence for efficiency reasons.
        (reftex-parse-from-file): Include files can be ignored with
        `reftex-no-include-regexps'.
        (reftex-no-include-regexps): New option.
        (reftex-where-am-I): Interpret appendix match.
        (reftex-init-section-numbers): New arg: appendix.
        (reftex-section-number): Treat appendix enumeration.
-       (reftex-toc-external): Improved message.
+       (reftex-toc-external): Improve message.
        (reftex-compute-ref-cite-tables): Regular expression extended for
        appendix.
-       (reftex-toc-rescan): Renamed from reftex-toc-redo.
-       (reftex-toc-Rescan): Renamed from reftex-toc-Redo.
+       (reftex-toc-rescan): Rename from reftex-toc-redo.
+       (reftex-toc-Rescan): Rename from reftex-toc-Redo.
        (reftex-toc-revert): New function.
        (reftex-select-external-document): Completion on label prefixes.
-       (reftex-find-file-on-path): Added an extra call to
+       (reftex-find-file-on-path): Add an extra call to
        expand-file-name for the directory.
-       (reftex-locate-bibliography-files): Added expand-file-name call.
+       (reftex-locate-bibliography-files): Add expand-file-name call.
        (reftex-guess-label-type): New function.
        (reftex-word-before-point): Function removed.
        (reftex-reference): Uses reftex-guess-label-type.  Changed meaning
        (reftex-select-label-maps): Default bindings for TAB, up, down, RET.
        (reftex-select-read-string): Now uses completion.
        (reftex-make-and-insert-label-list): Prepare for completion.
-       (reftex-where-am-I): Fixed bug with input files.
+       (reftex-where-am-I): Fix bug with input files.
        (reftex-save-all-document-buffers): New command.
        (reftex-select-next-heading): New function.
        (reftex-select-previous-heading): New function.
        (reftex-select-read-string): New function.
        (reftex-offer-label-menu): Handle string value from reftex-select-item.
-       (reftex-reference): Fixed bug (missing save-excursion).
-       (reftex-toc-map): Added binding for ?n and ?p.
-       (reftex-do-citation): Changed to use reftex-default-bibliography.
+       (reftex-reference): Fix bug (missing save-excursion).
+       (reftex-toc-map): Add binding for ?n and ?p.
+       (reftex-do-citation): Change to use reftex-default-bibliography.
        (reftex-default-bibliography): New option.
        (reftex-find-tex-file): Check for file-name-absolute-p first.
        (reftex-format-label-function, reftex-format-ref-function)
        (reftex-format-cite-function): New hooks.
        (reftex-info): New function.
-       (reftex-compute-ref-cite-tables): Removed interactive form.
-       (reftex-where-am-I): Removed interactive form.
-       (reftex-format-names): Removed interactive form.
+       (reftex-compute-ref-cite-tables): Remove interactive form.
+       (reftex-where-am-I): Remove interactive form.
+       (reftex-format-names): Remove interactive form.
        (reftex-vref-is-default): New customization variable.
        (reftex-mode-menu): Capitalize citation options.
        (reftex-last-cnt): Variable removed.
        (reftex-last-data, reftex-last-line): New variables.
        (reftex-select-toggle-varioref): New function.
-       (reftex-offer-label-menu): Changed mode-line-format for varioref.
+       (reftex-offer-label-menu): Change mode-line-format for varioref.
        (reftex-select-label-help): Help string updated.
-       (reftex-do-parse): Fixed bug with empty xr list.
+       (reftex-do-parse): Fix bug with empty xr list.
        (reftex-view-crossref): Prefix argument interpretation changed.
        (reftex-get-offset): New function.
        (reftex-label): Remove selection buffer to force update.
        (reftex-access-scan-info): Remove selection buffers.
-       (reftex-select-external-document): Fixed bug with highest index.
+       (reftex-select-external-document): Fix bug with highest index.
        (reftex-label-index-list, reftex-found-list): Variables removed.
        (reftex-offer-label-menu, reftex-make-and-insert-label-list)
        (reftex-select-item, reftex-citation, reftex-select-label-callback)
-       (reftex-bibtex-selection-callback, reftex-select-callback): Changed
-       to put the scan data directly into the text property :data,
+       (reftex-bibtex-selection-callback, reftex-select-callback):
+       Change to put the scan data directly into the text property :data,
        instead of doing this indirectly with an index-list.
        (reftex-make-selection-buffer-name): New function.
        (reftex-tie-multifile-symbols): Store master-index-as-property.
        (reftex-access-parse-file): `Restore' action now throws an
        exception when the file is not found.
        (reftex-create-customize-menu): New function.
-       (reftex-label): Fixed bug which made naked labels in \footnotes.
+       (reftex-label): Fix bug which made naked labels in \footnotes.
        (reftex-select-label-map, reftex-select-bib-map): New keymaps for
        the RefTeX Select buffer.
        (reftex-select-next, reftex-select-previous, reftex-select-scroll-down)
        (reftex-extract-bib-entries-from-thebibliography): New function.
        (reftex-format-bibitem): New function.
        (reftex-parse-bibitem): New function.
-       (reftex-make-desparate-section-regexp): Changed name to
+       (reftex-make-desparate-section-regexp): Change name to
        reftex-make-desperate-section-regexp.
        (reftex-do-parse, reftex-locate-bibliography-files)
        (reftex-string-to-label, reftex-select-external-document)
        (reftex-select-search-minibuffer-map, reftex-access-search-path)
        (reftex-compute-ref-cite-tables, reftex-recursive-directory-list):
        All lambda expressions now quoted with `function'.
-       (reftex-view-crossref, reftex-mouse-view-crossref): Fixed bug with
+       (reftex-view-crossref, reftex-mouse-view-crossref): Fix bug with
        multiple calls.
        (reftex-get-buffer-visiting): Error message changed.
        (reftex-select-external-document, reftex-query-label-type)
        * progmodes/etags.el (find-tag-marker-ring-length): New variable.
        (find-tag-marker-ring): New variable.
        (tags-location-ring): New variable replacing tags-location-ring.
-       (tags-location-stack): Deleted.
+       (tags-location-stack): Delete.
        (tags-table-format-hooks): Doc fix.
        (initialize-new-tags-table): Init find-tag-marker-ring,
        tags-location-ring.
 
        * international/mule-cmds.el (toggle-enable-multibyte-characters):
        Use set-buffer-multibyte.
-       (find-safe-coding-system-list-subset-p): Renamed from list-subset-p.
+       (find-safe-coding-system-list-subset-p): Rename from list-subset-p.
        The call changed also.
 
 1998-01-28  Kenichi Handa  <handa@etl.go.jp>
 
-       * international/titdic-cnv.el (titdic-convert): Set
-       enable-multibyte-characters to t after inserting TIT file by
+       * international/titdic-cnv.el (titdic-convert):
+       Set enable-multibyte-characters to t after inserting TIT file by
        no-conversion.
        (tit-process-body): Do not bind enable-multibyte-characters to
        nil.
        instead of (` and (,.  Implement :filter.  Doc fix.
        (easy-menu-do-define): Call `easy-menu-create-menu' instead of
        `easy-menu-create-keymaps'.
-       (easy-menu-create-keymaps): Replaced by `easy-menu-create-menu'.
-       (easy-menu-create-menu): New public function.  Replaces
-       `easy-menu-create-keymaps', but with large changes.
+       (easy-menu-create-keymaps): Replace by `easy-menu-create-menu'.
+       (easy-menu-create-menu): New public function.
+       Replaces `easy-menu-create-keymaps', but with large changes.
        (easy-menu-button-prefix): New constant.
        (easy-menu-do-add-item, easy-menu-make-symbol): New functions.
        (easy-menu-update-button): Doc fix.
 
        * mail/emacsbug.el (emacsbug): Customized.
        (report-emacs-bug-no-confirmation):
-       Renamed from report-emacs-bug-run-tersely.
+       Rename from report-emacs-bug-run-tersely.
        (report-emacs-bug-no-explanations): New option.
        (report-emacs-bug): Handle that option.
 
 1998-01-22  Eric Ludlam  <zappo@mescaline.gnu.org>
 
-       * mail/rmail.el (rmail-speedbar-buttons): Added speedbar support
+       * mail/rmail.el (rmail-speedbar-buttons): Add speedbar support
        for Rmail, including rmail-speedbar-button,
        rmail-speedbar-find-file, rmail-move-message-to-folder-on-line,
        rmail-speedbar-move-message, and support variables.
 
-       * info.el (Info-speedbar-buttons): Added speedbar support for Info
+       * info.el (Info-speedbar-buttons): Add speedbar support for Info
        mode, including Info-speedbar-button, Info-speedbar-menu, and
        support variables.
 
-       * gud.el (gud-speedbar-buttons): Added speedbar support for GUD in
+       * gud.el (gud-speedbar-buttons): Add speedbar support for GUD in
        general, and for GDB specifically, including
        gud-gdb-goto-stackframe, gud-gdb-get-stackframe,
        gud-gdb-run-command-fetch-lines, gud-gdb-speedbar-stack-filter,
 
 1998-01-21  Kenichi Handa  <handa@etl.go.jp>
 
-       * international/mule-cmds.el (prefer-coding-system): Call
-       update-iso-coding-systems.
+       * international/mule-cmds.el (prefer-coding-system):
+       Call update-iso-coding-systems.
 
-       * international/mule-util.el (string-to-sequence): Adjusted for
+       * international/mule-util.el (string-to-sequence): Adjust for
        the change of multibyte-form handling (byte-base to char-base).
        (store-substring): Likewise.
        (truncate-string-to-width): Likewise.
        (set-language-environment-coding-systems): New function.
 
        * international/mule-conf.el: Adjusted for the change of the
-       format of make-coding-system's 6th argument.  Initialize
-       coding-category-iso-7-tight to iso-2022-jp.
+       format of make-coding-system's 6th argument.
+       Initialize coding-category-iso-7-tight to iso-2022-jp.
 
        * international/mule-diag.el (describe-coding-system): Change the
        format of showing safe charsets.
 
-       * international/mule-util.el (find-safe-coding-system): Moved to
+       * international/mule-util.el (find-safe-coding-system): Move to
        mule-cmds.el.
        (detect-coding-with-priority): New macro.
        (detect-coding-with-language-environment): New function.
 
        * language/japanese.el, language/korean.el, language/lao.el,
        * language/thai.el, language/tibetan.el, language/vietnamese.el:
-       Adjusted for the change of make-coding-system.  Register
-       coding-priority key in
+       Adjusted for the change of make-coding-system.
+       Register coding-priority key in
 
        * language/china-util.el, language/japan-util.el,
        * language/korea-util.el, language/tibet-util.el,
        (ccl-dump-translate-multiple-map, ccl-dump-translate-single-map):
        New functions.
 
-       * international/mule.el (define-character-unification-table): New
-       function.
+       * international/mule.el (define-character-unification-table):
+       New function.
 
-       * international/mule-conf.el (oldjis-newjis-jisroman-ascii): New
-       character unification table.
+       * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
+       New character unification table.
        (standard-character-unification-table-for-decode): Initialize to
        `unification-table' property of `oldjis-newjis-jisroman-ascii'.
 
 
 1998-01-17  Karl Heuer  <kwzh@gnu.org>
 
-       * register.el (number-to-register, increment-register): Args
-       renamed to match doc.
+       * register.el (number-to-register, increment-register):
+       Args renamed to match doc.
 
 1998-01-17  Dave Love  <d.love@dl.ac.uk>
 
 
 1998-01-04  Richard Stallman  <rms@psilocin.gnu.org>
 
-       * subr.el (sref): Defined.
+       * subr.el (sref): Define.
 
 1998-01-03  Stephen Eglen  <stephen@cns.ed.ac.uk>
 
 
 1997-12-22  Kevin Rodgers  <kevinr@ihs.com>  (tiny change)
 
-       * simple.el (previous-matching-history-element): Bind
-       case-fold-search to nil if REGEXP contains an uppercase letter.
+       * simple.el (previous-matching-history-element):
+       Bind case-fold-search to nil if REGEXP contains an uppercase letter.
        (previous-matching-history-element, next-matching-history-element):
        Doc fixes.
 
 
 1997-12-21  Richard Stallman  <rms@psilocin.gnu.org>
 
-       * msb.el (msb--home-dir): Renamed from msb--home-path.
-       (msb--strip-dir): Renamed from msb--strip-path.
+       * msb.el (msb--home-dir): Rename from msb--home-path.
+       (msb--strip-dir): Rename from msb--strip-path.
 
 1997-12-21  Lars Lindberg  <Lars.G.Lindberg@capgemini.se>
 
        (ps-generate): Replace (if A B) by (and A B).
        (ps-do-despool): Dynamic evaluation for ps-lpr-switches.
        Replace (if A B) by (and A B).
-       (color-instance-rgb-components, ps-color-values): Replace
-       pixel-components by color-instance-rgb-components.
+       (color-instance-rgb-components, ps-color-values):
+       Replace pixel-components by color-instance-rgb-components.
        (ps-xemacs-face-kind-p): Replace face-font by face-font-instance,
        replace x-font-properties by font-instance-properties.
 
        * progmodes/scheme.el: Define indentation in normal dialect for
        let-syntax, letrec-syntax, syntax-rules, call-with-values,
        dynamic-wind.
-       (scheme-mode-map): Remove lisp-complete-symbol.  Add
-       uncomment-region menu item.
+       (scheme-mode-map): Remove lisp-complete-symbol.
+       Add uncomment-region menu item.
        (scheme-mode-hook, dsssl-mode-hook): Declare customized.
        (dsssl-sgml-declaration): Fix customization.
 
        * cus-edit.el (customize-changed-options): New function.
        (customize-version-lessp): New function.
 
-       * facemenu.el (facemenu-remove-face-props): Renamed from
+       * facemenu.el (facemenu-remove-face-props): Rename from
        facemenu-remove-props.  Remove only face and mouse-face.
        (facemenu-menu): Update menu item for facemenu-remove-face-props.
 
        (debugger-mode): Now runs hook `debugger-mode-hook'.
 
        * add-log.el (change-log-add-make-room): New function.
-       (change-log-get-method-definition-1): Renamed get-method-definition-1.
-       (change-log-get-method-definition): Renamed from get-method-definition.
+       (change-log-get-method-definition-1): Rename get-method-definition-1.
+       (change-log-get-method-definition): Rename from get-method-definition.
        (add-log-keep-changes-together): New user variable.
-       (add-change-log-entry): Added missing WHOAMI explanation.
+       (add-change-log-entry): Add missing WHOAMI explanation.
        Added new functionality according to variable
        `add-log-keep-changes-together'.
 
 
        * progmodes/cc-menus.el: Require imenu.
 
-       * calendar/cal-french.el (french-calendar-special-days-array): New
-       function.
+       * calendar/cal-french.el (french-calendar-special-days-array):
+       New function.
        (calendar-french-date-string, calendar-goto-french-date): Use that
        function instead of the variable.
 
 
 1997-12-01  Eli Zaretskii  <eliz@is.elta.co.il>
 
-       * frame.el (make-frame-names-alist, select-frame-by-name): New
-       functions, support frame selection with completion and history.
+       * frame.el (make-frame-names-alist, select-frame-by-name):
+       New functions, support frame selection with completion and history.
        (frame-name-history, frame-names-alist): New variables.
 
 1997-11-30  Dave Love  <d.love@dl.ac.uk>
 
 1997-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
 
-       * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Set
-       default-directory.
+       * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
+       Set default-directory.
        (cvs-run-ediff-on-file-descriptor): Use ediff-buffers when
        type=MODIFIED.
        * ediff-init.el: Commented out ediff-set-face-pixmap.
 
 1997-11-24  Simon Marshall  <simon@gnu.org>
 
-       * menu-bar.el (menu-bar-describe-menu): Fixed duplicate KEYs.
+       * menu-bar.el (menu-bar-describe-menu): Fix duplicate KEYs.
 
 1997-11-24  Richard Stallman  <rms@psilocin.ai.mit.edu>
 
 
 1997-11-20  Karl Heuer  <kwzh@gnu.org>
 
-       * international/mule-cmds.el (set-input-method): Renamed from
+       * international/mule-cmds.el (set-input-method): Rename from
        select-input-method.
 
 1997-11-20  Eli Zaretskii  <eliz@is.elta.co.il>
        * gnus/gnus-mule.el (gnus-mule-initialize): Do not set
        nntp-coding-system-for-read and nntp-coding-system-for-write.
 
-       * gnus/gnus-start.el (gnus-read-descriptions-file): Decode
-       description if necessary.
+       * gnus/gnus-start.el (gnus-read-descriptions-file):
+       Decode description if necessary.
 
        * gnus/nntp.el (nntp-coding-system-for-read): Set default value to
        binary.
        (nntp-coding-system-for-write): Likewise.
 
-       * international/mule-cmds.el (set-language-environment): Run
-       exit-language-environment-hook before calling `exit-function'
+       * international/mule-cmds.el (set-language-environment):
+       Run exit-language-environment-hook before calling `exit-function'
        which is specified for the language environment.
 
        * language/european.el: Add "Upper Sorbian" and "Lower Sorbian" in
        (ediff-update-markers-in-dir-meta-buffer): New, for fast redisplay
        of meta buffer.
        (ediff-update-meta-buffer, ediff-redraw-directory-group-buffer)
-       (ediff-previous-meta-overlay-start, ediff-next-meta-item): Changed to
+       (ediff-previous-meta-overlay-start, ediff-next-meta-item): Change to
        support the above.
        (ediff-insert-session-info-in-meta-buffer)
        (diff-replace-session-status-in-meta-buffer)
 
 1997-10-31  Dave Love  <d.love@dl.ac.uk>
 
-       * progmodes/fortran.el (fortran-imenu-generic-expression): New
-       variable.
+       * progmodes/fortran.el (fortran-imenu-generic-expression):
+       New variable.
        (fortran-mode): Use it.
 
 1997-10-31  Richard Stallman  <rms@gnu.org>
 1997-10-28  Simon Marshall  <simon@gnu.org>
 
        * font-lock.el (font-lock-keywords): Doc fix.
-       (font-lock-match-c++-style-declaration-item-and-skip-to-next): Allow
-       any number of ::foo suffixes in declarative items.
+       (font-lock-match-c++-style-declaration-item-and-skip-to-next):
+       Allow any number of ::foo suffixes in declarative items.
 
        * lazy-lock.el (lazy-lock-fontify-after-defer): Check each buffer to
        make sure it still (a) exists and (b) has Lazy Lock mode turned on.
        (octave-comment-indent): Handle magic comments correctly.
        (calculate-octave-indent): Handle magic comments correctly.
 
-       * progmodes/octave-mod.el (octave-abbrev-table): Added abbrevs for
+       * progmodes/octave-mod.el (octave-abbrev-table): Add abbrevs for
        switch, case, otherwise, and endswitch.
-       (octave-begin-keywords): Added switch.
-       (octave-else-keywords): Added case and otherwise.
-       (octave-end-keywords): Added endswitch.
-       (octave-block-match-alist): Added an entry for switch syntax.
-       (calculate-octave-indent): Added support for switch syntax.
+       (octave-begin-keywords): Add switch.
+       (octave-else-keywords): Add case and otherwise.
+       (octave-end-keywords): Add endswitch.
+       (octave-block-match-alist): Add an entry for switch syntax.
+       (calculate-octave-indent): Add support for switch syntax.
        (octave-block-end-offset): New function.
        (octave-comment-indent): Fix a typo.
 
-       * progmodes/octave-mod.el (octave-block-match-alist): Move
-       `otherwise' to right after `case' to have octave-close-block()
+       * progmodes/octave-mod.el (octave-block-match-alist):
+       Move `otherwise' to right after `case' to have octave-close-block()
        correctly close a `switch' block by `endswitch'.
 
 1997-10-24  Carsten Dominik  <dominik@strw.LeidenUniv.nl>
        * reftex.el: The menu now used toggle and radio for some items.
        (reftex-default-context-regexps): `caption' now prefers the
        optional short caption.
-       (reftex-offer-label-menu): Fixed bug which could kill master
+       (reftex-offer-label-menu): Fix bug which could kill master
        buffer of external document.
-       (reftex-select-item, reftex-get-buffer-visiting): Compatibility
-       code works now the other way round.
+       (reftex-select-item, reftex-get-buffer-visiting):
+       Compatibility code works now the other way round.
        (reftex-select-external-document): Now gives a message when no
        external documents are available.
        (reftex-find-duplicate-labels): Single key strokes to exit or to
        do a query replace.  Made more user friendly in general.
-       (reftex-section-levels, reftex-default-context-regexps): Move
-       definition of these variables to configuration section.
+       (reftex-section-levels, reftex-default-context-regexps):
+       Move definition of these variables to configuration section.
 
 1997-10-24  Richard Stallman  <rms@gnu.org>
 
 
        * international/mule-util.el (find-safe-coding-system): New function.
 
-       * international/mule.el (load-with-code-conversion): Update
-       preloaded-file-list, bind load-file-name and
+       * international/mule.el (load-with-code-conversion):
+       Update preloaded-file-list, bind load-file-name and
        inhibit-frame-unsplittable properly.
        (make-char): Make it a function.  Set it byte-compile property to
        optimize byte-compiled codes.
        (make-coding-system): New optional arg charsets.  Set property
        `safe-charsets' of the coding system to it.
 
-       * international/quail.el (quail-require-guidance-buf): Adjusted
-       for the change of input-method-verbose-flag.
+       * international/quail.el (quail-require-guidance-buf):
+       Adjust for the change of input-method-verbose-flag.
 
        * language/chinese.el: Give proper SAFE-CHARSET argument in each
        call of make-coding-system.
        * language/korean.el: Give proper SAFE-CHARSET argument in each
        call of make-coding-system.  Set exit-function for language
        environment "Korean" to exit-korean-environment.
-       (setup-korean-environment): Moved to korean.el.
+       (setup-korean-environment): Move to korean.el.
 
        * language/lao.el: Give proper SAFE-CHARSET argument in each call
        of make-coding-system.
 
        * man.el (Man-getpage-in-background): Bind inhibit-eol-conversion
        to t before calling start-process or call-process.
-       (Man-softhyphen-to-minus): New function.  If
-       enable-multibyte-characters is non-nil, convert the code 0255 only
+       (Man-softhyphen-to-minus): New function.
+       If enable-multibyte-characters is non-nil, convert the code 0255 only
        when it is not a part of a multibyte characters.
        (Man-fontify-manpage): Call Man-softhyphen-to-minus.
        (Man-cleanup-manpage): Likewise.
        (lm-insert-at-column): Use FORCE arg of move-to-column.
        * emulation/tpu-edt.el (tpu-arrange-rectangle): Likewise.
 
-1997-10-23  Barry A. Warsaw  <cc-mode-help@python.org>
+1997-10-23  Barry A. Warsaw  <bwarsaw@cnri.reston.va.us>
 
        Merge in Release 5.19 of cc-mode.
 
        comment-column and there is non-whitespace preceding this on the
        current line.
 
-       * progmodes/cc-mode.el (c-submit-bug-report): Remove
-       c-recognize-knr-p.  Add c-comment-continuation-stars.
+       * progmodes/cc-mode.el (c-submit-bug-report):
+       Remove c-recognize-knr-p.  Add c-comment-continuation-stars.
 
        * progmodes/cc-styles.el (c-initialize-builtin-style):
        Only use copy-tree if it is funcall-able.  This is the right patch, and
        was given by Erik Naggum <erik@naggum.no>
 
-1997-10-23  Barry A. Warsaw  <cc-mode-help@python.org>
+1997-10-23  Barry A. Warsaw  <bwarsaw@cnri.reston.va.us>
 
        * progmodes/cc-menus.el (cc-imenu-c-prototype-macro-regexp): New var.
 
        Given by jan.dubois@ibm.net (Jan Dubois).
 
        * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
-       Removed test for declaration
+       Remove test for declaration
        statements.  Patch given by Ake Stenhoff <etxaksf@aom.ericsson.se>, as
        forwarded to me by RMS.
 
        to cc-imenu-objc-function to enable Imenu support for Objective-C.
        Contributed by Masatake (jet) YAMATO.
 
-1997-10-23  Barry A. Warsaw  <cc-mode-help@python.org>
+1997-10-23  Barry A. Warsaw  <bwarsaw@cnri.reston.va.us>
 
        * progmodes/cc-styles.el (c-initialize-builtin-style):
        Use existing copy-tree if it's defined.
        c-offsets-alist must be copied recursively.  Use copy-tree solution
        given by Simon Marshall <simon@gnu.org>.
 
-1997-10-23  Barry A. Warsaw  <cc-mode-help@python.org>
+1997-10-23  Barry A. Warsaw  <bwarsaw@cnri.reston.va.us>
 
        * progmodes/cc-cmds.el (c-beginning-of-statement):
        Fixes in sentence movement to properly
 
 1997-10-22  Kenichi Handa  <handa@etl.go.jp>
 
-       * gnus/gnus-art.el (gnus-show-traditional-method): Call
-       gnus-mule-decode-article only when enable-multibyte-characters is
+       * gnus/gnus-art.el (gnus-show-traditional-method):
+       Call gnus-mule-decode-article only when enable-multibyte-characters is
        non-nil.
 
        * gnus/gnus-ems.el (gnus-ems-redefine): Require `gnus-mule' only
 
 1997-10-21  Kenichi Handa  <handa@etl.go.jp>
 
-       * international/mule-diag.el (describe-coding-system): Print
-       information about coding system properties, post-read-conversion
+       * international/mule-diag.el (describe-coding-system):
+       Print information about coding system properties, post-read-conversion
        and pre-write-conversion.
-       (print-coding-system-briefly): Adjusted for the change in mule.el.
+       (print-coding-system-briefly): Adjust for the change in mule.el.
        (describe-current-coding-system): Likewise.
        (print-coding-system): Likewise.
 
        (2) Properties of a coding system (except for `coding-system' and
        `eol-type') is embedded in PLIST slot of coding-spec vector.
        (coding-spec-plist-idx): Initialize to 3.
-       (coding-system-spec-ref): Deleted.
-       (coding-system-spec): Moved from src/coding.c.
-       (coding-system-type): Adjusted for the above change.
+       (coding-system-spec-ref): Delete.
+       (coding-system-spec): Move from src/coding.c.
+       (coding-system-type): Adjust for the above change.
        (coding-system-mnemonic): Likewise.
        (coding-system-doc-string): Likewise.
        (coding-system-flags): Likewise.
        (coding-system-category): Likewise.
        (coding-system-get, coding-system-put, coding-system-category):
        New functions.
-       (coding-system-base): Moved from mule-util.el and adjusted for the
+       (coding-system-base): Move from mule-util.el and adjusted for the
        above change.
        (coding-system-parent): Make it obsolete alias of
        coding-system-base.
-       (make-subsidiary-coding-system): Adjusted for the above change.
+       (make-subsidiary-coding-system): Adjust for the above change.
        Update coding-system-list and coding-system-alist.
        (make-coding-system): Likewise.
        (define-coding-system-alias): Likewise.
        (set-buffer-file-coding-system): Typo in doc-string fixed.
-       (after-insert-file-set-buffer-file-coding-system): Change
-       enable-multibyte-characters only when
+       (after-insert-file-set-buffer-file-coding-system):
+       Change enable-multibyte-characters only when
        find-new-buffer-file-coding-system returns non-nil value.
-       (find-new-buffer-file-coding-system): Adjusted for the above change.
+       (find-new-buffer-file-coding-system): Adjust for the above change.
 
-       * international/mule-cmds.el (read-multilingual-string): Use
-       current-input-method prior to default-input-method.  Don't bind
+       * international/mule-cmds.el (read-multilingual-string):
+       Use current-input-method prior to default-input-method.  Don't bind
        current-input-method by `let', instead, activate the specified
        input method in the current buffer temporarily.
 
        * international/mule-conf.el: Change the way of making coding
        systems no-conversion and undecided.
 
-       * international/mule-util.el (coding-system-base): Moved to
+       * international/mule-util.el (coding-system-base): Move to
        mule.el.
        (coding-system-post-read-conversion):
        Use the new function coding-system-get.
        (coding-system-pre-write-conversion): Likewise.
        (coding-system-unification-table-for-decode): Likewise.
        (coding-system-unification-table-for-encode): Likewise.
-       (coding-system-list): Adjusted for the change in mule.el.
-       (coding-system-plist): Deleted.
+       (coding-system-list): Adjust for the change in mule.el.
+       (coding-system-plist): Delete.
        (coding-system-equal): Do not use coding-system-plist.
 
        * language/chinese.el: Use coding-system-put to set coding system
        * language/thai.el: Use coding-system-put to set coding system
        properties, post-read-conversion and pre-write-conversion.
 
-       * language/tibet-util.el (tibetan-post-read-conversion): Return
-       the length of converted region.
+       * language/tibet-util.el (tibetan-post-read-conversion):
+       Return the length of converted region.
 
        * language/tibetan.el: Use coding-system-put to set coding system
        properties, post-read-conversion and pre-write-conversion.
 
 1997-10-21  Tomohiko Morioka  <morioka@jaist.ac.jp>
 
-       * gnus/nnfolder.el (nnfolder-request-list): Bind
-       file-name-coding-system to binary.
+       * gnus/nnfolder.el (nnfolder-request-list):
+       Bind file-name-coding-system to binary.
        (nnfolder-possibly-change-group): Likewise.
 
        * gnus/nnml.el (nnml-retrieve-headers): Likewise.
        gnus-mule-initialize and setting coding system for nntp.
        (gnus-mule-select-coding-system): Get a coding system of the
        current newsgroup from gnus-summary-buffer.
-       (gnus-mule-decode-summary): Deleted.
+       (gnus-mule-decode-summary): Delete.
        (gnus-mule-initialize): Add-hook gnus-mule-select-coding-system to
        gnus-parse-headers-hook.  Don't add-hook gnus-mule-decode-summary
        and gnus-mule-decode-article.  Don't set process coding system for
        nntp stream to 'no-conversion, instead set
-       nntp-coding-system-for-read to 'binary.  Set
-       nnheader-file-coding-system and nnmail-file-coding-system to
+       nntp-coding-system-for-read to 'binary.
+       Set nnheader-file-coding-system and nnmail-file-coding-system to
        'binary.
 
 1997-10-21  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
 
        * nnml.el (nnml-directory): Doc fix.
 
-       * gnus-topic.el (gnus-topic-make-menu-bar): Added
-       gnus-topic-edit-parameters.
+       * gnus-topic.el (gnus-topic-make-menu-bar):
+       Add gnus-topic-edit-parameters.
 
 1997-10-21  Jay Sachs  <sachs@interactive.net>
 
 
 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
 
-       * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Escape
-       newlines.
+       * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
+       Escape newlines.
 
 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
 
 1997-10-21  Danny Siu  <dsiu@adobe.com>
 
        * smiley.el (smiley-buffer): Make smiley case sensitive.
-       (smiley-deformed-regexp-alist): Added more regexp for happy smiley.
+       (smiley-deformed-regexp-alist): Add more regexp for happy smiley.
        (smiley-nosey-regexp-alist): Same as above.
 
 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
 
 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
 
-       * nntp.el (nntp-nov-gap): Changed default.
+       * nntp.el (nntp-nov-gap): Change default.
 
-       * gnus-nocem.el (gnus-nocem-issuers): Fixed names.
+       * gnus-nocem.el (gnus-nocem-issuers): Fix names.
 
 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
 
 
        * gnus.el (gnus-simplify-mode-line): Use varying formats.
 
-       * gnus-xmas.el (gnus-xmas-group-remove-excess-properties): Removed.
-       (gnus-xmas-topic-remove-excess-properties): Removed.
+       * gnus-xmas.el (gnus-xmas-group-remove-excess-properties): Remove.
+       (gnus-xmas-topic-remove-excess-properties): Remove.
 
 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
 
 
 1997-10-21  Michael R. Cook  <mcook@cognex.com>
 
-       * gnus-topic.el (gnus-topic-toggle-display-empty-topics): List
-       groups.
+       * gnus-topic.el (gnus-topic-toggle-display-empty-topics):
+       List groups.
 
 1997-10-21  Per Abrahamsen  <abraham@dina.kvl.dk>
 
        * gnus-start.el (gnus-check-first-time-used): Force reading the
        active file the first time Gnus is used.
 
-       * gnus-group.el (gnus-group-set-mode-line): Conditionalize
-       modified.
+       * gnus-group.el (gnus-group-set-mode-line):
+       Conditionalize modified.
 
        * gnus-ems.el (gnus-mode-line-modified): New variable.
 
 
        * message.el (message-clone-locals): Made into own function.
 
-       * gnus.el (gnus-select-method): Changed default.
+       * gnus.el (gnus-select-method): Change default.
 
-       * gnus-start.el (gnus-read-active-file): Changed default to
+       * gnus-start.el (gnus-read-active-file): Change default to
        `some'.
 
 1997-10-21  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
 
 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
 
-       * gnus-sum.el (t): Moved pop article keystroke.
+       * gnus-sum.el (t): Move pop article keystroke.
 
 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
 
-       * nnmail.el (nnmail-search-unix-mail-delim-backward): Allow
-       several "From "'s.
+       * nnmail.el (nnmail-search-unix-mail-delim-backward):
+       Allow several "From "'s.
        (nnmail-search-unix-mail-delim): Ditto.
 
 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
 
 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
 
-       * gnus-sum.el (gnus-summary-limit-children): Typo.  Wouldn't
-       marked NoCeM'ed out messages as read.
+       * gnus-sum.el (gnus-summary-limit-children): Typo.
+       Wouldn't marked NoCeM'ed out messages as read.
 
 1997-10-21  Darren Stalder  <torin@daft.com>
 
 
 1997-10-21  Danny Siu  <dsiu@adobe.com>
 
-       * gnus-picon.el (gnus-group-display-picons): Use
-       gnus-group-real-name so that picons for foreign groups display
+       * gnus-picon.el (gnus-group-display-picons):
+       Use gnus-group-real-name so that picons for foreign groups display
        correctly.
 
 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
 
 1997-10-21  Per Abrahamsen  <abraham@dina.kvl.dk>
 
-       * gnus-cite.el (gnus-cite-attribution-prefix): Recognize
-       Microsoft/Agent style attribution lines.
+       * gnus-cite.el (gnus-cite-attribution-prefix):
+       Recognize Microsoft/Agent style attribution lines.
        (gnus-cite-attribution-suffix): Ditto.
 
 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
        (gnus-cache-possibly-alter-active): Test statement removed.
        (gnus-cache-articles-in-group): Would destroy hashtb.
 
-       * gnus-sum.el (gnus-summary-limit-mark-excluded-as-read): Don't
-       mark everything as read.
+       * gnus-sum.el (gnus-summary-limit-mark-excluded-as-read):
+       Don't mark everything as read.
 
        * gnus-cite.el (gnus-article-fill-cited-article): Nix out
        gnus-cite-article.
 
        * nnml.el (nnml-update-file-alist): Allow forcing.
 
-       * nnheaderxm.el (nnheader-xmas-find-file-noselect): Removed.
-       (nnheader-xmas-cancel-timer): Removed.
-       (nnheader-xmas-cancel-function-timers): Removed.
+       * nnheaderxm.el (nnheader-xmas-find-file-noselect): Remove.
+       (nnheader-xmas-cancel-timer): Remove.
+       (nnheader-xmas-cancel-function-timers): Remove.
 
 1997-10-21  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
 
        * message.el (message-set-auto-save-file-name): Create unique auto
        save file names.
 
-       * gnus-topic.el (gnus-topic-tallied-groups): Removed.
+       * gnus-topic.el (gnus-topic-tallied-groups): Remove.
        (gnus-topic-prepare-topic): Output right number of articles in
        each sub-topic.
 
        need be displayed.
        (gnus-picons-lock): Function deleted.
        (gnus-picons-remove): Don't use it.  New way of locking.
-       (gnus-picons-next-job-internal): New way of locking.  Handle
-       new tag 'bar.
+       (gnus-picons-next-job-internal): New way of locking.
+       Handle new tag 'bar.
        (gnus-picons-next-job): New way of locking.
        (gnus-picons-buffer): Variable deleted.
-       (gnus-picons-remove-all): Modified accordingly.
+       (gnus-picons-remove-all): Modify accordingly.
        (gnus-group-annotations-lock): Variable deleted.
        (gnus-article-annotations-lock): Variable deleted.
        (gnus-x-face-annotations-lock): Variable deleted.
-       (gnus-picons-news-directories): Renamed, was
+       (gnus-picons-news-directories): Rename, was
        gnus-picons-news-directory.
        (gnus-picons-url-retrieve): Do not change url-show-status.
        (gnus-picons-clear-cache): Also clear gnus-picons-url-alist.
 
 1997-10-21  Michael R. Cook  <mcook@cognex.com>
 
-       * gnus-topic.el (gnus-topic-toggle-display-empty-topics): New
-       function.
+       * gnus-topic.el (gnus-topic-toggle-display-empty-topics):
+       New function.
 
 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
 
 
 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
 
-       * gnus-topic.el (gnus-topic-create-topic): Added doc.
+       * gnus-topic.el (gnus-topic-create-topic): Add doc.
 
        * gnus-sum.el (gnus-summary-refer-article): Insert sparse
        non-displayed articles properly.
        (gnus-article-display-picons): Use the job queue if using the network.
        (gnus-group-display-picons): Ditto.
        (gnus-picons-make-path): Function deleted.
-       (gnus-picons-lookup-internal): Modified accordingly.
+       (gnus-picons-lookup-internal): Modify accordingly.
        (gnus-picons-lookup-user-internal): Take the LETs out of the loops.
        (gnus-picons-lookup-pairs): Take constant calculation outside of loop.
        (gnus-picons-display-picon-or-name): Use COND instead of nested IFs.
        (gnus-picons-users-image-alist): New variable.
        (gnus-picons-retrieve-user-callback): Use it.
        Added support for network retrieval of picons.
-       (gnus-picons-map): Removed.
-       (gnus-picons-remove): Removed case to handle processes.
+       (gnus-picons-map): Remove.
+       (gnus-picons-remove): Remove case to handle processes.
        (gnus-picons-processes-alist): New variable.
-       (gnus-picons-x-face-sentinel): Simplified.  Use processes alist.
+       (gnus-picons-x-face-sentinel): Simplify.  Use processes alist.
        (gnus-picons-display-x-face): Explicitly request an xface image.
        Always call gnus-picons-prepare-for-annotations.  Use processes alist.
        (gnus-picons-lookup-internal): New function.
        (gnus-picons-lookup): Use it.
        (gnus-picons-lookup-user-internal): Ditto.
        (gnus-picons-display-picon-or-name): No more xface-p argument.
-       (gnus-picons-try-suffixes): Removed.
+       (gnus-picons-try-suffixes): Remove.
        (gnus-picons-try-face): New function.  Does the caching in
        gnus-picons-glyph-alist.
        (gnus-picons-try-to-find-face): Take a glyph argument instead of a
        path.  No more xface-p argument.  Only use one annotation even if
        gnus-picons-display-as-address.
-       (gnus-picons-toggle-extent): Changed into an annotation action.
+       (gnus-picons-toggle-extent): Change into an annotation action.
 
 1997-10-21  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
 
 
 1997-10-21  Kim-Minh Kaplan  <kimminh.kaplan@utopia.eunet.fr>
 
-       * gnus-picon.el (gnus-picons-prepare-for-annotations): New
-       function, and many changes.
+       * gnus-picon.el (gnus-picons-prepare-for-annotations):
+       New function, and many changes.
 
 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
 
        * gnus-cache.el (gnus-cache-move-cache): Allow entering directory
        name.
 
-       * nntp.el (nntp-telnet-command, nntp-telnet-switches): New
-       variables.
+       * nntp.el (nntp-telnet-command, nntp-telnet-switches):
+       New variables.
 
        * gnus-score.el (gnus-summary-increase-score): Refuse illegal
        match types.
 
 1997-10-21  Per Abrahamsen  <abraham@dina.kvl.dk>
 
-       * gnus-ems.el (gnus-article-x-face-command): Removed bogus
+       * gnus-ems.el (gnus-article-x-face-command): Remove bogus
        declaration.
 
 1997-10-21  Paul Franklin  <paul@cs.washington.edu>
        * message.el (message-cancel-news): Only say we cancel if we
        cancel.
 
-       * gnus-msg.el (gnus-summary-mail-crosspost-complaint): Deactivate
-       mark.
+       * gnus-msg.el (gnus-summary-mail-crosspost-complaint):
+       Deactivate mark.
 
 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
 
        (reftex-make-master-buffer-hook): Hook removed.
        (reftex-insert-buffer-or-file): Function removed.
        (reftex-parse-document): Function adapted to new parser.
-       (reftex-access-scan-info): Changed to fit new parser.  Now detects
+       (reftex-access-scan-info): Change to fit new parser.  Now detects
        changes in label-alist related variables automatically.
        (reftex-parse-one, reftex-parse-all): New functions.
        (reftex-all-document-files): New function.
        (reftex-find-nearby-label): Function removed.
        (reftex-scan-buffer-for-labels): Function removed.
        (reftex-section-info): New function.
-       (reftex-nth-parens-substring): Renamed to reftex-nth-arg.  Return
-       nil when not enough args are present.
+       (reftex-nth-parens-substring): Rename to reftex-nth-arg.
+       Return nil when not enough args are present.
        (reftex-move-over-touching-args): New function.
        (reftex-where-am-I): New function.
        (reftex-nth-arg-wrapper): New function.
        several backup methods.
        (reftex-citation): Recursive edit moved to `e' key.
        (reftex-scan-buffer): Function removed.
-       (reftex-get-bibfile-list): Changed to work with chapterbib
+       (reftex-get-bibfile-list): Change to work with chapterbib
        package.
        (reftex-find-tex-file): New function.
        (reftex-find-files-on-path): Now first looks for file with
        reftex-do-citation.
        (reftex-do-citation): Recursive edit now on `e' key.
        (reftex-what-macro): Allow white space between macro arguments.
-       (reftex-allow-for-ctrl-m): Renamed to
+       (reftex-allow-for-ctrl-m): Rename to
        `reftex-make-regexp-allow-for-ctrl-m'.
        (reftex-nearest-match): New function.
        (reftex-auto-mode-alist): New function.
        (reftex-parse-args): New function.
        (easy-menu-define): Menu extended.  Some parts are now computed.
        from the user options.
-       (reftex-move-to-next-arg, reftex-move-to-previous-arg): New
-       functions.  Now we can parse macros with distributed arguments.
+       (reftex-move-to-next-arg, reftex-move-to-previous-arg):
+       New functions.  Now we can parse macros with distributed arguments.
        (reftex-goto-label): Function removed.
        (reftex-position-cursor): Function removed.
        (reftex-item): Function removed.
 
        * iso-insert.el: Add autoloads for `8859-1-map'.
 
-       * cus-edit.el (custom-group-value-create): Use
-       `custom-group-visibility' instead of `group-visibility'.
+       * cus-edit.el (custom-group-value-create):
+       Use `custom-group-visibility' instead of `group-visibility'.
 
 1997-10-19  Richard Stallman  <rms@gnu.org>
 
        (double-map): Add customize support.
        (double-prefix-only): Ditto.
 
-       * textmodes/nroff-mode.el (nroff): Moved from `editing' to `wp'.
+       * textmodes/nroff-mode.el (nroff): Move from `editing' to `wp'.
 
        * wid-edit.el (variable-link): New widget.
        (widget-variable-link-action): New function.
        (view-highlight-face, view-scroll-auto-exit)
        (view-try-extend-at-buffer-end)
        (view-remove-frame-by-deleting, view-mode-hook):
-       Defined by defcustom instead of by defvar.
+       Define by defcustom instead of by defvar.
        (view-mode-enter): Install exit-action also when view-mode is
        already on.  Small rewrite using unless.
        (view-mode, view-mode-exit, view-scroll-lines, view-really-at-end)
        * comint.el (comint-regexp-arg): Likewise.
        * term.el (term-regexp-arg): Likewise.
 
-       * simple.el (repeat-complex-command): Bind
-       minibuffer-history-sexp-flag to the minibuffer depth.
+       * simple.el (repeat-complex-command):
+       Bind minibuffer-history-sexp-flag to the minibuffer depth.
        (next-history-element): Compare minibuffer-history-sexp-flag
        against the current minibuffer depth to verify its validity.
        (previous-matching-history-element): Likewise.
        * finder.el (finder-mode-map): Bind [mouse-2].
        (finder-compile-keywords): Match compressed file names, but don't
        put compression extension in the output.
-       (finder-find-library): Deleted.
+       (finder-find-library): Delete.
        (finder-commentary): Use locate-library, not finder-find-library.
        (finder-mouse-select): New function.
        (finder-summary): Mention mouse binding.
 
 1997-09-30  Andre Spiegel  <spiegel@inf.fu-berlin.de>
 
-       * vc-hooks.el (vc-find-cvs-master): Added missing `throw' for
+       * vc-hooks.el (vc-find-cvs-master): Add missing `throw' for
        the case when TIMESTAMP is arbitrary text.
 
 1997-09-30  Hrvoje Niksic  <hniksic@srce.hr>
 
        * ediff-init.el: Added documentation to face-variables.
 
-       * ediff-util.el (ediff-next-difference, ediff-previous-difference): Use
-       ediff-merge-region-is-non-clash and don't compute fine diffs when
+       * ediff-util.el (ediff-next-difference, ediff-previous-difference):
+       Use ediff-merge-region-is-non-clash and don't compute fine diffs when
        skipping non-clash regions.
 
        * ediff-merg.el (ediff-merge-region-is-non-clash): New function.
 
 1997-09-15  Ken'ichi Handa  <handa@psilocin.gnu.ai.mit.edu>
 
-       * mule.el (find-new-buffer-file-coding-system): Reflect
-       text coding part of default-buffer-file-coding-system to
+       * mule.el (find-new-buffer-file-coding-system):
+       Reflect text coding part of default-buffer-file-coding-system to
        buffer-file-coding-system when buffer-file-coding-system is
        not locally set and ASCII only text is read.
 
-1997-09-15  Barry A. Warsaw  <cc-mode-help@python.org>
+1997-09-15  Barry A. Warsaw  <bwarsaw@cnri.reston.va.us>
 
        * progmodes/cc-styles.el (c-initialize-builtin-style):
        Copy the whole tree instead of just copy-sequence.
 
 1997-09-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
 
-       * international/quail.el (quail-completion-list-translations): Fix
-       and simplify generation of translation list.
+       * international/quail.el (quail-completion-list-translations):
+       Fix and simplify generation of translation list.
 
-       * international/titdic-cnv.el (tit-process-header): Convert
-       argument of KEYPROMPT if it contains an escape.
+       * international/titdic-cnv.el (tit-process-header):
+       Convert argument of KEYPROMPT if it contains an escape.
        (tit-process-body): Handle trailing whitespace and multiple spaces
        between phrases.
 
 
 1997-09-12  Michael Kifer  <kifer@cs.sunysb.edu>
 
-       * viper-keym.el (viper-want-ctl-h-help): Updated doc string.
+       * viper-keym.el (viper-want-ctl-h-help): Update doc string.
        (viper-vi-basic-map, viper-insert-basic-map, viper-replace-map):
-       Added binding for backspace.
-       * viper-cmd.el (viper-adjust-keys-for): Separated backspace and C-h.
+       Add binding for backspace.
+       * viper-cmd.el (viper-adjust-keys-for): Separate backspace and C-h.
 
 1997-09-12  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
 
 
 1997-09-12  Inge Frick  <inge@nada.kth.se>
 
-       * compile.el (compilation-parse-errors): Fixed two bugs that
+       * compile.el (compilation-parse-errors): Fix two bugs that
        could make compilation-parse-errors loop infinitely.  Each round
        of the parsing loop now either moves point ahead at least a line
        or sets `found-desired' to true to stop the loop.
 
 1997-09-11  Eli Zaretskii  <eliz@is.elta.co.il>
 
-       * international/mule-diag.el (describe-coding-system): Describe
-       coding systems of type 5, raw-text.
+       * international/mule-diag.el (describe-coding-system):
+       Describe coding systems of type 5, raw-text.
 
        * hexl.el (hexlify-buffer): Bind coding-system-for-write to
        raw-text with eol-type derived from the buffer-file-coding-system.
 
 1997-09-10  Michael Ernst  <mernst@cs.washington.edu>
 
-       * uniquify.el (uniquify-ignore-buffers-re): Added.
+       * uniquify.el (uniquify-ignore-buffers-re): Add.
 
 1997-09-10  Michael Kifer  <kifer@cs.sunysb.edu>
 
-       * viper-keym.el (viper-help-modifier-map): Deleted; help mode map is
+       * viper-keym.el (viper-help-modifier-map): Delete; help mode map is
        no longer modified.
        * viper.el (viper-set-hooks): Make help buffers come up in emacs state.
 
        (ethio-fidel-to-sera-mail-or-marker): New function.
        (ethio-find-file): Do nothing if not in ethio-mode.
        (ethio-write-file): Likewise.
-       (ethio-prefer-ascii-space): Moved from leim/quail/ethiopic.el.
+       (ethio-prefer-ascii-space): Move from leim/quail/ethiopic.el.
        (ethio-toggle-space): Likewise.
        (ethio-insert-space): Likewise.
        (ethio-insert-ethio-space): Likewise.
 
 1997-09-10  Kenichi Handa  <handa@etl.go.jp>
 
-       * language/japan-util.el (setup-japanese-environment): Give
-       iso-2022-jp to set-default-coding-system if not running on DOS.
+       * language/japan-util.el (setup-japanese-environment):
+       Give iso-2022-jp to set-default-coding-system if not running on DOS.
        (read-hiragana-string): Use input method "japanese-hiragana".
 
        * gnus/gnus-mule.el: Add coding system specification for several
 
 1997-09-08  Per Abrahamsen  <abraham@dina.kvl.dk>
 
-       * cus-edit.el (custom-variable-save): Fixed doc string.
+       * cus-edit.el (custom-variable-save): Fix doc string.
 
        * cus-edit.el (custom-variable-menu): Make it clear that `Lisp
        mode' edit the initial lisp expression.
 
 1997-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
 
-       * info.el (info-insert-file-contents): Bind
-       coding-system-for-write to no-conversion.
+       * info.el (info-insert-file-contents):
+       Bind coding-system-for-write to no-conversion.
 
 1997-09-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
 
 
        * telnet.el (telnet-initial-filter): Temporarily go to proper buffer.
 
-1997-09-07  Barry A. Warsaw  <cc-mode-help@python.org>
+1997-09-07  Barry A. Warsaw  <bwarsaw@cnri.reston.va.us>
 
-       * progmodes/cc-mode.el (c-version): Updated.
+       * progmodes/cc-mode.el (c-version): Update.
 
        * progmodes/cc-cmds.el (c-beginning-of-statement):
        Fixes in sentence movement to properly
 
 1997-09-05  Ken'ichi Handa  <handa@psilocin.gnu.ai.mit.edu>
 
-       * language/japan-util.el (setup-japanese-environment): Set
-       coding-category-iso-8-else to japanese-iso-8bit.
+       * language/japan-util.el (setup-japanese-environment):
+       Set coding-category-iso-8-else to japanese-iso-8bit.
 
 1997-09-05  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
 
 1997-09-05  Michael Kifer  <kifer@cs.sunysb.edu>
 
        * viper-init.el (viper-replace-region-start-delimiter):
-       Improved the default.
+       Improve the default.
        * viper-mous.el (viper-mouse-click-search-word)
        (viper-mouse-click-insert-word):
-       Fixed to not react when click is not over a text area.
+       Fix to not react when click is not over a text area.
        * viper.el (read-file-name): Unadvised.
        * viper-cmd.el (viper-insert-state-post-command-sentinel)
        (viper-save-last-insertion):
 1997-09-02  Geoff Voelker  <voelker@cs.washington.edu>
 
        * w32-fns.el: Update doc strings.
-       (w32-startup): Deleted function.
+       (w32-startup): Delete function.
        (w32-check-shell-configuration, w32-init-info): New functions.
-       (w32-system-shell-p): Renamed from w32-using-system-shell-p.
+       (w32-system-shell-p): Rename from w32-using-system-shell-p.
        Added shell name argument.
 
 1997-09-02  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
 
 1997-08-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
 
-       * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle
-       custom-declare-variable.
+       * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
+       Handle custom-declare-variable.
 
-       * international/mule-diag.el (describe-current-coding-system): Add
-       missing newline in output.
+       * international/mule-diag.el (describe-current-coding-system):
+       Add missing newline in output.
 
 1997-08-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
 
 
 1997-08-29  Carsten Dominik  <dominik@strw.LeidenUniv.nl>
 
-       * reftex.el (reftex-customize): Added call to customize browse.
+       * reftex.el (reftex-customize): Add call to customize browse.
        (reftex-show-commentary): New function.
        (reftex-label-alist): Prefix may contain % escapes.  Nth macro
        argument may be context.  May give two different context methods.
        (reftex-default-label-alist-entries): Customization type changed.
        (reftex-label-menu-flags): Extra flag for searches.
-       (reftex-cite-format): Changed completely, % escapes are now used.
+       (reftex-cite-format): Change completely, % escapes are now used.
        (reftex-comment-citations): New variable.
        (reftex-cite-comment-format): New variable.
        (reftex-cite-punctuation): New variable.
-       (reftex-make-master-buffer): Changed name of master buffer,
+       (reftex-make-master-buffer): Change name of master buffer,
        removed interactive.  Runs a hook on the buffer.  Interpret
        TEXINPUTS environment variable.  Allow naked argument for \input.
        Master buffer is now in fundamental mode.
 
        * international/mule.el (make-coding-system): Make TYPE 5 means
        raw-text.
-       (after-insert-file-set-buffer-file-coding-system): Set
-       enable-multibyte-characters to nil if we read a file with
+       (after-insert-file-set-buffer-file-coding-system):
+       Set enable-multibyte-characters to nil if we read a file with
        no-conversion or raw-text-XXXX.
 
-       * international/mule-conf.el (raw-text): New coding system.  Set
-       coding-category-raw-text to raw-text.
+       * international/mule-conf.el (raw-text): New coding system.
+       Set coding-category-raw-text to raw-text.
 
-       * language/english.el (setup-english-environment): Set
-       coding-category-raw-text to raw-text.
+       * language/english.el (setup-english-environment):
+       Set coding-category-raw-text to raw-text.
 
-       * language/viet-util.el (setup-vietnamese-environment): Set
-       coding-category-raw-text to vietnamese-viscii.
+       * language/viet-util.el (setup-vietnamese-environment):
+       Set coding-category-raw-text to vietnamese-viscii.
 
        * language/cyril-util.el (setup-cyrillic-alternativnyj-environment):
        Set coding-category-raw-text to cyrillic-alternativnyj.
 
        * international/mule-cmds.el (update-leim-list-file): Make it
        handle multiple directories.
-       (update-all-leim-list-files): Deleted.
+       (update-all-leim-list-files): Delete.
 
        * international/quail.el (quail-update-leim-list-file): Make it
        handle multiple directories.
 
        * nnfolder.el (nnfolder-request-list): Override
        'nnmail-file-coding-system' by 'nnmail-active-file-coding-system'.
-       (nnfolder-request-list, nnfolder-possibly-change-group): Protect
-       from conversion by `pathname-coding-system' for XEmacs/mule.
+       (nnfolder-request-list, nnfolder-possibly-change-group):
+       Protect from conversion by `pathname-coding-system' for XEmacs/mule.
        (nnfolder-group-pathname): Encode pathname for Emacs 20.
 
        * nnmh.el (nnmh-request-list, nnmh-active-number): Protect from
 
        * gnus-sum.el (gnus-structured-field-decoder): New variable.
        (gnus-unstructured-field-decoder): New variable.
-       (gnus-get-newsgroup-headers, gnus-nov-parse-line): Use
-       `gnus-structured-field-decoder' and
+       (gnus-get-newsgroup-headers, gnus-nov-parse-line):
+       Use `gnus-structured-field-decoder' and
        `gnus-unstructured-field-decoder' for Subject field.
 
 1997-08-28  Miyashita Hisashi  <himi@etl.go.jp>
        * files.el (revert-buffer): Read a file without any code
        conversion if we are reverting from an auto-saved file.
 
-       * language/japanese.el (set-language-info-alist): Change
-       iso-2022-7bit to iso-2022-jp.
+       * language/japanese.el (set-language-info-alist):
+       Change iso-2022-7bit to iso-2022-jp.
 
        * replace.el (query-replace-read-args): Locally bind
        minibuffer-inherit-input-method to t to make a minibuffer inherit
        and changed into defsubsts.
        (last): New function.
 
-       * emacs-lisp/cl.el (caar, cadr, cdar, cddr): Moved to subr.el.
+       * emacs-lisp/cl.el (caar, cadr, cdar, cddr): Move to subr.el.
        (last): Function renamed to last*.
        * emacs-lisp/cl-macs.el (cl-loop-let): Use last*.
 
        * time.el (display-time-hook): Minor doc fix.
 
-       * ps-print.el (ps-zebra-stripes): Renamed from ps-zebra-stripe.
-       (ps-zebra-stripe-height): Renamed from ps-number-of-zebra.
+       * ps-print.el (ps-zebra-stripes): Rename from ps-zebra-stripe.
+       (ps-zebra-stripe-height): Rename from ps-number-of-zebra.
 
        * vc.el (vc-version-diff): Mention that default file is visited file.
 
        (bookmark-bmenu-check-position): Return a meaningful value --
        callers have apparently been assuming this anyway.
        (bookmark-build-xemacs-menu): Unused function deleted.
-       (bookmark-version): Removed this variable; the Emacs version suffices.
+       (bookmark-version): Remove this variable; the Emacs version suffices.
 
 1997-08-22  Simon Marshall  <simon@gnu.ai.mit.edu>
 
        * viper-cmd.el (viper-replace-char-subr, viper-word-*)
        (viper-separator-skipback-special): Made to work with mule and syntax
        tables.
-       (viper-change-state): Moved iso-accents-mode handling here from
+       (viper-change-state): Move iso-accents-mode handling here from
        viper-change-state-to-vi/insert/etc.  Also now toggles MULE.
 
 1997-08-21  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
 
 1997-08-21  Kenichi HANDA  <handa@etl.go.jp>
 
-       * language/cyril-util.el (setup-cyrillic-environment): Deleted.
+       * language/cyril-util.el (setup-cyrillic-environment): Delete.
        (setup-cyrillic-iso-environment): New function.
        (setup-cyrillic-koi8-environment): New function.
        (setup-cyrillic-alternativnyj-environment): New function.
        (auto-file-coding-system-function): Set this variable to
        `auto-file-coding-system'.
 
-       * international/quail.el (quail-terminate-translation): Run
-       input-method-after-insert-chunk-hook only when the current input
+       * international/quail.el (quail-terminate-translation):
+       Run input-method-after-insert-chunk-hook only when the current input
        method doesn't require conversion.
        (quail-no-conversion): Run input-method-after-insert-chunk-hook.
 
        * international/mule-util.el (coding-system-unification-table):
-       Deleted.
+       Delete.
        (coding-system-unification-table-for-decode): New function.
        (coding-system-unification-table-for-encode): New function.
 
        * international/mule.el (make-coding-system): Doc-string fixed.
 
-       * international/fontset.el (register-alternate-fontnames): New
-       function.
+       * international/fontset.el (register-alternate-fontnames):
+       New function.
        (x-complement-fontset-spec): Register alternate fontnames by
        calling register-alternate-fontnames.
        (instanciate-fontset): Likewise.
        (ps-background-image, ps-background, ps-header-height)
        (ps-get-face): New internal functions.
        (ps-control-character): Handle control characters.
-       (ps-gnus-print-article-from-summary): Updated for Gnus 5.
+       (ps-gnus-print-article-from-summary): Update for Gnus 5.
        (ps-jack-setup): Replace 'nil by nil, 't by t.
 
 1997-08-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
 
        * files.el (append-to-file): Doc-string fixed.
 
-       * international/quail.el (quail-exit-from-minibuffer): Call
-       inactivate-input-method instead of (quail-mode -1).
+       * international/quail.el (quail-exit-from-minibuffer):
+       Call inactivate-input-method instead of (quail-mode -1).
        (quail-kill-guidance-buf): New function.
        (quail-mode): Doc-string and comments modified.  Make this
        function non-interactive.  Add quail-kill-guidance-buf to
        (quail-define-package): Indentation fixed.
        (quail-setup-overlays): New arg conversion-mode.  Pay attention to
        input-method-highlight-flag.
-       (quail-mode-line-format): Deleted.
-       (quail-generate-mode-line-format): Deleted.
+       (quail-mode-line-format): Delete.
+       (quail-generate-mode-line-format): Delete.
        (quail-mode): Don't handle input-method-inactivate-hook and
        input-method-activate-hook here.  Delete code setting
        quail-mode-line-format.
        (quail-saved-current-map): Name changed from
        quail-saved-overriding-local-map.
        (quail-toggle-mode-temporarily): Completely re-written.
-       (quail-execute-non-quail-command): Use
-       quail-toggle-mode-temporarily.
-       (quail-conv-overlay-modification-hook): Deleted.
-       (quail-suppress-conversion): Deleted.
+       (quail-execute-non-quail-command):
+       Use quail-toggle-mode-temporarily.
+       (quail-conv-overlay-modification-hook): Delete.
+       (quail-suppress-conversion): Delete.
        (quail-start-translation): Completely re-written.
        (quail-start-translation-in-conversion-mode): Likewise.
        (quail-delete-region): Check if quail-overlay is active.
-       (quail-get-current-str): Don't call throw.  Set
-       overriding-terminal-local-map correctly.
+       (quail-get-current-str): Don't call throw.
+       Set overriding-terminal-local-map correctly.
        (quail-update-translation): Run hooks in
        input-method-after-insert-chunk-hook.
        (quail-self-insert-command): Catch 'quail-tag here.
-       (quail-conversion-delete-char): Don't call throw.  Set
-       overriding-terminal-local-map to nil.
+       (quail-conversion-delete-char): Don't call throw.
+       Set overriding-terminal-local-map to nil.
        (quail-conversion-backward-delete-char): Likewise.
        (quail-no-conversion): Likewise.
-       (quail-help-insert-keymap-description): Bind
-       overriding-terminal-local-map instead of overriding-local-map.
+       (quail-help-insert-keymap-description):
+       Bind overriding-terminal-local-map instead of overriding-local-map.
 
-       * international/mule-cmds.el (previous-input-method): This
-       variable deleted.
+       * international/mule-cmds.el (previous-input-method):
+       This variable deleted.
        (input-method-history): New variable.
        (read-input-method-name): Bind minibuffer-history to
        input-method-history.
        previous-input-method.  Run hooks in input-method-activate-hook.
        (inactivate-input-method): Update input-method-history.  Run hooks
        in input-method-inactivate-hook.
-       (select-input-method): Doc-string modified.  Use
-       input-method-history instead of previous-input-method.  Set
-       default-input-method to input-method.
-       (toggle-input-method): Doc-string modified.  Use
-       input-method-history instead of previous-input-method.
+       (select-input-method): Doc-string modified.
+       Use input-method-history instead of previous-input-method.
+       Set default-input-method to input-method.
+       (toggle-input-method): Doc-string modified.
+       Use input-method-history instead of previous-input-method.
        (read-multilingual-string): Bind minibuffer-setup-hook correctly.
        (input-method-exit-on-invalid-key): New variable.
 
-       * isearch.el (isearch-multibyte-characters-flag): Deleted.
+       * isearch.el (isearch-multibyte-characters-flag): Delete.
        (isearch-mode): Do not bind isearch-multibyte-characters-flag and
        isearch-input-method.
        (isearch-printing-char): Use current-input-method instead of
        isearch-input-method.
        (isearch-message-prefix): Likewise.
 
-       * international/isearch-x.el (isearch-input-method): Deleted.
-       (isearch-input-method-title): Deleted.
+       * international/isearch-x.el (isearch-input-method): Delete.
+       (isearch-input-method-title): Delete.
        (isearch-toggle-specified-input-method): Call toggle-input-method.
        (isearch-toggle-input-method): Likewise.
-       (isearch-process-search-multibyte-characters): Use
-       current-input-method instead of isearch-input-method.
+       (isearch-process-search-multibyte-characters):
+       Use current-input-method instead of isearch-input-method.
 
 1997-08-17  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
 
        For writing, use buffer-file-coding-system if set, otherwise
        buffer-file-type.
        (find-file-not-found-set-buffer-file-coding-system):
-       Renamed from find-file-not-found-set-buffer-file-type.
+       Rename from find-file-not-found-set-buffer-file-type.
        Set buffer-file-coding-system as well as buffer-file-type.
 
 1997-08-16  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
        * international/isearch-x.el (isearch-process-search-multibyte-characters):
        Bind input-method-verbose-flag, not input-method-tersely-flag.
 
-       * international/mule-cmds.el (input-method-verbose-flag): Renamed
-       from input-method-tersely-flag and sense inverted.
+       * international/mule-cmds.el (input-method-verbose-flag):
+       Rename from input-method-tersely-flag and sense inverted.
        (input-method-highlight-flag): New variable.
        (toggle-input-method): Pass missing arg to read-input-method-name.
 
 
 1997-08-16  Kenichi Handa  <handa@etl.go.jp>
 
-       * language/china-util.el (setup-chinese-gb-environment): Delete
-       a code setting default value of default-input-method.
+       * language/china-util.el (setup-chinese-gb-environment):
+       Delete a code setting default value of default-input-method.
        (setup-chinese-big5-environment): Likewise.
        (setup-chinese-cns-environment): Likewise.
 
        * loadup.el (loaddefs.el): Load that file much later, almost last.
        Delete most calls to garbage-collect.
 
-1997-08-15  Barry A. Warsaw  <cc-mode-help@python.org>
+1997-08-15  Barry A. Warsaw  <bwarsaw@cnri.reston.va.us>
 
        * progmodes/cc-styles.el (c-style-alist):
        "python" style requires c-comment-continuation-stars be "".
        * dos-fns.el (dos-print-region-function): Force EOL conversion to
        DOS CR-LF pairs.
 
-1997-08-10  Barry A. Warsaw  <cc-mode-help@python.org>
+1997-08-10  Barry A. Warsaw  <bwarsaw@cnri.reston.va.us>
 
        * Release 5.15
 
        (c-enable-//-in-c-mode): Obsolete.
 
        * progmodes/cc-langs.el (c++-mode-syntax-table, java-mode-syntax-table)
-       (objc-mode-syntax-table, idl-mode-syntax-table): Added autoload
+       (objc-mode-syntax-table, idl-mode-syntax-table): Add autoload
        cookies.  c-mode-syntax-table already has one.  Use the new syntax
        table initialization idioms.
 
        lines are now analyzed as template-args-cont.
 
        * progmodes/cc-styles.el (c-offsets-alist):
-       Added template-args-cont syntactic symbol.
+       Add template-args-cont syntactic symbol.
 
        * progmodes/cc-styles.el (c-styles-alist):
        In "java" style, set c-hanging-comment-starter-p to
        * international/mule.el (make-coding-system): Add a new FLAGS
        elements SAFE.  Use it for terminal coding system if some other
        coding system is specified explicitly.
-       (ignore-relative-composition): Initialize
-       ignore-relative-composition.
+       (ignore-relative-composition):
+       Initialize ignore-relative-composition.
 
-       * international/mule-util.el(prefer-coding-system): Moved to
+       * international/mule-util.el(prefer-coding-system): Move to
        mule-util.el.
 
        * international/mule-cmds.el (set-default-coding-systems):
        Doc-string modified.
-       (prefer-coding-system): Moved from mule-util.el.  Call
-       set-default-coding-systems.
+       (prefer-coding-system): Move from mule-util.el.
+       Call set-default-coding-systems.
 
        * international/mule-conf.el (iso-safe): New coding system.
 
 
        * help.el (describe-key): Don't put a colon after the command name.
 
-1997-08-09  Barry A. Warsaw  <cc-mode-help@python.org>
+1997-08-09  Barry A. Warsaw  <bwarsaw@cnri.reston.va.us>
 
        * progmodes/cc-engine.el (c-beginning-of-statement-1):
        When checking for bare semi, don't match
        c-hanging-comment-starter-p to nil to preserve Javadoc starter lines.
 
        * progmodes/cc-styles.el (c-set-style-2):
-       Fixed broken implementation of inherited styles.
+       Fix broken implementation of inherited styles.
 
        * progmodes/cc-styles.el (c-set-style):
        Call c-initialize-builtin-style.
 1997-08-04  Espen Skoglund  <espensk@odslab5.cs.uit.no>
 
        * pascal.el (pascal-mode-syntax-table): _ is now a symbol constituent.
-       (pascal-indent-case): Removed unnecessary calls to marker-position.
+       (pascal-indent-case): Remove unnecessary calls to marker-position.
        (pascal-indent-declaration): Editing a parameterlist at the end of
        a buffer does not hang.  Removed unnecessary call to marker-position.
-       (pascal-get-lineup-indent): Removed unused variable.
+       (pascal-get-lineup-indent): Remove unused variable.
        Indent parameterlist correctly.
-       (pascal-completion-response): Removed unused variable.
+       (pascal-completion-response): Remove unused variable.
 
 1997-08-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
 
        * isearch.el (isearch-quote-char): Fix handling of control
        characters, copied from quoted-insert.
 
-       * emacs-lisp/pp.el (pp-to-string): Use
-       emacs-lisp-mode-syntax-table.
+       * emacs-lisp/pp.el (pp-to-string):
+       Use emacs-lisp-mode-syntax-table.
 
        * international/quail.el (quail-update-leim-list-file): Go to the
        beginning of the package file, in case it was already visited.
 
 1997-08-04  Kenichi Handa  <handa@etl.go.jp>
 
-       * language/english.el (setup-english-environment): Call
-       set-default-coding-systems.
+       * language/english.el (setup-english-environment):
+       Call set-default-coding-systems.
 
        * language/china-util.el (setup-chinese-gb-environment): Do not
        call set-terminal-coding-system and set-keyboard-coding-system,
 
        * language/korean.el (setup-korean-environment): Likewise.
 
-       * international/mule-cmds.el (set-default-coding-systems): New
-       function.
+       * international/mule-cmds.el (set-default-coding-systems):
+       New function.
 
        * international/mule.el (default-terminal-coding-system): New var.
        (set-terminal-coding-system):
 
        * term/x-win.el: Fix previous change.
 
-       * international/quail.el (quail-next-translation): Call
-       quail-execute-non-quail-command when no current translations.
+       * international/quail.el (quail-next-translation):
+       Call quail-execute-non-quail-command when no current translations.
        (quail-prev-translation): Likewise.
        (quail-next-translation-block): Likewise.
        (quail-prev-translation-block): Likewise.
 
-       * language/china-util.el (setup-chinese-gb-environment): Set
-       default value of default-input-method.
+       * language/china-util.el (setup-chinese-gb-environment):
+       Set default value of default-input-method.
        (setup-chinese-big5-environment): Likewise.
        (setup-chinese-cns-environment): Likewise.  Correct input method
        name.
 
-       * language/ethio-util.el (setup-ethiopic-environment): Bind
-       correct commands in global-map, rmail-mode-map, and mail-mode-map.
+       * language/ethio-util.el (setup-ethiopic-environment):
+       Bind correct commands in global-map, rmail-mode-map, and mail-mode-map.
 
        * language/ethiopic.el (ccl-encode-ethio-font): Fix typo in
        doc-string.  Set default value of default-input-method.
 
        * international/fontset.el (fontset-name-p): New function.
        (uninstanciated-fontset-alist): New variable.
-       (create-fontset-from-fontset-spec): Delete arg STYLE.  Register
-       style-variants of FONTSET in uninstanciated-fontset-alist.
-       (create-fontset-from-x-resource): Call
-       create-fontset-from-fontset-spec correctly.
+       (create-fontset-from-fontset-spec): Delete arg STYLE.
+       Register style-variants of FONTSET in uninstanciated-fontset-alist.
+       (create-fontset-from-x-resource):
+       Call create-fontset-from-fontset-spec correctly.
 
        * international/mule-util.el (reference-point-alist): Doc-string
        modified.
 
-       * term/x-win.el: Do not create style-variants of fontset.  They
-       are just registered in uninstanciated-fontset-alist.
+       * term/x-win.el: Do not create style-variants of fontset.
+       They are just registered in uninstanciated-fontset-alist.
 
 1997-07-31  Michael Kifer  <kifer@cs.sunysb.edu>
 
-       * ediff*.el (ediff-eval-in-buffer): Changed macro and renamed
+       * ediff*.el (ediff-eval-in-buffer): Change macro and renamed
        ediff-with-current-buffer.
        Eliminated inefficient calls to `intern'.
-       * ediff-diff.el (ediff-exec-process): Changed to work with buffers
+       * ediff-diff.el (ediff-exec-process): Change to work with buffers
        whose names have spaces.
        (ediff-wordify): Use buffer-substring-no-properties.
 
 
 1997-07-25  Ken'ichi Handa  <handa@psilocin.gnu.ai.mit.edu>
 
-       * international/quail.el (quail-update-leim-list-file): Call
-       find-file-noselect with t for arguments NOWARN and RAWFILE.
+       * international/quail.el (quail-update-leim-list-file):
+       Call find-file-noselect with t for arguments NOWARN and RAWFILE.
 
        * international/mule-cmds.el (leim-list-entry-regexp): Make this
        match only at beginning of line.
        * language/tibet-util.el (setup-tibetan-environment): Correct
        coding system names.  Set default-input-method to "tibetan-wylie".
 
-       * language/viet-util.el (setup-vietnamese-environment): Add
-       autoload cookie.
+       * language/viet-util.el (setup-vietnamese-environment):
+       Add autoload cookie.
 
 1997-07-25  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
 
 1997-07-24  Michael Kifer  <kifer@cs.sunysb.edu>
 
        * viper.el (viper-non-vi-major-modes): New variable.
-       (vip-set-hooks): Changed so it'll update viper-non-vi-major-modes.
+       (vip-set-hooks): Change so it'll update viper-non-vi-major-modes.
        (viper-mode): Now checks viper-non-vi-major-modes.
 
 1997-07-24  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
 
        * cus-face.el (custom-declare-face): Use [set-]face-documentation.
 
-       * faces.el (face-documentation): Renamed from face-doc-string.
-       (set-face-documentation): Renamed from set-face-doc-string.
+       * faces.el (face-documentation): Rename from face-doc-string.
+       (set-face-documentation): Rename from set-face-doc-string.
        (face-doc-string): Make this an alias.
 
-       * term/bg-mouse.el (bg-yank-or-pop): Changed eql to eq.
+       * term/bg-mouse.el (bg-yank-or-pop): Change eql to eq.
 
        * international/mule-cmds.el (read-input-method-name): Fix error msg.
 
        Use undecided-dos for dos-text file names.
        Use undecided for non-existing untranslated file names.
 
-       * international/mule.el (modify-coding-system-alist): Added.
-       international/mule-util.el (modify-coding-system-alist): Removed.
+       * international/mule.el (modify-coding-system-alist): Add.
+       international/mule-util.el (modify-coding-system-alist): Remove.
 
        * loadup.el [windows-nt, ms-dos]: Undo loading
        of international/mule-utils.
        (occur-mode-find-occurrence): Use `occur' text property to find
        marker for locus of the occurrence.
        (occur-next, occur-prev): New commands.
-       (occur): Fixed bug preventing line number being displayed if line
+       (occur): Fix bug preventing line number being displayed if line
        number is less than the number of lines of context.
 
 1997-07-18  Andre Spiegel  <spiegel@inf.fu-berlin.de>
 
        * paren.el (show-paren-match-face): Use gray on all non-color screens.
 
-1997-07-17  Barry A. Warsaw  <cc-mode-help@python.org>
+1997-07-17  Barry A. Warsaw  <bwarsaw@cnri.reston.va.us>
 
        * progmodes/cc-mode.el (c-initialize-cc-mode): New function.
        (c-mode, c++-mode, objc-mode, java-mode): Call it.
        * progmodes/cc-langs.el: Require 'cc-defs for the definition of
        c-emacs-features.
 
-       * progmodes/cc-langs.el (c-mode-menu): Added uncomment region and
+       * progmodes/cc-langs.el (c-mode-menu): Add uncomment region and
        slight rearrangement of items.
 
        * progmodes/cc-cmds.el: Require cc-defs for the c-add-syntax macro.
 
        * progmodes/cc-engine.el (c-maybe-labelp): Add defvar.
 
-       * progmodes/cc-styles.el (c-initialize-builtin-style): Use
-       copy-sequence instead of c-copy-tree.
+       * progmodes/cc-styles.el (c-initialize-builtin-style):
+       Use copy-sequence instead of c-copy-tree.
 
        * progmodes/cc-defs.el (c-load-all): Function deleted.
 
 
        * international/quail.el (quail-translate-key): Fix previous change.
 
-       * international/mule.el (make-coding-system): Distinguish
-       coding-category-iso-7-else and coding-category-iso-8-else.
+       * international/mule.el (make-coding-system):
+       Distinguish coding-category-iso-7-else and coding-category-iso-8-else.
 
-       * international/mule-conf.el (coding-category-emacs-mule): Replace
-       coding-category-iso-else with coding-category-iso-7-else and
+       * international/mule-conf.el (coding-category-emacs-mule):
+       Replace coding-category-iso-else with coding-category-iso-7-else and
        coding-category-iso-8-else.
 
-       * international/mule-diag.el (describe-current-coding-system): Use
-       coding-category-iso-7-else instead of coding-category-iso-else.
+       * international/mule-diag.el (describe-current-coding-system):
+       Use coding-category-iso-7-else instead of coding-category-iso-else.
 
-       * language/china-util.el (setup-chinese-gb-environment): Adjusted
+       * language/china-util.el (setup-chinese-gb-environment): Adjust
        for the change of coding category names.  Set default-input-method
        to chinese-py-punct.
        (setup-chinese-big5-environment): Set default-input-method to
        (setup-chinese-cns-environment): Set default-input-method
        correctly.
 
-       * language/english.el (setup-english-environment): Adjusted for
+       * language/english.el (setup-english-environment): Adjust for
        the change of coding category names.
 
-       * language/japan-util.el (setup-japanese-environment): Adjusted
+       * language/japan-util.el (setup-japanese-environment): Adjust
        for the change of coding category names.  Set default-input-method
        correctly.
 
-       * language/ethio-util.el (setup-ethiopic-environment): Set
-       default-input-method correctly.
+       * language/ethio-util.el (setup-ethiopic-environment):
+       Set default-input-method correctly.
 
-       * language/korean.el (setup-korean-environment): Set
-       default-input-method correctly.
+       * language/korean.el (setup-korean-environment):
+       Set default-input-method correctly.
 
        * language/tibet-util.el (setup-tibetan-environment: Set
        default-input-method correctly.
        for iswitchb-kill-buffer and iswitchb-find-file.
        (iswitchb): When no text typed in, show all buffers.
        (iswitchb-complete): Use equal rather than eq.
-       (iswitchb-next-match, iswitchb-prev-match): Use
-       iswitchb-chop to handle reordering the buffer list.
+       (iswitchb-next-match, iswitchb-prev-match):
+       Use iswitchb-chop to handle reordering the buffer list.
        (iswitchb-chop): New function.
        (iswitchb-make-buflist): Rewritten for efficiency.
        (iswitchb-to-end): Operate on a list of buffers, not just one.
 
 1997-07-10  Kenichi Handa  <handa@etl.go.jp>
 
-       * international/fontset.el (create-fontset-from-fontset-spec): Add
-       optional arg NOERROR.
+       * international/fontset.el (create-fontset-from-fontset-spec):
+       Add optional arg NOERROR.
        (create-fontset-from-x-resource): Give t as arg NOERROR to
        create-fontset-from-fontset-spec.
 
        (isearch-input-method-title): New variable.
        (isearch-toggle-specified-input-method): Set the above variables.
        (isearch-toggle-input-method): Likewise.
-       (isearch-process-search-multibyte-characters): Give
-       isearch-input-method as arg to read-multilingual-string.
+       (isearch-process-search-multibyte-characters):
+       Give isearch-input-method as arg to read-multilingual-string.
 
-       * international/mule-cmds.el (read-multilingual-string): Adjusted
-       for the previous change of variables related to input methods.
+       * international/mule-cmds.el (read-multilingual-string):
+       Adjust for the previous change of variables related to input methods.
 
        * isearch.el (isearch-message-prefix): Likewise.
 
        * progmodes/cc-*.el: New files, totally reorganized.
 
        * dunnet.el: Undo an earlier change:
-       (dun-piss): Renamed from dunnet-urinate.
+       (dun-piss): Rename from dunnet-urinate.
        (dun-verblist): Indecent word added back.
        (dunnet): Delete "censored" message.
 
        * browse-url.el: Require thingatpt when compiling.
        (browse-url-url-at-point): Use `thing-at-point' (with URL code
        moved from here).
-       (browse-url-looking-at): Moved to thingatpt.el, renamed and changed.
+       (browse-url-looking-at): Move to thingatpt.el, renamed and changed.
 
        * thingatpt.el (thing-at-point): Use `thing-at-point' property, if any.
        (bounds-of-thing-at-point): Use `bounds-of-thing-at-point' property.
        (widget-default-delete): Ditto.
 
        * wid-edit.el (color): Make it an editable field.
-       (widget-color-value-create): Deleted.
-       (widget-color-value-get): Deleted.
-       (widget-color-value-set): Deleted.
-       (color-item): Deleted.
-       (widget-color-item-button-face-get): Renamed to
+       (widget-color-value-create): Delete.
+       (widget-color-value-get): Delete.
+       (widget-color-value-set): Delete.
+       (color-item): Delete.
+       (widget-color-item-button-face-get): Rename to
        `widget-color-sample-face-get'.
        (color-sample): Delete.
        (editable-color): Delete.
        (custom-browse-visibility-action, custom-browse-group-tag)
        (custom-browse-group-tag-action, custom-browse-variable-tag-action)
        (custom-browse-face-tag, custom-browse-face-tag-action)
-       (custom-browse-face-tag-action, custom-browse-alist): Changed
-       prefix from `custom-tree' to `custom-browse'.
+       (custom-browse-face-tag-action, custom-browse-alist):
+       Change prefix from `custom-tree' to `custom-browse'.
        (custom-variable-value-create, custom-face-value-create)
-       (custom-group-value-create): Updated caller.
+       (custom-group-value-create): Update caller.
 
        * cus-edit.el (custom-browse-only-groups): New option.
        (custom-group-value-create): Use it.  Omit non-groups if non-nil.
 
-       * cus-edit.el (custom-help-menu): Renamed "Variable" to "Option".
+       * cus-edit.el (custom-help-menu): Rename "Variable" to "Option".
        Remove "..." from non-prompting entries.
 
        * wid-edit.el (widget-single-line-field-face): New face.
 
        * language/european.el (setup-8-bit-environment): New argument
        LANGUAGE.
-       (setup-latin1-environment): Adjusted for the above change.
+       (setup-latin1-environment): Adjust for the above change.
        (setup-latin2-environment): Likewise.
        (setup-latin3-environment): Likewise.
        (setup-latin4-environment): Likewise.
 
        * language/hebrew.el (setup-hebrew-environment): Likewise.
 
-       * language/cyril-util.el (setup-cyrillic-environment): Adjusted
-       for the change of an input method name.
+       * language/cyril-util.el (setup-cyrillic-environment):
+       Adjust for the change of an input method name.
 
        * language/devan-util.el (setup-devanagari-environment): Likewise.
 
        (quail-defrule): Doc-string modified.
        (quail-defrule-internal): Document it.
        (quail-get-translation): Change the format of DEF part.
-       (quail-lookup-key): Make the second argument LEN optional.  Reset
-       quail-current-translations to nil.
+       (quail-lookup-key): Make the second argument LEN optional.
+       Reset quail-current-translations to nil.
        (quail-map-definition): New function.
        (quail-get-current-str): New function.
        (quail-guidance-translations-starting-column): New variable.
        (quail-update-current-translations): New function.
-       (quail-translate-key): Adjusted for the change of DEF format.
+       (quail-translate-key): Adjust for the change of DEF format.
        Call quail-update-current-translations.
        (quail-next-translation): Call quail-update-current-translations.
        (quail-prev-translation): Likewise.
        (quail-next-translation-block): Likewise.
        (quail-prev-translation-block): Likewise.
-       (quail-select-translation): Deleted.
+       (quail-select-translation): Delete.
        (quail-make-guidance-frame): New function.
        (quail-show-guidance-buf): Handle the case that minibuffer is in a
        separate frame.
        (quail-hide-guidance-buf): Likewise.
-       (quail-show-translations): Call
-       quail-update-current-translations.  Check width of a frame to be
+       (quail-show-translations):
+       Call quail-update-current-translations.  Check width of a frame to be
        used.
        (quail-completion): Do not supply LEN argument to
        quail-lookup-key.
        (charset-chars, charset-width, charset-direction)
        (charset-iso-final-char, charset-iso-graphic-plane)
        (charset-reverse-charset, charset-short-name, charset-long-name)
-       (charset-description, charset-plit, set-charset-plist): Document
-       them.
+       (charset-description, charset-plit, set-charset-plist):
+       Document them.
        (make-char, charset-list): Doc-string modified.
        (find-new-buffer-file-coding-system): Fix bug of handling the
        coding system undecided.
        (updates): Reject subdirs whose names start with =.
        (custom-deps, finder-data, autoloads, update-subdirs): Likewise.
 
-       * scroll-bar.el (toggle-scroll-bar): Moved from frame.el.
+       * scroll-bar.el (toggle-scroll-bar): Move from frame.el.
        Use scroll-bar-mode to determine which side; if it's nil, use left.
        (set-scroll-bar-mode): New subroutine, taken from scroll-bar-mode.
        (scroll-bar-mode): Use the variable set-scroll-bar-mode.
        (scroll-bar-mode): New variable.  Extra defvar to avoid warning.
-       (toggle-horizontal-scroll-bar): Moved from frame.el.
+       (toggle-horizontal-scroll-bar): Move from frame.el.
 
        * frame.el (scroll-bar-side): Variable deleted.
        (toggle-scroll-bar, toggle-horizontal-scroll-bar):
-       Moved to scroll-bar.el.
+       Move to scroll-bar.el.
 
        * files.el (file-chase-links): When handling .., make newname absolute.
        Simplify several places.
        * wid-edit.el (widget-button-click): Steal up event if key is not
        bound in `widget-global-map'.
 
-       * cus-edit.el (custom-tree-insert-prefix): Renamed from
+       * cus-edit.el (custom-tree-insert-prefix): Rename from
        `custom-tree-insert'.
        (custom-group-value-create): Use it.
 
        (custom-button-face): New defface.
        (custom widget-type): Use custom-button-face for buttons.
        (custom-group-tag-faces): Initial value is nil.
-       (custom-variable-tag-face): Renamed from custom-variable-sample-face.
+       (custom-variable-tag-face): Rename from custom-variable-sample-face.
        Initialize it like custom-group-tag-face.
        (custom-group-tag-faces): Initialize to nil.
        (custom-state-face): New defface.
        only if the item is modified.  Take widget as arg.
        (custom-mode): Use widget-edit-functions.
 
-       * wid-edit.el (widget-edit-functions): Renamed from widget-edit-hook.
+       * wid-edit.el (widget-edit-functions): Rename from widget-edit-hook.
        (widget-field-action): Pass the widget as an arg when running hook.
 
-       * cus-edit.el (Custom-set): Renamed from custom-set.
-       (Custom-save): Renamed from custom-save.
+       * cus-edit.el (Custom-set): Rename from custom-set.
+       (Custom-save): Rename from custom-save.
        (custom-browse-sort-predicate): Defalias deleted.
        (custom-group-value-create): Don't sort, in tree mode.
-       (Custom-mode-menu): Renamed from custom-mode-menu.
-       (Custom-reset-current): Renamed from custom-reset-current.
-       (Custom-reset-saved): Renamed from custom-reset-saved.
-       (Custom-reset-standard): Renamed from custom-reset-standard.
-       (Custom-menu-update): Renamed from custom-menu-update.
-       (customize-set-value): Renamed from custom-set-value.
-       (customize-set-variable): Renamed from custom-set-variable.
-       (customize-save-customized): Renamed from custom-save-customized.
+       (Custom-mode-menu): Rename from custom-mode-menu.
+       (Custom-reset-current): Rename from custom-reset-current.
+       (Custom-reset-saved): Rename from custom-reset-saved.
+       (Custom-reset-standard): Rename from custom-reset-standard.
+       (Custom-menu-update): Rename from custom-menu-update.
+       (customize-set-value): Rename from custom-set-value.
+       (customize-set-variable): Rename from custom-set-variable.
+       (customize-save-customized): Rename from custom-save-customized.
 
        * cus-start.el (double-click-time): Use restricted-sexp.
        (load-path): Make [Current dir?] itself the active button.
        instead of displaying an echo area message.
        (widget-toggle-action): Likewise.
        (group-visibility, widget-group-visibility-create):
-       Moved to cus-edit.el and renamed.
+       Move to cus-edit.el and renamed.
 
 1997-06-23  Dan Nicolaescu  <done@ece.arizona.edu>
 
 1997-06-22  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
 
        * decipher.el (decipher-copy-cons):
-       Renamed from decipher-get-undo-copy.  Calls changed.
+       Rename from decipher-get-undo-copy.  Calls changed.
 
        * emacs-lisp/lmenu.el (popup-menu): Redefine as macro.
        (popup-menu-popup, popup-menu-internal): New function.
        (custom-variable-value-create): Use it.
        (custom-face-value-create): Use it.
        (custom-group-value-create): Use it.
-       (custom-buffer-groups-last): Changed default.
+       (custom-buffer-groups-last): Change default.
 
-       * wid-edit.el (group-visibility): Deleted.
+       * wid-edit.el (group-visibility): Delete.
        (widget-group-visibility-create): Ditto.
-       (group-link): Deleted.
+       (group-link): Delete.
        (widget-group-link-create): Ditto.
        (widget-group-link-action): Ditto.
 
        (custom-group-link-action): New function.
        (custom-group-value-create): Use `custom-group-link'.
 
-       * wid-edit.el (widget-before-change): Fixed comment and debug string.
+       * wid-edit.el (widget-before-change): Fix comment and debug string.
 
-       * cus-edit.el (custom-mode-customize-menu): Deleted.
+       * cus-edit.el (custom-mode-customize-menu): Delete.
        (custom-mode-menu): Define here.
        (custom-mode): Don't add here.
-       (custom-format-handler): Deleted.
+       (custom-format-handler): Delete.
        (custom): Don't add here.
 
        * cus-edit.el (custom-browse-sort-predicate): New alias.
        (custom-group): Ditto.
        (custom-group-value-create): Ditto.
 
-       * cus-edit.el (face): Fixed format.
+       * cus-edit.el (face): Fix format.
        (custom-face-value-create): Browse face, not option.
 
        * cus-edit.el (custom-group-value-create): Rewrote to replace
        (custom-variable): Ditto.
        (custom-face): Delete :format and :format-handler.
        (custom): Add :format.
-       (custom-format-handler): Removed unnecessary code.
-       (custom-face-format-handler): Deleted.
+       (custom-format-handler): Remove unnecessary code.
+       (custom-face-format-handler): Delete.
        (custom-add-see-also): New function.
        (custom-buffer-style): New option.
        (widget-face-value-create): Use it here instead of :format.
        (custom-menu-sort-predicate): Use them.
        (custom-menu-create): Use it.
        (custom-buffer-sort-predicate, custom-buffer-order-predicate)
-       (custom-menu-sort-predicate, custom-menu-order-predicate): Deleted.
+       (custom-menu-sort-predicate, custom-menu-order-predicate): Delete.
 
        * wid-edit.el (widget-leave-text): Don't delete nil overlays.
 
        * wid-edit.el (widget-get-indirect): New function.
        (widget-default-create): Use it.
-       (widget-button-insert-indirect): Deleted.
+       (widget-button-insert-indirect): Delete.
 
        * wid-edit.el (widget-inactive-face): Use dim gray instead of dark
        gray.
 
 1997-06-18  Ken'ichi Handa  <handa@psilocin.gnu.ai.mit.edu>
 
-       * mule-util.el (coding-system-parent): Moved to mule.el.
+       * mule-util.el (coding-system-parent): Move to mule.el.
 
-       * mule.el (coding-system-parent): Moved from mule-util.el.
+       * mule.el (coding-system-parent): Move from mule-util.el.
 
 1997-06-18  Kenichi Handa  <handa@etl.go.jp>
 
        * subdirs.el: Add "language" in the argument of
        normal-top-level-add-to-load-path.
 
-       * rmail.el (rmail-enable-decoding-message): Deleted.
+       * rmail.el (rmail-enable-decoding-message): Delete.
        (rmail-revert): Bind enable-multibyte-characters to nil before
        calling rmail-convert-file.
        (rmail-convert-to-babyl-format): If enable-multibyte-characters is
        (coding-system-list): Sort coding systems by coding-system-lessp.
        An element of returned list is always coding system, never be a
        cons.
-       (modify-coding-system-alist): Renamed from
+       (modify-coding-system-alist): Rename from
        set-coding-system-alist.
        (prefer-coding-system): New function.
        (compose-chars-component): But fix for handling a composite
        not a valid KEY argument now.
        (leim-list-file-name, leim-list-header, leim-list-entry-regexp):
        New variables.
-       (update-leim-list-file, update-all-leim-list-files): New
-       functions.
+       (update-leim-list-file, update-all-leim-list-files):
+       New functions.
        (current-input-method): Doc-string modified because the value is
        now input method name.
        (default-input-method, previous-input-method): Likewise.
        (input-method-alist): New variable.
        (register-input-method): Register input method in
        input-method-alist.
-       (read-language-and-input-method-name): Deleted.
+       (read-language-and-input-method-name): Delete.
        (read-input-method-name): New function.
        (activate-input-method, select-input-method, toggle-input-method):
-       Modified for the above change.
+       Modify for the above change.
        (read-multilingual-string): Likewise.
-       (describe-current-input-method): Renamed from
+       (describe-current-input-method): Rename from
        describe-input-method.
        (describe-input-method): New function.
        (describe-language-environment): Don't put a vacant line at the
 
        * language/cyril-util.el (setup-cyrillic-iso-environment)
        (setup-cyrillic-koi8-environment)
-       (setup-cyrillic-alternativnyj-environment): Deleted.
+       (setup-cyrillic-alternativnyj-environment): Delete.
        (setup-cyrillic-environment): New function.
 
        * language/cyrillic.el: Don't make the keymap
        * tar-mode.el (tar-extract): Use second argument of
        view-buffer instead of setting view-exit-action.
 
-       * files.el (view-read-only): New option variable.  If
-       non-nil then buffers visiting files read-only, do it in view mode.
+       * files.el (view-read-only): New option variable.
+       If non-nil then buffers visiting files read-only, do it in view mode.
        (find-file-read-only, find-file-read-only-other-window)
        (find-file-read-only-other-frame): Call toggle-read-only
        instead of setting buffer-read-only explicitly.
-       (toggle-read-only, after-find-file): Changed to be aware
+       (toggle-read-only, after-find-file): Change to be aware
        of view-read-only.
        (save-some-buffers): Use second argument of view-buffer
        instead of setting view-exit-action.
        * icon.el (icon-indent-line): A comment ends at the end of the
        line, delete call to nonexistent function.
 
-       * icon.el (icon-font-lock-keywords-1): Improved regexp.
+       * icon.el (icon-font-lock-keywords-1): Improve regexp.
        (icon-font-lock-keywords-2): Likewise.
 
 1997-06-16  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
 
 1997-06-16  Simon Marshall  <simon@gnu.ai.mit.edu>
 
-       * icon.el (icon-imenu-generic-expression): Improved regexp.
-       (icon-font-lock-keywords-1): Improved regexps.
+       * icon.el (icon-imenu-generic-expression): Improve regexp.
+       (icon-font-lock-keywords-1): Improve regexps.
        (icon-font-lock-keywords-2): Likewise.
        (icon-mode): Don't set font-lock-comment-start-regexp via
        font-lock-defaults; it is not needed anymore.
 
 1996-06-16  Dan Nicolaescu  <done@ece.arizona.edu>
 
-       * icon.el (icon-imenu-generic-expression): Improved regexp.
+       * icon.el (icon-imenu-generic-expression): Improve regexp.
        (icon-mode): Don't use pushnew.
 
 1997-06-16  Michelangelo Grigni  <mic@mathcs.emory.edu>
        * ffap.el (ffap-soft-value): Make this a function again; the macro
        version does intern-soft too early.  Deleted XEmacs-specific code.
 
-       (ffap-string-at-point-mode-alist): Added "=" and
+       (ffap-string-at-point-mode-alist): Add "=" and
        "&" to the url syntax, as suggested by SJE.
-       (ffap-read-file-or-url): Fixed the HIST argument to
+       (ffap-read-file-or-url): Fix the HIST argument to
        completing-read (only visible in XEmacs?), as reported by
        Christoph Wedler <wedler@fmi.uni-passau.de>.
        (ffap-kpathsea-expand-path): New func, replaces ffap-add-subdirs,
        Added mouse-track support (but no binding), as
        suggested by MDB.  Moved Emacs mouse bindings from
        "down-mouse" events to ordinary mouse events.
-       (ffap-alist): Added ffap-fortran-mode, as requested by MDB.
+       (ffap-alist): Add ffap-fortran-mode, as requested by MDB.
        Rewrote and merged XEmacs support, eliminating file
        ffap-xe.el.  Modified ffap-other-frame to work in dedicated
        frames, fixing a bug reported by JENS.
        (ffap-read-file-or-url): For XEmacs, give extra HACK-HOMEDIR arg
        to `abbreviate-file-name'.
        (ffap-file-at-point): Suppress errors from `ffap-alist'.
-       (ffap-url-at-point): Modified regexp to accept
+       (ffap-url-at-point): Modify regexp to accept
        mail hostnames ending with a digit.  Fixes bug report of SJE.
        (ffap-url-at-point): Use higher level function
        (w3-view-this-url t) suggested by wmperry, instead of
        w3-zone-at/w3-zone-data or widget-at/widget-get.
-       (ffap-url-at-point): Modified to work with
+       (ffap-url-at-point): Modify to work with
        w3-version "WWW 2.3.64 1996/06/02 06:20:23" alpha, which
        uses the 'widget package rather than the old w3-zone-at.
        Bug was reported by JENS.
        Adapted comments and doc strings to Emacs coding
        conventions.  Reorganized.  Retired v18 support.
        (ffap-bindings): Offers a default installation.
-       (ffap-string-at-point): Modified arguments.
-       (ffap-gnus-hook): Updated for Gnus 5.
+       (ffap-string-at-point): Modify arguments.
+       (ffap-gnus-hook): Update for Gnus 5.
        (ffap-tex-init): Delayed initialization of `ffap-tex-path'.
        (ffap-dired): New entry in `ffap-alist'.
        (ffap-menu-rescan): May fontify the choices in buffer.
        * cus-edit.el (widget-glyph-insert-glyph): Make the invisible
        extent open ended.
 
-       * cus-edit.el (custom-format-handler): Added :echo-help to
+       * cus-edit.el (custom-format-handler): Add :echo-help to
        visibility widget.
        (custom-variable-value-create): Ditto, also for tag.
        * wid-edit.el (widget-documentation-string-value-create): Ditto.
 
        * wid-edit.el (widget-tabable-at): New function.
        (widget-move): Use it.
-       * wid-edit.el (widget-after-change): Reimplemented :secret.
+       * wid-edit.el (widget-after-change): Reimplement :secret.
 
        * wid-edit.el (widget-field-add-space): New option.
        (widget-specify-field): Use it.
        view-mode-enter or view-mode-exit.
        (view-buffer, view-buffer-other-window): New argument exit-action.
        (view-file, view-file-other-window, view-buffer-other-window)
-       (view-buffer, view-mode-enter): Changed method used to restore
+       (view-buffer, view-mode-enter): Change method used to restore
        windows when leaving view mode.
        (view-mode-exit): New function.
        (view-return-to-alist): New variable.
        (widget-documentation-string-value-create): Also use documentation
        properties on single line documentation strings.
 
-       * wid-browse.el (widget-minor-mode): Fixed mistake in
+       * wid-browse.el (widget-minor-mode): Fix mistake in
        widget-minor-mode - it had semantics of non-interactive calling
        reversed.
 
        * add-log.el (add-log-time-format): New variable.
        (add-log-iso8601-time-string): New function.
        (add-change-log-entry): Use add-log-time-format.
-       (add-log-iso8601-time-zone): Renamed from iso8601-time-zone.
+       (add-log-iso8601-time-zone): Rename from iso8601-time-zone.
 
 1997-06-13  Dan Nicolaescu  <done@ece.arizona.edu>
 
        (isearch-close-unecessary-overlays): New function.
        (isearch-range-invisible): Use them.
 
-       * isearch.el (search-invisible): Changed the semantics,
+       * isearch.el (search-invisible): Change the semantics,
        the default value and updated the doc string.
        (isearch-opened-overlays): New variable.
        (isearch-mode): Initialize it.
        opened, open them, add them to isearch-opened-overlays and say
        that the range is visible.
 
-       * hideshow.el (hideshow): Added a :prefix.
+       * hideshow.el (hideshow): Add a :prefix.
        (hs-isearch-open): New variable.
        (hs-flag-region): Use that variable.
        Changed the semantics of the FLAG parameter and updated the docs.
        Fix error messages.
 
        * text-mode.el (paragraph-indent-text-mode):
-       Renamed from spaced-text-mode.
+       Rename from spaced-text-mode.
        (text-mode-map): Bind TAB to indent-relative.
        (indented-text-mode-map): Variable deleted.
        (indented-text-mode): Now an alias for text-mode.
        * bibtex.el (bibtex-delete-whitespace, bibtex-current-line)
        (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
        (bibtex-map-entries):
-       Renamed from delete-whitespace, current-line, assoc-of-regexp,
+       Rename from delete-whitespace, current-line, assoc-of-regexp,
        skip-to-valid-bibtex-entry, and map-bibtex-entries, respectively.
 
 1997-06-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
        (reftex-label-alist-builtin): New default environment subfigure.
        (reftex-find-duplicate-labels): Temporary buffer is now
        "*Duplicate Labels*" instead of "*Help*".
-       (reftex-bibtex-selection-callback): Renamed variable found-list.
-       (reftex-found-list): Added defvar for this variable.
-       (TeX-master): Added defvar for this variable.
+       (reftex-bibtex-selection-callback): Rename variable found-list.
+       (reftex-found-list): Add defvar for this variable.
+       (TeX-master): Add defvar for this variable.
        (reftex-reset-mode): Kill temporary buffers associated with RefTeX.
 
 1997-06-10  Ken'ichi Handa  <handa@psilocin.gnu.ai.mit.edu>
 
-       * mule-cmds.el (view-hello-file): Adjusted for the changes of
+       * mule-cmds.el (view-hello-file): Adjust for the changes of
        coding system names.
 
 1997-06-10  Terrence Brannon  <brannon@sand.usc.edu>
 
 1997-06-10  Stefan Schoef  <schoef@OFFIS.Uni-Oldenburg.DE>
 
-       * bibtex.el (bibtex-mode-map): Changed the binding of the C-TAB
+       * bibtex.el (bibtex-mode-map): Change the binding of the C-TAB
        key, such that XEmacs will understand it, too.
 
        * bibtex.el (bibtex-format-entry, bibtex-end-of-entry): Give specific
        error message if not on valid BibTeX entry.
 
-       * bibtex.el (bibtex-field-string-quoted): Small bug fix.  Allow
-       backslash followed by newline.
+       * bibtex.el (bibtex-field-string-quoted): Small bug fix.
+       Allow backslash followed by newline.
 
        * bibtex.el (bibtex-reposition-window, bibtex-mark-entry): Two new
        functions, bound to M-C-l and M-C-h, respectively.
        of ---.
        (bibtex-font-lock-keywords): Don't treat ALT prefixed entries as
        comments.
-       (bibtex-entry): Fixed parameter list.  This function is not
+       (bibtex-entry): Fix parameter list.  This function is not
        intended to be called with required and optional fields as
        optional arguments anymore.
 
        * bibtex.el (bibtex-submit-bug-report): Report all variables.
 
        * bibtex.el (bibtex-contline-indentation): New user option.
-       (bibtex-entry-offset): Renamed from bibtex-entry-indentation.
+       (bibtex-entry-offset): Rename from bibtex-entry-indentation.
 
        * bibtex.el (bibtex-entry-field-alist): Used different order for
        some fields (as documented in btxdoc.tex).  Changed one of the
        * bibtex.el (bibtex-reference-key): Reincluded parentheses.
        Parentheses should be disallowed only in field constants.
 
-       * bibtex.el (bibtex-autokey-transcriptions): Fixed bug (two
+       * bibtex.el (bibtex-autokey-transcriptions): Fix bug (two
        entries for `\o' while `\oe' entry was missing).
 
        * bibtex.el (bibtex-entry-indentation): New variable to determine
        (bibtex-move-outside-of-entry): Use `skip-chars-forward' instead
        of `re-search-forward'.
        (bibtex-beginning-of-first-entry, bibtex-beginning-of-last-entry):
-       Renamed from beginning-of-first-bibtex-entry and
+       Rename from beginning-of-first-bibtex-entry and
        beginning-of-last-bibtex-entry.  Go to beginning of line, return point.
        (bibtex-do-auto-fill, bibtex-make-field, bibtex-entry)
        (bibtex-String, bibtex-Preamble): Respect `bibtex-entry-indentation'.
        (bibtex-clean-entry): Use `bibtex-reference-maybe-empty-head'
        instead of a fixed string.
 
-       * bibtex.el (bibtex-beginning-of-entry, bibtex-end-of-entry): Now
-       return point if called from a program.
+       * bibtex.el (bibtex-beginning-of-entry, bibtex-end-of-entry):
+       Now return point if called from a program.
        (bibtex-enclosing-field, bibtex-format-entry)
        (bibtex-generate-autokey, bibtex-parse-keys, bibtex-mode)
        (bibtex-ispell-entry, bibtex-narrow-to-entry, bibtex-sort-buffer)
 
        * bibtex.el (bibtex-entry-delimiters): New variable to determine
        if entries shall be delimited by braces or parentheses.
-       (bibtex-entry-left-delimiter, bibtex-entry-right-delimiter): New
-       helper functions.
-       (bibtex-entry, bibtex-String, bibtex-Preamble): Respect
-       `bibtex-entry-delimiters'.
+       (bibtex-entry-left-delimiter, bibtex-entry-right-delimiter):
+       New helper functions.
+       (bibtex-entry, bibtex-String, bibtex-Preamble):
+       Respect `bibtex-entry-delimiters'.
        (bibtex-entry-format): Doc fix.
-       (bibtex-reference-key, bibtex-field-const): Removed parentheses
+       (bibtex-reference-key, bibtex-field-const): Remove parentheses
        from allowed characters.
        (bibtex-end-of-entry): Better handling of incorrect preambles.
 
        (current-line): New helper function to calculate current
        linenumber.  Something like this should really be defined somewhere
        else in Emacs.
-       (bibtex-validate): Changed to show all errors in buffer in a
+       (bibtex-validate): Change to show all errors in buffer in a
        `compilation mode' buffer.  If there are syntax errors, it aborts
        after the syntax check, since higher-level check functions rely on
        the syntactical correctness of buffer.  If called from another lisp
        (twice as high) than `lazy-lock-stealth-time'.
        (bibtex-member-of-regexp, assoc-of-regexp): Small cosmetic changes.
 
-       * bibtex.el (bibtex-buffer-last-parsed-tick): Renamed from
+       * bibtex.el (bibtex-buffer-last-parsed-tick): Rename from
        bibtex-buffer-last-parsed-for-keys-tick and made it really
        buffer-local (bug fix).
        (bibtex-parse-keys): Make it use bibtex-buffer-last-parsed-tick.
        if it has been aborted.
        (bibtex-mode): Run the new function bibtex-parse-buffers-stealthily.
 
-       * bibtex.el (bibtex-generate-autokey): Changed the name part
+       * bibtex.el (bibtex-generate-autokey): Change the name part
        generation (bugfix).  This function handles now correctly all three
        forms of BibTeX names, "First von Last", "von Last, First", "von
        Last, Jr, First".  In every case the "Last" part is correctly
        the first is used.  Name fields spread over more than one line are
        no problem anymore.
 
-       * bibtex.el (bibtex-entry-format): Changed default value to
+       * bibtex.el (bibtex-entry-format): Change default value to
        exclude 'page-dashes.  Modified documentation.
        (bibtex-autokey-name-change-strings)
        (bibtex-autokey-titleword-abbrevs)
        (bibtex-autokey-titleword-change-strings, bibtex-entry)
        (bibtex-validate): Doc fixes.
        (bibtex-mode-map): Bound `C-c $' to bibtex-ispell-abstract.
-       (bibtex-generate-autokey): Changed documentation.  Small
-       modification in calculating title field.
+       (bibtex-generate-autokey): Change documentation.
+       Small modification in calculating title field.
        (bibtex-mode): Included bibtex-ispell-entry into the list of
        `interesting' functions.
        (bibtex-kill-field): Bug fix (killing of first field in entry
 
        * bibtex.el (bibtex-mode-map): bibtex-complete-key wasn't bound
        correctly.
-       (bibtex-complete): Fixed bug (used string entries defined in
+       (bibtex-complete): Fix bug (used string entries defined in
        buffer as object to completion).
 
        * bibtex.el (Menu): Use easymenu.  More menu items for
        (bibtex-kill-field): Use new variable bibtex-field-kill-ring.
        (bibtex-kill-entry): Use new variable bibtex-entry-kill-ring.
 
-       * bibtex.el (bibtex-kill-ring, bibtex-kill-ring-yank-pointer): New
-       internal variables like kill-ring and kill-ring-yank-pointer, but
+       * bibtex.el (bibtex-kill-ring, bibtex-kill-ring-yank-pointer):
+       New internal variables like kill-ring and kill-ring-yank-pointer, but
        bibtex-kill-ring holds fields or complete reference entries
        instead of raw strings.
        (bibtex-kill-ring-max): New user option similar to kill-ring-max.
-       (bibtex-kill-field): Renamed from bibtex-delete-field again.  It
-       now supports the new variable bibtex-kill-ring.
+       (bibtex-kill-field): Rename from bibtex-delete-field again.
+       It now supports the new variable bibtex-kill-ring.
        (bibtex-copy-field-as-kill, bibtex-kill-entry)
-       (bibtex-copy-entry-as-kill, bibtex-yank, bibtex-yank-pop): New
-       interactive functions, which work on the bibtex-kill-ring
+       (bibtex-copy-entry-as-kill, bibtex-yank, bibtex-yank-pop):
+       New interactive functions, which work on the bibtex-kill-ring
        variable.
        (bibtex-insert-current-kill): New helper function to insert
        contents of bibtex-kill-ring in an appropriate way.
        generation, if year field of current entry is absent.
        (bibtex-generate-autokey): Use this new variable.
 
-       * bibtex.el (bibtex-include-OPTannote): Deleted (is set in
+       * bibtex.el (bibtex-include-OPTannote): Delete (is set in
        bibtex-user-optional-fields).
-       (bibtex-entry, bibtex-print-help-message): Removed support for
+       (bibtex-entry, bibtex-print-help-message): Remove support for
        bibtex-include-OPTannote.
 
        * bibtex.el (bibtex-entry-format): New constant
        * bibtex.el (bibtex-mode): Set value for
        font-lock-mark-block-function.
 
-       * bibtex.el (bibtex-font-lock-keywords): Changed to distinguish
+       * bibtex.el (bibtex-font-lock-keywords): Change to distinguish
        optional from ordinary fields.
        (bibtex-format-entry, bibtex-print-help-message)
        (bibtex-remove-OPT-or-ALT, bibtex-pop): Used simpler regexps.
 
-       * bibtex.el (bibtex-delete-field): Changed from
+       * bibtex.el (bibtex-delete-field): Change from
        bibtex-delete-optional-or-alternative-field.  Deletes now mandatory
        fields as well.
-       (bibtex-mode): Changed documentation.
+       (bibtex-mode): Change documentation.
 
-       * bibtex.el (bibtex-entry-type-history, bibtex-key-history): New
-       variables to use own histories in BibTeX buffers.
+       * bibtex.el (bibtex-entry-type-history, bibtex-key-history):
+       New variables to use own histories in BibTeX buffers.
        (bibtex-entry, bibtex-clean-entry, bibtex-String): Use these new
        variables.
 
        * bibtex.el (bibtex-entry, bibtex-make-field): A function can now
        be used to generate a fields init string.
        (bibtex-include-OPTkey, bibtex-include-OPTannote)
-       (bibtex-entry-field-alist): Changed documentation accordingly.
+       (bibtex-entry-field-alist): Change documentation accordingly.
 
        * bibtex.el (bibtex-mode): bibtex-parse-keys on start of mode is
        now abortable, too.
        * bibtex.el (bibtex-find-entry-location): Bug fix: Insertion into
        completely empty buffer didn't work.
 
-       * bibtex.el (bibtex-user-optional-fields): Renamed from
+       * bibtex.el (bibtex-user-optional-fields): Rename from
        bibtex-mode-user-optional-fields.
        (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message):
        Use bibtex-user-optional-fields.
        delimiting braces and not those inside fields.
 
        * bibtex.el (skip-to-valid-bibtex-entry, bibtex-parse-keys)
-       (bibtex-end-of-entry, bibtex-validate, bibtex-reformat): Calculate
-       complex regexps outside of loops.
-       (bibtex-mode): Changed documentation on how to convert third party
+       (bibtex-end-of-entry, bibtex-validate, bibtex-reformat):
+       Calculate complex regexps outside of loops.
+       (bibtex-mode): Change documentation on how to convert third party
        buffers.
 
        * bibtex.el (bibtex-convert-alien): New function to convert a
        call of bibtex-parse-keys.  This avoids unnecessary double call if
        Font Lock mode is chosen for buffer at startup.
 
-       * bibtex.el (bibtex-String, bibtex-Preamble): Renamed from
+       * bibtex.el (bibtex-String, bibtex-Preamble): Rename from
        bibtex-string and bibtex-preamble.
        (bibtex-String): If bibtex-maintain-sorted-entries and
        bibtex-sort-ignore-string-entries are both non-nil, read string
        location (as for normal entries).
 
        * bibtex.el (bibtex-autokey-titleword-first-ignore)
-       (bibtex-autokey-titleword-abbrevs): Changed documentation: case of
+       (bibtex-autokey-titleword-abbrevs): Change documentation: case of
        regexps doesn't matter anymore.
-       (bibtex-field-const, bibtex-reference-key): Simplified to not
+       (bibtex-field-const, bibtex-reference-key): Simplify to not
        contain uppercase letters.
        (member-of-regexp, assoc-of-regexp): Ignore case of regexp.
        (map-bibtex-entries): Call function not for every syntactical correct
        (bibtex-end-of-entry): Only report an "unknown entry" message if
        called interactively.
 
-       * bibtex.el (bibtex-sort-ignore-string-entries): Renamed back from
+       * bibtex.el (bibtex-sort-ignore-string-entries): Rename back from
        bibtex-sort-ignore-string-and-preamble.  Of course, preambles are
        always ignored, since they have no key at all.
        (bibtex-string): Slightly less complex regexp.
        (skip-to-valid-bibtex-entry): New helper function to skip forward
        (or backward) to beginning of next syntactical correct known
-       BibTeX entry, if not already there.  Respects
-       bibtex-sort-ignore-string-entries.
+       BibTeX entry, if not already there.
+       Respects bibtex-sort-ignore-string-entries.
        (map-bibtex-entries): Bug fix: It wasn't called for string entries
        even if bibtex-sort-ignore-string-entries was nil.
        (beginning-of-last-bibtex-entry): New helper function to go to
        last entry in buffer.
        (bibtex-end-of-entry): Bug fix: Now works with string and preamble
        entries as well.
-       (bibtex-sort-buffer): Renamed from bibtex-sort-entries.  Simplified
+       (bibtex-sort-buffer): Rename from bibtex-sort-entries.  Simplified
        by using new function skip-to-valid-bibtex-entry.  Now only known
        entries are checked.
-       (bibtex-find-entry-location): Simplified by using new functions
+       (bibtex-find-entry-location): Simplify by using new functions
        skip-to-valid-bibtex-entry and beginning-of-last-bibtex-entry.
        Only known entries are used to determine location.
        (bibtex-validate): Now checks string entries, too.
        bibtex-end-of-entry.
 
        * bibtex.el (bibtex-end-of-entry): Don't use forward-sexp anymore,
-       since this fails on entries with non-escaped double-quotes.  Use
-       search-bibtex-reference instead (though it is slower, it is more
+       since this fails on entries with non-escaped double-quotes.
+       Use search-bibtex-reference instead (though it is slower, it is more
        reliable).
        (bibtex-ispell-abstract): Use normal regexps created by
        bibtex-cfield instead of special ones.
        work, since due to a bug all entries were simply skipped.
 
        * bibtex.el (bibtex-mode): Doc fix.
-       (bibtex-delete-optional-or-alternative-field): Renamed from
+       (bibtex-delete-optional-or-alternative-field): Rename from
        bibtex-kill-optional-or-alternative-field.
        (bibtex-delete-optional-or-alternative-field, bibtex-empty-field):
        Use delete-region, not kill-region.
        buffer, died on entries with `@' in other than first column).
        (beginning-of-first-bibtex-entry, bibtex-format-entry)
        (bibtex-beginning-of-entry, bibtex-validate, bibtex-clean-entry):
-       Changed to allow BibTeX entries to start in a column different
+       Change to allow BibTeX entries to start in a column different
        from 1 (but still for speed reasons only whitespace is allowed
        prior to the `@' on the same line.
 
        (bibtex-find-entry-location): A bug had been introduced by using
        search-bibtex-reference instead of re-search-forward (fixed).
 
-       * bibtex.el (bibtex-field-delimiters): Renamed from
+       * bibtex.el (bibtex-field-delimiters): Rename from
        bibtex-field-delimiter.
        (bibtex-entry-format): Constant empty-opts renamed to
        empty-opts-or-alts.
-       (bibtex-remove-delimiters): Renamed from
+       (bibtex-remove-delimiters): Rename from
        bibtex-remove-double-quotes-or-braces.
        (bibtex-reformat): New function.
 
        * bibtex.el (bibtex-fill-entry): New function to refill entry.
-       (bibtex-mode-map): Defined key for bibtex-fill-entry.
+       (bibtex-mode-map): Define key for bibtex-fill-entry.
 
        * bibtex.el (bibtex-field-delimiter): Substitutes variables
        bibtex-field-left-delimiter and bibtex-field-right-delimiter.
-       (bibtex-field-left-delimiter, bibtex-field-right-delimiter): New
-       helper functions.
+       (bibtex-field-left-delimiter, bibtex-field-right-delimiter):
+       New helper functions.
        (bibtex-make-field, bibtex-pop): Use new variable
        bibtex-field-delimiter.
        (bibtex-empty-field, bibtex-string): Use new functions
        (bibtex-mode): Don't set fill-prefix anymore, but use new function
        bibtex-do-auto-fill.
 
-       * bibtex.el (bibtex-find-entry-location): Fixed bug (when
+       * bibtex.el (bibtex-find-entry-location): Fix bug (when
        bibtex-maintain-sorted-entries was non-nil, an entry with a key
        greater than all other keys wasn't inserted in the correct place).
 
        * bibtex.el (bibtex-mode): Don't use bibtex-auto-fill-function
        anymore, but use directly variable fill-prefix.
 
-       * bibtex.el (bibtex-find-entry-location): Fixed bug (on duplicate
+       * bibtex.el (bibtex-find-entry-location): Fix bug (on duplicate
        keys, point must move to beginning of entry, so that bibtex-entry
        works correctly).
 
-       * bibtex.el (bibtex-complete): Fixed bug (parameter string-list
+       * bibtex.el (bibtex-complete): Fix bug (parameter string-list
        was mistakenly altered by the function itself).
 
        * bibtex.el (bibtex-mode-map): Bind bibtex-complete-key to C-TAB.
 
-       * bibtex.el (bibtex-validate): Renamed from bibtex-validate-buffer
+       * bibtex.el (bibtex-validate): Rename from bibtex-validate-buffer
        since it can acts on region if active.  Use search-bibtex-reference.
        (search-bibtex-reference): New function to be used in places where
        prior a re-search-{forward|backward} for bibtex-reference or
        bibtex-enclosing-reference-maybe-empty-head.
        (bibtex-reference-infix, bibtex-reference-postfix): New constants
        necessary due to splitting bibtex-reference.
-       (bibtex-reference): Deleted.
-       (bibtex-type-in-reference, skip-whitespace-and-comments): Deleted.
+       (bibtex-reference): Delete.
+       (bibtex-type-in-reference, skip-whitespace-and-comments): Delete.
 
        * bibtex.el (bibtex-mode): Don't turn auto-fill-mode on.  Use new
        variable normal-auto-fill-function.
 
-       * bibtex.el (bibtex-field-string): Simplified.
+       * bibtex.el (bibtex-field-string): Simplify.
 
-       * bibtex.el (bibtex-mode-syntax-table): Changed syntax of
+       * bibtex.el (bibtex-mode-syntax-table): Change syntax of
        double-quote back to quote syntax.
 
        * bibtex.el (bibtex-complete): New generic function for interface
        functions bibtex-complete-string and bibtex-complete-key.
        (bibtex-complete-key): New function.
 
-       * bibtex.el (bibtex-sort-ignore-string-and-preamble): Renamed from
+       * bibtex.el (bibtex-sort-ignore-string-and-preamble): Rename from
        bibtex-sort-ignore-string-entries.
        (map-bibtex-entries): Use bibtex-sort-ignore-string-and-preamble
        and ignore preamble entries as well.
        mark is active.  With optional argument checks if required fields
        are missing, too.
 
-       * bibtex.el (bibtex-mode): Added support for imenu.
+       * bibtex.el (bibtex-mode): Add support for imenu.
 
        * bibtex.el (bibtex-entry-field-alist)
-       (bibtex-mode-user-optional-fields): Modified syntax to allow
+       (bibtex-mode-user-optional-fields): Modify syntax to allow
        preinitialization of fields.
        (bibtex-make-field, bibtex-make-optional-field):
        Support preinitialization of fields.
        (bibtex-generate-autokey): Use new variables.
 
        * bibtex.el (bibtex-field-const, bibtex-reference-type)
-       (bibtex-reference-key): Changed to match the (according to Oren
+       (bibtex-reference-key): Change to match the (according to Oren
        Patashnik) allowed characters.
 
-       * bibtex.el (bibtex-clean-entry-zap-empty-opts-or-alts): Renamed
-       from bibtex-clean-entry-zap-empty-opts.
+       * bibtex.el (bibtex-clean-entry-zap-empty-opts-or-alts):
+       Rename from bibtex-clean-entry-zap-empty-opts.
        (bibtex-entry-field-alist): Slightly modified syntax to support
        alternative fields needed for Book and InBook references.
        (bibtex-font-lock-keywords, bibtex-print-help-message)
        (bibtex-make-field, bibtex-pop, bibtex-clean-entry):
        Support ALT prefixed entries.
-       (bibtex-mode): Documented new ALT prefixed fields.
-       (bibtex-make-optional-field): Modified to give only field name as
+       (bibtex-mode): Document new ALT prefixed fields.
+       (bibtex-make-optional-field): Modify to give only field name as
        arg to bibtex-make-field.
        (bibtex-remove-OPT-or-ALT, bibtex-kill-optional-or-alternative-field):
-       Renamed from bibtex-remove-OPT and bibtex-kill-optional-field,
+       Rename from bibtex-remove-OPT and bibtex-kill-optional-field,
        respectively.  Modified to support ALT prefixes.
 
        * bibtex.el (bibtex-enclosing-field, bibtex-print-help-message):
 
 1997-06-09  Kenichi Handa  <handa@etl.go.jp>
 
-       * mule.el: Delete declaration for buffer-file-coding-system.  It
-       is done in buffer.c now.  In the comment, change coding-system to
+       * mule.el: Delete declaration for buffer-file-coding-system.
+       It is done in buffer.c now.  In the comment, change coding-system to
        coding system.  The name coding-vector is changed to coding-spec.
        (coding-vector-type, coding-vector-mnemonic)
-       (coding-vector-docstring, coding-vector-flags): Deleted.
+       (coding-vector-docstring, coding-vector-flags): Delete.
        (coding-system-spec-ref): New function.
        (coding-system-type, coding-system-mnemonic, coding-system-flags):
        Use coding-system-spec-ref.
-       (coding-system-doc-string): Renamed from coding-system-docstring.
-       (coding-system-eol-type): Renamed from coding-system-eoltype.
-       (coding-system-eol-type-mnemonic): Moved to mule-util.el.
+       (coding-system-doc-string): Rename from coding-system-docstring.
+       (coding-system-eol-type): Rename from coding-system-eoltype.
+       (coding-system-eol-type-mnemonic): Move to mule-util.el.
        (coding-system-post-read-conversion): Likewise.
        (coding-system-pre-write-conversion): Likewise.
-       (default-process-coding-system): Deleted.  Now declared in
+       (default-process-coding-system): Delete.  Now declared in
        buffer.c.
        (make-subsidiary-coding-system): New function.
        (make-coding-system): Check arguments more strictly.  Do not make
        -unix, -dos, -mac variants for TYPE 4.
        (define-coding-system-alias): Call make-subsidiary-coding-system.
-       (set-buffer-file-coding-system): Adjusted for the function name
+       (set-buffer-file-coding-system): Adjust for the function name
        changes.
        (find-new-buffer-file-coding-system): Likewise.
-       (default-process-coding-system): Deleted.  Now defined in coding.c.
+       (default-process-coding-system): Delete.  Now defined in coding.c.
 
        * mule-conf.el: Coding system names changed.
 
        (print-coding-system): Likewise.
        (list-coding-systems): Likewise.  Make it interactive.
 
-       * mule-util.el (set-coding-system-alist): Deleted.
+       * mule-util.el (set-coding-system-alist): Delete.
        (string-to-sequence): Doc string modified.
        (coding-system-list): Add optional arg BASE-ONLY.
        (coding-system-base): New function.
 
 1997-06-07  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
 
-       * files.el (file-name-non-special): Handle
-       file-name-completion and file-name-all-completions.
+       * files.el (file-name-non-special):
+       Handle file-name-completion and file-name-all-completions.
 
        * mailalias.el: Customize.  Doc fixes.
        Mark some risky local variables.
 
        * dired.el (dired-unmark-all-marks):
-       Renamed from dired-unmark-all-files-no-query.
+       Rename from dired-unmark-all-files-no-query.
 
        * language/european.el (setup-8-bit-environment):
        Load the file with load, not require, so that we reload it if nec.
        * language/english.el ("English"): Improve doc string.
 
        * language/indian.el (describe-indian-environment-map):
-       Renamed from describe-indian-support-map.
+       Rename from describe-indian-support-map.
        * language/devanagari.el: Corresponding changes.
 
        * language/european.el (describe-european-environment-map):
-       Renamed from describe-european-support-map.
+       Rename from describe-european-support-map.
 
        * language/cyrillic.el (describe-cyrillic-environment-map):
-       Renamed from describe-cyrillic-support-map.
+       Rename from describe-cyrillic-support-map.
 
        * language/chinese.el (describe-chinese-environment-map):
-       Renamed from describe-chinese-support-map.
+       Rename from describe-chinese-support-map.
 
        * mule-cmds.el (describe-language-environment):
-       Renamed from describe-language-support.
+       Rename from describe-language-support.
        Do the real work here; don't call describe-specified-language-support.
        Print the mnemonics when mentioning coding systems.
        Improve style of output.
        (describe-specified-language-environment):
-       Renamed from describe-specified-language-support.
+       Rename from describe-specified-language-support.
        Don't do the work here; call describe-language-environment.
        (describe-language-environment-map):
-       Renamed from describe-language-support-map.
+       Rename from describe-language-support-map.
 
        * language/european.el (setup-8-bit-environment):
        Do not set set-case-syntax-offset.
 
 1997-06-04  Per Abrahamsen  <abraham@dina.kvl.dk>
 
-       * wid-edit.el (widget-kill-line): Fixed for overlays.
+       * wid-edit.el (widget-kill-line): Fix for overlays.
 
        * cus-edit.el (custom-buffer-create-internal): Show full
        documentation string in buffers with only a single item.
        (widget-field-end): Workaround for local-map at
        end of overlay.
        (widget-specify-field): Ditto.
-       (widget-move): Fixed but with single button buffers.
+       (widget-move): Fix but with single button buffers.
 
-       * cus-edit.el (custom-buffer-create-internal): Improved help
+       * cus-edit.el (custom-buffer-create-internal): Improve help
        strings for reset buttons.
 
        * wid-edit.el (widget-move): Restored support for
        (widget-documentation-string-value-create): Restore support for
        `widget-documentation--face'.
 
-       * cus-edit.el (customize-variable-other-window): Added defalias.
+       * cus-edit.el (customize-variable-other-window): Add defalias.
 
        * widget.el (:complete): New keyword.
        (:complete-function): New keyword.
 
 1997-06-02  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
 
-       * text-mode.el (spaced-text-mode): Renamed from text-mode.
+       * text-mode.el (spaced-text-mode): Rename from text-mode.
        But change the mode name and hooks.
        (text-mode): Put the guts of indented-text-mode here.
        But don't define text-mode-abbrev-table, just use it.
 
 1997-06-02  Michael Kifer  <kifer@cs.sunysb.edu>
 
-       * ediff-util.el (ediff-toggle-multiframe): Improved.
-       (ediff-setup, ediff-inferior-compare-regions): Modified.
+       * ediff-util.el (ediff-toggle-multiframe): Improve.
+       (ediff-setup, ediff-inferior-compare-regions): Modify.
        (ediff-setup): Bug fixed.
        * ediff-init.el (ediff-file-attributes): Use ediff-file-remote-p.
        * ediff-wind.el (ediff-setup-windows-multiframe-merge)
-       (ediff-setup-windows-multiframe-compare): Improved window placement.
+       (ediff-setup-windows-multiframe-compare): Improve window placement.
        * ediff-diff.el (ediff-make-fine-diffs):
-       Fixed messages about whitespace regions.
+       Fix messages about whitespace regions.
        * ediff-wind.el, ediff-ptch.el, ediff-mult.el, ediff-merg.el:
        custom.el'ed.
 
        * viper-init.el (vip-parse-sexp-ignore-comments): New variable.
        * viper-cmd.el (vip-paren-match): Parsing comments is now controlled
        with vip-parse-sexp-ignore-comments.
-       * viper-cmd.el (vip-goto-col): Fixed.
+       * viper-cmd.el (vip-goto-col): Fix.
        * viper-cmd.el (vip-autoindent): Now expands abbrevs.
        (vip-adjust-keys-for): Unbinds vip-autoindent, if vip-auto-indent
        is nil.
-       * viper-cmd.el (vip-prefix-arg-value): Fixed computation of integer
+       * viper-cmd.el (vip-prefix-arg-value): Fix computation of integer
        prefix args.
        * viper-cmd.el, viper-init.el: New files.
 
 
 1997-06-01  Dan Nicolaescu  <done@ece.arizona.edu>
 
-       * hideshow.el (hs-show-hidden-short-form): Updated doc string.
+       * hideshow.el (hs-show-hidden-short-form): Update doc string.
        (hs-adjust-block-beginning): Likewise.
        (hs-special-modes-alist): C and C++ should also use
        hs-c-like-adjust-block-beginning.
        (hs-find-block-beginning): If hs-adjust-block-beginning is t and
        we apply hs-adjust-block-beginning and we reach the point means
        that we found the block beginning.
-       (hs-c-like-adjust-block-beginning): Renamed from
+       (hs-c-like-adjust-block-beginning): Rename from
        java-hs-adjust-block-beginning.
 
 1997-06-01  Simon Leinen  <simon@switch.ch>
        getting read-only bob and eob in XEmacs.
        * wid-browse.el (widget-browse-at): Use `get-char-property'
        instead of `get-text-property'.
-       * widget.el (:value-from :value-to): Deleted.
+       * widget.el (:value-from :value-to): Delete.
        * widget.el (:button-overlay, :field-overlay): New keywords.
        * wid-edit.el (widget-default-delete): Delete overlays.
        (widget-field-value-delete): Delete overlay.
 
 1997-06-01  Per Abrahamsen  <abraham@dina.kvl.dk>
 
-       * cus-edit.el (custom-format-handler): Changed look of group
+       * cus-edit.el (custom-format-handler): Change look of group
        indicators.
 
        * wid-edit.el (widget-kill-line): Use forward-line instead of
 
        * cus-edit.el (custom-variable-prompt):
        Handle variable-at-point returning 0.
-       (customize-option): Renamed from custom-variable.
+       (customize-option): Rename from custom-variable.
        (customize-variable): Add it as an alias.
        (customize-option-other-window):
-       Renamed from customize-variable-other-window.
+       Rename from customize-variable-other-window.
        (custom-load-symbol): Search for both short and absolute
        names of the library, when avoiding duplicate loading.
 
        * cus-edit.el (custom-format-handler): New %e and %- escapes.
        (custom-group): Use them.
 
-       * widget.el (:widget-doc): Removed keyword.
-       * wid-edit.el (widget-help): Removed widget.
-       (widget-help-action): Removed function.
+       * widget.el (:widget-doc): Remove keyword.
+       * wid-edit.el (widget-help): Remove widget.
+       (widget-help-action): Remove function.
 
        * widget.el (:documentation-shown): New keyword.
        * wid-edit.el (documentation-string): New widget.
        * mule-cmds.el (set-language-environment): Add autoload cookie.
        Renamed from setup-language-environment.
 
-       * startup.el (iso-8859-n-locale-regexp): Renamed from
+       * startup.el (iso-8859-n-locale-regexp): Rename from
        iso-8859-1-locale-regexp.
 
        * loadup.el: Always load faces.el.
        * icomplete.el: Integrated Emacs 19.34 and XEmacs 19.15 corrections
        (typos, style, command revisions, etc).
 
-       * icomplete.el: Integrated immediate keybindings display.  See
-       `icomplete-show-key-bindings', `icomplete-get-keys', and
+       * icomplete.el: Integrated immediate keybindings display.
+       See `icomplete-show-key-bindings', `icomplete-get-keys', and
        `icomplete-completions'.
 
        * icomplete.el (icomplete-get-keys): Return keys bound in prior
 
        * cus-edit.el (custom-magic-alist): Shortened message.
 
-       * cus-edit.el (custom-help-menu): Updated names.
+       * cus-edit.el (custom-help-menu): Update names.
 
        * cus-edit.el: Say `invoke' instead of `activate'.
        * wid-edit.el: Ditto.
        (widget-glyph-insert-glyph): No tag here.
        (widget-push-button-value-create): But here.
 
-       * wid-edit.el (widget-field-face): Changed to dim gray.
+       * wid-edit.el (widget-field-face): Change to dim gray.
 
        * wid-edit.el (widget-push-button-prefix): New option.
        (widget-push-button-suffix): New option.
        (widget-button): New group.
 
-       * widget.el (:text-format): Removed.
+       * widget.el (:text-format): Remove.
        (:button-suffix): New keyword.
        (:button-prefix): New keyword.
 
        * cus-edit.el (custom-magic-alist): Use `invoke' instead of
        `push'.
 
-       * cus-edit.el (custom-magic-alist): Changed rogue state message.
+       * cus-edit.el (custom-magic-alist): Change rogue state message.
 
        * custom.el (defface): Doc fix.
 
        * cus-edit.el, custom.el: Renamed `factory' to `standard'
        everywhere.
 
-       * cus-edit.el (custom-magic-show-button): Changed default to
+       * cus-edit.el (custom-magic-show-button): Change default to
        `nil'.
-       (custom): Removed `:format'.
-       (custom-variable): Removed level button.
+       (custom): Remove `:format'.
+       (custom-variable): Remove level button.
        (custom-face): Ditto.
-       (custom-level): Deleted.
-       (custom-level-action): Deleted.
+       (custom-level): Delete.
+       (custom-level-action): Delete.
        (custom-format-handler): Update caller.
        (custom-group-magic-alist): Merged into `custom-magic-alist'.
        (custom-magic-value-create): Use merged `custom-magic-alist'.
 
        * icomplete.el: Integrated Emacs 19.34 and XEmacs 19.15
        corrections (typos, style, command revisions, etc).
-       Integrated hacked up XEmacs immediate keybindings display.  See
-       `icomplete-show-key-bindings', `icomplete-get-keys', and
+       Integrated hacked up XEmacs immediate keybindings display.
+       See `icomplete-show-key-bindings', `icomplete-get-keys', and
        `icomplete-completions'.  Doesn't work with mainline GNU
        Emacs 19.34 (because the cmdloop doesn't set owindow, and the
        current-local-map doesn't take optional buffer arg), so feature
        SYNTACTIC-PROPERTIES.  Eval font-lock-syntactic-keywords with
        font-lock-eval-keywords.  Compile and compare all keywords.
        (fast-lock-get-syntactic-properties): New function.
-       (fast-lock-add-properties): Renamed from fast-lock-set-face-properties.
+       (fast-lock-add-properties): Rename from fast-lock-set-face-properties.
        Take new arg SYNTACTIC-PROPERTIES and add syntax-table text properties.
        Now fast-lock.el saves a buffer's value of font-lock-syntactic-keywords
        and syntax-table text properties as added by font-lock.el.
        set-current-process-coding-system.
 
        * encoded-kb.el (encoded-kbd-mode): Fix typo in doc-string.
-       (encoded-kbd-set-coding-system): Deleted.
+       (encoded-kbd-set-coding-system): Delete.
 
        * case-table.el (describe-buffer-case-table): Use aref instead of
        set-char-table-range.
        (describe-specified-language-support): New function.
        (describe-language-support): Call the above function.
        (universal-coding-system-argument): New function.
-       (read-language-and-input-method-name): Doc-string fixed.  If
-       default-input-method is nil, use previous-input-method as the
+       (read-language-and-input-method-name): Doc-string fixed.
+       If default-input-method is nil, use previous-input-method as the
        default value.
-       (set-default-input-method): Deleted.
+       (set-default-input-method): Delete.
 
        * language/*.el: Most of setup-LANGUAGE-environment functions are
        moved form LANGUAGE.el to LANG-util.el.  These functions now at
        also accept a subdir with a file called `index'.
 
        * texinfmt.el (texinfo-extra-inter-column-width):
-       Renamed from extra-inter-column-width.  Doc fix.
+       Rename from extra-inter-column-width.  Doc fix.
        (texinfo-multitable-buffer-name):
        Variable renamed from multitable-temp-buffer-name.
        (texinfo-multitable-rectangle-name):
        read-only data someday.
        (eldoc-docstring-message): If truncating symbol name, show ending
        of name rather than beginning.  The former is generally more unique.
-       (eldoc-function-argstring-from-docstring-method-table): Handle
-       pathological `save-restriction' case.
+       (eldoc-function-argstring-from-docstring-method-table):
+       Handle pathological `save-restriction' case.
        [top level]: Add `indent-for-tab-command' to eldoc-message-commands.
 
 1997-05-21  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
        (ada-font-lock-keywords-1): Move "task" before "task (body|type)" to
        correct highlighting (regexp depends on order).
 
-       * ada-mode.el (ada-in-char-const-p): Renamed from `ada-after-char-p'.
+       * ada-mode.el (ada-in-char-const-p): Rename from `ada-after-char-p'.
        Also test following character.
        (ada-adjust-case): Use better function `ada-in-char-const-p'.
        (ada-in-string-or-comment-p): Test for being in a char constant.
-       (ada-clean-buffer-before-saving): Changed default to t.
+       (ada-clean-buffer-before-saving): Change default to t.
        (ada-mode): Set `font-lock-defaults' for Emacs only, use properties
        for XEmacs.
 
-       * ada-mode.el (ada-indent-newline-indent): Simplified by just calling
+       * ada-mode.el (ada-indent-newline-indent): Simplify by just calling
        `ada-indent-current'.
 
-       * ada-mode.el (ada-end-stmt-re): Added word delimiters in regexp.
+       * ada-mode.el (ada-end-stmt-re): Add word delimiters in regexp.
        Removed `interactive' statements which were needed only for debugging.
 
        * ada-mode.el:
        (ada-goto-next-word): Generalized old `ada-goto-previous-word' for
        both directions.
 
-       * ada-mode.el (ada-indent-function): Removed unnecessary `package' case.
+       * ada-mode.el (ada-indent-function): Remove unnecessary `package' case.
        (ada-get-indent-case): Before testing for `=>', be sure there is
        an `is'.
        (ada-search-prev-end-stmt): Test for `separate' keyword on the
 
        * ada-mode.el: Doc fixes.
        (ada-mode): Support new font-lock-mode.
-       (ada-format-paramlist): Changed all `accept' to `access'.
-       (ada-insert-paramlist): Changed all `accept' to `access'.
+       (ada-format-paramlist): Change all `accept' to `access'.
+       (ada-insert-paramlist): Change all `accept' to `access'.
        (ada-in-comment-p): Use standard Emacs way `parse-partial-sexp'.
        (ada-font-lock-keywords-1): Regexps in not byte-compiled code behave
        different than byte-compiled regexps.
 
 1997-05-20  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
 
-       * word-help.el (set-word-help-file): Renamed from set-help-file.
+       * word-help.el (set-word-help-file): Rename from set-help-file.
 
        * crisp.el (crisp-mode): Add autoload cookie.
 
        * dos-w32.el (add-untranslated-filesystem)
        (remove-untranslated-filesystem): Add interactive spec.
 
-       * crisp.el (crisp-last-last-command): Renamed from last-last-command
+       * crisp.el (crisp-last-last-command): Rename from last-last-command
        and defvar added.
 
        * levents.el (event-closest-point): Fix paren error.
        (compilation-revert-buffer): New function.
        (compilation-mode): Set revert-buffer-function.
 
-       * files.el (revert-without-query): Renamed from
+       * files.el (revert-without-query): Rename from
        find-file-revert-without-query.
        (find-file-noselect): Use new option.
        (revert-buffer): Check the option here too.
 
-       * cus-face.el (custom-facep): Defined (once again).
+       * cus-face.el (custom-facep): Define (once again).
 
        * simple.el (do-auto-fill): Check enable-kinsoku and
        enable-multibyte-characters.
 
 1997-05-16  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
 
-       * autoload.el (update-autoloads-from-directories): Renamed from
+       * autoload.el (update-autoloads-from-directories): Rename from
        update-autoloads-from-directory.  Take multiple directories as args.
        Use locate-library to find loaddefs.el and the top level Lisp dir.
        (batch-update-autoloads): Call update-autoloads-from-directories.
 
        * mule-cmds.el (set-language-info): Change the special treatment
        of key 'describe-function to 'documentation.
-       (describe-specified-language-support): Renamed from
+       (describe-specified-language-support): Rename from
        describe-language-support-internal.  Get language name from
        last-command-event.
-       (describe-language-support): Call
-       describe-specified-language-support.
+       (describe-language-support):
+       Call describe-specified-language-support.
 
        * language/chinese.el: Delete functions describe-LANGUAGE-support.
        Delete 'describe-function entries and change 'documentation
        (default): Use `:mouse-down-action'.
        (menu-choice): Ditto.
        (widget-choice-mouse-down-action): New function.
-       (widget-info-link-action): Removed kludge to steal up event.
+       (widget-info-link-action): Remove kludge to steal up event.
        * cus-edit.el (widget-magic-mouse-down-action): New function.
        (custom-magic-value-create): Use it.
-       (custom-buffer-create-internal): Removed kludge to steal up event.
+       (custom-buffer-create-internal): Remove kludge to steal up event.
 
-       * widget.el (:glyph-up, :glyph-down, :glyph-inactive): New
-       keywords.
+       * widget.el (:glyph-up, :glyph-down, :glyph-inactive):
+       New keywords.
        * wid-edit.el (widget-glyph-insert-glyph): Support optional `down'
        and `inactive' glyphs.
        (widget-push-button-value-create): Ditto.
        (customize-variable-other-window, customize-face)
        (customize-face-other-window, customize-customized)
        (customize-saved, customize-apropos, custom-face-menu-create)
-       (custom-variable-menu-create, boolean, custom-menu-create): Updated
-       caller.
+       (custom-variable-menu-create, boolean, custom-menu-create):
+       Update caller.
 
        * cus-edit.el (custom-variable-action): Reset magic state.
        (custom-variable-menu): Allow `Reset to Current' on `changed'
        (choice, radio): Use it.
        (widget-prompt-value): Prepend widget type to prompt.
 
-       * wid-edit.el (widget-parent-action): Renamed from
+       * wid-edit.el (widget-parent-action): Rename from
        `widget-choice-item-action'.
-       (choice-item): Updated widget.
+       (choice-item): Update widget.
        * cus-edit.el (custom-magic): Ditto.
 
-       * wid-edit.el (widget-children-validate): Renamed from
+       * wid-edit.el (widget-children-validate): Rename from
        `widget-editable-list-validate'.
-       (editable-list, group): Updated widgets.
+       (editable-list, group): Update widgets.
        * cus-edit.el (custom, face): Ditto.
 
-       * wid-edit.el (widget-value-value-get): Renamed from
+       * wid-edit.el (widget-value-value-get): Rename from
        `widget-item-value-get'.
-       (item): Updated widget.
+       (item): Update widget.
        * cus-edit.el (face, custom): Ditto.
 
-       * wid-edit.el (widget-value-convert-widget): Renamed from
+       * wid-edit.el (widget-value-convert-widget): Rename from
        `widget-item-convert-widget'.
-       (item, editable-field): Updated widgets.
+       (item, editable-field): Update widgets.
        * cus-edit.el (face): Ditto.
 
 1997-05-14  Simon Marshall  <simon@wombat.gnu.ai.mit.edu>
 
        * gnus-mule.el: Moved to `gnus' subdirectory.
 
-       * gnus/gnus-mule.el (gnus-mule-message-send-news-function): New
-       function to encode text before sending by news.
+       * gnus/gnus-mule.el (gnus-mule-message-send-news-function):
+       New function to encode text before sending by news.
        (gnus-mule-message-send-mail-function): New function to encode
        text before sending by mail.
        (gnus-mule-initialize): Add gnus-mule-message-send-news-function
-       to the hook message-send-news-hook.  Add
-       gnus-mule-message-send-mail-function to the hook
+       to the hook message-send-news-hook.
+       Add gnus-mule-message-send-mail-function to the hook
        message-send-mail-hook.
 
        * help.el (help-with-tutorial): Fix a bug of handling non-English
        Setting of syntax and category for Devanagari characters are moved
        to characters.el.
 
-       * language/english.el (setup-english-environment): Set
-       sendmail-coding-system and rmail-file-coding-system to nil.
+       * language/english.el (setup-english-environment):
+       Set sendmail-coding-system and rmail-file-coding-system to nil.
 
        * language/ethio-util.el (fidel-to-tex-map): Name changed to
        ethio-fidel-to-tex-map.
 
        * language/european.el: Typo in comment fixed.
 
-       * language/japanese.el (setup-japanese-environment): Set
-       sendmail-coding-system and rmail-file-coding-system to
+       * language/japanese.el (setup-japanese-environment):
+       Set sendmail-coding-system and rmail-file-coding-system to
        'iso-2022-jp.
 
        * language/korean.el: Bug fixed in making coding system
        (rmail-convert-file): Comment fixed.
        (rmail-revert): Don't decode RMAIL file again because the backup
        file is saved in Emacs' internal format.
-       (rmail-convert-to-babyl-format): Check
-       rmail-enable-decoding-message.
+       (rmail-convert-to-babyl-format):
+       Check rmail-enable-decoding-message.
 
        * term/x-win.el: Create bold, italic, and bold-italic variants of
        default fontset.  Name a fontset created from user-specified ASCII
        * simple.el (assoc-ignore-case): Downcase KEY as well as element cars.
 
        * bibtex.el (assoc-ignore-case): Function deleted.
-       (bibtex-member-of-regexp): Renamed from member-of-regexp.
+       (bibtex-member-of-regexp): Rename from member-of-regexp.
        Call changed.
 
        * timer.el (timer-event-handler): Take timer as arg directly.
        (compilation-shell-minor-mode-map, compilation-shell-minor-mode):
        New variables.
        (compile-auto-highlight): Doc fix.
-       (compilation-error-regexp-alist): Removed unnecessary line break
+       (compilation-error-regexp-alist): Remove unnecessary line break
        in first regexp.  Replaced \\(\\|.* on \\) by \\(.* on \\)? in
        regexp for Absoft FORTRAN 77 Compiler 3.1.3.  Added regexp for
        SPARCcompiler Pascal.  Divided long line in regexp for Cray C
        (compilation-leave-directory-regexp-alist): New variables.
        (compilation-file-regexp-alist)
        (compilation-nomessage-regexp-alist): New variables.
-       (grep-regexp-alist): Removed unnecessary ^ at beginning of regexp.
+       (grep-regexp-alist): Remove unnecessary ^ at beginning of regexp.
        (compilation-enter-directory-regexp)
        (compilation-leave-directory-regexp): Variables deleted.
        Replaced by compilation-enter-directory-regexp-alist and
 
        * cus-edit.el (custom-group-magic-alist): New variable.
        (custom-group-state-update): Use custom-group-magic-alist.
-       (customize-group): Renamed from `customize',
+       (customize-group): Rename from `customize',
        and rename argument to GROUP.
        (customize): New function.
 
        * time-stamp.el (time-stamp-old-format-warn): Fix a tag string.
        (time-stamp-format): Use %Y not %y in default value.
 
-       * crisp.el (crisp-load-scroll-all): Renamed from ...-lock.
+       * crisp.el (crisp-load-scroll-all): Rename from ...-lock.
        (crisp-mode): Use scroll-all... not scroll-lock...
 
        * scroll-all.el: Renamed from scroll-lock.el.
        * ange-ftp.el (ange-ftp-file-entry-p): If ange-ftp-get-files returns
        nil, don't try ange-ftp-hash-entry-exists-p, just give up.
 
-       * comint.el (comint-input-face): Deleted.
+       * comint.el (comint-input-face): Delete.
 
        * compile.el (compilation-error-regexp-alist): Add regexp for Perl -w.
 
        "In" or "Out" command tells you if you are already on or off the bus.
 
        * dunnet.el (dun-sauna-heat):
-       Changed "begin to sweat" to "are perspiring"
+       Change "begin to sweat" to "are perspiring"
        so that it makes sense whether you are heating up or cooling down.
 
        * dunnet.el (dun-help):
-       Changed author e-mail address, added web page.
+       Change author e-mail address, added web page.
        Added hint for batch mode.
 
        * dunnet.el (*global*):
-       Fixed spelling of Presely in global object list.
+       Fix spelling of Presely in global object list.
 
        * dunnet.el (*global*):
-       Added coconuts, tank, and lake as objects that are recognized.
+       Add coconuts, tank, and lake as objects that are recognized.
 
        * dunnet.el (*global*):
-       Added `slip' as another way of describing the paper,
+       Add `slip' as another way of describing the paper,
        and `chip' as another way of describing the CPU.
 
        * dunnet.el (*global*):
        Upcase  abbreviations of directions in room descriptions.
 
        * dunnet.el (dun-login):
-       Fixed erroneous login message to better-describe ftp limitations.
+       Fix erroneous login message to better-describe ftp limitations.
 
        * dunnet.el (dun-rlogin):
-       Added error message if user tries to rlogin back to pokey.
+       Add error message if user tries to rlogin back to pokey.
 
        * dunnet.el (dun-load-d):
-       Fixed so that if restore file isn't found which in non-batch mode,
+       Fix so that if restore file isn't found which in non-batch mode,
        window will switch back to game.
 
 1997-04-27  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
 
 1997-04-26  Edward M Reingold  <emr@silver.wisdom.weizmann.ac.il>
 
-       * cal-french.el (calendar-print-french-date): Label
-       French date in echo area.
+       * cal-french.el (calendar-print-french-date):
+       Label French date in echo area.
 
-       * cal-coptic.el (calendar-print-coptic-date): Label
-       Coptic/Ethiopic date in echo area.
+       * cal-coptic.el (calendar-print-coptic-date):
+       Label Coptic/Ethiopic date in echo area.
 
 1997-04-25  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
 
 
        * cus-edit.el (custom-set-value): New command.
        (custom-set-variable): New command.
-       (customize-saved): Renamed from `customize-customized'.
+       (customize-saved): Rename from `customize-customized'.
        (customize-customized): New command.
        (custom-save-customized): New command.
 
        * cus-edit.el (custom-display-unselected-match): Matched too many
        displays.
 
-       * wid-edit.el (widget-field-face): Changed default background
+       * wid-edit.el (widget-field-face): Change default background
        color.
 
        * custom.el (custom-declare-variable): Set `custom-get' the right
 
        * sh-script.el (sh-case): Make this a simple define-skeleton
        as it was originally.  Don't add a menu-enable property.
-       (sh-assignment-regexp): Renamed from sh-assignment-prefix
+       (sh-assignment-regexp): Rename from sh-assignment-prefix
        undoing a renaming made by mistake.
 
        * sgml-mode.el (sgml-transformation): Fix previous change.
 
        * cus-start.el: Add support for face documentation.
 
-       * cus-dep.el (custom-make-dependencies): Fixed generation of
+       * cus-dep.el (custom-make-dependencies): Fix generation of
        parens.
        Fixed message.
 
 
 1997-04-14  Steven L Baur  <steve@altair.xemacs.org>
 
-       * edebug.el (edebug-read-and-maybe-wrap-form): Protect
-       against pathological recursive calls.
+       * edebug.el (edebug-read-and-maybe-wrap-form):
+       Protect against pathological recursive calls.
 
 1997-04-14  Karl Heuer  <kwzh@gnu.ai.mit.edu>
 
        variable instead.  buffer-substring with 3 arguments is non-portable.
 
        * elp.el (elp-instrument-function, elp-instrument-list):
-       Handle function symbols that have already been instrumented.  Do
-       not instrument them twice.
+       Handle function symbols that have already been instrumented.
+       Do not instrument them twice.
 
        * elp.el (elp-recycle-buffers-p): New variable.
 
        * cus-edit.el (customize-menu-create): New function.
        (custom-mode-customize-menu): Use it.
 
-       * cus-edit.el (custom-make-dependencies): Deleted function.
+       * cus-edit.el (custom-make-dependencies): Delete function.
 
        * cus-edit.el (customize-face): Sort faces.
 
        * cus-edit.el (custom-faces): New group.
-       (custom-magic-alist): Added.
-       (custom-variable-sample-face): Added.
-       (custom-variable-button-face): Added.
-       (custom-face-tag-face): Added.
-       (custom-group-tag-faces): Added.
-       (custom-group-tag-face): Added.
-       (customize): Removed from faces group.
+       (custom-magic-alist): Add.
+       (custom-variable-sample-face): Add.
+       (custom-variable-button-face): Add.
+       (custom-face-tag-face): Add.
+       (custom-group-tag-faces): Add.
+       (custom-group-tag-face): Add.
+       (customize): Remove from faces group.
 
        * cus-edit.el (custom-load-recursion): New variable.
        (custom-load-symbol): Use it.
        `custom-buffer-create'.
        (custom-buffer-create-other-window): New function.
 
-       * cus-edit.el (custom-guess-name-alist): Renamed from
+       * cus-edit.el (custom-guess-name-alist): Rename from
        `custom-guess-type-alist'.
        (custom-guess-doc-alist): New option.
        (custom-guess-type): Use them.
 
-       * cus-face.el (set-face-stipple): Removed Kyle Jones code.
+       * cus-face.el (set-face-stipple): Remove Kyle Jones code.
 
-       * cus-face.el (face-doc-string): Changed property name to
+       * cus-face.el (face-doc-string): Change property name to
        `face-documentation'.
        (set-face-doc-string): Ditto.
 
        unbound.
        (custom-menu-nesting): Don't define for XEmacs.
 
-       * cus-face.el (after-make-frame-hook): Removed
-       `custom-initialize-frame', as this is now in `frame.el'.
+       * cus-face.el (after-make-frame-hook):
+       Remove `custom-initialize-frame', as this is now in `frame.el'.
 
        * cus-edit.el (custom-guess-type-alist): New option.
        (custom-guess-type): New function.
        (custom-variable-type): New function.
        (custom-variable-value-create): Use it.
 
-       * cus-face.el (custom-face-attributes): Moved :family to the
+       * cus-face.el (custom-face-attributes): Move :family to the
        beginning of the list.
-       (custom-face-attributes): Added :strikethru attribute.
+       (custom-face-attributes): Add :strikethru attribute.
 
        * custom.el (custom-set-variables): If variable is already set,
        overwrite it here.
        (scheme-comment-indent, scheme-indent-offset)
        (scheme-indent-function, scheme-indent-line)
        (calculate-scheme-indent, scheme-indent-specform)
-       (scheme-indent-defform, scheme-indent-sexp): Removed; use lisp-mode
+       (scheme-indent-defform, scheme-indent-sexp): Remove; use lisp-mode
        equivalents.
        (scheme-imenu-generic-expression): New variable.
        (dsssl-imenu-generic-expression): New variable.
 
 1997-03-30  Dan Nicolaescu  <done@ece.arizona.edu>
 
-       * icon.el (icon-mode-map): Added menus.
+       * icon.el (icon-mode-map): Add menus.
        (icon-imenu-generic-expression): New variable to be used for imenu.
-       (icon-mode): Added font-lock, imenu and hideshow support.
+       (icon-mode): Add font-lock, imenu and hideshow support.
        (icon-font-lock-keywords-1, icon-font-lock-keywords-2):
        New constants for different level of font-lock fontification.
        (icon-font-lock-keywords): New variable.  Default expression to be
        * sh-script.el (sh-mode): If file has no #! line,
        set the syntax table based on the default shell.
 
-1997-03-29  Barry A. Warsaw  <cc-mode-help@python.org>
+1997-03-29  Barry A. Warsaw  <bwarsaw@cnri.reston.va.us>
 
        * Public Release 4.389.
 
        * term.el: Added a lot of new faces, they all start with
        term- and follow a simple lexicographical convention.  Note that
        each change is commented: just search for -mm in the source.
-       (term-char-mode): Added all the "gray-keys" to term-raw-map.
+       (term-char-mode): Add all the "gray-keys" to term-raw-map.
        (term-send-up): Similar, decided to go for the more xterm-like
        \eOA bindings in place of the previous \e[A.
        (term-buffer-maximum-size): New variable.
-       (term-mode): Added some make-local: now term-buffer-maximum-size,
+       (term-mode): Add some make-local: now term-buffer-maximum-size,
        ange-ftp-default-user/password/an-pwd.
        (term-emulate-terminal): Quite some modifications to allow
        multiple outstanding ANSI style commands: notably all the
        -previous-parameter stuff.  Call term-handle-ansi-terminal-messages.
-       (term-emulate-terminal): Added simple trimming function: at the
+       (term-emulate-terminal): Add simple trimming function: at the
        end we simply check if the buffer is > term-buffer-maximum-size
        and cut it accordingly.
        (term-handle-colors-array): New function.
        (term-handle-ansi-terminal-messages): New function.
-       (term-handle-ansi-escape): Modified to allow ANSI coloring.
-       (ansi-term): New function that creates multiple terminals.  Put
-       in the standard C-x map too: I'm quite used to C-x C-f and C-c C-f
+       (term-handle-ansi-escape): Modify to allow ANSI coloring.
+       (ansi-term): New function that creates multiple terminals.
+       Put in the standard C-x map too: I'm quite used to C-x C-f and C-c C-f
        was too awkward.
 
 1997-03-29  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
        * hideshow.el: Use overlays for hiding instead of selective display.
        Commented out the support for XEmacs because it doesn't support
        overlays.
-       (hs-special-modes-alist): Added support for java-mode.
+       (hs-special-modes-alist): Add support for java-mode.
        (hs-minor-mode-hook): New variable.
        (hs-c-start-regexp, hs-c-end-regexp, hs-forward-sexp-func)
        (hs-block-start-regexp, hs-block-end-regexp)
        (hs-hide-block-at-point, hs-hide-initial-comment-block)
        (java-hs-forward-sexp, hs-mouse-toggle-hiding): New functions.
        (hs-inside-comment-p, hs-hide-block)
-       (hs-show-block): Added support for single line comments.
-       (hs-hide-all): Added support for hiding comments.
+       (hs-show-block): Add support for single line comments.
+       (hs-hide-all): Add support for hiding comments.
 
 1997-03-28  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
 
 1997-03-20  Dan Nicolaescu  <done@ece.arizona.edu>
 
        * imenu.el (imenu-scanning-message): Support for bigger numbers.
-       (imenu--generic-function): Fixed probably a typo: named appeared
+       (imenu--generic-function): Fix probably a typo: named appeared
        twice in an item.  Put function after name and beg in a special
        item because a normal item has name and beg (for orthogonality).
        (imenu-add-to-menubar): First test to see if the mode supports
 
 1997-03-18  Kenichi Handa  <handa@etl.go.jp>
 
-       * fontset.el (x-complement-fontset-spec): Setup
-       alternative-fontname-alist while complementing fontnames.
+       * fontset.el (x-complement-fontset-spec):
+       Setup alternative-fontname-alist while complementing fontnames.
 
 1997-03-18  Naoto TAKAHASHI  <ntakahas@etl.go.jp>
 
        (quail-keyboard-layout): Docstring changed to reflect the above
        change.
        (quail-keyboard-layout-len): Increased for the above change.
-       (quail-keyboard-layout-alist): Modified for the above change.
+       (quail-keyboard-layout-alist): Modify for the above change.
 
 1997-03-18  Kenichi Handa  <handa@etl.go.jp>
 
-       * mule.el (make-char): Documented.
+       * mule.el (make-char): Document.
        (charset-plist): Return quoted list even if CHARSET is
        supplied by symbol.
 
 
        * language/viet-util.el (viet-decode-viqr-region): Supply correct
        argumnents to rassoc.
-       (viqr-post-read-conversion, viqr-pre-write-conversion): New
-       functions.
+       (viqr-post-read-conversion, viqr-pre-write-conversion):
+       New functions.
 
        * language/vietnamese.el: Set the above functions to the coding
        system viqr.
        * mailalias.el (mail-passwd-files): New variable.
        (mail-get-names): Use mail-passwd-files instead of always /etc/passwd.
 
-1997-03-12  Barry A. Warsaw  <cc-mode-help@python.org>
+1997-03-12  Barry A. Warsaw  <bwarsaw@cnri.reston.va.us>
 
        * cc-mode.el (c-lineup-C-comments): Handle more cases, especially
        when comment lines aren't prefixed with stars.
        map them into inher-intro, inher-cont, and func-decl-cont
        syntactic symbols.  Do the indentation as of Java inheritance
        lines better.
-       (c-offsets-alist): Changed the syntactic symbol ansi-funcdecl-cont
+       (c-offsets-alist): Change the syntactic symbol ansi-funcdecl-cont
        to func-decl-cont.  This symbol is useful in Java throws
        declarations.
        (c-lineup-java-inher): New function for lining up "implements"
 
        * make-mode.el (makefile-dependency-regex): Disallow "=" in name,
        so that "flags=-o:1" is treated as an assignment, not a dependency.
-       (makefile-dependency-regex, makefile-macroassign-regex): Disallow
-       spaces in symbol name.
+       (makefile-dependency-regex, makefile-macroassign-regex):
+       Disallow spaces in symbol name.
 
 1997-03-11  Dan Nicolaescu  <done@ece.arizona.edu>
 
 
 1997-03-12  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
 
-       * dired-aux.el (dired-fun-in-all-buffers): New arg FILE.  Don't
-       operate on buffers whose wildcard pattern does not accept FILE.
+       * dired-aux.el (dired-fun-in-all-buffers): New arg FILE.
+       Don't operate on buffers whose wildcard pattern does not accept FILE.
        All callers changed.
 
        * dired.el (dired-glob-regexp): New function.
        (rmail-show-mime-function, rmail-mime-feature): New variables to
        control MIME feature.
        (rmail-file-coding-system): Default value is nil.
-       (rmail, rmail-convert-file, rmail-insert-inbox-text): Check
-       rmail-enable-mime.  Read a file without any code conversion.
+       (rmail, rmail-convert-file, rmail-insert-inbox-text):
+       Check rmail-enable-mime.  Read a file without any code conversion.
        (rmail-variables): Setup local variables rmail-buffer and
        rmail-view-buffer.
-       (rmail-decode-babyl-format, rmail-convert-babyl-format): Perform
-       code conversion of RMAIL file if rmail-enable-mime is nil.
-       (rmail-show-message): Make sure to be in rmail-buffer.  If
-       rmail-enable-mime is t, call appropriate function to decode MIME
+       (rmail-decode-babyl-format, rmail-convert-babyl-format):
+       Perform code conversion of RMAIL file if rmail-enable-mime is nil.
+       (rmail-show-message): Make sure to be in rmail-buffer.
+       If rmail-enable-mime is t, call appropriate function to decode MIME
        format.
        (rmail-mail, rmail-reply): Call rmail-start-mail with argument
        rmail-view-buffer.
        rmail-summary-line-decoder.
        (rmail-summary-next-msg): Display rmail-view-buffer.
        (rmail-summary-mode): Make rmail-view-buffer buffer local.
-       (rmail-summary-rmail-update, rmail-summary-scroll-msg-up): Use
-       rmail-view-buffer instead of rmail-buffer.
+       (rmail-summary-rmail-update, rmail-summary-scroll-msg-up):
+       Use rmail-view-buffer instead of rmail-buffer.
 
        * mule-cmds.el (mule-keymap): Re-arranged.
        (set-language-info): Typo fixed in docstring.
        (turn-on-font-lock): Test font-lock-mode.
        Added commented out menu code.
 
-       * compile.el (compilation-mode-font-lock-keywords): Variable
-       definition deleted.  New function.
+       * compile.el (compilation-mode-font-lock-keywords):
+       Variable definition deleted.  New function.
        (compilation-mode-map): Add `...' to Compile menu entry.
 
 1997-02-20  Yutaka NIIBE  <gniibe@mri.co.jp>
        * help.el (help-with-tutorial): Prefix argument to specify a
        language interactively.
 
-       * isearch.el (isearch-mode-map): Define
-       isearch-toggle-input-method and
+       * isearch.el (isearch-mode-map):
+       Define isearch-toggle-input-method and
        isearch-toggle-specified-input-method in the map.
        (isearch-multibyte-characters-flag): New variable.
        (isearch-mode): Initialize it to nil.
        (sendmail-send-it): Perform code conversion on sending mail
        according to sendmail-coding-system.
 
-       * simple.el (kill-forward-chars, kill-backward-chars): Pay
-       attention to multibyte characters.
+       * simple.el (kill-forward-chars, kill-backward-chars):
+       Pay attention to multibyte characters.
        (what-cursor-position): With a prefix argument, print detailed
        info of a character on cursor position.
        (transpose-subr-1): Pay attention to multibyte characters.
        * diff.el (diff-process-setup): New function, sets up the
        compilation-exit-message-function so that it works with both
        asynchronous and synchronous sub-processes.
-       (diff): Bind compilation-exit-message-function.  Run
-       compilation-finish-function when compile-internal returns if async
+       (diff): Bind compilation-exit-message-function.
+       Run compilation-finish-function when compile-internal returns if async
        processes aren't supported.
 
 1997-02-08  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
        * iso-acc.el (iso-accents-compose):
        Handle case where unread-command-events is already nonempty.
 
-       * frame.el (set-frame-font): Renamed from set-default-font.
+       * frame.el (set-frame-font): Rename from set-default-font.
 
 1997-02-01  Tom Tromey  <tromey@cygnus.com>
 
        * compile.el (compilation-enter-directory-regexp)
        (compilation-leave-directory-regexp): Add .* at beginning.
 
-1997-01-30  Barry A. Warsaw  <cc-mode-help@python.org>
+1997-01-30  Barry A. Warsaw  <bwarsaw@cnri.reston.va.us>
 
        * cc-mode.el: Public Release 4.353.
 
        * cc-mode.el (c-Java-access-key): Set to nil since Java doesn't
        have C++-like access labels.
 
-       * cc-mode.el (c-style-alist): Added "python" style.
+       * cc-mode.el (c-style-alist): Add "python" style.
 
        * cc-mode.el (c-mode-menu): New function.
        (c-popup-menu, c-common-init): Use c-mode-menu.
        * cc-mode.el (c-emacs-features): Detect Infodock.
        (c-common-init, c-mode-map): Don't install menus for Infodock.
 
-       * cc-mode.el (c-indent-exp): Fixed infinite loop when multi-line C
+       * cc-mode.el (c-indent-exp): Fix infinite loop when multi-line C
        comment is last thing in buffer.
-       (c-guess-basic-offset): Fixed error when K&R C-like macro is first
+       (c-guess-basic-offset): Fix error when K&R C-like macro is first
        non-syntactic whitespace in file.
 
        * cc-mode.el (c-C++-comment-start-regexp):
 
 1997-01-09  Simon Marshall  <simon@wombat.gnu.ai.mit.edu>
 
-       * font-lock.el (font-lock-unique): Deleted.
+       * font-lock.el (font-lock-unique): Delete.
        (font-lock-prepend-text-property, font-lock-append-text-property):
        Don't call it; behave as to-be-written builtins.  Declare as defuns.
        (font-lock-fillin-text-property): Declare as a defun.
        (expand-mode-hook, expand-mode-name): Variables deleted.
        (expand-load-hook): Variable renamed from expand-mode-load-hook.
        (expand-map): Variable deleted.
-       (expand-jump-to-next-slot): Renamed from expand-jump-to-next-mark.
+       (expand-jump-to-next-slot): Rename from expand-jump-to-next-mark.
        Add autoload.
        (expand-jump-to-previous-slot): Add autoload.
        Renamed from expand-jump-to-previous-mark.
 1997-01-02  Jens Toivo Berger Thielemann  <jensthi@ifi.uio.no>
 
        * word-help.el (word-help-mode-alist, reset-word-help)
-       (word-help-switch-help-file): Added support for completion.
+       (word-help-switch-help-file): Add support for completion.
        (word-help-complete, word-help-complete-list)
        (word-help-complete-index, word-help-extract-matches)
        (word-help-make-complete): New functions/variables for completion.
-       (word-help-mode-alist): Enhanced search regexps.
+       (word-help-mode-alist): Enhance search regexps.
        (word-help-index-mapper): Defaults now to extracting the first word.
        (word-help-mode-alist, word-help-index-mapper)
        (word-help-main-index, word-help-main-obarray)
 
 1996-12-31  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
 
-       * simple.el (repeat-complex-command): Bind
-       minibuffer-history-position and minibuffer-history-sexp-flag
+       * simple.el (repeat-complex-command):
+       Bind minibuffer-history-position and minibuffer-history-sexp-flag
        only for the read-from-minibuffer call.
 
 1996-12-30  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
 
        * expand.el: New file.
 
-       * skeleton.el (skeleton-positions): Renamed from skeleton-marks.
+       * skeleton.el (skeleton-positions): Rename from skeleton-marks.
 
        * skeleton.el (skeleton-marks): New variable.
        (skeleton-insert, skeleton-internal-1): Set skeleton-marks.
        (vip-convert-standard-file-name): New function.
 
        * ediff-util.el (ediff-file-under-version-control): New function.
-       (ediff-inferior-compare-regions): Improved interface.
+       (ediff-inferior-compare-regions): Improve interface.
        (ediff-maybe-checkout): New function.
        (ediff-maybe-save-and-delete-merge): New function.
        (ediff-setup): Now uses convert-standard-filename.
        subordinate Ediff sessions.
        * ediff-ptch.el (ediff-patch-file-internal):
        Now calls ediff-maybe-checkout.
-       (ediff-context-diff-label-regexp): Fixed regexp.
-       (ediff-map-patch-buffer): Fixed beg/end patch boundaries.
+       (ediff-context-diff-label-regexp): Fix regexp.
+       (ediff-map-patch-buffer): Fix beg/end patch boundaries.
        * ediff.el: Now supports autostore for merge jobs.
 
 1996-12-27  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
 
        * vc-hooks.el (vc-user-login-name): New function.
        (vc-fetch-master-properties, vc-lock-from-permissions, vc-file-owner)
-       (vc-fetch-properties, vc-after-save, vc-mode-line, vc-status): Use
-       `vc-user-login-name' instead of `user-login-name'.
+       (vc-fetch-properties, vc-after-save, vc-mode-line, vc-status):
+       Use `vc-user-login-name' instead of `user-login-name'.
 
        * vc.el (vc-next-action-on-file, vc-update-change-log)
        (vc-backend-checkout, vc-backend-steal): Use `vc-user-login-name'
        instead of `user-login-name'.
        (vc-update-change-log): If `user-full-name' is nil, try
        `user-login-name'.  Failing that, use uid as a string.
-       (vc-make-buffer-writable-hook): Removed (was unused).
+       (vc-make-buffer-writable-hook): Remove (was unused).
 
 1996-12-20  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
 
 
        * thingatpt.el: Downcase arguments as Lisp symbols.
        Fix many doc strings.
-       (thing-at-point-file-name-chars): Renamed from file-name-chars.
+       (thing-at-point-file-name-chars): Rename from file-name-chars.
        Allow a colon.
        (thing-at-point-url-chars): New variable.
        (url): Define new kind of "thing".
        Two new arguments.
        (rmail-forward): Always call rmail-start-mail, never `mail'.
 
-       * sendmail.el (mail-reply-action): Renamed from mail-reply-buffer.
+       * sendmail.el (mail-reply-action): Rename from mail-reply-buffer.
        (mail-yank-original): Handle either an action or a buffer
        in mail-reply-action.
        (mail): Doc fix.
        (font-lock-face-attributes): Doc fix.
        (font-lock-match-c-style-declaration-item-and-skip-to-next): New
        function.  Match just identifiers.  Use it for C, Objective-C and Java.
-       (font-lock-match-c++-style-declaration-item-and-skip-to-next): Match
-       templates too.
+       (font-lock-match-c++-style-declaration-item-and-skip-to-next):
+       Match templates too.
        (c-font-lock-extra-types, c++-font-lock-extra-types)
        (objc-font-lock-extra-types, java-font-lock-extra-types): Use these
        variables in EVAL forms, i.e., do not eval when font-lock.el is loaded.
        (fast-lock-get-face-properties): Rewrite for face lists.  Use it.
 
        * lazy-lock.el (lazy-lock-submit-bug-report): Function deleted.
-       (lazy-lock-defer-on-scrolling): Renamed from lazy-lock-defer-driven.
+       (lazy-lock-defer-on-scrolling): Rename from lazy-lock-defer-driven.
        (lazy-lock-defer-on-the-fly): New variable from lazy-lock-defer-time.
        (lazy-lock-install): Use it.
        (lazy-lock-defer-time): Doc fix.  Add top-level code to detect use of
        (lazy-lock-stealth-load): New variable.
        (lazy-lock-fontify-after-idle): Use it.
        (lazy-lock-mode): Doc fix.
-       (lazy-lock-defer-line-after-change): Renamed from
+       (lazy-lock-defer-line-after-change): Rename from
        lazy-lock-defer-after-change.
        (lazy-lock-defer-rest-after-change)
        (lazy-lock-fontify-line-after-change)
        (lazy-lock-fontify-rest-after-change): New functions.
        (lazy-lock-install-hooks): Add one depending on deferral variables.
        (lazy-lock-unstall): Remove them.  Fontify if Font Lock mode still on.
-       (lazy-lock-fontify-window, lazy-lock-fontify-conservatively): Use
-       with-current-buffer rather than save-excursion.
+       (lazy-lock-fontify-window, lazy-lock-fontify-conservatively):
+       Use with-current-buffer rather than save-excursion.
        (lazy-lock-percent-fontified): Cast size to float before multiplying.
 
 1996-11-14  Karl Heuer  <kwzh@gnu.ai.mit.edu>
        * comint.el (comint-output-filter): Run comint-output-filter-functions
        directly, not via comint-output-filter.
 
-       * compile.el (compile-auto-highlight): Renamed from
+       * compile.el (compile-auto-highlight): Rename from
        compile-highlight-display-limit.
 
        * time-stamp.el (time-stamp-dd/mm/yyyy): New function.
 1996-11-02  Henry Guillaume  <henry@qbd.com.au>
 
        * find-file.el (general): Enabled commentary for Finder.
-       (ff-search-directories): Changed /usr/include/* to /usr/include.
+       (ff-search-directories): Change /usr/include/* to /usr/include.
        (ff-get-file-name): Improve behavior when file is found in a buffer.
 
 1996-11-02  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
 
 1996-10-24  Dave Gillespie  <daveg@synaptics.com>
 
-       * cl-macs.el (lexical-let): Fixed a bug involving nested
+       * cl-macs.el (lexical-let): Fix a bug involving nested
        lexical contexts and macros.
 
 1996-10-23  Simon Marshall  <simon@wombat.gnu.ai.mit.edu>
 
 1996-10-20  Kevin Rodgers  <kevinr@ihs.com>
 
-       * compile.el (compilation-skip-to-next-location): Defined.
+       * compile.el (compilation-skip-to-next-location): Define.
        (compilation-next-error-locus, compilation-parse-errors): Respect it.
 
 1996-10-17  Andre Spiegel  <spiegel@berlin.informatik.uni-stuttgart.de>
 
 1996-10-14  Torbjorn Einarsson  <T.Einarsson@clab.ericsson.se>
 
-       * f90.el (f90-no-block-limit): Fixed bug for indentation of
+       * f90.el (f90-no-block-limit): Fix bug for indentation of
        elsewhere and elseif.
        (f90-looking-at-where-or-forall): Now allows for labeled forall
        and where statements.
        (f90-font-lock-keywords-2): New highlighting for labeled where
        and forall.  Fixed small bug with else highlighting.
-       (f90-fill-region): Moved indentation to f90-break-line.
+       (f90-fill-region): Move indentation to f90-break-line.
        (f90-break-line): Will now always indent the second line.
        (f90-indent-line): Simpler test for auto-fill.
-       (f90-auto-fill-mode): Removed.
-       (f90-electric-insert): Added for possibility of auto-filling of
+       (f90-auto-fill-mode): Remove.
+       (f90-electric-insert): Add for possibility of auto-filling of
        lines without spaces, as well as early updating of line.
-       (f90-mode-map): Added bindings of operators to f90-electric-insert.
+       (f90-mode-map): Add bindings of operators to f90-electric-insert.
        (f90-do-auto-fill): Now also updates line (changes case).
 
 1996-10-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
 
        * browse-url.el (browse-url): New function.
        (browse-url-CCI-host): New variable.
-       (browse-url-at-mouse): Added event-buffer and event-point
+       (browse-url-at-mouse): Add event-buffer and event-point
        functions for XEmacs compatibility.
        (browse-url-file-url): Check for EFS after alist, URL-encode
        special chars.
        (browse-url-grail): New function.
        (browse-url-interactive-arg): Add new-window logic.
-       (browse-url-looking-at): Fixed.
+       (browse-url-looking-at): Fix.
        (browse-url-lynx-xterm): New function.
        (browse-url-lynx-emacs): Use term.el instead of terminal.el.
        (browse-url-netscape): Contact/start Netscape in the
-       background.  Multi-display support.  Renamed
-       browse-url-netscape-send.  URL-encode comma.
+       background.  Multi-display support.
+       Renamed browse-url-netscape-send.  URL-encode comma.
        (browse-url-netscape-command): New variable.
        (browse-url-netscape-startup-arguments): New variable.
-       (browse-url-url-at-point): Improved matching to supply missing
+       (browse-url-url-at-point): Improve matching to supply missing
        "http://".
        Other fixes for byte-compilation.
 
        * rmail.el (rmail-mode-2): Don't run rmail-mode-hook here.
        (rmail-mode, rmail): Run it here.
 
-1996-10-08  Barry A. Warsaw  <cc-mode-help@python.org>
+1996-10-08  Barry A. Warsaw  <bwarsaw@cnri.reston.va.us>
 
        * cc-mode.el (c-mode-map):
        Install FSF mode menu into menubar using the name
        additional FSF menu.
 
        * cc-mode.el:
-       Removed the following variables from the built-in "cc-mode" style:
+       Remove the following variables from the built-in "cc-mode" style:
        c-echo-syntactic-information-p
        c-string-syntax-p
        c-tab-always-indent
 
        * cc-mode.el (c-indent-command): Doc fix.
 
-       * cc-mode.el (c-style-alist): Added "linux" style.
+       * cc-mode.el (c-style-alist): Add "linux" style.
 
        * cc-mode.el (c-lineup-comment): Preserve comment-column.
 
        functions inside a nested class since they will twice add the
        indentation of the inner class to the running total.
 
-       The solution is to not give one of the two symbols a relpos.  The
-       decision was made to omit the relpos of the 'inline-open symbol.
+       The solution is to not give one of the two symbols a relpos.
+       The decision was made to omit the relpos of the 'inline-open symbol.
 
-       (c-mode-help-address): Added cc-mode-help@python.org.
+       (c-mode-help-address): Add cc-mode-help@python.org.
 
        (c-recognize-knr-p): No longer a user variable.
        (c++-mode, java-mode): Set c-recognize-knr-p to nil.
        (sgml-font-lock-keywords): Add an element for comments.
 
        * rmailsum.el (rmail-summary-line-count-flag):
-       Renamed from rmail-summary-line-count-p.
+       Rename from rmail-summary-line-count-p.
 
        * rmailsum.el (rmail-summary-line-count-p): New variable.
        (rmail-make-basic-summary-line): Optionally exclude the line count.
        (ps-print-prologue-1, ps-print-prologue-2): New variables.
        Major rewrite of the PostScript code to handle landscape mode,
        multiple columns and new font management.
-       (ps-landscape-mode, ps-number-of-columns, ps-inter-column): New
-       variables.
+       (ps-landscape-mode, ps-number-of-columns, ps-inter-column):
+       New variables.
        Add landscape mode and multiple columns with interspacing.
        (ps-font-info-database, ps-font-family, ps-font-size)
        (ps-header-font-family, ps-header-font-size, ps-header-title-font)
        (/ReportAllFontInfo): New PostScript function to get all the font
        families of the printer.
        (ps-setup): New function.
-       (ps-line-lengths, ps-nb-pages-buffer, ps-nb-pages-region): New
-       utility functions.
-       (ps-page-dimensions-get-width, ps-page-dimensions-get-height): New
-       macros.
+       (ps-line-lengths, ps-nb-pages-buffer, ps-nb-pages-region):
+       New utility functions.
+       (ps-page-dimensions-get-width, ps-page-dimensions-get-height):
+       New macros.
        (/HeaderOffset): Fix bug with /PrintStartY.
        (/SetHeaderLines): Fix bug.
 
 
        * tex-mode.el (tex-main-file): Add missing initial value.
        (tex-file): Set tex-print-file to source-file always.
-       (tex-last-file-texed): Renamed from tex-last-buffer-texed
+       (tex-last-file-texed): Rename from tex-last-buffer-texed
        and now holds a file name.
        (tex-region): Test and set tex-last-file-texed.
 
        * ffap.el (path-separator): Duplicate definition deleted.
        (ffap-what-domain): Don't define mail-extr-all-top-level-domains here.
 
-       * refbib.el (r2b-capitalize-title-stop-words): Renamed from capit...
-       (r2b-capitalize-title-stop-regexp): Renamed from capit...
-       (r2b-capitalize-title-region): Renamed from capitalize...
-       (r2b-capitalize-title): Renamed from capitalize...
+       * refbib.el (r2b-capitalize-title-stop-words): Rename from capit...
+       (r2b-capitalize-title-stop-regexp): Rename from capit...
+       (r2b-capitalize-title-region): Rename from capitalize...
+       (r2b-capitalize-title): Rename from capitalize...
 
-       * bib-mode.el (bib-capitalize-title-stop-words): Renamed from capit...
-       (bib-capitalize-title-stop-regexp): Renamed from capit...
-       (bib-capitalize-title-region): Renamed from capitalize...
-       (bib-capitalize-title): Renamed from capitalize...
+       * bib-mode.el (bib-capitalize-title-stop-words): Rename from capit...
+       (bib-capitalize-title-stop-regexp): Rename from capit...
+       (bib-capitalize-title-region): Rename from capitalize...
+       (bib-capitalize-title): Rename from capitalize...
 
        * edmacro.el (insert-kbd-macro): Duplicate definition deleted.
 
        New variables.
        (ediff-convert-standard-file-name): New function.
        Added on-line help, moved some functions to and from ediff-util.el.
-       (ediff-file-remote-p): Modified.
+       (ediff-file-remote-p): Modify.
        (ediff-set-face-pixmap): New function.
        (ediff-odd-diff-pixmap, ediff-even-diff-pixmap, ediff-fine-diff-pixmap):
        New variables.
-       * ediff-ptch.el (ediff-context-diff-label-regexp): Fixed regexp.
-       (ediff-map-patch-buffer): Fixed beg/end patch boundaries.
+       * ediff-ptch.el (ediff-context-diff-label-regexp): Fix regexp.
+       (ediff-map-patch-buffer): Fix beg/end patch boundaries.
        Now checks for the return code from the patch program.
        Fixed ediff-patch-options, ediff-backup-extension, ediff-backup-specs.
        * ediff-merg.el, ediff-diff.el, ediff-init.el:
        * ediff-hook.el: Changed ediff-meta to ediff-mult.
        * ediff-ptch.el (ediff-backup-specs): New variable.
-       * ediff.el (ediff-documentation): Modified.
+       * ediff.el (ediff-documentation): Modify.
        * ediff-help.el: New file.
        * ediff-mult.el (ediff-intersect-directories)
        (ediff-meta-insert-file-info): Functions modified.
        * vc.el (vc-print-log): Set the display window so that it shows
        the current log entry completely.
 
-       * vc-hooks.el (vc-find-cvs-master): Fixed handling of "locally
+       * vc-hooks.el (vc-find-cvs-master): Fix handling of "locally
        added" files.
 
 1996-09-16  Erik Naggum  <erik@naggum.no>
        * bindings.el: New file, split out from loaddefs.el.
        * loadup.el: Load bindings.el.
 
-       * gud.el (gud-find-c-expr): Renamed from find-c-expr.
+       * gud.el (gud-find-c-expr): Rename from find-c-expr.
        Don't get fooled by if and while statements.
-       (gud-expr-compound): Renamed from expr-compound.
-       (gud-expr-compound-sep): Renamed from expr-compound-sep.
-       (gud-next-expr): Renamed from expr-next.
-       (gud-prev-expr): Renamed from expr-prev.
-       (gud-forward-sexp): Renamed from expr-forward-sexp.
-       (gud-backward-sexp): Renamed from expr-backward-sexp.
-       (gud-innermost-expr): Renamed from expr-cur.
+       (gud-expr-compound): Rename from expr-compound.
+       (gud-expr-compound-sep): Rename from expr-compound-sep.
+       (gud-next-expr): Rename from expr-next.
+       (gud-prev-expr): Rename from expr-prev.
+       (gud-forward-sexp): Rename from expr-forward-sexp.
+       (gud-backward-sexp): Rename from expr-backward-sexp.
+       (gud-innermost-expr): Rename from expr-cur.
 
 1996-09-10  Per Abrahamsen  <abraham@dina.kvl.dk>
 
 1996-09-05  Michael Kifer  <kifer@cs.sunysb.edu>
 
        * viper-keym.el, viper.el (vip-scroll):
-       Changed to vip-scroll-screen, other modifications.
-       (vip-alternate-ESC): Changed to vip-alternate-Meta-key.
+       Change to vip-scroll-screen, other modifications.
+       (vip-alternate-ESC): Change to vip-alternate-Meta-key.
        * viper.el (vip-escape-to-vi, vip-prefix-arg-value)
        (vip-prefix-arg-value): Now work with prefix arguments and also
        will work with 2dw and d2d style commands.
        (vip-paren-match): Go to closing paren first.
        (vip-find-char-forward, vip-find-char-backward, vip-goto-char-forward)
        (vip-goto-char-backward): Functions modified.
-       (vip-set-hooks): Added viper to fortran-mode.
+       (vip-set-hooks): Add viper to fortran-mode.
        (viper-mode): Don't delete the startup message.
        * viper-keym.el: C-\ is now the meta key.
        C-z in insert mode now escapes to Vi.
        * viper-util.el, viper.el: Added pixmaps to replace-region and
        search faces.
        (vip-get-filenames-from-buffer): The argument is now optional.
-       (vip-ex-nontrivial-find-file-unix): Added the -d option to ls command.
+       (vip-ex-nontrivial-find-file-unix): Add the -d option to ls command.
        (vip-read-key): Inhibit quit added.
-       (vip-get-cursor-color): Fixed to work with XEmacs.
+       (vip-get-cursor-color): Fix to work with XEmacs.
        * viper-ex.el (ex-edit): Don't change to vi in dired mode.
 
 1996-09-04  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
        (grep-regexp-alist, file-name-buffer-file-type-alist)
        (find-buffer-file-type, find-file-not-found-set-buffer-file-type)
        (find-file-binary, find-file-text, mode-line-format):
-       Moved to dos-nt.el.
+       Move to dos-nt.el.
 
        * winnt.el (save-to-unix-hook, revert-from-unix-hook)
        (using-unix-filesystems): Functions removed.
index 8a6431f2bac61ff78ce9be8fc7846cba09f4ed37..f10939e946fb8fae536d03bf0ec749ae741905b9 100644 (file)
@@ -3,13 +3,13 @@
        * echistory.el (electric-command-history): Call Command-history-setup
        and command-history-mode using their new conventions.
 
-       * chistory.el (Command-history-setup): Don't switch buffers.  Take
-       no args, and do not set major-mode, mode-name or the local map.
+       * chistory.el (Command-history-setup): Don't switch buffers.
+       Take no args, and do not set major-mode, mode-name or the local map.
        (command-history-mode): New function, does some of those things
        Command-history-setup used to do.
        (list-command-history): Call command-history-mode, not
        Command-history-setup.
-       (command-history): Renamed from command-history-mode.
+       (command-history): Rename from command-history-mode.
 
 1999-12-31  Richard M. Stallman  <rms@gnu.org>
 
@@ -91,9 +91,9 @@
 
 1999-12-27  Jari Aalto  <jari.aalto@poboxes.com>
 
-       * add-log.el (change-log-version-number-regexp-list): Added tag
+       * add-log.el (change-log-version-number-regexp-list): Add tag
        :version 20.6.
-       (change-log-version-info-enabled): Added tag :version 20.6.
+       (change-log-version-info-enabled): Add tag :version 20.6.
 
 1999-12-27  Jari Aalto  <jari.aalto@poboxes.com>
 
        (change-log-find-version): Rewritten.  Use user-configurable
        version numbering regexp list
        change-log-version-number-regexp-list.
-       (change-log-find-version): Renamed to
+       (change-log-find-version): Rename to
        change-log-version-number-search.
        (add-log-file-name-function): New.
-       (change-log-search-vc-number): Added END parameter.  Added doc
+       (change-log-search-vc-number): Add END parameter.  Added doc
        string to function.
-       (change-log-version-rcs): Renamed.  Was
-       change-log-search-vc-number.
+       (change-log-version-rcs): Rename.
+       Was change-log-search-vc-number.
 
 1999-12-26  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
 
        (hs-hide-block, hs-show-block, hs-show-region, hs-hide-level)
        (hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
 
-       (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
+       (hs-isearch-show): Rename from `hs-isearch-open-invisible'.
        (hs-isearch-show-temporary): New funcs.
 
        (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
 
        * progmodes/antlr-mode.el: Minor syntax highlighting changes.
        (antlr-font-lock-default-face): Deletia.
-       (antlr-font-lock-tokendef-face): Changed color.
-       (antlr-font-lock-tokenref-face): Changed color.
-       (antlr-font-lock-literal-face): Changed color.
+       (antlr-font-lock-tokendef-face): Change color.
+       (antlr-font-lock-tokenref-face): Change color.
+       (antlr-font-lock-literal-face): Change color.
        (antlr-font-lock-additional-keywords): Minor changes.
 
 1999-12-20  Carsten Dominik  <cd@gnu.org>
        (reftex-index-phrases-sort-prefers-entry)
        (reftex-index-phrases-sort-in-blocks): New options.
        (reftex-index-macros): Option structure changed.
-       (reftex-index-macros-builtin): Added `repeat' item to each entry.
+       (reftex-index-macros-builtin): Add `repeat' item to each entry.
        (reftex-label-alist): Additional item in each entry to specify if
        the environment should be listed in the TOC.
        (eval-when-compile (require 'cl)) added.
        Additional argument FORMAT-KEY to preselect a citation format;
        (eval-when-compile (require 'cl)) added.
 
-       * textmodes/reftex-parse.el (reftex-context-substring): Optional
-       parameter to-end.
+       * textmodes/reftex-parse.el (reftex-context-substring):
+       Optional parameter to-end.
        (reftex-section-info): Deal with environment matches;
        (eval-when-compile (require 'cl)) added.
 
        (ps-mule-plot-composition): New function.
        (ps-mule-prepare-font-for-components): New function.
        (ps-mule-plot-components): New function.
-       (ps-mule-composition-prologue-generated): Renamed from
+       (ps-mule-composition-prologue-generated): Rename from
        ps-mule-cmpchar-prologue-generated.
        (ps-mule-composition-prologue): New named from
        ps-mule-cmpchar-prologue.  Modified for new composition.
        (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar)
-       (ps-mule-prepare-cmpchar-font): Deleted.
+       (ps-mule-prepare-cmpchar-font): Delete.
        (ps-mule-string-encoding): New arg NO-SETFONT.
        (ps-mule-bitmap-prologue): In PostScript code of BuildGlyphCommon,
        check Composing, not Cmpchar.
        * international/fontset.el (vertical-centering-font-regexp):
        New variable.
 
-       * international/mule.el (mule-version): Updated to 5.0 (AOI).
-       (mule-version-date): Updated to 1999.12.7.
+       * international/mule.el (mule-version): Update to 5.0 (AOI).
+       (mule-version-date): Update to 1999.12.7.
        (with-category-table): New macro.
 
        * international/mule-cmds.el (encode-coding-char): Don't check
        * international/mule-util.el (set-nested-alist): Set BRANCHES (if
        non-nil) at the tail of ALIST.
        (compose-region, decompose-region, decompose-string)
-       (reference-point-alist, compose-chars): Moved to composite.el.
+       (reference-point-alist, compose-chars): Move to composite.el.
        (compose-chars-component, compose-chars-rule, decompose-composite-char):
-       Deleted.
+       Delete.
 
        * international/quail.el (quail-install-map): New optional arg NAME.
        (quail-get-translation): If DEF is a symbol but not a function,
        * language/thai-util.el (thai-category-table): Make it by
        make-category-table.
        (thai-composition-pattern): New variable.
-       (thai-compose-region, thai-compose-string): Use
-       with-category-table.
+       (thai-compose-region, thai-compose-string):
+       Use with-category-table.
        (thai-post-read-conversion): Just call thai-compose-region.
-       (thai-pre-write-conversion): Deleted.
+       (thai-pre-write-conversion): Delete.
        (thai-composition-function): New function.
 
        * language/tibet-util.el: Most functions rewritten.
-       (tibetan-char-p): Renamed from tibetan-char-examin.
+       (tibetan-char-p): Rename from tibetan-char-examin.
        (tibetan-composable-examin, tibetan-complete-char-examin)
-       (tibetan-vertical-stacking, tibetan-composition): Deleted.
+       (tibetan-vertical-stacking, tibetan-composition): Delete.
        (tibetan-add-components): New function.
        (tibetan-composition-function): New function.
 
 
 1999-12-14  Gerd Moellmann  <gerd@gnu.org>
 
-       * international/mule-cmds.el (default-input-method): Specify
-       that it should be set after current-language-environment.
+       * international/mule-cmds.el (default-input-method):
+       Specify that it should be set after current-language-environment.
 
        * custom.el (custom-handle-keyword): Add :set-after.
        (custom-add-dependencies): New function.
 
        * progmodes/cc-make.el: Removed.
 
-1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
+1999-12-12  Martin Stjernholm  <mast@lysator.liu.se>
 
        * Release of cc-mode 5.26
 
-1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
+1999-12-12  Martin Stjernholm  <mast@lysator.liu.se>
 
        * cc-cmds.el (c-forward-conditional): Handle an arbitrary
        target depth.  Optionally count #else lines as clause limits,
        (c-down-conditional-with-else): New commands that uses the
        added functionality in `c-forward-conditional'.
 
-1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
+1999-12-12  Martin Stjernholm  <mast@lysator.liu.se>
 
        * cc-align.el (c-lineup-comment): Preserve the alignment with
        a comment on the previous line instead of preserving the
        comment-column.
 
-1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
+1999-12-12  Martin Stjernholm  <mast@lysator.liu.se>
 
        Fixes to IDL mode after input from Eric Eide <eeide@cs.utah.edu>:
-       * cc-engine.el (c-beginning-of-statement-1): Allow
-       `c-conditional-key' to be nil, for the benefit of IDL mode.
+       * cc-engine.el (c-beginning-of-statement-1):
+       Allow `c-conditional-key' to be nil, for the benefit of IDL mode.
        * cc-engine.el (c-guess-basic-syntax): Ditto.
-       cc-langs.el (C-IDL-class-key): Fixed.  Don't match `class'
+       cc-langs.el (C-IDL-class-key): Fix.  Don't match `class'
        but do match CORBA 2.3 `valuetype'.
        * cc-langs.el (c-IDL-access-key): New defconst.  Should be nil
        for IDL.
-       * cc-langs.el (c-IDL-conditional-key): New defconst.  Should
-       be nil for IDL.
+       * cc-langs.el (c-IDL-conditional-key): New defconst.
+       Should be nil for IDL.
        * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
        Like C++.
        * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts.  Also,
        set `c-method-key' and `c-baseclass-key' to nil.
 
-1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
+1999-12-12  Martin Stjernholm  <mast@lysator.liu.se>
 
        * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
        with nonhanging open braces.
 
-1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
+1999-12-12  Martin Stjernholm  <mast@lysator.liu.se>
 
        * cc-align.el: Added docstrings to all lineup functions.
 
        comments.  Use c-comment-prefix-regexp and comment-start-skip
        instead of hardcoded regexps.
 
-1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
+1999-12-12  Martin Stjernholm  <mast@lysator.liu.se>
 
-       * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
+       * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fix eob
        behavior and return value as documented.
 
-1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
+1999-12-12  Martin Stjernholm  <mast@lysator.liu.se>
 
        Changes for new style variable init system:
        * cc-langs.el (c-common-init): Dito.
        the throws clause that might follow the function prototype in
        C++.
 
-1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
+1999-12-12  Martin Stjernholm  <mast@lysator.liu.se>
 
-       * cc-defs.el (c-beginning-of-macro): Fixed bug where point
+       * cc-defs.el (c-beginning-of-macro): Fix bug where point
        could move forward for macros that doesn't start in column 0.
 
-1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
+1999-12-12  Martin Stjernholm  <mast@lysator.liu.se>
 
        * cc-align.el (c-indent-multi-line-block)
        (c-lineup-whitesmith-in-block): Two new lineup functions for
        style.  It should now handle all different braces uniformly in
        both hanging and non-hanging cases.
 
-1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
+1999-12-12  Martin Stjernholm  <mast@lysator.liu.se>
 
        * cc-cmds.el (c-indent-exp): Use a marker to save point to
        make it stay in the same position relative to the surrounding
        <seanl@cs.umd.edu>.  Also extended the bsd and whitesmith
        styles with consistent brace placement for all constructs.
 
-1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
+1999-12-12  Martin Stjernholm  <mast@lysator.liu.se>
 
        * cc-cmds.el (c-context-line-break): Continue C++ comments too
        when point is in the middle of them.
        `normal-auto-fill-function' to implement the
        `c-ignore-auto-fill' variable.
 
-       * cc-cmds.el (c-beginning-of-statement): Use
-       `c-comment-prefix-regexp' to avoid ending up inside the
+       * cc-cmds.el (c-beginning-of-statement):
+       Use `c-comment-prefix-regexp' to avoid ending up inside the
        comment prefix.  Better handling of comment starters and
        enders. Catch comments better when traversing code.  Stop at
        preprocessor directives.
        * cc-defs.el (c-forward-comment): New subst to hide platform
        dependent quirks in `forward-comment'.
 
-       * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
+       * cc-engine.el (c-literal-limits): Add NOT-IN-DELIMITER
        argument.
        (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
        arguments. Activate this function by default when
        arguments.
 
        * cc-align.el (c-lineup-C-comments): Fixes to handle the
-       changed anchor position in the `c' syntactic symbol.  Handle
-       more than stars in the comment prefix; use the new variable
+       changed anchor position in the `c' syntactic symbol.
+       Handle more than stars in the comment prefix; use the new variable
        `c-comment-prefix-regexp'.  Don't indent text not preceded by
        a comment prefix to the right of the comment opener if it's
        long.
 
        * cc-langs.el: Fixes to mode initialization for new line
        breaking and paragraph filling method.  Adaptive fill mode is
-       now activated at startup instead of deactivated.  The
-       variables used for adaptive filling and paragraph movement are
+       now activated at startup instead of deactivated.
+       The variables used for adaptive filling and paragraph movement are
        also changed to incorporate the value of
        `c-comment-prefix-regexp'.  `substitute-key-definition' is
        used to override some functions in the global map instead of
        javadoc markup at mode init.
 
        * cc-mode.el (c-setup-filladapt): A new convenience function
-       to configure Kyle E. Jones' Filladapt mode for CC Mode.  This
-       function is intended to be used explicitly by the end user
+       to configure Kyle E. Jones' Filladapt mode for CC Mode.
+       This function is intended to be used explicitly by the end user
        only.
 
        * cc-vars.el (c-comment-prefix-regexp): New variable used to
        recognize the comment fill prefix inside comments.
        (c-block-comment-prefix): New name for
-       `c-comment-continuation-stars', which is now obsolete.  It's
-       generalized to handle any character sequence.
+       `c-comment-continuation-stars', which is now obsolete.
+       It's generalized to handle any character sequence.
        (c-ignore-auto-fill): New variable used to selectively disable
        Auto Fill mode in specific contexts.
 
-1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
+1999-12-12  Martin Stjernholm  <mast@lysator.liu.se>
 
        * cc-cmds.el (c-comment-indent): Leave at least one space
        between the comment and the last nonblank character in the
        case where we look at the indentation of the comment on the
        previous line (case 4).
 
-       * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
+       * cc-engine.el (c-beginning-of-statement-1): Add ``' to the
        list of characters that may start a statement (it's a sort of
        prefix operator in Pike, and isn't used at all in any of the
        other languages).
 
-1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
+1999-12-12  Martin Stjernholm  <mast@lysator.liu.se>
 
        * cc-engine.el (c-guess-basic-syntax): Report brace list opens
        inside continued statements as statement-cont instead of
        context.  Case 10B.2 changed.  Also changed (the somewhat
        esoteric) case 9A to cope with this.
 
-1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
+1999-12-12  Martin Stjernholm  <mast@lysator.liu.se>
 
-       * cc-cmds.el (c-electric-brace): Added electric handling of
+       * cc-cmds.el (c-electric-brace): Add electric handling of
        the open brace for brace-elseif-brace.
 
-1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
+1999-12-12  Martin Stjernholm  <mast@lysator.liu.se>
 
        * cc-defs.el (c-with-syntax-table): New macro to easily switch
        syntax tables temporarily.
        member init argument lists split over several lines.  Case 5D
        changed.
 
-       * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
+       * cc-langs.el (c-Java-javadoc-paragraph-start): Add new tag
        @throws introduced in Javadoc 1.2.
 
-       * cc-menus.el (cc-imenu-java-generic-expression): Applied
-       patch from RMS to avoid infinite backtracking.
+       * cc-menus.el (cc-imenu-java-generic-expression):
+       Applied patch from RMS to avoid infinite backtracking.
 
-1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
+1999-12-12  Martin Stjernholm  <mast@lysator.liu.se>
 
        * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
        by [ ].
 
-1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
+1999-12-12  Martin Stjernholm  <mast@lysator.liu.se>
 
        * cc-align.el (c-lineup-dont-change): Compensate properly for
        the column in langelem.
 
-       * cc-engine.el (c-syntactic-information-on-region): New
-       function to help debugging the syntactic analysis.
+       * cc-engine.el (c-syntactic-information-on-region):
+       New function to help debugging the syntactic analysis.
 
-1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
+1999-12-12  Martin Stjernholm  <mast@lysator.liu.se>
 
        * cc-align.el (c-lineup-template-args): Handle nested template
        arglists.
        * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
        by default.
 
-1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
+1999-12-12  Martin Stjernholm  <mast@lysator.liu.se>
 
        * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
        immediately before the closing paren in an arglist, so don't
        check that in Pike mode.  Case 7A changed.
 
-1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
+1999-12-12  Martin Stjernholm  <mast@lysator.liu.se>
 
-       * cc-cmds.el (c-indent-region): Fixed bug where comment-only
+       * cc-cmds.el (c-indent-region): Fix bug where comment-only
        lines were ignored under certain conditions.
 
-1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
+1999-12-12  Martin Stjernholm  <mast@lysator.liu.se>
 
        * cc-align.el (c-lineup-template-args): New function for
        aligning continued template argument lists.
        lists containing function arglists split over several lines.
        Case 5D.1 changed.
 
-       * cc-engine.el (c-guess-basic-syntax): Fixed bug where
+       * cc-engine.el (c-guess-basic-syntax): Fix bug where
        template-args-cont didn't get recognized when the first
-       arglist opener line doesn't contain a template argument.  New
-       case 5K.
+       arglist opener line doesn't contain a template argument.
+       New case 5K.
 
-1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
+1999-12-12  Martin Stjernholm  <mast@lysator.liu.se>
 
-       * cc-defs.el (c-point): Changed from subst to macro for
+       * cc-defs.el (c-point): Change from subst to macro for
        efficiency.
-       (c-beginning-of-defun-1, c-end-of-defun-1): New
-       beginning-of-defun/end-of-defun wrappers separated from
+       (c-beginning-of-defun-1, c-end-of-defun-1):
+       New beginning-of-defun/end-of-defun wrappers separated from
        c-point.
 
        * cc-menus.el (imenu-generic-expression)
-       (imenu-case-fold-search, imenu-progress-message): Dummy
-       definitions to avoid compiler warnings if imenu can't be
+       (imenu-case-fold-search, imenu-progress-message):
+       Dummy definitions to avoid compiler warnings if imenu can't be
        loaded.
        * cc-menus.el (cc-imenu-init): New function called at mode
        init.
-       * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
-       imenu initializations to cc-imenu-init.
+       * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode):
+       Move imenu initializations to cc-imenu-init.
 
-1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
+1999-12-12  Martin Stjernholm  <mast@lysator.liu.se>
 
        * cc-engine.el (c-guess-basic-syntax): Slightly better check
        for lambda-intro-cont in Pike mode.  Case 6 changed.
 
-       * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
+       * cc-engine.el (c-looking-at-inexpr-block): Fix bug where
        anything following "new Foo()" was considered an anonymous
        class body in Java mode.
 
-1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
+1999-12-12  Barry A. Warsaw  <bwarsaw@cnri.reston.va.us>
 
        * cc-cmds.el (c-comment-line-break-function): When breaking in
        a string, don't insert a new line.
 
-1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
+1999-12-12  Barry A. Warsaw  <bwarsaw@cnri.reston.va.us>
 
        * cc-engine.el (c-at-toplevel-p): New interface function which
        returns information useful to add-on authors.  It tells you
        whether you're at a toplevel statement or not.
 
-1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
+1999-12-12  Barry A. Warsaw  <bwarsaw@cnri.reston.va.us>
 
        * cc-cmds.el (c-comment-line-break-function): It is possible
        that forward-line does not land us at the bol, say if we're on
        the last line in a file.  In that case, do a
        back-to-indentation instead of a forward-comment -1.
 
-1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
+1999-12-12  Martin Stjernholm  <mast@lysator.liu.se>
 
        * cc-engine.el (c-beginning-of-statement-1): Don't catch
        "default:" as normal label in case 4.
 
-1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
+1999-12-12  Martin Stjernholm  <mast@lysator.liu.se>
 
        * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
        recognize continued bitfield declarations.  Case 5D.1 changed.
        * cc-langs.el: New variable c-bitfield-key.
        * cc-mode.el: New variable c-bitfield-key.
 
-1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
+1999-12-12  Martin Stjernholm  <mast@lysator.liu.se>
 
        * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
        anonymous array expressions (i.e. "new Foo[] {.. bracelist
        keymap and minor-mode-alist stuff.  Don't set zmacs-region-stays.
        (footnote-insert-text-marker, Footnote-insert-pointer-marker):
        Avoid `acons'.
-       (footnote-mode-line-string, Footnote-add-footnote): Remove
-       autoload cookie.
+       (footnote-mode-line-string, Footnote-add-footnote):
+       Remove autoload cookie.
 
 1999-12-12  Richard Sharman  <rsharman@pobox.com>
 
        * files.el (after-find-file): Use auto-save-visited-file-name if
        set.
 
-       * mail/feedmail.el (feedmail-find-eoh): Take
-       feedmail-queue-alternative-mail-header-separator into account.
+       * mail/feedmail.el (feedmail-find-eoh):
+       Take feedmail-queue-alternative-mail-header-separator into account.
 
 1999-12-09  Stefan Monnier  <monnier@cs.yale.edu>
 
 
        * font-lock.el (font-lock-multiline): New variable.
        (font-lock-add-keywords): Rename `major-mode' into `mode'.
-       (font-lock-remove-keywords): Added a dummy `mode' argument for
+       (font-lock-remove-keywords): Add a dummy `mode' argument for
        potential future support.
        (font-lock-fontify-anchored-keywords)
        (font-lock-fontify-keywords-region): Only handle multiline strings
        (x-defined-colors, face-color-supported-p, face-color-gray-p):
        Remove.
 
-       * facemenu.el (facemenu-read-color, list-colors-display): Use
-       defined-colors for all frame types.
+       * facemenu.el (facemenu-read-color, list-colors-display):
+       Use defined-colors for all frame types.
        (facemenu-color-equal): Use color-values for all frame types.
 
        * faces.el (read-face-attribute): For :foreground and :background
        types other than x and w32, but only if the terminal supports
        colors.  Call tty-color-define instead of face-register-tty-color.
 
-       * term/x-win.el (xw-defined-colors): Renamed from
+       * term/x-win.el (xw-defined-colors): Rename from
        x-defined-colors.
        * term/w32-win.el (xw-defined-colors): Likewise.
 
 
 1999-12-06  Inge Frick  <inge@nada.kth.se>
 
-       * dired-aux.el (dired-do-shell-command): Changed documentation.
+       * dired-aux.el (dired-do-shell-command): Change documentation.
        (dired-shell-stuff-it): A `?' in COMMAND has now the same
        meaning as `*'.
 
 
 1999-12-06  Sam Steingold  <sds@goems.com>
 
-       * progmodes/etags.el (etags-tags-completion-table): Modified the
+       * progmodes/etags.el (etags-tags-completion-table): Modify the
        regexp to allow for the CL symbols starting with `+*'.
        (tags-completion-table): Doc fix (it's an obarray, not an alist).
-       (tags-completion-table, tags-recognize-empty-tags-table): Remove
-       `function' quoting lambda.
+       (tags-completion-table, tags-recognize-empty-tags-table):
+       Remove `function' quoting lambda.
        (tags-with-face): New macro.
        (list-tags, tags-apropos): Use it.
        (tags-apropos-additional-actions): New user option.
        (tags-apropos-verbose): New user option.
        (etags-tags-apropos): Use it.
        (visit-tags-table-buffer, next-file): Use `unless'.
-       (recognize-empty-tags-table): Renamed to
+       (recognize-empty-tags-table): Rename to
        tags-recognize-empty-tags-table.
        (complete-tag): Call tags-complete-tag bypassing try-completion.
 
 1999-12-06  Kenichi Handa  <handa@etl.go.jp>
 
-       * international/mule.el (set-buffer-file-coding-system): Docstring
-       modified.
+       * international/mule.el (set-buffer-file-coding-system):
+       Docstring modified.
 
 1999-12-05  Dirk Herrmann  <D.Herrmann@tu-bs.de>
 
-       * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
+       * textmodes/bibtex.el (bibtex-hs-forward-sexp): Add to support
        using the hideshow package.
-       (hs-special-modes-alist): Added entry for bibtex to allow the use
+       (hs-special-modes-alist): Add entry for bibtex to allow the use
        of the hideshow package.
-       (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
+       (bibtex-hide-entry-bodies): Delete as hiding of entry bodies is
        not longer provided by bibtex.el directly.  Instead the hideshow
        package should be used.
-       (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
-       references to bibtex-hide-entry-bodies.
+       (bibtex-mode-map, bibtex-edit-menu, bibtex-mode):
+       Delete references to bibtex-hide-entry-bodies.
 
 1999-12-05  Dirk Herrmann  <D.Herrmann@tu-bs.de>
 
-       * textmodes/bibtex.el: Copyright notice is up to date.  Moved
-       maintainer information closer to the beginning of the bibtex.el
+       * textmodes/bibtex.el: Copyright notice is up to date.
+       Moved maintainer information closer to the beginning of the bibtex.el
        file.
        (bibtex-maintainer-salutation): New constant.
        (bibtex-version): New constant.
        bibtex-maintainer-salutation.
        (bibtex-entry-field-alist): Made booktitle field optional for
        @inproceedings entries when crossreferenced.
-       (bibtex-entry-field-alist): Added booktitle field to proceedings
+       (bibtex-entry-field-alist): Add booktitle field to proceedings
        entry type (for cross referencing). Thanks to Wagner Toledo Correa
        for the suggestion.
-       (bibtex-string-file-path): Fixed typo.
+       (bibtex-string-file-path): Fix typo.
 
 1999-12-05  Carsten Dominik  <dominik@strw.leidenuniv.nl>
 
        * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
        for reftex.el.
-       (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex' to menu.
+       (bibtex-edit-menu): Add `reftex-view-crossref-from-bibtex' to menu.
 
 1999-12-04  Dave Love  <fx@gnu.org>
 
 
 1999-12-04  Michael Kifer  <kifer@cs.sunysb.edu>
 
-       * viper-cmd.el (viper-change-state): Use
-       viper-ESC-moves-cursor-back to decide whether to move the cursor
+       * viper-cmd.el (viper-change-state):
+       Use viper-ESC-moves-cursor-back to decide whether to move the cursor
        back.
 
 1999-12-03  Kenichi Handa  <handa@mule.m17n.org>
 
-       * international/mule-util.el (truncate-string-to-width): Docstring
-       fixed.
+       * international/mule-util.el (truncate-string-to-width):
+       Docstring fixed.
 
 1999-12-02  Stefan Monnier  <monnier@cs.yale.edu>
 
        * vc.el (vc-update-change-log): Look for rcs2log under
        exec-directory.
 
-       * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
-       outline-regexp, add outline-level.
+       * emacs-lisp/lisp-mode.el (lisp-mode-variables):
+       Change outline-regexp, add outline-level.
        (lisp-outline-level): New.
 
        * calendar/appt.el (appt-convert-time): Handle "12:MMam",
        * cus-start.el: Add use-dialog-box.
 
        * add-log.el (change-log-mode-hook): Customize.
-       (add-log-current-defun): Use
-       fortran-{beginning,end}-of-subprogram.
+       (add-log-current-defun):
+       Use fortran-{beginning,end}-of-subprogram.
 
 1999-11-26  Richard M. Stallman  <rms@gnu.org>
 
 
        * ediff-merge.el (ediff-looks-like-combined-merge)
        (ediff-get-combined-region):
-       Changed to support the new format for ediff-combination-pattern.
+       Change to support the new format for ediff-combination-pattern.
 
        * ediff-diff.el (ediff-set-fine-overlays-in-one-buffer):
-       Changed to support the new format for ediff-combination-pattern.
+       Change to support the new format for ediff-combination-pattern.
 
 1999-11-24  Dave Love  <fx@gnu.org>
 
        imenu-generic-expression.
 
        * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
-       setting font-lock-defaults' SYNTAX-ALIST.  Set
-       imenu-generic-expression, imenu-case-fold-search, and
+       setting font-lock-defaults' SYNTAX-ALIST.
+       Set imenu-generic-expression, imenu-case-fold-search, and
        imenu-syntax-alist.
 
        * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
 
 1999-11-23  Dave Love  <fx@gnu.org>
 
-       * progmodes/fortran.el (fortran-comment-line-start): Renamed from
+       * progmodes/fortran.el (fortran-comment-line-start): Rename from
        comment-line-start.
-       (fortran-comment-line-start-skip): Renamed from
+       (fortran-comment-line-start-skip): Rename from
        comment-line-start-skip.
        (fortran-mode-map): Use renamed functions.  Add manual and custom
        entries to menu.
        (fortran-mode-hook): Customize.
-       (fortran-comment-indent-function): Renamed from
+       (fortran-comment-indent-function): Rename from
        fortran-comment-hook.
        (delete-horizontal-regexp): Function deleted.
-       (fortran-electric-line-number): Simplified.
-       (fortran-beginning-of-subprogram): Renamed from
+       (fortran-electric-line-number): Simplify.
+       (fortran-beginning-of-subprogram): Rename from
        beginning-of-fortran-subprogram.
-       (fortran-end-of-subprogram): Renamed from
+       (fortran-end-of-subprogram): Rename from
        end-of-fortran-subprogram.
-       (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
-       (fortran-previous-statement, fortran-next-statement): Simplified.
+       (fortran-mark-subprogram): Rename from mark-fortran-subprogram.
+       (fortran-previous-statement, fortran-next-statement): Simplify.
        (fortran-blink-match): New function.
        (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
        (fortran-indent-to-column): Don't use delete-horizontal-regexp.
-       (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
-       line-end-position.
+       (fortran-find-comment-start-skip, fortran-is-in-string-p):
+       Use line-end-position.
        (fortran-fill): No longer interactive.  Simplified.
-       (fortran-break-line): Simplified.
+       (fortran-break-line): Simplify.
        (fortran-analyze-file-format): Use char-after, not looking-at.
 
        * emacs-lisp/find-func.el (find-function-regexp):
        * emacs-lisp/easy-mmode.el: Changed maintainer.
        (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
        Use defcustom for the hooks; Improve the auto-generated docstrings.
-       (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
+       (easy-mmode-define-minor-mode): Rename `define-minor-mode'.
        (define-minor-mode): Add BODY arg; Only declare the keymap if
        provided; Improve the auto-generated docstrings.
 
        * speedbar.el: Clean up comment at the start of the file.
        Remove RCS id.
 
-       * progmodes/compile.el (compilation-parse-errors): Use
-       compilation-buffer-p instead of testing major-mode.
+       * progmodes/compile.el (compilation-parse-errors):
+       Use compilation-buffer-p instead of testing major-mode.
 
 1999-11-18  Dave Pearson  <davep@hagbard.demon.co.uk>
 
 
        * goto-addr.el (goto-address-at-mouse)
        (goto-address-find-address-at-point): Use compose-mail.
-       (goto-address-mail-method): Removed variable.
+       (goto-address-mail-method): Remove variable.
        (goto-address-send-using-mh-e, goto-address-send-using-mhe)
-       (goto-address-send-using-mail): Removed functions.
+       (goto-address-send-using-mail): Remove functions.
 
 1998-11-15  Sam Steingold  <sds@goems.com>
 
 
 1999-11-14  Alex Schroeder  <alex@gnu.org>
 
-       * ansi-color.el (ansi-color-apply): Updated regexps to include
+       * ansi-color.el (ansi-color-apply): Update regexps to include
        highlighted face.
 
 1999-01-14  Johan Vromans  <jvromans@squirrel.nl>
 
 1999-11-13  Peter Breton  <pbreton@ne.mediaone.net>
 
-       * net-utils.el (run-network-program, net-utils-run-program): Use
-       the new backquote syntax.
+       * net-utils.el (run-network-program, net-utils-run-program):
+       Use the new backquote syntax.
        (smbclient-program, smbclient-program-options)
-       (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
-       variables.
+       (smbclient-prompt-regexp, smbclient-font-lock-keywords):
+       New variables.
        (smbclient, smbclient-list-shares): New functions
 
 1999-11-12  Sam Steingold  <sds@ksp.com>
 
 1999-11-12  Peter Kleiweg  <kleiweg@let.rug.nl>
 
-       * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
+       * progmodes/ps-mode.el (ps-mode-submit-bug-report): Add list
        of customizable variables to bug report message. Added
        system-type to package name in bug report.
 
 
 1999-11-10  Peter Kleiweg  <kleiweg@let.rug.nl>
 
-       * progmodes/ps-mode.el (ps-mode-maintainer-address): New
-       constant.
+       * progmodes/ps-mode.el (ps-mode-maintainer-address):
+       New constant.
        (ps-mode-submit-bug-report): New function. Entry added to menu.
 
 1999-11-10  William M. Perry  <wmperry@aventail.com>
 
 1999-11-08  Peter Kleiweg  <kleiweg@let.rug.nl>
 
-       * progmodes/ps-mode.el (ps-mode-print-function): Changed default
+       * progmodes/ps-mode.el (ps-mode-print-function): Change default
        lpr-command to "lp" for some system-types. (copied from lpr.el
        Emacs version 20.2.1).
 
        * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
        Use erase-field instead of erase-buffer.
 
-       * frame.el (blink-cursor-mode, blink-cursor-end): Use
-       internal-show-cursor with new interface.
+       * frame.el (blink-cursor-mode, blink-cursor-end):
+       Use internal-show-cursor with new interface.
        (blink-cursor-timer-function): New.
        (blink-cursor-start): Use blink-cursor-timer-function.
 
 
 1999-11-01  Markus Rost  <rost@ias.edu>
 
-       * dired-x.el (dired-smart-shell-command): Use
-       shell-command-history as in shell-command.
+       * dired-x.el (dired-smart-shell-command):
+       Use shell-command-history as in shell-command.
 
 1999-11-01  Richard M. Stallman  <rms@gnu.org>
 
        of show-cursor.
        (blink-cursor-start, blink-cursor-end): Ditto.
 
-       * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
+       * textmodes/tex-mode.el (tex-default-mode): Change to latex-mode.
 
 1999-11-01  Richard M. Stallman  <rms@gnu.org>
 
 
        * ediff.el: Version change.
 
-       * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
+       * ediff-util.el (ediff-cleanup-mess): Fix the case of dead windows.
        make sure you are in a good frame before deleting other
        windows.
        (ediff-file-checked-in-p): Don't consider CVS
 
        * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c C-g.
 
-       * viper-util.el (viper-nontrivial-find-file-function): Deleted.
+       * viper-util.el (viper-nontrivial-find-file-function): Delete.
        (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
        (viper-save-cursor-color, viper-restore-cursor-color):
-       Improved cursor color handling.
+       Improve cursor color handling.
        (viper-get-saved-cursor-color-in-replace-mode)
        (viper-get-saved-cursor-color-in-insert-mode): New functions for
        better cursor color handling.
        `whitespace-check-<whitespace-type>' to nil.
        (whitespace-unchecked-whitespaces): New function to return the
        list of whitespaces for whom checks have been suppressed.
-       (whitespace-display-unchecked-whitespaces): Renamed to
+       (whitespace-display-unchecked-whitespaces): Rename to
        `whitespace-update-modeline' to reflect its functionality.
 
 1999-10-30  Gerd Moellmann  <gerd@gnu.org>
        * progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
        comment fixes.
 
-       * progmodes/compile.el (compilation-error-regexp-alist): Recognize
-       MIPS Pro 7.3 compiler error message syntax.
+       * progmodes/compile.el (compilation-error-regexp-alist):
+       Recognize MIPS Pro 7.3 compiler error message syntax.
 
 1999-10-27  Dave Love  <fx@gnu.org>
 
 1999-10-27  Dave Love  <fx@gnu.org>
 
        * emacs-lisp/advice.el: Doc fixes.
-       (ad-lemacs-p): Removed.
+       (ad-lemacs-p): Remove.
        (advice): Add :link to defgroup.
 
 1999-10-27  Kenichi Handa  <handa@etl.go.jp>
 
 1999-10-27  Richard M. Stallman  <rms@gnu.org>
 
-       * emacs-lisp/advice.el (ad-activate-internal): Renamed from
+       * emacs-lisp/advice.el (ad-activate-internal): Rename from
        ad-activate.  All callers changed, including those in data.c.
-       (ad-activate-internal-off): Renamed from ad-activate-off.
+       (ad-activate-internal-off): Rename from ad-activate-off.
        All uses changed.
-       (ad-activate): Renamed from ad-activate-on.  All uses changed.
+       (ad-activate): Rename from ad-activate-on.  All uses changed.
        (ad-start-advice, ad-stop-advice, ad-recover-normality):
        Alter the definition of ad-activate-internal, not ad-activate.
 
 
 1999-10-25  Sam Steingold  <sds@ksp.com>
 
-       * Makefile (compile-files): Fixed the "tr" strings.
+       * Makefile (compile-files): Fix the "tr" strings.
        (EMACS): Set to ../src/emacs.
 
 1999-10-25  Gerd Moellmann  <gerd@gnu.org>
 
        * ps-print-def.el: New file: common definitions for all parts of
        ps-print.
-       (ps-multibyte-buffer): Moved from ps-mule.
+       (ps-multibyte-buffer): Move from ps-mule.
 
        * ps-mule.el: File dependence fix.
-       (ps-multibyte-buffer): Moved to ps-print-def.
+       (ps-multibyte-buffer): Move to ps-print-def.
 
        * ps-print.el: Doc fix, better customization.
        (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
 
        * ps-print.el: Doc fix, n-up printing.
        (ps-print-version): New version number (5.0).
-       (ps-page-dimensions-database): Added document media.
+       (ps-page-dimensions-database): Add document media.
        (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
        (ps-page-order, ps-printing-region-p): New vars.
        (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job):
        (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
        (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
        (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
-       (ps-count-lines): Changed to defun.
-       (ps-header-page): Changed to defsubst, fix fun.
+       (ps-count-lines): Change to defun.
+       (ps-header-page): Change to defsubst, fix fun.
        (ps-printing-region): Doc fix, adjust programming code.
        (ps-output-boolean, ps-background-pages, ps-background-text)
        (ps-background-image, ps-background, ps-get-boundingbox):
        * ps-print.el: Doc fix, duplex and setpagedevice configuration.
        (ps-print-version): New version number (4.2).
        (ps-spool-config, ps-spool-tumble): New vars.
-       (ps-print-prologue-1): Changed to defconst, adjust PostScript
+       (ps-print-prologue-1): Change to defconst, adjust PostScript
        programming, new PostScript procedure to handle errors.
-       (ps-print-prologue-2): Changed to defconst.
+       (ps-print-prologue-2): Change to defconst.
        (ps-print-duplex-feature): New const: duplex and tumble setting.
        (ps-setup, ps-begin-file): Fix funs.
        (ps-boolean-capitalized): New fun.
 1999-10-19  Stefan Monnier  <monnier@cs.yale.edu>
 
        * Makefile (dontcompilefiles): Obsoleted.
-       (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
+       (DONTCOMPILE): Add emacs-lisp/cl-specs.el.
        (EL): Unused.
-       (temacs): Removed (unused).
+       (temacs): Remove (unused).
        (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
        version of the file (necessary for the update to work properly).
        (autoloads): Force the use of `pwd`/loaddefs.el.
        value: \"lpr\" changed to "lpr".
        (ps-mode-version): New constant.
        (ps-mode-show-version): New function, added key in ps-mode-map.
-       (ps-run-messages): Removed.
+       (ps-run-messages): Remove.
        (ps-run-font-lock-keywords-2): New defcustom variable replacing
        ps-run-messages.  These keywords now include the value of
        ps-run-prompt, making its fontification customizable.
-       (ps-run-init): Removed \\n from docstring, it is now added when
+       (ps-run-init): Remove \\n from docstring, it is now added when
        the value is used.
-       (ps-run-font-lock-keywords-1): Added checking for initial ^ in
+       (ps-run-font-lock-keywords-1): Add checking for initial ^ in
        ps-run-prompt.
-       (ps-mode): Added ps-run-font-lock-keywords-2 to list of
+       (ps-mode): Add ps-run-font-lock-keywords-2 to list of
        customizable variables in doc-string (its equivalent
        ps-run-messages was missing in previous version of the doc-string).
-       (ps-run-mode): Simplified assignment to font-lock-defaults, using
+       (ps-run-mode): Simplify assignment to font-lock-defaults, using
        symbols only.
 
 1999-10-19  Alex Schroeder  <alex@gnu.org>
        (set-display-table-and-terminal-coding-system): New function,
        containing code migrated out of set-language-environment.
        (set-language-environment, set-locale-environment): Use it.
-       (locale-translation-file-name): Moved here from startup.el.
+       (locale-translation-file-name): Move here from startup.el.
        (locale-language-names, locale-preferred-coding-systems):
        New vars.
        (locale-name-match, set-locale-environment): New functions.
 
 1999-10-17  Sam Steingold  <sds@ksp.com>
 
-       * bindings.el (completion-ignored-extensions): Added ".sparcf"
+       * bindings.el (completion-ignored-extensions): Add ".sparcf"
        for CMUCL on sparc and ".ufsl" for LispWorks.
        (bound-and-true-p): Bugfix: free variable `v'.
 
 
 1999-10-12  Stefan Monnier  <monnier@cs.yale.edu>
 
-       * simple.el (shell-command, shell-command-on-region): Use
-       make-temp-file.
+       * simple.el (shell-command, shell-command-on-region):
+       Use make-temp-file.
        (clone-buffer, clone-process, clone-buffer-hook): New functions.
 
        * subr.el (with-current-buffer): Don't use backquotes to avoid
 1999-10-12  Richard Sharman  <rsharman@pobox.com>
 
        * sh-script.el: Added support for indenting existing scripts.
-       (sh-mode-map): Added new bindings.
-       (sh-mode): Updated mode doc-string for new commands, added
+       (sh-mode-map): Add new bindings.
+       (sh-mode): Update mode doc-string for new commands, added
        make-local-variable calls, initialize mode-specific variables.
-       (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
+       (sh-indent-line): Rename to sh-basic-indent-line; sh-indent-line
        is now a different function.
-       (sh-header-marker): Changed docstring.
+       (sh-header-marker): Change docstring.
        (sh-set-shell): Initialize mode-specific variables.
        (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
        (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
-       Changed these define-skeleton calls to work with user-specified
+       Change these define-skeleton calls to work with user-specified
        indentation settings.
        (sh-basic-indent-line, sh-blink, sh-calculate-indent)
        (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
        (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
        (isearch-ring-retreat-edit): Doc fix.
        (isearch-mouse-yank): New command.
-       (isearch-last-command-char): Removed.  Callers changed to use
+       (isearch-last-command-char): Remove.  Callers changed to use
        last-command-char.
-       (isearch-char-to-string): Removed.  Callers changed to use
+       (isearch-char-to-string): Remove.  Callers changed to use
        char-to-string.
 
 1999-09-26  Oleg S. Tihonov  <tihonov@ffke-campus.mipt.ru>
        * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
        multiple thebibliography environments.
 
-       * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
+       * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fix bug
        with recentering window.
        (reftex-extract-bib-entries-from-thebibliography)
        (reftex-offer-bib-menu, reftex-bibtex-selection-callback):
        `copy-file'.
        (dired-copy-file-recursive): New function.  Copy directories
        recursively.
-       (dired-do-create-files): Added support for generalized directory
+       (dired-do-create-files): Add support for generalized directory
        target.  How-to function may now return a function.  New fluid
        variable `dired-one-file'.
        (dired-copy-how-to-fn): New variable.
        * whitespace.el (whitespace-modes): Add `change-log-mode' to the
        list of modes to be checked for bogus whitespaces.
 
-       * whitespace.el (whitespace-rescan-timer-time): Update
-       documentation.
+       * whitespace.el (whitespace-rescan-timer-time):
+       Update documentation.
 
        * whitespace.el (whitespace-display-unchecked-whitespaces):
        New function to update modeline with untested whitespaces.
        (widget-button-pressed-face): New variable.
        (widget-button-click): Use it.
        (widget-documentation-link-add): Specify mouse and button faces.
-       (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
-       removed now the functionality is built in.
+       (widget-echo-help-mouse, widget-stop-mouse-tracking):
+       Functions removed now the functionality is built in.
 
        * cus-edit.el: Don't define-widget-keywords.
        (multimedia): New group.
        (custom-variable-set, custom-variable-save, custom-face-state-set)
        (custom-variable-reset-saved, custom-variable-reset-standard)
        (custom-face-set, custom-face-save, custom-face-reset-saved)
-       (custom-face-reset-standard, customize-save-customized): Handle
-       custom comments.
+       (custom-face-reset-standard, customize-save-customized):
+       Handle custom comments.
        (custom-comment-face, custom-comment-tag-face): New face.
        (custom-comment): New widget.
        (custom-comment-create, custom-comment-delete)
 
        * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
        (byte-optimize-backward-word): New optimizations.
-       (side-effect-free-fns, side-effect-and-error-free-fns): Add
-       entries.
+       (side-effect-free-fns, side-effect-and-error-free-fns):
+       Add entries.
 
 1999-09-09  Gerd Moellmann  <gerd@gnu.org>
 
 
 1999-09-08  Peter Breton  <pbreton@ne.mediaone.net>
 
-       * generic-x.el (generic-define-unix-modes): Added new modes:
+       * generic-x.el (generic-define-unix-modes): Add new modes:
        inetd-conf-generic-mode, etc-services-generic-mode,
        etc-passwd-generic-mode.  These are all defined for Unix by default.
        (apache-generic-mode): Use an imenu-generic-expression to list
        font-lock-defaults setting.
        (java-properties-generic-mode): Supports both ! and # as comment
        characters.
-       (java-properties-generic-mode): Added an imenu-generic-expression.
-       (java-properties-generic-mode): Reworked to support the various
+       (java-properties-generic-mode): Add an imenu-generic-expression.
+       (java-properties-generic-mode): Rework to support the various
        different ways to separate name and value (viz, '=', ':' and
        whitespace).
-       (show-tabs-generic-mode): Added this new generic-mode.
+       (show-tabs-generic-mode): Add this new generic-mode.
 
 1999-09-08  Richard Stallman  <rms@gnu.org>
 
 
 1999-09-07  Dave Pearson  <davep@hagbard.demon.co.uk>
 
-       * quickurl.el (quickurl-list-focused-line): Removed.
+       * quickurl.el (quickurl-list-focused-line): Remove.
        (quickurl-list-insert): Now works out the focused line using
        `count-lines' instead of using `quickurl-list-focused-line'.
 
 
        * isearch.el (isearch-mode-map): Add mouse-2.
 
-       * mail/rmail.el (rmail-read-password): Deleted.
+       * mail/rmail.el (rmail-read-password): Delete.
        (rmail-get-pop-password): Use read-password.
 
        * quickurl.el: Don't conditionally define caddr.
 
 1999-09-06  Stephen Eglen  <stephen@gnu.org>
 
-       * progmodes/octave-inf.el (inferior-octave-startup-args): Add
-       --no-line-editing so that TABs in source files are not interpreted
+       * progmodes/octave-inf.el (inferior-octave-startup-args):
+       Add --no-line-editing so that TABs in source files are not interpreted
        as completion requests.
 
 1999-09-06  Gerd Moellmann  <gerd@gnu.org>
 
 1999-09-06  Dave Love  <fx@gnu.org>
 
-       * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed.  (Now primitive.)
+       * emacs-lisp/byte-opt.el (byte-boolean-vars): Remove.  (Now primitive.)
 
 1999-09-05  Richard Stallman  <rms@gnu.org>
 
 
 1999-09-05  Gerd Moellmann  <gerd@gnu.org>
 
-       * faces.el (header-line): Renamed from `top-line'.
+       * faces.el (header-line): Rename from `top-line'.
 
 1999-09-05  Gerd Moellmann  <gerd@gnu.org>
 
        * startup.el (command-line): Compute the value of
        small-temporary-file-directory.
 
-       * ediff-init.el (ediff-temp-file-prefix): Use
-       small-temporary-file-directory if non-nil.
+       * ediff-init.el (ediff-temp-file-prefix):
+       Use small-temporary-file-directory if non-nil.
 
        * vc.el (vc-update-change-log): Likewise.
 
        * progmodes/cmacexp.el (c-macro-expansion): Likewise.
 
-       * simple.el (shell-command, shell-command-on-region): Use
-       make-temp-name properly.  Use small-temporary-file-directory if
+       * simple.el (shell-command, shell-command-on-region):
+       Use make-temp-name properly.  Use small-temporary-file-directory if
        non-nil, otherwise temporary-file-directory, to generate temporary
        files.
 
-       * dos-w32.el (direct-print-region-helper): Use
-       temporary-file-directory.  (From Stefan Monnier.)
+       * dos-w32.el (direct-print-region-helper):
+       Use temporary-file-directory.  (From Stefan Monnier.)
 
 1999-09-02  Richard Stallman  <rms@gnu.org>
 
        * progmodes/compile.el (compilation-error-regexp-alist):
        New item for SGI IRIX MipsPro compilers.
 
-       * speedbar.el (speedbar-directory-buttons): Recognize
-       device names when checking for file names.
+       * speedbar.el (speedbar-directory-buttons):
+       Recognize device names when checking for file names.
 
        * array.el (array-reconfigure-rows): Use generate-new-buffer.
 
        * comint.el (comint-input-ring-separator): New variable.
        (comint-read-input-ring): Doc change; use
        comint-input-ring-separator when reading file.
-       (comint-write-input-ring): Use
-       comint-input-ring-separator when writing file.
+       (comint-write-input-ring):
+       Use comint-input-ring-separator when writing file.
 
 1999-08-29  Marc Girod  <girod@shire.ntc.nokia.com>
 
 
        * calendar/cal-move.el: Call the new hook in every movement function.
 
-       * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
-       the right function name.
+       * calendar/calendar.el (calendar-goto-astro-day-number):
+       Autoload the right function name.
 
 1999-08-26  Stephen Gildea  <gildea@stop.mail-abuse.org>
 
        (time-stamp): Support multi-line patterns.
        (time-stamp-inserts-lines): New variable.
        (time-stamp-count): New variable.
-       (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
+       (time-stamp-string-preprocess): Fix bug where "%%a" becomes
        "Thu" instead of "%a".
 
 1999-08-25  Gerd Moellmann  <gerd@gnu.org>
 
 1999-08-24  Gerd Moellmann  <gerd@gnu.org>
 
-       * faces.el (margin): Renamed from bitmap-area.
+       * faces.el (margin): Rename from bitmap-area.
 
 1999-08-24  Alex Schroeder  <alex@gnu.org>
 
 
 1999-08-16  Karl Heuer  <kwzh@gnu.org>
 
-       * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
-       here from simple.el.
+       * subr.el (assoc-ignore-case, assoc-ignore-representation):
+       Move here from simple.el.
 
 1999-08-16  Dave Love  <fx@gnu.org>
 
 
 1999-08-16  Carsten Dominik  <cd@gnu.org>
 
-       * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Fixed
-       conflict with pop-up-frames.
+       * textmodes/reftex.el (reftex-pop-to-bibtex-entry):
+       Fix conflict with pop-up-frames.
        (reftex-special-environment-parsers): New constant.
        (reftex-label-alist): car of an entry can also be a function.
        (reftex-what-special-env): Cew function.
        (reftex-label-location): Call `reftex-what-special-env'.
        (reftex-compile-variables): Check for symbol in `reftex-label-alist'.
-       (reftex-what-environment): Fixed bug with stacked environments of
+       (reftex-what-environment): Fix bug with stacked environments of
        same kind (e.g. enumerate).
        (reftex-process-string): Preserve default directory.
-       (reftex-label-alist-builtin): Changed prefixes of endnote and footnote.
+       (reftex-label-alist-builtin): Change prefixes of endnote and footnote.
        Also the magic words.
        (reftex-reference): Interpret new option `reftex-fref-is-default'.
        (reftex-replace-prefix-escapes): Interpret new `%S' format.
        boundaries has been moved to `F'.
        (reftex-select-label-map): Toggling display of file boundaries is
        now on the `F' key, for consistency with `reftex-toc-map'.
-       (reftex-erase-all-selection-and-index-buffers): Renamed from
+       (reftex-erase-all-selection-and-index-buffers): Rename from
        `reftex-erase-all-selection-buffer'.  Now also kills the index
        buffers.
        (reftex-viewing-cross-references): Customization group renamed
        be the same size when necessary to fit all the rings in the
        window; and poles can be oriented horizontally.  Face support is
        thrown in gratuitously.
-       (hanoi): Changed default number of rings back to 3.
+       (hanoi): Change default number of rings back to 3.
        (hanoi-unix, hanoi-unix-64): New commands.
        (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces)
        (hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face)
        (hanoi-internal, hanoi-current-time-float, hanoi-put-face)
        (hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for)
        (hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
-       (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
-       (hanoi-topos, hanoi-draw-ring): Removed.
+       (hanoi-0): Rename from hanoi0, for symmetry with hanoi-n.
+       (hanoi-topos, hanoi-draw-ring): Remove.
 
 1999-08-12  Gerd Moellmann  <gerd@gnu.org>
 
        * faces.el (face-valid-attribute-values): Return an alist for
        families on ttys.
-       (face-read-integer): Handle unspecified face attributes.  Add
-       completion for `unspecified'.
+       (face-read-integer): Handle unspecified face attributes.
+       Add completion for `unspecified'.
        (read-face-attribute): Handle unspecified font attributes.
        (face-valid-attribute-values): Add `unspecified' to lists so that
        it can be chosen via completion.
        (easy-menu-change): Doc fix.
 
        * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
-       (info-lookup-guess-default): Simplified and cleaned up.
+       (info-lookup-guess-default): Simplify and cleaned up.
        (info-lookup-guess-default*): Preserve point.
 
        * view.el (view-mode-disable): If buffer-read-only is nil,
 
 1999-08-10  Alex Schroeder  <asc@bsiag.com>
 
-       * ansi-color.el (ansi-color-to-text-properties): Added New state 5
+       * ansi-color.el (ansi-color-to-text-properties): Add New state 5
        to prevent m-eating-bug.
 
 1999-08-10  Eli Zaretskii  <eliz@gnu.org>
 
-       * term/pc-win.el (msdos-bg-mode): Remove.  Call
-       frame-set-background-mode instead.  All callers changed.
+       * term/pc-win.el (msdos-bg-mode): Remove.
+       Call frame-set-background-mode instead.  All callers changed.
        (msdos-face-setup): Don't force color display parameter, it is set
        by frame-set-background-mode.
        (make-msdos-frame): Call x-handle-reverse-video and
 
 1999-08-10  Dave Love  <fx@melange.gnu.org>
 
-       * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
-       case with no docstring specially.
+       * emacs-lisp/advice.el (ad-make-single-advice-docstring):
+       Treat case with no docstring specially.
 
 1999-08-09  Eli Zaretskii  <eliz@gnu.org>
 
 
 1999-08-07  Dave Love  <fx@gnu.org>
 
-       * man.el (Man-softhyphen-to-minus): Revert previous change.  Avoid
-       unibyte to multibyte conversion of search-forward (from Handa),
+       * man.el (Man-softhyphen-to-minus): Revert previous change.
+       Avoid unibyte to multibyte conversion of search-forward (from Handa),
        but avoid the replacement if the language is Latin-N.
 
 1999-08-06  Richard Stallman  <rms@gnu.org>
        (apply-on-rectangle): New function, mostly replaces
        `operate-on-rectangle'.  All callers changed.
        (move-to-column-force): Pass new second argument to `move-to-column'.
-       (kill-rectangle): Added optional prefix arg to fill lines.
+       (kill-rectangle): Add optional prefix arg to fill lines.
        (delete-rectangle): Ditto.
        (delete-whitespace-rectangle): Ditto.
        (delete-extract-rectangle): Ditto.
        (open-rectangle): Ditto.
        (clear-rectangle): Ditto.
        (delete-whitespace-rectangle-line): New function.
-       (delete-rectangle-line): Added third arg FILL.
+       (delete-rectangle-line): Add third arg FILL.
        (delete-extract-rectangle-line): Ditto.
        (open-rectangle-line): Ditto.
        (clear-rectangle-line): Ditto.
        frame-delete-all.
 
        * frame.el: Change comments to doc strings and other doc fixes.
-       (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
+       (frame-delete-all): Move to subr.el as `assoc-delete-all'.
        Callers changed.
        (set-background-color, set-foreground-color, set-cursor-color)
        (set-mouse-color, set-border-color): Offer completion of colors.
        * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
 
        * msb.el: Require cl only when compiling.
-       (msb--home-dir): Deleted.
+       (msb--home-dir): Delete.
        (msb--format-title): Use abbreviate-file-name.
        (msb--choose-file-menu): Simplify string comparison.
 
 1999-07-26  Kenichi Handa  <handa@etl.go.jp>
 
        * international/ccl.el (ccl-embed-symbol): New function.
-       (ccl-program-p): Deleted.  Now it's implemented in C code.
+       (ccl-program-p): Delete.  Now it's implemented in C code.
        (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
        (ccl-compile-translate-character): Likewise.
        (ccl-compile-map-single): Likewise.
 
        * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
        syntax.
-       (fortran-fontify-string, fortran-match-!-comment): Deleted.
+       (fortran-fontify-string, fortran-match-!-comment): Delete.
        (fortran-font-lock-syntactic-keywords): New variable.
        (fortran-mode): Use it.
        (fortran-font-lock-keywords-1): Don't do comments.
-       (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
-       match data.
+       (beginning-of-fortran-subprogram, end-of-fortran-subprogram):
+       Save match data.
 
        * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
 
-       * msb.el (msb-menu-bar-update-buffers): Renamed from
+       * msb.el (msb-menu-bar-update-buffers): Rename from
        menu-bar-update-buffers.
-       (msb-custom-set, msb--toggle-menu-type): Call
-       msb-menu-bar-update-buffers.
+       (msb-custom-set, msb--toggle-menu-type):
+       Call msb-menu-bar-update-buffers.
        (msb-mode): Revise the hook setting.
 
        * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
 
 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
 
-       * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
-       (cl-hash-table-p): Renamed from hash-table-p.
-       (cl-hash-table-count): Renamed from hash-table-count.
+       * cl-extra.el (cl-make-hash-table): Rename from make-hash-table.
+       (cl-hash-table-p): Rename from hash-table-p.
+       (cl-hash-table-count): Rename from hash-table-count.
        (maphash): Alias to cl-maphash removed.
        (gethash): Likewise.
        (puthash): Likewise.
 
 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
 
-       * faces.el (face-underline): Removed.
+       * faces.el (face-underline): Remove.
        (face-underline-color): Ditto.
 
 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
 
        * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
        instead of mouse-3 to pop up menus.
-       (mode-line-kill-buffer): Removed.
+       (mode-line-kill-buffer): Remove.
        (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
        buffer name.
-       (mode-line-buffer-menu-1): Removed.
+       (mode-line-buffer-menu-1): Remove.
 
        * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
 
 
 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
 
-       * faces.el (frame-update-faces): Copied from 20.2.
+       * faces.el (frame-update-faces): Copy from 20.2.
        (frame-update-face-colors): Ditto.  Code removed that isn't
        applicable in the new face implementation.
 
 
 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
 
-       * faces.el (face-charset-registries): Removed since fontset.el
+       * faces.el (face-charset-registries): Remove since fontset.el
        is no always loaded.
 
 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
 
-       * faces.el (internal-get-face): Added as obsolete function for
+       * faces.el (internal-get-face): Add as obsolete function for
        compatibility.
 
 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
 
        * faces.el (face-id): Return the ID of a realized face for ASCII.
 
-       * fontset.el (x-charset-registries): Removed.  Now in faces.el.
+       * fontset.el (x-charset-registries): Remove.  Now in faces.el.
        (x-complement-fontset-spec): Use face-charset-registries.
 
        * faces.el (face-font-selection-order): Set font selection order
        * cus-face.el (custom-face-attributes): Add :bold and :italic
        for compatibility with old code.
 
-       * faces.el (set-face-attributes-from-resources): Additional
-       frame parameter.
+       * faces.el (set-face-attributes-from-resources):
+       Additional frame parameter.
        (make-face-x-resource-internal): Set attributes from resources
        for a given frame or all frames.
 
 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
 
-       * faces.el (all-faces): Removed.
+       * faces.el (all-faces): Remove.
 
        * custom.el (defface): Add new face attributes to function
        comment.
 
        * cus-face.el (custom-face-attributes): Use new face attributes.
 
-       * faces.el (set-face-attribute-from-resource): Initialize
-       from resources only for X and W32.
+       * faces.el (set-face-attribute-from-resource):
+       Initialize from resources only for X and W32.
 
        * cus-face.el (custom-declare-face): Don't make frame-local
        faces.
        * faces.el (eval-when-compile): Add set-face-shadow-thickness.
        (internal-facep): Increase vector size.
        (make-face): Ditto.
-       (face-shadow-thickness): Added.
-       (set-face-shadow-thickness): Added.
+       (face-shadow-thickness): Add.
+       (set-face-shadow-thickness): Add.
        (modify-face): Add optional shadow-thickness parameter.
        (make-face-x-resource-internal): Add shadows.
        (copy-face): Ditto.
        * fill.el (canonically-space-region, justify-current-line): Add *
        to interactive spec.
        (fill-region-as-paragraph, fill-paragraph, fill-region)
-       (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
-       readonly buffer in interactive spec.
+       (fill-nonuniform-paragraphs, fill-individual-paragraphs):
+       Check readonly buffer in interactive spec.
 
        * paragraphs.el (kill-paragraph, backward-kill-paragraph)
        (backward-kill-sentence, kill-sentence): Add * to interactive spec.
 
 1999-07-19  John Wiegley  <jwiegley@borland.com>
 
-       * term.el (ansi-term-fg-faces-vector): Added support for ANSI
+       * term.el (ansi-term-fg-faces-vector): Add support for ANSI
        color codes 39 and 49, which by the way lynx uses them seem to
        mean "foreground reset" and "background reset".
 
 
 1999-07-08  Espen Skoglund  <espensk@stud.cs.uit.no>
 
-       * pascal.el (pascal-calculate-indent): Fixed a bug occurring when
+       * pascal.el (pascal-calculate-indent): Fix a bug occurring when
        the `end' keyword was in the very beginning of the buffer.
 
 1999-07-08  Richard Stallman  <rms@gnu.org>
 
        * isearch.el (isearch-process-search-char): Write octal 200 correctly.
 
-       * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
-       doing a `stat' when it isn't necessary because that can cause
+       * startup.el (normal-top-level-add-subdirs-to-load-path):
+       Avoid doing a `stat' when it isn't necessary because that can cause
        trouble when an NFS server is down.
 
 1999-07-04  Richard Stallman  <rms@gnu.org>
 
 1999-06-18  Andrew Innes  <andrewi@gnu.org>
 
-       * mail/smtpmail.el (smtpmail-send-it): Use
-       convert-standard-filename to make file names for queued mail safe
+       * mail/smtpmail.el (smtpmail-send-it):
+       Use convert-standard-filename to make file names for queued mail safe
        on Windows (`:' is invalid in file names on Windows).
 
 1999-06-17  Kenichi Handa  <handa@etl.go.jp>
 
 1999-06-15  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
 
-       * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
-       multiple output of the last message.
+       * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
+       Avoid multiple output of the last message.
 
 1999-06-14  Eli Zaretskii  <eliz@gnu.org>
 
 
 1999-06-09  Dave Love  <fx@gnu.org>
 
-       * progmodes/compile.el (compilation-error-regexp-alist): Allow
-       digits in program name in first pattern.
+       * progmodes/compile.el (compilation-error-regexp-alist):
+       Allow digits in program name in first pattern.
 
 1999-06-09  Andre Spiegel  <spiegel@inf.fu-berlin.de>
 
 
 1999-06-05  Stephen Eglen  <stephen@gnu.org>
 
-       * iswitchb.el (iswitchb-default-keybindings): Add
-       iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
+       * iswitchb.el (iswitchb-default-keybindings):
+       Add iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
        than when package is loaded.
 
 1999-06-04  Richard M. Stallman  <rms@gnu.org>
 
 1999-06-04  Eric M. Ludlam  <zappo@ultranet.com>
 
-       * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
+       * speedbar.el (speedbar-hack-buffer-menu): Fix so if the user
        does not select a buffer from the buffers menu, then the attached
        frame is not switched to anything.
 
 
 1999-05-25  Ken'ichi Handa  <handa@gnu.org>
 
-       * mail/smtpmail.el (smtpmail-send-it): Bind
-       smtpmail-code-conv-from properly.
+       * mail/smtpmail.el (smtpmail-send-it):
+       Bind smtpmail-code-conv-from properly.
        (smtpmail-send-data-1): If DATA is a multibyte string, encode it
        by smtpmail-code-conv-from.
 
 
 1995-05-11  Joel N. Weber II  <devnull@melange.gnu.org>
 
-       * comint.el (comint-password-prompt-regexp): Modified to match the
+       * comint.el (comint-password-prompt-regexp): Modify to match the
        output of ksu and ssh-add.
 
 1999-05-11  Kenichi HANDA  <handa@etl.go.jp>
 
        * language/korea-util.el (isearch-toggle-korean-input-method):
-       Adjusted for the change of input method handling in isearch.el.
+       Adjust for the change of input method handling in isearch.el.
        (isearch-hangul-switch-symbol-ksc): Likewise.
        (isearch-hangul-switch-hanja): Likewise.
 
 
 1999-05-09  Ken'ichi Handa  <handa@gnu.org>
 
-       * ps-print.el (ps-control-character): Call
-       ps-mule-prepare-ascii-font to setup ASCII fonts.
+       * ps-print.el (ps-control-character):
+       Call ps-mule-prepare-ascii-font to setup ASCII fonts.
 
        * ps-mule.el (ps-mule-begin-job): Redo this change "if
        ps-multibyte-buffer is nil, use
        * ispell.el (ispell-local-dictionary-alist): New variable for
        customizing local dictionaries not accessible by everyone.
        (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
-       (ispell-required-version): Changed format `(major minor
+       (ispell-required-version): Change format `(major minor
        revision)' to support general pattern matching.
        (ispell-tex-skip-alists): AMS Tex block comment and `\author'
        skip region commented out due to incorrect skip potential in std latex.
-       (ispell-word): Removed `when' macro.  Fixed bug of not restoring
+       (ispell-word): Remove `when' macro.  Fixed bug of not restoring
        cursor point on small words for calls from `ispell-minor-mode'.
        (check-ispell-version): Tests and accepts versions major.minor
        and above, with adjustments for interactions in 3.1.0-3.1.11.
        (ispell-get-line): No longer skips ispell process special characters.
-       (ispell-comments-and-strings): Removed `when' macro call.
+       (ispell-comments-and-strings): Remove `when' macro call.
        (ispell-minor-check): Requires ispell-word to restore cursor point.
        (ispell-buffer-local-parsing): Supports checking comments only.
 
 
 1999-05-07  Joel N. Weber II  <devnull@melange.gnu.org>
 
-       * comint.el (comint-password-prompt-regexp): Modified so that it
+       * comint.el (comint-password-prompt-regexp): Modify so that it
        matches the output of kinit.
 
 1999-05-06  Greg Stark  <gsstark@mit.edu>
 
 1999-04-26  John Wiegley  <johnw@borland.com>
 
-       * progmodes/compile.el (compilation-error-regexp-alist): Recognize
-       C++Builder 4.0 error message syntax.
+       * progmodes/compile.el (compilation-error-regexp-alist):
+       Recognize C++Builder 4.0 error message syntax.
 
 1999-04-26  Mark Diekhans  <markd@Grizzly.COM>
 
 
 1999-04-26  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
 
-       * textmodes/texinfmt.el (texinfo-format-buffer): Bind
-       coding-system-for-write, to avoid hanging when non-interactive.
+       * textmodes/texinfmt.el (texinfo-format-buffer):
+       Bind coding-system-for-write, to avoid hanging when non-interactive.
 
 1999-04-26  Dirk Herrmann  <D.Herrmann@tu-bs.de>
 
 
 1999-03-25  Andrew Innes  <andrewi@gnu.org>
 
-       * w32-fns.el (set-default-process-coding-system): Copied from
+       * w32-fns.el (set-default-process-coding-system): Copy from
        dos-w32.el, but modified to use Unix line endings for process
        input, and to add a suitable entry to process-coding-system-alist
        for DOS shells.
 
-       * dos-fns.el (set-default-process-coding-system): Copied from
+       * dos-fns.el (set-default-process-coding-system): Copy from
        dos-w32.el.
 
        * dos-w32.el (set-default-process-coding-system): Move function to
 
 1999-03-18  Simon Marshall  <simon@gnu.org>
 
-       * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
-       (java-font-lock-keywords-2): Added "strictfp" keyword.
+       * font-lock.el (c-font-lock-keywords-2): Add "complex" type.
+       (java-font-lock-keywords-2): Add "strictfp" keyword.
 
 1999-03-17  Jason Rumney  <jasonr@altavista.net>
 
 
 1999-03-17  Eli Zaretskii  <eliz@gnu.org>
 
-       * international/mule-cmds.el (set-language-environment): Fix
-       previous change: don't use dos-codepage when unbound.
+       * international/mule-cmds.el (set-language-environment):
+       Fix previous change: don't use dos-codepage when unbound.
 
 1999-03-17  Karl Heuer  <kwzh@gnu.org>
 
 
 1999-03-15  Simon Marshall  <simon@gnu.org>
 
-       * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
+       * font-lock.el (c-font-lock-keywords-2): Add "restrict" keyword.
 
 1999-03-14  Milan Zamazal  <pdm@pvt.net>
 
        * speedbar.el: Added commentary about stealthy functions.
        (speedbar-message): New function.
        (speedbar-y-or-n-p): New function.
-       (speedbar-with-attached-buffer): Moved macro before reference.
+       (speedbar-with-attached-buffer): Move macro before reference.
        Now uses `save-selected-window'.
        (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh)
        (speedbar-generic-item-info, speedbar-item-info-file-helper)
 
 1999-03-09  Dave Love  <fx@gnu.org>
 
-       * textmodes/sgml-mode.el (html-mode): Use
-       sentence-end-double-space when setting sentence-end.
+       * textmodes/sgml-mode.el (html-mode):
+       Use sentence-end-double-space when setting sentence-end.
 
 1999-03-09  Ken'ichi Handa  <handa@gnu.org>
 
 
 1999-03-06  Dave Love  <fx@gnu.org>
 
-       * progmodes/cc-cmds.el (c-outline-level): Bind
-       buffer-invisibility-spec.
+       * progmodes/cc-cmds.el (c-outline-level):
+       Bind buffer-invisibility-spec.
 
        * progmodes/c-mode.el (c-outline-level): Likewise.
 
 1999-03-03  Dave Love  <fx@gnu.org>
 
        * options.el (edit-options): Doc fix.
-       (list-options): Don't lose with unbound symbols.  Maintain
-       Edit-options-mode.
+       (list-options): Don't lose with unbound symbols.
+       Maintain Edit-options-mode.
 
 1999-03-01  Dave Love  <fx@gnu.org>
 
        (ispell-dictionary-alist): Don't setq it,
        if ispell-dictionary-alist-override is set.
 
-       * simple.el (shell-command-default-error-buffer): Renamed from
+       * simple.el (shell-command-default-error-buffer): Rename from
        shell-command-on-region-default-error-buffer.
        (shell-command-on-region): Mention in echo area when there
        is some error output.  Mention success or failure, too.
        (ps-font-size, ps-header-font-size, ps-header-title-font-size):
        Specifies landscape and portrait sizes.
        (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
-       (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
-       fix.
+       (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate):
+       Fun fix.
        (ps-get-font-size): New fun.
        (ps-font-size-internal, ps-header-font-size-internal)
        (ps-header-title-font-size-internal): New vars.
 
 1999-02-23  Ken'ichi Handa  <handa@gnu.org>
 
-       * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
-       inputting ?\240.
+       * international/encoded-kb.el (encoded-kbd-handle-8bit):
+       Allow inputting ?\240.
 
 1999-02-23  Karl Heuer  <kwzh@gnu.org>
 
 
 1999-02-22  Eli Zaretskii  <eliz@gnu.org>
 
-       * arc-mode.el (archive-set-buffer-as-visiting-file): Save
-       excursion while calling set-auto-coding-function.
+       * arc-mode.el (archive-set-buffer-as-visiting-file):
+       Save excursion while calling set-auto-coding-function.
 
        * play/handwrite.el (handwrite): Require ps-print, and use
        ps-printer-name and ps-lpr-command.  Call ps-print-region-function
 
 1999-02-22  Kenichi Handa  <handa@etl.go.jp>
 
-       * international/codepage.el (cp-coding-system-for-codepage-1): Put
-       charset-origin-alist property to a coding system for the codepage.
+       * international/codepage.el (cp-coding-system-for-codepage-1):
+       Put charset-origin-alist property to a coding system for the codepage.
 
        * international/mule.el: Modify comment for charset-origin-alist
        property of a coding system.
 
 1999-02-21  Peter Breton  <pbreton@ne.mediaone.net>
 
-       * dirtrack.el (dirtrack): Added docstring.  Now returns input.
+       * dirtrack.el (dirtrack): Add docstring.  Now returns input.
 
 1999-02-18  Peter Breton  <pbreton@ne.mediaone.net>
 
        (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
        (sql-input-ring-file-name): New variable with customization.
        (sql-input-ring-separator): New variable with customization.
-       (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
+       (sql-set-sqli-buffer): Rename from sql-change-sqli-buffer.
        Callers changed.
        (sql-show-sqli-buffer): The message for "sql-buffer is not set"
        now includes the name of the current buffer.
 
 1999-02-18  Ken'ichi Handa  <handa@gnu.org>
 
-       * international/mule.el (coding-system-list): Moved here from
+       * international/mule.el (coding-system-list): Move here from
        mule-util.el to avoid autoloading mule-util by the call of
        select-safe-coding-system.
 
 
 1999-02-17  Peter Breton  <pbreton@ne.mediaone.net>
 
-       * filecache.el (file-cache-filter-regexps): Added .class.
+       * filecache.el (file-cache-filter-regexps): Add .class.
 
 1999-02-17  Ken'ichi Handa  <handa@gnu.org>
 
-       * international/mule-util.el (decompose-region): Use
-       insert-buffer-substring instead of insert-buffer to avoid putting
+       * international/mule-util.el (decompose-region):
+       Use insert-buffer-substring instead of insert-buffer to avoid putting
        mark.
 
 1999-02-17  Andreas Schwab  <schwab@gnu.org>
 
 1999-02-16  Ken'ichi Handa  <handa@gnu.org>
 
-       * language/japanese.el (japanese-shift-jis): Add
-       charset-origin-alist property.
+       * language/japanese.el (japanese-shift-jis):
+       Add charset-origin-alist property.
 
 1999-02-15  Richard Stallman  <rms@gnu.org>
 
 1999-02-14  Richard Stallman  <rms@gnu.org>
 
        * international/iso-transl.el:
-       (iso-transl-ae): Renamed from iso-transl-e-slash.
-       (iso-transl-a-ring): Renamed from iso-transl-a-slash.
-       (iso-transl-AE): Renamed from iso-transl-E-slash.
-       (iso-transl-A-ring): Renamed from iso-transl-A-slash.
+       (iso-transl-ae): Rename from iso-transl-e-slash.
+       (iso-transl-a-ring): Rename from iso-transl-a-slash.
+       (iso-transl-AE): Rename from iso-transl-E-slash.
+       (iso-transl-A-ring): Rename from iso-transl-A-slash.
        (iso-transl-char-map): Related changes.
 
        * format.el (format-replace-strings): Fix value of TO in REVERSE case.
 1999-02-12  Alex Schroeder  <a.schroeder@bsiag.ch>
 
        * sql.el: Set version to 1.3.2.
-       (sql-solid-program): Added support for solid.
+       (sql-solid-program): Add support for solid.
        (sql-help): Doc mentions sql-solid.
        (sql-solid): Entry function for Solid.
        (sql-buffer): Doc explains the use of the variable and how to
        (sql-change-sqli-buffer): New function to change sql-buffer.
        (sql-mode): Doc explains how to change sql-buffer.
        (sql-send-paragraph): New function to send a paragraph.
-       (sql-mode-map): Added keybinding for sql-send-paragraph.
+       (sql-mode-map): Add keybinding for sql-send-paragraph.
        (sql-mysql): Doc corrected.
        (sql-ms): Doc corrected.
 
        * sql.el (sql-server): Doc fix.
-       (sql-mysql): Added the use of sql-server to specify the host,
+       (sql-mysql): Add the use of sql-server to specify the host,
        sql-database now specifies database instead of host.
        (sql-mode-menu): Send... menu items are only active if sql-buffer
        is non-nil.
-       (sql-help): Changed tag of entry functions a bit.
+       (sql-help): Change tag of entry functions a bit.
 
        * sql.el: Added keywords from `finder-by-keyword'.
        (sql-mode): Made sql-buffer a local variable, changed the
        sql-user and sql-password used during login.
        (sql-sybase): Quoted *SQL* in doc string, added comma.
        (sql-oracle): Likewise.
-       (sql-interactive-mode): Added extensive documentation for having
+       (sql-interactive-mode): Add extensive documentation for having
        multiple SQL buffers sending their stuff to different SQLi
        buffers, each running a different process.
-       (sql-buffer): Changed doc from *SQL* to SQLi.
+       (sql-buffer): Change doc from *SQL* to SQLi.
        (sql-get-login): Doc fix.
 
 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
 
 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
 
-       * international/quail.el (quail-show-kbd-layout): Bind
-       blink-matching-paren to nil.
+       * international/quail.el (quail-show-kbd-layout):
+       Bind blink-matching-paren to nil.
 
        * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
        for ASCII and Latin-1.
 
 1999-02-12  Kenichi Handa  <handa@etl.go.jp>
 
-       * international/mule-cmds.el (language-info-alist): Remove
-       description about charset-origin-alist.
+       * international/mule-cmds.el (language-info-alist):
+       Remove description about charset-origin-alist.
 
        * international/mule.el: Comment added for a new coding system
        property `charset-origin-alist'.
        ("Cyrillic-KOI8"): Remove charset-origin-alist property.
        ("Cyrillic-ALT"): Likewise.
 
-       * language/vietnamese.el (vietnamese-viqr): Add
-       charset-origin-alist property.
+       * language/vietnamese.el (vietnamese-viqr):
+       Add charset-origin-alist property.
        ("Vietnamese"): Remove charset-origin-alist property.
 
        * simple.el (what-cursor-position): Don't use the variable
 
 1999-02-08  Eli Zaretskii  <eliz@gnu.org>
 
-       * international/codepage.el (cp-coding-system-for-codepage-1): On
-       MS-DOS, use dos-unsupported-char-glyph for characters not
+       * international/codepage.el (cp-coding-system-for-codepage-1):
+       On MS-DOS, use dos-unsupported-char-glyph for characters not
        supported by the codepage.
        (cp-make-coding-systems-for-codepage): Likewise.
 
        * international/mule-util.el (coding-system-list): Don't sort
        coding-system-list here.
 
-       * international/mule.el (coding-system-lessp): Moved here from
+       * international/mule.el (coding-system-lessp): Move here from
        mule-util.el.
        (add-to-coding-system-list): New function.
        (make-subsidiary-coding-system, make-coding-system)
 1999-02-05  Alex Schroeder  <asc@bsiag.com>
 
        * progmodes/sql.el: Changed version to 1.2.1.
-       (sql-pop-to-buffer-after-send-region): Improved documentation.
-       (sql-mysql-program): Added MySQL support.
+       (sql-pop-to-buffer-after-send-region): Improve documentation.
+       (sql-mysql-program): Add MySQL support.
        (sql-prompt-length): Made prompt-length configurable.
        (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
-       (sql-help): Added MySQL support, changed documentation.
+       (sql-help): Add MySQL support, changed documentation.
        (sql-send-region): A message is displayed if something is sent.
-       (sql-mode): Added buffer-local comment-start.
+       (sql-mode): Add buffer-local comment-start.
        (sql-interactive-mode): Use sql-prompt-length to set left-margin.
-       (sql-interactive-mode): Added buffer-local comment-start.
+       (sql-interactive-mode): Add buffer-local comment-start.
        (sql-oracle): Set sql-prompt-length.
        (sql-sybase): Set sql-prompt-length.
-       (sql-mysql): Added MySQL support.
+       (sql-mysql): Add MySQL support.
        (sql-ingres): Set sql-prompt-length.
        (sql-ms): Set sql-prompt-length.
        (sql-postgres): Set sql-prompt-length.
 
 1999-02-01  Ken'ichi Handa  <handa@gnu.org>
 
-       * international/mule-util.el (compose-chars-component): Add
-       autoload cookie.
+       * international/mule-util.el (compose-chars-component):
+       Add autoload cookie.
 
 1999-01-31  Ken'ichi Handa  <handa@gnu.org>
 
 
 1999-01-31  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
 
-       * progmodes/compile.el (compilation-next-error-locus): Don't
-       decrease argument FIND-AT-LEAST of compilation-next-error-locus.
+       * progmodes/compile.el (compilation-next-error-locus):
+       Don't decrease argument FIND-AT-LEAST of compilation-next-error-locus.
 
 1999-01-31  Eli Zaretskii  <eliz@gnu.org>
 
        * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
        tex-validate-buffer.
        (plain-tex-mode, latex-mode, slitex-mode): Likewise.
-       (tex-validate-buffer): Renamed from validate-tex-buffer.  Works
-       now with recent occur-mode.
+       (tex-validate-buffer): Rename from validate-tex-buffer.
+       Works now with recent occur-mode.
        (tex-validate-region): Really walk through all Sexps.
        (tex-region): Bind shell-dirtrack-verbose.
        (tex-file, tex-bibtex-file): Likewise.
 
 1999-01-25  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
 
-       * calendar/diary-lib.el (mark-diary-entries): Use
-       assoc-ignore-case and do not capitalize when matching month and
+       * calendar/diary-lib.el (mark-diary-entries):
+       Use assoc-ignore-case and do not capitalize when matching month and
        day names.
 
        * calendar/calendar.el (calendar-read-date): Ditto.
 
 1999-01-23  Ken'ichi Handa  <handa@gnu.org>
 
-       * international/fontset.el (create-fontset-from-x-resource): Make
-       style variants.
+       * international/fontset.el (create-fontset-from-x-resource):
+       Make style variants.
 
 1999-01-22  Dave Love  <fx@gnu.org>
 
 
 1999-01-22  Jason Rumney  <jasonr@altavista.net>
 
-       * term/w32-win.el (w32-standard-fontset-spec): Simplified.
+       * term/w32-win.el (w32-standard-fontset-spec): Simplify.
 
 1999-01-22  Felix Lee  <flee@cygnus.com>
 
 
 1999-01-19  Jason Rumney  <jasonr@altavista.net>
 
-       * term/w32-win.el (w32-standard-fontspec-spec): Change
-       iso8859-5 to koi8-r.  Add iso8859-9.
+       * term/w32-win.el (w32-standard-fontspec-spec):
+       Change iso8859-5 to koi8-r.  Add iso8859-9.
 
 1999-01-19  Dave Love  <fx@gnu.org>
 
        * textmodes/tex-mode.el (tex-define-common-keys):
        Remove key binding of tex-feed-input.
        (tex-mode-map): Bind tex-feed-input here.
-       (tex-start-shell): Use compilation-shell-minor-mode.  Set
-       comint-input-filter-functions before running tex-shell-hook.
+       (tex-start-shell): Use compilation-shell-minor-mode.
+       Set comint-input-filter-functions before running tex-shell-hook.
        (tex-start-tex): Forget compilation errors.
        (tex-compilation-parse-errors): Rewritten to work also with
        compile-mouse-goto-error and compile-goto-error.  Adjusted to
 
 1999-01-18  Ken'ichi Handa  <handa@gnu.org>
 
-       * international/ccl.el (ccl-compile-translate-character): Handle
-       the case that a translation table is CCL register correctly.
+       * international/ccl.el (ccl-compile-translate-character):
+       Handle the case that a translation table is CCL register correctly.
 
        * international/mule-cmds.el (select-safe-coding-system):
        Highlight at most 256 characters.
 
 1999-01-17  Andrew Innes  <andrewi@gnu.org>
 
-       * dos-w32.el (find-buffer-file-type-coding-system): Use
-       default-buffer-file-coding-system when file doesn't exist (and
+       * dos-w32.el (find-buffer-file-type-coding-system):
+       Use default-buffer-file-coding-system when file doesn't exist (and
        isn't covered by a special case) instead of forcing undecided-dos
        against the user's wishes.
 
        * lpr.el (printer-name): Update docstring about usage on MS-DOS
        and MS-Windows.
        (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
-       DOS and Windows platforms, to indicate direct printing.  Update
-       the docstring accordingly.
+       DOS and Windows platforms, to indicate direct printing.
+       Update the docstring accordingly.
 
        * ps-print.el (ps-printer-name): Update docstring about usage on
        MS-DOS and MS-Windows.
 
 1999-01-16  Dave Love  <fx@gnu.org>
 
-       * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
-       last change.
+       * help.el (temp-buffer-setup-hook, temp-buffer-show-hook):
+       Revert last change.
 
 1999-01-15  Dave Love  <fx@gnu.org>
 
 1999-01-13  Eli Zaretskii  <eliz@gnu.org>
 
        * international/codepage.el (cp850-decode-table): Replace nil
-       entries with codes of similary looking glyphs.  (Suggested by
-       Jason Rumney <jasonr@altavista.net>.)
+       entries with codes of similary looking glyphs.  (
+       Suggested by Jason Rumney <jasonr@altavista.net>.)
 
 1999-01-13  Dave Love  <fx@gnu.org>
 
 
        * cus-start.el: Add inhibit-eol-conversion.
 
-       * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
-       the values round.
+       * help.el (temp-buffer-setup-hook, temp-buffer-show-hook):
+       Swap the values round.
 
 1999-01-11  Richard Stallman  <rms@psilocin.ai.mit.edu>
 
-       * help.el (help-mode-finish): Renamed from help-mode-maybe.
+       * help.el (help-mode-finish): Rename from help-mode-maybe.
        Don't switch to Help mode here.
        (temp-buffer-setup-hook): Use help-mode-finish.
        (help-mode-setup): New function.
 
 1999-01-06  Eli Zaretskii  <eliz@gnu.org>
 
-       * international/codepage.el (cp-coding-system-for-codepage-1): Add
-       the valid-codes property.
+       * international/codepage.el (cp-coding-system-for-codepage-1):
+       Add the valid-codes property.
 
-       * international/mule-cmds.el (prefer-coding-system): Call
-       set-coding-priority, so that the internal array of priorities is
+       * international/mule-cmds.el (prefer-coding-system):
+       Call set-coding-priority, so that the internal array of priorities is
        also updated.
 
        * international/mule-util.el
        * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
        if it was enabled before.
 
-       * view.el (View-revert-buffer-scroll-page-forward): Bind
-       view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
+       * view.el (View-revert-buffer-scroll-page-forward):
+       Bind view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
 
        * files.el (recover-session): Preserve point when inserting
        explanation.
        (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
        Better default, customizes to `message' too, off in text-mode.
 
-       (cperl-array-face): Renamed from `font-lock-emphasized-face',
+       (cperl-array-face): Rename from `font-lock-emphasized-face',
        `defface'd.
-       (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
+       (cperl-hash-face): Rename from `font-lock-other-emphasized-face'.
        `defface'd.
        (cperl-emacs-can-parse): New state variable.
        (cperl-indent-line): Corrected to use global state.
        inside of POD too.
        (cperl-backward-to-noncomment): Better treatment of PODs and HEREs.
        (cperl-clobber-mode-lists): New configuration variable.
-       (cperl-not-bad-style-regexp): Updated.
+       (cperl-not-bad-style-regexp): Update.
        Init: `cperl-is-face' was busted.
        (cperl-make-face): New macros.
        (cperl-force-face): New macros.
        (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
        Another try to work around XEmacs problems.  Better progress messages.
        (toplevel): Require custom unprotected => failure on 19.28.
-       (cperl-xemacs-p): Defined when compile too.
+       (cperl-xemacs-p): Define when compile too.
        (cperl-find-tags): Was writing line/pos in a wrong order,
        pos off by 1 and not at beg-of-line.
        (cperl-etags-snarf-tag): New macro.
        (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
        (speedbar-tag-group-name-minimum-length): New variable.
        (speedbar-frame-parameter): New compatibility function.
-       (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
-       (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
+       (speedbar-frame-mode): Update to use speedbar-frame-parameter.
+       (speedbar-apply-one-tag-hierarchy-method): Fix up taging sub
        groups to keep things in the right order, and to help with some
        naming conventions.
        (speedbar-create-tag-hierarchy): Enable buffer local version of
        (ps-mule-plot-string): Set ps-mule-current-charset.
        (ps-mule-initialize): Add autoload cookie.  Don't set
        ps-mule-font-info-database here.
-       (ps-mule-begin-job): Renamed from ps-mule-begin.  Update
-       ps-mule-font-info-database and ps-control-or-escape-regexp.
+       (ps-mule-begin-job): Rename from ps-mule-begin.
+       Update ps-mule-font-info-database and ps-control-or-escape-regexp.
        (ps-mule-begin-page): New fun.
 
        * ps-print.el: Mule related code moved to ps-mule.el.
 
        * ps-print.el (ps-mule-font-info-database): Doc-string modified.
        (ps-mule-external-libraries): New element FEATURE.
-       (ps-mule-init-external-library): Adjusted for the above change.
+       (ps-mule-init-external-library): Adjust for the above change.
        (ps-mule-generate-font): Likewise.
        (ps-mule-generate-glyphs): Likewise.
        (ps-mule-prepare-font): Likewise.
        Handle the case of unknown charset.
        (find-multibyte-characters): If invalid multibyte characters are
        found, return the corresponding strings instead of character codes.
-       (find-multibyte-characters): Adjusted for the above change.
+       (find-multibyte-characters): Adjust for the above change.
        (select-safe-coding-system): For a unibyte buffer, always returns
        DEFAULT-CODING-SYSTEM.
        (get-charset-property): Fix previous change.  Make it a function.
 
 1998-12-14  Andreas Schwab  <schwab@delysid.gnu.org>
 
-       * textmodes/texinfo.el (texinfo-tex-buffer): Bind
-       tex-start-options-string to empty string.
+       * textmodes/texinfo.el (texinfo-tex-buffer):
+       Bind tex-start-options-string to empty string.
        (texinfo-tex-region): Use texinfo-tex-trailer as documented.
 
 1998-12-14  Andrew Innes  <andrewi@delysid.gnu.org>
 
        * help.el (symbol-file-load-history-loaded): Variable renamed,
        and defvar moved from loadhist.el.
-       (symbol-file): Renamed from describe-function-find-file.
+       (symbol-file): Rename from describe-function-find-file.
        Load fns-VERSION.el here.
        (describe-variable, describe-function-1): Use symbol-file.
 
 
        * vc.el (vc-dired-window-configuration, vc-ediff-windows)
        (vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
-       Added defvars to suppress compilation warnings.
+       Add defvars to suppress compilation warnings.
 
 1998-11-30  Ken Stevens  <k.stevens@ieee.org>
 
        ispell-message-text-end, ispell-add-per-file-word-list.
        (ispell-dictionary-alist-1, ispell-dictionary-alist2): A coding
        system is now required for all languages.  Casechars improved for
-       castellano, castellano8, and norsk dictionaries.  Dictionary
-       norsk7-tex added.  Dictionary polish added.
+       castellano, castellano8, and norsk dictionaries.
+       Dictionary norsk7-tex added.  Dictionary polish added.
        (ispell-dictionary-alist): Redefined at load-time to support
        dictionary changes.
        (ispell-menu-map): Redefined at load-time to support menu changes.
        (ispell-check-version): New alias for `check-ispell-version'.
-       (ispell-parse-output): Fixed matching for ispell error messages.
+       (ispell-parse-output): Fix matching for ispell error messages.
        Correctly returns spelling suggestions in order generated by ispell
        process.
        (check-ispell-version): Ensure `case-fold-search' doesn't get
        (ispell-kill-ispell): Ensures ispell process has terminated before
        starting new process.  This can otherwise confuse process filters
        and hang the ispell process.
-       (ispell-begin-skip-region-regexp, ispell-skip-region): Improved
-       skipping support for sgml.
+       (ispell-begin-skip-region-regexp, ispell-skip-region):
+       Improve skipping support for sgml.
        (ispell-minor-check): Support sgml labels.  Fix mapping ^M to \r
        which could cause `ispell-complete-word' to hang.
-       (ispell-message): Improved message reference matching.  Ensure
-       `case-fold-search' doesn't get redefined.
+       (ispell-message): Improve message reference matching.
+       Ensure `case-fold-search' doesn't get redefined.
        (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
        get redefined.  Fixed bug in returning to nroff mode from tex mode.
        (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
 
 1998-11-22  Andrew Innes  <andrewi@delysid.gnu.org>
 
-       * mail/rmail.el (rmail-set-message-counters-counter): Detect
-       messages that have been added with DOS line endings and convert
+       * mail/rmail.el (rmail-set-message-counters-counter):
+       Detect messages that have been added with DOS line endings and convert
        the line endings for such messages.
 
 1998-11-22  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
 
 1998-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * message.el (message-ignored-supersedes-headers): Remove
-       NNTP-Posting-Date.
+       * message.el (message-ignored-supersedes-headers):
+       Remove NNTP-Posting-Date.
 
 1998-11-21  Richard Stallman  <rms@psilocin.ai.mit.edu>
 
        (tar-extract): Avoid multibyte<->unibyte conversion in
        insert-buffer-substring by setting both buffers unibyte
        temporarily.
-       (tar-copy): Set the buffer unibyte while doing a work.  Write
-       without code conversion.
+       (tar-copy): Set the buffer unibyte while doing a work.
+       Write without code conversion.
        (tar-expunge): Set the buffer unibyte while doing a work.
        (tar-alter-one-field): Likewise.
        (tar-clear-modification-flags): Compare byte position with
 1998-11-15  Dave Love  <fx@gnu.org>
 
        * progmodes/fortran.el: Fix previous change:
-       (fortran-end-prog-re1): Changed.
+       (fortran-end-prog-re1): Change.
        (fortran-check-end-prog-re): New function.
        (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
 
        New options.
        (reftex-use-text-after-label-as-context): Option removed.
        (reftex-extract-bib-entries): Protect use in non-latex buffers.
-       (reftex-toc-visit-location): Renamed from `reftex-toc-visit-line'.
+       (reftex-toc-visit-location): Rename from `reftex-toc-visit-line'.
        (reftex-latin1-to-ascii): Works now with and without Mule.
-       (reftex-truncate): Removed special stuff for Emacs 20.2.
+       (reftex-truncate): Remove special stuff for Emacs 20.2.
        (reftex-get-offset): Made more general.
-       (reftex-show-label-location): Renamed from
+       (reftex-show-label-location): Rename from
        `reftex-select-label-callback'.
        (reftex-pop-to-label): Function removed (using
        `reftex-show-label-location' instead.
-       (reftex-insert-docstruct): Renamed from
+       (reftex-insert-docstruct): Rename from
        `reftex-make-and-insert-label-list'.  Function args changed.
        (reftex-toc): Now uses `reftex-insert-docstruct' and
        `reftex-find-start-point'.
 
 1998-11-11  Per Starbäck  <starback@update.uu.se>
 
-       * ispell.el (ispell-dictionary-alist-2): Removed svenska, renamed
+       * ispell.el (ispell-dictionary-alist-2): Remove svenska, renamed
        svenska8 to svenska, and fixed and extended CASECHARS for it.
 
 1998-11-11  Andrew Innes  <andrewi@delysid.gnu.org>
 
 1998-11-11  Kenichi Handa  <handa@etl.go.jp>
 
-       * international/mule-util.el (compose-chars-component): Signal
-       error if CH is a rule-based composition character.
+       * international/mule-util.el (compose-chars-component):
+       Signal error if CH is a rule-based composition character.
        (compose-chars): Signal error if an already composed character is
        going to be composed by rule-base.
 
 
 1998-11-04  Kenichi Handa  <handa@etl.go.jp>
 
-       * international/quail.el (quail-show-guidance-buf): Call
-       set-minibuffer-window to set minibuffer window of the current
+       * international/quail.el (quail-show-guidance-buf):
+       Call set-minibuffer-window to set minibuffer window of the current
        frame correctly.
 
 1998-11-03  Theodore Jump  <tjump@tertius.com>
 
 1998-10-30  Kenichi Handa  <handa@etl.go.jp>
 
-       * international/quail.el (quail-start-translation): Handle
-       switching of the frame in read-key-sequence.
+       * international/quail.el (quail-start-translation):
+       Handle switching of the frame in read-key-sequence.
        (quail-start-conversion): Likewise.
        (quail-show-guidance-buf): Detach quail-guidance-buf from any
        windows before setting an appropriate window for it.
-       (quail-hide-guidance-buf): Use window-minibuffer-p.  Set
-       quail-guidance-win to nil.
+       (quail-hide-guidance-buf): Use window-minibuffer-p.
+       Set quail-guidance-win to nil.
        (quail-update-guidance): If quail-guidance-buf is not in the
        selected frame, call quail-show-guidance-buf again.
 
 
        * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
 
-       * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
-       report-emacs-bug-address instead of undefined bug-gnu-emacs.
+       * emacs-lisp/lisp-mnt.el (lm-report-bug):
+       Use report-emacs-bug-address instead of undefined bug-gnu-emacs.
 
-       * international/mule-cmds.el (select-message-coding-system): Doc
-       fix.
+       * international/mule-cmds.el (select-message-coding-system):
+       Doc fix.
 
-       * international/mule-diag.el (describe-coding-system): Describe
-       all flags.
+       * international/mule-diag.el (describe-coding-system):
+       Describe all flags.
 
        * mail/sendmail.el (sendmail-coding-system)
        (default-sendmail-coding-system): Doc fix.
        * simple.el (shell-command-on-region): Doc fix.
 
        * loadup.el: Write fns-*.el in current directory instead of
-       data-directory since no installation directory exists yet.  Mark
-       buffer unmodified afterwards.
+       data-directory since no installation directory exists yet.
+       Mark buffer unmodified afterwards.
 
        * loadhist.el (symbol-file): Load fns-*.el from exec-directory
        instead of data-directory since it is architecture dependent.
 
 1998-10-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
 
-       * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
+       * progmodes/tcl-mode.el (tcl-font-lock-keywords): Add itcl and
        namespace related keywords such as `class', `body', `private',
        `variable', `namespace eval', etc.
        (tcl-imenu-generic-expression): Handle itcl body and class definitions.
-       (tcl-mode): Added ":" as a word constituent to the syntax-alist of
+       (tcl-mode): Add ":" as a word constituent to the syntax-alist of
        imenu and font-lock so that searches for \sw would find words
        containing colons.
 
        (profile-functions): Simplify.
        (profile-print): Use float.  Make output include space separators.
        (profile-add-time): New helper function.
-       (profile-function-prolog): Renamed from profile-start-function.
+       (profile-function-prolog): Rename from profile-start-function.
        Handle profile-distinct.
-       (profile-function-epilog): Renamed from profile-update-function.
+       (profile-function-epilog): Rename from profile-update-function.
        Handle profile-distinct.
        (profile-a-function): If the function to be profiled is an
        autoload form, load it.  If it's lazy-loaded, fetch it.
 
 1998-10-14  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
 
-       * progmodes/fortran.el (fortran-join-line): Use
-       `delete-indentation' instead of issuing an error message if not on
+       * progmodes/fortran.el (fortran-join-line):
+       Use `delete-indentation' instead of issuing an error message if not on
        a continuation line.  Provide for joining several lines using
        prefix arg.
 
 1998-10-13  Geoff Voelker  <voelker@cs.washington.edu>
 
        * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
-       (ls-lisp-insert-directory): Renamed from insert-directory.
+       (ls-lisp-insert-directory): Rename from insert-directory.
        (insert-directory): New function.
 
 1998-10-13  Richard Stallman  <rms@psilocin.ai.mit.edu>
 
 1998-10-06  Peter Breton  <pbreton@ne.mediaone.net>
 
-       * generic.el (generic-mode-with-type): Added hooks for generic-modes.
+       * generic.el (generic-mode-with-type): Add hooks for generic-modes.
 
        * net-utils.el (ftp, nslookup): Require comint.
        (network-service-connection): Likewise.
        (whois-get-tld): New function.
 
        * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
-       (dirtrack-debug-toggle): Added this function.
+       (dirtrack-debug-toggle): Add this function.
 
 1998-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
        no-autosave.
        * tar-mode.el (tar-mode-revert): Likewise.
-       * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
-       from ediff-arrange-autosave-in-merge-jobs.  Callers changed.
-       * gnus/message.el (message-auto-save-directory): Renamed from
+       * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs):
+       Rename from ediff-arrange-autosave-in-merge-jobs.  Callers changed.
+       * gnus/message.el (message-auto-save-directory): Rename from
        message-autosave-directory.  All references changed.
 
 1998-10-06  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
        * replace.el (perform-replace): Position point properly
        before and after the recursive edit of C-r.
 
-       * progmodes/etags.el (tags-reset-tags-tables): Properly
-       find the markers in the old rings that are being discarded.
+       * progmodes/etags.el (tags-reset-tags-tables):
+       Properly find the markers in the old rings that are being discarded.
 
 1998-10-06  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
 
        * apropos.el (apropos-print): Control invalid characters.
 
        * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
-       Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
+       Rename from lm-font-lock-O-face, lm-font-lock-X-face to avoid
        confusing customize.
 
 1998-10-06  Eli Zaretskii  <eliz@mescaline.gnu.org>
 
 1998-10-05  Simon Marshall  <simon@gnu.org>
 
-       * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
+       * menu-bar.el (menu-bar-tools-menu): Add entry for Speedbar.
 
 1998-10-04  Eric Ludlam  <zappo@gnu.org>
 
-       * speedbar.el (speedbar-initial-expansion-list-name): Remove
-       customization since it is not useful in this case.
+       * speedbar.el (speedbar-initial-expansion-list-name):
+       Remove customization since it is not useful in this case.
        (speedbar-frame-mode): Check if cfx or cfy is a list, and make
        sure it gets evalled to a number.  Also verify that set-frame-name
        fn exists before calling it.
 
 1998-10-02  Dave Love  <fx@gnu.org>
 
-       * outline.el (hide-region-body): Bind
-       outline-view-change-hook to nil while making repeated calls to
+       * outline.el (hide-region-body):
+       Bind outline-view-change-hook to nil while making repeated calls to
        outline-flag-region.  Run it once at the end.
        (hide-other, hide-sublevels, show-children): Likewise.
 
        * textmodes/texinfo.el (texinfo-show-structure):
        Bind inhibit-read-only.
 
-       * isearch.el (isearch-search-and-update): Properly
-       handle upper case letters in the reverse-search special case.
+       * isearch.el (isearch-search-and-update):
+       Properly handle upper case letters in the reverse-search special case.
 
 1998-09-25  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
 
        whenever appt-mode-string has changed.
        (appt-add, appt-delete): Add autoload cookies.
        (appt-check): Catch errors from calling `diary'.
-       (appt-max-time): Renamed from max-time.
+       (appt-max-time): Rename from max-time.
        (appt-now-displayed, appt-display-count): New variables.
        (appt-timer): Don't create one if we already have one.
 
        * textmodes/tex-mode.el (tex-compilation-parse-errors):
        More general code to use the source buffer instead of the zap file.
 
-       * hilit-chg.el (highlight-compare-with-file): Renamed from
+       * hilit-chg.el (highlight-compare-with-file): Rename from
        compare-with-file.
 
        * loadhist.el (load-history-loaded): New variable.
        * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
        store string in eldoc-last-message without consing a new string.
        Rearrange logic from nested if's into cond's.
-       (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
+       (eldoc-print-fnsym-args): Rename to eldoc-get-fnsym-args-string.
        Do not print message; just return string.
-       (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
+       (eldoc-get-var-docstring): Rename from eldoc-print-var-docstring.
        Do not print message; just return string.
        Cache that string in eldoc-last-data.
        (eldoc-last-data): Make into a vector.
 
        * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
 
-       * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
-       customize type.
+       * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list):
+       Fix customize type.
 
        * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
        type.
 
-       * progmodes/compile.el (compilation-error-screen-columns): New
-       variable.
+       * progmodes/compile.el (compilation-error-screen-columns):
+       New variable.
        (compilation-next-error-locus): Use it to decide whether to use
        forward-char or move-to-column.
 
 
        * startup.el (site-run-file): Fix customize type.
 
-       * speedbar.el (speedbar-initial-expansion-list-name): Fix
-       customize type.
+       * speedbar.el (speedbar-initial-expansion-list-name):
+       Fix customize type.
 
        * shell.el (shell-input-autoexpand): Fix customize type.
 
 
 1998-09-16  Kenichi Handa  <handa@etl.go.jp>
 
-       * international/mule-cmds.el (reset-language-environment): Call
-       update-coding-systems-internal.
+       * international/mule-cmds.el (reset-language-environment):
+       Call update-coding-systems-internal.
 
        * international/mule-conf.el: Call update-coding-systems-internal
        at the tail.
 
 1998-09-14  Dave Love  <fx@gnu.org>
 
-       * vc-hooks.el (vc-menu-map): Change the vc-directory label.  Don't
-       use the menu-enable properties, pending doing it correctly and
+       * vc-hooks.el (vc-menu-map): Change the vc-directory label.
+       Don't use the menu-enable properties, pending doing it correctly and
        acceptably fast.
 
        * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
 
 1998-09-13  Dave Love  <d.love@dl.ac.uk>
 
-       * progmodes/hideshow.el (hs-grok-mode-type): Check
-       comment-{start,end} non-nil as well as bound.  Report an error if
+       * progmodes/hideshow.el (hs-grok-mode-type):
+       Check comment-{start,end} non-nil as well as bound.  Report an error if
        we can't grok the mode.
 
 1998-09-13  Richard Stallman  <rms@gnu.org>
        (reftex-label-illegal-re): Default changed, removed Latin1.
        (reftex-latin1-to-ascii): New function.
        (reftex-what-environment): Check for section regexp before use.
-       (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
+       (reftex-find-tex-file, reftex-find-bib-file): Fix bug with
        absolute path names.
-       (reftex-TeX-master-file): Changed sequence of file checks.
+       (reftex-TeX-master-file): Change sequence of file checks.
        (reftex-do-citation): Bibview cache only with RefTeX mode on.
 
 1998-09-06  Richard Stallman  <rms@gnu.org>
 
 1998-09-04  Peter Breton  <pbreton@ne.mediaone.net>
 
-       * net-utils.el (netstat-program-options): Changed from nil to "-a"
+       * net-utils.el (netstat-program-options): Change from nil to "-a"
        so that by default netstat shows all network connections.
 
 1998-09-04  Bob Weiner  <weiner@altrasoft.com>
 
 1998-09-03  Bill Richter  <richter@brouwer.math.nwu.edu>
 
-       * international/quail.el (quail-choose-completion-string): Store
-       completion `choice' in `quail-current-str'; don't insert it.
+       * international/quail.el (quail-choose-completion-string):
+       Store completion `choice' in `quail-current-str'; don't insert it.
 
 1998-09-02  Kenichi Handa  <handa@etl.go.jp>
 
 
 1998-09-01  Dave Love  <fx@gnu.org>
 
-       * international/mule-cmds.el (current-language-environment): Fix
-       setter function.
+       * international/mule-cmds.el (current-language-environment):
+       Fix setter function.
 
 1998-09-01  Simon Marshall  <simon@gnu.org>
 
        * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
        dired-local-variables-file for dired-x.
 
-       * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
-       for compressed library files too.
+       * emacs-lisp/find-func.el (find-function-search-for-symbol):
+       Look for compressed library files too.
 
 1998-08-26  Kenichi Handa  <handa@etl.go.jp>
 
 
 1998-08-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
-       coding-system-for-write before saving.
+       * gnus/gnus-start.el (gnus-save-newsrc-file):
+       Bind coding-system-for-write before saving.
 
 1998-08-26  Kevin Rodgers  <kevinr@ihs.com>  (tiny change)
 
        * repeat.el (repeat): Doc fix.
        [From rms:]
        (repeat-previous-repeated-command): New variable.
-       (repeat): Check for real-last-command being null or repeat.  Set
-       repeat-previous-repeated-command.
+       (repeat): Check for real-last-command being null or repeat.
+       Set repeat-previous-repeated-command.
 
        * browse-url.el (browse-url-netscape): Fix format for hex escapes.
 
 1998-08-25  Kenichi Handa  <handa@etl.go.jp>
 
-       * gnus/message.el (message-send-mail-with-sendmail): Bind
-       coding-system-for-write by the return value of
+       * gnus/message.el (message-send-mail-with-sendmail):
+       Bind coding-system-for-write by the return value of
        select-message-coding-system.
        (message-send-mail-with-qmail): Likewise.
 
 
        * ps-print.el: Add codes to make ps-print.el work also on Emacs
        20.2 and the earlier version.
-       (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
+       (ps-mule-encode-7bit, ps-mule-encode-8bit): Modify for 20.2.
        (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
        (ps-mule-find-wrappoint): Likewise.
        (ps-mule-generate-font): Change `X' to `x' in format control-string.
        New vars.
        (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar)
        (ps-mule-prepare-cmpchar-font): New funs.
-       (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
-       vars.
+       (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue):
+       New vars.
        (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font)
        (ps-mule-generate-bitmap-glyph): New funs.
        (ps-mule-initialize, ps-mule-begin): New funs.
 
 1998-08-23  Kenichi HANDA  <handa@etl.go.jp>
 
-       * international/mule-cmds.el (select-message-coding-system): New
-       function.
-       (set-language-environment-coding-systems): Set
-       default-sendmail-coding-system.
+       * international/mule-cmds.el (select-message-coding-system):
+       New function.
+       (set-language-environment-coding-systems):
+       Set default-sendmail-coding-system.
 
        * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
        (default-sendmail-coding-system): New variable.
index 1d4fa7f40139ade022f2fa7dd30a36aa5717e3f7..5832e6e7c83677581359069dda17f1dcc1ad85b4 100644 (file)
@@ -49,7 +49,7 @@
        This avoids a call to eshell-file-attributes, which can be
        expensive in some situations.
 
-       * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
+       * eshell/em-ls.el (eshell-ls-dired-initial-args): Add an extra
        customization variable, to differentiate ls-in-dired from regular
        uses of ls.
 
        tcl-end-of-defun, tcl-submit-bug-report.
        (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
        (tcl-add-emacs-menu): Remove.
-       (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
+       (tcl-fill-mode-map, tcl-fill-inferior-map): Move into the defvar.
        (tcl-keyword-list): Add `chain'.
        (tcl-font-lock-syntactic-keywords): New variable.
        (tcl-pps-has-arg-6): Remove.
        (tcl-mode): Use define-derived-mode.  Simplify.
        Set comment-indent-function.
        (tcl-indent-command): Use line-beginning-position and comment-indent.
-       (tcl-calculate-indent): Renamed from calculate-tcl-indent.
+       (tcl-calculate-indent): Rename from calculate-tcl-indent.
        (tcl-indent-line): Use tcl-calculate-indent.
-       (tcl-indent-exp): Renamed from indent-tcl-exp.  Use new names.
-       (tcl-add-log-defun): Renamed from add-log-tcl-defun.  Use match-string.
+       (tcl-indent-exp): Rename from indent-tcl-exp.  Use new names.
+       (tcl-add-log-defun): Rename from add-log-tcl-defun.  Use match-string.
        (tcl-filter): Use with-current-buffer, simplify.
        (inferior-tcl-mode): Use define-derived-mode.
-       (tcl-hairy-in-comment): Renamed tcl-in-comment.
-       (tcl-simple-in-comment, tcl-in-comment): Removed.
+       (tcl-hairy-in-comment): Rename tcl-in-comment.
+       (tcl-simple-in-comment, tcl-in-comment): Remove.
        (tcl-files-alist): New function.
        (tcl-help-snarf-commands): Use it and return the result directly
        rather than through a global variable.
        (view-lossage): Call `help-setup-xref' instead of doing it manually.
 
        * subr.el (symbol-file-load-history-loaded)
-       (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
+       (load-symbol-file-load-history, symbol-file): Move from `help.el'.
 
        * loadup.el ("button"): Load removed.
 
        * woman.el (woman-mode-map): Copy button-buffer-map instead of
        making a new keymap.  Don't bind mouse-2.  Bind M-mouse-2 to
        `woman-follow-word' instead of `woman-mouse-2'.
-       (woman-follow-word): Renamed from `woman-mouse-2'.
+       (woman-follow-word): Rename from `woman-mouse-2'.
        Follow current unconditionally, since this function is now only
        bound to M-mouse-2.  Use accessor functions.
        (WoMan-highlight-references): Use `make-text-button'.
 
        * calculator.el (calculator-copy-displayer): New user-option.
        (calculator-displayer-prev, calculator-displayer-next):
-       Renamed from calculator-displayed-{left,right}.
+       Rename from calculator-displayed-{left,right}.
        (calculator, calculator-standard-displayer)
        (calculator-num-to-string, calculator-update-display)
        (calculator-copy, calculator-put-value): Bug and display fixes.
        Use make-keymap instead of copy-keymap, since copying the global
        keymap messes up the menu bar.
 
-       * info.el (Info-goto-node, Info-menu): Doc fix.  Suggested by
-       Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
+       * info.el (Info-goto-node, Info-menu): Doc fix.
+       Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
 
 2001-09-21  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * mail/rmail.el (top-level): Require mule-utils when compiling.
        (rmail-decode-babyl-format): Use detect-coding-with-priority
        instead of detect-coding-region, to favor detection of emacs-mule
-       encoded Babyl files written by rmailout.el etc.  Suggested by
-       Kenichi Handa <handa@etl.go.jp>.
+       encoded Babyl files written by rmailout.el etc.
+       Suggested by Kenichi Handa <handa@etl.go.jp>.
 
 2001-09-14  Eli Zaretskii  <eliz@is.elta.co.il>
 
 2001-09-07  Gerd Moellmann  <gerd@gnu.org>
 
        * isearch.el (isearch-intersects-p): New function.
-       (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
+       (isearch-close-unnecessary-overlays): Rename from *unecessary*,
        use isearch-intersects-p, and clean up.
 
 2001-09-07  Eli Zaretskii  <eliz@is.elta.co.il>
        * emacs-lisp/edebug.el (edebug-window-live-p):
        Use get-window-with-predicate.
 
-       * window.el (get-window-with-predicate): Renamed from some-window.
+       * window.el (get-window-with-predicate): Rename from some-window.
        (some-window): Make it an alias.
 
 2001-09-06  Gerd Moellmann  <gerd@gnu.org>
 
 2001-08-31  Gerd Moellmann  <gerd@gnu.org>
 
-       * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
+       * isearch.el (isearch-mouse-2): Rename from isearch-mouse-yank.
        Instead of running mouse-yank-at-click, see what the event is
        bound to outside Isearch and run that.
 
 
 2001-08-20  Gerd Moellmann  <gerd@gnu.org>
 
-       * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
-       some spaces from a message.  From Pavel Janík  <Pavel@Janik.cz>.
+       * textmodes/texnfo-upd.el (texinfo-every-node-update):
+       Remove some spaces from a message.  From Pavel Janík  <Pavel@Janik.cz>.
 
        * whitespace.el (whitespace-global-mode): Add autoload cookie.
 
 
        * Makefile.in (DONTCOMPILE): Remove sc.el.
 
-       * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
+       * Makefile.in (finder_setwins): Rename from nonobsolete_setwins.
        Don't include term/.
 
        * mail/sc.el: Moved to obsolete/.
        * calendar/calendar.el (calendar-mode-line-format):
        Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
 
-       * bindings.el (make-mode-line-mouse-map): Renamed from
+       * bindings.el (make-mode-line-mouse-map): Rename from
        make-mode-line-mouse2-map.  Take additional arg MOUSE.
        (mode-line-modified): Use mouse-3 instead of mouse-2.
        (mode-line-buffer-identification-keymap): Bind keys differently.
        * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
        (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
        (uniquify-fix-item-base, uniquify-fix-item-filename)
-       (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
+       (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Delete.
        Callers changed.
-       (uniquify-set-proposed): Changed to work with a vector item.
+       (uniquify-set-proposed): Change to work with a vector item.
        (uniquify-rationalize-file-buffer-names): Use a list of arrays for
        the fix list, and a list of strings for the non-file buffer
        names.  Both changes reduce consing.
 
        * uniquify.el: These changes correct a corner case that the old
        code managed correctly.
-       (uniquify-fix-item-proposed): Renamed from
+       (uniquify-fix-item-proposed): Rename from
        uniquify-fix-item-min-proposed.
        (uniquify-set-proposed): New function.
        (uniquify-rationalize-file-buffer-names): Code reshuffled for
 2001-07-27  Gerd Moellmann  <gerd@gnu.org>
 
        * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
-       (last-sexp-toggle-display): Renamed from last-sexp-print.
+       (last-sexp-toggle-display): Rename from last-sexp-print.
        (last-sexp-toggle-display, eval-last-sexp-1):
        Use last-sexp-setup-props.
 
 
        * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
        Mention the effect of eval-expression-print-length and
-       eval-expression-print-level in the doc strings.  Suggested by
-       Kevin Gallagher <kevingal@onramp.net>.
+       eval-expression-print-level in the doc strings.
+       Suggested by Kevin Gallagher <kevingal@onramp.net>.
 
 2001-07-25  Gerd Moellmann  <gerd@gnu.org>
 
 
        * uniquify.el: Overall speedup changes when using many buffers.
        (uniquify-fix-item-base, uniquify-fix-item-filename)
-       (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
+       (uniquify-fix-item-buffer): Change defmacro to defalias (cosmetic).
        (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
        place in the item, but was never used.
        (uniquify-fix-item-min-proposed): New defalias: the fourth place
        of buffer whose name was changed, but that return value was never used.
        (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
        the cached proposed name, does much less consing and is quicker.
-       (uniquify-filename-lessp): Deleted.
+       (uniquify-filename-lessp): Delete.
        (uniquify-rationalize-a-list): Use dolist (cosmetic change).
        Do not bind locally the uniquify-possibly-resolvable flag.  Use the
        cached proposed name is possible.
        with-syntax-table.
        (ediff-coding-system-for-read): From ediff-diff.el.
        (ediff-coding-system-for-write): New variable.
-       (ediff-highest-priority): Fixed the bug having to do with disappearing
+       (ediff-highest-priority): Fix the bug having to do with disappearing
        overlays.
        (ediff-file-remote-p): Use file-remote-p, if available.
        (ediff-listable-file): New function.
        Use ediff-coding-system-for-read.
        (ediff-patch-file-internal): Use ediff-coding-system-for-write.
 
-       * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
-       (ediff-match-diff3-line, ediff-get-diff3-group): Improved pattern.
+       * ediff-diff.el (ediff-coding-system-for-read): Move to ediff-init.el.
+       (ediff-match-diff3-line, ediff-get-diff3-group): Improve pattern.
 
        * ediff.el: Date of last update, copyright years.
 
        of Scott Bronson.
        (ex-cmd-assoc, ex-compile, ex-cmd-one-letr): New functions.
        (viper-check-sub, viper-get-ex-command, viper-execute-ex-command):
-       Deleted functions.
-       (viper-get-ex-com-subr, viper-ex, ex-mark): Changed to use the new
+       Delete functions.
+       (viper-get-ex-com-subr, viper-ex, ex-mark): Change to use the new
        ex-token-list.
        (viper-get-ex-address-subr): Convert registers to char data type.
 
        (viper-read-key): Use viper-read-key-sequence.
 
        * viper.el (viper-major-mode-modifier-list):
-       Added inferior-emacs-lisp-mode.
+       Add inferior-emacs-lisp-mode.
        (this-major-mode-requires-vi-state): New function that uses simple
        heuristics to decide if vi state is appropriate.
        (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
        * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
        (tcl-mode): Use tcl-add-log-defun.
        (tcl-indent-line): Use tcl-calculate-indent.
-       (tcl-calculate-indent): Renamed from calculate-tcl-indent.
-       (tcl-indent-exp): Renamed from indent-tcl-exp.
-       (tcl-add-log-defun): Renamed from add-log-tcl-defun.
+       (tcl-calculate-indent): Rename from calculate-tcl-indent.
+       (tcl-indent-exp): Rename from indent-tcl-exp.
+       (tcl-add-log-defun): Rename from add-log-tcl-defun.
        (tcl-indent-for-comment): Call comment-indent-function properly
        and handle the case where it returns nil.
 
        * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
        mouse-1 etc., bind them to `ignore'.
 
-       * eshell/esh-mode.el (eshell-send-invisible): Renamed from
+       * eshell/esh-mode.el (eshell-send-invisible): Rename from
        send-invisible, which is already defined in Comint.
        (eshell-watch-for-password-prompt): Use it.
 
 
 2001-07-11  Stefan Monnier  <monnier@cs.yale.edu>
 
-       * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
+       * vc.el (vc-prefix-map): Move back to vc-hooks.el.
        (vc-dired-mode-map): Fix the madness.
 
        * vc-hooks.el (vc-mode): Dummy function for doc purposes.
-       (vc-prefix-map): Moved back from vc.el.
+       (vc-prefix-map): Move back from vc.el.
 
 2001-07-11  Gerd Moellmann  <gerd@gnu.org>
 
        * startup.el (normal-top-level): Don't operate on the initial
        frame if we failed to create one.
 
-2001-07-10  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2001-07-10  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-cmds.el (c-indent-exp): Keep the indentation of the block
        itself, i.e. only indent the contents in it.
        * toolbar/*.pbm: Cleaned up.
        From Luis Fernandes <elf@ee.ryerson.ca>.
 
-2001-07-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2001-07-09  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-cmds.el: Extended the kludge to interoperate with the
        delsel and pending-del packages wrt to the new function
 
 2001-05-28  Miles Bader  <miles@gnu.org>
 
-       * comint.el (comint-carriage-motion): Renamed from
+       * comint.el (comint-carriage-motion): Rename from
        `comint-cr-magic'.  Operate on the buffer instead of the string
        (for use as a comint post-output filter, instead of as a
        pre-output filter).  Handle backspaces too.  Add to the
 2001-05-21  Stefan Monnier  <monnier@cs.yale.edu>
 
        * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
-       Renamed by removing the silly `-flag' suffix.
+       Rename by removing the silly `-flag' suffix.
        (diff-mode, diff-minor-mode, diff-find-source-location): Update.
 
 2001-05-20  Stefan Monnier  <monnier@cs.yale.edu>
 
 2001-05-18  Simon Josefsson  <simon@josefsson.org>
 
-       * mail/smtpmail.el (maybe-append-domain): Renamed to
+       * mail/smtpmail.el (maybe-append-domain): Rename to
        `smtpmail-maybe-append-domain'.
        (smtpmail-via-smtp): Use the new name.
 
 2001-05-08  John Wiegley  <johnw@gnu.org>
 
        * calendar/timeclock.el (timeclock-workday-remaining):
-       Changed logic for determining how much time is remaining.
+       Change logic for determining how much time is remaining.
        (timeclock-workday-elapsed): Don't accept a "relative" argument
        for the current day's elapsed time.  What could that have meant?
        (timeclock-workday-elapsed-string): No "relative" argument anymore.
-       (timeclock-when-to-leave): Changed logic, similarly to what was
+       (timeclock-when-to-leave): Change logic, similarly to what was
        done for `timeclock-workday-remaining'.
-       (timeclock-find-discrep): Removed "today-only" argument, which had
+       (timeclock-find-discrep): Remove "today-only" argument, which had
        no meaning.  Fixed some more math problems.  The function now
        returns a three member list: (TOTAL-TIME-DISCREPANCY
        TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
        * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
        instead of rmail-sort-by-keywords.
 
-       * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
+       * mail/rmailsort.el (rmail-sort-by-labels): Rename from
        rmail-sort-by-keywords.
 
-       * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
+       * mail/rmailsum.el (rmail-summary-sort-by-labels): Rename from
        rmail-summary-sort-by-keywords.  Doc fix.
        (rmail-summary-mode): Doc fix.
 
 
        * progmodes/cperl-mode.el (cperl-font-lock-keywords)
        (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
-       Renamed from perl-font-lock-keywords to avoid clashes.
+       Rename from perl-font-lock-keywords to avoid clashes.
        (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
        (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
-       Updated correspondingly.
+       Update correspondingly.
 
        * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
        Typo `nonexistant' -> `nonexistent'.
 
-2001-05-04  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2001-05-04  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-cmds.el (c-electric-delete, c-electric-delete-forward):
        Split `c-electric-delete' into two functions where
 
        * progmodes/cc-mode.el: `c-electric-delete-forward' is now bound
        to C-d to get the electric behavior on that key too.
-       (c-fill-paragraph): Fixed bogus direct use of
+       (c-fill-paragraph): Fix bogus direct use of
        c-comment-prefix-regexp, which caused an error when it's a list.
 
 2001-05-03  Eli Zaretskii  <eliz@is.elta.co.il>
 
 2001-04-23  John Wiegley  <johnw@gnu.org>
 
-       * eshell/em-unix.el (eshell/diff): Fixed problems that were
+       * eshell/em-unix.el (eshell/diff): Fix problems that were
        occurring with Emacs 21's diff.el/compile.el interaction layer.
 
 2001-04-23  Colin Walters  <walters@cis.ohio-state.edu>
 
 2001-04-23  John Wiegley  <johnw@gnu.org>
 
-       * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
+       * eshell/em-smart.el (eshell-smart-redisplay): Add some safety
        code to work around a redisplay problem I've been having.
 
 2001-04-23  John Wiegley  <johnw@gnu.org>
 
        * calendar/timeclock.el (timeclock-day-required): If the time
        required for a particular day is not set, use `timeclock-workday'.
-       (timeclock-find-discrep): Added some sample code in a comment.
+       (timeclock-find-discrep): Add some sample code in a comment.
 
        * eshell/eshell.el (eshell-command): Made a few changes so that
        `eshell-command' could be called programmatically.
 
-       * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
+       * eshell/esh-mode.el (eshell-non-interactive-p): Move to eshell.el.
 
-       * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
+       * eshell/eshell.el (eshell-non-interactive-p): Move from esh-mode.el.
 
 2001-04-23  John Wiegley  <johnw@gnu.org>
 
        * calendar/timeclock.el: Updated copyright.
        (timeclock-generate-report): Don't report the daily or two-week
        total, if no time has been worked in that period.
-       (timeclock-find-discrep): Moved call to `file-readable-p'; removed
+       (timeclock-find-discrep): Move call to `file-readable-p'; removed
        final computational form, which was unnecessary; corrected a
        parsing problem when timeclock-relative was nil.
 
 
 2001-04-20  Alex Schroeder  <alex@gnu.org>
 
-       * sql.el (sql-mode-menu): Added highlighting entries.
+       * sql.el (sql-mode-menu): Add highlighting entries.
        (sql-highlight-oracle-keywords): New function.
        (sql-highlight-postgres-keywords): New function.
        (sql-highlight-ansi-keywords): New function.
 
 2001-04-19  Karl Fogel  <kfogel@collab.net>
 
-       * saveplace.el (save-place-alist-to-file): Removed no-effect code
+       * saveplace.el (save-place-alist-to-file): Remove no-effect code
        that inserted file content only to delete it immediately.
        Probably a cut-and-paste bug.  Thanks to Juanma Barranquero
        <lektu@terra.es> for the patch.
 
        * language/slovak.el ("Slovak"): Add tutorial entry.
 
-       * net/browse-url.el (browse-url-new-window-flag): Renamed from
+       * net/browse-url.el (browse-url-new-window-flag): Rename from
        browse-url-new-window-p.
 
 2001-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
 2001-04-17  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
-       an async subprocess if start-process is unavailable.  Suggested by
-       Tim Van Holder <tim.van.holder@pandora.be>.
+       an async subprocess if start-process is unavailable.
+       Suggested by Tim Van Holder <tim.van.holder@pandora.be>.
 
 2001-04-15  Eli Zaretskii  <eliz@is.elta.co.il>
 
-       * info.el (Info-additional-directory-list): Doc fix.  Suggested by
-       Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
+       * info.el (Info-additional-directory-list): Doc fix.
+       Suggested by Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
 
 2001-04-14  Eli Zaretskii  <eliz@is.elta.co.il>
 
 
 2001-04-10  John Wiegley  <johnw@gnu.org>
 
-       * calendar/timeclock.el (timeclock-generate-report): Added a
+       * calendar/timeclock.el (timeclock-generate-report): Add a
        missing insert of the project name.
 
 2001-04-09  Gerd Moellmann  <gerd@gnu.org>
        * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
        headers.  Always invoke sendmail with option -t.
 
-2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2000-03-21  Martin Stjernholm  <mast@lysator.liu.se>
 
        * Release of cc-mode 5.28.
 
-2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2000-03-21  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-mode.el, progmodes/cc-vars.el (c-common-init)
        (c-default-style):
-       Removed the hardcoded switch to "java" style in Java mode.
+       Remove the hardcoded switch to "java" style in Java mode.
        It's instead taken care of by the default value for c-default-style.
 
-2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2000-03-21  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-align.el (c-lineup-math): Fix bug where lineup was
        triggered by equal signs in string literals.
 
-2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2000-03-21  Martin Stjernholm  <mast@lysator.liu.se>
 
-       * progmodes/cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
+       * progmodes/cc-cmds.el (c-fill-paragraph): Fix bug in the paragraph
        limit detection when at the ends of the buffer.
 
-       * progmodes/cc-engine.el (c-guess-basic-syntax): Removed bogus check for
+       * progmodes/cc-engine.el (c-guess-basic-syntax): Remove bogus check for
        "for" statement clause in case 7F; a better one is done
        earlier in case 7D anyway.
 
-2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2000-03-21  Martin Stjernholm  <mast@lysator.liu.se>
 
-       * progmodes/cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
+       * progmodes/cc-cmds.el (c-guess-fill-prefix): Improve the heuristics
        somewhat more and did a small optimization.
 
-2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2000-03-21  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
        Use the limit argument only to limit the syntactic context
        fixes to the paragraph and comment prefix recognition, block
        comment ender handling etc.
 
-2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2000-03-21  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-cmds.el (c-fill-paragraph): Take more care to preserve
        the relative position of the point.
        this doesn't apply to idl-mode, since IDL afaik doesn't have
        statements at all.)
 
-2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2000-03-21  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-engine.el (c-inside-bracelist-p): Fix for handling
        bracelists where the declaration contains template arguments.
 
-2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2000-03-21  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-cmds.el (c-comment-indent):
        Use `c-get-syntactic-indentation' to correctly calculate the
        indentation sum calculation from `c-indent-line' to a separate
        function.
 
-2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2000-03-21  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-cmds.el (c-beginning-of-statement, c-comment-indent):
-       Fixed places where it was assumed that preprocessor directives
+       Fix places where it was assumed that preprocessor directives
        have to start in column zero.
 
        * progmodes/cc-engine.el (c-beginning-of-member-init-list): Handle C++
        they'll get indented consistently with the same type of
        expression in a normal block.
 
-2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2000-03-21  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-cmds.el (c-fill-paragraph): The kludge that checks
        whether the adaptive filling package fails to keep the comment
        * progmodes/cc-cmds.el (c-fill-paragraph): Made the way the paragraph
        around point is recognized more robust.
 
-2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2000-03-21  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-cmds.el, progmodes/cc-engine.el:
        * progmodes/cc-lobotomy.el (c-state-cache)
        (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
-       (c-lit-type): Fixed all internal variables used dynamically so
+       (c-lit-type): Fix all internal variables used dynamically so
        that they are always bound.
 
        * progmodes/cc-cmds.el, progmodes/cc-engine.el:
        Improve recovery of syntactic errors:
 
-       (c-indent-region): Fixed reporting of syntactic errors so that
+       (c-indent-region): Fix reporting of syntactic errors so that
        the region is fully reindented even when an error occurs.
        The last syntactic error is printed afterwards.  Also cleanup up a
        whole lot of code that tried to optimize indentation of whole
 
        (c-indent-sexp): Use c-indent-region.
 
-       (c-parsing-error): Changed this variable to hold the message
+       (c-parsing-error): Change this variable to hold the message
        for any syntactic error that is discovered.
 
        (c-parse-state): Search backward from point instead of the bod
        dangling "else" clauses instead of throwing an error, and fall
        back to a reasonable position.
 
-       (c-indent-line): Added argument to avoid reporting syntactic errors.
+       (c-indent-line): Add argument to avoid reporting syntactic errors.
 
        (c-show-syntactic-information): Don't report any syntactic errors.
 
-2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2000-03-21  Martin Stjernholm  <mast@lysator.liu.se>
 
-       * progmodes/cc-cmds.el (c-beginning-of-statement): Fixed bugs with
+       * progmodes/cc-cmds.el (c-beginning-of-statement): Fix bugs with
        paragraph recognition when moving by sentence in literals.
 
-       * progmodes/cc-langs.el (c-Java-javadoc-paragraph-start): Modified
+       * progmodes/cc-langs.el (c-Java-javadoc-paragraph-start): Modify
        paragraph start regexp for javadoc to recognize javadoc markup in
        general instead of a specific set of keywords, to be more future-safe.
 
        (c-current-comment-prefix): New variable containing the actual
        regexp from c-comment-prefix-regexp for the current buffer.
 
-2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2000-03-21  Martin Stjernholm  <mast@lysator.liu.se>
 
-       * progmodes/cc-cmds.el (c-electric-brace): Fixed check for special brace
+       * progmodes/cc-cmds.el (c-electric-brace): Fix check for special brace
        lists: We can't look at the syntax, since a brace list can get
        recognized as a plain statement-cont.
 
-       * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug where a
+       * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug where a
        special brace list opener broken over two lines got recognized
        as a statement on the second line.  Case 9A changed.
 
-2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2000-03-21  Martin Stjernholm  <mast@lysator.liu.se>
 
-       * progmodes/cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
+       * progmodes/cc-cmds.el (c-electric-brace): Fix bug in c-state-cache
        adjustment after line is reindented.
 
-2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2000-03-21  Martin Stjernholm  <mast@lysator.liu.se>
 
-       * progmodes/cc-defs.el (c-point): Added optional argument for position
+       * progmodes/cc-defs.el (c-point): Add optional argument for position
        to use instead of the current point.
 
        * progmodes/cc-defs.el, progmodes/cc-engine.el (c-add-class-syntax):
        starts at boi, to avoid the extra level of indentation in that case.
        Cases 4, 16A and 17E affected.
 
-2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2000-03-21  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-cmds.el: Use `indent-according-to-mode' instead of direct
        calls to `c-indent-line', to adhere better to Emacs conventions.
        * progmodes/cc-engine.el (c-indent-line): Use the syntax already bound
        to `c-syntactic-context', if there is any.
 
-2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2000-03-21  Martin Stjernholm  <mast@lysator.liu.se>
 
-       * progmodes/cc-engine.el (c-get-offset): Fixed bug where the indentation
+       * progmodes/cc-engine.el (c-get-offset): Fix bug where the indentation
        wasn't added up correctly when a lineup function returned nil.
 
-2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2000-03-21  Martin Stjernholm  <mast@lysator.liu.se>
 
-       * progmodes/cc-engine.el (c-collect-line-comments): Fixed bug where
+       * progmodes/cc-engine.el (c-collect-line-comments): Fix bug where
        empty lines were ignored when collecting line comments backwards.
 
-2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2000-03-21  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-align.el (c-lineup-dont-change): Return an absolute
        indentation column to work correctly in the case when several
        * progmodes/cc-engine.el, progmodes/cc-styles.el:
        * progmodes/cc-vars.el (c-evaluate-offset)
        (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
-       (c-set-offset): Added absolute indentation column settings by
+       (c-set-offset): Add absolute indentation column settings by
        using the vector type.
 
-2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2000-03-21  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-cmds.el, progmodes/cc-vars.el
        (c-electric-paren, c-cleanup-list):
        Implemented two new cleanups `space-before-funcall' and
        `compact-empty-funcall'.
 
-2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2000-03-21  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
        helping building regexps.
        complete keyword lists.  `c-keywords' is set to a regexp matching
        all keywords in the current language.
 
-2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2000-03-21  Martin Stjernholm  <mast@lysator.liu.se>
 
-       * progmodes/cc-engine.el (c-beginning-of-statement-1): Added '#' to the
+       * progmodes/cc-engine.el (c-beginning-of-statement-1): Add '#' to the
        list of characters to skip backwards over at the beginning of
        a statement, since it can precede string literals in Pike.
 
-2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2000-03-21  Martin Stjernholm  <mast@lysator.liu.se>
 
-       * progmodes/cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
+       * progmodes/cc-cmds.el (c-guess-fill-prefix): Fix bug with prefix
        recognition when standing on the last line in a C++ comment
        with nothing but whitespace after the prefix.
 
-       * progmodes/cc-engine.el (c-backward-to-start-of-if): Fixed bug when
+       * progmodes/cc-engine.el (c-backward-to-start-of-if): Fix bug when
        given no limit argument.
 
-2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2000-03-21  Martin Stjernholm  <mast@lysator.liu.se>
 
-       * progmodes/cc-engine.el (c-inside-bracelist-p): Fixed brace list
+       * progmodes/cc-engine.el (c-inside-bracelist-p): Fix brace list
        recognition for the `[]= operator symbol in Pike.
 
-2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2000-03-21  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-bytecomp.el (cc-eval-when-compile): New macro that works
        around a bug in `eval-when-compile' in the byte compiler.
 
-       * progmodes/cc-engine.el (c-forward-token-1): Fixed bug with return
+       * progmodes/cc-engine.el (c-forward-token-1): Fix bug with return
        value when count is zero and there's no token start within the limit.
 
        (c-guess-basic-syntax): Don't add 'comment-intro to lines with
        * progmodes/cc-mode-19.el: Fixes so that checks that must be done at
        compile time also are done then.
 
-2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2000-03-21  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-defs.el: Make sure cc-mode-19 is loaded both at compile
        time and at runtime, and only when it's needed.
 
-2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2000-03-21  Martin Stjernholm  <mast@lysator.liu.se>
 
        Major cleanup for less error prone and more warning free
        compilation, including some fixes for bugs due to different
 
        README: Updated installation instructions.
 
-2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2000-03-21  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-cmds.el, progmodes/cc-langs.el, progmodes/cc-mode.el:
        Moved around things to improve the modularity:
        the various variables for configuring the language syntax.
 
        * progmodes/cc-engine.el, progmodes/cc-styles.el (c-evaluate-offset)
-       (c-get-offset): Moved from cc-styles to cc-engine since file
+       (c-get-offset): Move from cc-styles to cc-engine since file
        dependency analysis suggests they belong there (which also
        makes more sense).  Thanks to Martin Buchholz for doing the analysis.
 
-2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2000-03-21  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-cmds.el (c-fn-region-is-active-p): New function that
        wraps the corresponding macro, for use in places that aren't
        * progmodes/cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
        add things to the bug report.
 
-2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2000-03-21  Martin Stjernholm  <mast@lysator.liu.se>
 
-       * progmodes/cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
+       * progmodes/cc-cmds.el (c-guess-fill-prefix): Fix bug where the
        returned prefix could contain a newline when the search for a
        good prefix line failed.
 
-2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2000-03-21  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
        (c-toggle-auto-hungry-state): Made the argument optional, as
        the documentation says it is.
 
-2000-03-21  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2000-03-21  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
        multiline string syntax, #"...", as a cpp macro.
        of Scott Bronson.
        (ex-cmd-assoc, ex-cmd-one-letr): New functions.
        (viper-check-sub, viper-get-ex-command, viper-execute-ex-command):
-       Deleted functions.
-       (viper-get-ex-com-subr, viper-ex, ex-mark): Changed to use the new
+       Delete functions.
+       (viper-get-ex-com-subr, viper-ex, ex-mark): Change to use the new
        ex-token-list.
 
        * viper-util.el: Spaces, indentation.
 
 2001-03-16  John Wiegley  <johnw@gnu.org>
 
-       * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
+       * calendar/timeclock.el (timeclock-reread-log): Fix problem with
        first-time checkins.
-       (timeclock-log-data): Fixed problem with reading timelog log file.
+       (timeclock-log-data): Fix problem with reading timelog log file.
        Resulting data in the "day list" was incorrect.
        (timeclock-find-discrep): Check if `timeclock-file' is readable
        before opening it.
 
 2001-03-09  Gerd Moellmann  <gerd@gnu.org>
 
-       * help.el (string-key-binding): Renamed from
+       * help.el (string-key-binding): Rename from
        mode-line-key-binding.  Handle any event on a string.
        Check for `keymap' properties as well as `local-map' properties.
 
 2001-03-07  Stefan Monnier  <monnier@cs.yale.edu>
 
        * log-edit.el (log-edit-common-indent): New var.
-       (log-edit-set-common-indentation): Renamed from
+       (log-edit-set-common-indentation): Rename from
        log-edit-delete-common-indentation.  Use the new var.
        (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
 
        * startup.el (fancy-splash-screens): Use display-hourglass
        instead of display-busy-cursor.
 
-       * frame.el (display-hourglass): Renamed from busy-cursor.
-       (hourglass-delay): Renamed from busy-cursor-delay-seconds.
+       * frame.el (display-hourglass): Rename from busy-cursor.
+       (hourglass-delay): Rename from busy-cursor-delay-seconds.
        (show-cursor-in-non-selected-windows): Doc fix.
 
 2001-02-20  Dave Love  <fx@gnu.org>
 
 2001-02-12  Michael Kifer  <kifer@cs.sunysb.edu>
 
-       * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
+       * ediff-diff.el (ediff-make-diff2-buffer): Remove bogus checks
        for remote files.
-       (ediff-coding-system-for-read): Replaced the no-conversion default
+       (ediff-coding-system-for-read): Replace the no-conversion default
        with raw-text.
 
        * ediff-init.el: Removed :version from defcustom vars.
 
 2001-02-06  Gerd Moellmann  <gerd@gnu.org>
 
-       * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
+       * dabbrev.el (dabbrev-ignored-buffer-regexps): Rename from
        dabbrev-ignored-regexps.
 
 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
 
 2001-01-25  John Wiegley  <johnw@gnu.org>
 
-       * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
+       * eshell/esh-util.el (eshell-ange-ls-uids): Change use of `alist'
        to `repeat' in the :type field.
 
-       * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
+       * pcomplete.el (pcomplete-file-ignore): Change a :type field to
        allow a choice of regexp or nil.
        (pcomplete-dir-ignore): Same.
 
-       * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
+       * eshell/em-unix.el (eshell/occur): Fix bug causing `occur' (as
        a command) to always fail.
 
 2001-01-25  Gerd Moellmann  <gerd@gnu.org>
 
 2001-01-24  Sam Steingold  <sds@gnu.org>
 
-       * dired.el (dired-replace-in-string): Removed.
+       * dired.el (dired-replace-in-string): Remove.
        (dired-sort-toggle): Use `replace-regexps-in-string'
        instead of `dired-replace-in-string'.
 
        * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
        (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
 
-       * gs.el (gs-replace-in-string): Removed.
+       * gs.el (gs-replace-in-string): Remove.
        (gs-options): Use `replace-regexps-in-string'
        instead of `gs-replace-in-string'.
 
 
 2001-01-19  Michael Kifer  <kifer@cs.sunysb.edu>
 
-       * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
+       * ediff-hook.el (ediff-xemacs-init-menus): Fix add-menu-button.
 
        * ediff-init.el (subst-char-in-string): Define and use it, unless
        it's already defined.
        overlay priorities should make it unnecessary, right?
        (isearch-highlight): Face suppressing behavior removed.
        (isearch-dehighlight): Face suppressing behavior removed.
-       (isearch-set-lazy-highlight-faces-at): Removed.
+       (isearch-set-lazy-highlight-faces-at): Remove.
 
 2001-01-17  Kenichi Handa  <handa@etl.go.jp>
 
 
 2000-01-09  Alex Schroeder  <alex@gnu.org>
 
-       * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
+       * ansi-color.el (ansi-color-process): Remove, Emacs and XEmacs
        both use ansi-color-process-output, now.
        (ansi-color-process-output): Doesn't return string anymore.  It is
        installed in comint-output-filter-functions for both Emacs and
        XEmacs, now.
-       (ansi-color-unfontify-region): Simplified code removing variables
+       (ansi-color-unfontify-region): Simplify code removing variables
        pos and start-ansi.
        (ansi-color-apply): Put text-property ansi-color before putting
        text-property face because ansi-color-unfontify-region is called
        immediately after the call to put-text-property.
        (ansi-color-context-region): Doc change.
-       (ansi-color-filter-region): Simplified code.
-       (ansi-color-apply-on-region): Changed start to start-marker, using
+       (ansi-color-filter-region): Simplify code.
+       (ansi-color-apply-on-region): Change start to start-marker, using
        a marker explicitly.  Put text-property ansi-color before putting
        text-property face because ansi-color-unfontify-region is called
        immediately after the call to put-text-property.
 2000-01-09  Alex Schroeder  <alex@gnu.org>
 
        * ansi-color.el (ansi-color-faces-vector): Doc change.
-       (ansi-color-for-comint-mode): Changed :type property to choice.
-       (ansi-color-last-context): Removed.
+       (ansi-color-for-comint-mode): Change :type property to choice.
+       (ansi-color-last-context): Remove.
        (ansi-color-process-output): Don't use ansi-color-last-context, as
        the main functions will store their context now.
        (ansi-color-context): Doc change.
        (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
        Uses ansi-color-context such that repeated calls will strip
        partial escape sequences, too.
-       (ansi-color-apply): Simplified code.  Colorize end of string if
+       (ansi-color-apply): Simplify code.  Colorize end of string if
        face is not null.  Store context in new (FACE STRING) format, such
        that repeated calls will strip partial escape sequences, too.
        Append faces to face property using ansi-color-apply-sequence such
        (ansi-color-filter-region): Rewrote it based on
        ansi-color-apply-on-region.  Uses ansi-color-context-region such
        that repeated calls will strip partial escape sequences, too.
-       (ansi-color-apply-on-region): Simplified code.  Colorize end of
+       (ansi-color-apply-on-region): Simplify code.  Colorize end of
        region if face is not null.  Store context in new (FACE POS)
        format, such that repeated calls will strip partial escape
        sequences, too.  Append faces to face property using
        decide what to do.  This function is added to
        comint-preoutput-filter-functions when the package is loaded.
 
-       (ansi-color-for-shell-mode-set): Removed.
-       (ansi-color-for-shell-mode): Removed.
+       (ansi-color-for-shell-mode-set): Remove.
+       (ansi-color-for-shell-mode): Remove.
 
 2000-01-09  Alex Schroeder  <alex@gnu.org>
 
        * vc.el (vc-default-latest-on-branch-p): New function, replaces
        constant implementations in backends.
 
-       * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
-       (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
+       * vc-cvs.el (vc-cvs-latest-on-branch-p): Remove.
+       (vc-cvs-checkout): Rename arg WRITABLE to EDITABLE.
 
-       * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
+       * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Rename arg
        WRITABLE to EDITABLE.
 
-       * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
-       (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
+       * vc-sccs.el (vc-sccs-latest-on-branch-p): Remove.
+       (vc-sccs-checkout, vc-sccs-cancel-version): Rename arg WRITABLE
        to EDITABLE.
 
 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
 
 2001-01-08  Gerd Moellmann  <gerd@gnu.org>
 
-       * isearch.el (isearch-old-signal-hook): Removed.
+       * isearch.el (isearch-old-signal-hook): Remove.
        (isearch-mode): Add isearch-done to kbd-macro-termination-hook
        instead of setting signal-hook-function.
        (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
 2001-01-04  Gerd Moellmann  <gerd@gnu.org>
 
        * tooltip.el (tooltip-cancel-delayed-tip)
-       (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
+       (tooltip-start-delayed-tip): Rename from tooltip-disable-timeout
        and tooltip-add-timeout.
        (tooltip-show): Set border color from faces's foreground.
        (tooltip-show-help-function): If called with the same help string
        (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
        (dired-guess-shell-alist-user): Customize.
        (dired-x-help-address): Set to bug-gnu-emacs.
-       (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
-       (dired-default-directory): Renamed from default-directory.
+       (dired-x-maintainer, dired-x-file, dired-x-version): Delete.
+       (dired-default-directory): Rename from default-directory.
 
        * hl-line.el (hl-line): Doc fix.
 
        * international/fontset.el (x-complement-fontset-spec):
        Resolve ASCII font name so that the same family name is used for fonts
        registered in x-font-name-charset-alist.
-       (create-fontset-from-fontset-spec): Adjusted for the above change.
+       (create-fontset-from-fontset-spec): Adjust for the above change.
        The name of fontset alias should be a unresolved ASCII font name.
 
 2000-12-28  Gerd Moellmann  <gerd@gnu.org>
 
 2000-12-28  Kenichi Handa  <handa@etl.go.jp>
 
-       * textmodes/artist.el (artist-butlast): Deleted.
+       * textmodes/artist.el (artist-butlast): Delete.
        (artist-ellipse-mirror-quadrant): Use butlast instead of
        artist-butlast.
 
-       * subr.el (butlast, nbutlast): Moved from cl.el to here.
+       * subr.el (butlast, nbutlast): Move from cl.el to here.
 
-       * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
+       * emacs-lisp/cl.el (butlast, nbutlast): Move to subr.el.
 
 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
 
 
 2000-12-25  Michael Kifer  <kifer@cs.sunysb.edu>
 
-       * viper-init.el (viper-restore-cursor-type): Added condition-case guard.
+       * viper-init.el (viper-restore-cursor-type): Add condition-case guard.
 
        * ediff-init.el (ediff-quit-hook, ediff-suspend-hook):
-       Changed initialization; use add-hook.
+       Change initialization; use add-hook.
        (ediff-file-remote-p): Use file-local-copy.
 
-       * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
+       * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improve defaults.
 
        * ediff.el (ediff-patch-buffer): Bug fix.
        (ediff-revision): Allow selection of the file at the prompt.
 
 2000-08-22  Emmanuel Briot  <briot@gnat.com>
 
-       * xml.el (top level comment): Updated to reflect the fact that
+       * xml.el (top level comment): Update to reflect the fact that
        white spaces are relevant in the XML file.
        (xml-parse-file): Do not kill an existing Emacs buffer if the file
        to parse was already edited. This allows for on-the-fly analysis
 
        * progmodes/idlwave.el: Fixed copyright notice.
 
-       * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
+       * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
        TAB as key separators.
 
 2000-12-19  Alex Schroeder  <alex@gnu.org>
        * sql.el (sql-sybase-options): New option.
        (sql-sybase): Use it.  Add sql-database to the list of parameters
        provided for login.  The options -w 2048 -n are not used any more.
-       (sql-postgres-options): Changed default from "--pset" to "-P".
+       (sql-postgres-options): Change default from "--pset" to "-P".
        (sql-mysql-options): Doc change.
        (sql-stop): Doc change.
 
 2000-12-18  Dave Love  <fx@gnu.org>
 
        * simple.el (mail-user-agent): Doc fix.
-       (input-mode-8-bit): Removed.
+       (input-mode-8-bit): Remove.
 
        * international/mule.el (set-keyboard-coding-system): Doc fix.
        (keyboard-coding-system): New option.
        * international/characters.el: Fix cases and syntaxes for
        mule-unicode-0100-24ff.
 
-       * dired.el (dired-move-to-filename-regexp): Fixed for the case
+       * dired.el (dired-move-to-filename-regexp): Fix for the case
        that a Japanese character is not appended after day and year.
 
        * info.el (Info-suffix-list): Change format for a command that
        requires arguments.
-       (info-insert-file-contents): Adjusted for the above change.
+       (info-insert-file-contents): Adjust for the above change.
 
 2000-12-12  Andreas Schwab  <schwab@suse.de>
 
        * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
        (reftex-TeX-master-file): Check for `tex-main-file' early enough.
 
-       * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
+       * textmodes/reftex-global.el (reftex-create-tags-file): Fix bug
        when master file is not open.
 
 2000-12-09  Stefan Monnier  <monnier@cs.yale.edu>
 
 2000-12-05  Rob Riepel  <riepel@Stanford.EDU>
 
-       * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
-       (tpu-search-highlight): Fixed comparison of overlay end positions.
+       * emulation/tpu-edt.el (tpu-help): Fix previous screen logic.
+       (tpu-search-highlight): Fix comparison of overlay end positions.
        (tpu-trim-line-ends): Implemented trimming logic locally.
 
        * emulation/tpu-extras.el (tpu-write-file-hook)
-       (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
+       (tpu-set-cursor-bound): Replace picture-clean with tpu-trim-line-ends.
 
 2000-12-05  Kenichi Handa  <handa@etl.go.jp>
 
        for the menu and would make command `imenu' awkward to use.
        (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
        header actions and more than one.
-       (antlr-font-lock-tokendef-face): Changed color.
-       (antlr-font-lock-tokenref-face): Changed color.
+       (antlr-font-lock-tokendef-face): Change color.
+       (antlr-font-lock-tokenref-face): Change color.
        (antlr-font-lock-additional-keywords): Also highlight lowercase.
        (antlr-mode-syntax-table): New variable.
        (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
 
        * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
 
-       * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
+       * ediff-wind.el (ediff-skip-unsuitable-frames): Delete the
        redundant skip-small-frames test.
 
        * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
 
        * progmodes/ada-mode.el (ada-mode): Use it instead of
        `ada-remove-trailing-spaces'.
-       (ada-remove-trailing-spaces): Removed.
+       (ada-remove-trailing-spaces): Remove.
 
        * textmodes/two-column.el (2C-merge): Recommend it in the doc.
 
-       * textmodes/picture.el (picture-clean): Removed.
+       * textmodes/picture.el (picture-clean): Remove.
        (picture-mode-exit): Call it instead of `picture-clean'.
 
 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
        (string-rectangle): Check delete-selection-mode.
 
        * emacs-lisp/edebug.el (edebug-version)
-       (edebug-maintainer-address): Deleted.
+       (edebug-maintainer-address): Delete.
        (edebug-submit-bug-report): Just alias to report-emacs-bug.
        (edebug-read-function): Account for other `'#' read forms.
        (edebug-mode-menus): Make some items toggles.
 
        * recentf.el (recentf-menu-items-for-commands)
        (recentf-make-menu-items, recentf-make-menu-item)
-       (recentf-filter-changer): Added :help and :active menu-item properties.
+       (recentf-filter-changer): Add :help and :active menu-item properties.
 
        (recentf-build-dir-rules, recentf-dump-variable)
        (recentf-edit-list, recentf-open-files-item)
-       (recentf-open-files): Replaced unnecessary `mapcar' with new
+       (recentf-open-files): Replace unnecessary `mapcar' with new
        built-in `mapc'.
 
 2000-11-23  Miles Bader  <miles@gnu.org>
        since this function is only concerned with master state.
 
        * vc-hooks.el (vc-workfile-unchanged-p)
-       (vc-default-workfile-unchanged-p): Moved here from vc.el.
+       (vc-default-workfile-unchanged-p): Move here from vc.el.
 
        * vc.el (vc-workfile-unchanged-p)
        (vc-default-workfile-unchanged-p): See above.
        (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
        remote repositories.
 
-       * vc.el (vc-annotate): Changed handling of prefix arg; now asks
+       * vc.el (vc-annotate): Change handling of prefix arg; now asks
        for both version and ratio in the minibuffer.
 
        * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
 
 2000-11-15  Eli Zaretskii  <eliz@is.elta.co.il>
 
-       * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
+       * textmodes/texinfo.el (texinfo-insert-@uref): Rename from
        texinfo-insert-@url.
        (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
        (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
 
 2000-11-06  Miles Bader  <miles@lsi.nec.co.jp>
 
-       * mwheel.el (mouse-wheel-scroll-amount): Renamed from
+       * mwheel.el (mouse-wheel-scroll-amount): Rename from
        `mwheel-scroll-amount'.
-       (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
+       (mouse-wheel-follow-mouse): Rename from `mwheel-follow-mouse'.
        (mouse-wheel-mode): Use (featurep 'xemacs) instead of
        string-matching against the version string.
 
        * international/mule-conf.el (compound-text): Define this coding
        system here.  Make x-ctext and ctext aliases of it.
 
-       * language/european.el (compound-text, ctext): Moved to
+       * language/european.el (compound-text, ctext): Move to
        international/mule-conf.el.
 
 2000-11-05  Andrew Innes  <andrewi@gnu.org>
        (ps-color-device): Use `color-values' to determine if device
        supports color.
        (ps-color-values): Try to use `x-color-values' when using XEmacs.
-       (ps-print-page-p): Changed from defsubst to defun.
-       (ps-page-number): Changed from defmacro to defun.
+       (ps-print-page-p): Change from defsubst to defun.
+       (ps-page-number): Change from defmacro to defun.
        (ps-header-sheet, ps-header-page): Fix bug on selected pages for
        printing.
        (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
        (ps-end-file, ps-dummy-page): Funs eliminated.
-       (ps-print-color-scale): Changed default value.
+       (ps-print-color-scale): Change default value.
        (ps-page-n-up, ps-print-page-p): New internal vars.
        (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
        (ps-plot-region, ps-generate, ps-end-job): Code fix.
 2000-10-31  Kenichi Handa  <handa@etl.go.jp>
 
        * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
-       Moved to european.el.
-       (ccl-encode-mac-roman-font, fontset-mac): Modified for
+       Move to european.el.
+       (ccl-encode-mac-roman-font, fontset-mac): Modify for
        mule-unicode-2500-33ff and mule-unicode-e000-ffff.
        (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
        (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
        * international/mule-cmds.el (encode-coding-char): Check property
        safe-chars instead of safe-charsets.
 
-       * international/fontset.el (fontset-default): Modified for
+       * international/fontset.el (fontset-default): Modify for
        mule-unicode-2500-33ff and mule-unicode-e000-ffff.
        (x-font-name-charset-alist): Likewise.
        (ccl-encode-unicode-font): New CCL program.  Record it in
 
        * eshell/esh-mode.el (window-height test): Make certain that
        `eshell-stringify-t' is non-nil.
-       (eshell-password-prompt-regexp): Changed to a much simpler
+       (eshell-password-prompt-regexp): Change to a much simpler
        password regexp.
        (eshell-send-input): If `eshell-invoke-directly' returns t,
        directly invoke the parsed command using `eval'.  This improves
        (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
        bodies.
        (eshell-separate-commands): Whitespace fix.
-       (eshell-complex-commands): Added a new list of names, for
+       (eshell-complex-commands): Add a new list of names, for
        determining whether a given command is as simple as it looks.
        (eshell-invoke-directly): New function.  Returns t if a command
        should be invoked directly (using `eval'), rather than indirectly
        * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
        which provides an emulation of the DOS shell behavior of assuming
        that cp/mv/ln should copy/move/link to the current directory.
-       (eshell-remove-entries): Added a doc string.
-       (eshell-shuffle-files): Removed the check for `target' being null.
-       (eshell-mvcp-template, eshell-mvcpln-template): Renamed
-       `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
+       (eshell-remove-entries): Add a doc string.
+       (eshell-shuffle-files): Remove the check for `target' being null.
+       (eshell-mvcp-template, eshell-mvcpln-template):
+       Rename `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
        it to do a smarter check of whether a destination was provided.
        (eshell/mv, eshell/cp): Enable `:preserve-args'.
        (eshell/ln): Enable `:preserve-args', and use
        (eshell/du, eshell/diff, eshell/locate): Stringify the argument
        list after flattening it.  This makes it possible to cat files
        with numerical names.
-       (eshell-unix-initialize): Added several names to
+       (eshell-unix-initialize): Add several names to
        `eshell-complex-commands.
        (eshell-unix-command-complex-p): Return t if a given command name
        may result in external processes being invoked.
        (eshell-refresh-windows): Use `if' instead of `when'.
        (eshell-smart-scroll-window): Calling `save-current-buffer' was
        not necessary.
-       (eshell-currently-handling-window): Added a missing global variable.
+       (eshell-currently-handling-window): Add a missing global variable.
 
        * eshell/em-ls.el (eshell-do-ls): Code simplification.
        (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
        Whitespace fix.
-       (eshell-ls-exclude-hidden): Added this variable in addition to
+       (eshell-ls-exclude-hidden): Add this variable in addition to
        `eshell-ls-exclude-regexp'.  This one prevents files beginning
        with . from even being read, which can improve memory consumption
        quite a bit.
        read file entries beginning with a dot.  In home directories with
        lots of hidden files, fully two-thirds of the time spent in ls is
        used to read directory entries that are immediately thrown away.
-       (eshell-ls-initial-args): Added back this configuration variable,
+       (eshell-ls-initial-args): Add back this configuration variable,
        for specifying default initial arguments to every call to ls.
        Much faster than using an alias to do the same thing.
        (eshell-do-ls): Use `eshell-ls-initial-args', if set.
        * eshell/em-dirs.el (eshell/pwd): Small code simplification.
 
        * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
-       (eshell-stringify-t): Added a customization variable, to indicate
+       (eshell-stringify-t): Add a customization variable, to indicate
        whether `t' should be rendered as a string at all.  If not, one
        can still determine if the result of an expression is true using
        "file-exists-p FILE && echo true".
        * eshell/esh-module.el: Whitespace fix.
 
        * eshell/em-alias.el (eshell-alias-initialize):
-       Added `eshell-command-aliased-p' to `eshell-complex-commands'.
+       Add `eshell-command-aliased-p' to `eshell-complex-commands'.
        (eshell-command-aliased-p): New function that returns t if a
        command name names an aliased.
 
        characters.
        * viper-util.el (viper-memq-char, viper=): New functions for
        working with characters.
-       (viper-change-cursor-color): Fixed buglet.
+       (viper-change-cursor-color): Fix buglet.
        Many functions changed to use viper= instead of = when comparing
        characters.
-       * viper.el (viper-insert-state-mode-list): Added eshell.
+       * viper.el (viper-insert-state-mode-list): Add eshell.
 
        * ediff-init.el (ediff-before-setup-hook): New hook.
        Several typos fixed in various docstrings.
        (delimit-columns-end): New vars.
        (delimit-columns-customize, delimit-columns-format): New funs.
        (delimit-columns-region, delimit-columns-rectangle)
-       (delimit-columns-rectangle-line): Modified to support column
+       (delimit-columns-rectangle-line): Modify to support column
        formatting.
 
 2000-10-24  Dave Love  <fx@gnu.org>
 
        * woman.el (woman-italic-face, woman-bold-face)
        (woman-unknown-face): Add dark-background variants.
-       (woman-default-faces): Renamed from `woman-colour-faces'.
+       (woman-default-faces): Rename from `woman-colour-faces'.
        Set using the stored defaults, rather than using hard-wired colors.
-       (woman-monochrome-faces): Renamed from `woman-black-faces'.
+       (woman-monochrome-faces): Rename from `woman-black-faces'.
        Just make the foreground `unspecified' rather than "black".
        (woman-menu): Rename menu entries accordingly.
 
        (vc-delete-automatic-version-backups, vc-make-version-backup):
        New functions.
        (vc-before-save): Use the latter.
-       (vc-default-make-version-backups-p): Added `-p' suffix to avoid
+       (vc-default-make-version-backups-p): Add `-p' suffix to avoid
        confusion.
 
-       * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
+       * vc-cvs.el (vc-cvs-make-version-backups-p): Add `-p' suffix as
        expected by vc[-hooks].el.
 
-       * vc.el (vc-checkout): Added `-p' suffix in call to
+       * vc.el (vc-checkout): Add `-p' suffix in call to
        vc-make-version-backups-p; use vc-make-version-backup to actually
        make the backup.
        (vc-version-other-window, vc-version-backup-file): Handle both
 2000-10-22  Miles Bader  <miles@gnu.org>
 
        * comint.el (comint-highlight-input, comint-highlight-prompt):
-       Renamed, `-face' at end removed.
+       Rename, `-face' at end removed.
        (comint-send-input, comint-output-filter): Use renamed faces.
 
        * window.el (fit-window-to-buffer): Change defaulting of
 
        * dirtrack.el (dirtrack): Fix call to run-hooks.
 
-       * cmuscheme.el (cmuscheme-program-name): Renamed from
+       * cmuscheme.el (cmuscheme-program-name): Rename from
        scheme-program-name because xscheme.el contains a defcustom with
        the same name.  As a consequence, customizing group `cmuscheme'
        loaded `xscheme' which redefined run-scheme.
 
 2000-10-18  Miles Bader  <miles@gnu.org>
 
-       * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
-       (comint-kill-output): Changed into an alias for `comint-delete-output',
+       * comint.el (comint-delete-output): Rename from `comint-kill-output'.
+       (comint-kill-output): Change into an alias for `comint-delete-output',
        and made obsolete.
        (comint-mode-map): Rename references to comint-kill-output.
 
 
        * diff-mode.el (diff-header-face, diff-file-header-face):
        Add specific setting for dark background.
-       (diff-context-face): Renamed from diff-comment-face.
+       (diff-context-face): Rename from diff-comment-face.
        Set explicitly rather than inheriting from font-lock-comment-face.
 
 2000-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * whitespace.el: Doc fixes.
        (top-level): Don't add hooks here.
-       (whitespace-running-emacs): Deleted.
+       (whitespace-running-emacs): Delete.
        (timer): Don't require.
        (whitespace): Add back :version conditional on xemacs test.
        (whitespace-spacetab-regexp, whitespace-indent-regexp)
 
 2000-10-13  John Wiegley  <johnw@gnu.org>
 
-       * eshell/esh-util.el (require): Added a missing `require' form,
+       * eshell/esh-util.el (require): Add a missing `require' form,
        needed when compiling (for an ange-ftp macro definition).
 
 2000-10-13  Dave Love  <fx@gnu.org>
 
 2000-10-13  Stephen Gildea  <gildea@stop.mail-abuse.org>
 
-       * time-stamp.el (time-stamp): Fixed bug in new multi-line code
+       * time-stamp.el (time-stamp): Fix bug in new multi-line code
        that breaks with old list format timestamps.
        (time-stamp-warn-inactive, time-stamp-old-format-warn)
-       (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
+       (time-stamp-count, time-stamp-conversion-warn): Improve doc strings.
 
 2000-10-13  John Wiegley  <johnw@gnu.org>
 
 
 2000-10-13  John Wiegley  <johnw@gnu.org>
 
-       * desktop.el (desktop-buffer-modes-to-save): Added a global for
+       * desktop.el (desktop-buffer-modes-to-save): Add a global for
        specifying what "other" kinds of buffers should be saved.
        This used to be hard-coded.
        (desktop-buffer-misc-functions): A global for specifying how
        (desktop-buffer-info-misc-data): Aux function for determining Info
        buffer auxiliary info.
        (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
-       (desktop-buffer-info): Changed this function to use the info
+       (desktop-buffer-info): Change this function to use the info
        gathered above.
        (desktop-create-buffer): Be a little more careful about what
        `minor-mode' means before calling it.  This is important for some
        (eshell-ls-annotate): Use `eshell-file-attributes'.
        (eshell-ls-file): Made the user-id printing code a bit smarter.
 
-       * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
+       * eshell/esh-util.el (eshell-ange-ls-uids): Add variable, to
        allow identification of alias user ids in remote directories.
        It's manual, but there's no other way to know when the current user
        on the local machine, is also the owning user on the remote machine.
        full-fledged FTP client, with much more manipulation ability than
        most other clients.
 
-       * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
+       * eshell/em-unix.el (eshell-du-prefer-over-ange): Add a new
        variable, which means that Eshell's du should always be preferred
        in remote directories.
        (eshell-shuffle-files): Use `eshell-file-attributes', rather than
        when reading remote directories.  This is an Eshell-specific
        variable (not part of ange-ftp).
        (eshell/ln): Bind `ange-cache'.
-       (eshell/du): Added some extra logic for determining when to use
+       (eshell/du): Add some extra logic for determining when to use
        Eshell's du (which is slow), and when to use the external version
        (which may or may not exist).
 
        `get-buffer-process', since backgrounded processes don't count in
        the context of this function's logic.
 
-       * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
+       * eshell/esh-arg.el (eshell-parse-double-quote): Move a call to
        `forward-char', so that null strings are parsed correctly.
 
 2000-09-13  John Wiegley  <johnw@gnu.org>
 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
 
        * startup.el (fancy-splash-screens): Don't add a pre-command hook.
-       (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
+       (fancy-splash-pre-command, fancy-splash-pending-command): Remove.
        (command-line-1): Don't use fancy-splash-pending-command.
        (fancy-splash-screens-1): Goto point-min after inserting text.
 
        * progmodes/etags.el: Docstring fixes.  Maintainer line updated.
        (initialize-new-tags-table): Use run-hook-with-args-until-success.
        (find-tag): Use pop-to-buffer if switch-to-buffer failed.
-       (tags-table-format-functions): Renamed from tags-table-format-hooks.
+       (tags-table-format-functions): Rename from tags-table-format-hooks.
 
        * vc.el (vc-version-diff): diff-switches can be a list.
        Use relative filenames for prettier output.
        (jit-lock-unregister): Don't bother handling complex hooks any more.
        (jit-lock-refontify): New function.
        (jit-lock-fontify-buffer): Use it.
-       (jit-lock-function-1): Replaced by jit-lock-fontify-now.
-       (jit-lock-fontify-now): Renamed from jit-lock-function-1.
+       (jit-lock-function-1): Replace by jit-lock-fontify-now.
+       (jit-lock-fontify-now): Rename from jit-lock-function-1.
        Add optional args START and END.
        Never call font-lock-fontify-region directly.
        (jit-lock-function, jit-lock-stealth-fontify): Use it.
        * play/spook.el (spook-phrases-file): Use expand-file-name, not
        concat.
 
-       * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
-       insist on symbols starting with word syntax.
-       (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
+       * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
+       Don't insist on symbols starting with word syntax.
+       (lisp-mode-shared-map): Rename from shared-lisp-mode-map.
        (eval-defun-1): Doc fix.
        (indent-sexp): Use nconc to build up indent-stack.
 
 
 2000-10-08  Eli Zaretskii  <eliz@is.elta.co.il>
 
-       * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
-       typos in doc strings.
+       * international/titdic-cnv.el (quail-cxterm-package-ext-info):
+       Fix typos in doc strings.
 
        * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
        the doc strings how to customize Font Lock faces.
 
        * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
        (smbclient-prompt-regexp): Add usage note to doc string.
-       (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
+       (ftp-font-lock-keywords, smbclient-font-lock-keywords): Remove.
        (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
        Use add-hook for adding the comint filter function, and only do so
        if it's not already in the global hook list.
        (ftp-font-lock-keywords, smbclient-font-lock-keywords):
        Only set if window-system is non-nil.
        (net-utils-run-program): Returns buffer.
-       (network-connection-reconnect): Added this function.
+       (network-connection-reconnect): Add this function.
 
        * generic.el:
        Incorporates extensive cleanup and docfixes by
        (generic-mode-name, generic-comment-list)
        (generic-keywords-list, generic-font-lock-expressions)
        (generic-mode-function-list, generic-mode-syntax-table):
-       Removed variables.
-       (generic-mode-alist): Renamed to generic-mode-list.
+       Remove variables.
+       (generic-mode-alist): Rename to generic-mode-list.
        (generic-find-file-regexp): Default changed to "^#".
        (generic-read-type): Uses completing read on generic-mode-list.
-       (generic-mode-sanity-check): Removed this function.
-       (generic-add-to-auto-mode): Removed this function.
+       (generic-mode-sanity-check): Remove this function.
+       (generic-add-to-auto-mode): Remove this function.
        (generic-mode-internal): Bind mode-specific definitions
        into function instead of putting them in alist.
-       (generic-mode-set-comments): Reworked extensively.
-       (generic-mode-find-file-hook): Simplified regexp searching.
+       (generic-mode-set-comments): Rework extensively.
+       (generic-mode-find-file-hook): Simplify regexp searching.
        (generic-make-keywords-list): Omit extra pair of parens.
 
        * find-lisp.el (find-lisp-find-files-internal):
 
        * generic-x.el (apache-conf-generic-mode):
        Regexp now allows leading whitespace.
-       (rc-generic-mode): Added eval-when-compile
+       (rc-generic-mode): Add eval-when-compile
        around generic-make-keywords-list.
        Deleted duplicate regexp.
-       (rul-generic-mode): Added eval-when-compile
+       (rul-generic-mode): Add eval-when-compile
        around generic-make-keywords-list.
        (etc-fstab-generic-mode): New generic mode.
-       (rul-generic-mode): Removed one eval-when-compile
+       (rul-generic-mode): Remove one eval-when-compile
        which caused a max-specpdl-size exceeded error.
 
 2000-10-04  Miles Bader  <miles@gnu.org>
 
        * isearch.el (isearch-faces): New custom group.
        (isearch): New defface; was already tested for in the code.
-       (isearch-lazy-highlight-face): Changed to defface from defcustom.
+       (isearch-lazy-highlight-face): Change to defface from defcustom.
        (isearch-highlight): Always use face `isearch'.
 
 2000-10-02  Dave Love  <fx@gnu.org>
        is visited.
        (vc-start-entry): New argument initial-contents.  Don't visit the file
        if it isn't already visited.  Brought documentation up-to-date.
-       (vc-next-action, vc-register): Updated calls to vc-start-entry.
+       (vc-next-action, vc-register): Update calls to vc-start-entry.
        (vc-checkin): New optional arg initial-contents, which is passed to
        vc-start-entry.
        (vc-finish-logentry): Make sure to bury log buffer only if there
        really is one.  Call `vc-resynch-buffer' on log-file, not
        buffer-file-name.
        (vc-default-comment-history, vc-default-wash-log): New functions.
-       (vc-index-of): Removed.
+       (vc-index-of): Remove.
        (vc-transfer-file): Make do without the above.
        (vc-default-receive-file): Call comment-history unconditionally.  Pass
        the resulting string to vc-checkin, instead of inserting it into the
 
 2000-10-01  Miles Bader  <miles@gnu.org>
 
-       * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
-       `recenter' with an arg to prevent redrawing the display.
+       * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
+       Call `recenter' with an arg to prevent redrawing the display.
 
 2000-09-30  Stefan Monnier  <monnier@cs.yale.edu>
 
        (latex-imenu-create-index): Use it.
        Move the regexp construction outside loops (and use push).
        (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
-       (tex-font-lock-keywords): Moved from font-lock.el.
+       (tex-font-lock-keywords): Move from font-lock.el.
        (tex-comment-indent): Remove.
        (tex-common-initialization): Don't set comment-indent-function.
        (latex-block-default): New var.
 2000-09-29  Miles Bader  <miles@gnu.org>
 
        * image-file.el (image-file-name-extensions): New variable.
-       (image-file-name-regexps): Renamed from `image-file-regexps'.
+       (image-file-name-regexps): Rename from `image-file-regexps'.
        New default value is nil.  Call `auto-image-file-mode'.
        (image-file-name-regexp): New function.
        (auto-image-file-mode): New minor mode.
        type.
        (cperl-mode): Set normal-auto-fill-function and don't zap
        auto-fill-function.
-       (cperl-imenu--function-name-regexp-perl): Renamed from
+       (cperl-imenu--function-name-regexp-perl): Rename from
        imenu-example--function-name-regexp-perl.
-       (cperl-imenu--create-perl-index): Renamed from
+       (cperl-imenu--create-perl-index): Rename from
        imenu-example--create-perl-index.
        (cperl-xsub-scan): Don't require cl.
 
 2000-09-20  Dave Love  <fx@gnu.org>
 
        * iswitchb.el: Some doc fixes.
-       (iswitchb-mode-map): Define completely initially.  Inherit
-       minibuffer-local-map.
+       (iswitchb-mode-map): Define completely initially.
+       Inherit minibuffer-local-map.
        (iswitchb-completion-help) <!iswitchb-xemacs>: Use
        fundamental-mode.
        (iswitchb-global-map): New variable.
        * toolbar/tool-bar.el: Renamed from toolbar.el.
        Change `toolbar' to `tool-bar' generally in symbols.
        Make some items invisible in `special' major modes.
-       (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
+       (tool-bar-add-item-from-menu): Rename from toolbar-like-menu-item.
        Add arg PROPS.
 
        * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
        * strokes.el: Sync with maintainer's current version with changes
        for Emacs, but avoid runtime cl and levents.
        (toplevel): Change autoloads and compilation requires.
-       (strokes-version, strokes-bug-address, strokes-lift): Values
-       changed.
+       (strokes-version, strokes-bug-address, strokes-lift):
+       Values changed.
        (strokes-xpm-header, strokes-insinuated): New variable.
        (strokes): Add :link.
        (strokes-mode): Customized.
        (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
        (strokes-xpm-to-compressed-string, strokes-decode-buffer)
        (strokes-encode-buffer, strokes-xpm-for-compressed-string)
-       (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
-       functions.
+       (strokes-compose-complex-stroke, strokes-alphabetic-lessp):
+       New functions.
 
 2000-09-15  Gerd Moellmann  <gerd@gnu.org>
 
 2000-09-14  Alex Schroeder  <alex@gnu.org>
 
        * ansi-color.el (ansi-colors): Doc change.
-       (ansi-color-get-face): Simplified regexp.
-       (ansi-color-faces-vector): Added more faces, doc change.
+       (ansi-color-get-face): Simplify regexp.
+       (ansi-color-faces-vector): Add more faces, doc change.
        (ansi-color-names-vector): Doc change.
-       (ansi-color-regexp): Simplified regexp.
+       (ansi-color-regexp): Simplify regexp.
        (ansi-color-parameter-regexp): New regexp.
        (ansi-color-filter-apply): Doc change.
        (ansi-color-filter-region): Doc change.
        deal with zero length parameters.
        (ansi-color-apply-on-region): Doc change.
        (ansi-color-map): Doc change.
-       (ansi-color-map-update): Removed debugging message.
-       (ansi-color-get-face-1): Added condition-case to trap
+       (ansi-color-map-update): Remove debugging message.
+       (ansi-color-get-face-1): Add condition-case to trap
        args-out-of-range errors.
        (ansi-color-get-face): Doc change.
-       (ansi-color-make-face): Removed.
+       (ansi-color-make-face): Remove.
        (ansi-color-for-shell-mode): New option.
 
 2000-09-13  Kenichi Handa  <handa@etl.go.jp>
 
 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
 
-       * international/quail.el (quail-define-package): Docstring
-       modified.
+       * international/quail.el (quail-define-package):
+       Docstring modified.
 
 2000-09-12  Kenichi Handa  <handa@etl.go.jp>
 
-       * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
-       extra docstrings for "chinese-ccdospy", "chinese-ecdict",
+       * international/titdic-cnv.el (quail-cxterm-package-ext-info):
+       Add extra docstrings for "chinese-ccdospy", "chinese-ecdict",
        "chinese-etzy", "chinese-sw", and "chinese-ziranma".  Modify the
        docstring of "chinese-py".
 
-       * international/quail.el (quail-translation-docstring): New
-       variable.
+       * international/quail.el (quail-translation-docstring):
+       New variable.
        (quail-show-keyboard-layout): Docstring modified.
        (quail-select-current): Likewise.
        (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
        infinite recursive call.
        (quail-help): Check quail-translation-docstring.  Format of the
        output changed.
-       (quail-help-insert-keymap-description): Adjusted for the above
+       (quail-help-insert-keymap-description): Adjust for the above
        change.
 
 2000-09-11  Gerd Moellmann  <gerd@gnu.org>
 
 2000-09-07  Kenichi Handa  <handa@etl.go.jp>
 
-       * help.el (help-make-xrefs): Adjusted for the change of
+       * help.el (help-make-xrefs): Adjust for the change of
        help-xref-mule-regexp.
        (help-insert-xref-button): New function.
 
        (vc-merge): Use RET for first version to trigger merge-news, not
        prefix arg.
        (vc-annotate): Handle backends that do not support annotation.
-       (vc-default-merge-news): Removed.  The existence of a merge-news
+       (vc-default-merge-news): Remove.  The existence of a merge-news
        implementation is now checked on caller sites.
 
-       * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
+       * vc-hooks.el (vc-default-mode-line-string): Remove CVS special
        case.
 
        * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
        (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
 
        * vc.el: Require dired-aux during compilation.
-       (vc-name-assoc-file): Moved to vc-sccs.el.
+       (vc-name-assoc-file): Move to vc-sccs.el.
        (with-vc-properties): New macro.
        (vc-checkin, vc-checkout, vc-revert, vc-cancel-version)
        (vc-finish-steal): Use it.
-       (vc-cancel-version): Moved RCS-specific code to vc-rcs.el.  The call
+       (vc-cancel-version): Move RCS-specific code to vc-rcs.el.  The call
        to the backend-specific function is now supposed to do the checkout,
        too.
        (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
        * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
        set file properties; that gets done in the generic code now.
 
-       * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
+       * vc-rcs.el (vc-rcs-uncheck): Rename to `vc-rcs-cancel-version'.
        Changed parameter list, added code from vc.el that does the
        checkout, possibly with a double-take.
 
-       * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
-       (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
-       the above under the new name.
-       (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'.  Changed
-       parameter list, added checkout command.
+       * vc-sccs.el (vc-sccs-name-assoc-file): Move here from vc.el.
+       (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple):
+       Use the above under the new name.
+       (vc-sccs-uncheck): Rename to `vc-sccs-cancel-version'.
+       Changed parameter list, added checkout command.
        (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
        properties; that gets done in the generic code now.
 
 
        * sql.el (sql-mode-menu): Work around missing variable mark-active
        in XEmacs.
-       (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
-       (sql-interactive-mode): Added call to easy-menu-add for XEmacs
+       (sql-mode): Add call to easy-menu-add for XEmacs compatibility.
+       (sql-interactive-mode): Add call to easy-menu-add for XEmacs
        compatibility.
 
 2000-09-04  Gerd Moellmann  <gerd@gnu.org>
        (vc-default-could-register): New function.
        (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
        (vc-resynch-buffer): Call vc-dired-resynch-file.
-       (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
-       vc-resynch-buffer instead of vc-resynch-window.
+       (vc-start-entry, vc-finish-logentry, vc-revert-buffer):
+       Use vc-resynch-buffer instead of vc-resynch-window.
        (vc-next-action-dired): Don't redisplay here, that gets done as a
        result of the individual file operations.
        (vc-retrieve-snapshot): Corrected prompt order.
 
        * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
        as well.
-       (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p.  Handle
-       hostname regexps.  Updated all callers.
+       (vc-cvs-remote-p): Rename to vc-cvs-stay-local-p.
+       Handle hostname regexps.  Updated all callers.
        (vc-cvs-responsible-p): Handle directories as well.
        (vc-cvs-could-register): New function.
        (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
        (vc-dired-mode-map): Inherit from dired-mode-map.
        (vc-dired-mode): Local value of dired-move-to-filename-regexp
        simplified.
-       (vc-dired-state-info): Removed, updated caller.
+       (vc-dired-state-info): Remove, updated caller.
        (vc-default-dired-state-info): Use parentheses instead of hyphens.
        (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
        (vc-dired-listing-switches): New variable.
        * vc.el (vc-next-action-on-file): Corrected several messages.
        (vc-merge): Add prefix arg `merge-news'; handle it.
 
-       * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
+       * vc-cvs.el (vc-cvs-workfile-version): Remove comment that this
        is not reached.  It is.
        (vc-cvs-merge): Set state to 'edited after merge.
        (vc-cvs-merge-news): Set workfile version to nil if not known.
        (vc-new-comment-index): New function.
        (vc-previous-comment): Use it.  Make the minibuffer message
        slightly less terse.
-       (vc-comment-search-reverse): Make it work forward as well.  Don't
-       set vc-comment-ring-index if no match is found.  Use
-       vc-new-comment-index.
+       (vc-comment-search-reverse): Make it work forward as well.
+       Don't set vc-comment-ring-index if no match is found.
+       Use vc-new-comment-index.
        (vc-comment-search-forward): Use vc-comment-search-reverse.
        (vc-dired-mode-map): Don't inherit from dired-mode-map since
        define-derived-mode will do it for us.  Bind `v' to a keymap that
        (vc-cvs-stay-local): Default to t.
        (vc-cvs-remote-p): New function and property.
        (vc-cvs-state): Stay local only if the above is t.
-       (vc-handle-cvs): Removed.
+       (vc-handle-cvs): Remove.
        (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
        done via vc-handled-backends now.
        (vc-cvs-header): Escape Id.
        * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
        (vc-print-log): Search current revision from beginning of buffer.
        (vc-revert-buffer): Clear echo area after the diff is finished.
-       (vc-prefix-map): Removed definition of "t" for terse display in vc
+       (vc-prefix-map): Remove definition of "t" for terse display in vc
        dired.
-       (vc-dired-mode-map): Inherit from dired-mode-map.  Added
-       definition of "vt" for terse display.
+       (vc-dired-mode-map): Inherit from dired-mode-map.
+       Added definition of "vt" for terse display.
        (vc-dired-mode): Fix dired-move-to-filename-regexp.
 
 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
        (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
        present.
 
-       * vc-sccs.el (vc-sccs-state-heuristic): Use
-       file-ownership-preserved-p.
+       * vc-sccs.el (vc-sccs-state-heuristic):
+       Use file-ownership-preserved-p.
 
-       * vc-rcs.el (vc-rcs-state-heuristic): Use
-       file-ownership-preserved-p.
+       * vc-rcs.el (vc-rcs-state-heuristic):
+       Use file-ownership-preserved-p.
        (vc-rcs-checkout): Remove the error-handling for missing-rcs.
 
 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
        current buffer without any fuss'.
        (vc-version-diff): Change the `diff' backend operation to just put
        the diff in the current buffer without erasing it.  Always use
-       *vc-diff* even for directory-diffs.  Use vc-setup-buffer.  Protect
-       shrink-window-if-larger-than-buffer.
+       *vc-diff* even for directory-diffs.  Use vc-setup-buffer.
+       Protect shrink-window-if-larger-than-buffer.
        (vc-print-log): Change the `print-log' backend operation to just
-       put the log in the current buffer without erasing it.  Protect
-       shrink-window-if-larger-than-buffer.
+       put the log in the current buffer without erasing it.
+       Protect shrink-window-if-larger-than-buffer.
        (vc-update-change-log): Fix setd typo.
 
        * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
        (vc-rcs-diff): Insert in the current buffer and remove unused arg
        CMP.
 
-       * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
-       with-temp-file.  Use the new BUFFER=t argument to vc-do-command.
+       * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status):
+       Use with-temp-file.  Use the new BUFFER=t argument to vc-do-command.
        (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
 
 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
        (vc-default-workfile-unchanged-p): New function.  Delegates to a
        full vc-BACKEND-diff.
 
-       * vc-hooks.el (vc-simple-command): Removed.
+       * vc-hooks.el (vc-simple-command): Remove.
 
        * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
        instead of vc-simple-command.
-       (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
+       (vc-rcs-fetch-master-state): Remove check for unlocked-changes to
        avoid doing a diff when opening a file.
-       (vc-rcs-state): Added check for unlocked-changes.
+       (vc-rcs-state): Add check for unlocked-changes.
        (vc-rcs-header): Escape Id.
        (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
        (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
 
 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
 
-       * vc.el (vc-editable-p): Renamed from vc-writable-p.
+       * vc.el (vc-editable-p): Rename from vc-writable-p.
        (with-vc-file, vc-merge): Use vc-editable-p.
        (vc-do-command): Remove unused var vc-file and fix the
        doubly-defined `status' var.  Add a user message when starting an
        way the function itself works.
        (vc-file-owner): Remove.
 
-       * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer.  Reorder
-       extraction of fields and call to file-attributes because of a
+       * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer.
+       Reorder extraction of fields and call to file-attributes because of a
        temporary bug in rcp.el.
        (vc-cvs-fetch-status): Use with-current-buffer.
 
        * vc-rcs.el (vc-rcs-exists): Remove.
        (vc-rcs-header): New var.
 
-       * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
-       `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
+       * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register):
+       Use `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
        (vc-sccs-header): New var.
 
        * vc.el (vc-do-command): Get rid of the `last' argument.
        (vc-cancel-version): prettify error message with \\[...].
        (vc-rename-master): New function.
        (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
-       use vc-rename-master) instead of vc-BACKEND-record-rename.  Make
-       the CVS special case generic.
+       use vc-rename-master) instead of vc-BACKEND-record-rename.
+       Make the CVS special case generic.
        (vc-default-record-rename): Remove.
        (vc-file-tree-walk-internal): Only call FUNC for files that are
        under control of some VC backend and replace `concat' with
        (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
        (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
 
-       * vc-sccs.el (vc-sccs-rename-file): Renamed from
+       * vc-sccs.el (vc-sccs-rename-file): Rename from
        vc-sccs-record-rename.  Use `find-file-noselect' rather than
        `find-file' and call `vc-rename-master' to do the actual move.
        (vc-sccs-diff): Remove unused `backend' variable.
 
 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
 
-       * vc.el (vc-locking-user): Moved from vc-hooks.el.
+       * vc.el (vc-locking-user): Move from vc-hooks.el.
 
 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
 
        using the default function.
        (vc-call-backend): If calling the default function, pass it the
        backend as first argument.  Update the docstring accordingly.
-       (vc-default-state-heuristic, vc-default-mode-line-string): Update
-       for the new backend argument.
-       (vc-make-backend-sym): Renamed from vc-make-backend-function.
+       (vc-default-state-heuristic, vc-default-mode-line-string):
+       Update for the new backend argument.
+       (vc-make-backend-sym): Rename from vc-make-backend-function.
        (vc-find-backend-function): Use the new name.
        (vc-default-registered): New function.
 
 
 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
 
-       * vc.el (vc-file-clear-masterprops): Removed.
-       (vc-checkin, vc-revert-buffer): Removed calls to the above.
+       * vc.el (vc-file-clear-masterprops): Remove.
+       (vc-checkin, vc-revert-buffer): Remove calls to the above.
        (vc-version-diff): Use buffer-size without argument.
        (vc-register): Heed vc-initial-comment.
 
 
        * vc-rcs.el (vc-rcs-register): Parse command output to find master
        file name and workfile version.
-       (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
+       (vc-rcs-checkout): Remove call to vc-file-clear-masterprops.
 
-       * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
+       * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Remove call to
        vc-file-clear-masterprops.
 
-       * vc-sccs.el (vc-sccs-checkout): Removed call to
+       * vc-sccs.el (vc-sccs-checkout): Remove call to
        vc-file-clear-masterprops.  If writable, set vc-state to 'edited
        rather than user login name.
 
 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
 
        * vc.el (with-vc-file, vc-next-action, vc-version-diff)
-       (vc-dired-mark-locked): Replaced usage of vc-locking-user with
+       (vc-dired-mark-locked): Replace usage of vc-locking-user with
        vc-state or vc-up-to-date-p.
        (vc-merge): Use vc-backend-defines to check whether merging is
        possible.  Set state to 'edited after successful merge.
        * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
 
        * vc.el (vc-do-command): kill-all-local-variables, to reset any
-       major-mode in which the buffer might have been put earlier.  Use
-       `remove' and `when'.  Allow `okstatus' to be `async' and use
+       major-mode in which the buffer might have been put earlier.
+       Use `remove' and `when'.  Allow `okstatus' to be `async' and use
        `start-process' in this case.
        (vc-version-diff): Handle the case where the diff looks empty
        because of the use of an async process.
 
 2000-09-04  Andre Spiegel  <spiegel@gnu.org>
 
-       * vc.el (vc-next-action-on-file): Removed optional parameter
+       * vc.el (vc-next-action-on-file): Remove optional parameter
        `simple'.  Recompute state unconditionally.
-       (vc-default-toggle-read-only): Removed.
+       (vc-default-toggle-read-only): Remove.
 
-       * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
+       * vc-hooks.el (vc-backend-functions): Remove vc-toggle-read-only.
        (vc-toggle-read-only): Undid prev change.
 
-       * vc-cvs.el (vc-cvs-stay-local): Renamed from
+       * vc-cvs.el (vc-cvs-stay-local): Rename from
        vc-cvs-simple-toggle.  Redocumented.
        (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
-       (vc-cvs-toggle-read-only): Removed.
+       (vc-cvs-toggle-read-only): Remove.
 
 2000-09-04  Stefan Monnier  <monnier@cs.yale.edu>
 
        (vc-dired-mode-map): Properly defvar it.
        (vc-print-log): Call log-view-mode if available.
        (small-temporary-file-directory): defvar instead of use boundp.
-       (vc-merge-news): Moved to vc-cvs.el.
+       (vc-merge-news): Move to vc-cvs.el.
        (vc-default-merge-news): New function.
 
        * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
        call to vc-rcs-latest-on-branch-p.  Hopefully that was the right one.
 
        * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
-       (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
+       (vc-rcs-trunk-p, vc-rcs-branch-part): Move from vc-rcs.el.
        (vc-rcs-latest-on-branch-p): Use the `version' argument rather
        than the apparently unbound `workfile-version'.
 
        * vc-cvs.el (vc-cvs-checkout): Docstring fix.  Added a `(if
        workfile' that got lost when the code was extracted from vc.el.
        And merged the tail with the rest of the code (not possible in the
-       old vc.el where the tail was shared among all backends).  And
-       explicitly set the state to 'edited if `writable' is set.
+       old vc.el where the tail was shared among all backends).
+       And explicitly set the state to 'edited if `writable' is set.
 
        * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
        (vc-cvs-state): Be careful to return the value from
        workfile was nil).
 
        * vc.el: Removed those pesky unnecessary `(function' quotes.
-       (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
-       directly in the defvar.
+       (vc-annotate-mode-map, vc-annotate-mode-syntax-table):
+       Initialize directly in the defvar.
        (vc-do-command): Bind inhibit-read-only so as to properly handle
        the case where the destination buffer has been made read-only.
        (vc-diff): Delegate to vc-version-diff in all cases.
        (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
-       (vc-annotate-mode-variables): Removed (code moved partly to
+       (vc-annotate-mode-variables): Remove (code moved partly to
        defvars and partly to vc-annotate-add-menu).
        (vc-annotate-mode): Turned into a derived-mode.
-       (vc-annotate-add-menu): Moved in code in
+       (vc-annotate-add-menu): Move in code in
        vc-annotate-mode-variables.
        (vc-update-change-log): Use make-temp-file if available.
 
 
 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
 
-       * vc.el (vc-next-action-on-file): Added handling of state
+       * vc.el (vc-next-action-on-file): Add handling of state
        `unlocked-changes'.
        (vc-checkout-carefully): Is now practically obsolete, unless the
        above is too slow to be enabled unconditionally.
-       (vc-update-change-log): Fixed typo.
+       (vc-update-change-log): Fix typo.
 
-       * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
+       * vc-sccs.el (vc-sccs-steal-lock): Rename from `vc-sccs-steal'.
 
        * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
        Now handles state `unlocked-changes'.
        (vc-sccs-workfile-unchanged-p): New function, to support the above.
 
-       * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
+       * vc-rcs.el (vc-rcs-steal-lock): Rename from `vc-rcs-steal'.
 
-       * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
+       * vc-rcs-hooks.el (vc-rcs-state): Fix typo.
        (vc-rcs-fetch-master-state): Bug fixes.  Recognize state
        `unlocked-changes'.
-       (vc-rcs-workfile-unchanged-p): Renamed from
+       (vc-rcs-workfile-unchanged-p): Rename from
        `vc-rcs-workfile-unchanged'.  This is not a real backend-specific
        function yet, but supposed to become one soon.
 
-       * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
+       * vc-hooks.el (vc-backend-functions): Rename `vc-steal' to
        `vc-steal-lock'.
-       (vc-call-backend): Changed error message.
-       (vc-state): Added description of state `unlocked-changes'.
+       (vc-call-backend): Change error message.
+       (vc-state): Add description of state `unlocked-changes'.
 
 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
 
-       * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
+       * vc-cvs-hooks.el (vc-cvs-registered): Fix bug that caused it to
        always return t in CVS-controlled directories.
 
        * vc.el (vc-responsible-backend): New function.
        (vc-register): Largely rewritten.
-       (vc-admin): Removed (implementation moved into vc-register).
+       (vc-admin): Remove (implementation moved into vc-register).
        (vc-checkin): Redocumented.
        (vc-finish-logentry): If no backend defined yet (because we are in
        the process of registering), use the responsible backend.
 
        * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
-       Updated function lists.
-       (vc-call-backend): Fixed typo.
+       Update function lists.
+       (vc-call-backend): Fix typo.
 
        * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
        New functions.
-       (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
+       (vc-BACKEND-register): Rename from `vc-BACKEND-admin'.
        Removed query option.  Redocumented.
 
 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
 
 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
 
-       * vc-rcs.el (vc-rcs-backend-release-p): function added.  other
-       stuff updated to reference this function instead of the old
+       * vc-rcs.el (vc-rcs-backend-release-p): function added.
+       other stuff updated to reference this function instead of the old
        `vc-backend-release-p'.
 
 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
 
-       * vc-sccs-hooks.el (vc-uses-locking): Renamed to
+       * vc-sccs-hooks.el (vc-uses-locking): Rename to
        vc-checkout-model.  Return appropriate values.  Updated callers.
 
 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
 
-       * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
+       * vc.el (vc-backend-release, vc-backend-release-p): Move to vc-rcs.el.
        (vc-backend-revert): Function moved into `vc-revert';
        `vc-next-action' must be updated to accommodate this change.
        (vc-backend-steal): Function moved into `vc-finish-steal'.
 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
 
        * vc.el (vc-next-action-on-file): Rewritten for the new state model.
-       (vc-backend-merge-news): Renamed to `vc-merge-news'.  (Specific parts
+       (vc-backend-merge-news): Rename to `vc-merge-news'.  (Specific parts
        still need to be split, and implemented for RCS).
 
 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
 
        * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
 
-       * vc-sccs.el (vc-sccs-admin): Added the query-only option as
+       * vc-sccs.el (vc-sccs-admin): Add the query-only option as
        required by the vc.el file.
 
-       * vc-rcs.el (vc-rcs-admin): Added the query-only option as
+       * vc-rcs.el (vc-rcs-admin): Add the query-only option as
        required by the vc.el file.
        (vc-rcs-exists): Function added.
 
-       * vc-cvs.el (vc-cvs-admin): Added the query-only option as
+       * vc-cvs.el (vc-cvs-admin): Add the query-only option as
        required by the vc.el file.
 
-       * vc.el (vc-admin): Updated to handle selection of appropriate
+       * vc.el (vc-admin): Update to handle selection of appropriate
        backend.  Current implementation is crufty and need re-thinking.
 
        * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
 
 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
 
-       * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
+       * vc-cvs.el (vc-cvs-annotate-difference): Update to handle
        beginning of annotate buffers correctly.
 
        * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
 
 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
 
-       * vc-sccs-hooks.el (vc-sccs-registered): Updated.
+       * vc-sccs-hooks.el (vc-sccs-registered): Update.
 
-       * vc-rcs-hooks.el (vc-rcs-registered): Updated.
+       * vc-rcs-hooks.el (vc-rcs-registered): Update.
 
-       * vc-cvs-hooks.el (vc-cvs-registered): Updated.
+       * vc-cvs-hooks.el (vc-cvs-registered): Update.
 
 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
 
        * vc-hooks.el (vc-master-templates): Is really obsolete.
        Comment out the definition for now.  What is the right procedure
        to get rid of it?
-       (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
-       rewritten.
+       (vc-registered, vc-backend, vc-buffer-backend, vc-name):
+       Largely rewritten.
        (vc-default-registered): Remove.
        (vc-check-master-templates): New function; does mostly what the
        above did before.
        * vc.el (vc-backend-checkout): Function removed and replaced in
        the vc-backend.el files.
 
-       * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
+       * vc-sccs.el (vc-sccs-checkout): Add function `vc-sccs-checkout'.
 
-       * vc.el (vc-backend-admin): Removed and replaced in the
+       * vc.el (vc-backend-admin): Remove and replaced in the
        vc-backend.el files.
 
-       * vc.el (Martin): Removed all the annotate functionality since it
+       * vc.el (Martin): Remove all the annotate functionality since it
        is CVS backend specific.
 
 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
        (vc-logentry-check-hook): New option.
        (vc-steal-lock): Use compose-mail.
        (vc-dired-mode-map): Defvar when compiling.
-       (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
+       (vc-add-triple, vc-record-rename, vc-lookup-triple): Move to
        vc-sccs.el and renamed.  Callers changed.
        (vc-backend-checkout, vc-backend-logentry-check)
        (vc-backend-merge-news): Doc fix.
        (vc-rcs-checkin): New functions (code from vc.el).
        (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
        Doc fix.
-       (vc-rcs-release): Deleted.  (Duplicated vc-rcs-system-release).
+       (vc-rcs-release): Delete.  (Duplicated vc-rcs-system-release).
 
        * vc-sccs.el: Require vc when compiling.
        (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
        (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
        from vc.el).
        (vc-sccs-add-triple, vc-sccs-record-rename)
-       (vc-sccs-lookup-triple): Moved from vc.el and renamed.
+       (vc-sccs-lookup-triple): Move from vc.el and renamed.
        (vc-sccs-admin): Doc fix.
 
 2000-09-04  Martin Lorentzson  <martinl@gnu.org>
        (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
        from vc.el.
 
-       * vc-sccs.el (vc-admin-sccs): Added from vc.el
+       * vc-sccs.el (vc-admin-sccs): Add from vc.el
 
        * vc-cvs.el: Moved the annotate functionality from vc.el.
-       (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
+       (vc-cvs-admin, vc-cvs-fetch-status): Add from vc.el.
 
 2000-09-04  Dave Love  <fx@gnu.org>
 
        * vc.el (vc-backend-release): Call vc-system-release.
 
        * vc-sccs.el (vc-sccs-system-release):
-       Renamed from vc-sccs-backend-release.
+       Rename from vc-sccs-backend-release.
 
        * vc-rcs.el (vc-rcs-system-release):
-       Renamed from vc-rcs-backend-release.
+       Rename from vc-rcs-backend-release.
 
        * vc-cvs.el (vc-cvs-system-release):
-       Renamed from vc-cvs-backend-release.
+       Rename from vc-cvs-backend-release.
 
 2000-09-04  Dave Love  <fx@gnu.org>
 
-       * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
+       * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Move to
        backend files.
        (vc-backend-release): Dispatch to backend functions.
        (vc-backend-release-p): Don't mention CVS, RCS.  [The SCCS case
        probably needs attention.]
 
-       * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
+       * vc-sccs.el, vc-rcs.el (vc-sccs-release): Move from vc.el.
        (vc-sccs-backend-release): New function.
 
-       * vc-cvs.el (vc-cvs-release): Moved from vc.el.
+       * vc-cvs.el (vc-cvs-release): Move from vc.el.
        (vc-cvs-backend-release): New function.
 
        * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
        Doc fix.
-       (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
+       (vc-fetch-cvs-status): Move to vc-cvs.el and renamed.
        (vc-default-dired-state-info): New function.
        (vc-dired-state-info): Dispatch to backends.
        (vc-dired-hook): Doc fix.  Simplify, pending removal of CVS specifics.
 
-       * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
-       from vc.el and renamed.
+       * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status):
+       Move from vc.el and renamed.
 
 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
 
        * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
-       (vc-version-other-window, vc-backend-assign-name): Removed
-       references to vc-latest-version; sometimes changed into
+       (vc-version-other-window, vc-backend-assign-name):
+       Remove references to vc-latest-version; sometimes changed into
        vc-workfile-version.
 
-       * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
+       * vc-rcs-hooks.el (vc-master-workfile-version): Rename to
        vc-rcs-master-workfile-version.
        (vc-rcs-workfile-version): Use the above.  Don't call
        vc-latest-version (that was unreachable code, anyway).
        (vc-rcs-fetch-master-properties): Doc fix.
 
-       * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
-       (vc-backend-hook-functions): Removed them from this list, too.
-       (vc-fetch-properties): Removed.
+       * vc-hooks.el (vc-latest-version, vc-your-latest-version): Remove.
+       (vc-backend-hook-functions): Remove them from this list, too.
+       (vc-fetch-properties): Remove.
        (vc-workfile-version): Doc fix.
 
        * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
        (vc-rcs-uses-locking): Use it.
 
        * vc-hooks.el (vc-consult-rcs-headers):
-       Moved into vc-rcs-hooks.el, under the name
+       Move into vc-rcs-hooks.el, under the name
        vc-rcs-consult-headers.
 
        * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
        New functions.
 
        * vc-hooks.el (vc-master-locks, vc-master-locking-user):
-       Moved into both
+       Move into both
        vc-rcs-hooks.el and vc-sccs-hooks.el.  These properties and access
        functions are implementation details of those two backends.
 
        * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
        code moved here from vc-hooks.
 
-       * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
-       into back-end specific parts and removed.  Callers not updated
+       * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties):
+       Split into back-end specific parts and removed.  Callers not updated
        yet; because I guess these callers will disappear into back-end
        specific files anyway.
 
 2000-09-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
 
        * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
-       (vc-backend-checkout): Changed calls to `vc-checkout-model' to
+       (vc-backend-checkout): Change calls to `vc-checkout-model' to
        `vc-uses-locking'.
 
-       * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
+       * vc-hooks.el (vc-checkout-model): Rename to vc-uses-locking.
        Store yes/no in the property, and return t/nil.  Updated all
        callers.
 
-       * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
+       * vc-sccs-hooks.el (vc-sccs-checkout-model): Rename to
        vc-sccs-uses-locking.  Don't set property.
        (vc-sccs-locking-user): Don't set property.
 
-       * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
+       * vc-cvs-hooks.el (vc-cvs-checkout-model): Rename to
        vc-cvs-uses-locking.  Don't set property here; leave that to
        vc-hooks.
        (vc-cvs-locking-user): Reflect above change.  Streamlined.
 
-       * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
+       * vc-rcs-hooks.el (vc-rcs-checkout-model): Rename to
        vc-rcs-uses-locking.
        (vc-rcs-locking-user): Reflect above change.
 
 2000-09-04  Dave Love  <fx@gnu.org>
 
        * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
-       (vc-master-workfile-version): Moved from vc-hooks.
+       (vc-master-workfile-version): Move from vc-hooks.
 
        * vc-rcs-hooks.el: Fix duplicate code in last change.
 
        * vc-rcs-hooks.el: Require vc-hooks when compiling.
        (vc-rcs-master-templates): Improve :type.
        (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
-       (vc-master-workfile-version): Moved from vc-hooks.
+       (vc-master-workfile-version): Move from vc-hooks.
 
        * vc-sccs-hooks.el: Require vc-hooks when compiling.
        (vc-sccs-master-templates): Improve :type.
        (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
 
-       * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
+       * vc-hooks.el (vc-lock-file): Move to vc-sccs-hooks and renamed.
 
        * vc-cvs-hooks.el: Require vc-hooks when compiling.
-       (vc-cvs-master-templates): Improve :type.  Use
-       vc-cvs-find-cvs-master.
-       (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
+       (vc-cvs-master-templates): Improve :type.
+       Use vc-cvs-find-cvs-master.
+       (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Move here
        from vc-hooks.
-       (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
+       (vc-vc-find-cvs-master): Rename to vc-cvs-find-cvs-master.
 
        * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
-       Moved to vc-cvs-hooks.
+       Move to vc-cvs-hooks.
 
        * vc-hooks.el: Add doc strings in various places.  Simplify the
        minor mode setup.
        (vc-handled-backends): New user variable.
-       (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
-       simplification.
+       (vc-parse-buffer, vc-insert-file, vc-default-registered):
+       Minor simplification.
 
 2000-09-04  Dave Love  <fx@gnu.org>
 
 
 2000-09-04  Dave Love  <fx@gnu.org>
 
-       * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
-       menu-bar-update-hook.
+       * mouse.el (mouse-major-mode-menu, mouse-popup-menubar):
+       Run menu-bar-update-hook.
 
-       * help.el (help-manyarg-func-alist): Add
-       find-operation-coding-system.
+       * help.el (help-manyarg-func-alist):
+       Add find-operation-coding-system.
 
        * wid-edit.el (widget-sexp-validate): Fix garbled code.
 
 
 2000-09-01  John Wiegley  <johnw@gnu.org>
 
-       * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
+       * pcomplete.el (pcomplete-dirs-or-entries): Add a missing
        predicate, which caused entries in the completion list to be
        doubled.
 
 
 2000-08-28  John Wiegley  <johnw@gnu.org>
 
-       * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
-       completion function for Eshell's implementation of `unset'.
+       * eshell/esh-var.el (pcomplete/eshell-mode/unset):
+       Add completion function for Eshell's implementation of `unset'.
 
 2000-09-02  Eli Zaretskii  <eliz@is.elta.co.il>
 
 2000-08-30  Andrew Innes  <andrewi@gnu.org>
 
        * timer.el (run-with-idle-timer): Undo last change, so that timer
-       is not activated immediately if Emacs is already idle.  Some
-       existing code relies on this behavior.
+       is not activated immediately if Emacs is already idle.
+       Some existing code relies on this behavior.
 
 2000-08-30  Miles Bader  <miles@gnu.org>
 
        * help.el (help-xref-mule-regexp): New variable.
        (help-make-xrefs): Handle help-xref-mule-regexp.
 
-       * international/mule-cmds.el (help-xref-mule-regexp-template): New
-       variable.
+       * international/mule-cmds.el (help-xref-mule-regexp-template):
+       New variable.
        (describe-input-method): Temporarily activate the specified input
        method to display the information.
        (describe-language-environment): Hyperlinks to mule related items.
 
-       * international/mule-diag.el (charset-multibyte-form-string): New
-       function.
+       * international/mule-diag.el (charset-multibyte-form-string):
+       New function.
        (list-character-sets-1): Use charset-multibyte-form-string.
        (describe-character-set): New function.
        (describe-coding-system): Hyperlinks to safe character sets.
 
        * international/quail.el (quail-help): New arg PACKAGE.
        Hyperlinks to mule related items.
-       (quail-help-insert-keymap-description): Use
-       substitute-command-keys instead of describe-bindings.
+       (quail-help-insert-keymap-description):
+       Use substitute-command-keys instead of describe-bindings.
        (quail-translation-help): Hyperlinks to mule related items.
 
 2000-08-28  John Wiegley  <johnw@gnu.org>
        have a defsubst call itself.  Made `eshell-flatten-list' back into
        a function again.
 
-       * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
+       * eshell/em-smart.el (eshell-smart-redisplay): Add a safety
        catch, in case re-centering point at bottom messes up the display.
        This happens frequently in Emacs 21, due I believe to variable
        line heights.
        (eshell-copy-handles): Created a new macro for duplicating the
        current set of open handles.  This is needed by the looping
        functions.
-       (eshell-do-eval): Fixed while and if, so that the eshell-test-body
+       (eshell-do-eval): Fix while and if, so that the eshell-test-body
        is not incorrectly stomped on.
 
-       * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
-       declaration for pcomplete-use-paring.
+       * eshell/em-cmpl.el (eshell-cmpl-use-paring):
+       Mirror declaration for pcomplete-use-paring.
        (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
        value of eshell-cmpl-use-paring.
        * pcomplete.el (pcomplete-use-paring): New config variable, to
        (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
        completion alternatives that have already been used.
 
-       * eshell/esh-mode.el (eshell-repeat-argument): Added function,
+       * eshell/esh-mode.el (eshell-repeat-argument): Add function,
        bound to C-c C-y, which will repeat the previous N arguments
        (based on prefix argument).
        (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
        name to delete is.
 
        * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
-       first entry that correlates to a passwd/group number.  Later
-       entries (used for group/user name aliasing to multiple IDs) are
+       first entry that correlates to a passwd/group number.
+       Later entries (used for group/user name aliasing to multiple IDs) are
        ignored.
 
        * eshell/em-xtra.el (eshell/expr):
        * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
        argument list, before passing it to the system command.
 
-       * eshell/esh-mode.el (eshell-find-tag): Added a special version of
+       * eshell/esh-mode.el (eshell-find-tag): Add a special version of
        `find-tag' for use at final position in Eshell buffers (which
        otherwise triggers an error on Emacs 21).
        (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
        types RET after an open delimiter (like "), display a message
        indicating that Eshell is waiting for the closing delimiter.
 
-       * eshell/esh-var.el (eshell/unset): Added a command for unsetting
+       * eshell/esh-var.el (eshell/unset): Add a command for unsetting
        environment variables.
 
-       * eshell/em-unix.el (eshell/diff): Added logic to fail more
+       * eshell/em-unix.el (eshell/diff): Add logic to fail more
        gracefully if the user enters incorrect arguments.
 
        * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
        * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
        (not (= ...)).
 
-       * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
+       * eshell/em-unix.el (eshell-shuffle-files): Add use of `apply',
        to ensure the `preserve' flag gets propagated when doing recursive
        directory copies.
 
 
 2000-08-28  Eli Zaretskii  <eliz@is.elta.co.il>
 
-       * eshell/esh-util.el (eshell-processp): Added to relieve constant
+       * eshell/esh-util.el (eshell-processp): Add to relieve constant
        testing of `fboundp' on `processp'.
 
        * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
        (eshell/jobs): Don't call process-list if it is not bound.
        (eshell-gather-process-output): Support systems where async
        subprocesses aren't supported.
-       (eshell-scratch-buffer, eshell-last-sync-output-start): New
-       variables.
+       (eshell-scratch-buffer, eshell-last-sync-output-start):
+       New variables.
 
        * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
        eshell-do-eval returns t.
 
        * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
        (eshell-close-target, eshell-get-target): Use eshell-processp.
-       (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
-       fix.
+       (eshell-print, eshell-error, eshell-errorn, eshell-printn):
+       Doc fix.
        (eshell-get-target, eshell-create-handles): Doc fix.
 
 2000-08-28  Miles Bader  <miles@lsi.nec.co.jp>
 
 2000-08-25  Kenichi Handa  <handa@etl.go.jp>
 
-       * terminal.el (terminal-emulator): Fix args to `concat'.  Now
-       concat doesn't accept integer.
+       * terminal.el (terminal-emulator): Fix args to `concat'.
+       Now concat doesn't accept integer.
 
-       * international/kkc.el: Remove SKK from Keywords.  Require
-       ja-dic-utl instead of skkdic-utl.
+       * international/kkc.el: Remove SKK from Keywords.
+       Require ja-dic-utl instead of skkdic-utl.
 
        * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
        Provide ja-dic-cnv instead of skkdic-cnv.
-       (ja-dic-filename): Renamed from skkdic-filename.  Referrers changed.
+       (ja-dic-filename): Rename from skkdic-filename.  Referrers changed.
        (iso-2022-7bit-short): Add safe-charsets property.
        (skkdic-convert-postfix): Search Japanese chou-on character in
        addition to Hiragana character.
 
 2000-08-24  Kenichi Handa  <handa@etl.go.jp>
 
-       * international/mule-cmds.el (reset-language-environment): Set
-       default-process-coding-system to '(undecided . iso-latin-1), which
+       * international/mule-cmds.el (reset-language-environment):
+       Set default-process-coding-system to '(undecided . iso-latin-1), which
        makes process I/O almost consistent with file I/O.   Call this
        function when mule-cmds.el[c] is loaded.
 
        * comint.el (comint-output-filter): Save the point with a marker,
        not just a buffer position.
 
-       * international/mule.el (set-buffer-process-coding-system): Make
-       interactive prompt less confusing.
+       * international/mule.el (set-buffer-process-coding-system):
+       Make interactive prompt less confusing.
 
 2000-08-19  Gerd Moellmann  <gerd@gnu.org>
 
 
 2000-08-18  Gerd Moellmann  <gerd@gnu.org>
 
-       * textmodes/ispell.el (ispell-dictionary-alist-6): Add
-       `portugues'.
+       * textmodes/ispell.el (ispell-dictionary-alist-6):
+       Add `portugues'.
 
        * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
        backward-kill-sexp, analogous to kill-sexp.
        * ispell.el: Set to standard author/maintainer/keyword fields.
        Fine tuning to menu map appearance and operation, and added help.
        Remove `start' and `end' error messages when compiling.
-       (ispell-choices-win-default-height): Fixed comment string.
-       (ispell-dictionary-alist-1): Fixed regexp in castellano and
+       (ispell-choices-win-default-height): Fix comment string.
+       (ispell-dictionary-alist-1): Fix regexp in castellano and
        castellano8 dictionaries.
-       (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
-       (ispell-dictionary-alist-4): Fixed regexp in francais-tex
+       (ispell-dictionary-alist-3): Fix regexp in francais dictionary.
+       (ispell-dictionary-alist-4): Fix regexp in francais-tex
        dictionary, added italiano dictionary.
-       (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
+       (ispell-skip-region-alist): Remove regexp thrashing when `-' is a
        word character.
-       (ispell-tex-skip-alists): Added psfig support.
-       (ispell-skip-html): Renamed from ispell-skip-sgml.
+       (ispell-tex-skip-alists): Add psfig support.
+       (ispell-skip-html): Rename from ispell-skip-sgml.
        (ispell-begin-skip-region-regexp, ispell-skip-region)
-       (ispell-minor-check): Improved html skipping support to skip across
+       (ispell-minor-check): Improve html skipping support to skip across
        code, and recognize `&' commands without proper `;' syntax.
        (ispell-process-line): Fix alignment error when manually
        correcting spelling.
        shell-command-on-region as in format-decode-run-method because
        shell-command-on-region can display a buffer with error output.
        (format-decode): Don't record undo information for the decoding.
-       (format-annotate-function): Add parameter FORMAT-COUNT.  Make
-       that number part of the temporary buffer name so that more than
+       (format-annotate-function): Add parameter FORMAT-COUNT.
+       Make that number part of the temporary buffer name so that more than
        one decoding using a temporary buffer can happen safely.
 
        * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
 2000-08-15  Miles Bader  <miles@gnu.org>
 
        * textmodes/ispell.el (ispell-graphic-p): New constant.
-       (ispell-choices-win-default-height, ispell-help): Use
-       `ispell-graphic-p' instead of `xemacsp'.
+       (ispell-choices-win-default-height, ispell-help):
+       Use `ispell-graphic-p' instead of `xemacsp'.
 
 2000-08-15  Dave Love  <fx@gnu.org>
 
        * simple.el: Autoload widget-convert when compiling.
        (mail-user-agent): Doc fix.
 
-       * help.el (function-called-at-point, variable-at-point): Use
-       with-syntax-table.
+       * help.el (function-called-at-point, variable-at-point):
+       Use with-syntax-table.
        (help-manyarg-func-alist): Add insert-and-inherit.
 
        * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
 
        * find-file.el: Doc fixes.  Move provide to end.
        (ff) <defgroup>: Add :link.
-       (ff-goto-click): Deleted.
+       (ff-goto-click): Delete.
        (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
        Use mouse-set-point.
 
        Doze and Dog.
        (browse-url): Use dolist, not mapcar.
        (browse-url-at-point): Check for null url.
-       (browse-url-event-buffer, browse-url-event-point): Functions
-       deleted.
+       (browse-url-event-buffer, browse-url-event-point):
+       Functions deleted.
        (browse-url-at-mouse, browse-url-netscape): Simplify.
 
        * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
        (comint-snapshot-last-prompt): New function.
        (comint-send-input): Snapshot the last prompt.
        Use comint-highlight-input-face.
-       (comint-highlight-input-face): Renamed from `comint-highlight-face'.
+       (comint-highlight-input-face): Rename from `comint-highlight-face'.
        Use defface instead of defcustom.
        (send-invisible, comint-send-eof): Snapshot the last prompt.
        (comint-delchar-or-maybe-eof): Use comint-send-eof.
        * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
        labels.
 
-       * help.el (print-help-return-message): When
-       display-buffer-reuse-frames is set, let the help window been quit,
+       * help.el (print-help-return-message):
+       When display-buffer-reuse-frames is set, let the help window been quit,
        instead of deleting it, which might delete a reused frame.
 
 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
        `defconst', `define-condition', `with-slots'.
-       * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
+       * font-lock.el (lisp-font-lock-keywords-2): Add `with-' and `do-'.
 
 2000-08-03  Miles Bader  <miles@gnu.org>
 
        properties if comint-use-prompt-regexp-instead-of-fields is nil.
        (comint-line-beginning-position): New function.
        (comint-bol): Use comint-line-beginning-position.  Make ARG optional.
-       (comint-replace-by-expanded-history-before-point): Use
-       comint-line-beginning-position and line-end-position.
+       (comint-replace-by-expanded-history-before-point):
+       Use comint-line-beginning-position and line-end-position.
        (comint-last-output-overlay): New variable.
        (comint-mode): Make `comint-last-output-overlay' buffer-local.
 
        * shell.el (shell-prompt-pattern): Doc change.
        (shell-backward-command): Use line-beginning-position.
 
-       * gud.el (gud-gdb-complete-command): Use
-       comint-line-beginning-position.
+       * gud.el (gud-gdb-complete-command):
+       Use comint-line-beginning-position.
 
        * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
        comint-bol doesn't actually go to the beginning of the line.
        (sql-copy-column): Use comint-line-beginning-position instead of
        explicitly matching comint-prompt-regexp.
 
-       * progmodes/octave-inf.el (inferior-octave-complete): Use
-       comint-line-beginning-position.
+       * progmodes/octave-inf.el (inferior-octave-complete):
+       Use comint-line-beginning-position.
 
        * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
 
-       * progmodes/idlw-shell.el (idlwave-shell-send-command): When
-       looking for a prompt, use `forward-line 0' instead of
+       * progmodes/idlw-shell.el (idlwave-shell-send-command):
+       When looking for a prompt, use `forward-line 0' instead of
        `beginning-of-line', to avoid getting caught by an input field.
 
 2000-08-07  Gerd Moellmann  <gerd@gnu.org>
 
 2000-08-03  Eli Zaretskii  <eliz@is.elta.co.il>
 
-       * international/mule-cmds.el (select-safe-coding-system): Make
-       the message text about selecting a safe coding system more clear.
+       * international/mule-cmds.el (select-safe-coding-system):
+       Make the message text about selecting a safe coding system more clear.
 
 2000-08-02  Gerd Moellmann  <gerd@gnu.org>
 
 
 2000-08-02  Eli Zaretskii  <eliz@is.elta.co.il>
 
-       * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
-       display-mouse-p instead of window-system.
+       * progmodes/ebrowse.el (ebrowse-tree-mode-map):
+       Use display-mouse-p instead of window-system.
        (ebrowse-member-mode-map): Ditto.
 
 2000-08-01  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
        font lock support on window-system.
        (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
 
-       * textmodes/ispell.el (ispell-highlight-spelling-error): Use
-       display-color-p, if fboundp, instead of window-system.
+       * textmodes/ispell.el (ispell-highlight-spelling-error):
+       Use display-color-p, if fboundp, instead of window-system.
 
 2000-07-31  Eli Zaretskii  <eliz@is.elta.co.il>
 
 
        * subr.el (remove, remq): New functions.
 
-       * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
-       escape `*' in regexps.
+       * midnight.el (clean-buffer-list-kill-never-regexps):
+       Correctly escape `*' in regexps.
        (midnight-find): Reverse order of arguments in the funcall of
        TEST.
 
 
 2000-07-27  Alex Schroeder  <alex@gnu.org>
 
-       * sql.el (sql-ms): Added autoload cookie.
+       * sql.el (sql-ms): Add autoload cookie.
        (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
        (sql-oracle): Ditto.
        (sql-help): Doc change.
 
-       (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
+       (sql-mode-oracle-font-lock-keywords): Add PL/SQL keywords, data
        types and exceptions.
 
 2000-07-27  Alex Schroeder  <alex@gnu.org>
        (find-coding-systems-region-subset-p): This function deleted.
        (sort-coding-systems-predicate): New variable.
        (sort-coding-systems): New function.
-       (find-coding-systems-region): Use
-       find-coding-systems-region-internal.
+       (find-coding-systems-region):
+       Use find-coding-systems-region-internal.
        (find-coding-systems-string): Use find-coding-systems-region.
-       (find-coding-systems-for-charsets): Check
-       char-coding-system-table.
+       (find-coding-systems-for-charsets):
+       Check char-coding-system-table.
        (select-safe-coding-system-accept-default-p): New variable.
        (select-safe-coding-system): Mostly rewritten.  New argument
        ACCEPT-DEFAULT-P.
        * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
        (ange-ftp-real-file-newer-than-file-p): New function.
        (ange-ftp-verify-visited-file-modtime): Use `float-time'.
-       (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
+       (ange-ftp-dot-to-slash): Remove (use `subst-char-in-string').
 
-       * tooltip.el (tooltip-float-time): Removed (use `float-time').
+       * tooltip.el (tooltip-float-time): Remove (use `float-time').
        * midnight.el (midnight-float-time): Ditto.
 
 2000-07-26  Andreas Schwab  <schwab@suse.de>
 
-       * files.el (normal-backup-enable-predicate): Correct
-       interpretation of the return value of compare-strings.
+       * files.el (normal-backup-enable-predicate):
+       Correct interpretation of the return value of compare-strings.
 
 2000-07-26  Gerd Moellmann  <gerd@gnu.org>
 
        * isearch.el (isearch-resume): New function.
        (isearch-done): Add something to command-history to resume
        the search.
-       (isearch-yank-line, isearch-yank-word): Use
-       buffer-substring-no-properties instead of buffer-substring.
+       (isearch-yank-line, isearch-yank-word):
+       Use buffer-substring-no-properties instead of buffer-substring.
 
        * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
        of flyspell-mouse-map.
 
-       * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
-       duplicate definition.
+       * progmodes/make-mode.el (makefile-mode-abbrev-table):
+       Remove duplicate definition.
        (makefile-mode): Remove duplicate setting of local-abbrev-table.
 
        * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
        (ange-ftp-dot-to-slash): New function.
        (ange-ftp-fix-name-for-vms): Use it.
 
-       * midnight.el (midnight-buffer-display-time): Use
-       `with-current-buffer'.
+       * midnight.el (midnight-buffer-display-time):
+       Use `with-current-buffer'.
 
 2000-07-25  Gerd Moellmann  <gerd@gnu.org>
 
 
 2000-07-24  Francis Wright  <fjw@maths.qmw.ac.uk>
 
-       * dired.el (dired-sort-R-check): Added to allow recursive listing
+       * dired.el (dired-sort-R-check): Add to allow recursive listing
        to be undone.
        (dired-sort-other): Use it.
 
-2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2000-07-24  Martin Stjernholm  <mast@lysator.liu.se>
 
        * Release of cc-mode 5.27
 
-2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2000-07-24  Martin Stjernholm  <mast@lysator.liu.se>
 
-       * progmodes/cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
+       * progmodes/cc-engine.el (c-looking-at-inexpr-block): Replace a call to
        c-beginning-of-statement-1 that caused a bad case of recursion
        which could consume a lot of CPU in large classes in languages
        that have in-expression classes (i.e. Java and Pike).
        before case 5 and is now case 4) to catch in-expression
        classes in top level expressions correctly.
 
-2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2000-07-24  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-engine.el (c-guess-basic-syntax): Less naive handling of
        objc-method-intro. Case 4 removed and case 5I added.
        * progmodes/cc-mode.el (java-mode): Use c-append-paragraph-start to
        initialize paragraph-start for javadoc markup.
 
-       * progmodes/cc-vars.el (c-style-variables-are-local-p): Incompatible
-       change by defaulting this to t.  It's motivated by the
+       * progmodes/cc-vars.el (c-style-variables-are-local-p):
+       Incompatible change by defaulting this to t.  It's motivated by the
        confusing behavior that otherwise arise from the style system
        when editing both java and non-java files at the same time
        (see the comments about style setting in c-common-init).
 
-2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2000-07-24  Martin Stjernholm  <mast@lysator.liu.se>
 
-       * progmodes/cc-cmds.el (c-indent-new-comment-line): Added a kludge
+       * progmodes/cc-cmds.el (c-indent-new-comment-line): Add a kludge
        similar to the one in c-fill-paragraph to check the fill
        prefix from the adaptive fill function for sanity.
 
-2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2000-07-24  Martin Stjernholm  <mast@lysator.liu.se>
 
-       * progmodes/cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
+       * progmodes/cc-defs.el (c-end-of-defun-1): Fix forward scanning into
        defun block.
 
-2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2000-07-24  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-align.el (c-lineup-multi-inher): Handle lines with
        leading comma nicely. Extended to handle member initializers
        too.
 
        * progmodes/cc-engine.el (c-beginning-of-inheritance-list)
-       (c-guess-basic-syntax): Fixed recognition of inheritance lists
+       (c-guess-basic-syntax): Fix recognition of inheritance lists
        when the lines begins with a comma.
 
-       * progmodes/cc-vars.el (c-offsets-alist): Changed default for
+       * progmodes/cc-vars.el (c-offsets-alist): Change default for
        member-init-cont to c-lineup-multi-inher since it now handles
        member initializers and indents better for leading commas.
 
-2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2000-07-24  Martin Stjernholm  <mast@lysator.liu.se>
 
-       * progmodes/cc-cmds.el (c-electric-brace): Fixed some bugs in the state
+       * progmodes/cc-cmds.el (c-electric-brace): Fix some bugs in the state
        handling that caused class open lines to be recognized as
        statement-conts in some cases.
 
        guessed by the adaptive fill function unless point is on the
        first line of a block comment.
 
-       * progmodes/cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
+       * progmodes/cc-engine.el (c-forward-syntactic-ws): Fix an infloop bug
        when the buffer ends with a macro continuation char.
 
-       * progmodes/cc-engine.el (c-guess-basic-syntax): Added support for
+       * progmodes/cc-engine.el (c-guess-basic-syntax): Add support for
        function definitions as statements in Pike.  The first
        statement in a lambda block is now labeled defun-block-intro
        instead of statement-block-intro.
        so that the class surrounding point is selected, not the one
        innermost in the state.
 
-       * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug in
+       * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug in
        recognition of switch labels having hanging multiline
        statements.
 
        * progmodes/cc-engine.el (c-beginning-of-member-init-list): Broke out
        some code in c-guess-basic-syntax to a separate function.
-       * progmodes/cc-engine.el (c-just-after-func-arglist-p): Fixed
-       recognition of member inits with multiple line arglists.
+       * progmodes/cc-engine.el (c-just-after-func-arglist-p):
+       Fix recognition of member inits with multiple line arglists.
        * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
        member-init-cont when the commas are in funny places.
 
-2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2000-07-24  Martin Stjernholm  <mast@lysator.liu.se>
 
-       * progmodes/cc-defs.el (c-auto-newline): Removed this macro since it's
+       * progmodes/cc-defs.el (c-auto-newline): Remove this macro since it's
        not used anymore.
 
        * progmodes/cc-engine.el (c-looking-at-bos): New helper function.
        * progmodes/cc-engine.el (c-looking-at-inexpr-block): More tests to tell
        inexpr and toplevel classes apart in Pike.
 
-       * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
+       * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bogus recognition
        of case 9A.
 
        * progmodes/cc-langs.el, progmodes/cc-mode.el
        (c-Pike-inexpr-class-key): New constant, since "class" can
        introduce an in-expression class in Pike nowadays.
 
-2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2000-07-24  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-align.el (c-gnu-impose-minimum): Don't impose minimum
        indentation on cpp-macro lines.
 
        * progmodes/cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
        a syntax modifier like comment-intro, to make it possible to
-       get syntactic indentation for preprocessor directives.  It's
-       incompatible wrt to lineup functions on cpp-macro, but it has
+       get syntactic indentation for preprocessor directives.
+       It's incompatible wrt to lineup functions on cpp-macro, but it has
        no observable effect in the 99.9% common case where cpp-macro
        is set to -1000.
 
-2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2000-07-24  Martin Stjernholm  <mast@lysator.liu.se>
 
-       * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
+       * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug with missed
        member-init-cont when the preceding arglist is several lines.
 
-2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2000-07-24  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-styles.el (c-style-alist): The basic offset for the BSD
        style corrected to 8.
 
-2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2000-07-24  Martin Stjernholm  <mast@lysator.liu.se>
 
-       * progmodes/cc-styles.el (c-style-alist): Adjusted the indentation of
+       * progmodes/cc-styles.el (c-style-alist): Adjust the indentation of
        brace list openers in the gnu style.
 
-2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2000-07-24  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
 
        (c-electric-lt-gt, c-electric-paren): Don't reindent old lines
        when c-syntactic-indentation is nil.
 
-       * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed bug where
+       * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix bug where
        we were left at comments preceding the first statement when
        reaching the beginning of the buffer.
 
        * progmodes/cc-vars.el (c-syntactic-indentation): New variable to turn
        off all syntactic indentation.
 
-2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2000-07-24  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-cmds.el (c-fill-paragraph): Keep one or two spaces
        between the text and the block comment ender when it hangs,
        depending on how many there are before the fill.
 
-2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2000-07-24  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-engine.el (c-beginning-of-closest-statement): New helper
        function to go back to the closest preceding statement start,
        which could be inside a conditional statement.
-       * progmodes/cc-engine.el (c-guess-basic-syntax): Use
-       c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
+       * progmodes/cc-engine.el (c-guess-basic-syntax):
+       Use c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
 
        * progmodes/cc-engine.el (c-guess-basic-syntax): Better handling of
        arglist-intro, arglist-cont-nonempty and arglist-close when
        the arglist is nested inside parens.  Cases 7A, 7C and 7F
        changed.
 
-       * progmodes/cc-langs.el (c-Java-javadoc-paragraph-start): Brought
-       up-to-date with javadoc 1.2.
+       * progmodes/cc-langs.el (c-Java-javadoc-paragraph-start):
+       Brought up-to-date with javadoc 1.2.
 
-2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2000-07-24  Martin Stjernholm  <mast@lysator.liu.se>
 
-       * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed handling of
+       * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix handling of
        multiline Pike type decls.
 
-2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2000-07-24  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-cmds.el (c-indent-new-comment-line): Always break
        multiline comments in multiline mode, regardless of
        comment-multi-line.
 
-2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2000-07-24  Martin Stjernholm  <mast@lysator.liu.se>
 
-       * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug with
+       * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug with
        fully::qualified::names in C++ member init lists.  Preamble in
        case 5D changed.
 
-2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2000-07-24  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-langs.el (c-common-init): Handling of obsolete variables
        moved to c-initialize-cc-mode.  More compatible style override
        that duplicate entries in styles have the same effect
        regardless of DONT-OVERRIDE.
 
-       * progmodes/cc-styles.el (c-set-style-2): Fixed bug where the
+       * progmodes/cc-styles.el (c-set-style-2): Fix bug where the
        initialization of inheriting styles failed when the
        dont-override flag is set.
 
        * progmodes/cc-vars.el (c-special-indent-hook): Don't use set-from-style
        on this.
 
-2000-07-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2000-07-24  Martin Stjernholm  <mast@lysator.liu.se>
 
-       * progmodes/cc-defs.el (c-forward-comment): Removed the workaround
+       * progmodes/cc-defs.el (c-forward-comment): Remove the workaround
        introduced in 5.38 since it had worse side-effects.  If a line
        contains the string "//\"", it regarded the // as a comment
        start since the \ temporarily doesn't have escape syntax.
        paragraphs on the first or last line of a file.
        (ada-format-paramlist): Fix handling of default parameter values.
        (ada-get-body-name): New function.
-       (ada-get-current-indent): Optimized by searching directly for an
-       existing generic part or a statement outside of it.  Handle
-       ada-indent-align-comments when indenting comments Replaced some
+       (ada-get-current-indent): Optimize by searching directly for an
+       existing generic part or a statement outside of it.
+       Handle ada-indent-align-comments when indenting comments Replaced some
        regexps by testing directly the next character. This results in a
        huge speedup on some files.  New indentation scheme for renames
        statements.  Stop looking for the 'while' or 'for' associated with
        (ada-add-ada-menu): Remove the map and name parameters.  Add the Ada
        Reference Manual to the menu.
        (ada-check-current): Rewritten as a call to ada-compile-current.
-       (ada-compile): Removed.
+       (ada-compile): Remove.
        (ada-compile-application, ada-compile-current, ada-check-current):
        Set the compilation-search-path so that compile.el automatically
        finds the sources in src_dir.  Automatic scrolling of the
        (ada-find-file-in-dir): New function.
        (ada-find-references): Set the environment variables for gnatfind.
        (ada-find-src-file-in-dir): New function.
-       (ada-first-non-nil): Removed.
+       (ada-first-non-nil): Remove.
        (ada-gdb-application): Add support for jdb, the java debugger.
        (ada-get-ada-file-name): Load the original-file first if not done
        yet.
        compilation-search-path,...  Add the standard runtime library to
        the search path for find-file.
        (ada-prj-default-debugger): Was missing an opening '{'.
-       (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
-       variables.
+       (ada-prj-default-bind-opt, ada-prj-default-link-opt):
+       New variables.
        (ada-prj-default-gnatmake-opt): New variable.
        (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
        buffers, the project file is the default one Save the windows
        configuration before displaying the menu.
-       (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed.
+       (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Remove.
        (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
        ...)  regexp-quote identifiers names to support operators +,
        -,... in regexps.
        (ada-remote): New function.
        (ada-run-application): Erase the output buffer before starting the
-       run Support remote execution of the application.  Use
-       call-process, or the arguments are incorrectly parsed.
+       run Support remote execution of the application.
+       Use call-process, or the arguments are incorrectly parsed.
        (ada-set-default-project-file): Reread the content of the active
        project file, not the one from the current buffer When a project
        file is set as the default project, all directories are
 
        * net/goto-addr.el: Change maintainer to FSF.
 
-       * info.el (Info-title-face-alist): Removed.
+       * info.el (Info-title-face-alist): Remove.
 
 2000-07-18  David Ponce  <david@dponce.com>
 
 
        * align.el (align-newline-and-indent): Adding new function,
        for auto-aligning blocks of code on RET.
-       (align-region): Fixed badly formatted minibuffer message.
+       (align-region): Fix badly formatted minibuffer message.
 
 2000-07-17  Kenichi Handa  <handa@etl.go.jp>
 
        * international/kkc.el (kkc-show-conversion-list-count): Customize it.
-       (kkc-region): Update kkc-next-count and kkc-prev-count here.  Show
-       the conversion list at first if appropriate.
+       (kkc-region): Update kkc-next-count and kkc-prev-count here.
+       Show the conversion list at first if appropriate.
        (kkc-next): Don't update kkc-next-count here.
        (kkc-prev): Don't update kkc-prev-count here.
        (kkc-show-conversion-list-update): Fix setting up of conversion
        * cus-edit.el (custom-buffer-create-internal): Use a help-echo
        function to be more specific.
 
-       * wid-edit.el (widget-specify-field, widget-specify-button): Allow
-       non-string help-echo.
+       * wid-edit.el (widget-specify-field, widget-specify-button):
+       Allow non-string help-echo.
        (widget-types-convert-widget): Defsubst it.
        (widget-echo-help): Try to cope with a help-echo function of two
        possible sorts.
        Use fortran-comment-indent, not fortran-comment-indent-function.
        (fortran-comment-region, fortran-electric-line-number): Simplify.
        (fortran-auto-fill): New function.
-       (fortran-do-auto-fill): Deleted.
+       (fortran-do-auto-fill): Delete.
        (fortran-find-comment-start-skip):
        Check for non-null comment-start-skip.
        (fortran-auto-fill-mode, fortran-fill-statement):
 
 2000-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
 
-       * eshell/esh-module.el (toplevel): Reference
-       byte-compile-current-file only if it is bound.
+       * eshell/esh-module.el (toplevel):
+       Reference byte-compile-current-file only if it is bound.
 
 2000-07-10  Gerd Moellmann  <gerd@gnu.org>
 
 
 2000-07-10  Kenichi Handa  <handa@etl.go.jp>
 
-       * international/mule-diag.el (describe-font): Adjusted for the
+       * international/mule-diag.el (describe-font): Adjust for the
        change of fontset-info.
        (print-fontset): Likewise.
 
 
 2000-07-01  Francesco Potortì  <pot@gnu.org>
 
-       * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
+       * rmail.el (mail-unsent-separator): Change "the" to "\\w+", as
        exim can use "your message" instead of "the message".
 
 2000-07-06  Stefan Monnier  <monnier@cs.yale.edu>
 2000-07-05  Michael Kifer  <kifer@cs.sunysb.edu>
 
        * ediff-diff.el (ediff-wordify): Use syntax table.
-       * ediff-init.el (ediff-has-face-support-p): Use
-       ediff-color-display-p.
+       * ediff-init.el (ediff-has-face-support-p):
+       Use ediff-color-display-p.
        (ediff-color-display-p): Use display-color-p, changed to defun
        from defsubst.
        Got rid of special cases for NeXT and OS/2.
        * Makefile.in (DONTCOMPILE): Add comment that the name may
        not be changed without changing the make-dist script.
 
-       * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
+       * emacs-lisp/cl-extra.el (cl-old-mapc): Remove; don't defalias mapc.
        (cl-mapc): Use mapc instead of cl-old-mapc.
 
 2000-07-05  Andrew Innes  <andrewi@gnu.org>
        * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
        window-system.
 
-       * man.el (Man-notify-when-ready): Don't use window-system.  If
-       Man-notify-method is newframe, and the display is not
+       * man.el (Man-notify-when-ready): Don't use window-system.
+       If Man-notify-method is newframe, and the display is not
        multi-frame, select the frame created for the man page.
        (Man-init-defvars): Doc fix.
 
        (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
        is used.
 
-       (sql-informix): Added command line parameter "-" to force
+       (sql-informix): Add command line parameter "-" to force
        sql-informix-program to use stdout.
 
 2000-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
 2000-06-23  Dave Love  <fx@gnu.org>
 
        * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
-       (font-lock-fontify-anchored-keywords): Use
-       line-beginning-position.
+       (font-lock-fontify-anchored-keywords):
+       Use line-beginning-position.
        (global-font-lock-mode): Use mapc.
 
 2000-06-23  Stefan Monnier  <monnier@cs.yale.edu>
 2000-06-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
 
        * ps-print.el: Fix bug: if ^L is the very first buffer character,
-       ps-print crashes.  New feature: page selection for printing.  Create
-       raw-text-unix coding system for XEmacs.  Doc fix.
+       ps-print crashes.  New feature: page selection for printing.
+       Create raw-text-unix coding system for XEmacs.  Doc fix.
        (ps-print-version): New version number (5.2.3).
        (ps-plot-region): Bug fix.
        (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
        (ps-header-sheet, ps-generate, ps-end-job): Code fix.
-       (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
-       funs.
+       (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p):
+       New funs.
        (ps-selected-pages, ps-last-selected-pages, ps-first-page)
        (ps-last-page): New vars.
 
 
 2000-06-21  Kenichi Handa  <handa@etl.go.jp>
 
-       * international/mule-cmds.el (set-language-info-alist): Docstring
-       fixed.
+       * international/mule-cmds.el (set-language-info-alist):
+       Docstring fixed.
 
 2000-06-20  Gerd Moellmann  <gerd@gnu.org>
 
 2000-06-20  Stefan Monnier  <monnier@cs.yale.edu>
 
        * jit-lock.el (with-buffer-prepared-for-jit-lock):
-       Renamed from with-buffer-prepared-for-font-lock and use
+       Rename from with-buffer-prepared-for-font-lock and use
        inhibit-modification-hooks rather than setting *-change-functions.
        Update all functions to use the new name.
        (jit-lock-first-unfontify-pos): New semantics (and doc).
 
 2000-06-20  Sam Steingold  <sds@gnu.org>
 
-       * emacs-lisp/cl-indent.el (toplevel): Indent
-       `print-unreadable-object' properly.  Untabify.
+       * emacs-lisp/cl-indent.el (toplevel):
+       Indent `print-unreadable-object' properly.  Untabify.
 
 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
 
        * textmodes/reftex.el (reftex-find-citation-regexp-format):
        Support for bibentry.
-       (reftex-compile-variables): Fixed problem with end of section-re.
+       (reftex-compile-variables): Fix problem with end of section-re.
 
        * textmodes/reftex-dcr.el (reftex-view-crossref)
        (reftex-view-crossref-from-bibtex):
        Deal with changed `reftex-find-citation-regexp-format'.
        (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
-       Replaced `remprop' with `put'.
+       Replace `remprop' with `put'.
        (reftex-view-crossref, reftex-view-crossref-when-idle):
        Support for bibentry.
 
        (isearch-minibuffer-input-method-function): These variables
        deleted.
        (isearch-with-input-method): Don't use the above variables.
-       (isearch-process-search-multibyte-characters): Likewise.  Call
-       read-string with the arg INHERIT-INPUT-METHOD t.
+       (isearch-process-search-multibyte-characters): Likewise.
+       Call read-string with the arg INHERIT-INPUT-METHOD t.
 
 2000-06-17  Stefan Monnier  <monnier@cs.yale.edu>
 
 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
 
        * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
-       (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
-       functions.
+       (Info-find-node-in-buffer-1, Info-find-node-in-buffer):
+       New functions.
        (Info-find-node-2): Try a case-sensitive search first, then
        do a case-insensitive search.
 
 
 2000-06-15  Kenichi Handa  <handa@etl.go.jp>
 
-       * international/mule.el (set-buffer-file-coding-system): Almost
-       rewritten to handle `undecided' as no-op.
+       * international/mule.el (set-buffer-file-coding-system):
+       Almost rewritten to handle `undecided' as no-op.
 
 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
 
        (tar-subfile-save-buffer): Likewise.
 
        * international/mule.el
-       (after-insert-file-set-buffer-file-coding-system): Call
-       set-buffer-file-coding-system with the arg FORCE t.
+       (after-insert-file-set-buffer-file-coding-system):
+       Call set-buffer-file-coding-system with the arg FORCE t.
 
 2000-06-13  Gerd Moellmann  <gerd@gnu.org>
 
 
 2000-06-13  Eli Zaretskii  <eliz@is.elta.co.il>
 
-       * frame.el (display-multi-frame-p, display-multi-font-p): New
-       defaliases for display-graphic-p.
+       * frame.el (display-multi-frame-p, display-multi-font-p):
+       New defaliases for display-graphic-p.
 
        * hl-line.el: Fixed a typo in commentary.
 
 2000-06-13  Kenichi Handa  <handa@etl.go.jp>
 
-       * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
-       fixed.
+       * language/tibet-util.el (tibetan-tibetan-to-transcription):
+       Typo fixed.
 
 2000-06-12  Dave Love  <fx@gnu.org>
 
 
 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
 
-       * international/mule.el (set-buffer-file-coding-system): If
-       CODING-SYSTEM is nil, set buffer-file-coding-system to nil
+       * international/mule.el (set-buffer-file-coding-system):
+       If CODING-SYSTEM is nil, set buffer-file-coding-system to nil
        unconditionally.
 
 2000-06-12  Dave Love  <fx@gnu.org>
        * progmodes/executable.el: Byte compile dynamic.
        (executable-insert): Change custom type.
        (executable-find): Add autoload cookie.
-       (executable-make-buffer-file-executable-if-script-p): New
-       function.  After Noah Friedman.
+       (executable-make-buffer-file-executable-if-script-p):
+       New function.  After Noah Friedman.
 
        * files.el (after-save-hook): Customize, with
        executable-make-buffer-file-executable-if-script-p as an option.
 
 2000-06-08  Dave Love  <fx@gnu.org>
 
-       * international/mule-cmds.el (select-safe-coding-system): If
-       DEFAULT-CODING-SYSTEM is not specified, also check the most
+       * international/mule-cmds.el (select-safe-coding-system):
+       If DEFAULT-CODING-SYSTEM is not specified, also check the most
        preferred coding-system if buffer-file-coding-system is
        `undecided'.  From Handa.
 
        (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
        Likewise.
 
-       * international/mule-diag.el (non-iso-charset-alist): Specify
-       translation table symbol instead of translation table itself.
+       * international/mule-diag.el (non-iso-charset-alist):
+       Specify translation table symbol instead of translation table itself.
        (list-block-of-chars): CHARSET may be a translation table symbol.
 
        * international/mule.el (make-coding-system): If CODING-SYSTEM
        * international/fontset.el: Use family `proportional' for Tibetan
        fonts.
 
-       * international/ccl.el (ccl-compile-translate-character): Don't
-       check if Rrr has property translation-table.
-       (ccl-compile-map-multiple): Modified to avoid compiler warning.
+       * international/ccl.el (ccl-compile-translate-character):
+       Don't check if Rrr has property translation-table.
+       (ccl-compile-map-multiple): Modify to avoid compiler warning.
 
 2000-06-05  Gerd Moellmann  <gerd@gnu.org>
 
        (sh-help-string-for-variable, sh-guess-basic-offset):
        Don't quote lambdas.
        (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
-       (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
+       (sh-regexp-for-done, sh-kw-alist, sh-kw): Move to before their use.
 
        * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
        (mh-letter-mode): Derive from text-mode.
 2000-06-02  Dave Love  <fx@gnu.org>
 
        * wid-edit.el: byte-compile-dynamic since we typically don't use
-       all the widgets.  Don't require cl or widget.  Remove
-       eval-and-compile.  Don't autoload finder-commentary.  Doc fixes.
-       (widget-read-event): Removed.  Callers changed to use read-event.
-       (widget-button-release-event-p): Renamed from
+       all the widgets.  Don't require cl or widget.
+       Remove eval-and-compile.  Don't autoload finder-commentary.  Doc fixes.
+       (widget-read-event): Remove.  Callers changed to use read-event.
+       (widget-button-release-event-p): Rename from
        button-release-event-p.
        (widget-field-add-space, widget-field-use-before-change):
        Uncustomize.
        (widget-specify-field): Use keymap property, not local-map.
        (widget-specify-button): Obey :suppress-face.
        (widget-specify-insert): Use modern backquote syntax.
-       (widget-image-directory): Renamed from widget-glyph-directory.
-       (widget-image-enable): Renamed from widget-glyph-enable.
+       (widget-image-directory): Rename from widget-glyph-directory.
+       (widget-image-enable): Rename from widget-glyph-enable.
        (widget-image-find): Replaces widget-glyph-find.
        (widget-button-pressed-face): Move defvar.
        (widget-image-insert): Replaces widget-glyph-insert.
        (widget-sexp-prompt-value, widget-echo-help): Simplify.
        (widget-default-create): Use widget-image-insert; some rewriting.
        (widget-visibility-value-create)
-       (widget-push-button-value-create, widget-toggle-value-create): Use
-       widget-image-insert.
+       (widget-push-button-value-create, widget-toggle-value-create):
+       Use widget-image-insert.
        (checkbox): Create on and off images dynamically.
        (documentation-link): Change :help-echo.
        (widget-documentation-link-echo-help): Remove.
        (tibetan-composition-function): Fix args to
        tibetan-compose-string.
 
-       * language/tibetan.el (tibetan-composable-pattern): More
-       characters included.
+       * language/tibetan.el (tibetan-composable-pattern):
+       More characters included.
        (tibetan-consonant-transcription-alist): Rule for "R" added.
        (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
        "+R" added.
 
 2000-05-31  Dave Love  <fx@gnu.org>
 
-       * loadhist.el (loadhist-hook-functions): Remove
-       before-change-function, after-change-function.
+       * loadhist.el (loadhist-hook-functions):
+       Remove before-change-function, after-change-function.
        (unload-feature): Deal with symbols which are both bound and
        fbound.
 
        * progmodes/antlr-mode.el: New commands: hide/unhide actions,
        upcase/downcase literals.
        (antlr-tiny-action-length): New user option.
-       (antlr-hide-actions): New command.  Suggested by
-       Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
+       (antlr-hide-actions): New command.
+       Suggested by Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
        (antlr-mode-map): New binding [C-c C-v].
        (antlr-mode-menu): New entries.
        (antlr-downcase-literals): New command.
        * progmodes/antlr-mode.el: XEmacs bug workaround, XEmacs hint.
        (antlr-font-lock-additional-keywords): Workaround for intentional
        bug in XEmacs version of font-lock.
-       (antlr-mode): Set symbol property `mode-name' to "Antlr".  Could
-       be used by a smarter version of `buffers-menu-grouping-function'.
+       (antlr-mode): Set symbol property `mode-name' to "Antlr".
+       Could be used by a smarter version of `buffers-menu-grouping-function'.
 
 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
 
 
 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
 
-       * international/codepage.el (cp-coding-system-for-codepage-1): Add
-       eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
+       * international/codepage.el (cp-coding-system-for-codepage-1):
+       Add eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
        coding systems.
 
 2000-05-26  Dave Love  <fx@gnu.org>
        internal-find-face.
 
        * mail/reporter.el: Maintainer change.  Doc fixes.
-       (reporter-version): Deleted.
+       (reporter-version): Delete.
 
        * emacs-lisp/elp.el: Maintainer change.
-       (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
+       (elp-help-address, elp-submit-bug-report, elp-version): Delete.
 
 2000-05-26  Stefan Monnier  <monnier@cs.yale.edu>
 
        * loadhist.el (unload-feature): Fix interactive spec [from
        lijnzaad@ebi.ac.uk].
 
-       * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
-       subr-arity to check primitives.
+       * emacs-lisp/bytecomp.el (byte-compile-callargs-warn):
+       Use subr-arity to check primitives.
        (byte-compile-flush-pending, byte-compile-file-form-progn)
        (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
        (byte-compile-insert, byte-compile-funcall): Use mapc instead of
        window-system.
        (ffap-highlight): Always default to t.
 
-       * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
-       display-popup-menus-p instead of looking at window-system.
+       * emacs-lisp/edebug.el (edebug-emacs-19-specific):
+       Call display-popup-menus-p instead of looking at window-system.
 
        * disp-table.el (standard-display-g1, standard-display-graphic):
        Only refuse to use string glyphs on X and MS-Windows.
 
 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
 
-       * international/mule-diag.el (describe-char-after): Use
-       display-graphic-p instead of window-system, so that this function
+       * international/mule-diag.el (describe-char-after):
+       Use display-graphic-p instead of window-system, so that this function
        works on MS-DOS.
 
 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
 
 2000-05-24  Eric M. Ludlam  <zappo@ultranet.com>
 
-       * rmailout.el (rmail-output-to-rmail-file): Added optional param
+       * rmailout.el (rmail-output-to-rmail-file): Add optional param
        STAY.
 
        * rmail.el (rmail-automatic-folder-directives): New user variable.
        * ediff-init.el (ediff-merge-filename-prefix): New customizable
        variable.
 
-       * ediff-mult.el (ediff-filegroup-action): Use
-       ediff-merge-filename-prefix.
+       * ediff-mult.el (ediff-filegroup-action):
+       Use ediff-merge-filename-prefix.
 
 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
 
 
        * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
        (speedbar-insert-button): Invisible text property fix.
-       (speedbar-directory-plus): Renamed from speedbar-directory-+.
-       (speedbar-directory-minus): Renamed from speedbar-directory--.
-       (speedbar-page-plus): Renamed from speedbar-file-+.
-       (speedbar-page-minus): Renamed from speedbar-file--.
-       (speedbar-page): Renamed from speedbar-file-.
-       (speedbar-tag): Renamed from speedbar-tag-.
-       (speedbar-tag-plus): Renamed from speedbar-tag-+.
-       (speedbar-tag-minus): Renamed from speedbar-tag--.
+       (speedbar-directory-plus): Rename from speedbar-directory-+.
+       (speedbar-directory-minus): Rename from speedbar-directory--.
+       (speedbar-page-plus): Rename from speedbar-file-+.
+       (speedbar-page-minus): Rename from speedbar-file--.
+       (speedbar-page): Rename from speedbar-file-.
+       (speedbar-tag): Rename from speedbar-tag-.
+       (speedbar-tag-plus): Rename from speedbar-tag-+.
+       (speedbar-tag-minus): Rename from speedbar-tag--.
        (speedbar-expand-image-button-alist): Use above renames.
 
        * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
 
 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
 
-       * international/quail.el (quail-show-guidance-buf): Set
-       current-input-method of the guidance buffer to the name of the
+       * international/quail.el (quail-show-guidance-buf):
+       Set current-input-method of the guidance buffer to the name of the
        current input method.
 
 2000-05-23  Stefan Monnier  <monnier@cs.yale.edu>
 
 2000-05-22  Dave Love  <fx@gnu.org>
 
-       * loadhist.el (feature-symbols, file-provides, file-requires): Use
-       mapc.
+       * loadhist.el (feature-symbols, file-provides, file-requires):
+       Use mapc.
        (feature-file): Avoid calling symbol-name.  Doc fix.
        (file-set-intersect, file-dependents): Use dolist, not mapcar.
        (loadhist-hook-functions): Add mouse-position-function.
 
 2000-05-22  Sam Steingold  <sds@gnu.org>
 
-       * info.el (Info-fontify-node): Fixed the call to
+       * info.el (Info-fontify-node): Fix the call to
        `add-text-properties' (bug introduced on 2000-05-18).
 
 2000-05-22  Dave Love  <fx@gnu.org>
        * progmodes/etags.el: Add to debug-ignored-errors.
        (visit-tags-table-buffer): Clear out buffers holding old tables
        when making a new list.
-       (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
-       mapc.
+       (etags-recognize-tags-table, tags-recognize-empty-tags-table):
+       Use mapc.
 
-       * completion.el: Doc fixes.  Add to debug-ignored-errors.  Don't
-       quote keywords.
+       * completion.el: Doc fixes.  Add to debug-ignored-errors.
+       Don't quote keywords.
        (cmpl-string-case-type): Use character classes.
 
        * comint.el:
 
 2000-05-22  Kenichi Handa  <handa@etl.go.jp>
 
-       * international/quail.el (quail-simple-translation-keymap): Map
-       128..255 to quail-self-insert-command.
+       * international/quail.el (quail-simple-translation-keymap):
+       Map 128..255 to quail-self-insert-command.
        (quail-keyboard-layout-alist): Add definition for "pc102-de".
 
 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
        * edmacro.el (edmacro-parse-keys): Return vector if any elements
        are invalid characters.
 
-       * international/mule-util.el (detect-coding-with-priority): Use
-       mapc.  Remove redundant lambda.
+       * international/mule-util.el (detect-coding-with-priority):
+       Use mapc.  Remove redundant lambda.
 
        * international/mule-diag.el (list-non-iso-charset-chars)
        (describe-fontset): Remove redundant lambda.
        * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
        and insert, not subst-char-in-region.
 
-       * international/mule-diag.el (list-character-sets-1): Handle
-       charsets eight-bit-control and eight-bit-graphic.
+       * international/mule-diag.el (list-character-sets-1):
+       Handle charsets eight-bit-control and eight-bit-graphic.
        (list-iso-charset-chars): Likewise.
        (list-block-of-chars): If CHARSET is not char-table, insert 8-bit
        characters as is.  Use indent-to to align characters.
 
-       * international/mule-cmds.el (find-multibyte-characters): Never
-       exclude charsets eight-bit-control and eight-bit-graphic.
+       * international/mule-cmds.el (find-multibyte-characters):
+       Never exclude charsets eight-bit-control and eight-bit-graphic.
 
 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
 
        * ps-print.el: Compatibility, customization and doc fix.
        (ps-printer-name-option): Replace defconst by defvar.
        (ps-postscript-code-directory): XEmacs compatibility.
-       (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
-       fix.
+       (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job):
+       Code fix.
        (ps-user-defined-prologue, ps-print-prologue-header)
-       (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
-       compatibility and code fix.
+       (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p):
+       XEmacs compatibility and code fix.
        (ps-print-background-image, ps-print-background-text):
        Customization fix.
        (ps-line-number-start, ps-n-up-on): New vars.
 
 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
 
-       * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
+       * pascal.el (pascal-indent-alist, pascal-indent-comment): Change
        the indent-comment function to just return the appropriate indent.
 
 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
 
 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
 
-       * international/mule-diag.el (describe-char-after): Call
-       internal-char-font, not char-font.  If internal-char-font returns
+       * international/mule-diag.el (describe-char-after):
+       Call internal-char-font, not char-font.  If internal-char-font returns
        nil, display "-- none --".
 
 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
 
-       * progmodes/compile.el (compilation-parse-errors): Collect
-       `nomessage' regexps last.
+       * progmodes/compile.el (compilation-parse-errors):
+       Collect `nomessage' regexps last.
 
        * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
 
        (help-xref-following): New variable.
        (help-make-xrefs): Use it.
        (help-xref-go-back): Use position information from stack element.
-       (help-follow): Make position in stack element a pair.  Use
-       help-xref-following.
+       (help-follow): Make position in stack element a pair.
+       Use help-xref-following.
 
        * autoarg.el: New file.
 
        (speedbar-easymenu-definition-special): Add flush cache & expand.
        (speedbar-visiting-tag-hook): Set new defaults.  Added options.
        (speedbar-reconfigure-keymaps-hook): New variable.
-       (speedbar-frame-parameters): Updated documentation.
-       (speedbar-use-imenu-flag): Updated custom tag.
+       (speedbar-frame-parameters): Update documentation.
+       (speedbar-use-imenu-flag): Update custom tag.
        (speedbar-dynamic-tags-function-list): New variable.
-       (speedbar-tag-hierarchy-method): Updated doc & custom.
+       (speedbar-tag-hierarchy-method): Update doc & custom.
        (speedbar-indentation-width, speedbar-indentation-width) New
        variables.
        (speedbar-hide-button-brackets-flag): Customizable.
        (speedbar-vc-indicator): Doc update.
-       (speedbar-ignored-path-expressions): Updated default value.
-       (speedbar-supported-extension-expressions): Updated default value.
+       (speedbar-ignored-path-expressions): Update default value.
+       (speedbar-supported-extension-expressions): Update default value.
        (speedbar-syntax-table): Remove {} paren status.
        (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
        as "+".  Added overlay aliases.
        (speedbar-reconfigure-keymaps): Run configure keymap hooks.
        (speedbar-item-info-tag-helper): Revamped to handle a wider range
        of arbitrary text, and new helper functions.
-       (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
+       (speedbar-item-copy, speedbar-item-rename): Fix trailing \ in
        filename finder.
        (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
        (speedbar-directory-buttons): Update path search/expansion.
        (speedbar-make-tag-line): Pay attention to
        `speedbar-indentation-width'.  Use more care w/ invisible
        properties.
-       (speedbar-change-expand-button-char): Call
-       `speedbar-insert-image-button-maybe'.
-       (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
+       (speedbar-change-expand-button-char):
+       Call `speedbar-insert-image-button-maybe'.
+       (speedbar-apply-one-tag-hierarchy-method): Delete (and replaced).
        (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
        (speedbar-trim-words-tag-hierarchy)
        (speedbar-simple-group-tag-hierarchy): New functions.
        (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
-       (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
-       functions.
+       (speedbar-insert-imenu-list, speedbar-insert-etags-list):
+       New functions.
        (speedbar-mouse-set-point): New function.
-       (speedbar-power-click): Updated documentation.
+       (speedbar-power-click): Update documentation.
        (speedbar-line-token, speedbar-goto-this-file): Handle more types
        of tag prefix text.
        (speedbar-expand-line, speedbar-contract-line): Make more robust
        (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
        Use new generator insertion method.
        (speedbar-fetch-dynamic-tags): New function.
-       (speedbar-fetch-dynamic-imenu): Removed code now handled in
+       (speedbar-fetch-dynamic-imenu): Remove code now handled in
        `speedbar-fetch-dynamic-imenu'.
        (speedbar-fetch-dynamic-etags): Fix current buffer problem.
-       (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
+       (speedbar-buffer-easymenu-definition): Add "Kill Buffer", and
        "Revert Buffer" menu items.
        (speedbar-buffer-buttons-engine): Be smarter when creating a
        filename tag (for expansion purposes.).
        of character sets.
 
        * international/mule-diag.el (describe-char-after): New function.
-       (describe-font-internal): Adjusted for the change of font-info.
+       (describe-font-internal): Adjust for the change of font-info.
        (describe-font): Likewise.
        (print-fontset): Rewritten for the new fontset implementation.
        (describe-fontset): Include fontset alias names in completion.
-       (list-fontsets): Adjusted for the change of print-fontset.
+       (list-fontsets): Adjust for the change of print-fontset.
 
        * simple.el (what-cursor-position): If DETAIL is non-nil, call
        describe-char-after instead of displaying the detail in the echo
        area.
        (syntax-code-table): Format changed.
-       (string-to-syntax): Adjusted for the above change.
+       (string-to-syntax): Adjust for the above change.
 
 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
 
        (help-xref-symbol-regexp): Add `face'.
        (help-make-xrefs): Check for quoted face names and adapt regexp
        submatch numbers to cope.
-       (help-xref-interned): Maybe insert face doc too.  Separate
-       sections with a line of hyphens.
+       (help-xref-interned): Maybe insert face doc too.
+       Separate sections with a line of hyphens.
 
        * faces.el: Some doc fixes.  Declare some functions obsolete.
        (describe-face): Add customize button.  Return the help
        simulations for greek-iso8859-7, add latin-iso8859-14 and
        latin-iso8859-15.
 
-       * international/mule-cmds.el (set-language-info-alist): Call
-       define-prefix-command with 3 arguments, to make the map suitable
+       * international/mule-cmds.el (set-language-info-alist):
+       Call define-prefix-command with 3 arguments, to make the map suitable
        for a menu.
 
 2000-05-07  Dave Love  <fx@gnu.org>
 
 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
 
-       * progmodes/glasses.el (glasses-convert-to-unreadable): Use
-       `glasses-separator' instead of the hard-wired "_".
+       * progmodes/glasses.el (glasses-convert-to-unreadable):
+       Use `glasses-separator' instead of the hard-wired "_".
        (glasses-mode): Call `glasses-make-unreadable' only in a single
        place.
 
        * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
        set TOGGLE's value.
 
-       * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
+       * mailabbrev.el (mail-abbrev-insert-alias): Rename from
        mail-interactive-insert-alias.
        (mail-abbrev-complete-alias): New command.
        (mail-mode-map): Bind it to `M-TAB'.
 
 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
 
-       * international/mule-cmds.el (set-language-environment): Don't
-       concat an integer (dos-codepage), use format instead.
+       * international/mule-cmds.el (set-language-environment):
+       Don't concat an integer (dos-codepage), use format instead.
 
 2000-05-02  Dave Love  <fx@gnu.org>
 
 
 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
 
-       * mail/sendmail.el (sendmail-send-it): Set
-       buffer-file-coding-system to the selected coding system for MIME
+       * mail/sendmail.el (sendmail-send-it):
+       Set buffer-file-coding-system to the selected coding system for MIME
        header.
 
 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
        * image.el (find-image): New function.
        (defimage): Rewritten to find image at load time.
 
-       * startup.el (normal-top-level-add-to-load-path): Handle
-       case that the default directory is not in load-path.
+       * startup.el (normal-top-level-add-to-load-path):
+       Handle case that the default directory is not in load-path.
 
        * help.el: Old patch from Stefan Monnier.
        (help-xref-on-pp): New function.
 
 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
 
-       * replace.el (perform-replace): Add parameters START and END.  Use
-       them instead of the check for a region in Transient Mark mode.
+       * replace.el (perform-replace): Add parameters START and END.
+       Use them instead of the check for a region in Transient Mark mode.
        (query-replace-read-args): Return two more list elements for the
        start and end of the region in Transient Mark mode.
        (query-replace, query-replace-regexp, query-replace-regexp-eval)
-       (map-query-replace-regexp, replace-string, replace-regexp): Add
-       optional last arguments START and END and pass them to
+       (map-query-replace-regexp, replace-string, replace-regexp):
+       Add optional last arguments START and END and pass them to
        perform-replace.
 
        * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
 
        * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
        non-existing variable comint-input-sentinel.
-       (inferior-lisp-args-to-list): Removed.
+       (inferior-lisp-args-to-list): Remove.
        (inferior-lisp): Use split-string instead of
        inferior-lisp-args-to-list.
 
        accept-process-output with ispell-accept-output.
        (ispell-init-process): Call ispell-process-status instead of
        process-status with.
-       (ispell-init-process): Call ispell-start-process.  Call
-       ispell-accept-output and ispell-send-string.  Don't call
+       (ispell-init-process): Call ispell-start-process.
+       Call ispell-accept-output and ispell-send-string.  Don't call
        process-kill-without-query and kill-process if they are unbound.
        (ispell-async-processp): New function.
 
 
        * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
        Modify `truncate-lines'.  Make `describe-language-environment'
-       always visible and add help.  Modify `describe-key' help.  Invoke
-       Info-directory from `info'.  New entry `emacs-manual'.
+       always visible and add help.  Modify `describe-key' help.
+       Invoke Info-directory from `info'.  New entry `emacs-manual'.
 
 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
 
        * progmodes/ebrowse.el (ebrowse-tree-mode):
        Use propertized-buffer-identification.
        (ebrowse-update-member-buffer-mode-line): Likewise.
-       (ebrowse--mode-strings): Removed.
-       (ebrowse--mode-line-props): Removed.
+       (ebrowse--mode-strings): Remove.
+       (ebrowse--mode-line-props): Remove.
 
        * files.el (auto-mode-alist): Add `EBROWSE'.
 
        * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
        space before testing for end of buffer.
-       (ebrowse-load): Removed.
+       (ebrowse-load): Remove.
        (ebrowse-revert-tree-buffer-from-file): Rewritten.
        (ebrowse-create-tree-buffer): Rewritten.
        (ebrowse-tree-mode): Read tree from buffer.
        * progmodes/ebrowse-ffh.el: New file.
 
        * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
-       Moved to ebrowse-ffh.el.
+       Move to ebrowse-ffh.el.
        (ebrowse-load): Add autoload.
 
        * finder.el (finder-commentary): Add autoload cookie.
        (network-connection-mode-setup): New function, saves host and
        service information in local variables.
 
-       * locate.el (locate-word-at-point): Added this function.
+       * locate.el (locate-word-at-point): Add this function.
        (locate): Default to using locate-word-at-point as input
        Run dired-mode-hook
 
        text of the URL was passed. Now the whole URL structure is passed
        and the function is responsible for extracting the parts it requires.
        Changed the default of `quickurl-format-function' accordingly.
-       (quickurl-insert): Changed the `funcall' of
+       (quickurl-insert): Change the `funcall' of
        `quickurl-format-function' to match the above change.
-       (quickurl-list-insert): Changed the `url' case so that it makes
+       (quickurl-list-insert): Change the `url' case so that it makes
        use of `quickurl-format-function', previous to this the format was
        hard wired.
 
        * international/mule-diag.el (describe-font): Don't refer to
        global-fontset-alist, instead call font-list.
        (describe-fontset, list-fontsets, mule-diag): Likewise.
-       (print-fontset): Adjusted for the change of fontset implementation.
+       (print-fontset): Adjust for the change of fontset implementation.
 
        * international/fontset.el (x-charset-registries): Variable removed,
        instead the corresponding data is stored in the default fontset.
 
 2000-03-14  Dave Love  <fx@gnu.org>
 
-       * subr.el (replace-regexp-in-string): Renamed from
+       * subr.el (replace-regexp-in-string): Rename from
        replace-regexps-in-string.  Doc fix.
 
 2000-03-12  Dave Love  <fx@gnu.org>
        builtin operators, use `font-lock-builtin-face' for Emacs and
        `font-lock-preprocessor-face' otherwise.
 
-       * font-lock.el (lisp-font-lock-keywords-1): Highlight
-       `(defun (setf foo)' differently.
+       * font-lock.el (lisp-font-lock-keywords-1):
+       Highlight `(defun (setf foo)' differently.
 
 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
 
        both cases close together.  Also apply a more generic algorithm
        for suffixes (the mirror image of the algorithm used for
        prefixes).  Use shy-groups.  Use nreverse rather than reverse.
-       (regexp-opt-try-suffix): Removed.
+       (regexp-opt-try-suffix): Remove.
 
        * cmuscheme.el (inferior-scheme-mode-map): Define it independently
        from comint-mode-map, so we can just inherit from it.  Also, move
 
 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
 
-       * recentf.el (recentf): Added version tag to the defgroup of recentf.
+       * recentf.el (recentf): Add version tag to the defgroup of recentf.
 
 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
 
-       * recentf.el (recentf-cleanup): Changed to remove excluded file too.
+       * recentf.el (recentf-cleanup): Change to remove excluded file too.
        (recentf-edit-list-action): `recentf-edit-list' checkbox widget
        action to select/unselect a file.
        (recentf-edit-list): Code cleanup and improvement.
        (recentf-open-more-files-action): `recentf-open-more-files' button
        widget action to open a file.
        (recentf-open-more-files): No more use standard completion but widgets.
-       (recentf-more-collection): Deleted.
-       (recentf-more-history): Deleted.
-       (recentf-setup-more-completion): Deleted.
+       (recentf-more-collection): Delete.
+       (recentf-more-history): Delete.
+       (recentf-setup-more-completion): Delete.
 
 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
 
        (recentf-edit-selected-items): New global variable, used by
        `recentf-edit-list' to hold the list of files to be removed from
        the recent list.
-       (recentf-make-menu-items): Updated to display a "Edit list..."
+       (recentf-make-menu-items): Update to display a "Edit list..."
        menu item.  Minor code cleanup.
 
 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
        used by `recentf-open-more-files' completion.
        (recentf-setup-more-completion): New function to setup completion for
        `recentf-open-more-files'.
-       (recentf-make-menu-items): Updated to display a "More..." menu item.
+       (recentf-make-menu-items): Update to display a "More..." menu item.
 
 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
 
        (recentf-make-menu-items): New menu filter handling.
        (recentf-make-menu-item): New helper function.
        (recentf-menu-elements): New menu handling function.
-       (recentf-sort-ascending): Updated to new menu filter handling.
-       (recentf-sort-descending): Updated to new menu filter handling.
+       (recentf-sort-ascending): Update to new menu filter handling.
+       (recentf-sort-descending): Update to new menu filter handling.
        (recentf-sort-basenames-ascending): New menu filter function.
        (recentf-sort-basenames-descending): New menu filter function.
        (recentf-show-basenames): New menu filter function.
        instead of assoc-delete-all.
        (frame-notice-user-settings): Ditto.
 
-       * subr.el (assq-delete-all): Renamed from assoc-delete-all.
+       * subr.el (assq-delete-all): Rename from assoc-delete-all.
        Don't copy alist.
 
 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
 
        * calculator.el (calculator-use-menu): New option.
-       (calculator-initial-bindings): Changed some bindings to work as macros.
-       (calculator-forced-input): Removed.
+       (calculator-initial-bindings): Change some bindings to work as macros.
+       (calculator-forced-input): Remove.
        (calculator-restart-other-mode): New variable.
        (calculator-mode-map): Set up menu.
 
 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
 
-       * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
+       * font-lock.el (java-keywords): Add missing java 1.2.2 Javadoc tags.
 
 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
 
        (footnote-latin-regexp): New variable.
        (Footnote-latin): New function.
        (footnote-style-alist): Add element for latin style.
-       (footnote-style): Moved.
+       (footnote-style): Move.
        (Footnote-goto-footnote): Use eq to test arg.
 
        * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
 
 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
 
-       * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
+       * textmodes/bibtex.el (bibtex-mode): Replace manual splitting of path
        at ':' characters by call to split-string.
 
 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
        * textmodes/bibtex.el: Some temporary comments removed.
        (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
        (bibtex-field-const): Allow capital letters.
-       (bibtex-start-of-string): Deleted because unused.
+       (bibtex-start-of-string): Delete because unused.
 
        * textmodes/bibtex.el: Unified some nomenclature.  We no longer
        use the term 'reference' to describe a bibtex entry as a whole.
        Further, reference keys are no longer called 'labels'.
-       (bibtex-keys): Renamed to bibtex-reference-keys.
-       (bibtex-reformat-previous-labels): Renamed to
+       (bibtex-keys): Rename to bibtex-reference-keys.
+       (bibtex-reformat-previous-labels): Rename to
        bibtex-reformat-previous-reference-keys.
-       (bibtex-reference-type): Renamed to bibtex-entry-type.
-       (bibtex-reference-head): Renamed to bibtex-entry-head.
-       (bibtex-reference-maybe-empty-head): Renamed to
+       (bibtex-reference-type): Rename to bibtex-entry-type.
+       (bibtex-reference-head): Rename to bibtex-entry-head.
+       (bibtex-reference-maybe-empty-head): Rename to
        bibtex-entry-maybe-empty-head.
-       (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
-       (bibtex-search-reference): Renamed to bibtex-search-entry.
-       (bibtex-enclosing-reference-maybe-empty-head): Renamed to
+       (bibtex-key-in-reference): Rename to bibtex-key-in-entry.
+       (bibtex-search-reference): Rename to bibtex-search-entry.
+       (bibtex-enclosing-reference-maybe-empty-head): Rename to
        bibtex-enclosing-entry-maybe-empty-head.
        (bibtex-entry-field-alist, bibtex-entry-head)
        (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
 
 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
 
-       * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
+       * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Remove redundant
        comment.
        (bibtex-format-field-delimiters): New function, functionality
        extracted from bibtex-format-entry.
        (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
        (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
        (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
-       Deleted as parsing is now performed by the following functions.
+       Delete as parsing is now performed by the following functions.
        (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
        (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
        (bibtex-parse-field-string, bibtex-search-forward-field-string)
        entries.  Instead of reporting the results of the parsing by
        match-beginning or match-end, these functions return data structures
        that hold the corresponding positions.
-       (bibtex-enclosing-field): Changed to also report field boundaries by
+       (bibtex-enclosing-field): Change to also report field boundaries by
        return values rather than by match-beginning or match-end.
        The following functions have been adapted to use the new
        parsing functions.
        * bibtex.el: Hiding of entry bodies is not longer provided by
        bibtex.el directly.  Instead the hideshow package can be used.
        Added a special bibtex entry to hs-special-modes-alist.
-       (bibtex-hs-forward-sexp): Added for hideshow.el.
+       (bibtex-hs-forward-sexp): Add for hideshow.el.
 
 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
 
-       * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
+       * bibtex.el (bibtex-entry-field-alist): Add booktitle field to
        proceedings entry type (for cross referencing). Thanks to Wagner
        Toledo Correa for the suggestion.
 
 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
 
        * uniquify.el (toplevel): Require CL at compile time.
-       (uniquify-push): Removed.
+       (uniquify-push): Remove.
 
-       * shadowfile.el (shadow-when): Removed.
+       * shadowfile.el (shadow-when): Remove.
 
-       * tempo.el (tempo-dolist, tempo-mapc): Removed.
+       * tempo.el (tempo-dolist, tempo-mapc): Remove.
        (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
 
        * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
 
        * wid-edit.el (widgets) [defgroup]: Remove url link.
        (widget-color-choice-list, widget-color-history, widget-mouse-help):
-       Deleted.
+       Delete.
        (widget-specify-field, widget-specify-button): Don't use
        widget-mouse-help as help-echo property.
        (default): Use #'ignore for :validate and :mouse-down-action.
        (widget-color-complete): Use facemenu-color-alist.
        (widget-color-action): Use facemenu-read-color.
 
-       * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
-       set up `caar' &c that we now have.
+       * emacs-lisp/cl-macs.el: Don't bother testing for defalias.
+       Don't set up `caar' &c that we now have.
 
 2000-02-09  Ray Blaak  <blaak@gnu.org>
 
        * bindings.el (mode-line-input-method-map): New variable.
        (mode-line-mule-info): Use it; fix last change.
        (mode-line-mode-menu): Move definition.
-       (mode-line-mouse-sensitive-p): Deleted.
+       (mode-line-mouse-sensitive-p): Delete.
        (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
-       (make-mode-line-mouse-sensitive): Deleted.  Body moved to top level.
+       (make-mode-line-mouse-sensitive): Delete.  Body moved to top level.
 
        * startup.el (command-line-1): Don't call
        make-mode-line-mouse-sensitive.
        (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
        so that it can be used more easily in <foo>-mode-hook.  Also make sure
        to avoid duplicate entries.
-       (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
+       (font-lock-update-removed-keyword-alist): Rename `major-mode'->`mode'.
        (font-lock-remove-keywords): Just as was done for `add', allow it to
        work even if font-lock-mode is nil.  Also make sure we don't modify
        any pre-existing list by forcing a copy-sequence.  Finally rename
        (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
        (idlwave-while): Respect `idlwave-reserved-word-upcase'.
        (idlwave-rw-case): New function.
-       (idlwave-statement-match): Fixed problem with assignment regexp.
-       (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
+       (idlwave-statement-match): Fix problem with assignment regexp.
+       (idlwave-font-lock-keywords): Improve regexp for keyword parameters.
        (idlwave-surround): New argument LENGTH to support padding of
        operators longer than 1 char.
 
-       * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
+       * progmodes/idlw-shell.el (idlwave-shell-print): Fix bug with
        idlwave-shell-expression-overlay.  Implemented printing of
        expressions on higher levels of the calling stack.
        (idlwave-shell-display-level-in-calling-stack): Restore stack level.
        negative level numbers.
        (idlwave-shell-mode): Set `modeline-format'.
        (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
-       (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
+       (idlwave-shell-make-new-bp-overlay): Fix glyph display for Emacs 21.
        (idlwave-shell-print-expression-function): New option.
 
        * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
        end position.
        (jit-lock-stealth-chunk-start): Rewritten.
 
-       * info.el (Info-title-face-alist): Removed.
+       * info.el (Info-title-face-alist): Remove.
        (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
        (Info-fontify-node): Use these faces.
 
 
 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
 
-       * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
-       `collecting' as synonym for `collect'.
+       * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
+       Recognize `collecting' as synonym for `collect'.
 
        * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
        for the case it contains spaces.
        Do not call make-variable-buffer-local.
        (end-of-defun): Use new variable name; doc fix.
 
-       * subr.el (dolist, dotimes): Copied from cl-macs.el
+       * subr.el (dolist, dotimes): Copy from cl-macs.el
        and made to work.
 
        * mail/undigest.el (rmail-digest-end-regexps):
 
 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
 
-       * emacs-lisp/copyright.el (copyright-update): Removed the
+       * emacs-lisp/copyright.el (copyright-update): Remove the
        requirement for a trailing space from `copyright-regexp', to
        support copyrights with owner specified on a separate line..
 
 
        * net: New directory.
 
-       * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
+       * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Rename from
        eval-last-sexp.  Don't bind debug-on-error here.
        (eval-last-sexp): New function.  Bind debug-on-error if
        eval-expression-debug-on-error is non-nil.
        * emacs-lisp/lisp-mode.el (with-syntax-table):
        Set up lisp-indent-function property.
 
-       * subr.el (with-syntax-table): Moved from simple.el.
+       * subr.el (with-syntax-table): Move from simple.el.
 
-       * simple.el (with-syntax-table): Moved to subr.el.
+       * simple.el (with-syntax-table): Move to subr.el.
 
 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
 
 
 2000-01-10  John Wiegley  <johnw@gnu.org>
 
-       * allout.el (isearch-done/outline-provisions): Added `edit'
+       * allout.el (isearch-done/outline-provisions): Add `edit'
        argument to correspond with the current definition of `isearch-done'.
 
 2000-01-10  Dave Love  <fx@gnu.org>
        (version20p): New variable.
        (xemacsp): New variable.
        (ispell-choices-win-default-height): Fix for XEmacs visibility.
-       (ispell-dictionary-alist1): Added Brasileiro dictionary.
+       (ispell-dictionary-alist1): Add Brasileiro dictionary.
        (ispell-dictionary-alist6): Russian command lines no longer accept
        run-together words.
        (ispell-local-dictionary-alist): Add koi8-r to customize definition.
        (ispell-dictionary-alist): Add koi8-r to customize definition.
-       (check-ispell-version): Added documentation string.  Return library
+       (check-ispell-version): Add documentation string.  Return library
        path when called non-interactively.
        (ispell-menu-map-needed): Uses new variables.
        (ispell-library-path): New variable.
        (ispell-decode-string): XEmacs fix for bogus variable bindings.
-       (ispell-word): Improved documentation string.  Test for valid
+       (ispell-word): Improve documentation string.  Test for valid
        character mappings.  Correctly check typed in word changes that can
        result in single words split into multiple words.
        Return replacement word.
 
 2000-01-07  Dave Love  <fx@gnu.org>
 
-       * add-log.el (add-log-debugging): Deleted.
+       * add-log.el (add-log-debugging): Delete.
        (add-change-log-entry): Treat a backup FILE-NAME as its parent
        file.  Remove debugging code.
        (change-log-get-method-definition, change-log-name): Add doc.
        M-C-e, M-C-h, C-j, C-xnd, TAB.
        (fortran-mode): Set beginning-of-defun, end-of-defun.
        (fortran-column-ruler): Simplify.
-       (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
+       (fortran-mark-subprogram, fortran-narrow-to-subprogram): Delete.
        (fortran-with-subprogram-narrowing): Likewise.
        (fortran-indent-subprogram): Call mark-defun.
        (fortran-check-for-matching-do): Change narrowing.
        * faces.el (face-read-integer, read-face-attribute)
        (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
 
-2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
+2000-01-03  Martin Stjernholm  <mast@lysator.liu.se>
 
        * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
        at comment end, and re-insert them after filling.
        (display-color-p, frame-set-background-mode): Pass the frame to
        tty-display-color-p.
 
-       * term/tty-colors.el (tty-defined-color-alist): Renamed from
+       * term/tty-colors.el (tty-defined-color-alist): Rename from
        tty-color-alist.
        (tty-color-alist, tty-modify-color-alist): New functions.
        (tty-color-define, tty-color-clear, tty-color-approximate)
index 475f7667f39223f298e01501d6a127dd0688469f..37d1c1d9f7aa198932dc2a57d36bf7c5db04e6c3 100644 (file)
 
        * message.el (message-header-synonyms): Defcustom.
        (message-get-reply-headers): Catch `Original-To'.
-       (message-carefully-insert-headers): Added comment.
+       (message-carefully-insert-headers): Add comment.
 
-       * gnus-sum.el (gnus-summary-make-menu-bar): Improved "Washing" menu.
+       * gnus-sum.el (gnus-summary-make-menu-bar): Improve "Washing" menu.
 
 2004-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * gnus-sum.el (gnus-select-newsgroup): Use cat.
 
-       * gnus-agent.el (gnus-agent-cat-enable-undownloaded-faces): New
-       cat.
+       * gnus-agent.el (gnus-agent-cat-enable-undownloaded-faces):
+       New cat.
 
-       * gnus.el (gnus-user-agent): Moved here.
+       * gnus.el (gnus-user-agent): Move here.
 
-       * gnus-msg.el (gnus-user-agent): Moved from here.
+       * gnus-msg.el (gnus-user-agent): Move from here.
 
        * gnus.el (gnus-version-number): Bump.
 
        topic lines.
        (gnus-group-set-current-level): Fix fix.
 
-2003-12-31  Jeremy Maitin-Shepard  <jbms@attbi.com>
+2003-12-31  Jeremy Maitin-Shepard  <jbms@attbi.com>  (tiny change)
 
-       * mml.el (mml-generate-mime-1): Use mml-compute-boundary (tiny
-       change).
+       * mml.el (mml-generate-mime-1): Use mml-compute-boundary.
 
 2003-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
 
-       * gnus-group.el: Removed `(when t ...)' around `gnus-define-keys'.
-       (gnus-group-group-map): Added `gnus-group-read-ephemeral-group'
+       * gnus-group.el: Remove `(when t ...)' around `gnus-define-keys'.
+       (gnus-group-group-map): Add `gnus-group-read-ephemeral-group'
        (already in previous commit inadvertently).
-       (gnus-group-make-menu-bar): Added `gnus-group-read-ephemeral-group'.
+       (gnus-group-make-menu-bar): Add `gnus-group-read-ephemeral-group'.
        (gnus-group-read-ephemeral-group): Made interactive.
 
-       * gnus-score.el (gnus-score-find-trace): Added comment on sync
+       * gnus-score.el (gnus-score-find-trace): Add comment on sync
        with `gnus-score-edit-file-at-point'.
 
        * gnus-logic.el (gnus-score-advanced): Ditto.
 
 2003-12-30  Simon Josefsson  <jas@extundo.com>
 
-       * gnus-score.el (gnus-score-edit-file-at-point): Use
-       gnus-point-at-*, for portability.
+       * gnus-score.el (gnus-score-edit-file-at-point):
+       Use gnus-point-at-*, for portability.
 
 2003-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
 
        custom type.
        (gnus-button-mid-or-mail-regexp): Don't be too restrictive.
        Suggested by Felix Wiemann <Felix.Wiemann@gmx.net>.
-       (gnus-button-alist): Added "M-x ... RET" and "mid:" buttons.
-       Added comments about relevant RFCs.
+       (gnus-button-alist): Add "M-x ... RET" and "mid:" buttons.
+       Add comments about relevant RFCs.
 
        * gnus-sum.el (gnus-summary-mode): Untabify doc-string.
        (gnus-summary-goto-article): Allow `%40'.
 
 2003-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
 
-       (gnus-score-find-trace): Use gnus-score-edit-file-at-point.  Added
-       `f' and `t' commands, added quick help.  With some suggestions
+       (gnus-score-find-trace): Use gnus-score-edit-file-at-point.
+       Add `f' and `t' commands, added quick help.  With some suggestions
        from Karl Pflästerer <sigurd@12move.de>.
 
-       * gnus-util.el (gnus-emacs-version): Added doc-string.
+       * gnus-util.el (gnus-emacs-version): Add doc-string.
 
        * mml.el (mml-minibuffer-read-disposition): New function.
        (mml-attach-file): Use it.
-       (mml-preview): Added MIME preview to gnus-buffers.
+       (mml-preview): Add MIME preview to gnus-buffers.
 
 2003-12-30  Karl Pflästerer  <sigurd@12move.de>
 
        (gnus-agent-auto-agentize-methods): Customize.
 
 2003-12-29  Kevin Greiner  <kgreiner@xpediantsolutions.com>
-       * gnus.el (gnus-server-to-method): Fixed bug in 2003-12-22
+       * gnus.el (gnus-server-to-method): Fix bug in 2003-12-22
        check-in.
 
 2003-12-28  Adrian Lanz  <lanz@fowi.ethz.ch>
 
 2003-12-28  Jesper Harder  <harder@ifa.au.dk>
 
-       * mm-view.el (mm-text-html-washer-alist): Use
-       mm-inline-wash-with-stdin for w3m-standalone.
+       * mm-view.el (mm-text-html-washer-alist):
+       Use mm-inline-wash-with-stdin for w3m-standalone.
 
        * mm-decode.el (mm-text-html-renderer): Add w3m-standalone.
 
 
 2003-12-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
 
-       * gnus-int.el (gnus-open-server): Fixed the server status such
+       * gnus-int.el (gnus-open-server): Fix the server status such
        that an agentized server, when opened offline, has a status of
        offline.  Also fixes bug whereby the agent's backend was called
        twice to open each server.
 
-       * gnus-start.el (gnus-get-unread-articles-in-group): Autoload
-       gnus-agent-possibly-alter-active rather than inline to resolve
+       * gnus-start.el (gnus-get-unread-articles-in-group):
+       Autoload gnus-agent-possibly-alter-active rather than inline to resolve
        compiler warnings.
 
-       * gnus.el (gnus-server-to-method): Added fallback of iterating
+       * gnus.el (gnus-server-to-method): Add fallback of iterating
        over gnus-newsrc-alist to resolve names of foreign servers.
        Should fix recent agent bug.
 
 
 2003-12-21  Jesper Harder  <harder@ifa.au.dk>
 
-       * gnus-agent.el (gnus-agent-read-agentview): Use
-       car-less-than-car.
+       * gnus-agent.el (gnus-agent-read-agentview):
+       Use car-less-than-car.
 
 2003-12-20  Artem Chuprina  <ran@ran.pp.ru>  (tiny change)
 
 2003-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * mm-url.el (mm-url-insert-file-contents-external)
-       (mm-url-insert-file-contents): Added doc-strings.  Autoload.
+       (mm-url-insert-file-contents): Add doc-strings.  Autoload.
 
 2003-12-18  Jesper Harder  <harder@ifa.au.dk>
 
-       * gnus-cus.el (defvar): Defvar
-       gnus-agent-cat-disable-undownloaded-faces.
+       * gnus-cus.el (defvar):
+       Defvar gnus-agent-cat-disable-undownloaded-faces.
 
 2003-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-       * message.el (message-forward-subject-name-subject): Use
-       gnus-extract-address-components instead of
+       * message.el (message-forward-subject-name-subject):
+       Use gnus-extract-address-components instead of
        mail-header-parse-address because it may be called with non-ascii
        text.
 
 
 2003-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
 
-       * spam.el: Added some gnus-registry autoloads.
+       * spam.el: Add some gnus-registry autoloads.
        (spam-split-symbolic-return): Makes spam-split return 'spam
        instead of the value of spam-split-group when spam is detected.
        (spam-split-symbolic-return-positive): Makes spam-split return
        (spam-unload-hook): Remove spam-find-spam from
        gnus-summary-prepare-hook.
 
-       * gnus.el (spam-autodetect, spam-autodetect-methods): New
-       configuration items for spam autodetection.
+       * gnus.el (spam-autodetect, spam-autodetect-methods):
+       New configuration items for spam autodetection.
 
 2003-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
 
        (gnus-agent-regenerate-group): When necessary, alter the group's
        active range to include articles newly recognized as being
        downloaded.
-       (gnus-agent-regenerate): Removed code that updated the agent's
+       (gnus-agent-regenerate): Remove code that updated the agent's
        active file as the new gnus-agent-possibly-alter-active function
        obsolesced it.
 
-       * gnus-cus.el (gnus-agent-customize-category): Added missing
+       * gnus-cus.el (gnus-agent-customize-category): Add missing
        agent-disable-undownloaded-faces parameter.
 
        * gnus-start.el (gnus-activate-group): Backed out my 2003-11-29
        patch as it was too late at adjusting the active range.
-       (gnus-get-unread-articles-in-group): Added call to new
+       (gnus-get-unread-articles-in-group): Add call to new
        gnus-agent-possibly-alter-active to adjust the active range.
 
 2003-12-10  Jesper Harder  <harder@ifa.au.dk>
 
 2003-12-10  LÅ‘rentey Károly  <lorentey@elte.hu>
 
-       * spam.el (spam-disable-spam-split-during-ham-respool): New
-       variable.
-       (spam-ham-copy-or-move-routine): Respect
-       spam-disable-spam-split-during-ham-respool.
+       * spam.el (spam-disable-spam-split-during-ham-respool):
+       New variable.
+       (spam-ham-copy-or-move-routine):
+       Respect spam-disable-spam-split-during-ham-respool.
        (spam-split-disabled): New variable.
        (spam-split): Respect spam-split-disabled.
 
 
 2003-12-09  Xavier Maillard  <zedek@gnu-rox.org>
 
-       * spam.el (spam-bogofilter-database-directory): Correct
-       customization group.
+       * spam.el (spam-bogofilter-database-directory):
+       Correct customization group.
 
 2003-12-09  Per Abrahamsen  <abraham@dina.kvl.dk>
 
 
 2003-12-07  Jesper Harder  <harder@ifa.au.dk>
 
-       * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Don't
-       use = or zerop to test the return value of call-process, because
+       * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
+       Don't use = or zerop to test the return value of call-process, because
        it can be a string.
 
        * mail-source.el (mail-source-fetch-with-program): Do.
 
 2003-12-01  Kevin Greiner  <kgreiner@xpediantsolutions.com>
 
-       * gnus-agent.el (gnus-agent-consider-all-articles): Updated
-       docstring.
+       * gnus-agent.el (gnus-agent-consider-all-articles):
+       Update docstring.
        (gnus-predicate-implies-unread, gnus-predicate-implies-unread-1):
-       Fixed implementation such that the predicate `true' no longer
+       Fix implementation such that the predicate `true' no longer
        evaluates to t.
 
 2003-12-01  Adrian Lanz  <lanz@fowi.ethz.ch>  (tiny change)
 
 2003-11-29  Jesper Harder  <harder@ifa.au.dk>
 
-       * gnus-group.el (gnus-group-make-menu-bar): Add
-       gnus-group-make-rss-group.
+       * gnus-group.el (gnus-group-make-menu-bar):
+       Add gnus-group-make-rss-group.
 
 2003-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
 
-       * message.el: Added custom-manual links to all variables that have
+       * message.el: Add custom-manual links to all variables that have
        an index entry in the message manual.
-       (message-generate-headers-first): Fixed doc-string.
+       (message-generate-headers-first): Fix doc-string.
 
 2003-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        (spam-classification-valid-p, spam-process-type-valid-p)
        (spam-registration-check-valid-p)
        (spam-unregistration-check-valid-p): Convenience functions.
-       (spam-registration-function, spam-unregistration-function): Look
-       up the registration/unregistration function based on a
+       (spam-registration-function, spam-unregistration-function):
+       Look up the registration/unregistration function based on a
        classification and the check (spam-use-* symbol).
        (spam-list-articles): Generate list of spam/ham articles from a
        given list of articles.
        (spam-register-routine): Do the heavy work of registering and
        unregistering articles, using all the articles in the group or
        specific ones as needed.
-       (spam-generic-register-routine): Removed, no longer used.
+       (spam-generic-register-routine): Remove, no longer used.
        (spam-log-unregistration-needed-p, spam-log-undo-registration):
        Handle article registration/unregistration with a given spam/ham
        processor and group.
        parameter is specified.
        (spam-stat-load): Clear spam-stat-dirty.
 
-       * gnus.el (gnus-install-group-spam-parameters): Marked the
+       * gnus.el (gnus-install-group-spam-parameters): Mark the
        old-style exit processors as obsolete in the docs, added the
        new-style exit processors while the old ones are still allowed.
 
 
 2003-11-20  Kevin Greiner  <kgreiner@xpediantsolutions.com>
 
-       * gnus.el (gnus-agent-covered-methods): Documented use of
+       * gnus.el (gnus-agent-covered-methods): Document use of
        named servers, not methods, to identity agentized groups.
        Users may now change their server configurations without having
        the server become "unagentized".
-       (gnus-agent-covered-methods): Removed from gnus-variable-list to
+       (gnus-agent-covered-methods): Remove from gnus-variable-list to
        avoid storing two copies of gnus-agent-covered-methods, one in
        .newsrc.eld and the other in agent/lib/servers.
        (gnus-server-to-method): Do not cache server for the nil method.
        (gnus-method-to-server): New function.  Associate named server
        with all, even foreign, methods.
-       (gnus-agent-method-p, gnus-agent-method-p-cache): Incorporated
+       (gnus-agent-method-p, gnus-agent-method-p-cache): Incorporate
        simple last-response cache to offset performance lose of having to
        always convert methods to named servers.
-       * gnus-agent.el (gnus-agent-expire-days): Removed obsolete
+       * gnus-agent.el (gnus-agent-expire-days): Remove obsolete
        documentation.
        (gnus-agentize, gnus-agent-add-server, gnus-agent-remove-server):
-       Modified to support new definition of gnus-agent-covered-method.
+       Modify to support new definition of gnus-agent-covered-method.
        (gnus-agent-read-servers): Rewritten to convert old method data
        into server names.
        (gnus-agent-read-servers-validate)
        (gnus-agent-expire-done-message): New function.
        (gnus-agent-unread-articles): Bug fix.  No longer drops last
        unread article onto read list.
-       (gnus-agent-regenerate-group): Changed prompt to use typical
+       (gnus-agent-regenerate-group): Change prompt to use typical
        style.
        (gnus-agent-group-covered-p): Rewrote to internally use
        gnus-agent-method-p.
        * gnus-int.el (gnus-start-news-server): Partially convert old
        gnus-agent-covered-methods to new format so that gnus-open-server
        functions correctly.
-       * gnus-srvr.el (gnus-server-insert-server-line): Replaced
-       gnus-agent-covered-methods with gnus-agent-method-p.
-       * gnus-start.el (gnus-clear-system): Added
-       gnus-agent-covered-methods to compensate for removing it from
+       * gnus-srvr.el (gnus-server-insert-server-line):
+       Replace gnus-agent-covered-methods with gnus-agent-method-p.
+       * gnus-start.el (gnus-clear-system):
+       Add gnus-agent-covered-methods to compensate for removing it from
        gnus-variable-list.
        (gnus-setup-news): Complete conversion of old
        gnus-agent-covered-methods to new format so that secondary and
 
 2003-11-10  Reiner Steib  <Reiner.Steib@gmx.de>
 
-       * message.el (message-mode-field-menu): Moved some entries, added
+       * message.el (message-mode-field-menu): Move some entries, added
        `message-insert-wide-reply'.
-       (message-change-subject): Fixed comment.
+       (message-change-subject): Fix comment.
 
 2003-11-10  Sam Steingold  <sds@gnu.org>
 
        requested.
        (gnus-registry-split-fancy-with-parent): When long names are in use,
        strip the name if we're in the native server, or else return nothing.
-       (gnus-registry-spool-action, gnus-registry-action): Use
-       gnus-group-guess-full-name-from-command-method instead of
+       (gnus-registry-spool-action, gnus-registry-action):
+       Use gnus-group-guess-full-name-from-command-method instead of
        gnus-group-guess-full-name.
 
        * spam.el (spam-mark-spam-as-expired-and-move-routine)
        (spam-ham-copy-or-move-routine): Prevent article deletions or
        moves unless the backend allows it.
 
-       * gnus.el (gnus-install-group-spam-parameters): Fixed parameters
+       * gnus.el (gnus-install-group-spam-parameters): Fix parameters
        to list spamoracle as well, suggested by Jean-Marc Lasgouttes
        <Jean-Marc.Lasgouttes@inria.fr>.
 
 2003-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * spam.el
-       (spam-log-processing-to-registry): Improved message and comments.
+       (spam-log-processing-to-registry): Improve message and comments.
        (spam-log-unregistration-needed-p): New function.
        (spam-ifile-register-spam-routine)
        (spam-ifile-register-ham-routine, spam-stat-register-spam-routine)
        (spam-whitelist-register-routine)
        (spam-bogofilter-register-spam-routine)
        (spam-bogofilter-register-ham-routine)
-       (spam-spamoracle-learn-ham, spam-spamoracle-learn-spam): Change
-       spam-log-processing-to-registry invocations appropriately.
+       (spam-spamoracle-learn-ham, spam-spamoracle-learn-spam):
+       Change spam-log-processing-to-registry invocations appropriately.
 
 2003-10-31  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
 
        (spam-whitelist-register-routine)
        (spam-bogofilter-register-spam-routine)
        (spam-bogofilter-register-ham-routine)
-       (spam-spamoracle-learn-ham, spam-spamoracle-learn-spam): Add
-       spam-log-processing-to-registry invocations.
+       (spam-spamoracle-learn-ham, spam-spamoracle-learn-spam):
+       Add spam-log-processing-to-registry invocations.
 
        * gnus-registry.el: Fixed docs in the preface to mention
        gnus-registry-initialize.
        * spam.el (spam-mark-spam-as-expired-and-move-routine)
        (spam-ham-copy-or-move-routine): Don't ask when deleting copied
        articles, and use move instead of copy when possible.
-       (spam-split): Added the option of specifying a string as a
+       (spam-split): Add the option of specifying a string as a
        spam-split parameter; such a string will override
        spam-split-group temporarily.
 
        * gnus-art.el (gnus-button-alist): Allow & in mailto URLs.
        (gnus-header-button-alist): Likewise.
        (gnus-url-mailto): Handle ?to parameters.  Replace \r\n with \n.
-       Reverse parameter list to use same order as in the URL.  Reported
-       by f95-msv@f.kth.se (MÃ¥rten Svantesson).
+       Reverse parameter list to use same order as in the URL.
+       Reported by f95-msv@f.kth.se (MÃ¥rten Svantesson).
 
 2003-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
 
 
 2003-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-       * nndoc.el (nndoc-guess-type): Reverse the sort order.  Suggested
-       by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
+       * nndoc.el (nndoc-guess-type): Reverse the sort order.
+       Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
        (nndoc-dissect-buffer): Don't miss even-numbered articles.
 
 2003-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
        requirement, now just "IP address" is enough for detection for
        blackhole checking.
        (spam-check-blackholes): Oops, the dots were not escaped.
-       (spam-mark-spam-as-expired-and-move-routine): Added multiple group
+       (spam-mark-spam-as-expired-and-move-routine): Add multiple group
        support (multiple copies, then delete).
        (spam-ham-copy-routine): New function.
        (spam-ham-move-routine): New function.
        * gnus-art.el (gnus-narrow-to-page): Clear as well as set the
        value for gnus-page-broken.
 
-       * gnus-sum.el (gnus-summary-beginning-of-article): Use
-       gnus-break-pages instead of gnus-page-broken.
+       * gnus-sum.el (gnus-summary-beginning-of-article):
+       Use gnus-break-pages instead of gnus-page-broken.
        (gnus-summary-end-of-article): Use gnus-break-pages instead of
        gnus-page-broken; narrow to the end of a page beforehand.
        (gnus-summary-toggle-header): Use gnus-break-pages instead of
 
        * gnus-msg.el (gnus-extended-version): Use it.
 
-       * gnus-util.el (gnus-emacs-version): Separated out into own
+       * gnus-util.el (gnus-emacs-version): Separate out into own
        function.
 
 2003-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
 
-       * message.el (message-mode-field-menu): Added
-       message-generate-unsubscribed-mail-followup-to.
+       * message.el (message-mode-field-menu):
+       Add message-generate-unsubscribed-mail-followup-to.
        (message-forward-subject-fwd): Avoid double "Fwd: ".
-       (message-change-subject): Added comment.
+       (message-change-subject): Add comment.
 
 2003-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
 
 2003-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-       * gnus-sum.el (gnus-remove-odd-characters): Use
-       mm-subst-char-in-string instead of subst-char-in-string.
+       * gnus-sum.el (gnus-remove-odd-characters):
+       Use mm-subst-char-in-string instead of subst-char-in-string.
        (gnus-summary-refer-article): Use gnus-replace-in-string instead
        of replace-regexp-in-string.
 
 
 2003-10-18  Jesper Harder  <harder@ifa.au.dk>
 
-       * gnus-sum.el (gnus-summary-save-parts-last-directory): Default
-       to mm-default-directory.
+       * gnus-sum.el (gnus-summary-save-parts-last-directory):
+       Default to mm-default-directory.
        (gnus-summary-save-parts-1): Use mm-file-name-rewrite-functions.
 
 2003-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * pop3.el (pop3-read-response): Check whether the process is
-       alive.
+       * pop3.el (pop3-read-response): Check whether the process is alive.
 
        * gnus-sum.el (gnus-summary-refer-article): Strip spaces.
 
-       * rfc2047.el (rfc2047-encode-region): Do error out on invalid
-       strings.
+       * rfc2047.el (rfc2047-encode-region): Do error out on invalid strings.
 
-       * nntp.el (nntp-retrieve-headers-with-xover): Get error messages
-       right.
+       * nntp.el (nntp-retrieve-headers-with-xover): Get error messages right.
 
        * gnus-agent.el (gnus-agent-read-servers): Remove sit-for.
 
        name for gcc-self.
        (gnus-inews-insert-archive-gcc): Paren mistake.
 
-       * gnus-sum.el (gnus-summary-enter-digest-group): Add
-       parent-group.
+       * gnus-sum.el (gnus-summary-enter-digest-group):
+       Add parent-group.
 
        * gnus-art.el (gnus-ignored-headers): Add more headers.
 
 
 2003-10-06  Jesper Harder  <harder@ifa.au.dk>
 
-       * gnus.el (gnus-group-faq-directory): Update .tw entry.  From
-       Albert Chun-Chieh Huang <mr894348@cs.nthu.edu.tw>
+       * gnus.el (gnus-group-faq-directory): Update .tw entry.
+       From Albert Chun-Chieh Huang <mr894348@cs.nthu.edu.tw>
 
 2003-10-03  Teodor Zlatanov  <tzz@lifelogs.com>
 
 
 2003-10-02  Reiner Steib  <Reiner.Steib@gmx.de>
 
-       * spam.el (spam-install-hooks-function): Added Autoload cookie.
+       * spam.el (spam-install-hooks-function): Add Autoload cookie.
 
 2003-10-02  Michael Shields  <shields@msrl.com>
 
 
 2003-10-01  Jesper Harder  <harder@ifa.au.dk>
 
-       * message.el (message-send): Fix reversed logic of supersedes
-       check.
+       * message.el (message-send): Fix reversed logic of supersedes check.
 
 2003-09-30  Reiner Steib  <Reiner.Steib@gmx.de>
 
 
 2003-09-05  Teodor Zlatanov  <tzz@lifelogs.com>
 
-       * gnus-registry.el (gnus-registry-split-fancy-with-parent): Yet
-       another error.  *sigh*
+       * gnus-registry.el (gnus-registry-split-fancy-with-parent):
+       Yet another error.  *sigh*
 
        * gnus-registry.el (gnus-registry-fetch-extra-entry): Don't use
        puthash unless gnus-registry-entry-caching is on.
        (gnus-registry-register-message-ids): Pass subject to
        gnus-registry-add-group.
        (gnus-registry-simplify-subject)
-       (gnus-registry-fetch-simplified-message-subject-fast): New
-       functions.
-       (gnus-registry-fetch-extra, gnus-registry-fetch-extra-entry): Add
-       extra data entry caching.
+       (gnus-registry-fetch-simplified-message-subject-fast):
+       New functions.
+       (gnus-registry-fetch-extra, gnus-registry-fetch-extra-entry):
+       Add extra data entry caching.
        (gnus-registry-add-group): Handle the extra subject parameter.
        (gnus-registry-install-hooks, gnus-registry-unload-hook): Fix the
        gnus-register-* function names.
        * nnmail.el (nnmail-cache-insert): Add subject parameter, pass it
        on to the nnmail-spool-hook.
 
-       * nnbabyl.el (nnbabyl-request-accept-article): Added subject to
+       * nnbabyl.el (nnbabyl-request-accept-article): Add subject to
        nnmail-cache-insert call.
 
-       * nndiary.el (nndiary-request-accept-article): Added subject to
+       * nndiary.el (nndiary-request-accept-article): Add subject to
        nnmail-cache-insert call.
 
-       * nnfolder.el (nnfolder-request-accept-article): Added subject to
+       * nnfolder.el (nnfolder-request-accept-article): Add subject to
        nnmail-cache-insert call.
 
-       * nnimap.el (nnimap-split-articles): Added subject to
+       * nnimap.el (nnimap-split-articles): Add subject to
        nnmail-cache-insert call.
-       (nnimap-request-accept-article): Added subject to
+       (nnimap-request-accept-article): Add subject to
        nnmail-cache-insert call.
 
-       * nnmbox.el (nnmbox-request-accept-article): Added subject to
+       * nnmbox.el (nnmbox-request-accept-article): Add subject to
        nnmail-cache-insert call.
 
-       * nnmh.el (nnmh-request-accept-article): Added subject to
+       * nnmh.el (nnmh-request-accept-article): Add subject to
        nnmail-cache-insert call.
 
-       * nnml.el (nnml-request-accept-article): Added subject to
+       * nnml.el (nnml-request-accept-article): Add subject to
        nnmail-cache-insert call.
 
 2003-09-04  Jesper Harder  <harder@ifa.au.dk>
 
 2003-08-29  Simon Josefsson  <jas@extundo.com>
 
-       * gnus-group.el (gnus-group-delete-group): Doc fix.  Suggested by
-       Jochen Küpper <jochen@jochen-kuepper.de>.
+       * gnus-group.el (gnus-group-delete-group): Doc fix.
+       Suggested by Jochen Küpper <jochen@jochen-kuepper.de>.
 
 2003-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
 
 
 2003-08-24  Jesper Harder  <harder@ifa.au.dk>
 
-       * gnus-art.el (gnus-header-button-alist, gnus-button-alist): Fix
-       type.
+       * gnus-art.el (gnus-header-button-alist, gnus-button-alist):
+       Fix type.
 
 2003-08-22  Jesper Harder  <harder@ifa.au.dk>
 
-       * message.el (message-make-forward-subject-function): Fix
-       customize mismatch.
+       * message.el (message-make-forward-subject-function):
+       Fix customize mismatch.
 
        * gnus.el (gnus-message-archive-method): Do.
 
        char is `/' and add more information for the user.
 
        * gnus-art.el (gnus-button-alist): Add `+' (gnus-button-handle-man).
-       (gnus-header-button-alist): Added `In-Reply-To'.
+       (gnus-header-button-alist): Add `In-Reply-To'.
 
        * nnimap.el (nnimap-open-connection): Allow different user names
        on the same server (and in the same authinfo file).
 
        * gnus-sieve.el (gnus-sieve-crosspost): Fix type.
 
-       * message.el (message-make-forward-subject-function): Add
-       message-forward-subject-name-subject to choices.
+       * message.el (message-make-forward-subject-function):
+       Add message-forward-subject-name-subject to choices.
 
        * gnus-art.el (gnus-article-edit-done, gnus-article-edit-exit):
        Redisplay article after editing.
 
 2003-08-20  Jari Aalto  <jari.aalto@poboxes.com>
 
-       * gnus.el (gnus-read-group): Added check to ask confirmation if
+       * gnus.el (gnus-read-group): Add check to ask confirmation if
        Group name contains invalid character.  You can use '/' in IMAP,
        but not in filenames.  G m cannot know what the user is creating,
        so let user decide.  See thread m2oeysiev3.fsf@naima.lensflare.org.
 
 2003-08-07  Jesper Harder  <harder@ifa.au.dk>
 
-       * pgg-gpg.el (pgg-gpg-process-region): Bind
-       default-enable-multibyte-characters to nil.
+       * pgg-gpg.el (pgg-gpg-process-region):
+       Bind default-enable-multibyte-characters to nil.
 
 2003-08-07  Katsumi Yamaoka  <yamaoka@jpl.org>
 
 
        * spam.el (spam-use-regex-body, spam-regex-body-spam)
        (spam-regex-body-ham): New variables, default to nil/empty/empty.
-       (spam-install-hooks): Added spam-use-regex-body to list or
+       (spam-install-hooks): Add spam-use-regex-body to list or
        pre-install conditions.
-       (spam-list-of-checks): Added spam-use-regex-body and
+       (spam-list-of-checks): Add spam-use-regex-body and
        spam-check-regex-body to list of checks.
-       (spam-list-of-statistical-checks): Added spam-use-regex-body to
+       (spam-list-of-statistical-checks): Add spam-use-regex-body to
        list of statistical checks.
        (spam-check-regex-body): Invokes spam-check-regex-headers with
        appropriate variable masking.
        (gnus-registry-clean-empty): New variable to enable cleaning the
        registry when saving it by calling gnus-registry-clean-empty-function.
 
-       * spam.el (spam-summary-prepare-exit): Use
-       spam-process-ham-in-spam-groups.
+       * spam.el (spam-summary-prepare-exit):
+       Use spam-process-ham-in-spam-groups.
        (spam-process-ham-in-spam-groups): New variable.
 
 2003-07-24  Jesper Harder  <harder@ifa.au.dk>
        * pgg-gpg.el (pgg-gpg-process-region): Add "--yes" to options.
 
        * pgg-gpg.el, pgg-pgp.el, pgg-pgp5.el, pgg.el: Reapply changes
-       from 2003-04-03 to fix security problem.  See
-       http://www.debian.org/security/2003/dsa-339.
+       from 2003-04-03 to fix security problem.
+       See http://www.debian.org/security/2003/dsa-339.
 
 2003-07-23  Teodor Zlatanov  <tzz@lifelogs.com>
 
 
 2003-07-10  Kai Großjohann  <kai.grossjohann@gmx.net>
 
-       * imap.el (imap-arrival-filter): Fix test for missing process
-       buffer.
+       * imap.el (imap-arrival-filter): Fix test for missing process buffer.
 
 2003-07-09  Gaute B Strokkenes  <gs234@cam.ac.uk>  (tiny change)
 
 
 2003-07-06  Jesper Harder  <harder@ifa.au.dk>
 
-       * message.el (message-send-mail-with-sendmail): Handle
-       non-numeric return values.
+       * message.el (message-send-mail-with-sendmail):
+       Handle non-numeric return values.
 
        * gnus-start.el (gnus-clear-system): Revert change from
        2003-06-19.
 
 2003-06-23  Teodor Zlatanov  <tzz@lifelogs.com>
 
-       * spam.el (spam-from-listed-p, spam-parse-list): Use
-       ietf-drums-parse-addresses to extract the address portion of the
+       * spam.el (spam-from-listed-p, spam-parse-list):
+       Use ietf-drums-parse-addresses to extract the address portion of the
        whitelist/blacklist file if it looks like an address can be found.
 
 2003-06-23  Didier Verna  <didier@xemacs.org>
        (gnus-xmas-remove-image): Ditto, with extents.
        * gnus-art.el (gnus-delete-images): Pass CATEGORY argument to
        gnus-[xmas-]remove-image.
-       (article-display-face): Don't always act as a toggle.  Call
-       `gnus-put-image' with CATEGORY argument.
+       (article-display-face): Don't always act as a toggle.
+       Call `gnus-put-image' with CATEGORY argument.
        (article-display-x-face): Call `gnus-put-image' with CATEGORY
        argument.
        * smiley.el (smiley-region): Ditto.
 
 2003-06-20  Jesper Harder  <harder@ifa.au.dk>
 
-       * mm-util.el (mm-append-to-file): Say "Appended to".  Suggested by
-       Dan Jacobson <jidanni@jidanni.org>.
+       * mm-util.el (mm-append-to-file): Say "Appended to".
+       Suggested by Dan Jacobson <jidanni@jidanni.org>.
 
-       * mm-view.el (mm-inline-message): Bind
-       gnus-original-article-buffer to the buffer in the mml handle
+       * mm-view.el (mm-inline-message):
+       Bind gnus-original-article-buffer to the buffer in the mml handle
        holding the message.
 
 2003-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
 
 2003-06-19  Jesper Harder  <harder@ifa.au.dk>
 
-       * nnheader.el (nnheader-init-server-buffer): Add
-       nntp-server-buffer to gnus-buffers.
+       * nnheader.el (nnheader-init-server-buffer):
+       Add nntp-server-buffer to gnus-buffers.
 
        * gnus-start.el (gnus-clear-system): Now we don't need to kill
        nntp-server-buffer separately.
 
 2003-06-17  Reiner Steib  <Reiner.Steib@gmx.de>
 
-       * gnus-util.el (gnus-extract-address-components): Added
-       doc-string.
+       * gnus-util.el (gnus-extract-address-components):
+       Add doc-string.
 
 2003-06-16  Michael Albinus  <Michael.Albinus@alcatel.de>
 
 
 2003-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-       * gnus-sum.el (gnus-summary-refer-parent-article): Extract
-       Message-ID from In-Reply-To header.
+       * gnus-sum.el (gnus-summary-refer-parent-article):
+       Extract Message-ID from In-Reply-To header.
 
 2003-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
 
 
 2003-06-15  Reiner Steib  <Reiner.Steib@gmx.de>
 
-       * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
-       `gnus-article-emulate-mime'.
+       * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
+       Bind `gnus-article-emulate-mime'.
 
 2003-06-15  Tommi Vainikainen  <thv+gnus@iki.fi>
 
-       * message.el (message-is-yours-p): New function.  Separated common
-       code from message-cancel-news and message-supersede.  Added
-       matching code which uses message-alternative-emails regexp as last
+       * message.el (message-is-yours-p): New function.  Separate common
+       code from message-cancel-news and message-supersede.
+       Add matching code which uses message-alternative-emails regexp as last
        resort.
        (message-cancel-news, message-supersede): Use message-is-yours-p.
 
 
 2003-06-12  Dave Love  <fx@gnu.org>
 
-       * nnheader.el (nnheader-functionp): Deleted.
+       * nnheader.el (nnheader-functionp): Delete.
 
        * nnmail.el (nnmail-split-fancy-syntax-table): Define all in
        defvar.
-       (nnmail-version): Deleted.
+       (nnmail-version): Delete.
        (nnmail-check-duplication, nnmail-expiry-target-group): Don't use
        nnheader-functionp.
 
        (spam-spamoracle, spam-spamoracle): New variables.
        (spam-group-spam-processor-spamoracle-p)
        (spam-group-ham-processor-spamoracle-p): New functions.
-       (spam-summary-prepare-exit): Added spamoracle ham/spam exit processing.
-       (spam-list-of-checks, spam-list-of-statistical-checks): Add
-       spam-use-spamoracle.
+       (spam-summary-prepare-exit): Add spamoracle ham/spam exit processing.
+       (spam-list-of-checks, spam-list-of-statistical-checks):
+       Add spam-use-spamoracle.
        (spam-check-spamoracle, spam-spamoracle-learn)
        (spam-spamoracle-learn-ham, spam-spamoracle-learn-spam): New functions.
 
        * gnus.el (gnus-group-spam-exit-processor-spamoracle)
        (gnus-group-ham-exit-processor-spamoracle): New variables for SpamOracle.
-       (spam-process, ham-process): Added spamoracle spam/ham processors.
+       (spam-process, ham-process): Add spamoracle spam/ham processors.
 
 2003-06-08  Jesper Harder  <harder@ifa.au.dk>
 
 
 2003-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * gnus-sum.el (gnus-summary-make-menu-bar): Removed ["Add buttons"
+       * gnus-sum.el (gnus-summary-make-menu-bar): Remove ["Add buttons"
        gnus-summary-display-buttonized t].
 
 2003-06-07  Kai Großjohann  <kai.grossjohann@gmx.net>
        (gnus-other-frame): Quote lambda used as hook.
 
        * message.el: Doc fixes.
-       (message-functionp): Deleted.  Callers changed.
-       (message-fix-before-sending): Highlight with overlays.  Clarify
-       `illegible text' messages.
+       (message-functionp): Delete.  Callers changed.
+       (message-fix-before-sending): Highlight with overlays.
+       Clarify `illegible text' messages.
        (rmail-enable-mime-composing, gnus-message-group-art): Defvar when
        compiling.
        (gnus-find-method-for-group, nnvirtual-find-group-art): Autoload.
 
 2003-06-03  Eric Eide  <eeide@cs.utah.edu>
 
-       * gnus-xmas.el (gnus-xmas-create-image): Use
-       insert-file-contents-literally.
+       * gnus-xmas.el (gnus-xmas-create-image):
+       Use insert-file-contents-literally.
 
 2003-06-02  Teodor Zlatanov  <tzz@lifelogs.com>
 
        (gnus-registry-delete-group): Use it.
        (gnus-registry-unload-hook): Uninstall all the hooks.
 
-       * spam.el (spam-install-hooks-function, spam-unload-hook): New
-       functions so users that load spam.el for customization don't get
+       * spam.el (spam-install-hooks-function, spam-unload-hook):
+       New functions so users that load spam.el for customization don't get
        all the hooks installed.
        (spam-install-hooks): New variable, set to t by default if user
        has one of the spam-use-* variables set.
        * rfc2047.el (rfc2047-decode): Don't use
        mm-with-unibyte-current-buffer.
 
-       * qp.el (quoted-printable-decode-string): Use
-       mm-with-unibyte-buffer.
+       * qp.el (quoted-printable-decode-string):
+       Use mm-with-unibyte-buffer.
 
 2003-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
 
 
 2003-05-20  Dave Love  <fx@gnu.org>
 
-       * rfc2047.el (rfc2047-q-encoding-alist): Deleted.
+       * rfc2047.el (rfc2047-q-encoding-alist): Delete.
        (rfc2047-q-encode-region): Don't use it.
        (rfc2047-encode-message-header) <(eq method 'mime)>: Bind
        rfc2047-encoding-type to `mime'.
 
 2003-05-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
 
-       * gnus-agent.el (gnus-agentize): Updated documentation to match
+       * gnus-agent.el (gnus-agentize): Update documentation to match
        usage.
        (gnus-agent-expire-group-1): Do not skip over a group when the
        force argument is set.
-       * gnus.el (gnus-agent): Updated documentation to reflect that
+       * gnus.el (gnus-agent): Update documentation to reflect that
        gnus-agent now defaults to t.
 
 2003-05-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
 2003-05-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * mail-source.el (mail-source-delete-incoming): Changed to t.
+       * mail-source.el (mail-source-delete-incoming): Change to t.
 
        * rfc2047.el (rfc2047-syntax-table): Funcall.
 
        * rfc2047.el (rfc2047-encodable-p): Use the header charset.
 
-       * gnus-sum.el (gnus-summary-reselect-current-group): Supply
-       leave-hidden.
+       * gnus-sum.el (gnus-summary-reselect-current-group):
+       Supply leave-hidden.
 
 2003-05-14  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
 
-       * gnus-sum.el (gnus-summary-exit): Added `leave-hidden'.  (Tiny
+       * gnus-sum.el (gnus-summary-exit): Add `leave-hidden'.  (Tiny
        patch.)
 
 2003-05-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * gnus-registry.el (gnus-registry-store-extra-entry): Use
-       gnus-assq-delete-all.
+       * gnus-registry.el (gnus-registry-store-extra-entry):
+       Use gnus-assq-delete-all.
 
        * gnus-xmas.el (gnus-xmas-assq-delete-all): New function.
 
        (gnus-agent-cat-disable-undownloaded-faces): New function.
        Accessor for new agent property
        'agent-disable-undownloaded-faces'.
-       gnus-cus.el (gnus-agent-parameters): Added
-       agent-disable-undownloaded-faces and corrected documentation.
+       gnus-cus.el (gnus-agent-parameters):
+       Add agent-disable-undownloaded-faces and corrected documentation.
        (gnus-agent-cat-prepare-category-field,
-       gnus-agent-customize-category): Changed to avoid creating free
+       gnus-agent-customize-category): Change to avoid creating free
        references to each field's symbol.
        gnus-sum.el (gnus-summary-use-undownloaded-faces): New local variable.
        (gnus-select-newgroup): Initialize it.
 
 2003-05-12  Dave Love  <fx@gnu.org>
 
-       * mm-util.el (mm-read-charset): Deleted.
+       * mm-util.el (mm-read-charset): Delete.
        (mm-coding-system-mime-charset): New.
        (mm-read-coding-system, mm-mule-charset-to-mime-charset)
        (mm-charset-to-coding-system, mm-mime-charset)
        (mm-find-mime-charset-region): Use it.
        (mm-default-multibyte-p): Fix non-mule case.
 
-       * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-bol): Eval
-       and compile.
+       * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-bol):
+       Eval and compile.
        (rfc2047-syntax-table): Fix building table to work in Emacs 22.
        (rfc2047-unfold-region): Delete unused var `leading'.
 
 
 2003-05-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Added
-       space.
+       * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
+       Add space.
 
 2003-05-11  Jesper Harder  <harder@ifa.au.dk>
 
 
 2003-05-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * gnus.el (gnus-logo-color-alist): Added no colors.
+       * gnus.el (gnus-logo-color-alist): Add no colors.
 
 2003-05-09  Dave Love  <fx@gnu.org>
 
 
        * gnus-registry.el (gnus-registry-unregistered-group-regex):
        removed in favor of the group/topic/global variables.
-       (gnus-registry-register-message-ids): Fixed test to omit
+       (gnus-registry-register-message-ids): Fix test to omit
        gnus-registry-unregistered-group-regex.
 
-       * gnus.el (gnus-variable-list): Removed gnus-registry-alist and
+       * gnus.el (gnus-variable-list): Remove gnus-registry-alist and
        gnus-registry-headers-alist from the list.
-       (gnus-registry-headers-alist): Removed.
+       (gnus-registry-headers-alist): Remove.
        (registry-ignore): New parameter, with accompanying
        gnus-registry-ignored-groups global variable.
 
        used by gnus-registry.el.
 
        * gnus-registry.el (gnus-registry-cache-file): New file variable.
-       (gnus-registry-cache-read, gnus-registry-cache-save): New
-       functions.
+       (gnus-registry-cache-read, gnus-registry-cache-save):
+       New functions.
        (gnus-registry-save, gnus-registry-read): Use the new
        gnus-registry-cache-{read|save} functions, and change the name
        from gnus-registry-translate-{from|to}-alist.
-       (gnus-registry-clear): Fixed so it doesn't refer to old function name.
+       (gnus-registry-clear): Fix so it doesn't refer to old function name.
 
 2003-05-09  Dan Christensen  <jdc@chow.mat.jhu.edu>
 
 
 2003-05-08  Teodor Zlatanov  <tzz@lifelogs.com>
 
-       * gnus-start.el (gnus-clear-system): Added gnus-registry-alist to
+       * gnus-start.el (gnus-clear-system): Add gnus-registry-alist to
        the list of cleared variables.
 
        * gnus-registry.el (gnus-registry-split-fancy-with-parent):
 
 2003-05-08  Kai Großjohann  <kai.grossjohann@gmx.net>
 
-       * gnus-sum.el (gnus-summary-next-page): Mention
-       `gnus-article-skip-boring' in docstring.
+       * gnus-sum.el (gnus-summary-next-page):
+       Mention `gnus-article-skip-boring' in docstring.
 
 2003-05-08  Jesper Harder  <harder@ifa.au.dk>
 
 
        * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): New.
        Callers of gnus- versions changed to use them.
-       (rfc2047-header-encoding-alist): Add `address-mime' part.  Doc
-       fixes.
+       (rfc2047-header-encoding-alist): Add `address-mime' part.
+       Doc fixes.
        (rfc2047-encoding-type): New.
        (rfc2047-encode-message-header): Use mm-charset-to-coding-system.
        Don't include header name field in encoding.  Add `address-mime'
        case and bind rfc2047-encoding-type for `mime' case.
-       (rfc2047-encodable-p): Deleted.
+       (rfc2047-encodable-p): Delete.
        (rfc2047-syntax-table): New.
        (rfc2047-encode-region, rfc2047-encode): Rewritten to take account
        of rfc2047 rules with respect to rfc2822 tokens and to do encoding
 
 2003-05-02  Dave Love  <fx@gnu.org>
 
-       * rfc2047.el (rfc2047-q-encode-region, rfc2047-decode): Use
-       mm-with-unibyte-current-buffer.
+       * rfc2047.el (rfc2047-q-encode-region, rfc2047-decode):
+       Use mm-with-unibyte-current-buffer.
        (ietf-drums, gnus-util): Don't require.
 
        * sieve.el (sieve-manage-mode-menu): Define before use.
        * mm-util.el (mm-coding-system-p): Don't override nil from
        coding-system-p.
        (mm-mule4-p, mm-disable-multibyte-mule4)
-       (mm-with-unibyte-current-buffer-mule4): Deleted.
+       (mm-with-unibyte-current-buffer-mule4): Delete.
        (mm-multibyte-p): Use defun, not defalias.
-       (mm-make-temp-file): Moved to group at top of file.
+       (mm-make-temp-file): Move to group at top of file.
        (mm-point-at-eol, mm-point-at-bol): New.
 
        * gnus-cite.el (gnus-art): Require.
        (gnus-output-to-rmail): Require mm-util.
 
        * mail-source.el (mail-source-callback): Use mm-make-temp-file.
-       (mail-source-make-complex-temp-name): Deleted.
+       (mail-source-make-complex-temp-name): Delete.
 
        * message.el (message-use-idna): Use mm-coding-system-p.
        (message-tokenize-header, message-make-organization)
        (message-make-from): Use with-temp-buffer.
-       (message-set-work-buffer): Deleted.
+       (message-set-work-buffer): Delete.
        (message-fill-paragraph): Use `if' not `and' for compiler warning.
        (message-check-news-header-syntax): Remove useless lambda.
        (message-forward-make-body): Use mm-disable-multibyte,
        mm-with-unibyte-current-buffer, mm-enable-multibyte.
-       (message-replace-chars-in-string): Deleted.
+       (message-replace-chars-in-string): Delete.
 
        * mm-extern.el (mm-extern-local-file): Use mm-disable-multibyte.
        (mm-extern-url): Use mm-with-unibyte-current-buffer,
        mm-disable-multibyte.
        (mm-extern-anon-ftp): Use mm-disable-multibyte.
 
-       * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt): Use
-       mm-with-unibyte-current-buffer.
+       * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
+       Use mm-with-unibyte-current-buffer.
 
        * mml2015.el (mml): Require.
-       (mml2015-mailcrypt-encrypt, mml2015-gpg-encrypt): Use
-       mm-with-unibyte-current-buffer.
+       (mml2015-mailcrypt-encrypt, mml2015-gpg-encrypt):
+       Use mm-with-unibyte-current-buffer.
 
        * nnheader.el (gnus-util): Require.
 
        * gnus-registry.el (gnus-registry-fetch-extra)
        (gnus-registry-store-extra, gnus-registry-group-count): New functions.
        (gnus-registry-fetch-group, gnus-registry-delete-group)
-       (gnus-registry-add-group): Changed to work with extra data element
+       (gnus-registry-add-group): Change to work with extra data element
        if present.
 
 2003-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
 
 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * message.el (message-forward-subject-name-subject): Decode
-       string when forwarding.
+       * message.el (message-forward-subject-name-subject):
+       Decode string when forwarding.
 
 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
 
 2003-04-30  Reiner Steib  <Reiner.Steib@gmx.de>
 
-       * gnus-art.el (gnus-button-prefer-mid-or-mail): Fixed typo in
+       * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in
        doc-string.
 
 2003-05-01  Steve Youngs  <youngs@xemacs.org>
 
 2003-04-30  Teodor Zlatanov  <tzz@lifelogs.com>
 
-       * gnus-registry.el (gnus-registry-split-fancy-with-parent): Added
-       diagnostic message.
+       * gnus-registry.el (gnus-registry-split-fancy-with-parent):
+       Add diagnostic message.
        (gnus-registry-grep-in-list): Don't run when word is nil.
        (gnus-registry-fetch-message-id-fast): New function.
        (gnus-registry-delete-group, gnus-registry-add-group): Make sure
        the id and group are not nil.
        (gnus-registry-register-message-ids): New function.
-       (gnus-register-action): Optimized logical flow.
-       (gnus-summary-prepare-hook): Added gnus-registry-register-message-ids.
+       (gnus-register-action): Optimize logical flow.
+       (gnus-summary-prepare-hook): Add gnus-registry-register-message-ids.
 
 2003-04-30  Kai Großjohann  <kai.grossjohann@gmx.net>
 
-       * gnus-delay.el (gnus-delay-article): Call
-       `gnus-agent-queue-setup' to create the delay group.
+       * gnus-delay.el (gnus-delay-article):
+       Call `gnus-agent-queue-setup' to create the delay group.
 
        * gnus-agent.el (gnus-agent-queue-setup): Support optional arg
        for the (queue) group name.
 2003-04-30  Kevin Greiner  <kgreiner@xpediantsolutions.com>
 
        * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-name):
-       Wrapped in eval-when-compile.
+       Wrap in eval-when-compile.
        (gnus-agent-mode): Bind gnus-agent-go-online to nil as you
        shouldn't be asked twice to go online with each server.
        (gnus-agent-get-undownloaded-list, gnus-agent-fetch-articles,
        gnus-agent-crosspost, gnus-agent-flush-cache,
        gnus-agent-fetch-session, gnus-agent-unread-articles,
        gnus-agent-uncached-articles, gnus-agent-regenerate-group,
-       gnus-agent-group-covered-p): Expanded pop macros used for
+       gnus-agent-group-covered-p): Expand pop macros used for
        effect.  Avoids compilation warning in emacs 21.3.
 
-       * gnus-int.el (gnus-open-server): Restructured to only open
+       * gnus-int.el (gnus-open-server): Restructure to only open
        nnagent when gnus-plugged is nil.
 
 2003-04-29  Teodor Zlatanov  <tzz@lifelogs.com>
 
 2003-04-29  Reiner Steib  <Reiner.Steib@gmx.de>
 
-       * gnus-art.el (gnus-button-alist): Fixed CTAN regexp.
+       * gnus-art.el (gnus-button-alist): Fix CTAN regexp.
 
 2003-04-29  Teodor Zlatanov  <tzz@lifelogs.com>
 
 
        * gnus-art.el (gnus-mime-display-multipart-as-mixed)
        (gnus-mime-display-multipart-alternative-as-mixed)
-       (gnus-mime-display-multipart-related-as-mixed): Added doc-strings,
+       (gnus-mime-display-multipart-related-as-mixed): Add doc-strings,
        allow customization.
 
 2003-04-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
 2003-04-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
 
-       * gnus-registry.el (gnus-register-spool-action): Replaced literal
+       * gnus-registry.el (gnus-register-spool-action): Replace literal
        carriage-return character with its escape sequence.
 
 2003-04-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * gnus.el: Remove gnus-functionp throughout.
 
-       * gnus-util.el (gnus-functionp): Removed.
+       * gnus-util.el (gnus-functionp): Remove.
 
        * gnus-msg.el (gnus-summary-wide-reply-with-original): Doc fix.
 
        * gnus-start.el (message-make-date): Autoload rather than
        requiring message.
 
-       * gnus-group.el (gnus-group-name-charset-group-alist): Use
-       mm-coding-system-p.
+       * gnus-group.el (gnus-group-name-charset-group-alist):
+       Use mm-coding-system-p.
        (gnus-cache-active-altered): Defvar when compiling.
        (gnus-group-delete-group): Re-write to help avoid warnings.
 
 
 2003-04-22  Paul Jarc  <prj@po.cwru.edu>
 
-       * gnus-util.el (gnus-merge): Added "type" argument to match CL
+       * gnus-util.el (gnus-merge): Add "type" argument to match CL
        merge and gnus-sum.el's expectations.
 
 2003-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
 
-       * gnus-art.el (gnus-button-url-regexp): Added nntp.
+       * gnus-art.el (gnus-button-url-regexp): Add nntp.
 
        * message.el (message-generate-headers-first): Default to
        '(references).
        * spam.el (spam-split): Allow a particular check as a parameter,
        e.g. (: spam-split 'spam-use-bogofilter).
        (spam-mark-only-unseen-as-spam): New parameter, see doc.
-       (spam-mark-junk-as-spam-routine): Use
-       spam-mark-only-unseen-as-spam, simplify routine to take advantage
+       (spam-mark-junk-as-spam-routine):
+       Use spam-mark-only-unseen-as-spam, simplify routine to take advantage
        of gnus-newsgroup-unread as well as gnus-newsgroup-unseen.
 
 2003-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
        * gnus-registry.el (gnus-registry-clear)
        (gnus-registry-fetch-group, gnus-registry-grep-in-list)
        (gnus-registry-split-fancy-with-parent): New functions.
-       (gnus-register-spool-action, gnus-register-action): Simplified the
+       (gnus-register-spool-action, gnus-register-action): Simplify the
        format.
        (gnus-registry): New customization group.
        (gnus-registry-unfollowed-groups): New variable.
 
        * spam-report.el (Module): New module for spam reporting.
 
-       * gnus.el (spam-process): Added
-       gnus-group-spam-exit-processor-report-gmane to the list of choices.
-       (gnus-install-group-spam-parameters): Defined new spam exit processor.
+       * gnus.el (spam-process):
+       Add gnus-group-spam-exit-processor-report-gmane to the list of choices.
+       (gnus-install-group-spam-parameters): Define new spam exit processor.
 
        * spam.el (autoload): Autoload spam-report-gmane when needed.
        (spam-report-gmane-register-routine): Glue for spam-report.el.
 
 2003-04-16  Kevin Greiner  <kgreiner@xpediantsolutions.com>
 
-       * gnus-agent.el (gnus-agent-make-cat): Added optional parameter to
+       * gnus-agent.el (gnus-agent-make-cat): Add optional parameter to
        specify a predicate other than false.
        (gnus-category-read): Use the new feature to create a 'default'
        category with a 'short' predicate.
 
 2003-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
 
-       * spam.el (spam-split): Added save-restriction to save-excursion.
+       * spam.el (spam-split): Add save-restriction to save-excursion.
 
 2003-04-15  Julien Avarre  <julien@avarre.com>
 
 
 2003-04-13  Kevin Greiner  <kgreiner@xpediantsolutions.com>
 
-       * gnus-agent.el (gnus-agent-group-pathname): Bind
-       gnus-command-method so that gnus-agent-directory will always
+       * gnus-agent.el (gnus-agent-group-pathname):
+       Bind gnus-command-method so that gnus-agent-directory will always
        return a valid directory.
        * gnus-cache.el (gnus-cache-enter-article): Remove article from
        gnus-newsgroup-undownloaded so that the summary will display the
 
 2003-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * gnus-art.el (gnus-article-next-page): Use
-       gnus-article-over-scroll.
+       * gnus-art.el (gnus-article-next-page):
+       Use gnus-article-over-scroll.
        (gnus-article-over-scroll): New variable.
 
        * message.el (message-newline-and-reformat): Place a boundary
        before filling.
-       (message-make-forward-subject-function): Changed default to
+       (message-make-forward-subject-function): Change default to
        message-forward-subject-name-subject.
        (message-forward-subject-name-subject): New function.
 
 
        * gnus-sum.el (gnus-summary-line-message-size): Ditto.
 
-       * gnus-cus.el (gnus-group-parameters): Removed "which see".
+       * gnus-cus.el (gnus-group-parameters): Remove "which see".
 
-       * mml.el (mml-minibuffer-read-file): Bind
-       completion-ignored-extensions to nil.
+       * mml.el (mml-minibuffer-read-file):
+       Bind completion-ignored-extensions to nil.
 
        * message.el (message-fix-before-sending): Comment fix.
        (message-fix-before-sending): Make hidden headers visible.
        (message-hide-headers): Bind after-change-functions to nil.
-       (message-forbidden-properties): Put invisible and intangible
-       back.
+       (message-forbidden-properties): Put invisible and intangible back.
        (message-strip-forbidden-properties): Ignore message-hidden text.
 
        * gnus-msg.el: Hide headers.
        (message-hide-headers): New function.
        (message-hide-header-p): New function.
        (message-hide-header-p): Change logic.
-       (message-forbidden-properties): Remove intangible nil invisible
-       nil.
+       (message-forbidden-properties): Remove intangible nil invisible nil.
        (message-hide-headers): Narrow to headers.
 
 2003-04-12  Jesper Harder  <harder@ifa.au.dk>
        * gnus-agent.el (gnus-agent-get-undownloaded-list): Articles in
        the CACHE are now detected and handled the same as an article
        downloaded into the agent.
-       (gnus-agent-group-path): Modified to match nnmail-group-pathname
+       (gnus-agent-group-path): Modify to match nnmail-group-pathname
        so that the agent front-end and back-end (nnagent) always use the
        same directory.
        (gnus-agent-group-pathname): New function.  Wrapper for
 
 2003-04-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
 
-       * gnus-agent.el (gnus-agent-write-active): Added option of
+       * gnus-agent.el (gnus-agent-write-active): Add option of
        replacing, rather than updating, the agent's active file.  Do NOT
        use the fully qualified group name as gnus-active-to-gnus-format
        blindly prefixes group names with server names.
        (gnus-agent-expire-unagentized-dirs): Avoid asking to delete the
        same ancestor multiple times.
 
-       * gnus-async.el (gnus-asynchronous): Moved defcustom of
-       gnus-asynchronous away from defgroup of gnus-asynchronous.  This
-       seems to fix an intermittant error in which loading gnus-async
+       * gnus-async.el (gnus-asynchronous): Move defcustom of
+       gnus-asynchronous away from defgroup of gnus-asynchronous.
+       This seems to fix an intermittant error in which loading gnus-async
        fails to define gnus-asynchronous (the variable).
 
        * gnus-sum.el: Concur with Steve Young, 5th argument to 'load' is
        group's active range to include fetched articles that are no
        longer in the server's active range.
 
-       * gnus-util.el (gnus-with-output-to-file): Removed all of the
+       * gnus-util.el (gnus-with-output-to-file): Remove all of the
        print-* bindings as they should be handled by the function doing
        the printing.
 
 
 2003-04-06  Jesper Harder  <harder@ifa.au.dk>
 
-       * mm-uu.el (mm-uu-copy-to-buffer): Copy
-       `buffer-file-coding-system' to the new buffer.
+       * mm-uu.el (mm-uu-copy-to-buffer):
+       Copy `buffer-file-coding-system' to the new buffer.
        (mm-uu-pgp-signed-extract-1): Don't copy
        `buffer-file-coding-system' here.
 
        exist in XEmacs.
        (mm-decode-body): Add missing quote.
 
-       * mm-uu.el (mm-uu-pgp-signed-extract-1): Set
-       buffer-file-coding-system.
+       * mm-uu.el (mm-uu-pgp-signed-extract-1):
+       Set buffer-file-coding-system.
 
        * mm-bodies.el (mm-decode-body): Set buffer-file-coding-system to
        last-coding-system-used.
 
 2003-04-05  Kevin Greiner  <kgreiner@xpediantsolutions.com>
 
-       * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
-       print-escape-nonascii to fix more characters in compiled format
+       * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
+       Bound print-escape-nonascii to fix more characters in compiled format
        specs.
 
 2003-04-05  Jesper Harder  <harder@ifa.au.dk>
 
 2003-04-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
 
-       * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
-       print-quoted, print-readably, print-escape-multibyte, and
+       * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
+       Bound print-quoted, print-readably, print-escape-multibyte, and
        print-level to match original behavior of gnus-prin1.  This should
        repair the format of .newsrc.eld when using compiled format specs.
 
 
 2003-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
 
-       * gnus-art.el (gnus-button-ctan-directory-regexp): Changed meaning
+       * gnus-art.el (gnus-button-ctan-directory-regexp): Change meaning
        and value.
        (gnus-button-alist): Use it.
 
 
 2003-04-02  Reiner Steib  <Reiner.Steib@gmx.de>
 
-       * gnus-util.el (gnus-message): Added doc-string.
+       * gnus-util.el (gnus-message): Add doc-string.
 
-       * gnus-score.el (gnus-score-find-trace): Changed behavior of `q'.
+       * gnus-score.el (gnus-score-find-trace): Change behavior of `q'.
        (gnus-score-edit-file-at-point): Goto first match when using `e'.
 
 2003-04-01  Reiner Steib  <Reiner.Steib@gmx.de>
 
 2003-03-31  Kevin Greiner  <kgreiner@xpediantsolutions.com>
 
-       * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
-       print-escape-newlines to print escape sequences rather than
+       * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
+       Bound print-escape-newlines to print escape sequences rather than
        literal newline characters.
 
 2003-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
 
-       * gnus-art.el (gnus-button-valid-fqdn-regexp): Use
-       `message-valid-fqdn-regexp' for initialization.
-       (gnus-button-handle-info-url): Renamed and extended version of
+       * gnus-art.el (gnus-button-valid-fqdn-regexp):
+       Use `message-valid-fqdn-regexp' for initialization.
+       (gnus-button-handle-info-url): Rename and extended version of
        `gnus-button-handle-info'.
-       (gnus-button-message-level): Renamed from `gnus-button-mail-level'.
+       (gnus-button-message-level): Rename from `gnus-button-mail-level'.
        (gnus-button-handle-symbol, gnus-button-handle-library)
        (gnus-button-handle-info-keystrokes): New functions.
        (gnus-button-browse-level): New variable.
        (gnus-button-alist): Use them.  Added levels.
-       (gnus-header-button-alist): Added levels.
+       (gnus-header-button-alist): Add levels.
 
 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
 
 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * gnus-start.el (gnus-unload): Removed.
+       * gnus-start.el (gnus-unload): Remove.
 
-       * pop3.el (pop3-read-response): Use
-       nnheader-accept-process-output.
+       * pop3.el (pop3-read-response):
+       Use nnheader-accept-process-output.
        (pop3-retr): Ditto.
 
        * mm-view.el (mm-text-html-renderer-alist): Add -nolist to Lynx.
        * nnheader.el (nnheader-read-timeout): New variable.
        (nnheader-accept-process-output): New function.
 
-       * nntp.el (nntp-read-timeout): Removed.
+       * nntp.el (nntp-read-timeout): Remove.
 
        * gnus-sum.el (gnus-summary-prepare-threads): Add comment.
 
 
 2003-03-28  Vasily Korytov  <deskpot@myrealbox.com>
 
-       * message.el (message-make-in-reply-to): Use
-       mail-extract-address-components to determine sender's
+       * message.el (message-make-in-reply-to):
+       Use mail-extract-address-components to determine sender's
        name/address.
 
 2003-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
        valid lambda.
        (gnus-registry-translate-from-alist): Ditto.
 
-       * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
-       print-length to nil.
+       * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
+       Bind print-length to nil.
 
        * gnus-sum.el (gnus-summary-highlight-line-0): Indent.
 
        (gnus-registry-translate-from-alist): New functions.
        (gnus-register-spool-action): Add a spool item to the registry.
 
-       * gnus.el (gnus-variable-list): Added gnus-registry-alist to the
+       * gnus.el (gnus-variable-list): Add gnus-registry-alist to the
        list of saved variables.
        (gnus-registry-alist): New variable.
 
 2003-03-28  Andreas Fuchs  <asf@void.at>
 
-       * gnus-registry.el (alist-to-hashtable, hashtable-to-alist): New
-       functions.
+       * gnus-registry.el (alist-to-hashtable, hashtable-to-alist):
+       New functions.
 
 2003-03-27  Simon Josefsson  <jas@extundo.com>
 
 
 2003-03-26  Kevin Ryde  <user42@zip.com.au>
 
-       * gnus-sum.el (gnus-summary-find-for-reselect): Renamed from
+       * gnus-sum.el (gnus-summary-find-for-reselect): Rename from
        gnus-summary-find-uncancelled, skip temporary articles inserted by
        "refer" functions.
 
 
 2003-03-26  Kevin Greiner  <kgreiner@xpediantsolutions.com>
 
-       * gnus-agent.el (gnus-agent-fetch-selected-article): Replaced
+       * gnus-agent.el (gnus-agent-fetch-selected-article): Replace
        gnus-summary-update-line (which updated the article's face) with
        gnus-summary-update-download-mark (which updates the article's
        face by calling gnus-summary-update-line AND updates the download
        * rfc2047.el (rfc2047-header-encoding-alist): Make Followup-To
        same as Newsgroups.
 
-       * nntp.el (nntp-open-connection-function): Mention
-       nntp-open-tls-stream.
+       * nntp.el (nntp-open-connection-function):
+       Mention nntp-open-tls-stream.
        (nntp-open-tls-stream): New function.
 
        * tls.el: New file.
        * gnus-int.el (gnus-open-server): Catch errors in backend's
        open-server method.  Returns nil rather than crashing startup.
 
-       * gnus-sum.el (eval-when-compile): Modified to resolve
+       * gnus-sum.el (eval-when-compile): Modify to resolve
        compile-time warnings.
 
-       * gnus-uu.el (gnus-uu-mark-series): Added informative msg.
+       * gnus-uu.el (gnus-uu-mark-series): Add informative msg.
        Reports length of series so that the user can compare N with a
        subject that should, if the entire series is present, contain
        '(.../N)'.
 
 2003-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
 
-       * message.el (message-check-news-header-syntax): Fixed regexp.
+       * message.el (message-check-news-header-syntax): Fix regexp.
 
 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
 
        * spam.el (spam-group-ham-mark-p, spam-group-spam-mark-p)
        (spam-group-ham-marks, spam-group-spam-marks): New functions.
-       (spam-spam-marks, spam-ham-marks): Removed in favor of the
+       (spam-spam-marks, spam-ham-marks): Remove in favor of the
        spam-marks and ham-marks parameters.
        (spam-generic-register-routine, spam-ham-move-routine): Use the
        new spam-group-{spam,ham}-mark-p functions.
 
 2003-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
 
-       * gnus-agent.el (gnus-agent-fetched-hook): New variable.  Just
-       fixing the code to match the documentation.
-       (gnus-agent-fetch-selected-article): Replaced
+       * gnus-agent.el (gnus-agent-fetched-hook): New variable.
+       Just fixing the code to match the documentation.
+       (gnus-agent-fetch-selected-article): Replace
        gnus-summary-update-article-line with gnus-summary-update-line as
        the former did not correctly recalculate the thread indentation.
        (gnus-agent-find-parameter): The agent-predicate, if not found
        anywhere else, defaults to the value of gnus-agent-predicate.
-       (gnus-agent-fetch-session): Fixed typo; now executes
+       (gnus-agent-fetch-session): Fix typo; now executes
        gnus-agent-fetched-hook rather than the undocumented
        gnus-agent-fetch-hook.
-       (gnus-agent-fetch-group-1): Removed part of 2003-03-06 fix.  The
-       default agent predicate is now provided by
+       (gnus-agent-fetch-group-1): Remove part of 2003-03-06 fix.
+       The default agent predicate is now provided by
        gnus-agent-find-parameter.
        (gnus-agent-message): New macro.  This macro avoids potentially
        costly parameter evaluation when the message's level is too high
        to display.
-       (gnus-agent-expire-group-1): Disabled undo tracking in temp
+       (gnus-agent-expire-group-1): Disable undo tracking in temp
        overview buffer.  Uses new gnus-agent-message macro to reduce
        overhead of optional messages.  Reversed message levels to
        emphasize percent completion messages.  Detailed messages of
 
 2003-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
 
-       * spam.el (spam-ham-move-routine): Use
-       spam-mark-ham-unread-before-move-from-spam-group.
+       * spam.el (spam-ham-move-routine):
+       Use spam-mark-ham-unread-before-move-from-spam-group.
        (spam-mark-ham-unread-before-move-from-spam-group): New variable.
 
 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * spam.el (spam-use-hashcash): New variable.
-       (spam-list-of-checks): Added spam-use-hashcash with associated
+       (spam-list-of-checks): Add spam-use-hashcash with associated
        spam-check-hashcash.
        (spam-check-hashcash): New function, installed iff hashcash.el is
        loaded.
 
 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
 
-       * gnus-agent.el (gnus-agent-fetch-group-1): Added default
+       * gnus-agent.el (gnus-agent-fetch-group-1): Add default
        predicate of `false' to avoid an error when a group defines no
        predicate.  Fixed typo that disabled agent scoring (i.e. the
        low/high predicates should now work).
 
        * spam.el: Add spam-maybe-spam-stat-load to
        gnus-get-top-new-news-hook, remove it from gnus-get-new-news-hook.
-       (spam-bogofilter-register-with-bogofilter): Use
-       spam-bogofilter-spam-switch and spam-bogofilter-ham-switch.
-       (spam-bogofilter-spam-switch, spam-bogofilter-ham-switch): New
-       custom variables to replace "-s" and "-n".
+       (spam-bogofilter-register-with-bogofilter):
+       Use spam-bogofilter-spam-switch and spam-bogofilter-ham-switch.
+       (spam-bogofilter-spam-switch, spam-bogofilter-ham-switch):
+       New custom variables to replace "-s" and "-n".
 
        * gnus-group.el (gnus-group-get-new-news): Call the new
        gnus-get-top-new-news-hook hook.
 
 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
 
-       * gnus-agent.el (gnus-agent-fetch-group-1): Added missing binding
+       * gnus-agent.el (gnus-agent-fetch-group-1): Add missing binding
        on gnus-agent-short-article.
-       (gnus-category-read): Replaced CL function mapcar* with new macro:
+       (gnus-category-read): Replace CL function mapcar* with new macro:
        gnus-mapcar.
        * gnus-util.el (gnus-mapcar): New macro.  Generalizes mapcar to
        support functions that accept multiple parameters.  A separate
 
 2003-03-04  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
 
-       * gnus-agent.el (gnus-function-implies-unread-1): Grok
-       byte-compiled functions.
+       * gnus-agent.el (gnus-function-implies-unread-1):
+       Grok byte-compiled functions.
 
 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
 
-       * gnus-sum.el (gnus-auto-goto-ignores): New variable.  Provides
-       customization between new maneuvering (which permits selecting
+       * gnus-sum.el (gnus-auto-goto-ignores): New variable.
+       Provides customization between new maneuvering (which permits selecting
        undownloaded articles) and old maneuvering (which skipped over
        undownloaded articles) behaviors.
        (gnus-summary-find-next): Pass through the unread and subject
        parameters when calling gnus-summary-find-prev.
-       (gnus-summary-find-next, gnus-summary-find-prev): Apply
-       gnus-auto-goto-ignores to filter out unacceptable articles.
+       (gnus-summary-find-next, gnus-summary-find-prev):
+       Apply gnus-auto-goto-ignores to filter out unacceptable articles.
 
 2003-03-04  Jesper Harder  <harder@ifa.au.dk>
 
        (mail-source-fetch-webmail): Use read-passwd.
 
        * nntp.el (nntp-send-authinfo, nntp-send-nosy-authinfo)
-       (nntp-open-telnet, nntp-open-via-telnet-and-telnet): Use
-       read-passwd.
+       (nntp-open-telnet, nntp-open-via-telnet-and-telnet):
+       Use read-passwd.
 
        * nnwarchive.el (nnwarchive-open-server): Use read-passwd.
 
        (sieve-manage-interactive-login): Use read-passwd.
 
        * pop3.el (pop3-read-passwd): Remove.
-       (pop3-movemail, pop3-get-message-count, pop3-apop): Use
-       read-passwd.
+       (pop3-movemail, pop3-get-message-count, pop3-apop):
+       Use read-passwd.
 
        * pgg.el (pgg-read-passphrase): Simplify.
 
 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
 
-       * gnus-agent.el (gnus-agent-mode): Fixed the mode line reports
+       * gnus-agent.el (gnus-agent-mode): Fix the mode line reports
        'plugged' when actually 'unplugged' bug.
        (gnus-category-read): Ignore nil values when converting an
        old-format category so that the new-format category will default
 
 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
 
-       * mail-source.el (mail-source-delete-old-incoming-confirm): Fixed
-       doc-string.
+       * mail-source.el (mail-source-delete-old-incoming-confirm):
+       Fix doc-string.
 
 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
 
 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * gnus-msg.el (gnus-extended-version): Fix for 'emacs-gnus-config.
-       (gnus-user-agent): Fixed typo.
+       (gnus-user-agent): Fix typo.
 
 2003-03-03  Kevin Greiner  <kgreiner@xpediantsolutions.com>
 
-       * gnus-agent.el (gnus-agent-enable-expiration): Fixed documentation.
-       (gnus-agent-expire-group-1): Removed invalid (interactive) specifier.
+       * gnus-agent.el (gnus-agent-enable-expiration): Fix documentation.
+       (gnus-agent-expire-group-1): Remove invalid (interactive) specifier.
 
 2003-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
 
        * gnus-sum.el (gnus-highlight-selected-summary)
-       (gnus-article-get-xrefs, gnus-summary-show-thread): Use
-       `gnus-point-at-bol' and `gnus-point-at-eol' instead of
+       (gnus-article-get-xrefs, gnus-summary-show-thread):
+       Use `gnus-point-at-bol' and `gnus-point-at-eol' instead of
        `(progn (beginning-of-line) (point))'.  It's shorter, faster,
        and makes it clear that we don't need the side effect.
        * gnus-util.el (gnus-delete-line): Do.
 
 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
 
-       * gnus-agent.el (gnus-agent-enable-expiration): New
-       variable.  Either ENABLE or DISABLE.  Sets default behavior for
+       * gnus-agent.el (gnus-agent-enable-expiration):
+       New variable.  Either ENABLE or DISABLE.  Sets default behavior for
        selecting which groups are expired.
        (gnus-agent-cat-set-property, gnus-agent-cat-defaccessor,
        gnus-agent-set-cat-groups): Provides abstract interface for
        (gnus-agent-add-group, gnus-agent-remove-group,
        gnus-category-insert-line, gnus-category-edit-predicate,
        gnus-category-edit-score, gnus-category-edit-groups,
-       gnus-category-copy, gnus-category-add, gnus-group-category): Use
-       new agent category abstraction.
+       gnus-category-copy, gnus-category-add, gnus-group-category):
+       Use new agent category abstraction.
        (gnus-agent-find-parameter): New function.  Search for agent
        configuration parameter first in the group's parameters, then its
        topics (if any), and then the group's category.  If not found
        (gnus-category-write): Writes category file compatible with
        current, and previous, versions of gnus-agent.
        (gnus-category-make-function, gnus-category-make-function-1):
-       Corrected documentation; parameter is predicate NOT category.
+       Correct documentation; parameter is predicate NOT category.
        (gnus-predicate-implies-unread): Now works in more cases per the
        todo comment.
-       (gnus-function-implies-unread-1): New function.  Supports
-       gnus-predicate-implies-unread.
+       (gnus-function-implies-unread-1): New function.
+       Supports gnus-predicate-implies-unread.
        (gnus-agent-expire-group): Command now provides default of group
        under point.
        (gnus-agent-expire-group-1): Obeys new agent-enable-expiration and
        (gnus-agent-request-article): Now performs its own checks of
        gnus-agent, gnus-agent-cache, and gnus-plugged rather than
        assuming that the caller will do them correctly.
-       (): Added one-time hook to gnus-group-prepare-hook.  Detects when
+       (): Add one-time hook to gnus-group-prepare-hook.  Detects when
        gnus-agent-expire-days is set to an alist.  Converts said alist
        into group parameter so that gnus-agent-expire-days will not be
        needed.
-       * gnus-art.el (gnus-request-article-this-buffer): Conditional
-       checks surrounding gnus-agent-request-article removed; now
+       * gnus-art.el (gnus-request-article-this-buffer):
+       Conditional checks surrounding gnus-agent-request-article removed; now
        performed by gnus-agent-request-article.
        * gnus-cus.el (gnus-agent-parameters): New variable.  List of
        customizable group/topic parameters that regulate the agent.
        warnings.
        (gnus-long-file-names): New function.  Isolates platform dependent
        msdos-long-file-names.
-       (gnus-save-startup-file-via-temp-buffer): New variable.  Provides
-       option of writing directly to file.  Avoids memory exhausted
+       (gnus-save-startup-file-via-temp-buffer): New variable.
+       Provides option of writing directly to file.  Avoids memory exhausted
        errors when .newsrc.eld is huge.
        (gnus-save-newsrc-file): Uses new
        gnus-save-startup-file-via-temp-buffer.
        nnimap-split-download-body, we add it to gnus-get-new-news-hook.
        (spam-list-of-statistical-checks): List of statistical splitter
        checks.
-       (spam-split): Added a widen call when a statistical check is
-       enabled.
+       (spam-split): Add a widen call when a statistical check is enabled.
 
 2003-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
 
-       * gnus-msg.el (gnus-user-agent): Changed default to
+       * gnus-msg.el (gnus-user-agent): Change default to
        'emacs-gnus-type, renamed 'full.
 
 2003-02-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
 2003-02-26  Simon Josefsson  <jas@extundo.com>
 
-       * gnus-sum.el (gnus-summary-toggle-header): Run
-       gnus-article-decode-hook instead of calling a-decode-encoded-words
+       * gnus-sum.el (gnus-summary-toggle-header):
+       Run gnus-article-decode-hook instead of calling a-decode-encoded-words
        directly (the latter is run as part of the former).
 
 2003-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
 2003-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
 
-       * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Added
-       compensation for TDMA addresses.
+       * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist):
+       Add compensation for TDMA addresses.
 
 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * gnus-msg.el (gnus-user-agent): New variable.
-       (gnus-version-expose-system): Removed.  Obsoleted by
+       (gnus-version-expose-system): Remove.  Obsoleted by
        `gnus-user-agent'.
        (gnus-extended-version): Use `gnus-user-agent'.
 
 
 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
 
-       * gnus-group.el (gnus-topic-mode-p): Fixed free variable
+       * gnus-group.el (gnus-topic-mode-p): Fix free variable
        reference.
 
 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
 
-       * nnheader.el (nnheader-find-nov-line): Changed midpoint
+       * nnheader.el (nnheader-find-nov-line): Change midpoint
        calculation to avoid integer overflow.
 
 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
 
-       * gnus-start.el (gnus-backup-startup-file): Fixed custom type.
+       * gnus-start.el (gnus-backup-startup-file): Fix custom type.
 
 2003-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
 
        clause of the condition-case statement.  Errors connecting to a
        server no longer terminate gnus.
 
-       * gnus-agent.el (gnus-agent-toggle-plugged): Renamed parameter to
+       * gnus-agent.el (gnus-agent-toggle-plugged): Rename parameter to
        make its use obvious.  Added no-nothing case to avoid
        opening(closing) servers when already open(closed).
-       (gnus-agent-while-plugged): Added macro to facilitate internal use
+       (gnus-agent-while-plugged): Add macro to facilitate internal use
        of gnus-agent-toggle-plugged.
        (gnus-agent-fetch-group): Use new gnus-agent-while-plugged to
        temporarily open servers.
 
 2003-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
 
-       * message.el (message-user-fqdn, message-valid-fqdn-regexp): New
-       variables.
+       * message.el (message-user-fqdn, message-valid-fqdn-regexp):
+       New variables.
        (message-make-fqdn): Use it.  Improved validity check.
 
 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * gnus-art.el (gnus-button-url-regexp): Removed `.
+       * gnus-art.el (gnus-button-url-regexp): Remove `.
 
 2003-02-23  Max Froumentin  <mf@w3.org>
 
        * gnus-art.el (gnus-mime-action-on-part): Require a match
        interactively.
 
-       * gnus-start.el (gnus-save-newsrc-file): Use
-       gnus-backup-startup-file.
+       * gnus-start.el (gnus-save-newsrc-file):
+       Use gnus-backup-startup-file.
        (gnus-backup-startup-file): New variable.
 
 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * gnus.el (gnus-summary-buffer-name): Moved function here.
+       * gnus.el (gnus-summary-buffer-name): Move function here.
 
        * gnus-draft.el (defun): Remove debug.
 
 
 2003-02-22  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
 
-       * gnus-agent.el (gnus-agent-get-undownloaded-list): Sort
-       `gnus-newsgroup-headers'.
+       * gnus-agent.el (gnus-agent-get-undownloaded-list):
+       Sort `gnus-newsgroup-headers'.
 
 2003-02-22  Karl Pflästerer  <sigurd@12move.de>
 
        just article ID.
 
        * gnus-registry.el (gnus-registry-hashtb, gnus-register-action)
-       (gnus-register-spool-action): Added hashtable of message ID keys
+       (gnus-register-spool-action): Add hashtable of message ID keys
        with message motion data.
 
 2003-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
 
-       * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): New
-       variable, used in `gnus-button-mid-or-mail-heuristic'.
+       * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist):
+       New variable, used in `gnus-button-mid-or-mail-heuristic'.
        (gnus-button-mid-or-mail-heuristic): New function derived from
        Florian Weimer's Perl script.
        (gnus-button-handle-mid-or-mail): Allow a function instead of
        'guess.
-       (gnus-button-guessed-mid-regexp): Removed.
+       (gnus-button-guessed-mid-regexp): Remove.
 
 2003-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
 
 2003-02-19  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
-       (gnus-cite-parse): Renamed `gnus-unsightly-citation-regexp' to
+       (gnus-cite-parse): Rename `gnus-unsightly-citation-regexp' to
        `gnus-cite-unsightly-citation-regexp'.
 
 2003-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
 2003-02-18  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * spam.el (spam-ham-move-routine)
-       (spam-mark-spam-as-expired-and-move-routine): Use
-       gnus-summary-kill-process-mark and gnus-summary-yank-process-mark
+       (spam-mark-spam-as-expired-and-move-routine):
+       Use gnus-summary-kill-process-mark and gnus-summary-yank-process-mark
        around process-mark manipulation on the group.
 
 2003-02-17  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
 
 2003-02-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * nndraft.el (nndraft-request-move-article): Bind
-       nnmh-allow-delete-final to t.
+       * nndraft.el (nndraft-request-move-article):
+       Bind nnmh-allow-delete-final to t.
 
 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * gnus-art.el (gnus-article-only-boring-p): New.
        (gnus-article-skip-boring): New.
        * gnus-cite.el (gnus-article-boring-faces): New.
-       * gnus-sum.el (gnus-summary-next-page): Use
-       gnus-article-only-boring-p.
+       * gnus-sum.el (gnus-summary-next-page):
+       Use gnus-article-only-boring-p.
 
 2003-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
 
 
 2003-02-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
 
-       * gnus-agent.el (gnus-summary-set-agent-mark): Added call to
+       * gnus-agent.el (gnus-summary-set-agent-mark): Add call to
        gnus-summary-goto-subject as gnus-summary-update-mark operates on
        the current LINE.
        (gnus-agent-summary-fetch-group): Minimized the number of times
 
 2003-02-10  Jesper Harder  <harder@ifa.au.dk>
 
-       * mm-util.el (mm-mule-charset-to-mime-charset): Use
-       sort-coding-systems to prefer utf-8 over utf-16.
+       * mm-util.el (mm-mule-charset-to-mime-charset):
+       Use sort-coding-systems to prefer utf-8 over utf-16.
 
 2003-02-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
 
        If you don't want to run gnus-agent-expire, don't call it.
        (gnus-agent-expire): The broken test to disable gnus-agent-expire
        when g-a-e-d was NOT nil was removed.
-       (gnus-agent-article-name): Removed unnecessary input test as
+       (gnus-agent-article-name): Remove unnecessary input test as
        article IDs are always strings.
-       (gnus-agent-regenerate-group): Added check to protect against
+       (gnus-agent-regenerate-group): Add check to protect against
        servers that generate absurdly long article IDs.  Valid IDs are
        less than 10 digits to avoid overflow errors.  Fixed logic error
        when ensuring that the final article ID is present in the new
 
 2003-02-08  Jesper Harder  <harder@ifa.au.dk>
 
-       * gnus-art.el (gnus-article-refer-article): Use
-       gnus-replace-in-string.
+       * gnus-art.el (gnus-article-refer-article):
+       Use gnus-replace-in-string.
 
        * gnus-util.el (gnus-map-function): Remove unneeded let-binding.
        (gnus-remove-duplicates): Do.
 
        * gnus-int.el (gnus-internal-registry-spool-current-method):
        New variable.
-       (gnus-request-scan): Set
-       gnus-internal-registry-spool-current-method to gnus-command-method
+       (gnus-request-scan):
+       Set gnus-internal-registry-spool-current-method to gnus-command-method
        before a request-scan operation.
 
-       * gnus-registry.el (regtest-nnmail): Use
-       gnus-internal-registry-spool-current-method.
+       * gnus-registry.el (regtest-nnmail):
+       Use gnus-internal-registry-spool-current-method.
 
 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
 
        * gnus-registry.el: New file with examples of using the hooks.
 
-       * gnus.el (gnus-registry): Added registry customization group.
+       * gnus.el (gnus-registry): Add registry customization group.
        (gnus-group-prefixed-name): Improve function to return full group
        name optionally.
        (gnus-group-guess-prefixed-name): Shortcut to
 
 2003-02-07  Simon Josefsson  <jas@extundo.com>
 
-       * mml-sec.el (mml-unsecure-message): Don't use kill-region.  Tiny
-       patch from deskpot@myrealbox.com (Vasily Korytov).
+       * mml-sec.el (mml-unsecure-message): Don't use kill-region.
+       Tiny patch from deskpot@myrealbox.com (Vasily Korytov).
 
 2003-02-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
 
 2003-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-       * gnus-art.el (gnus-mime-view-part-internally): Bind
-       buffer-read-only to nil.
+       * gnus-art.el (gnus-mime-view-part-internally):
+       Bind buffer-read-only to nil.
 
 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus-util.el (gnus-prin1-to-string): Bind print-length and
        print-level.
 
-       * gnus-art.el (article-display-x-face): Removed gray x-face stuff.
-       (gnus-treat-display-grey-xface): Removed.
+       * gnus-art.el (article-display-x-face): Remove gray x-face stuff.
+       (gnus-treat-display-grey-xface): Remove.
 
        * gnus-fun.el (gnus-grab-cam-face): New.
-       (gnus-convert-image-to-gray-x-face): Removed.
-       (gnus-convert-gray-x-face-to-xpm): Removed.
-       (gnus-convert-gray-x-face-region): Removed.
-       (gnus-grab-gray-x-face): Removed.
+       (gnus-convert-image-to-gray-x-face): Remove.
+       (gnus-convert-gray-x-face-to-xpm): Remove.
+       (gnus-convert-gray-x-face-region): Remove.
+       (gnus-grab-gray-x-face): Remove.
 
        * nnmail.el (nnmail-expiry-wait-function): Doc indent.
 
        * gnus-fun.el (gnus-face-encode): New function.
        (gnus-convert-png-to-face): Use it.
 
-       * gnus-sum.el (gnus-summary-make-menu-bar): Added M-& to marks.
+       * gnus-sum.el (gnus-summary-make-menu-bar): Add M-& to marks.
 
 2003-01-26  Jesper Harder  <harder@ifa.au.dk>
 
        * mm-encode.el (mm-qp-or-base64): Always QP iff
        mm-use-ultra-safe-encoding and cleartext PGP.
 
-       * gnus-sum.el (gnus-summary-select-article): Inhibit
-       redisplay (mainly for secured messages).
+       * gnus-sum.el (gnus-summary-select-article):
+       Inhibit redisplay (mainly for secured messages).
 
        * nnmail.el (nnmail-article-group): Copy body too (but don't
        process it).
 
 2003-01-25  Jesper Harder  <harder@ifa.au.dk>
 
-       * gnus-art.el (gnus-article-setup-buffer): Reset
-       gnus-button-marker-list.
+       * gnus-art.el (gnus-article-setup-buffer):
+       Reset gnus-button-marker-list.
 
 2003-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
 
 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * nnheader.el (nnheader-directory-separator-character): New
-       variable.
+       * nnheader.el (nnheader-directory-separator-character):
+       New variable.
 
 2003-01-24  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
 
 2003-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * spam.el (spam-check-blackholes, spam-split)
-       (spam-mark-junk-as-spam-routine, spam-summary-prepare-exit): Added
-       gnus-message calls to show to users what spam.el is doing.
+       (spam-mark-junk-as-spam-routine, spam-summary-prepare-exit):
+       Add gnus-message calls to show to users what spam.el is doing.
 
 2003-01-24  Jesper Harder  <harder@ifa.au.dk>
 
        * gnus-async.el (gnus-async-wait-for-article): Don't use a
        timeout.
 
-       * nntp.el (nntp-accept-process-output): Removed timeout.
+       * nntp.el (nntp-accept-process-output): Remove timeout.
        (nntp-read-timeout): New variable.
        (nntp-accept-process-output): Use it.
 
 
 2003-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
 
-       * gnus-sum.el (gnus-summary-first-subject): Fixed bug that I
+       * gnus-sum.el (gnus-summary-first-subject): Fix bug that I
        introduced on 2002-01-22.
        (gnus-summary-first-unseen-or-unread-subject): Ditto.
 
 2003-01-23  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * spam.el (spam-check-regex-headers, spam-list-of-checks)
-       (spam-regex-headers-spam, spam-regex-headers-ham): Added spam/ham
+       (spam-regex-headers-spam, spam-regex-headers-ham): Add spam/ham
        checks of incoming mail based on simple header regexp matching.
 
 2003-01-22  Teodor Zlatanov  <tzz@lifelogs.com>
        gnus-newsgroup-unfetched, the list of articles whose headers have
        not been fetched from the server.
 
-       * gnus-sum.el (gnus-summary-find-next): Removed undownloaded
+       * gnus-sum.el (gnus-summary-find-next): Remove undownloaded
        parameter as it never worked due to a bug.  Added check to prevent
        selection of any article in the gnus-newsgroup-unfetched list.
-       (gnus-summary-find-prev): Added check to prevent selection of any
+       (gnus-summary-find-prev): Add check to prevent selection of any
        article in the gnus-newsgroup-unfetched list.
-       (gnus-summary-first-subject): Documented API.  Modified
-       implementation so that constraints are handled independently.
+       (gnus-summary-first-subject): Document API.
+       Modified implementation so that constraints are handled independently.
        Added check to prevent selection of any article in the
        gnus-newsgroup-unfetched list.
-       (gnus-summary-first-unseen-subject): Updated parameters in
+       (gnus-summary-first-unseen-subject): Update parameters in
        gnus-summary-first-subject call to match new API.
        (gnus-summary-first-unseen-or-unread-subject): Ditto.
        (gnus-summary-catchup): Do not mark unfetched articles as read.
        make-obsolete-variable allows only two arguments in XEmacs and
        Emacs 20.
 
-       * gnus-sum.el (gnus-summary-wash-hide-map): Remove
-       gnus-article-hide-pgp.
+       * gnus-sum.el (gnus-summary-wash-hide-map):
+       Remove gnus-article-hide-pgp.
        (gnus-summary-make-menu-bar): Do.
 
        * gnus-art.el (gnus-treat-strip-pgp): Make obsolete.
 
 2003-01-21  Teodor Zlatanov  <tzz@lifelogs.com>
 
-       * spam.el (spam-group-ham-processor-bogofilter-p): Fixed bug.
-       (spam-ifile-register-ham-routine, spam-ifile-ham-category): New
-       option to make ifile a purely binary classifier.
+       * spam.el (spam-group-ham-processor-bogofilter-p): Fix bug.
+       (spam-ifile-register-ham-routine, spam-ifile-ham-category):
+       New option to make ifile a purely binary classifier.
 
 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * mml-sec.el (mml-secure-sign-pgpauto): Renamed.
-       (mml-secure-encrypt-pgpmime): Removed double.
+       * mml-sec.el (mml-secure-sign-pgpauto): Rename.
+       (mml-secure-encrypt-pgpmime): Remove double.
 
-       * gnus-sum.el (gnus-summary-mark-article-as-replied): Added
-       debugging statements.
+       * gnus-sum.el (gnus-summary-mark-article-as-replied):
+       Add debugging statements.
 
 2003-01-21  Andreas Fuchs  <asf@void.at>
 
-       * mml-sec.el (mml-sign-alist): Added pgpauto.
+       * mml-sec.el (mml-sign-alist): Add pgpauto.
 
 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
 
 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * gnus-art.el (gnus-button-url-regexp): Removed |.
+       * gnus-art.el (gnus-button-url-regexp): Remove |.
 
        * message.el (message-send-hook): Doc fix.
 
 
 2003-01-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
 
-       * gnus-agent.el (gnus-agent-regenerate-group): Added interactive form.
+       * gnus-agent.el (gnus-agent-regenerate-group): Add interactive form.
 
-       * gnus-sum.el (gnus-summary-update-article-line): Fixed
-       calculation of net characters added for use in the gnus-data
+       * gnus-sum.el (gnus-summary-update-article-line):
+       Fix calculation of net characters added for use in the gnus-data
        structure.
 
 2003-01-18  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
        avoid encoding problems.
 
        * mailcap.el (mailcap-ps-command): New variable.
-       (mailcap-mime-data): Add print entry where applicable.  Use
-       pdftotext on a tty.
+       (mailcap-mime-data): Add print entry where applicable.
+       Use pdftotext on a tty.
 
 2003-01-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * spam.el (spam-get-article-as-filename): New function (unused for now).
        (spam-get-article-as-buffer): New function.
        (spam-get-article-as-string): Use spam-get-article-as-buffer.
-       (spam-summary-prepare-exit): Fixed bug, noticed by Malcolm Purvis.
+       (spam-summary-prepare-exit): Fix bug, noticed by Malcolm Purvis.
 
 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        (spam-group-ham-processor-bogofilter-p): New functions for the new
        Bogofilter interface.
        (spam-summary-prepare-exit): Use the new Bogofilter functions.
-       (spam-list-of-checks): Added spam-use-bogofilter-headers.
+       (spam-list-of-checks): Add spam-use-bogofilter-headers.
        (spam-bogofilter-score): Rewrote function.
        (spam-check-bogofilter): Optional score parameter, uses
        spam-check-bogofilter-headers better.
 
 2003-01-13  Jhair Tocancipa Triana  <jhair_tocancipa@gmx.net>
 
-       * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
-       /usr/bin/play as default player.
-       (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play.
+       * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player):
+       Use /usr/bin/play as default player.
+       (gnus-audio-play): Add ARG-DESCRIPTOR to prompt for a file to play.
 
 2003-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        fictitious headers generated by nnagent (ie. Undownloaded Article
        ####) in the list of articles that have not been downloaded.
 
-       * gnus-int.el (): Added require declarations to resolve
+       * gnus-int.el (): Add require declarations to resolve
        compile-time warnings.
        (gnus-open-server): If the server status is set to offline,
        recursively execute gnus-open-server to open the offline backend
 
 2003-01-14  Jesper Harder  <harder@ifa.au.dk>
 
-       * gnus-art.el (gnus-article-reply-with-original): Use
-       gnus-mark-active-p.
+       * gnus-art.el (gnus-article-reply-with-original):
+       Use gnus-mark-active-p.
        (gnus-article-followup-with-original): Do.
 
 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
        * deuglify.el (gnus-article-outlook-unwrap-lines)
        (gnus-article-outlook-repair-attribution)
        (gnus-article-outlook-rearrange-citation): New function names,
-       renamed from "gnus-outlook-" to "gnus-article-outlook-".  Changed
-       doc-string.
+       renamed from "gnus-outlook-" to "gnus-article-outlook-".
+       Changed doc-string.
 
        * gnus-sum.el (gnus-summary-mode-map): Use new function names,
        removed `W k' key binding (use `W Y f' instead).
 
 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * mail-source.el (mail-sources): Removed autoload to make it
+       * mail-source.el (mail-sources): Remove autoload to make it
        compile under XEmacs.
 
 2003-01-12  Raymond Scholz  <ray-2003@zonix.de>
 
 2003-01-12  Simon Josefsson  <jas@extundo.com>
 
-       * sieve.el (sieve-upload-and-bury): New.  Suggested by
-       kai.grossjohann@uni-duisburg.de (Kai Großjohann).
+       * sieve.el (sieve-upload-and-bury): New.
+       Suggested by kai.grossjohann@uni-duisburg.de (Kai Großjohann).
 
        * sieve-mode.el (sieve-mode-map): Bind s-u-a-b to C-c C-c.
        Suggested by kai.grossjohann@uni-duisburg.de (Kai Großjohann).
 
 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
 
-       * deuglify.el (gnus-outlook-deuglify-attrib-verb-regexp): Added
-       castellano.
+       * deuglify.el (gnus-outlook-deuglify-attrib-verb-regexp):
+       Add castellano.
        (gnus-outlook-display-hook): New variable.
        (gnus-outlook-display-article-buffer): New function.
        (gnus-outlook-unwrap-lines, gnus-outlook-repair-attribution)
        (gnus-article-outlook-deuglify-article): Use `g-o-d-a-b'.
 
        * gnus-sum.el: Added autoloads.
-       (gnus-summary-mode-map): Added gnus-summary-wash-deuglify-map.
-       (gnus-summary-make-menu-bar): Added "(Outlook) Deuglify" menu.
+       (gnus-summary-mode-map): Add gnus-summary-wash-deuglify-map.
+       (gnus-summary-make-menu-bar): Add "(Outlook) Deuglify" menu.
 
 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * gnus-fun.el (gnus-face-from-file): New function.
        (gnus-convert-face-to-png): Ditto.
 
-       * gnus-art.el (gnus-ignored-headers): Added Face.
+       * gnus-art.el (gnus-ignored-headers): Add Face.
 
 2003-01-10  Simon Josefsson  <jas@extundo.com>
 
 
        * spam-stat.el (spam-stat): Typo fix.
        (spam-stat-install-hooks): New variable.
-       (spam-stat-split-fancy-spam-group): Added documentation clarification.
+       (spam-stat-split-fancy-spam-group): Add documentation clarification.
        (spam-stat-split-fancy-spam-threshhold): New variable.
        (spam-stat-install-hooks): Make hooks conditional.
        (spam-stat-split-fancy): Use spam-stat-split-fancy-spam-threshhold.
 
-       * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): Add
-       spam-stat ham/spam processor symbols.
+       * gnus.el (gnus-group-ham-exit-processor-stat, spam-process):
+       Add spam-stat ham/spam processor symbols.
 
 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
 
 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
 
-       * spam.el (spam-check-ifile): Fixed call-process-region to use the
+       * spam.el (spam-check-ifile): Fix call-process-region to use the
        db parameter only if it's set.
        (spam-ifile-register-with-ifile): Ditto.
 
        * spam.el: Fixed the BBDB autoloads again, using
        bbdb-search-simple now (which is not a macro, thank god).
 
-       * gnus.el (ham-process-destination): Added new parameter for
+       * gnus.el (ham-process-destination): Add new parameter for
        destination of ham articles found in spam groups at summary exit.
 
        * spam.el (spam-get-ifile-database-parameter):
        use spam-ifile-database-path.
        (spam-check-ifile, spam-ifile-register-with-ifile):
        use spam-get-ifile-database-parameter.
-       (spam-ifile-database-path): Added new parameter for ifile's database.
+       (spam-ifile-database-path): Add new parameter for ifile's database.
        (spam-move-spam-nonspam-groups-only): New parameter to determine
        if spam should be moved from all groups or only some.
-       (spam-summary-prepare-exit): Fixed logic to use
+       (spam-summary-prepare-exit): Fix logic to use
        spam-move-spam-nonspam-groups-only when deciding to invoke
        spam-mark-spam-as-expired-and-move-routine; always invoke that
        routine after the spam has been expired-or-moved in case there's
 
        * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
 
-       * gnus-agent.el (gnus-agent-fetch-selected-article): Use
-       gnus-summary-update-article-line.
+       * gnus-agent.el (gnus-agent-fetch-selected-article):
+       Use gnus-summary-update-article-line.
 
 2003-01-08  Simon Josefsson  <jas@extundo.com>
 
 
 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
 
-       * spam.el (spam-check-ifile): Fixed the spam-ifile-all-categories
+       * spam.el (spam-check-ifile): Fix the spam-ifile-all-categories
        logic, finally.
 
 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
        * message.el (message-make-mail-followup-to,
        message-generate-unsubscribed-mail-followup-to): New function
        names.  Renamed functions: "-mft" -> "-mail-followup-to".
-       (message-make-mft, message-gen-unsubscribed-mft): Removed function
+       (message-make-mft, message-gen-unsubscribed-mft): Remove function
        names.
 
        * mml.el (mml-preview-insert-mail-followup-to): New function name.
-       (mml-preview-insert-mft): Removed function name.
+       (mml-preview-insert-mft): Remove function name.
        (mml-preview): Use new function names.
 
        * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
 
-       * message.el (message-mode-field-menu): Moved header related
+       * message.el (message-mode-field-menu): Move header related
        commands from "Message" to "Field" menu.
 
 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
 
-       * message.el (message-generate-headers-first): Added customization
+       * message.el (message-generate-headers-first): Add customization
        if variable is a list.
 
 2003-01-07  Michael Shields  <shields@msrl.com>
 
        * gnus-msg.el (gnus-debug): Use ignore-errors.
 
-       * gnus-agent.el (gnus-agent-fetch-selected-article): Use
-       `gnus-summary-update-line'.
+       * gnus-agent.el (gnus-agent-fetch-selected-article):
+       Use `gnus-summary-update-line'.
 
 2003-01-08  Simon Josefsson  <jas@extundo.com>
 
 
 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * gnus-sum.el (gnus-summary-make-menu-bar): Added
-       gnus-summary-refer-thread to thread menu.
+       * gnus-sum.el (gnus-summary-make-menu-bar):
+       Add gnus-summary-refer-thread to thread menu.
 
 2003-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
 
 
        * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
        (spam-ifile-register-spam-routine)
-       (spam-ifile-register-ham-routine): Added ifile functionality that
+       (spam-ifile-register-ham-routine): Add ifile functionality that
        does not use ifile-gnus.el to classify and register articles.
        (spam-get-article-as-string): Convenience function.
-       (spam-summary-prepare-exit): Added ifile spam and ham registration.
+       (spam-summary-prepare-exit): Add ifile spam and ham registration.
        (spam-ifile-all-categories, spam-ifile-spam-category)
-       (spam-ifile-path, spam-ifile): Added customization options.
+       (spam-ifile-path, spam-ifile): Add customization options.
 
-       * gnus.el (gnus-group-ham-exit-processor-ifile): Added ifile ham
+       * gnus.el (gnus-group-ham-exit-processor-ifile): Add ifile ham
        exit processor.
-       (spam-process): Added gnus-group-ham-exit-processor-ifile to the
+       (spam-process): Add gnus-group-ham-exit-processor-ifile to the
        list of choices.
 
 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * nnweb.el (nnweb-asynchronous-p): Changed to nil.
+       * nnweb.el (nnweb-asynchronous-p): Change to nil.
 
 2003-01-07  Simon Josefsson  <jas@extundo.com>
 
 
 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
 
-       * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
+       * gnus-agent.el (gnus-agent-fetch-group): Modify to permit execution
        in either the group or summary buffer.
        New command "JS", in summary buffer, will fetch articles per the
        group's category, predicate, and processable flags.
        (gnus-agent-summary-fetch-series): Rewritten to call
        gnus-agent-session-fetch-group once with all articles in the
        series.
-       (gnus-agent-summary-fetch-group): Fixed bug and modified code to
+       (gnus-agent-summary-fetch-group): Fix bug and modified code to
        return list of fetched articles.
        (gnus-agent-fetch-articles): Split fetch list into sublists such
        that the article buffer is only slightly larger than
        When called in the group buffer, articles that can not be fetched
        are AUTOMATICALLY MARKED AS READ.
 
-       * gnus-sum.el (): Modified eval-when-compile to minimize
+       * gnus-sum.el (): Modify eval-when-compile to minimize
        misleading compilation warnings.
-       (gnus-update-summary-mark-positions): Changed code to use
+       (gnus-update-summary-mark-positions): Change code to use
        gnus-undownloaded-mark rather than gnus-downloaded-mark.
 
        * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
        determine the appropriate course of action.  Instead, two function
        implementations are provided and the nntp-report function value is
        bound to the appropriate implementation.
-       (nntp-retrieve-data): Moved nntp-report call to end of implementation.
+       (nntp-retrieve-data): Move nntp-report call to end of implementation.
        (nntp-with-open-group): Now binds nntp-report's function cell
        rather than binding gnus-with-open-group-first-pass.  Added a
        condition-case to detect a quit during a nntp command.  When the
        quit occurs, the current connection is closed as a fetch articles
        request could have several megabytes queued up for reading.
-       (nntp-retrieve-headers): Bind articles to itself.  If
-       nntp-with-open-group repeats this command, I must have access to
+       (nntp-retrieve-headers): Bind articles to itself.
+       If nntp-with-open-group repeats this command, I must have access to
        the original list of articles.
        (nntp-retrieve-groups): Ditto for groups.
        (nntp-retrieve-articles): Ditto for articles.
-       (*): Replaced nntp-possibly-change-group calls to
+       (*): Replace nntp-possibly-change-group calls to
        nntp-with-open-group forms in all, but one, occurrence.
        (nntp-accept-process-output): Bug fix.  Detect when called with
        null process.
 
        * mm-url.el (mm-url-program): Doc fix.
 
-       * message.el (message-mode-map): Rebound
-       message-insert-wide-reply.
+       * message.el (message-mode-map):
+       Rebound message-insert-wide-reply.
 
 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
 
 
        * spam.el: Fixed line lengths to 80 chars or less.
 
-       * gnus-sum.el (gnus-read-mark-p): Added the spam-mark as a
+       * gnus-sum.el (gnus-read-mark-p): Add the spam-mark as a
        "not-read" mark.
-       (gnus-summary-mark-forward): Added the spam-mark to the list of
+       (gnus-summary-mark-forward): Add the spam-mark to the list of
        marks not to be marked as "read" when viewed.
 
 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
 2003-01-04  Kevin Ryde  <user42@zip.com.au>
 
-       * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
-       function.
+       * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress):
+       New function.
 
 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        (spam-generic-register-routine, spam-BBDB-register-routine)
        (spam-ifile-register-routine, spam-blacklist-register-routine)
        (spam-whitelist-register-routine): New functions.
-       (spam-summary-prepare-exit): Added summary exit processing (expire
+       (spam-summary-prepare-exit): Add summary exit processing (expire
        or move) of spam-marked articles for spam groups; added slots for
        all the spam-*-register-routine functions.
 
 
 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
 
-       * gnus-group.el (gnus-group-fetch-charter): Use
-       http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
+       * gnus-group.el (gnus-group-fetch-charter):
+       Use http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
 
 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
 
        * gnus.el (nnheader): Require nnheader.
 
-       * nndraft.el (nndraft-request-associate-buffer): Use
-       make-local-variable.
+       * nndraft.el (nndraft-request-associate-buffer):
+       Use make-local-variable.
 
 2003-01-02  Michael Shields  <shields@msrl.com>
 
-       * nndraft.el (nndraft-request-associate-buffer): Make
-       write-contents-hooks buffer-local before setting it.
+       * nndraft.el (nndraft-request-associate-buffer):
+       Make write-contents-hooks buffer-local before setting it.
 
 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
 
 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
 
-       * spam.el (spam-summary-prepare-exit): Added slots for spam- and
+       * spam.el (spam-summary-prepare-exit): Add slots for spam- and
        ham-processing of articles; use the new
        spam-group-(spam|ham)-contents-p functions.
-       (spam-group-spam-contents-p, spam-group-ham-contents-p): New
-       convenience functions.
+       (spam-group-spam-contents-p, spam-group-ham-contents-p):
+       New convenience functions.
        (spam-mark-junk-as-spam-routine): Use the new
        spam-group-spam-contents-p function.
 
        (gnus-group-spam-exit-processor-whitelist)
        (gnus-group-spam-exit-processor-BBDB)
        (gnus-group-spam-classification-spam)
-       (gnus-group-spam-classification-ham): Added new symbols for the
+       (gnus-group-spam-classification-ham): Add new symbols for the
        spam-process and spam-contents parameters.
 
-       * spam.el (spam-ham-marks, spam-spam-marks): Changed list
+       * spam.el (spam-ham-marks, spam-spam-marks): Change list
        customization and list itself to store mark symbol rather than
        mark character.
-       (spam-bogofilter-register-routine): Added logic to generate mark
+       (spam-bogofilter-register-routine): Add logic to generate mark
        values list from spam-ham-marks and spam-spam-marks, so (member)
        would work.
 
 
 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
 
-       * spam.el (spam-ham-marks, spam-spam-marks): Changed list
+       * spam.el (spam-ham-marks, spam-spam-marks): Change list
        customization and list itself to store mark symbol rather than
        mark character.
-       (spam-bogofilter-register-routine): Added logic to generate mark
+       (spam-bogofilter-register-routine): Add logic to generate mark
        values list from spam-ham-marks and spam-spam-marks, so (member)
        would work.
 
        message-cross-post-note-function): New variables names.
        (message-xpost-old-target, message-xpost-default,
        message-xpost-note, message-fup2-note,
-       message-xpost-note-function): Removed variable names.
+       message-xpost-note-function): Remove variable names.
        (message-cross-post-followup-to-header,
        message-cross-post-insert-note, message-cross-post-followup-to):
        New function names.
        (message-xpost-fup2-header, message-xpost-insert-note,
-       message-xpost-fup2): Removed function names.
+       message-xpost-fup2): Remove function names.
 
 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
 
-       * message.el (message-send-mail): Added message-cleanup-headers to
+       * message.el (message-send-mail): Add message-cleanup-headers to
        prevent newlines in headers.
 
 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
 2003-01-01  Wes Hardaker  <wes@hardakers.net>
 
-       * gnus-sum.el (gnus-summary-display-while-building): New
-       variable.
+       * gnus-sum.el (gnus-summary-display-while-building):
+       New variable.
 
 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
 
        lambda form.
        (message-draft-headers): New variable.
 
-       * gnus-msg.el (gnus-inews-make-draft-meta-information): New
-       function.
+       * gnus-msg.el (gnus-inews-make-draft-meta-information):
+       New function.
        (gnus-setup-message): Use it.
 
        * message.el (message-generate-headers-first): Doc fix.
 
 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
 
-       * deuglify.el (gnus-outlook-rearrange-article): Use
-       `transpose-regions' instead of tempering the kill-ring.
+       * deuglify.el (gnus-outlook-rearrange-article):
+       Use `transpose-regions' instead of tempering the kill-ring.
        (gnus-article-outlook-deuglify-article): Rehighlight article
        instead of a complete redisplay.
 
 
 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
 
-       * message.el (message-completion-alist): Added "Mail-Followup-To"
+       * message.el (message-completion-alist): Add "Mail-Followup-To"
        and "Mail-Copies-To".
 
 2002-07-21  Jesper Harder  <harder@ifa.au.dk>
 
        * spam.el (spam-use-dig): New variable for blackhole checking
        through dig.el.
-       (spam-check-blackholes): Added dig.el checking functionality and
+       (spam-check-blackholes): Add dig.el checking functionality and
        more verbose reporting; query-dig is autoloaded from dig.el.
        (spam-use-blackholes): Disabled by default.
-       (spam-blackhole-servers): Removed rbl.maps.vix.com from the
+       (spam-blackhole-servers): Remove rbl.maps.vix.com from the
        blackhole servers list.
 
 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
 
-       * nnmail.el (nnmail-split-it): Added tracing to
+       * nnmail.el (nnmail-split-it): Add tracing to
        `:' split rule.
 
 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
        * gnus-topic.el (gnus-topic-display-missing-topic): New function.
        (gnus-topic-goto-missing-group): Use it.
 
-       * message.el (message-required-news-headers): Removed Lines.
+       * message.el (message-required-news-headers): Remove Lines.
        (message-reply): Don't insert References first.
        (message-followup): Ditto.
        (message-make-references): New function.
 
 2002-12-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
 
-       * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
+       * gnus-agent.el (gnus-agent-fetch-selected-article): Add call to
        gnus-summary-update-download-mark to update the article in the
        summary.
 
        gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
        New faces.
 
-       * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
-       added this on 2002-11-23 but it just wasn't working out as
+       * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.
+       added this on 2002-11-23 but it just wasn't working out as
        intended.  The idea isn't entirely dead, three new faces
        gnus-summary-*-uncached-face are being added to gnus.el to provide
        the basis for an improved implementation.
-       (gnus-agent-read-servers): Undo the change made on 2002-11-23.  The
-       proper file to open is lib/servers.
-       (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
+       (gnus-agent-read-servers): Undo the change made on 2002-11-23.
+       The proper file to open is lib/servers.
+       (gnus-summary-set-agent-mark): Expand documentation.  Unmarking
        (i.e. removing the article from gnus-newsgroup-downloadable) will
        now restore the article's default mark rather than simply setting
        no mark.
        (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
        up to date.  Call new gnus-summary-update-download-mark to keep
        summary buffer up-to-date.
-       (gnus-agent-fetch-selected-article): Keep
-       gnus-newsgroup-undownloaded up to date.
+       (gnus-agent-fetch-selected-article):
+       Keep gnus-newsgroup-undownloaded up to date.
        (gnus-agent-fetch-articles): Return list of articles that were
        successfully fetched.
        (gnus-agent-check-overview-buffer): No more thingatpt.
        downloaded/undownloaded mark is no longer stored as the article's
        mark.
 
-       * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
+       * gnus-salt.el (gnus-tree-highlight-node): Add uncached as
        gnus-summary-highlight may use it.  Added downloaded as
        gnus-summary-highlight was using it.
 
-       * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
+       * gnus-sum.el (gnus-undownloaded-mark): Change from ?@ to ?- as
        the download mark now follows Kai's +/- convention.
-       (gnus-downloaded-mark): Added ?+ mark.
-       (gnus-summary-highlight): Added rules to select
+       (gnus-downloaded-mark): Add ?+ mark.
+       (gnus-summary-highlight): Add rules to select
        gnus-summary-high-uncached-face,
        gnus-summary-normal-uncached-face, and
        gnus-summary-low-uncached-face.  Removed the
        you don't have to agentize every server that you use.
        (gnus-update-summary-mark-positions): Completed support for the
        download type of mark.
-       (gnus-summary-insert-line): Added undownloaded to the parameters.
+       (gnus-summary-insert-line): Add undownloaded to the parameters.
        (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
        reference by the gnus-summary-line-format-spec.
 
 
 2002-12-09  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
 
-       * nntp.el (nntp-send-command): Braino in last commit.  Replace
-       `and' with `or'.
+       * nntp.el (nntp-send-command): Braino in last commit.
+       Replace `and' with `or'.
 
 2002-12-08  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
 
 
 2002-11-29  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
 
-       * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
+       * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Move here from
        gnus-sum.  Made into a user option.
 
        * gnus-sum.el (gnus-simplify-ignored-prefixes)
        (gnus-summary-mark-article-as-unread)
        (gnus-mark-article-as-unread, gnus-summary-highlight-line):
        Reformatting to avoid long lines.
-       (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
+       (gnus-inhibit-mime-unbuttonizing): Move to gnus-art.
 
 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
 
 
 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-agent.el (gnus-agent-uncached-articles): If
-       gnus-agent-load-alist fails, return ARTICLES.
+       * gnus-agent.el (gnus-agent-uncached-articles):
+       If gnus-agent-load-alist fails, return ARTICLES.
 
        * nnrss.el (nnrss-group-alist): Update the link of Jabber.
 
 2002-11-26  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
 
-       * gnus-sum.el (gnus-summary-insert-old-articles): Remove
-       superfluous function call.
+       * gnus-sum.el (gnus-summary-insert-old-articles):
+       Remove superfluous function call.
        (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
        Add warning to docstring.
 
 
 2002-11-26  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
 
-       * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
-       require thingatpt (for number-at-point) and protect against
+       * gnus-agent.el (gnus-agent-check-overview-buffer):
+       Explicitly require thingatpt (for number-at-point) and protect against
        deactivate-mark being unbound (on XEmacs).
 
 2002-11-25  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
 
 2002-11-24  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
 
-       * gnus-sum.el (gnus-summary-insert-old-articles): Use
-       gnus-remove-from-range instead of gnus-range-difference which
+       * gnus-sum.el (gnus-summary-insert-old-articles):
+       Use gnus-remove-from-range instead of gnus-range-difference which
        doesn't exist.
 
 2002-11-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
        (gnus-agent-article-alist): Format change.  Add documentation.
        (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
        process-marked articles.
-       (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
-       in the series are individually fetched to minimize lose of
+       (gnus-agent-summary-fetch-series): Command for `J s'.
+       Articles in the series are individually fetched to minimize lose of
        content due to an error/quit.
-       (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
-       gnus-message instead of message.
+       (gnus-agent-synchronize-flags-server, gnus-agent-add-server):
+       Use gnus-message instead of message.
        (gnus-agent-read-servers): Use file lib/methods instead of
        lib/servers.  TODO: Why?
        (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
        (gnus-agent-fetch-selected-article): Don't use history.
        (gnus-agent-save-history, gnus-agent-enter-history)
        (gnus-agent-article-in-history-p, gnus-agent-history-path):
-       Removed function; history is not used anymore.
+       Remove function; history is not used anymore.
        (gnus-agent-fetch-articles): Fix handling of crossposted articles.
        (gnus-agent-crosspost): Started rewrite then realized that a typo
        in gnus-agent-fetch-articles ensures that this function is never
        (gnus-agent-regenerate-group): No longer needs to be called from
        gnus-agent-regenerate.  Individual groups may be regenerated.  The
        regeneration code now fixes duplicate, and mis-ordered, NOV entries.
-       The article fetch dates are validated in the article alist.  The
-       article alist is pruned of entries that do not reference existing
+       The article fetch dates are validated in the article alist.
+       The article alist is pruned of entries that do not reference existing
        NOV entries.  All changes are computed then applied with
        inhibit-quit bound to t.  As a result, it is now safe to quit out of
        regeneration.  The optional clean parameter has been replaced with
        regeneration gets the appropriate setting from
        gnus-agent-consider-all-articles.  The new reread parameter will
        result in fetched, or all, articles being marked as unread.
-       (gnus-agent-regenerate): Removed code to regenerate the history
+       (gnus-agent-regenerate): Remove code to regenerate the history
        file as it is no longer used.
 
-       * gnus-start.el (gnus-make-ascending-articles-unread): New
-       function, for efficient mass-marking.
+       * gnus-start.el (gnus-make-ascending-articles-unread):
+       New function, for efficient mass-marking.
 
        * gnus-sum.el (gnus-summary-highlight): Use new face for
        downloaded articles.
        line.
        (gnus-summary-highlight-line): Use new face for downloaded
        articles.
-       (gnus-summary-insert-old-articles): Improved performance by
+       (gnus-summary-insert-old-articles): Improve performance by
        replacing the initial LIST of older articles with a compressed
        RANGE of older articles.  Some servers appear to lie about
        their active range so the original list could contain millions
 
 2002-11-19  Simon Josefsson  <jas@extundo.com>
 
-       * gnus-sum.el (gnus-summary-morse-message): Load
-       morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
+       * gnus-sum.el (gnus-summary-morse-message):
+       Load morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
        (unmorse-region): Autoload it instead.
 
 2002-11-18  Simon Josefsson  <jas@extundo.com>
 
 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * message.el (message-set-auto-save-file-name): Use
-       make-directory, to avoid the dependence on gnus-util.
+       * message.el (message-set-auto-save-file-name):
+       Use make-directory, to avoid the dependence on gnus-util.
 
 2002-11-16  Simon Josefsson  <jas@extundo.com>
 
        * nnimap.el (nnimap-callback-callback-function):
-       (nnimap-callback-buffer): Removed, these cannot be global but must
+       (nnimap-callback-buffer): Remove, these cannot be global but must
        be embedded into the callback.
        (nnimap-make-callback): New.  Embedd article number, callback and
        buffer in function.
 
 2002-11-11  Simon Josefsson  <jas@extundo.com>
 
-       * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
-       output when called interactively.
+       * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify):
+       Display output when called interactively.
 
 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        works better.
        (gnus-agent-fetch-headers): New implementation from Kevin
        Greiner.  Uses gnus-agent-article-alist to store information
-       about fetched messages which aren't on the server anymore.  The
-       trick is to return a list of considered messages to the caller,
+       about fetched messages which aren't on the server anymore.
+       The trick is to return a list of considered messages to the caller,
        but to only fetch those which haven't been fetched yet.
 
 2002-10-30  Simon Josefsson  <jas@extundo.com>
 
        * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
 
-       * pgg.el (pgg-passphrase-cache-expiry): Removed.
+       * pgg.el (pgg-passphrase-cache-expiry): Remove.
 
 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
 
        versions of emacs-w3m than 1.3.3.
 
        * mm-view.el (mm-w3m-mode-command-alist)
-       (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
+       (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Remove.
        (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
-       (mm-setup-w3m): Simplified.
+       (mm-setup-w3m): Simplify.
        (mm-w3m-local-map-property): New function.
        (mm-inline-text-html-render-with-w3m): Use it.
 
-       * gnus-art.el (gnus-article-wash-html-with-w3m): Use
-       mm-w3m-local-map-property.
+       * gnus-art.el (gnus-article-wash-html-with-w3m):
+       Use mm-w3m-local-map-property.
 
 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
 
 
 2002-10-28  Josh Huber  <huber@alum.wpi.edu>
 
-       * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
+       * mml.el (mml-mode-map): Fix keybindings for mml-secure-*
        functions.
 
 2002-10-28  Mark A. Hershberger  <mah@everybody.org>
 
 2002-10-25  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
 
-       * gnus-agent.el (gnus-agent-save-fetched-headers): Create
-       directory if it doesn't exist.
+       * gnus-agent.el (gnus-agent-save-fetched-headers):
+       Create directory if it doesn't exist.
        (gnus-agent-fetch-headers): Remove old cruft that tried to
        abstain from downloading articles more than once if
        gnus-agent-consider-all-articles was true.  This is now done
        * gnus-agent.el (gnus-agent-fetched-headers): New variable,
        contains range of headers that have been fetched by the agent
        already.  Compare gnus-agent-article-alist.
-       (gnus-agent-file-header-cache): Like
-       gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
+       (gnus-agent-file-header-cache):
+       Like gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
        (gnus-agent-fetch-headers): Improve comment.  Revert to old
        seen/recent logic.
        Remember which headers have been fetched before and don't fetch
        * gnus-group.el (gnus-fetch-group): Allow an optional
        specification of the articles to select.
 
-       * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
+       * gnus-srvr.el (gnus-server-prepare): Remove superfluous cdr.
 
 2002-10-20  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
 
 2002-10-20  Steve Youngs  <youngs@xemacs.org>
 
-       * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
-       doesn't have the 'alist custom type, use cons cells instead.
+       * pgg-parse.el (pgg-parse-public-key-algorithm-alist):
+       XEmacs doesn't have the 'alist custom type, use cons cells instead.
        (pgg-parse-symmetric-key-algorithm-alist): Ditto.
        (pgg-parse-hash-algorithm-alist): Ditto.
        (pgg-parse-compression-algorithm-alist): Ditto.
        (nnheader-remove-cr-followed-by-lf): New function.
        (nnheader-ms-strip-cr): Use the above function.
 
-       * gnus-agent.el (gnus-agent-regenerate-group): Call
-       `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
+       * gnus-agent.el (gnus-agent-regenerate-group):
+       Call `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
        `nnheader-parse-head'.
        * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
 
 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * spam-stat.el: Check for the existence of hash functions instead
-       of the Emacs version to decide whether to load cl.  Suggested by
-       Kai Großjohann.
+       of the Emacs version to decide whether to load cl.
+       Suggested by Kai Großjohann.
 
 2002-10-15  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
 
 2002-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
 
-       * spam.el (spam-check-ifile): Added ifile as a spam checking
+       * spam.el (spam-check-ifile): Add ifile as a spam checking
        backend, and spam-use-ifle as the variable to toggle that check.
 
 2002-10-12  Simon Josefsson  <jas@extundo.com>
 
        * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
        decrypt failed.
-       (mml2015-trust-boundaries-alist): Removed.
+       (mml2015-trust-boundaries-alist): Remove.
        (mml2015-gpg-extract-signature-details): Don't use it.
        (mml2015-unabbrev-trust-alist): New.
        (mml2015-gpg-extract-signature-details): Use it.
        * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
        buffer and error buffer depending on type of information.
 
-       * mml2015.el (mml2015-gpg-extract-signature-details): Parse
-       --status-fd stuff even if gpg.el is not used (revert earlier
+       * mml2015.el (mml2015-gpg-extract-signature-details):
+       Parse --status-fd stuff even if gpg.el is not used (revert earlier
        change).
        (mml2015-pgg-{clear-,}verify): Store both output and errors as
        gnus details.
 
 2002-10-08  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
-       * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
-       gnus-agent-current-history.
+       * gnus-agent.el (gnus-agent-fetch-selected-article):
+       Bind gnus-agent-current-history.
 
 2002-10-06  Simon Josefsson  <jas@extundo.com>
 
 
        * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
 
-       * pgg-pgp.el (pgg-pgp-verify-region): Inline
-       binary-write-decoded-region from MEL.
+       * pgg-pgp.el (pgg-pgp-verify-region):
+       Inline binary-write-decoded-region from MEL.
 
        * pgg.el (pgg-encrypt-region): Support sign.
 
        (pgg-string-as-unibyte): Defalias.
        (pgg-parse-armor-region): Use it.
 
-       * pgg-gpg.el (pgg-gpg-process-region): Use
-       pgg-temporary-file-directory.
+       * pgg-gpg.el (pgg-gpg-process-region):
+       Use pgg-temporary-file-directory.
 
        * luna.el: Don't def-edebug.
 
-       * pgg-pgp5.el (pgg-scheme-verify-region): Inline
-       binary-write-decoded-region from MEL.
+       * pgg-pgp5.el (pgg-scheme-verify-region):
+       Inline binary-write-decoded-region from MEL.
 
        * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
 
        * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
        article buffers.
 
-       * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
-       it just in case.
+       * nnimap.el (nnimap-fixup-unread-after-getting-new-news):
+       Autoload it just in case.
        (nnimap-update-unseen): New function; update unseen count in
        `n-m-info'.
        (nnimap-close-group): Call it.
        * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
        apropos if apropos-variable does not exist.
        (gnus-button-guessed-mid-regexp)
-       (gnus-button-handle-describe-prefix, gnus-button-alist): Better
-       regexes.
+       (gnus-button-handle-describe-prefix, gnus-button-alist):
+       Better regexes.
        (gnus-button-handle-describe-function)
        (gnus-button-handle-describe-variable): Doc fix.
        (gnus-button-handle-describe-key, gnus-button-handle-apropos)
 
 2002-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
 
-       * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
-       (gnus-button-alist): Improved regexp for
+       * gnus-art.el (gnus-button-guessed-mid-regexp): Improve regexp.
+       (gnus-button-alist): Improve regexp for
        gnus-button-handle-mid-or-mail (false positives), fixed
        gnus-button-handle-man entries.
 
 
 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
 
-       * nnmaildir.el: Store article numbers persistently.  General
-       revision.
+       * nnmaildir.el: Store article numbers persistently.
+       General revision.
        (nnmaildir-request-expire-articles): Handle 'immediate and 'never
        for nnmail-expiry-wait; delete instead of moving if 'force is
        given.
 
        * gnus-msg.el (gnus-configure-posting-styles): Sort results.
 
-       * gnus-art.el (gnus-article-reply-with-original): Correct
-       with-current-buffer scope.
+       * gnus-art.el (gnus-article-reply-with-original):
+       Correct with-current-buffer scope.
 
        * message.el (message-completion-alist): Add Reply-To, From, etc.
 
        describtion and menu.
        (message-change-subject, message-xpost-fup2): Signal error if
        current header is empty.
-       (message-xpost-insert-note): Changed insert position.
+       (message-xpost-insert-note): Change insert position.
        (message-archive-note): Ensure to insert note in message body (not
        in head).
        (message-archive-header, message-archive-note)
        (message-subject-trailing-was-query)
        (message-subject-trailing-was-ask-regexp)
        (message-subject-trailing-was-regexp): New variables.
-       (message-to-list-only): Added doc-string and menu entry.
+       (message-to-list-only): Add doc-string and menu entry.
 
        * message-utils.el: Removed.  Functions are now in message.el.
 
 
 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-       * gnus-util.el (gnus-frame-or-window-display-name): Exclude
-       invalid display names.
+       * gnus-util.el (gnus-frame-or-window-display-name):
+       Exclude invalid display names.
 
 2002-08-30  Reiner Steib  <Reiner.Steib@gmx.de>
 
 
 2002-08-27  Simon Josefsson  <jas@extundo.com>
 
-       * gnus-msg.el (posting-charset-alist): Use
-       gnus-define-group-parameter instead of defcustom.
+       * gnus-msg.el (posting-charset-alist):
+       Use gnus-define-group-parameter instead of defcustom.
        (gnus-put-message): Handle SPC in GCC.
        (gnus-inews-insert-gcc): Ditto.
        (gnus-inews-insert-archive-gcc): Ditto.
 2002-08-11  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * message-utils.el (message-xpost-default)
-       (message-xpost-fup2-header, message-xpost-fup2): Fixed Typos.
+       (message-xpost-fup2-header, message-xpost-fup2): Fix Typos.
 
 2002-08-09  Simon Josefsson  <jas@extundo.com>
 
-       * message.el (message-canlock-password): Set
-       canlock-password-for-verify to newly generated canlock-password.
+       * message.el (message-canlock-password):
+       Set canlock-password-for-verify to newly generated canlock-password.
        When Emacs is restarted, Custom makes sure this is set, but during
        the same session we must set it manually.
 
 
        * nnweb.el (nnweb-type, nnweb-type-definition)
        (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
-       (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
+       (nnweb-gmane-search, nnweb-gmane-identity): Add gmane
        functionality.
        * nnweb.el: Removed old non-functioning search engines.
 
 
        * flow-fill.el (fill-flowed): Disable filladapt-mode.
 
-       * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
-       regexp-quote, Cyrus Sieve is fixed.
+       * gnus-sieve.el (gnus-sieve-guess-rule-for-article):
+       Don't regexp-quote, Cyrus Sieve is fixed.
 
        * sieve-manage.el (sieve-manage-deletescript): New function.
 
        * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
        (mm-w3m-safe-url-regexp): New user option.
 
-       * mm-view.el (mm-inline-text-html-render-with-w3m): Use
-       `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
+       * mm-view.el (mm-inline-text-html-render-with-w3m):
+       Use `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
 
 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
 
-       * gnus-sum.el (gnus-summary-delete-article): Force
-       nnmail-expiry-target to 'delete, so that absolute deletion
+       * gnus-sum.el (gnus-summary-delete-article):
+       Force nnmail-expiry-target to 'delete, so that absolute deletion
        happens when absolute deletion is requested.
 
 2002-07-21  Nevin Kapur  <nevin@jhu.edu>
 
 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
-       cdaar to cdar and car.
+       * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent):
+       Change cdaar to cdar and car.
 
        * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
        (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
 
 2002-06-17  Simon Josefsson  <jas@extundo.com>
 
-       * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
-       sure to write byte-compiled versions of gnus-*-format-alist to
+       * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file):
+       Make sure to write byte-compiled versions of gnus-*-format-alist to
        .newsrc.eld.
 
 2002-06-16  Bjørn Mork  <bmork@dod.no>
        * nnheader.el (nnheader-file-name-translation-alist): Set the
        default value for MS Windows systems.
 
-       * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
+       * gnus-ems.el (nnheader-file-name-translation-alist): Remove.
 
 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
 
 
        * gnus-msg.el (gnus-group-mail, gnus-group-news)
        (gnus-group-post-news, gnus-summary-mail-other-window)
-       (gnus-summary-news-other-window, gnus-summary-post-news): Bind
-       gnus-article-copy to nil, thereby inhibiting the `header' posting
+       (gnus-summary-news-other-window, gnus-summary-post-news):
+       Bind gnus-article-copy to nil, thereby inhibiting the `header' posting
        style match to use data from last viewed article.
        Suggested by Hrvoje Niksic.
 
 
 2002-05-20  Jason Baker  <jbaker@cs.utah.edu>  (tiny change)
 
-       * gnus-art.el (gnus-request-article-this-buffer): Try
-       reconnecting if you don't get the message.
+       * gnus-art.el (gnus-request-article-this-buffer):
+       Try reconnecting if you don't get the message.
 
 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
 
 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
 
-       * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
+       * mml2015.el (mml2015-gpg-encrypt): Change name of optional
        argument, and fixed compiler warning.  (Added autoload for
        gpg-encrypt).
 
        * mml-sec.el (mml-signencrypt-style): New.
        * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
        argument `sign'.
-       * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
+       * mml-sec.el (mml-secure-message-encrypt-pgp): Change default to
        signencrypt.
        * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
-       * mml.el (mml-generate-mime-1): Changed logic so a part which is
+       * mml.el (mml-generate-mime-1): Change logic so a part which is
        both signed & encryped is processed in one operation (rather than
        two separate ops: sign, then encrypt).
        * mml2015.el (mml2015-gpg-extract-signature-details): Give some
 
 2002-05-01  Simon Josefsson  <jas@extundo.com>
 
-       * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
-       UIDNEXT as a string.
+       * imap.el (imap-parse-resp-text-code, imap-parse-status):
+       Treat UIDNEXT as a string.
 
        * nnimap.el (nnimap-string-lessp-numerical): New function.
        (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
        (nnimap-mailbox-info): New internal variable.
        (nnimap-retrieve-groups): Implement faster new mail check.
 
-       * nnimap.el (nnimap-split-articles): Support
-       nnmail-cache-accepted-message-ids.
+       * nnimap.el (nnimap-split-articles):
+       Support nnmail-cache-accepted-message-ids.
        (nnimap-request-accept-article): Ditto.
 
        * imap.el (imap-mailbox-status-asynch): New command.
 
 2002-04-23  Matthieu Moy  <Matthieu.Moy@imag.fr>
 
-       * gnus-msg.el (gnus-summary-resend-message-edit): Remove
-       message-ignored-resent-headers, too.
+       * gnus-msg.el (gnus-summary-resend-message-edit):
+       Remove message-ignored-resent-headers, too.
 
 2002-04-22  Björn Torkelsson  <torkel@acc.umu.se>
 
        (message-mode): Add description for
        `message-to-list-only'.
        (message-to-list-only): New.
-       (message-make-mft): Changed to use the cl loop macro, and added
+       (message-make-mft): Change to use the cl loop macro, and added
        optional flag to return only the matched list (for use in new
        message-to-list-only function).
 
 
 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
 
-       * mml-sec.el (mml-secure-message): Changed to support arbritrary
+       * mml-sec.el (mml-secure-message): Change to support arbritrary
        modes.
        * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
        changed to support "signencrypt" mode.
-       * mml.el (mml-parse-1): Changed to support different secure modes
+       * mml.el (mml-parse-1): Change to support different secure modes
        more easily (for signencrypt).
 
 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
 
 2002-04-12  Daiki Ueno  <ueno@unixuser.org>
 
-       * gnus-srvr.el (gnus-server-set-info): Clear
-       `gnus-server-method-cache' when `gnus-server-alist' is changed.
+       * gnus-srvr.el (gnus-server-set-info):
+       Clear `gnus-server-method-cache' when `gnus-server-alist' is changed.
 
 2002-04-11  Simon Josefsson  <jas@extundo.com>
 
-       * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
-       viewing of security buttons.  Thanks to Nicolas Kowalski
+       * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
+       Force viewing of security buttons.  Thanks to Nicolas Kowalski
        <Nicolas.Kowalski@imag.fr>.
 
        * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
 
 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
 
-       * message.el (message-make-mft): Changed MFT code from using
+       * message.el (message-make-mft): Change MFT code from using
        message-recipients (which included Bcc) to use only the To and CC
        headers.
 
        * nnmaildir.el: Use defstruct.  Use a single copy of
        nnmail-extra-headers to save memory.  Store server's group name
        prefix instead of each group's prefixed name.
-       * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
-       nntp-server-buffer.
+       * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
+       Erase nntp-server-buffer.
 
 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
 
 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
 
-       * mml.el (mml-mode-map): Added a keybinding for
+       * mml.el (mml-mode-map): Add a keybinding for
        `mml-unsecure-message'.  Also, added a menu entry for said
        function in the Attachments menu.
 
 
 2002-03-12  Faried Nawaz  <fn@hungry.org>  (tiny change)
 
-       * message.el (message-qmail-inject-args): May be function.  Adjust
-       doc string and custom type.
+       * message.el (message-qmail-inject-args): May be function.
+       Adjust doc string and custom type.
        (message-send-mail-with-qmail): Call function if m-q-i-a is a
        function.
 
 
 2002-03-09  Andre Srinivasan  <andre@slamdunknetworks.com>  (tiny change)
 
-       * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
-       duplication.
+       * gnus-sum.el (gnus-summary-save-parts-default-mime):
+       Remove duplication.
        (gnus-summary-save-parts-type-history): Ditto.
        (gnus-summary-save-parts-last-directory): Ditto.
 
        * qp.el (quoted-printable-decode-region): Doc addition.
        From: Eli Zaretskii <eliz@is.elta.co.il>
 
-       * mail-source.el (make-source-make-complex-temp-name): Use
-       make-temp-file.
+       * mail-source.el (make-source-make-complex-temp-name):
+       Use make-temp-file.
 
        * mm-util.el (mm-make-temp-file): New function.
        * nneething.el (nneething-file-name): Use it.
 
 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
 
-       * message.el (nnmaildir-article-number-to-base-name): New
-       function.
+       * message.el (nnmaildir-article-number-to-base-name):
+       New function.
        (nnmaildir-base-name-to-article-number): New function.
 
 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus-util.el (gnus-multiple-choice): New function.
 
-       * gnus-kill.el (gnus-score-insert-help): Removed, because it is
+       * gnus-kill.el (gnus-score-insert-help): Remove, because it is
        also defined in gnus-score.el.
 
 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
 
 2002-02-22  Andre Srinivasan  <andre@slamdunknetworks.com>  (tiny change)
 
-       * mm-decode.el (mm-display-external): Use
-       mm-file-name-rewrite-functions.
+       * mm-decode.el (mm-display-external):
+       Use mm-file-name-rewrite-functions.
 
 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
 
 
 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
 
-       * nnmaildir.el (nnmaildir-request-expire-articles): Use
-       nnmail-expiry-wait* if expire-age parameter is not set.
+       * nnmaildir.el (nnmaildir-request-expire-articles):
+       Use nnmail-expiry-wait* if expire-age parameter is not set.
 
 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-group.el (gnus-group-sort-groups-by-real-name): New
-       function.
+       * gnus-group.el (gnus-group-sort-groups-by-real-name):
+       New function.
        (gnus-group-sort-selected-groups-by-real-name): New function.
        (gnus-group-make-menu-bar): Add sort by real name.
 
 
        * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
 
-       * gnus-art.el (gnus-article-wash-html-with-w3): Remove
-       w3-delay-image-loads.
+       * gnus-art.el (gnus-article-wash-html-with-w3):
+       Remove w3-delay-image-loads.
        * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
        (mm-w3-prepare-buffer): Ditto.
 
 
 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-       * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
+       * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improve to speed
        up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
 
        * gnus-art.el (article-display-x-face): Sort gray X-Faces.
 
        * gnus-agent.el (gnus-get-predicate): Use nconc.
 
-       * gnus-sum.el (gnus-summary-display-make-predicate): Use
-       gnus-summary-display-cache as cache.
+       * gnus-sum.el (gnus-summary-display-make-predicate):
+       Use gnus-summary-display-cache as cache.
 
        * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
        (nndoc-mail-in-mail-type-p): New function.
 
        * mailcap.el (mailcap-mime-data): Use enriched-decode.
 
-       * gnus-cite.el (gnus-article-fill-cited-article): Bind
-       use-hard-newlines to nil.
+       * gnus-cite.el (gnus-article-fill-cited-article):
+       Bind use-hard-newlines to nil.
 
        * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
        image is not available if window-system is not available.
        * gnus-soup.el (gnus-soup-send-packet): Send news and mail
        directly instead of calling message-send-mail.
 
-       * gnus-start.el (gnus-read-descriptions-file): Use
-       gnus-default-charset.
+       * gnus-start.el (gnus-read-descriptions-file):
+       Use gnus-default-charset.
 
        * mm-util.el (mm-guess-mime-charset): New function.
 
 
 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-art.el (gnus-article-treat-body-boundary): Add
-       gnus-decoration property.
+       * gnus-art.el (gnus-article-treat-body-boundary):
+       Add gnus-decoration property.
        * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
 
        * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
        too many spaces.
 
        * rfc2047.el (rfc2047-unfold-region): Ditto.
-       (rfc2047-decode-region): Don't unfold.  Let
-       gnus-article-treat-unfold-headers do it.
+       (rfc2047-decode-region): Don't unfold.
+       Let gnus-article-treat-unfold-headers do it.
 
 2002-02-07  Matt Armstrong  <matt@lickey.com>
 
        force, prevent errors when following up from article buffer.
        (gnus-article-reply-with-original): Ditto.
 
-       * binhex.el (binhex-decoder-switches): Fix doc.  From
-       Pavel@Janik.cz (Pavel Janík).
+       * binhex.el (binhex-decoder-switches): Fix doc.
+       From Pavel@Janik.cz (Pavel Janík).
 
 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * gnus-cache.el (gnus-summary-insert-cached-articles):
        (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
 
-       * gnus-group.el (gnus-group-mark-article-read): Nreverse
-       gnus-newsgroups-unselected.
+       * gnus-group.el (gnus-group-mark-article-read):
+       Nreverse gnus-newsgroups-unselected.
 
-       * gnus-agent.el (gnus-summary-set-agent-mark): Use
-       gnus-add-to-sorted-list.
+       * gnus-agent.el (gnus-summary-set-agent-mark):
+       Use gnus-add-to-sorted-list.
 
        * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
        gnus-newsgroup-unselected are sorted.  Use gnus-sorted-union.
        directories.
        (gnus-dired-print): New function.
 
-       * gnus-art.el (gnus-mime-print-part): Add argument filename.  Call
-       ps-despool.
+       * gnus-art.el (gnus-mime-print-part): Add argument filename.
+       Call ps-despool.
 
 2002-02-02  Simon Josefsson  <jas@extundo.com>
 
 
 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * nnfolder.el (nnfolder-request-replace-article): Unfold.  Don't
-       use mail-header-unfold-field.
+       * nnfolder.el (nnfolder-request-replace-article): Unfold.
+       Don't use mail-header-unfold-field.
 
-       * gnus-cache.el (gnus-summary-insert-cached-articles): Use
-       gnus-summary-limit.
+       * gnus-cache.el (gnus-summary-insert-cached-articles):
+       Use gnus-summary-limit.
 
        * gnus-range.el (gnus-add-to-sorted-list): New function.
        * gnus-sum.el (gnus-mark-article-as-read): Use it.
        * gnus-msg.el (gnus-posting-styles): Add new format of header.
        (gnus-configure-posting-styles): Support the new format.
 
-       * mail-source.el (mail-source-bind, mail-source-bind-common): Set
-       edebug-form-spec to (sexp body).
+       * mail-source.el (mail-source-bind, mail-source-bind-common):
+       Set edebug-form-spec to (sexp body).
        Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
 
        * message.el (message-reply-headers): Add doc.
 
        * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
 
-       * gnus-agent.el (gnus-agent-retrieve-headers): Use
-       gnus-sorted-difference.
+       * gnus-agent.el (gnus-agent-retrieve-headers):
+       Use gnus-sorted-difference.
 
-       * nnsoup.el (nnsoup-request-expire-articles): Use
-       gnus-sorted-difference.
+       * nnsoup.el (nnsoup-request-expire-articles):
+       Use gnus-sorted-difference.
 
        * nnheader.el: Autoload gnus-sorted-difference.
 
-       * nnfolder.el (nnfolder-request-expire-articles): Use
-       gnus-sorted-difference.
+       * nnfolder.el (nnfolder-request-expire-articles):
+       Use gnus-sorted-difference.
 
-       * gnus-cache.el (gnus-cache-retrieve-headers): Use
-       gnus-sorted-difference.
+       * gnus-cache.el (gnus-cache-retrieve-headers):
+       Use gnus-sorted-difference.
 
        * gnus-range.el: Autoload cookies.
        (gnus-sorted-difference): New function.
        * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
        gnus-sorted-ndifference, and gnus-sorted-nintersection.
        (gnus-articles-to-read): Use gnus-sorted-difference.
-       (gnus-summary-limit-mark-excluded-as-read): Use
-       gnus-sorted-intersection and gnus-sorted-ndifference.
+       (gnus-summary-limit-mark-excluded-as-read):
+       Use gnus-sorted-intersection and gnus-sorted-ndifference.
        (gnus-list-of-read-articles): Use gnus-list-range-difference.
        (gnus-summary-insert-articles): Use gnus-sorted-difference.
 
 
        * mm-view.el (mm-w3m-mode-map): New variable.
        (mm-w3m-mode-command-alist): New variable.
-       (mm-w3m-minor-mode): Removed.
+       (mm-w3m-minor-mode): Remove.
        (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
        (mm-inline-text-html-render-with-w3m): Add keymap property to the
        buffer for using emacs-w3m command keys.
        (message-cite-prefix-regexp): Auto detect non word constituents.
        (message-cite-prefix-regexp): Don't use with-syntax-table.
 
-       * gnus-sum.el (gnus-summary-update-info): Use
-       gnus-list-range-intersection.
+       * gnus-sum.el (gnus-summary-update-info):
+       Use gnus-list-range-intersection.
 
-       * gnus-agent.el (gnus-agent-fetch-headers): Use
-       gnus-list-range-intersection.
+       * gnus-agent.el (gnus-agent-fetch-headers):
+       Use gnus-list-range-intersection.
 
        * gnus-range.el (gnus-range-normalize): Use correct predicate.
        (gnus-list-range-intersection): Use it.
        Don't split when the window is small, e.g. when a small *BBDB*
        window is the lowest one.
 
-       * gnus-agent.el (gnus-agent-retrieve-headers): Use
-       nnheader-find-nov-line to speed up.  Use nreverse, because it is
+       * gnus-agent.el (gnus-agent-retrieve-headers):
+       Use nnheader-find-nov-line to speed up.  Use nreverse, because it is
        sorted.  Use nnheader-insert-nov-file.
 
 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * time-date.el: Add autoload cookies.  Many doc fixes.
        (time-add): New function.
-       (time-subtract): Renamed from subtract-time.
+       (time-subtract): Rename from subtract-time.
        (subtract-time): New alias for time-subtract.
 
 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * nnml.el (nnml-use-compressed-files): New variable.
-       (nnml-filenames-are-evil): Removed.
+       (nnml-filenames-are-evil): Remove.
        (nnml-current-group-article-to-file-alist): Don't use.
        (nnml-update-file-alist): Inhibit.
        (nnml-article-to-file): Use new var.
 
 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * gnus-agent.el (gnus-agent-save-alist): Optimized.
+       * gnus-agent.el (gnus-agent-save-alist): Optimize.
 
 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        (gnus-server-method-cache): New variable.
        (gnus-server-to-method): Use it.
        (gnus-group-method-cache): New variable.
-       (gnus-find-method-for-group-1): Renamed.
+       (gnus-find-method-for-group-1): Rename.
        (gnus-find-method-for-group): New function.
-       (gnus-group-method-cache): Removed.
+       (gnus-group-method-cache): Remove.
 
        * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
        function.
 
        * gnus-range.el (gnus-members-of-range): New function.
-       (gnus-list-range-intersection): Renamed.
+       (gnus-list-range-intersection): Rename.
        (gnus-inverse-list-range-intersection): New function.
 
        * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
 
 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-       * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
-       charset-encoded html contents.
+       * mm-view.el (mm-inline-text-html-render-with-w3m):
+       Decode charset-encoded html contents.
 
 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
 
 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
 
-       * mml.el (mml-parse-1): Fixed usage of recipients in the secure
+       * mml.el (mml-parse-1): Fix usage of recipients in the secure
        tag.
 
 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
 
-       * message.el (message-font-lock-keywords): Added the secure tag.
+       * message.el (message-font-lock-keywords): Add the secure tag.
        * mml-sec.el: Added functions to generate/modify/remove the secure
        tag while in message mode.
        * mml-sec.el (mml-secure-message): New.
        * mml-sec.el (mml-secure-message-encrypt-smime): New.
        * mml-sec.el (mml-secure-message-encrypt-pgp): New.
        * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
-       * mml.el (mml-parse-1): Added code to recognize the secure tag and
+       * mml.el (mml-parse-1): Add code to recognize the secure tag and
        convert it to either a part or multipart depending on if there are
        other parts in the message.
-       * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
+       * mml.el (mml-mode-map): Change default sign/encrypt keybindings
        to use the secure tag, rather than the part tag.
-       * mml.el (mml-preview): Added a save-excursion to keep cursor
+       * mml.el (mml-preview): Add a save-excursion to keep cursor
        position after doing an MML preview.
 
 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * nnfolder.el (nnfolder-request-accept-article): Unfold
-       x-from-line.
+       * nnfolder.el (nnfolder-request-accept-article):
+       Unfold x-from-line.
        (nnfolder-request-replace-article): Ditto.
 
 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
 
        * message.el (message-dont-send): Doc fix.
 
-       * gnus-util.el (gnus-completing-read): Remove
-       inherit-input-method.
+       * gnus-util.el (gnus-completing-read):
+       Remove inherit-input-method.
 
        * gnus-art.el (gnus-treat-smiley): Doc fix.
 
 
 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
 
-       * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
-       functions.
+       * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject):
+       New functions.
 
 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
        articles.
 
-       * gnus-util.el (gnus-completing-read-with-default): Renamed.
+       * gnus-util.el (gnus-completing-read-with-default): Rename.
 
        * nnmail.el (nnmail-article-group): Clean up.
 
 
        * smiley-ems.el (smiley-region): Register smiley.
        (smiley-toggle-buffer): Rewrite the function.
-       (smiley-active): Removed.
+       (smiley-active): Remove.
 
 2002-01-19  Simon Josefsson  <jas@extundo.com>
 
-       * gnus-util.el (gnus-parent-id): Optimize null n case.  From
-       Jesper Harder <harder@ifa.au.dk>.
+       * gnus-util.el (gnus-parent-id): Optimize null n case.
+       From Jesper Harder <harder@ifa.au.dk>.
 
 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
 
-       * gnus-art.el (gnus-request-article-this-buffer): Call
-       `nneething-get-file-name' to extract the file name from the
+       * gnus-art.el (gnus-request-article-this-buffer):
+       Call `nneething-get-file-name' to extract the file name from the
        message id.
 
        * nneething.el (nneething-encode-file-name): New function.
 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
-       (gnus-agent-braid-nov): Switch back to nntp-server-buffer.  Remove
-       duplications.
+       (gnus-agent-braid-nov): Switch back to nntp-server-buffer.
+       Remove duplications.
        (gnus-agent-batch): Bind gnus-agent-confirmation-function.
 
 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * gnus-sum.el (gnus-summary-initial-limit): Inline
-       gnus-summary-limit-children.
+       * gnus-sum.el (gnus-summary-initial-limit):
+       Inline gnus-summary-limit-children.
        (gnus-summary-initial-limit): Don't limit if
        gnus-newsgroup-display is nil.
        (gnus-summary-initial-limit): No, don't.
 
        * gnus-util.el
-       (gnus-put-text-property-excluding-characters-with-faces): Inline
-       gnus-put-text-property.
+       (gnus-put-text-property-excluding-characters-with-faces):
+       Inline gnus-put-text-property.
 
        * gnus-spec.el (gnus-default-format-specs): New variable.
 
 
        * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
        functions.
-       (gnus-gather-threads-by-references): Inline
-       `gnus-split-references'.
+       (gnus-gather-threads-by-references):
+       Inline `gnus-split-references'.
 
        * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
        default value of gnus-summary-line-format-spec.
        * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
        message.
        (nnslashdot-request-list): Ditto.
-       (nnslashdot-sid-strip): Removed.
+       (nnslashdot-sid-strip): Remove.
 
 2002-01-15  Simon Josefsson  <jas@extundo.com>
 
 
 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
 
-       * nneething.el (nneething-request-article): Set
-       `nnmail-file-coding-system' to `binary' locally, in order to read
+       * nneething.el (nneething-request-article):
+       Set `nnmail-file-coding-system' to `binary' locally, in order to read
        files without any conversion.
 
 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-agent.el (gnus-agent-retrieve-headers): Use
-       nnheader-file-coding-system and nnmail-active-file-coding-system.
+       * gnus-agent.el (gnus-agent-retrieve-headers):
+       Use nnheader-file-coding-system and nnmail-active-file-coding-system.
        (gnus-agent-regenerate-group): Ditto.
        (gnus-agent-regenerate): Ditto.
        (gnus-agent-write-active): Ditto.
 
        * imap.el (imap-close): Keep going if quit.
 
-       * gnus-agent.el (gnus-agent-retrieve-headers): Erase
-       nntp-server-buffer.
+       * gnus-agent.el (gnus-agent-retrieve-headers):
+       Erase nntp-server-buffer.
 
 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * mm-view.el (mm-display-inline-fontify): Require font-lock to
        avoid unbinding shadowed variables.
 
-       * gnus-art.el (gnus-picon-databases): Moved here.
-       (gnus-picons-installed-p): Moved here.
+       * gnus-art.el (gnus-picon-databases): Move here.
+       (gnus-picons-installed-p): Move here.
        (gnus-article-reply-with-original): Use `mark'.
 
-       * gnus.el (gnus-picon): Moved here and renamed.
+       * gnus.el (gnus-picon): Move here and renamed.
 
        * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
        installed.
 
 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * gnus-art.el (gnus-article-reply-with-original): Use
-       `mark-active'.
+       * gnus-art.el (gnus-article-reply-with-original):
+       Use `mark-active'.
 
        * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
 
 2002-01-12  Simon Josefsson  <jas@extundo.com>
 
        * flow-fill.el (fill-flowed-display-column)
-       (fill-flowed-encode-columnq): New variables.  Suggested by
-       Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann).
+       (fill-flowed-encode-columnq): New variables.
+       Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann).
        (fill-flowed-encode, fill-flowed): Use them.
 
-       * message.el (message-send-news, message-send-mail): Use
-       m-b-s-n-p-e-h-n.
+       * message.el (message-send-news, message-send-mail):
+       Use m-b-s-n-p-e-h-n.
 
        * mml.el (autoload): Autoload fill-flowed-encode.
-       (mml-buffer-substring-no-properties-except-hard-newlines): New
-       function.
+       (mml-buffer-substring-no-properties-except-hard-newlines):
+       New function.
        (mml-read-part): Use it.
        (mml-generate-mime-1): Encode format=flowed if appropriate.
        (mml-insert-mime-headers): Insert format=flowed.
        gnus-article-prepare-hook.
 
        * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
-       (gnus-agent-toggle-plugged): Use gnus-agent-go-online.  Move
-       gnus-agent-possibly-synchronize-flags to the last.
+       (gnus-agent-toggle-plugged): Use gnus-agent-go-online.
+       Move gnus-agent-possibly-synchronize-flags to the last.
        (gnus-agent-go-online): New function.  New variable.
 
 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * nnkiboze.el (nnkiboze-request-article): Use
-       gnus-agent-request-article.
+       * nnkiboze.el (nnkiboze-request-article):
+       Use gnus-agent-request-article.
 
        * nnagent.el (nnagent-retrieve-headers): Don't use nnml
        function.  Insert undownloaded NOV.
 
        * gnus.el (gnus-agent-cache): New variable.
 
-       * gnus-int.el (gnus-retrieve-headers): Use
-       gnus-agent-retrieve-headers.
+       * gnus-int.el (gnus-retrieve-headers):
+       Use gnus-agent-retrieve-headers.
        (gnus-request-head): Use gnus-agent-request-article.
        (gnus-request-body): Ditto.
 
-       * gnus-art.el (gnus-request-article-this-buffer): Use
-       gnus-agent-request-article.
+       * gnus-art.el (gnus-request-article-this-buffer):
+       Use gnus-agent-request-article.
 
        * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
        article if it is undownloaded.
 
 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mm-encode.el (mm-content-transfer-encoding-defaults): Add
-       application/x-emacs-lisp.
+       * mm-encode.el (mm-content-transfer-encoding-defaults):
+       Add application/x-emacs-lisp.
 
        * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
 
 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
 
        * nneething.el (nneething-request-article): When a non-text file
-       is converted to an article, its data is encoded in base64.  Call
-       `nneething-make-head' with options to specify MIME types.
+       is converted to an article, its data is encoded in base64.
+       Call `nneething-make-head' with options to specify MIME types.
        (nneething-make-head): Add optional arguments to specify MIME
        types.
 
 
 2002-01-06  Simon Josefsson  <jas@extundo.com>
 
-       * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
-       condition-case, not ignore-errors.
+       * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch):
+       Use condition-case, not ignore-errors.
 
 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-sum.el (gnus-summary-insert-old-articles): Bind
-       gnus-fetch-old-headers.
+       * gnus-sum.el (gnus-summary-insert-old-articles):
+       Bind gnus-fetch-old-headers.
 
        * gnus-art.el (article-display-x-face): Use the current buffer
        unless `W f'.  Otherwise, X-Face may be shown in the header of a
 
 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * gnus-group.el (gnus-group-read-ephemeral-group): Fix
-       parameters.
+       * gnus-group.el (gnus-group-read-ephemeral-group):
+       Fix parameters.
 
 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        (mm-detect-coding-region): New function.
        (mm-detect-mime-charset-region): New function.
 
-       * gnus-sum.el (gnus-summary-show-article): Use
-       mm-detect-coding-region.
+       * gnus-sum.el (gnus-summary-show-article):
+       Use mm-detect-coding-region.
 
 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
 
 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
+       * gnus.el (gnus-logo-color-alist): Add more colors from Luis.
 
 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>  (tiny change)
 
 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * gnus-sum.el (gnus-thread-latest-date): New function.
-       (gnus-thread-sort-by-most-recent-number): Renamed.
+       (gnus-thread-sort-by-most-recent-number): Rename.
        (gnus-thread-sort-functions): Doc fix.
        (gnus-select-group-hook): Don't use setq on a hook.
        (gnus-thread-latest-date): Use date, not number.
        * gnus-agent.el (gnus-agent-expire-days): Doc fix.
        (gnus-agent-expire): Allow regexp of expire-days.
 
-       * gnus-art.el (gnus-article-reply-with-original): Deactivate
-       region.
+       * gnus-art.el (gnus-article-reply-with-original):
+       Deactivate region.
        (gnus-article-followup-with-original): Ditto.
 
        * gnus-sum.el (gnus-thread-highest-number): Doc fix.
 
-       * gnus-art.el (gnus-mime-display-alternative): Use
-       gnus-local-map-property.
+       * gnus-art.el (gnus-mime-display-alternative):
+       Use gnus-local-map-property.
        (gnus-mime-display-alternative): Ditto.
        (gnus-insert-mime-security-button): Ditto.
        (gnus-insert-next-page-button): Ditto.
        "X-Face: " to the data in the built-in scenario.
 
        * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
-       (gnus-correct-pad-form): Renamed.
+       (gnus-correct-pad-form): Rename.
        (gnus-tilde-max-form): Clean up.
        (gnus-pad-form): Use gnus-use-correct-string-widths.
 
 
        * gnus-fun.el (gnus-display-x-face-in-from): Use face.
 
-       * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
-       (gnus-article-xface-ring-size): Removed.
-       (gnus-article-display-xface): Removed.
+       * gnus-ems.el (gnus-article-xface-ring-internal): Remove.
+       (gnus-article-xface-ring-size): Remove.
+       (gnus-article-display-xface): Remove.
        (gnus-remove-image): Cleaned up.
 
        * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
        (gnus-xmas-create-image): Take pbm files.
-       (gnus-x-face): Removed.
-       (gnus-xmas-article-display-xface): Removed.
+       (gnus-x-face): Remove.
+       (gnus-xmas-article-display-xface): Remove.
 
-       * gnus-fun.el (gnus-display-x-face-in-from): Bind
-       default-enable-multibyte-characters.
+       * gnus-fun.el (gnus-display-x-face-in-from):
+       Bind default-enable-multibyte-characters.
 
        * compface.el (uncompface): Doc fix.
 
-       * gnus-art.el (gnus-article-x-face-command): Use
-       gnus-display-x-face-in-from.
+       * gnus-art.el (gnus-article-x-face-command):
+       Use gnus-display-x-face-in-from.
 
        * gnus-xmas.el (gnus-xmas-put-image): Return the image.
 
        * gnus-ems.el (gnus-put-image): Return the image.
 
        * gnus-fun.el (gnus-display-x-face-in-from): New function.
-       (gnus-x-face): Moved here.
+       (gnus-x-face): Move here.
 
 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
 
        * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
 
-       * compface.el (compface-xbm-p): Removed.
+       * compface.el (compface-xbm-p): Remove.
 
-       * gnus-ems.el (gnus-article-compface-xbm): Removed.
+       * gnus-ems.el (gnus-article-compface-xbm): Remove.
        (gnus-article-display-xface): Use compface.
 
        * compface.el: New file.
 
 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
 
-       * nnmaildir.el (nnmaildir-request-expire-articles): Evaluate
-       the expire-group parameter once per article rather than once
+       * nnmaildir.el (nnmaildir-request-expire-articles):
+       Evaluate the expire-group parameter once per article rather than once
        per group; bind `nnmaildir-article-file-name' and `article'
        for convenience.  Leave article alone when expire-group
        specifies the current group.
 
 2002-01-03  Dave Love  <d.love@dl.ac.uk>
 
-       * gnus-start.el (gnus-startup-file-coding-system): Removed.
+       * gnus-start.el (gnus-startup-file-coding-system): Remove.
        (gnus-read-init-file): Don't use it.
 
 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
 
-       * gnus.el (gnus-summary-line-format): Added :link.
+       * gnus.el (gnus-summary-line-format): Add :link.
        * gnus-topic.el (gnus-topic-line-format): Ditto.
        * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
        * gnus-srvr.el (gnus-server-line-format): Ditto.
 
 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
+       * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Rename.
 
        * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
        (article-display-x-face): Display gray X-Faces.
        * gnus-fun.el: New file.
        (gnus-convert-image-to-x-face-command): New variable.
        (gnus-insert-x-face): New function.
-       (gnus-random-x-face): Renamed.
-       (gnus-x-face-from-file): Renamed.
+       (gnus-random-x-face): Rename.
+       (gnus-x-face-from-file): Rename.
 
-       * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
+       * gnus-art.el (gnus-body-boundary-delimiter): Change default to
        "_".
        (gnus-body-boundary-delimiter): Typo fix.
 
        * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
        (gnus-picon-transform-address): Search for unknown faces as well.
        (gnus-picon-find-face): Don't search "news" for MISC.
-       (gnus-picon-user-directories): Changed default back to exclude
+       (gnus-picon-user-directories): Change default back to exclude
        "unknown".
 
        * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
        keystroke.
        (gnus-topic-goto-next-topic): Ditto.
 
-       * gnus.el (gnus-summary-line-format): Changed default.
+       * gnus.el (gnus-summary-line-format): Change default.
 
        * nnmail.el (nnmail-extra-headers): Change default.
 
        * gnus-sum.el (gnus-extra-headers): Change default.
 
-       * message.el (message-news-other-window): Changed "news" to
+       * message.el (message-news-other-window): Change "news" to
        "posting".
        (message-news-other-frame): Ditto.
        (message-do-send-housekeeping): Ditto.
 
 2002-01-01  Steve Youngs  <youngs@xemacs.org>
 
-       * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
-       'set-glyph-face' so x-face back/foreground can be set.
+       * gnus-xmas.el (gnus-xmas-article-display-xface):
+       Uncomment 'set-glyph-face' so x-face back/foreground can be set.
 
 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
 
 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * gnus-art.el (gnus-treat-smiley): Renamed command.
+       * gnus-art.el (gnus-treat-smiley): Rename command.
        (gnus-article-remove-images): New command and keystroke.
 
-       * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
+       * gnus-sum.el (gnus-summary-toggle-smiley): Remove.
 
-       * smiley-ems.el (gnus-smiley-display): Removed.
+       * smiley-ems.el (gnus-smiley-display): Remove.
 
        * gnus.el (gnus-version-number): Update version.
 
-       * message.el (message-text-with-property): Renamed and moved
+       * message.el (message-text-with-property): Rename and moved
        here.
        (message-fix-before-sending): Highlight invisible text and place
        point there.
 
 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * gnus-delay.el (gnus-delay-send-queue): Renamed.
+       * gnus-delay.el (gnus-delay-send-queue): Rename.
 
        * gnus-art.el (gnus-ignored-headers): More headers.
 
 
 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * gnus-group.el (gnus-group-line-format): Added %O to the default
+       * gnus-group.el (gnus-group-line-format): Add %O to the default
        value.
 
        * gnus-util.el (gnus-text-with-property): The smallest point is
 
        * gnus-ems.el (gnus-article-display-xface): Mark and store image.
 
-       * gnus-art.el (gnus-article-wash-status-entry): Renamed.
+       * gnus-art.el (gnus-article-wash-status-entry): Rename.
        (gnus-article-wash-status): Use it.
        (gnus-signature-toggle): Clean up.
        (gnus-add-wash-status): New function.
        * smiley-ems.el (gnus-smiley-file-types): New variable.
        (smiley-update-cache): Use it.
        (smiley-regexp-alist): Suffix-less smiley names.
-       (smiley-regexp-alist): Added more smileys.
+       (smiley-regexp-alist): Add more smileys.
 
        * gnus-sum.el (gnus-print-buffer): Made into own function.
        (gnus-summary-print-article): Use it.
 
 2001-12-31  Simon Josefsson  <jas@extundo.com>
 
-       * imap.el (imap-parse-fetch): Notice empty flags responses.  From
-       Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
+       * imap.el (imap-parse-fetch): Notice empty flags responses.
+       From Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
 
 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
 
 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
-       infloop.
+       * gnus-art.el (gnus-article-treat-fold-newsgroups):
+       Don't infloop.
 
        * gnus-sum.el (t): New `W D' map.
 
        * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
        (gnus-article-treat-body-boundary): Clean up.
-       (gnus-body-boundary-face): Removed.
-       (gnus-article-goto-header): Moved here.
+       (gnus-body-boundary-face): Remove.
+       (gnus-article-goto-header): Move here.
        (gnus-article-goto-header): Allow better regexps.
        (gnus-article-treat-fold-newsgroups): New command.
 
        * mail-parse.el (mail-header-fold-line): New alias.
        (mail-header-unfold-line): Ditto.
 
-       * gnus-art.el (gnus-body-boundary-face): Renamed.
+       * gnus-art.el (gnus-body-boundary-face): Rename.
        (gnus-article-treat-body-boundary): Use it.
        (gnus-article-treat-body-boundary): Use an invisible header and a
        line of underline characters.
        (gnus-picon-transform-address): Use it.  Set first to t for each
        address.
 
-       * gnus-art.el (gnus-with-article-headers): Move to here.  Define
-       the macro then use it.
+       * gnus-art.el (gnus-with-article-headers): Move to here.
+       Define the macro then use it.
        (gnus-treatment-function-alist): Treat picons earlier.
 
 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
        * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
        colors.
 
-       * gnus.el (gnus-logo-color-alist): Moved here and renamed.
+       * gnus.el (gnus-logo-color-alist): Move here and renamed.
        (gnus-logo-color-style): Ditto.
        (gnus-logo-colors): Ditto.
 
        * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
        string.
 
-       * gnus-picon.el (gnus-treat-mail-picon): Renamed.
+       * gnus-picon.el (gnus-treat-mail-picon): Rename.
 
        * gnus-art.el (gnus-treat-cc-picon): New variable.
-       (gnus-treat-mail-picon): Renamed.
+       (gnus-treat-mail-picon): Rename.
 
        * gnus-picon.el: New implementation.
-       (gnus-picon-find-face): Renamed.
+       (gnus-picon-find-face): Rename.
        (gnus-treat-from-picon): Use it.
-       (gnus-picon-transform-address): Renamed.
+       (gnus-picon-transform-address): Rename.
        (gnus-treat-from-picon): Use it.
-       (gnus-picon-create-glyph): Renamed.
+       (gnus-picon-create-glyph): Rename.
        (gnus-picon-transform-address): Use it.
        (gnus-treat-cc-picon): New command.
 
-       * mm-decode.el (mm-create-image-xemacs): Separated out into
+       * mm-decode.el (mm-create-image-xemacs): Separate out into
        function.
        (mm-get-image): Use it.
 
        * gnus-art.el (gnus-treat-display-picons): Simplify.
-       (gnus-treat-from-picon): Renamed.
+       (gnus-treat-from-picon): Rename.
 
        * gnus-ems.el (gnus-create-image): New function.
        (gnus-put-image): New function.
 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * gnus-art.el (gnus-treat-unfold-lines): New variable.
-       (gnus-treat-unfold-headers): Renamed.
+       (gnus-treat-unfold-headers): Rename.
        (gnus-article-treat-unfold-headers): New command and keystroke.
 
        * rfc2047.el (rfc2047-encode-message-header): Clean up.
 
 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
+       * gnus-picon.el (gnus-picons-news-directories): Remove obsolete
        alias.
        (gnus-picons-database): Default to list.
        (gnus-picons-lookup-internal): Use it.
        * gnus-art.el (gnus-treatment-function-alist): Emphasize after
        other treatments.
 
-       * gnus-util.el (gnus-put-overlay-excluding-newlines): New
-       function.
+       * gnus-util.el (gnus-put-overlay-excluding-newlines):
+       New function.
 
        * gnus-art.el (gnus-article-show-hidden-text): Remove the type
        from the list of hidden types.
 
 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * gnus-art.el (gnus-ignored-headers): Added more headers.
+       * gnus-art.el (gnus-ignored-headers): Add more headers.
 
 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
 
 
 2001-12-28  Simon Josefsson  <jas@extundo.com>
 
-       * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
-       Jesper Harder <harder@ifa.au.dk>.
+       * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.
+       From Jesper Harder <harder@ifa.au.dk>.
 
 2001-12-27  Simon Josefsson  <jas@extundo.com>
 
-       * gnus-sum.el (gnus-select-newsgroup): Make
-       `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
+       * gnus-sum.el (gnus-select-newsgroup):
+       Make `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
        contain all articles (instead of none) when no seen marks have
        been set for the group.
        (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
 
 2001-12-26 11:00:00  Jesper Harder  <harder@ifa.au.dk>
 
-       * mm-util.el (mm-iso-8859-x-to-15-region): Use
-       insert-before-markers.
+       * mm-util.el (mm-iso-8859-x-to-15-region):
+       Use insert-before-markers.
 
 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
 
 
 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-group.el (gnus-group-read-ephemeral-group): Call
-       gnus-group-real-name.
+       * gnus-group.el (gnus-group-read-ephemeral-group):
+       Call gnus-group-real-name.
 
        * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
        (gnus-newsgroup-variables): Ditto.
 
        * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
        ZHU <zsh@cs.rochester.edu>.
-       (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
-       Brian P Templeton <bpt@tunes.org>.
+       (nnimap-close-group): Don't quote KEYLIST items.
+       Suggested by Brian P Templeton <bpt@tunes.org>.
 
 2001-12-19 17:00:00  Paul Jarc  <prj@po.cwru.edu>
 
 
        * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
        (gnus-generate-tree, gnus-highlight-selected-tree)
-       (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
-       it.
+       (gnus-highlight-selected-tree, gnus-tree-highlight-article):
+       Use it.
 
        * gnus-art.el (gnus-article-set-window-start)
        (gnus-mm-display-part, gnus-request-article-this-buffer)
 
 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
 
-       * gnus-cus.el (gnus-extra-topic-parameters): Added topic parameter
+       * gnus-cus.el (gnus-extra-topic-parameters): Add topic parameter
        subscribe-level
        * gnus-topic.el (gnus-subscribe-topics): Use it.
 
 
 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * nnrss.el (nnrss-decode-entities-unibyte-string): Use
-       mm-url-decode-entities-nbsp.
+       * nnrss.el (nnrss-decode-entities-unibyte-string):
+       Use mm-url-decode-entities-nbsp.
 
        * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
        * webmail.el, nnwfm.el: Use mm-url.
 
 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * nnweb.el (nnweb-replace-in-string): Removed.
+       * nnweb.el (nnweb-replace-in-string): Remove.
 
        * gnus-util.el (gnus-replace-in-string): New function.
        (gnus-mode-string-quote): Use it.
 
 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-sum.el (gnus-summary-save-article): Nix
-       gnus-display-mime-function and gnus-article-prepare-hook.
+       * gnus-sum.el (gnus-summary-save-article):
+       Nix gnus-display-mime-function and gnus-article-prepare-hook.
 
        * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
        the beginning of lines.
 2001-11-29  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * message.el (message-newgroups-header-regexp)
-       (message-completion-alist, message-tab-body-function): Use
-       defcustom rather than defvar.
+       (message-completion-alist, message-tab-body-function):
+       Use defcustom rather than defvar.
        (message-tab): Mention `message-tab-body-function' in doc.
        Suggested by Karl Eichwalder.
 
 
        * message.el (message-mode): make-local-hook is harmless in Emacs 21.
 
-       * gnus-msg.el (gnus-configure-posting-styles): Use
-       make-local-hook.  Add LOCAL for add-hook.
+       * gnus-msg.el (gnus-configure-posting-styles):
+       Use make-local-hook.  Add LOCAL for add-hook.
 
 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
 
 
 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
 
-       * gnus-art.el (gnus-article-wash-status-strings): Use
-       `copy-sequence', not `copy-seq'.
+       * gnus-art.el (gnus-article-wash-status-strings):
+       Use `copy-sequence', not `copy-seq'.
 
 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
 
 2001-11-12  Simon Josefsson  <jas@extundo.com>
 
        * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
-       (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
+       (mml1991-gpg-sign, mml1991-gpg-encrypt): Rename, from
        `mml1991-sign' and `mml1991-encrypt'.
        (mml1991-encrypt, mml1991-sign): New glue functions.
        (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
 
        * message.el (top-level): Autoload sha1.
        (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
-       canlock, no need to require two different hash algs).  Suggested
-       by Ferenc Wagner <wferi@bolyai1.elte.hu>.
+       canlock, no need to require two different hash algs).
+       Suggested by Ferenc Wagner <wferi@bolyai1.elte.hu>.
 
 2001-11-09  Pavel Janík  <Pavel@Janik.cz>
 
 
        * sieve-mode.el (sieve-control-commands-face)
        (sieve-control-commands-face, sieve-action-commands-face)
-       (sieve-test-commands-face, sieve-tagged-arguments-face): New
-       faces.
+       (sieve-test-commands-face, sieve-tagged-arguments-face):
+       New faces.
        (sieve-font-lock-keywords): Use them.
        (sieve-mode): Only set font-lock-defaults in emacs.
 
-       * gnus-art.el (gnus-default-article-saver): Add
-       gnus-summary-save-body-in-file.
+       * gnus-art.el (gnus-default-article-saver):
+       Add gnus-summary-save-body-in-file.
        (gnus-summary-write-to-file): Fix doc.
 
 2001-11-07  Simon Josefsson  <jas@extundo.com>
        (nnimap-expunge): Don't use it.
 
        * imap.el (imap-callbacks): New variable.
-       (imap-remassoc): Copied from `gnus-remassoc'.
+       (imap-remassoc): Copy from `gnus-remassoc'.
        (imap-add-callback): New function.
        (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
        behavior.
 
        * smiley-ems.el (smiley-update-cache): Auto detect file type.
 
-       * message.el (message-forward-rmail-make-body): Use
-       save-window-excursion.
+       * message.el (message-forward-rmail-make-body):
+       Use save-window-excursion.
        (message-encode-message-body): Search with noerror.
        (message-setup-1): Convert compose-mail send-actions to
        message-send-actions.
        (mm-charset-synonym-alist): Remove windows-125[02].  Make other
        entries conditional on not having a coding system defined for
        them.
-       (mm-mule-charset-to-mime-charset): Use
-       find-coding-systems-for-charsets if defined.
+       (mm-mule-charset-to-mime-charset):
+       Use find-coding-systems-for-charsets if defined.
        (mm-charset-to-coding-system): Don't use
        mm-get-coding-system-list.  Look in mm-charset-synonym-alist
        later.  Add last resort search of coding systems.
 
 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-spec.el (gnus-parse-simple-format): Use
-       buffer-substring-no-properties.
+       * gnus-spec.el (gnus-parse-simple-format):
+       Use buffer-substring-no-properties.
 
 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
 
 
 2001-10-22  Simon Josefsson  <jas@extundo.com>
 
-       * gnus-msg.el (gnus-extended-version): Include
-       system-configuration.
+       * gnus-msg.el (gnus-extended-version):
+       Include system-configuration.
        Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann).
 
 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
 2001-10-21  Simon Josefsson  <jas@extundo.com>
 
        * nnimap.el (nnimap): Defgroup.
-       (nnimap-strict-function, nnimap-strict-function-match): New
-       widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
+       (nnimap-strict-function, nnimap-strict-function-match):
+       New widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
        (nnimap-split-crosspost, nnimap-split-inbox)
        (nnimap-split-rule, nnimap-split-predicate)
        (nnimap-split-predicate): Defcustom.
 
        * message.el (message-do-auto-fill): New version that does not
        rely on text properties, by Simon Josefsson <jas@extundo.com>.
-       (message-setup-1): Removed the `message-field' property.
+       (message-setup-1): Remove the `message-field' property.
 
-       * gnus-draft.el (gnus-draft-edit-message): Removed the
+       * gnus-draft.el (gnus-draft-edit-message): Remove the
        `message-field' property.
 
 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
        * message.el (message-check-news-header-syntax): Special case
        nnvirtual groups.
 
-       * gnus-sum.el (gnus-summary-respool-default-method): Changed
-       customize type to `symbol'.
+       * gnus-sum.el (gnus-summary-respool-default-method):
+       Change customize type to `symbol'.
 
 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
 
 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
 
-       * gnus-msg.el (gnus-post-method): Changed two instances of
+       * gnus-msg.el (gnus-post-method): Change two instances of
        `active' to `current' and one `null' to `not'.
 
 2001-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-       * message.el (message-setup-fill-variables): Use
-       `normal-auto-fill-function' instead of `auto-fill-function'.
+       * message.el (message-setup-fill-variables):
+       Use `normal-auto-fill-function' instead of `auto-fill-function'.
 
 2001-10-16  Simon Josefsson  <jas@extundo.com>
 
 2001-10-12  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
        Suggested by Oliver Scholz <epameinondas@gmx.de>.
 
-       * message.el (message-do-auto-fill): New function.  Like
-       `do-auto-fill' but don't fill when in the message header.
+       * message.el (message-do-auto-fill): New function.
+       Like `do-auto-fill' but don't fill when in the message header.
        (message-setup-1): Put a text property on the message header.
        (message-setup-fill-variables): Use `message-do-auto-fill'.
 
 
 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-       * gnus-group.el (gnus-group-name-charset-group-alist): Use
-       `find-coding-system' for XEmacs to check whether the coding-system
+       * gnus-group.el (gnus-group-name-charset-group-alist):
+       Use `find-coding-system' for XEmacs to check whether the coding-system
        `utf-8' is available.
 
 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
 
 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
 
-       * message.el (message-send-news): Allow
-       `gnus-group-name-charset-group-alist' to affect encoding of the
+       * message.el (message-send-news):
+       Allow `gnus-group-name-charset-group-alist' to affect encoding of the
        "Newsgroups" and "Followup-To" headers.
 
 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
        default charset for newsgroup names in accordance with USEFOR.
 
        * gnus-group.el (gnus-group-name-charset-method-alist,
-       gnus-group-name-charset-group-alist): Removed "*" from doc
+       gnus-group-name-charset-group-alist): Remove "*" from doc
        strings, "*" should not be used for complex variables.
 
 2001-10-06  Simon Josefsson  <jas@extundo.com>
        `gnus-article-decode-hook's except `article-decode-charset'
        instead of hardcoding call to one of them.
 
-       * gnus-art.el (gnus-article-decode-hook): Add
-       `article-decode-group-name'.
+       * gnus-art.el (gnus-article-decode-hook):
+       Add `article-decode-group-name'.
        (article-decode-group-name): New function, use `g-d-n'.
 
-       * gnus-group.el (gnus-group-insert-group-line): Decode
-       gnus-tmp-group using `g-d-n'.
+       * gnus-group.el (gnus-group-insert-group-line):
+       Decode gnus-tmp-group using `g-d-n'.
 
        * gnus-util.el (gnus-decode-newsgroups): New function.
 
 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
 
-       * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
+       * gnus-srvr.el (gnus-browse-foreign-server): Fix bug non-nil
        `gnus-group-name-charset-group-alist'.
 
 2001-10-05  Simon Josefsson  <jas@extundo.com>
 
 2001-09-19  Sam Steingold  <sds@gnu.org>
 
-       * gnus-win.el (gnus-buffer-configuration): Respect
-       `gnus-bug-create-help-buffer'.
+       * gnus-win.el (gnus-buffer-configuration):
+       Respect `gnus-bug-create-help-buffer'.
 
 2001-09-18  Simon Josefsson  <jas@extundo.com>
 
 
 2001-09-14  Simon Josefsson  <jas@extundo.com>
 
-       * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
+       * gnus-start.el (gnus-group-mode-hook): Move from gnus-group
        (otherwise e.g. gnus-agentize in .gnus overrides the customized
        default before gnus-group is loaded and the variable set.)
 
        * nndiary.el (nndiary-request-accept-article-hooks): New.
        * nndiary.el (nndiary-request-accept-article): Use it, check
        message validity.
-       * nndiary.el (nndiary-get-new-mail): Changed default to nil.
+       * nndiary.el (nndiary-get-new-mail): Change default to nil.
        * nndiary.el (nndiary-schedule): Fix bug (misplaced
        condition-case): it didn't return nil on error.
        * gnus-diary.el: New version.
-       * gnus-diary.el (gnus-diary-summary-line-format): Removed %I.
+       * gnus-diary.el (gnus-diary-summary-line-format): Remove %I.
        * gnus-diary.el (gnus-diary-header-value-history): New.
        * gnus-diary.el (gnus-diary-narrow-to-headers): New.
        * gnus-diary.el (gnus-diary-add-header): New.
 
 2001-09-10  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
 
-       * gnus-sum.el (gnus-select-newsgroup): Make
-       `gnus-current-select-method' buffer-local.
+       * gnus-sum.el (gnus-select-newsgroup):
+       Make `gnus-current-select-method' buffer-local.
 
-       * gnus-art.el (gnus-request-article-this-buffer): Refer
-       `gnus-current-select-method' in the current summary buffer.
+       * gnus-art.el (gnus-request-article-this-buffer):
+       Refer `gnus-current-select-method' in the current summary buffer.
 
 2001-09-10  Daniel Pittman  <daniel@rimspace.net>
 
 
 2001-09-09  Simon Josefsson  <jas@extundo.com>
 
-       * mm-decode.el (mm-inline-media-tests): Add
-       application/x-emacs-lisp.
-       (mm-attachment-override-types): Add
-       application/{x-,}pkcs7-signature.
+       * mm-decode.el (mm-inline-media-tests):
+       Add application/x-emacs-lisp.
+       (mm-attachment-override-types):
+       Add application/{x-,}pkcs7-signature.
 
        * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
        (gnus-server-line-format, gnus-server-mode-line-format)
        (nnml-request-update-info): Don't update if marks didn't change.
 
        * gnus-agent.el (gnus-agent-any-covered-gcc)
-       (gnus-agent-add-server, gnus-agent-remove-server): Use
-       gnus-agent-method-p.
+       (gnus-agent-add-server, gnus-agent-remove-server):
+       Use gnus-agent-method-p.
 
        * gnus-art.el (gnus-buttonized-mime-types): New variable.
        (gnus-unbuttonized-mime-type-p): Use it.
 
        * gnus-spec.el (gnus-compile): Don't compile gnus-version.
 
-       * gnus-group.el (gnus-update-group-mark-positions): Bind
-       gnus-group-update-hook to nil.
+       * gnus-group.el (gnus-update-group-mark-positions):
+       Bind gnus-group-update-hook to nil.
 
 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
 
 2001-08-24  Simon Josefsson  <jas@extundo.com>
 
-       * gnus-group.el (gnus-info-clear-data): Call
-       nnfoo-request-set-mark to propagate marks.  Fix bug:
+       * gnus-group.el (gnus-info-clear-data):
+       Call nnfoo-request-set-mark to propagate marks.  Fix bug:
        `gnus-group-update-line' doesn't update read range unless we call
        `gnus-get-unread-articles-in-group' first.
 
 
 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
-       nnslashdot-*-retrieve-headers.
+       * nnslashdot.el (nnslashdot-retrieve-headers-1):
+       Replace nnslashdot-*-retrieve-headers.
        (nnslashdot-request-article): Fix for slashcode 2.2.
        (nnslashdot-make-tuple): New function.
        (nnslashdot-read-groups): Use it.
 
        * mm-view.el (mm-inline-text): Ignore vcard errors.
 
-       * gnus-art.el (gnus-ignored-headers): Added more junk headers.
+       * gnus-art.el (gnus-ignored-headers): Add more junk headers.
 
        * gnus-score.el (gnus-all-score-files): Use append instead of
        nconc.
 
        * gnus.el (gnus-splash-face): Doc fix.
 
-       * mm-decode.el (mm-mailcap-command): Use
-       mm-path-name-rewrite-functions.
+       * mm-decode.el (mm-mailcap-command):
+       Use mm-path-name-rewrite-functions.
        (mm-path-name-rewrite-functions): New variable.
 
        * gnus-spec.el (gnus-parse-complex-format): React to ?=.
        the positional spec.
        (gnus-parse-complex-format): React to %C.
 
-       * gnus-ems.el (gnus-char-width): Moved here.
+       * gnus-ems.el (gnus-char-width): Move here.
 
-       * gnus-sum.el (gnus-select-newsgroup): Set
-       gnus-newsgroup-articles.
+       * gnus-sum.el (gnus-select-newsgroup):
+       Set gnus-newsgroup-articles.
        (gnus-unseen-mark): New variable.
        (gnus-newsgroup-unseen): Ditto.
        (gnus-newsgroup-seen): Ditto.
 
 2001-08-18  Simon Josefsson  <jas@extundo.com>
 
-       * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
+       * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Move from
        nnimap.
 
-       * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
+       * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Move to
        gnus-util.
        (nnimap-request-update-info-internal): Use new functions.
 
-       * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
-       new functions.
+       * nnml.el (nnml-request-set-mark, nnml-request-update-info):
+       Use new functions.
 
 2001-08-18  Simon Josefsson  <jas@extundo.com>
 
        * gnus-start.el (gnus-setup-news): Push the archive server only
        the server list.
 
-       * mml.el (mml-menu): Changed name to "Attachments".
+       * mml.el (mml-menu): Change name to "Attachments".
 
        * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
        when there is something to destroy.
        `nnmail-split-history' if recent is > 0.
        (nnimap-request-update-info-internal): Update `recent' marks.
        (nnimap-request-set-mark): Never set `recent' marks.
-       (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
-       recent.
+       (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist):
+       Add recent.
 
        * gnus-sum.el (gnus-recent-mark): New mark.
        (gnus-newsgroup-recent): New variable.
 
 2001-08-12  Simon Josefsson  <jas@extundo.com>
 
-       * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
-       whether successful decoding took place.  Add doc.
+       * mm-bodies.el (mm-decode-content-transfer-encoding):
+       Returns whether successful decoding took place.  Add doc.
 
 2001-08-12  Simon Josefsson  <jas@extundo.com>
        Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
 
 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
-       gnus-group-find-parameter.  Suggested by Janne Rinta-Manty
+       * gnus-ml.el (turn-on-gnus-mailing-list-mode):
+       Use gnus-group-find-parameter.  Suggested by Janne Rinta-Manty
        <rintaman@cs.Helsinki.FI>.
 
        * mail-source.el (mail-source-movemail): The error buffer is
 
 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * nndraft.el (nndraft-request-group): Use
-       nndraft-auto-save-file-name.
+       * nndraft.el (nndraft-request-group):
+       Use nndraft-auto-save-file-name.
 
 2001-08-09  Simon Josefsson  <jas@extundo.com>
 
 
 2001-08-09  Simon Josefsson  <jas@extundo.com>
 
-       * message.el (message-get-reply-headers): Fix string.  Suggested by
-       Christoph Conrad <cc@cli.de>.
+       * message.el (message-get-reply-headers): Fix string.
+       Suggested by Christoph Conrad <cc@cli.de>.
 
 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
 
 2001-08-04  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
 
-       * gnus-sum.el (gnus-summary-show-article): Call
-       gnus-summary-update-secondary-secondary-mark.
+       * gnus-sum.el (gnus-summary-show-article):
+       Call gnus-summary-update-secondary-secondary-mark.
        * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
        * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
 
 
 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
 
-       * message.el (message-indent-citation): Use
-       `message-yank-cited-prefix' for empty lines.
+       * message.el (message-indent-citation):
+       Use `message-yank-cited-prefix' for empty lines.
 
 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
 
 
 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>  (tiny change)
 
-       * gnus-cache.el (gnus-cache-possibly-enter-article): Use
-       gnus-cache-fully-p.
+       * gnus-cache.el (gnus-cache-possibly-enter-article):
+       Use gnus-cache-fully-p.
 
 2001-08-04  Simon Josefsson  <jas@extundo.com>
 
 2001-08-04  Simon Josefsson  <jas@extundo.com>
 
        * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
-       (gnus-cache-passively-or-fully-p): Removed.
+       (gnus-cache-passively-or-fully-p): Remove.
        (gnus-cache-fully-p): Fix it.
 
        * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
 
 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
-       before remove.
+       * gnus-art.el (gnus-mime-security-verify-or-decrypt):
+       Insert before remove.
        (gnus-mime-security-show-details): Ditto.
 
 2001-08-04  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
 2001-08-02  Simon Josefsson  <jas@extundo.com>
 
-       * smime.el (smime-extra-arguments): Removed.
+       * smime.el (smime-extra-arguments): Remove.
        (smime-call-openssl-region): Don't use it.
 
 2001-08-02  Simon Josefsson  <jas@extundo.com>
        * smime.el (smime-sign-region): Handle stderr.
        (smime-encrypt-region): Ditto.
 
-       * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
-       match the ASN.1 length bytes.
+       * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.
+       Don't match the ASN.1 length bytes.
        (mm-pkcs7-enveloped-magic): Ditto.
        (mm-view-pkcs7-get-type): Don't regexp quote.
 
 
        * smime.el (smime-call-openssl-region): Revert previous change,
        just pass on buf to `call-process-region'.
-       (smime-verify-region): Doc fix.  Don't message stuff.  Use
-       `smime-new-details-buffer'.  Inserts error messages into buffer.
+       (smime-verify-region): Doc fix.  Don't message stuff.
+       Use `smime-new-details-buffer'.  Inserts error messages into buffer.
        (smime-noverify-region): Ditto.
        (smime-decrypt-region): Ditto.  Handles stderr separately.
        (smime-verify-buffer, smime-noverify-buffer)
 
 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-art.el (gnus-mime-save-part-and-strip): Save
-       gnus-article-mime-handles.
+       * gnus-art.el (gnus-mime-save-part-and-strip):
+       Save gnus-article-mime-handles.
 
 2001-07-29  Simon Josefsson  <jas@extundo.com>
 
        * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
        for %B spec.
 
-       * gnus-sum.el (gnus-summary-prepare-threads): If
-       gnus-sum-thread-tree-root is nil, use subject instead.
+       * gnus-sum.el (gnus-summary-prepare-threads):
+       If gnus-sum-thread-tree-root is nil, use subject instead.
        (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
        (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
        (gnus-sum-thread-tree-leaf-with-other)
 
 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * nnfolder.el (nnfolder-request-accept-article): Bind
-       nntp-server-buffer.
+       * nnfolder.el (nnfolder-request-accept-article):
+       Bind nntp-server-buffer.
 
        * nnmail.el (nnmail-parse-active): Read from buffer instead of
        nntp-server-buffer.
 
 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * message.el (message-check-news-header-syntax): Use
-       message-post-method.
+       * message.el (message-check-news-header-syntax):
+       Use message-post-method.
        (message-send-news): Bind message-post-method.
 
 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * nnfolder.el (nnfolder-request-accept-article): Replace
-       nnfolder-request-list.
+       * nnfolder.el (nnfolder-request-accept-article):
+       Replace nnfolder-request-list.
 
 2001-07-27  Simon Josefsson  <jas@extundo.com>
 
 
        * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
 
-       * message.el (message-set-auto-save-file-name): More
-       poor-system-types.
+       * message.el (message-set-auto-save-file-name):
+       More poor-system-types.
 
        * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
 
 
 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
 
-       * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
-       variable.
+       * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups):
+       New variable.
        (nnmail-split-fancy-with-parent): Ignore certain groups.
 
 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-       * gnus-start.el (gnus-setup-news): Call
-       `gnus-check-bogus-newsgroups' just after the native server is
+       * gnus-start.el (gnus-setup-news):
+       Call `gnus-check-bogus-newsgroups' just after the native server is
        opened.
 
 2001-07-23  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * mm-util.el (mm-read-coding-system): Take two arguments.
 
-       * gnus-sum.el (gnus-summary-show-article): Use
-       mm-read-coding-system.
+       * gnus-sum.el (gnus-summary-show-article):
+       Use mm-read-coding-system.
 
        * gnus-art.el (article-de-quoted-unreadable):
        (article-de-base64-unreadable, article-wash-html):
        * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
        command.
 
-       * gnus-start.el (gnus-find-new-newsgroups): Use
-       `message-make-date' instead of `current-time-string'.
+       * gnus-start.el (gnus-find-new-newsgroups):
+       Use `message-make-date' instead of `current-time-string'.
        (gnus-ask-server-for-new-groups): Ditto.
        (gnus-check-first-time-used): Ditto.
 
 
 2001-07-12  Björn Torkelsson  <torkel@hpc2n.umu.se>
 
-       * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
+       * gnus-srvr.el (gnus-browse-make-menu-bar): Change one of the
        Browse->Next entries to Browse->Prev.
 
 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-art.el (article-strip-multiple-blank-lines): Use
-       delete-region instead of replace-match.
+       * gnus-art.el (article-strip-multiple-blank-lines):
+       Use delete-region instead of replace-match.
 
 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
 
 2001-06-05  Alex Schroeder  <alex@gnu.org>
 
-       * mm-decode.el (mm-handle-set-external-undisplayer): Don't
-       generate compiler warnings.
+       * mm-decode.el (mm-handle-set-external-undisplayer):
+       Don't generate compiler warnings.
 
 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
 
 
 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
 
-       * mm-uu.el (mm-uu-configure-list): Fixed customize type.
+       * mm-uu.el (mm-uu-configure-list): Fix customize type.
 
 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
 
 
 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
 
-       * nnmail.el (nnmail-split-it): Added check for .* at the end of
+       * nnmail.el (nnmail-split-it): Add check for .* at the end of
        regexp in nnmail-split-fancy.
 
 2001-04-10  Simon Josefsson  <simon@josefsson.org>
 
 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
-       lists of articles.
+       * gnus-msg.el (gnus-inews-insert-draft-meta-information):
+       Allow lists of articles.
 
        * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
 
        forwarded.
        (gnus-summary-mail-forward): Clean up.
 
-       * gnus.el (gnus-article-mark-lists): Added forward.
+       * gnus.el (gnus-article-mark-lists): Add forward.
 
        * gnus-sum.el (gnus-forwarded-mark): New variable.
        (gnus-summary-prepare-threads): Use it.
 
 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * nnultimate.el (nnultimate-retrieve-headers): Understand
-       long-form month names.
+       * nnultimate.el (nnultimate-retrieve-headers):
+       Understand long-form month names.
 
 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * gnus-sum.el (gnus-summary-show-all-headers):
-       gnus-article-show-all-headers is broken.  Use
-       gnus-summary-toggle-header instead.
+       gnus-article-show-all-headers is broken.
+       Use gnus-summary-toggle-header instead.
 
        * mml2015.el (mml2015-gpg-extract-from): No error.
 
 
 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * message.el (message-setup-fill-variables): Use
-       fill-paragraph-function.
+       * message.el (message-setup-fill-variables):
+       Use fill-paragraph-function.
        (message-fill-paragraph): Take an argument.
        (message-newline-and-reformat): Take another argument.
 
 
 2001-03-16  Simon Josefsson  <simon@josefsson.org>
 
-       * nnimap.el (nnimap-dont-use-nov-p): Renamed from
+       * nnimap.el (nnimap-dont-use-nov-p): Rename from
        `nnimap-use-nov-p' (it really tested the negative).
        (nnimap-retrieve-headers): Use it.
 
 ;;
 2001-03-01  Dave Love  <fx@gnu.org>
 
-       * mm-util.el (mm-inhibit-file-name-handlers): Add
-       image-file-handler.
+       * mm-util.el (mm-inhibit-file-name-handlers):
+       Add image-file-handler.
 
 2001-02-11  Dave Love  <fx@gnu.org>
 
        * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
        SCORE paths.
 
-       * mm-decode.el (mm-dissect-buffer): Call
-       mail-extract-address-components only if necessary.
+       * mm-decode.el (mm-dissect-buffer):
+       Call mail-extract-address-components only if necessary.
 
 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
 
 2001-03-06 13:00:00  Adrian Aichner  <adrian@xemacs.org>
 
-       * gnus-score.el (gnus-score-score-files-1): Use
-       gnus-kill-files-directory.
+       * gnus-score.el (gnus-score-score-files-1):
+       Use gnus-kill-files-directory.
 
 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
 
        * mml.el (mml-preview): Disable local map.
 
-       * gnus-sum.el (gnus-summary-make-menu-bar): Make
-       gnus-article-post-menu here.
+       * gnus-sum.el (gnus-summary-make-menu-bar):
+       Make gnus-article-post-menu here.
 
        * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
        if it has not been made.
 
        * smiley.el (gnus-smiley-display): Don't do widening.
 
-       * smiley-ems.el (gnus-smiley-display): Don't do widening.  Smiley
-       within body.
+       * smiley-ems.el (gnus-smiley-display): Don't do widening.
+       Smiley within body.
 
        * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
 
 
 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus.el (gnus-define-group-parameter): Improved.
+       * gnus.el (gnus-define-group-parameter): Improve.
 
        * gnus-sum.el (charset): Define parameter.
        (ignored-charsets): Ditto.
 
 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-sum.el (gnus-summary-read-group-1): Remove
-       gnus-summary-set-local-parameters.
+       * gnus-sum.el (gnus-summary-read-group-1):
+       Remove gnus-summary-set-local-parameters.
        (gnus-summary-setup-buffer): Put it here.
 
 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
        (article-remove-leading-whitespace): New function.
        (gnus-article-make-menu-bar): Use it.
 
-       * gnus-sum.el (gnus-summary-wash-empty-map): Add
-       remove-leading-whitespace.
+       * gnus-sum.el (gnus-summary-wash-empty-map):
+       Add remove-leading-whitespace.
        (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
        because of conflict.
 
 
 2001-02-08  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
 
-       * gnus-sum.el (gnus-simplify-subject-re): Use
-       message-subject-re-regexp.
+       * gnus-sum.el (gnus-simplify-subject-re):
+       Use message-subject-re-regexp.
 
 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * nnmail.el (nnmail-expiry-target-group): Bind
-       nnmail-cache-accepted-message-ids to nil.
+       * nnmail.el (nnmail-expiry-target-group):
+       Bind nnmail-cache-accepted-message-ids to nil.
 
        * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
        coding system.
 
 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-xmas.el (gnus-xmas-article-menu-add): Add
-       gnus-article-commands-menu.
+       * gnus-xmas.el (gnus-xmas-article-menu-add):
+       Add gnus-article-commands-menu.
 
        * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
        in Emacs.
 
-       * gnus-start.el (gnus-read-descriptions-file): Use
-       gnus-group-name-charset and gnus-group-charset-alist.
+       * gnus-start.el (gnus-read-descriptions-file):
+       Use gnus-group-name-charset and gnus-group-charset-alist.
 
 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-sum.el (gnus-summary-mark-as-processable): Understand
-       active region.
+       * gnus-sum.el (gnus-summary-mark-as-processable):
+       Understand active region.
 
        * gnus-start.el (gnus-group-change-level): Remove from both
        gnus-zombie-list and gnus-killed-list.
 
 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
-       gnus-subscribe-topics.
+       * gnus-start.el (gnus-subscribe-options-newsgroup-method):
+       Add gnus-subscribe-topics.
 
        * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
 
 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-art.el (gnus-article-make-menu-bar): Make
-       gnus-article-post-menu.
+       * gnus-art.el (gnus-article-make-menu-bar):
+       Make gnus-article-post-menu.
 
        * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
 
 2001-01-31  Dave Love  <fx@gnu.org>
 
        * gnus-art.el (gnus-article-x-face-command)
-       (gnus-treat-display-xface, gnus-treat-display-smileys): Add
-       :version.
+       (gnus-treat-display-xface, gnus-treat-display-smileys):
+       Add :version.
 
 2001-01-26  Dave Love  <fx@gnu.org>
 
 
 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
 
-       * nnmail.el (nnmail-remove-list-identifiers): Improved.
+       * nnmail.el (nnmail-remove-list-identifiers): Improve.
 
 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
 
 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * message.el (message-yank-original): Understand
-       universal-argument.
+       * message.el (message-yank-original):
+       Understand universal-argument.
 
 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
 
 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-art.el (article-display-x-face): Use
-       gnus-original-article-buffer.
+       * gnus-art.el (article-display-x-face):
+       Use gnus-original-article-buffer.
 
 2001-01-15  Jack Twilley  <jmt@tbe.net>
 
        (message-make-forward-subject-function)
        (message-send-mail-function, message-reply-to-function)
        (message-wide-reply-to-function, message-followup-to-function)
-       (message-distribution-function, message-auto-save-directory): Fix
-       :type.
+       (message-distribution-function, message-auto-save-directory):
+       Fix :type.
 
        * mml.el (mml-parse-1): Frob mml-confirmation-set when
        proceeding after warnings.  Amend multipart warning message.
        compiling.
        (gnus-make-directory): Require nnmail.
 
-       * mm-decode.el (mm-inline-media-tests): Add
-       image/x-portable-bitmap.
+       * mm-decode.el (mm-inline-media-tests):
+       Add image/x-portable-bitmap.
        (mm-get-image): Grok pbm.
 
 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
 
 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * gnus-sum.el (gnus-summary-limit-include-expunged): Really
-       include the expunged articles.
+       * gnus-sum.el (gnus-summary-limit-include-expunged):
+       Really include the expunged articles.
 
        * gnus-group.el (gnus-group-sort-by-server): New function.
 
        * gnus-cite.el (gnus-article-fill-cited-article): Add a space
        after the fill prefix.
 
-       * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
+       * gnus-sum.el (gnus-summary-make-menu-bar): Remove "Enter
        score...".
 
        * gnus-art.el (gnus-ignored-headers): Hide more headers.
 
 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mm-util.el (mm-enable-multibyte): Use
-       default-enable-multibyte-characters.
+       * mm-util.el (mm-enable-multibyte):
+       Use default-enable-multibyte-characters.
        (mm-enable-multibyte-mule4): Ditto.
        (mm-disable-multibyte): Test XEmacs.
        (mm-disable-multibyte-mule4): Ditto.
-       (mm-with-unibyte-current-buffer): Simplified.
+       (mm-with-unibyte-current-buffer): Simplify.
        (mm-with-unibyte-current-buffer-mule4): Ditto.
 
 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
 2000-12-24  Simon Josefsson  <sj@extundo.com>
 
-       * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
-       mailing list junk at end of part.
+       * mm-bodies.el (mm-decode-content-transfer-encoding):
+       Preserve mailing list junk at end of part.
 
 2000-12-23  Simon Josefsson  <sj@extundo.com>
 
 
        * mml.el (gnus-ems): Don't require.
 
-       * gnus.el (gnus-decode-rfc1522): Removed.
+       * gnus.el (gnus-decode-rfc1522): Remove.
        (gnus-set-text-properties): Define.
 
 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * message.el (message-mail-user-agent): New variable.
-       (message-setup): Renamed to message-setup-1.  Support
-       mail-user-agent.
+       (message-setup): Rename to message-setup-1.
+       Support mail-user-agent.
        (message-mail-user-agent): New function.
        (message-mail): Use it.
        (message-reply): Use it.
 
 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mm-decode.el (mm-possibly-verify-or-decrypt): Use
-       mail-extract-a-c instead.  Don't depend on Gnus.
+       * mm-decode.el (mm-possibly-verify-or-decrypt):
+       Use mail-extract-a-c instead.  Don't depend on Gnus.
 
        * mml.el (gnus-ems): Require it.
 
 
 2000-11-30  Dave Love  <fx@gnu.org>
 
-       * message.el (message-auto-save-directory): Use
-       file-name-as-directory.
-       (message-set-auto-save-file-name): Create
-       message-auto-save-directory if necessary.
-       (message-replace-chars-in-string): Removed -- unused.
+       * message.el (message-auto-save-directory):
+       Use file-name-as-directory.
+       (message-set-auto-save-file-name):
+       Create message-auto-save-directory if necessary.
+       (message-replace-chars-in-string): Remove -- unused.
        (message-mail-alias-type): Customize.
        (message-headers): Remove duplicate defgroup.
 
        * uu-post.pbm, uu-decode.pbm: New files from XPMs.
 
        * mm-uu.el (uudecode): Require.
-       (uudecode-decode-region, uudecode-decode-region-external): Don't
-       autoload.
+       (uudecode-decode-region, uudecode-decode-region-external):
+       Don't autoload.
        (mm-uu-copy-to-buffer): Doc fix.
        (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
        type fix.
        (mailcap): New group.
        (mailcap-download-directory): Customize.
        (mailcap-generate-unique-filename, mailcap-binary-suffixes)
-       (mailcap-temporary-directory): Deleted (unused).
+       (mailcap-temporary-directory): Delete (unused).
        (mailcap-unescape-mime-test): Simplify slightly.
        (mailcap-viewer-passes-test): Use functionp.
        (mailcap-command-p): Aliased to executable-find.
 
        * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
        (gnus-agent-lib-file, gnus-agent-load-alist)
-       (gnus-agent-save-alist, gnus-agent-article-name): Use
-       expand-file-name.
+       (gnus-agent-save-alist, gnus-agent-article-name):
+       Use expand-file-name.
 
-       * gnus-group.el (gnus-group-name-charset-method-alist): Add
-       :version.
+       * gnus-group.el (gnus-group-name-charset-method-alist):
+       Add :version.
        (nnkiboze-score-file): Defvar when compiling.
 
        * gnus-start.el (gnus-read-newsrc-file): Add :version.
 
        * gnus-cache.el (gnus-cache-active-file): Don't use
        file-name-as-directory on directory.
-       (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
-       use file-name-as-directory on directory.
+       (gnus-cache-file-name): Use expand-file-name, not concat.
+       Don't use file-name-as-directory on directory.
 
        * time-date.el (timezone-make-date-arpa-standard): Autoload.
        (date-to-time): Use it.
        * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
        concat.
 
-       * pop3.el (pop3-version): Deleted.
+       * pop3.el (pop3-version): Delete.
        (pop3-make-date): New function, avoiding message-make-date.
        (pop3-munge-message-separator): Use it.
 
        * message.el (tool-bar-map): Defvar when compiling.
 
        * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
-       (gnus-tm-lisp-directory): Deleted.
-       (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
-       (featurep 'xemacs).
+       (gnus-tm-lisp-directory): Delete.
+       (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory):
+       Use (featurep 'xemacs).
        (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
-       (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
-       version numbers from file names.
+       (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory):
+       Remove version numbers from file names.
 
 2000-11-08  Dave Love  <fx@gnu.org>
 
 
        * rfc2047.el (base64): Require unconditionally.
        (message-posting-charset): Defvar when compiling.
-       (rfc2047-encode-message-header, rfc2047-encodable-p): Require
-       message.
+       (rfc2047-encode-message-header, rfc2047-encodable-p):
+       Require message.
 
        * gnus-sum.el (nnoo): Require.
        (mm-uu-dissect): Autoload.
 
 2000-10-09  Dave Love  <fx@gnu.org>
 
-       * mail-source.el (mail-source-fetch-imap): Bind
-       default-enable-multibyte-characters rather than using
+       * mail-source.el (mail-source-fetch-imap):
+       Bind default-enable-multibyte-characters rather than using
        mm-disable-multibyte.
 
 2000-10-05  Dave Love  <fx@gnu.org>
 
 2000-10-04  Dave Love  <fx@gnu.org>
 
-       * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
-       pbm images.
+       * smiley-ems.el (smiley-regexp-alist, smiley-update-cache):
+       Use pbm images.
 
        * frown.pbm, smile.pbm, wry.pbm: New files.
 
 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * pop3.el (pop3-movemail): Use binary.
-       (pop3-movemail-file-coding-system): Removed.
+       (pop3-movemail-file-coding-system): Remove.
 
 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
 
 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * mail-source.el (mail-source-report-new-mail): Use
-       nnheader-run-at-time.
+       * mail-source.el (mail-source-report-new-mail):
+       Use nnheader-run-at-time.
 
 2000-02-15  Andrew Innes  <andrewi@gnu.org>
 
 
 2000-12-01  Simon Josefsson  <sj@extundo.com>
 
-       * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
-       more than one certificate inside PKCS#7 blob.  Better security
+       * mml-smime.el (mml-smime-verify): Don't modify MM buffer.
+       Handle more than one certificate inside PKCS#7 blob.  Better security
        information (clamed / actual sender, openssl output, certificates
        inside message).
 
 
 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
-       ?d and ?D.
+       * gnus-art.el (gnus-mime-security-button-line-format-alist):
+       Add ?d and ?D.
        (gnus-mime-security-show-details-inline): New variable.
        (gnus-mime-security-show-details): Use them.
        (gnus-insert-mime-security-button): Ditto.
 
 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
 
-       * nnmh.el (nnmh-request-expire-articles): Implemented
-       expiry-target for nnmh backend.
+       * nnmh.el (nnmh-request-expire-articles):
+       Implemented expiry-target for nnmh backend.
 
 2000-11-30  Simon Josefsson  <sj@extundo.com>
 
 
 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-xmas.el (gnus-xmas-article-display-xface): Use
-       insert-buffer-substring.
+       * gnus-xmas.el (gnus-xmas-article-display-xface):
+       Use insert-buffer-substring.
 
        * message.el (message-send-mail): Use buffer-substring-no-properties.
        (message-send-news): Ditto.
 
        * mml-sec.el (mml-sign-alist): Update names.
        (mml-encrypt-alist): Ditto.
-       (mml-secure-part-smime-sign): Moved to mml-smime.el
+       (mml-secure-part-smime-sign): Move to mml-smime.el
        as `mml-smime-sign-query'.
-       (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
+       (mml-secure-part-smime-encrypt-by-file): Move to mml-smime.el as
        `mml-smime-get-file-cert'.
-       (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
+       (mml-secure-part-smime-encrypt-by-dns): Move to mml-smime.el as
        `mml-smime-get-dns-cert'.
-       (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
+       (mml-secure-part-smime-encrypt): Move to mml-smime.el as
        `mml-smime-encrypt-query'.
        (mml-smime-sign-buffer): Use mml-smime-sign.
        (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
        (mml-smime-sign-query):
        (mml-smime-get-file-cert):
        (mml-smime-get-dns-cert):
-       (mml-smime-encrypt-query): Moved from mml-sec.el.
+       (mml-smime-encrypt-query): Move from mml-sec.el.
 
 2000-11-16  Simon Josefsson  <sj@extundo.com>
 
 
 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * message.el (message-setup-fill-variables): Use
-       message-cite-prefix-regexp.
+       * message.el (message-setup-fill-variables):
+       Use message-cite-prefix-regexp.
        (message-newline-and-reformat): Check the end of citation, leading
        WSP, break in the cite prefix.
        (message-fill-paragraph): New function.
 
 2000-11-12  David Edmondson  <dme@dme.org>
 
-       * message.el (message-font-lock-keywords): Use
-       message-cite-prefix-regexp.
+       * message.el (message-font-lock-keywords):
+       Use message-cite-prefix-regexp.
 
 2000-11-15  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
 
 2000-11-12  David Edmondson  <dme@dme.org>
 
-       * message.el (message-cite-prefix-regexp): Moved from gnus-cite.el
+       * message.el (message-cite-prefix-regexp): Move from gnus-cite.el
        and replace `.' with `\w' to allow for different syntax tables
        (from Vladimir Volovich).
-       * message.el (message-newline-and-reformat): Use
-       `message-cite-prefix-regexp'.
-       * gnus-cite.el (gnus-supercite-regexp): Use
-       `message-cite-prefix-regexp'.
-       * gnus-cite.el (gnus-cite-parse): Use
-       `message-cite-prefix-regexp'.
+       * message.el (message-newline-and-reformat):
+       Use `message-cite-prefix-regexp'.
+       * gnus-cite.el (gnus-supercite-regexp):
+       Use `message-cite-prefix-regexp'.
+       * gnus-cite.el (gnus-cite-parse):
+       Use `message-cite-prefix-regexp'.
 
 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
 
        Verify S/MIME signature support.
 
-       * mm-decode.el (mm-inline-media-tests): Add
-       application/{x-,}pkcs7-signature.
+       * mm-decode.el (mm-inline-media-tests):
+       Add application/{x-,}pkcs7-signature.
        (mm-inlined-types): Ditto.
        (mm-automatic-display): Ditto.
        (mm-verify-function-alist): Ditto.  Add name of method.
 
        * qp.el (quoted-printable-encode-region): Replace leading - when
        ultra safe.
-       * mml.el (mml-generate-mime-postprocess-function): Removed.
-       (mml-postprocess-alist): Removed.
+       * mml.el (mml-generate-mime-postprocess-function): Remove.
+       (mml-postprocess-alist): Remove.
        (mml-generate-mime-1): Use ultra-safe when sign.
        * mml2015.el (mml2015-fix-micalg): Uppercase.
        (mml2015-verify): Insert LF.
 
 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus.el (gnus-server-browse-hashtb): Removed.
+       * gnus.el (gnus-server-browse-hashtb): Remove.
        * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
        (gnus-group-insert-group-line-info): Use simplified method.
        * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
 
 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
-       * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
+       * gnus-util.el (gnus-union): Rename from gnus-agent-union, and
        moved here.
        * gnus-agent.el (gnus-agent-fetch-headers): Use it.
        * gnus-group.el (gnus-group-prepare-flat): Use it.
 
        * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
        in buffers.
-       (mml-secure-dns-server): Removed.
-       (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
-       write certificates to files.
+       (mml-secure-dns-server): Remove.
+       (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.
+       Don't write certificates to files.
 
        * smime.el (smime-dns-server): New variable.
        (smime-mail-to-domain):
index a483a561d0616c525674f6d61692fabf61030ded..fd8ae6caa2061167853b238653cf2e437f50761c 100644 (file)
@@ -73,8 +73,8 @@
 
        * msdos.c (dos_set_window_size) [__DJGPP__ > 1]: If the frame
        dimensions changed, invalidate the mouse highlight info.
-       (disable_mouse_highlight, help_echo, previous_help_echo): New
-       variables.
+       (disable_mouse_highlight, help_echo, previous_help_echo):
+       New variables.
        (IT_set_mouse_pointer, show_mouse_face, clear_mouse_face)
        (fast_find_position, IT_note_mode_line_highlight)
        (IT_note_mouse_highlight): New functions.
@@ -89,8 +89,8 @@
        (internal_terminal_init): Initialize mouse-highlight related
        members of the_only_x_display.  Assign IT_frame_up_to_date to
        frame_up_to_date_hook.
-       (dos_rawgetc): If the mouse moved, update mouse highlight.  If
-       help_echo changed value, generate a HELP_EVENT event.
+       (dos_rawgetc): If the mouse moved, update mouse highlight.
+       If help_echo changed value, generate a HELP_EVENT event.
        (syms_of_msdos): Staticpro help_echo and previous_help_echo.
 
        * msdos.h (struct display_info): New.
        * lisp.h (GLYPH): Defined as `int', not `unsigned int'.  Now the
        lowest 8 bits are single byte character code, the bits above are
        face ID.
-       (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjusted for the change
+       (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjust for the change
        above.
        (FAST_MAKE_GLYPH, FSST_GLYPH_FACE): Likewise.
        (GLYPH_MASK_REV_DIR, GLYPH_MASK_PADDING): Macros deleted.
        level members.  Change members in union `u'.
        (GLYPH_EQUAL_P): Check also members face_id and padding_p.
        (GLYPH_CHAR_AND_FACE_EQUAL_P): New macro.
-       (SET_CHAR_GLYPH): Adjusted for the change of struct glyph.
+       (SET_CHAR_GLYPH): Adjust for the change of struct glyph.
        (CHAR_GLYPH_PADDING_P): Likewise.
        (GLYPH_FROM_CHAR_GLYPH): Likewise.  Always return -1 for multibyte
        characters.
 
-       * dispnew.c (line_hash_code, direct_output_for_insert): Adjusted
-       for the change of struct glyph.
-       (line_draw_cost): Adjusted for the change of
+       * dispnew.c (line_hash_code, direct_output_for_insert):
+       Adjust for the change of struct glyph.
+       (line_draw_cost): Adjust for the change of
        GLYPH_FROM_CHAR_GLYPH.
        (count_match): Use macro GLYPH_CHAR_AND_FACE_EQUAL_P.
 
-       * term.c (encode_terminal_code): Adjusted for the change of struct
+       * term.c (encode_terminal_code): Adjust for the change of struct
        glyph and GLYPH_FROM_CHAR_GLYPH.
-       (write_glyphs, insert_glyphs, append_glyph): Adjusted for the
+       (write_glyphs, insert_glyphs, append_glyph): Adjust for the
        change of struct glyph.
 
        * xdisp.c: All codes adjusted for the change of struct glyph.
 
 1999-12-15  Kenichi Handa  <handa@etl.go.jp>
 
-       The following changes are for the new composition mechanism.  We
-       have deleted `composition' charset and composite characters,
+       The following changes are for the new composition mechanism.
+       We have deleted `composition' charset and composite characters,
        instead introduced a special text property `composition'.
 
        * Makefile.in (INTERVAL_SRC): Include composite.h.
        (keyboard.o) (textprop.o) (intervals.o): Depend on INTERVAL_SRC.
        (composite.o): New target.
 
-       * alloc.c (Fmake_string): Adjusted for the change of CHAR_STRING.
+       * alloc.c (Fmake_string): Adjust for the change of CHAR_STRING.
 
        * callproc.c (Fcall_process): Call code_convert_string to encode
        arguments.  Use CODING_REQUIRE_DECODING to check if the process
        (Fmake_category_table): New function.
        (syms_of_category): Defsubr it.
 
-       * ccl.c (CCL_WRITE_CHAR): Adjusted for the change of CHAR_STRING.
+       * ccl.c (CCL_WRITE_CHAR): Adjust for the change of CHAR_STRING.
        (ccl_driver): Delete codes for a composite character.
 
        * charset.h: In this entry, just `Modified' means that codes for a
        (charset_composition) (MIN_CHAR_COMPOSITION)
        (MAX_CHAR_COMPOSITION) (GENERIC_COMPOSITION_CHAR)
        (COMPOSITE_CHAR_P) (MAKE_COMPOSITE_CHAR) (COMPOSITE_CHAR_ID)
-       (PARSE_COMPOSITE_SEQ) (PARSE_CHARACTER_SEQ): Deleted.
+       (PARSE_COMPOSITE_SEQ) (PARSE_CHARACTER_SEQ): Delete.
        (MAX_CHAR) (CHARSET_VALID_P) (CHARSET_DEFINED_P) (CHARSET_AT)
        (FIRST_CHARSET_AT) (SAME_CHARSET_P) (MAKE_NON_ASCII_CHAR)
        (PARSE_MULTIBYTE_SEQ) (SPLIT_NON_ASCII_CHAR) (CHAR_PRINTABLE_P):
-       Modified.
+       Modify.
        (SPLIT_STRING): Call split_string, not split_non_ascii_string.
        (CHAR_STRING): Delete WORKBUF argument.  Call char_string, not
        non_ascii_char_to_string.
        (STRING_CHAR): Call string_to_char, not string_to_non_ascii_char.
        (STRING_CHAR_AND_LENGTH): Likewise.
        (FETCH_CHAR_ADVANCE): New macro.
-       (MAX_COMPONENT_COUNT) (struct cmpchar_info): Deleted.
+       (MAX_COMPONENT_COUNT) (struct cmpchar_info): Delete.
        (MAX_MULTIBYTE_LENGTH): New macro.
-       (MAX_LENGTH_OF_MULTI_BYTE_FORM): Deleted.
+       (MAX_LENGTH_OF_MULTI_BYTE_FORM): Delete.
        (find_charset_in_str): Argument adjusted.
-       (CHAR_LEN): Modified.
+       (CHAR_LEN): Modify.
 
        * charset.c: In this entry, just `Modified' means that codes for a
        composite character is deleted.
        (Qcomposition) (leading_code_composition)
        (charset_composition) (min_composite_char) (cmpchar_table)
-       (cmpchar_table_size) (n_cmpchars): Deleted.
-       (SPLIT_COMPOSITE_SEQ): Deleted.
-       (SPLIT_MULTIBYTE_SEQ): Modified.
-       (char_to_string): Renamed from non_ascii_char_to_string.
+       (cmpchar_table_size) (n_cmpchars): Delete.
+       (SPLIT_COMPOSITE_SEQ): Delete.
+       (SPLIT_MULTIBYTE_SEQ): Modify.
+       (char_to_string): Rename from non_ascii_char_to_string.
        Modified.
-       (string_to_char): Renamed from string_to_non_ascii_char.
-       (split_string): Renamed from split_non_ascii_string.
+       (string_to_char): Rename from string_to_non_ascii_char.
+       (split_string): Rename from split_non_ascii_string.
        (char_printable_p) (Fsplit_char)
        (Ffind_charset_region) (Ffind_charset_string) (char_valid_p)
-       (char_bytes) (Fchar_width) (strwidth): Modified.
+       (char_bytes) (Fchar_width) (strwidth): Modify.
        (find_charset_in_str): Argument CMPCHARP deleted.  Modified.
-       (Fstring): Adjusted for the change of CHAR_STRING.  Modified.
+       (Fstring): Adjust for the change of CHAR_STRING.  Modified.
        (hash_string) (CMPCHAR_HASH_TABLE_SIZE) (cmpchar_hash_table)
        (CMPCHAR_HASH_SIZE) (CMPCHAR_HASH_USED) (CMPCHAR_HASH_CMPCHAR_ID)
        (str_cmpchar_id) (cmpchar_component) (Fcmpcharp)
        (Fcmpchar_component) (Fcmpchar_cmp_rule) (Fcmpchar_cmp_rule_p)
-       (Fcmpchar_cmp_count): Deleted.
+       (Fcmpchar_cmp_count): Delete.
        (Fcompose_string): Implemented by Emacs Lisp in composite.el.
-       (init_charset_once): Modified.
-       (syms_of_charset): Modified.
+       (init_charset_once): Modify.
+       (syms_of_charset): Modify.
 
-       * cmds.c (internal_self_insert): Adjusted for the change of
+       * cmds.c (internal_self_insert): Adjust for the change of
        CHAR_STRING.
 
        * coding.h (emacs_code_class_type): Delete the member
        (COMPOSING_WITH_RULE_TAIL) (COMPOSING_NO_RULE_TAIL)
        (COMPOSING_WITH_RULE_RULE) (COMPOSING_HEAD_P)
        (COMPOSING_WITH_RULE_P): Macros deleted.
-       (COMPOSITION_DATA_SIZE) (COMPOSITION_DATA_MAX_BUNCH_LENGTH): New
-       macros.
+       (COMPOSITION_DATA_SIZE) (COMPOSITION_DATA_MAX_BUNCH_LENGTH):
+       New macros.
        (struct composition_data): New structure.
        (CODING_FINISH_INSUFFICIENT_CMP): New macro.
        (struct coding_system): New members composition_rule_follows,
        EMACS_leading_code_composition to 0x80.
        (detect_coding_iso2022): Handle new composition sequence.
        (DECODE_ISO_CHARACTER): Likewise.
-       (check_composing_code): Deleted.
+       (check_composing_code): Delete.
        (coding_allocate_composition_data): New function.
        (CODING_ADD_COMPOSITION_START) (CODING_ADD_COMPOSITION_END)
        (CODING_ADD_COMPOSITION_COMPONENT) (DECODE_COMPOSITION_START)
        (ENCODE_ISO_CHARACTER): Don't check composition here.
        (ENCODE_COMPOSITION_RULE) (ENCODE_COMPOSITION_START): New macros.
        (ENCODE_COMPOSITION_NO_RULE_START)
-       (ENCODE_COMPOSITION_WITH_RULE_START): Deleted.
+       (ENCODE_COMPOSITION_WITH_RULE_START): Delete.
        (ENCODE_COMPOSITION_END): Handle new composition sequence.
        (ENCODE_COMPOSITION_FAKE_START): New macro.
        (encode_coding_iso2022): Handle new composition sequence.
        coding_system.  Enable composition only when the coding system has
        `composition' property t.
        (coding_free_composition_data) (coding_adjust_composition_offset)
-       (coding_save_composition) (coding_restore_composition): New
-       functions.
+       (coding_save_composition) (coding_restore_composition):
+       New functions.
        (code_convert_region): Call coding_save_composition for encoding
        and coding_allocate_composition_data for decoding.  Don't skip
-       ASCII characters if we handle composition on encoding.  Call
-       signal_after_change with Check_BORDER.
+       ASCII characters if we handle composition on encoding.
+       Call signal_after_change with Check_BORDER.
        (code_convert_string): Call coding_save_composition for encoding
        and coding_allocate_composition_data for decoding.  Don't skip
        ASCII characters if we handle composition on encoding.
        * dispnew.c (direct_output_forward_char): Check point moving into
        or out of a composition.  If so, give up direct method.
 
-       * doprnt.c (doprnt1): Adjusted for the change of CHAR_STRING.
+       * doprnt.c (doprnt1): Adjust for the change of CHAR_STRING.
 
-       * editfns.c (Fchar_to_string): Adjusted for the change of
+       * editfns.c (Fchar_to_string): Adjust for the change of
        CHAR_STRING.
        (general_insert_function): Likewise.
        (Finsert_char): Likewise.
 
        * emacs.c (main): Call syms_of_composite.
 
-       * fileio.c (Fsubstitute_in_file_name): Adjusted for the change of
+       * fileio.c (Fsubstitute_in_file_name): Adjust for the change of
        CHAR_STRING.
        (Finsert_file_contents): Set Vlast_coding_system_used before
        calling signal_after_change.  Call update_compositions if some
        texts are inserted..
-       (Fwrite_region): Adjusted for the change of a_write and e_write.
+       (Fwrite_region): Adjust for the change of a_write and e_write.
        (a_write): Argument changed.  Work based on character position,
        not byte position.
        (e_write): Argument changed.  Handle new way of composition.
 
        * fns.c (Flength): The length of char-table is MAX_CHAR.
-       (concat): Adjusted for the change of CHAR_STRING.
-       (Ffillarray): Adjusted for the change of CHAR_STRING.
+       (concat): Adjust for the change of CHAR_STRING.
+       (Ffillarray): Adjust for the change of CHAR_STRING.
        (Fset_char_table_default): Delete codes for a composite character.
        (hash_put): Return hash index.
 
        (Fmove_to_column): Likewise.
        (compute_motion): Likewise.
 
-       * insdel.c (copy_text): Adjusted for the change of CHAR_STRING.
+       * insdel.c (copy_text): Adjust for the change of CHAR_STRING.
        (insert_char): Likewise.
        (insert): Call update_compositions.
        (insert_and_inherit): Likewise.
        (insert_from_string_before_markers): Likewise.
        (insert_from_buffer): Likewise.
        (replace_range): Likewise.
-       (count_combining_composition): Deleted.
+       (count_combining_composition): Delete.
        (count_combining_before): Delete codes for a composite character.
        (count_combining_after): Likewise.
        (del_range_1): Call update_compositions.
        necessary.
        (adjust_point_for_property): New function.
 
-       * keymap.c (push_key_description): Adjusted for the change of
+       * keymap.c (push_key_description): Adjust for the change of
        CHAR_STRING.
        (Ftext_char_description): Likewise.
 
        * lisp.h (QCtest, QCweakness, Qequal): Extern them.
-       (hash_put): Adjusted for the change of the definition.
+       (hash_put): Adjust for the change of the definition.
        (signal_after_change): Likewise.
        (check_point_in_composition): Extern it.
 
-       * lread.c (readchar): Adjusted for the change of CHAR_STRING.
+       * lread.c (readchar): Adjust for the change of CHAR_STRING.
        Delete a code that handles an invalid too-long multibyte sequence
        because we are now sure that we never encounter with such a
        sequence.
        (init_obarray): Likewise.
        (read1): Likewise.  Adjusted for the change of CHAR_STRING.
 
-       * print.c (printchar): Adjusted for the change of CHAR_STRING.
+       * print.c (printchar): Adjust for the change of CHAR_STRING.
 
        * process.c: Include composite.h.
        (read_process_output): Call update_compositions.
 
-       * regex.c (regex_compile): Adjusted for the change of CHAR_STRING.
+       * regex.c (regex_compile): Adjust for the change of CHAR_STRING.
 
-       * search.c (search_buffer): Adjusted for the change of CHAR_STRING.
+       * search.c (search_buffer): Adjust for the change of CHAR_STRING.
 
        * syntax.h (SYNTAX_ENTRY_INT): Delete codes for a composite
        character.
        (face_before_or_after_it_pos): For composition, check face of a
        character after the composition.
        (handle_composition_prop): New function.
-       (get_next_display_element): Adjusted for the change of
+       (get_next_display_element): Adjust for the change of
        CHAR_STRING.
        (set_iterator_to_next): Handle the case that it->method ==
        next_element_from_composition.
        (next_element_from_composition): New function.
-       (message_dolog): Adjusted for the change of CHAR_STRING.
+       (message_dolog): Adjust for the change of CHAR_STRING.
        (set_message_1): Likewise.
        (check_point_in_composition): New function.
        (reconsider_clip_changes): If point moved into or out of
        composition, set b->clip_changed to 1 to force updating of the
        screen.
        (disp_char_vector): Delete codes for a composite character.
-       (decode_mode_spec_coding): Adjusted for the change of CHAR_STRING.
+       (decode_mode_spec_coding): Adjust for the change of CHAR_STRING.
 
        * xfaces.c (choose_face_fontset_font): Delete codes for a
        composite character.
        * xfns.c: Include intervals.h.
        (syms_of_xfns): Make `display' property nonsticky by default.
 
-       * xselect.c (lisp_data_to_selection_data): Adjusted for the change
+       * xselect.c (lisp_data_to_selection_data): Adjust for the change
        for find_charset_in_str.
 
        * xterm.h (struct x_output): Change member font_baseline to
        (x_draw_composite_glyph_string_foreground): New function.
        (x_draw_glyph_string_box): Check s->cmp, not s->cmpcharp.
        (x_draw_glyph_string): Handle the case of COMPOSITE_GLYPH.
-       (struct work): Deleted.
-       (x_fill_composite_glyph_string): Argument changed.  Mostly
-       rewritten for that.
+       (struct work): Delete.
+       (x_fill_composite_glyph_string): Argument changed.
+       Mostly rewritten for that.
        (x_fill_glyph_string): Don't check CHARSET_COMPOSITION.
        (BUILD_CHAR_GLYPH_STRINGS): Don't handle composition here.
        (BUILD_COMPOSITE_GLYPH_STRING): New macro.
        * frame.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
        [!MSDOS && !WINDOWSNT && !macintosh]: Moved here from xterm.h.
 
-       * xterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Moved
-       to frame.h.
+       * xterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL):
+       Move to frame.h.
 
 1999-12-09  Stefan Monnier  <monnier@cs.yale.edu>
 
        * xterm.c (#includes): Allow compilation with only Xaw.
        (xaw3d_arrow_scroll, xaw3d_pick_top): New variables.
        (xt_action_hook): Replace XAW3D by XAW.
-       (xaw3d_jump_callback): Renamed to xaw_jump_callback.
-       (xaw_jump_callback): Renamed from xaw3d_jump_callback.
+       (xaw3d_jump_callback): Rename to xaw_jump_callback.
+       (xaw_jump_callback): Rename from xaw3d_jump_callback.
        Determine epsilon dynamically and don't try to be too clever.
-       (xaw3d_scroll_callback): Renamed to xaw_scroll_callback.
-       (xaw_scroll_callback): Renamed from xaw3d_scroll_callback.
+       (xaw3d_scroll_callback): Rename to xaw_scroll_callback.
+       (xaw_scroll_callback): Rename from xaw3d_scroll_callback.
        Handle both Xaw3d with arrow-scrollbars and with Xaw-style
        scrollbar (using `ratio').
        (x_create_toolkit_scroll_bar): Try to detect which style of Xaw3d
 
 1999-12-07  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
-       * unexelf.c: Include <syms.h>, not <sym.h> on IRIX.  Removed
-       duplicate definition of ElfW.
-       (find_section): Copied from unexsgi.c.
+       * unexelf.c: Include <syms.h>, not <sym.h> on IRIX.
+       Removed duplicate definition of ElfW.
+       (find_section): Copy from unexsgi.c.
        (unexec): Use find_section.  Adjust whitespace.  Initialize
        new_data2_offset based on old_data, not sbss (this fixes a bug on
        IRIX6).  Change #ifdef __mips to __sgi, since it's IRIX-specific.
        (FRAME_PARAM_FACES, FRAME_N_PARAM_FACES, FRAME_DEFAULT_PARAM_FACE)
        (FRAME_MODE_LINE_PARAM_FACE, FRAME_COMPUTED_FACES)
        (FRAME_N_COMPUTED_FACES, FRAME_SIZE_COMPUTED_FACES)
-       (FRAME_DEFAULT_FACE, FRAME_MODE_LINE_FACE, unload_color): Remove
-       unused macro definitions.
+       (FRAME_DEFAULT_FACE, FRAME_MODE_LINE_FACE, unload_color):
+       Remove unused macro definitions.
 
        * msdos.c (IT_set_frame_parameters): Don't call
        recompute_basic_faces, the next redisplay will, anyway.
 
        * Makefile.in (lisp, shortlisp): Add lisp/term/tty-colors.elc.
 
-       * xfns.c (x_defined_color): Rename from defined_color.  All
-       callers changed.
-       (Fxw_color_defined_p): Renamed from Fx_color_defined_p;
+       * xfns.c (x_defined_color): Rename from defined_color.
+       All callers changed.
+       (Fxw_color_defined_p): Rename from Fx_color_defined_p;
        all callers changed.
-       (Fxw_color_values): Renamed from Fx_color_values; all callers
+       (Fxw_color_values): Rename from Fx_color_values; all callers
        changed.
-       (Fxw_display_color_p): Renamed from Fx_display_color_p; all
+       (Fxw_display_color_p): Rename from Fx_display_color_p; all
        callers changed.
        (x_window_to_frame, x_any_window_to_frame)
        (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
 
        * w32fns.c (x_window_to_frame): Use FRAME_W32_P instead of
        f->output_data.nothing.
-       (Fxw_color_defined_p): Renamed from Fx_color_defined_p;
+       (Fxw_color_defined_p): Rename from Fx_color_defined_p;
        all callers changed.
-       (Fxw_color_values): Renamed from Fx_color_values; all callers
+       (Fxw_color_values): Rename from Fx_color_values; all callers
        changed.
-       (Fxw_display_color_p): Renamed from Fx_display_color_p; all
+       (Fxw_display_color_p): Rename from Fx_display_color_p; all
        callers changed.
 
        * dispextern.h (tty_color_name): Add prototype.
 
 1999-12-06  Kenichi Handa  <handa@etl.go.jp>
 
-       * fileio.c (decide_coding_unwind): Renamed from
+       * fileio.c (decide_coding_unwind): Rename from
        set_auto_coding_unwind.
        (Finsert_file_contents): Make single unwind protect to call both
        Vset_auto_coding_function and Ffind_operation_coding_system.
        * regex.c (regex_compile): Recognize *?, +? and ?? as non-greedy
        operators and handle them properly.
        * regex.h (RE_ALL_GREEDY): New option.
-       (RE_UNMATCHED_RIGHT_PAREN_ORD): Moved to the end where alphabetic
+       (RE_UNMATCHED_RIGHT_PAREN_ORD): Move to the end where alphabetic
        sorting would put it.
        (RE_SYNTAX_AWK, RE_SYNTAX_GREP, RE_SYNTAX_EGREP)
        (_RE_SYNTAX_POSIX_COMMON): Use the new option to keep old behavior.
 1999-11-28  Gerd Moellmann  <gerd@gnu.org>
 
        * systime.h (EMACS_TIME_CMP, EMACS_TIME_EQ, EMACS_TIME_NE)
-       (EMACS_TIME_GT, EMACS_TIME_GE, EMACS_TIME_LT, EMACS_TIME_LE): New
-       macros.
+       (EMACS_TIME_GT, EMACS_TIME_GE, EMACS_TIME_LT, EMACS_TIME_LE):
+       New macros.
 
        * config.in (HAVE_SETITIMER, HAVE_UALARM): New.
 
 
        * puresize.h (BASE_PURESIZE): Increase to 550000.
 
-       * textprop.c (set_text_properties): New function.  Like
-       Fset_text_properties, but with additional parameter
+       * textprop.c (set_text_properties): New function.
+       Like Fset_text_properties, but with additional parameter
        SIGNAL_AFTER_CHANGE_P.  If that is nil, don't signal after
        changes.
        (Fset_text_properties): Use it.
        * fileio.c (strerror): Likewise.
        * process.c (strerror): Likewise.
        * emacs.c (strerror): Likewise.
-       (Vsystem_messages_locale): Renamed from Vmessages_locale.
+       (Vsystem_messages_locale): Rename from Vmessages_locale.
        All uses changed.
        (Vprevious_system_messages_locale): Likewise, from
        Vprevious_messages_locale.
        (FREE_RETURN_TYPE): New macro.
        (free): Return type is now FREE_RETURN_TYPE.
 
-       * lisp.h (synchronize_system_time_locale): Renamed from
+       * lisp.h (synchronize_system_time_locale): Rename from
        synchronize_time_locale.  All uses changed.
        (synchronize_system_messages_locale): Likewise, from
        synchronize_messages_locale.
 
 1999-11-10  Gerd Moellmann  <gerd@gnu.org>
 
-       * xfns.c (QCuser_data): Removed.
+       * xfns.c (QCuser_data): Remove.
        (syms_of_xfns): Initialization of QCuser_data removed.
-       (parse_image_spec): Don't handle :user-data specially.  Allow
-       unknown keys.  Remove parameter ALLOW_OTHER_KEYS.
+       (parse_image_spec): Don't handle :user-data specially.
+       Allow unknown keys.  Remove parameter ALLOW_OTHER_KEYS.
        (xbm_image_p, xbm_load, xpm_image_p, pbm_image_p, png_image_p)
-       (tiff_image_p, jpeg_image_p, gif_image_p, gs_image_p): Call
-       parse_image_spec accordingly.
+       (tiff_image_p, jpeg_image_p, gif_image_p, gs_image_p):
+       Call parse_image_spec accordingly.
 
 1999-11-09  Richard M. Stallman  <rms@gnu.org>
 
        * lisp.h: Add prototype for unmark_byte_stack.
 
        * bytecode.c (mark_byte_stack): Use XMARKBIT and XMARK.
-       (unmark_byte_stack): Renamed from relocate_byte_pcs.  Use
-       XUNMARK.
+       (unmark_byte_stack): Rename from relocate_byte_pcs.
+       Use XUNMARK.
 
        * xdisp.c (resize_mini_window): Fix computation of needed
        mini-window height.
        (byte_stack_list, mark_byte_stack, relocate_byte_pcs): New.
        (BEFORE_POTENTIAL_GC, AFTER_POTENTIAL_GC): New.
        (FETCH, PUSH, POP, DISCARD, TOP, MAYBE_GC): Rewritten.
-       (HANDLE_RELOCATION): Removed.
+       (HANDLE_RELOCATION): Remove.
        (Fbyte_code): Use byte_stack structures.
 
        * filelock.c (Ffile_locked_p): Make FILENAME a required argument.
 
 1999-11-04  Gerd Moellmann  <gerd@gnu.org>
 
-       * editfns.c (Fdelete_field): Renamed from Ferase_field.
+       * editfns.c (Fdelete_field): Rename from Ferase_field.
 
-       * minibuf.c (do_completion, Fminibuffer_complete_word): Use
-       Ferase_field instead of Fdelete_field.
+       * minibuf.c (do_completion, Fminibuffer_complete_word):
+       Use Ferase_field instead of Fdelete_field.
 
 1999-11-03  Gerd Moellmann  <gerd@gnu.org>
 
        * xfns.c (png_load) [PNG_READ_sRGB_SUPPORTED]: Put code using
        png_get_sRGB in #ifdef.
 
-       * dispnew.c (Finternal_show_cursor): Renamed from Fshow_cursor.
+       * dispnew.c (Finternal_show_cursor): Rename from Fshow_cursor.
        (syms_of_display): Use the new name.
 
        * textprop.c (verify_interval_modification): Signal text-read-only
 
 1999-10-27  Richard M. Stallman  <rms@gnu.org>
 
-       * data.c (Qad_activate_internal): Renamed from Qad_activate.
+       * data.c (Qad_activate_internal): Rename from Qad_activate.
        (Ffset): Call Qad_activate_internal.
        (syms_of_data): Initialize Qad_activate_internal.
 
        * editfns.c: Include coding.h.
        (emacs_strftime): Remove decl.
        (emacs_strftimeu): New decl.
-       (emacs_memftimeu): Renamed from emacs_memftime; new arg UT.
+       (emacs_memftimeu): Rename from emacs_memftime; new arg UT.
        Use emacs_strftimeu instead of emacs_strftime.
        (Fformat_time_string): Convert format string using
        Vlocale_coding_system, and convert result back.  Synchronize time
-       locale before invoking lower level function.  Invoke
-       emacs_memftimeu, passing ut, instead of emacs_memftime.
+       locale before invoking lower level function.
+       Invoke emacs_memftimeu, passing ut, instead of emacs_memftime.
 
        * emacs.c: Include <locale.h> if HAVE_SETLOCALE is defined.
        (Vmessages_locale, Vprevious_messages_locale, Vtime_locale)
        (main): Invoke setlocale early, so that initial error messages are
        localized properly.  But skip locale-setting if LC_ALL is "C".
        Fix up locale when it's safe to do so.
-       (fixup_locale): Moved here from xterm.c.
+       (fixup_locale): Move here from xterm.c.
        (synchronize_locale, synchronize_time_locale)
        (synchronize_messages_locale): New functions.
        (syms_of_emacs): Accommodate above changes.
 
        * lread.c (file_offset, file_tell): New macros.  All uses of ftell
        changed to file_tell.
-       (saved_doc_string_position, prev_saved_doc_string_position): Now
-       of type file_offset.
+       (saved_doc_string_position, prev_saved_doc_string_position):
+       Now of type file_offset.
        (init_lread): Do not fix locale here; fixup_locale now does this.
 
        * m/amdahl.h, s/usg5-4.h:
        (emacs_open, emacs_close, emacs_read, emacs_write): Always define;
        the old INTERRUPTIBLE_OPEN, INTERRUPTIBLE_CLOSE, and INTERRUPTIBLE_IO
        macros are no longer used.
-       (emacs_open): Renamed from sys_open.  Merge BSD4_1 version.
-       (emacs_close): Renamed from sys_close.
-       (emacs_read): Renamed from sys_read.
-       (emacs_write): Renamed from sys_write.
+       (emacs_open): Rename from sys_open.  Merge BSD4_1 version.
+       (emacs_close): Rename from sys_close.
+       (emacs_read): Rename from sys_read.
+       (emacs_write): Rename from sys_write.
        (sys_siglist): Do not declare if HAVE_STRSIGNAL.
        (dup2): Do not print error on failure; the real dup2 doesn't.
        (strsignal): New function, defined if !HAVE_STRSIGNAL.
 1999-10-18  Kenichi Handa  <handa@etl.go.jp>
 
        * coding.c (code_convert_string): Add record_unwind_protect to
-       assure setting inhibit_pre_post_conversion back to zero.  Take
-       care of the multibyteness of the working buffer.
+       assure setting inhibit_pre_post_conversion back to zero.
+       Take care of the multibyteness of the working buffer.
 
        * coding.c (inhibit_pre_post_conversion): New variable.
        (setup_coding_system): If inhibit_pre_post_conversion is nonzero,
        * minibuf.c (Fminibuffer_complete_and_exit): Supply value for new
        ESCAPE_FROM_EDGE parameter to Ffield_beginning.
 
-       * editfns.c (text_property_eq, text_property_stickiness): Don't
-       use initializers for auto variables of type Lisp_Object.
+       * editfns.c (text_property_eq, text_property_stickiness):
+       Don't use initializers for auto variables of type Lisp_Object.
        (find_field): Likewise.  Use braces around nested ifs.
        (Fline_end_position): Store the raw eol in a variable, so that the
        final expression doesn't look so ugly.
        (Fconstrain_to_field): Doc fix.
-       (preceding_pos): Renamed from `preceeding_pos'.
+       (preceding_pos): Rename from `preceeding_pos'.
        (text_property_stickiness, find_field): Call preceding_pos,
        not preceeding_pos.
 
        * syntax.c (Fforward_word): Supply new ESCAPE_FROM_EDGE parameter
        to Fconstrain_to_field.
 
-       * minibuf.c (Fminibuffer_complete_word): Use
-       Ffield_beginning to find the prompt end.
+       * minibuf.c (Fminibuffer_complete_word):
+       Use Ffield_beginning to find the prompt end.
 
 1999-10-17  Miles Bader  <miles@gnu.org>
 
 1999-10-16  Gerd Moellmann  <gerd@gnu.org>
 
        * window.c (enum save_restore_action): New.
-       (save_restore_orig_size): Change parameter list.  Add
-       functionality to check for valid orig_top and orig_height members
+       (save_restore_orig_size): Change parameter list.
+       Add functionality to check for valid orig_top and orig_height members
        in a window tree.
        (grow_mini_window): Call save_restore_orig_size with new parameter
        list.
        (Finternal_set_lisp_face_attribute): Ditto.
        (Fpixmap_spec_p): Rewritten.  Extend doc string.
 
-       * xmenu.c (set_frame_menubar, xmenu_show): Call
-       x_set_menu_resources_from_menu_face.
+       * xmenu.c (set_frame_menubar, xmenu_show):
+       Call x_set_menu_resources_from_menu_face.
 
        * dispextern.h (enum face_id): Add MENU_FACE_ID.
        (toplevel): Include X11/Intrinsic.h.
 
 1999-09-29  Gerd Moellmann  <gerd@gnu.org>
 
-       * editfns.c (Fpropertize): Renamed from Fproperties.
+       * editfns.c (Fpropertize): Rename from Fproperties.
 
 1999-09-29  Gerd Moellmann  <gerd@gnu.org>
 
 
        * textprop.c (next_single_char_property_change): New.
 
-       * xdisp.c (display_prop_end, invisible_text_between_p): Use
-       next_single_char_property_change.
+       * xdisp.c (display_prop_end, invisible_text_between_p):
+       Use next_single_char_property_change.
 
 1999-09-25  Gerd Moellmann  <gerd@gnu.org>
 
 
        * xfaces.c (add_to_log): Move to xdisp.c.
 
-       * xdisp.c (add_to_log): Moved from xfaces.c.  Remove frame
+       * xdisp.c (add_to_log): Move from xfaces.c.  Remove frame
        parameter.
 
 1999-09-23  Gerd Moellmann  <gerd@gnu.org>
        (grow_mini_window, shrink_mini_window): New.
        (make_window, replace_window): Initialize orig_top and
        orig_height.
-       (enlarge_window): Renamed from change_window_height.  Make it
+       (enlarge_window): Rename from change_window_height.  Make it
        static.
-       (Fdisplay_buffer, Fenlage_window, Fshrink_window): Call
-       enlarge_window instead of change_window_height.
+       (Fdisplay_buffer, Fenlage_window, Fshrink_window):
+       Call enlarge_window instead of change_window_height.
 
        * window.h (struct window): New members orig_top, orig_height.
        (toplevel): Add prototypes for grow_mini_window and
 
        * xdisp.c (compute_window_start_on_continuation_line): Handle case
        that window start is out of range.
-       (handle_display_prop, handle_single_display_prop): Replace
-       marginal area specifications like `left-margin' with `(margin
+       (handle_display_prop, handle_single_display_prop):
+       Replace marginal area specifications like `left-margin' with `(margin
        left-margin)'.
        (Qmargin): New.
        (syms_of_xdisp): Initialize Qmargin.
        (Fopen_network_stream, create_process): Add parentheses to
        conditional expressions.
        (create_process): Put declaration of sigchld in #if 0.
-       (Fopen_network_stream): Removed unused variables.
+       (Fopen_network_stream): Remove unused variables.
        (Fopen_network_stream, wait_reading_process_input)
        (wait_reading_process_input, send_process, send_process): Ditto.
        (toplevel): Add prototypes for set_waiting_for_input and
 
        * buffer.h: Add prototype for r_re_alloc.
 
-       * insdel.c (copy_text): Removed unused variables.
+       * insdel.c (copy_text): Remove unused variables.
        (count_combining_after, count_combining_after, insert_1_both)
        (insert_from_string_1, insert_from_buffer_1, check_markers): Ditto.
        (adjust_after_replace, replace_range): Add parentheses to logical
        * xdisp.c (resize_mini_window): Don't report changed window
        height if it actually hasn't changed.
 
-       * widget.c (set_frame_size, EmacsFrameSetCharSize): Remove
-       unused variables.
+       * widget.c (set_frame_size, EmacsFrameSetCharSize):
+       Remove unused variables.
        (mark_shell_size_user_specified): Put in #if 0 because not used.
        (create_frame_gcs): Put in #if 0 because currently unused.
        (first_frame_p): Ditto.
        (free_frame_menubar, xmenu_show, xdialog_show): Remove unused
        variables.
 
-       * print.c (PRINTFULLP): Removed because it is no longer used and
+       * print.c (PRINTFULLP): Remove because it is no longer used and
        is misleading.
        (Ferror_message_string): Remove unused variables.
        (print_object): Cast argument of sprintf to long for `%ld'
 
        * xterm.c (XTcursor_to): Change for Lisp_Object selected_frame.
        (x_clear_frame, XTring_bell, XTmouse_position, XTread_socket): Ditto.
-       (XRINGBELL): Removed.
+       (XRINGBELL): Remove.
 
 1999-09-13  Dave Love  <fx@gnu.org>
 
 
 1999-09-13  Gerd Moellmann  <gerd@delysid.gnu.org>
 
-       * xfns.c (QCfile): Moved to xdisp.c.
+       * xfns.c (QCfile): Move to xdisp.c.
        (syms_of_xfns): Don't initialize QCfile.
        (check_x_frame): Change for Lisp_Object selected_frame.
        (check_x_display_info, x_get_resource_string): Ditto.
        * minibuf.c (choose_minibuf_frame): Don't try to set the
        mini-buffer window's buffer, if the buffer is invalid.
 
-       * xfns.c (QCfile): Moved to xdisp.c.
+       * xfns.c (QCfile): Move to xdisp.c.
        (syms_of_xfns): Don't initialize QCfile.
 
        * xdisp.c (QCfile): Move here from xfns.c.
 
        * xterm.c (XTcursor_to): Change for Lisp_Object selected_frame.
        (x_clear_frame, XTring_bell, XTmouse_position, XTread_socket): Ditto.
-       (XRINGBELL): Removed.
+       (XRINGBELL): Remove.
 
        * window.c (Fminibuffer_window): Change for Lisp_Object
        selected_frame.
        * keyboard.c (command_loop_1): Resize mini-window to the
        exact size of a message displayed, if any.
 
-       * xdisp.c (resize_mini_window): Add parameter exact_p.  Resize
-       to exact size if exact_p is non-zero.
+       * xdisp.c (resize_mini_window): Add parameter exact_p.
+       Resize to exact size if exact_p is non-zero.
        (display_echo_area_1): Call resize_mini_window with
        new parameter.
        (redisplay_internal): Ditto.
        (Fkill_buffer): Ditto.
        (Ferase_buffer): Ditto.
 
-       * buffer.h (prompt_end_charpos): Replaces
-       minibuffer_prompt_length.
+       * buffer.h (prompt_end_charpos):
+       Replaces minibuffer_prompt_length.
 
        * minibuf.c (read_minibuf): Return mini-buffer contents
        without the prompt.
        (x_load_font, x_find_ccl_program, x_term_init, x_delete_display):
        Likewise.
 
-       * alloc.c (make_float, make_pure_float, Fpurecopy): Use
-       XFLOAT_DATA.
+       * alloc.c (make_float, make_pure_float, Fpurecopy):
+       Use XFLOAT_DATA.
        * bytecode.c (Fbyte_code): Likewise.
        * floatfns.c (extract_float, Fexpt, Fabs, rounding_driver)
        (fmod_float): Likewise.
 1999-09-10  Keisuke Nishida  <kxn30@po.cwru.edu>
 
        * print.c: Support print-circle and related features.
-       (Vprint_gensym_alist): Removed.
+       (Vprint_gensym_alist): Remove.
        (Vprint_circle, Vprint_continuous_numbering, print_number_index)
        (Vprint_number_table): New variables.
        (PRINT_NUMBER_OBJECT, PRINT_NUMBER_STATUS): New macros.
 
 1999-09-07  Gerd Moellmann  <gerd@gnu.org>
 
-       * xfns.c (x_set_foreground_color): Call
-       update_face_from_frame_parameter.
+       * xfns.c (x_set_foreground_color):
+       Call update_face_from_frame_parameter.
        (x_set_background_color): Ditto.
        (x_set_mouse_color): Ditto.
        (x_set_cursor_color): Ditto.
        (Fset_window_start): Ditto.
 
        * xdisp.c (Vresize_mini_config, resize_mini_frame)
-       (resize_mini_initial_height): Removed.
+       (resize_mini_initial_height): Remove.
        (syms_of_xdisp): Remove references to these variables.
        (resize_mini_window): Don't save window configuration, freeze
        window starts instead.  Enlarge window until displaying an empty
 
        * xterm.c (x_scroll_bar_create): Don't clear under scroll bar
        here.
-       (XTset_vertical_scroll_bar): Clarify position computations.  Clear
-       under newly created scroll bar.  Put toolkit scroll bars in the
+       (XTset_vertical_scroll_bar): Clarify position computations.
+       Clear under newly created scroll bar.  Put toolkit scroll bars in the
        middle of the area reserved for the scroll bar.
 
 1999-09-03  Kenichi Handa  <handa@etl.go.jp>
 
        The following changes are for the new handling of multibyte
        sequence.  Now, except for a composite character, no multibyte
-       character in string/buffer has trailing garbage bytes.  For
-       instance, the length of string "\201\300\300" is now 2, the first
+       character in string/buffer has trailing garbage bytes.
+       For instance, the length of string "\201\300\300" is now 2, the first
        character is Latin-1 A-grave, the second is raw \300.
 
        * charset.h (MAKE_NON_ASCII_CHAR): Handle the case that C1 or C2
        (PARSE_CHARACTER_SEQ): New macro.
        (PARSE_MULTIBYTE_SEQ): New macro.
        (CHAR_PRINTABLE_P): New macro.
-       (STRING_CHAR): Adjusted for the change of string_to_non_ascii_char.
+       (STRING_CHAR): Adjust for the change of string_to_non_ascii_char.
        (STRING_CHAR_AND_LENGTH): Likewise.
        (STRING_CHAR_AND_CHAR_LENGTH): Define it as STRING_CHAR_AND_LENGTH.
        (INC_POS): Use the macro PARSE_MULTIBYTE_SEQ.
 
        * insdel.c (count_combining_composition): New function.
        (count_combining_before): Adjust the way to check byte-combining
-       possibility for the new handling of multibyte sequence.  Call
-       count_combining_composition for a composite character.
+       possibility for the new handling of multibyte sequence.
+       Call count_combining_composition for a composite character.
        (count_combining_after): Likewise.
 
        * print.c (print_string): Use the macro STRING_CHAR_AND_LENGTH.
        (window_box_left): Use FRAME_LEFT_FLAGS_AREA_WIDTH instead of
        FRAME_FLAGS_AREA_WIDTH.
 
-       * window.c (coordinates_in_window): Use
-       FRAME_LEFT_FLAGS_AREA_WIDTH instead of FRAME_FLAGS_AREA_WIDTH.
+       * window.c (coordinates_in_window):
+       Use FRAME_LEFT_FLAGS_AREA_WIDTH instead of FRAME_FLAGS_AREA_WIDTH.
        (window_internal_width): Subtract FRAME_FLAGS_AREA_WIDTH once
        instead of twice.
 
        * dispnew.c (mode_line_string): Add FRAME_LEFT_FLAGS_AREA_WIDTH
        instead of FRAME_FLAGS_AREA_WIDTH.
 
-       * dispextern.h (WINDOW_DISPLAY_PIXEL_WIDTH): Subtract
-       FRAME_FLAGS_AREA_COLS once.
-       (WINDOW_DISPLAY_LEFT_EDGE_PIXEL_X): Add
-       FRAME_LEFT_FLAGS_AREA_WIDTH instead of FRAME_FLAGS_AREA_WIDTH.
+       * dispextern.h (WINDOW_DISPLAY_PIXEL_WIDTH):
+       Subtract FRAME_FLAGS_AREA_COLS once.
+       (WINDOW_DISPLAY_LEFT_EDGE_PIXEL_X):
+       Add FRAME_LEFT_FLAGS_AREA_WIDTH instead of FRAME_FLAGS_AREA_WIDTH.
 
 1999-08-30  Gerd Moellmann  <gerd@gnu.org>
 
-       * s/freebsd.h (C_SWITCH_SYSTEM): Added to let configure find headers
+       * s/freebsd.h (C_SWITCH_SYSTEM): Add to let configure find headers
        in /usr/X11R6/include which are checked for with AC_CHECK_HEADER.
 
 1999-08-30  Gerd Moellmann  <gerd@gnu.org>
 
 1999-08-28  Ken Raeburn  <raeburn@gnu.org>
 
-       * lisp.h (struct Lisp_Cons, XCAR, XCDR, struct Lisp_Float): Change
-       names of structure elements if HIDE_LISP_IMPLEMENTATION is
+       * lisp.h (struct Lisp_Cons, XCAR, XCDR, struct Lisp_Float):
+       Change names of structure elements if HIDE_LISP_IMPLEMENTATION is
        defined, to help detect code that uses knowledge of the Lisp
        internals that it shouldn't have.
        (XFLOAT_DATA): New macro.
 
 1999-08-22  Gerd Moellmann  <gerd@gnu.org>
 
-       * xdisp.c (unwind_with_echo_area_buffer): Use
-       set_buffer_internal_1 instead of set_buffer_internal.
+       * xdisp.c (unwind_with_echo_area_buffer):
+       Use set_buffer_internal_1 instead of set_buffer_internal.
        (with_echo_area_buffer): Ditto.
 
        * buffer.c (set_buffer_internal): Set windows_or_buffers_changed
        (mark_window_display_accurate, redisplay_internal): Set current
        matrix' buffer, begv, zv.
 
-       * window.c (Fset_window_hscroll): Set
-       prevent_redisplay_optimizations_p instead of clip_changed.
+       * window.c (Fset_window_hscroll):
+       Set prevent_redisplay_optimizations_p instead of clip_changed.
        (Fset_window_hscroll): Ditto.
        (temp_output_buffer_show): Ditto.
        (Fset_window_vscroll): Ditto.
        unchanged_modified, overlay_unchanged_modified.
 
        * window.h (beg_unchanged, end_unchanged, unchanged_modified)
-       (overlay_unchanged_modified): Removed.
+       (overlay_unchanged_modified): Remove.
        (with_echo_area_unwind_data): Don't save beg/end_unchanged.
        (unwind_with_echo_area_buffer): Don't restore them.
        (debug_beg_unchanged, debug_end_unchanged) [GLYPH_DEBUG]: Removed.
 
        * lisp.h: Add prototype for copy_hash_table and Fcopy_hash_table.
 
-       * fns.c (Qkey, Qvalue): Renamed from Qkey_weak, and Qvalue_weak.
-       (Qkey_value_weak): Removed.
+       * fns.c (Qkey, Qvalue): Rename from Qkey_weak, and Qvalue_weak.
+       (Qkey_value_weak): Remove.
        (make_hash_table): Use nil, `key', `value', t for weakness.
        (Fmake_hash_table): Ditto.
        (copy_hash_table): New.
        * fns.c (hash_lookup): Test with EQ before calling key comparison
        function.
        (hash_remove): Ditto.
-       (cmpfn_eq): Removed.
+       (cmpfn_eq): Remove.
        (cmpfn_eql): Don't test with EQ.
        (cmpfn_equal): Ditto.
        (make_hash_table): Set comparison function for `eq' to null.
        * buffer.c, cmds.c, editfns.c, indent.c, insdel.c, buffer.h:
        Remove conditional compilation on NO_PROMPT_IN_BUFFER.
 
-       * dispextern.h (NO_PROMPT_IN_BUFFER): Removed.
+       * dispextern.h (NO_PROMPT_IN_BUFFER): Remove.
 
        * window.c, widget.c, process.c, keyboard.c, frame.c, xdisp.c,
        xterm.c: Call change_frame_size and do_pending_window_change with
        NO_PROMPT_IN_BUFFER.
 
        * minibuf.c (Fminibuffer_prompt_end): New.
-       (syms_of_minibuf): Defsubr it.  Remove
-       minibuffer-prompt-in-buffer.
+       (syms_of_minibuf): Defsubr it.
+       Remove minibuffer-prompt-in-buffer.
        (Fminibuffer_prompt_width): Return 0 if not in mini-buffer.
        Extend documentation.
 
 
 1999-08-21  Gerd Moellmann  <gerd@gnu.org>
 
-       * xdisp.c (minibuffer_scroll_overlap): Removed because not used
+       * xdisp.c (minibuffer_scroll_overlap): Remove because not used
        anywhere.
        (unwind_redisplay): Return nil.
        (clear_garbaged_frames): New.
        * xdisp.c (echo_area_glyphs, echo_area_message)
        (echo_area_glyphs_length, previous_echo_glyphs)
        (previous_echo_area_message, previous_echo_area_glyphs_length):
-       Removed.
+       Remove.
        (Vmessage_stack, echo_area_buffer, echo_buffer)
        (display_last_displayed_message_p, Vwith_echo_area_save_vector): New.
        (message2_nolog): Use set_message and clear_message.
        Remove initialization of removed variables.
        (init_xdisp): Remove references to removed variables.
 
-       * dispnew.c (adjust_frame_message_buffer): Removed references
+       * dispnew.c (adjust_frame_message_buffer): Remove references
        to echo_area_glyphs and previous_echo_glyphs.
        (direct_output_for_insert): Check for mini-window displaying
        echo area message differently.
        longer used in that way.
        (PRINTDECLARE): Add multibyte.
        (PRINTPREPARE, PRINTFINISH): Handle printcharfun t differently.
-       (printbufidx): Removed.
+       (printbufidx): Remove.
        (printchar, strout): Rewritten.
 
        * keyboard.c (ok_to_echo_at_next_pause): Make it a pointer to
 
 1999-08-19  Gerd Moellmann  <gerd@gnu.org>
 
-       * xterm.c (XTset_vertical_scroll_bar): Fix previous change.  Clear
-       under scroll bar with width FRAME_SCROLL_BAR_COLS.
+       * xterm.c (XTset_vertical_scroll_bar): Fix previous change.
+       Clear under scroll bar with width FRAME_SCROLL_BAR_COLS.
 
 1999-08-18  Dave Love  <fx@gnu.org>
 
 
        * xfns.c (x_window) [USE_X_TOOLKIT]: Remove test for
        FRAME_X_WINDOW (f) being null at the of the function.  If widgets
-       cannot be created we will already have crashed earlier.  Call
-       lw_set_main_areas with a null menu-bar widget, so that we have
+       cannot be created we will already have crashed earlier.
+       Call lw_set_main_areas with a null menu-bar widget, so that we have
        a reasonable default.
        (Fx_create_frame): Rearranged so that Lisp errors during frame
        initialization cause less damage.  Initialize menu bar widget
 1999-08-17  Gerd Moellmann  <gerd@gnu.org>
 
        * window.c (Fcoordinates_in_window_p): Return `left-bitmap-area'
-       and `right-bitmap-area' if position is in the bitmap areas.  This
-       avoids an error when clicking on the bitmap areas.  Instead, they
+       and `right-bitmap-area' if position is in the bitmap areas.
+       This avoids an error when clicking on the bitmap areas.  Instead, they
        are currently treated like clicks inside the window.
        (coordinates_in_window): Return 5 and 6 for bitmap areas.
        (Qleft_bitmap_area, Qright_bitmap_area): New.
        * dispextern.h (struct it): Remove member
        show_trailing_whitespace_p.
 
-       * dispnew.c (direct_output_for_insert): Use
-       Vshow_trailing_whitespace instead of former iterator member
+       * dispnew.c (direct_output_for_insert):
+       Use Vshow_trailing_whitespace instead of former iterator member
        show_trailing_whitespace_p.
        (direct_output_forward_char): Don't do it if highlighting
        trailing whitespace.
 
-       * xdisp.c (Qshow_trailing_whitespace): Removed.
-       (Vshow_trailing_whitespace): Added.
+       * xdisp.c (Qshow_trailing_whitespace): Remove.
+       (Vshow_trailing_whitespace): Add.
        (init_iterator): Remove initialization code for
        show_trailing_whitespace_p.
        (redisplay_internal): Don't try cursor movement in this_line
 
        * window.c (Fpos_visible_in_window_p): Rewritten.
 
-       * xfaces.c (add_to_log): Renamed from display_message.
+       * xfaces.c (add_to_log): Rename from display_message.
        Don't display messages in echo area.
 
        * xterm.c (x_draw_glyph_string_box): Use the background width
 
 1999-08-13  Gerd Moellmann  <gerd@gnu.org>
 
-       * window.c (MINSIZE): Removed.
+       * window.c (MINSIZE): Remove.
        (window_min_size): New.
        (set_window_height): Use window_min_size.
        (change_window_height): Ditto.
 
        * dispextern.h (MATRIX_ROW_OVERLAPPING_P): New.
 
-       * dispextern.h (struct redisplay_interface): Add
-       fix_overlapping_area.
+       * dispextern.h (struct redisplay_interface):
+       Add fix_overlapping_area.
 
        * xterm.c (x_append_glyph): Set glyph flag overlaps_vertically_p.
 
 
 1999-08-03  Tom Breton  <tob@world.std.com>
 
-       * lread.c (read1): Added circular reading code to #N=.
+       * lread.c (read1): Add circular reading code to #N=.
        (SUBSTITUTE): New macro.
        (seen_list): New variable.
        (substitute_object_in_subtree): New function.
        * ccl.c (ccl_driver) <CCL_Call>: Now CCL program ID to call may be
        stored in the following CCL code.  Adjusted for the change of
        Vccl_program_table.
-       (resolve_symbol_ccl_program): Adjusted for the new style of
+       (resolve_symbol_ccl_program): Adjust for the new style of
        embedded symbols (SYMBOL . PROP) in CCL compiled code.   Return Qt
        is resolving failed.
        (ccl_get_compiled_code): New function.
        (Fccl_execute): Get compiled CCL code by just calling
        setup_ccl_program.
        (Fccl_execute_on_string): Likewise.
-       (Fregister_ccl_program): Adjusted for the change of
+       (Fregister_ccl_program): Adjust for the change of
        Vccl_program_table.
 
        * coding.c (setup_coding_system): Get compiled CCL code by just
        * xrdb.c (x_load_resources): Set double-click time defaults
        for Motif list boxes from double-click-time.
 
-       * fns.c (Vhash_table_tests): Removed.
+       * fns.c (Vhash_table_tests): Remove.
        (Qhash_table_test): New.
        (syms_of_fns): Initialize Qhash_table_test.
        (Fmake_hash_table): Look up user-defined tests in symbol prop
 
 1999-07-16  Gerd Moellmann  <gerd@gnu.org>
 
-       * frame.h (FRAME_WINDOW_REDISPLAY_P): Removed.  Use FRAME_WINDOW_P
+       * frame.h (FRAME_WINDOW_REDISPLAY_P): Remove.  Use FRAME_WINDOW_P
        instead.
 
        * fns.c (cmpfn_eq): Add hash code parameters.
 
 1999-07-15  Gerd Moellmann  <gerd@gnu.org>
 
-       * lisp.h (DEFAULT_REHASH_THRESHOLD): Changed to 0.8.
+       * lisp.h (DEFAULT_REHASH_THRESHOLD): Change to 0.8.
 
        * fns.c (maybe_resize_hash_table): Correct computation of
        index vector size.
        (survives_gc_p): Make it externally visible.
        (mark_object): Ditto.
 
-       * fns.c (remove_hash_entry): Removed.
+       * fns.c (remove_hash_entry): Remove.
        (sweep_weak_hash_tables): New.
 
        * print.c (print): Print more information about hash tables.
 
-       * xfns.c (image_spec_hash): Removed.
+       * xfns.c (image_spec_hash): Remove.
        (lookup_image): Use sxhash instead of image_spec_hash.
-       (image_spec_equal_p): Removed.
+       (image_spec_equal_p): Remove.
        (lookup_image): Use Fequal instead of image_spec_equal_p.
 
 1999-07-14  Gerd Moellmann  <gerd@gnu.org>
 
-       * lisp.h (P_): Moved to top of file.
+       * lisp.h (P_): Move to top of file.
 
        * fns.c (make_hash_table): Set new members.
 
        * lisp.h (struct Lisp_Hash_Table): Add user_cmp_function,
        user_hash_function, cmpfn, and hashfn.
 
-       * fns.c (build_hash): Removed.
-       (hash_test): Removed.
+       * fns.c (build_hash): Remove.
+       (hash_test): Remove.
        (cmpfn_eq, cmpfn_eql, cmpfn_equal, cmpfn_user_defined): New.
        (hashfn_eq, hashfn_eql, hashfn_equal, hashfn_user_defined): New.
 
        properties.
        (handle_single_display_prop): Handle some display property
        forms for terminal frames.
-       (Qimage): Moved here from xfns.c.
+       (Qimage): Move here from xfns.c.
 
        * dispextern.h (struct it): New field string_from_display_prop_p.
 
 
 1999-07-05  Gerd Moellmann  <gerd@gnu.org>
 
-       * term.c (TS_cursor_visible): Renamed from TS_visual_mode.
-       (TS_cursor_normal): Renamed from TS_end_visual_mode.
+       * term.c (TS_cursor_visible): Rename from TS_visual_mode.
+       (TS_cursor_normal): Rename from TS_end_visual_mode.
        (TS_cursor_invisible): New.
        (term_init): Initialize TS_cursor_invisible.
        (tty_hide_cursor): New.
 
 1999-07-02  Gerd Moellmann  <gerd@gnu.org>
 
-       * dispextern.h (HSCROLL_WINDOWS): Removed.
+       * dispextern.h (HSCROLL_WINDOWS): Remove.
 
        * xdisp.c (mark_window_display_accurate): Don't set
        w->region_showing.
        up when cursor is partially visible, make it fully visible.
        (mark_window_display_accurate): Some cleanup.  Record window's
        last cursor information.
-       (debug_method_add): Improved.
+       (debug_method_add): Improve.
        (redisplay_internal): Record last cursor info only if not
        consider_all_windows_p.
 
        * dispnew.c (update_window): Update top line after scrolling.
-       (blank_row): Renamed from make_empty_enabled_row.
+       (blank_row): Rename from make_empty_enabled_row.
        (increment_glyph_row_buffer_positions): Increment positions
        in buffers, only.
 
        * dispextern.h (struct glyph_matrix): Add member window_vscroll.
 
        * xdisp.c (debug_method_add): New.
-       (debug_redisplay_method): Removed.
+       (debug_redisplay_method): Remove.
        (try_window_reusing_current_matrix): Handle case where old
        window start is the same as new window start.
 
        (CURRENT_TOP_LINE_HEIGHT): New.
        (DESIRED_TOP_LINE_HEIGHT): New.
        (WINDOW_DISPLAY_TOP_LINE_HEIGHT): New.
-       (WINDOW_DISPLAY_HEIGHT_NO_MODE_LINE): Replaces
-       WINDOW_DISPLAY_TEXT_AREA_PIXEL_HEIGHT.
+       (WINDOW_DISPLAY_HEIGHT_NO_MODE_LINE):
+       Replaces WINDOW_DISPLAY_TEXT_AREA_PIXEL_HEIGHT.
        (WINDOW_DISPLAY_TEXT_HEIGHT): New.
 
        * xterm.c (x_after_update_window_line): Don't draw bitmaps for top
        x_frame_mode_line_height.
        (x_get_glyph_string_clip_rect): Take top line into account.
        (x_clear_end_of_line): Ditto.
-       (note_mode_line_highlight): Add parameter mode_line_p.  Handle
-       top lines.
+       (note_mode_line_highlight): Add parameter mode_line_p.
+       Handle top lines.
        (note_mouse_highlight): Call note_mode_line_highlight for top lines.
        (x_erase_phys_cursor): Take top line into account.
 
 
        * xterm.c (x_frame_mode_line_height): Add parameter face_id.
 
-       * term.c (estimate_mode_line_height): Renamed from
+       * term.c (estimate_mode_line_height): Rename from
        frame_mode_line_height.  Add parameter face_id.
-       (estimate_mode_line_height_hook): Renamed from
+       (estimate_mode_line_height_hook): Rename from
        frame_mode_line_height_hook.
-       (produce_special_glyphs_hook): Removed.
-       (produce_glyphs_hook): Removed.
+       (produce_special_glyphs_hook): Remove.
+       (produce_glyphs_hook): Remove.
 
 1999-06-23  Gerd Moellmann  <gerd@gnu.org>
 
 
        * buffer.h: Add top_line_format.
 
-       * xdisp.c (overlay_arrow_changed_p): Removed because not used.
+       * xdisp.c (overlay_arrow_changed_p): Remove because not used.
 
 1999-06-17  Dave Love  <fx@gnu.org>
 
 
        * Makefile.in (LIBGIF): Use libungif.
 
-       * xdisp.c (compute_window_start_on_continuation_line): Don't
-       do it if line start is too far away from window start.
+       * xdisp.c (compute_window_start_on_continuation_line):
+       Don't do it if line start is too far away from window start.
 
 1999-06-14  Gerd Moellmann  <gerd@gnu.org>
 
        * xfaces.c (SCALABLE_FONTS): Define this to enable scalable
        font support.
        (Vscalable_fonts_allowed) [SCALABLE_FONTS]: New.
-       (x_face_list_fonts): Add parameter scalable_fonts_p.  Handle
-       scalable fonts depending on the setting of SCALABLE_FONTS.
+       (x_face_list_fonts): Add parameter scalable_fonts_p.
+       Handle scalable fonts depending on the setting of SCALABLE_FONTS.
        (first_font_matching): List more than one font to find the
        first non-scalable matching font.
        (sorted_font_list): Let x_face_list_fonts return scalable fonts
 
 1999-05-26  Gerd Moellmann  <gerd@gnu.org>
 
-       * xfns.c (png_load): Let PNG lib handle gamma.  Construct
-       mask only if image contains simple transparency information.
+       * xfns.c (png_load): Let PNG lib handle gamma.
+       Construct mask only if image contains simple transparency information.
        Otherwise, combine image with frame background color.
 
        * configure.in (--with-png, HAVE_PNG): New.
 
 1999-03-29  Gerd Moellmann  <gerd@gnu.org>
 
-       * xfaces.c (Qraised, Qsunken, QCshadow): Removed.
+       * xfaces.c (Qraised, Qsunken, QCshadow): Remove.
        (QCline_width, QCstyle, Qpressed_button, Qreleased_button): New.
        Use these symbols for the box face attribute instead of the
        removed ones.
        * xfaces.c (x_face_list_fonts): New parameter try_alternatives_p.
        (first_font_matching): New.
        (set_lface_from_font_name): Use it if font name is a pattern.
-       (font_field_wildcard_p): Removed.
+       (font_field_wildcard_p): Remove.
 
        * dispnew.c (shift_glyph_matrix): Add `window' parameter.
        Recompute visible height of rows.
        (update_window_line): Call after_update_window_line_hook
        if visible row height has changed.
 
-       * dispextern.h (MATRIX_ROW_VISIBLE_HEIGHT): Removed.
+       * dispextern.h (MATRIX_ROW_VISIBLE_HEIGHT): Remove.
        (struct glyph_row): New member visible_height.
 
        * xfaces.c (font_field_wildcard_p): New.
-       (set_lface_from_font_name): Remove parameter force_p.  Accept
-       font names containing wildcards.
+       (set_lface_from_font_name): Remove parameter force_p.
+       Accept font names containing wildcards.
 
 1999-03-04  Gerd Moellmann  <gerd@gnu.org>
 
        * dispextern.h (struct face): Add use_box_color_for_shadows_p.
 
        * xterm.c (x_draw_box_rect): New.
-       (x_draw_glyph_string_box): Renamed from
+       (x_draw_glyph_string_box): Rename from
        x_draw_glyph_string_relief.  Call x_draw_box_rect.
 
        * xfns.c (QCrelief): New.
 
        * dispextern.h (struct glyph): Rename left_shadow_p to
        left_box_line_p, right_shadow_p to right_box_line_p.
-       (MAX_RELIEF_THICKNESS): Removed.
+       (MAX_RELIEF_THICKNESS): Remove.
        (struct it): Rename members having `relief' in their names
        to contain `box' instead.
 
        * xfaces.c (realize_x_face): Handle new box attribute values.
-       (QCrelief, Qbox): Removed.
+       (QCrelief, Qbox): Remove.
        (QCshadow, QCcolor, Qraised, Qsunken): New.
        (syms_of_xfaces): Initialize new symbols.
 
 1999-03-02  Gerd Moellmann  <gerd@gnu.org>
 
-       * dispextern.h (LFACE_RELIEF_INDEX): Removed.
+       * dispextern.h (LFACE_RELIEF_INDEX): Remove.
 
-       * xfaces.c (LFACE_RELIEF): Removed.
+       * xfaces.c (LFACE_RELIEF): Remove.
        (merge_face_vector_with_property): Remove handling of `:relief'.
        (Finternal_set_lisp_face_attribute): Ditto.
        (Finternal_set_lisp_face_attribute_from_resource): Ditto.
 
        * xterm.c (x_draw_glyph_string): Draw underline, overline,
        strike-through, and boxes.
-       (x_draw_glyph_string_underline): Removed.
+       (x_draw_glyph_string_underline): Remove.
 
        * xfaces.c (QCoverline, QCstrike_through, QCbox): New.
        (Qoverline, Qstrike_through, Qbox): New.
 1999-01-03  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
 
        * dispextern.h (UNDERLINE_COLOR): Defined.
-       (struct face): Added two new members.
+       (struct face): Add two new members.
        underline_color, underline_defaulted_p.
 
        * xfaces.c (merge_face_vector_with_property):
 
 1999-02-12  Gerd Moellmann  <gerd@gnu.org>
 
-       * xfns.c (Fx_image_header): Removed.
+       * xfns.c (Fx_image_header): Remove.
 
 1999-02-07  Gerd Moellmann  <gerd@gnu.org>
 
 
        * xdisp.c (handle_single_display_prop): New.
        (handle_display_prop): Call it.
-       (handle_raise_prop): Removed.
-       (handle_height_prop): Removed.
-       (handle_space_width_prop): Removed.
+       (handle_raise_prop): Remove.
+       (handle_height_prop): Remove.
+       (handle_space_width_prop): Remove.
        (handle_face_prop): Remove handling of raised text.
        (handle_display_prop): Do it here.
 
        * dispextern.h (DISPLAY_PROP_IDX): Replaces GLYPH_PROP_IDX.
-       (RAISE_PROP_IDX): Removed.
-       (HEIGHT_PROP_IDX): Removed.
-       (SPACE_WIDTH_PROP_IDX): Removed.
+       (RAISE_PROP_IDX): Remove.
+       (HEIGHT_PROP_IDX): Remove.
+       (SPACE_WIDTH_PROP_IDX): Remove.
 
        * xdisp.c (Qdisplay): Replaces Qglyph.
        (handle_display_prop): Formerly handle_glyph_prop.
 1999-01-11  Gerd Moellmann  <gerd@gnu.org>
 
        * xdisp.c (reseat_to_string): Set position in display vector to -1.
-       (handle_stop): Set position in display vector to -1.  Don't
-       check overlay strings when set up to deliver characters from a
+       (handle_stop): Set position in display vector to -1.
+       Don't check overlay strings when set up to deliver characters from a
        display vector.
        (set_iterator_to_next): At the end of a run of characters from a
        display vector, check whether the display vector display replaces
        * buffer.h (struct buffer): indicate_empty_lines renamed from
        indicate_zv_lines.
 
-       * buffer.c (indicate-empty-lines): Renamed from indicate_zv_lines.
+       * buffer.c (indicate-empty-lines): Rename from indicate_zv_lines.
        (default-indicate-zv-lines): Likewise.
 
        * dispextern.h (struct glyph_row): Rename indicate_zv_line_p
        and `N-'.
 
        * xfns.c (xbm_scan): New.
-       (xbm_read_hexint): Removed.
+       (xbm_read_hexint): Remove.
        (xbm_read_bitmap_file_data): Use xbm_scan.
 
        * fileio.c (Finsert_file_contents): Prevent redisplay optimizations.
 
        * xfaces.c (face_with_height): New.
 
-       * xdisp.c (eval_handler): Renamed from eval_mode_handler.
-       (eval_form): Renamed from eval_mode_element.
+       * xdisp.c (eval_handler): Rename from eval_mode_handler.
+       (eval_form): Rename from eval_mode_element.
        (handle_face_prop): Use it.
        (Qheight): Replaces Qsmaller.
        (handle_height_prop): Replaces handle_smaller_prop.
 
 1998-11-28  Gerd Moellmann  <gerd@gnu.org>
 
-       * config.in (PROTO): Removed.
+       * config.in (PROTO): Remove.
 
        * xterm.h: Change PROTO to P_.
 
 
        * xterm.c (x_scroll_bar_move): Clear to the left and right
        of toolkit scroll bars differently.
-       (x_scroll_bar_move): Removed.
+       (x_scroll_bar_move): Remove.
        (XTset_vertical_scroll_bar): Move code from x_scroll_bar_move here.
 
        * dispextern.h: Make it compilable --with-x=no.
 
 1998-11-23  Gerd Moellmann  <gerd@gnu.org>
 
-       * xdisp.c (restore_overlay_strings): Removed.
-       (restore_dpvec): Removed.
+       * xdisp.c (restore_overlay_strings): Remove.
+       (restore_dpvec): Remove.
        (init_from_display_pos): Inline both functions above.
 
        * xfns.c (IMAGE_NON_NEGATIVE_INTEGER_VALUE): New.
        (gif_format): Ditto.
        (gs_format): Ditto.
 
-       * xdisp.c (set_window_cursor): Removed.
+       * xdisp.c (set_window_cursor): Remove.
        (redisplay_internal): Case cursor motion in cursor line of
        selected window; use set_cursor_from_row.
 
 
        * xdisp.c (redisplay_window): Always resize toolbar window if
        auto_resize_toolbar_p is non-zero.
-       (auto_resize_toolbar_p): Renamed from auto_resize_toolbar.
+       (auto_resize_toolbar_p): Rename from auto_resize_toolbar.
        (window_box): New.
        (window_box_height): New.
        (window_box_width): New.
        * xfns.c (x_laplace): New.
        (x_laplace_read_row): New.
        (x_laplace_write_row): New.
-       (lookup_image): Handle common image attributes here.  New
-       attribute `:algorithm'.
+       (lookup_image): Handle common image attributes here.
+       New attribute `:algorithm'.
 
        * xfaces.c (clear_face_cache): Call clear_image_cache.
 
-       * xterm.c (x_inverted_image_mask): Removed.
+       * xterm.c (x_inverted_image_mask): Remove.
        (x_draw_image_foreground_1): New.
        (x_draw_image_glyph_string): Draw images with mask to a temporary
        pixmap to reduce flickering.
 
        * xfns.c (cache_image): Correct call to xrealloc.
 
-       * dispnew.c (Fset_toolbar_height): Removed.
+       * dispnew.c (Fset_toolbar_height): Remove.
 
        * xdisp.c (init_xdisp): Use FRAME_TOP_MARGIN instead of
        FRAME_MENU_BAR_LINES.
        (clear_image_cache): Additional parameter force_p.
        (Fclear_image_cache): New.
        (x_find_image_file): New.
-       (xbm_load): Handle `:margin' and `:relief'.  Use
-       x_find_image_file.
+       (xbm_load): Handle `:margin' and `:relief'.
+       Use x_find_image_file.
        (xpm_load): Likewise.
        (pbm_load): Likewise.
        (jpeg_load): Likewise.
        * frame.h (struct frame): Add toolbar-related members
        toolbar_window, desired_toolbar_items, current_toolbar_items,
        desired_toolbar_string, current_toolbar_string,
-       n_desired_toolbar_items, n_current_toolbar_items.  Add
-       window_height.
+       n_desired_toolbar_items, n_current_toolbar_items.
+       Add window_height.
 
        * xterm.c (x_after_update_window_line): Don't draw bitmap
        areas for pseudo-windows.
 
 1998-09-06  Gerd Moellmann  <gerd@gnu.org>
 
-       * lisp.h (HAVE_FACES): Removed.
+       * lisp.h (HAVE_FACES): Remove.
 
-       * dispextern.h (HAVE_FACES): Removed.
+       * dispextern.h (HAVE_FACES): Remove.
 
-       * config.in (HAVE_FACES): Removed.
+       * config.in (HAVE_FACES): Remove.
 
-       * dispnew.c (HAVE_FACES): Removed.
+       * dispnew.c (HAVE_FACES): Remove.
 
-       * xdisp.c (HAVE_FACES): Removed.
+       * xdisp.c (HAVE_FACES): Remove.
 
-       * xfaces.c (HAVE_FACES): Removed.
+       * xfaces.c (HAVE_FACES): Remove.
 
 1998-09-05  Gerd Moellmann  <gerd@gnu.org>
 
        free realized faces.
 
        * xfaces.c (free_all_realized_faces): Make it externally visible.
-       (Finternal_set_lisp_face_attribute): Increment
-       windows_or_buffers_changed.
+       (Finternal_set_lisp_face_attribute):
+       Increment windows_or_buffers_changed.
 
        * dispnew.c (direct_output_for_insert): Give up if
        face_change_count is non-zero.
 
        * term.c (OUTPUT_IF): Make replacement text have statement form.
        (OUTPUT1_IF): Ditto.
-       (TS_italic_mode, TS_end_italic_mode): Removed.
-       (TS_bold_mode): Removed.
-       (TS_underscore_mode, TS_end_underscore_mode): Removed.
+       (TS_italic_mode, TS_end_italic_mode): Remove.
+       (TS_bold_mode): Remove.
+       (TS_underscore_mode, TS_end_underscore_mode): Remove.
        (TS_enter_bold_mode, TS_enter_dim_mode, TS_enter_blink_mode): New.
        (TS_enter_reverse_mode): New.
        (TS_enter_underline_mode, TS_exit_underline_mode): New.
 
        * frame.h (FRAME_WINDOW_WIDTH_ARG): Add bitmap area widths.
 
-       * dispnew.c (allocate_matrices_for_window_redisplay): Compute
-       total pixel width of window differently.
+       * dispnew.c (allocate_matrices_for_window_redisplay):
+       Compute total pixel width of window differently.
 
        * xdisp.c (init_iterator): Compute width of mode line differently.
 
        (update_window_tree): Parameter no_scrolling_p removed.
        (update_single_window): Ditto.
 
-       * xterm.c (x_get_char_font_and_encoding): Renamed to
+       * xterm.c (x_get_char_font_and_encoding): Rename to
        x_get_char_face_and_encoding.
 
        * dispnew.c (update_text_area): Don't call get_glyph_overhangs
 
        * xterm.c (note_mouse_highlight): Set BEGV_BYTE, ZV_BYTE.
 
-       * xfaces.c (Vx_unibyte_registry_and_encoding): Removed.  Use
-       face_default_registry instead.
+       * xfaces.c (Vx_unibyte_registry_and_encoding): Remove.
+       Use face_default_registry instead.
 
        * syntax.c (scan_sexps_forward): Set up syntax table before
        jumping to initial state label.
        (struct iterator_stack_entry): Add multibyte_p.
 
        * xdisp.c (string_pos): Use string_char_to_byte.
-       (char_charset): Removed.
+       (char_charset): Remove.
 
 1998-08-03  Gerd Moellmann  <gerd@gnu.org>
 
        * xterm.c (x_draw_image_glyph_string_foreground): Draw a
        rectangle for a block cursor over an image without a mask.
-       (x_stretch_block_cursor): Added.  Non-zero means don't draw
+       (x_stretch_block_cursor): Add.  Non-zero means don't draw
        a block cursor over a stretch as wide as that stretch.
        (x_draw_stretch_glyph_string): Use it.
        (x_draw_hollow_cursor): Ditto.
        * xdisp.c (char_charset): Return charset of a character,
        depending on whether or not multi-byte characters are enabled.
 
-       * xfaces.c (Fset_face_charset_registry): Removed.
+       * xfaces.c (Fset_face_charset_registry): Remove.
        (x_charset_registry): Determine registry from charset plist.
 
 1998-08-02  Gerd Moellmann  <gerd@gnu.org>
        redisplay interface.
        * keyboard.c (detect_input_pending_run_timers): Likewise.
 
-       * dispextern.h (produce_*glyphs_hook): Removed.
+       * dispextern.h (produce_*glyphs_hook): Remove.
        * term.c (produce_*glyphs): Ditto.
        (cursor_to): Remove pixel position parameters.
 
        * xterm.c (x_flush): Flush X output buffer.
        (XTflash): Use it.
 
-       * xfaces.c (lface_from_face_name): Renamed from lface_from_symbol.
+       * xfaces.c (lface_from_face_name): Rename from lface_from_symbol.
        Allow strings as face names.
 
        * xfns.c (forall_images_in_image_cache): Check that frame is
        (Finternal_lisp_face_attribute_values): Ditto.
        (syms_of_xfaces): Define the symbol `:reverse-video'.
 
-       * xdisp.c (get_glyph_property): Renamed from
+       * xdisp.c (get_glyph_property): Rename from
        fill_iterator_from_glyph_property.
        (next_element_from_buffer): Handle case that no `glyph' property
        was found correctly.
 
 1998-07-29  Gerd Moellmann  <gerd@gnu.org>
 
-       * dispnew.c (Fshow_cursor): Renamed from blink_cursor.  Take
-       additional window argument.
+       * dispnew.c (Fshow_cursor): Rename from blink_cursor.
+       Take additional window argument.
 
-       * xdisp.c (reseat_at_previous_visible_line_start): Renamed from
+       * xdisp.c (reseat_at_previous_visible_line_start): Rename from
        set_iterator_to_previous_visible_line_start.
        (reseat_at_next_visible_line_start): Likewise.
-       (compute_stop_pos): Renamed from set_iterator_stop_pos.
-       (face_before_or_after_it_pos): Renamed from get_face_at_it_pos.
-       (compute_face_in_buffer): Renamed from
+       (compute_stop_pos): Rename from set_iterator_stop_pos.
+       (face_before_or_after_it_pos): Rename from get_face_at_it_pos.
+       (compute_face_in_buffer): Rename from
        compute_face_at_iterator_position.
-       (compute_face_in_string): Renamed from
+       (compute_face_in_string): Rename from
        compute_face_at_iterator_string_position.
-       (get_space_width): Renamed from get_iterator_space_width.
-       (next_overlay_string): Renamed from
+       (get_space_width): Rename from get_iterator_space_width.
+       (next_overlay_string): Rename from
        set_iterator_to_next_overlay_string.
-       (get_overlay_strings): Renamed from
+       (get_overlay_strings): Rename from
        get_overlay_strings_at_iterator_position.
-       (restore_overlay_strings): Renamed from
+       (restore_overlay_strings): Rename from
        setup_overlay_strings_from_glyph_pos.
-       (restore_dpvec): Renamed from setup_iterator_dpvec_from_glyph_pos.
-       (init_from_display_pos): Renamed from init_iterator_from_glyph_pos.
-       (init_to_row_start): Renamed from init_iterator_to_row_start.
+       (restore_dpvec): Rename from setup_iterator_dpvec_from_glyph_pos.
+       (init_from_display_pos): Rename from init_iterator_from_glyph_pos.
+       (init_to_row_start): Rename from init_iterator_to_row_start.
        (init_to_row_end): Formerly init_iterator_to_next_row_start.
 
        * xterm.c: Merge with 20.2.97.
        simple charpos.
 
        * xdisp.c (this_line_start_pos): Use struct text_pos.
-       (this_line_end_pos): Renamed from .*endpos; use struct text_pos.
-       (enum move_it_result): Renamed from move_iterator_result.
+       (this_line_end_pos): Rename from .*endpos; use struct text_pos.
+       (enum move_it_result): Rename from move_iterator_result.
        (string_pos_nchars_ahead): Compute text_pos in a string from a
        known text_pos plus a character delta.
        (string_pos): Compute text_pos in string from charpos.
        (c_string_pos): Likewise for a C string.
        (number_of_chars): Return number of characters in a possibly
        multi-byte C string.
-       (check_it): Renamed from check_iterator.  Check that charpos and
+       (check_it): Rename from check_iterator.  Check that charpos and
        bytepos are in sync.
-       (push_it): Renamed from save_iterator_settings.
-       (pop_it): Renamed from restore_iterator_settings.
-       (move_it_.*): Renamed from move_iterator_.*.
+       (push_it): Rename from save_iterator_settings.
+       (pop_it): Rename from restore_iterator_settings.
+       (move_it_.*): Rename from move_iterator_.*.
        (charset_at_position): Take charpos/bytepos into account.
        (back_to_previous_line_start): Set iterator to previous line start.
        (forward_to_next_line_start): Set iterator to next line start.
-       (back_to_previous_visible_line_start): Renamed from
+       (back_to_previous_visible_line_start): Rename from
        move_iterator_previous_visible_line_start.
        (set_iterator_to_next_visible_line_start): Handle charpos/bytepos.
-       (get_face_at_it_pos): Renamed from get_face_from_cursor_pos.
+       (get_face_at_it_pos): Rename from get_face_from_cursor_pos.
        Handle charpos/bytepos.
        (compute_face_at_iterator_position): Handle charpos/bytepos.
        (compute_face_at_iterator_string_position): Likewise.
        (copy_glyph_row_contents): Ditto.
        (check_matrix_invariants): Add additional checks for charpos/
        bytepos consistency.
-       (direct_output_for_insert): Changed for charpos/bytepos.
+       (direct_output_for_insert): Change for charpos/bytepos.
        (buffer_posn_from_coords): Likewise.  Put code dealing with
        `direction-reversed' in #if 0.
 
        (SET_TEXT_POS_FROM_MARKER): Set a text_pos from a marker.
        (SET_MARKER_FROM_TEXT_POS): Set a marker from a text_pos.
        (TEXT_POS_EQUAL_P): Compare two text_pos structures for equality.
-       (struct display_pos): Renamed from glyph_pos.  Use struct text_pos
+       (struct display_pos): Rename from glyph_pos.  Use struct text_pos
        for buffer and string positions.
        (struct glyph): Use text_pos.
-       (struct it): Renamed from display_iterator.  Use text_pos.
+       (struct it): Rename from display_iterator.  Use text_pos.
 
 1998-07-23  Gerd Moellmann  <gerd@gnu.org>
 
        * xfns.c (prepare_image_for_display): Don't set loading_failed_p
        flag of images.
 
-       * dispextern.h (struct image): Removed member loading_failed_p.
+       * dispextern.h (struct image): Remove member loading_failed_p.
        It's probably better to have the chance to try to load an image
        again.
 
        * xfns.c (tiff_image_p, tiff_load): Support TIFF images via
        libtiff34.
 
-       * configure.in (--with-tiff, HAVE_TIFF): Added.
+       * configure.in (--with-tiff, HAVE_TIFF): Add.
 
-       * config.in (HAVE_TIFF): Added.
+       * config.in (HAVE_TIFF): Add.
 
-       * Makefile.in (LIBTIFF): Added.
+       * Makefile.in (LIBTIFF): Add.
 
        * xfns.c (jpeg_image_p, jpeg_load): Support JPEG images.
 
-       * Makefile.in (LIBJPEG): Added.
+       * Makefile.in (LIBJPEG): Add.
 
        * xfns.c (resource_types): Enumerators renamed to RES_TYPE_NUMBER,
        RES_TYPE_BOOLEAN etc. because of conflict of `boolean' with
        jpeglib.h.
 
-       * configure.in (HAVE_JPEG, --with-jpeg): Added.  On systems
+       * configure.in (HAVE_JPEG, --with-jpeg): Add.  On systems
        where the library is installed in /usr/local/lib, e.g. FreeBSD,
        configure must be run with `--x-includes=/usr/X11R6/include:
        /usr/local/include --x-libraries=/usr/X11R6/lib:/usr/local/lib'.
 
 1998-07-18  Gerd Moellmann  <gerd@gnu.org>
 
-       * config.in (HAVE_JPEG): Added.
+       * config.in (HAVE_JPEG): Add.
 
        * xfns.c (ct_init): Initialize color table used to map RGB colors
        from images to X pixel colors.
        (redisplay_window): Case cursor movement.  Don't try it if
        last_cursor.vpos is out of range.
 
-       * xdisp.c (set_cursor_from_row): Set this_line_.* variables.  This
-       way, the display optimization for the line containing the cursor
+       * xdisp.c (set_cursor_from_row): Set this_line_.* variables.
+       This way, the display optimization for the line containing the cursor
        is used more frequently, esp. when we have a blinking cursor.
        (display_line): Don't set this_line_.* variables.
 
-       * xterm.c (x_redraw_cursor): Removed.
+       * xterm.c (x_redraw_cursor): Remove.
        (x_display_and_set_cursor): Set cursor type depending on
        cursor_off_p flag of window.
 
-       * dispnew.c (redraw_cursor_hook): Removed.
+       * dispnew.c (redraw_cursor_hook): Remove.
        (Fblink_cursor): Additional parameter on_p to set the cursor_off_p
        member of the selected window.
 
-       * xfaces.c (Fface_font): Added for compatibility with 20.2.
+       * xfaces.c (Fface_font): Add for compatibility with 20.2.
 
        * xterm.c (x_y_to_hpos_vpos): Return null if not over text.
        Return glyph area under x/y.
 
 1998-06-29  Gerd Moellmann  <gerd@gnu.org>
 
-       * xfaces.c (Finternal_make_lisp_face): Increment
-       lface_id_to_name_size when lface_id_to_name is reallocated.
+       * xfaces.c (Finternal_make_lisp_face):
+       Increment lface_id_to_name_size when lface_id_to_name is reallocated.
 
 1998-06-27  Gerd Moellmann  <gerd@gnu.org>
 
 
 1998-05-09  Gerd Moellmann  <gerd@gnu.org>
 
-       * xdisp.c (set_iterator_to_next_visible_line_start): Don't
-       do anything if iterator is at ZV because scan_buffer doesn't
+       * xdisp.c (set_iterator_to_next_visible_line_start):
+       Don't do anything if iterator is at ZV because scan_buffer doesn't
        work otherwise.
 
        * xterm.c (x_encode_char): Inline it.
-       (x_get_char_font_and_encoding): Simplified.
+       (x_get_char_font_and_encoding): Simplify.
        (x_per_char_metric): Inline it.
 
        * xterm.c (x_draw_glyph_string_relief): Use clipping.
        * xdisp.c (display_line): Compute row height from glyphs in
        marginal areas.
 
-       * xterm.c (x_draw_image_glyph_string_background): Draw
-       background of an image glyph string.
+       * xterm.c (x_draw_image_glyph_string_background):
+       Draw background of an image glyph string.
        (x_draw_glyph_string_bg_rect): Draw a rectangular region of
        the background of a glyph string.
        (x_draw_image_glyph_string_foreground): Draw the foreground of
        an image glyph string.
        (x_inverted_image_mask): Return the inverted mask of an image.
 
-       * xfns.c (x_draw_image): Removed.
+       * xfns.c (x_draw_image): Remove.
 
        * dispextern.h (struct image_type): Remove drawing function.
 
        image drawing function.
 
        * xdisp.c (fill_iterator_from_glyph_property): Use position of
-       first character with `glyph' property as image position.  Set
-       iterator back to that position as long as the image hasn't been
+       first character with `glyph' property as image position.
+       Set iterator back to that position as long as the image hasn't been
        consumed with set_iterator_to_next.
        (set_cursor_from_row): Accept when glyph with given position is
        not found in the row.  Set cursor x to end of line in that case,
 
        * dispextern.h (struct glyph_row): Use unsigned hash value.
 
-       * xdisp.c (display_line): Simplified and made faster by setting
+       * xdisp.c (display_line): Simplify and made faster by setting
        the cursor with set_cursor_from_row.
        (set_cursor_from_row): Handle rows of desired matrix.
 
 
        * xdisp.c (set_cursor_from_row): Don't put cursor on glyphs
        with type != CHAR_GLYPH.
-       (fill_iterator_from_glyph_property): Return void.  Set
-       method to next_element_from_image.
+       (fill_iterator_from_glyph_property): Return void.
+       Set method to next_element_from_image.
        (next_element_from_image): Dummy function for delivering a
        single image id.
        (set_iterator_to_next): Add method next_element_from_image.
 
        * xterm.c (x_produce_glyphs): Use ASCII face for spaces of a TAB.
 
-       * xdisp.c (fill_iterator_from_glyph_property): Renamed from
+       * xdisp.c (fill_iterator_from_glyph_property): Rename from
        setup_iterator_from_glyph_property.  Don't do it for terminal
        frames.
 
 
        * config.in: Add HAVE_XPM.
 
-       * xfns.c (xbm_draw): Removed.
+       * xfns.c (xbm_draw): Remove.
        (x_draw_image): Default implementation for drawing images.
        (xbm_keyword_index): Remove XBM_DEPTH.
        (xbm_format): Remove `:depth'.
-       (xbm_image_spec_from_file): Removed to reduce consing.
-       (xbm_load_image_from_file): Added for the same reason.
+       (xbm_image_spec_from_file): Remove to reduce consing.
+       (xbm_load_image_from_file): Add for the same reason.
 
        * xterm.c (x_fill_image_glyph_string): Don't set ybase of
        glyph string.
 
        * widget.c (widget_store_internal_border): Return void.
 
-       * xfns.c (x_destroy_bitmap): Use xfree instead of free.  Return
-       void.
+       * xfns.c (x_destroy_bitmap): Use xfree instead of free.
+       Return void.
        (init_x_parm_symbols): Return void.
        (x_report_frame_params): Ditto.
        (x_set_border_pixel): Ditto.
        * dispnew.c (adjust_frame_glyphs_for_window_redisplay): Use these
        macros.
 
-       * xterm.c (x_font_min_bounds): Moved here from xfaces.c.
+       * xterm.c (x_font_min_bounds): Move here from xfaces.c.
        (x_compute_min_char_bounds): Formerly min_char_bounds in xfaces.c.
        (x_load_font): Use x_compute_min_char_bounds.
 
        for characters < 0177 in default face.  Prepare face for
        display before returning it.
        (x_produce_glyphs): Use it->charset.
-       (x_get_char_font_and_encoding): Simplified.
+       (x_get_char_font_and_encoding): Simplify.
        (x_encode_char): Remove parameter `font'.
 
        * xfaces.c (choose_face_font): If registry from charset symbol
        * dispextern.h (FACE_FOR_CHARSET): Replacement for function
        lookup_face_for_charset.
 
-       * xfaces.c (free_font_names): Renamed from free_split_font_names.
-       (free_all_realized_faces): Renamed from remove_all_realized_faces.
+       * xfaces.c (free_font_names): Rename from free_split_font_names.
+       (free_all_realized_faces): Rename from remove_all_realized_faces.
 
 1998-04-25  Gerd Moellmann  <gerd@gnu.org>
 
 
 1998-04-24  Gerd Moellmann  <gerd@gnu.org>
 
-       * dispextern.h (struct face): Member
-       fontset_chosen_for_realization_p removed.
+       * dispextern.h (struct face):
+       Member fontset_chosen_for_realization_p removed.
 
        * xfaces.c (cache_face): If face->fontset >= 0, add face to the
        end of the collision list, so that we find more specific faces
        (xlfd_point_size): Return -1 if resolution or point size of
        font unknown.
 
-       * xfaces.c (free_font): Removed.
-       (load_face_font_or_fontset): Renamed from load_font.
+       * xfaces.c (free_font): Remove.
+       (load_face_font_or_fontset): Rename from load_font.
        (load_face_font_or_fontset): Use message2 instead of signaling.
        (load_color): Likewise.
        (load_pixmap): Likewise.
        to -1 so that it will compute the right face for the truncation
        glyphs.
 
-       * xfaces.c (realize_face): Set
-       face->fontset_chosen_for_realization_p.
+       * xfaces.c (realize_face):
+       Set face->fontset_chosen_for_realization_p.
        (lookup_face_for_charset): If fontset wasn't specified originally
        and new charset != CHARSET_COMPOSITION, get a new face for that
        charset.
        (lface_hash): Add weight, slant, swidth and relief to hash value.
        (lface_equal_p): Make it faster.
        (lface_from_symbol): Use assq_no_quit.
-       (Fnote_default_face_changed): Removed.
+       (Fnote_default_face_changed): Remove.
        (cmp_font_names): Use strcmp instead of xstricmp.
-       (face_charset_registries): Removed.
+       (face_charset_registries): Remove.
 
 1998-04-20  Gerd Moellmann  <gerd@gnu.org>
 
 
        * xfaces.c (Finternal_set_lisp_face_attribute): Add :bold
        and :italic for compatibility.
-       (Finternal_set_lisp_face_attribute_from_resource): Handle
-       :bold and :italic.  Handle boolean resource values for
+       (Finternal_set_lisp_face_attribute_from_resource):
+       Handle :bold and :italic.  Handle boolean resource values for
        :underline and :italic.
 
        * xfns.c (display_x_get_resource): Make it externally visible.
        definitions.
        (Finternal_lisp_face_equal_p): Additional frame argument.
        (merge_lisp_face_vector_with_property): Ditto.
-       (Frealize_basic_faces): Removed.
+       (Frealize_basic_faces): Remove.
        (Finternal_get_lisp_face_attribute): Additional frame argument.
        (Finternal_lisp_face_p): Ditto.
        (load_color) [MSDOS]: Removed because it isn't clear how
        * xdisp.c (redisplay_internal, echo_area-display): If realized
        faces have been cleared, call recompute_basic_faces.
 
-       * xfaces.c (recompute_basic_faces): Free realized faces.  Reset
-       face_attributes_changed_p.
+       * xfaces.c (recompute_basic_faces): Free realized faces.
+       Reset face_attributes_changed_p.
        (remove_all_realized_faces): Remove all realized faces on
        all frames.
        (Finternal_set_lisp_face_attribute): Call remove_all_realized_faces.
        changed since the last redisplay, recompute basic faces.
        (echo_area_display): Ditto.
 
-       * xfaces.c (clear_face_gcs): Renamed from clear_realized_face_cache.
+       * xfaces.c (clear_face_gcs): Rename from clear_realized_face_cache.
 
        * xfaces.c (min_char_bounds): If face cache not yet present,
        don't try to get font dimensions from faces.
        * xterm.c (x_frame_mode_line_height): If face cache not present
        set, return default height.
 
-       * alloc.c (mark_face_cache): Check for null faces.  Correct
-       index bug.
+       * alloc.c (mark_face_cache): Check for null faces.
+       Correct index bug.
 
-       * dispextern.h (struct face): Renamed from struct rface.  Member
-       underline renamed underline_p.  Make it a bit-field.
+       * dispextern.h (struct face): Rename from struct rface.
+       Member underline renamed underline_p.  Make it a bit-field.
 
        * xfaces.c (init_frame_faces): Allocate face cache.
        (free_frame_faces): Free face cache.
 
        * frame.c (make_frame): Initialze face cache with null.
 
-       * xfaces.c (same_size_fonts): Removed.
+       * xfaces.c (same_size_fonts): Remove.
 
        * xterm.c (x_set_glyph_string_gc): Add post-condition
        s->gc != 0.
 
        * xfaces.c (syms_of_xfaces): Correct calls to defsubr.
 
-       * xfns.c (Fx_face_fixed_p): Removed.
-       (Fx_list_fonts): Moved to xfaces.c.
+       * xfns.c (Fx_face_fixed_p): Remove.
+       (Fx_list_fonts): Move to xfaces.c.
 
-       * xfaces.c (compute_face_at_buffer_pos): Renamed to
+       * xfaces.c (compute_face_at_buffer_pos): Rename to
        face_at_buffer_position.  Parameter charset removed; always
        compute face for CHARSET_ASCII.
-       (face_at_string_position): Renamed from
+       (face_at_string_position): Rename from
        compute_face_at_string_pos.  Parameter charset removed; always
        compute for CHARSET_ASCII.
        (lookup_face_for_charset): Take frame parameter instead of
        face_cache.
        (lookup_face): Ditto.
-       (compute_char_face): Renamed from compute_glyph_face.
+       (compute_char_face): Rename from compute_glyph_face.
 
        * xdisp.c (init_iterator): Initialize charset member.
        (reseat_iterator_to_string): Ditto.
        (get_charset_at_buffer_position): Determine charset at
        buffer position in current_buffer.
        (reseat_iterator): Call above function.
-       (compute_face_at_iterator_position): Call
-       compute_face_at_buffer_pos.
-       (compute_face_at_iterator_string_position): Call
-       compute_face_at_string_pos.
-       (get_face_from_id): Removed.
+       (compute_face_at_iterator_position):
+       Call compute_face_at_buffer_pos.
+       (compute_face_at_iterator_string_position):
+       Call compute_face_at_string_pos.
+       (get_face_from_id): Remove.
        (get_face_from_cursor_pos): Call compute_face_at_buffer_pos.
        Call get_charset_at_buffer_position.
        (reseat_iterator): Determine face if charset at pos differs
        from iterator's charset.
-       (reseat_iterator_to_glyph_pos): Removed.
+       (reseat_iterator_to_glyph_pos): Remove.
 
        * xfaces.c (compute_face_at_bufpos): Remove parameter charset.
        Determine charset from buffer position.
-       (compute_string_char_face): Renamed to compute_face_at_string_pos.
-       (compute_face_at_bufpos): Renamed to compute_face_at_buffer_pos.
+       (compute_string_char_face): Rename to compute_face_at_string_pos.
+       (compute_face_at_bufpos): Rename to compute_face_at_buffer_pos.
 
        * dispextern.h (struct display_iterator): Add member charset.
 
 1998-04-15  Gerd Moellmann  <gerd@gnu.org>
 
-       * xfaces.c (compute_char_face): Removed.
+       * xfaces.c (compute_char_face): Remove.
 
        * xdisp.c (get_overlay_arrow_glyph_row): Use compute_glyph_face
        with new parameter list.
 
-       * xfaces.c (region_face): Removed.
-       (allocate_face): Removed.
+       * xfaces.c (region_face): Remove.
+       (allocate_face): Remove.
        (copy_face): Ditto.
-       (face_eql): Removed.
-       (intern_face): Removed.
-       (clear_face_cache): Removed.
+       (face_eql): Remove.
+       (intern_face): Remove.
+       (clear_face_cache): Remove.
        (load_font): Ditto.
        (unload_font): Ditto.
        (load_color): Ditto.
        (merge_faces): Ditto.
        (compute_base_face): Ditto.
        (merge_face_list): Ditto.
-       (Fmake_face_internal): Removed.
+       (Fmake_face_internal): Remove.
        (Fset_face_attribute_internal): Ditto.
-       (face_name_id_number): Removed.
+       (face_name_id_number): Remove.
        (Fframe_face_alist): Ditto.
        (Fset_frame_face_alist): Ditto.
        (Finternal_next_face_id): Ditto.
        * fontset.h: Add external declarations for Vfontset_alias_alist
        and Vglobal_fontset_alist.
 
-       * xfaces.c (merge_lisp_face_vector_with_property): Simplified.
+       * xfaces.c (merge_lisp_face_vector_with_property): Simplify.
        (realize_default_face): If frame parameters contain an artificial
        font name naming a fontset, set the family of the default face to
        the fontset name given by the registry.
        * xdisp.c (set_cursor_from_row): If PT is not found in the
        row, display the cursor at the start of the row.
 
-       * dispnew.c (direct_output_forward_char): Call
-       set_cursor_from_row.
+       * dispnew.c (direct_output_forward_char):
+       Call set_cursor_from_row.
 
-       * xdisp.c (setup_iterator_overlay_strings_from_glyph_pos): If
-       position is not in an overlay string, set iterator's position and
+       * xdisp.c (setup_iterator_overlay_strings_from_glyph_pos):
+       If position is not in an overlay string, set iterator's position and
        method explicitly so.
        (set_cursor_from_row): Correct cursor position calculation.
        Make it externally visible.
        * dispnew.c: Make compilable with -Wall.
        * term.c: Ditto.
 
-       * charset.h (CHAR_LEN): Moved here from dispextern.h.
+       * charset.h (CHAR_LEN): Move here from dispextern.h.
 
 1998-03-14  Gerd Moellmann  <gerd@gnu.org>
 
        * xdisp.c (init_iterator): Increase last_visible_x by vertical
        scroll bar width for mode lines.
 
-       * dispnew.c (allocate_matrices_for_window_redisplay): Include
-       vertical scroll bar width in width calculation so that we can
+       * dispnew.c (allocate_matrices_for_window_redisplay):
+       Include vertical scroll bar width in width calculation so that we can
        display mode lines wider.
 
        * xdisp.c (redisplay_window): Restore buffers before returning
        * dispextern.h (struct glyph_row): Member max_ascent renamed
        ascent.  Member max_descent replaced by height.
        (struct display_iterator): Member max_descent replaced by height.
-       (MATRIX_ROW_PIXEL_HEIGHT): Removed.
+       (MATRIX_ROW_PIXEL_HEIGHT): Remove.
 
        * xterm.c (x_alloc_lighter_color): Don't free colors if visual
        class makes it unnecessary or dangerous.
        * xterm.c (x_scroll_run): Don't set updated_window to null.
        This resets updated_window when called from scrolling_window.
 
-       * dispextern.h (scroll_run_hook): Renamed from line_dance_hook.
+       * dispextern.h (scroll_run_hook): Rename from line_dance_hook.
 
-       * xterm.c (x_scroll_run): Additional window parameter.  Set
-       and reset updated_window.
+       * xterm.c (x_scroll_run): Additional window parameter.
+       Set and reset updated_window.
 
        * dispnew.c (line_dance_hook): Additional window parameter.
 
        * dispnew.c (Fblink_cursor): Remove call to detect_input_pending.
        Don't redraw cursor during redisplay.
 
-       * xterm.c (x_scroll_run): Renamed from do_line_dance.
+       * xterm.c (x_scroll_run): Rename from do_line_dance.
 
        * xdisp.c (redisplay_window): For window-based redisplay, always
        try try_window_id.
 
        * xdisp.c (set_next_iterator_stop_pos): No longer static.
 
-       * dispnew.c (direct_output_for_insert): Call
-       set_next_iterator_stop_pos after having changed it2.endpos.
+       * dispnew.c (direct_output_for_insert):
+       Call set_next_iterator_stop_pos after having changed it2.endpos.
 
 1998-02-17  Gerd Moellmann  <gerd@gnu.org>
 
        enough glyphs to display a mode line or menu line which draws over
        flags areas.
 
-       * xterm.c (XTset_vertical_scroll_bar): Use
-       WINDOW_DISPLAY_TEXT_AREA_PIXEL_HEIGHT instead of
+       * xterm.c (XTset_vertical_scroll_bar):
+       Use WINDOW_DISPLAY_TEXT_AREA_PIXEL_HEIGHT instead of
        VERTICAL_SCROLL_BAR_PIXEL_HEIGHT.
        (x_draw_glyphs): Draw over flags areas when drawing a mode line
        or menu.
        (x_set_glyph_string_clipping): Set clipping differently if drawing
        a mode line or menu line.
 
-       * xterm.h (VERTICAL_SCROLL_BAR_PIXEL_HEIGHT): Removed.
+       * xterm.h (VERTICAL_SCROLL_BAR_PIXEL_HEIGHT): Remove.
 
        * xterm.c (expose_line): Don't draw bitmaps for mode lines and
        menu lines.
        (x_scroll_bar_create): Don't clear flags areas.
        (x_draw_row_bitmaps): Clear visible row height, only.
 
-       * dispnew.c (Fblink_cursor): Moved here from xdisp.c.
+       * dispnew.c (Fblink_cursor): Move here from xdisp.c.
 
 1998-02-15  Gerd Moellmann  <gerd@gnu.org>
 
        * dispnew.c (update_window_line): Special handling of inverse
        lines in #if 0 removed.
 
-       * xterm.c (x_write_glyphs): Renamed from XTwrite_glyphs.
-       (x_insert_glyphs): Renamed from XTinsert_glyphs.
-       (x_clear_frame): Renamed from XTclear_frame.
-       (x_clear_end_of_line): Renamed from XTclear_end_of_line.
-       (x_ins_del_lines): Renamed from XTins_del_lines.
-       (x_change_line_height): Renamed from XTchange_line_height.
-       (x_delete_glyphs): Renamed from XTdelete_glyphs.
-       (x_clear_cursor): Renamed from clear_cursor.
-       (x_update_begin): Renamed from XTupdate_begin.
-       (x_update_end): Renamed from XTupdate_end.
-       (x_update_window_begin): Renamed from XTupdate_window_begin.
-       (x_update_window_end): Renamed from XTupdate_window_end.
-       (x_frame_mode_line_height): Renamed from XTframe_mode_line_height.
-       (x_produce_glyphs): Renamed from XTproduce_glyphs.
-       (x_produce_special_glyphs): Renamed from XTproduce_special_glyphs.
+       * xterm.c (x_write_glyphs): Rename from XTwrite_glyphs.
+       (x_insert_glyphs): Rename from XTinsert_glyphs.
+       (x_clear_frame): Rename from XTclear_frame.
+       (x_clear_end_of_line): Rename from XTclear_end_of_line.
+       (x_ins_del_lines): Rename from XTins_del_lines.
+       (x_change_line_height): Rename from XTchange_line_height.
+       (x_delete_glyphs): Rename from XTdelete_glyphs.
+       (x_clear_cursor): Rename from clear_cursor.
+       (x_update_begin): Rename from XTupdate_begin.
+       (x_update_end): Rename from XTupdate_end.
+       (x_update_window_begin): Rename from XTupdate_window_begin.
+       (x_update_window_end): Rename from XTupdate_window_end.
+       (x_frame_mode_line_height): Rename from XTframe_mode_line_height.
+       (x_produce_glyphs): Rename from XTproduce_glyphs.
+       (x_produce_special_glyphs): Rename from XTproduce_special_glyphs.
        (x_produce_special_glyphs): Implementation in #if 0 removed.
 
        * xdisp.c (Fdump_redisplay_state): Display row's fill_line_p
 
        * dispextern.h (struct glyph_matrix): New member window_width.
 
-       * dispnew.c (adjust_glyph_matrix): Set window_width.  Optimize
-       case of changing window height.
+       * dispnew.c (adjust_glyph_matrix): Set window_width.
+       Optimize case of changing window height.
 
        * xterm.c (x_draw_row_bitmaps): Don't clear vertical window
        border to the left.
 
-       * dispextern.h (struct glyph_row): Remove right_to_left_p.  RMS
-       says this aspect of Emacs is currently redesigned.
+       * dispextern.h (struct glyph_row): Remove right_to_left_p.
+       RMS says this aspect of Emacs is currently redesigned.
 
        * xterm.c (x_clip_to_row): Subtract 1 from clip width if we
        have to draw a vertical border.
        removed.
        (struct glyph): Ditto.
 
-       * xterm.c (x_draw_relief): Removed.
-       (x_draw_bitmap): Renamed from draw_bitmap.
+       * xterm.c (x_draw_relief): Remove.
+       (x_draw_bitmap): Rename from draw_bitmap.
        (x_draw_glyphs): Completely new implementation of draw_glyphs
        capable of handling arbitrary lbearing and rbearing values.
        Several sub-functions not mentioned here.
 
 1998-01-25  Gerd Moellmann  <gerd@gnu.org>
 
-       * dispextern.h (DEFAULT_FACE_ID, MODE_LINE_FACE_ID): Symbolic
-       names for face ids of frame default face and mode line face.
+       * dispextern.h (DEFAULT_FACE_ID, MODE_LINE_FACE_ID):
+       Symbolic names for face ids of frame default face and mode line face.
 
-       * xdisp.c (compute_face_at_iterator_string_position): If
-       displaying a mode line use MODE_LINE_FACE_ID instead of
+       * xdisp.c (compute_face_at_iterator_string_position):
+       If displaying a mode line use MODE_LINE_FACE_ID instead of
        DEFAULT_FACE_ID.
 
        * xdisp.c (reseat_iterator_to_string): Additional parameter start.
        (move_iterator_in_display_line_to): If to_pos specified, move
        over before-strings.
 
-       * dispextern.h (MATRIX_ROW_STARTS_IN_MIDDLE_OF_CHAR_P): Test
-       start.string_index > 0.
+       * dispextern.h (MATRIX_ROW_STARTS_IN_MIDDLE_OF_CHAR_P):
+       Test start.string_index > 0.
 
        * xdisp.c (redisplay_internal): Adjust glyphs if fonts_changed_p
        is set.  Retry redisplay if fonts_changed_p is set before update.
 
        * xfaces.c (Fset_face_attribute_internal): Set fonts_changed_p.
 
-       * dispnew.c (adjust_glyphs_for_font_change): Removed.
+       * dispnew.c (adjust_glyphs_for_font_change): Remove.
 
        * xdisp.c (try_window): Check fonts_changed_p.
        (try_window_reusing_current_matrix): Ditto.
        * editfns.c (make_buffer_string): If PROMPT_IN_BUFFER, add prompt
        length to start position.
 
-       * buffer.c (Fget_buffer_create): Initialize
-       minibuffer_prompt_length.
+       * buffer.c (Fget_buffer_create):
+       Initialize minibuffer_prompt_length.
        (Fmake_indirect_buffer): Ditto.
        (Fkill_buffer): Ditto.
 
        * xfaces.c (compute_string_char_face): Compute face for
        arbitrary Lisp string.  Renamed from compute_overlay_string_char_face.
 
-       * xdisp.c (next_element_from_string): Renamed from
+       * xdisp.c (next_element_from_string): Rename from
        next_element_from_overlay_string.
-       (compute_face_at_iterator_string_position): Renamed from
+       (compute_face_at_iterator_string_position): Rename from
        compute_face_at_iterator_overlay_string_position.
 
        * dispextern.h (struct display_iterator): Member overlay_string
        renamed string.
 
-       * xdisp.c (next_element_from_c_string): Renamed from
+       * xdisp.c (next_element_from_c_string): Rename from
        next_element_from_string.
 
        * dispextern.h (struct glyph_pos): Reversed meaning of
 
 1998-01-17  Gerd Moellmann  <gerd@gnu.org>
 
-       * xdisp.c (move_iterator_vertically): Check post-condition.  Move
-       to start of line if ending at ZV and no newline in front.
+       * xdisp.c (move_iterator_vertically): Check post-condition.
+       Move to start of line if ending at ZV and no newline in front.
        (move_iterator_to): If to_y specified, always first move to x = 0,
        so that move stops at line start instead of line end.  This is
        probably what callers would expect to happen.
        try_window_reusing_current_matrix if window scroll functions
        exist.
 
-       * dispextern.h (struct display_iterator): Member
-       redisplay_end_trigger_p removed.
+       * dispextern.h (struct display_iterator):
+       Member redisplay_end_trigger_p removed.
 
        * dispextern.h (WINDOW_DISPLAY_PIXEL_HEIGHT_WITHOUT_MODE_LINE):
-       Renamed to WINDOW_DISPLAY_TEXT_AREA_PIXEL_HEIGHT.
+       Rename to WINDOW_DISPLAY_TEXT_AREA_PIXEL_HEIGHT.
 
 1998-01-16  Gerd Moellmann  <gerd@gnu.org>
 
        * xdisp.c (move_iterator_by_lines): Optimize for truncate-lines
        nil.  Optimize truncate-lines t and moving backward.
        (move_iterator_to_previous_visible_line_start): Contains the heart
-       of the previous set_iterator_to_previous_visible_line_end.  Don't
-       reseat the iterator.  Used by move_iterator_by_lines.
+       of the previous set_iterator_to_previous_visible_line_end.
+       Don't reseat the iterator.  Used by move_iterator_by_lines.
        (set_iterator_to_previous_visible_line_start): Call function
        above.
        (move_iterator_in_display_line_to): Check TO_POS before doing
        (Fset_face_attribute_internal): Use XINT instead of XFASTINT
        to get a relief because they can be negative.
 
-       * xterm.c (x_draw_relief): Correct line drawing positions.  Pixel
-       positions are for the middle of lines under X.
+       * xterm.c (x_draw_relief): Correct line drawing positions.
+       Pixel positions are for the middle of lines under X.
 
        * xdisp.c (try_window_id): Always search for the cursor by setting
        w->cursor.vpos = -1.  Search in unchanged rows at the top and
 
        * xdisp.c (display_line): Bug fix cursor positioning.
 
-       * xfns.c (x-list-fonts): Copied from x-list-fonts.c; #include
+       * xfns.c (x-list-fonts): Copy from x-list-fonts.c; #include
        removed.  x-list-fonts.c is now obsolete.
-       (Qfixed, Qvariable): Moved here from xfaces.c.
+       (Qfixed, Qvariable): Move here from xfaces.c.
 
 1998-01-14  Gerd Moellmann  <gerd@gnu.org>
 
        * xdisp.c (display_line): Set row->ends_at_zv_p based on
        FETCH_BYTE for truncated lines.
        (display_line): Set cursor differently.
-       (display_line): Fixed bug setting last_pos_on_this_line wrong
+       (display_line): Fix bug setting last_pos_on_this_line wrong
        for truncated lines.
 
        * dispnew.c (adjust_glyph_matrix): Always adjust for frame-based
 
        * window.c (Fsplit_window): Adjust glyphs before setting buffer.
 
-       * dispnew.c (adjust_frame_glyphs_for_window_redisplay): Add
-       assertion that character dimensions are not zero.
+       * dispnew.c (adjust_frame_glyphs_for_window_redisplay):
+       Add assertion that character dimensions are not zero.
 
        * xterm.c (x_load_font): adjust_glyphs_for_font_change while
        input is blocked.
 
        * xterm.h (FRAME_FLAGS_BITMAP_WIDTH): Macro giving the width
        in pixels of a flags area of a frame.
-       (FRAME_X_FLAGS_AREA_WIDTH): Removed.
+       (FRAME_X_FLAGS_AREA_WIDTH): Remove.
        (FRAME_X_FLAGS_AREA_COLS): Macro giving the number of columns
        occupied by a flags area.
 
 
        * xdisp.c (display_line): Correct wrong calculation of row->x for
        the case of nglyphs == 1.
-       (hscroll_window_tree): Renamed from hscroll_windows.
+       (hscroll_window_tree): Rename from hscroll_windows.
        (hscroll_windows): New function calling hscroll_window_tree that
        clears desired matrices on a frame when hscroll has been changed.
        (redisplay_p): Global flag set during redisplay.
        * xfaces.c (Qfixed, Qvariable): Symbols for use by x-list-fonts.
        (syms_of_xfaces): Initialize them.
 
-       * xterm.c (x_list_fonts): Include auto-scaled fonts.  Extend
-       cached information.
+       * xterm.c (x_list_fonts): Include auto-scaled fonts.
+       Extend cached information.
 
 1998-01-11  Gerd Moellmann  <gerd@acm.org>
 
 
 1998-01-05  Gerd Moellmann  <gerd@acm.org>
 
-       * xdisp.c (get_row_start_continuation_line_width): Removed.
+       * xdisp.c (get_row_start_continuation_line_width): Remove.
        (init_iterator_to_row_start): Set it.current_x from row.
        (try_window_id): Set it.continuation_lines_width directly from
        row.
 
 1998-01-02  Gerd Moellmann  <gerd@acm.org>
 
-       * xterm.c (x_get_mode_line_face_gc): Renamed from
+       * xterm.c (x_get_mode_line_face_gc): Rename from
        x_get_modeline_face_gc.
 
        * xdisp.c (TEXT_PROP_DISTANCE_LIMIT): Max. distance from current
        * xterm.c (x_get_cursor_gc): Don't return cursor_gc for font ==
        frame font if line height differs from font height.
 
-       * xdisp.c (set_iterator_to_next): Renamed from
+       * xdisp.c (set_iterator_to_next): Rename from
        move_iterator_forward to avoid confusion with other move_.*
        functions.
 
-       * dispextern.h (FACE_RELIEF_P): Renamed from FACE_3D_P.
+       * dispextern.h (FACE_RELIEF_P): Rename from FACE_3D_P.
 
 1997-12-31  Gerd Moellmann  <gerd@acm.org>
 
-       * xterm.c (x_get_cursor_gc): Renamed from x_cursor_gc to use the
+       * xterm.c (x_get_cursor_gc): Rename from x_cursor_gc to use the
        same naming convention as for other GC functions.
        (draw_glyphs): Don't fill background when drawing a cursor and
        font height is less than line height.
 
 1997-12-30  Gerd Moellmann  <gerd@acm.org>
 
-       * xdisp.c (init_display_iterator.*): Renamed to shorter names
+       * xdisp.c (init_display_iterator.*): Rename to shorter names
        init_iterator_.*.
 
        * xdisp.c (move_iterator_forward): Restore it->len from
        (x_get_char_font_and_encoding): Return null if font could not be
        loaded.  Reset font to null if fontset could not be loaded.
        (draw_glyphs): Fill background if font not found.
-       (draw_glyphs): Unused parameter just_foreground_p removed.  New
-       parameter composite_glyph.
+       (draw_glyphs): Unused parameter just_foreground_p removed.
+       New parameter composite_glyph.
        (draw_glyphs): Use enumeration for parameter hl.
        (draw_glyphs): Pass a display area relative x-position to
        draw_glyphs when calling it recursively for composite chars.
        * xterm.c (x_after_update_window_line): Draw continuation line
        bitmap.
 
-       * dispnew.c (update_window_line): Call
-       after_update_window_line_hook when row's continuation_line_p
+       * dispnew.c (update_window_line):
+       Call after_update_window_line_hook when row's continuation_line_p
        changes.
 
        * xterm.c (draw_bitmap): Draw new bitmap CONTINUATION_LINE_BITMAP.
 
 1997-12-14  Gerd Moellmann  <gerd@acm.org>
 
-       * frame.h (FRAME_MODE_LINE_PIXEL_HEIGHT): Removed.
+       * frame.h (FRAME_MODE_LINE_PIXEL_HEIGHT): Remove.
 
        * window.c (coordinates_in_window): Call frame_mode_line_height.
 
-       * xterm.c (x_draw_3d_border): Removed.
-       (x_draw_row_borders): Removed.
+       * xterm.c (x_draw_3d_border): Remove.
+       (x_draw_row_borders): Remove.
 
        * dispnew.c (update_window): References to
        FRAME_MODE_LINE_BORDER_WIDTH removed.
 
-       * xterm.h (FRAME_MODE_LINE_BORDER_WIDTH): Removed.
-       (FRAME_MODE_LINE_HEIGHT): Removed.
+       * xterm.h (FRAME_MODE_LINE_BORDER_WIDTH): Remove.
+       (FRAME_MODE_LINE_HEIGHT): Remove.
 
-       * xterm.c (draw_3d_borders_p): Removed.
+       * xterm.c (draw_3d_borders_p): Remove.
        (draw_glyphs): Ditto.
        (XTwrite_glyphs): Ditto.
        (expose_line): Ditto.
        (x_initialize): Ditto.
 
-       * dispextern.h (WINDOW_DISPLAY_MODE_LINE_HEIGHT): Call
-       frame_mode_line_height.
+       * dispextern.h (WINDOW_DISPLAY_MODE_LINE_HEIGHT):
+       Call frame_mode_line_height.
 
        * term.c (frame_mode_line_height): Get the pixel height of a
        frame's mode line.
        * xdisp.c (compute_face_at_iterator_overlay_string_position):
        Use it.
 
-       * xdisp.c (set_iterator_to_next_overlay_string): Formerly
-       set_iterator_to_next_overlay.
+       * xdisp.c (set_iterator_to_next_overlay_string):
+       Formerly set_iterator_to_next_overlay.
        (struct overlay_entry): Structure used to sort overlay strings.
        (compare_overlay_entries): Compare overlay strings.
        (load_iterator_with_overlay_strings): Load a chunk of overlay
        (get_overlay_strings_at_iterator_position): Call it.
        (next_element_from_overlay_string): Set it->object to the overlay
        string.  Prepare for setting it->position to a string position.
-       (get_overlay_strings_at_iterator_position): Renamed from
+       (get_overlay_strings_at_iterator_position): Rename from
        get_overlays_at_iterator_position.
-       (setup_iterator_overlay_strings_from_glyph_pos): Changed to load
+       (setup_iterator_overlay_strings_from_glyph_pos): Change to load
        chunks of overlay strings.
-       (load_overlay_strings): Renamed from load_iterator_overlay_strings.
+       (load_overlay_strings): Rename from load_iterator_overlay_strings.
 
        * dispextern.h (struct display_iterator): New vector
        overlay_strings and new member n_overlay_strings---formerly
 
        * xdisp.c (copy_iterator): Increment n_iterator_overlay_vectors
        when allocating a vector.
-       (release_iterator): Removed.
-       (restore_iterator): Removed.
-       (copy_iterator): Removed.
+       (release_iterator): Remove.
+       (restore_iterator): Remove.
+       (copy_iterator): Remove.
 
 1997-12-08  Gerd Moellmann  <gerd@acm.org>
 
 
        * xterm.h (struct x_output): trunc_area_extra renamed
        flags_areas_extra.
-       (FRAME_X_FLAGS_AREA_WIDTH): Renamed from FRAME_X_TRUNC_WIDTH.
+       (FRAME_X_FLAGS_AREA_WIDTH): Rename from FRAME_X_TRUNC_WIDTH.
 
-       * dispnew.c (update_window_line): Call
-       after_update_window_line_hook when current row is not enabled
+       * dispnew.c (update_window_line):
+       Call after_update_window_line_hook when current row is not enabled
        which is the case after a frame has been cleared.
 
        * xdisp.c (display_mode_line): Reset row flags for truncation
        face changes and changes in invisible text property.
        (struct glyph_pos): Former ovlen now overlay_string_index.
 
-       * xdisp.c (setup_iterator_overlays_from_glyph_pos): Set
-       overlay_string.
+       * xdisp.c (setup_iterator_overlays_from_glyph_pos):
+       Set overlay_string.
        (set_iterator_to_next_overlay_string): Set overlay_string and
        pos.overlay_string_index.
        (get_overlays_at_iterator_position): Use overlay_string and
        * buffer.h (overlays_at): Function prototype.
 
        * xdisp.c (reseat_iterator_to_string): Clear iterator position.
-       * dispextern.h (GET_NEXT_DISPLAY_ELEMENT): Removed.
+       * dispextern.h (GET_NEXT_DISPLAY_ELEMENT): Remove.
 
        * xdisp.c (release_iterator): Release dynamically allocated
        memory of a display_iterator.
        * buffer.c (overlays_at): Make it work when extending vectors
        and an initial vector of zero size.
 
-       * xdisp.c (set_iterator_to_previous_visible_line_end): Renamed
-       from set_cursor_to_previous_visible_line_end.
-       (set_iterator_to_next_visible_line_start): Renamed from
+       * xdisp.c (set_iterator_to_previous_visible_line_end):
+       Rename from set_cursor_to_previous_visible_line_end.
+       (set_iterator_to_next_visible_line_start): Rename from
        set_cursor_to_next_visible_line_end.
-       (set_next_iterator_stop_pos): Renamed from set_next_stop_pos.
-       (compute_face_at_iterator_position): Renamed from
+       (set_next_iterator_stop_pos): Rename from set_next_stop_pos.
+       (compute_face_at_iterator_position): Rename from
        compute_cursor_face.
-       (set_iterator_to_next_overlay_string): Renamed from
+       (set_iterator_to_next_overlay_string): Rename from
        cursor_to_next_overlay_string.
-       (get_overlays_at_iterator_position): Renamed from
+       (get_overlays_at_iterator_position): Rename from
        get_overlays_for_cursor.
-       (reseat_iterator): Renamed from reseat_cursor.
-       (setup_iterator_overlays_from_glyph_pos): Renamed from
+       (reseat_iterator): Rename from reseat_cursor.
+       (setup_iterator_overlays_from_glyph_pos): Rename from
        setup_overlays_from_pos.
-       (init_string_iterator): Renamed from init_string_cursor.
-       (get_next_display_element): Renamed from next_display_element.
-       (move_iterator_forward): Renamed from advance_display_cursor.
+       (init_string_iterator): Rename from init_string_cursor.
+       (get_next_display_element): Rename from next_display_element.
+       (move_iterator_forward): Rename from advance_display_cursor.
        (get_overlays_at_iterator_position): Allocate overlays vector
        dynamically.
 
 1997-12-01  Gerd Moellmann  <gerd@acm.org>
 
        * window.c (mark_window_cursors_off): Function comment added.
-       (window_topmost_p, window_rightmost_p): Removed because not used.
+       (window_topmost_p, window_rightmost_p): Remove because not used.
 
 1997-11-30  Gerd Moellmann  <gerd@acm.org>
 
        frame_title_buf.
        (init_xdisp): Initialize frame_title_.* variables to null.
 
-       * dispnew.c (quit_error_check): Removed.
+       * dispnew.c (quit_error_check): Remove.
 
        * eval.c (Fsignal): Call to quit_error_check removed.
        * keyboard.c (quit_throw_to_read_char): Ditto.
        * xterm.c (XTupdate_window_end): Don't display cursor if
        pseudo_window_p.
 
-       * dispnew.c (adjust_frame_glyphs_for_window_redisplay): Don't
-       set mini_p.
+       * dispnew.c (adjust_frame_glyphs_for_window_redisplay):
+       Don't set mini_p.
        (update_window): Don't set cursor if pseudo_window_p.
 
        * dispextern.h (WINDOW_WANTS_MODELINE_P): Test pseudo_window_p.
        f->menu_bar_window if appropriate.
        (display_mode_line): Use MATRIX_MODE_LINE_ROW.
 
-       * dispnew.c (adjust_frame_glyphs_for_window_redisplay): Allocate
-       dummy window and window matrices for f->menu_bar_window.
+       * dispnew.c (adjust_frame_glyphs_for_window_redisplay):
+       Allocate dummy window and window matrices for f->menu_bar_window.
        (free_glyphs): Free the dummy window and its glyph matrices.
 
        * frame.h (struct frame): New member menu_bar_window.
        first_row_to_display.  The previous scheme failed if the last row
        was fully visible.
 
-       * dispnew.c (update_window): Remove cost calculations.  Remove
-       redundant preempt_count calculations.
+       * dispnew.c (update_window): Remove cost calculations.
+       Remove redundant preempt_count calculations.
 
        * xterm.c (x_clip_to_row): Set clipping for non-text rows
        differently.
        try_window_id.
        (try_window_reusing_current_matrix): Give up for terminal frames
        if window is not full width or we cannot insert/delete lines.
-       (try_window_reusing_current_matrix): Fixed scrolling for terminal
+       (try_window_reusing_current_matrix): Fix scrolling for terminal
        frames.
 
        * alloc.c (mark_glyph_matrix): Bug fix - pass pointer to
        (update_window_line): Set it.
        (update_marginal_area): Clear to end of line if not in text area.
 
-       * window.c (Fset_window_margins): Increment
-       windows_or_buffer_changed.  Adjust glyphs.
+       * window.c (Fset_window_margins):
+       Increment windows_or_buffer_changed.  Adjust glyphs.
 
        * dispextern.h (WINDOW_TEXT_TO_FRAME_PIXEL_X): Convert text
        area X coordinates to frame coordinates.
 
 1997-10-27  Gerd Moellmann  <gerd@acm.org>
 
-       * dispnew.c (update_window_line): Call
-       after_update_window_line_hook only for interesting constellations.
+       * dispnew.c (update_window_line):
+       Call after_update_window_line_hook only for interesting constellations.
        (free_glyph_matrix): Fix memory leak.
 
        * window.h: Include blocker WINDOW_H_INCLUDED, include
        (replace_window): Ditto.
        * dispnew.c (free_window_matrices): Remove freeing of
        phys_cursor_glyph.
-       (check_matrix_invariants): Renamed from check_current_matrix_...
+       (check_matrix_invariants): Rename from check_current_matrix_...
        * xterm.c: All references to phys_cursor_glyph changed.
 
        * dispextern.h (DISPEXTERN_H_INCLUDED): New include blocker.
 
        * dispextern.h (MATRIX_ROW_FIRST_POS): Use row start.
 
-       * dispnew.c (increment_glyph_row_buffer_positions): Adjust
-       start and end positions in rows.
+       * dispnew.c (increment_glyph_row_buffer_positions):
+       Adjust start and end positions in rows.
        (increment_glyph_row_buffer_positions): Stop adjusting at
        glyphs with positions <= 0.
 
 
 1997-10-21  Gerd Moellmann  <gerd@acm.org>
 
-       * dispnew.c (update_window): Add scrolling_window again.  It's
-       necessary for scroll_step != 0.
+       * dispnew.c (update_window): Add scrolling_window again.
+       It's necessary for scroll_step != 0.
 
        * xdisp.c (redisplay_window): Use vmotion for scroll_step
        scrolling.
 1997-10-19  Gerd Moellmann  <gerd@acm.org>
 
        * dispnew.c (update_window): Remove unused variable.
-       (update_window_line): Simplified.
+       (update_window_line): Simplify.
 
        * xterm.c (x_get_char_font_and_encoding): Handle most common
        case at the beginning.
 
        * xdisp.c (try_window_id): New implementation.
 
-       * dispnew.c (increment_glyph_row_buffer_positions): Capture
-       rows displaying a line end, only.
+       * dispnew.c (increment_glyph_row_buffer_positions):
+       Capture rows displaying a line end, only.
 
 1997-10-18  Gerd Moellmann  <gerd@acm.org>
 
 
        * term.c: Some hooks with function prototypes.
 
-       * xdisp.c (reseat_cursor): Additional argument force_p.  Avoid
-       computing face if possible.
+       * xdisp.c (reseat_cursor): Additional argument force_p.
+       Avoid computing face if possible.
 
        * xdisp.c (next_display_element): Use face from glyph from display
        table only if != 0.
        (init_display_info): Subtract vertical border glyph from
        last_visible_x.
 
-       * scroll.c (scrolling_window_1): Removed.
+       * scroll.c (scrolling_window_1): Remove.
 
        * dispnew.c (adjust_frame_glyphs): Split into two functions,
        based on redisplay method used.
        (adjust_frame_glyphs_for_window_redisplay): Part for purely
        window based redisplay.
 
-       * frame.h (FRAME_WINDOW_REDISPLAY_P): Changed to not depend
+       * frame.h (FRAME_WINDOW_REDISPLAY_P): Change to not depend
        on data structures.
 
        * dispnew.c (adjust_glyph_matrix): Additional parameter W.
        * dispextern.h (struct glyph_matrix): window_top_y,
        window_height.
 
-       * dispnew.c (allocate_matrices_for_window_redisplay): Detect
-       and optimize some common cases of window changes.
+       * dispnew.c (allocate_matrices_for_window_redisplay):
+       Detect and optimize some common cases of window changes.
 
        * emacs.c (main): Remove own profiling code because 0.95 now
        has it in.
        * xterm.c (x_draw_row_borders): Use FRAME_MODE_LINE_HEIGHT height
        value.
        (x_clip_to_row): Use MATRIX_ROW_VISIBLE_HEIGHT.  Simplified.
-       (do_line_dance): Simplified and pixel corrected.
+       (do_line_dance): Simplify and pixel corrected.
 
-       * dispnew.c (scrolling_window): Simplified.
+       * dispnew.c (scrolling_window): Simplify.
 
        * xterm.c (x_draw_3d_border): Insert rectangle by line width.
 
 
        * xterm.h (WINDOW_COL_PIXEL_X etc.) Removed.
 
-       * dispextern.h (WINDOW_TO_FRAME_HPOS/VPOS): Moved to dispnew.c.
+       * dispextern.h (WINDOW_TO_FRAME_HPOS/VPOS): Move to dispnew.c.
 
        * xfns.c (x_contour_region): Use pixel coordinates from window
        cursor instead of WINDOW_TO_FRAME_H/VPOS.
 
        * dispextern.h (FRAME_TO_WINDOW_HPOS, FRAME_TO_WINDOW_VPOS):
-       Removed.
+       Remove.
 
-       * dispnew.c (frame_to_window_hpos, frame_to_window_vpos): Removed.
+       * dispnew.c (frame_to_window_hpos, frame_to_window_vpos): Remove.
 
        * xterm.c (x_y_to_hpos_vpos): Get hpos/vpos from window relative
        pixel coordinates.
        * xfns.c (Fx_create_frame): Don't set PHYS_CURSOR_X to -1.
        I don't believe this is really necessary.
 
-       * dispnew.c (build_frame_matrix_from_leaf_window): Determine
-       border glyph once.
+       * dispnew.c (build_frame_matrix_from_leaf_window):
+       Determine border glyph once.
 
 1997-07-15  Gerd Moellmann  <gerd@acm.org>
 
        * window.c (mark_window_cursors_off): Mark all cursors in
        window tree off.
 
-       * xterm.c (x_display_box_cursor): Window parameter.  Use
-       window matrix.
+       * xterm.c (x_display_box_cursor): Window parameter.
+       Use window matrix.
        (glyph_to_pixel_pos): Convert matrix pos -> pixels.
        (pixel_to_glyph_pos): Convert pixel pos -> matrix pos.
        (x_update_cursor): Work on windows.
 
        * frame.h (struct frame): Cursor information removed.
 
-       * frame.h (FRAME_SCROLL_BAR_WIDTH): Removed because unused.
+       * frame.h (FRAME_SCROLL_BAR_WIDTH): Remove because unused.
        (FRAME_WINDOW_WIDTH_ARG): Don't add scroll bar width.
 
        * window.h (WINDOW_LEFT_MARGIN): Remove FRAME_LEFT_SCROLL_BAR.
        * window.h: CURSOR_VPOS/HPOS added.
 
        * frame.h (struct frame): CURSOR_X/Y removed.
-       (FRAME_CURSOR_X): Removed.
+       (FRAME_CURSOR_X): Remove.
        (FRAME_CURSOR_Y): Ditto.
 
        * dispnew.c (direct_output_for_insert): LAST_POINT_X removed.
 
        * minibuf.c (read_minibuf): Build frame matrix.
 
-       * xdisp.c (this_line_start_hpos): Renamed to
+       * xdisp.c (this_line_start_hpos): Rename to
        THIS_LINE_START_WINDOW_HPOS to make it clear that this is window
        relative.
-       (this_line_vpos): Renamed to THIS_LINE_WINDOW_VPOS for the same
+       (this_line_vpos): Rename to THIS_LINE_WINDOW_VPOS for the same
        reason.
 
        * dispnew.c (build_frame_matrix): Don't clear rows of the
 
        * lisp.h: Prototype for SCAN_BUFFER.
 
-       * xdisp.c (redisplay_windows): Simplified.
+       * xdisp.c (redisplay_windows): Simplify.
 
        * dispnew.c (window_to_frame_vpos): Convert window to frame vpos
        with debug checks.
        * xdisp.c (try_window_id): Use CANCEL_WINDOW_LINE.
        (redisplay_internal): Ditto.
 
-       * dispnew.c (cancel_window_line): Use window matrix.  Changed
-       name to CANCEL_WINDOW_LINE.
+       * dispnew.c (cancel_window_line): Use window matrix.
+       Changed name to CANCEL_WINDOW_LINE.
 
        * xdisp.c (try_window_id): Use DISPLAY_TEXT_LINE with window
        relative VPOS.
        (allocate_leaf_matrix): Add FRAME_MENU_BAR_LINES to the height of
        top-most windows.
 
-       * window.h (WINDOW_TOPMOST_P): Added.
+       * window.h (WINDOW_TOPMOST_P): Add.
 
        * xdisp.c (echo_area_display): Use PREPARE_DESIRED_ROW.
        (redisplay_window): Ditto.
 
        * dispnew.c (check_matrix_pointer_lossage): Check against
        pointer lossage in matrices.
-       (get_glyph_matrix_row): Removed.
+       (get_glyph_matrix_row): Remove.
 
-       * scroll.c (do_scrolling): Simplified.
-       (do_direct_scrolling): Simplified.
+       * scroll.c (do_scrolling): Simplify.
+       (do_direct_scrolling): Simplify.
        (scrolling_1): Pass CURRENT_MATRIX instead of FRAME to
        DO_.*SCROLLING.
 
 
        * dispnew.c (ins_del_glyph_rows): Insert/delete rows in a matrix.
-       (rotate_vector): Removed.
-       (rotate_pointers): Removed.
-       (scroll_frame_lines): Simplified.
+       (rotate_vector): Remove.
+       (rotate_pointers): Remove.
+       (scroll_frame_lines): Simplify.
 
 1997-07-03  Gerd Moellmann  <gerd@acm.org>
 
-       * dispextern.h (MATRIX_ROW_SWAP_CONTENTS): Removed.
+       * dispextern.h (MATRIX_ROW_SWAP_CONTENTS): Remove.
 
-       * dispnew.c (increment_glyph_matrix_buffer_positions): Does
-       what the name says.
+       * dispnew.c (increment_glyph_matrix_buffer_positions):
+       Does what the name says.
        (clear_glyph_row): Make a glyph row structure empty.
        (make_matrix_row_current): Make a glyph row current.
        (make_window_matrix_row_current): Perform analogous row swaps
 
        * All files: Use above new names.
 
-       * dispnew.c (scroll_frame_lines): Simplified.  Use
-       SCROLL_GLYPH_MATRIX.
+       * dispnew.c (scroll_frame_lines): Simplify.
+       Use SCROLL_GLYPH_MATRIX.
        (make_glyph_row_empty): Mark a glyph row empty.
-       (increment_glyph_row_buffer_positions): Increment
-       buffer positions in a glyph row.
+       (increment_glyph_row_buffer_positions):
+       Increment buffer positions in a glyph row.
        (increment_glyph_matrix_buffer_positions): Increment buffer
        positions in a range of rows.
        (scroll_glyph_matrix): Scroll a glyph matrix.
        (MATRIX_ROW_USED): Ditto.
        (MATRIX_ROW_SET_USED): Ditto.
 
-       * dispnew.c (line_hash_code): Simplified.
+       * dispnew.c (line_hash_code): Simplify.
 
 1997-06-30  Gerd Moellmann  <gerd@acm.org>
 
        DO_PENDING_WINDOW_CHANGE, CHANGE_FRAME_SIZE, BITCH_AT_USER,
        SIT_FOR, INIT_DISPLAY, SYMS_OF_DISPLAY,
 
-       * dispnew.c (redraw_frame): FRAME_PTR -> struct frame.  Return
-       void.
+       * dispnew.c (redraw_frame): FRAME_PTR -> struct frame.
+       Return void.
        (cancel_line): Return void.
        (clear_frame_records): Return void.
 
        WRITE_GLYPHS_HOOK, DELETE_GLYPHS_HOOK,
 
        * xdisp.c (redisplay_internal): Remove call to VERIFY_CHARSTARTS.
-       (do_verify_charstarts): Removed.
+       (do_verify_charstarts): Remove.
 
        * frame.c (Fmake_terminal_frame): Adjust glyphs.
        (Fdelete_frame): Free glyphs.
        (make_frame): Initialize matrix fields in frame.
 
-       * config.in (PROTO): Added.
+       * config.in (PROTO): Add.
 
        * emacs.c (shut_down_emacs): Check glyph memory.
 
 
        * emacs.c [DOUG_LEA_MALLOC] (malloc_initialize_hook):
        Move the handling of MALLOC_CHECK_ envvar here.
-       (main): Moved from here.
+       (main): Move from here.
 
 1999-06-29  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
 
 
        * w32console.c (clear_frame): Remember that the window width might
        be smaller than the screen buffer width.
-       (write_glyphs): Remove redundant variable attrs.  Use
-       FillConsoleOutputAttribute instead of WriteConsoleOutputAttribute.
+       (write_glyphs): Remove redundant variable attrs.
+       Use FillConsoleOutputAttribute instead of WriteConsoleOutputAttribute.
 
 1999-05-20  Andrew Innes  <andrewi@gnu.org>
 
        loses focus.
 
        * w32fns.c (w32_wnd_proc): Ensure mouse capture is released if
-       frame loses focus, and that mouse button state is reset.  Ditto
-       when the menu bar is activated.
+       frame loses focus, and that mouse button state is reset.
+       Ditto when the menu bar is activated.
 
 1999-05-18  Richard Stallman  <rms@gnu.org>
 
        (w32_clear_frame, clear_cursor, x_display_bar_cursor)
        (x_display_box_cursor, x_set_window_size): Use phys_cursor_on
        field in frame.
-       (do_line_dance): Updated WRT xterm.c.  Use macros where possible.
+       (do_line_dance): Update WRT xterm.c.  Use macros where possible.
        (dumprectangle): Take into account the width of a left-side
        scroll bar.
 
 
 1999-05-02  Kenichi HANDA  <handa@etl.go.jp>
 
-       * coding.c (setup_raw_text_coding_system): Call
-       setup_coding_system to initialize the fields of struct
+       * coding.c (setup_raw_text_coding_system):
+       Call setup_coding_system to initialize the fields of struct
        coding_system correctly.
 
 1999-04-26  Kenichi HANDA  <handa@etl.go.jp>
 1999-03-25  Andrew Innes  <andrewi@gnu.org>
 
        * makefile.nt (PREPARED_HEADERS): Change name of paths.h to epaths.h.
-       (epaths.h): Renamed from paths.h.
+       (epaths.h): Rename from paths.h.
        (clean):
        ($(BLD)\filelock.obj):
        ($(BLD)\lread.obj):
-       ($(BLD)\w32fns.obj): Renamed paths.h to epaths.h.
+       ($(BLD)\w32fns.obj): Rename paths.h to epaths.h.
 
 1999-03-23  Ken'ichi Handa  <handa@gnu.org>
 
 
 1999-03-20  Kenichi HANDA  <handa@etl.go.jp>
 
-       * coding.c (ENCODE_ISO_CHARACTER): Check validity of CHARSET.  If
-       invalid, produce the buffer internal byte sequence without encoding.
+       * coding.c (ENCODE_ISO_CHARACTER): Check validity of CHARSET.
+       If invalid, produce the buffer internal byte sequence without encoding.
 
 1999-03-19  Karl Heuer  <kwzh@gnu.org>
 
 1999-02-24  Kenichi Handa  <handa@etl.go.jp>
 
        * keymap.c (push_key_description): If enable-multibyte-characters
-       is non-nil, try to convert unibyte character to multibyte.  For
-       invalid multibyte character, show all bits by octal form.
+       is non-nil, try to convert unibyte character to multibyte.
+       For invalid multibyte character, show all bits by octal form.
        (Fsingle_key_description): Check the validity of charset for a
        generic character.
 
 
 1999-02-15  Kenichi Handa  <handa@etl.go.jp>
 
-       * coding.c (Fdecode_sjis_char, Fencode_sjis_char): Handle
-       ASCII correctly.  Signal error on invalid characters.
+       * coding.c (Fdecode_sjis_char, Fencode_sjis_char):
+       Handle ASCII correctly.  Signal error on invalid characters.
        (Fdecode_big5_char, Fencode_big5_char): Likewise.
 
 1999-02-15  Eli Zaretskii  <eliz@gnu.org>
 
 1999-02-04  Eli Zaretskii  <eliz@gnu.org>
 
-       * w16select.c (last_clipboard_text, clipboard_storage_size): New
-       static variables.
+       * w16select.c (last_clipboard_text, clipboard_storage_size):
+       New static variables.
        (set_clipboard_data): Save a copy of the text we put into
        clipboard in last_clipboard_text.
        (get_clipboard_data): If the clipboard text is identical to what
        (x_destroy_bitmap): Returns void not int.
        (x_set_border_pixel): Returns void.
        (w32_load_bdf_font): New function.
-       (w32_load_system_font): New function, was w32_load_font.  List
-       fonts before loading.  Explicitly set encoding for SJIS fonts.
+       (w32_load_system_font): New function, was w32_load_font.
+       List fonts before loading.  Explicitly set encoding for SJIS fonts.
        Set default_ascent to 0 as comment indicates.
        (w32_load_font): Call w32_load_system_font and w32_load_bdf_font.
        (w32_unload_font): Support BDF fonts.
        w32_codepage_for_charset.  Add cast to int where float
        operation is assigned to int.
        (Vw32_charset_to_codepage_alist): New variable.
-       (w32_codepage_for_charset): Removed.
+       (w32_codepage_for_charset): Remove.
        (w32_codepage_for_font): New function, replacing
        w32_codepage_for_charset.
        (syms_of_w32term): Add and initialize
 
        * w32heap.h (ROUND_UP):
        (ROUND_DOWN): New macros.
-       (need_to_recreate_heap): Renamed to using_dynamic_heap.
+       (need_to_recreate_heap): Rename to using_dynamic_heap.
        (init_heap): New extern.
        (data_region_size):
        (recreate_heap):
        (round_to_next): Obsolete function removed.
        (preload_heap_section): New variable.
        (data_region_size): Obsolete variable removed.
-       (allocate_heap): Modified to determine end of static heap section
+       (allocate_heap): Modify to determine end of static heap section
        used during preload, and use that as initial base address for
        dynamic heap instead of hard-coded value.
-       (sbrk): Remove call to allocate_heap; handled by init_heap.  Skip
-       calls to commit or decommit pages when allocating from static heap
+       (sbrk): Remove call to allocate_heap; handled by init_heap.
+       Skip calls to commit or decommit pages when allocating from static heap
        section during preload.
        (recreate_heap): Obsolete function removed.
        (init_heap): New function to initialize internal sbrk heap
        * unexw32.c: Major rewrite to support cleaner method of dumping; a
        static "bss" section is used for heap space during preload, and
        bss data is now written to the proper section area when dumping.
-       (need_to_recreate_heap): Renamed to using_dynamic_heap.
+       (need_to_recreate_heap): Rename to using_dynamic_heap.
        (heap_index_in_executable): Obsolete variable removed.
        (data_section): New variable.
-       (data_start_va): Renamed to data_start.
+       (data_start_va): Rename to data_start.
        (data_start_file): Obsolete variable removed.
        (bss_section):
        (extra_bss_size):
        sections where data will be dumped.  Allows for static and global
        bss data to be in separate ranges.  No longer relies on knowledge
        of section names.
-       (copy_executable_and_dump_data_section): Renamed
-       copy_executable_and_dump_data.  Completely rewritten to copy
+       (copy_executable_and_dump_data_section):
+       Rename copy_executable_and_dump_data.  Completely rewritten to copy
        executable section by section, so that raw data areas can be
        expanded to hold dumped data as necessary.  Allows for bss data to
        be in same section as initialized data.  Reduces size of static
        Return zero in case of success, 1 or 2 otherwise.
        (get_clipboard_data): Only bail out if the null character is in
        the last 32-byte chunk of clipboard data.
-       (Fw16_set_clipboard_data): Make ok and put_status be unsigned.  If
-       they save binary data, print a message in the echo area saying the
+       (Fw16_set_clipboard_data): Make ok and put_status be unsigned.
+       If they save binary data, print a message in the echo area saying the
        text was not put into the clipboard.
 
        * msdos.c (IT_write_glyphs): Move constant expression out of the loop.
        based on VEC.
 
        * charset.c (Qunknown): New variable.
-       (init_charset_once): Intern and staticpro Qunknown.  Initialize
-       all elements of Vcharset_symbol_table to Qunknown.
+       (init_charset_once): Intern and staticpro Qunknown.
+       Initialize all elements of Vcharset_symbol_table to Qunknown.
        (find_charset_in_str): New arg MULTIBYTE.  If it is zero, check
        unibyte characters only.  For an invalid composition sequence, set
        CHARSETS[1] to 1.
        (RIGHT_WIN_PRESSED):
        (APPS_PRESSED): New console keyboard modifier flags.
 
-       * w32term.c (convert_to_key_event): Removed.
-       (is_dead_key): Copied to w32fns.c.
+       * w32term.c (convert_to_key_event): Remove.
+       (is_dead_key): Copy to w32fns.c.
        (w32_read_socket): Generate language_change_event.  Modify to work
        with keyboard handling changes in w32_wnd_proc.
 
        code.
        (is_dead_key): Copy from w32fns.c.
        (w32_kbd_patch_key): Comment attempt to improve handling of
-       dead-keys, and system bug relating to same on Windows NT.  Work
-       around the bug by calling ToUnicode and then converting to the
+       dead-keys, and system bug relating to same on Windows NT.
+       Work around the bug by calling ToUnicode and then converting to the
        correct codepage.
-       (map_virt_key): Removed obsolete variable.
+       (map_virt_key): Remove obsolete variable.
        (lispy_function_keys): Add extern.
        (key_event): Major rework of keyboard input handling: optionally
        recognize Windows keys and Apps key as modifiers; optionally treat
        for given key.
        (w32_get_modifiers): Returns modifier flags for
        non-keyboard input events.
-       (construct_console_modifiers): Renamed from construct_modifiers;
+       (construct_console_modifiers): Rename from construct_modifiers;
        recognize Windows and Apps keys as modifiers.
        (w32_get_key_modifiers): New function.  Returns modifier flags for
        keyboard input events.
 
 1998-11-10  Kenichi Handa  <handa@etl.go.jp>
 
-       * category.h (CATEGORY_SET): Adjusted for the change of
+       * category.h (CATEGORY_SET): Adjust for the change of
        cmpchar_component.
        (CATEGORY_SET): Likewise.
 
-       * charset.c (cmpchar_component): New arg NOERROR.  Check
-       composition char ID more strictly.
+       * charset.c (cmpchar_component): New arg NOERROR.
+       Check composition char ID more strictly.
        (Fcmpchar_component): Call cmpchar_component with NOERROR arg zero.
        (Fcmpchar_cmp_rule): If CHARACTER should be composed relatively,
        return 255.
        (insert_from_buffer_1): Likewise.
        (adjust_after_replace): Inhibit bytes combined across region
        boundary.  Update end_unchanged correctly.
-       (replace_range): Call CHECK_BYTE_COMBINING_FOR_INSERT.  Update
-       end_unchanged correctly.
+       (replace_range): Call CHECK_BYTE_COMBINING_FOR_INSERT.
+       Update end_unchanged correctly.
        (del_range_2): Inhibit bytes combined across region boundary.
        Update end_unchanged correctly.
 
 
 1998-10-27  Dave Love  <fx@gnu.org>
 
-       * fns.c (Fbase64_decode_region, Fbase64_encode_region): Fix
-       newline in doc string.
+       * fns.c (Fbase64_decode_region, Fbase64_encode_region):
+       Fix newline in doc string.
 
 1998-10-27  Kenichi Handa  <handa@etl.go.jp>
 
        * w32fns.c (Vx_pixel_size_width): New global variable.
        (unibyte_display_via_language_environment): New global variable.
        (x_set_font): Add support for setting fontsets.
-       (Fx_create_frame): Add check_w32().  Initialize fontsets.  Fix
-       font names to match xlfd-tight-regexp.
+       (Fx_create_frame): Add check_w32().  Initialize fontsets.
+       Fix font names to match xlfd-tight-regexp.
        (w32_load_font): Rewrite based on x_load_font.
-       (x_to_w32_charset, w32_to_x_charset): Add character sets.  Use
-       `iso8859-1' rather than `ansi'.
+       (x_to_w32_charset, w32_to_x_charset): Add character sets.
+       Use `iso8859-1' rather than `ansi'.
        (w32_to_x_font): Remove `-' from font name.  Remove the `-' off the
        end.  Move charset into `charset registry' field.
        (enum_font_cb2): Check charsets match.  Include width in font list.
        (w32_list_fonts): Rewrite based on x_list_fonts.
        Moved from w32term.c to have access to enumfont_t struct.
-       (Fx_list_fonts): w32 specific version eliminated.  Include
-       `x-list-fonts.c'.
-       (w32_get_font_info, w32_query_font, w32_find_ccl_program): New
-       functions for fontset support - adapted from x_ equivalents.
-       (syms_of_w32fns): New lisp variables initialized.  Function
-       pointers for fontset.c set up.
+       (Fx_list_fonts): w32 specific version eliminated.
+       Include `x-list-fonts.c'.
+       (w32_get_font_info, w32_query_font, w32_find_ccl_program):
+       New functions for fontset support - adapted from x_ equivalents.
+       (syms_of_w32fns): New lisp variables initialized.
+       Function pointers for fontset.c set up.
 
        * w32term.c: Include fontset.h.  Define codepage macros.
        Add ENCODE_BIG5 macro from coding.c.
        (w32_no_unicode_output): New variable.
-       (w32_codepage_for_charset, w32_use_unicode_for_codepage): New
-       functions.
+       (w32_codepage_for_charset, w32_use_unicode_for_codepage):
+       New functions.
        (BUILD_WCHAR_T, BYTE1, BYTE2): New macros.
        (dumpglyphs): Rewrite based on xterm.c equivalent.
        (x_new_font): Use functionality provided in fontset.c.
 
        * lisp.h (clear_string_char_byte_cache): Extern it.
 
-       * xselect.c (lisp_data_to_selection_data): Call
-       find_charset_in_str with CMPCHARP arg 0.
+       * xselect.c (lisp_data_to_selection_data):
+       Call find_charset_in_str with CMPCHARP arg 0.
        * w16select.c (Fw16_set_clipboard_data): Likewise.
        * w32select.c (Fw32_set_clipboard_data): Likewise.
 
 
        * coding.c (check_composing_code): Fix previous change.  Now it
        always returns 0 or -1.
-       (decode_coding_iso2022): Adjusted for the above change.
+       (decode_coding_iso2022): Adjust for the above change.
        (encode_coding_iso2022): When encoding the last block, flush out
        tailing garbage bytes.
        (setup_coding_system): Delete unnecessary code.
 
        * ccl.c (CCL_WRITE_CHAR): Don't use bcopy.
        (ccl_driver): If BUFFER-MAGNIFICATION of the CCL program is 0,
-       cause error if the program is going to output some bytes.  When
-       outputting a string to notify an error, check the case that
+       cause error if the program is going to output some bytes.
+       When outputting a string to notify an error, check the case that
        DST_BYTES is zero.
 
        * coding.h (CODING_FINISH_INTERRUPT): New macro.
        * w16select.c (Vnext_selection_coding_system): New variable.
        (syms_of_win16select): DEFVAR_LISP it.  No need to staticpro
        Vselection_coding_system.
-       (Fw16_set_clipboard_data): Always convert multibyte strings.  Use
-       Vnext_selection_coding_system if non-nil.
+       (Fw16_set_clipboard_data): Always convert multibyte strings.
+       Use Vnext_selection_coding_system if non-nil.
        (Fw16_get_clipboard_data): Always convert a string that includes
        non-ASCII characters.  Use Vnext_selection_coding_system if
        non-nil.
 1998-08-28  Kenichi Handa  <handa@etl.go.jp>
 
        * insdel.c (adjust_after_replace): Fix the code to record undo
-       information for the case that `before combining' happens.  Remove
-       text properties which are added to the new text by
+       information for the case that `before combining' happens.
+       Remove text properties which are added to the new text by
        offset_intervals.
 
        * coding.c (code_convert_region1): Remove all text properties of