~ubuntu-elisp/emacs/+git/master:old-branches/emacs-unicode

Last commit made on 2003-09-08
Get this branch:
git clone -b old-branches/emacs-unicode https://git.launchpad.net/~ubuntu-elisp/emacs/+git/master

Branch merges

Branch information

Name:
old-branches/emacs-unicode
Repository:
lp:~ubuntu-elisp/emacs/+git/master

Recent commits

9d48074... by Kenichi Handa <email address hidden>

*** empty log message ***

7487494... by Kenichi Handa <email address hidden>

(decode_coding_sjis): Check bytes more rigidly.

2c3f5fc... by Kenichi Handa <email address hidden>

*** empty log message ***

c934586... by Kenichi Handa <email address hidden>

(choose_write_coding_system): Return a decided coding system.
(Fwrite_region): Set Vlast_coding_system_used to the return value
of choose_write_coding_system.

8422cc8... by Kenichi Handa <email address hidden>

(utf-7-decode, utf-7-encode): Use utf-16be, not utf-16-be.

0e1fc6c... by Kenichi Handa <email address hidden>

(utf-16-be): Make it an alias of utf-16be-with-signature.
(utf-16-le): Make it an alias of utf-16be-with-signature.
(utf-16-be-with-signature, utf-16-le-with-signature): Remove these
coding system aliases.

2f1e746... by Kenichi Handa <email address hidden>

(coding-system-category): New function.

6e323e5... by Kenichi Handa <email address hidden>

*** empty log message ***

a0d96ca... by Kenichi Handa <email address hidden>

(universal-coding-system-argument):
Check the coding system type `undecided', not `t'.
(sort-coding-systems): Fix for iso-2022 coding systems.
(find-multibyte-characters): Fix for eight-bit chars.
(set-language-environment): Set charset priorities according to
the charsets supported by the coding systems of higher priorities.

af7c60c... by Kenichi Handa <email address hidden>

(Fset_charset_priority): Pay attention to dumplicated arguments.