diff options
| author | Richard M. Stallman | 2004-12-06 01:08:49 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-12-06 01:08:49 +0000 |
| commit | cc60c723223998a93a059d669ccfdc7e9aa3e050 (patch) | |
| tree | c55613089b480c07c9b3f5cc5babab3e25046814 | |
| parent | b4e112e7a82eb36eda251f227508ecdf56af0b2e (diff) | |
| download | emacs-cc60c723223998a93a059d669ccfdc7e9aa3e050.tar.gz emacs-cc60c723223998a93a059d669ccfdc7e9aa3e050.zip | |
*** empty log message ***
| -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. |