aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8fd6875edaa..b14fac9b6b1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12009-08-27 Kenichi Handa <handa@m17n.org>
2
3 * cmds.c (Fself_insert_command): Avoid unnecessay
4 unibyte->multibyte conversion.
5
12009-08-26 Dan Nicolaescu <dann@ics.uci.edu> 62009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
2 7
3 * callproc.c (Fcall_process): Remove always true #if. 8 * callproc.c (Fcall_process): Remove always true #if.
@@ -32,6 +37,9 @@
32 37
332009-08-25 Kenichi Handa <handa@m17n.org> 382009-08-25 Kenichi Handa <handa@m17n.org>
34 39
40 * alloc.c (mark_char_table): New function.
41 (mark_object): Use mark_char_table for a char-table.
42
35 * lisp.h (CHAR_TABLE_REF_ASCII): New macro. 43 * lisp.h (CHAR_TABLE_REF_ASCII): New macro.
36 (CHAR_TABLE_REF): Use it. 44 (CHAR_TABLE_REF): Use it.
37 45