aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7e6b67cc176..8a13298b61d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,17 @@
12010-07-12 Dan Nicolaescu <dann@ics.uci.edu> 12010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3
4 * process.c (close_process_descs): Use DOS_NT instead of WINDOWSNT.
5
6 * emacs.c (__do_global_ctors, __do_global_ctors_aux)
7 (__do_global_dtors, __main): Use void in definition.
8 (main): Remove code dealing with SET_EMACS_PRIORITY, unused.
9 Remove SYMS_MACHINE code, unused. Remove SYMS_SYSTEM, inline
10 the only users from ...
11 * s/ms-w32.h (SYMS_SYSTEM): ... here and ...
12 * s/msdos.h (SYMS_SYSTEM): ... here. Remove.
13 (HAVE_VOLATILE): Remove, unused.
14
3 Convert more function definitions to standard C. 15 Convert more function definitions to standard C.
4 * xdisp.c (window_box_edges, handle_single_display_spec) 16 * xdisp.c (window_box_edges, handle_single_display_spec)
5 (display_string): Convert definition to standard C. 17 (display_string): Convert definition to standard C.