aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJason Rumney2007-07-12 10:43:46 +0000
committerJason Rumney2007-07-12 10:43:46 +0000
commit88a337ec3ddd28d9c108d411a155018e773960b2 (patch)
tree77b153ad67525bbff0fd88938a05bdb9ed692afc /src
parentd5781bb682510e348cf86ba0073cffa75c50a073 (diff)
downloademacs-88a337ec3ddd28d9c108d411a155018e773960b2.tar.gz
emacs-88a337ec3ddd28d9c108d411a155018e773960b2.zip
Remove dashes from front of first line.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d112f7297bf..e507754c0ba 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -703,13 +703,13 @@
703 when popup menu finishes. 703 when popup menu finishes.
704 704
705 * w32fns.c (menubar_in_use): New flag. 705 * w32fns.c (menubar_in_use): New flag.
706 (w32_wnd_proc) [WM_INITMENU, WM_EXITMENULOOP, WM_TIMER, WM_COMMAND]: 706 (w32_wnd_proc) <WM_INITMENU, WM_EXITMENULOOP, WM_TIMER, WM_COMMAND>:
707 Use it. 707 Use it.
708 708
709 * w32menu.c (Fx_popup_menu): Don't free menu strings here. 709 * w32menu.c (Fx_popup_menu): Don't free menu strings here.
710 (w32_menu_show): Do it here instead. 710 (w32_menu_show): Do it here instead.
711 711
712 * w32fns.c (w32_wnd_proc) [WM_INITMENU]: Set menubar_active frame 712 * w32fns.c (w32_wnd_proc) <WM_INITMENU>: Set menubar_active frame
713 parameter. 713 parameter.
714 714
715 * w32menu.c (current_popup_menu): Make available globally. 715 * w32menu.c (current_popup_menu): Make available globally.
@@ -717,7 +717,7 @@
717 menu event into the keyboard buffer. Remove menu_command_in_progress. 717 menu event into the keyboard buffer. Remove menu_command_in_progress.
718 718
719 * w32fns.c (current_popup_menu): Use from w32menu.c. 719 * w32fns.c (current_popup_menu): Use from w32menu.c.
720 (w32_wnd_proc) [WM_EXITMENULOOP, WM_TIMER]: Use menubar_active 720 (w32_wnd_proc) <WM_EXITMENULOOP, WM_TIMER>: Use menubar_active
721 and current_popup_menu to determine whether a menubar menu has 721 and current_popup_menu to determine whether a menubar menu has
722 been cancelled. 722 been cancelled.
723 723
@@ -9827,7 +9827,7 @@
9827 * w32term.h (x_output): Add focus_state. 9827 * w32term.h (x_output): Add focus_state.
9828 9828
9829 * w32term.c (x_focus_changed, w32_detect_focus_change): New functions. 9829 * w32term.c (x_focus_changed, w32_detect_focus_change): New functions.
9830 (w32_read_socket) [WM_SETFOCUS]: Call w32_detect_focus_change. 9830 (w32_read_socket) <WM_SETFOCUS>: Call w32_detect_focus_change.
9831 9831
98322005-03-25 Stefan Monnier <monnier@iro.umontreal.ca> 98322005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
9833 9833
@@ -13120,7 +13120,7 @@
13120 13120
13121 * w32term.h (AppendMenuW_Proc): Move declaration from w32menu.c. 13121 * w32term.h (AppendMenuW_Proc): Move declaration from w32menu.c.
13122 13122
13123 * w32fns.c (w32_wnd_proc) [WM_MEASUREITEM, WM_DRAWITEM]: 13123 * w32fns.c (w32_wnd_proc) <WM_MEASUREITEM, WM_DRAWITEM>:
13124 Handle Unicode menu titles. 13124 Handle Unicode menu titles.
13125 13125
131262004-09-07 Kim F. Storm <storm@cua.dk> 131262004-09-07 Kim F. Storm <storm@cua.dk>