emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp ChangeLog.1 ChangeLog.13 ChangeLog.4...


From: Glenn Morris
Subject: [Emacs-diffs] emacs/lisp ChangeLog.1 ChangeLog.13 ChangeLog.4...
Date: Fri, 19 Dec 2008 03:13:54 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/12/19 03:13:54

Modified files:
        lisp           : ChangeLog.1 ChangeLog.13 ChangeLog.4 
                         ChangeLog.6 ChangeLog.9 

Log message:
        Format and file name fixes, for AUTHORS.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog.1?cvsroot=emacs&r1=1.16&r2=1.17
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog.13?cvsroot=emacs&r1=1.7&r2=1.8
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog.4?cvsroot=emacs&r1=1.24&r2=1.25
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog.6?cvsroot=emacs&r1=1.24&r2=1.25
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog.9?cvsroot=emacs&r1=1.24&r2=1.25

Patches:
Index: ChangeLog.1
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog.1,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- ChangeLog.1 1 Oct 2008 09:12:43 -0000       1.16
+++ ChangeLog.1 19 Dec 2008 03:13:52 -0000      1.17
@@ -1584,7 +1584,7 @@
        * 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: ChangeLog.13
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog.13,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- ChangeLog.13        19 Dec 2008 01:50:49 -0000      1.7
+++ ChangeLog.13        19 Dec 2008 03:13:52 -0000      1.8
@@ -1450,7 +1450,7 @@
 
 2008-02-01  Jason Rumney  <address@hidden>
 
-       * w32-charset-info-alist: Define iso10646-1 always.
+       * w32-fns.el (w32-charset-info-alist): Define iso10646-1 always.
 
 2008-02-01  Kenichi Handa  <address@hidden>
 
@@ -4274,7 +4274,7 @@
        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: ChangeLog.4
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog.4,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- ChangeLog.4 19 Dec 2008 01:50:49 -0000      1.24
+++ ChangeLog.4 19 Dec 2008 03:13:53 -0000      1.25
@@ -2000,7 +2000,7 @@
 
        * 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: ChangeLog.6
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog.6,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- ChangeLog.6 19 Dec 2008 01:50:50 -0000      1.24
+++ ChangeLog.6 19 Dec 2008 03:13:53 -0000      1.25
@@ -1662,7 +1662,7 @@
 
 1996-03-28  Michael Kifer  <address@hidden>
 
-       * 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: ChangeLog.9
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog.9,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- ChangeLog.9 1 Oct 2008 09:12:48 -0000       1.24
+++ ChangeLog.9 19 Dec 2008 03:13:53 -0000      1.25
@@ -1173,8 +1173,7 @@
        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  <address@hidden>
 
@@ -4872,7 +4871,7 @@
 
        * 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.
@@ -5815,7 +5814,7 @@
        (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.
 
@@ -8577,7 +8576,7 @@
        * 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.
@@ -12749,7 +12748,7 @@
        (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).
 
@@ -12999,7 +12998,7 @@
        `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'.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]