Mercurial > hg > xemacs-beta
annotate nt/ChangeLog @ 5178:97eb4942aec8
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Mon, 29 Mar 2010 21:28:13 -0500 |
parents | 8b2f75cecb89 2ac3b54d3cae |
children | 0f7d483cff5a |
rev | line source |
---|---|
5176
8b2f75cecb89
rename objects* (.c, .h and .el files) to fontcolor*
Ben Wing <ben@xemacs.org>
parents:
5032
diff
changeset
|
1 2010-02-22 Ben Wing <ben@xemacs.org> |
8b2f75cecb89
rename objects* (.c, .h and .el files) to fontcolor*
Ben Wing <ben@xemacs.org>
parents:
5032
diff
changeset
|
2 |
8b2f75cecb89
rename objects* (.c, .h and .el files) to fontcolor*
Ben Wing <ben@xemacs.org>
parents:
5032
diff
changeset
|
3 * xemacs.dsp: |
8b2f75cecb89
rename objects* (.c, .h and .el files) to fontcolor*
Ben Wing <ben@xemacs.org>
parents:
5032
diff
changeset
|
4 * xemacs.mak: |
8b2f75cecb89
rename objects* (.c, .h and .el files) to fontcolor*
Ben Wing <ben@xemacs.org>
parents:
5032
diff
changeset
|
5 * xemacs.mak (OPT_OBJS): |
8b2f75cecb89
rename objects* (.c, .h and .el files) to fontcolor*
Ben Wing <ben@xemacs.org>
parents:
5032
diff
changeset
|
6 objects*.[ch] -> fontcolor*.[ch]. |
8b2f75cecb89
rename objects* (.c, .h and .el files) to fontcolor*
Ben Wing <ben@xemacs.org>
parents:
5032
diff
changeset
|
7 |
5174
2ac3b54d3cae
Support Ben's dynarr changes under native Windows
Vin Shelton <acs@xemacs.org>
parents:
5114
diff
changeset
|
8 2010-03-29 Vin Shelton <acs@xemacs.org> |
2ac3b54d3cae
Support Ben's dynarr changes under native Windows
Vin Shelton <acs@xemacs.org>
parents:
5114
diff
changeset
|
9 |
2ac3b54d3cae
Support Ben's dynarr changes under native Windows
Vin Shelton <acs@xemacs.org>
parents:
5114
diff
changeset
|
10 * xemacs.mak (TEMACS_COMMON_OBJS): Add array.obj and remove |
2ac3b54d3cae
Support Ben's dynarr changes under native Windows
Vin Shelton <acs@xemacs.org>
parents:
5114
diff
changeset
|
11 dynarr.obj, to catch up with Ben's changes of 2010-03-28. |
2ac3b54d3cae
Support Ben's dynarr changes under native Windows
Vin Shelton <acs@xemacs.org>
parents:
5114
diff
changeset
|
12 |
5114
85b327aa1b47
Fix "make check" under native windows
Vin Shelton <acs@xemacs.org>
parents:
5087
diff
changeset
|
13 2010-03-08 Vin Shelton <acs@xemacs.org> |
85b327aa1b47
Fix "make check" under native windows
Vin Shelton <acs@xemacs.org>
parents:
5087
diff
changeset
|
14 |
85b327aa1b47
Fix "make check" under native windows
Vin Shelton <acs@xemacs.org>
parents:
5087
diff
changeset
|
15 * xemacs.mak (batch_test_emacs): The test harness no longer |
85b327aa1b47
Fix "make check" under native windows
Vin Shelton <acs@xemacs.org>
parents:
5087
diff
changeset
|
16 resides in $(testdir), per Ben's changes of 2010-02-22. |
85b327aa1b47
Fix "make check" under native windows
Vin Shelton <acs@xemacs.org>
parents:
5087
diff
changeset
|
17 |
5087 | 18 2010-03-02 Jerry James <james@xemacs.org> |
19 | |
20 * xemacs.mak (INFO_FILES): Removed custom.info. | |
21 | |
5032
9b80fa04e7d7
Fix Windows build by removing reference to no longer existent term.texi file
Vin Shelton <acs@xemacs.org>
parents:
5030
diff
changeset
|
22 2010-02-18 Vin Shelton <acs@xemacs.org> |
9b80fa04e7d7
Fix Windows build by removing reference to no longer existent term.texi file
Vin Shelton <acs@xemacs.org>
parents:
5030
diff
changeset
|
23 |
9b80fa04e7d7
Fix Windows build by removing reference to no longer existent term.texi file
Vin Shelton <acs@xemacs.org>
parents:
5030
diff
changeset
|
24 * xemacs.mak (INFO_FILES): Removed term.info. |
9b80fa04e7d7
Fix Windows build by removing reference to no longer existent term.texi file
Vin Shelton <acs@xemacs.org>
parents:
5030
diff
changeset
|
25 |
5030 | 26 2010-02-11 Vin Shelton <acs@xemacs.org> |
27 | |
28 * xemacs.mak (LIB_SRC_DEFINES): Added PROGRAM_DEFINES to lib_src | |
29 compilation options so winclient.c can see them. | |
30 | |
4927
5274591ce707
Add copyright and license information for Jonathan Harris's contributions.
Jerry James <james@xemacs.org>
parents:
4894
diff
changeset
|
31 2010-02-03 Jerry James <james@xemacs.org> |
5274591ce707
Add copyright and license information for Jonathan Harris's contributions.
Jerry James <james@xemacs.org>
parents:
4894
diff
changeset
|
32 |
5274591ce707
Add copyright and license information for Jonathan Harris's contributions.
Jerry James <james@xemacs.org>
parents:
4894
diff
changeset
|
33 * xemacs.rc: Add license and copyright boilerplate text for Jonathan |
5274591ce707
Add copyright and license information for Jonathan Harris's contributions.
Jerry James <james@xemacs.org>
parents:
4894
diff
changeset
|
34 Harris. |
5274591ce707
Add copyright and license information for Jonathan Harris's contributions.
Jerry James <james@xemacs.org>
parents:
4894
diff
changeset
|
35 * xpm.mak: Ditto. |
5274591ce707
Add copyright and license information for Jonathan Harris's contributions.
Jerry James <james@xemacs.org>
parents:
4894
diff
changeset
|
36 |
4894
03ab78e48ef6
Add copyright and license information based on Ben's recollections.
Jerry James <james@xemacs.org>
parents:
4790
diff
changeset
|
37 2010-01-28 Jerry James <james@xemacs.org> |
03ab78e48ef6
Add copyright and license information based on Ben's recollections.
Jerry James <james@xemacs.org>
parents:
4790
diff
changeset
|
38 |
03ab78e48ef6
Add copyright and license information based on Ben's recollections.
Jerry James <james@xemacs.org>
parents:
4790
diff
changeset
|
39 * compface.mak: Add license and copyright boilerplate text based |
03ab78e48ef6
Add copyright and license information based on Ben's recollections.
Jerry James <james@xemacs.org>
parents:
4790
diff
changeset
|
40 on Ben's recollections. |
03ab78e48ef6
Add copyright and license information based on Ben's recollections.
Jerry James <james@xemacs.org>
parents:
4790
diff
changeset
|
41 * tiff.mak: Ditto. |
03ab78e48ef6
Add copyright and license information based on Ben's recollections.
Jerry James <james@xemacs.org>
parents:
4790
diff
changeset
|
42 |
4790
bc4f2511bbea
Remove support for the OffiX drag-and-drop protocol. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
4773
diff
changeset
|
43 2009-12-21 Jerry James <james@xemacs.org> |
bc4f2511bbea
Remove support for the OffiX drag-and-drop protocol. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
4773
diff
changeset
|
44 |
bc4f2511bbea
Remove support for the OffiX drag-and-drop protocol. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
4773
diff
changeset
|
45 * xemacs.dsp: Remove references to OffiX files. |
bc4f2511bbea
Remove support for the OffiX drag-and-drop protocol. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
4773
diff
changeset
|
46 |
4773
c858892e4f2b
Remove build rules that try to make wakeup out of the now nonexistent wakeup.c.
Jerry James <james@xemacs.org>
parents:
4772
diff
changeset
|
47 2009-12-15 Jerry James <james@xemacs.org> |
c858892e4f2b
Remove build rules that try to make wakeup out of the now nonexistent wakeup.c.
Jerry James <james@xemacs.org>
parents:
4772
diff
changeset
|
48 |
c858892e4f2b
Remove build rules that try to make wakeup out of the now nonexistent wakeup.c.
Jerry James <james@xemacs.org>
parents:
4772
diff
changeset
|
49 * xemacs.mak: Remove build dependency for lib-src/wakeup. Thanks to |
c858892e4f2b
Remove build rules that try to make wakeup out of the now nonexistent wakeup.c.
Jerry James <james@xemacs.org>
parents:
4772
diff
changeset
|
50 Vin Shelton for the patch. |
c858892e4f2b
Remove build rules that try to make wakeup out of the now nonexistent wakeup.c.
Jerry James <james@xemacs.org>
parents:
4772
diff
changeset
|
51 |
4772
0ec24b0da2e5
Remove unused Wise installer sources.
Jerry James <james@xemacs.org>
parents:
4769
diff
changeset
|
52 2009-12-14 Jerry James <james@xemacs.org> |
0ec24b0da2e5
Remove unused Wise installer sources.
Jerry James <james@xemacs.org>
parents:
4769
diff
changeset
|
53 |
0ec24b0da2e5
Remove unused Wise installer sources.
Jerry James <james@xemacs.org>
parents:
4769
diff
changeset
|
54 * installer: Remove unused Wise installer sources. |
0ec24b0da2e5
Remove unused Wise installer sources.
Jerry James <james@xemacs.org>
parents:
4769
diff
changeset
|
55 |
4769
5460287a3327
Remove support for pre-X11R5 systems, including systems without Xmu. See
Jerry James <james@xemacs.org>
parents:
4759
diff
changeset
|
56 2009-12-09 Jerry James <james@xemacs.org> |
5460287a3327
Remove support for pre-X11R5 systems, including systems without Xmu. See
Jerry James <james@xemacs.org>
parents:
4759
diff
changeset
|
57 |
5460287a3327
Remove support for pre-X11R5 systems, including systems without Xmu. See
Jerry James <james@xemacs.org>
parents:
4759
diff
changeset
|
58 * xemacs.dsp: Drop references to xmu.c and xmu.h. |
5460287a3327
Remove support for pre-X11R5 systems, including systems without Xmu. See
Jerry James <james@xemacs.org>
parents:
4759
diff
changeset
|
59 |
4759
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4735
diff
changeset
|
60 2009-11-10 Jerry James <james@xemacs.org> |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4735
diff
changeset
|
61 |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4735
diff
changeset
|
62 * xemacs.dsp: Drop references to removed source files. |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4735
diff
changeset
|
63 |
4735
80d74fed5399
Remove "old" GNU malloc in src/malloc.c, and all references to it. Drop the
Jerry James <james@xemacs.org>
parents:
4711
diff
changeset
|
64 2009-11-09 Jerry James <james@xemacs.org> |
80d74fed5399
Remove "old" GNU malloc in src/malloc.c, and all references to it. Drop the
Jerry James <james@xemacs.org>
parents:
4711
diff
changeset
|
65 |
80d74fed5399
Remove "old" GNU malloc in src/malloc.c, and all references to it. Drop the
Jerry James <james@xemacs.org>
parents:
4711
diff
changeset
|
66 * xemacs.mak: Don't define GNU_MALLOC, as there is no longer an "old" |
80d74fed5399
Remove "old" GNU malloc in src/malloc.c, and all references to it. Drop the
Jerry James <james@xemacs.org>
parents:
4711
diff
changeset
|
67 GNU malloc. |
80d74fed5399
Remove "old" GNU malloc in src/malloc.c, and all references to it. Drop the
Jerry James <james@xemacs.org>
parents:
4711
diff
changeset
|
68 |
4711
985886265686
Updates for external GIF support on Windows
Vin Shelton <acs@xemacs.org>
parents:
4708
diff
changeset
|
69 2009-10-06 Vin Shelton <acs@xemacs.org> |
985886265686
Updates for external GIF support on Windows
Vin Shelton <acs@xemacs.org>
parents:
4708
diff
changeset
|
70 |
985886265686
Updates for external GIF support on Windows
Vin Shelton <acs@xemacs.org>
parents:
4708
diff
changeset
|
71 * xemacs.mak: For giflib, the include files are found in |
985886265686
Updates for external GIF support on Windows
Vin Shelton <acs@xemacs.org>
parents:
4708
diff
changeset
|
72 $(GIF_DIR)\include and the library is named |
985886265686
Updates for external GIF support on Windows
Vin Shelton <acs@xemacs.org>
parents:
4708
diff
changeset
|
73 giflib.lib. |
985886265686
Updates for external GIF support on Windows
Vin Shelton <acs@xemacs.org>
parents:
4708
diff
changeset
|
74 |
4708
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4636
diff
changeset
|
75 2009-10-05 Jerry James <james@xemacs.org> |
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4636
diff
changeset
|
76 |
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4636
diff
changeset
|
77 * config.inc.samp: Add GIF_DIR for external GIF support. |
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4636
diff
changeset
|
78 * xemacs.mak: Convert from internal to external GIF support. |
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4636
diff
changeset
|
79 * xemacs.dsp: Drop internal GIF source files. |
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4636
diff
changeset
|
80 * README: Remove remark about internal GIF support. |
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4636
diff
changeset
|
81 |
4636
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4603
diff
changeset
|
82 2009-05-18 Stephen J. Turnbull <stephen@xemacs.org> |
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4603
diff
changeset
|
83 |
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4603
diff
changeset
|
84 * XEmacs 21.5.29 "garbanzo" is released. |
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4603
diff
changeset
|
85 |
4603
202cb69c4d87
Support VS 2005 manifest files
Vin Shelton <acs@xemacs.org>
parents:
4458
diff
changeset
|
86 2009-02-06 Vin Shelton <acs@xemacs.org> |
202cb69c4d87
Support VS 2005 manifest files
Vin Shelton <acs@xemacs.org>
parents:
4458
diff
changeset
|
87 |
202cb69c4d87
Support VS 2005 manifest files
Vin Shelton <acs@xemacs.org>
parents:
4458
diff
changeset
|
88 * xemacs.mak: Add support for Visual Studio 2005 manifests. |
202cb69c4d87
Support VS 2005 manifest files
Vin Shelton <acs@xemacs.org>
parents:
4458
diff
changeset
|
89 |
4458
d9b9b5f90386
Provide SHEBANG_PROGNAME on Win32; correct a bug with it and string concat'ing
Aidan Kehoe <kehoea@parhasard.net>
parents:
4419
diff
changeset
|
90 2008-05-13 Aidan Kehoe <kehoea@parhasard.net> |
d9b9b5f90386
Provide SHEBANG_PROGNAME on Win32; correct a bug with it and string concat'ing
Aidan Kehoe <kehoea@parhasard.net>
parents:
4419
diff
changeset
|
91 |
d9b9b5f90386
Provide SHEBANG_PROGNAME on Win32; correct a bug with it and string concat'ing
Aidan Kehoe <kehoea@parhasard.net>
parents:
4419
diff
changeset
|
92 * xemacs.mak (PROGRAM_DEFINES): |
d9b9b5f90386
Provide SHEBANG_PROGNAME on Win32; correct a bug with it and string concat'ing
Aidan Kehoe <kehoea@parhasard.net>
parents:
4419
diff
changeset
|
93 Provide SHEBANG_PROGNAME on Win32 too. |
d9b9b5f90386
Provide SHEBANG_PROGNAME on Win32; correct a bug with it and string concat'ing
Aidan Kehoe <kehoea@parhasard.net>
parents:
4419
diff
changeset
|
94 |
4419
eb82fbb675ea
Use Mercurial changeset hash to identify build version.
Mike Sperber <sperber@deinprogramm.de>
parents:
4413
diff
changeset
|
95 2008-01-25 Michael Sperber <mike@xemacs.org> |
eb82fbb675ea
Use Mercurial changeset hash to identify build version.
Mike Sperber <sperber@deinprogramm.de>
parents:
4413
diff
changeset
|
96 |
eb82fbb675ea
Use Mercurial changeset hash to identify build version.
Mike Sperber <sperber@deinprogramm.de>
parents:
4413
diff
changeset
|
97 * xemacs.mak (version.sh): Generate version.sh via Mercurial. |
eb82fbb675ea
Use Mercurial changeset hash to identify build version.
Mike Sperber <sperber@deinprogramm.de>
parents:
4413
diff
changeset
|
98 |
4413
dc84ec90b463
Fix build problems on Windows.
Mike Sperber <sperber@deinprogramm.de>
parents:
4405
diff
changeset
|
99 2008-01-24 Mike Sperber <mike@xemacs.org> |
dc84ec90b463
Fix build problems on Windows.
Mike Sperber <sperber@deinprogramm.de>
parents:
4405
diff
changeset
|
100 |
dc84ec90b463
Fix build problems on Windows.
Mike Sperber <sperber@deinprogramm.de>
parents:
4405
diff
changeset
|
101 * config.inc.samp: Fix URL for optional libraries. |
dc84ec90b463
Fix build problems on Windows.
Mike Sperber <sperber@deinprogramm.de>
parents:
4405
diff
changeset
|
102 * xemacs.mak (PATH_PREFIX): Set PATH_PREFIX to the value of INSTALL_DIR. |
dc84ec90b463
Fix build problems on Windows.
Mike Sperber <sperber@deinprogramm.de>
parents:
4405
diff
changeset
|
103 * xemacs.mak (PATH_DEFINES): Fix setting of PATH_DEFINES. |
dc84ec90b463
Fix build problems on Windows.
Mike Sperber <sperber@deinprogramm.de>
parents:
4405
diff
changeset
|
104 * xemacs.mak (DEBUG_FLAG_COMPILE_DEBUG): Comment out -RTC1: it |
dc84ec90b463
Fix build problems on Windows.
Mike Sperber <sperber@deinprogramm.de>
parents:
4405
diff
changeset
|
105 even crashes with VC 8. |
dc84ec90b463
Fix build problems on Windows.
Mike Sperber <sperber@deinprogramm.de>
parents:
4405
diff
changeset
|
106 * xemacs.mak: Comment out echo line that leads to |
dc84ec90b463
Fix build problems on Windows.
Mike Sperber <sperber@deinprogramm.de>
parents:
4405
diff
changeset
|
107 command-line-too-long error on some Windowses. |
dc84ec90b463
Fix build problems on Windows.
Mike Sperber <sperber@deinprogramm.de>
parents:
4405
diff
changeset
|
108 |
4405
4b62544f5139
Use debug version of Intel's math library when debugging.
Vin Shelton <acs@xemacs.org>
parents:
4403
diff
changeset
|
109 2008-01-18 Vin Shelton <acs@xemacs.org> |
4b62544f5139
Use debug version of Intel's math library when debugging.
Vin Shelton <acs@xemacs.org>
parents:
4403
diff
changeset
|
110 |
4b62544f5139
Use debug version of Intel's math library when debugging.
Vin Shelton <acs@xemacs.org>
parents:
4403
diff
changeset
|
111 * xemacs.mak: Use debug version of Intel's libm, if appropriate. |
4b62544f5139
Use debug version of Intel's math library when debugging.
Vin Shelton <acs@xemacs.org>
parents:
4403
diff
changeset
|
112 |
4403
7080e020d700
Add support for the Intel compiler under Windows
Vin Shelton <acs@xemacs.org>
parents:
4225
diff
changeset
|
113 2008-01-17 Vin Shelton <acs@xemacs.org> |
7080e020d700
Add support for the Intel compiler under Windows
Vin Shelton <acs@xemacs.org>
parents:
4225
diff
changeset
|
114 |
7080e020d700
Add support for the Intel compiler under Windows
Vin Shelton <acs@xemacs.org>
parents:
4225
diff
changeset
|
115 * config.inc.samp: Added USE_INTEL_COMPILER to support the Intel |
7080e020d700
Add support for the Intel compiler under Windows
Vin Shelton <acs@xemacs.org>
parents:
4225
diff
changeset
|
116 compiler. |
7080e020d700
Add support for the Intel compiler under Windows
Vin Shelton <acs@xemacs.org>
parents:
4225
diff
changeset
|
117 * xemacs.mak: Use USE_INTEL_COMPILER. |
7080e020d700
Add support for the Intel compiler under Windows
Vin Shelton <acs@xemacs.org>
parents:
4225
diff
changeset
|
118 |
4225 | 119 2007-10-15 Adrian Aichner <adrian@xemacs.org> |
120 | |
121 * xemacs.mak (INFO_FILES): Sync nt/xemacs.mak and man/Makefile | |
122 (adding beta.info). | |
123 * xemacs.mak (LISPREF_SRCS): Ditto. Adding packages.texi. | |
124 | |
3975 | 125 2007-05-21 Stephen J. Turnbull <stephen@xemacs.org> |
126 | |
127 * XEmacs 21.5.28 "fuki" is released. | |
128 | |
3741 | 129 2006-12-11 Vin Shelton <acs@xemacs.org> |
130 | |
131 * config.inc.samp: Added BUILD_FOR_SETUP_KIT. | |
132 * xemacs.mak: Use BUILD_FOR_SETUP_KIT to define | |
133 OK_TO_USE_MSVCRTD. | |
134 | |
3402 | 135 2006-05-16 Stephen J. Turnbull <stephen@xemacs.org> |
136 | |
137 * XEmacs 21.5.27 "fiddleheads" is released. | |
138 | |
3363 | 139 2006-04-26 Adrian Aichner <adrian@xemacs.org> |
140 | |
141 * xemacs.dsw: Updated by MS VS 6.0. | |
142 * xemacs.dsp: Convert to DOS format, as suggested by | |
143 Robinows@aol.com. | |
144 | |
3323 | 145 2006-03-31 Stephen J. Turnbull <stephen@xemacs.org> |
146 | |
147 * XEmacs 21.5.26 "endive" is released. | |
148 | |
3281 | 149 2006-02-27 Vin Shelton <acs@xemacs.org> |
150 | |
151 * config.inc.samp: Comment out PACKAGE_PREFIX. | |
152 * xemacs.mak: Convert PACKAGE_PREFIX input from config.inc to | |
153 PATH_LATE_PACKAGE_DIRECTORIES. Do not use PACKAGE_PATH. | |
154 | |
3263 | 155 2006-02-22 Marcus Crestani <crestani@xemacs.org> |
156 | |
157 * xemacs.mak: Remove mc-alloc, replace with newgc, adjust output. | |
158 * config.inc.samp: Remove MC_ALLOC option. | |
159 | |
3259 | 160 2006-02-26 Stephen J. Turnbull <stephen@xemacs.org> |
161 | |
162 * XEmacs 21.5.25 "eggplant" is released. | |
163 | |
3150 | 164 2005-12-18 Stephen J. Turnbull <stephen@xemacs.org> |
165 | |
166 * XEmacs 21.5.24 "dandelion" is released. | |
167 | |
3092 | 168 2005-11-21 Marcus Crestani <crestani@xemacs.org> |
169 | |
170 Incremental Garbage Collector | |
171 | |
172 * config.inc.samp: Add NEW_GC option. | |
173 * xemacs.dsp: Add files gc.c, gc.h, vdb.c, vdb.h, and vdb-win32.c. | |
174 * xemacs.mak: Add NEW_GC option; if NEW_GC, turn on KKCC and | |
175 MC_ALLOC. | |
176 | |
3054 | 177 2005-11-08 Marcus Crestani <crestani@xemacs.org> |
178 | |
179 * xemacs.mak: | |
180 * xemacs.mak ($(OUTDIR)): | |
181 * xemacs.mak (all): Fix build output directory structure. | |
182 | |
3034 | 183 2005-10-28 Ben Wing <ben@xemacs.org> |
184 | |
185 * xemacs.mak (HAVE_BIGNUM): | |
186 Set default values for BUILD_BIGNUM_MINGW_SHARED, | |
187 BUILD_BIGNUM_NATIVE_SHARED to 0 to avoid make problems. | |
188 * xemacs.mak (OPT_INCLUDES): | |
189 Don't look in gmp-dynamic, gmp-static; the include file doesn't vary. | |
190 | |
3031 | 191 2005-10-26 Stephen J. Turnbull <stephen@xemacs.org> |
192 | |
193 * XEmacs 21.5.23 "daikon" is released. | |
194 | |
2951 | 195 2005-09-26 Ben Wing <ben@xemacs.org> |
196 | |
197 * README: | |
198 Major rewrite. Document how to compile various optional libs. | |
199 | |
200 * config.inc.samp: | |
201 Update to recent versions of optional libs. Add support for | |
202 gmp, db, postgresql, ldap. Turn on optimization when not debug. | |
203 | |
204 * minitar.c: | |
205 Include config.h. | |
206 | |
207 * xemacs.mak: | |
208 * xemacs.mak (HAVE_WIDGETS): | |
209 * xemacs.mak (OPT_DEFINES): | |
210 * xemacs.mak (OPT_OBJS): | |
211 * xemacs.mak (BROWSERFLAGS): | |
212 * xemacs.mak (INCLUDES): | |
213 * xemacs.mak (DEFINES): | |
214 * xemacs.mak (TEMACS_COMMON_OBJS): | |
215 * xemacs.mak (TEMACS_OBJS): | |
216 * xemacs.mak ($(OUTDIR)\postgresql.obj): | |
217 * xemacs.mak ($(BLDLIB_SRC)/minitar.exe): | |
218 * xemacs.mak ( NOTE): | |
219 * xemacs.mak (TEMACS_LIBS): | |
220 * xemacs.mak ($(RAW_EXE)): | |
221 * xemacs.mak (mostlyclean): | |
222 * xemacs.mak (versionclean): | |
223 Figure out VC++ version and use it to set debug and browser flags | |
224 appropriately. | |
225 Add support for building gmp, db, postgresql, ldap. | |
226 Rewrite handling of optional stuff so it is all added to single | |
227 variables OPT_* rather than to various FOO_* variables. | |
228 Pass -I$(SRC) to minitar.c so it compiles. | |
229 Pass module sources, not objects, to make-docfile. | |
230 Delete more stuff in `make clean'. | |
231 | |
2948 | 232 2005-09-25 Adrian Aichner <adrian@xemacs.org> |
233 | |
234 * xemacs.mak: Fix variable initialization order. | |
235 | |
2931 | 236 2005-09-14 Stephen J. Turnbull <stephen@xemacs.org> |
237 | |
238 * XEmacs 21.5.22 "cucumber" is released. | |
239 | |
2791 | 240 2005-05-28 Stephen J. Turnbull <stephen@xemacs.org> |
241 | |
242 * XEmacs 21.5.21 "corn" is released. | |
243 | |
2790 | 244 2005-05-19 Marcus Crestani <crestani@xemacs.org> |
245 | |
246 * config.inc.samp (USE_KKCC): Enable by default. | |
247 * config.inc.samp (MC_ALLOC): Enable by default. | |
248 | |
2720 | 249 2005-04-01 Marcus Crestani <crestani@xemacs.org> |
250 | |
251 The new allocator. | |
252 | |
253 New configure flag: `MC_ALLOC': | |
254 | |
255 * config.inc.samp: Add new flag `MC_ALLOC'. | |
256 * xemacs.mak: Add flag and configuration output for `MC_ALLOC'. | |
257 | |
258 New files: | |
259 | |
260 * xemacs.dsp: Add source files mc-alloc.c and mc-alloc.h. | |
261 * xemacs.mak: Add new object file mc-alloc.obj to dependencies. | |
262 | |
2653 | 263 2005-03-11 Stephen J. Turnbull <stephen@xemacs.org> |
264 | |
265 * XEmacs 21.5.20 "cilantro" is released. | |
266 | |
2605 | 267 2005-02-22 Adrian Aichner <adrian@xemacs.org> |
268 | |
269 * xemacs.mak (install): Don't copy BUGS, which has been removed. | |
270 | |
2594 | 271 2005-02-18 Stephen J. Turnbull <stephen@xemacs.org> |
272 | |
273 * XEmacs 21.5.19 "chives" is released. | |
274 | |
2561 | 275 2005-02-03 Ben Wing <ben@xemacs.org> |
276 | |
277 * config.inc.samp (COMPFACE_DIR): | |
278 Change version to 1.5.1 in accordance with FTP site. | |
279 | |
2537 | 280 2005-01-31 Ben Wing <ben@xemacs.org> |
281 | |
282 * xemacs.mak (install): | |
283 Also copy BUGS, README, COPYING and Installation. | |
284 | |
2524 | 285 2005-01-27 Ben Wing <ben@xemacs.org> |
286 | |
287 * xemacs.mak ({$(MANDIR)}.texi{$(INFODIR)}.info): | |
288 Use filename only when calling makeinfo, or it chokes on index | |
289 generation. | |
290 | |
291 * xemacs.mak (TEMACS_COMMON_LFLAGS): | |
292 * xemacs.mak ( $(XEMACS_LFLAGS) -section): | |
293 Generate separate .pdb and .map files for temacs/xemacs; may | |
294 make profiling possible. | |
295 | |
2500 | 296 2005-01-24 Ben Wing <ben@xemacs.org> |
297 | |
298 * config.inc.samp: | |
299 * config.inc.samp (PNG_DIR): | |
300 Declare OPTIONAL_LIBRARY_DIR as root of library directories. | |
301 Redo all graphics library defaults to mirror the versions and | |
302 directories in the current binary aux distribution on xemacs | |
303 web site. Enable TIFF and COMPFACE by default since you can | |
304 now compile with them and binary libs are provided. | |
305 | |
306 * xemacs.mak: | |
307 * xemacs.mak (INCLUDES): | |
308 Put our own directories first in case of conflict (e.g. config.h | |
309 in compface). | |
310 | |
311 * xemacs.mak ($(BLDLIB_SRC)/minitar.exe): | |
312 * xemacs.mak (LIB_SRC_TOOLS): | |
313 Use MSVCRT to avoid link problems. | |
314 | |
2373 | 315 2004-11-07 Ben Wing <ben@xemacs.org> |
316 | |
317 * xemacs.mak (INTERNALS_SRCS): | |
318 index.texi is deleted from internals/. | |
319 | |
2346 | 320 2004-10-22 Stephen J. Turnbull <stephen@xemacs.org> |
321 | |
322 * XEmacs 21.5.18 "chestnut" is released. | |
323 | |
2269 | 324 2004-09-13 Jerry James <james@xemacs.org> |
325 | |
326 * xemacs.dsp: Remove callproc.c as a source file. | |
327 | |
2106 | 328 2004-06-01 Adrian Aichner <adrian@xemacs.org> |
329 | |
330 * xemacs.mak: Don't echo DEL command. Use COPYCMD everywhere. | |
331 Remove /r switch from COPY and COPYDIR, as environment variable | |
332 COPYCMD takes care of this. | |
333 * xemacs.mak (COPYCMD): New. Used to initialize environment | |
334 variable by same name. | |
335 * xemacs.mak (TEMACS_CPP_FLAGS_NO_CFLAGS): Handle | |
336 xemacs_extra_name (CVS date stamp). | |
337 | |
1964 | 338 2004-03-22 Stephen J. Turnbull <stephen@xemacs.org> |
339 | |
340 * XEmacs 21.5.17 "chayote" is released. | |
341 | |
1782 | 342 2003-11-06 Adrian Aichner <adrian@xemacs.org> |
343 | |
344 * minitar.c (Usage): Change return type to void. | |
345 * minitar.c (main): Fix inconsistent indentation, use return | |
346 instead of exit to fix compiler warning. | |
347 | |
1780 | 348 2003-10-27 Jerry James <james@xemacs.org> |
349 | |
350 * README: Update library versions. Delete irrelevant text. | |
351 * config.inc.samp: Ditto. | |
352 | |
1754 | 353 2003-10-15 Jerry James <james@xemacs.org> |
354 | |
355 * xemacs.mak (TEMACS_OBJS): Add emodules.obj, which always has | |
356 content now. | |
357 | |
1716 | 358 2003-09-26 Steve Youngs <youngs@xemacs.org> |
359 | |
360 * XEmacs 21.5.16 "celeriac" is released. | |
361 | |
1680 | 362 2003-09-13 Adrian Aichner <adrian@xemacs.org> |
363 | |
364 * xemacs.mak (TEMACS_BATCH_PACKAGES): Removed. | |
365 * xemacs.mak (check-temacs): Reverting to run with -no-packages | |
366 since it would cause package lisp to shadow core lisp (as happened | |
367 with unicode.el). | |
368 | |
1665 | 369 2003-09-03 Steve Youngs <youngs@xemacs.org> |
370 | |
371 * XEmacs 21.5.15 "celery" is released. | |
372 | |
1657 | 373 2003-08-31 Adrian Aichner <adrian@xemacs.org> |
374 | |
375 * xemacs.mak (makeinfo-test): Moved after variable initialization | |
376 to make test actually work. | |
377 * xemacs.mak (TEMACS_BATCH_PACKAGES): New. | |
378 * xemacs.mak (check-temacs): Use TEMACS_BATCH_PACKAGES to enable | |
379 regression tests requiring packages. | |
380 | |
1529 | 381 2003-06-15 Adrian Aichner <adrian@xemacs.org> |
382 | |
383 * minitar.c (main): Handle 0 size files correctly. | |
384 | |
1510 | 385 2003-06-01 Steve Youngs <youngs@xemacs.org> |
386 | |
387 * XEmacs 21.5.14 "cassava" is released. | |
388 | |
1473 | 389 2003-05-10 Steve Youngs <youngs@xemacs.org> |
390 | |
391 * XEmacs 21.5.13 "cauliflower" is released. | |
392 | |
1431 | 393 2003-04-24 Steve Youngs <youngs@xemacs.org> |
394 | |
395 * XEmacs 21.5.12 "carrot" is released. | |
396 | |
1393 | 397 2003-03-30 Adrian Aichner <adrian@xemacs.org> |
398 | |
399 * xemacs.mak (install): PROBLEMS is actually in $(SRCROOT). | |
400 | |
1382 | 401 2003-03-26 Adrian Aichner <adrian@xemacs.org> |
402 | |
403 * xemacs.mak (install): Copy $(BLDLIB_SRC)\PROBLEMS, now that | |
404 nt\PROBLEMS is gone (part of ..\PROBLEMS now). | |
405 | |
1370 | 406 2003-03-22 Adrian Aichner <adrian@xemacs.org> |
407 | |
408 * xemacs.mak (installation): Restore version convention in | |
1371 | 409 generated Installation file. |
1370 | 410 |
1347 | 411 2003-03-09 Ben Wing <ben@xemacs.org> |
412 | |
413 * config.inc.samp (COMPFACE_DIR): | |
414 Note that relative directories are a no-no in BUILD_DIR and | |
415 SOURCE_DIR. Use paths relative to $(MAKEROOT) instead. | |
416 | |
1346 | 417 2003-03-06 Ben Wing <ben@xemacs.org> |
418 | |
419 * xemacs.mak (INFO): New. | |
420 * xemacs.mak (PATH_DEFINES): | |
421 Add override for info/ as well when separate source/build dirs. | |
422 | |
423 * xemacs.mak (dump_temacs): | |
424 * xemacs.mak (all): | |
425 * xemacs.mak (TEMACS_DUMP_DEP): | |
426 * xemacs.mak (update-elc): New. | |
427 * xemacs.mak (docfile): | |
428 * xemacs.mak (update-elc-2): | |
429 * xemacs.mak (load-shadows): | |
430 Order sections in main build process and add comments. Add | |
431 additional dependencies to try and prevent later steps from | |
432 happening when failures in earlier steps have occurred. | |
433 | |
1333 | 434 2003-03-01 Ben Wing <ben@xemacs.org> |
435 | |
436 * PROBLEMS: Delete. | |
437 | |
438 * config.inc.samp (USE_FASTCALL): | |
439 * config.inc.samp (HAVE_VC6): Removed. | |
440 * config.inc.samp (DEBUG_XEMACS): | |
441 * config.inc.samp (SUPPORT_EDIT_AND_CONTINUE): New. | |
442 * xemacs.mak (DEBUG_XEMACS): | |
443 * xemacs.mak (HAVE_VC6): Removed. | |
444 * xemacs.mak (SUPPORT_EDIT_AND_CONTINUE): New. | |
445 * xemacs.mak (CCV): | |
446 * xemacs.mak (LIB_SRC_CFLAGS): New. | |
447 * xemacs.mak (ETAGS_DEPS): | |
448 * xemacs.mak (OS): | |
449 * xemacs.mak (TEMACS_LFLAGS): | |
450 Eliminate HAVE_VC6, use SUPPORT_EDIT_AND_CONTINUE in its place. | |
451 No incremental linking unless SUPPORT_EDIT_AND_CONTINUE, since it | |
452 can cause nasty crashes in pdump. Put warnings about this in | |
453 config.inc.samp. Report the full compile flags used for src | |
454 and lib-src in the Installation output. | |
455 | |
1330 | 456 2003-02-28 Ben Wing <ben@xemacs.org> |
457 | |
458 * README: | |
459 * README (NOTE): Removed. | |
460 * config.inc.samp (HAVE_MS_WINDOWS): | |
461 * config.inc.samp (HAVE_X_WINDOWS): Removed. | |
462 * config.inc.samp (X11_DIR): Removed. | |
463 * config.inc.samp (COMPFACE_DIR): | |
464 * xemacs.mak (XEMACS): Removed. | |
465 * xemacs.mak (LISP): Removed. | |
466 * xemacs.mak (LIB_SRC): Removed. | |
467 * xemacs.mak (MODULES): Removed. | |
468 * xemacs.mak (NT): Removed. | |
469 * xemacs.mak (OUTDIR): Removed. | |
470 * xemacs.mak (SRC): Removed. | |
471 * xemacs.mak (LWLIB_SRCDIR): Removed. | |
472 * xemacs.mak (MAKEDIRSTRING): Removed. | |
473 * xemacs.mak (XEMACSDIRSTRING): Removed. | |
474 * xemacs.mak (MAKEROOT): New. | |
475 * xemacs.mak (COPYDIR): | |
476 * xemacs.mak (INFODOCK_VERSION_STRING): Removed. | |
477 * xemacs.mak (XEMACS_VERSION_STRING): Removed. | |
478 * xemacs.mak (SEPARATE_BUILD): New. | |
479 * xemacs.mak (SRCROOT): New. | |
480 * xemacs.mak (BLDROOT): New. | |
481 * xemacs.mak (PROGRAM_DEFINES): Removed. | |
482 * xemacs.mak (INSTALL_DIR): Removed. | |
483 * xemacs.mak (ETC): New. | |
484 * xemacs.mak (BLDLIB_SRC): New. | |
485 * xemacs.mak (BLDNT): New. | |
486 * xemacs.mak (BLDSRC): New. | |
487 * xemacs.mak (PACKAGE_PREFIX): Removed. | |
488 * xemacs.mak (PACKAGE_PATH): Removed. | |
489 * xemacs.mak (PATH_PACKAGEPATH): Removed. | |
490 * xemacs.mak (HAVE_X_WINDOWS): Removed. | |
491 * xemacs.mak (USE_CRTDLL): | |
492 * xemacs.mak (CONFIG_ERROR): | |
493 * xemacs.mak (OS): Removed. | |
494 * xemacs.mak (EMACS_CONFIGURATION): Removed. | |
495 * xemacs.mak (STACK_TRACE_EYE_CATCHER): Removed. | |
496 * xemacs.mak (CCV): Removed. | |
497 * xemacs.mak (DEBUG_FLAGS_COMPILE): Removed. | |
498 * xemacs.mak (DEBUG_FLAGS_LINK): Removed. | |
499 * xemacs.mak (DEBUG_DEFINES): Removed. | |
500 * xemacs.mak (BROWSERFLAGS): Removed. | |
501 * xemacs.mak (C_LIBFLAG): Removed. | |
502 * xemacs.mak (LIBC_LIB): Removed. | |
503 * xemacs.mak (OPTFLAGS_FASTCALL): Removed. | |
504 * xemacs.mak (OPTFLAGS_CDECL): Removed. | |
505 * xemacs.mak (PATH_PREFIX): New. | |
506 * xemacs.mak (OPTFLAGS): Removed. | |
507 * xemacs.mak (PROFILE_FLAGS): Removed. | |
508 * xemacs.mak (PATH_DEFINES): New. | |
509 * xemacs.mak (MSW_DEFINES): | |
510 * xemacs.mak (TEMACS_MSW_OBJS): New. | |
511 * xemacs.mak (CPLUSPLUS_COMPILE_FLAGS): Removed. | |
512 * xemacs.mak (CFLAGS_NO_OPT): Removed. | |
513 * xemacs.mak (CFLAGS_NO_LIB): Removed. | |
514 * xemacs.mak (CFLAGS): Removed. | |
515 * xemacs.mak (CFLAGS_CDECL_NO_LIB): Removed. | |
516 * xemacs.mak (CFLAGS_CDECL): Removed. | |
517 * xemacs.mak (X_DEFINES): Removed. | |
518 * xemacs.mak (TEMACS_MULE_OBJS): New. | |
519 * xemacs.mak (X_INCLUDES): Removed. | |
520 * xemacs.mak (X_LIBS): Removed. | |
521 * xemacs.mak (TEMACS_DEBUG_OBJS): New. | |
522 * xemacs.mak (TEMACS_DUMP_OBJS): New. | |
523 * xemacs.mak (TEMACS_ALLOC_OBJS): New. | |
524 * xemacs.mak (XEMACS_INCLUDES): Removed. | |
525 * xemacs.mak (LIB_SRC_DEFINES): Removed. | |
526 * xemacs.mak (INCLUDES): | |
527 * xemacs.mak (DEFINES): | |
528 * xemacs.mak (CONFIG_VALUES): Removed. | |
529 * xemacs.mak (TEMACS_CPP_FLAGS_NO_CFLAGS): | |
530 * xemacs.mak (TEMACS_ENTRYPOINT): Removed. | |
531 * xemacs.mak (TEMACS_DIR): Removed. | |
532 * xemacs.mak (TEMACS): Removed. | |
533 * xemacs.mak (TEMACS_BROWSE): Removed. | |
534 * xemacs.mak (TEMACS_SRC): Removed. | |
535 * xemacs.mak (TEMACS_CPP_CDECL_FLAGS): | |
536 * xemacs.mak (TEMACS_LIBS): Removed. | |
537 * xemacs.mak (TEMACS_OBJS): | |
538 * xemacs.mak (TEMACS_LFLAGS): Removed. | |
539 * xemacs.mak (LINK_DEPENDENCY_ARGS): Removed. | |
540 * xemacs.mak (LINK_STANDARD_LIBRARY_ARGS): Removed. | |
541 * xemacs.mak (ETAGS_DEPS): Removed. | |
542 * xemacs.mak (TEMACS_X_OBJS): Removed. | |
543 * xemacs.mak (LIB_SRC_TOOLS): Removed. | |
544 * xemacs.mak (LASTFILE): Removed. | |
545 * xemacs.mak (LASTFILE_SRC): Removed. | |
546 * xemacs.mak (LASTFILE_FLAGS): Removed. | |
547 * xemacs.mak (LASTFILE_OBJS): Removed. | |
548 * xemacs.mak (LWLIB): Removed. | |
549 * xemacs.mak (LWLIB_FLAGS): Removed. | |
550 * xemacs.mak (LWLIB_OBJS): Removed. | |
551 * xemacs.mak (.SUFFIXES): | |
552 * xemacs.mak (create-list-file): Removed. | |
553 * xemacs.mak (compile-list-file): Removed. | |
554 * xemacs.mak (TEMACS_DUMP_ID_OBJ): Removed. | |
555 * xemacs.mak (PROGNAME): Removed. | |
556 * xemacs.mak (DO_TEMACS): Removed. | |
557 * xemacs.mak (DO_XEMACS): Removed. | |
558 * xemacs.mak (BATCH): Removed. | |
559 * xemacs.mak (BATCH_PACKAGES): Removed. | |
560 * xemacs.mak (TEMACS_BATCH): Removed. | |
561 * xemacs.mak (XEMACS_BATCH): Removed. | |
562 * xemacs.mak (XEMACS_BATCH_PACKAGES): Removed. | |
563 * xemacs.mak (temacs_loadup_args): Removed. | |
564 * xemacs.mak (dump_temacs_args): Removed. | |
565 * xemacs.mak (run_temacs_args): Removed. | |
566 * xemacs.mak (dump_temacs): Removed. | |
567 * xemacs.mak (testdir): Removed. | |
568 * xemacs.mak (batch_test_emacs): Removed. | |
569 * xemacs.mak (check): Removed. | |
570 * xemacs.mak (check-temacs): Removed. | |
571 * xemacs.mak (MANDIR): | |
572 * xemacs.mak (check-features): Removed. | |
573 * xemacs.mak (tagslisp): Removed. | |
574 * xemacs.mak (tags): Removed. | |
575 * xemacs.mak (NEW_USERS_GUIDE_SRCS): | |
576 * xemacs.mak (makeinfo-test): | |
577 * xemacs.mak (installation): New. | |
578 * xemacs.mak (RAW_EXE): New. | |
579 * xemacs.mak (DUMP_TARGET): New. | |
580 * xemacs.mak (all): New. | |
581 * xemacs.mak (TEMACS_DUMP_DEP): New. | |
582 * xemacs.mak (DOC): | |
583 * xemacs.mak (docfile): | |
584 * xemacs.mak (update-elc): | |
585 * xemacs.mak (update-elc-2): | |
586 * xemacs.mak (load-shadows): | |
587 * xemacs.mak (temacs): Removed. | |
588 * xemacs.mak (install): | |
589 * xemacs.mak (versionclean): New. | |
590 * xemacs.mak (distclean): | |
591 * xemacs.mak (realclean): | |
592 * xemacs.mak (extraclean): | |
593 * xemacs.mak (depend): | |
594 * xemacs.mak (unicode-encapsulate): | |
595 -- Major reorganization and cleanup. | |
596 -- Add support for separated build tree and source tree. | |
597 -- Delete all support for X Windows building, since it's | |
598 totally bit-rotten and will never be fixed up. Instruct | |
599 people to use Cygwin if they want such support. | |
600 | |
601 * make-build-dir: | |
602 New script to create a skeleton build tree for use with | |
603 separated build and source tree compilation. | |
604 | |
1318 | 605 2003-02-20 Ben Wing <ben@xemacs.org> |
606 | |
607 * xemacs.dsp (CFG): | |
608 Add /k to default build. | |
609 | |
1315 | 610 2003-02-19 Ben Wing <ben@xemacs.org> |
611 | |
612 * xemacs.mak (DO_TEMACS): New. | |
613 * xemacs.mak (DO_XEMACS): New. | |
614 * xemacs.mak (TEMACS_BATCH): | |
615 * xemacs.mak (temacs_loadup_args): New. | |
616 * xemacs.mak (dump_temacs_args): New. | |
617 * xemacs.mak (run_temacs_args): New. | |
618 * xemacs.mak (dump_temacs): | |
619 * xemacs.mak (blddir): Removed. | |
620 * xemacs.mak (temacs_loadup): Removed. | |
621 * xemacs.mak (run_temacs): Removed. | |
622 * xemacs.mak (check): | |
623 * xemacs.mak (check-temacs): | |
624 * xemacs.mak (check-features): New. | |
625 * xemacs.mak (makeinfo-test): | |
626 * xemacs.mak (LOADPATH): Removed. | |
627 * xemacs.mak (update-elc): | |
628 * xemacs.mak (update-elc-2): | |
629 * xemacs.mak (load-shadows): New. | |
630 * xemacs.mak (all): | |
631 * xemacs.mak (OS): | |
632 Add macros DO_TEMACS, DO_XEMACS, and a few others; this macro | |
633 section is now completely in sync with src/Makefile.in.in. Copy | |
634 check-features, load-shadows, and rebuilding finder-inf.el from | |
635 src/Makefile.in.in. The main build/dump/recompile process is now | |
636 synchronized with src/Makefile.in.in. Change `WARNING' to `NOTE' | |
637 and `error checking' to `error-checking' TO avoid tripping | |
638 faux warnings and errors in the VC++ IDE. | |
639 | |
640 | |
1307 | 641 2003-02-16 Steve Youngs <youngs@xemacs.org> |
642 | |
643 * XEmacs 21.5.11 "cabbage" is released. | |
644 | |
1303 | 645 2003-02-15 Ben Wing <ben@xemacs.org> |
646 | |
647 * xemacs.mak: | |
648 * xemacs.mak (PROGNAME): | |
649 * xemacs.mak (docfile): | |
650 * xemacs.mak (make-docargs): Removed. | |
651 * xemacs.mak (update-elc): | |
652 * xemacs.mak (update-elc-2): New. | |
653 * xemacs.mak (OS): | |
654 Delete old unused code that checks SATISFIED. | |
655 Move update-elc-2 up to be near update-elc. | |
656 Run update-elc-2 with -no-autoloads to avoid multiple | |
657 autoload-loading problem. | |
658 | |
659 Don't compute make-docfile args ourselves. Pass the raw objects | |
660 to make-docfile.el, which does the computation (much faster than | |
661 we could). Don't delete the DOC file, split the invocation into | |
662 two calls to make-docfile.exe (one direct, one through | |
663 make-docfile.el), etc. In general, all we do is call make-docfile. | |
664 Add proper dependencies for DOC-file rebuilding so it doesn't get | |
665 done when not necessary. Implement quick-building here: not | |
666 building the DOC file unless it doesn't exist, as the quick-build | |
667 docs say. | |
668 | |
1261 | 669 2003-02-05 Ben Wing <ben@xemacs.org> |
670 | |
671 * config.inc.samp (GTK_DIR): | |
672 * config.inc.samp (XPM_DIR): | |
673 * config.inc.samp (HAVE_GIF): | |
674 * config.inc.samp (ZLIB_DIR): | |
675 * config.inc.samp (TIFF_DIR): | |
676 * config.inc.samp (JPEG_DIR): | |
677 * config.inc.samp (COMPFACE_DIR): | |
678 * config.inc.samp (USE_PORTABLE_DUMPER): | |
679 * config.inc.samp (USE_KKCC): | |
680 Various fixups. | |
681 | |
1203 | 682 2002-12-16 Ben Wing <ben@xemacs.org> |
683 | |
684 * README (NOTE): | |
685 * config.inc.samp: | |
686 * config.inc.samp (PACKAGE_PREFIX): | |
687 * config.inc.samp (GTK_DIR): | |
688 * config.inc.samp (COMPFACE_DIR): | |
689 * config.inc.samp (USE_FASTCALL): | |
690 * config.inc.samp (HAVE_VC6): New. | |
691 * config.inc.samp (PROFILE_SUPPORT): | |
692 * config.inc.samp (DEBUG_XEMACS): | |
693 * config.inc.samp (USE_PORTABLE_DUMPER): | |
694 * config.inc.samp (USE_KKCC): New. | |
695 * config.inc.samp (USE_UNION_TYPE): New. | |
696 * xemacs.dsp (CFG): | |
697 * xemacs.mak (HAVE_VC6): | |
698 * xemacs.mak (ERROR_CHECK_ALL): New. | |
699 * xemacs.mak (CPLUSPLUS_COMPILE): New. | |
700 * xemacs.mak (USE_KKCC): New. | |
701 * xemacs.mak (USE_UNION_TYPE): New. | |
702 * xemacs.mak (USE_PORTABLE_DUMPER): | |
703 * xemacs.mak (PROFILE_FLAGS): | |
704 * xemacs.mak (CPLUSPLUS_COMPILE_FLAGS): New. | |
705 * xemacs.mak (DUMPER_DEFINES): | |
706 * xemacs.mak (KKCC_DEFINES): New. | |
707 * xemacs.mak (DEFINES): | |
708 * xemacs.mak (LASTFILE_FLAGS): | |
709 * xemacs.mak (TEMACS_CPP_FLAGS_NO_CFLAGS): | |
710 * xemacs.mak (OS): | |
711 | |
712 Support C++ compilation, KKCC compilation. See src/ChangeLog. | |
713 Add stuff about the evilness of USE_UNION_TYPE. | |
714 | |
1187 | 715 2003-01-04 Steve Youngs <youngs@xemacs.org> |
716 | |
717 * XEmacs 21.5.10 "burdock" is released. | |
718 | |
1123 | 719 2002-11-27 Ben Wing <ben@xemacs.org> |
720 | |
721 * .cvsignore: | |
722 Windows shit. | |
723 | |
1052 | 724 2002-10-13 Adrian Aichner <adrian@xemacs.org> |
725 | |
726 * xemacs.mak (OS): Remove obsolete quoting of double-quote in the | |
727 Installation file to avoid unnecessary deviations from the UNIX | |
728 version in `describe-installation' and `build-report'. | |
729 | |
1001 | 730 2002-09-13 Adrian Aichner <adrian@xemacs.org> |
731 | |
732 * xemacs.mak: Suppress confirmation for overwriting files. | |
733 * xemacs.mak (installation): Add support for xemacs_extra_name. | |
734 | |
981 | 735 2002-08-30 Steve Youngs <youngs@xemacs.org> |
736 | |
737 * XEmacs 21.5.9 "brussels sprouts" is released. | |
738 | |
942 | 739 2002-07-31 Adrian Aichner <adrian@xemacs.org> |
740 | |
741 * xemacs.mak (USE_KKCC): New. Default it to 1 to get it noticed. | |
742 Add line to Installation file, when it's enabled. Add period to | |
743 line add to Installation for USE_CRTDLL. | |
744 | |
933 | 745 2002-07-27 Steve Youngs <youngs@xemacs.org> |
746 | |
747 * XEmacs 21.5.8 "broccoli" is released. | |
748 | |
916 | 749 2002-07-08 Stephen J. Turnbull <stephen@xemacs.org> |
750 | |
751 * README: Reference GNU Emacs 21.x. | |
752 | |
900 | 753 2002-07-05 Jonathan Harris <jonathan@xemacs.org> |
754 | |
755 * README: Document Visual Studio .NET setup | |
756 | |
894 | 757 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org> |
758 | |
759 * XEmacs 21.5.7 "broccoflower" is released. | |
760 | |
882 | 761 2002-06-25 Adrian Aichner <adrian@xemacs.org> |
762 | |
763 * xemacs.mak (DEBUG_DEFINES): Initialize to empty for | |
764 DEBUG_XEMACS=0. | |
765 | |
872 | 766 2002-06-20 Ben Wing <ben@xemacs.org> |
767 | |
768 * config.inc.samp (OPTIMIZED_BUILD): | |
769 * config.inc.samp (USE_FASTCALL): New. | |
770 * config.inc.samp (PROFILE_SUPPORT): New. | |
771 * config.inc.samp (DEBUG_XEMACS): | |
772 * config.inc.samp (HAVE_VC6): New. | |
773 * config.inc.samp (USE_PORTABLE_DUMPER): | |
774 Clean up, add args to control fastcall (not yet supported! the | |
775 changes needed are in another ws of mine), profile support, vc6 | |
776 support, union-type. | |
777 | |
778 * xemacs.dsp (CFG): | |
779 * xemacs.mak (HAVE_DIALOGS): | |
780 * xemacs.mak (HAVE_MSW_C_DIRED): Removed. | |
781 * xemacs.mak (USE_FASTCALL): New. | |
782 * xemacs.mak (PROFILE_SUPPORT): New. | |
783 * xemacs.mak (HAVE_VC6): New. | |
784 * xemacs.mak (QUICK_BUILD): | |
785 * xemacs.mak (VERBOSECC): New. | |
786 * xemacs.mak (DEPEND): New. | |
787 * xemacs.mak (CONFIG_ERROR): | |
788 * xemacs.mak (CCV): | |
789 * xemacs.mak (DEBUGFLAGS): Removed. | |
790 * xemacs.mak (OPTFLAGS): Removed. | |
791 * xemacs.mak (DEBUG_FLAGS_COMPILE): New. | |
792 * xemacs.mak (DEBUG_FLAGS_LINK): New. | |
793 * xemacs.mak (DEBUG_DEFINES): New. | |
794 * xemacs.mak (BROWSERFLAGS): New. | |
795 * xemacs.mak (LIBC_LIB): | |
796 * xemacs.mak (OPTFLAGS_FASTCALL): New. | |
797 * xemacs.mak (OPTFLAGS_CDECL): New. | |
798 * xemacs.mak (PROFILE_FLAGS): New. | |
799 * xemacs.mak (CFLAGS_NO_OPT): New. | |
800 * xemacs.mak (CFLAGS_CDECL_NO_LIB): New. | |
801 * xemacs.mak (CFLAGS_CDECL): New. | |
802 * xemacs.mak (MSW_LIBS): | |
803 * xemacs.mak (MSW_DEFINES): Removed. | |
804 * xemacs.mak (MSW_C_DIRED_OBJ): Removed. | |
805 * xemacs.mak (MULE_DEFINES): | |
806 * xemacs.mak (DEBUG_FLAGS): Removed. | |
807 * xemacs.mak (LINK_DEPENDENCY_ARGS): | |
808 * xemacs.mak (ETAGS_DEPS): | |
809 * xemacs.mak (LIB_SRC_TOOLS): | |
810 * xemacs.mak (TEMACS_LFLAGS): | |
811 * xemacs.mak (TEMACS_CPP_FLAGS): Removed. | |
812 * xemacs.mak (TEMACS_CPP_FLAGS_NO_CFLAGS): New. | |
813 * xemacs.mak (TEMACS_CPP_CDECL_FLAGS): New. | |
814 * xemacs.mak (TEMACS_MSW_OBJS): | |
815 * xemacs.mak (TEMACS_OBJS): | |
816 * xemacs.mak (.SUFFIXES): | |
817 * xemacs.mak (create-list-file): New. | |
818 * xemacs.mak (compile-list-file): New. | |
819 * xemacs.mak (TEMACS_DUMP_ID_OBJ): New. | |
820 * xemacs.mak (PROGNAME): | |
821 * xemacs.mak (temacs_loadup): | |
822 * xemacs.mak (check): | |
823 * xemacs.mak (check-temacs): | |
824 * xemacs.mak (make-docargs): | |
825 * xemacs.mak (update-elc): | |
826 * xemacs.mak (install): | |
827 * xemacs.mak (mostlyclean): | |
828 * xemacs.mak (versionclean): | |
829 * xemacs.mak (OS): | |
830 Semi-major overhaul. | |
831 | |
832 Fix bug where dump-id was always getting recomputed, forcing a | |
833 redump even when nothing changed. | |
834 | |
835 Add support for fastcall. Support edit-and-continue (on by | |
836 default) with vc6. Use incremental linking when doing a debug | |
837 compilation. Add support for profiling. | |
838 | |
839 Consolidate the various debug flags. | |
840 | |
841 Partial support for "batch-compiling" -- compiling many files on a | |
842 single invocation of the compiler. Doesn't seem to help that much | |
843 for me, so it's not finished or enabled by default. | |
844 | |
845 Remove HAVE_MSW_C_DIRED, we always do. | |
846 | |
847 Correct some sloppy use of directories. | |
848 | |
863 | 849 2002-03-29 Jonathan Harris <jonathan@xemacs.org> |
850 | |
851 * xemacs.mak: Define STACK_TRACE_EYE_CATCHER. | |
852 | |
853 | 853 2002-05-28 Ben Wing <ben@xemacs.org> |
854 | |
855 * xemacs.mak (CFLAGS_NO_LIB): | |
856 * xemacs.mak (X_DEFINES): | |
857 Add -DSTRICT. | |
858 | |
851 | 859 2002-05-23 Ben Wing <ben@xemacs.org> |
860 | |
861 * xemacs.mak (TEMACS_OBJS): | |
862 Add alloca.o. | |
863 | |
841 | 864 2002-05-14 Ben Wing <ben@xemacs.org> |
865 | |
866 * xemacs.mak (batch_test_emacs): | |
867 * xemacs.mak (check): | |
868 Run tests with the packages so we don't get errors about | |
869 advice not present, etc. | |
870 | |
839 | 871 2002-05-14 Ben Wing <ben@xemacs.org> |
834 | 872 |
839 | 873 * xemacs.mak (CONFIG_VALUES): |
874 * xemacs.mak (LINK_DEPENDENCY_ARGS): New. | |
875 * xemacs.mak (LINK_STANDARD_LIBRARY_ARGS): New. | |
876 * xemacs.mak (ETAGS_DEPS): | |
877 * xemacs.mak (LIB_SRC_TOOLS): | |
878 Increase the stack of etags to 0x800000 (8 MB), same as for XEmacs | |
879 and enough to prevent regex crashes with complex multiline | |
880 regexps. (More specifically, we reach the built-in failure limit before | |
881 crashing the stack. etags complains, but keeps on processing.) | |
834 | 882 |
827 | 883 2002-05-06 Jonathan Harris <jonathan@xemacs.org> |
884 | |
885 * README: | |
886 Remove references to obsolete MSVC5 and NT 3.51 configurations. | |
887 | |
888 * config.inc.samp (HAVE_TIFF): Update PNG version to 1.0.9. | |
889 | |
890 * xemacs.mak (HAVE_MENUBARS): New | |
891 * xemacs.mak (HAVE_SCROLLBARS): New | |
892 * xemacs.mak (MSW_DEFINES): | |
893 * xemacs.mak (MSW_LIBS): | |
894 * xemacs.mak (TEMACS_MSW_OBJS): | |
895 * xemacs.mak (TEMACS_OBJS): | |
896 Make HAVE_MENUBARS and HAVE_SCROLLBARS optional. | |
897 | |
898 * xemacs.mak (LIB_SRC_TOOLS): | |
899 Generate correctly-named debug program databases for lib-src helpers. | |
900 | |
901 * xemacs-vc50.dsp: Removed. | |
902 * xemacs-vc50.dsw: Removed. | |
903 | |
826 | 904 2002-05-05 Ben Wing <ben@xemacs.org> |
905 | |
906 * xemacs.mak (CFLAGS_NO_LIB): New. | |
907 * xemacs.mak (CFLAGS): | |
908 * xemacs.mak (ETAGS_DEPS): | |
909 * xemacs.mak (LIB_SRC_TOOLS): | |
910 Split up CFLAGS into a version without flags specifying the C | |
911 library. The problem seems to be that minitar depends on zlib, | |
912 which depends specifically on libc.lib, not on any of the other C | |
913 libraries. Unless you compile with libc.lib, you get errors -- | |
914 specifically, no _errno in the other libraries, which must make it | |
915 something other than an int. (#### But this doesn't seem to obtain | |
916 in XEmacs, which also uses zlib, and can be linked with any of the | |
917 C libraries. Maybe zlib is used differently and doesn't need | |
918 errno, or maybe XEmacs provides an int errno; ... I don't | |
919 understand. | |
920 | |
819 | 921 2002-03-26 Vin Shelton <acs@xemacs.org> |
922 | |
923 * xemacs.mak: Added special rule to build winclient.exe. | |
924 | |
817 | 925 2002-04-23 Jonathan Harris <jonathan@xemacs.org> |
926 | |
927 * README: Document build for latest versions of zlib & png | |
928 * xpm.mak: Default to using MSVCRT as the C runtime | |
929 | |
814 | 930 2002-04-14 Ben Wing <ben@xemacs.org> |
931 | |
932 * config.inc.samp (HAVE_MS_WINDOWS): | |
933 * config.inc.samp (X11_DIR): | |
934 * config.inc.samp (ZLIB_DIR): | |
935 * config.inc.samp (MAKEINFO): | |
936 * config.inc.samp (OPTIMIZED_BUILD): New. | |
937 * config.inc.samp (DEPEND): | |
938 * config.inc.samp (USE_MINIMAL_TAGBITS): Removed. | |
939 * config.inc.samp (USE_INDEXED_LRECORD_IMPLEMENTATION): Removed. | |
940 * config.inc.samp (GUNG_HO): Removed. | |
941 * xemacs.mak (USE_MINITAR): | |
942 * xemacs.mak (USE_MINIMAL_TAGBITS): Removed. | |
943 * xemacs.mak (USE_INDEXED_LRECORD_IMPLEMENTATION): Removed. | |
944 * xemacs.mak (GUNG_HO): Removed. | |
945 * xemacs.mak (CONFIG_ERROR): | |
946 * xemacs.mak (DEBUGFLAGS): New. | |
947 * xemacs.mak (OPT): Removed. | |
948 * xemacs.mak (OPTFLAGS): New. | |
949 * xemacs.mak (CFLAGS): | |
950 * xemacs.mak (QUICK_DEFINES): | |
951 * xemacs.mak (TAGBITS_DEFINES): Removed. | |
952 * xemacs.mak (ERROR_CHECK_DEFINES): New. | |
953 * xemacs.mak (LRECORD_DEFINES): Removed. | |
954 * xemacs.mak (DEFINES): | |
955 * xemacs.mak (TEMACS_OBJS): | |
956 * xemacs.mak (OS): | |
957 Separate out debug and optimize flags. | |
958 Remove all vestiges of USE_MINIMAL_TAGBITS, | |
959 USE_INDEXED_LRECORD_IMPLEMENTATION, and GUNG_HO, since those | |
960 ifdefs have long been removed. | |
961 Make error-checking support actually work. | |
962 Some rearrangement of config.inc.samp to make it more logical. | |
963 Remove callproc.c and ntproc.c from xemacs.mak, no longer used. | |
964 | |
965 Make pdump the default. | |
966 | |
812 | 967 2002-04-13 Jonathan Harris <jonathan@xemacs.org> |
968 | |
969 * README: Document MSVC6 required | |
970 * minitar.c: Fix MSVC compiler warnings | |
971 * minitar.mak: Removed | |
972 * xemacs.mak: Build minitar directly from this makefile | |
973 * xemacs.mak (check-temacs): | |
974 * xemacs.mak (make-docargs): | |
975 * xemacs.mak (update-elc): | |
976 Remove obsolete references to EMACSBOOTSTRAPLOADPATH and | |
977 EMACSBOOTSTRAPMODULEPATH environment variables. | |
978 | |
804 | 979 2002-04-05 Stephen J. Turnbull <stephen@xemacs.org> |
980 | |
981 * XEmacs 21.5.6 "bok choi" is released. | |
982 | |
800 | 983 2002-03-31 Ben Wing <ben@xemacs.org> |
984 | |
985 * config.inc.samp (DEBUG_XEMACS): | |
986 * xemacs.mak (DEBUG_XEMACS): | |
987 * xemacs.mak (ERROR_CHECK_ALL): New. | |
988 Separate out and add new variable for controlling error-checking. | |
989 | |
795 | 990 2002-03-29 Jonathan Harris <jonathan@xemacs.org> |
991 | |
992 * make-nt-depend: | |
993 * xemacs.mak (DEPEND): | |
994 * xemacs.mak (PERL_NEEDS_MORE_QUOTING): | |
995 * config.inc.samp (PERL_NEEDS_MORE_QUOTING): | |
996 Moved perl dependency script out into new make-nt-depend file to | |
997 hopefully finally solve never-ending perl quoting problems. | |
998 | |
999 * xemacs.mak (TEMACS): | |
1000 * xemacs.mak (make-docargs): | |
1001 * .cvsignore: | |
1002 Generate intermediate files in obj subdirectory, not in nt dir. | |
1003 | |
794 | 1004 2002-03-29 Jonathan Harris <jonathan@xemacs.org> |
1005 | |
1006 * xemacs.mak: Define STACK_TRACE_EYE_CATCHER. | |
1007 | |
780 | 1008 2002-03-18 Ben Wing <ben@xemacs.org> |
1009 | |
1010 * config.inc.samp (DEPEND): | |
1011 * config.inc.samp (PERL_NEEDS_MORE_QUOTING): | |
1012 * xemacs.mak (DEPEND): | |
1013 * xemacs.mak (PERL_NEEDS_MORE_QUOTING): | |
1014 Deal with never-ending perl quoting problems. | |
1015 | |
778 | 1016 2002-03-16 Ben Wing <ben@xemacs.org> |
1017 | |
1018 * .cvsignore: | |
1019 Those pesky *.tmp files. | |
1020 | |
776 | 1021 2002-03-15 Ben Wing <ben@xemacs.org> |
1022 | |
1023 * xemacs.mak: | |
1024 * xemacs.mak (BATCH): | |
1025 * xemacs.mak (XEMACS_BATCH_PACKAGES): | |
1026 * xemacs.mak (batch_test_emacs): | |
1027 * xemacs.mak (MAKEINFO): | |
1028 * xemacs.mak (makeinfo-test): | |
1029 Use -no-packages to avoid problems with package files shadowing | |
1030 core files (e.g. unicode.el in mule-ucs). | |
1031 | |
774 | 1032 2002-03-12 Ben Wing <ben@xemacs.org> |
1033 | |
3322 | 1034 * The Great Mule Merge of March 2002: |
1035 see node by that name in the Internals Manual. | |
774 | 1036 |
768 | 1037 2002-03-05 Stephen J. Turnbull <stephen@xemacs.org> |
1038 | |
1039 * XEmacs 21.5.5 "beets" is released. | |
1040 | |
725 | 1041 2002-01-08 Stephen J. Turnbull <stephen@xemacs.org> |
1042 | |
1043 * XEmacs 21.5.4 "bamboo" is released. | |
1044 | |
669 | 1045 2001-09-28 Adrian Aichner <adrian@xemacs.org> |
1046 | |
1047 * xemacs.mak (COPY): Use xcopy /r for NT 4.0 compatibility. | |
1048 * xemacs.mak (COPYDIR): Ditto | |
1049 | |
654 | 1050 2001-09-07 Stephen J. Turnbull <stephen@xemacs.org> |
1051 | |
1052 * XEmacs 21.5.3 "asparagus" is released. | |
1053 | |
647 | 1054 2001-06-24 Ben Wing <ben@xemacs.org> |
1055 | |
1056 * config.h: | |
1057 Turn sign-compare warnings back on. | |
1058 | |
641 | 1059 2001-07-28 Stephen J. Turnbull <stephen@xemacs.org> |
1060 | |
1061 * XEmacs 21.5.2 "artichoke" is released. | |
1062 | |
637 | 1063 2001-07-26 Stephen J. Turnbull <stephen@xemacs.org> |
1064 | |
1065 * xemacs.mak (configclean): | |
1066 New target. Convenience for multiplatform builds (need to delete | |
1067 the native config.h since it's newer than config.h.in). | |
1068 (distclean): Use it. | |
1069 | |
1070 * xemacs.mak (DEL): | |
1071 Remove error-suppressing "-" from definition. Use variable in | |
1072 shell structured commands. Prefix "-" to existing uses. | |
1073 (DELS, DELSQ): | |
1074 Remove definitions, WinME can't hack the switches. | |
1075 (distclean): | |
1076 Clean subdirectories of $(LISP) explicitly. | |
1077 | |
1078 * xemacs.mak: | |
1079 Move HAVE_WIDGET and HAVE_TOOLBAR configuration together. | |
1080 | |
632 | 1081 2001-06-12 Stephen J. Turnbull <stephen@xemacs.org> |
1082 | |
1083 * xemacs.mak (HAVE_ZLIB): New, defaults to HAVE_PNG. | |
1084 (USE_MINITAR): Default to HAVE_ZLIB. | |
1085 (MSW_LIBS): Add comctl32.lib if HAVE_WIDGETS. | |
1086 (mostlyclean, nicenclean, distclean, versionclean): Only one target | |
1087 per invocation of $(DEL); don't use unneeded switches (WinME support). | |
1088 | |
1089 (TEMACS_CPP_FLAGS): Add EMACS_PATCH_LEVEL. | |
1090 | |
584 | 1091 2001-05-28 Nick V. Pakoulin <npak@ispras.ru> |
1092 | |
1093 * xemacs.mak (install): Replace calls to (x)copy commands with | |
1094 COPY and COPYDIR variables. | |
1095 (COPY): New | |
1096 (COPYDIR): New | |
1097 | |
580 | 1098 2001-05-26 Ben Wing <ben@xemacs.org> |
1099 | |
1100 * xemacs.mak (DEPEND): | |
1101 * xemacs.mak (LASTFILE_OBJS): | |
1102 * xemacs.mak (LWLIB_OBJS): | |
1103 * xemacs.mak (TEMACS_OBJS): | |
1104 fix use of targets so that config.h doesn't end up being passed | |
1105 to the C compiler as an input file; that creates warnings. | |
1106 put back config.inc into depend-file targets; removed previously | |
1107 in a wrong attempt to fix this same problem. | |
1108 | |
563 | 1109 2001-05-24 Ben Wing <ben@xemacs.org> |
1110 | |
1111 * xemacs.mak (DOC): | |
1112 * xemacs.mak (TEMACS_OBJS): | |
1113 add glyphs-shared.c. | |
1114 | |
558 | 1115 2001-05-23 Ben Wing <ben@xemacs.org> |
1116 | |
1117 * xemacs.mak (installation): | |
1118 call `ver' to get the exact os version and put it in the | |
1119 installation; suggestion from adrian. | |
1120 | |
551 | 1121 2001-05-21 Martin Buchholz <martin@xemacs.org> |
1122 | |
1123 * xemacs.mak: Remove references to lwlib-config. | |
1124 | |
545 | 1125 2001-05-01 Kirill 'Big K' Katsnelson <kkm@dtmx.com> |
1126 | |
1127 * xemacs.mak: Use link to make .rsrc writable, not editbin. | |
1128 | |
528 | 1129 2001-05-10 Ben Wing <ben@xemacs.org> |
1130 | |
1131 * xemacs.mak (TEMACS_LIBS): | |
1132 need another lib (netapi32.lib) for user-name-all-completions. | |
1133 | |
1134 * xemacs.mak (all): | |
1135 * xemacs.mak (OS): | |
1136 remove autoload-building target. | |
1137 | |
523 | 1138 2001-05-09 Ben Wing <ben@xemacs.org> |
1139 | |
1140 * xemacs.mak (OS): | |
1141 do not warn about gtk when we're not trying to compile with it. | |
1142 | |
522 | 1143 2001-05-09 Martin Buchholz <martin@xemacs.org> |
1144 | |
1145 * XEmacs 21.5.1 "anise" is released. | |
1146 | |
496 | 1147 2001-05-01 Adrian Aichner <adrian@xemacs.org> |
1148 | |
1149 * xemacs.mak: Define EMACS_PATCH_LEVEL like configure.in does. | |
1150 * xemacs.mak (XEMACS_VERSION_STRING): Build this more like | |
1151 configure.in does. | |
1152 * xemacs.mak (docfile): Use del instead of $(DEL) in shell | |
1153 command. | |
1154 | |
495 | 1155 2001-05-01 Ben Wing <ben@xemacs.org> |
1156 | |
1157 * config.inc.samp (MAKEINFO): point at more standard c: not f:. | |
1158 * minitar.c: | |
1159 * minitar.c (Usage): | |
1160 * minitar.c (octal): | |
1161 * minitar.c (makepath): | |
1162 * minitar.c (main): | |
1163 Fix more compiler warnings, clean up the style to conform | |
1164 more to standard XEmacs. | |
1165 | |
494 | 1166 2001-05-01 Ben Wing <ben@xemacs.org> |
1167 | |
1168 * xemacs.mak (DEPEND): | |
1169 Don't add config.inc to the horked depend file. It's not | |
1170 recognized by nmake and just results in warnings. | |
1171 * xemacs.mak (docfile): | |
1172 Don't use $(DEL) in the middle of a shell command, because it | |
1173 will try to call `-del' and fail. | |
1174 | |
488 | 1175 2001-04-27 Adrian Aichner <adrian@xemacs.org> |
1176 | |
1177 * compface.mak (clean): New target. | |
1178 * xemacs.mak: Use $(DEL) everywhere, instead of some occurences of | |
1179 del and @$(DEL). Add GTK supporting variables and document it as | |
1180 currently unsupported on MSWindows. | |
1181 * xemacs.mak (XEMACS_VERSION_STRING): Initialize according to | |
1182 emacs_is_beta. Use emacs_beta_version as patch level for non-beta | |
1183 version. | |
1184 * xemacs.mak (HAVE_GTK): New. | |
1185 * xemacs.mak (GTK_DIR): New. | |
1186 | |
479 | 1187 2001-04-20 Ben Wing <ben@xemacs.org> |
1188 | |
1189 * .cvsignore: Added stuff for Windows. | |
1190 | |
472 | 1191 2001-04-18 Martin Buchholz <martin@xemacs.org> |
1192 | |
1193 * XEmacs 21.5.0 "alfalfa" is released. | |
1194 | |
464 | 1195 2001-03-14 Craig Lanning <CraigL@Knology.net> |
1196 | |
1197 * minitar.c: Clean up some compiler warnings. | |
1198 | |
462 | 1199 2001-03-21 Martin Buchholz <martin@xemacs.org> |
1200 | |
1201 * XEmacs 21.2.46 "Urania" is released. | |
1202 | |
1203 2001-03-06 Ben Wing <ben@xemacs.org> | |
1204 | |
1205 * xemacs.mak (DEPEND): | |
1206 Correct line that runs perl to do correct quoting regardless of | |
1207 whether nmake is run from bash. | |
1208 | |
1209 2001-03-02 Ben Wing <ben@xemacs.org> | |
1210 | |
1211 * config.h: Sadly, we need to disable another warning (C4116, | |
1212 unnamed type definition in parentheses: A structure, union, or | |
1213 enumerated type with no name was defined in a parenthetical | |
1214 expression. The type definition is meaningless.), due to Martin's | |
1215 latest definition of ALIGNOF. | |
1216 | |
460 | 1217 2001-02-23 Martin Buchholz <martin@xemacs.org> |
1218 | |
1219 * XEmacs 21.2.45 "Thelxepeia" is released. | |
1220 | |
1221 2001-02-09 Martin Buchholz <martin@xemacs.org> | |
1222 | |
1223 * config.h (HAVE_UTIME): New. | |
1224 * config.h (HAVE_UTIME_H): Remove. | |
1225 * config.h (HAVE_STRUCT_UTIMBUF): Remove. | |
1226 | |
458 | 1227 2001-02-08 Martin Buchholz <martin@xemacs.org> |
1228 | |
1229 * XEmacs 21.2.44 "Thalia" is released. | |
1230 | |
456 | 1231 2001-01-26 Martin Buchholz <martin@xemacs.org> |
1232 | |
1233 * XEmacs 21.2.43 "Terspichore" is released. | |
1234 | |
454 | 1235 2001-01-20 Martin Buchholz <martin@xemacs.org> |
1236 | |
1237 * XEmacs 21.2.42 "Poseidon" is released. | |
1238 | |
452 | 1239 2001-01-17 Martin Buchholz <martin@xemacs.org> |
1240 | |
1241 * XEmacs 21.2.41 "Polyhymnia" is released. | |
1242 | |
450 | 1243 2001-01-08 Martin Buchholz <martin@xemacs.org> |
1244 | |
1245 * XEmacs 21.2.40 is released. | |
1246 | |
448 | 1247 2000-12-31 Martin Buchholz <martin@xemacs.org> |
1248 | |
1249 * XEmacs 21.2.39 is released. | |
1250 | |
446 | 1251 2000-12-05 Martin Buchholz <martin@xemacs.org> |
1252 | |
1253 * XEmacs 21.2.38 is released. | |
1254 | |
444 | 1255 2000-11-14 Martin Buchholz <martin@xemacs.org> |
1256 | |
1257 * XEmacs 21.2.37 is released. | |
1258 | |
1259 2000-10-27 Martin Buchholz <martin@xemacs.org> | |
1260 | |
1261 * config.h: Oops, _getpt ==> _getpty | |
1262 | |
1263 2000-10-11 Martin Buchholz <martin@xemacs.org> | |
1264 | |
1265 * config.h (HAVE_XFREE86): Remove. | |
1266 (HAVE_XREGISTERIMINSTANTIATECALLBACK): New. | |
1267 (XREGISTERIMINSTANTIATECALLBACK_NONSTANDARD_PROTOTYPE): New. | |
1268 | |
1269 2000-10-10 Martin Buchholz <martin@xemacs.org> | |
1270 | |
1271 * config.h: | |
1272 Sync with pty/signaling related changes to src/config.h.in | |
1273 | |
1274 2000-10-07 Adrian Aichner <aichner@ecf.teradyne.com> | |
1275 | |
1276 * xemacs.mak (default): Enforce runnig nmake from xemacs.mak's | |
1277 directory to avoid problems with relative paths. | |
1278 | |
442 | 1279 2000-10-04 Martin Buchholz <martin@xemacs.org> |
1280 | |
1281 * XEmacs 21.2.36 is released. | |
1282 | |
1283 2000-09-30 Martin Buchholz <martin@xemacs.org> | |
1284 | |
1285 * config.h (HAVE_STRCASECMP): Remove. | |
1286 | |
1287 2000-09-07 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
1288 | |
1289 * xemacs.mak: | |
1290 Make src\depend parsing recognise "#if defined" instead of "#ifdef". | |
1291 Use matching single quotes to keep 4dos shell happy. | |
1292 | |
1293 2000-08-07 Ben Wing <ben@xemacs.org> | |
1294 | |
1295 * xemacs.mak: add getloadavg.c. | |
1296 | |
1297 2000-07-30 Ben Wing <ben@xemacs.org> | |
1298 | |
1299 * README (NOTE): | |
1300 Improve X documentation. | |
1301 Document nascent Mule support. | |
1302 Document current MS Windows contributors. | |
1303 | |
1304 2000-07-15 Ben Wing <ben@xemacs.org> | |
1305 | |
1306 * xemacs.mak: | |
1307 added new file win32.c. | |
1308 took out unused alloca.c. | |
1309 * xemacs.mak (update-elc-2): added new target for rebuilding the | |
1310 remaining .elcs after dumped. its dependency is added for target | |
1311 all. | |
1312 * xemacs.mak (update-auto-and-custom): | |
1313 cleaned up ; now it byte-compiles custom-load.el. | |
1314 * xemacs.mak (mostlyclean): | |
1315 * xemacs.mak (clean): | |
1316 * xemacs.mak (nicenclean): | |
1317 * xemacs.mak (distclean): | |
1318 * xemacs.mak (realclean): | |
1319 * xemacs.mak (versionclean): | |
1320 Redid all the clean targets, to be similar to what's in the | |
1321 standard Makefile. | |
1322 | |
1323 2000-07-18 Kirill 'Big K' Katsnelson <kkm@dtmx.com> | |
1324 | |
1325 * xemacs.mak ($(PROGNAME)): Do check error code from temacs during | |
1326 dumping. | |
1327 | |
1328 2000-07-19 Martin Buchholz <martin@xemacs.org> | |
1329 | |
1330 * XEmacs 21.2.35 is released. | |
1331 | |
1332 2000-07-14 IKEYAMA Tomonori <tomonori@suiyokai.org> | |
1333 | |
1334 * config.h: Import C++ compilation stuff from src/config.h. | |
1335 | |
1336 2000-07-05 Craig Lanning <lanning@scra.org> | |
1337 | |
1338 * xemacs.rc: Uppercase the id's so that windres will work. | |
1339 | |
1340 2000-07-05 Kirill 'Big K' Katsnelson <kkm@dtmx.com> | |
1341 | |
1342 * xemacs.mak (TEMACS_LIBS): Added comdlg32.lib | |
1343 | |
1344 2000-06-12 Ben Wing <ben@xemacs.org> | |
1345 | |
1346 * config.h (ENCAPSULATE_STAT): | |
1347 Always encapsulate stat/fstat. Also suggested by Mike Alexander | |
1348 <mike.alexander@xemacs.org>. | |
1349 | |
1350 2000-06-10 Ben Wing <ben@xemacs.org> | |
1351 | |
1352 * config.h: | |
1353 * config.h (HAVE_GETPAGESIZE): | |
1354 * config.h (HAVE_GETTIMEOFDAY): | |
1355 corrections to go along with removed nt/inc. | |
1356 removed HAVE_FEP. | |
1357 | |
1358 * config.inc.samp: | |
1359 correct graphics lib paths to agree with binaries provided in | |
1360 ftp aux dir. | |
1361 | |
1362 * xemacs.mak (DEPEND): | |
1363 * xemacs.mak (DEFINES): | |
1364 * xemacs.mak (LIB_SRC_DEFINES): | |
1365 * xemacs.mak (minitar): | |
1366 * xemacs.mak (TEMACS_LFLAGS): | |
1367 * xemacs.mak (tags): | |
1368 * xemacs.mak (all): | |
1369 * xemacs.mak (install): | |
1370 WINDOWSNT -> WIN32_NATIVE. | |
1371 Don't build run*.exe. | |
1372 comments about required ^^. | |
1373 Added setargv.obj to the list of linked entities, | |
1374 causing automatic wildcarding of filenames given on the | |
1375 command line. (As usual, enclose in double quotes to avoid | |
1376 this.) | |
1377 | |
1378 2000-06-07 Ben Wing <ben@xemacs.org> | |
1379 | |
1380 * runemacs.c: Removed. No longer necessary. | |
1381 | |
1382 * Makefile.cygwin: Removed. | |
1383 | |
1384 * inc\*: Removed. At long-fucking-last! | |
1385 | |
1386 2000-05-28 Martin Buchholz <martin@xemacs.org> | |
1387 | |
1388 * XEmacs 21.2.34 is released. | |
1389 | |
1390 2000-05-12 Craig Lanning <CraigL@DyCon.com> | |
1391 | |
1392 * inc\sys\socket.h: Don't define timeval as ws_timeval for mingw32 | |
1393 | |
1394 2000-05-01 Martin Buchholz <martin@xemacs.org> | |
1395 | |
1396 * XEmacs 21.2.33 is released. | |
1397 | |
1398 2000-04-27 Ben Wing <ben@xemacs.org> | |
1399 | |
1400 * xemacs.mak: combine auto-autoloads.el and custom.el update into | |
1401 one call to xemacs. | |
1402 | |
1403 2000-04-26 Ben Wing <ben@xemacs.org> | |
1404 | |
1405 * xemacs.mak: put in support for QUICK_BUILD. | |
1406 | |
1407 * config.inc.samp: put in an entry for QUICK_BUILD. | |
1408 | |
1409 2000-04-23 Ben Wing <ben@xemacs.org> | |
1410 | |
1411 * xemacs.mak: Modified section that dumps .exe to not dump | |
1412 when nothing has changed. It does this by relying on a flag | |
1413 set by update-elcs. | |
1414 | |
1415 Also in building of auto-autoloads.el, we no longer unconditionally | |
1416 remove the old one. That was pointless and made the whole build | |
1417 procedure a lot longer -- the autoload code is smart enough to | |
1418 update itself automatically from an out-of-date autoload file. | |
1419 | |
1420 2000-04-04 Kirill 'Big K' Katsnelson <kkm@dtmx.com> | |
1421 | |
1422 * xemacs.mak: Build the i utility and use it to pipe windowed | |
1423 [xt]emacs output to the build console. | |
1424 | |
1425 2000-03-25 Didier Verna <didier@xemacs.org> | |
1426 | |
1427 * config.h: handle the renaming of `foo_h_path' to `foo_h_file'. | |
1428 | |
1429 2000-03-22 Mike Alexander <mta@arbortext.com> | |
1430 | |
1431 * xemacs.mak (PROGRAM_DEFINES): Define EMACS_VERSION and | |
1432 EMACS_PROGNAME | |
1433 (DEPEND): Don't try to create $(OUTDIR) if it already exists | |
1434 ($(SRC)\dump-id.c): Make it | |
1435 (DOC_SRC11): Add dumper.c if portable dumping | |
1436 (dump-xemacs): Make portable dumping work again and create | |
1437 dump-id.c and compile it whenever we do a portable dump. | |
1438 (depend): Change $(SRCDIR) to $(SRC) | |
1439 | |
1440 2000-03-22 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
1441 | |
1442 * .cvsignore: New file, ignores user's config.inc and files | |
1443 containing the user's DevStudio workspace info. | |
1444 | |
1445 * config.h.samp: Added DEPEND option. Renamed HAVE_MSW and HAVE_X to | |
1446 HAVE_MS_WINDOWS and HAVE_X_WINDOWS. | |
1447 | |
1448 * README: Documented DEPEND option. Other small changes. | |
1449 | |
1450 * Todo: Removed - was hopelessly out of date. | |
1451 | |
1452 * config.h.samp: | |
1453 * xemacs.mak: Added DEPEND option to control use of dependency | |
1454 information generated by make-src-depend. Requires Perl. Defaults | |
1455 to disabled. Renamed HAVE_MSW and HAVE_X to HAVE_MS_WINDOWS and | |
1456 HAVE_X_WINDOWS as a side-effect. | |
1457 Handles '&' in XEmacs codenames by replacing with 'and'. | |
1458 | |
1459 * xemacs.dsp: | |
1460 Correct Output_Dir so that DevStudio finds the xemacs executable | |
1461 by default. | |
1462 | |
1463 2000-03-20 Ben Wing <ben@xemacs.org> | |
1464 | |
1465 * README: Substantial rewrite. | |
1466 * xemacs.mak: Pdump fix. (not working yet, though) | |
1467 | |
1468 2000-03-20 Martin Buchholz <martin@xemacs.org> | |
1469 | |
1470 * XEmacs 21.2.32 is released. | |
1471 | |
1472 2000-03-15 Mike Alexander <mta@arbortext.com> | |
1473 | |
1474 * xemacs.mak: Fix for generation of $(XEMACS)\Installation. | |
1475 | |
785 | 1476 2000-03-14 Adrian Aichner <adrian@xemacs.org> |
442 | 1477 |
1478 * xemacs.mak (LIB_SRC_TOOLS): LIB_SRC_TOOLS depend on | |
1479 XEMACS_INCLUDES when we USE_PORTABLE_DUMPER. | |
1480 | |
1481 2000-03-13 Ben Wing <ben@xemacs.org> | |
1482 | |
1483 * xemacs.mak (TEMACS_ENTRYPOINT): | |
1484 Fix for portable dumper. | |
1485 | |
1486 2000-03-12 Ben Wing <ben@xemacs.org> | |
1487 | |
1488 * xemacs.mak (*): | |
1489 * config.inc: New. | |
1490 | |
1491 a) Added a file called config.inc which makes it easier to set | |
1492 build options for MS Windows. (Previously, the only way to do this | |
1493 was through command line options to nmake.) | |
1494 | |
1495 b) Cleaned the file up a bit. | |
1496 | |
1497 c) Changed xemacs to be a windows application and not a console | |
1498 application, now that runemacs.exe is no longer necessary. | |
1499 | |
1500 d) Added support for building the tags file. | |
1501 | |
1502 * xemacs.dsw: New. | |
1503 * xemacs.dsp: New. | |
1504 For compiling, editing, and debugging XEmacs using the VC++ 5.0 | |
1505 GUI. They may well work under other versions of VC++, but I don't | |
1506 have access to them to test them. | |
1507 | |
1508 2000-03-11 Andy Piper <andy@xemacs.org> | |
1509 | |
1510 * PROBLEMS: Doc fix from Reini Urban <rurban@x-ray.at>. | |
1511 | |
1512 2000-02-27 Mike Alexander <mta@arbortext.com> | |
1513 | |
1514 * xemacs.rc: Include the portable dump data if INCLUDE_DUMP is defined | |
1515 | |
1516 * xemacs.mak: Add the portable dump data to the EXE as a resource | |
1517 | |
1518 2000-03-07 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
1519 | |
1520 * xemacs.mak (TEMACS_LIBS): Add ole32.lib and uuid.lib. | |
1521 (installation): Always regenerate installation report. | |
1522 | |
1523 2000-02-25 Craig Lanning <CraigL@DyCon.com> | |
1524 | |
1525 * inc\sys\time.h: MinGW defines struct timeval in <winsock.h>. | |
1526 | |
1527 2000-02-24 Martin Buchholz <martin@xemacs.org> | |
1528 | |
1529 * config.h (INLINE_HEADER): Define properly (?) for Windows. | |
1530 | |
1531 2000-02-23 Martin Buchholz <martin@xemacs.org> | |
1532 | |
1533 * XEmacs 21.2.31 is released. | |
1534 | |
1535 2000-02-22 Martin Buchholz <martin@xemacs.org> | |
1536 | |
1537 * config.h (gc_checking_assert): New. | |
1538 | |
1539 2000-02-21 Martin Buchholz <martin@xemacs.org> | |
1540 | |
1541 * XEmacs 21.2.30 is released. | |
1542 | |
1543 2000-02-21 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
1544 | |
1545 * README: Tidy up. | |
1546 Document need for makeinfo program or texinfo package. | |
1547 | |
1548 * Xmd.patch: New file, previously in README. | |
1549 | |
1550 2000-02-17 Martin Buchholz <martin@xemacs.org> | |
1551 | |
1552 * config.h: Delete unused HAVE_LINUX_VERSION_H. | |
1553 | |
1554 2000-02-16 Martin Buchholz <martin@xemacs.org> | |
1555 | |
1556 * XEmacs 21.2.29 is released. | |
1557 | |
1558 2000-02-06 Mike Alexander <mta@arbortext.com> | |
1559 | |
1560 * xemacs.mak (install): Copy xemacs.dmp if using the portable | |
1561 dumper. | |
1562 | |
440 | 1563 2000-02-07 Martin Buchholz <martin@xemacs.org> |
1564 | |
1565 * XEmacs 21.2.28 is released. | |
1566 | |
1567 2000-02-03 Kirill 'Big K' Katsnelson <kkm@dtmx.com> | |
1568 | |
1569 * Xpm.def: New file, required to build Xpm.dll. | |
1570 | |
1571 * Xpm.mak: Use DEBUG instead of DEBUG_XEMACS - this library is not | |
1572 xemacs-specific. Initialize to DEBUG_XEMACS if specified for | |
1573 compatibility. | |
1574 Build DLL instead of static LIB when USE_CRTDLL=1 is given to | |
1575 make. | |
1576 | |
1577 * xemacs.mak: Introduced USE_SYSTEM_MALLOC and USE_CRTDLL. | |
1578 Do not build lastfile.lib when neither unexec not gmalloc are | |
1579 used. | |
1580 | |
1581 * config.h: Deleted GNU_MALLOC and SYSTEM_MALLOC, as they are set | |
1582 in makefile. | |
1583 | |
1584 2000-01-26 Kirill 'Big K' Katsnelson <kkm@dtmx.com> | |
1585 | |
1586 * xemacs.mak (DOC_SRC9): Added tests.c ... | |
1587 (TEMACS_DEBUG_OBJS): ... and tests.obj | |
1588 ($(DOC)): Tweaked a bit, for `nmake docfile' unconditionally | |
1589 rebuild the docfile. | |
1590 | |
1591 2000-01-22 Kirill 'Big K' Katsnelson <kkm@dtmx.com> | |
1592 | |
1593 * xemacs.mak (docfile): Added shortcut target. | |
1594 | |
1595 2000-01-19 Kirill 'Big K' Katsnelson <kkm@dtmx.com> | |
1596 | |
1597 * xemacs.mak (TEMACS_LIBS): Added winspool.lib | |
1598 | |
1599 2000-01-20 Martin Buchholz <martin@xemacs.org> | |
1600 | |
1601 * xemacs.mak (dump-xemacs): Remove redundant EMACSBOOTSTRAPMODULEPATH. | |
1602 | |
1603 2000-01-18 Kirill 'Big K' Katsnelson <kkm@dtmx.com> | |
1604 | |
1605 * xemacs.mak: Patch of 01/13 got in corrupted, fixed. | |
1606 | |
438 | 1607 2000-01-18 Martin Buchholz <martin@xemacs.org> |
1608 | |
1609 * XEmacs 21.2.27 is released. | |
1610 | |
1611 2000-01-18 Martin Buchholz <martin@xemacs.org> | |
1612 | |
1613 * minitar.c: Errno.h --> errno.h. Remove errno declaration. | |
1614 | |
1615 2000-01-13 Kirill 'Big K' Katsnelson <kkm@dtmx.com> | |
1616 | |
1617 * xemacs.mak: Added USE_PORTABLE_DUMPER make command line macro. | |
1618 (temacs:) Added dependency for lastfile.lib so that 'make temacs' | |
1619 builds it first. | |
1620 | |
1621 1999-12-28 Scott Blachowicz <Scott.Blachowicz@seaslug.org> | |
1622 | |
1623 * minitar.mak: Add vars to allow building from main xemacs.mak. | |
1624 | |
1625 * xemacs.mak: Add rules to build & install minitar. | |
1626 | |
440 | 1627 2000-01-03 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> |
1628 | |
1629 * config.h: Fix stuff related to mail locking. | |
1630 | |
436 | 1631 1999-12-31 Martin Buchholz <martin@xemacs.org> |
1632 | |
1633 * XEmacs 21.2.26 is released. | |
1634 | |
434 | 1635 1999-12-24 Martin Buchholz <martin@xemacs.org> |
1636 | |
1637 * XEmacs 21.2.25 is released. | |
1638 | |
1639 1999-12-15 Scott Blachowicz <Scott.Blachowicz@seaslug.org> | |
1640 | |
1641 * minitar.c (main): Add explicit exit(0) to get successful return | |
1642 code. | |
1643 | |
432 | 1644 1999-12-14 Martin Buchholz <martin@xemacs.org> |
1645 | |
1646 * XEmacs 21.2.24 is released. | |
1647 | |
434 | 1648 1999-11-28 Adrian Aichner <adrian@xemacs.org> |
430 | 1649 |
1650 * xemacs.mak (depend): Only update `depend' if there were changes. | |
1651 Use "perl ./make-src-depend" instead of "mkdepend". | |
1652 | |
1653 1999-12-07 Martin Buchholz <martin@xemacs.org> | |
1654 | |
1655 * XEmacs 21.2.23 is released. | |
1656 | |
434 | 1657 1999-11-27 Adrian Aichner <adrian@xemacs.org> |
430 | 1658 |
1659 * xemacs.mak (SRCDIR): Make path to xemacs absolute to | |
1660 facilitate building info in man subdirs. Echo all cd commands, | |
442 | 1661 not just some of them. |
430 | 1662 |
1663 (makeinfo-test): Test for availability of `texinfo' package to | |
1664 build info. Recommend use of external `makeinfo' program for | |
1665 building info docs faster. | |
1666 | |
1667 (info): cd into man subdirs to support use of external `makeinfo' | |
1668 program. | |
1669 | |
1670 1999-11-17 Martin Buchholz <martin@xemacs.org> | |
1671 | |
1672 * xemacs.mak: Remove references to index.unperm, index.perm. | |
1673 Fix dependencies. | |
1674 Shouldn't .obj and .info be in SUFFIXES? | |
1675 Remove extra `\'. | |
1676 | |
428 | 1677 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org> |
1678 | |
1679 * XEmacs 21.2.22 is released | |
1680 | |
1681 1999-11-28 Martin Buchholz <martin@xemacs.org> | |
1682 | |
1683 * XEmacs 21.2.21 is released. | |
1684 | |
1685 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1686 | |
1687 * XEmacs 21.2.20 is released | |
1688 | |
1689 1999-10-07 Norbert Koch <n.koch@eai-delta.de> | |
1690 | |
1691 * xemacs.mak: Ignore return code of 'del' calls. Use a make | |
1692 variable for 'del'. | |
1693 | |
434 | 1694 1999-09-26 Adrian Aichner <adrian@xemacs.org> |
428 | 1695 |
1696 * xemacs.mak (all): Update $(LISP)/auto-autoloads.elc? and | |
1697 $(LISP)/custom-load.el using XEmacs itself, like xemacs-packages | |
1698 do. | |
1699 ($(LISP)\auto-autoloads.el): Add new rule. | |
1700 ($(LISP)\custom-load.el): Ditto. | |
1701 | |
1702 1999-08-04 Andy Piper <andy@xemacs.org> | |
1703 | |
1704 * xemacs.mak (HAVE_WIDGETS): add define to appropriate places. | |
1705 | |
434 | 1706 1999-07-26 Adrian Aichner <adrian@xemacs.org> |
428 | 1707 |
1708 * xemacs.mak ($(MANDIR)\lispref\lispref.texi): Replace bad | |
1709 dependency. | |
1710 | |
1711 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1712 | |
1713 * XEmacs 21.2.19 is released | |
1714 | |
434 | 1715 1999-07-10 Adrian Aichner <adrian@xemacs.org> |
428 | 1716 |
1717 * xemacs.mak (.SUFFIXES): Add .texi. | |
1718 (check): Improve automated test section. | |
1719 (info): Generate info files using XEmacs (no makeinfo.exe needed). | |
1720 | |
1721 1999-07-19 Andy Piper <andy@xemacs.org> | |
1722 | |
1723 * xemacs.mak (DOC_SRC3): add gutter.c | |
1724 (TEMACS_OBJS): add gutter.obj. | |
1725 | |
1726 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1727 | |
1728 * XEmacs 21.2.18 is released | |
1729 | |
1730 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1731 | |
1732 * XEmacs 21.2.17 is released | |
1733 | |
434 | 1734 1999-06-13 Adrian Aichner <adrian@xemacs.org> |
428 | 1735 |
1736 * xemacs.mak (DOC_SRC8): Remove mule-coding.c. | |
1737 (TEMACS_MULE_OBJS): Remove mule-coding.obj | |
1738 (check): Implement according to src/Makefile. | |
1739 (check-temacs): ditto. | |
1740 | |
1741 1999-06-05 Norbert Koch <n.koch@delta-ii.de> | |
1742 | |
1743 * xemacs.mak (mule): remove dependencies from mule-coding.c | |
442 | 1744 |
428 | 1745 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org> |
1746 | |
1747 * XEmacs 21.2.16 is released | |
1748 | |
442 | 1749 1999-05-14 Adrian Aichner <adrian@xemacs.org> |
428 | 1750 |
1751 * xemacs.mak (GUNG_HO): Explicitly default to 0. | |
1752 Fix some comment typos. | |
1753 ($(XEMACS)\Installation): Create it in the toplevel-directory, | |
1754 where it is expected by loadup.el | |
1755 | |
1756 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1757 | |
1758 * XEmacs 21.2.15 is released | |
1759 | |
1760 1999-05-31 Andy Piper <andy@xemacs.org> | |
1761 | |
1762 * xemacs.mak: add select & select-x targets. | |
442 | 1763 |
428 | 1764 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org> |
1765 | |
1766 * XEmacs 21.2.14 is released | |
1767 | |
1768 1999-05-12 SL Baur <steve@gneiss.etl.go.jp> | |
1769 | |
1770 * xemacs.mak: please document me | |
1771 From Norbert Koch <n.koch@delta-ii.de> | |
1772 | |
1773 1999-05-03 Hrvoje Niksic <hniksic@srce.hr> | |
1774 | |
1775 * xemacs.mak ($(LISP)\Installation.el): Don't use | |
1776 `replace-in-string'. | |
1777 | |
434 | 1778 1999-03-17 Adrian Aichner <adrian@xemacs.org> |
428 | 1779 |
1780 * xemacs.mak: Remove ESC macro -- no longer needed. | |
1781 Remove small configuration report. Remove simplified version of | |
1782 Installation and Installation.el | |
1783 (Installation.el): Create it depending on "Installation" file. | |
1784 Replace \r characters by use of `replace-in-string' in lisp-land. | |
1785 (all): Make it depend on "Installation" file. | |
1786 (Installation): Create a complete "Installation" file, looking | |
1787 much like what is generated by "configure" on UNIX systems. | |
1788 Insert WARNING where appropriate (currently when building without | |
1789 HAVE_XPM, HAVE_PNG, and HAVE_MSW_C_DIRED). | |
1790 Type "Installation" to STDOUT much like the "small configuration | |
1791 report" did. | |
1792 | |
1793 1999-04-29 Andy Piper <andy@xemacs.org> | |
442 | 1794 |
428 | 1795 * sys/file.h: conditionalise definition of X_OK. |
442 | 1796 |
428 | 1797 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org> |
1798 | |
1799 * XEmacs 21.2.13 is released | |
1800 | |
1801 1999-03-07 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
1802 | |
1803 * xemacs.mak: | |
1804 Don't link lib-src programs incrementally. | |
1805 Don't include debug info in release builds. | |
1806 Put intermediate files in the appropriate directories. | |
1807 Make "distclean" target delete all intermediate files. | |
1808 | |
1809 1999-03-07 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
1810 | |
1811 * xemacs.mak: | |
1812 Fix building on Windows 95/98 by conditionalising escape | |
1813 character '^'. | |
1814 Only put mule-packages in package path on MULE builds. | |
1815 Only build source browser files on debug builds. | |
1816 Build source browser database before link so that it's | |
1817 available even if link fails. | |
1818 | |
1819 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1820 | |
1821 * XEmacs 21.2.12 is released | |
1822 | |
1823 1999-03-03 Gleb Arshinov <gleb@cs.stanford.edu> | |
1824 | |
1825 * xemacs.mak (HAVE_XFACE): fix for building without X-Face support | |
1826 provided by Brent B. Powers <bpowers@ms.com>. | |
1827 | |
1828 * xemacs.mak (CONFIG_ERROR): Misc error detection for build with | |
1829 X-Face. | |
1830 | |
1831 1999-02-01 Gleb Arshinov <gleb@cs.stanford.edu> | |
1832 | |
1833 * README: Document the X-Face build option. | |
1834 | |
1835 * compface.mak: New file | |
1836 Makefile for building compface library under MSVC. Build | |
1837 library only, not executables. Should be extended to build | |
1838 executables and propagated upstream, if possible. | |
1839 | |
1840 * xemacs.mak: Link in X-Face/Compface for NT native build. | |
1841 | |
1842 1999-03-01 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1843 | |
1844 * XEmacs 21.2.11 is released | |
1845 | |
1846 1999-02-05 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1847 | |
1848 * XEmacs 21.2.10 is released | |
1849 | |
1850 1999-02-02 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1851 | |
1852 * XEmacs 21.2.9 is released | |
1853 | |
434 | 1854 1999-01-14 Adrian Aichner <adrian@xemacs.org> |
428 | 1855 |
1856 * xemacs.mak (MODULES): Adding variable. | |
1857 (update-elc): Setting EMACSBOOTSTRAPMODULEPATH. | |
1858 | |
1859 1998-12-17 Charles G. Waldman <cgw@pgt.com> | |
1860 | |
1861 * minitar.c: New file | |
1862 * minitar.mak: New file | |
1863 | |
1864 1998-12-29 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
1865 | |
1866 * xemacs.mak: | |
1867 Changed x86 EMACS_CONFIGURATION to i586-pc-win32 since we | |
1868 build optimised for Pentium. | |
1869 Created CFLAGS variable, used in building all objects and in | |
1870 constructing config.values. | |
1871 Added glyphs-widget.c and gui-msw.c to list of sources. | |
1872 Added PACKAGE_PATH to EMACSBOOTSTRAPLOADPATH for mule builds. | |
1873 | |
1874 1998-12-28 Martin Buchholz <martin@xemacs.org> | |
1875 | |
1876 * XEmacs 21.2.8 is released. | |
1877 | |
1878 1998-12-24 Martin Buchholz <martin@xemacs.org> | |
1879 | |
1880 * XEmacs 21.2.7 is released. | |
1881 | |
1882 1998-12-13 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
1883 | |
1884 * xemacs.mak: | |
442 | 1885 Replaced PACKAGEPATH variable with PACKAGE_PREFIX. |
428 | 1886 configure-package-path is initialised to contain |
1887 subdirectories of PACKAGE_PREFIX. The install target makes | |
1888 a skeleton package tree under PACKAGE_PREFIX. | |
1889 | |
1890 * README, PROBLEMS: | |
1891 Documented the package path changes. | |
1892 Corrected the advice on a suitable minimal set of packages. | |
1893 | |
1894 1998-12-17 Andy Piper <andy@xemacs.org> | |
1895 | |
1896 * xemacs.mak ($(LIB_SRC)/movemail.exe): adapt make rule to build | |
1897 with pop support. | |
1898 | |
1899 * xemacs.mak: add gui-msw.c and glyphs-widget.c object lists. | |
1900 | |
1901 1998-12-16 Andy Piper <andy@xemacs.org> | |
1902 | |
1903 * XEmacs 21.2.6 is released | |
1904 | |
434 | 1905 1998-12-11 Adrian Aichner <adrian@xemacs.org> |
428 | 1906 |
1907 * xemacs.mak (DOC_SRC2): CLASH_DETECTION is not supported under | |
1908 native Windows NT. Therefore src\filelock.c is not to be | |
1909 compiled. | |
1910 (TEMACS_OBJS): Consequently, don't link in $(OUTDIR)\filelock.obj. | |
1911 | |
1912 1998-12-10 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
1913 | |
1914 * xemacs.mak ($(OUTDIR)\alloc.obj): add a dependency on | |
1915 puresize-adjust.h to avoid infinite recursion. | |
1916 | |
1917 1998-12-09 Andy Piper <andy@xemacs.org> | |
1918 | |
1919 * config.h: remove clash detection stuff. | |
1920 | |
1921 1998-12-07 Martin Buchholz <martin@xemacs.org> | |
1922 | |
1923 * xemacs.mak (TEMACS_OBJS): | |
442 | 1924 (DOC_SRC4): |
428 | 1925 - Remove pure.c, pure.obj |
1926 | |
434 | 1927 1998-11-04 Adrian Aichner <adrian@xemacs.org> |
428 | 1928 |
1929 * xemacs.mak: Creating minimal versions of Installation, | |
1930 Installation.el, and config.values to make | |
1931 (describe-installation) and (config-value ...) work in Windows NT | |
1932 native builds. Incorporating rule for movemail.exe courtesy of | |
1933 Andy Piper. | |
1934 | |
1935 1998-12-05 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1936 | |
1937 * XEmacs 21.2.5 is released | |
1938 | |
1939 1998-11-28 SL Baur <steve@altair.xemacs.org> | |
1940 | |
1941 * XEmacs 21.2-beta4 is released. | |
1942 | |
1943 1998-10-29 Andy Piper <andyp@parallax.co.uk> | |
1944 | |
1945 * xemacs.mak ($(LIB_SRC)/movemail.exe): add etags dependencies to | |
1946 pull in getopt and friends. | |
1947 | |
1948 1998-10-15 SL Baur <steve@altair.xemacs.org> | |
1949 | |
1950 * XEmacs 21.2-beta3 is released. | |
1951 | |
1952 1998-09-29 SL Baur <steve@altair.xemacs.org> | |
1953 | |
1954 * XEmacs 21.2-beta2 is released. | |
1955 | |
434 | 1956 1998-09-19 Adrian Aichner <adrian@xemacs.org> |
428 | 1957 |
1958 * tiff.mak: New file provided by Charles Wilson | |
1959 <cwilson@ee.gatech.edu> | |
1960 | |
1961 * README: Update provided by Charles Wilson | |
1962 <cwilson@ee.gatech.edu>. Documenting use of the newly | |
1963 introduced tiff.mak. Renumbering subsequent build instruction | |
1964 items. | |
1965 | |
1966 1998-09-20 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
1967 | |
1968 * PROBLEMS: New file. | |
1969 | |
1970 * xemacs.mak: Install the PROBLEMS file in the root directory of | |
1971 the XEmacs installation. | |
1972 | |
1973 1998-08-31 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
1974 | |
1975 * xemacs.mak: Detect failure to supply PNG_DIR or XLIB_DIR | |
1976 when building with PNG support. | |
1977 | |
1978 1998-08-31 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
1979 | |
1980 * README: Document the PNG, ZLIB, JPEG, TIFF and GIF build | |
1981 options. | |
1982 | |
1983 1998-08-12 Jeff Sparkes <jsparkes@internetivity.com> | |
1984 | |
1985 * xemacs.mak: Link in GIF, fix HAVE_JPEG default. | |
1986 | |
1987 1998-08-09 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
1988 | |
1989 * xemacs.mak (install): Win95 fixes: | |
1990 DOS mkdir doesn't create intermediate directories. xcopy does | |
1991 so use it to create the install and lock directories. | |
1992 Removed trailing backslashes from copy commands since DOS | |
1993 copy doesn't like them. | |
1994 | |
1995 1998-08-05 Charles G. Waldman <cgw@pgt.com> | |
1996 | |
1997 * xemacs.mak: change "copy" to "xcopy" in install target | |
1998 | |
442 | 1999 1998-08-04 Jeff Sparkes <jsparkes@internetivity.com> |
428 | 2000 |
2001 * xemacs.mak: Link in PNG, TIFF and JPEG in native build. | |
2002 | |
2003 1998-08-04 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
2004 | |
2005 * README: XEmacs has been successfully built with MSVC 4.0. | |
2006 Mention the vcvars32.bat file installed with the MSVC tools. | |
2007 | |
2008 1998-07-19 SL Baur <steve@altair.xemacs.org> | |
2009 | |
2010 * XEmacs 21.2-beta1 is released. | |
2011 | |
2012 1998-07-13 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
2013 | |
2014 * xemacs.mak: | |
2015 Add path to xemacs.res dependency. | |
2016 | |
2017 1998-07-12 SL Baur <steve@altair.xemacs.org> | |
2018 | |
2019 * XEmacs 21.0-pre5 is released. | |
2020 | |
2021 1998-07-09 SL Baur <steve@altair.xemacs.org> | |
2022 | |
2023 * XEmacs 21.0-pre4 is released. | |
2024 | |
2025 1998-07-04 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
2026 | |
2027 * README: Documented the changed PACKAGEPATH option and the new | |
2028 INSTALL_DIR option, install target and runemacs executable. | |
2029 Added more debugging documentation. | |
2030 | |
2031 * config.h: Don't undef EMACS_CONFIGURATION because it's now | |
2032 set in the makefile. | |
2033 | |
2034 * xemacs.mak: Added an INSTALL_DIR option and install target. | |
2035 Renamed the default package location option to PACKAGEPATH | |
2036 and made it cope with paths with spaces in them. | |
2037 Made non-debug build the default; DEBUG_XEMACS defaults to 0. | |
2038 System configuration (EMACS_CONFIGURATION) now correctly | |
2039 determined at build-time by this makefile. | |
2040 Compiles the runemacs executable as part of the all target. | |
2041 | |
2042 1998-06-29 SL Baur <steve@altair.xemacs.org> | |
2043 | |
2044 * config.h: | |
2045 * xemacs.mak: NT native sound fixes | |
434 | 2046 From Fabrice POPINEAU via Adrian Aichner <adrian@xemacs.org> |
428 | 2047 |
2048 1998-06-21 Martin Buchholz <martin@xemacs.org> | |
2049 | |
2050 * xemacs.mak: It's XEmacs, not Xemacs! | |
2051 | |
2052 1998-06-19 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
2053 | |
2054 * file.ico, lisp.ico: | |
2055 New icons to represent a generic file and a lisp file. | |
2056 | |
2057 * xemacs.rc: Build file.ico and lisp.ico into the executable. | |
2058 | |
2059 1998-06-15 Peter Windle <peterw@sdl.ug.eds.com> | |
2060 | |
2061 * xemacs.mak: Made XPM and X11 checks cope with case-sensitive | |
2062 NFS. Also apply Sean MacLennan's change allowing | |
2063 emacs_beta_version to be undefined. | |
2064 | |
2065 1998-06-19 SL Baur <steve@altair.xemacs.org> | |
2066 | |
2067 * xemacs.mak (distclean): Reorder when puresize-adjust.h gets | |
2068 deleted. | |
434 | 2069 From Adrian Aichner <adrian@xemacs.org> |
428 | 2070 |
2071 1998-06-08 Kirill M. Katsnelson <kkm@kis.ru> | |
2072 | |
2073 * config.h: Undefined DONT_ENCAPSULATE. | |
2074 Defined ENCAPSULATE_* for fopem, open, rename and mkdir. | |
2075 Removed MS-DOS code remains. | |
2076 | |
2077 1998-06-03 Rick Rankin <Rick_Rankin-P15254@email.mot.com> | |
2078 | |
2079 * Makefile.cygwin: created to compile runemacs.c. This should | |
2080 probably have a Makefile.in, but... | |
2081 | |
2082 * runemacs.c: modified to check to see if xemacs is a symbolic | |
2083 link when compiled under Cygwin. | |
2084 | |
2085 1998-05-31 Kirill M. Katsnelson <kkm@kis.ru> | |
2086 | |
2087 * xemacs.mak: Added lib-src/wakeup.exe | |
2088 | |
2089 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru> | |
2090 | |
2091 * xemacs.mak: Added rules for hexl.exe, movemail.exe, mmencode.exe | |
2092 sorted-doc.exe, etags.exe | |
2093 | |
2094 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru> | |
2095 | |
2096 * xemacs.mak: Support building InfoDock, with INFODOCK=1 macro | |
2097 in the command line. | |
2098 | |
2099 1998-05-26 Kirill M. Katsnelson <kkm@kis.ru> | |
2100 | |
2101 * inc/sys/dir.h: Removed #ifndef WINDOWSNT around the code which | |
2102 should be compiled in (sic!). | |
2103 Removed 'extern' before function prototypes. | |
2104 | |
2105 1998-05-20 Kirill M. Katsnelson <kkm@kis.ru> | |
2106 | |
442 | 2107 * xemacs.mak: Unified -nologo compiler switch handling and lib-src |
428 | 2108 programs build (only make-docfile currently, adding other tools |
442 | 2109 soon). |
428 | 2110 |
2111 1998-05-23 Kirill M. Katsnelson <kkm@kis.ru> | |
2112 | |
2113 * xemacs.mak: Added HAVE_DIALOGS macro, and dialog-*.* files to | |
2114 docfile creation and compilation. | |
2115 Defaulted HAVE_MSW to 1. | |
2116 Changed lib-src references to be relative to $(XEMACS)/, not ../ | |
2117 | |
2118 1998-05-16 Kirill M. Katsnelson <kkm@kis.ru> | |
2119 | |
2120 * xemacs.mak: Removed inline.{c,obj}. It did buy nothing. | |
2121 | |
2122 1998-05-15 Kirill M. Katsnelson <kkm@kis.ru> | |
2123 | |
2124 * xemacs.mak: Comment out dialog.{c,obj} from build. | |
2125 | |
2126 1998-05-11 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
2127 | |
2128 * nt/config.h: | |
2129 Unconditionally define new HAVE_DRAGNDROP. | |
2130 | |
2131 1998-05-10 Kirill M. Katsnelson <kkm@kis.ru> | |
2132 | |
2133 * xemacs.mak: Added dragdrop.{c,obj} | |
2134 | |
2135 1998-05-08 Kirill M. Katsnelson <kkm@kis.ru> | |
2136 | |
2137 * config.h (enum_field): Redefine to be unsigned int. | |
2138 | |
2139 1998-05-07 Kirill M. Katsnelson <kkm@kis.ru> | |
2140 | |
2141 * xemacs.mak: Really honor minimal tagbits, indexed lrecord and | |
2142 union type. | |
2143 | |
2144 1998-05-03 Kirill M. Katsnelson <kkm@kis.ru> | |
2145 | |
2146 * inc/sys/socket.h: Removed encapsulating definitions for Winsock | |
2147 functions. | |
2148 | |
2149 1998-05-04 Kirill M. Katsnelson <kkm@kis.ru> | |
2150 | |
2151 * xemacs.mak: Defined PATH_PROGNAME and PATH_VERSION C macros. | |
2152 Make _DEBUG defined only when DEBUG_XEMACS. | |
2153 | |
2154 1998-04-26 Kirill M. Katsnelson <kkm@kis.ru> | |
2155 | |
2156 * xemacs.mak: Added glyphs-eimage.{c,obj} | |
2157 | |
2158 1998-04-20 Kirill M. Katsnelson <kkm@kis.ru> | |
2159 | |
2160 * xemacs.mak: Support "Don't panic, I will restart make" exit code. | |
2161 Extra checks for externally specified X{PM,11}_DIR. | |
2162 Proper quoting to allow spaces in these paths. | |
2163 Conduct all config checks at once. | |
2164 New option VERBOSECC. When non-zero, C compiler echoes its | |
2165 commands. When zero, only name of the file being compiled is | |
2166 echoed. Default is 0 (do not echo). | |
2167 | |
2168 1998-04-17 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
2169 | |
2170 * README: Documented new msvc build procedure, including XPM | |
2171 support. | |
2172 | |
2173 * xemacs.mak: Added XPM and TOOLBARS support for native msvc | |
2174 build. | |
2175 | |
2176 * xpm.mak: New file | |
2177 Makefile for building xpm library under msvc. Hopefully this | |
2178 will be part of future xpm distributions. | |
2179 | |
2180 1998-04-10 Kirill M. Katsnelson <kkm@kis.ru> | |
2181 | |
2182 * config.h: Do not USE_ASSERTION when DEBUG_XEMACS is not | |
442 | 2183 defined. |
428 | 2184 |
2185 * xemacs.mak: Added new file process-nt.c | |
2186 | |
2187 1998-04-07 Kirill M. Katsnelson <kkm@kis.ru> | |
2188 | |
2189 * xemacs.mak: Added build options which can be defined in nmake | |
2190 command line (defaults are parentheses): | |
2191 HAVE_MSW=0/1 (0) Build with native GUI | |
2192 HAVE_X=0/1 (0) Build with X-Windows | |
2193 ** At least one must be defined | |
2194 X11_DIR=path () Path to the root dir of X11R6 installation | |
2195 ** Must be defined when HAVE_X=1 | |
2196 HAVE_MULE=0/1 (0) Compile in MULE | |
2197 HAVE_MSW_C_DIRED=0/1(1) Compile in fast dired | |
2198 PATH_PACKAGEPATH=path Package search path | |
2199 ("~/.xemacs") | |
2200 DEBUG_XEMACS=0/1 (1) Compile with symbols, assertions and | |
2201 extra debugging checks | |
2202 USE_UNION_TYPE=0/1 (0) | |
2203 USE_MINIMAL_TAGBITS=0/1 (0) | |
2204 USE_INDEXED_LRECORD_IMPLEMENTATION=0/1 (0) | |
2205 GUNG_HO=0/1 (none) When specified, overrides the above two. | |
2206 : Added output of a configuration report | |
2207 : Added copyright notice. | |
2208 : Deleted remains of ImageMagick. | |
2209 (distclean): Do not use mskedepend | |
2210 (install): echo "Not yet implmented". | |
2211 | |
2212 1998-04-05 Kirill M. Katsnelson <kkm@kis.ru> | |
2213 | |
2214 * config.h (enum_field): Borrow new definition from config.h.in | |
2215 | |
2216 1998-04-01 Kirill M. Katsnelson <kkm@kis.ru> | |
2217 | |
2218 * config.h: Patial sync-up with config.h.in | |
2219 | |
2220 1998-03-25 jhar@tardis.ed.ac.uk | |
2221 | |
2222 * xemacs.mak: Adds glyphs-msw.c and imgproc.c and reflects | |
2223 alterations to package_path in nt/xemacs.mak. | |
2224 | |
2225 1998-03-24 Kirill M. Katsnelson <kkm@kis.ru> | |
2226 | |
2227 * xemacs.mak (dump-xemacs): Replaced use of `touch' with `echo'. | |
2228 | |
2229 1998-03-20 Kirill M. Katsnelson <kkm@kis.ru> | |
2230 | |
2231 * xemacs.mak: Removed all references to deleted dgif_lib.{c,obj}, | |
2232 gif_err.{c,obj} and gifalloc.{c,obj}. New image support is not | |
2233 compiled in yet. | |
2234 | |
2235 1998-03-19 Kirill M. Katsnelson <kkm@kis.ru> | |
2236 | |
442 | 2237 * xemacs.mak: HAVE_FILE_CODING removed: it is no longer an option, |
428 | 2238 since file I/O depends on it, and defined unconditioanlly in |
2239 src/s/windowsnt.h. | |
2240 Added -nologo switch to different tools here and there. | |
2241 Suppressed some irrelevant make output. | |
2242 | |
2243 1998-02-28 Kirill M. Katsnelson <kkm@kis.ru> | |
2244 | |
2245 * xemacs.mak: Defined HAVE_FILE_CODING variable, an equivalent of | |
2246 --with-file-coding configure option. Default is yes. | |
2247 | |
2248 1998-03-13 Kirill M. Katsnelson <kkm@kis.ru> | |
2249 | |
2250 * xemacs.mak (update-elc): Copy Installation.el to $(LISP) | |
2251 | |
2252 * Installation.el: New file, copied by xemacs.mak during build. | |
2253 | |
2254 Fri Feb 20 21:22:34 1998 Darryl Okahata <darrylo@sr.hp.com> | |
2255 | |
2256 * xemacs.mak: Added entry for src/dired-msw.c. Use of the | |
2257 dired-in-C enhancements is optional, and is determined by | |
2258 HAVE_MSW_C_DIRED. See comments in xemacs.mak. | |
2259 | |
2260 1998-02-18 Kirill M. Katsnelson <kkm@kis.ru> | |
2261 | |
2262 * xemacs.mak: Fixed lost docstrings | |
2263 | |
2264 1998-01-28 Jonathon Harris <jhar@tardis.ed.ac.uk> | |
2265 | |
2266 * xemacs.mak: Updated accordingly. | |
2267 Creates the MSVC browse info immediately after the link. | |
2268 | |
2269 1997-12-29 Kirill M. Katsnelson <kkm@kis.ru> | |
2270 | |
2271 * config.h: Suppressed MSVC warning 'relational' : signed/unsigned | |
2272 mismatch | |
2273 | |
2274 * config.h: INLINE defined to __inline for MSVC compilers >= 2.x | |
2275 | |
2276 1997-12-26 Kirill M. Katsnelson <kkm@kis.ru> | |
2277 | |
2278 * xemacs.mak: added menubar-msw.c, menubar.c | |
2279 | |
2280 * xemacs.mak: scrollabrs and menubars are rearranged properly | |
2281 under different ifdef'd secions, so for example menubar.obj goes | |
2282 to always compiled section, and menubar-msw.obj is built only when | |
2283 HAVE_MSW. | |
2284 | |
2285 * xemacs.mak: Compiler warning flag definition moved to a macro | |
2286 CPP_WARN_FLAGS. Redefined from -w to -W3 (Doh!). | |
2287 | |
2288 1997-12-11 David Hobley <davidh@wr.com.au> | |
2289 | |
2290 * Added support for auto generation of puresize-adjust.h | |
2291 in xemacs.mak. Also created new file puresize-adjust.h to copy | |
2292 into src on initial build. | |
2293 | |
2294 Mon December 08 1997 kkm@kis.ru | |
2295 | |
2296 * xemacs.mak: added profile.c, removed event-unixod.c | |
2297 * xemacs.mak: removed dangerous defines _IX_86, _X86_, | |
2298 _MSC_VER | |
2299 * config.h: removed #define HAVE_UNIXOID_EVENT_LOOP | |
2300 | |
2301 Thu December 04 1997 jhar@tardis.ed.ac.uk | |
442 | 2302 |
428 | 2303 * xemacs.mak: Define DEBUG_XEMACS when compiling with debug. |
2304 | |
2305 Tue November 29 12:29:33 1997 davidh | |
2306 | |
2307 * xemacs.mak and config.h updated to provide ability to | |
2308 specify DEBUG mode from the xemacs.mak file. | |
2309 | |
2310 Mon December 01 1997 jhar | |
2311 | |
2312 * msw-init.el: Provide default bindings for cut, paste, copy and undo | |
2313 | |
2314 * event-msw.c, event-msw.h, frame-msw.c, msw-proc.c: | |
2315 - Implemeted simple emacs_mswindows_event_pending_p(). | |
2316 - Fixed deleting frames. | |
2317 - Rewrote timeout code, eliminating "!NILP(rest)" bug. | |
2318 - Special processing for 'Ctrl-@' keystroke. | |
2319 - Support for some new keysyms. | |
442 | 2320 |
428 | 2321 Mon December 01 1997 jhar |
2322 | |
2323 * xemacs.mak: | |
2324 - Add PACKAGE_PATH and EMACS_BETA_VERSION defines. | |
2325 - Automatically copy changed include files from \nt to \src. | |
2326 - Corrected some DOC_SRC* lists. | |
442 | 2327 |
428 | 2328 Tue November 18 21:45:06 1997 davidh |
2329 | |
2330 * xemacs.mak updated to remove dependency on startup.elc | |
2331 HAVE_IMAGEMAGICK added for X build. | |
2332 | |
2333 Thu September 25 23:06:44 1997 davidh | |
2334 | |
2335 * xemacs.mak updated to make the build as simple as typing | |
442 | 2336 nmake -f xemacs.mak. Also support for native gui included |
428 | 2337 which should mean the w32 directory is no longer required. |
2338 | |
2339 * config.h synced with config.h.in from 20.3-b2 | |
2340 | |
2341 * synced in changes to support native gui. | |
2342 | |
2343 Thu September 25 23:06:44 1997 davidh | |
2344 | |
2345 * August Hill provided a patch to xemacs.mak to greatly simplify | |
442 | 2346 the build - the DOC file gets created correctly. |
428 | 2347 |
2348 Tue September 22 23:06:44 1997 davidh | |
2349 | |
2350 * August Hill provided some more patches - to expand ~ correctly | |
2351 and to correctly deal with drive letters in the path. | |
2352 | |
2353 * emacs.c patched to call init_ntproc() | |
2354 | |
2355 | |
2356 Tue July 15 19:32:21 1997 davidh | |
2357 | |
2358 * August Hill provided some more patches to make things better | |
2359 - there is a workaround for dired to make the ^M's disappear | |
2360 - a patch to fix shell-command | |
2361 | |
2362 Tue July 08 22:01:36 1997 davidh | |
2363 | |
2364 * #ifdef'd call to vfork and replaced with spawn as per GNU Emacs; | |
2365 as a result, removed /force - XEmacs now links normally. | |
2366 | |
2367 Thu June 31 21:16:21 1997 davidh | |
2368 | |
2369 * nt/TODO created. | |
2370 | |
2371 * nt/X11.patch created to help with the X build. | |
442 | 2372 |
428 | 2373 * August Hill provided: |
2374 a patch to fix the _WRETCODE undefined symbol, | |
2375 a patch to fix a problem with dired | |
2376 | |
2377 and generally helped clarify the build instructions. | |
2378 | |
2379 * Synced with 20.3b10 (Athens). | |
2380 | |
2381 * Made DIRECTORY_SEP be '\\'. Until I can change all code to | |
2382 use the macro, I decided this would be easiest. | |
2383 | |
2384 * Modified src/fileio.c to only open files in O_BINARY. This | |
442 | 2385 causes files to be opened and written without automatically |
428 | 2386 writing ^M 's to the end of each line. MULE ought to sort this |
2387 in theory, but I am less than convinced. | |
2388 | |
2389 * Updated the nt/README to provide a little more help. | |
2390 | |
2391 Thu May 29 23:11:21 1997 davidh | |
2392 | |
2393 * Synced with 20.3b2. | |
2394 | |
2395 * Removed nt/README.src, nt/src.m.windowsnt.h nt/src.s.windowsnt.h. | |
2396 | |
2397 * Updated README from marcpa. | |
2398 | |
2399 * Added example Win32.cf and site.def files for X. | |
2400 | |
2401 * Added sed.exe into nt/. | |
2402 | |
2403 * Modified nt/xemacs.mak to pass correct flags to lwlib compile. | |
2404 | |
2405 * Added extra .elc files to ensure make-docfile gets all symbols. | |
2406 | |
2407 * Modified balloon_help.c to compile (#if'd max definition) | |
2408 | |
2409 * Modified src/event-Xt.c so as not to add signal_event_pipe to | |
2410 be selected on - this is a hack until I can work out a better | |
2411 way. Thanks to Ben Wing for help on this. | |
2412 | |
2413 Thu Mar 27 20:56:21 1997 marcpa (marcpa at MARCPA) | |
2414 | |
2415 * Synced with 20.1b9. | |
2416 | |
2417 Sun Mar 16 00:32:15 1997 marcpa (marcpa at MARCPA) | |
2418 | |
2419 * lisp/eterm/README.term is truncated: is it just me (because | |
2420 I'm on NT) or everyone else sees this ? | |
2421 Answer: it is because it contains a ^Z embedded in it, therefore | |
2422 it needs to be inserted in binary mode in CVS. | |
2423 | |
2424 Thu Mar 13 00:19:25 1997 marcpa (marcpa at MARCPA) | |
2425 | |
442 | 2426 * At end of compilation, there are some unresolved symbols: |
428 | 2427 |
2428 link.exe @C:\TEMP\nma00115. | |
2429 sysdep.obj : error LNK2001: unresolved external symbol _vfork | |
2430 ../src/temacs.exe : warning LNK4088: image being generated due to /FORCE | |
2431 option; image may not run | |
2432 | |
2433 | |
2434 Wed Mar 12 23:18:53 1997 marcpa (marcpa at MARCPA) | |
2435 | |
2436 * Need to copy the nt/inc directory David originally submitted or | |
2437 NT code won't compile. | |
2438 | |
2439 * Need to copy nt/{config.h,paths.h,ad2c.sed,xemacs.mak} in src. | |
2440 | |
2441 * Had to modify XEmacs sources here and there : see the diffs | |
2442 between NT_FIRST_COMPILE and V20_1_beta9. | |
2443 | |
2444 * Needed to patch X11R6.3 sources: (include/x11/Xmd.h:155) BOOL is | |
2445 already defined by Windows and is a long, while X wants it to be | |
2446 an unsigned char. | |
2447 | |
2448 --- Xmd.h~ Thu Jun 08 23:20:40 1995 | |
2449 +++ Xmd.h Sun Mar 16 13:09:10 1997 | |
2450 @@ -150,8 +150,9 @@ | |
2451 typedef CARD16 BITS16; | |
2452 typedef CARD8 BYTE; | |
442 | 2453 |
428 | 2454 +#ifndef WIN32 |
2455 typedef CARD8 BOOL; | |
2456 - | |
2457 +#endif | |
2458 | |
2459 * cpp.exe not used: cl.exe from VC++4.2 seems to handle everything | |
442 | 2460 properly. |