aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2003-03-07 02:13:45 +0000
committerKenichi Handa2003-03-07 02:13:45 +0000
commitcb681b34551f44b27b7df2bdf3c6976cae23dbf9 (patch)
treeccd6e7dc8a8132650f278a6bf3cb796ebd6683d0 /src
parent334f206c5639c4247550e05eabe4b8ee255a7453 (diff)
downloademacs-cb681b34551f44b27b7df2bdf3c6976cae23dbf9.tar.gz
emacs-cb681b34551f44b27b7df2bdf3c6976cae23dbf9.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog10
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 @@
12003-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
12003-03-06 Juanma Barranquero <lektu@terra.es> 112003-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