Mercurial > hg > xemacs-beta
comparison nt/ChangeLog @ 1347:8d350b095c21
[xemacs-hg @ 2003-03-09 12:59:36 by ben]
oops, C++ bites again
widget.texi: Fix Turnbull typos.
config.inc.samp: Note that relative directories are a no-no in BUILD_DIR and
SOURCE_DIR. Use paths relative to $(MAKEROOT) instead.
file-coding.c: Fix up internal magic-cookie code to also check for
`;;;###coding system', already handled by the (redundant)
code in files.el.
regex.c: Fix problem with ordering of initializations and statements -- OK in
C++, not in C.
search.c: Indentation.
author | ben |
---|---|
date | Sun, 09 Mar 2003 12:59:45 +0000 |
parents | 01c57eb70ae9 |
children | 49cfb333a12a |
comparison
equal
deleted
inserted
replaced
1346:01c57eb70ae9 | 1347:8d350b095c21 |
---|---|
1 2003-03-09 Ben Wing <ben@xemacs.org> | |
2 | |
3 * config.inc.samp (COMPFACE_DIR): | |
4 Note that relative directories are a no-no in BUILD_DIR and | |
5 SOURCE_DIR. Use paths relative to $(MAKEROOT) instead. | |
6 | |
1 2003-03-06 Ben Wing <ben@xemacs.org> | 7 2003-03-06 Ben Wing <ben@xemacs.org> |
2 | 8 |
3 * xemacs.mak (INFO): New. | 9 * xemacs.mak (INFO): New. |
4 * xemacs.mak (PATH_DEFINES): | 10 * xemacs.mak (PATH_DEFINES): |
5 Add override for info/ as well when separate source/build dirs. | 11 Add override for info/ as well when separate source/build dirs. |