]> code.delx.au - gnu-emacs/commitdiff
Format and file name fixes, for AUTHORS.
authorGlenn Morris <rgm@gnu.org>
Fri, 19 Dec 2008 03:13:52 +0000 (03:13 +0000)
committerGlenn Morris <rgm@gnu.org>
Fri, 19 Dec 2008 03:13:52 +0000 (03:13 +0000)
lisp/ChangeLog.1
lisp/ChangeLog.13
lisp/ChangeLog.4
lisp/ChangeLog.6
lisp/ChangeLog.9

index 5545b7313544f90c3422edc37b210b690bf6d298..c8b256d151029750ac2d6870e501a4cab2a5c8f3 100644 (file)
        * debug.el (debug):
        Save match-data on entry, and do store-match-data on exit.
 
-       * mail-utils:
+       * mail-utils.el:
        mail-string-delete: Make arg END exclusive.
        mail-strip-quoted-names: flush spaces before stuff being flushed.
         Compensate for change to mail-string-delete.
index 642a0f0e20968c7e7d3a45f90979f4b846249082..094180fcc07c6ddf18ff2443a1ae2a7687e76e4c 100644 (file)
 
 2008-02-01  Jason Rumney  <jasonr@gnu.org>
 
-       * w32-charset-info-alist: Define iso10646-1 always.
+       * w32-fns.el (w32-charset-info-alist): Define iso10646-1 always.
 
 2008-02-01  Kenichi Handa  <handa@m17n.org>
 
        stops with an error and Emacs does not compile with those things in.
        Besides, declare-function is not defined in XEmacs.
 
-       * ediff-util (eqiff-quit): Autoraise minibuffer.
+       * ediff-util.el (eqiff-quit): Autoraise minibuffer.
 
        * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Make it a defun.
 
index c69c5bfa810075c4ab16905e723af7093a5c28e6..eb20d0bebb5d3c2abe4b63592810a681833433f9 100644 (file)
 
        * edebug.el: New version from author.
 
-       * cust-print.el Change "internal" to "original" throughout.
+       * cust-print.el: Change "internal" to "original" throughout.
        (add-custom-printer, delete-custom-printer): Replace old
        customizers.
        (with-custom-print): New.
index 9cef4ccbef45567956ebf4e3f836ad1fbd53bfed..ac5c3a5189c093e2ab69cb1fcd1fe8a640485bbd 100644 (file)
 
 1996-03-28  Michael Kifer  <kifer@cs.sunysb.edu>
 
-       * viper.el and related files: Copyright message updated.
+       * viper*.el: Copyright message updated.
        Also, added eval-when-compile's to reduce the number of warnings.
        * viper.el (vip-add-newline-at-eob-if-necessary):
        Don't add newline for read-only files.
index 18e117721ddbc5fcab930f70a37004a44d56631d..19bf49c82d14ed12e631c54c533176480882b448 100644 (file)
        that reads a character and uses the current input method or
        iso-accents when appropriate.
 
-       * viper.el and all others: Corrections to the comment blocks at
-       the top.
+       * viper*.el: Corrections to the comment blocks at the top.
 
 2001-09-09  Eli Zaretskii  <eliz@is.elta.co.il>
 
 
        * ediff.el: Date of last update, copyright years.
 
-       * ediff-wind (ediff-setup-control-frame): Nill->nil.
+       * ediff-wind.el (ediff-setup-control-frame): Nill->nil.
 
        * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
        of Scott Bronson.
        (vc-version-diff): Use it.
        (vc-diff-switches-list): New macro.
 
-       * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
+       * vc-rcs.el, vc-cvs.el, vc-sccs.el (vc-BACKEND-diff-switches):
        New customization options.
        (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
 
        * vc.el: Updated backend documentation.
        (vc-default-check-headers): New function.
 
-       * vc-{cvs,rcs,sccs}.el: Functions reordered.
+       * vc-cvs.el, vc-rcs.el, vc-sccs.el: Functions reordered.
 
        * vc.el (vc-revert-buffer): Ask for confirmation if file seems
        up-to-date.
        (vc-retrieve-snapshot): Allow the command to operate on any
        directory.
 
-       * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
+       * vc-rcs.el, vc-sccs.el, vc-cvs.el: Update calls to vc-do-command by either
        just removing the 'WORKFILE argument or by removing the 'MASTER
        argument and replacing `file' with (vc-name file).
 
        `vc-locking-user' semantics.
        (vc-backend-merge): Remove.
 
-       * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
+       * vc-rcs.el, vc-scc.el: (vc-{sc,r}cs-check{in,out}): Update 'vc-state
        rather than 'vc-locking-user.
 
        * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.