aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThien-Thi Nguyen2004-11-19 15:22:08 +0000
committerThien-Thi Nguyen2004-11-19 15:22:08 +0000
commite1c1c5a7f4b92cadec79150bd55a96f33ad0742a (patch)
treedaf33bb9f2bf204d7f927b0de8fcd60c32115eb6
parent8b192981e402175a1dd46ef66330de614f86dbb4 (diff)
downloademacs-e1c1c5a7f4b92cadec79150bd55a96f33ad0742a.tar.gz
emacs-e1c1c5a7f4b92cadec79150bd55a96f33ad0742a.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog8
-rw-r--r--lispref/ChangeLog4
-rw-r--r--man/ChangeLog19
3 files changed, 24 insertions, 7 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e3c1a498b29..060232490c2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,13 @@
12004-11-19 Thien-Thi Nguyen <ttn@gnu.org> 12004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
2 2
3 * vc-rcs.el (vc-rcs-parse): New function.
4 (vc-rcs-annotate-command): Likewise.
5 (vc-rcs-annotate-current-time): Likewise.
6 (vc-rcs-annotate-time): Likewise.
7 (vc-rcs-annotate-extract-revision-at-line): Likewise.
8
92004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
10
3 * Makefile.in (recompile): Set `max-specpdl-size' before compiling. 11 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
4 12
52004-11-18 Jay Belanger <belanger@truman.edu> 132004-11-18 Jay Belanger <belanger@truman.edu>
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 78406b20c48..319cb87a097 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,7 @@
12004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
2
3 * tips.texi (Coding Conventions): Fix typo.
4
12004-11-16 Richard M. Stallman <rms@gnu.org> 52004-11-16 Richard M. Stallman <rms@gnu.org>
2 6
3 * tips.texi (Coding Conventions): Separate defvar and require 7 * 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 @@
12004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
2
3 * files.texi (Old Versions):
4 No longer document annotation as "CVS only".
5
12004-11-10 Andre Spiegel <spiegel@gnu.org> 62004-11-10 Andre Spiegel <spiegel@gnu.org>
2 7
3 * files.texi (Version Control): Rewrite the introduction about 8 * files.texi (Version Control): Rewrite the introduction about
@@ -12,10 +17,10 @@
12 17
132004-11-03 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 182004-11-03 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
14 19
15 * frames.texi (Dialog Boxes): 20 * frames.texi (Dialog Boxes):
16 * idlwave.texi (Continued Statement Indentation): 21 * idlwave.texi (Continued Statement Indentation):
17 * reftex.texi (Options (Index Support)): 22 * reftex.texi (Options (Index Support)):
18 (Displaying and Editing the Index, Table of Contents): 23 (Displaying and Editing the Index, Table of Contents):
19 * speedbar.texi (Creating a display, Major Display Modes): Replace 24 * speedbar.texi (Creating a display, Major Display Modes): Replace
20 non-nil with non-@code{nil}. 25 non-nil with non-@code{nil}.
21 26
@@ -49,8 +54,8 @@
492004-10-18 Jay Belanger <belanger@truman.edu> 542004-10-18 Jay Belanger <belanger@truman.edu>
50 55
51 * calc.texi (Reporting Bugs): Changed the address that bugs 56 * calc.texi (Reporting Bugs): Changed the address that bugs
52 should be sent to. 57 should be sent to.
53 58
542004-10-15 Reiner Steib <Reiner.Steib@gmx.de> 592004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
55 60
56 * gnus.texi (New Features): Add 5.11. 61 * gnus.texi (New Features): Add 5.11.
@@ -69,7 +74,7 @@
69 74
70 * calc.texi (Help Commands): Changed the descriptions of 75 * calc.texi (Help Commands): Changed the descriptions of
71 calc-describe-function and calc-describe-variable to match their 76 calc-describe-function and calc-describe-variable to match their
72 current behavior. 77 current behavior.
73 78
742004-10-12 Reiner Steib <Reiner.Steib@gmx.de> 792004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
75 80
@@ -236,7 +241,7 @@
236 241
237 * calc.texi (Notations Used in This Manual): Put in an earlier 242 * calc.texi (Notations Used in This Manual): Put in an earlier
238 mention that DEL could be called Backspace. 243 mention that DEL could be called Backspace.
239 244
2402004-09-20 Richard M. Stallman <rms@gnu.org> 2452004-09-20 Richard M. Stallman <rms@gnu.org>
241 246
242 * custom.texi (Hooks): Explain using setq to clear out a hook. 247 * custom.texi (Hooks): Explain using setq to clear out a hook.