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