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