summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJan Djärv <jan.h.d@swipnet.se>2011-11-27 19:33:17 +0100
committerJan Djärv <jan.h.d@swipnet.se>2011-11-27 19:33:17 +0100
commit54e9e3bf847d39b8c0daa46a999efeb6f84c9d76 (patch)
tree4cb768242a57e75c056a6172baf7455e2c47180a /ChangeLog
parente9a452d9cd08b5e09fa7ee51d1f57bbc4a9509c0 (diff)
downloademacs-54e9e3bf847d39b8c0daa46a999efeb6f84c9d76.tar.gz
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 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 90af2520016..63826ab942e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-11-27 Jan Djärv <jan.h.d@swipnet.se>
+
+ * configure.in: Check for gtk_window_set_has_resize_grip.
+
2011-11-24 Juanma Barranquero <lekktu@gmail.com>
* configure.in (HAVE_XPM): Fix typo.