| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove lib-src/grep-changelog | Glenn Morris | 2014-12-13 | 1 | -265/+0 |
| | | | | | | | | | | | | | | | | | | | | | | Ref: http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00145.html * lib-src/grep-changelog: Remove file. * lib-src/Makefile.in (INSTALLABLE_SCRIPTS): Remove. (all, install, uninstall): Remove INSTALLABLE_SCRIPTS. * doc/man/grep-changelog.1: Remove file. * make-dist: No more lib-src/grep-changelog. * INSTALL: No longer mention grep-changelog. * admin/quick-install-emacs (PUBLIC_LIBSRC_SCRIPTS): Remove, and all uses. * admin/authors.el (authors-valid-file-names): Add grep-changelog. * etc/NEWS: Mention this. | ||||
| * | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
| | | |||||
| * | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+1 |
| | | |||||
| * | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
| | | |||||
| * | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
| | | |||||
| * | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -1/+0 |
| | | |||||
| * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
| | | |||||
| * | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
| | | |||||
| * | Add 2009 to copyright years. | Glenn Morris | 2009-01-08 | 1 | -1/+1 |
| | | |||||
| * | Fix comment typo. | Glenn Morris | 2008-12-13 | 1 | -1/+1 |
| | | |||||
| * | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-09 | 1 | -9/+7 |
| | | |||||
| * | Add 2008 to copyright years. | Glenn Morris | 2008-01-07 | 1 | -1/+1 |
| | | |||||
| * | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
| | | |||||
| * | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
| | | |||||
| * | When called with no arguments (not even a filter), show help instead of | Juanma Barranquero | 2006-11-02 | 1 | -19/+30 |
| | | | | | blindingly dumping every single ChangeLog available. Doc fix. Update version. | ||||
| * | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
| | | |||||
| * | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-07 | 1 | -1/+2 |
| | | |||||
| * | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
| | | |||||
| * | Changes to support ChangeLog.10+. | Juanma Barranquero | 2004-03-09 | 1 | -25/+37 |
| | | | | | | | | | | | | (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. | ||||
| * | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+1 |
| | | |||||
| * | (parse_changelog): Remove unused local variable. | Gerd Moellmann | 2001-07-25 | 1 | -19/+33 |
| | | | | | | | (main): Add new option --reverse. (print_log): Use it. (parse_changelog): Use it. | ||||
| * | Remove RCS Id keyword. | Gerd Moellmann | 2001-07-20 | 1 | -1/+0 |
| | | |||||
| * | (main, parse_changelog): Make "use strict"-clean. | Gerd Moellmann | 2001-07-20 | 1 | -14/+19 |
| | | |||||
| * | (parse_changelog): Add another test for defined value to | Gerd Moellmann | 2001-07-20 | 1 | -1/+3 |
| | | | | | quiet warnings from Perl 5.005 and above. | ||||
| * | (entry_match_p, header_match_p): Fix handling of null or empty | Gerd Moellmann | 2001-07-20 | 1 | -1/+5 |
| | | | | | argument to prevent duplicate headers. | ||||
| * | (parse_changelog): Add test for defined value to | Gerd Moellmann | 2001-07-20 | 1 | -3/+3 |
| | | | | | quiet warning from Perl 5.005 or above. | ||||
| * | Fix typos in comments. Remove trailing blanks. | Jim Meyering | 2000-06-14 | 1 | -12/+12 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-05-05 | 1 | -2/+2 |
| | | |||||
| * | Initial revision | Gerd Moellmann | 1999-08-10 | 1 | -0/+220 |