aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJan Djärv2010-08-02 14:50:03 +0200
committerJan Djärv2010-08-02 14:50:03 +0200
commitac01763ed233b649f0daffc08b4f6e3b16d8876a (patch)
treec3c8ac641e1d39741e55a4b4131e501b719b2fb4 /src/ChangeLog
parent3311d1c27f57fcc757b5c4f2c9c814008f6cb003 (diff)
downloademacs-ac01763ed233b649f0daffc08b4f6e3b16d8876a.tar.gz
emacs-ac01763ed233b649f0daffc08b4f6e3b16d8876a.zip
Don't use Gtk+ tooltip unless Gtk+ version => 2.14.
* gtkutil.c (hierarchy_ch_cb, qttip_cb): Do not define unless USE_GTK_TOOLTIP. (xg_prepare_tooltip): Return 0 unless USE_GTK_TOOLTIP (xg_show_tooltip, xg_hide_tooltip): Do nothing unless USE_GTK_TOOLTIP. (xg_create_frame_widgets): Surrond tooltip-related code with ifdef USE_GTK_TOOLTIP. (xg_free_frame_widgets): Don't delete ttip_* unless USE_GTK_TOOLTIP. * xterm.h (USE_GTK_TOOLTIP): New define. (struct x_output): Put ttip_* inside ifdef USE_GTK_TOOLTIP.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 60b881b3784..4368c621201 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,17 @@
12010-08-02 Jan Djärv <jan.h.d@swipnet.se> 12010-08-02 Jan Djärv <jan.h.d@swipnet.se>
2 2
3 * gtkutil.c (hierarchy_ch_cb, qttip_cb): Do not define unless
4 USE_GTK_TOOLTIP.
5 (xg_prepare_tooltip): Return 0 unless USE_GTK_TOOLTIP
6 (xg_show_tooltip, xg_hide_tooltip): Do nothing unless
7 USE_GTK_TOOLTIP.
8 (xg_create_frame_widgets): Surrond tooltip-related code with ifdef
9 USE_GTK_TOOLTIP.
10 (xg_free_frame_widgets): Don't delete ttip_* unless USE_GTK_TOOLTIP.
11
12 * xterm.h (USE_GTK_TOOLTIP): New define.
13 (struct x_output): Put ttip_* inside ifdef USE_GTK_TOOLTIP.
14
3 * sysdep.c (child_setup_tty): Enable ICANON in lflags and set VEOF 15 * sysdep.c (child_setup_tty): Enable ICANON in lflags and set VEOF
4 to Control-D (Bug#6771). 16 to Control-D (Bug#6771).
5 17