aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog63
1 files changed, 63 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 908d83759f3..8859a10ad7a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,66 @@
12010-04-02 Dan Nicolaescu <dann@ics.uci.edu>
2
3 Remove extern errno declarations.
4 * xterm.c:
5 * xrdb.c:
6 * w32term.c:
7 * unexec.c:
8 * unexaix.c:
9 * sysdep.c:
10 * process.c:
11 * lread.c:
12 * keyboard.c:
13 * floatfns.c:
14 * filelock.c:
15 * fileio.c:
16 * emacs.c (main):
17 * ecrt0.c:
18 * dispnew.c:
19 * callproc.c:
20 * buffer.c: Remove errno extern declarations.
21 * s/netbsd.h (NEED_ERRNO): Remove.
22
232010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
24
25 Remove all uses of LIBX11_SYSTEM.
26 * Makefile.in (LIBX11_SYSTEM): Remove.
27 * s/msdos.h (LIBX11_SYSTEM): Do not define, define LIBS_SYSTEM
28 instead.
29
302010-04-01 Eli Zaretskii <eliz@gnu.org>
31
32 Remove support for DJGPP v1.x (bug#5813).
33
34 * w16select.c (__dpmi_int): Remove DJGPP v1.x compatibility.
35 * s/msdos.h:
36 * unexec.c (make_hdr, copy_text_and_data):
37 * sysdep.c (wait_for_termination, sys_subshell):
38 * msdos.c (dos_set_window_size, msdos_set_cursor_shape)
39 (IT_set_terminal_modes, __write, _rename, gethostname)
40 (gettimeofday, alarm, fork, kill, dos_ttraw, dos_ttcooked)
41 (run_msdos_command, abort): Remove DJGPP v1.x code and tests of
42 the value of __DJGPP__.
43 (nice, pause, sigsetmask, sigblock): Remove DJGPP v1.x
44 compatibility code.
45 * lread.c:
46 * gmalloc.c (memalign):
47 * fileio.c (Fcopy_file, check_executable, Ffile_modes):
48 * emacs.c (main):
49 * dosfns.c (init_dosfns):
50 * dired.c (file_name_completion_stat): Remove tests of __DJGPP__.
51
522010-04-01 Eli Zaretskii <eliz@gnu.org>
53
54 * xdisp.c (set_cursor_from_row): Fix cursor positioning when the
55 string with `cursor' property comes from an `after-string'
56 overlay. (Bug#5816)
57
582010-04-01 Glenn Morris <rgm@gnu.org>
59
60 * Makefile.in (LIBTIFF, LIBJPEG, LIBPNG, LIBGIF, LIBXPM, XFT_LIBS):
61 Define as Makefile variables.
62 (LIBX): Use above variables rather than directly using autoconf.
63
12010-03-31 Dan Nicolaescu <dann@ics.uci.edu> 642010-03-31 Dan Nicolaescu <dann@ics.uci.edu>
2 65
3 Clean up BSD_SYSTEM use. 66 Clean up BSD_SYSTEM use.