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