diff options
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. |