aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2003-02-25 02:25:58 +0000
committerKenichi Handa2003-02-25 02:25:58 +0000
commit47d77aabae1fa7d76dac20d192f3c812051a5174 (patch)
tree2d01da48a585f5a64d5214959630e8daf664af3e
parent2a2b50a9d8697cd8ffa846009e59b01c24619660 (diff)
downloademacs-47d77aabae1fa7d76dac20d192f3c812051a5174.tar.gz
emacs-47d77aabae1fa7d76dac20d192f3c812051a5174.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog4
-rw-r--r--src/ChangeLog5
2 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2ef77ed2647..b740adea8b8 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12003-02-25 Ramakrishnan M <rama@gnu.org> (tiny change)
2
3 * language/mlm-util.el (mlm-char-glyph): Fix more rules.
4
12003-02-24 Dave Love <fx@gnu.org> 52003-02-24 Dave Love <fx@gnu.org>
2 6
3 * obsolete/cplus-md.el: Deleted. (Requires removed c-mode.el.) 7 * obsolete/cplus-md.el: Deleted. (Requires removed c-mode.el.)
diff --git a/src/ChangeLog b/src/ChangeLog
index efbf8cfe5bc..ba92a5d3487 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12003-02-25 Kenichi Handa <handa@m17n.org>
2
3 * buffer.c (Fset_buffer_multibyte): Pay attention to the buffer
4 process only when "subprocesses" is defined.
5
12003-02-24 Juanma Barranquero <lektu@terra.es> 62003-02-24 Juanma Barranquero <lektu@terra.es>
2 7
3 * callint.c (fix_command): Declare as static void and move before 8 * callint.c (fix_command): Declare as static void and move before