aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJan Djärv2005-06-04 08:06:57 +0000
committerJan Djärv2005-06-04 08:06:57 +0000
commitb89875707ce5b8e88097b7d4d365b480b17733a6 (patch)
treecb0c542b2358aa2eab305b4429853cde69372b5c /src/ChangeLog
parent0fc367df131fab89a983198790c5437748d6f5cb (diff)
downloademacs-b89875707ce5b8e88097b7d4d365b480b17733a6.tar.gz
emacs-b89875707ce5b8e88097b7d4d365b480b17733a6.zip
* macmenu.c (cleanup_popup_menu): New function.
(Fx_popup_menu): unwind protect cleanup_popup_menu in case mac_menu_show Quit:s. (mac_menu_show): Quit on cancel if not popped up on click (i.e. a dialog).
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5f724fe8450..36650215350 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12005-06-04 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2
3 * macmenu.c (cleanup_popup_menu): New function.
4 (Fx_popup_menu): unwind protect cleanup_popup_menu in case
5 mac_menu_show Quit:s.
6 (mac_menu_show): Quit on cancel if not popped up on click (i.e.
7 a dialog).
8
12005-06-04 Kim F. Storm <storm@cua.dk> 92005-06-04 Kim F. Storm <storm@cua.dk>
2 10
3 * coding.c (decode_coding_string): Handle CODING_FINISH_INTERRUPT. 11 * coding.c (decode_coding_string): Handle CODING_FINISH_INTERRUPT.