Mercurial > emacs
comparison src/ChangeLog @ 104629:f46410e55d04
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 27 Aug 2009 06:02:17 +0000 |
parents | f369eb846e57 |
children | fcd96c296cb4 |
comparison
equal
deleted
inserted
replaced
104628:8cc773a4c3d7 | 104629:f46410e55d04 |
---|---|
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. |
4 | 9 |
5 * lisp.h: Replace #if 0 code for checking with text pointing to | 10 * lisp.h: Replace #if 0 code for checking with text pointing to |
29 * dbusbind.c (Fdbus_call_method) | 34 * dbusbind.c (Fdbus_call_method) |
30 (Fdbus_call_method_asynchronously): Use English numeric format for | 35 (Fdbus_call_method_asynchronously): Use English numeric format for |
31 timeout values in doc string. | 36 timeout values in doc string. |
32 | 37 |
33 2009-08-25 Kenichi Handa <handa@m17n.org> | 38 2009-08-25 Kenichi Handa <handa@m17n.org> |
39 | |
40 * alloc.c (mark_char_table): New function. | |
41 (mark_object): Use mark_char_table for a char-table. | |
34 | 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 |
38 2009-08-23 Ken Raeburn <raeburn@raeburn.org> | 46 2009-08-23 Ken Raeburn <raeburn@raeburn.org> |