Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 205:92f8ad5d0d3f r20-4b1
Import from CVS: tag r20-4b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:02:46 +0200 |
parents | 850242ba4a81 |
children | e45d5e7c476e |
comparison
equal
deleted
inserted
replaced
204:a15e4b3d59c6 | 205:92f8ad5d0d3f |
---|---|
1 1997-10-12 SL Baur <steve@altair.xemacs.org> | |
2 | |
3 * src/s/freebsd.h: Add X11 guard for building without X11. | |
4 From Hrvoje Niksic <hniksic@srce.hr> | |
5 | |
6 1997-10-12 Kyle Jones <kyle_jones@wonderworks.com> | |
7 | |
8 * src/doprnt.c (emacs_doprnt_1): if forwarded field width | |
9 is negative, set minus_flag and make the field width | |
10 positive. Makes (format "%*s" -10 "abc") work like | |
11 (format "%-*s" 10 "abc"). | |
12 | |
13 1997-10-12 SL Baur <steve@altair.xemacs.org> | |
14 | |
15 * unexsol2.c (unexec): CONST isn't defined here. | |
16 From Adrian Aichner <aichner@ecf.teradyne.com> | |
17 | |
1 1997-10-11 SL Baur <steve@altair.xemacs.org> | 18 1997-10-11 SL Baur <steve@altair.xemacs.org> |
19 | |
20 * realpath.c (realpath): CONST IS LOSING but removing it conflicts | |
21 with system headers. | |
2 | 22 |
3 * callproc.c: New variable infopath-internal. | 23 * callproc.c: New variable infopath-internal. |
4 (complex_vars_of_callproc): Declare and initialized it. | 24 (complex_vars_of_callproc): Declare and initialized it. |
5 | 25 |
6 * paths.h.in: New variable PATH_INFOPATH. | 26 * paths.h.in: New variable PATH_INFOPATH. |