aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJan Djärv2013-03-30 10:57:27 +0100
committerJan Djärv2013-03-30 10:57:27 +0100
commit6d01f1feafdbcf90b4a602ed6ae4a3f543f5b8b9 (patch)
tree0ef1e43f227757901b27e5c113203c53af34a827 /src/ChangeLog
parent73572c72157ae732679c858bc5f3497473649b2f (diff)
downloademacs-6d01f1feafdbcf90b4a602ed6ae4a3f543f5b8b9.tar.gz
emacs-6d01f1feafdbcf90b4a602ed6ae4a3f543f5b8b9.zip
* nsmenu.m (ns_update_menubar): Correct NSTRACE.
(x_activate_menubar): Update the menu with title that matches ns_get_pending_menu_title, and call ns_check_pending_openmenu. (menuWillOpen:): New method. (menuNeedsUpdate:): Add check for ! COCOA || OSX < 10.5 (Bug#12698). * nsterm.h (ns_get_pending_menu_title, ns_check_menu_open) (ns_check_pending_open_menu): Declare. * nsterm.m (menu_will_open_state, menu_mouse_point) (menu_pending_title): New varaibles. (ns_get_pending_menu_title, ns_check_menu_open) (ns_check_pending_open_menu): New functions.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 14e21e402d6..9899f32fc4b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,20 @@
12013-03-30 Jan Djärv <jan.h.d@swipnet.se>
2
3 * nsterm.h (ns_get_pending_menu_title, ns_check_menu_open)
4 (ns_check_pending_open_menu): Declare.
5
6 * nsmenu.m (ns_update_menubar): Correct NSTRACE.
7 (x_activate_menubar): Update the menu with title that matches
8 ns_get_pending_menu_title, and call
9 ns_check_pending_openmenu (Bug#12698).
10 (menuWillOpen:): New method.
11 (menuNeedsUpdate:): Add check for ! COCOA || OSX < 10.5 (Bug#12698).
12
13 * nsterm.m (menu_will_open_state, menu_mouse_point)
14 (menu_pending_title): New varaibles.
15 (ns_get_pending_menu_title, ns_check_menu_open)
16 (ns_check_pending_open_menu): New functions.
17
12013-03-29 Dmitry Antipov <dmantipov@yandex.ru> 182013-03-29 Dmitry Antipov <dmantipov@yandex.ru>
2 19
3 * indent.c (current_column_bol_cache): Remove leftover which is not 20 * indent.c (current_column_bol_cache): Remove leftover which is not