Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 140:585fb297b004 r20-2b4
Import from CVS: tag r20-2b4
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:32:43 +0200 |
parents | 6608ceec7cf8 |
children | 1856695b1fa9 |
comparison
equal
deleted
inserted
replaced
139:2b5203979d01 | 140:585fb297b004 |
---|---|
1 Thu May 1 18:59:20 1997 Steven L Baur <steve@altair.xemacs.org> | |
2 | |
3 * glyphs-x.c (Fmake_subwindow): Update error message. | |
4 | |
5 Wed Apr 30 18:07:18 1997 Steven L Baur <steve@altair.xemacs.org> | |
6 | |
7 * lread.c: New variable featurep. | |
8 (read1): Add processing for #- and #+. | |
9 (read_list_conser): Handle case where a feature test has removed a | |
10 portion of the input stream. | |
11 (vars_of_lread): New feature `xemacs'. | |
12 | |
13 * fns.c (Ffeaturep): Remove function when using #-, #+ feature | |
14 reader syntax. | |
15 | |
16 * Makefile.in.in (lisp): Put features.elc in the dump list. | |
17 | |
18 Thu May 1 05:24:25 1997 Hrvoje Niksic <hniksic@srce.hr> | |
19 | |
20 * buffer.c (Fmake_indirect_buffer): Don't pretend it's there. | |
21 | |
1 Fri Apr 25 10:53:07 1997 Steven L Baur <steve@altair.xemacs.org> | 22 Fri Apr 25 10:53:07 1997 Steven L Baur <steve@altair.xemacs.org> |
2 | 23 |
3 * glyphs-x.c: libpng already includes setjmp.h, so don't attempt | 24 * glyphs-x.c: libpng already includes setjmp.h, so don't attempt |
4 to include it twice. | 25 to include it twice. |
5 | 26 |