aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2001-11-28 23:55:08 +0000
committerPaul Eggert2001-11-28 23:55:08 +0000
commite8d6a09bd0a45d8f253bfe984a12e6d41f004fe1 (patch)
tree289edbde121abe0aa6fa065c19983efc372da00b /lib-src/ChangeLog
parent29e53a0ae9fb469bdc874026a43e049c9b57671e (diff)
downloademacs-e8d6a09bd0a45d8f253bfe984a12e6d41f004fe1.tar.gz
emacs-e8d6a09bd0a45d8f253bfe984a12e6d41f004fe1.zip
(Copyright): Add '(C)' as per coding guidelines.
The following changes are derived from suggestions by Bob Chapman <rechapman@compuserve.com>. (printlogline): Also allow tab and newline to separate '(function):' from the rest of a comment. (reformat the sorted log entries): Require date and author to match the clumpname.
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index bf5dfdef31a..92d1efaf1eb 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,15 @@
12001-11-28 Paul Eggert <eggert@twinsun.com>
2
3 * rcs2log (Copyright): Add '(C)' as per coding guidelines.
4
5 The following changes are derived from suggestions by Bob Chapman
6 <rechapman@compuserve.com>.
7
8 * rcs2log (printlogline): Also allow tab and newline to separate
9 '(function):' from the rest of a comment.
10 (reformat the sorted log entries): Require date and author to
11 match the clumpname.
12
12001-11-16 Gerd Moellmann <gerd@gnu.org> 132001-11-16 Gerd Moellmann <gerd@gnu.org>
2 14
3 * ebrowse.c (matching_regexp): Escape '\\'. 15 * ebrowse.c (matching_regexp): Escape '\\'.