diff options
| author | Gerd Moellmann | 2000-12-28 10:08:46 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-12-28 10:08:46 +0000 |
| commit | 2d5912c169a99a491d4384b50729dfdbab8e2f40 (patch) | |
| tree | 75d1225816addeb3da99d024951ac5ec6d5b54aa /src/ChangeLog | |
| parent | 1c3478b085e2e12ef10b61c2e96915410745e82c (diff) | |
| download | emacs-2d5912c169a99a491d4384b50729dfdbab8e2f40.tar.gz emacs-2d5912c169a99a491d4384b50729dfdbab8e2f40.zip | |
Use #if GLYPH_DEBUG instead of #ifdef GLYPH_DEBUG.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b6070d09330..13000ca9231 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2000-12-28 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * dispnew.c: Use #if GLYPH_DEBUG instead of #ifdef GLYPH_DEBUG. | ||
| 4 | |||
| 1 | 2000-12-28 Kenichi Handa <handa@etl.go.jp> | 5 | 2000-12-28 Kenichi Handa <handa@etl.go.jp> |
| 2 | 6 | ||
| 3 | * ccl.c (CCL_WRITE_CHAR): Check variable `extra_bytes'. | 7 | * ccl.c (CCL_WRITE_CHAR): Check variable `extra_bytes'. |
| @@ -19,7 +23,7 @@ | |||
| 19 | decode_composition_emacs_mule. | 23 | decode_composition_emacs_mule. |
| 20 | (ENCODE_COMPOSITION_EMACS_MULE): New macro. | 24 | (ENCODE_COMPOSITION_EMACS_MULE): New macro. |
| 21 | (encode_coding_emacs_mule): Changed from macro to function. If | 25 | (encode_coding_emacs_mule): Changed from macro to function. If |
| 22 | a text contains compostions, encode them correctly. | 26 | a text contains compositions, encode them correctly. |
| 23 | (setup_coding_system): Set coding->commong_flags for emacs-mule so | 27 | (setup_coding_system): Set coding->commong_flags for emacs-mule so |
| 24 | that decoding and encoding are required. | 28 | that decoding and encoding are required. |
| 25 | 29 | ||