diff options
author | Eli Zaretskii <eliz@gnu.org> | 2000-08-16 12:47:20 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2000-08-16 12:47:20 +0000 |
commit | 6bb6cda236f7c682907eddac367786d97f12e522 (patch) | |
tree | 498592fa86a158ae1d2e7913e43d21ca5b715dbd /man/programs.texi | |
parent | 65aa5e85fa3594ed0470f55d0c6c06c2d9de1d22 (diff) | |
download | emacs-6bb6cda236f7c682907eddac367786d97f12e522.tar.gz |
Document the new change-log-redate command.
Diffstat (limited to 'man/programs.texi')
-rw-r--r-- | man/programs.texi | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/man/programs.texi b/man/programs.texi index 0264e3c2bc6..fde849a1bb7 100644 --- a/man/programs.texi +++ b/man/programs.texi @@ -1779,6 +1779,22 @@ The command @kbd{M-x change-log-merge} can be used to merge other log files into a buffer in Change Log Mode, preserving the date ordering of entries with either the current or old-style date formats. +@findex change-log-redate +@cindex converting change log date style + Versions of Emacs before 20.1 used a format for the time of the change +log entry that was different from what it uses now: + +@smallexample +Fri May 25 11:23:23 1993 Richard Stallman <rms@@gnu.org> +@end smallexample + +@noindent +The @kbd{M-x change-log-redate} command converts all the old-style date +entries in the change log file visited in the current buffer to the new +format, so that all entries are kept in unified format. This is handy +when the entries are contributed by many different people some of whom +still use old versions of Emacs. + Version control systems are another way to keep track of changes in your program and keep a change log. @xref{Log Buffer}. |