aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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