diff options
| author | Paul Eggert | 2011-07-08 13:22:17 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-07-08 13:22:17 -0700 |
| commit | 67517972df013491db07d81f516c7e56ddc214c8 (patch) | |
| tree | cbe742bb4f4f075bcbb670ea22dab331053f487a /src/ChangeLog | |
| parent | 2a84b02da8b20138fad7fafdea92d7c8f0564ee0 (diff) | |
| parent | 1b85461891d3354aef97bec97fab891ddb24e06e (diff) | |
| download | emacs-67517972df013491db07d81f516c7e56ddc214c8.tar.gz emacs-67517972df013491db07d81f516c7e56ddc214c8.zip | |
Merge from trunk.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ccafc9c5963..bd250886ad0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -9,6 +9,55 @@ | |||
| 9 | 9 | ||
| 10 | 2011-07-08 Jan Djärv <jan.h.d@swipnet.se> | 10 | 2011-07-08 Jan Djärv <jan.h.d@swipnet.se> |
| 11 | 11 | ||
| 12 | * gtkutil.c (qttip_cb): Set line wrap to FALSE for tooltip widget. | ||
| 13 | (xg_prepare_tooltip): Revert text in x->ttip_lbl, margins was | ||
| 14 | wrong (Bug#8591). | ||
| 15 | |||
| 16 | 2011-07-08 Jan Djärv <jan.h.d@swipnet.se> | ||
| 17 | |||
| 18 | * gtkutil.c (xg_prepare_tooltip): Fix indentation and comment. | ||
| 19 | Put text in x->ttip_lbl instead of gtk_tooltip_set_text (Bug#8591). | ||
| 20 | (xg_hide_tooltip): Fix comment. | ||
| 21 | |||
| 22 | * nsterm.m (initFrameFromEmacs): Don't use ns_return_types | ||
| 23 | in registerServicesMenuSendTypes. | ||
| 24 | (validRequestorForSendType): Don't check ns_return_types. | ||
| 25 | |||
| 26 | * nsfns.m (Fx_open_connection): Put NSStringPboardType into | ||
| 27 | ns_return_type. | ||
| 28 | |||
| 29 | 2011-07-08 Jason Rumney <jasonr@gnu.org> | ||
| 30 | |||
| 31 | * w32fns.c (w32_wnd_proc) [WM_TIMER, WM_SET_CURSOR]: Avoid using | ||
| 32 | frame struct members of non-existent frames (Bug#6284). | ||
| 33 | |||
| 34 | 2011-07-08 Jan Djärv <jan.h.d@swipnet.se> | ||
| 35 | |||
| 36 | * nsterm.m (keyDown): Call to wantsToDelayTextChangeNotifications and | ||
| 37 | variable firstTime not needed on OSX >= 10.6. | ||
| 38 | (setPosition): setFloatValue:knobProportion: is deprecated on OSX | ||
| 39 | >= 10.5. Use setKnobProportion, setDoubleValue. | ||
| 40 | |||
| 41 | * nsterm.h (MAC_OS_X_VERSION_10_3, MAC_OS_X_VERSION_10_4) | ||
| 42 | (MAC_OS_X_VERSION_10_5): Define if not defined. | ||
| 43 | (EmacsView, EmacsTooltip): Implements NSWindowDelegate on OSX >= 10.6. | ||
| 44 | (EmacsMenu): Implements NSMenuDelegate on OSX >= 10.6. | ||
| 45 | (EmacsToolbar): Implements NSToolbarDelegate on OSX >= 10.6. | ||
| 46 | |||
| 47 | * nsselect.m (ns_string_from_pasteboard): Don't use deprecated methods | ||
| 48 | cString and lossyCString on OSX >= 10.4 | ||
| 49 | |||
| 50 | * nsmenu.m (fillWithWidgetValue): Don't use depercated method | ||
| 51 | sizeToFit on OSX >= 10.2. | ||
| 52 | |||
| 53 | * nsimage.m (allocInitFromFile): Don't use deprecated method | ||
| 54 | bestRepresentationForDevice on OSX >= 10.6. | ||
| 55 | |||
| 56 | * nsfns.m (check_ns_display_info): Cast to long and use %ld in error | ||
| 57 | to avoid warning. | ||
| 58 | |||
| 59 | * emacs.c: Declare unexec_init_emacs_zone. | ||
| 60 | |||
| 12 | * nsgui.h: Fix compiler warning about gnulib redefining verify. | 61 | * nsgui.h: Fix compiler warning about gnulib redefining verify. |
| 13 | 62 | ||
| 14 | * nsselect.m (ns_get_local_selection): Change to extern (Bug#8842). | 63 | * nsselect.m (ns_get_local_selection): Change to extern (Bug#8842). |