Mercurial > hg > xemacs-beta
annotate lib-src/ChangeLog @ 4903:70089046adef
fix compile problems in intl-encap* under VS6
-------------------- ChangeLog entries follow: --------------------
lib-src/ChangeLog addition:
2010-01-30 Ben Wing <ben@xemacs.org>
* make-mswin-unicode.pl:
Make it possible to specify an overridden prototype in cases where
either Cygwin or Visual Studio has errors in their headers that
can be corrected by falling back to a less qualified type (typically
without const).
src/ChangeLog addition:
2010-01-30 Ben Wing <ben@xemacs.org>
* intl-auto-encap-win32.c:
* intl-auto-encap-win32.c (qxeExtractAssociatedIcon):
* intl-auto-encap-win32.c (qxeExtractIconEx):
* intl-auto-encap-win32.c (qxeCreateMDIWindow):
* intl-auto-encap-win32.c (qxeCreateWindowStation):
* intl-auto-encap-win32.c (qxeDdeCreateStringHandle):
* intl-auto-encap-win32.c (qxeAbortSystemShutdown):
* intl-auto-encap-win32.c (qxeRegConnectRegistry):
* intl-auto-encap-win32.c (qxeGetICMProfile):
* intl-auto-encap-win32.h:
Rebuild.
* intl-encap-win32.c:
* intl-encap-win32.c (qxeUpdateICMRegKey):
Delete manual definitions of functions with former errors in
Cygwin headers but no longer. Use "override" with some functions
where Cygwin or VS6 accidentally omits a const declaration or
includes an extra one. Use "no" on SendMessageTimeout, which
has an error in the VS6 prototype (you could manually fix this
with an ifdef to split the Cygwin vs. VS6 calls, if we ever
actually used this function).
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Sat, 30 Jan 2010 20:34:23 -0600 |
parents | 03ab78e48ef6 |
children | 7eec2a1f3412 e813cf16c015 |
rev | line source |
---|---|
4903
70089046adef
fix compile problems in intl-encap* under VS6
Ben Wing <ben@xemacs.org>
parents:
4894
diff
changeset
|
1 2010-01-30 Ben Wing <ben@xemacs.org> |
70089046adef
fix compile problems in intl-encap* under VS6
Ben Wing <ben@xemacs.org>
parents:
4894
diff
changeset
|
2 |
70089046adef
fix compile problems in intl-encap* under VS6
Ben Wing <ben@xemacs.org>
parents:
4894
diff
changeset
|
3 * make-mswin-unicode.pl: |
70089046adef
fix compile problems in intl-encap* under VS6
Ben Wing <ben@xemacs.org>
parents:
4894
diff
changeset
|
4 Make it possible to specify an overridden prototype in cases where |
70089046adef
fix compile problems in intl-encap* under VS6
Ben Wing <ben@xemacs.org>
parents:
4894
diff
changeset
|
5 either Cygwin or Visual Studio has errors in their headers that |
70089046adef
fix compile problems in intl-encap* under VS6
Ben Wing <ben@xemacs.org>
parents:
4894
diff
changeset
|
6 can be corrected by falling back to a less qualified type (typically |
70089046adef
fix compile problems in intl-encap* under VS6
Ben Wing <ben@xemacs.org>
parents:
4894
diff
changeset
|
7 without const). |
70089046adef
fix compile problems in intl-encap* under VS6
Ben Wing <ben@xemacs.org>
parents:
4894
diff
changeset
|
8 |
4894
03ab78e48ef6
Add copyright and license information based on Ben's recollections.
Jerry James <james@xemacs.org>
parents:
4875
diff
changeset
|
9 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:
4875
diff
changeset
|
10 |
03ab78e48ef6
Add copyright and license information based on Ben's recollections.
Jerry James <james@xemacs.org>
parents:
4875
diff
changeset
|
11 * Makefile.in.in: Remove make-msgfile and make-po rules. |
03ab78e48ef6
Add copyright and license information based on Ben's recollections.
Jerry James <james@xemacs.org>
parents:
4875
diff
changeset
|
12 * make-msgfile.c: Removed, obsolete code. |
03ab78e48ef6
Add copyright and license information based on Ben's recollections.
Jerry James <james@xemacs.org>
parents:
4875
diff
changeset
|
13 * make-po.c: Removed, obsolete code. |
03ab78e48ef6
Add copyright and license information based on Ben's recollections.
Jerry James <james@xemacs.org>
parents:
4875
diff
changeset
|
14 |
4875
49de55c09f18
add "review" lines in intl-encap-win32.c for all unseen functions in processed headers
Ben Wing <ben@xemacs.org>
parents:
4874
diff
changeset
|
15 2010-01-15 Ben Wing <ben@xemacs.org> |
49de55c09f18
add "review" lines in intl-encap-win32.c for all unseen functions in processed headers
Ben Wing <ben@xemacs.org>
parents:
4874
diff
changeset
|
16 |
49de55c09f18
add "review" lines in intl-encap-win32.c for all unseen functions in processed headers
Ben Wing <ben@xemacs.org>
parents:
4874
diff
changeset
|
17 * make-mswin-unicode.pl: |
49de55c09f18
add "review" lines in intl-encap-win32.c for all unseen functions in processed headers
Ben Wing <ben@xemacs.org>
parents:
4874
diff
changeset
|
18 Process the command `review'. Cause an error to happen if we try to |
49de55c09f18
add "review" lines in intl-encap-win32.c for all unseen functions in processed headers
Ben Wing <ben@xemacs.org>
parents:
4874
diff
changeset
|
19 use the command, indicating that the command needs review to determine |
49de55c09f18
add "review" lines in intl-encap-win32.c for all unseen functions in processed headers
Ben Wing <ben@xemacs.org>
parents:
4874
diff
changeset
|
20 how to handle it. |
49de55c09f18
add "review" lines in intl-encap-win32.c for all unseen functions in processed headers
Ben Wing <ben@xemacs.org>
parents:
4874
diff
changeset
|
21 |
4874
4c3f5e1ecbeb
ChangeLog for previous patch: regenerate intl-auto-encap-win32.c
Ben Wing <ben@xemacs.org>
parents:
4850
diff
changeset
|
22 2010-01-15 Ben Wing <ben@xemacs.org> |
4c3f5e1ecbeb
ChangeLog for previous patch: regenerate intl-auto-encap-win32.c
Ben Wing <ben@xemacs.org>
parents:
4850
diff
changeset
|
23 |
4c3f5e1ecbeb
ChangeLog for previous patch: regenerate intl-auto-encap-win32.c
Ben Wing <ben@xemacs.org>
parents:
4850
diff
changeset
|
24 * make-mswin-unicode.pl: |
4c3f5e1ecbeb
ChangeLog for previous patch: regenerate intl-auto-encap-win32.c
Ben Wing <ben@xemacs.org>
parents:
4850
diff
changeset
|
25 Various fixes to get this to work when using the Cygwin header files |
4c3f5e1ecbeb
ChangeLog for previous patch: regenerate intl-auto-encap-win32.c
Ben Wing <ben@xemacs.org>
parents:
4850
diff
changeset
|
26 in /usr/include/w32api instead of the VC++ ones: |
4c3f5e1ecbeb
ChangeLog for previous patch: regenerate intl-auto-encap-win32.c
Ben Wing <ben@xemacs.org>
parents:
4850
diff
changeset
|
27 -- Use /usr/include/w32api as default; don't assume that a passed-in |
4c3f5e1ecbeb
ChangeLog for previous patch: regenerate intl-auto-encap-win32.c
Ben Wing <ben@xemacs.org>
parents:
4850
diff
changeset
|
28 directory always ends in .../include. |
4c3f5e1ecbeb
ChangeLog for previous patch: regenerate intl-auto-encap-win32.c
Ben Wing <ben@xemacs.org>
parents:
4850
diff
changeset
|
29 -- Add `const' to list of known type modifiers. |
4c3f5e1ecbeb
ChangeLog for previous patch: regenerate intl-auto-encap-win32.c
Ben Wing <ben@xemacs.org>
parents:
4850
diff
changeset
|
30 -- If function already seen, warn but don't generate twice. |
4c3f5e1ecbeb
ChangeLog for previous patch: regenerate intl-auto-encap-win32.c
Ben Wing <ben@xemacs.org>
parents:
4850
diff
changeset
|
31 -- Eliminate `extern' from return type modifiers. |
4c3f5e1ecbeb
ChangeLog for previous patch: regenerate intl-auto-encap-win32.c
Ben Wing <ben@xemacs.org>
parents:
4850
diff
changeset
|
32 -- Cosmetic: When eliminating APIENTRY, also eliminate following |
4c3f5e1ecbeb
ChangeLog for previous patch: regenerate intl-auto-encap-win32.c
Ben Wing <ben@xemacs.org>
parents:
4850
diff
changeset
|
33 whitespace. |
4c3f5e1ecbeb
ChangeLog for previous patch: regenerate intl-auto-encap-win32.c
Ben Wing <ben@xemacs.org>
parents:
4850
diff
changeset
|
34 |
4850
2727d0d8ef07
Fix executable permissions on source files
Ben Wing <ben@xemacs.org>
parents:
4785
diff
changeset
|
35 2010-01-13 Ben Wing <ben@xemacs.org> |
2727d0d8ef07
Fix executable permissions on source files
Ben Wing <ben@xemacs.org>
parents:
4785
diff
changeset
|
36 |
2727d0d8ef07
Fix executable permissions on source files
Ben Wing <ben@xemacs.org>
parents:
4785
diff
changeset
|
37 * fix-perms.sh: New file. |
2727d0d8ef07
Fix executable permissions on source files
Ben Wing <ben@xemacs.org>
parents:
4785
diff
changeset
|
38 |
4785
d6cfba1cc388
Remove the lib-src/yow binary, which is currently unused anyway. See message
Jerry James <james@xemacs.org>
parents:
4782
diff
changeset
|
39 2009-12-21 Jerry James <james@xemacs.org> |
d6cfba1cc388
Remove the lib-src/yow binary, which is currently unused anyway. See message
Jerry James <james@xemacs.org>
parents:
4782
diff
changeset
|
40 |
d6cfba1cc388
Remove the lib-src/yow binary, which is currently unused anyway. See message
Jerry James <james@xemacs.org>
parents:
4782
diff
changeset
|
41 * Makefile.in.in: Remove rules for building yow. |
d6cfba1cc388
Remove the lib-src/yow binary, which is currently unused anyway. See message
Jerry James <james@xemacs.org>
parents:
4782
diff
changeset
|
42 * yow.c: Removed. |
d6cfba1cc388
Remove the lib-src/yow binary, which is currently unused anyway. See message
Jerry James <james@xemacs.org>
parents:
4782
diff
changeset
|
43 |
4782
1523f1d28be1
Remove more obsolete files. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4781
diff
changeset
|
44 2009-12-18 Jerry James <james@xemacs.org> |
1523f1d28be1
Remove more obsolete files. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4781
diff
changeset
|
45 |
1523f1d28be1
Remove more obsolete files. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4781
diff
changeset
|
46 * Makefile.in.in: Don't install rcs-checkin. |
1523f1d28be1
Remove more obsolete files. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4781
diff
changeset
|
47 * rcs-checkin: Remove obsolete file. |
1523f1d28be1
Remove more obsolete files. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4781
diff
changeset
|
48 |
4781
8a653fbe5c27
Add copyright and GPL v2 or later notices to Andy Piper's contributions, with
Jerry James <james@xemacs.org>
parents:
4774
diff
changeset
|
49 2009-12-18 Jerry James <james@xemacs.org> |
8a653fbe5c27
Add copyright and GPL v2 or later notices to Andy Piper's contributions, with
Jerry James <james@xemacs.org>
parents:
4774
diff
changeset
|
50 |
8a653fbe5c27
Add copyright and GPL v2 or later notices to Andy Piper's contributions, with
Jerry James <james@xemacs.org>
parents:
4774
diff
changeset
|
51 * installexe.sh: Add copyright and GPL v2 or later header with |
8a653fbe5c27
Add copyright and GPL v2 or later notices to Andy Piper's contributions, with
Jerry James <james@xemacs.org>
parents:
4774
diff
changeset
|
52 permission of Andy Piper. |
8a653fbe5c27
Add copyright and GPL v2 or later notices to Andy Piper's contributions, with
Jerry James <james@xemacs.org>
parents:
4774
diff
changeset
|
53 |
4774
26a007fa2f4c
Add GPL v2 or later notice to lib-src/ad2c with George Ferguson's permission.
Jerry James <james@xemacs.org>
parents:
4773
diff
changeset
|
54 2009-12-15 Jerry James <james@xemacs.org> |
26a007fa2f4c
Add GPL v2 or later notice to lib-src/ad2c with George Ferguson's permission.
Jerry James <james@xemacs.org>
parents:
4773
diff
changeset
|
55 |
26a007fa2f4c
Add GPL v2 or later notice to lib-src/ad2c with George Ferguson's permission.
Jerry James <james@xemacs.org>
parents:
4773
diff
changeset
|
56 * ad2c: Add GPL v2 or later notice with permission of George Ferguson. |
26a007fa2f4c
Add GPL v2 or later notice to lib-src/ad2c with George Ferguson's permission.
Jerry James <james@xemacs.org>
parents:
4773
diff
changeset
|
57 See the xemacs-beta thread beginning with message |
26a007fa2f4c
Add GPL v2 or later notice to lib-src/ad2c with George Ferguson's permission.
Jerry James <james@xemacs.org>
parents:
4773
diff
changeset
|
58 <870180fe0912090940mac19378ydab5b5a04bf06cf8@mail.gmail.com>. |
26a007fa2f4c
Add GPL v2 or later notice to lib-src/ad2c with George Ferguson's permission.
Jerry James <james@xemacs.org>
parents:
4773
diff
changeset
|
59 |
4773
c858892e4f2b
Remove build rules that try to make wakeup out of the now nonexistent wakeup.c.
Jerry James <james@xemacs.org>
parents:
4771
diff
changeset
|
60 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:
4771
diff
changeset
|
61 |
c858892e4f2b
Remove build rules that try to make wakeup out of the now nonexistent wakeup.c.
Jerry James <james@xemacs.org>
parents:
4771
diff
changeset
|
62 * Makefile.in.in: Remove build dependency and rule for wakeup. Thanks |
c858892e4f2b
Remove build rules that try to make wakeup out of the now nonexistent wakeup.c.
Jerry James <james@xemacs.org>
parents:
4771
diff
changeset
|
63 to Mats Lidell 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:
4771
diff
changeset
|
64 |
4771
e0b8ef850996
Remove more obsolete files.
Jerry James <james@xemacs.org>
parents:
4768
diff
changeset
|
65 2009-12-10 Jerry James <james@xemacs.org> |
e0b8ef850996
Remove more obsolete files.
Jerry James <james@xemacs.org>
parents:
4768
diff
changeset
|
66 |
e0b8ef850996
Remove more obsolete files.
Jerry James <james@xemacs.org>
parents:
4768
diff
changeset
|
67 * gnudepend.pl: Remove obsolete file. |
e0b8ef850996
Remove more obsolete files.
Jerry James <james@xemacs.org>
parents:
4768
diff
changeset
|
68 * leditcfns.c: Ditto. |
e0b8ef850996
Remove more obsolete files.
Jerry James <james@xemacs.org>
parents:
4768
diff
changeset
|
69 * wakeup.c: Ditto. |
e0b8ef850996
Remove more obsolete files.
Jerry James <james@xemacs.org>
parents:
4768
diff
changeset
|
70 |
4768
0f5bee973a7b
Etags: use memmove instead of strcpy to move characters within a string. See
Jerry James <james@xemacs.org>
parents:
4759
diff
changeset
|
71 2009-12-08 Sjoerd Mullender <sjoerd@acm.org> |
0f5bee973a7b
Etags: use memmove instead of strcpy to move characters within a string. See
Jerry James <james@xemacs.org>
parents:
4759
diff
changeset
|
72 |
0f5bee973a7b
Etags: use memmove instead of strcpy to move characters within a string. See
Jerry James <james@xemacs.org>
parents:
4759
diff
changeset
|
73 * etags.c (absolute_filename): Use memmove instead of strcpy to move |
0f5bee973a7b
Etags: use memmove instead of strcpy to move characters within a string. See
Jerry James <james@xemacs.org>
parents:
4759
diff
changeset
|
74 characters within a string. |
0f5bee973a7b
Etags: use memmove instead of strcpy to move characters within a string. See
Jerry James <james@xemacs.org>
parents:
4759
diff
changeset
|
75 |
4759
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4722
diff
changeset
|
76 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:
4722
diff
changeset
|
77 |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4722
diff
changeset
|
78 * fakemail.c (MAIL_PROGRAM_NAME): No s&m files define this now, so |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4722
diff
changeset
|
79 make it unconditional. |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4722
diff
changeset
|
80 (main): Make mail_program_name const, since it is never read, and drop |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4722
diff
changeset
|
81 a bogus cast as a result. |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4722
diff
changeset
|
82 * gnuclient.c (main): Remove reference to hp9000s300. |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4722
diff
changeset
|
83 * gnuserv.h: BSD4_1 is not defined on any supported system. |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4722
diff
changeset
|
84 |
4722
dfc9fe46c294
Add BSD header to lib-src/insert-data-in-exec.c, with permission of Olivier
Jerry James <james@xemacs.org>
parents:
4684
diff
changeset
|
85 2009-10-26 Jerry James <james@xemacs.org> |
dfc9fe46c294
Add BSD header to lib-src/insert-data-in-exec.c, with permission of Olivier
Jerry James <james@xemacs.org>
parents:
4684
diff
changeset
|
86 |
dfc9fe46c294
Add BSD header to lib-src/insert-data-in-exec.c, with permission of Olivier
Jerry James <james@xemacs.org>
parents:
4684
diff
changeset
|
87 * insert-data-in-exec.c: Add BSD header, with permission of |
dfc9fe46c294
Add BSD header to lib-src/insert-data-in-exec.c, with permission of Olivier
Jerry James <james@xemacs.org>
parents:
4684
diff
changeset
|
88 Olivier Galibert. See xemacs-beta message with ID |
dfc9fe46c294
Add BSD header to lib-src/insert-data-in-exec.c, with permission of Olivier
Jerry James <james@xemacs.org>
parents:
4684
diff
changeset
|
89 <20091013224104.GA2573@dspnet.fr.eu.org>. |
dfc9fe46c294
Add BSD header to lib-src/insert-data-in-exec.c, with permission of Olivier
Jerry James <james@xemacs.org>
parents:
4684
diff
changeset
|
90 |
4684
15c42a3f4065
Do not move cursor position in gnuclient started buffer if user did
It's me FKtPp \;) <m_pupil@yahoo.com.cn>
parents:
4665
diff
changeset
|
91 2009-08-15 It's me FKtPp ;) <m_pupil@yahoo.com.cn> |
15c42a3f4065
Do not move cursor position in gnuclient started buffer if user did
It's me FKtPp \;) <m_pupil@yahoo.com.cn>
parents:
4665
diff
changeset
|
92 |
15c42a3f4065
Do not move cursor position in gnuclient started buffer if user did
It's me FKtPp \;) <m_pupil@yahoo.com.cn>
parents:
4665
diff
changeset
|
93 * gnuclient.c (main): Do not set start point position if user |
15c42a3f4065
Do not move cursor position in gnuclient started buffer if user did
It's me FKtPp \;) <m_pupil@yahoo.com.cn>
parents:
4665
diff
changeset
|
94 didn't requested to do so |
15c42a3f4065
Do not move cursor position in gnuclient started buffer if user did
It's me FKtPp \;) <m_pupil@yahoo.com.cn>
parents:
4665
diff
changeset
|
95 |
4665
f3a65dff1912
Fix UNUSED and USED_IF parsing in make-docfile.c.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4636
diff
changeset
|
96 2009-07-28 Stephen Turnbull <stephen@xemacs.org> |
f3a65dff1912
Fix UNUSED and USED_IF parsing in make-docfile.c.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4636
diff
changeset
|
97 |
f3a65dff1912
Fix UNUSED and USED_IF parsing in make-docfile.c.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4636
diff
changeset
|
98 * make-docfile.c (write_c_args): Parse UNUSED and USED_IF right. |
f3a65dff1912
Fix UNUSED and USED_IF parsing in make-docfile.c.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4636
diff
changeset
|
99 |
4636
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4539
diff
changeset
|
100 2009-05-18 Stephen J. Turnbull <stephen@xemacs.org> |
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4539
diff
changeset
|
101 |
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4539
diff
changeset
|
102 * XEmacs 21.5.29 "garbanzo" is released. |
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4539
diff
changeset
|
103 |
4539
061e030e3270
Fix some bugs in load-history construction, built-in symbol file names.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4467
diff
changeset
|
104 2008-12-27 Aidan Kehoe <kehoea@parhasard.net> |
061e030e3270
Fix some bugs in load-history construction, built-in symbol file names.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4467
diff
changeset
|
105 |
061e030e3270
Fix some bugs in load-history construction, built-in symbol file names.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4467
diff
changeset
|
106 * make-docfile.c (main): Allow more than one -d argument, followed |
061e030e3270
Fix some bugs in load-history construction, built-in symbol file names.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4467
diff
changeset
|
107 by a directory to change to. |
061e030e3270
Fix some bugs in load-history construction, built-in symbol file names.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4467
diff
changeset
|
108 (put_filename): Don't strip directory information; with previous |
061e030e3270
Fix some bugs in load-history construction, built-in symbol file names.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4467
diff
changeset
|
109 change, allows retrieval of Lisp function and variable origin |
061e030e3270
Fix some bugs in load-history construction, built-in symbol file names.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4467
diff
changeset
|
110 files from #'built-in-symbol-file relative to lisp-directory. |
061e030e3270
Fix some bugs in load-history construction, built-in symbol file names.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4467
diff
changeset
|
111 (scan_lisp_file): Don't add an extraneous newline after the file |
061e030e3270
Fix some bugs in load-history construction, built-in symbol file names.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4467
diff
changeset
|
112 name, put_filename has added the newline already. |
061e030e3270
Fix some bugs in load-history construction, built-in symbol file names.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4467
diff
changeset
|
113 |
4467
23ef20edf6ba
Check %WindowsSdkDir%, %MSSddk% for the Windows header files too.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4464
diff
changeset
|
114 2008-05-21 Aidan Kehoe <kehoea@parhasard.net> |
23ef20edf6ba
Check %WindowsSdkDir%, %MSSddk% for the Windows header files too.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4464
diff
changeset
|
115 |
23ef20edf6ba
Check %WindowsSdkDir%, %MSSddk% for the Windows header files too.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4464
diff
changeset
|
116 * make-mswin-unicode.pl: |
23ef20edf6ba
Check %WindowsSdkDir%, %MSSddk% for the Windows header files too.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4464
diff
changeset
|
117 Check %WindowsSdkDir%, %MSSddk% for the Windows header files too. |
23ef20edf6ba
Check %WindowsSdkDir%, %MSSddk% for the Windows header files too.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4464
diff
changeset
|
118 |
4464
61aff09a7589
Increase DDE connection retries because waiting for XEmacs to start
Vin Shelton <acs@xemacs.org>
parents:
4456
diff
changeset
|
119 2008-05-14 Vin Shelton <acs@xemacs.org> |
61aff09a7589
Increase DDE connection retries because waiting for XEmacs to start
Vin Shelton <acs@xemacs.org>
parents:
4456
diff
changeset
|
120 |
61aff09a7589
Increase DDE connection retries because waiting for XEmacs to start
Vin Shelton <acs@xemacs.org>
parents:
4456
diff
changeset
|
121 * winclient.c: Create CONNECT_RETRIES and increase retry count |
61aff09a7589
Increase DDE connection retries because waiting for XEmacs to start
Vin Shelton <acs@xemacs.org>
parents:
4456
diff
changeset
|
122 from 5 to 10. |
61aff09a7589
Increase DDE connection retries because waiting for XEmacs to start
Vin Shelton <acs@xemacs.org>
parents:
4456
diff
changeset
|
123 |
4456
c785f98c6737
Pass READ_BINARY to scan_lisp_file, scan_c_file in make-docfile.c
Aidan Kehoe <kehoea@parhasard.net>
parents:
4147
diff
changeset
|
124 2008-05-13 Aidan Kehoe <kehoea@parhasard.net> |
c785f98c6737
Pass READ_BINARY to scan_lisp_file, scan_c_file in make-docfile.c
Aidan Kehoe <kehoea@parhasard.net>
parents:
4147
diff
changeset
|
125 |
c785f98c6737
Pass READ_BINARY to scan_lisp_file, scan_c_file in make-docfile.c
Aidan Kehoe <kehoea@parhasard.net>
parents:
4147
diff
changeset
|
126 * make-docfile.c (scan_file): |
c785f98c6737
Pass READ_BINARY to scan_lisp_file, scan_c_file in make-docfile.c
Aidan Kehoe <kehoea@parhasard.net>
parents:
4147
diff
changeset
|
127 Pass READ_BINARY to scan_lisp_file, scan_c_file; avoids an |
c785f98c6737
Pass READ_BINARY to scan_lisp_file, scan_c_file in make-docfile.c
Aidan Kehoe <kehoea@parhasard.net>
parents:
4147
diff
changeset
|
128 assertion failure with Visual C++ 2005 Express Edition, and is |
c785f98c6737
Pass READ_BINARY to scan_lisp_file, scan_c_file in make-docfile.c
Aidan Kehoe <kehoea@parhasard.net>
parents:
4147
diff
changeset
|
129 logically more coherent, given that our Lisp and C files are saved |
c785f98c6737
Pass READ_BINARY to scan_lisp_file, scan_c_file in make-docfile.c
Aidan Kehoe <kehoea@parhasard.net>
parents:
4147
diff
changeset
|
130 with Unix line endings. |
c785f98c6737
Pass READ_BINARY to scan_lisp_file, scan_c_file in make-docfile.c
Aidan Kehoe <kehoea@parhasard.net>
parents:
4147
diff
changeset
|
131 |
4147 | 132 2007-08-27 Mike Sperber <mike@xemacs.org> |
133 | |
134 * config.values.in (datarootdir): Add. | |
135 | |
4118 | 136 2007-08-12 Mike Sperber <mike@xemacs.org> |
137 | |
138 * Makefile.in.in (datarootdir): Add. | |
139 | |
3993 | 140 2007-05-29 Stephen J. Turnbull <stephen@xemacs.org> |
141 | |
4032 | 142 * etags.c: Sync to pot_etags_version 17.33. |
3993 | 143 Reverts part of 2007-03-24 patch: no longer displays |
144 pot_etags_version in usage message. | |
145 | |
3983 | 146 2007-05-22 Jerry James <james@xemacs.org> |
147 | |
148 * ellcc.c (do_init_mode): Plug memory leak. | |
149 | |
3975 | 150 2007-05-21 Stephen J. Turnbull <stephen@xemacs.org> |
151 | |
152 * XEmacs 21.5.28 "fuki" is released. | |
153 | |
3877 | 154 2007-03-24 Stephen J. Turnbull <stephen@xemacs.org> |
155 | |
156 * etags.c (print_version): More precise version info. Suggested | |
157 by Steve Youngs. | |
158 (print_help): Use #ifdef; PRINT_UNDOCUMENTED_OPTIONS_HELP may be | |
159 undefined. | |
160 | |
3876 | 161 2007-03-24 Stephen J. Turnbull <stephen@xemacs.org> |
162 | |
163 * etags.c: Sync to pot_etags_version 17.26. | |
164 | |
3728 | 165 2006-11-24 Benson Margulies <benson@dchbk.us> |
166 | |
167 * make-mswin-unicode.pl: allow for lower case header file names in | |
168 the current platform SDK. | |
169 | |
3651 | 170 2006-08-11 Jerry James <james@xemacs.org> |
171 | |
172 * pop.h: Sync with Emacs. | |
173 * pop.c: Ditto. | |
174 | |
3556 | 175 2006-08-08 Jerry James <james@xemacs.org> |
176 | |
177 * gnuslib.c (disconnect_from_server): shutdown() has been fine on | |
178 Linux for a long time now; use it. Also, don't use length to | |
179 access the buffer unless it is positive, not just nonzero. | |
180 * gnuclient.c (filename_expand): Initialize the last array element | |
181 to get a valid C string in case of overflow. Use strncat to avoid | |
182 buffer overruns. | |
183 * gnuclient.c (main): Use strncpy to avoid buffer overruns. | |
184 | |
3524 | 185 2006-07-21 Stephen J. Turnbull <stephen@xemacs.org> |
186 | |
3529 | 187 * etags.c: Xemacs -> XEmacs. |
3524 | 188 |
3517 | 189 2006-07-19 Stephen J. Turnbull <stephen@xemacs.org> |
190 | |
191 * etags.c: Sync to pot_etags_version 17.19. | |
192 | |
3503 | 193 2006-07-07 Jerry James <james@xemacs.org> |
194 | |
195 * config.values.in: Regenerate. | |
196 | |
3402 | 197 2006-05-16 Stephen J. Turnbull <stephen@xemacs.org> |
198 | |
199 * XEmacs 21.5.27 "fiddleheads" is released. | |
200 | |
3368 | 201 2006-04-29 Aidan Kehoe <kehoea@parhasard.net> |
202 | |
203 * make-docfile.c: | |
204 * make-docfile.c (put_filename): | |
205 * make-docfile.c (scan_c_file): | |
206 * make-docfile.c (scan_lisp_file): | |
207 Record file name information for built-in symbols. Based on the | |
208 FSF's implementation of same. | |
209 | |
3323 | 210 2006-03-31 Stephen J. Turnbull <stephen@xemacs.org> |
211 | |
212 * XEmacs 21.5.26 "endive" is released. | |
213 | |
3259 | 214 2006-02-26 Stephen J. Turnbull <stephen@xemacs.org> |
215 | |
216 * XEmacs 21.5.25 "eggplant" is released. | |
217 | |
3150 | 218 2005-12-18 Stephen J. Turnbull <stephen@xemacs.org> |
219 | |
220 * XEmacs 21.5.24 "dandelion" is released. | |
221 | |
3090 | 222 2005-11-22 Malcolm Purvis <malcolmp@xemacs.org> |
223 | |
224 * etags.c: Update to author version 17.15. | |
225 | |
3083 | 226 2005-11-22 Ben Wing <ben@xemacs.org> |
227 | |
228 * Makefile.in.in: | |
229 Ignore errors from rm during clean. | |
230 | |
3062 | 231 2005-11-13 Ben Wing <ben@xemacs.org> |
232 | |
233 * Makefile.in.in: | |
234 Add targets distclean-noconfig, realclean-noconfig, extraclean-noconfig. | |
235 Do some refactoring for cleanliness. | |
236 | |
3031 | 237 2005-10-26 Stephen J. Turnbull <stephen@xemacs.org> |
238 | |
239 * XEmacs 21.5.23 "daikon" is released. | |
240 | |
2993 | 241 2005-10-13 Ben Wing <ben@xemacs.org> |
242 | |
243 * i.c: | |
244 * mmencode.c: | |
245 Always include config.h first. | |
246 * winclient.c: | |
247 Move include of windows.h after config.h. | |
248 | |
2940 | 249 2005-09-18 Mike Alexander <mta@arbortext.com> |
250 | |
251 * installexe.sh: Don't add an exe extention to a file that already | |
252 has one. Patch from Rick Rankin. | |
253 | |
2931 | 254 2005-09-14 Stephen J. Turnbull <stephen@xemacs.org> |
255 | |
256 * XEmacs 21.5.22 "cucumber" is released. | |
257 | |
2835 | 258 2005-06-28 Marcus Crestani <crestani@xemacs.org> |
259 | |
260 * .cvsignore: Add insert-data-in-exec. | |
261 | |
2791 | 262 2005-05-28 Stephen J. Turnbull <stephen@xemacs.org> |
263 | |
264 * XEmacs 21.5.21 "corn" is released. | |
265 | |
2720 | 266 2005-04-01 Marcus Crestani <crestani@xemacs.org> |
267 | |
268 The new allocator. | |
269 | |
270 DUMP_IN_EXEC: | |
271 | |
272 * Makefile.in.in: Only compile insert-data-in-exec if | |
273 DUMP_IN_EXEC is defined. | |
274 | |
2687 | 275 2005-03-25 Andrey Slusar <anrays@gmail.com> |
276 | |
277 * fakemail.c (CURRENT_USER): Define it if FreeBSD version is >= | |
278 400000. Also, when FreeBSD version is >= 400000 geteuid returns | |
279 uid_t instead of unsigned short. | |
280 | |
2653 | 281 2005-03-11 Stephen J. Turnbull <stephen@xemacs.org> |
282 | |
283 * XEmacs 21.5.20 "cilantro" is released. | |
284 | |
2651 | 285 2005-03-07 Malcolm Purvis <malcolmp@xemacs.org> |
286 | |
287 * config.values.in: | |
288 * config.values.sh (FileContents): Different regex for autoconf | |
289 2.59. | |
290 | |
2603 | 291 2004-12-19 Stephen J. Turnbull <stephen@xemacs.org> |
292 | |
293 * make-docfile.c (write_c_args): Handle UNUSED, USED_IF macros. | |
294 (scan_c_file): Handle nested parens in DEFUN argument lists. | |
295 | |
2594 | 296 2005-02-18 Stephen J. Turnbull <stephen@xemacs.org> |
297 | |
298 * XEmacs 21.5.19 "chives" is released. | |
299 | |
2584 | 300 2005-01-29 Vin Shelton <acs@xemacs.org> |
301 | |
302 * movemail.c (popmail): Pass error string as format parameter | |
303 instead of as part of format string. Security fixes for | |
304 CAN-2005-0100. | |
305 | |
2554 | 306 2005-02-03 Jerry James <james@xemacs.org> |
307 | |
308 * etags.c: Update to author version 17.11. | |
309 | |
2509 | 310 2005-01-26 Ben Wing <ben@xemacs.org> |
311 | |
312 * fakemail.c (main): Add args to fix warning. | |
313 | |
2502 | 314 2005-01-25 Ben Wing <ben@xemacs.org> |
315 | |
316 * insert-data-in-exec.c (main): | |
317 Need to open everything as binary. | |
318 | |
2426 | 319 2004-12-06 Ben Wing <ben@xemacs.org> |
320 | |
321 * i.c (pump): | |
322 Undo change of 2003-03-06. It causes truncation of output at the end. | |
323 | |
2424 | 324 2004-12-06 Ben Wing <ben@xemacs.org> |
325 | |
326 * gnuclient.c: | |
327 * gnuclient.c (get_current_working_directory): | |
328 * gnuclient.c (filename_expand): | |
329 * gnuclient.c (main): | |
330 Use QXE_PATH_MAX. | |
331 | |
2421 | 332 2004-12-05 Ben Wing <ben@xemacs.org> |
333 | |
334 * make-docfile.c (main): | |
335 * make-docfile.c (scan_c_file): | |
336 Use QXE_PATH_MAX. | |
337 | |
2377 | 338 2004-11-08 Stephen J. Turnbull <stephen@xemacs.org> |
339 | |
340 * ellcc.h.in: Use XE_CFLAGS, not CFLAGS. | |
341 | |
2367 | 342 2004-10-14 Ben Wing <ben@xemacs.org> |
343 | |
344 * digest-doc.c (main): | |
345 * make-dump-id.c (main): | |
346 * profile.c: | |
347 * profile.c (main): | |
348 * sorted-doc.c (main): | |
349 Add proper decls for main(). | |
350 | |
351 * make-msgfile.c: | |
352 Document that this is old junk. | |
353 Move proposal to text.c. | |
354 | |
355 * make-msgfile.lex: | |
356 Move proposal to text.c. | |
357 | |
358 * make-mswin-unicode.pl: | |
359 Convert error-generating code so that the entire message will | |
360 be seen as a single unrecognized token. | |
361 | |
362 | |
2346 | 363 2004-10-22 Stephen J. Turnbull <stephen@xemacs.org> |
364 | |
365 * XEmacs 21.5.18 "chestnut" is released. | |
366 | |
2325 | 367 2004-10-07 Jerry James <james@xemacs.org> |
368 | |
369 * etags.c: Update to author version 17.6. | |
370 | |
2286 | 371 2004-09-14 Jerry James <james@xemacs.org> |
372 | |
373 * digest-doc.c (main): Remove unused argc and argv. | |
374 * fakemail.c (main): Ditto. | |
375 * make-dump-id.c (main): Ditto. | |
376 * profile.c (main): Ditto. | |
377 * sorted-doc.c (main): Ditto. | |
378 * gnuclient.c (tell_emacs_to_resume): Mark unused parameters. | |
379 * gnuserv.c (main): Ditto. | |
380 * make-docfile.c (write_c_args): Ditto. | |
381 * pop.c (socket_connection): Ditto. | |
382 | |
2225 | 383 2004-08-10 Jerry James <james@xemacs.org> |
384 | |
385 * etags.c: Update to author version 16.56. | |
386 | |
2022 | 387 2004-04-17 Olivier Galibert <galibert@pobox.com> |
388 | |
389 * insert-data-in-exec.c (main): Fix error message. | |
390 | |
2015 | 391 2003-12-07 Olivier Galibert <galibert@pobox.com> |
392 | |
393 * Makefile.in.in (insert-data-in-exec): Added target. | |
394 | |
395 * insert-data-in-exec.c: Added. | |
396 | |
1964 | 397 2004-03-22 Stephen J. Turnbull <stephen@xemacs.org> |
398 | |
399 * XEmacs 21.5.17 "chayote" is released. | |
400 | |
1886 | 401 2004-01-21 Jerry James <james@xemacs.org> |
402 | |
403 * Makefile.in.in (mmencode): Pass $(ldflags) to the compiler. | |
404 * Makefile.in.in (make-path): Ditto. | |
405 | |
1743 | 406 2003-10-13 Jerry James <james@xemacs.org> |
407 | |
408 * ellcc.c: Remove attribute definitions, include new compiler.h | |
409 instead, and change existing uses to match new definitions. | |
410 | |
1716 | 411 2003-09-26 Steve Youngs <youngs@xemacs.org> |
412 | |
413 * XEmacs 21.5.16 "celeriac" is released. | |
414 | |
1706 | 415 2003-09-21 Jerry James <james@xemacs.org> |
416 | |
417 * ellcc.c (do_init_mode): Do not mangle external symbols in the | |
418 generated doc file with C++ so that emodules.c can find them. | |
419 | |
1688 | 420 2003-09-15 Jerry James <james@xemacs.org> |
421 | |
422 * make-dump-id.c (main): Output separate declaration and | |
423 definition for dump_id. | |
424 | |
1665 | 425 2003-09-03 Steve Youngs <youngs@xemacs.org> |
426 | |
427 * XEmacs 21.5.15 "celery" is released. | |
428 | |
1663 | 429 2003-08-29 Nickolay Pakoulin <npak@ispras.ru> |
430 | |
431 * make-dump-id.c (main): Set "C" linking rule for dump_id | |
432 | |
1618 | 433 2003-06-30 Andrew Begel <abegel@CS.Berkeley.EDU> |
434 | |
435 * make-docfile.c (write_c_args): Escape newlines that arise in the | |
436 C argument list, and comment on synch with Emacs. | |
437 | |
1510 | 438 2003-06-01 Steve Youngs <youngs@xemacs.org> |
439 | |
440 * XEmacs 21.5.14 "cassava" is released. | |
441 | |
1506 | 442 2003-05-29 Jerry James <james@xemacs.org> |
443 | |
444 * ellcc.c: Rationalize and repair use of GCC function attributes. | |
445 | |
1473 | 446 2003-05-10 Steve Youngs <youngs@xemacs.org> |
447 | |
448 * XEmacs 21.5.13 "cauliflower" is released. | |
449 | |
1431 | 450 2003-04-24 Steve Youngs <youngs@xemacs.org> |
451 | |
452 * XEmacs 21.5.12 "carrot" is released. | |
453 | |
1349 | 454 2003-02-09 Ville Skyttä <scop@xemacs.org> |
455 | |
456 * config.values.in (pkgdir): Remove (unused). | |
457 | |
1346 | 458 2003-03-06 Ben Wing <ben@xemacs.org> |
459 | |
460 * i.c: | |
461 * i.c (pump): | |
462 Sleep between calls to check for I/O, since these calls are non-blocking. | |
463 | |
1307 | 464 2003-02-16 Steve Youngs <youngs@xemacs.org> |
465 | |
466 * XEmacs 21.5.11 "cabbage" is released. | |
467 | |
1269 | 468 2003-01-14 Jerry James <james@xemacs.org> |
469 | |
470 * ellcc.c (do_compile_mode): Search XEmacs directories first for | |
471 include files. Thanks to Raymond Toy. | |
472 | |
1238 | 473 2003-01-28 Steve Youngs <youngs@xemacs.org> |
474 | |
475 * rcs2log: Synch to GNU version. | |
476 | |
1187 | 477 2003-01-04 Steve Youngs <youngs@xemacs.org> |
478 | |
479 * XEmacs 21.5.10 "burdock" is released. | |
480 | |
1123 | 481 2002-11-27 Ben Wing <ben@xemacs.org> |
482 | |
483 * .cvsignore: | |
484 Add .idb, .ilk for MS Windows VC++. | |
485 | |
1111 | 486 2002-11-17 Ben Wing <ben@xemacs.org> |
487 | |
488 * ellcc.c (do_init_mode): | |
489 Use full prototypes. | |
490 | |
491 * ellcc.h.in: | |
492 Use the correct user-specified compiler. | |
493 | |
494 * make-docfile.c: | |
495 * make-docfile.c (read_c_string): | |
496 * make-docfile.c (scan_c_file): | |
497 Fix shadowing warnings. NOTE: This was already fixed | |
498 awhile ago, but reverted by Jerry. Please be careful. | |
499 | |
996 | 500 2002-08-08 Jerry James <james@xemacs.org> |
501 | |
502 * config.values.in: Regenerate. | |
503 * ellcc.c: A thorough cleanup to eliminate potential buffer | |
504 overruns and null pointer dereferences, make some global variables | |
505 local, add braces for clarity, etc., using hints supplied by | |
506 splint. | |
507 * ellcc.c (EXEC_GROW_SIZE): New constant for dynamic allocation. | |
508 * ellcc.c (xrealloc): New function. | |
509 * ellcc.c (xstrdup): New function. | |
510 * ellcc.c (fatal): Use varargs for flexibility. | |
511 * ellcc.c (add_string): New function for abstracting the addition | |
512 of a string to the exec_argv array. | |
513 * ellcc.c (add_to_argv): Use add_string. Improve whitespace | |
514 handling. Recode finite state machine as a clearer while loop. | |
515 * ellcc.c (do_compile_mode): Use new functions. | |
516 * ellcc.c (do_link_mode): Ditto. | |
517 * ellcc.c (do_init_mode): Ditto. Default to in-source | |
518 make-docfile. | |
519 | |
981 | 520 2002-08-30 Steve Youngs <youngs@xemacs.org> |
521 | |
522 * XEmacs 21.5.9 "brussels sprouts" is released. | |
523 | |
978 | 524 2002-08-21 Jerry James <james@xemacs.org> |
525 | |
526 * gnuserv.h: Revert previous patch. Include syssignal.h instead | |
527 of signal.h. | |
528 * tcp.c: Include config.h, and substitute syssignal.h for | |
529 signal.h. | |
530 | |
954 | 531 2002-08-02 Jerry James <james@xemacs.org> |
532 | |
533 * gnuserv.h: Include signal.h early to define NSIG before config.h | |
534 is included. | |
535 | |
933 | 536 2002-07-27 Steve Youngs <youngs@xemacs.org> |
537 | |
538 * XEmacs 21.5.8 "broccoli" is released. | |
539 | |
930 | 540 2002-07-15 Jerry James <james@xemacs.org> |
541 | |
542 * make-docfile.c: Change whitespace and organization to reduce the | |
543 size of the diff against FSF Emacs sources and synch to Emacs 21.2. | |
544 Remove unused DO_REALLOC. | |
545 Mark XEmacs changes and additions more clearly. | |
546 Reintroduce previously deleted Emacs code inside #if 0 ... #endif. | |
547 * make-docfile.c (next_extra_elc): Replace goto with do-while. | |
548 * make-docfile.c (main): Put XEmacs-only args in one place. | |
549 * make-docfile.c (write_c_args): Change buff to buf to match | |
550 Emacs. Replace pointer arithmetic with simpler array syntax. | |
551 * make-docfile.c (scan_c_file): Note that DEFSIMPLE and DEFPRED no | |
552 longer exist. Correct the "name too long" test (off by one). | |
553 Die with message if a DEFUN has no docstring instead of hanging. | |
554 * make-docfile.c (scan_lisp_file): Introduce while loops used in | |
555 Emacs sources to skip consecutive blank lines. | |
556 | |
920 | 557 2002-07-14 Adrian Aichner <adrian@xemacs.org> |
558 | |
559 * etags.c: It's XEmacs, not Xemacs. | |
560 | |
894 | 561 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org> |
562 | |
563 * XEmacs 21.5.7 "broccoflower" is released. | |
564 | |
881 | 565 2002-05-29 Greg Steuck <greg-xemacs-patches@nest.cx> |
566 | |
567 * gnuclient.c: Makes it possible again to #undef | |
568 INTERNET_DOMAIN_SOCKETS in lib-src/gnuserv.h and get a functional | |
569 gnuserv which is only accessible through UNIX_DOMAIN_SOCKETS. | |
570 | |
853 | 571 2002-05-28 Ben Wing <ben@xemacs.org> |
572 | |
573 * make-docfile.c (scan_c_file): | |
574 * make-docfile.c (scan_lisp_file): | |
575 Fix places where we forget to check for EOF. | |
576 | |
826 | 577 2002-05-05 Ben Wing <ben@xemacs.org> |
578 | |
579 * i.c: | |
580 * i.c (skip_executable_name): | |
581 * i.c (main): | |
582 Create an inheritable event and pass it on to XEmacs, so that ^C | |
583 can be handled properly. Intercept ^C and signal the event. | |
584 "Stop Build" in VC++ now works. | |
585 | |
814 | 586 2002-04-14 Ben Wing <ben@xemacs.org> |
587 | |
588 * make-docfile.c: | |
589 * make-docfile.c (next_extra_elc): | |
590 * make-docfile.c (again): Removed. | |
591 * make-docfile.c (main): | |
592 * make-docfile.c (getc_iso2022): | |
593 * make-docfile.c (MDGET): | |
594 * make-docfile.c (read_c_string): | |
595 * make-docfile.c (write_c_args): | |
596 * make-docfile.c (scan_c_file): | |
597 * make-docfile.c (read_lisp_symbol): | |
598 * make-docfile.c (scan_lisp_file): | |
599 Add basic support for handling ISO 2022 doc strings -- we parse | |
600 the basic charset designation sequences so we know whether we're | |
601 in ASCII and have to pay attention to end quotes and such. | |
602 | |
603 Reformat code according to coding standards. | |
604 | |
804 | 605 2002-04-05 Stephen J. Turnbull <stephen@xemacs.org> |
606 | |
607 * XEmacs 21.5.6 "bok choi" is released. | |
608 | |
800 | 609 2002-03-31 Ben Wing <ben@xemacs.org> |
610 | |
611 * make-mswin-unicode.pl: Don't be fucked up by CRLF. Output code | |
612 to force errors when nonintercepted Windows calls issued. | |
613 | |
778 | 614 2002-03-14 Jonathan Harris <jhar@tardis.ed.ac.uk> |
615 | |
616 * make-mswin-unicode.pl: Pick up location of include files from | |
617 MSVCDIR environment variable. | |
618 Add --includedir command-line option. | |
619 Remove 'dir' command. | |
620 | |
776 | 621 2002-03-15 Ben Wing <ben@xemacs.org> |
622 | |
623 * Makefile.in.in (blessmail): | |
624 * Makefile.in.in (maybe-blessmail): | |
625 Use -no-packages to avoid problems with package files shadowing | |
626 core files (e.g. unicode.el in mule-ucs). | |
627 | |
774 | 628 2002-03-12 Ben Wing <ben@xemacs.org> |
629 | |
3322 | 630 * The Great Mule Merge of March 2002: |
631 see node by that name in the Internals Manual. | |
774 | 632 |
768 | 633 2002-03-05 Stephen J. Turnbull <stephen@xemacs.org> |
634 | |
635 * XEmacs 21.5.5 "beets" is released. | |
636 | |
725 | 637 2002-01-08 Stephen J. Turnbull <stephen@xemacs.org> |
638 | |
639 * XEmacs 21.5.4 "bamboo" is released. | |
640 | |
715 | 641 2001-12-24 Yoshiki Hayashi <yoshiki@xemacs.org> |
642 | |
643 * etags.c: Define __P if not already defined. | |
644 | |
709 | 645 2001-12-19 Yoshiki Hayashi <yoshiki@xemacs.org> |
646 | |
647 * Makefile.in.in (etags_args): Define EMACS_NAME to XEmacs. | |
648 | |
649 * etags.c: Sync with pot version 14.28. | |
650 Additional change for XEmacs to define PTR macro. | |
651 | |
652 2001-12-12 Francesco Potorti` <pot@gnu.org> | |
653 | |
654 * etags.c (PHP_functions): New function by Diez B. Roggisch, | |
655 heavily adapted by me, for parsing PHP. | |
656 (LOOKING_AT): New macro. | |
657 (Perl_functions, Python_functions, PHP_functions) | |
658 (Scheme_functions, Texinfo_nodes): Use it. | |
659 (Perl_functions): Use strneq. | |
660 (prolog_pred): Renamed to prolog_pr. | |
661 (prolog_pr): Recognise Prolog rules (thanks to Geert Kloosterman) | |
662 in addition to predicates. | |
663 [ETAGS_REGEXPS] [!HAVE_CONFIG_H] [__CYGWIN__]: Prevent | |
664 unmodified compile, as Cygwin's regex.h is incompatible with us | |
665 (thanks to Markus Hoenicka). | |
666 [!HAVE_CONFIG_H] [!__STDC__]: #define const as the empty string. | |
667 | |
654 | 668 2001-09-07 Stephen J. Turnbull <stephen@xemacs.org> |
669 | |
670 * XEmacs 21.5.3 "asparagus" is released. | |
671 | |
647 | 672 2001-06-24 Ben Wing <ben@xemacs.org> |
673 | |
674 * gnuserv.c (permitted): | |
675 * gnuserv.c (setup_table): | |
676 * gnuslib.c (connect_to_internet_server): | |
677 * make-docfile.c (scan_c_file): | |
678 * mmencode.c (fromqp): | |
679 * movemail.c: | |
680 * movemail.c (main): | |
681 * movemail.c (xmalloc): | |
682 * ootags.c (prolog_pred): | |
683 * ootags.c (erlang_func): | |
684 * yow.c (yow): | |
685 Fix unsigned warnings. See src/ChangeLog for details. | |
686 | |
641 | 687 2001-07-28 Stephen J. Turnbull <stephen@xemacs.org> |
688 | |
689 * XEmacs 21.5.2 "artichoke" is released. | |
690 | |
613 | 691 2001-06-10 Ben Wing <ben@xemacs.org> |
692 | |
693 * cvtmail.c: | |
694 * fakemail.c: | |
695 * gnuserv.c: | |
696 * gnuserv.c (handle_ipc_request): | |
697 * gnuserv.h: | |
698 * gnuslib.c: | |
699 * make-msgfile.c: | |
700 * make-path.c: | |
701 * pop.c: | |
702 * pop.h: | |
703 * profile.c: | |
704 * tcp.c: | |
705 Rename 'GNU Emacs' to XEmacs in the copyright. | |
706 Fix comments in similar ways. | |
707 | |
708 * digest-doc.c (main): | |
709 * sorted-doc.c (main): | |
710 Fix program and author name to reflect XEmacs. | |
711 | |
567 | 712 2001-05-06 Karl M. Hegbloom <karlheg@hegbloom.net> |
713 | |
714 * movemail.c (lock_dot): Use mkstemp if available | |
715 | |
558 | 716 2001-05-23 Ben Wing <ben@xemacs.org> |
717 | |
718 * pop.c (socket_connection): | |
719 Remove BROKEN_CYGWIN. | |
720 | |
543 | 721 2001-05-17 Stephen J. Turnbull <stephen@xemacs.org> |
722 | |
723 * config.values.sh: lisp/utils?/config.el -> lisp/config.el. | |
724 | |
531 | 725 2001-05-12 Ben Wing <ben@xemacs.org> |
726 | |
727 * etags.c: | |
728 * etags.c (print_help): | |
729 * etags.c (sym_type): | |
730 * etags.c (TOTAL_KEYWORDS): | |
731 * etags.c (hash): | |
732 * etags.c (in_word_set): | |
733 * etags.c (consider_token): | |
734 * etags.c (C_entries): | |
735 * etags.c (add_regex): | |
736 new version from Francesco. | |
737 | |
523 | 738 2001-05-09 Ben Wing <ben@xemacs.org> |
739 | |
740 * etags.c (add_regex): | |
741 temporary fix to avoid crashes with new regex code. | |
742 | |
522 | 743 2001-05-09 Martin Buchholz <martin@xemacs.org> |
744 | |
745 * XEmacs 21.5.1 "anise" is released. | |
746 | |
502 | 747 2001-04-29 Ben Wing <ben@xemacs.org> |
748 | |
749 * gnuclient.c (filename_expand): Warning fix. | |
750 | |
479 | 751 2001-04-20 Ben Wing <ben@xemacs.org> |
752 | |
753 * .cvsignore: Added stuff for Windows. | |
754 | |
472 | 755 2001-04-18 Martin Buchholz <martin@xemacs.org> |
756 | |
757 * XEmacs 21.5.0 "alfalfa" is released. | |
758 | |
464 | 759 2000-08-01 Jon Schewe <jpschewe@eggplant.mtu.net> |
760 | |
761 * gnuclient.c (filename_expand): Let Cygwin convert Windows path | |
762 to Unix. | |
763 | |
764 2001-03-23 Stephen J. Turnbull <stephen@xemacs.org> | |
765 | |
766 * gnuserv.h: Document TMPDIR lossage if client/server values differ. | |
767 | |
462 | 768 2001-03-21 Martin Buchholz <martin@xemacs.org> |
769 | |
770 * XEmacs 21.2.46 "Urania" is released. | |
771 | |
772 2001-03-19 Andy Piper <andy@xemacs.org> | |
773 | |
774 * installexe.sh: use bash by default. | |
775 | |
776 2001-03-09 William M. Perry <wmperry@aventail.com> | |
777 | |
778 * gnuclient.c: The Great GTK Merge. | |
779 | |
780 2000-08-10 Ben Wing <ben@xemacs.org> | |
781 | |
782 * update-elc.sh: deleted (retroactively). replaced by update-elc-2.el, | |
783 which does the same thing but in a platform-independent way. | |
784 | |
460 | 785 2001-02-23 Martin Buchholz <martin@xemacs.org> |
786 | |
787 * XEmacs 21.2.45 "Thelxepeia" is released. | |
788 | |
789 2001-02-11 Martin Buchholz <martin@xemacs.org> | |
790 | |
791 * Makefile.in.in: Cleanup. | |
792 Fixes bug: all must depend on make-dump-id. | |
793 Don't install make-path; only used at build time. | |
794 Avoid duplicating file lists for maintainability. | |
795 (PUBLIC_INSTALLABLE_SCRIPTS): More logical naming. | |
796 (PUBLIC_INSTALLABLE_EXES): Likewise. | |
797 (PUBLIC_INSTALLABLES): Likewise. | |
798 (PRIVATE_INSTALLABLE_SCRIPTS): More logical naming. | |
799 (PRIVATE_INSTALLABLE_EXES): Likewise. | |
800 (PRIVATE_INSTALLABLES): Likewise. | |
801 (SCRIPTS): Likewise. | |
802 (EXES): New. | |
803 (PROGS): New. | |
804 (SOURCES): Remove. | |
805 (BUILD_UTILITIES): New. Non-installed utilities. | |
806 (INSTALL_GNUSERV): New. | |
807 (unlock): Remove obsolete target. | |
808 (relock): Remove obsolete target. | |
809 (aixcc.c): Remove. Obsolete. | |
810 * aixcc.lex: Remove. Obsolete. | |
811 | |
812 2001-02-12 Martin Buchholz <martin@xemacs.org> | |
813 | |
814 * make-dump-id.c (main): No longer #include dump-id.h. | |
815 | |
458 | 816 2001-02-08 Martin Buchholz <martin@xemacs.org> |
817 | |
818 * gnuserv.c (permitted): Compiler warning fixes. | |
819 | |
820 2001-02-08 Martin Buchholz <martin@xemacs.org> | |
821 | |
822 * XEmacs 21.2.44 "Thalia" is released. | |
823 | |
824 2001-01-31 Francesco Potorti` <pot@gnu.org> | |
825 | |
826 * etags.c: [NDEBUG] #undef assert and #define it as ((void)0), for | |
827 the sake of some buggy assert.h (e.g. in MinGW and sunos4 pcc). | |
828 (C_entries): Tag token renamed to still_in_token because sunos4 | |
829 pcc wants to expand it as the token() macro even though it has no | |
830 arguments. | |
831 | |
832 2001-01-30 Francesco Potorti` <pot@gnu.org> | |
833 | |
834 * etags.c: [WIN32-NATIVE]: #undef MSDOS, #undef WINDOWSNT and | |
920 | 835 #define it for the sake of XEmacs. |
458 | 836 [WINDOWSNT]: #undef HAVE_NTGUI even if built without |
837 HAVE_CONFIG_H. This change only affects a standalone etags. | |
838 [WINDOWSNT]: #undef DOS_NT and #define it even if built with | |
839 HAVE_CONFIG_H. This change does nothing in Emacs, as DOS_NT is | |
840 always defined when HAVE_CONFIG_H and WINDOWS are both defined. | |
841 [!HAVE_UNISTD_H]: use defined(WINDOWSNT) instead of the bare | |
842 WINDOWSNT, as this is the correct way to use it. | |
843 | |
844 2001-01-28 Francesco Potorti` <pot@gnu.org> | |
845 | |
846 * etags.c: Be capable to parse nested struct-like structures. | |
847 (structdef, structtag): Struct state machine revisited. | |
848 (struct tok): Revisited. | |
849 (cstack, nestlev, instruct): New struct and macros. | |
850 (pushclass_above, popclass_above, write_classname): New functions | |
851 for dealing with nested class names, inspired by Mykola Dzyuba. | |
852 (consider_token, make_C_tag, C_entries): Many changes for dealing | |
853 with arbitrarily nested structures. | |
854 (etags_getcwd): #if MSDOS, not #ifdef MSDOS! | |
855 (C_entries): Consider templates in C++. | |
856 (sym_type): New constant st_C_class for detecting "class" also in | |
857 C mode. | |
858 (C_AUTO): New macro for automatic detection of C++. | |
859 (consider_token): Automatic set C++ mode. | |
860 (C_entries): New security check for yacc. | |
861 (print_language_names, print_help): Mention the autodetect | |
862 feature, do not show help for the -C option, now mostly useless. | |
863 (C_entries): Tag C++ forward declarations if --declarations. | |
864 (C_entries): Don't be fooled by things like XDEFUN. | |
865 (consider_token): Discard asm pseudo function. | |
866 | |
460 | 867 2001-01-25 Francesco Potorti` <pot@gnu.org> |
458 | 868 |
869 * etags.c (struct tok): Renamed from struct token. | |
870 (token): Renamed from tok. | |
871 (structtype): Make it a local variable. | |
872 [DEBUG]: Use assert. | |
873 (xrnew): Change the synopsis. | |
874 (typedefs_or_cplusplus): Renamed from typedefs_and_cplusplus. | |
875 (grow_linebuffer): Don't call xrnew when not needed. | |
876 (token): buffer renamed to line. | |
877 (C_entries): Three calls to inibuffer moved here from main. | |
878 (C_entries): Removed all references to var methodlen, delete it. | |
879 (linebuffer_setlen): Was grow_buffer, now also sets len. | |
880 (consider_token, C_entries, Pascal_functions): Use it. | |
881 (C_entries): Preventing problems relative to extern "C". | |
882 (C_entries): Can tag more than one variable or func separated by | |
883 comma when --declarations is used. | |
884 (C_entries): More accurate tagging of members and declarations. | |
885 (yacc_rules): Was global, made local to C_entries. | |
886 (next_token_is_func): Removed. | |
887 (fvdef): New constants fdefunkey, fdefunname. | |
888 (consider_token, C_entries): Use them. | |
889 (C_entries): Build proper lisp names for Emacs DEFUNs. | |
890 | |
460 | 891 2001-01-15 Francesco Potorti` <pot@gnu.org> |
458 | 892 |
893 * etags.c (print_language_names): Print filenames in addition to | |
894 suffixes. | |
895 | |
896 2001-01-12 Francesco Potorti` <pot@gnu.org> | |
897 | |
898 * etags.c (get_language_from_langname): Renamed from | |
899 get_language_from_name. | |
900 (get_language_from_filename): Renamed from | |
901 get_language_from_suffix. Now first looks for the complete file | |
902 name. | |
903 (language): New member char **filenames. | |
904 (Makefile_filenames): List of possible filenames for makefiles. | |
905 (lang_names): Added a NULL member for every entry, added an entry | |
906 for makefiles. | |
907 (Makefile_targets): New function, inspired by Assar Westerlund | |
908 <assar@sics.se>. | |
909 | |
460 | 910 2000-11-07 Francesco Potorti` <pot@gnu.org> |
458 | 911 |
912 * etags.c (Texinfo_nodes): Renamed from Texinfo_fuctions and made | |
913 it conformant to the style of the rest of the code. | |
914 | |
915 2000-02-10 Francesco Potorti` <pot@gnu.org> | |
916 | |
917 * etags.c (iswhite): Redefined not to consider '\0' as white | |
918 space, and use it throughout in place of isspace, thus preventing a | |
919 potential signed char to int conversion problem. | |
920 (MSDOS): #undefine befere redefining | |
921 | |
460 | 922 2000-02-04 Francesco Potorti` <pot@gnu.org> |
458 | 923 |
924 * etags.c (many functions): Add prototypes. | |
925 | |
460 | 926 2000-01-31 Francesco Potorti` <pot@gnu.org> |
458 | 927 |
928 * etags.c [MSDOS]: Set MSDOS to 1 if #defined, 0 otherwise. | |
929 (get_compressor_from_suffix, process_file): Use MSDOS in if clause. | |
930 (etags_strchr, etags_strrchr): Use const char * and int as arguments. | |
931 (getenv, getcwd): Only declare them if necessary. | |
932 (EMACS_NAME): New constant macro. | |
933 (print_version): Use it. | |
934 (P_) [__STDC__]: Macro for defining function prototypes. | |
935 | |
936 2001-02-06 Martin Buchholz <martin@xemacs.org> | |
937 | |
938 * gnuclient.c: | |
939 * gnuserv.c: | |
940 * gnuslib.c: | |
941 * pop.c: | |
942 Remove use of BSD-specific types. | |
943 s/u_(char|short|int_long)/unsigned $1/g | |
944 Remove pointless casts. | |
945 | |
946 2001-01-28 Martin Buchholz <martin@xemacs.org> | |
947 | |
948 * gnuclient.c (get_current_working_directory): Use HAVE_GETCWD. | |
949 warning: getwd() possibly used unsafely, consider using getcwd(). | |
950 | |
456 | 951 2001-01-26 Martin Buchholz <martin@xemacs.org> |
952 | |
953 * XEmacs 21.2.43 "Terspichore" is released. | |
954 | |
955 2001-01-23 Jan Vroonhof <jan@xemacs.org> | |
956 | |
957 * gnuserv.c: Add version number to object file. | |
958 | |
959 2001-01-20 Klaus Frank <klausf@i3.informatik.rwth-aachen.de> | |
960 | |
961 * gnuserv.c (permitted): Completed the checks of the authentication | |
962 data length, replaced memcmp() by constant-time comparision. | |
963 | |
454 | 964 2001-01-20 Martin Buchholz <martin@xemacs.org> |
965 | |
966 * XEmacs 21.2.42 "Poseidon" is released. | |
967 | |
452 | 968 2001-01-17 Martin Buchholz <martin@xemacs.org> |
969 | |
970 * XEmacs 21.2.41 "Polyhymnia" is released. | |
971 | |
450 | 972 2001-01-08 Martin Buchholz <martin@xemacs.org> |
973 | |
974 * XEmacs 21.2.40 is released. | |
975 | |
448 | 976 2000-12-31 Martin Buchholz <martin@xemacs.org> |
977 | |
978 * XEmacs 21.2.39 is released. | |
979 | |
446 | 980 2000-12-05 Martin Buchholz <martin@xemacs.org> |
981 | |
982 * XEmacs 21.2.38 is released. | |
983 | |
984 2000-11-13 Yoshiki Hayashi <yoshiki@xemacs.org> | |
985 | |
986 * Makefile.in.in: Define emacs iff it's necessary. | |
987 | |
444 | 988 2000-11-14 Martin Buchholz <martin@xemacs.org> |
989 | |
990 * XEmacs 21.2.37 is released. | |
991 | |
442 | 992 2000-09-01 Katsumi Yamaoka <yamaoka@jpl.org> |
993 | |
994 * make-po.c (BUFSIZE): Increase value to 32768. | |
995 | |
996 2000-10-04 Martin Buchholz <martin@xemacs.org> | |
997 | |
998 * XEmacs 21.2.36 is released. | |
999 | |
1000 2000-09-30 Martin Buchholz <martin@xemacs.org> | |
1001 | |
1002 * gnuserv.c (main): Warning removal. | |
1003 | |
1004 2000-09-27 Martin Buchholz <martin@xemacs.org> | |
1005 | |
1006 * ellcc.c: Make global variables static. Avoids warnings on AIX. | |
1007 | |
1008 * fakemail.c (make_file_preface): Use standard type time_t. | |
1009 Actually check that the 25th char returned from ctime is '\n'. | |
1010 | |
1011 2000-09-19 Martin Buchholz <martin@xemacs.org> | |
1012 | |
1013 * *: Spelling mega-patch | |
1014 | |
1015 2000-09-12 Martin Buchholz <martin@xemacs.org> | |
1016 | |
1017 * gnuclient.c (main): | |
1018 * hexl.c (usage): | |
1019 Use `Usage', not `usage', in Usage messages. | |
1020 | |
1021 2000-07-15 Ben Wing <ben@xemacs.org> | |
1022 | |
1023 * etags.c (add_regex): added commented out code for use figuring | |
1024 out Windows quoting problems. | |
1025 * hexl.c (main): fixed warnings about possible used uninitialized. | |
1026 | |
1027 2000-07-19 Martin Buchholz <martin@xemacs.org> | |
1028 | |
1029 * XEmacs 21.2.35 is released. | |
1030 | |
1031 2000-07-12 Martin Buchholz <martin@xemacs.org> | |
1032 | |
1033 * gnuserv.c: | |
1034 (handle_internet_request): | |
1035 (handle_unix_request): | |
1036 (internet_init): | |
1037 Use socklen_t instead of int or size_t. | |
1038 | |
1039 2000-07-11 Martin Buchholz <martin@xemacs.org> | |
1040 | |
1041 * hexl.c (usage): Use full ANSI C prototypes. | |
1042 | |
1043 2000-07-05 Craig Lanning <lanning@scra.org> | |
1044 | |
1045 * Makefile.in.in (INSTALL_DATA): | |
1046 * Makefile.in.in (UTILITIES): | |
1047 * Makefile.in.in (GETOPTDEPS): | |
1048 * Makefile.in.in (i): | |
1049 mingw support: don't try to build gnuclient, add | |
1050 support for building and installing minitar | |
1051 | |
1052 2000-06-10 Ben Wing <ben@xemacs.org> | |
1053 | |
1054 * Makefile.in.in (INSTALLABLES_BASE): | |
1055 * Makefile.in.in (ootags_args): | |
1056 * Makefile.in.in (yow): | |
1057 Build i.exe. | |
1058 Don't build run*.exe. | |
1059 | |
1060 * b2m.c: | |
1061 * b2m.c (main): | |
1062 * ellcc.c (main): | |
1063 * etags.c: | |
1064 * etags.c (main): | |
1065 * etags.c (get_compressor_from_suffix): | |
1066 * etags.c (process_file): | |
1067 * etags.c (readline_internal): | |
1068 * etags.c (etags_getcwd): | |
1069 * etags.c (relative_filename): | |
1070 * etags.c (absolute_filename): | |
1071 * etags.c (filename_is_absolute): | |
1072 * etags.c (canonicalize_filename): | |
1073 * fakemail.c: | |
1074 * fakemail.c (make_file_preface): | |
1075 * getopt.c: | |
1076 * getopt.h: | |
1077 * gnuclient.c: | |
1078 * gnuclient.c (filename_expand): | |
1079 * gnuserv.h: | |
1080 * gnuserv.h (PATCHLEVEL): | |
1081 * hexl.c: | |
1082 * hexl.c (main): | |
1083 * make-docfile.c: | |
1084 * make-docfile.c (APPEND_BINARY): | |
1085 * make-docfile.c (main): | |
1086 * make-dump-id.c: | |
1087 * mmencode.c: | |
1088 * mmencode.c (fromqp): | |
1089 * mmencode.c (main): | |
1090 * movemail.c: | |
1091 * movemail.c (main): | |
1092 * movemail.c (popmail): | |
1093 * ootags.c: | |
1094 * ootags.c (main): | |
1095 * ootags.c (readline_internal): | |
1096 * ootags.c (etags_getcwd): | |
1097 * ootags.c (absolute_filename): | |
1098 * ootags.c (filename_is_absolute): | |
1099 * ootags.c (canonicalize_filename): | |
1100 * pop.c: | |
1101 * pop.c (DONT_ENCAPSULATE): | |
1102 * pop.c (pop_open): | |
1103 * pop.c (socket_connection): | |
1104 * pop.c (pop_trash): | |
1105 * profile.c (gettimeofday): | |
1106 * wakeup.c: | |
1107 * yow.c (rootrelativepath): | |
1108 Remove MSDOS support, converting to WIN32_NATIVE where necessary. | |
1109 WINDOWSNT -> WIN32_NATIVE. | |
1110 __CYGWIN32__ -> CYGWIN. | |
1111 DOS_NT -> WIN32_NATIVE. | |
1112 Remove unused NO_SHORTNAMES. | |
1113 Changes for removed nt\inc. | |
1114 | |
1115 2000-06-07 Ben Wing <ben@xemacs.org> | |
1116 | |
1117 * run.c, run.h, run.rc: Removed. We no longer need these for | |
1118 building runxemacs.exe, and it's questionable at best whether | |
1119 rungnuclient.exe was ever used or is even needed. The correct | |
1120 solution is just to make gnuclient.exe a windows program and | |
1121 use the gnuattach script to run 'i gnuclient.exe'. Not that | |
1122 gnuclient currently works under Windows native in any case. | |
1123 | |
1124 2000-05-28 Martin Buchholz <martin@xemacs.org> | |
1125 | |
1126 * XEmacs 21.2.34 is released. | |
1127 | |
1128 2000-05-11 Ben Wing <ben@xemacs.org> | |
1129 | |
1130 * i.c (get_command): fix unused var warning. | |
1131 | |
1132 * make-docfile.c (MDGET): | |
1133 * make-docfile.c (read_c_string): | |
1134 rewrite and reindent -- handle closing doc string comment that's | |
1135 not at beg of line. | |
1136 | |
1137 2000-05-01 Martin Buchholz <martin@xemacs.org> | |
1138 | |
1139 * XEmacs 21.2.33 is released. | |
1140 | |
1141 2000-04-19 Martin Buchholz <martin@xemacs.org> | |
1142 | |
1143 * gnuclient.c (initialize_signals): Always use full ANSI prototypes. | |
1144 | |
1145 2000-04-06 Kirill 'Big K' Katsnelson <kkm@dtmx.com> | |
1146 | |
1147 * i.c: New file, source for the i utility. | |
1148 | |
1149 2000-03-22 Mike Alexander <mta@arbortext.com> | |
1150 | |
1151 * make-dump-id.c (gettimeofday): new (Windows only) | |
1152 | |
1153 2000-03-20 Martin Buchholz <martin@xemacs.org> | |
1154 | |
1155 * XEmacs 21.2.32 is released. | |
1156 | |
1157 2000-03-20 Martin Buchholz <martin@xemacs.org> | |
1158 | |
1159 * make-dump-id.c: Use config.h and systime.h for portability. | |
1160 | |
1161 2000-02-20 Olivier Galibert <galibert@pobox.com> | |
1162 | |
1163 * make-dump-id.c: Added. | |
1164 | |
1165 * Makefile.in.in: Add support for make-dump-id. | |
1166 | |
1167 2000-03-12 Ben Wing <ben@xemacs.org> | |
1168 | |
1169 * etags.c (canonicalize_filename): fixed a problem with gratuitous | |
1170 capitalization of file names under MS Windows. | |
1171 | |
1172 2000-02-23 Martin Buchholz <martin@xemacs.org> | |
1173 | |
1174 * XEmacs 21.2.31 is released. | |
1175 | |
1176 2000-02-21 Martin Buchholz <martin@xemacs.org> | |
1177 | |
1178 * XEmacs 21.2.30 is released. | |
1179 | |
1180 2000-02-16 Martin Buchholz <martin@xemacs.org> | |
1181 | |
1182 * XEmacs 21.2.29 is released. | |
1183 | |
1184 2000-02-13 Martin Buchholz <martin@xemacs.org> | |
1185 | |
1186 * etags.c: Upgrade to version 13.44. | |
1187 Only added (unsigned char) casts to calls like isspace (*cp). | |
1188 | |
440 | 1189 2000-02-07 Martin Buchholz <martin@xemacs.org> |
1190 | |
1191 * XEmacs 21.2.28 is released. | |
1192 | |
1193 2000-02-06 Martin Buchholz <martin@xemacs.org> | |
1194 | |
1195 * getopt.h: | |
1196 * fakemail.c: | |
1197 * gnuslib.c: | |
1198 * sorted-doc.c: | |
1199 * yow.c: | |
1200 * cvtmail.c: | |
1201 * movemail.c: | |
1202 * gnuclient.c: | |
1203 ANSIfy. Use coding standards for function definitions. | |
1204 Make C++-compilable. Modified from patch by Zack Weinberg. | |
1205 | |
1206 2000-01-26 Kirill 'Big K' Katsnelson <kkm@dtmx.com> | |
1207 | |
1208 * hexl.c: Removed MSDOS code; set binary I/O flags for NT. | |
1209 | |
438 | 1210 2000-01-18 Martin Buchholz <martin@xemacs.org> |
1211 | |
1212 * XEmacs 21.2.27 is released. | |
1213 | |
1214 2000-01-18 Martin Buchholz <martin@xemacs.org> | |
1215 | |
1216 * ootags.c: Ansify. | |
1217 * etags.c: | |
1218 * getopt.c: | |
1219 * cvtmail.c: | |
1220 Remove declarations of ANSI errno, getenv(), malloc(). | |
1221 | |
1222 2000-01-13 Martin Buchholz <martin@xemacs.org> | |
1223 | |
1224 * movemail.c (main): | |
1225 * make-docfile.c (write_c_args): | |
1226 Simple compiler warning fixes. | |
1227 | |
1228 2000-01-09 Martin Buchholz <martin@xemacs.org> | |
1229 | |
1230 * *.[ch]: Change <../src/config.h> to <config.h> | |
1231 * ellcc.c: Always use <...> to #include files not in `.' | |
1232 * Makefile.in.in: Use safer -I paths. | |
1233 Use $(top_srcdir) instead of $(srcdir)/../src | |
1234 Add warning comment. | |
1235 | |
1236 2000-01-08 Martin Buchholz <martin@xemacs.org> | |
1237 | |
1238 * movemail.c: Warning removal. | |
1239 | |
1240 2000-01-06 Norbert Koch <norbert@s.netic.de> | |
1241 | |
1242 * movemail.c: Typo fix. | |
1243 | |
1244 2000-01-03 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
1245 | |
1246 * movemail.c: Overhaul of the locking code. | |
1247 | |
1248 2000-01-03 Martin Buchholz <martin@xemacs.org> | |
1249 | |
1250 * etags.c (etags_strrchr): Ansify. | |
1251 (etags_strchr): Ansify. | |
1252 (get_compressor_from_suffix): Remove warning, make code cleaner. | |
1253 | |
436 | 1254 1999-12-31 Martin Buchholz <martin@xemacs.org> |
1255 | |
1256 * XEmacs 21.2.26 is released. | |
1257 | |
434 | 1258 1999-12-24 Martin Buchholz <martin@xemacs.org> |
1259 | |
1260 * XEmacs 21.2.25 is released. | |
1261 | |
1262 1999-12-21 Martin Buchholz <martin@xemacs.org> | |
1263 | |
1264 * fakemail.c (cuserid): ((expr)) ==> (expr) | |
1265 | |
1266 * fakemail.c (xmalloc): ANSIfy. | |
1267 | |
432 | 1268 1999-12-14 Martin Buchholz <martin@xemacs.org> |
1269 | |
1270 * config.values.sh: Only update config.values.in if changed. | |
1271 No external dependencies except perl. | |
1272 No temporary files. | |
1273 | |
1274 1999-12-14 Martin Buchholz <martin@xemacs.org> | |
1275 | |
1276 * XEmacs 21.2.24 is released. | |
1277 | |
1278 1999-12-13 Martin Buchholz <martin@xemacs.org> | |
1279 | |
1280 * etags.c: Fix warning: `_GNU_SOURCE' redefined. | |
1281 | |
430 | 1282 1999-12-07 Martin Buchholz <martin@xemacs.org> |
1283 | |
1284 * XEmacs 21.2.23 is released. | |
1285 | |
1286 1999-11-29 Andreas Jaeger <aj@suse.de> | |
1287 | |
1288 * Makefile.in.in (INSTALLABLE_SCRIPTS): Removed pstogif. | |
1289 pstogif: Moved to package tm. | |
1290 | |
428 | 1291 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org> |
1292 | |
1293 * XEmacs 21.2.22 is released | |
1294 | |
1295 1999-11-28 Martin Buchholz <martin@xemacs.org> | |
1296 | |
1297 * XEmacs 21.2.21 is released. | |
1298 | |
1299 1999-11-20 Martin Buchholz <martin@xemacs.org> | |
1300 | |
1301 * process-gnu-depends.sh: Deleted. Obsolete. | |
1302 * process-depends.sh: Deleted. Obsolete. | |
1303 | |
1304 1999-11-20 Jan Vroonhof <jan@xemacs.org> | |
1305 | |
1306 * Makefile.in.in (instvardir): Added. From | |
1307 Jeff Miller <jmiller@smart.net> | |
1308 | |
1309 1999-11-19 Martin Buchholz <martin@xemacs.org> | |
1310 | |
1311 * etags.c: Upgrade to pot etags version 13.33. | |
1312 Make `etags --version' print out `XEmacs', not `GNU Emacs' | |
1313 | |
1314 1999-11-17 Martin Buchholz <martin@xemacs.org> | |
1315 | |
1316 * etags.c (canonicalize_filename): Typo fix | |
1317 | |
1318 1999-11-05 Martin Buchholz <martin@xemacs.org> | |
1319 | |
1320 * etags.c: | |
1321 * ../etc/etags.1: | |
1322 * ../etc/NEWS: | |
1323 Upgrade to etags version 13.32. | |
1324 etags.c has warnings removed, in addition. | |
1325 | |
1326 1999-11-15 Martin Buchholz <martin@xemacs.org> | |
1327 | |
1328 * gnuserv.c (ipc_spawn_watchdog): Use pid_t instead of int. | |
1329 | |
1330 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1331 | |
1332 * XEmacs 21.2.20 is released | |
1333 | |
1334 1999-11-04 Martin Buchholz <martin@xemacs.org> | |
1335 | |
1336 * gnuserv.c (handle_response): Warning suppression | |
1337 | |
1338 1999-09-27 Martin Buchholz <martin@xemacs.org> | |
1339 | |
1340 * ellcc.c: | |
1341 ANSIfy. | |
1342 Remove MSDOS cruft. | |
1343 Remove WINDOWS cruft. | |
1344 Remove VMS cruft. | |
1345 (main): The wrong number of bytes were being read during argument | |
1346 processing. | |
1347 Delete ANSI imitations like ellcc_strchr(). | |
1348 Call functions with the right number of arguments. | |
1349 Fix a typo. | |
1350 Make functions static. | |
1351 Remove compiler warnings. | |
1352 | |
1353 1999-09-22 Martin Buchholz <martin@xemacs.org> | |
1354 | |
1355 * cvtmail.c (main): ANSIfy | |
1356 * digest-doc.c (main): ANSIfy | |
1357 * hexl.c (main): ANSIfy | |
1358 | |
1359 * make-path.c: Remove declaration for errno. | |
1360 * mmencode.c (nextcharin): ANSIfy | |
1361 * movemail.c (pop_retr): ANSIfy | |
1362 | |
1363 1999-07-30 Gleb Arshinov <gleb@cs.stanford.edu> | |
1364 | |
1365 * pop.c (pop_quit): use CLOSESOCKET() instead of close() | |
1366 | |
1367 * run.c (build_cmdline): Fix NT native build unreferenced variable | |
1368 warning | |
1369 (WinMain): Fix release mode build unreferenced variable warning | |
1370 | |
1371 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1372 | |
1373 * XEmacs 21.2.19 is released | |
1374 | |
1375 1999-07-22 SL Baur <steve@miho> | |
1376 | |
1377 * Makefile.in.in (datadir): Add. | |
1378 From Jeff Miller <jmiller@smart.net> | |
1379 | |
1380 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1381 | |
1382 * XEmacs 21.2.18 is released | |
1383 | |
1384 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1385 | |
1386 * XEmacs 21.2.17 is released | |
1387 | |
1388 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1389 | |
1390 * XEmacs 21.2.16 is released | |
1391 | |
1392 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1393 | |
1394 * XEmacs 21.2.15 is released | |
1395 | |
1396 1999-06-03 SL Baur <steve@steve1.m17n.org> | |
1397 | |
1398 * Makefile.in.in: Move .PHONY up to force execution of `all'. | |
1399 | |
1400 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1401 | |
1402 * XEmacs 21.2.14 is released | |
1403 | |
1404 1999-05-14 SL Baur <steve@gneiss.etl.go.jp> | |
1405 | |
1406 * update-elc.sh (ignore_pattern): Correct ignore_dirs/ignore=dirs | |
1407 european keyboard fuckage. | |
1408 | |
1409 1999-05-03 Hrvoje Niksic <hniksic@srce.hr> | |
1410 | |
1411 * update-elc.sh (ignore_pattern): Installation.el is dead. | |
1412 | |
1413 1999-05-03 Hrvoje Niksic <hniksic@srce.hr> | |
1414 | |
1415 * gnuclient.c: Include <sysfile.h> instead of <../src/sysfile.h>. | |
1416 | |
1417 * Makefile.in.in (cppflags): Add -I$(top_srcdir)/src. | |
1418 | |
1419 1999-04-29 Andy Piper <andy@xemacs.org> | |
1420 | |
1421 * make-docfile.c: build fixes for mingw32. | |
1422 * movemail.c: ditto. | |
1423 * run.c: ditto. | |
1424 * yow.c: ditto. | |
1425 * profile.c: ditto. | |
1426 (gettimeofday): new function copied from nt.c. | |
1427 | |
1428 * fakemail.c (make_file_preface): make buildable under windows. | |
1429 | |
1430 * Makefile.in.in: fix some build targets for when we are building | |
1431 on a windows platform. | |
1432 | |
1433 1999-03-12 giacomo boffi <giacomo.boffi@polimi.it> | |
1434 | |
1435 * sorted-doc.c: corrected the outdated or plainly wrong | |
1436 texinfo headers. Broken up the mega-@table that crashes (at | |
1437 least RedHat's) TeX with: | |
1438 "! TeX capacity exceeded, sorry [save size=4000]." | |
1439 | |
1440 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1441 | |
1442 * XEmacs 21.2.13 is released | |
1443 | |
1444 1999-03-10 Martin Buchholz <martin@xemacs.org> | |
1445 | |
1446 * fakemail.c (add_a_stream): Always use full ANSI prototypes. | |
1447 | |
1448 1999-03-06 Martin Buchholz <martin@xemacs.org> | |
1449 | |
1450 * fakemail.c (main): Ansify. | |
1451 (xmalloc): Ansify. | |
1452 (xrealloc): Ansify. | |
1453 (get_keyword): use paranoid casts ((int) (unsigned char) c) for | |
1454 islower, toupper, isspace. | |
1455 | |
1456 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1457 | |
1458 * XEmacs 21.2.12 is released | |
1459 | |
1460 1999-03-01 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1461 | |
1462 * XEmacs 21.2.11 is released | |
1463 | |
1464 1999-02-17 SL Baur <steve@xemacs.org> | |
1465 | |
1466 * update-elc.sh (ignore_dirs): Ignore lisp/mule subdirectory when | |
1467 running latin-1 XEmacs. Eliminate 20.4 bundled kludges. | |
1468 * update-custom.sh (ignore_dirs): Ditto. | |
1469 | |
1470 1999-02-15 Martin Buchholz <martin@xemacs.org> | |
1471 | |
1472 * update-elc.sh: | |
1473 * update-autoloads.sh: | |
1474 * update-custom.sh: | |
1475 - improved automounter tmp directory support. | |
1476 - support 4 (!) empirically discovered automounter conventions | |
1477 | |
1478 1999-02-05 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1479 | |
1480 * XEmacs 21.2.10 is released | |
1481 | |
1482 1999-02-02 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1483 | |
1484 * XEmacs 21.2.9 is released | |
1485 | |
1486 1999-01-27 Martin Buchholz <martin@xemacs.org> | |
1487 | |
1488 * movemail.c (strerror): Must be NON-static, since it is used by | |
1489 the POP code, which got moved to a separate file. | |
1490 | |
1491 1999-01-11 Damon Lipparelli <lipp@primus.com> | |
1492 | |
1493 * Makefile.in.in: use ellcc (not ellc) everywhere | |
1494 | |
1495 1999-01-10 J. Kean Johnston <jkj@sco.com> | |
1496 | |
1497 * Makefile.in.in: Include moduledir and sitemoduledir as defined | |
1498 by configure. | |
1499 - Install ellcc if we're supporting shared objects | |
1500 - Rules and dependancies for ellcc | |
1501 | |
1502 * ellcc.c: New file. Front end to the compiler for making modules. | |
1503 | |
1504 * ellcc.h.in: New file. Contains path definitions used by ellcc. | |
1505 | |
1506 * make-docfile.c (main): Add check for -E argument used by ellcc. | |
1507 | |
1508 * make-docfile.c: Changed output format when in -E mode. | |
1509 | |
1510 1998-12-28 Martin Buchholz <martin@xemacs.org> | |
1511 | |
1512 * XEmacs 21.2.8 is released. | |
1513 | |
1514 1998-12-24 Martin Buchholz <martin@xemacs.org> | |
1515 | |
1516 * XEmacs 21.2.7 is released. | |
1517 | |
1518 1998-12-17 Andy Piper <andy@xemacs.org> | |
1519 | |
1520 * pop.c (pop_open): disable use of getpass() which doesn't exist under NT. | |
1521 | |
1522 * movemail.c: mess with includes so that it builds under native NT. | |
1523 | |
1524 * pop.c: mess with includes so that it builds under native NT. | |
1525 From Fabrice Popineau <popineau@ese-metz.fr> | |
1526 | |
1527 1998-12-16 Andy Piper <andy@xemacs.org> | |
1528 | |
1529 * XEmacs 21.2.6 is released | |
1530 | |
1531 1998-12-05 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1532 | |
1533 * XEmacs 21.2.5 is released | |
1534 | |
1535 1998-11-28 SL Baur <steve@altair.xemacs.org> | |
1536 | |
1537 * XEmacs 21.2-beta4 is released. | |
1538 | |
1539 1998-10-14 Andy Piper <andyp@parallax.co.uk> | |
1540 | |
1541 * Makefile.in.in (movemail): add getopt.o to objects to link with. | |
1542 | |
1543 * movemail.c (main): rewrite to use getopt(). Add options for | |
1544 order reversal, progress output, regexp matching and message | |
1545 deletion. | |
1546 (popmail): add some optional verbose messages. Use pop_search_top | |
1547 for getting messages. Make message deletion optional. Delete all | |
1548 messages at the end rather than on a message my message basis. | |
1549 (pop_search_top): new function. Looks for messages matching regexp. | |
1550 (compile_regex): new function stolen from etags. | |
1551 | |
1552 1998-10-15 SL Baur <steve@altair.xemacs.org> | |
1553 | |
1554 * XEmacs 21.2-beta3 is released. | |
1555 | |
1556 1998-10-12 SL Baur <steve@altair.xemacs.org> | |
1557 | |
1558 * lib-src/gnudepend.pl: Use /usr/bin/perl. | |
1559 * Makefile.in.in (INSTALLABLE_SCRIPTS): Remove send-pr, install-sid. | |
1560 (GEN_SCRIPTS): Ditto. | |
1561 Delete TM_SCRIPTS. | |
1562 | |
1563 1998-10-11 SL Baur <steve@altair.xemacs.org> | |
1564 | |
1565 * tm-au: | |
1566 * tm-file: | |
1567 * tm-html: | |
1568 * tm-image: | |
1569 * tm-mpeg: | |
1570 * tm-plain: | |
1571 * tm-ps: | |
1572 * tmdecode: packaged. | |
1573 | |
1574 1998-10-10 SL Baur <steve@altair.xemacs.org> | |
1575 | |
1576 * install-sid: | |
1577 * send-pr: Packaged | |
1578 | |
1579 1998-10-01 Jan Vroonhof <vroonhof@math.ethz.ch> | |
1580 | |
1581 * gnuclient.c (filename_expand): Don't forget to copy the | |
1582 filename under UNIX. | |
1583 | |
1584 1998-09-29 SL Baur <steve@altair.xemacs.org> | |
1585 | |
1586 * XEmacs 21.2-beta2 is released. | |
1587 | |
1588 1998-09-08 Raymond Toy <toy@rtp.ericsson.se> | |
1589 | |
1590 * gnuclient.c (filename_expand): Added better recognition of | |
1591 absolute pathnames for CYGWIN. Convert absolute pathnames with | |
1592 drive letters to something xemacs can handle. | |
1593 | |
1594 1998-07-19 SL Baur <steve@altair.xemacs.org> | |
1595 | |
1596 * XEmacs 21.2-beta1 is released. | |
1597 | |
1598 1998-07-15 SL Baur <steve@altair.xemacs.org> | |
1599 | |
1600 * update-elc.sh (ignore_pattern): Add very-early-lisp.el as | |
1601 something to never bytecompile. | |
1602 | |
1603 1998-07-12 SL Baur <steve@altair.xemacs.org> | |
1604 | |
1605 * XEmacs 21.0-pre5 is released. | |
1606 | |
1607 1998-07-09 SL Baur <steve@altair.xemacs.org> | |
1608 | |
1609 * XEmacs 21.0-pre4 is released. | |
1610 | |
1611 1998-06-16 Jan Vroonhof <vroonhof@math.ethz.ch> | |
1612 | |
1613 * gnuclient.c (main): Use disconnect_from_server to read & echo | |
1614 result. | |
1615 | |
1616 1998-06-15 Andy Piper <andyp@parallax.co.uk> | |
1617 | |
1618 * Makefile.in.in: add xemacs icon to the runemacs executable. | |
1619 | |
1620 1998-06-12 Jim Radford <radford@robby.caltech.edu> | |
1621 | |
1622 * gnuclient.c (initialize_signals): Don't pass SIGHUP to XEmacs. | |
1623 | |
1624 1998-06-04 Andy Piper <andyp@parallax.co.uk> | |
1625 | |
1626 * Makefile.in.in (runemacs): add runemacs as a build target if | |
1627 HAVE_MS_WINDOWS is defined. move cpp stuff up slightly so that | |
1628 build targets can benefit from it. | |
1629 | |
1630 1998-05-31 Kirill M. Katsnelson <kkm@kis.ru> | |
1631 | |
1632 * wakeup.c (sleep): Added NT preprocessor quirkfest. | |
1633 (main): Exit when fflush() fails on stdout. | |
1634 | |
1635 1998-05-30 Kirill M. Katsnelson <kkm@kis.ru> | |
1636 | |
1637 * getopt.c: Undefine getpid before redefinition. | |
1638 | |
1639 * make-docfile.c: Added <io.h> when compiling on NT | |
1640 | |
1641 * movemail.c: Ditto. | |
1642 (main): Declare some auto variables only when DISABLE_DIRECT_ACCESS | |
1643 is undefined, so they are actually used, to supress compilation | |
1644 warnings. | |
1645 | |
1646 1998-05-16 SL Baur <steve@altair.xemacs.org> | |
1647 | |
1648 * etags.c (C_entries): Avoid short circuiting comparisons on | |
1649 characters that may appear in C++ operator constructs. | |
1650 | |
1651 * ootags.c (C_entries): Commentary change. | |
1652 | |
1653 * Makefile.in.in (PKG_SCRIPTS): Remove add-little-package.sh. | |
1654 | |
1655 1998-05-11 Martin Buchholz <martin@xemacs.org> | |
1656 | |
1657 * Makefile.in.in: | |
1658 - Adjust for luser's CDPATH being set to something weird. | |
1659 - Take into account bash 2.02's tendency to print the cwd when | |
1660 using CDPATH. Always use `cd ./foo' instead of `cd foo'. | |
1661 - fix the run-temacs target to use $(DUMPENV) | |
1662 - fix the run-puremacs target to use $(DUMPENV) | |
1663 - fix the `depend' target to properly $(RM) the right files | |
1664 - Generate a better TAGS file for XEmacs' lisp code using | |
1665 hand-crafted regexps. | |
1666 - Use standard coding conventions for modules/Makefile.in | |
1667 | |
1668 1998-05-07 Andy Piper <andyp@parallax.co.uk> | |
1669 | |
1670 * update-elc.sh: test x && y loses in the presence of set -e, use | |
1671 if instead. | |
1672 | |
1673 1998-05-06 SL Baur <steve@altair.xemacs.org> | |
1674 | |
1675 * Makefile.in.in (INSTALLABLES): Add ootags. | |
1676 (ootags): New rule. | |
1677 | |
1678 * ootags.c: New file. | |
1679 (C_entries): Annotate changes neeeded for increased OO-Browser | |
1680 context. | |
1681 | |
1682 1998-05-05 Jeff Miller <jmiller@smart.net> | |
1683 | |
1684 * Makefile.in.in: Fix blessmail target. | |
1685 | |
1686 1998-05-05 SL Baur <steve@altair.xemacs.org> | |
1687 | |
1688 * Makefile.in.in (etags_args): Back out -DOO_BROWSER | |
1689 | |
1690 * etags.c: Revert to CVS version 1.11 (pre OO-browser additions). | |
1691 | |
1692 1998-05-04 SL Baur <steve@altair.xemacs.org> | |
1693 | |
1694 * etags.c (C_entries): Fix order typo. | |
1695 (C_entries): Restore previous test. | |
1696 | |
1697 Wed Apr 22 12:59:35 1998 Andy Piper <andyp@parallax.co.uk> | |
1698 | |
1699 * installexe.sh: fix to use -f instead of -e file and fix shift | |
1700 typo. | |
1701 | |
1702 1998-04-22 SL Baur <steve@altair.xemacs.org> | |
1703 | |
1704 * etags.c: Unconditionally define OO_BROWSER. | |
1705 | |
1706 * update-elc.sh: Tighten up regexp on uname -r output. | |
1707 From Marcus Thiessel <thiessel@tmbbwtx.bbn.hp.com> | |
1708 | |
1709 1998-04-19 Jan Vroonhof <vroonhof@math.ethz.ch> | |
1710 | |
1711 * gnuclient.c (main): Read eval from from stdin if just "-batch" | |
1712 is given. | |
1713 * gnudoit: Support this. | |
1714 * gnuserv.1: Document this behavior. | |
1715 | |
1716 1998-04-18 Andreas Jaeger <aj@arthur.rhein-neckar.de> | |
1717 | |
1718 * etags.c (C_entries): Add parentheses. | |
1719 | |
1720 * etags-vmslib.c: Remove. It's not needed anymore. | |
1721 | |
1722 Fri Apr 17 12:59:35 1998 Andy Piper <andyp@parallax.co.uk> | |
1723 | |
1724 * installexe.sh: New file. | |
1725 | |
1726 1998-04-17 Olivier Galibert <galibert@pobox.com> | |
1727 | |
1728 * etags.c (print_help): Correct typo. | |
1729 | |
1730 1998-04-16 SL Baur <steve@altair.xemacs.org> | |
1731 | |
1732 * Makefile.in.in: Add -DOO_BROWSER to etags arguments. | |
1733 | |
1734 * etags.c: Synch with InfoDock. | |
1735 | |
1736 * update-autoloads.sh: Don't attempt to eval `make-special' stuffs | |
1737 anymore. They are no longer used. | |
1738 * update-custom.sh: Always check in lisp/. | |
1739 | |
1740 1998-03-18 Jan Vroonhof <vroonhof@math.ethz.ch> | |
1741 | |
1742 * gnuclient.c (main): Do not copy string unnecessary in (too) | |
1743 small buffers. | |
1744 | |
1745 1998-03-02 SL Baur <steve@altair.xemacs.org> | |
1746 | |
1747 * update-elc.sh: Change all -q -no-site-file to -vanilla | |
1748 | |
1749 1998-02-27 SL Baur <steve@altair.xemacs.org> | |
1750 | |
1751 * update-elc.sh (ignore_pattern): Add Installation.el, remove old | |
1752 stuff from 20.4. | |
1753 | |
1754 Tue Feb 17 12:50:37 1998 Andy Piper <andyp@parallax.co.uk> | |
1755 | |
1756 * lib-src/Makefile.in.in: make sure clean removes msw executables | |
1757 | |
1758 1998-02-24 SL Baur <steve@altair.xemacs.org> | |
1759 | |
1760 * gnuserv.h: Enable USE_TMPDIR. | |
1761 | |
1762 1998-02-23 Glynn Clements <glynn@sensei.co.uk> | |
1763 | |
1764 * gnuclient.c (main): initialise variable `tmpdir' from the TMPDIR | |
1765 environment variable. | |
1766 | |
1767 * gnuserv.c (various): replace hardcoded references to /tmp with | |
1768 the value of `tmpdir'. | |
1769 (main): initialise variable `tmpdir' from the TMPDIR | |
1770 environment variable. | |
1771 | |
1772 * gnuserv.h: include (commented-out) definition of USE_TMPDIR. | |
1773 Add `extern char *tmpdir'. | |
1774 | |
1775 * gnuslib.c (various): replace hardcoded references to /tmp with | |
1776 the value of `tmpdir'. | |
1777 | |
1778 1998-02-15 SL Baur <steve@altair.xemacs.org> | |
1779 | |
1780 * getopt.c (_getopt_internal): Add braces for clarity. | |
1781 | |
1782 1998-01-13 Martin Buchholz <martin@xemacs.org> | |
1783 | |
1784 * lib-src/add-little-package.sh: | |
1785 * lib-src/add-big-package.sh: | |
1786 Use proper paranoid quoting for sh variables. | |
1787 -batch implies -q. | |
1788 | |
1789 Thu Jan 08 09:42:36 1998 <andyp@parallax.co.uk> | |
1790 | |
1791 * gnuserv.h: only set UNIX_DOMAIN_SOCKETS if HAVE_SYS_UN_H is | |
1792 set. | |
1793 | |
1794 * gnuserv.c: tidy up so that it builds when we don't have | |
1795 UNIX_DOMAIN_SOCKETS. | |
1796 | |
1797 1998-01-07 SL Baur <steve@altair.xemacs.org> | |
1798 | |
1799 * update-elc.sh (ignore_pattern): Replace -vanilla with `-q | |
1800 -no-site-file'. | |
1801 * update-autoloads.sh (dirs): Ditto. | |
1802 * update-custom.sh (dirs): Ditto. | |
1803 | |
1804 1997-12-18 SL Baur <steve@altair.xemacs.org> | |
1805 | |
1806 * update-elc.sh (mule_p): Remove skk's special treatment. | |
1807 | |
1808 1997-12-09 SL Baur <steve@altair.xemacs.org> | |
1809 | |
1810 * update-elc.sh (ignore_pattern): Correct paths of files that | |
1811 should not be bytecompiled, and remove dead files. | |
1812 | |
1813 1997-12-02 SL Baur <steve@altair.xemacs.org> | |
1814 | |
1815 * update-elc.sh (mule_p): Update for addition of SKK. | |
1816 | |
1817 * update-autoloads.sh (mule_p): Update ignore_dirs for | |
1818 lisp/language and lisp/skk. | |
1819 * update-custom.sh (mule_p): Ditto. | |
1820 | |
1821 1997-11-29 Jeff Miller <jmiller@smart.net> | |
1822 | |
1823 * Makefile.in.in: Changed path to blessmail.el for blessmail target | |
1824 to match new lisp directory layout. | |
1825 | |
1826 1997-11-27 SL Baur <steve@altair.xemacs.org> | |
1827 | |
1828 * update-elc.sh: Obliterate usage of make_special, since nothing | |
1829 requires it any more. | |
1830 | |
1831 1997-11-23 SL Baur <steve@altair.xemacs.org> | |
1832 | |
1833 * update-elc.sh (BYTECOMP): cleantree.el has been moved. | |
1834 | |
1835 1997-11-18 Colin Rafferty <craffert@ml.com> | |
1836 | |
1837 * update-elc.sh (prune_vc): Made it ignore any directory that | |
1838 starts with a period. | |
1839 | |
1840 1997-11-16 SL Baur <steve@altair.xemacs.org> | |
1841 | |
1842 * gnuserv.c (main): make return type int. | |
1843 Suggested by Andreas Jaeger <aj@arthur.rhein-neckar.de> | |
1844 | |
1845 * fakemail.c (main): Ditto. | |
1846 | |
1847 1997-11-13 SL Baur <steve@altair.xemacs.org> | |
1848 | |
1849 * pop.c: Add includes from movemail.c so standard functions get | |
1850 declared. | |
1851 (pop_retrieve): Return NULL if falling off the end of the | |
1852 function. | |
1853 | |
1854 * movemail.c: Hide declarations of popmail(), mbx_write(), | |
1855 mbc_delimit_begin(), and mbx_delimit_end() behind MAIL_USE_POP | |
1856 guard. | |
1857 (pop_retr): Change 4th parameter to void *. | |
1858 | |
1859 1997-11-02 SL Baur <steve@altair.xemacs.org> | |
1860 | |
1861 * update-custom.sh (dirs): Remove packaged directories. | |
1862 | |
1863 * update-elc.sh (ignore_pattern): Hyperbole, oobr and ilisp are | |
1864 now packaged. | |
1865 | |
1866 * update-autoloads.sh (mule_p): Hyperbole and oobr are now | |
1867 packaged. | |
1868 | |
1869 1997-10-30 SL Baur <steve@altair.xemacs.org> | |
1870 | |
1871 * update-autoloads.sh (mule_p): EFS has been packaged. | |
1872 * update-elc.sh (make_special_commands): Ditto. | |
1873 | |
1874 * update-elc.sh: VM has been packaged. | |
1875 | |
1876 * update-autoloads.sh: Add directory language | |
1877 | |
1878 1997-10-23 SL Baur <steve@altair.xemacs.org> | |
1879 | |
1880 * update-elc.sh (BYTECOMP): Specify -vanilla | |
1881 * update-autoloads.sh (dirs): Ditto. | |
1882 * update-custom.sh (dirs): Ditto. | |
1883 | |
1884 1997-10-10 Martin Buchholz <mrb@eng.sun.com> | |
1885 | |
1886 * config.values.in: Run config.values.sh | |
1887 | |
1888 1997-10-09 SL Baur <steve@altair.xemacs.org> | |
1889 | |
1890 * Makefile.in.in (PKG_SCRIPTS): Add new package manipulation | |
1891 scripts. | |
1892 | |
1893 * add-little-package.sh: New file. Support script to install | |
1894 single file packages. | |
1895 | |
1896 * Makefile.in.in (distclean): Reverse change -- do not remove | |
1897 config.values.in. | |
1898 Suggested by: Martin Buchholz <mrb@Eng.Sun.COM> | |
1899 | |
1900 1997-10-06 SL Baur <steve@altair.xemacs.org> | |
1901 | |
1902 * Makefile.in.in (distclean): Remove config.values.in. | |
1903 From Martin Buchholz <mrb@Eng.Sun.COM> | |
1904 | |
1905 1997-10-04 SL Baur <steve@altair.xemacs.org> | |
1906 | |
1907 * update-autoloads.sh (mule_p): W3 is a package now. | |
1908 | |
1909 1997-09-30 SL Baur <steve@altair.xemacs.org> | |
1910 | |
1911 * update-elc.sh (ignore_pattern): Don't attempt bytecompiling | |
1912 lisp/leim/quail/tibetan.el and lisp/language/tibet-util.el. | |
1913 | |
1914 1997-09-29 SL Baur <steve@altair.xemacs.org> | |
1915 | |
1916 * update-elc.sh (mule_p): Ignore mu/latex-math-symbol.el if we're | |
1917 not building with Mule. | |
1918 | |
1919 1997-09-27 Hrvoje Niksic <hniksic@srce.hr> | |
1920 | |
1921 * update-custom.sh: New file. | |
1922 | |
1923 * update-autoloads.sh: Minor fixes. | |
1924 | |
1925 1997-08-11 Jeff Miller <jmiller@smart.net> | |
1926 * Makefile.in.in: Added a test for system-type equal to linux to | |
1927 lisp/paths.el. Mail spool dir should be /var/spool/mail. | |
1928 | |
1929 * cleaned up lib-src/Makefile.in.in regarding targets blessmail and | |
1930 maybe-blessmail. Added target do-blessmail. Makefile.in.in was also | |
1931 missing a variable called "configuration. This messed up archilibdir. | |
1932 | |
1933 * Added highlighting to text suggesting to do "make gzip-el" in top | |
1934 level Makefile.in. Added code to do make maybe-blessmail after a | |
1935 make install is done. | |
1936 | |
1937 1997-08-07 Jan Vroonhof <vroonhof@math.ethz.ch> | |
1938 | |
1939 * gnuclient.c (main): Made help string correspond to options. | |
1940 | |
1941 1997-08-01 SL Baur <steve@altair.xemacs.org> | |
1942 | |
1943 * Makefile.in.in (distclean): Remove config.values here only. | |
1944 | |
1945 1997-07-27 SL Baur <steve@altair.xemacs.org> | |
1946 | |
1947 * Makefile.in.in (UTILITIES): Add config.values so it can be | |
1948 cleared away by `make distclean'. | |
1949 | |
1950 1997-07-21 SL Baur <steve@altair.xemacs.org> | |
1951 | |
1952 * update-elc.sh (make_special_commands): Remove processing for | |
1953 Gnus and AUCTeX. | |
1954 | |
1955 1997-07-19 SL Baur <steve@altair.xemacs.org> | |
1956 | |
1957 * update-elc.sh (mule_p): Do not attempt to bytecompile | |
1958 char-table.el and chartblxmas.el. | |
1959 | |
1960 1997-07-08 Steven L Baur <steve@altair.xemacs.org> | |
1961 | |
1962 * update-elc.sh (cc-mode): Don't give cc-mode special treatment. | |
1963 | |
1964 * update-autoloads.sh (cc-mode): Don't give cc-mode special | |
1965 treatment. | |
1966 | |
1967 * rcs2log: Synch with Emacs/Mule zeta. | |
1968 | |
1969 1997-07-03 Steven L Baur <steve@altair.xemacs.org> | |
1970 | |
1971 * update-elc.sh (make_special_commands): Fix building of ilisp so | |
1972 custom-load.elc gets built. | |
1973 | |
1974 1997-06-27 Steven L Baur <steve@altair.xemacs.org> | |
1975 | |
1976 * update-autoloads.sh: Major rework. Avoid looking at MULE | |
1977 directories if not running XEmacs/Mule. | |
1978 - Look into all Mule directories for building autoloads. | |
1979 | |
1980 * update-elc.sh (make_special_commands): Fix handling of | |
1981 bytecompilation of AUCTeX to avoid looking at tex-jp.el if not | |
1982 running MULE. | |
1983 | |
1984 1997-06-24 Steven L Baur <steve@altair.xemacs.org> | |
1985 | |
1986 * gnuattach: Needed executable bit set. | |
1987 Suggested by Kyle Jones <kyle_jones@wonderworks.com> | |
1988 | |
1989 * update-elc.sh (ignore_pattern): lisp/language/ethiopic byte | |
1990 compiles now. | |
1991 | |
1992 1997-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
1993 | |
1994 * update-autoloads.sh: Search lisp/mule/. | |
1995 | |
1996 1997-06-20 Steven L Baur <steve@altair.xemacs.org> | |
1997 | |
1998 * gnuattach: Readd as warning script. | |
1999 | |
2000 * Makefile.in.in (INSTALLABLE_SCRIPTS): Readd Gnuattach. | |
2001 From Hrvoje Niksic <hniksic@srce.hr> | |
2002 | |
2003 1997-06-13 Steven L Baur <steve@altair.xemacs.org> | |
2004 | |
2005 * update-elc.sh (mule_p): Ignore lisp/language when building | |
2006 non-Mule. | |
2007 (ignore_pattern): Ignore Languages we don't support yet. | |
2008 | |
2009 1997-06-02 Steven L Baur <steve@altair.xemacs.org> | |
2010 | |
2011 * update-elc.sh (ignore_dirs): Handle ported Quail (LEIM). | |
2012 | |
2013 Tue May 20 23:22:00 1997 Steven L Baur <steve@altair.xemacs.org> | |
2014 | |
2015 * update-autoloads.sh (dirs): Remove obsolete directory lisp/vms | |
2016 from exclusion list (it doesn't exist any more). Remove | |
2017 lisp/eterm from exclusion list of directories searched for | |
2018 autoloads. | |
2019 | |
2020 Thu May 1 15:26:20 1997 Steven L Baur <steve@altair.xemacs.org> | |
2021 | |
2022 * update-elc.sh (mule_p): Test for mule bombs with change in format | |
2023 of new output of featurep. | |
2024 | |
2025 Fri Apr 25 09:12:04 1997 Steven L Baur <steve@altair.xemacs.org> | |
2026 | |
2027 * pstogif: Use Martin Buchholz magic to automagically find perl | |
2028 interpreter. | |
2029 | |
2030 Tue Apr 8 03:08:22 1997 Steven L Baur <steve@altair.xemacs.org> | |
2031 | |
2032 * Makefile.in.in: C Comment out Make comments. No snide comments | |
2033 from me, no sir. | |
2034 | |
2035 Tue Apr 1 12:26:53 1997 Steven L Baur <steve@altair.xemacs.org> | |
2036 | |
2037 * Makefile.in.in: Added stuff for updated movemail.c. | |
2038 | |
2039 Sat Mar 29 16:57:01 1997 Steven L Baur <steve@altair.xemacs.org> | |
2040 | |
2041 * send-pr (GNATS_ADDR): Use xemacs.org as submission address. | |
2042 (DATADIR): Allow for DATADIR to be passed in as an environment | |
2043 variable. | |
2044 | |
2045 Sun Mar 23 15:57:19 1997 Steven L Baur <steve@altair.xemacs.org> | |
2046 | |
2047 * update-elc.sh (make_special_commands): Use target of x20 for efs. | |
2048 | |
2049 Wed Mar 19 10:38:04 1997 Steven L Baur <steve@altair.xemacs.org> | |
2050 | |
2051 * Makefile.in.in (SCRIPTS): Link gzip-el.sh in --srcdir | |
2052 configuration. | |
2053 | |
2054 Tue Mar 18 17:49:14 1997 Steven L Baur <steve@altair.xemacs.org> | |
2055 | |
2056 * update-elc.sh (EMACS): Removed $XEMACS backdoor. We will make | |
2057 the .elcs *only* with the freshly built XEmacs. | |
2058 | |
2059 Mon Mar 17 10:12:03 1997 Steven L Baur <steve@altair.xemacs.org> | |
2060 | |
2061 * Makefile.in.in (INSTALLABLE_SCRIPTS): Add install-sid and | |
2062 send-pr (from GNATS). | |
2063 | |
2064 * update-elc.sh (prune_vc): Use full path to cleantree.el. | |
2065 (NUMTOCOMPILE): Remove useless rule to recompile out-of-date .elcs. | |
2066 | |
2067 Sun Mar 16 21:13:29 1997 Steven L Baur <steve@altair.xemacs.org> | |
2068 | |
2069 * install-sid: New file (GNATS integration). | |
2070 | |
2071 * send-pr: New file (GNATS integration). | |
2072 | |
2073 Fri Mar 14 17:59:57 1997 Steven L Baur <steve@altair.xemacs.org> | |
2074 | |
2075 * update-elc.sh (ignore_dirs): Build VM with `make autoload'. | |
2076 | |
2077 Wed Mar 5 18:07:57 1997 Steven L Baur <steve@altair.xemacs.org> | |
2078 | |
2079 * gzip-el.sh: New file. Courtesy of Jeff Miller and Hrvoje Niksic. | |
2080 | |
2081 * update-elc.sh (els): Remove out of date .elcs before building. | |
2082 | |
2083 Tue Mar 4 18:45:10 1997 Martin Buchholz <mrb@eng.sun.com> | |
2084 | |
2085 * update-elc.sh (els): No more special treatment for vm.elc. | |
2086 | |
2087 Wed Feb 26 18:17:59 1997 Steven L Baur <steve@altair.xemacs.org> | |
2088 | |
2089 * make-docfile.c (next_extra_elc): New function. | |
2090 (main): Use it. Implementation of `-i' parameter to pass a list | |
2091 of site-loaded lisp files. | |
2092 | |
2093 Wed Feb 19 18:24:49 1997 Steven L Baur <steve@altair.xemacs.org> | |
2094 | |
2095 * update-elc.sh: Added lisp/auctex. | |
2096 | |
2097 Thu Feb 13 11:32:47 1997 Steven L Baur <steve@altair.xemacs.org> | |
2098 | |
2099 * Makefile.in.in: Install pstogif script. | |
2100 | |
2101 Sun Dec 29 17:16:45 1996 Martin Buchholz <mrb@eng.sun.com> | |
2102 | |
2103 * update-elc.sh (make_special_commands): Make ilisp be a little | |
2104 smarter about recompilation. | |
2105 | |
2106 Wed Dec 18 20:22:55 1996 Martin Buchholz <mrb@eng.sun.com> | |
2107 | |
2108 * mmencode.c: Don't declare index(). | |
2109 | |
2110 * Makefile.in.in: Documentation changes. | |
2111 | |
2112 * update-elc.sh: Portability Fix. | |
2113 | |
2114 Thu Dec 5 15:41:53 1996 Martin Buchholz <mrb@Eng.Sun.COM> | |
2115 | |
2116 * update-elc.sh: Corrections to protect against too smart /bin/sh'es. | |
2117 |