aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2008-09-09 11:09:31 +0000
committerKenichi Handa2008-09-09 11:09:31 +0000
commit6450412dcf180276752b5f03058d3d0c7fa4ddc7 (patch)
tree90650fd59a94a7d41bb60df8400e4981c1c382c5 /src/ChangeLog
parent3ffdafce60e9aa286241c9a564ea6a8870714883 (diff)
downloademacs-6450412dcf180276752b5f03058d3d0c7fa4ddc7.tar.gz
emacs-6450412dcf180276752b5f03058d3d0c7fa4ddc7.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a4fbe0de2a1..6edb7419eb8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -5,6 +5,10 @@
5 5
6 * composite.c (FORWARD_CHAR): Fix calculation 6 * composite.c (FORWARD_CHAR): Fix calculation
7 of (POSITION).pos_byte. 7 of (POSITION).pos_byte.
8 (composition_compute_stop_pos): Limit the search of composition to
9 at most 500 characters ahead. If we reach the limit or find a
10 newline, set cmp_it->ch to -2 and return 0.
11 (composition_reseat_it): Handle the case that cmp_it->ch is -2.
8 12
92008-09-08 Kenichi Handa <handa@m17n.org> 132008-09-08 Kenichi Handa <handa@m17n.org>
10 14