aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2004-11-01 11:03:51 +0000
committerKim F. Storm2004-11-01 11:03:51 +0000
commitf6749d5d75ab07f8e63781ee396c1a89d8bd4305 (patch)
tree3b001e08d40461ebba85e3cd38c908aadeabc34c /src
parent2a95505b3e67a4080a93b3371eee6d5dfbc89048 (diff)
downloademacs-f6749d5d75ab07f8e63781ee396c1a89d8bd4305.tar.gz
emacs-f6749d5d75ab07f8e63781ee396c1a89d8bd4305.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3e3a60158a9..354746d242a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12004-11-01 Kim F. Storm <storm@cua.dk>
2
3 * process.c (connect_wait_mask, num_pending_connects): Only
4 declare and use them if NON_BLOCKING_CONNECT is defined.
5 (IF_NON_BLOCKING_CONNECT): New helper macro.
6 (wait_reading_process_output): Only declare and use local vars
7 Connecting and check_connect when NON_BLOCKING_CONNECT is defined.
8 (init_process): Initialize them if NON_BLOCKING_CONNECT defined.
9
12004-11-01 Andy Petrusenco <Igrek@star-sw.com> (tiny change) 102004-11-01 Andy Petrusenco <Igrek@star-sw.com> (tiny change)
2 11
3 * w32term.c (x_scroll_run): Delete region objects after use. 12 * w32term.c (x_scroll_run): Delete region objects after use.
@@ -7,7 +16,7 @@
7 * xmenu.c: Add prototypes for forward function declarations. 16 * xmenu.c: Add prototypes for forward function declarations.
8 (popup_get_selection): Remove parameter do_timers, remove call to 17 (popup_get_selection): Remove parameter do_timers, remove call to
9 timer_check. 18 timer_check.
10 (create_and_show_popup_menu, create_and_show_dialog): Remove 19 (create_and_show_popup_menu, create_and_show_dialog): Remove
11 parameter do_timers from call to popup_get_selection. 20 parameter do_timers from call to popup_get_selection.
12 21
13 * xdisp.c (update_tool_bar): Pass a copy of f->tool_bar_items to 22 * xdisp.c (update_tool_bar): Pass a copy of f->tool_bar_items to