aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2010-04-01 16:08:14 -0700
committerDan Nicolaescu2010-04-01 16:08:14 -0700
commit8224f93d18d7470f54d5894cb74da0168bddee44 (patch)
tree8461ab66e8609dff27e3d8fdf05bea657fa27592 /src/ChangeLog
parent796bb9364a5244a089769f4c92daab1835b618c7 (diff)
downloademacs-8224f93d18d7470f54d5894cb74da0168bddee44.tar.gz
emacs-8224f93d18d7470f54d5894cb74da0168bddee44.zip
Remove all uses of LIBX11_SYSTEM.
* Makefile.in (LIBX11_SYSTEM): Remove. * s/msdos.h (LIBX11_SYSTEM): Do not define, define LIBS_SYSTEM instead. * configure.in: Remove all references to LIBX11_SYSTEM.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog25
1 files changed, 16 insertions, 9 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index aea5701ec9c..08c40c6048c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,24 +1,31 @@
12010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
2
3 Remove all uses of LIBX11_SYSTEM.
4 * Makefile.in (LIBX11_SYSTEM): Remove.
5 * s/msdos.h (LIBX11_SYSTEM): Do not define, define LIBS_SYSTEM
6 instead.
7
12010-04-01 Eli Zaretskii <eliz@gnu.org> 82010-04-01 Eli Zaretskii <eliz@gnu.org>
2 9
3 Remove support for DJGPP v1.x (bug#5813). 10 Remove support for DJGPP v1.x (bug#5813).
4 11
5 * w16select.c (__dpmi_int): Remove DJGPP v1.x compatibility. 12 * w16select.c (__dpmi_int): Remove DJGPP v1.x compatibility.
6 * s/msdos.h: 13 * s/msdos.h:
7 * unexec.c (make_hdr, copy_text_and_data): 14 * unexec.c (make_hdr, copy_text_and_data):
8 * sysdep.c (wait_for_termination, sys_subshell): 15 * sysdep.c (wait_for_termination, sys_subshell):
9 * msdos.c (dos_set_window_size, msdos_set_cursor_shape) 16 * msdos.c (dos_set_window_size, msdos_set_cursor_shape)
10 (IT_set_terminal_modes): 17 (IT_set_terminal_modes):
11 (__write, _rename, gethostname, gettimeofday, alarm, fork, kill) 18 (__write, _rename, gethostname, gettimeofday, alarm, fork, kill)
12 (dos_ttraw, dos_ttcooked, run_msdos_command, abort): Remove DJGPP 19 (dos_ttraw, dos_ttcooked, run_msdos_command, abort): Remove DJGPP
13 v1.x code and tests of the value of __DJGPP__. 20 v1.x code and tests of the value of __DJGPP__.
14 (nice, pause, sigsetmask, sigblock): Remove DJGPP v1.x 21 (nice, pause, sigsetmask, sigblock): Remove DJGPP v1.x
15 compatibility code. 22 compatibility code.
16 23
17 * lread.c: 24 * lread.c:
18 * gmalloc.c (memalign): 25 * gmalloc.c (memalign):
19 * fileio.c (Fcopy_file, check_executable, Ffile_modes): 26 * fileio.c (Fcopy_file, check_executable, Ffile_modes):
20 * emacs.c (main): 27 * emacs.c (main):
21 * dosfns.c (init_dosfns): 28 * dosfns.c (init_dosfns):
22 * dired.c (file_name_completion_stat): Remove tests of __DJGPP__. 29 * dired.c (file_name_completion_stat): Remove tests of __DJGPP__.
23 30
24 * xdisp.c (set_cursor_from_row): Fix cursor positioning when the 31 * xdisp.c (set_cursor_from_row): Fix cursor positioning when the