comparison src/ChangeLog @ 59859:2661642dbef6

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Wed, 02 Feb 2005 01:13:50 +0000
parents beea14c84c64
children 3ffcc76427cd
comparison
equal deleted inserted replaced
59858:6a1c78a4075f 59859:2661642dbef6
1 2005-02-02 Kenichi Handa <handa@m17n.org>
2
3 * casefiddle.c (casify_object): Enable changing characters of
4 different byte length.
5 (casify_region): Fix loop condition, args to replace_range_2, and
6 update opoint_byte.
7
8 * insdel.c (replace_range_2): Fix bugs in adjusting markers and
9 point.
10
1 2005-02-01 Kim F. Storm <storm@cua.dk> 11 2005-02-01 Kim F. Storm <storm@cua.dk>
2 12
3 * xdisp.c (back_to_previous_visible_line_start): Reset iterator 13 * xdisp.c (back_to_previous_visible_line_start): Reset iterator
4 stack before calling handle_display_prop. 14 stack before calling handle_display_prop.
5 15