aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJason Rumney2008-06-09 21:43:49 +0000
committerJason Rumney2008-06-09 21:43:49 +0000
commit0c2258fc7c30bfb03a7be8a6fb896f5a695a7bd5 (patch)
tree66ef2272c60fa6acff60be1d6dfc92dfc3d54c6a /src/ChangeLog
parent90dc3c7687fd9cc90a71f17956ae9863d48ffd6d (diff)
downloademacs-0c2258fc7c30bfb03a7be8a6fb896f5a695a7bd5.tar.gz
emacs-0c2258fc7c30bfb03a7be8a6fb896f5a695a7bd5.zip
(Fx_popup_menu): Unwind protect while building menu.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b0b036a821e..f5495f59220 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12008-06-09 Jason Rumney <jasonr@gnu.org> 12008-06-09 Jason Rumney <jasonr@gnu.org>
2 2
3 * w32menu.c (Fx_popup_menu): Unwind protect while building menu.
4
52008-06-09 Jason Rumney <jasonr@gnu.org>
6
3 Changes to w32 files related to the move of common menu code 7 Changes to w32 files related to the move of common menu code
4 to menu.c on 2008-06-08 by Chong Yidong. 8 to menu.c on 2008-06-08 by Chong Yidong.
5 9