# HG changeset patch # User Juanma Barranquero # Date 1115421010 0 # Node ID 4b5cd45b60b99f7ad32e3d533e50089f107e0847 # Parent 7f7d4a0013201666062459da928774941f3ff8b7 *** empty log message *** diff -r 7f7d4a001320 -r 4b5cd45b60b9 src/ChangeLog --- a/src/ChangeLog Fri May 06 23:04:31 2005 +0000 +++ b/src/ChangeLog Fri May 06 23:10:10 2005 +0000 @@ -1,3 +1,7 @@ +2005-05-07 Juanma Barranquero + + * fns.c (Fchar_table_range): Fix typos in docstring. + 2005-05-06 Stefan Monnier * fns.c (Fchar_table_range): Yet Another Int/Lisp_Object Mixup. @@ -1137,7 +1141,7 @@ * xdisp.c (init_from_display_pos): Don't read past end of it->overlay_strings array. -2005-02-25 Stephan Stahl (tiny change) +2005-02-25 Stephan Stahl (tiny change) * buffer.c (syms_of_buffer): Fix typo. @@ -1167,7 +1171,7 @@ I think those asserts are bogus if buffer contains invisible text or images. -2005-02-21 David Kastrup +2005-02-21 David Kastrup * gtkutil.c (xg_create_frame_widgets): UNBLOCK_INPUT on error. @@ -3767,7 +3771,7 @@ compositions to encode. (encode_coding_string): Likewise. Free composition data. -2004-09-30 Florian Weimer +2004-09-30 Florian Weimer * coding.c (code_convert_region): Free composition data. @@ -4305,7 +4309,7 @@ * xfns.c (x_icon_verify): New function. (Fx_create_frame): Use it. -2004-07-22 Barry Fishman (tiny change) +2004-07-22 Barry Fishman (tiny change) * s/gnu-linux.h: Use GC_MARK_STACK if __amd64__ is defined. @@ -5968,7 +5972,7 @@ * xdisp.c (note_mode_line_or_margin_highlight): Accept HEADER_LINE when keymap and cursor are setup. -2004-03-14 Steven Tamm +2004-03-14 Steven Tamm * Makefile.in (XMENU_OBJ) [HAVE_CARBON]: Do not include xmenu.o. @@ -6030,7 +6034,7 @@ (GTK_OBJ) [USE_GTK]: New declaration. (obj): Add $(GTK_OBJ) to list. -2004-03-11 Steven Tamm +2004-03-11 Steven Tamm * image.c [MAC_OSX]: Include sys/stat.h.