aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 807b46c1052..7f7a0d7a222 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,6 +1,10 @@
12010-09-14 Juanma Barranquero <lekktu@gmail.com>
2
3 * cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring.
4
12010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org> 52010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 6
3 * xml.c (parse_string): Renamed to parse_string(), since that's 7 * xml.c (parse_buffer): Renamed to parse_string(), since that's
4 what it does. 8 what it does.
5 (parse_string): Return nil when the document can't be parsed. 9 (parse_string): Return nil when the document can't be parsed.
6 10
@@ -141,7 +145,7 @@
141 (x_produce_glyphs): Simplify by using the same code for ASCII and 145 (x_produce_glyphs): Simplify by using the same code for ASCII and
142 non-ASCII characters. Don't set it->char_to_display here. 146 non-ASCII characters. Don't set it->char_to_display here.
143 Don't handle unibyte-display-via-language-environment here. For a 147 Don't handle unibyte-display-via-language-environment here. For a
144 charater of no glyph, use font->space_width instead of FONT_WIDTH. 148 character of no glyph, use font->space_width instead of FONT_WIDTH.
145 149
1462010-08-31 Stefan Monnier <monnier@iro.umontreal.ca> 1502010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
147 151