diff options
| author | Kenichi Handa | 2009-08-27 06:02:17 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2009-08-27 06:02:17 +0000 |
| commit | ef73e7be7be86d7fed6b2c990fc278622162668d (patch) | |
| tree | dda7a805e4b8ecc596b212b70f89d08ba6e65757 /src/ChangeLog | |
| parent | d3192c8fd7d6a89d77ff5a27656fe1a6b44374ef (diff) | |
| download | emacs-ef73e7be7be86d7fed6b2c990fc278622162668d.tar.gz emacs-ef73e7be7be86d7fed6b2c990fc278622162668d.zip | |
(Fself_insert_command): Avoid unnecessay unibyte->multibyte
conversion.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
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 @@ | |||
| 1 | 2009-08-27 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * cmds.c (Fself_insert_command): Avoid unnecessay | ||
| 4 | unibyte->multibyte conversion. | ||
| 5 | |||
| 1 | 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu> | 6 | 2009-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 | ||
| 33 | 2009-08-25 Kenichi Handa <handa@m17n.org> | 38 | 2009-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 | ||