aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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