diff options
| author | Stefan Monnier | 2008-05-30 21:07:50 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-05-30 21:07:50 +0000 |
| commit | d0827857e7a2e73907783ccb6e30849c2a056374 (patch) | |
| tree | d191220cab996a4154122e5ffe9d932e134aa0ca /src/ChangeLog | |
| parent | 01b996adc3fe81b4e6fa38ce531e05a6506fc6bf (diff) | |
| download | emacs-d0827857e7a2e73907783ccb6e30849c2a056374.tar.gz emacs-d0827857e7a2e73907783ccb6e30849c2a056374.zip | |
* chartab.c (Foptimize_char_table, optimize_sub_char_table):
Add a `test' argument so another predicate than `equal' can be used.
(map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
(map_char_table): Remove unused vars `c' and `i'.
* lisp.h (Foptimize_char_table): Adjust declaration.
* charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index dd62f1306ea..0c1125c9e05 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,7 +1,15 @@ | |||
| 1 | 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * chartab.c (Foptimize_char_table, optimize_sub_char_table): | ||
| 4 | Add a `test' argument so another predicate than `equal' can be used. | ||
| 5 | (map_sub_char_table): Use `eq' rather than `equal' to merge ranges. | ||
| 6 | (map_char_table): Remove unused vars `c' and `i'. | ||
| 7 | * lisp.h (Foptimize_char_table): Adjust declaration. | ||
| 8 | * charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table. | ||
| 9 | |||
| 1 | 2008-05-30 Kenichi Handa <handa@m17n.org> | 10 | 2008-05-30 Kenichi Handa <handa@m17n.org> |
| 2 | 11 | ||
| 3 | * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is | 12 | * font.c (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is defined. |
| 4 | defined. | ||
| 5 | (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is | 13 | (syms_of_font): Defsubr Sfont_info only if HAVE_WINDOW_SYSTEM is |
| 6 | defined. | 14 | defined. |
| 7 | 15 | ||