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