comparison src/ChangeLog @ 110360:01aabf6189ef

src/cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 14 Sep 2010 22:17:28 +0200
parents a828354ee483
children 4d54e23aa31e
comparison
equal deleted inserted replaced
110359:a828354ee483 110360:01aabf6189ef
1 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
2
3 * cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring.
4
1 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org> 5 2010-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
7 2010-09-14 Jan Djärv <jan.h.d@swipnet.se> 11 2010-09-14 Jan Djärv <jan.h.d@swipnet.se>
8 12
139 (produce_stretch_glyph): Set it2.char_to_display too before 143 (produce_stretch_glyph): Set it2.char_to_display too before
140 calling x_produce_glyphs. 144 calling x_produce_glyphs.
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
146 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca> 150 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
147 151
148 * keyboard.c (Fwindow_system): Fix compilation for USE_LISP_UNION_TYPE. 152 * keyboard.c (Fwindow_system): Fix compilation for USE_LISP_UNION_TYPE.
149 153