aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2008-01-13 00:43:55 +0000
committerDan Nicolaescu2008-01-13 00:43:55 +0000
commite39a993cce3b5d82cb997e34200a5395c315e3a6 (patch)
treebef5f75e893c2c4e958764fb9f7b359c27aa3847 /src/ChangeLog
parent8d8ccf3636b6ae7f296ac4613b2dc87c7b159599 (diff)
downloademacs-e39a993cce3b5d82cb997e34200a5395c315e3a6.tar.gz
emacs-e39a993cce3b5d82cb997e34200a5395c315e3a6.zip
* movemail.c:
* make-docfile.c: Remove reference to symbols defined by systems not supported anymore: MAC_OS8, XENIX and STRIDE. * (src/m/mips.h): * (src/m/intel386.h): * callproc.c: * config.in: * ecrt0.c: * emacs.c: * fileio.c: * frame.c: * getpagesize.h: * keyboard.c: * lread.c: * process.c: * puresize.h: * sysdep.c: * systty.h: * syswait.h: * unexec.c: * xdisp.c: * alloc.c: Remove code containing references to symbols defined by unsupported systems.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d56550fb1a3..0ad3ba97e0f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,28 @@
12008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * (unexsunos4): Remove file, system not supported anymore.
4
5 * (src/m/mips.h):
6 * (src/m/intel386.h):
7 * callproc.c:
8 * config.in:
9 * ecrt0.c:
10 * emacs.c:
11 * fileio.c:
12 * frame.c:
13 * getpagesize.h:
14 * keyboard.c:
15 * lread.c:
16 * process.c:
17 * puresize.h:
18 * sysdep.c:
19 * systty.h:
20 * syswait.h:
21 * unexec.c:
22 * xdisp.c:
23 * alloc.c: Remove code containing references to symbols defined by
24 unsupported systems.
25
12008-01-11 Kenichi Handa <handa@ni.aist.go.jp> 262008-01-11 Kenichi Handa <handa@ni.aist.go.jp>
2 27
3 * coding.c (detect_coding_mask): Fix previous change. 28 * coding.c (detect_coding_mask): Fix previous change.