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