aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2010-07-10 16:26:44 +0300
committerEli Zaretskii2010-07-10 16:26:44 +0300
commitf388c88aece7b0362ff496fb8fe6eb7cdfbac655 (patch)
treed96659f19aaec87334e530fc330bb06fb9fc3947 /src/ChangeLog
parentca1bb391deffc77c33811f15ad55856baa94f605 (diff)
downloademacs-f388c88aece7b0362ff496fb8fe6eb7cdfbac655.tar.gz
emacs-f388c88aece7b0362ff496fb8fe6eb7cdfbac655.zip
Unify the two branches, with and without subprocesses.
process.c: Reshuffle #include's. Condition some of the global and static variables on `subprocesses'. (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p): Leave only one implementation. (Fget_buffer_process, Fprocess_inherit_coding_system_flag) (kill_buffer_processes, Flist_system_processes) (Fprocess_attributes, init_process, syms_of_process): Unify the implementations for with subprocesses and without them.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index fb0689a0e93..a6fb6852c6c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
12010-07-10 Eli Zaretskii <eliz@gnu.org>
2
3 * process.c: Reshuffle #include's. Condition some of the global
4 and static variables on `subprocesses'.
5 (hold_keyboard_input, unhold_keyboard_input, kbd_on_hold_p):
6 Leave only one implementation.
7 (Fget_buffer_process, Fprocess_inherit_coding_system_flag)
8 (kill_buffer_processes, Flist_system_processes)
9 (Fprocess_attributes, init_process, syms_of_process): Unify the
10 implementations for with subprocesses and without them.
11
12010-07-09 Jan Djärv <jan.h.d@swipnet.se> 122010-07-09 Jan Djärv <jan.h.d@swipnet.se>
2 13
3 * xmenu.c (set_frame_menubar): Must realize menubar_widget to get the 14 * xmenu.c (set_frame_menubar): Must realize menubar_widget to get the