diff options
| -rw-r--r-- | lisp/ChangeLog | 3 | ||||
| -rw-r--r-- | src/ChangeLog | 5 |
2 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e0efd31df9a..36222a7cf28 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2003-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> (tiny change) | 1 | 2003-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> (tiny change) |
| 2 | 2 | ||
| 3 | * international/mule.el (optimize-char-coding-system-table): | ||
| 4 | Optimize it. | ||
| 5 | |||
| 3 | * term/mac-win.el: Setup the fontset "fontset-mac" correctly. | 6 | * term/mac-win.el: Setup the fontset "fontset-mac" correctly. |
| 4 | 7 | ||
| 5 | 2003-01-14 Nick Roberts <nick@nick.uklinux.net> | 8 | 2003-01-14 Nick Roberts <nick@nick.uklinux.net> |
diff --git a/src/ChangeLog b/src/ChangeLog index 669db3449a6..90a36a0c4ae 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2003-01-15 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * xdisp.c (message_dolog): Fix bug of the case that *Message* | ||
| 4 | buffer is unibyte. | ||
| 5 | |||
| 1 | 2003-01-15 Francesco Potort,Al(B <pot@gnu.org> | 6 | 2003-01-15 Francesco Potort,Al(B <pot@gnu.org> |
| 2 | 7 | ||
| 3 | * fns.c (Fsubstring): Clarify doc string. | 8 | * fns.c (Fsubstring): Clarify doc string. |