aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJan Djärv2011-07-08 10:11:35 +0200
committerJan Djärv2011-07-08 10:11:35 +0200
commit699c10bd69f9395a5705b86259b957b7ed75f8ef (patch)
tree0f2a8f9fbe20f446f5a94bad6f6296909c5f87d2 /src/ChangeLog
parentd760b73104d0533a222adb058f48da3e4ca61f3f (diff)
downloademacs-699c10bd69f9395a5705b86259b957b7ed75f8ef.tar.gz
emacs-699c10bd69f9395a5705b86259b957b7ed75f8ef.zip
Fix services menu empty on OSX 1.6+.
* nsfns.m (Fx_open_connection): Remove NSStringPboardType from ns_return_types. (Fns_list_services): Just return Qnil on 10.6, code not working there. * nsmenu.m (ns_update_menubar): Remove useless setDelegate call on svcsMenu. * nsselect.m (ns_get_local_selection): Change to extern (Bug#8842). * nsterm.h (MAC_OS_X_VERSION_10_6): Define here instead of nsterm.m. (ns_get_local_selection): Declare. * nsterm.m (QUTF8_STRING): Declare. (initFrameFromEmacs): Call registerServicesMenuSendTypes. (validRequestorForSendType): Return type is (id). Change indexOfObjectIdenticalTo to indexOfObject. Check if we have local selection before returning self (Bug#8842). (writeSelectionToPasteboard): Put local selection into paste board if we have a local selection (Bug#8842). (syms_of_nsterm): DEFSYM QUTF8_STRING.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4cacc677c23..c925b323499 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,26 @@
12011-07-08 Jan Djärv <jan.h.d@swipnet.se>
2
3 * nsselect.m (ns_get_local_selection): Change to extern (Bug#8842).
4
5 * nsmenu.m (ns_update_menubar): Remove useless setDelegate call
6 on svcsMenu (Bug#8842).
7
8 * nsfns.m (Fx_open_connection): Remove NSStringPboardType from
9 ns_return_types.
10 (Fns_list_services): Just return Qnil on 10.6, code not working there.
11
12 * nsterm.m (QUTF8_STRING): Declare.
13 (initFrameFromEmacs): Call registerServicesMenuSendTypes.
14 (validRequestorForSendType): Return type is (id).
15 Change indexOfObjectIdenticalTo to indexOfObject.
16 Check if we have local selection before returning self (Bug#8842).
17 (writeSelectionToPasteboard): Put local selection into paste board
18 if we have a local selection (Bug#8842).
19 (syms_of_nsterm): DEFSYM QUTF8_STRING.
20
21 * nsterm.h (MAC_OS_X_VERSION_10_6): Define here instead of nsterm.m.
22 (ns_get_local_selection): Declare.
23
12011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org> 242011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 25
3 * keymap.c (describe_map_tree): Don't insert a double newline at 26 * keymap.c (describe_map_tree): Don't insert a double newline at