comparison src/ChangeLog @ 41902:c33a018631a6

*** empty log message ***
author Pavel Janík <Pavel@Janik.cz>
date Sun, 09 Dec 2001 01:03:22 +0000
parents 19e9ac869f66
children fef8217f2cab
comparison
equal deleted inserted replaced
41901:52fc7b74e8a1 41902:c33a018631a6
1 2001-12-09 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2
3 * charset.c (char_to_string_1, translate_char, Fdefine_charset):
4 Add parentheses around && within ||.
5
6 * indent.c (compute_motion): Likewise.
7
8 * intervals.c (merge_properties_sticky): Likewise.
9
10 * coding.c (setup_coding_system, shrink_encoding_region)
11 (Fdecode_sjis_char): Likewise.
12
1 2001-12-07 Andreas Schwab <schwab@suse.de> 13 2001-12-07 Andreas Schwab <schwab@suse.de>
2 14
3 * xdisp.c (display_mode_element): Don't read past end of string if 15 * xdisp.c (display_mode_element): Don't read past end of string if
4 it ends with '%'. 16 it ends with '%'.
5 17