From: Thien-Thi Nguyen Date: Fri, 19 Nov 2004 15:22:08 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~3842 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e1c1c5a7f4b92cadec79150bd55a96f33ad0742a;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e3c1a498b29..060232490c2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2004-11-19 Thien-Thi Nguyen + + * vc-rcs.el (vc-rcs-parse): New function. + (vc-rcs-annotate-command): Likewise. + (vc-rcs-annotate-current-time): Likewise. + (vc-rcs-annotate-time): Likewise. + (vc-rcs-annotate-extract-revision-at-line): Likewise. + 2004-11-19 Thien-Thi Nguyen * Makefile.in (recompile): Set `max-specpdl-size' before compiling. diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 78406b20c48..319cb87a097 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,7 @@ +2004-11-19 CHENG Gao (tiny change) + + * tips.texi (Coding Conventions): Fix typo. + 2004-11-16 Richard M. Stallman * tips.texi (Coding Conventions): Separate defvar and require diff --git a/man/ChangeLog b/man/ChangeLog index 6aa29b26aee..140e41a3ac9 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,8 @@ +2004-11-19 Thien-Thi Nguyen + + * files.texi (Old Versions): + No longer document annotation as "CVS only". + 2004-11-10 Andre Spiegel * files.texi (Version Control): Rewrite the introduction about @@ -12,10 +17,10 @@ 2004-11-03 Jan Dj,Ad(Brv - * frames.texi (Dialog Boxes): - * idlwave.texi (Continued Statement Indentation): + * frames.texi (Dialog Boxes): + * idlwave.texi (Continued Statement Indentation): * reftex.texi (Options (Index Support)): - (Displaying and Editing the Index, Table of Contents): + (Displaying and Editing the Index, Table of Contents): * speedbar.texi (Creating a display, Major Display Modes): Replace non-nil with non-@code{nil}. @@ -49,8 +54,8 @@ 2004-10-18 Jay Belanger * calc.texi (Reporting Bugs): Changed the address that bugs - should be sent to. - + should be sent to. + 2004-10-15 Reiner Steib * gnus.texi (New Features): Add 5.11. @@ -69,7 +74,7 @@ * calc.texi (Help Commands): Changed the descriptions of calc-describe-function and calc-describe-variable to match their - current behavior. + current behavior. 2004-10-12 Reiner Steib @@ -236,7 +241,7 @@ * calc.texi (Notations Used in This Manual): Put in an earlier mention that DEL could be called Backspace. - + 2004-09-20 Richard M. Stallman * custom.texi (Hooks): Explain using setq to clear out a hook.