diff options
| author | Jan Djärv | 2011-07-08 19:25:17 +0200 |
|---|---|---|
| committer | Jan Djärv | 2011-07-08 19:25:17 +0200 |
| commit | 0ce7e563da9e0063363d0735dec72c033eefaac4 (patch) | |
| tree | 68ecc09df92dddde167d16b5233d4ba3daf6a8d4 /src/ChangeLog | |
| parent | f042cfd86a8dadc9fa559f102213de09a019c527 (diff) | |
| download | emacs-0ce7e563da9e0063363d0735dec72c033eefaac4.tar.gz emacs-0ce7e563da9e0063363d0735dec72c033eefaac4.zip | |
Don't let Gtk+ linewrap tooltips.
* gtkutil.c (xg_prepare_tooltip): Fix indentation and comment.
Put text in x->ttip_lbl instead of gtk_tooltip_set_text.
(xg_hide_tooltip): Fix comment.
Fixes: debbugs:8591
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ff7382a87e4..74105503040 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2011-07-08 Jan Djärv <jan.h.d@swipnet.se> | 1 | 2011-07-08 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 2 | ||
| 3 | * gtkutil.c (xg_prepare_tooltip): Fix indentation and comment. | ||
| 4 | Put text in x->ttip_lbl instead of gtk_tooltip_set_text (Bug#8591). | ||
| 5 | (xg_hide_tooltip): Fix comment. | ||
| 6 | |||
| 3 | * nsterm.m (initFrameFromEmacs): Don't use ns_return_types | 7 | * nsterm.m (initFrameFromEmacs): Don't use ns_return_types |
| 4 | in registerServicesMenuSendTypes. | 8 | in registerServicesMenuSendTypes. |
| 5 | (validRequestorForSendType): Don't check ns_return_types. | 9 | (validRequestorForSendType): Don't check ns_return_types. |