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