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