aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2008-05-30 21:07:50 +0000
committerStefan Monnier2008-05-30 21:07:50 +0000
commitd0827857e7a2e73907783ccb6e30849c2a056374 (patch)
treed191220cab996a4154122e5ffe9d932e134aa0ca /src/ChangeLog
parent01b996adc3fe81b4e6fa38ce531e05a6506fc6bf (diff)
downloademacs-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/ChangeLog12
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 @@
12008-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
12008-05-30 Kenichi Handa <handa@m17n.org> 102008-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