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