diff options
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 12 |
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 @@ | |||
| 1 | 2004-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 | |||
| 1 | 2004-03-01 Juanma Barranquero <lektu@terra.es> | 13 | 2004-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. |