From: Juanma Barranquero Date: Tue, 10 Jun 2008 23:25:59 +0000 (+0000) Subject: Fix typos. X-Git-Tag: emacs-pretest-23.0.90~4896 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5d6333d522c2079dd3eb41b7057bb8b45f7541e2;p=emacs.git Fix typos. --- diff --git a/src/ChangeLog b/src/ChangeLog index be81b8db3d0..9080ace3b83 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,19 +1,19 @@ 2008-06-10 Jason Rumney - * 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 * 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