From: Jan Djärv Date: Sat, 16 Sep 2006 17:43:09 +0000 (+0000) Subject: * gtkutil.c (xg_get_file_with_chooser): Check X-Git-Tag: emacs-pretest-22.0.90~514 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fbce5860bfff8116aa49bc1a46d4b5710bcb4d44;p=emacs.git * gtkutil.c (xg_get_file_with_chooser): Check x-gtk-show-chooser-help-text before adding the help text. * xfns.c (syms_of_xfns): New variable: x-gtk-show-chooser-help-text. --- diff --git a/src/ChangeLog b/src/ChangeLog index 1a6f6edeb33..d759b5717e5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,10 @@ 2006-09-16 Jan Dj,Ad(Brv + * gtkutil.c (xg_get_file_with_chooser): Check + x-gtk-show-chooser-help-text before adding the help text. + + * xfns.c (syms_of_xfns): New variable: x-gtk-show-chooser-help-text. + * gtkutil.c (get_utf8_string): Try harder to convert to UTF8. Gtk+ will simply crash if we fail.