summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2003-09-28 23:53:42 +0000
committerKenichi Handa <handa@m17n.org>2003-09-28 23:53:42 +0000
commitf98ddc9986bbd6bce7fc4dab93f3db17998f4c2b (patch)
tree9e46dcd8130bc59b305b7222c913890928590ce8
parent0a2df7fba22492242e3da39c5c7117082e2d82e2 (diff)
downloademacs-f98ddc9986bbd6bce7fc4dab93f3db17998f4c2b.tar.gz
*** empty log message ***
-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 @@
+2003-09-29 Kenichi Handa <handa@m17n.org>
+
+ * descr-text.el (describe-char): Fix previous change.
+
2003-09-28 Kenichi Handa <handa@m17n.org>
* 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 @@
* term.c (tty_setup_colors): Treat any negative argument as -1.
+2003-09-27 Gaute B Strokkenes <biggaute@uwc.net> (tiny change)
+
+ * process.c (send_process): Delete unused temp_buf.
+
2003-09-26 Dave Love <fx@gnu.org>
* xterm.c (x_bitmap_mask): Declare.