aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJan Djärv2011-11-27 19:33:17 +0100
committerJan Djärv2011-11-27 19:33:17 +0100
commit54e9e3bf847d39b8c0daa46a999efeb6f84c9d76 (patch)
tree4cb768242a57e75c056a6172baf7455e2c47180a /src/ChangeLog
parente9a452d9cd08b5e09fa7ee51d1f57bbc4a9509c0 (diff)
downloademacs-54e9e3bf847d39b8c0daa46a999efeb6f84c9d76.tar.gz
emacs-54e9e3bf847d39b8c0daa46a999efeb6f84c9d76.zip
Work around an Ubuntu 11.10 bug where Emacs loops forever when started.
* configure.in: Check for gtk_window_set_has_resize_grip. * src/gtkutil.c (xg_create_frame_widgets): Call gtk_window_set_has_resize_grip (FALSE) if that function is present with Gtk+ 2.0.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index dd7b715e443..5b1d5aa2f24 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12011-11-27 Jan Djärv <jan.h.d@swipnet.se>
2
3 * gtkutil.c (xg_create_frame_widgets): Call
4 gtk_window_set_has_resize_grip (FALSE) if that function is
5 present with Gtk+ 2.0.
6
12011-11-26 Paul Eggert <eggert@cs.ucla.edu> 72011-11-26 Paul Eggert <eggert@cs.ucla.edu>
2 8
3 * fileio.c (Finsert_file_contents): Undo previous change; see 9 * fileio.c (Finsert_file_contents): Undo previous change; see