emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/doc/lispref/ChangeLog,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/doc/lispref/ChangeLog,v
Date: Mon, 07 Jan 2008 16:10:30 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      08/01/07 16:10:29

Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/doc/lispref/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -b -r1.33 -r1.34
--- ChangeLog   6 Jan 2008 00:56:55 -0000       1.33
+++ ChangeLog   7 Jan 2008 16:10:29 -0000       1.34
@@ -812,10 +812,10 @@
        * compile.texi (Eval During Compile): Clarify putting macros
        in eval-when-compile.
 
-2007-02-25  Vinicius Jose Latorre  <address@hidden>
+2007-02-25  Vinicius Jose Latorre  <address@hidden>  (tiny change)
 
        * loading.texi (How Programs Do Loading): Fix anchor position at
-       load-read-function definition doc. (tiny change)
+       load-read-function definition doc.
 
 2007-02-21  Kim F. Storm  <address@hidden>
 
@@ -1840,7 +1840,7 @@
 2006-05-25  Chong Yidong  <address@hidden>
 
        * keymaps.texi (Key Sequences): Renamed from Keymap Terminology.
-       Explain string and vector representations of key sequences
+       Explain string and vector representations of key sequences.
 
        * keymaps.texi (Changing Key Bindings):
        * commands.texi (Interactive Codes):
@@ -6336,7 +6336,7 @@
        * Makefile (elisp.tps): New target.
        (elisp.dvi): Depend on elisp.tps.
 
-Wed Apr  3 15:24:25 1996  Karl Heuer  <address@hidden>
+1996-04-03  Karl Heuer  <address@hidden>
 
        * README: Update phone number.
 
@@ -6346,80 +6346,80 @@
        Use mkinstalldirs.
        (dist): Add mkinstalldirs.
 
-Mon Jun 19 14:35:26 1995  Richard Stallman  <address@hidden>
+1995-06-19  Richard Stallman  <address@hidden>
 
        * Makefile (VERSION): Update version number.
        (maintainer-clean): Renamed from realclean.
 
-Wed Jun  7 17:04:59 1995  Karl Heuer  <address@hidden>
+1995-06-07  Karl Heuer  <address@hidden>
 
        * Makefile (realclean): New target.
        (elisp): Remove any old elisp-* files first.
 
