Mercurial > emacs
comparison src/ChangeLog @ 109710:62d9702eb261
Improve the encoding by compound-text-with-extensions.
author | Kenichi Handa <handa@etlken> |
---|---|
date | Fri, 06 Aug 2010 17:11:19 +0900 |
parents | 2cf388f16cae |
children | df8e0cd18128 fef8d4c0b9d4 |
comparison
equal
deleted
inserted
replaced
109709:0a7e386737b1 | 109710:62d9702eb261 |
---|---|
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. |
4 * xfns.c (syms_of_xfns) <x-max-tooltip-size>: Reflow docstring. | 15 * xfns.c (syms_of_xfns) <x-max-tooltip-size>: Reflow docstring. |
5 | 16 |