diff options
| author | Kenichi Handa | 2010-08-06 17:11:19 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2010-08-06 17:11:19 +0900 |
| commit | 7a84eee5b745ad577d414158716ffe2ee487a117 (patch) | |
| tree | 8941277791414c9648b79f304b5d27de0e46eb76 /src/ChangeLog | |
| parent | faa28da9b740a4b5f297fc215d79a66d71bf6f78 (diff) | |
| download | emacs-7a84eee5b745ad577d414158716ffe2ee487a117.tar.gz emacs-7a84eee5b745ad577d414158716ffe2ee487a117.zip | |
Improve the encoding by compound-text-with-extensions.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2b413a7958c..514c42cd922 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2010-08-06 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * charset.c: Include <stdlib.h> | ||
| 4 | (struct charset_sort_data): New struct. | ||
| 5 | (charset_compare): New function. | ||
| 6 | (Fsort_charsets): New funciton. | ||
| 7 | (syms_of_charset): Declare Fsort_charsets as a Lisp function. | ||
| 8 | |||
| 9 | * coding.c (decode_coding_iso_2022): Fix checking of dimension | ||
| 10 | number in CTEXT extended segment. | ||
| 11 | |||
| 1 | 2010-08-01 Juanma Barranquero <lekktu@gmail.com> | 12 | 2010-08-01 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 13 | ||
| 3 | * w32fns.c (syms_of_w32fns) <x-max-tooltip-size>: Fix typo in docstring. | 14 | * w32fns.c (syms_of_w32fns) <x-max-tooltip-size>: Fix typo in docstring. |