diff options
| author | Kenichi Handa | 2003-11-18 06:29:39 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2003-11-18 06:29:39 +0000 |
| commit | 76ac6c17ec7bcf89b46183abd3304cd746886ba9 (patch) | |
| tree | 0bcf625f3157c84156dfaf7a1db448d1d7584543 /src | |
| parent | 9d440521ef2c7a0b13799a9cbefc165b8f0e04c2 (diff) | |
| download | emacs-76ac6c17ec7bcf89b46183abd3304cd746886ba9.tar.gz emacs-76ac6c17ec7bcf89b46183abd3304cd746886ba9.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog.22 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog.22 b/src/ChangeLog.22 index e0254df92be..e8aaa5f6350 100644 --- a/src/ChangeLog.22 +++ b/src/ChangeLog.22 | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2003-11-18 Kenichi Handa <handa@m17n.org> | 1 | 2003-11-18 Kenichi Handa <handa@m17n.org> |
| 2 | 2 | ||
| 3 | * composite.c (update_compositions): Bind inhibit-read-only, etc | ||
| 4 | to t before calling remove-list-of-text-properties. | ||
| 5 | |||
| 3 | * print.c (print_object): Always print ASCII chars as is. | 6 | * print.c (print_object): Always print ASCII chars as is. |
| 4 | 7 | ||
| 5 | 2003-11-17 Kenichi Handa <handa@m17n.org> | 8 | 2003-11-17 Kenichi Handa <handa@m17n.org> |