Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 169:15872534500d r20-3b11
Import from CVS: tag r20-3b11
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:46:53 +0200 |
parents | 85ec50267440 |
children | 929b76928fce |
comparison
equal
deleted
inserted
replaced
168:9851d5c6556e | 169:15872534500d |
---|---|
1 1997-07-06 Steven L Baur <steve@altair.xemacs.org> | |
2 | |
3 * emacs.c (vars_of_emacs): Fprovide the system type as a feature. | |
4 | |
5 1997-07-03 Steven L Baur <steve@altair.xemacs.org> | |
6 | |
7 * data.c (Fstring_to_number): Fix typo. base isn't an integer. | |
8 | |
9 1997-07-01 Steven L Baur <steve@altair.xemacs.org> | |
10 | |
11 * data.c, emacsfns.h: This is the port of GNU Emacs capability. | |
12 I am still not sure what this buys us, but I guess it doesn't hurt | |
13 to have it. | |
14 From Hrvoje Niksic <hniksic@srce.hr> | |
15 | |
16 * glyphs.c (make_string_from_file): Use | |
17 insert-file-contents-literally instead of | |
18 insert-file-contents-internal. | |
19 | |
20 1997-06-30 Steven L Baur <steve@altair.xemacs.org> | |
21 | |
22 * fns.c (check_losing_bytecode): Correct reported version. | |
23 | |
24 * Makefile.in.in (${libsrc}DOC): Break up line length for stupid | |
25 make programs. | |
26 | |
27 1997-06-29 Steven L Baur <steve@altair.xemacs.org> | |
28 | |
29 * emacsfns.h: Put void in prototype. | |
30 Suggested by Ben Wing. | |
31 | |
32 1997-07-01 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
33 | |
34 * glyphs.c (make_string_from_file): must protect from | |
35 `format-alist'. | |
36 | |
1 1997-06-28 Steven L Baur <steve@altair.xemacs.org> | 37 1997-06-28 Steven L Baur <steve@altair.xemacs.org> |
2 | 38 |
3 * config.h.in: Back out previous change to LOSING_BYTECODE. It's | 39 * config.h.in: Back out previous change to LOSING_BYTECODE. It's |
4 just not worth it. | 40 just not worth it. |
5 | 41 |