diff options
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | man/ChangeLog | 3 |
3 files changed, 12 insertions, 0 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2004-12-05 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (info): Ignore errors building info files. | ||
| 4 | |||
| 1 | 2004-11-27 Eli Zaretskii <eliz@gnu.org> | 5 | 2004-11-27 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * config.bat: If 8-byte alignment is not supported, define | 7 | * config.bat: If 8-byte alignment is not supported, define |
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index cb8bc8993d9..fa882bf0f82 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2004-12-05 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (maintainer-clean): Remove the info files | ||
| 4 | in $(infodir) where they are created. | ||
| 5 | |||
| 1 | 2004-12-03 Richard M. Stallman <rms@gnu.org> | 6 | 2004-12-03 Richard M. Stallman <rms@gnu.org> |
| 2 | 7 | ||
| 3 | * windows.texi (Selecting Windows): get-lru-window and | 8 | * windows.texi (Selecting Windows): get-lru-window and |
diff --git a/man/ChangeLog b/man/ChangeLog index 9bfdc3c28b7..18912466a61 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2004-12-05 Richard M. Stallman <rms@gnu.org> | 1 | 2004-12-05 Richard M. Stallman <rms@gnu.org> |
| 2 | 2 | ||
| 3 | * cmdargs.texi, doclicense.texi, xresources.texi, emacs.texi: | ||
| 4 | * entering.texi: Rename Command Line to Emacs Invocation. | ||
| 5 | |||
| 3 | * Makefile.in (org.dvi, ../info/org): New targets. | 6 | * Makefile.in (org.dvi, ../info/org): New targets. |
| 4 | (INFO_TARGETS): Add ../info/org. | 7 | (INFO_TARGETS): Add ../info/org. |
| 5 | (DVI_TARGETS): Add org.dvi. | 8 | (DVI_TARGETS): Add org.dvi. |