aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog14
1 files changed, 13 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b222be73231..fb95e324f34 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,17 @@
12000-03-01 Gerd Moellmann <gerd@gnu.org> 12000-03-01 Gerd Moellmann <gerd@gnu.org>
2 2
3 * sysdep.c (start_of_text): Don't define this function for NetBSD
4 with ELF.
5
6 * m/pmax.h (START_FILES, CANNOT_DUMP) [__NetBSD__ || __OpenBSD__]:
7 Don't define.
8 (UNEXEC) [__NetBSD__ || __OpenBSD__]: Define to unexelf.o.
9 (LINKER): Don't undef if __NetBSD__ is defined.
10
11 * m/mips.h (LINKER) [__NetBSD__ || __OpenBSD__]: Don't define.
12
13 * fileio.c [__NetBSD__]: Define `unix'.
14
3 * xfns.c (start_busy_cursor): Allow floats for busy-cursor-delay. 15 * xfns.c (start_busy_cursor): Allow floats for busy-cursor-delay.
4 16
52000-02-29 Gerd Moellmann <gerd@gnu.org> 172000-02-29 Gerd Moellmann <gerd@gnu.org>
@@ -61,7 +73,7 @@
61 73
622000-02-25 Gerd Moellmann <gerd@gnu.org> 742000-02-25 Gerd Moellmann <gerd@gnu.org>
63 75
64 * emacs.c (main): Remove code snipped commented out with `//'. 76 * emacs.c (main): Remove code snippet commented out with `//'.
65 77
662000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu> 782000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
67 79