comparison nt/ChangeLog @ 274:ca9a9ec9c1c1 r21-0b35

Import from CVS: tag r21-0b35
author cvs
date Mon, 13 Aug 2007 10:29:42 +0200
parents c5d627a313b1
children 6330739388db
comparison
equal deleted inserted replaced
273:411aac7253ef 274:ca9a9ec9c1c1
1 1998-04-10 Kirill M. Katsnelson <kkm@kis.ru>
2
3 * config.h: Do not USE_ASSERTION when DEBUG_XEMACS is not
4 defined.
5
6 * xemacs.mak: Added new file process-nt.c
7
8 1998-04-07 Kirill M. Katsnelson <kkm@kis.ru>
9
10 * xemacs.mak: Added build options which can be defined in nmake
11 command line (defaults are parentheses):
12 HAVE_MSW=0/1 (0) Build with native GUI
13 HAVE_X=0/1 (0) Build with X-Windows
14 ** At least one must be defined
15 X11_DIR=path () Path to the root dir of X11R6 installation
16 ** Must be defined when HAVE_X=1
17 HAVE_MULE=0/1 (0) Compile in MULE
18 HAVE_MSW_C_DIRED=0/1(1) Compile in fast dired
19 PATH_PACKAGEPATH=path Package search path
20 ("~/.xemacs")
21 DEBUG_XEMACS=0/1 (1) Compile with symbols, assertions and
22 extra debugging checks
23 USE_UNION_TYPE=0/1 (0)
24 USE_MINIMAL_TAGBITS=0/1 (0)
25 USE_INDEXED_LRECORD_IMPLEMENTATION=0/1 (0)
26 GUNG_HO=0/1 (none) When specified, overrides the above two.
27 : Added output of a configuration report
28 : Added copyright notice.
29 : Deleted remains of ImageMagick.
30 (distclean): Do not use mskedepend
31 (install): echo "Not yet implmented".
32
33 1998-04-05 Kirill M. Katsnelson <kkm@kis.ru>
34
35 * config.h (enum_field): Borrow new definition from config.h.in
36
1 1998-04-01 Kirill M. Katsnelson <kkm@kis.ru> 37 1998-04-01 Kirill M. Katsnelson <kkm@kis.ru>
2 38
3 * config.h: Patial sync-up with config.h.in 39 * config.h: Patial sync-up with config.h.in
4 40
5 1998-03-25 jhar@tardis.ed.ac.uk 41 1998-03-25 jhar@tardis.ed.ac.uk