diff options
| author | Kenichi Handa | 2003-04-11 02:07:08 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2003-04-11 02:07:08 +0000 |
| commit | 389144243f4235ba0cd408992da809a781f8be5f (patch) | |
| tree | b6ae839175ff00b9c87c65fbf03c3d1b3615df87 | |
| parent | 9f1c8be4eaa9b11685b30dc2bd11f05fbd187480 (diff) | |
| download | emacs-389144243f4235ba0cd408992da809a781f8be5f.tar.gz emacs-389144243f4235ba0cd408992da809a781f8be5f.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 7 | ||||
| -rw-r--r-- | src/ChangeLog | 9 |
2 files changed, 12 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fd10573cc5e..74b574ecb3c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,7 +1,8 @@ | |||
| 1 | 2003-04-11 Kenichi Handa <handa@etlken2> | 1 | 2003-04-11 Kenichi Handa <handa@m17n.org> |
| 2 | 2 | ||
| 3 | * international/mule-cmds.el (sort-coding-systems): Lower the | 3 | * international/mule-cmds.el (sort-coding-systems): Set lower |
| 4 | priorities of all utf-16 base coding systems. | 4 | priority to a utf-16 base coding system. Set higher priority to a |
| 5 | coding system listed in coding-category-list. | ||
| 5 | 6 | ||
| 6 | 2003-04-10 Juanma Barranquero <lektu@terra.es> | 7 | 2003-04-10 Juanma Barranquero <lektu@terra.es> |
| 7 | 8 | ||
diff --git a/src/ChangeLog b/src/ChangeLog index 4b5c685eb1a..788851263a8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,4 +1,11 @@ | |||
| 1 | 2003-04-10 Kenichi Handa <handa@etlken2> | 1 | 2003-04-11 Kenichi Handa <handa@m17n.org> |
| 2 | |||
| 3 | * lisp.h (temp_echo_area_glyphs): Adjust prototype. | ||
| 4 | |||
| 5 | * minibuf.c (temp_echo_area_glyphs): Change the arg to Lisp | ||
| 6 | string. Callers changed. | ||
| 7 | |||
| 8 | 2003-04-10 Kenichi Handa <handa@m17n.org> | ||
| 2 | 9 | ||
| 3 | * fileio.c (Vafter_insert_file_adjust_coding_function): New | 10 | * fileio.c (Vafter_insert_file_adjust_coding_function): New |
| 4 | variable. | 11 | variable. |