-Tue Nov 23 19:59:40 1993  Noah Friedman  (address@hidden)
+1993-11-23  Noah Friedman  (address@hidden)
 
        * Makefile (VERSION): New variable.
        (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
        Compressed file suffix should be `.gz', not `.z'.
 
-Mon Nov 22 15:06:19 1993  Richard Stallman  (address@hidden)
+1993-11-22 1993  Richard Stallman  (address@hidden)
 
        * Makefile (elisp): Depend on makeinfo.
 
-Fri Nov 19 02:29:33 1993  Noah Friedman  (address@hidden)
+1993-11-19  Noah Friedman  (address@hidden)
 
        * Makefile (srcs): Add anti.texi.
 
-Fri May 28 18:04:53 1993  Richard Stallman  (address@hidden)
+1993-05-28  Richard Stallman  (address@hidden)
 
        * Makefile (infodir, prefix): New vars.
        (install): Use infodir.
        (emacsinfodir): Deleted.
 
-Thu May 27 02:11:25 1993  Richard Stallman  (address@hidden)
+1993-05-27  Richard Stallman  (address@hidden)
 
        * Makefile (srcs): Add calendar.texi.
 
        * Makefile (dist): Copy texindex.c and makeinfo.c.
        Limit elisp-* files to those with one or two digits.
 
-Sun May 16 17:58:21 1993  Jim Blandy  (address@hidden)
+1993-05-16  Jim Blandy  (address@hidden)
 
        * Makefile (dist): Changed to use Gzip instead of compress.
 
-Fri Apr 23 01:05:23 1993  Eric S. Raymond  (address@hidden)
+1993-04-23  Eric S. Raymond  (address@hidden)
 
        * loading.texi (Unloading): define-function changed back to
        defalias.  It may not stay this way, but at least it's
        consistent with the known-good version of the code patch.
 
-Fri Mar 26 21:14:54 1993  Eric S. Raymond  (address@hidden)
+1993-03-26  Eric S. Raymond  (address@hidden)
 
        * modes.texi (Hooks): Document new optional arg of add-hook.
 
-Wed Mar 17 08:48:24 1993  Eric S. Raymond  (address@hidden)
+1993-03-17  Eric S. Raymond  (address@hidden)
 
        * variables.texi: Document nil initial value of buffer-local variables.
 
        * tips.texi: Add new section on standard library headers.
 
-Sat Feb 27 18:00:25 1993  Jim Blandy  (address@hidden)
+1993-02-27  Jim Blandy  (address@hidden)
 
        * Makefile (srcs): Add frame.texi to the list of sources.
 
-Tue Feb 23 10:50:25 1993  Jim Blandy  (address@hidden)
+1993-02-23  Jim Blandy  (address@hidden)
 
        * Makefile (dist): Don't bother excluding autosave files; they'll
        never make it into the temp directory anyway, and the hash marks
        in the name are problematic for make and the Bourne shell.
        (srcs):
 
-Fri Feb 12 16:54:38 1993  Jim Blandy  (address@hidden)
+1993-02-12  Jim Blandy  (address@hidden)
 
        * Makefile (dist): Don't include backup files or autosave files in
        the distribution tar file.
 
-Tue Nov 26 21:10:34 1991  Richard Stallman  (address@hidden)
+1991-11-26  Richard Stallman  (address@hidden)
 
        * Makefile (srcs): Added index.perm.
        (elisp.dvi): Remove erroneous shell comment.
@@ -6427,30 +6427,30 @@
        Save old elisp.aux in elisp.oaux.
        (clean): Added index.texi to be deleted.
 
-Sat Aug 11 17:39:10 1990  Richard Stallman  (address@hidden)
+1990-08-11  Richard Stallman  (address@hidden)
 
        * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
 
-Tue Jun 26 09:57:26 1990  David Lawrence  (address@hidden)
+1990-06-26  David Lawrence  (address@hidden)
 
        * files.texi: Noted that completion-ignored-extensions is ignored
        when making *Completions*.
 
-Fri Jun  8 16:44:44 EDT 1990 Jay Fenlason (address@hidden)
+1990-06-08  Jay Fenlason (address@hidden)
 
        * Makefile  make dist now depends on elisp.dvi, since it tries
        to include it in the dist file.
 
-Wed Mar 28 22:57:35 1990  Jim Kingdon  (address@hidden)
+1990-03-28  Jim Kingdon  (address@hidden)
 
-       * functions.texinfo (Mapping Functions): Add missing quote
+       * functions.texinfo (Mapping Functions): Add missing quote.
 
-Mon Jun 19 18:09:24 1989  Richard Stallman  (address@hidden)
+1989-06-19  Richard Stallman  (address@hidden)
 
        * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
        (defunargs): Turn off \hyphenchar of \sl font temporarily.
 
-Wed May 10 18:01:17 1989  Robert J. Chassell  (address@hidden)
+1989-05-10  Robert J. Chassell  (address@hidden)
 
        * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
        and @error{} are the terms now being used.  The files in the
@@ -6459,21 +6459,21 @@
        * All instances of @indentedresultt{} have been changed to
        `     @result{}', using 5 spaces at the begining of the line.
 
-Mon Apr 24 21:02:55 1989  Robert J. Chassell  (address@hidden)
+1989-04-24  Robert J. Chassell  (address@hidden)
 
        * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
        experimental @indentedresult{}, @indentedexpandsto{} are part of
        the texinfo.tex in this directory.  These TeX macros are not
        stable yet.
 
-Mon Apr 17 18:56:50 1989  Robert J. Chassell  (address@hidden)
+1989-04-17  Robert J. Chassell  (address@hidden)
 
        * texinfo.tex: Temporarily added
                \let\result=\dblarrow
                \def\error{{\it ERROR} \longdblarrow}
        We need to do this better soon.
 
-Tue Apr 11 12:23:28 1989  Robert J. Chassell  (address@hidden)
+1989-04-11  Robert J. Chassell  (address@hidden)
 
        * Applied Karl Berry's patches to *.texinfo files, but not to
        texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'.  (Karl's




reply via email to

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