aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2004-03-09 22:47:27 +0000
committerJuanma Barranquero2004-03-09 22:47:27 +0000
commitbdfd0369ce065c4ed22cf74c6f32c6a081eca56f (patch)
tree8ef92ba41799d51d6466bba4d5dedb75b1e5d93d /lib-src/ChangeLog
parent2c8155f78401809603640becd4f25e6858e35b5c (diff)
downloademacs-bdfd0369ce065c4ed22cf74c6f32c6a081eca56f.tar.gz
emacs-bdfd0369ce065c4ed22cf74c6f32c6a081eca56f.zip
Changes to support ChangeLog.10+.
(main): Tidy up usage string. Fix "Use of uninitialized value" warning. Set version to 0.2. Parse the directory listing to get any ChangeLog.n file, not just 1..9. (header_match_p, entry_match_p, print_log, parse_changelog): Remove Perl prototypes (their purpose is to help the parser, which isn't needed here, not declare arguments). (parse_changelog): Make --reverse faster on big batches by not modifying the entries list.
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 9876b0b041a..4e995ff185a 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,15 @@
12004-03-09 Juanma Barranquero <lektu@terra.es>
2
3 * grep-changelog: Changes to support ChangeLog.10+.
4 (main): Tidy up usage string. Fix "Use of uninitialized value"
5 warning. Set version to 0.2. Parse the directory listing to get
6 any ChangeLog.n file, not just 1..9.
7 (header_match_p, entry_match_p, print_log, parse_changelog):
8 Remove Perl prototypes (their purpose is to help the parser, which
9 isn't needed here, not declare arguments).
10 (parse_changelog): Make --reverse faster on big batches by not
11 modifying the entries list.
12
12004-03-01 Juanma Barranquero <lektu@terra.es> 132004-03-01 Juanma Barranquero <lektu@terra.es>
2 14
3 * makefile.w32-in (obj): Add fringe.c. 15 * makefile.w32-in (obj): Add fringe.c.