aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLute Kamstra2005-04-13 10:07:09 +0000
committerLute Kamstra2005-04-13 10:07:09 +0000
commit5c156fdfc3b735bee202478e689097102e27a842 (patch)
tree969274d8f19a51b11af07f67f9746c741a049772
parent5f36ee6dd93d123e2be994ffdc81eb230f309f95 (diff)
downloademacs-5c156fdfc3b735bee202478e689097102e27a842.tar.gz
emacs-5c156fdfc3b735bee202478e689097102e27a842.zip
*** empty log message ***
-rw-r--r--ChangeLog5
-rw-r--r--lisp/ChangeLog9
-rw-r--r--man/ChangeLog6
3 files changed, 19 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 93cdb3d7872..4d1a8fb9453 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
12005-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
12005-03-16 Stefan Monnier <monnier@iro.umontreal.ca> 62005-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 @@
12005-04-13 Lute Kamstra <lute@gnu.org> 12005-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 @@
12005-04-13 Lute Kamstra <lute@gnu.org>
2
3 * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
4
12005-04-12 Luc Teirlinck <teirllm@auburn.edu> 52005-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
9072005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net> 9112005-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.