diff options
| author | Lute Kamstra | 2005-04-13 10:07:09 +0000 |
|---|---|---|
| committer | Lute Kamstra | 2005-04-13 10:07:09 +0000 |
| commit | 5c156fdfc3b735bee202478e689097102e27a842 (patch) | |
| tree | 969274d8f19a51b11af07f67f9746c741a049772 | |
| parent | 5f36ee6dd93d123e2be994ffdc81eb230f309f95 (diff) | |
| download | emacs-5c156fdfc3b735bee202478e689097102e27a842.tar.gz emacs-5c156fdfc3b735bee202478e689097102e27a842.zip | |
*** empty log message ***
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/ChangeLog | 9 | ||||
| -rw-r--r-- | man/ChangeLog | 6 |
3 files changed, 19 insertions, 1 deletions
| @@ -1,3 +1,8 @@ | |||
| 1 | 2005-04-13 Lute Kamstra <lute@gnu.org> | ||
| 2 | |||
| 3 | * make-dist: Don't use DONTCOMPILE from lisp/Makefile.in; check | ||
| 4 | for "no-byte-compile: t" in the file instead. | ||
| 5 | |||
| 1 | 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca> | 6 | 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 7 | ||
| 3 | * configure.in <Motif>: Don't let a special LessTif/Motif1.2 install | 8 | * configure.in <Motif>: Don't let a special LessTif/Motif1.2 install |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0b355fec5f2..a525f67499d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,14 @@ | |||
| 1 | 2005-04-13 Lute Kamstra <lute@gnu.org> | 1 | 2005-04-13 Lute Kamstra <lute@gnu.org> |
| 2 | 2 | ||
| 3 | * Makefile.in (DONTCOMPILE): Remove list. | ||
| 4 | (compile, compile-always): Don't use DONTCOMPILE. | ||
| 5 | (update-authors): Load the library in which batch-update-authors | ||
| 6 | is defined. | ||
| 7 | * makefile.w32-in (DONTCOMPILE): Remove list. | ||
| 8 | (compile, compile-always): Fix comments. | ||
| 9 | (update-authors): Load the library in which batch-update-authors | ||
| 10 | is defined. | ||
| 11 | |||
| 3 | * generic-x.el (generic-mode-ini-file-find-file-hook): | 12 | * generic-x.el (generic-mode-ini-file-find-file-hook): |
| 4 | Rename to ini-generic-mode-find-file-hook. | 13 | Rename to ini-generic-mode-find-file-hook. |
| 5 | Keep generic-mode-ini-file-find-file-hook as an alias. | 14 | Keep generic-mode-ini-file-find-file-hook as an alias. |
diff --git a/man/ChangeLog b/man/ChangeLog index cb4b631ef84..c6578dbc107 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-04-13 Lute Kamstra <lute@gnu.org> | ||
| 2 | |||
| 3 | * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file. | ||
| 4 | |||
| 1 | 2005-04-12 Luc Teirlinck <teirllm@auburn.edu> | 5 | 2005-04-12 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 6 | ||
| 3 | * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by | 7 | * frames.texi (XTerm Mouse): Xterm Mouse mode is now enabled by |
| @@ -906,7 +910,7 @@ | |||
| 906 | 910 | ||
| 907 | 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net> | 911 | 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net> |
| 908 | 912 | ||
| 909 | * man/rmail.texi (Movemail): Explain differences | 913 | * rmail.texi (Movemail): Explain differences |
| 910 | between standard and mailutils versions of movemail. | 914 | between standard and mailutils versions of movemail. |
| 911 | Describe command line and configuration options introduced | 915 | Describe command line and configuration options introduced |
| 912 | with the latter. | 916 | with the latter. |