]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typos.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 10 Jun 2008 23:25:59 +0000 (23:25 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 10 Jun 2008 23:25:59 +0000 (23:25 +0000)
src/ChangeLog

index be81b8db3d04bfd58df9aa8a42802825b814367e..9080ace3b8348c5eb6780bc0829e7fd00b9f4de5 100644 (file)
@@ -1,19 +1,19 @@
 2008-06-10  Jason Rumney  <jasonr@gnu.org>
 
-        * w32uniscribe.c (add_opentype_font_name_to_list): Skip non unicode
-        fonts.
+       * w32uniscribe.c (add_opentype_font_name_to_list): Skip non unicode
+       fonts.
 
 2008-06-10  Chong Yidong  <cyd@stupidchicken.com>
 
        * xfns.c (Fx_font_dialog): New function.
 
-       * gtkutil.c (xg_dialog_response_cb): Rename from,
+       * gtkutil.c (xg_dialog_response_cb): Rename from
        xg_file_response_callback.
        (pop_down_dialog): Rename from pop_down_file_dialog.
        (xg_get_file_name): Callers changed.
        (xg_get_font_name): New function.
 
-       * gtkutil.h (xg_get_font_name): Insert prototype,
+       * gtkutil.h (xg_get_font_name): Insert prototype.
 
 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>