diff options
author | Kenichi Handa <handa@m17n.org> | 2003-09-28 23:53:42 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2003-09-28 23:53:42 +0000 |
commit | f98ddc9986bbd6bce7fc4dab93f3db17998f4c2b (patch) | |
tree | 9e46dcd8130bc59b305b7222c913890928590ce8 | |
parent | 0a2df7fba22492242e3da39c5c7117082e2d82e2 (diff) | |
download | emacs-f98ddc9986bbd6bce7fc4dab93f3db17998f4c2b.tar.gz |
*** empty log message ***
-rw-r--r-- | lisp/ChangeLog | 4 | ||||
-rw-r--r-- | src/ChangeLog | 4 |
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. |