aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3dbddc9b215..15281f47438 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,33 @@
12011-09-15 Paul Eggert <eggert@cs.ucla.edu>
2
3 * editfns.c (Fformat): Fix bug in text-property fix (Bug#9514).
4 Don't mishandle (length (format "%%")) and (format "%4000s%%" "").
5
62011-09-15 Andreas Schwab <schwab@linux-m68k.org>
7
8 * editfns.c (Fformat): Correctly handle text properties on "%%".
9
102011-09-15 Eli Zaretskii <eliz@gnu.org>
11
12 * xterm.c (x_draw_composite_glyph_string_foreground):
13 * w32term.c (x_draw_composite_glyph_string_foreground):
14 * term.c (encode_terminal_code):
15 * composite.c (composition_update_it, get_composition_id):
16 * xdisp.c (get_next_display_element)
17 (fill_composite_glyph_string): Add comments about special meaning
18 of TAB characters in a composition.
19
202011-09-15 Paul Eggert <eggert@cs.ucla.edu>
21
22 * editfns.c (Fformat): Fix off-by-1 bug for "%%b" (Bug#9514).
23 This occurs when processing a multibyte format.
24 Problem reported by Wolfgang Jenker.
25
262011-09-15 Johan Bockgård <bojohan@gnu.org>
27
28 * xdisp.c (try_cursor_movement): Only check for exact match if
29 cursor hpos found by set_cursor_from_row is valid. (Bug#9495)
30
12011-09-14 Paul Eggert <eggert@cs.ucla.edu> 312011-09-14 Paul Eggert <eggert@cs.ucla.edu>
2 32
3 Remove unused external symbols. 33 Remove unused external symbols.