diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 711f99351ba..4736cfcff46 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2003-03-07 Kenichi Handa <handa@etlken2> | ||
| 2 | |||
| 3 | * coding.c (CODING_ADD_COMPOSITION_COMPONENT): If the number of | ||
| 4 | composition components reaches the limit, terminate composing. | ||
| 5 | (COMPOSITION_OK): New macro. | ||
| 6 | (detect_coding_iso2022): Use it if an escapse sequence for | ||
| 7 | composition is found. | ||
| 8 | (coding_restore_composition): Adjust the number of composition | ||
| 9 | components if it is not sane. | ||
| 10 | |||
| 1 | 2003-03-06 Juanma Barranquero <lektu@terra.es> | 11 | 2003-03-06 Juanma Barranquero <lektu@terra.es> |
| 2 | 12 | ||
| 3 | * w32term.h (struct w32_display_info): Add xrdb member to support | 13 | * w32term.h (struct w32_display_info): Add xrdb member to support |