aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2e1864b270e..2ec9f2900f7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
12010-10-03 Dan Nicolaescu <dann@ics.uci.edu> 12010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 Remove unused code.
4 * sysdep.c (select_alarm, sys_select, read_input_waiting): Remove
5 select emulation, all systems support select.
6 (set_exclusive_use): Remove, the only user is in an #if 0 block.
7 * process.c (create_process): Remove #if 0 code.
8
3 Remove unused arguments for unexec. 9 Remove unused arguments for unexec.
4 The third one is never used, and the last two are always passed as zero. 10 The third one is never used, and the last two are always passed as zero.
5 * emacs.c (unexec): Add declaration. 11 * emacs.c (unexec): Add declaration.