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