]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 6 May 2005 23:10:10 +0000 (23:10 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 6 May 2005 23:10:10 +0000 (23:10 +0000)
src/ChangeLog

index b5a0a2d6220da2812f1e20bc61f6285db640aa55..36741dfd845ee71cba8bc9a69d56f44efd8d868b 100644 (file)
@@ -1,3 +1,7 @@
+2005-05-07  Juanma Barranquero  <lekktu@gmail.com>
+
+       * fns.c (Fchar_table_range): Fix typos in docstring.
+
 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * fns.c (Fchar_table_range): Yet Another Int/Lisp_Object Mixup.
        * xdisp.c (init_from_display_pos): Don't read past end of
        it->overlay_strings array.
 
-2005-02-25  Stephan Stahl <stahl@eos.franken.de>  (tiny change)
+2005-02-25  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
 
        * buffer.c (syms_of_buffer): Fix typo.
 
        I think those asserts are bogus if buffer contains invisible text
        or images.
 
-2005-02-21  David Kastrup <dak@gnu.org>
+2005-02-21  David Kastrup  <dak@gnu.org>
 
        * gtkutil.c (xg_create_frame_widgets): UNBLOCK_INPUT on error.
 
        compositions to encode.
        (encode_coding_string): Likewise.  Free composition data.
 
-2004-09-30  Florian Weimer <fw@deneb.enyo.de>
+2004-09-30  Florian Weimer  <fw@deneb.enyo.de>
 
        * coding.c (code_convert_region): Free composition data.
 
        * xfns.c (x_icon_verify): New function.
        (Fx_create_frame): Use it.
 
-2004-07-22  Barry Fishman <barry_fishman@att.net>  (tiny change)
+2004-07-22  Barry Fishman  <barry_fishman@att.net>  (tiny change)
 
        * s/gnu-linux.h: Use GC_MARK_STACK if __amd64__ is defined.
 
        * xdisp.c (note_mode_line_or_margin_highlight): Accept HEADER_LINE
        when keymap and cursor are setup.
 
-2004-03-14  Steven Tamm <steventamm@mac.com>
+2004-03-14  Steven Tamm  <steventamm@mac.com>
 
        * Makefile.in (XMENU_OBJ) [HAVE_CARBON]: Do not include xmenu.o.
 
        (GTK_OBJ) [USE_GTK]: New declaration.
        (obj): Add $(GTK_OBJ) to list.
 
-2004-03-11  Steven Tamm <steventamm@mac.com>
+2004-03-11  Steven Tamm  <steventamm@mac.com>
 
        * image.c [MAC_OSX]: Include sys/stat.h.