aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog4
-rw-r--r--src/ChangeLog4
2 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ccd0c36ba04..6428e4f47fc 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12003-09-29 Kenichi Handa <handa@m17n.org>
2
3 * descr-text.el (describe-char): Fix previous change.
4
12003-09-28 Kenichi Handa <handa@m17n.org> 52003-09-28 Kenichi Handa <handa@m17n.org>
2 6
3 * descr-text.el (describe-char-display): New function. 7 * descr-text.el (describe-char-display): New function.
diff --git a/src/ChangeLog b/src/ChangeLog
index 8401a768825..0c23509a82a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -7,6 +7,10 @@
7 7
8 * term.c (tty_setup_colors): Treat any negative argument as -1. 8 * term.c (tty_setup_colors): Treat any negative argument as -1.
9 9
102003-09-27 Gaute B Strokkenes <biggaute@uwc.net> (tiny change)
11
12 * process.c (send_process): Delete unused temp_buf.
13
102003-09-26 Dave Love <fx@gnu.org> 142003-09-26 Dave Love <fx@gnu.org>
11 15
12 * xterm.c (x_bitmap_mask): Declare. 16 * xterm.c (x_bitmap_mask): Declare.