1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00

*** empty log message ***

This commit is contained in:
Kenichi Handa 2003-04-11 02:07:08 +00:00
parent 9f1c8be4ea
commit 389144243f
2 changed files with 12 additions and 4 deletions

View file

@ -1,7 +1,8 @@
2003-04-11 Kenichi Handa <handa@etlken2>
2003-04-11 Kenichi Handa <handa@m17n.org>
* international/mule-cmds.el (sort-coding-systems): Lower the
priorities of all utf-16 base coding systems.
* international/mule-cmds.el (sort-coding-systems): Set lower
priority to a utf-16 base coding system. Set higher priority to a
coding system listed in coding-category-list.
2003-04-10 Juanma Barranquero <lektu@terra.es>

View file

@ -1,4 +1,11 @@
2003-04-10 Kenichi Handa <handa@etlken2>
2003-04-11 Kenichi Handa <handa@m17n.org>
* lisp.h (temp_echo_area_glyphs): Adjust prototype.
* minibuf.c (temp_echo_area_glyphs): Change the arg to Lisp
string. Callers changed.
2003-04-10 Kenichi Handa <handa@m17n.org>
* fileio.c (Vafter_insert_file_adjust_coding_function): New
variable.