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