aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2006-12-05 14:35:23 +0000
committerJuanma Barranquero2006-12-05 14:35:23 +0000
commitdd4b03cd67839e2b279b35468f33f6e4cb69412b (patch)
tree62319dcc5a54c9c64f48fb747f0720a4d7bc45c5
parentfb023afbd5308a7074a2b184a5c79f2d60a00f9f (diff)
downloademacs-dd4b03cd67839e2b279b35468f33f6e4cb69412b.tar.gz
emacs-dd4b03cd67839e2b279b35468f33f6e4cb69412b.zip
*** empty log message ***
-rw-r--r--etc/ChangeLog7
-rw-r--r--leim/ChangeLog4
-rw-r--r--lisp/ChangeLog8
-rw-r--r--man/ChangeLog9
4 files changed, 28 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 4e30b687f55..12ab19fa7b1 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,10 @@
12006-12-05 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org>
2
3 * NEWS (Changes to cmuscheme): Mention the alternative for
4 `~/.emacs_SCHEMEPROG' which is `~/.emacs.d/init_SCHEMEPROG.scm'.
5 (Init file changes): Same for `~/.emacs_SHELL' versus
6 `~/.emacs.d/init_SHELL.sh'.
7
12006-12-01 Juanma Barranquero <lekktu@gmail.com> 82006-12-01 Juanma Barranquero <lekktu@gmail.com>
2 9
3 * DEVEL.HUMOR: Another entry. 10 * DEVEL.HUMOR: Another entry.
diff --git a/leim/ChangeLog b/leim/ChangeLog
index 8717f228df4..1d86928a2c8 100644
--- a/leim/ChangeLog
+++ b/leim/ChangeLog
@@ -1,3 +1,7 @@
12006-12-05 Juanma Barranquero <lekktu@gmail.com>
2
3 * makefile.w32-in (MISC): Add $(srcdir)/quail/sisheng.elc.
4
12006-11-29 Juanma Barranquero <lekktu@gmail.com> 52006-11-29 Juanma Barranquero <lekktu@gmail.com>
2 6
3 * quail/greek.el ("greek-mizuochi"): Remove spurious initial newline 7 * quail/greek.el ("greek-mizuochi"): Remove spurious initial newline
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2c1c3a0394a..0d4e0bdeee4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
12006-12-05 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org>
2
3 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
4 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
5
6 * shell.el (shell): Search the start file in ~/.emacs.d as
7 `init_SHELLNAME.sh' instead.
8
12006-12-05 Glenn Morris <rgm@gnu.org> 92006-12-05 Glenn Morris <rgm@gnu.org>
2 10
3 * progmodes/cperl-mode.el (cperl-mode) 11 * progmodes/cperl-mode.el (cperl-mode)
diff --git a/man/ChangeLog b/man/ChangeLog
index 5947274b460..7682e006ae3 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,12 @@
12006-12-05 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org>
2
3 * anti.texi (Antinews): Mention the alternative to
4 `~/.emacs_SHELLNAME', which is `~/.emacs.d/init_SHELLNAME.sh'.
5
6 * faq.texi (^M in the shell buffer): Ditto.
7
8 * misc.texi (Interactive Shell): Ditto.
9
12006-12-04 Eli Zaretskii <eliz@gnu.org> 102006-12-04 Eli Zaretskii <eliz@gnu.org>
2 11
3 * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name. 12 * emacs.texi (Acknowledgments): Fix Arne J@o{}rgensen's name.