Mercurial > hg > xemacs-beta
comparison ChangeLog @ 173:8eaf7971accc r20-3b13
Import from CVS: tag r20-3b13
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:49:09 +0200 |
parents | 929b76928fce |
children | 2d532a89d707 |
comparison
equal
deleted
inserted
replaced
172:a38aed19690b | 173:8eaf7971accc |
---|---|
1 1997-07-13 Steven L Baur <steve@altair.xemacs.org> | |
2 | |
3 * XEmacs 20.3-beta13 is released. | |
4 | |
5 * info/dir (Packages): Integrate texinfo manual for PH. | |
6 | |
7 1997-07-10 Hrvoje Niksic <hniksic@srce.hr> | |
8 | |
9 * extents.c (print_extent): Print correctly. | |
10 | |
11 1997-07-13 Steven L Baur <steve@altair.xemacs.org> | |
12 | |
13 * configure.in (CPP): Add -Wall to default gcc CFLAGS. | |
14 | |
15 1997-07-11 Martin Buchholz <mrb@eng.sun.com> | |
16 | |
17 * *Makefile*: More cleanup. | |
18 - MAKE CFLAGS=-foo now works with recursive invocations on old makes | |
19 - Nuke ld_call_shared from s&m files | |
20 - Nuke src/s/*-static.h | |
21 - Nuke Solaris and DEC OSF static build support. | |
22 - Nuke SHORTNAMES | |
23 - Nuke libmld | |
24 - CLASH_DETECTION configurable, off by default. | |
25 | |
26 * *.[ch]: Warning elimination, code cleanup, some 64-bit | |
27 safeguarding. | |
28 | |
29 * sol2.h: More bullet-proofing for Sun bugs in header files. | |
30 | |
31 * lib-src/etags.c: etags version 12.19. | |
32 | |
33 * lisp/x11/x-select.el: | |
34 * src/xselect.c: Try STRING if selection owner couldn't convert | |
35 COMPOUND_TEXT. | |
36 | |
37 * src/*.c: Change defalt to default_, and in general allow | |
38 doc-snarfing functions to recognize and ignore trailing `_' | |
39 | |
40 * src/*.[ch]: Introduce XVECTOR_DATA and XVECTOR_LENGTH macros and | |
41 convert source code to use them consistently. | |
42 | |
1 1997-07-08 Steven L Baur <steve@altair.xemacs.org> | 43 1997-07-08 Steven L Baur <steve@altair.xemacs.org> |
2 | 44 |
3 * XEmacs 20.3-beta12 is released. | 45 * XEmacs 20.3-beta12 is released. |
4 | 46 |
5 1997-07-08 Martin Buchholz <mrb@eng.sun.com> | 47 1997-07-08 Martin Buchholz <mrb@eng.sun.com> |