Mercurial > emacs
changeset 72930:ffb882df13fa
* 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.
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Sat, 16 Sep 2006 17:43:09 +0000 |
parents | 3fe5d38d5acd |
children | 0ee8cea94c25 |
files | src/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Sat Sep 16 17:41:59 2006 +0000 +++ b/src/ChangeLog Sat Sep 16 17:43:09 2006 +0000 @@ -1,5 +1,10 @@ 2006-09-16 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> + * 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.