1318
+ − 1 2003-02-20 Ben Wing <ben@xemacs.org>
+ − 2
+ − 3 * PROBLEMS:
+ − 4 * PROBLEMS (event-stream.c): Removed.
+ − 5 * PROBLEMS (ABSTRACT):
+ − 6 * PROBLEMS (patch.):
+ − 7 * PROBLEMS (Note):
+ − 8 Add comment about Cygwin, unexec and sysmalloc.
+ − 9 Move some non-general stuff out of general.
+ − 10 Make a section for x86.
+ − 11
+ − 12 * configure.in (AC_INIT_NOTICE):
+ − 13 * configure.in (XE_COMPUTE_RUNPATH):
+ − 14 Add check for broken alloca in funcalls.
+ − 15
1314
+ − 16 2003-02-19 Ben Wing <ben@xemacs.org>
+ − 17
+ − 18 * Makefile.in.in:
+ − 19 * Makefile.in.in (GENERATED_HEADERS):
+ − 20 * Makefile.in.in (GENERATED_LISP): Removed.
+ − 21 * Makefile.in.in (.NO_PARALLEL):
+ − 22 * Makefile.in.in (beta):
+ − 23 * Makefile.in.in (dist):
+ − 24 * Makefile.in.in (batch): Removed.
+ − 25 * Makefile.in.in (batch_packages): Removed.
+ − 26 * Makefile.in.in (check): New.
+ − 27 * Makefile.in.in (finder): Removed.
+ − 28 * Makefile.in.in (check-features): New.
+ − 29 * Makefile.in.in (.PHONY):
+ − 30 * Makefile.in.in (install-only):
+ − 31 * Makefile.in.in (tagslisp):
+ − 32 * Makefile.in.in (info):
+ − 33 Major surgery. Move all stuff related to building anything in the
+ − 34 src/ directory into src/. Simplify the dependencies -- everything
+ − 35 in src/ is dependent on the single entry `src' in MAKE_SUBDIRS.
+ − 36 Remove weirdo targets like `all-elc[s]', dump-elc[s], etc.
+ − 37
1307
+ − 38 2003-02-16 Steve Youngs <youngs@xemacs.org>
+ − 39
+ − 40 * XEmacs 21.5.11 "cabbage" is released.
+ − 41
1303
+ − 42 2003-02-15 Ben Wing <ben@xemacs.org>
+ − 43
+ − 44 * Makefile.in.in (batch_packages): Run update-elc-2 with -no-autoloads
+ − 45 to avoid multiple autoload-loading problem.
+ − 46 * configure.usage (--error-checking): Document quick-build better.
+ − 47
1294
+ − 48 2003-01-28 Martin Buchholz <martin@xemacs.org>
+ − 49
+ − 50 * configure.in (opsys): (AIX specific)
+ − 51 Use opsys=aix4-2 for AIX 5 and all future versions.
+ − 52
1283
+ − 53 2003-02-10 Stephen J. Turnbull <stephen@xemacs.org>
+ − 54
+ − 55 * INSTALL: Recommend Mule, deprecate stripped binaries.
+ − 56
1259
+ − 57 2003-02-05 Stephen J. Turnbull <stephen@xemacs.org>
+ − 58
+ − 59 * configure.in (DLSYM_NEEDS_UNDERSCORE): Define on darwin.
+ − 60
+ − 61 * configure.in: Fix --srcdir processing.
+ − 62
1245
+ − 63 2003-01-31 Stephen J. Turnbull <stephen@xemacs.org>
+ − 64
+ − 65 * PROBLEMS: Collect Motif information in one place.
+ − 66
1232
+ − 67 2002-10-19 Stephen Turnbull <stephen@xemacs.org>
+ − 68
+ − 69 * Makefile.in.in (clean): Delete auto-autoloads.e* and custom-load.*
+ − 70 in lisp, lisp/mule, and modules.
+ − 71
1222
+ − 72 2003-01-14 Jerry James <james@xemacs.org>
+ − 73
+ − 74 * PROBLEMS: Describe Steve Youngs' problem with the PostgreSQL
+ − 75 module and --error-checking=all.
+ − 76
1214
+ − 77 2003-01-13 Ilya Golubev <golubev@xemacs.org>
+ − 78
+ − 79 * etc/photos/golubev.png, etc/photos/golubevm.png: New.
+ − 80
1202
+ − 81 2003-01-12 Mike Sperber <mike@xemacs.org>
+ − 82
+ − 83 * configure.in: Check for strupr and strlwr.
+ − 84
+ − 85 2002-12-16 Ben Wing <ben@xemacs.org>
+ − 86
+ − 87 * INSTALL (Rationale):
+ − 88 * configure.in (XE_COMPUTE_RUNPATH):
+ − 89 * configure.usage (Usage):
+ − 90 * configure.usage (--xemacs-compiler):
+ − 91 * configure.usage (--srcdir):
+ − 92 * configure.usage (--with-prefix):
+ − 93 * configure.usage (--bindir): New.
+ − 94 * configure.usage (--datadir): New.
+ − 95 * configure.usage (--statedir): New.
+ − 96 * configure.usage (--libdir): New.
+ − 97 * configure.usage (--infodir): New.
+ − 98 * configure.usage (--mandir): New.
+ − 99 * configure.usage (--lispdir): New.
+ − 100 * configure.usage (--sitelispdir): New.
+ − 101 * configure.usage (--etcdir): New.
+ − 102 * configure.usage (--lockdir): New.
+ − 103 * configure.usage (--archlibdir): New.
+ − 104 * configure.usage (--docdir): New.
+ − 105 * configure.usage (--moduledir): New.
+ − 106 * configure.usage (--with-site-lisp): New.
+ − 107 * configure.usage (--with-site-modules): New.
+ − 108 * configure.usage (--package-path): New.
+ − 109 * configure.usage (--infopath): New.
+ − 110 * configure.usage (--with-xmu):
+ − 111 * configure.usage (--with-tty):
+ − 112 * configure.usage (--with-gif):
+ − 113 * configure.usage (--native-sound-lib):
+ − 114 * configure.usage (--with-xim): New.
+ − 115 * configure.usage (--with-clash-detection): New.
+ − 116 * configure.usage (--with-database):
+ − 117 * configure.usage (--mail-locking):
+ − 118 * configure.usage (--with-ipv6-cname): Removed.
+ − 119 * configure.usage (--error-checking):
+ − 120 Redo usage message more logically, fix some problems. In configure,
+ − 121 when outputting the compilation options, put in a big ugly warning
+ − 122 about using union-type, since it's been known to trigger so many
+ − 123 compiler bugs, invariably leading to weird crashes.
+ − 124
1187
+ − 125 2003-01-04 Steve Youngs <youngs@xemacs.org>
+ − 126
+ − 127 * XEmacs 21.5.10 "burdock" is released.
+ − 128
1157
+ − 129 2002-07-08 Andy Piper <andy@xemacs.org>
+ − 130
+ − 131 * Makefile.in.in (src/sheap-adjust.h): reset back to zero. Making
+ − 132 this anything other than zero was misguided.
+ − 133
1155
+ − 134 2002-12-04 Stephen J. Turnbull <stephen@xemacs.org>
+ − 135
+ − 136 * configure.in: Make --pdump default per opsys; move Darwin's
+ − 137 setting and change Linux's default to yes.
+ − 138
1123
+ − 139 2002-11-27 Ben Wing <ben@xemacs.org>
+ − 140
+ − 141 * configure.in (CANONICALIZE_PATH):
+ − 142 * configure.in (TAB):
+ − 143 Check for GCC version and only use -Wpacked in v3.
+ − 144
1117
+ − 145 2002-10-14 Jerry James <james@xemacs.org>
+ − 146
+ − 147 * configure.in: Remove LISP_FLOAT_TYPE definition.
+ − 148
1111
+ − 149 2002-11-17 Ben Wing <ben@xemacs.org>
+ − 150
+ − 151 * aclocal.m4 (cygwin_warn): New.
+ − 152 Disable shared library modules under Cygwin for the moment,
+ − 153 since we need some more tricky coding done and I don't have the
+ − 154 time right now.
+ − 155
+ − 156 * configure.in:
+ − 157 * configure.in (need_modules_common): New.
+ − 158 * configure.in (quoted_arguments):
+ − 159 * configure.in (stack_trace_eye_catcher):
+ − 160 * configure.in (CPP):
+ − 161 * configure.in (CFLAGS): New.
+ − 162 * configure.in (bitmapdir):
+ − 163 * configure.in (ldap_libs):
+ − 164 * configure.in (postgresql_libs):
+ − 165 * configure.in (all_widgets):
+ − 166 * configure.in (SUBDIR_MAKEFILES):
+ − 167 * configure.in (RECURSIVE_MAKE):
+ − 168 * configure.in (null_string):
+ − 169 * configure.in (Mail):
+ − 170 * configure.usage (--cflags):
+ − 171 * configure.usage (--cflags_warning): New.
+ − 172
+ − 173 Make sure we use the compiler in --xemacs-compiler to compile
+ − 174 the modules, too, or we will get link errors when trying to do
+ − 175 a C++ build.
+ − 176
+ − 177 Create a directory modules/common, in which is code common to all
+ − 178 the module Makefiles and configure.ac's. We create a separate
+ − 179 directory because we may be building in a separate source tree,
+ − 180 and need a way of accessing the common code (at least in the case
+ − 181 of the Makefile). Either we create symlinks for all necessary
+ − 182 files or one just for the directory -- the latter is more robust.
+ − 183
+ − 184 Add code to create the symlink for modules/common as necessary.
+ − 185 When creating the modules Makefiles, append the common code.
+ − 186
+ − 187 Check for wcslen/wcscmp; apparently missing sometimes in Cygwin and
+ − 188 G++ v3.
+ − 189
+ − 190 Output correct compiler name in messages.
+ − 191
+ − 192 Separate warning flags from other C flags so that user-specified
+ − 193 --cflags doesn't disable warnings.
+ − 194
1100
+ − 195 2002-11-12 Stephen J. Turnbull <stephen@xemacs.org>
+ − 196
+ − 197 * PROBLEMS (Running/Linux): Lesstif 0.93.36 info, from F. McIngvale.
+ − 198
+ − 199 2002-11-12 Stephen J. Turnbull <stephen@xemacs.org>
1098
+ − 200
+ − 201 * PROBLEMS: Typo fix.
+ − 202
1092
+ − 203 2002-10-31 John Paul Wallington <jpw@shootybangbang.com>
+ − 204
+ − 205 * info/dir (File): button1 on a highlighted word doesn't
+ − 206 follow that cross-reference.
+ − 207
+ − 208 2002-10-31 Stephen J. Turnbull <stephen@xemacs.org>
+ − 209
+ − 210 * PROBLEMS (Running/IRIX): Irix 6.5 coredumps. Thanks, Valdis.
+ − 211
+ − 212 2002-10-19 Stephen Turnbull <stephen@xemacs.org>
+ − 213
+ − 214 * Makefile.in.in (clean): Delete auto-autoloads.e* and custom-load.*
+ − 215 in lisp, lisp/mule, and modules.
+ − 216 ChangeLog: Fix my bogus email addresses.
+ − 217
1070
+ − 218 2002-10-25 Stephen J. Turnbull <stephen@xemacs.org>
+ − 219
+ − 220 * configure.in (Check for POSIX functions): New section head.
+ − 221 getaddrinfo is detected on HP-UX 11.XX, but appears to be
+ − 222 non-functional. Disable it. Based on work by Darryl Okahata.
+ − 223
1092
+ − 224 2002-10-18 Stephen J. Turnbull <stephen@xemacs.org>
1058
+ − 225
+ − 226 * PROBLEMS (Running/Cygwin): "No cygXpm-noX" fatal error.
+ − 227
1092
+ − 228 2002-10-17 Stephen J. Turnbull <stephen@xemacs.org>
1056
+ − 229
+ − 230 * PROBLEMS (Missing charsets): Remove ambiguity.
+ − 231
1045
+ − 232 2002-10-10 Stephen J. Turnbull <stephen@xemacs.org>
+ − 233
+ − 234 * INSTALL (PREREQUISITES): Recommend Texinfo 4.2.
+ − 235
1042
+ − 236 2002-09-27 Stephen J. Turnbull <stephen@xemacs.org>
+ − 237
+ − 238 * PROBLEMS (Running, General): Missing charset in FontSet warnings.
+ − 239
1036
+ − 240 2002-10-08 Stephen J. Turnbull <stephen@xemacs.org>
+ − 241
+ − 242 * PROBLEMS (MacOS/X): Describe stack limitation.
+ − 243 (Digital Unix): Generalize to all regexp-using applications.
+ − 244 * INSTALL (PREQUISITES): Mention MacOS/X stack limitation.
+ − 245 (PROBLEMS): Point to PROBLEMS file for build notes.
+ − 246 Thanks to Skip Montanaro for the report.
+ − 247
1011
+ − 248 2002-09-20 Steve Youngs <youngs@xemacs.org>
+ − 249
+ − 250 * Makefile.in.in (TAGS tags): Descend into the modules directory
+ − 251 as well.
+ − 252
1009
+ − 253 2002-09-20 Stephen J. Turnbull <stephen@xemacs.org>
+ − 254
+ − 255 * PROBLEMS: AIX memcpy MACRO/#ifdef USE_KKCC lossage. Thx, Valdis!
+ − 256
997
+ − 257 2002-08-08 Jerry James <james@xemacs.org>
+ − 258
+ − 259 * Makefile.in.in (install-arch-dep): Install internal modules and
+ − 260 the corresponding autoload file.
+ − 261 * configure: Regenerate.
+ − 262 * configure.in: Detect module support early.
+ − 263 Define variables to be substituted in internal Makefiles.
+ − 264 Use ldap_libs instead of LIBS for LDAP libraries.
+ − 265 Use postgresql_libs instead of LIBS for PostgreSQL libraries.
+ − 266 Introduce ld_libs_module for seamless module/no-module support.
+ − 267
981
+ − 268 2002-08-30 Steve Youngs <youngs@xemacs.org>
+ − 269
+ − 270 * XEmacs 21.5.9 "brussels sprouts" is released.
+ − 271
975
+ − 272 2002-08-16 Steve Youngs <youngs@xemacs.org>
+ − 273
+ − 274 * version.sh (xemacs_extra_name): New var to identify XEmacs
+ − 275 version > release < next release. ie, release+cvs.
+ − 276
+ − 277 * configure.in: Test for xemacs_extra_name.
+ − 278
+ − 279 * configure: Re-generate.
+ − 280
974
+ − 281 2002-08-22 Ville Skytt� <ville.skytta@xemacs.org>
+ − 282
+ − 283 * configure.usage: Reorder usage message to clarify what widgets
+ − 284 are supported and what aren't.
+ − 285
957
+ − 286 2002-08-10 Stephen J. Turnbull <stephen@xemacs.org>
+ − 287
+ − 288 * PROBLEMS (General advice): Define runtime and build problems.
+ − 289
+ − 290 2002-07-24 Stephen J. Turnbull <stephen@xemacs.org>
+ − 291
+ − 292 * PROBLEMS (Running, Linux): Rewrite "Hannibal Lecter" ld stuff.
+ − 293
933
+ − 294 2002-07-27 Steve Youngs <youngs@xemacs.org>
+ − 295
+ − 296 * XEmacs 21.5.8 "broccoli" is released.
+ − 297
925
+ − 298 2002-07-09 Mike Sperber <mike@xemacs.org>
+ − 299
+ − 300 * configure.usage:
+ − 301 * configure.in: Add --use-kkcc option for new GC algorithms.
+ − 302
917
+ − 303 2002-06-04 Jerry James <james@xemacs.org>
+ − 304
+ − 305 * configure.usage: Identify --with-modules as autodetecting.
+ − 306
915
+ − 307 2002-07-04 Stephen J. Turnbull <stephen@xemacs.org>
+ − 308
+ − 309 * PROBLEMS: Add two basic configuration questions.
+ − 310
911
+ − 311 2002-07-08 Mike Sperber <mike@xemacs.org>
+ − 312
+ − 313 * configure.in: Test for wchar.h.
+ − 314
894
+ − 315 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org>
+ − 316
+ − 317 * XEmacs 21.5.7 "broccoflower" is released.
+ − 318
892
+ − 319 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org>
+ − 320
+ − 321 * PROBLEMS (Running XEmacs; General): Xref FAQ Q3.10.6.
+ − 322
864
+ − 323 2002-05-22 Andy Piper <andy@xemacs.org>
+ − 324
+ − 325 * build-msw-release.sh (TMPINSTALL): install to a tmpdir so that
+ − 326 xemacs can be running while we build a dist.
+ − 327
+ − 328 2002-05-07 Andy Piper <andy@xemacs.org>
+ − 329
+ − 330 * configure.in: undo autoconf 2.5x change.
+ − 331
+ − 332 2002-04-26 Andy Piper <andy@xemacs.org>
+ − 333
+ − 334 * configure.in: make sure that a combined X and windows build gets
+ − 335 widgets.
+ − 336
+ − 337 2002-04-26 Andy Piper <andy@xemacs.org>
+ − 338
+ − 339 * configure.in: update to support autoconf 2.5x from Andreas
+ − 340 Schwab <schwab@suse.de> and/or Werner Fink <werner@suse.de>.
+ − 341
+ − 342 2002-05-04 Stephen J. Turnbull <stephen@xemacs.org>
+ − 343
+ − 344 * etc/sample.init.el: Fix comment typo about resize-minibuffer.
+ − 345
+ − 346 * etc/sample.init.el: Add description of initialization process,
+ − 347 the custom.el file, and code to load custom.el early instead of
+ − 348 late.
+ − 349
+ − 350 2002-04-22 Hrvoje Niksic <hniksic@xemacs.org>
+ − 351
+ − 352 * etc/photos/hniksic.png, etc/photos/hniksic.png: Update.
+ − 353
+ − 354 2002-04-25 Mike Fabian <mfabian@suse.de>
+ − 355
+ − 356 * configure.in: add option moduledir as mentioned in ./configure
+ − 357 --help
+ − 358
+ − 359 2001-04-21 Martin Buchholz <martin@xemacs.org>
+ − 360
+ − 361 * configure.in: Detect MacOS/X "Darwin".
+ − 362 Thanks to Greg Parker <gparker@cs.stanford.edu>.
+ − 363
+ − 364 2002-03-30 Steve Youngs <youngs@xemacs.org>
+ − 365
+ − 366 * etc/package-index.LATEST.pgp: Update to current reality.
+ − 367
+ − 368 2002-02-28 Stephen J. Turnbull <stephen@xemacs.org>
+ − 369
+ − 370 * etc/TUTORIAL.se: New from Mats Lidell.
+ − 371
+ − 372 2002-01-07 Jan Vroonhof <jan@xemacs.org>
+ − 373
+ − 374 * configure.in: Make explicit "--with-widgets" mean "=yes".
+ − 375 If "--with-widgets=yes" autodetect athena.
+ − 376
+ − 377 2001-12-29 Steve Youngs <youngs@xemacs.org>
+ − 378
+ − 379 * etc/package-index.LATEST.pgp: Update.
+ − 380
+ − 381 2001-12-13 William M. Perry <wmperry@gnu.org>
+ − 382
+ − 383 * configure.in (GTK): add -Wno-shadow.
+ − 384
+ − 385 2002-01-23 Jarl Friis <jarl@diku.dk>
+ − 386
+ − 387 * etc/BETA (http): Informing of xemacs-patches mailing list. Added
+ − 388 note on patch etiquette.
+ − 389
853
+ − 390 2001-03-26 Paul Stodghill <stodghil@cs.cornell.edu>
+ − 391
+ − 392 * configure.in: Don't #define __STDC__ in confdefs.h
+ − 393
846
+ − 394 2002-02-28 Malcolm Purvis <malcolmpurvis@optushome.com.au>
+ − 395
+ − 396 * configure.in: Protect nocomboreloc linker arguments to avoid
+ − 397 problem on the ppc.
+ − 398
845
+ − 399 2002-05-17 Stephen J. Turnbull <stephen@xemacs.org>
+ − 400
+ − 401 * PROBLEMS: Describe "Hannibal Lecter" crash on Linux. Reorder
+ − 402 Linux runtime issues section.
+ − 403 * INSTALL: Improve description of mail locking.
+ − 404
835
+ − 405 2002-05-04 Stephen J. Turnbull <stephen@xemacs.org>
+ − 406
+ − 407 * PROBLEMS (General): Decribe failed AUTH with EFS.
+ − 408
828
+ − 409 2002-04-23 Olivier Galibert <galibert@pobox.com>
+ − 410
+ − 411 * configure.in: Fix the "error checking" warning.
+ − 412
826
+ − 413 2002-05-05 Ben Wing <ben@xemacs.org>
+ − 414
+ − 415 * README.packages: Update info about --package-path.
+ − 416
814
+ − 417 2002-04-14 Ben Wing <ben@xemacs.org>
+ − 418
+ − 419 * TODO.ben-mule-21-5:
+ − 420 * TODO.ben-mule-21-5 (Priority): New.
+ − 421 Update.
+ − 422
808
+ − 423 2002-04-05 Stephen J. Turnbull <stephen@xemacs.org>
+ − 424
+ − 425 * XEmacs 21.5.6 "bok choi" is released.
+ − 426
803
+ − 427 2002-04-05 Stephen J. Turnbull <stephen@xemacs.org>
+ − 428
+ − 429 * CHANGES-beta: Update for release.
+ − 430
801
+ − 431 2002-03-31 Ben Wing <ben@xemacs.org>
+ − 432
+ − 433 * Makefile.in.in (all):
+ − 434 * Makefile.in.in (finder):
+ − 435 * Makefile.in.in (Makefile):
+ − 436 * Makefile.in.in (SOURCES):
+ − 437 Try to make the Makefile notice if its source Makefile.in.in is
+ − 438 changed, and regenerate and run itself.
+ − 439
+ − 440 Use a bigger default SHEAP_ADJUSTMENT on Cygwin; otherwise you
+ − 441 can't compile under Mule if a Lisp file has changed. (can't run
+ − 442 temacs)
+ − 443
+ − 444 * TODO.ben-mule-21-5 (bugs): update.
+ − 445
800
+ − 446 2002-03-31 Ben Wing <ben@xemacs.org>
+ − 447
+ − 448 * TODO.ben-mule-21-5 (bugs): Update.
+ − 449
+ − 450 * configure.in (USAGE_ERROR):
+ − 451 * configure.in (CANONICALIZE_PATH):
+ − 452 * configure.in (XE_COMPUTE_RUNPATH):
+ − 453 Fix for new error-checking types.
+ − 454
793
+ − 455 2002-03-28 Ben Wing <ben@xemacs.org>
+ − 456
+ − 457 * etc/ChangeLog: New file.
+ − 458
+ − 459 Separated out all entries for etc/ into their own ChangeLog.
+ − 460 Includes entries for the following files:
+ − 461
+ − 462 etc/BABYL, etc/BETA, etc/CHARSETS, etc/DISTRIB, etc/Emacs.ad,
+ − 463 etc/FTP, etc/GNUS-NEWS, etc/GOATS, etc/HELLO, etc/INSTALL,
+ − 464 etc/MACHINES, etc/MAILINGLISTS, etc/MSDOS, etc/MYTHOLOGY, etc/NEWS,
+ − 465 etc/OXYMORONS, etc/PACKAGES, etc/README, etc/TUTORIAL,
+ − 466 etc/TUTORIAL.de, etc/TUTORIAL.ja, etc/TUTORIAL.ko, etc/TUTORIAL.se,
+ − 467 etc/aliases.ksh, etc/altrasoft-logo.xpm, etc/check_cygwin_setup.sh,
+ − 468 etc/custom/example-themes/europe-theme.el,
+ − 469 etc/custom/example-themes/ex-custom-file,
+ − 470 etc/custom/example-themes/example-theme.el, etc/e/eterm.ti,
+ − 471 etc/edt-user.doc, etc/enriched.doc, etc/etags.1, etc/gnuserv.1,
+ − 472 etc/gnuserv.README, etc/package-index.LATEST.gpg,
+ − 473 etc/package-index.LATEST.pgp, etc/photos/jan.png, etc/recycle.xpm,
+ − 474 etc/refcard.tex, etc/sample.Xdefaults, etc/sample.emacs,
+ − 475 etc/sgml/CATALOG, etc/sgml/HTML32.dtd, etc/skk/SKK.tut.E,
+ − 476 etc/smilies/Face_ase.xbm, etc/smilies/Face_ase2.xbm,
+ − 477 etc/smilies/Face_ase3.xbm, etc/smilies/Face_smile.xbm,
+ − 478 etc/smilies/Face_weep.xbm, etc/sounds, etc/toolbar,
+ − 479 etc/toolbar/workshop-cap-up.xpm, etc/xemacs-ja.1, etc/xemacs.1,
+ − 480 etc/yow.lines, etc\BETA, etc\NEWS, etc\README, etc\TUTORIAL,
+ − 481 etc\TUTORIAL.de, etc\check_cygwin_setup.sh, etc\sample.init.el,
+ − 482 etc\unicode\README, etc\unicode\mule-ucs\*, etc\unicode\other\*
+ − 483
+ − 484 2002-03-24 Ben Wing <ben@xemacs.org>
+ − 485
+ − 486 * TODO.ben-mule-21-5 (bugs):
+ − 487 * TODO.ben-mule-21-5 (Signaling): New.
+ − 488 Add stuff from Frank Schmitt.
+ − 489
788
+ − 490 2002-03-20 Ben Wing <ben@xemacs.org>
+ − 491
+ − 492 * TODO.ben-mule-21-5:
+ − 493 * TODO.ben-mule-21-5 (bugs):
+ − 494 Create bug list for latest problems.
+ − 495
781
+ − 496 2002-03-18 Ben Wing <ben@xemacs.org>
+ − 497
+ − 498 * README (http):
+ − 499 Include a long, long description of the suggested directory layout
+ − 500 for developing XEmacs. This should probably go as part of a
+ − 501 larger document, a "Getting Started with Developing XEmacs". ####
+ − 502 Does such a document exist?
+ − 503
+ − 504 2002-03-18 Ben Wing <ben@xemacs.org>
+ − 505
+ − 506 * Some ChangeLog entries from stuff that got applied long ago
+ − 507 never got checked in, due to the nasty SCCS "oops, i forgot again
+ − 508 ..." bug.
+ − 509
+ − 510 2001-05-04 Ben Wing <ben@xemacs.org>
+ − 511
+ − 512 * PROBLEMS:
+ − 513 * PROBLEMS (Note):
+ − 514 Correct general info about init file.
+ − 515 Fix up Cygwin, Windows sections.
+ − 516
777
+ − 517 2002-03-15 Ben Wing <ben@xemacs.org>
+ − 518
+ − 519 * configure.in (XE_COMPUTE_RUNPATH):
+ − 520 check for sys/times.h.
+ − 521
776
+ − 522 2002-03-15 Ben Wing <ben@xemacs.org>
+ − 523
+ − 524 * Makefile.in.in (batch):
+ − 525 * Makefile.in.in (batch_packages):
+ − 526 * Makefile.in.in (finder):
+ − 527 * Makefile.in.in (check-features):
+ − 528 * Makefile.in.in (install):
+ − 529 Use -no-packages to avoid problems with package files shadowing
+ − 530 core files (e.g. unicode.el in mule-ucs).
+ − 531
774
+ − 532 2002-03-12 Ben Wing <ben@xemacs.org>
+ − 533
776
+ − 534 * The Great Mule Merge: See CHANGES-ben-mule.
774
+ − 535
768
+ − 536 2002-03-05 Stephen J. Turnbull <stephen@xemacs.org>
+ − 537
+ − 538 * XEmacs 21.5.5 "beets" is released.
+ − 539
762
+ − 540 2002-03-05 Stephen J. Turnbull <stephen@xemacs.org>
+ − 541
+ − 542 * CHANGES-beta: Prune pre-21.5 information.
+ − 543
726
+ − 544 2002-01-07 Jan Vroonhof <jan@xemacs.org>
+ − 545
+ − 546 * configure.in: Make explicit "--with-widgets" mean "=yes".
+ − 547 If "--with-widgets=yes" autodetect athena.
+ − 548
725
+ − 549 2002-01-08 Stephen J. Turnbull <stephen@xemacs.org>
+ − 550
+ − 551 * XEmacs 21.5.4 "bamboo" is released.
+ − 552
724
+ − 553 2001-05-17 Andrew Begel <abegel@eecs.berkeley.edu>
+ − 554
+ − 555 * aclocal.m4 (LTLD): Don't use "gcc", use the ld reported by gcc.
+ − 556
+ − 557 2001-08-19 Charles Wilson <cwilson@ece.gatech.edu>
+ − 558
+ − 559 * configure.in (for graphics libraries): Detect Cygwin xpm-nox.
+ − 560
+ − 561 2001-04-14 Gordon Sadler <gbsadler1@lcisp.com>
+ − 562
+ − 563 * configure.in: Add GTK_CFLAGS to CPPFLAGS for glade.h check.
+ − 564
+ − 565 2001-07-01 Alexey Mahotkin <alexm@hsys.msk.ru>
+ − 566
+ − 567 * configure.in (option processing): with_widgets=m is ambiguous;
+ − 568 don't allow it.
+ − 569 (AC_CHECKING for the Athena widgets): Don't check for Athena when
+ − 570 with_widgets=no.
+ − 571
+ − 572 2001-07-22 Stephen J. Turnbull <stephen@xemacs.org>
+ − 573
+ − 574 * configure.usage: Various documentation improvements.
+ − 575
+ − 576 * configure.in (--with-ipv6-cname): New Boolean option. Defaults on.
+ − 577 * configure.usage:
+ − 578 * PROBLEMS (IPv6 CNAME lookup):
+ − 579 Document it.
+ − 580
721
+ − 581 2002-01-02 Adrian Aichner <adrian@xemacs.org>
+ − 582
+ − 583 * info/dir (File): Reword entry for Emodules according to
+ − 584 ../man/emodules.texi.
+ − 585
705
+ − 586 2001-12-18 Adrian Aichner <adrian@xemacs.org>
+ − 587
+ − 588 * info\.cvsignore: Correct pattern to match all info files.
+ − 589
701
+ − 590 2001-12-16 Adrian Aichner <adrian@xemacs.org>
+ − 591
+ − 592 * info\.cvsignore: Info files are generated, so let's ignore them
+ − 593 all.
+ − 594
699
+ − 595 2001-12-15 Adrian Aichner <adrian@xemacs.org>
+ − 596
+ − 597 * info\dir (File): Update version to 21.5.
+ − 598
668
+ − 599 2001-08-29 Jered Floyd <jered@MIT.EDU>
+ − 600
+ − 601 * configure.in (moduledir,sitemoduledir,archlibdir):
+ − 602 Place arch-specific files under ${libdir}, not under ${datadir}.
+ − 603
667
+ − 604 2001-09-25 Didier Verna <didier@xemacs.org>
+ − 605
+ − 606 * configure.ac: new. Autoconf 2.5x guard.
+ − 607
708
+ − 608 2001-11-21 Robert Pluim <rpluim@bigfoot.com>
+ − 609
+ − 610 * PROBLEMS (Sun/Solaris): Document fix for Motif related crashes
+ − 611
+ − 612 2001-12-15 Stephen J. Turnbull <stephen@xemacs.org>
+ − 613
+ − 614 * configure.in (Miscellaneous Flags): test for -z nocombreloc,
+ − 615 instead of -z combreloc, to avoid confusing Solaris.
+ − 616
+ − 617 2001-11-24 Stephen J. Turnbull <stephen@xemacs.org>
+ − 618
+ − 619 * configure.usage: Makefile.in -> Makefile.in.in.
+ − 620
+ − 621 2001-11-21 Stephen J. Turnbull <stephen@xemacs.org>
+ − 622
+ − 623 * Makefile.in.in: HP-UX needs LDFLAGS. From Lutz Jaenicke
+ − 624 <Lutz.Jaenicke@aet.TU-Cottbus.DE>.
+ − 625
+ − 626 2001-11-17 Stephen J. Turnbull <stephen@xemacs.org>
+ − 627
+ − 628 * configure.in: Fix typos in comments.
+ − 629 * (Miscellaneous flags): Use -z nocombreloc if supported and !pdump.
+ − 630 * (Installation): Suggest pdump instead of -z nocomboreloc.
+ − 631 * configure.usage: Document --quick-build.
+ − 632
+ − 633 2001-10-30 Stephen J. Turnbull <stephen@xemacs.org>
+ − 634
+ − 635 * configure.in: Typo in reference to with_ipv6_cname.
+ − 636
+ − 637 2001-10-30 Stephen J. Turnbull <stephen@xemacs.org>
+ − 638
+ − 639 * configure.in: Initialize with_ipv6_cname=no.
+ − 640 * configure.usage: Document it.
+ − 641
+ − 642 2001-10-05 Stephen J. Turnbull <stephen@xemacs.org>
+ − 643
+ − 644 * configure.in: Document that autoconf 2.5x is unsupported.
+ − 645
664
+ − 646 2001-09-17 Ben Wing <ben@xemacs.org>
+ − 647
+ − 648 * configure.in (TAB):
+ − 649 * configure.in (XE_COMPUTE_RUNPATH):
+ − 650 Don't use -Wshadow when compiling with g++ or you get buried in
+ − 651 silly warnings. This patch was already applied but somehow got
+ − 652 unapplied. Stephen?
+ − 653
+ − 654 2001-06-24 Ben Wing <ben@xemacs.org>
+ − 655
+ − 656 * configure.in (TAB): Don't use -Wshadow when compiling with
+ − 657 g++ or you get buried in silly warnings.
+ − 658 * configure.in (XE_COMPUTE_RUNPATH): Fix compile problems when
+ − 659 compiling --with-msw, --with-x=no, --with-tty=no.
+ − 660
654
+ − 661 2001-09-07 Stephen J. Turnbull <stephen@xemacs.org>
+ − 662
+ − 663 * XEmacs 21.5.3 "asparagus" is released.
+ − 664
642
+ − 665 2001-08-02 Peter Brown <rendhalver@users.sourceforge.net>
+ − 666
+ − 667 * configure.usage (--with-dialogs): added lucid to list of options
+ − 668 * configure.usage (--with-widgets): added lucid to list of options
+ − 669 * configure.usage (--with-dragndrop): added GTK to list of protocols
+ − 670 * configure.usage (--mail-locking): added `locking' or `mmdf' to
+ − 671 list of options syncing options documentation with those in
+ − 672 configure.in
+ − 673
641
+ − 674 2001-07-28 Stephen J. Turnbull <stephen@xemacs.org>
+ − 675
+ − 676 * XEmacs 21.5.2 "artichoke" is released.
+ − 677
623
+ − 678 2001-06-21 Ben Wing <ben@xemacs.org>
+ − 679
+ − 680 * README:
+ − 681 * README (http):
+ − 682 * README (ftp):
+ − 683 Rewrite.
+ − 684
598
+ − 685 2001-05-29 Martin Buchholz <martin@xemacs.org>
+ − 686
+ − 687 * Makefile.in.in: `make distclean' would fail if srcdir != blddir.
+ − 688 Remove SUBDIR_DISTCLEAN until such a time as the module subdir is
+ − 689 properly integrated into the build system.
+ − 690 Only create ${moduledir} and ${sitemoduledir} if HAVE_SHLIB.
+ − 691
594
+ − 692 2001-05-30 Ben Wing <ben@xemacs.org>
+ − 693
+ − 694 * configure.in (AC_INIT_PARSE_ARGS):
+ − 695 * configure.in (USAGE_ERROR):
+ − 696 * configure.in (XE_COMPUTE_RUNPATH):
+ − 697 Fix problems detecting both native and Linux sound on Cygwin
+ − 698 when compiled with --with-msw=no.
+ − 699
+ − 700 Rearrange file-coding handling a bit to avoid warning when
+ − 701 compiling with Mule.
+ − 702
+ − 703 2001-05-28 Martin Buchholz <martin@xemacs.org>
+ − 704
+ − 705 * configure.in (--xemacs-compiler): New.
+ − 706 * configure.usage:
+ − 707 * INSTALL:
+ − 708 Document XEMACS_CC and corresponding compiler option --xemacs-compiler.
+ − 709 Explain how to build xemacs using a C++ compiler.
+ − 710
585
+ − 711 2001-05-29 Martin Buchholz <martin@xemacs.org>
+ − 712
+ − 713 * configure.in: Remove stray backslash.
+ − 714
582
+ − 715 2001-05-26 Ben Wing <ben@xemacs.org>
+ − 716
+ − 717 * configure.in (XE_COMPUTE_RUNPATH):
+ − 718 rewrite warning output so that it doesn't happen by default --
+ − 719 you should only get warnings when something is actively wrong,
+ − 720 not just because a feature is not present.
+ − 721
567
+ − 722 2001-05-06 Karl M. Hegbloom <karlheg@hegbloom.net>
+ − 723
+ − 724 * configure.in: See if mkstemp is available for movemail.c
+ − 725
559
+ − 726 2001-05-23 Ben Wing <ben@xemacs.org>
+ − 727
+ − 728 * configure.in (AC_INIT_PARSE_ARGS):
+ − 729 * configure.in (TAB):
+ − 730 * configure.in (XE_COMPUTE_RUNPATH):
+ − 731 add some support for eventually turning on file coding by
+ − 732 default. Fix numerous places where AC_MSG_WARN had quotes
+ − 733 around its arg, which is bad. Replace with []. Same for
+ − 734 AC_MSG_ERROR.
+ − 735
+ − 736 2001-05-15 Steve Youngs <youngs@xemacs.org>
667
+ − 737 * configure.in:
557
+ − 738 If no native dumper (UNEXEC) is defined, simply use pdump.
+ − 739 If no SYSTEM_TYPE is defined, choose an appopriate default.
+ − 740
554
+ − 741 2001-05-10 Paul Stodghill <stodghil@cs.cornell.edu>
+ − 742
+ − 743 * configure.in: Reverse the order of Windows and Linux sound tests
+ − 744 so that Cygwin will find Windows first.
+ − 745
559
+ − 746 2001-05-14 Martin Buchholz <martin@xemacs.org>
+ − 747
+ − 748 * configure.in (XE_REALLOC_NULLPTR_BUG): New.
541
+ − 749
535
+ − 750 2001-05-11 Martin Buchholz <martin@xemacs.org>
+ − 751
667
+ − 752 * configure.in:
535
+ − 753 Check for sys/ptyio.h on HPUX, else for pty.h or perhaps sys/pty.h
+ − 754
532
+ − 755 2001-05-10 Ben Wing <ben@xemacs.org>
+ − 756
+ − 757 * Makefile.in.in (all):
+ − 758 * Makefile.in.in (configure):
+ − 759 * Makefile.in.in (finder):
+ − 760 remove autoload targets.
+ − 761
527
+ − 762 2001-04-26 Malcolm Purvis <malcolmpurvis@optushome.com.au>
+ − 763
+ − 764 * configure.in: Check gtk version validity only when gtk-config
+ − 765 exists.
+ − 766
522
+ − 767 2001-05-09 Martin Buchholz <martin@xemacs.org>
+ − 768
+ − 769 * XEmacs 21.5.1 "anise" is released.
+ − 770
505
+ − 771 2001-05-04 Martin Buchholz <martin@xemacs.org>
+ − 772
667
+ − 773 * configure.in (opsys):
505
+ − 774 Use lower-case `uname -s` as the default value for opsys.
+ − 775 The previous code effectively did the non-sensical
+ − 776 opsys=$canonical because [] magically disappear in configure.in.
+ − 777
472
+ − 778 2001-04-18 Martin Buchholz <martin@xemacs.org>
+ − 779
+ − 780 * XEmacs 21.5.0 "alfalfa" is released.
+ − 781
464
+ − 782 2001-03-26 Paul Stodghill <stodghil@cs.cornell.edu>
+ − 783
+ − 784 * configure.in: Don't #define __STDC__ in confdefs.h
+ − 785
+ − 786 2001-03-30 Stephen J. Turnbull <stephen@xemacs.org>
+ − 787
+ − 788 * configure.usage: Document --with-file-coding.
+ − 789
+ − 790 * configure.in:
+ − 791 * configure:
+ − 792 Fix typo, add -Wsign-compare if GCC, run autoconf.
+ − 793
+ − 794 2001-03-23 Stephen J. Turnbull <stephen@xemacs.org>
+ − 795
+ − 796 * PROBLEMS (Problems with running XEmacs):
+ − 797 Document TMPDIR lossage in gnuserv/gnuclient.
+ − 798
462
+ − 799 2001-03-21 Martin Buchholz <martin@xemacs.org>
+ − 800
+ − 801 * XEmacs 21.2.46 "Urania" is released.
+ − 802
+ − 803 2001-03-19 Andy Piper <andy@xemacs.org>
+ − 804
+ − 805 * configure.in: default rel-alloc to off under cygwin
+ − 806
+ − 807 2001-03-15 Stephen J. Turnbull <stephen@xemacs.org>
+ − 808
+ − 809 * ChangeLog: Fix CVS commit breakage from GTK merge, log GTK merge.
+ − 810
+ − 811 * CHANGES-beta:
+ − 812 * configure.in:
+ − 813 Fix gratuitous whitespace changes from GTK merge.
+ − 814
+ − 815 * configure.usage: Untabify --with-{gtk,gnome}.
+ − 816
+ − 817 2001-03-12 Andy Piper <andy@xemacs.org>
+ − 818
+ − 819 * configure.in: only pick up mingw directory.
+ − 820
+ − 821 2001-03-02 Ben Wing <ben@xemacs.org>
+ − 822
+ − 823 * info\dir: Update to 21.4; clean up descriptions of manuals;
+ − 824 replace misnomer "Local Packages" with more correct "Other
+ − 825 Documentation".
+ − 826
+ − 827 2001-03-09 William M. Perry <wmperry@aventail.com>
+ − 828
+ − 829 * CHANGES-beta:
+ − 830 * configure.in:
+ − 831 * configure.usage:
+ − 832 The Great GTK Merge.
+ − 833
+ − 834 2001-02-23 Andy Piper <andy@xemacs.org>
+ − 835
+ − 836 * configure.usage (--with-netinstall): add docs.
+ − 837
+ − 838 * configure.in: with_netinstall is a new option. Default to off.
+ − 839
460
+ − 840 2001-02-23 Martin Buchholz <martin@xemacs.org>
+ − 841
+ − 842 * XEmacs 21.2.45 "Thelxepeia" is released.
+ − 843
+ − 844 2001-02-13 Martin Buchholz <martin@xemacs.org>
+ − 845
+ − 846 * aclocal.m4: Fix module support for AIX cc.
+ − 847 Support possible future OSes irix7, aix5, osf[56].
+ − 848
+ − 849 2001-02-12 Martin Buchholz <martin@xemacs.org>
+ − 850
+ − 851 * configure.in: No need for NON_GNU_CPP on SCO.
+ − 852
+ − 853 2001-02-09 Martin Buchholz <martin@xemacs.org>
+ − 854
+ − 855 * configure.in: Prefer utime to utimes - it's more standard.
+ − 856 Remove explicit checking for struct utimbuf.
+ − 857 Remove explicit checking for <utime.h>.
+ − 858 Combined into one simpler test for utime.
+ − 859 Add explicit check for utimes, if utime not found.
+ − 860
458
+ − 861 2001-02-08 Martin Buchholz <martin@xemacs.org>
+ − 862
+ − 863 * XEmacs 21.2.44 "Thalia" is released.
+ − 864
+ − 865 2001-01-16 Mike Sperber <mike@xemacs.org>
+ − 866
+ − 867 * configure.in: Remove bogus path variable definitions.
+ − 868 Reflect the fact that specifying --datadir also affects docdir and
+ − 869 archlibdir.
+ − 870
+ − 871 2001-02-06 Martin Buchholz <martin@xemacs.org>
+ − 872
+ − 873 * configure.in: Only use -Wpointer-arith on non-glibc systems.
+ − 874
+ − 875 2001-02-02 Martin Buchholz <martin@xemacs.org>
+ − 876
+ − 877 * configure.in (wnn): Make sure wnn/commonhd.h can be #included,
+ − 878 for the sake of gcc 2.97 fixincludes, which breaks it.
+ − 879
+ − 880 2001-01-27 Martin Buchholz <martin@xemacs.org>
+ − 881
+ − 882 * configure.in: Check for util.h for NetBSD's openpty.
+ − 883
+ − 884 2001-01-28 Martin Buchholz <martin@xemacs.org>
+ − 885
+ − 886 * config.sub: Upgrade to offical version 2001-01-12.
+ − 887 * config.guess: Upgrade to offical version 2001-01-17.
+ − 888
456
+ − 889 2001-01-26 Martin Buchholz <martin@xemacs.org>
+ − 890
+ − 891 * XEmacs 21.2.43 "Terspichore" is released.
+ − 892
+ − 893 2001-01-21 Steve Youngs <youngs@xemacs.org>
+ − 894
+ − 895 * README.packages: Doc fix.
+ − 896
+ − 897 2001-01-17 Steve Youngs <youngs@xemacs.org>
+ − 898
+ − 899 * README.packages: Update.
+ − 900
454
+ − 901 2001-01-20 Martin Buchholz <martin@xemacs.org>
+ − 902
+ − 903 * XEmacs 21.2.42 "Poseidon" is released.
+ − 904
+ − 905 2001-01-18 Martin Buchholz <martin@xemacs.org>
+ − 906
+ − 907 * PROBLEMS (Sun/Solaris): Yet another microimprovement.
+ − 908
+ − 909 2001-01-17 Martin Buchholz <martin@xemacs.org>
+ − 910
+ − 911 * PROBLEMS (Sun/Solaris): Replace --with-gnu-ld=no with
+ − 912 --with-ld=/usr/ccs/bin/ld
+ − 913
+ − 914 2001-01-16 Robert Pluim <rpluim@bigfoot.com>
+ − 915
+ − 916 * PROBLEMS (SunOS/Solaris): Document workaround for GNU ld bug on
+ − 917 Solaris. Half mine, half Raymond Toy, half Martin Buchholz.
+ − 918
+ − 919 2001-01-16 Didier Verna <didier@xemacs.org>
+ − 920
+ − 921 * NEWS: document the modeline horizontal scrolling feature.
+ − 922
452
+ − 923 2001-01-17 Martin Buchholz <martin@xemacs.org>
+ − 924
+ − 925 * XEmacs 21.2.41 "Polyhymnia" is released.
+ − 926
+ − 927 2001-01-16 Martin Buchholz <martin@xemacs.org>
+ − 928
+ − 929 * PROBLEMS: Document MIPSpro ICE problem workaround.
+ − 930
+ − 931 2001-01-06 Golubev I. N. <gin@mo.msk.ru>
+ − 932
+ − 933 * configure.in: check for dlopen by linking program with
+ − 934 <dlfcn.h>.
+ − 935
+ − 936 2001-01-08 Andy Piper <andy@xemacs.org>
+ − 937
+ − 938 * configure.in: add extra_includes and populate appropriately for
+ − 939 cygwin and mingw.
+ − 940
+ − 941 2000-12-28 Andy Piper <andy@xemacs.org>
+ − 942
+ − 943 * configure.in: allow --with-widgets=msw
+ − 944
450
+ − 945 2001-01-08 Martin Buchholz <martin@xemacs.org>
+ − 946
+ − 947 * XEmacs 21.2.40 is released.
+ − 948
+ − 949 2000-12-26 Stephen J. Turnbull <stephen@xemacs.org>
+ − 950
+ − 951 * PROBLEMS (Running/Linux): Rehabilitate Mandrake; tip for color-gcc.
+ − 952
+ − 953 2000-12-20 Stephen J. Turnbull <stephen@xemacs.org>
+ − 954
+ − 955 * PROBLEMS (Linux): document Mandrake policy, how to get Meta on
+ − 956 Alt, and getaddrinfo() blocking trying to get localhost's CNAME.
+ − 957
+ − 958 2000-07-20 Kazuyuki IENAGA <ienaga@xemacs.org>
+ − 959
+ − 960 * configure.in: use input-method-xlib.o for USE_XFONTSET instead
+ − 961 of input-method-xfs.o.
+ − 962
+ − 963 * configure: ditto
+ − 964
448
+ − 965 2000-12-31 Martin Buchholz <martin@xemacs.org>
+ − 966
+ − 967 * XEmacs 21.2.39 is released.
+ − 968
+ − 969 2000-02-02 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
+ − 970
+ − 971 * configure.in: Added check if the berkdb has db_create or not.
+ − 972
+ − 973 2000-10-11 Yoshiki Hayashi <yoshiki@xemacs.org>
+ − 974
+ − 975 * configure.in: Fix broken gcc detection for 2.7.2.
+ − 976
+ − 977 2000-12-11 Andy Piper <andy@xemacs.org>
+ − 978
+ − 979 * configure.in (XE_COMPUTE_RUNPATH): add netinstall as a subdirectory.
+ − 980
+ − 981 * netinstall: new net installer for MS-Windows.
+ − 982
446
+ − 983 2000-12-05 Martin Buchholz <martin@xemacs.org>
+ − 984
+ − 985 * XEmacs 21.2.38 is released.
+ − 986
454
+ − 987 2000-11-26 Bjrn Torkelsson <torkel@hpc2n.umu.se>
446
+ − 988
+ − 989 * configure.in: Only show message about DnD API if compiling with DnD
+ − 990
+ − 991 2000-11-09 Martin Buchholz <martin@xemacs.org>
+ − 992
+ − 993 * configure.in: Autodetect elf.h.
+ − 994
444
+ − 995 2000-11-14 Martin Buchholz <martin@xemacs.org>
+ − 996
+ − 997 * XEmacs 21.2.37 is released.
+ − 998
+ − 999 2000-10-19 Stephen J. Turnbull <stephen@xemacs.org>
+ − 1000
+ − 1001 * README.packages: Add "uninstalled package" FAQ.
+ − 1002
+ − 1003 2000-11-01 Martin Buchholz <martin@xemacs.org>
+ − 1004
+ − 1005 * configure.in: Handle alloca with Compaq C on Alpha Linux.
+ − 1006
+ − 1007 2000-10-27 Martin Buchholz <martin@xemacs.org>
+ − 1008
+ − 1009 * configure.in: Oops, _getpt ==> _getpty
+ − 1010
+ − 1011 2000-10-23 Yoshiki Hayashi <yoshiki@xemacs.org>
+ − 1012
+ − 1013 * Makefile.in.in: Remove lockdir related things.
+ − 1014
+ − 1015 2000-10-11 Martin Buchholz <martin@xemacs.org>
+ − 1016
+ − 1017 * configure.in:
+ − 1018 Remove checking for XFree86. Use feature tests instead!
+ − 1019 Add check for XRegisterIMInstantiateCallback.
+ − 1020 Add check for XRegisterIMInstantiateCallback's prototype.
+ − 1021
+ − 1022 2000-10-08 Karl M. Hegbloom <karlheg@debian.org>
+ − 1023
+ − 1024 * configure.in: Typo - missing paren.
+ − 1025
+ − 1026 2000-10-10 Martin Buchholz <martin@xemacs.org>
+ − 1027
454
+ − 1028 * configure.in:
444
+ − 1029 Use stropts.h, not sys/stropts.h.
+ − 1030 Use strtio.h, not sys/strtio.h.
+ − 1031
+ − 1032 2000-10-06 Martin Buchholz <martin@xemacs.org>
+ − 1033
+ − 1034 * configure.in: Pretend that DEC OSF >= 5 is really DEC OSF 4.
+ − 1035
442
+ − 1036 2000-10-04 Martin Buchholz <martin@xemacs.org>
+ − 1037
+ − 1038 * XEmacs 21.2.36 is released.
+ − 1039
+ − 1040 2000-09-27 Martin Buchholz <martin@xemacs.org>
+ − 1041
+ − 1042 * configure.in: Big signal/process handling overhaul.
+ − 1043 Autoconfiscate lots of functions and headers:
+ − 1044 getpt _getpt grantpt unlockpt ptsname killpg tcgetpgrp
+ − 1045 openpty pty.h libutil.h sys/stropts.h sys/strtio.h isastream
+ − 1046
+ − 1047 2000-09-19 Martin Buchholz <martin@xemacs.org>
+ − 1048
+ − 1049 * *: Spelling mega-patch
+ − 1050
+ − 1051 2000-09-16 Martin Buchholz <martin@xemacs.org>
+ − 1052
+ − 1053 * configure.in: Remove strcasecmp.
+ − 1054
+ − 1055 2000-09-16 Martin Buchholz <martin@xemacs.org>
+ − 1056
+ − 1057 * configure.in: Add -Kalloca to $c_switch_system when using
+ − 1058 Unixware native compiler (if necessary).
+ − 1059
+ − 1060 2000-09-15 Martin Buchholz <martin@xemacs.org>
+ − 1061
+ − 1062 * configure.in: Prevent spurious "No" in configure output when not
+ − 1063 using gcc. Oh, and it's "no", not "No". Oh, and it's "yes", not "Yes".
+ − 1064
+ − 1065 2000-09-14 Martin Buchholz <martin@xemacs.org>
+ − 1066
+ − 1067 * configure.in: Save 2 sed process invocations per Makefile.
+ − 1068
+ − 1069 2000-08-22 SL Baur <steve@turbolinux.co.jp>
+ − 1070
+ − 1071 * configure.in (after_morecore_hook_exists): Don't add /usr/shlib
+ − 1072 to link path if compiling on Alpha/Linux.
+ − 1073
+ − 1074 2000-09-01 Martin Buchholz <martin@xemacs.org>
+ − 1075
+ − 1076 * Makefile.in.in (depend): cd to the correct directory.
+ − 1077
+ − 1078 2000-08-31 Martin Buchholz <martin@xemacs.org>
+ − 1079
+ − 1080 * configure.in: with_widgets is incompatible with X11 R4.
+ − 1081
+ − 1082 * configure.in: Make Balloon Help conditional on finding shape.h
+ − 1083
+ − 1084 2000-08-09 Vin Shelton <acs@xemacs.org>
+ − 1085
+ − 1086 * configure.in: Check for UNIX98 PTYs. Patch from Florian Weimer
+ − 1087 <Florian.Weimer@RUS.Uni-Stuttgart.DE>.
+ − 1088
+ − 1089 2000-07-31 Yoshiki Hayashi <yoshiki@xemacs.org>
+ − 1090
+ − 1091 * configure.usage: Remove lockdir document.
+ − 1092
+ − 1093 2000-07-31 Martin Buchholz <martin@xemacs.org>
+ − 1094
+ − 1095 * configure.in:
+ − 1096 Make knowledge of machine and opsys optional.
+ − 1097 Make existence of s&m files optional.
+ − 1098 Rely on configure alone if s&m files not found.
+ − 1099
+ − 1100 * configure.in:
+ − 1101 Use only configure-time tests to detect getloadavg().
+ − 1102 Don't check for kstat.h if we have getloadavg().
+ − 1103 Check for sys/loadavg.h if we have getloadavg().
+ − 1104
+ − 1105 2000-07-15 Ben Wing <ben@xemacs.org>
+ − 1106
+ − 1107 * Makefile.in.in (configure):
+ − 1108 all-elcs target now uses update-elc-2.el not update-elc.sh
+ − 1109
+ − 1110 2000-07-19 Martin Buchholz <martin@xemacs.org>
+ − 1111
+ − 1112 * XEmacs 21.2.35 is released.
+ − 1113
+ − 1114 2000-07-13 Martin Buchholz <martin@xemacs.org>
+ − 1115
+ − 1116 * configure.in: --with-menubars=yes should not be an error.
+ − 1117
+ − 1118 * configure.in: "compiling in support for Athena" message was
+ − 1119 sometimes lying.
+ − 1120
+ − 1121 2000-07-12 Martin Buchholz <martin@xemacs.org>
+ − 1122
+ − 1123 * configure.in: Rewrite xmkmf symbol detection to avoid
+ − 1124 redefinition of symbols we've already defined.
+ − 1125 Also, handle xmkmf symbols with values other than 1.
+ − 1126
+ − 1127 2000-07-12 Martin Buchholz <martin@xemacs.org>
+ − 1128
454
+ − 1129 * configure.in:
442
+ − 1130 Make sure Unix98 socklen_t is defined.
+ − 1131 Use ANSI C mode `-std1' with DEC C instead of `-std'.
+ − 1132
+ − 1133 2000-07-09 Martin Buchholz <martin@xemacs.org>
+ − 1134
454
+ − 1135 * configure.in:
442
+ − 1136 Replace SMART_INCLUDE with a dumber, but more reliable method.
+ − 1137 2000-07-10 Martin Buchholz <martin@xemacs.org>
+ − 1138
454
+ − 1139 * modules/zlib/Makefile:
+ − 1140 * modules/sample/Makefile:
+ − 1141 * modules/ldap/Makefile:
+ − 1142 * modules/base64/Makefile:
+ − 1143 * Makefile.in.in:
442
+ − 1144 rm -f ==> $(RM)
+ − 1145 define SHELL=/bin/sh
+ − 1146
+ − 1147 2000-07-09 Martin Buchholz <martin@xemacs.org>
+ − 1148
+ − 1149 * configure.in: PostgreSQL rewrite.
+ − 1150 - Don't look for postgreSQL in /usr/local.
+ − 1151 - Simplify detection code.
+ − 1152 - Don't use SMART_INCLUDE.
+ − 1153 - Don't autodetect if --with-postgresql=no.
+ − 1154
+ − 1155 2000-07-08 Ben Wing <ben@xemacs.org>
+ − 1156
+ − 1157 * configure.usage: addl doc for graphics libs, with-msw.
+ − 1158
+ − 1159 2000-07-09 Martin Buchholz <martin@xemacs.org>
+ − 1160
+ − 1161 * configure.in: sh builtin `test' uses `=', not `=='.
+ − 1162
+ − 1163 2000-07-08 Ben Wing <ben@xemacs.org>
+ − 1164
+ − 1165 * configure.in: add -lcomdlg32 for cygwin.
454
+ − 1166
442
+ − 1167 2000-07-05 Craig Lanning <lanning@scra.org>
+ − 1168
+ − 1169 * aclocal.m4 (can_build_shared):
+ − 1170 First pass at module support for cygwin and mingw.
454
+ − 1171
442
+ − 1172 * configure:
+ − 1173 * configure (xe_check_libs):
+ − 1174 * configure (acfindx):
+ − 1175 * configure (ac_x_includes):
+ − 1176 * configure (ac_x_libraries):
+ − 1177 * configure (ac_cv_lib_dnet_dnet_ntoa):
+ − 1178 * configure (xe_msg_checking):
+ − 1179 * configure (xe_runpath_dir):
+ − 1180 * configure (xetest):
+ − 1181 * configure (ac_err):
+ − 1182 * configure (ac_safe):
+ − 1183 * configure (with_xmu):
+ − 1184 * configure (bitmapdir):
+ − 1185 * configure (with_xauth):
+ − 1186 * configure (libs_xauth):
+ − 1187 * configure (with_cde):
+ − 1188 * configure (with_ldap):
+ − 1189 * configure (with_ldap_krbdes):
+ − 1190 * configure (save_c_switch_site):
+ − 1191 * configure (with_postgresql):
+ − 1192 * configure (with_xface):
+ − 1193 * configure (with_jpeg):
+ − 1194 * configure (with_png):
+ − 1195 * configure (with_tiff):
+ − 1196 * configure (athena_lib):
+ − 1197 * configure (have_motif):
+ − 1198 * configure (all_widgets):
+ − 1199 * configure (with_xim):
+ − 1200 * configure (with_xfs):
+ − 1201 * configure (with_wnn):
+ − 1202 * configure (with_canna):
+ − 1203 * configure (extra_objs):
+ − 1204 * configure (ac_cv_c_inline):
+ − 1205 * configure (have_esd_config):
+ − 1206 * configure (c_switch_site):
+ − 1207 * configure (with_ncurses):
+ − 1208 * configure (with_gpm):
+ − 1209 * configure (xealias):
+ − 1210 * configure (xehost_os):
+ − 1211 * configure (can_build_shared):
+ − 1212 * configure (xcldf):
+ − 1213 * configure (LTLD):
+ − 1214 * configure (ld_dynamic_link_flags):
+ − 1215 * configure (Mail):
+ − 1216 * configure.in:
+ − 1217 * configure.in (after_morecore_hook_exists):
+ − 1218 * configure.in (xetest):
+ − 1219 * configure.in (emacs_cv_localtime_cache):
+ − 1220 * configure.in (Mail):
+ − 1221 * configure.in:
+ − 1222 Clean up configure support for cygwin and mingw.
+ − 1223
+ − 1224 2000-06-27 Darryl Okahata <darrylo@soco.agilent.com>
+ − 1225
+ − 1226 * PROBLEMS: Document broken native audio for recent patches and
+ − 1227 releases of HP-UX.
+ − 1228
+ − 1229 2000-06-10 Ben Wing <ben@xemacs.org>
+ − 1230
+ − 1231 * Makefile.in.in (install-arch-dep):
+ − 1232 WINDOWSNT -> WIN32_NATIVE.
+ − 1233 __CYGWIN32__ -> CYGWIN.
+ − 1234
+ − 1235 2000-06-01 Andreas Jaeger <aj@suse.de>
+ − 1236
+ − 1237 * configure.in: Recognize s390.
+ − 1238
+ − 1239 * config.guess: New version from GNU config archive.
+ − 1240 * config.sub: Likewise.
+ − 1241
+ − 1242 2000-05-28 Martin Buchholz <martin@xemacs.org>
+ − 1243
+ − 1244 * XEmacs 21.2.34 is released.
+ − 1245
+ − 1246 2000-05-15 Yoshiki Hayashi <yoshiki@xemacs.org>
+ − 1247
+ − 1248 * configure.in:
+ − 1249 Do not define DOUG_LEA_MALLOC when using other malloc scheme.
+ − 1250 Remove unused variable use_minimal_tagbits.
+ − 1251
+ − 1252 2000-05-02 Yoshiki Hayashi <yoshiki@xemacs.org>
+ − 1253
+ − 1254 * configure.in: Remove lockdir.
+ − 1255
+ − 1256 2000-05-01 Martin Buchholz <martin@xemacs.org>
+ − 1257
+ − 1258 * XEmacs 21.2.33 is released.
+ − 1259
+ − 1260 2000-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
+ − 1261
+ − 1262 * configure.in: Use ORDINARY_LD instead of "\$(ORDINARY_LD)" for
+ − 1263 the value of LD.
+ − 1264
+ − 1265 2000-04-26 Ben Wing <ben@xemacs.org>
+ − 1266
+ − 1267 * configure.in: add support for --quick-build. Remove --no-doc-file,
+ − 1268 subsumed.
+ − 1269
+ − 1270 2000-04-19 Martin Buchholz <martin@xemacs.org>
+ − 1271
454
+ − 1272 * configure.in:
442
+ − 1273 * src/config.h.in:
+ − 1274 Rewrite SMART_INCLUDE implementation to actually work.
+ − 1275 Be paranoid - Avoid use of spaces in these macro definitions.
454
+ − 1276 Leave alloca() definition at start of compilation unit,
442
+ − 1277 as AIX requests.
+ − 1278 Rename SMART_INCLUDE_MACRO to SMART_INCLUDE_INDIRECTIONS.
+ − 1279
+ − 1280 2000-04-13 Yoshiki Hayashi <yoshiki@xemacs.org>
+ − 1281
+ − 1282 * configure.in: Enable clash-detection by default.
+ − 1283 * configure.usage: Update documentation.
+ − 1284
+ − 1285 2000-04-06 Andy Piper <andy@xemacs.org>
+ − 1286
+ − 1287 * configure.in: fix typo.
+ − 1288
+ − 1289 2000-04-03 Yoshiki Hayashi <yoshiki@xemacs.org>
+ − 1290
+ − 1291 * configure.in : Fix printing error check warning even if
+ − 1292 it is not compiled in.
+ − 1293
+ − 1294 2000-02-19 Jan Vroonhof <vroonhof@math.ethz.ch>
+ − 1295
+ − 1296 * xemacs/configure.in: Do a normal link when compiling with
+ − 1297 --pdump. Don't try compiling an unexec object file.
454
+ − 1298
442
+ − 1299 2000-03-27 Didier Verna <didier@xemacs.org>
+ − 1300
+ − 1301 * configure.in: reorganize the output by topic.
+ − 1302 New configure test to define the proper SMART_INCLUDE macro.
+ − 1303
+ − 1304 * configure.usage: slightly rearanged some options.
+ − 1305
+ − 1306 2000-03-25 Didier Verna <didier@xemacs.org>
+ − 1307
+ − 1308 * configure.in: rename `foo_h_path' to `foo_h_file' for variables
+ − 1309 representing real headers and not directories. This applies to
+ − 1310 `db_h_path', `curses_h_path', `term_h_path', `tt_c_h_path' and
+ − 1311 `soundcard_h_path'.
+ − 1312
+ − 1313 2000-03-21 Didier Verna <didier@xemacs.org>
+ − 1314
+ − 1315 * configure.in: try to find postgresql headers at different places
+ − 1316 and define POSTGRES_H_PATH as appropriate.
+ − 1317
+ − 1318 2000-03-22 Andy Piper <andy@xemacs.org>
+ − 1319
+ − 1320 * config.h.in: add ERROR_CHECK_GLYPHS.
+ − 1321
+ − 1322 * configure.in: add error_check_glyphs.
+ − 1323
+ − 1324 2000-03-20 Martin Buchholz <martin@xemacs.org>
+ − 1325
+ − 1326 * XEmacs 21.2.32 is released.
+ − 1327
+ − 1328 2000-03-15 Olivier Galibert <galibert@pobox.com>
+ − 1329
+ − 1330 * configure.in: Add dumper.o object when pdumping.
+ − 1331
+ − 1332 2000-02-20 Olivier Galibert <galibert@pobox.com>
+ − 1333
+ − 1334 * Makefile.in.in: Add pdump install support
+ − 1335
+ − 1336 * configure.in: Add EMACS_PROGNAME config.h variable.
+ − 1337
+ − 1338 2000-03-10 SL Baur <steve@musashimaru.m17n.org>
+ − 1339
+ − 1340 * configure.usage: document --with-postgresql flag.
+ − 1341
+ − 1342 2000-03-06 SL Baur <steve@musashimaru.m17n.org>
+ − 1343
+ − 1344 * configure.in: add autodetection of PostgreSQL runtime libraries
+ − 1345
+ − 1346 2000-03-09 Yoshiki Hayashi <yoshiki@xemacs.org>
+ − 1347
+ − 1348 * aclocal.m4 (XE_SHLIB_STUFF): Define ld_shlibs to yes
+ − 1349 when C compiler can produce shared libraries.
+ − 1350
+ − 1351 2000-02-26 Martin Buchholz <martin@xemacs.org>
+ − 1352
+ − 1353 * configure.in: Unconditionally define SHELL, to allow working
+ − 1354 with (unreleased) autoconf 2.14.1, found on Mandrake 7.0 systems.
+ − 1355
+ − 1356 2000-02-23 Martin Buchholz <martin@xemacs.org>
+ − 1357
+ − 1358 * XEmacs 21.2.31 is released.
+ − 1359
+ − 1360 2000-02-21 Martin Buchholz <martin@xemacs.org>
+ − 1361
+ − 1362 * XEmacs 21.2.30 is released.
+ − 1363
+ − 1364 2000-02-20 Martin Buchholz <martin@xemacs.org>
+ − 1365
+ − 1366 * configure.in: Enforce use of autoconf version >= 2.13.
+ − 1367
+ − 1368 * configure.in: Fix OS release test on Solaris.
+ − 1369
+ − 1370 2000-02-19 Marcus Thiessel <marcus@xemacs.org>
+ − 1371
+ − 1372 * PROBLEMS: Update email address. Describe more HP Motif errors.
+ − 1373
+ − 1374 2000-02-19 Jan Vroonhof <vroonhof@math.ethz.ch>
+ − 1375
+ − 1376 * configure.in: Split Solaris version test in two parts. In the
+ − 1377 Bourne shell the "-a" operator does NOT short-circuit.
+ − 1378
+ − 1379 1999-12-15 Jan Vroonhof <jan@xemacs.org>
+ − 1380
+ − 1381 * (configure.in): Autodetect broken gcc versions. Patch from WM
+ − 1382 Perry with tiny tweaks by Yoshiki Hayashi and yours truly.
+ − 1383
+ − 1384 2000-02-17 Martin Buchholz <martin@xemacs.org>
+ − 1385
+ − 1386 * configure.in: Autodetect sys/param.h. Reorganize
+ − 1387 AC_CHECK_HEADERS call.
+ − 1388 * src/config.h.in: Add HAVE_SYS_PARAM_H.
+ − 1389
+ − 1390 2000-02-16 Martin Buchholz <martin@xemacs.org>
+ − 1391
+ − 1392 * configure.in: Test for arm simply using arm* instead of arm-*
+ − 1393
+ − 1394 2000-02-16 Martin Buchholz <martin@xemacs.org>
+ − 1395
+ − 1396 * XEmacs 21.2.29 is released.
+ − 1397
+ − 1398 2000-02-16 Martin Buchholz <martin@xemacs.org>
+ − 1399
+ − 1400 * configure.in: Don't use rel_alloc if malloc() calls mmap().
+ − 1401 Discover this by looking for M_MMAP_THRESHOLD.
+ − 1402
+ − 1403 * configure.in: Don't define POSIX_C_SOURCE on Solaris, due to
+ − 1404 bugs in (at least) Solaris 2.5 headers.
+ − 1405
+ − 1406 2000-01-29 Craig Lanning <CraigL@DyCon.com>
+ − 1407
+ − 1408 * configure.in: Fix detection of XPM on systems without X11.
+ − 1409
+ − 1410 2000-02-11 Martin Buchholz <martin@xemacs.org>
+ − 1411
+ − 1412 * configure.in:
+ − 1413 * src/config.h.in:
+ − 1414 Define _POSIX_C_SOURCE, _XOPEN_SOURCE, _XOPEN_SOURCE_EXTENDED,
+ − 1415 but only on tested Operating systems - Linux && SunOS >= 5.5.
+ − 1416
+ − 1417 2000-02-09 Valdis Kletnieks <Valdis.Kletnieks@vt.edu>
+ − 1418
+ − 1419 * aclocal.m4: Support dlls on aix[34].
+ − 1420
+ − 1421 2000-02-09 Martin Buchholz <martin@xemacs.org>
+ − 1422
+ − 1423 * .cvsignore: Ignore gmon.out
+ − 1424
+ − 1425 2000-02-08 Martin Buchholz <martin@xemacs.org>
+ − 1426
+ − 1427 * configure.in: Sync Berkeley db autodetection with src/database.c
+ − 1428
+ − 1429 2000-02-07 Martin Buchholz <martin@xemacs.org>
+ − 1430
+ − 1431 * configure.in: check for XConvertCase.
+ − 1432
440
+ − 1433 2000-02-07 Martin Buchholz <martin@xemacs.org>
+ − 1434
+ − 1435 * XEmacs 21.2.28 is released.
+ − 1436
+ − 1437 2000-01-27 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
442
+ − 1438
440
+ − 1439 * configure.in: added getaddrinfo and getnameinfo to AC_FUNC.
+ − 1440
+ − 1441 2000-01-26 Martin Buchholz <martin@xemacs.org>
+ − 1442
+ − 1443 * configure.in: Backout the /etc/ld.so.conf patch of 2000-01-18.
+ − 1444
+ − 1445 2000-01-24 Martin Buchholz <martin@xemacs.org>
+ − 1446
+ − 1447 * configure.in: Always use our own realpath(), not the system one.
+ − 1448
+ − 1449 2000-01-25 Martin Buchholz <martin@xemacs.org>
+ − 1450
+ − 1451 * configure.in: Default Drag-N-Drop to "no"
+ − 1452
+ − 1453 1999-12-28 Max Matveev <max@melbourne.sgi.com>
+ − 1454
+ − 1455 * configure.in: add new machine type for IRIX 6.[2-5] to
+ − 1456 switch from using unexelf.o to unexelfsgi.o for just those
+ − 1457 versions of IRIX.
+ − 1458 In the ideal world it would be handled by the s/irix6-0.h but
+ − 1459 since machine config is included AFTER OS config, I had to add a
+ − 1460 new machine type.
+ − 1461
+ − 1462 2000-01-22 Andy Piper <andy@xemacs.org>
+ − 1463
+ − 1464 * configure.in: add winspool to windows libraries.
+ − 1465
+ − 1466 2000-01-22 Martin Buchholz <martin@xemacs.org>
+ − 1467
+ − 1468 * configure.in: Add more warnings to default gcc flags.
+ − 1469
+ − 1470 2000-01-20 Daniel Pittman <daniel@danann.net>
+ − 1471
+ − 1472 * configure.in: Find Athena headers hidden in even more obscure
+ − 1473 places. That is, search Xaw3D/ as well as X11/Xaw3D/.
+ − 1474
+ − 1475 2000-01-19 Martin Buchholz <martin@xemacs.org>
+ − 1476
+ − 1477 * configure.in: Add support for NetWinders.
+ − 1478 Patch by Sean MacLennan <seanm@netwinder.org>
+ − 1479
+ − 1480 2000-01-18 Martin Buchholz <martin@xemacs.org>
+ − 1481
+ − 1482 * configure.in: Use /etc/ld.so.conf at link-time, if available.
+ − 1483
438
+ − 1484 2000-01-18 Martin Buchholz <martin@xemacs.org>
+ − 1485
+ − 1486 * XEmacs 21.2.27 is released.
+ − 1487
+ − 1488 2000-01-14 Martin Buchholz <martin@xemacs.org>
+ − 1489
+ − 1490 * configure.in: Create a .dbxrc in the src directory, like .gdbinit.
+ − 1491
+ − 1492 * configure.in: Add `tests' symlink to make it easier to find
+ − 1493 automated tests directory.
+ − 1494
+ − 1495 2000-01-14 Andy Piper <andy@xemacs.org>
+ − 1496
+ − 1497 * configure.in: for cygwin 1.0 we must pick up the mingw32 headers
+ − 1498 before the cygwin headers.
+ − 1499
+ − 1500 2000-01-08 Martin Buchholz <martin@xemacs.org>
+ − 1501
442
+ − 1502 * configure.in:
438
+ − 1503 - Allow find-tag to work in the build directory.
+ − 1504 - rename src/gdbinit to src/.gdbinit, so that gdb can find it.
+ − 1505 - Less verbose messages when creating .sbinit, .gdbinit, TAGS.
+ − 1506
+ − 1507 2000-01-07 Marcus Thiessel <marcus@xemacs.org>
+ − 1508
+ − 1509 * config.sub: Upgrade to 1.169, imported from autoconf's CVS
+ − 1510 * config.guess: Upgrade to 1.158, imported from autoconf's CVS
+ − 1511
+ − 1512 2000-01-03 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
+ − 1513
+ − 1514 * configure.usage (--mail-locking):
+ − 1515 * configure.in: Handle --mail-locking option correctly in
+ − 1516 preparation for the movemail locking overhaul.
+ − 1517
+ − 1518 2000-01-05 Daniel Pittman <daniel@danann.net>
+ − 1519
+ − 1520 * configure.in (Installation): Report which Athena header/library
+ − 1521 combo is being used.
+ − 1522
436
+ − 1523 1999-12-31 Martin Buchholz <martin@xemacs.org>
+ − 1524
+ − 1525 * XEmacs 21.2.26 is released.
+ − 1526
434
+ − 1527 1999-12-24 Martin Buchholz <martin@xemacs.org>
+ − 1528
+ − 1529 * XEmacs 21.2.25 is released.
+ − 1530
+ − 1531 1999-12-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
+ − 1532
+ − 1533 * README: Remove msdos part.
+ − 1534
+ − 1535 1999-12-17 Martin Buchholz <martin@xemacs.org>
+ − 1536
+ − 1537 * configure.in: Oops. xpm doesn't actually depend on X11.
+ − 1538 I got confused by the name (like others get confused by `xemacs'?)
+ − 1539
432
+ − 1540 1999-12-14 Martin Buchholz <martin@xemacs.org>
+ − 1541
+ − 1542 * XEmacs 21.2.24 is released.
+ − 1543
+ − 1544 1999-12-13 Martin Buchholz <martin@xemacs.org>
+ − 1545
442
+ − 1546 * configure.in:
432
+ − 1547 * configure.usage:
+ − 1548 - Autodetect NAS. Change Docs accordingly.
+ − 1549
+ − 1550 * configure.in: Warn if configure --with-xpm --without-x11.
+ − 1551
+ − 1552 1999-12-09 Martin Buchholz <martin@xemacs.org>
+ − 1553
+ − 1554 * configure.in: Clean up sound support.
+ − 1555 - variable `old_nas' was used but never set.
+ − 1556 - change `with_esd' to `with_esd_sound' for consistency.
+ − 1557 - Don't trust the output of `esd-config --libs`; test it.
+ − 1558 - Add `esd-config --cflags` to c_switch_site.
+ − 1559 - Die if ESD sound requested, but not available.
+ − 1560 - ESD is not dependent on X, therefore use LIBS, not libs_x.
+ − 1561
+ − 1562 1999-12-07 Martin Buchholz <martin@xemacs.org>
+ − 1563
+ − 1564 * configure.in (--with-sound): Variable with_esd was mispelled.
+ − 1565
430
+ − 1566 1999-12-07 Martin Buchholz <martin@xemacs.org>
+ − 1567
+ − 1568 * XEmacs 21.2.23 is released.
+ − 1569
+ − 1570 1999-11-30 Martin Buchholz <martin@xemacs.org>
+ − 1571
+ − 1572 * configure.in: Fix module support.
+ − 1573 --with-modules=yes was completely broken.
+ − 1574 AC_DEFINE(HAVE_DLFCN_H) was invoked twice.
+ − 1575 Remove linking test for _dlopen - seems totally bogus.
+ − 1576 Die if --with-modules=yes but no module support found.
+ − 1577 Do nothing, not even msg, if --with-modules=no.
+ − 1578
+ − 1579 1999-11-17 Isaac Hollander <ysh@mindspring.com>
+ − 1580
+ − 1581 * Makefile.in.in: add and use TAR macro. Sometimes tar only copies
+ − 1582 symlinks instead of the actual files
+ − 1583
+ − 1584 1999-11-30 Martin Buchholz <martin@xemacs.org>
+ − 1585
+ − 1586 * aclocal.m4: Shared library support for hpux >= version 11
+ − 1587
+ − 1588 1999-11-29 Martin Buchholz <martin@xemacs.org>
+ − 1589
+ − 1590 * Makefile.in.in (beta): `make beta' should rebuild info.
+ − 1591
428
+ − 1592 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org>
+ − 1593
+ − 1594 * XEmacs 21.2.22 is released
+ − 1595
426
+ − 1596 1999-11-28 Martin Buchholz <martin@xemacs.org>
+ − 1597
+ − 1598 * XEmacs 21.2.21 is released.
+ − 1599
+ − 1600 1999-11-26 Martin Buchholz <martin@xemacs.org>
+ − 1601
442
+ − 1602 * configure.in:
426
+ − 1603 Add configure support for Unix 98 type ssize_t.
+ − 1604
+ − 1605 1999-11-27 Martin Buchholz <martin@xemacs.org>
+ − 1606
+ − 1607 * Makefile.in.in:
+ − 1608 Make sure config.values.sh is up to date.
+ − 1609 Use $(SHELL) instead of sh or /bin/sh consistently.
+ − 1610 Delegate `depend' target to src/Makefile.in.in.
+ − 1611
+ − 1612 1999-10-27 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
+ − 1613
+ − 1614 * INSTALL: Update configure option.
+ − 1615
+ − 1616 1999-10-12 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
442
+ − 1617
426
+ − 1618 * configure.in (native_sound_lib, *-sgi-*): Check for audio.h.
+ − 1619 (LIBS): Check for libCsup.
+ − 1620
+ − 1621 1999-10-24 Jan Vroonhof <vroonhof@math.ethz.ch>
+ − 1622
+ − 1623 * config.h.in: define HAVE_ESD_SOUND
+ − 1624
+ − 1625 * configure.in: Add support for esd sound. --with-sound
+ − 1626 now accepts a list of options.
+ − 1627 * configure.usage (--native-sound-lib): ditto.
+ − 1628
+ − 1629 1999-11-17 Martin Buchholz <martin@xemacs.org>
+ − 1630
442
+ − 1631 * Makefile.in.in (install-arch-dep):
426
+ − 1632 Fix `make install' if prefix != exec_prefix.
+ − 1633
+ − 1634 1999-11-15 Martin Buchholz <martin@xemacs.org>
+ − 1635
+ − 1636 * configure.in:
+ − 1637 - Accept --with-database=gdbm as an alias for
+ − 1638 --with-database=gnudbm.
+ − 1639 - rename with_database_gnudbm to with_database_gdbm.
+ − 1640
+ − 1641 * aclocal.m4 (ld_dynamic_link_flags): Just use empty value for
+ − 1642 ld_dynamic_link_flags on Solaris. Else CC gives us:
+ − 1643 CC: Warning: Option -Wl,-Bdynamic passed to ld, if ld is invoked, ignored otherwise
+ − 1644 /usr/ccs/bin/ld: illegal option -- W
+ − 1645
+ − 1646
424
+ − 1647 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org>
+ − 1648
+ − 1649 * XEmacs 21.2.20 is released
+ − 1650
+ − 1651 1999-09-21 Martin Buchholz <martin@xemacs.org>
+ − 1652 * configure.in: Autodetect Unix98 PTY
+ − 1653
+ − 1654 1999-08-30 Robert Pluim <rpluim@bigfoot.com>
+ − 1655
+ − 1656 * README.packages: Add description of package-get-provider
+ − 1657
+ − 1658 1999-10-22 Vin Shelton <acs@xemacs.org>
+ − 1659
+ − 1660 * INSTALL: Added more information about README.packages, and
+ − 1661 re-numbered some bullets.
+ − 1662
+ − 1663 1999-10-24 Jan Vroonhof <vroonhof@math.ethz.ch>
+ − 1664
+ − 1665 * INSTALL: Update disk requirements. Refer to README.packages
+ − 1666
+ − 1667 1999-10-21 Andy Piper <andy@xemacs.org>
+ − 1668
+ − 1669 * configure.in (all_widgets): Only use xaw3d if we really have it.
+ − 1670
+ − 1671 1999-10-06 Andy Piper <andy@xemacs.org>
+ − 1672
+ − 1673 * Makefile.in.in: use WINDOWSNT for mingw install.
+ − 1674
+ − 1675 1999-09-25 Andy Piper <andy@xemacs.org>
+ − 1676
+ − 1677 * configure.in: check for Xaw3d and use in preference to Xaw
+ − 1678
+ − 1679 1999-09-21 Martin Buchholz <martin@xemacs.org>
+ − 1680
+ − 1681 * Makefile.in.in: All Makefiles should #include config.h
+ − 1682
+ − 1683 1999-09-19 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
+ − 1684
+ − 1685 * configure.in (EMACS_CONFIGURATION): Use $configuration, not
442
+ − 1686 $canonical, so that installation paths and dynamic path setup will
424
+ − 1687 stay in synch.
+ − 1688
+ − 1689 1999-09-20 Andy Piper <andy@xemacs.org>
+ − 1690
+ − 1691 * Makefile.in.in: use __CYGWIN32__ and __MINGW32__ to predicate
+ − 1692 installation linkage.
+ − 1693
+ − 1694 1999-08-29 Andreas Jaeger <aj@arthur.rhein-neckar.de>
+ − 1695
+ − 1696 * configure.in (machine): Recognize MIPS/Linux.
+ − 1697
+ − 1698 1999-08-27 Jan Vroonhof <vroonhof@math.ethz.ch>
+ − 1699
442
+ − 1700 * modules/zlib/Makefile (distclean):
+ − 1701 * modules/ldap/Makefile (distclean):
+ − 1702 * modules/sample/Makefile (distclean):
424
+ − 1703 * modules/base64/Makefile (distclean): new target
+ − 1704
+ − 1705 * Makefile.in.in (top_distclean): Add package directories
+ − 1706 (SUBDIR_DISTCLEAN): New variable, add module directories
+ − 1707
+ − 1708 1999-09-01 Martin Buchholz <martin@xemacs.org>
+ − 1709
+ − 1710 * configure.in: Warn, but otherwise ignore, obsolete arguments.
+ − 1711
+ − 1712 1999-08-20 Olivier Galibert <galibert@pobox.com>
442
+ − 1713
424
+ − 1714 * configure.in: Add --pdump option.
+ − 1715 * configure.usage: Ditto.
442
+ − 1716
424
+ − 1717 1999-08-04 Andy Piper <andy@xemacs.org>
+ − 1718
+ − 1719 * configure.in: report widget usage correctly. beef up setting.
+ − 1720
+ − 1721 * Makefile.in.in: fix install-arch-dep for mingw32.
+ − 1722
+ − 1723 1999-07-28 Andy Piper <andy@xemacs.org>
+ − 1724
+ − 1725 * config.h.in: add new LWLIB defines.
+ − 1726
+ − 1727 * configure.in: fix definitions of widget defines with various
+ − 1728 toolkit options.
+ − 1729
422
+ − 1730 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org>
+ − 1731
+ − 1732 * XEmacs 21.2.19 is released
+ − 1733
+ − 1734 1999-07-28 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
+ − 1735
+ − 1736 * configure.in: Removed superfluous call to AC_FUNC_MMAP.
+ − 1737
+ − 1738 1999-03-07 Gregory Neil Shapiro <gshapiro@sendmail.org>
+ − 1739
+ − 1740 * configure.in: Check for Kerberos and the need for the DES
+ − 1741 library before checking for LDAP in case LDAP requires these
+ − 1742 libraries.
+ − 1743
+ − 1744 1999-07-26 SL Baur <steve@miho>
+ − 1745
+ − 1746 * configure.in: Rename --with-shlib to --with-modules for
+ − 1747 consistency with the other two options that use that name.
+ − 1748
+ − 1749 * configure.usage (--with-modules): Document it.
+ − 1750
+ − 1751 1999-07-22 SL Baur <steve@beopen.com>
+ − 1752
+ − 1753 * configure.in: add sco7 support
+ − 1754 From Bob Weiner <weiner@beopen.com>
+ − 1755
+ − 1756 1999-07-22 SL Baur <steve@miho>
+ − 1757
+ − 1758 * Makefile.in.in (install-arch-dep): Install config.values into
+ − 1759 docdir.
+ − 1760 From Karl M. Hegbloom <karlheg@cathcart.sysc.pdx.edu>
+ − 1761
+ − 1762 1999-07-21 SL Baur <steve@miho>
+ − 1763
+ − 1764 * Makefile.in.in (inststaticdir): New variable.
+ − 1765 (instvardir): Ditto.
+ − 1766 (install-arch-dep): Use them.
+ − 1767
+ − 1768 * configure.in (sitelispdir): Need to use ${PROGNAME}.
+ − 1769 (sitemoduledir): Ditto.
+ − 1770 (inststaticdir): New variable.
+ − 1771 (instvardir): Ditto.
+ − 1772 (infodir): Use them.
+ − 1773 (lispdir): Ditto.
+ − 1774 (moduledir): Ditto.
+ − 1775 (pkgdir): Ditto.
+ − 1776 (etcdir): Ditto.
+ − 1777 (lockdir): Ditto.
+ − 1778 (archlibdir): Ditto.
+ − 1779
+ − 1780 1999-07-14 SL Baur <steve@beopen.com>
+ − 1781
+ − 1782 * InfoDock 4.0.8 is released
+ − 1783
420
+ − 1784 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org>
+ − 1785
+ − 1786 * XEmacs 21.2.18 is released
+ − 1787
+ − 1788 1999-07-06 SL Baur <steve@miho.m17n.org>
+ − 1789
+ − 1790 * config.guess (main): Synch with newer config.guess for HP
+ − 1791 support.
+ − 1792 From Marcus Thiessel <marcus@xemacs.org>
+ − 1793
+ − 1794 1999-06-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
+ − 1795
+ − 1796 * configure.in (with_prefix): Added --with-prefix, defaults to
442
+ − 1797 yes, to control whether the value of --prefix is compiled into the
420
+ − 1798 binary.
+ − 1799
+ − 1800 1999-07-03 Andy Piper <andy@xemacs.org>
+ − 1801
+ − 1802 * configure.usage (--with-widgets): add.
+ − 1803
+ − 1804 1999-07-02 Andy Piper <andy@xemacs.org>
+ − 1805
+ − 1806 * configure.in: Make sure we get motif in lwlib if we have widgets
+ − 1807 and motif.
+ − 1808
+ − 1809 1999-06-25 SL Baur <steve@miho.m17n.org>
+ − 1810
+ − 1811 * configure.in (version): Fix --with-infodock test.
+ − 1812
+ − 1813 1999-06-15 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
+ − 1814
+ − 1815 * configure.in: --prefix and --exec-prefix are now only compiled
+ − 1816 into the binary if user-defined.
+ − 1817
+ − 1818 1999-03-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
+ − 1819
+ − 1820 * configure.in: Made docdir configurable.
+ − 1821
+ − 1822 * Makefile.in (docdir): Added variable for custom DOC directory.
+ − 1823
418
+ − 1824 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org>
+ − 1825
+ − 1826 * XEmacs 21.2.17 is released
+ − 1827
+ − 1828 1999-06-13 Oscar Figueiredo <oscar@xemacs.org>
+ − 1829
+ − 1830 * configure.in (with_ldap): Check libldap independently of liblber
+ − 1831 Do not test alternate library names such as libldap10
+ − 1832 Test the presence of a variety of LDAP API functions which were
+ − 1833 formerly assumed to be present according to dubious heuristics
+ − 1834
416
+ − 1835 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org>
+ − 1836
+ − 1837 * XEmacs 21.2.16 is released
+ − 1838
+ − 1839 1999-06-04 SL Baur <steve@steve1.m17n.org>
+ − 1840
+ − 1841 * configure.in (CPP): Correct test for locating $site_prefix
+ − 1842 include directories.
+ − 1843
414
+ − 1844 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org>
+ − 1845
+ − 1846 * XEmacs 21.2.15 is released
+ − 1847
+ − 1848 1999-06-01 Gunnar Evermann <ge204@eng.cam.ac.uk>
+ − 1849
+ − 1850 * README.packages: fix typos: user pacakge hierarchy is ~/.xemacs
+ − 1851 From: Eric Veldhuyzen <eric@terra.nu>
+ − 1852
+ − 1853 1999-05-25 Jan Vroonhof <jan@xemacs.org>
+ − 1854
+ − 1855 * configure.in: For non-beta's use x.y.z format for version strings.
+ − 1856
+ − 1857 1999-06-03 SL Baur <steve@xemacs.org>
+ − 1858
+ − 1859 * version.sh: add emacs_is_beta initialization
+ − 1860
+ − 1861 * configure.in: Implement patch levels in version number
+ − 1862 From Jan Vroonhof <vroonhof@math.ethz.ch>
+ − 1863
+ − 1864 * configure.in:
+ − 1865 * configure.usage:
+ − 1866 * config.h.in: Rename session option to wmcommand.
+ − 1867 From Oliver Graf <ograf@rhein-zeitung.de>
+ − 1868
+ − 1869 1999-05-16 Mike McEwan <mike@lotusland.demon.co.uk>
+ − 1870
+ − 1871 * info/dir: Add `emodules.info' entry to the top info dir.
+ − 1872
+ − 1873 1999-05-31 SL Baur <steve@steve1.m17n.org>
+ − 1874
+ − 1875 * configure.in (CPP): Don't check for include subdirectories in
442
+ − 1876 site-prefix directories. This check loses in valid configurations
414
+ − 1877 like /usr/jp in TurboLinux. Conditionally add include directory to
+ − 1878 site switches.
+ − 1879
+ − 1880 1999-05-14 Hrvoje Niksic <hniksic@srce.hr>
+ − 1881
+ − 1882 * configure.in (quoted_arguments): Support
+ − 1883 --error-checking=byte-code.
+ − 1884
398
+ − 1885 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org>
+ − 1886
+ − 1887 * XEmacs 21.2.14 is released
+ − 1888
+ − 1889 1999-05-11 SL Baur <steve@altair.xemacs.org>
+ − 1890
+ − 1891 * version.sh (infodock_build_version): Synch InfoDock version.
+ − 1892
+ − 1893 1999-05-06 Hrvoje Niksic <hniksic@srce.hr>
+ − 1894
442
+ − 1895 * aclocal.m4 (ld_dynamic_link_flags): Change -Bexport to -Bdynamic
398
+ − 1896 for Solaris.
+ − 1897
+ − 1898 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
+ − 1899
+ − 1900 * configure.in (xemacs_betaname): Don't generate Installation.el.
+ − 1901
+ − 1902 * Makefile.in.in (top_distclean): Don't remove Installation.el.
+ − 1903
+ − 1904 1999-04-29 Andy Piper <andy@xemacs.org>
+ − 1905
+ − 1906 * configure.in: add mingw32 as a target platform. add nt process
+ − 1907 support options.
+ − 1908
+ − 1909 1998-09-04 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+ − 1910
+ − 1911 * configure.in: Delete mule-coding.o.
+ − 1912
+ − 1913 1999-04-22 Gunnar Evermann <ge204@eng.cam.ac.uk>
+ − 1914
+ − 1915 * lwlib/xlwmenu.c (string_width_u): Initialise chars before
+ − 1916 calling XmStringGetLtoR
+ − 1917 (string_draw_u): ditto and check return value of XmStringGetLtoR()
+ − 1918
+ − 1919 1999-04-05 Olivier Galibert <galibert@pobox.com>
+ − 1920
+ − 1921 * Makefile.in.in (GENERATED_HEADERS): Don't generate
+ − 1922 puresize-adjust.h anymore
+ − 1923
+ − 1924 * configure.usage: Remove everything gung-ho or purespace related
+ − 1925
+ − 1926 * configure.in: Ditto
+ − 1927
+ − 1928 1999-04-17 Hrvoje Niksic <hniksic@srce.hr>
+ − 1929
+ − 1930 * configure.in: Check for getloadavg().
+ − 1931
396
+ − 1932 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org>
+ − 1933
+ − 1934 * XEmacs 21.2.13 is released
+ − 1935
+ − 1936 1999-03-09 SL Baur <steve@xemacs.org>
+ − 1937
+ − 1938 * Makefile.in.in (LC_ALL): Try very, very hard to build in C locale.
+ − 1939
394
+ − 1940 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org>
+ − 1941
+ − 1942 * XEmacs 21.2.12 is released
+ − 1943
+ − 1944 1999-03-04 Martin Buchholz <martin@xemacs.org>
+ − 1945
+ − 1946 * Makefile.in.in (top_distclean): Remove confdefs.h as well.
+ − 1947
+ − 1948 1999-03-03 Martin Buchholz <martin@xemacs.org>
+ − 1949
+ − 1950 * configure.in:
+ − 1951 `uname -v` -> "`uname -v`":
+ − 1952 backquoted expressions need additional double
+ − 1953 quotes to be a single token.
+ − 1954 Use separate if's to avoid extra process invocations.
+ − 1955
+ − 1956 1999-01-05 Gunnar Evermann <ge204@eng.cam.ac.uk>
+ − 1957
442
+ − 1958 * PROBLEMS: Document crashes on SPARC with gcc 2.8.1.
394
+ − 1959
392
+ − 1960 1999-03-01 XEmacs Build Bot <builds@cvs.xemacs.org>
+ − 1961
+ − 1962 * XEmacs 21.2.11 is released
+ − 1963
+ − 1964 1999-02-16 Andy Piper <andy@xemacs.org>
+ − 1965
+ − 1966 * PROBLEMS: add entries for building under Cygwin.
+ − 1967
+ − 1968 1999-02-14 Jan Vroonhof <vroonhof@math.ethz.ch>
+ − 1969
+ − 1970 * README.packages: Clear up that mule-sumo packages is used _in
+ − 1971 addition_ to the normal sumo.
+ − 1972
+ − 1973 1999-02-16 Martin Buchholz <martin@xemacs.org>
+ − 1974
+ − 1975 * configure.usage: Move quantify/purify into debug flags section
+ − 1976
+ − 1977 1999-02-10 Martin Buchholz <martin@xemacs.org>
+ − 1978
442
+ − 1979 * configure.in:
392
+ − 1980 - Fixup xfs comments and redundant option checking
+ − 1981
442
+ − 1982 * configure.in:
+ − 1983 * INSTALL:
392
+ − 1984 * lisp/paths.el:
+ − 1985 - improved automounter tmp directory support.
+ − 1986 - support 4 (!) empirically discovered automounter conventions
+ − 1987
+ − 1988 1999-02-10 Martin Buchholz <martin@xemacs.org>
+ − 1989
442
+ − 1990 * lwlib/lwlib.h:
+ − 1991 - redo CONST hacking to deal with X11 R4, which was
392
+ − 1992 broken in a previous patch.
+ − 1993
+ − 1994 1999-02-10 Martin Buchholz <martin@xemacs.org>
+ − 1995
442
+ − 1996 * configure.in:
392
+ − 1997 - irix uses -rpath
+ − 1998
+ − 1999 1999-02-10 Martin Buchholz <martin@xemacs.org>
+ − 2000
442
+ − 2001 * configure.in:
392
+ − 2002 - Check for XOpenIM before using xim=xlib
+ − 2003 - only use XmIm if $have_motif = yes
+ − 2004
+ − 2005 1999-02-10 Martin Buchholz <martin@xemacs.org>
+ − 2006
+ − 2007 * configure.in. Port to BSDI BSD/OS 4.0.
+ − 2008
+ − 2009 1999-01-07 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
+ − 2010
+ − 2011 * configure.in: Warn if using Motif dialog boxes on AIX 4.3.
+ − 2012
390
+ − 2013 1999-02-05 XEmacs Build Bot <builds@cvs.xemacs.org>
+ − 2014
+ − 2015 * XEmacs 21.2.10 is released
+ − 2016
388
+ − 2017 1999-02-02 XEmacs Build Bot <builds@cvs.xemacs.org>
+ − 2018
+ − 2019 * XEmacs 21.2.9 is released
+ − 2020
+ − 2021 1999-01-21 Andy Piper <andy@xemacs.org>
+ − 2022
+ − 2023 * configure.in: make xface detection specifc to a window system in
+ − 2024 general rather than just X.
+ − 2025
+ − 2026 1999-18-10 Andy Piper <andy@xemacs.org>
+ − 2027
+ − 2028 * configure.in: remove -O3 prevention on cygwin - current versions
+ − 2029 cope ok now. remove dll prevention on cygwin - the new module
+ − 2030 code checks correctly.
442
+ − 2031
388
+ − 2032 1999-01-10 J. Kean Johnston <jkj@sco.com>
+ − 2033
442
+ − 2034 * configure.in: Added moduledir as the path where loadable modules
388
+ − 2035 are stored. Added --with-site-modules and --moduledir options.
+ − 2036 - Ensure the SCO OpenServer compiles with --dynamic by default
+ − 2037 - Check for dlfcn.h for dynamic loader
+ − 2038 - Renamed dll.o to emodules.o and changed dynamic loader tests
+ − 2039 - Renabled code that deals with site-lisp so that it is handled
+ − 2040 correctly when a user specifies --with-site-lisp.
+ − 2041
+ − 2042 * aclocal.m4: Replaced entire file with more complete DLL tests
+ − 2043 by way of libtool.
+ − 2044
+ − 2045 * config.usage: Removed TAB characters which caused it to be
+ − 2046 displayed incorrectly on terminals where TAB != 8.
+ − 2047 - Added help text to describe --with-site-modules and --moduledir.
+ − 2048
+ − 2049 * INSTALL: Updated documentation to describe module directories
+ − 2050
+ − 2051 * Makefile.in.in: Added moduledir, sitemoduledir macros.
+ − 2052 - Make those directories at install time.
+ − 2053
386
+ − 2054 1998-12-28 Martin Buchholz <martin@xemacs.org>
+ − 2055
+ − 2056 * XEmacs 21.2.8 is released.
+ − 2057
+ − 2058 1998-12-28 Martin Buchholz <martin@xemacs.org>
+ − 2059
+ − 2060 * PROBLEMS: Document Linux GNU Libc 2.0 I18N crashes.
+ − 2061
384
+ − 2062 1998-12-24 Martin Buchholz <martin@xemacs.org>
+ − 2063
+ − 2064 * XEmacs 21.2.7 is released.
+ − 2065
+ − 2066 1998-12-20 Martin Buchholz <martin@xemacs.org>
+ − 2067
+ − 2068 * configure.in: Redo DBM support
+ − 2069 - die if dbm support requested, but not provided.
+ − 2070 - properly check for libgdbm, then libc, then libdbm
+ − 2071 - properly check for ndbm.h
+ − 2072 - comments improved
+ − 2073 - XE_DIE should always prefix messages with Error: for clarity
+ − 2074
+ − 2075 1998-12-07 Martin Buchholz <martin@xemacs.org>
+ − 2076
+ − 2077 * xemacs.mak (TEMACS_OBJS):
+ − 2078 (DOC_SRC4):
+ − 2079 - Remove pure.c, pure.obj
+ − 2080
+ − 2081 1998-12-06 Martin Buchholz <martin@xemacs.org>
+ − 2082
+ − 2083 * Makefile.in.in (distclean):
+ − 2084 * dynodump/Makefile.in.in (distclean):
+ − 2085 * src/Makefile.in.in (distclean):
+ − 2086 * lib-src/Makefile.in.in (distclean):
+ − 2087 * lwlib/Makefile.in.in (distclean):
+ − 2088 - Make sure GNUmakefile is deleted.
+ − 2089
+ − 2090 1998-12-17 Andy Piper <andy@xemacs.org>
+ − 2091
+ − 2092 * configure.in (all_widgets): remove gui.o addition - its always
+ − 2093 in the makefile now.
+ − 2094
+ − 2095 * configure.in: add gui-msw.o to msw objects.
+ − 2096
382
+ − 2097 1998-12-16 Andy Piper <andy@xemacs.org>
+ − 2098
+ − 2099 * XEmacs 21.2.6 is released
+ − 2100
380
+ − 2101 1998-12-05 XEmacs Build Bot <builds@cvs.xemacs.org>
+ − 2102
+ − 2103 * XEmacs 21.2.5 is released
+ − 2104
377
+ − 2105 1998-11-28 SL Baur <steve@altair.xemacs.org>
+ − 2106
+ − 2107 * XEmacs 21.2-beta4 is released.
+ − 2108
+ − 2109 1998-11-27 SL Baur <steve@altair.xemacs.org>
+ − 2110
+ − 2111 * configure.in: Linux/Arm Support.
+ − 2112 From James LewisMoss <dres@ioa.com>
+ − 2113
+ − 2114 1998-11-27 Takeshi Hagiwara <hagiwara@ie.niigata-u.ac.jp>
+ − 2115
+ − 2116 * configure.in:
+ − 2117 Fix the realpath() problem of UnixWare2.1.3.
+ − 2118 Patches for NEC's sysv4.2 machine.
+ − 2119
+ − 2120 1998-11-09 Kazuyuki IENAGA <ienaga@jsys.co.jp>
+ − 2121
+ − 2122 * configure.in: Check if there's wnn4.2 or wnn6 specific library
+ − 2123 installed. The Wnn library will be checked if the --with-wnn
+ − 2124 and/or --with-wnn6 was specified compulsory.
+ − 2125
+ − 2126 1998-07-28 Jan Vroonhof <vroonhof@math.ethz.ch>
+ − 2127
+ − 2128 * configure.in (CPP): Too many spaces im run-patch flag detection.
+ − 2129
375
+ − 2130 1998-10-15 SL Baur <steve@altair.xemacs.org>
+ − 2131
+ − 2132 * XEmacs 21.2-beta3 is released.
+ − 2133
+ − 2134 1998-10-13 Andy Piper <andyp@parallax.co.uk>
+ − 2135
+ − 2136 * configure.in: enable drag and drop support by default if mswindows is
+ − 2137 detected.
+ − 2138
+ − 2139 1998-10-09 Kevin Oberman <oberman@es.net>
+ − 2140
+ − 2141 * config.sub: Fix for Alpha architecture
+ − 2142
+ − 2143 1998-10-05 Andy Piper <andyp@parallax.co.uk>
+ − 2144
+ − 2145 * configure.in: don't enable shared lib support for cygwin unless
+ − 2146 explititly told to.
+ − 2147
373
+ − 2148 1998-09-29 SL Baur <steve@altair.xemacs.org>
+ − 2149
+ − 2150 * XEmacs 21.2-beta2 is released.
+ − 2151
+ − 2152 1998-09-09 Gunnar Evermann <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
+ − 2153
+ − 2154 * lwlib/xlwmenu.c:
+ − 2155 * lwlib/xlwscrollbar: fix for Motif >=2.0
+ − 2156 Patch provided by Glenn Barry <gtb@eng.sun.com>
+ − 2157
+ − 2158 * PROBLEMS: XEmacs 21.0 now works on HP-UX 11.0
+ − 2159
+ − 2160 1998-09-02 Andy Piper <andyp@parallax.co.uk>
+ − 2161
+ − 2162 * configure.in: check for cygwin32/version.h.
+ − 2163
+ − 2164 1998-08-31 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
+ − 2165
+ − 2166 * PROBLEMS: Added AIX 4.3 note.
+ − 2167
+ − 2168 * configure.in: Better detection of AIX 4.3.
+ − 2169 AIX xlc can do -g and -Ox at the same time.
+ − 2170
+ − 2171 1998-08-17 P. E. Jareth Hein <jareth@camelot.co.jp>
+ − 2172
+ − 2173 * configure.in: Alter configure so that it checks for mismatched PNG
+ − 2174 header/libs, screams a little louder on old/mismatched library
+ − 2175 conditions for both PNG and XPM, stop screaming if png is not found and
+ − 2176 no window-system is selected, and fixed a bug in the XPM checking.
+ − 2177
+ − 2178 1998-08-07 P. E. Jareth Hein <jareth@camelot.co.jp>
+ − 2179
+ − 2180 * configure.usage (--without-gif): Modify text to reflect status
+ − 2181 of GIF support
+ − 2182
+ − 2183 1998-08-04 P. E. Jareth Hein <jareth@camelot.co.jp>
+ − 2184
+ − 2185 * configure.in: add back in the support for the in-core GIF
+ − 2186 code, change the required PNG library version to 1.0.2, and add
+ − 2187 a warning if PNG not found, since PNG images are now distributed
+ − 2188 as part of the core. Also minor wording changes in things reported
+ − 2189 to the user.
+ − 2190
+ − 2191 1998-07-28 Kai Haberzettl <khaberz@synnet.de>
+ − 2192
+ − 2193 * BETA: Update mailing-list address for build-reports
+ − 2194
+ − 2195 1998-08-01 SL Baur <steve@altair.xemacs.org>
+ − 2196
+ − 2197 * Makefile.in (TAGS tags): Add variable `tagslisp' so a TAGS file
+ − 2198 can built that includes package lisp.
+ − 2199
+ − 2200 1998-07-23 Martin Buchholz <martin@xemacs.org>
+ − 2201
+ − 2202 * configure.in:
+ − 2203 - support multiple flavors of alpha, (XEmacs treats them identically)
+ − 2204 - Fix AC_TRY_RUN so that actions have access to $?
+ − 2205 - Identify DEC C compilers. Add default optimization CFLAGS and
+ − 2206 always use -std.
+ − 2207 - Use an extensible method for adding support for future compilers.
+ − 2208 - Have SunPro C use that same extensible method.
+ − 2209 - Make sol2 always use `-R', Linux and DEC OSF always use `-rpath'
+ − 2210
304
+ − 2211 1998-07-19 SL Baur <steve@altair.xemacs.org>
+ − 2212
371
+ − 2213 * XEmacs 21.2-beta1 is released.
304
+ − 2214
+ − 2215 1998-07-18 SL Baur <steve@altair.xemacs.org>
+ − 2216
+ − 2217 * config.guess: Synched with latest FSF version.
+ − 2218
454
+ − 2219 1998-07-12 Bjrn Torkelsson <torkel@hpc2n.umu.se>
304
+ − 2220
384
+ − 2221 * Makefile.in: added LDFLAGS.
304
+ − 2222
300
+ − 2223 1998-07-12 SL Baur <steve@altair.xemacs.org>
+ − 2224
371
+ − 2225 * README: Bump version numbers.
+ − 2226 * info/dir: Ditto.
+ − 2227 * version.sh: Ditto.
+ − 2228
793
+ − 2229 * XEmacs 21.0-pre5 is released.
300
+ − 2230
+ − 2231 1998-07-10 SL Baur <steve@altair.xemacs.org>
+ − 2232
+ − 2233 * configure.in (with_offix): Default --with-offix to off.
+ − 2234
298
+ − 2235 1998-07-09 SL Baur <steve@altair.xemacs.org>
+ − 2236
300
+ − 2237 * configure.in: Handle multiple database libraries.
+ − 2238 From Gregory Neil Shapiro <gshapiro@sendmail.org>
+ − 2239
298
+ − 2240 * XEmacs 21.0-pre4 is released.
+ − 2241
+ − 2242 * configure.in: Fix test for InfoDock sources.
+ − 2243
+ − 2244 1998-07-09 Oliver Graf <ograf@fga.de>
+ − 2245
+ − 2246 * configure.usage: added warning to --with-offix
+ − 2247
+ − 2248 1998-06-28 SL Baur <steve@altair.xemacs.org>
+ − 2249
+ − 2250 * configure.in: Berkeley DB autodetection fixes
+ − 2251 From Martin Buchholz <martin@xemacs.org>
+ − 2252
296
+ − 2253 1998-06-19 SL Baur <steve@altair.xemacs.org>
+ − 2254
+ − 2255 * XEmacs 21.0-pre3 is released.
+ − 2256
+ − 2257 1998-06-20 Kazuyuki IENAGA <ienaga@jsys.co.jp>
+ − 2258
+ − 2259 * configure.in: Added check if the berkdb has db_open or not.
+ − 2260 (With fixes from Martin Buchholz)
+ − 2261
294
+ − 2262 1998-06-19 SL Baur <steve@altair.xemacs.org>
+ − 2263
+ − 2264 * XEmacs 21.0-pre2 is released.
+ − 2265
+ − 2266 1998-06-18 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
+ − 2267
+ − 2268 * configure.in: Added -lC for static linking under AIX 4.2.
+ − 2269
292
+ − 2270 1998-06-14 SL Baur <steve@altair.xemacs.org>
+ − 2271
+ − 2272 * XEmacs 21.0-pre1 is released.
+ − 2273
290
+ − 2274 1998-06-11 SL Baur <steve@altair.xemacs.org>
+ − 2275
292
+ − 2276 * XEmacs 21.0-beta43 is released.
290
+ − 2277
+ − 2278 1998-06-04 Oliver Graf <ograf@fga.de>
+ − 2279
+ − 2280 * tests/Dnd/README: a step-by-step test run
+ − 2281 * tests/Dnd/droptest.el: some clarifications
+ − 2282 * tests/Dnd/droptest.sh: created, creates test files
+ − 2283
+ − 2284 1998-06-01 Oliver Graf <ograf@fga.de>
+ − 2285
+ − 2286 * configure.in (summary): added experimental to dragndrop option
+ − 2287 * configure.usage: added experimental note to --with-dragndrop
+ − 2288 * tests/Dnd/droptest.el: extra start-drag-region function
+ − 2289 changed the experimental- stuff
+ − 2290
+ − 2291 1998-06-07 SL Baur <steve@altair.xemacs.org>
+ − 2292
+ − 2293 * lwlib/xlwmenu.c: Add room for the 0 byte sentinel.
+ − 2294
+ − 2295 1998-06-05 Colin Rafferty <colin@xemacs.org>
+ − 2296
+ − 2297 * lwlib/xlwmenu.c: Made newchars be as large as it needs to be.
+ − 2298
288
+ − 2299 1998-06-01 SL Baur <steve@altair.xemacs.org>
+ − 2300
+ − 2301 * XEmacs 21.0-beta42 is released.
+ − 2302
+ − 2303 1998-05-29 Andy Piper <andyp@parallax.co.uk>
+ − 2304
+ − 2305 * configure.in: don't use -O3 for cygwin.
+ − 2306
+ − 2307 1998-05-28 P. E. Jareth Hein <jareth@camelot-soft.com>
+ − 2308
+ − 2309 * configure.in: Switch from giflib to gifreader for
+ − 2310 our GIF image support (no other mods needed)
+ − 2311
290
+ − 2312 1998-05-28 Oliver Graf <ograf@fga.de>
288
+ − 2313
+ − 2314 * configure.in: only one DnD protocol, CDE has priority over OffiX
+ − 2315
+ − 2316 * tests/Dnd/README: some changes reflecting recent modifications
+ − 2317 * tests/Dnd/dragtest.el: removed
+ − 2318 * tests/Dnd/droptest.el: cosmetics and comments
+ − 2319
290
+ − 2320 1998-05-26 Oliver Graf <ograf@fga.de>
288
+ − 2321
+ − 2322 * tests/Dnd/droptest.el: adapted to CDE extensions
+ − 2323
290
+ − 2324 1998-05-25 Hans Guenter Weigand <hgweigand@wiesbaden.netsurf.de>
+ − 2325
+ − 2326 * configure.in:
+ − 2327 * config.sub: add initial OpenBSD support
+ − 2328
288
+ − 2329 1998-05-21 Andy Piper <andyp@parallax.co.uk>
+ − 2330
+ − 2331 * configure.in: check for msw dialogs.
+ − 2332
286
+ − 2333 1998-05-23 SL Baur <steve@altair.xemacs.org>
+ − 2334
+ − 2335 * XEmacs 21.0-beta41 is released.
+ − 2336
+ − 2337 1998-05-17 SL Baur <steve@altair.xemacs.org>
+ − 2338
+ − 2339 * configure.in (CPP): Change -O2 to -O3.
+ − 2340 Suggested by Martin Buchholz <martin@xemacs.org>
+ − 2341
284
+ − 2342 1998-05-15 SL Baur <steve@altair.xemacs.org>
+ − 2343
+ − 2344 * XEmacs 21.0-beta40 is released.
+ − 2345
+ − 2346 1998-05-13 SL Baur <steve@altair.xemacs.org>
+ − 2347
+ − 2348 * configure.in (ZSH_VERSION): zsh-3.1.2 (and zsh-3.0.4) drops core
+ − 2349 on the `unset CDPATH' if running as sh.
+ − 2350
+ − 2351 1998-05-12 Oliver Graf <ograf@fga.de>
+ − 2352
+ − 2353 * tests/Dnd/droptest.el: some CDE adaptions (untested)
+ − 2354
+ − 2355 1998-05-11 Martin Buchholz <martin@xemacs.org>
+ − 2356
+ − 2357 * configure.in:
+ − 2358 Add some more comments.
+ − 2359 If using bash, use Posix mode and unset CDPATH.
+ − 2360 Be more careful checking feature dependencies.
+ − 2361 Introduce XE_CHECK_FEATURE_DEPENDENCY.
+ − 2362 Undo the gross hack of multiple `echo >> $tempcname'
+ − 2363 by using here documents instead. (Might break mswindows, tho...)
+ − 2364 Be more careful autodetecting tooltalk.
+ − 2365
+ − 2366 * PROBLEMS:
+ − 2367 Document problems with Solaris 2.6 + XSUNTRANSPORT
+ − 2368
384
+ − 2369 * Makefile.in:
284
+ − 2370 * lwlib/Makefile.in.in:
+ − 2371 * modules/Makefile.in:
+ − 2372 - Adjust for luser's CDPATH being set to something weird.
+ − 2373 - Take into account bash 2.02's tendency to print the cwd when
+ − 2374 using CDPATH. Always use `cd ./foo' instead of `cd foo'.
+ − 2375 - fix the run-temacs target to use $(DUMPENV)
+ − 2376 - fix the run-puremacs target to use $(DUMPENV)
+ − 2377 - fix the `depend' target to properly $(RM) the right files
+ − 2378 - Generate a better TAGS file for XEmacs' lisp code using
+ − 2379 hand-crafted regexps.
+ − 2380 - Use standard coding conventions for modules/Makefile.in
+ − 2381
+ − 2382 1998-05-12 Kazuyuki IENAGA <ienaga@jsys.co.jp>
+ − 2383
+ − 2384 * configure.in: some people claimed that they can't stop
+ − 2385 linking wnn6 library if they set --with-wnn6=no.
+ − 2386
+ − 2387 1998-05-11 Oliver Graf <ograf@fga.de>
+ − 2388
+ − 2389 * tests/Dnd/droptest.el: adapted to new calling conventions
+ − 2390 also showing the new possibilities
+ − 2391 * tests/Dnd/README: changed to new protocol
+ − 2392
+ − 2393 1998-05-11 SAKIYAMA Nobuo <nobuo@db3.so-net.or.jp>
+ − 2394
+ − 2395 * Fix for HAVE_MULTICAST check.
+ − 2396
282
+ − 2397 1998-05-09 SL Baur <steve@altair.xemacs.org>
+ − 2398
+ − 2399 * XEmacs 21.0-beta39 is released.
+ − 2400
+ − 2401 1998-05-06 Oliver Graf <ograf@fga.de>
+ − 2402
+ − 2403 * configure.in: added autodetection for the Drag'n'Drop API
+ − 2404 if some DnD protocol is found, HAVE_DRAGNDROP will be defined
+ − 2405 and dragdrop.o is added to extra_objs
+ − 2406 * configure.usage: added with-dragndrop, added (*) to with-offix
+ − 2407 * tests/Dnd/droptest.el: complete overhaul, no it's a real test
+ − 2408
+ − 2409 1998-05-04 Oliver Graf <ograf@fga.de>
+ − 2410
+ − 2411 * tests/Dnd/droptest.el: changed to test new protocol
+ − 2412 * tests/Dnd/README.OffiX: removed
+ − 2413 * tests/Dnd/README: created, info about new protocol
+ − 2414 * tests/Dnd/dragtest.el: comment change
+ − 2415
280
+ − 2416 1998-05-02 SL Baur <steve@altair.xemacs.org>
+ − 2417
+ − 2418 * XEmacs 21.0-beta38 is released.
+ − 2419
+ − 2420 1998-04-29 SL Baur <steve@altair.xemacs.org>
+ − 2421
+ − 2422 * configure.in: Use `PROGNAME' for all generated paths.
+ − 2423
+ − 2424 * Makefile.in: Change `progname' to `PROGNAME' for consistency.
+ − 2425
+ − 2426 1998-04-27 SL Baur <steve@altair.xemacs.org>
+ − 2427
384
+ − 2428 * configure.in (progname): Parameterize program name on `progname'
280
+ − 2429 and add --with-infodock.
+ − 2430
+ − 2431 1998-04-26 SL Baur <steve@altair.xemacs.org>
+ − 2432
+ − 2433 * Makefile.in: Religiously use ${progname} instead of hardcoded
+ − 2434 `xemacs'.
+ − 2435 CPPFLAGS was being set correctly in ${subdir}/Makefiles and
+ − 2436 overridden by the empty one set in the toplevel Makefile.
+ − 2437
278
+ − 2438 1998-04-25 SL Baur <steve@altair.xemacs.org>
+ − 2439
+ − 2440 * XEmacs-21.0-beta37 is released.
+ − 2441
+ − 2442 1998-04-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
+ − 2443
+ − 2444 * configure.in: Sychronized ..._USER_DEFINED variables with
+ − 2445 datadir setting.
+ − 2446
+ − 2447 * Makefile.in (mkdir): No longer create sitelispdir.
+ − 2448
+ − 2449 Sat Apr 24 1998 Andy Piper <andyp@parallax.co.uk>
+ − 2450
371
+ − 2451 * configure.in: make graphic libraries tests be dependant on a
278
+ − 2452 window system not X11 only.
+ − 2453
+ − 2454 Fri Apr 24 19:38:19 1998 Andy Piper <andyp@parallax.co.uk>
+ − 2455
+ − 2456 * configure.in: check for our special select in msw.
+ − 2457
+ − 2458 1998-04-22 Marcus Thiessel <marcus_thiessel@hp.com>
+ − 2459
+ − 2460 * PROBLEMS: add answers to some FAQ concerning hpux.
+ − 2461
+ − 2462 Wed Apr 22 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
+ − 2463
+ − 2464 * configure.in: enable checking for special mswindows select()
+ − 2465
+ − 2466 1998-04-21 Martin Buchholz <martin@xemacs.org>
+ − 2467
+ − 2468 * configure.in: Isolate incomprehensible cma_open/pthreads checking
+ − 2469 to decosf*
+ − 2470
+ − 2471 1998-04-21 Marcus Thiessel <marcus_thiessel@hp.com>
+ − 2472
+ − 2473 * configure.in: /usr/{include,lib}/Motif2.1 added to search path for X11
+ − 2474 libs and includes.
+ − 2475
+ − 2476 1998-04-22 Itay Ben-Yaacov <pezz@www-mail.huji.ac.il>
+ − 2477
+ − 2478 * configure.in: check for xpm does not depend anymore on having X.
+ − 2479 if libXpm exists, and is of the FOR_MSW flavor, define FOR_MSW.
+ − 2480
+ − 2481 1998-04-19 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
+ − 2482
+ − 2483 * info/dir: Fixed the explanatory notes for
+ − 2484 `Info-default-directory-list' removal and the new automatic dir
+ − 2485 rebuilding facility. Reindented the menu. Added an entry for
384
+ − 2486 term.info
278
+ − 2487
+ − 2488 1998-04-20 SL Baur <steve@altair.xemacs.org>
+ − 2489
+ − 2490 * configure.in (LISPDIR): Removed configuration option for
+ − 2491 site-lisp.
+ − 2492
+ − 2493 1998-04-19 SL Baur <steve@altair.xemacs.org>
+ − 2494
+ − 2495 * configure.in (version): snarf InfoDock version number.
+ − 2496
276
+ − 2497 1998-04-18 SL Baur <steve@altair.xemacs.org>
+ − 2498
+ − 2499 * XEmacs-21.0-beta36 is released.
+ − 2500
+ − 2501 Fri Apr 17 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
+ − 2502
+ − 2503 * configure.in: enable install pre-processing for mswindows
+ − 2504
+ − 2505 Fri Apr 17 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
384
+ − 2506
276
+ − 2507 * Makefile.in.in: add install_pp to install incantation.
+ − 2508
+ − 2509 * installexe.sh: new file. Add .exe to install targets if the
+ − 2510 result is executable.
+ − 2511
+ − 2512 Fri Apr 17 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
384
+ − 2513
276
+ − 2514 * Makefile.in: add install_pp to install incantation.
+ − 2515
+ − 2516 1998-04-14 Itay Ben-Yaacov <pezz@www-mail.huji.ac.il>
+ − 2517
+ − 2518 * configure.in: Large echo split into a few smaller ones,
+ − 2519 so the cygnus sh.exe does not crash.
+ − 2520
+ − 2521 Thu Apr 16 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
+ − 2522
+ − 2523 * configure.in: enable toolbar checking for mswindows build
+ − 2524
+ − 2525 1998-04-06 Martin Buchholz <martin@xemacs.org>
+ − 2526
384
+ − 2527 * config.h.in: Add _SVID_SOURCE to list of xmkmf #defines.
276
+ − 2528 Used (at least) by RedHat 4.2.
+ − 2529
+ − 2530 1998-04-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
+ − 2531
+ − 2532 * configure.in: Re-instated src/paths.h generation from
+ − 2533 src/paths.h.in.
+ − 2534
+ − 2535 * Makefile.in (top_distclean): Remove site-lisp on `make
+ − 2536 distclean'.
+ − 2537
274
+ − 2538 1998-04-10 SL Baur <steve@altair.xemacs.org>
+ − 2539
+ − 2540 * XEmacs 21.0-beta35 is released.
+ − 2541
+ − 2542 1998-04-10 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
+ − 2543
+ − 2544 * configure.usage: Clarified --package-path documentation.
+ − 2545
+ − 2546 1998-04-07 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
+ − 2547
+ − 2548 * configure.in: Now generates src/paths.h from src/paths.h.in.in.
+ − 2549 Removed defaults for infopath and package-path.
+ − 2550
+ − 2551 * Makefile.in (src/paths.h): ... is now generated from
+ − 2552 src/paths.h.in.in. Moved generation of paths.h to configure.
+ − 2553
+ − 2554 * paths.h.in: Removed.
+ − 2555
+ − 2556 * paths.h.in.in: Created.
+ − 2557
+ − 2558 1998-04-06 Martin Buchholz <martin@xemacs.org>
+ − 2559
+ − 2560 * configure.in: png was still being used if png_version < 0.96
+ − 2561
+ − 2562 * configure.in: Fixed magic to handle AIX, X11R6, and gcc.
+ − 2563
+ − 2564 1998-04-05 Amir J. Katz <amir@ndsoft.com>
+ − 2565
+ − 2566 * INSTALL (Rationale): Offix support comment is wrong. To disable,
+ − 2567 one must use --with-offix=no and not --without-offix
+ − 2568
+ − 2569 1998-04-05 SL Baur <steve@altair.xemacs.org>
+ − 2570
+ − 2571 * configure.in (CPP): ppc.ldscript sits in $srcdir/src not $srcdir.
+ − 2572
272
+ − 2573 1998-04-04 SL Baur <steve@altair.xemacs.org>
+ − 2574
+ − 2575 * XEmacs 21.0-beta34 is released.
+ − 2576
+ − 2577 1998-04-03 Martin Buchholz <martin@xemacs.org>
+ − 2578
+ − 2579 * configure.in:
+ − 2580 checking whether gettimeofday accepts one or two arguments... two
+ − 2581
+ − 2582 1998-04-03 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
+ − 2583
+ − 2584 * configure.in: Fixed magic to handle AIX and MIT X11R6.
+ − 2585
+ − 2586 1998-04-02 Martin Buchholz <martin@xemacs.org>
+ − 2587
+ − 2588 * configure.in: Add magic -T $srcdir/ppc.ldscript on Linux powerpc
+ − 2589
+ − 2590 1998-04-01 Martin Buchholz <martin@xemacs.org>
+ − 2591
+ − 2592 * tests/database.el (test-database): Temporary files (the databases
+ − 2593 that were created) should be deleted.
+ − 2594
+ − 2595 * Makefile.in (testdir): Remove gnumake-specific syntax.
+ − 2596 (src/Makefile): src/Makefile depends on src/depend.
+ − 2597
+ − 2598 1998-03-29 Martin Buchholz <martin@xemacs.org>
+ − 2599
+ − 2600 * configure.in: Check for -lz, -lgz unconditionally. Too many
+ − 2601 system linkers don't properly die when there are cascaded link
+ − 2602 dependencies, so we can't rely on the linker for that. The only
384
+ − 2603 downside is that we might link with an extra unneeded library. If
272
+ − 2604 you really really care about this, you can go fix it.
+ − 2605
+ − 2606 * configure.in: Enhance PANIC msg to make it clear that
+ − 2607 --with-FEATURE is going to die if FEATURE is not installed.
+ − 2608
+ − 2609 1998-03-27 Martin Buchholz <martin@xemacs.org>
+ − 2610
+ − 2611 * configure.in: $debug was not properly dependent on $beta
384
+ − 2612
+ − 2613 * configure.in: Move offix configuration out of src/Makefile.in.in
272
+ − 2614 into configure.in.
+ − 2615
+ − 2616 * configure.in: Reorganize xpm detection code.
+ − 2617
384
+ − 2618 * configure.in: XIM default to ON if Motif which is not Lesstif is
272
+ − 2619 found.
+ − 2620
+ − 2621 * configure.in: Keep auto-generated makefile dependencies out of
+ − 2622 src/Makefile.in.in by using AC_OUTPUT file concatenation support.
+ − 2623
+ − 2624 1998-03-26 Martin Buchholz <martin@xemacs.org>
+ − 2625
+ − 2626 * configure.in: Fix up cflags handling. Specifically, configure
+ − 2627 --cflags='' would fail to be recognized.
+ − 2628
+ − 2629 * configure.in: Fix up png detection. Link with png_read_image to
+ − 2630 make sure -lz is required. Test for png >- 0.96 via header file.
+ − 2631
+ − 2632 1998-03-21 Martin Buchholz <martin@xemacs.org>
+ − 2633
+ − 2634 * configure.in (XE_GCC_WRAP_LDFLAGS)
+ − 2635 Rename to XE_PROTECT_LINKER_FLAGS. Rewrite.
+ − 2636
+ − 2637 * configure.in: Make sure BSD always links in libz.a
+ − 2638 BSD's stupid linker can't detect cascaded lib dependencies
+ − 2639
+ − 2640 * configure.in: Autodetect lesstif. define have_lesstif.
+ − 2641 Don't use motif-xim with lesstif, at least by default.
+ − 2642
+ − 2643 1998-03-30 SL Baur <steve@altair.xemacs.org>
+ − 2644
+ − 2645 * version.sh: Add InfoDock version number variables.
+ − 2646
+ − 2647 1998-03-30 Amir J. Katz <amir@ndsoft.com>
+ − 2648
+ − 2649 * info/dir: Replaced string '20.5' with '21.0'
+ − 2650
269
+ − 2651 1998-03-24 SL Baur <steve@altair.xemacs.org>
+ − 2652
+ − 2653 * XEmacs 21.0-beta33 is released.
+ − 2654
442
+ − 2655 1998-03-26 Didier Verna <didier@xemacs.org>
269
+ − 2656
+ − 2657 * configure.in, Makefile.in: Removed infopath_user_defined---we
+ − 2658 always want to propagate it.
+ − 2659
+ − 2660 * configure.usage: Synched with configure.in.
+ − 2661
+ − 2662 1998-03-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
+ − 2663
+ − 2664 * configure.usage, INSTALL: Synched with the new path layout.
+ − 2665
+ − 2666 * Makefile.in (src/paths.h): Replaced packagepath with
+ − 2667 package_path to make configure happy.
+ − 2668
+ − 2669 * configure.in: Made default setting for packagepath conform to
+ − 2670 what packages.el builds at run-time: XEmacs-version-specific paths
+ − 2671 before site-specific ones.
+ − 2672 Added default setting for pkgdir.
+ − 2673 Changed --packagepath back to --package-path.
+ − 2674
267
+ − 2675 1998-03-24 SL Baur <steve@altair.xemacs.org>
+ − 2676
+ − 2677 * XEmacs 21.0-beta32 is released.
+ − 2678
+ − 2679 1998-03-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
+ − 2680
+ − 2681 * configure.in: Extended package path by version-specific
+ − 2682 hierarchies. Changed allow-site-lisp to inhibit-site-lisp.
+ − 2683
+ − 2684 1998-03-22 SL Baur <steve@altair.xemacs.org>
+ − 2685
+ − 2686 * Makefile.in (distclean): Remove packages and mule-packages if they
+ − 2687 have been linked into place.
+ − 2688
+ − 2689 1998-03-22 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
+ − 2690
+ − 2691 * <Today>: The Big Path Searching Overhaul.
+ − 2692
+ − 2693 * Makefile.in, configure.in: Now pass all configure-specified paths
+ − 2694 into the binary in a uniform way.
+ − 2695
+ − 2696 1998-03-20 SL Baur <steve@altair.xemacs.org>
+ − 2697
+ − 2698 * configure.in (have_libmcheck): Add test for glibc's malloc
+ − 2699 checker.
+ − 2700 - Fix HP/UX dynamic linking flag.
+ − 2701
+ − 2702 1998-03-19 SL Baur <steve@altair.xemacs.org>
+ − 2703
+ − 2704 * configure.in (quoted_arguments): Fix unquoted variable in
+ − 2705 error-checking test.
+ − 2706 - fix bogus substitution.
384
+ − 2707
267
+ − 2708 1998-03-17 SL Baur <steve@altair.xemacs.org>
+ − 2709
+ − 2710 * configure.in: In -lpng test, look for png_set_strip_alpha.
+ − 2711 Suggested by William M. Perry <wmperry@aventail.com>
+ − 2712
265
+ − 2713 1998-03-16 SL Baur <steve@altair.xemacs.org>
+ − 2714
+ − 2715 * XEmacs 21.0 beta31 is released.
+ − 2716
+ − 2717 1998-03-16 P. E. Jareth Hein <jareth@camelot-soft.com>
+ − 2718
+ − 2719 * configure.usage (Usage): Correct information about gif, tiff
+ − 2720 and WNN entries
+ − 2721
+ − 2722 1998-03-13 SL Baur <steve@altair.xemacs.org>
+ − 2723
+ − 2724 * configure.in: typo fix in sed command.
+ − 2725 From P. E. Jareth Hein <jareth@camelot-soft.com>
+ − 2726
+ − 2727 * configure.in (all_widgets): Check for snprintf().
+ − 2728
+ − 2729 1998-03-11 P. E. Jareth Hein <jareth@camelot-soft.com>
+ − 2730
+ − 2731 * configure.in: New gif support
+ − 2732
+ − 2733 1998-03-10 SL Baur <steve@altair.xemacs.org>
+ − 2734
+ − 2735 * configure.in (have_glibc): Don't define _GNU_SOURCE for glibc.
+ − 2736
+ − 2737 Mon Mar 09 13:00:55 1998 Andy Piper <andyp@parallax.co.uk>
+ − 2738
+ − 2739 * configure.in: don't add libc to link list for dlopen ordinary
+ − 2740 link takes care of this. check for dlfcn.h
+ − 2741
+ − 2742 1998-03-10 SL Baur <steve@altair.xemacs.org>
+ − 2743
+ − 2744 * configure.in: Examine each directory of X11 include path for
+ − 2745 inclusion into BITMAPDIR.
+ − 2746
+ − 2747 1998-03-09 SL Baur <steve@altair.xemacs.org>
+ − 2748
+ − 2749 * aclocal.m4: Add legalese.
+ − 2750
+ − 2751 Mon Mar 09 13:00:55 1998 Andy Piper <andyp@parallax.co.uk>
+ − 2752
+ − 2753 * configure.in: make sure we have ndbm.h as well as libgdbm.a for
+ − 2754 database support.
+ − 2755
+ − 2756 * configure.in: move msw checking after x checking so that
+ − 2757 auto-detection works.
+ − 2758
+ − 2759 1998-03-09 SL Baur <steve@altair.xemacs.org>
+ − 2760
+ − 2761 * configure.in: New DLL support.
+ − 2762 * aclocal.m4: New file.
+ − 2763 From William M. Perry <wmperry@aventail.com>
+ − 2764
+ − 2765 1998-03-08 SL Baur <steve@altair.xemacs.org>
+ − 2766
+ − 2767 * configure.in (xemacs_betaname): Align messages for minimal
+ − 2768 tagbits and indexed lrecords.
+ − 2769 Suggested by Andreas Jaeger <aj@arthur.rhein-neckar.de>
+ − 2770
263
+ − 2771 1998-03-07 SL Baur <steve@altair.xemacs.org>
+ − 2772
+ − 2773 * XEmacs 20.5-beta30 is released.
+ − 2774
+ − 2775 1998-03-05 SL Baur <steve@altair.xemacs.org>
+ − 2776
+ − 2777 * PROBLEMS: Update wording of x86 GCC 2.7 problems.
+ − 2778
+ − 2779 Wed Mar 04 08:55:12 1998 Andy Piper <andyp@parallax.co.uk>
+ − 2780
+ − 2781 * configure.in: add a --with-msw option. Make X and msw work
+ − 2782 together if the user asks.
+ − 2783
+ − 2784 1998-03-02 SL Baur <steve@altair.xemacs.org>
+ − 2785
+ − 2786 * PROBLEMS: Update documentation of gcc bugs that impact XEmacs.
+ − 2787
+ − 2788 1998-03-01 SL Baur <steve@altair.xemacs.org>
+ − 2789
+ − 2790 * configure.in: Add substitutable variable ld_dynamic_link_flags
+ − 2791 for special required linker flags for building DLL capable
+ − 2792 binaries.
+ − 2793
261
+ − 2794 1998-02-28 SL Baur <steve@altair.xemacs.org>
+ − 2795
+ − 2796 * Makefile.in (top_distclean): Remove Installation.el.
+ − 2797 (xemacs): New target. Formerly it was `all:'.
+ − 2798 (all): New default, dist: is now superfluous.
+ − 2799
+ − 2800 1998-02-27 SL Baur <steve@altair.xemacs.org>
+ − 2801
+ − 2802 * configure.in (GNU_MALLOC): add --with-dlmalloc to allow
+ − 2803 selective use of Doug Lea malloc in Linux C Library and GNU C Library.
+ − 2804 (Installation): Add XEmacs version and generate `Installation.el'.
+ − 2805
+ − 2806 1998-02-26 SL Baur <steve@altair.xemacs.org>
+ − 2807
+ − 2808 * configure.in (with_ldap: Fix -lldap autodection.
+ − 2809 Suggested by Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
+ − 2810 (Installation): Only keep the last configuration.
+ − 2811
259
+ − 2812 1998-02-25 SL Baur <steve@altair.xemacs.org>
+ − 2813
+ − 2814 * XEmacs 20.5-beta28 is released.
+ − 2815
+ − 2816 * configure.in (with_session): Fix reporting of the setting.
+ − 2817 (with_database_gnudbm): Correctly report setting.
+ − 2818
+ − 2819 1998-02-24 SL Baur <steve@altair.xemacs.org>
+ − 2820
+ − 2821 * configure.usage: Restore documentation of graphics library
+ − 2822 flags.
+ − 2823 From Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
+ − 2824
+ − 2825 1998-02-19 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
+ − 2826
+ − 2827 * PROBLEMS: Tell of the `gpm' SIGTSTP bug and `C-z' on the Linux
+ − 2828 console.
+ − 2829
+ − 2830 1998-02-23 SL Baur <steve@altair.xemacs.org>
+ − 2831
+ − 2832 * XEmacs 20.4 is released to the beta testers.
+ − 2833
+ − 2834 1998-02-21 SL Baur <steve@altair.xemacs.org>
+ − 2835
384
+ − 2836 * configure.in (after_morecore_hook_exists): Modify dlmalloc tests
259
+ − 2837 to also test for Linux libc5.
+ − 2838
255
+ − 2839 1998-02-19 SL Baur <steve@altair.xemacs.org>
+ − 2840
257
+ − 2841 * XEmacs 20.5-beta27 is released.
+ − 2842 * XEmacs-20.4-pre4 is released.
+ − 2843
+ − 2844 * configure.in (doug_lea_malloc): Requires USE_MINIMAL_TAGBITS.
+ − 2845 (--with-gung): Implement it.
+ − 2846
+ − 2847 * configure.usage (--with-gung): Document. Turns on
+ − 2848 USE_MINIMAL_TAGBITS and USE_INDEXED_LRECORD_IMPLEMENTATION.
+ − 2849 (--with-term): Remove.
384
+ − 2850
255
+ − 2851 * XEmacs-20.5-beta26 is released.
+ − 2852
+ − 2853 1998-02-18 SL Baur <steve@altair.xemacs.org>
+ − 2854
+ − 2855 * XEmacs-20.4-pre3 is released.
+ − 2856
+ − 2857 * Makefile.in: use better feedback while rebuilding finder database.
+ − 2858 Suggested by Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
+ − 2859
+ − 2860 1998-02-15 SL Baur <steve@altair.xemacs.org>
+ − 2861
+ − 2862 * configure.in (doug_lea_malloc): Add checking for Doug Lea
+ − 2863 Malloc.
+ − 2864
253
+ − 2865 1998-02-14 SL Baur <steve@altair.xemacs.org>
+ − 2866
255
+ − 2867 * configure.in (OFFIX_O): Don't use OffiX if no real Xmu support.
+ − 2868 Suggested by Pekka Marjola <pema@iki.fi>
+ − 2869
+ − 2870 * XEmacs-20.4-pre2 is released.
253
+ − 2871 * XEmacs-20.5-beta25 is released.
+ − 2872
+ − 2873 1998-02-13 SL Baur <steve@altair.xemacs.org>
+ − 2874
+ − 2875 * INSTALL: Update for Cygwin and Microsoft Windows.
+ − 2876
+ − 2877 * README: Update for Microsoft Windows.
+ − 2878
251
+ − 2879 1998-02-09 SL Baur <steve@altair.xemacs.org>
+ − 2880
253
+ − 2881 * XEmacs 20.4-pre1 is released.
251
+ − 2882 * XEmacs 20.5-beta24 is released.
+ − 2883
+ − 2884 Wed Jan 28 13:41:22 1998 Andy Piper <andyp@parallax.co.uk>
+ − 2885
+ − 2886 * configure.in: add mule-coding target which defines MULE_CODING,
+ − 2887 nothing uses it as yet. add gif objects to msw support. define
+ − 2888 const_is_losing=no for msw. make msw not selected if tty selected.
+ − 2889 add -lshell32 for dnd support. check for a.out.h rather than
+ − 2890 coff.h
+ − 2891
+ − 2892 * lib-src/make-docfile.c: add cygwin support and generalise the
+ − 2893 remaining open calls. IMHO this should really include sysfile.h.
+ − 2894
249
+ − 2895 1998-02-03 SL Baur <steve@altair.xemacs.org>
+ − 2896
+ − 2897 * XEmacs 20.5-beta23 is released.
+ − 2898
247
+ − 2899 1998-01-27 SL Baur <steve@altair.xemacs.org>
+ − 2900
+ − 2901 * XEmacs 20.5-beta22 is released.
+ − 2902
245
+ − 2903 1998-01-25 SL Baur <steve@altair.xemacs.org>
+ − 2904
+ − 2905 * XEmacs 20.5-beta21 is released.
+ − 2906
+ − 2907 Wed Jan 21 10:49:47 1998 Andy Piper <andyp@parallax.co.uk>
+ − 2908
+ − 2909 * configure.in: check for coff.h
+ − 2910
+ − 2911 1998-01-21 Hrvoje Niksic <hniksic@srce.hr>
+ − 2912
+ − 2913 * configure.in: Added support for `--with-shlib'.
+ − 2914
243
+ − 2915 1998-01-18 SL Baur <steve@altair.xemacs.org>
+ − 2916
+ − 2917 * XEmacs 20.5-beta20 is released.
+ − 2918
+ − 2919 1998-01-13 Martin Buchholz <martin@xemacs.org>
+ − 2920
384
+ − 2921 * configure.usage:
243
+ − 2922 Remove doc for configure-time INFOPATH, no longer used.
+ − 2923
+ − 2924 * configure.in:
+ − 2925 * src/config.h.in:
+ − 2926 Define HAVE_INVERSE_HYPERBOLIC using 1 configure test, not 3.
+ − 2927
384
+ − 2928 * lwlib/lwlib.h:
+ − 2929 * lwlib/lwlib.c:
+ − 2930 * lwlib/lwlib-config.c:
+ − 2931 * lwlib/lwlib-Xm.c:
+ − 2932 * lwlib/lwlib-Xaw.c:
+ − 2933 * lwlib/lwlib-Xlw.c:
+ − 2934 * lwlib/config.h.in:
243
+ − 2935 * src/menubar-x.c:
+ − 2936 Prepend LWLIB_ to (SCROLLBARS|MENUBARS|DIALOGS)_(MOTIF|LUCID|ATHENA).
+ − 2937 Maintain only one set of variables.
+ − 2938
+ − 2939 * Makefile.in (install-arch-dep): Simplify.
384
+ − 2940 Replace construct `test -d $dir && foo' with
243
+ − 2941 `if test -d $dir; then foo; fi'
+ − 2942
384
+ − 2943 * lwlib/xlwmenu.c:
+ − 2944 * lwlib/xlwscrollbar.c:
+ − 2945 * lwlib/lwlib-Xlw.c:
+ − 2946 * lwlib/lwlib-Xm.c:
243
+ − 2947 Always assume presence of limits.h (ANSI).
+ − 2948
241
+ − 2949 1998-01-12 SL Baur <steve@altair.xemacs.org>
+ − 2950
243
+ − 2951 * INSTALL: Updated for recent Mule/package changes.
+ − 2952
241
+ − 2953 * XEmacs 20.5-beta19 is released.
+ − 2954
+ − 2955 1998-01-12 Damon Lipparelli <lipp@primus.com>
+ − 2956
+ − 2957 * Makefile.in: Yow! Fixed paths to install dirs when --prefix !=
+ − 2958 --exec-prefix.
+ − 2959
239
+ − 2960 1998-01-10 SL Baur <steve@altair.xemacs.org>
+ − 2961
+ − 2962 * XEmacs 20.5-beta18 is released.
+ − 2963
442
+ − 2964 1998-01-08 Didier Verna <didier@xemacs.org>
239
+ − 2965
+ − 2966 * configure.in: Get rid of INFOPATH for configure time.
+ − 2967 * configure.usage (Usage): Ditto.
+ − 2968
+ − 2969 1998-01-09 SL Baur <steve@altair.xemacs.org>
+ − 2970
+ − 2971 * Makefine.in: Correct reported amount of disk savings from
+ − 2972 compression.
+ − 2973 From Markus Linnala <maage@cs.tut.fi>
+ − 2974
+ − 2975 Thu Jan 08 09:42:36 1998 <andyp@parallax.co.uk>
+ − 2976
+ − 2977 * configure.in: detect and set scrollbars and menubars with
+ − 2978 MS-Windows more appropriately. Check for sys/un.h to use in
+ − 2979 gnuserv.
+ − 2980
+ − 2981 1998-01-07 SL Baur <steve@altair.xemacs.org>
+ − 2982
+ − 2983 * Makefile.in (progname): Cleanly parameterize XEmacs-specific
+ − 2984 naming.
+ − 2985
+ − 2986 1998-01-05 Glynn Clements <glynn@sensei.co.uk>
+ − 2987
+ − 2988 * lwlib/xlwmenu.c (push_button_draw): use inactive_gc instead of
+ − 2989 inactive_button_gc for menu entries.
+ − 2990 (remap_menubar): ignore the enabled status
+ − 2991
237
+ − 2992 1998-01-04 SL Baur <steve@altair.xemacs.org>
+ − 2993
+ − 2994 * XEmacs 20.5-beta17 is released.
+ − 2995
+ − 2996 * Makefile.in (finder): Use -vanilla.
+ − 2997 (lisp/finder-inf.el): Ditto.
+ − 2998 (check-features): New target. Do a sanity check prior to
+ − 2999 installation.
+ − 3000
235
+ − 3001 1997-01-03 SL Baur <steve@altair.xemacs.org>
+ − 3002
+ − 3003 * XEmacs 20.5-beta16 is released.
+ − 3004
233
+ − 3005 1997-12-30 SL Baur <steve@altair.xemacs.org>
+ − 3006
+ − 3007 * XEmacs 20.5-beta15 is released.
+ − 3008
+ − 3009 1997-12-29 SL Baur <steve@altair.xemacs.org>
+ − 3010
+ − 3011 * Makefile.in (${SUBDIR}): Remove bogus .RECURSIVE dependency.
+ − 3012
231
+ − 3013 1997-12-27 SL Baur <steve@altair.xemacs.org>
+ − 3014
+ − 3015 * XEmacs 20.5-beta14 is released.
+ − 3016
+ − 3017 1997-12-23 Andy Piper <andyp@parallax.co.uk>
+ − 3018
+ − 3019 * configure.in: support for *-pc-cygwin32 config
+ − 3020
229
+ − 3021 1997-12-25 SL Baur <steve@altair.xemacs.org>
+ − 3022
+ − 3023 * XEmacs 20.5-beta13 is released.
+ − 3024
227
+ − 3025 1997-12-20 SL Baur <steve@altair.xemacs.org>
+ − 3026
+ − 3027 * XEmacs 20.5-beta 12 is released.
+ − 3028
+ − 3029 1997-12-19 SL Baur <steve@altair.xemacs.org>
+ − 3030
384
+ − 3031 * configure.in (bitmapdir): Reenable --with-session by default for
227
+ − 3032 testing.
+ − 3033
+ − 3034 1997-12-17 SL Baur <steve@altair.xemacs.org>
+ − 3035
+ − 3036 * info/dir (File): Skk and Gnats are packaged.
+ − 3037
+ − 3038 * PROBLEMS (Note): Update version numbers.
+ − 3039
+ − 3040 * info/dir (File): Update version number.
+ − 3041
225
+ − 3042 1997-12-16 SL Baur <steve@altair.xemacs.org>
+ − 3043
227
+ − 3044 * XEmacs 20.5-beta11 is released.
225
+ − 3045
+ − 3046 1997-12-14 SL Baur <steve@altair.xemacs.org>
+ − 3047
+ − 3048 * configure.in: Don't bypass graphics library detection
+ − 3049 if the `--with-imagick' option is given to configure.
+ − 3050 : Print autodetected graphics libraries to be linked with Imagick.
+ − 3051
+ − 3052 * Makefile.in (lisp/finder-inf.el): Reverse previous change.
+ − 3053
+ − 3054 1997-12-14 Olivier Galibert <olivier.galibert@mines.u-nancy.fr>
+ − 3055
+ − 3056 * Makefile.in (install-arch-indep): Build info files if needed.
+ − 3057
223
+ − 3058 1997-12-13 SL Baur <steve@altair.xemacs.org>
+ − 3059
225
+ − 3060 * Makefile.in (lisp/finder-inf.el): Add dependency on src/.
+ − 3061
227
+ − 3062 * XEmacs 20.5-beta10 is released.
223
+ − 3063
+ − 3064 1997-12-12 SL Baur <steve@altair.xemacs.org>
+ − 3065
+ − 3066 * configure.in (CPP): Don't add special CFLAGS for ix86/Linux.
+ − 3067
+ − 3068 1997-12-10 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
+ − 3069
+ − 3070 * configure.in (autodetect ImageMagick): also look for
+ − 3071 "X11/magick/magick.h", and if present, define
+ − 3072 MAGICK_HEADERS_ARE_UNDER_X11
+ − 3073
+ − 3074 1997-12-11 SL Baur <steve@altair.xemacs.org>
+ − 3075
+ − 3076 * configure.in (imagick_libs): Add autodetection for freetype
+ − 3077 -lttf library.
+ − 3078
221
+ − 3079 1997-12-09 SL Baur <steve@altair.xemacs.org>
+ − 3080
227
+ − 3081 * XEmacs 20.5-beta9 is released.
221
+ − 3082
219
+ − 3083 1997-12-06 SL Baur <steve@altair.xemacs.org>
+ − 3084
227
+ − 3085 * XEmacs 20.5-beta8 is released.
219
+ − 3086
+ − 3087 * info/dir: update for further packaging.
+ − 3088 * configure.in: remove `tree-x' from XEmacs build.
+ − 3089
+ − 3090 1997-11-29 Jeff Miller <jmiller@smart.net>
+ − 3091
+ − 3092 * configure.in: motif menubars need xlwmenu.o
+ − 3093
+ − 3094 * updated files in src/ to allow an XEmacs configured for
+ − 3095 motif menubars to at least compile. Motif menubars are still
+ − 3096 very broken.
+ − 3097
+ − 3098 1997-12-02 P E Jareth Hein <jareth@camelot-soft.com>
+ − 3099
+ − 3100 * lwlib/xlwscrollbar.c: fixed colormap/visual handling to work
+ − 3101 properly with the information in the core.
+ − 3102
+ − 3103 * lwlib/xlwmenu.c: fixed colormap/visual handling to work properly with
+ − 3104 the information in the core, and fixed a potental problem with
+ − 3105 parentage.
+ − 3106
+ − 3107 1997-12-01 SL Baur <steve@altair.xemacs.org>
+ − 3108
+ − 3109 * configure.in (with_session): Properly display flag in configure
+ − 3110 status report.
+ − 3111
+ − 3112 1997-11-29 SL Baur <steve@altair.xemacs.org>
+ − 3113
+ − 3114 * configure.usage: Remove documentation of obsolete option
+ − 3115 --with-gif.
+ − 3116
217
+ − 3117 1997-11-27 SL Baur <steve@altair.xemacs.org>
+ − 3118
227
+ − 3119 * XEmacs 20.5-beta7 is released.
217
+ − 3120
+ − 3121 * configure.in: When testing for -ltiff, fall back on the extra
+ − 3122 libraries -ljpeg, and -lz since some -ltiff's need them.
+ − 3123
+ − 3124 1997-11-26 SL Baur <steve@altair.xemacs.org>
+ − 3125
+ − 3126 * lwlib/xlwmenu.c (display_menu): Defer incremental menus properly.
+ − 3127 From Glynn Clements <glynn@sensei.co.uk>
+ − 3128
+ − 3129 1997-11-25 Kazuyuki IENAGA <ienaga@jsys.co.jp>
+ − 3130
+ − 3131 * configure.in: Improve auto detect of libraries ImageMagick rely
+ − 3132 on.
+ − 3133
+ − 3134 1997-11-23 Jeff Miller <jmiller@smart.net>
+ − 3135
+ − 3136 * Energize is dead. Removed ENERGIZE ifdef's from code in lwlib
+ − 3137 and src. Configure.in modified. --with-energize is no longer a
+ − 3138 valid configure option.
+ − 3139
+ − 3140 * lwlib/Makefile.in.in removed energize support
+ − 3141 * lwlib/lwlib-Xm.c removed energize support
+ − 3142 * lwlib/lwlib-config.c removed energize support
+ − 3143
+ − 3144 * lwlib/energize/* removed
+ − 3145
+ − 3146 1997-11-23 SL Baur <steve@altair.xemacs.org>
+ − 3147
+ − 3148 * Makefile.in: Change references of lisp/utils/finder-inf.el to
+ − 3149 lisp/finder-inf.el.
+ − 3150
215
+ − 3151 1997-11-20 SL Baur <steve@altair.xemacs.org>
+ − 3152
227
+ − 3153 * XEmacs 20.5-beta6 is released.
215
+ − 3154
+ − 3155 1997-11-21 Stephen Turnbull <turnbull@sk.tsukuba.ac.jp>
+ − 3156
+ − 3157 * configure.usage: Use `--' convention in "usage:" line.
+ − 3158
+ − 3159 1997-11-20 Stephen Turnbull <turnbull@sk.tsukuba.ac.jp>
+ − 3160
+ − 3161 * configure.in: added `with_xfs' to list of boolean features.
+ − 3162
+ − 3163 1997-11-20 SL Baur <steve@altair.xemacs.org>
+ − 3164
217
+ − 3165 * XEmacs 20.3 is released for binary kit building.
215
+ − 3166
+ − 3167 1997-11-19 Tor Arntsen <tor@spacetec.no>
+ − 3168
+ − 3169 * PROBLEMS: Removed IRIX entry about xemacs core dumps when using
+ − 3170 xemacs dumped on one machine on another. Problem was fixed by 20.3.
+ − 3171
+ − 3172 1997-11-18 SL Baur <steve@altair.xemacs.org>
+ − 3173
+ − 3174 * configure.usage: New file.
+ − 3175
+ − 3176 * configure.in: Use it instead of monster 10k shell variable.
+ − 3177
+ − 3178 1997-11-17 SL Baur <steve@altair.xemacs.org>
+ − 3179
+ − 3180 * XEmacs 20.3-pre4 is released.
+ − 3181
+ − 3182 1997-11-17 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
+ − 3183
+ − 3184 * configure.in (infopath): List "/usr/local/" dirs before "/usr/"
+ − 3185 dirs.
+ − 3186
+ − 3187 1997-11-17 SL Baur <steve@altair.xemacs.org>
+ − 3188
+ − 3189 * configure.in: Initialize infodir off of datadir.
+ − 3190
+ − 3191 * Makefile.in: Force LANG = C for building.
+ − 3192
+ − 3193 1997-11-15 SL Baur <steve@altair.xemacs.org>
+ − 3194
+ − 3195 * XEmacs 20.3-pre3 is released.
227
+ − 3196 * XEmacs 20.5-beta5 is released.
215
+ − 3197
213
+ − 3198 1997-11-13 Marc Paquette <marcpa@cam.org>
+ − 3199
+ − 3200 * nt/Todo: added a task for support of lisp packages through
+ − 3201 the registry.
+ − 3202
+ − 3203 1997-11-13 Jonathan Harris <jhar@tardis.ed.ac.uk>
+ − 3204
+ − 3205 * Renamed files *w32* to *msw*
+ − 3206
+ − 3207 * Changed 'w32' and 'win32' to 'mswindows', and HAVE_W32GUI to
+ − 3208 HAVE_MS_WINDOWS. Changed files:
+ − 3209 cus-edit.el, device.el, faces.el, frame.el, msw-faces.el,
+ − 3210 msw.init.el, igrep.el, dumped-lisp.el, font.el, hippie-exp.el,
+ − 3211 sysdep.el, console-msw.c, console-msw.h, console.c,
+ − 3212 device-msw.c, emacs.c, event-msw.c, event-msw.h, event-stream.c,
+ − 3213 events.c, events.h, faces.c, frame-msw.c, frame.c, general.c,
+ − 3214 msw-proc.c, objects-msw.c, objects-msw.h, redisplay-msw.c,
384
+ − 3215 redisplay.c, symsinit.h,
213
+ − 3216
+ − 3217 * Didn't change 'win32' in nt.c, nt.h, ntproc.c
+ − 3218
+ − 3219 * Deleted w32 build directory since nt build directory now handles
+ − 3220 X and native mswindows builds.
+ − 3221
215
+ − 3222 1997-11-11 SL Baur <steve@altair.xemacs.org>
+ − 3223
227
+ − 3224 * XEmacs 20.5-beta4 is released.
215
+ − 3225
211
+ − 3226 1997-11-10 SL Baur <steve@altair.xemacs.org>
+ − 3227
+ − 3228 * info/dir: remove packaged entries.
+ − 3229 From Glynn Clements <glynn@sensei.co.uk>
+ − 3230
+ − 3231 * configure.in: Puke and die if NAS sound is selected without X.
+ − 3232
209
+ − 3233 1997-11-08 SL Baur <steve@altair.xemacs.org>
+ − 3234
227
+ − 3235 * XEmacs 20.5-beta3 is released.
209
+ − 3236 * XEmacs 20.3-pre2 is released.
+ − 3237
+ − 3238 Wed November 05 23:40:00 1997 <jhar@tardis.ed.ac.uk>
+ − 3239
+ − 3240 * w32/xemacs.mak: moved building the DOC file to after the .elcs.
+ − 3241
+ − 3242 Sun November 01 12:00:00 1997 <jhar@tardis.ed.ac.uk>
+ − 3243
+ − 3244 * Files split from nt to new w32 directory:
+ − 3245 ChangeLog, README, Todo, paths.h, config.h, inc/*, runemacs.c,
+ − 3246 xemacs.mak.
+ − 3247
442
+ − 3248 1997-11-05 Didier Verna <didier@xemacs.org>
209
+ − 3249
+ − 3250 * configure.in: Added the --site-prefixes options for the configure
384
+ − 3251 script. You give a colon or space separated list of prefixes, and
209
+ − 3252 subdirectories include/ and lib/ will be added with -I and -L.
+ − 3253
+ − 3254 1997-11-05 Martin Buchholz <Martin Buchholz <martin@xemacs.org>>
+ − 3255
+ − 3256 * configure.in: AIX + gcc fixes.
+ − 3257 - Don't wrap -B. aixflags changed to start_flags.
+ − 3258
+ − 3259 1997-11-04 SL Baur <steve@altair.xemacs.org>
+ − 3260
+ − 3261 * lwlib/lwlib-Xm.c(update_one_menu_entry): Add missing variable.
+ − 3262 From Skip Montanaro <skip@calendar.com>
+ − 3263
+ − 3264 1997-11-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+ − 3265
+ − 3266 * Delete etc/TUTORIAL.th because Thai is not supported yet.
+ − 3267
+ − 3268 1997-11-02 Kyle Jones <kyle_jones@wonderworks.com>
+ − 3269
+ − 3270 * lwlib/lwlib-Xaw.c (xaw_pop_instance): Don't use parent
+ − 3271 window's coordinates and dimensions to center the
+ − 3272 dialog box unless its mapped_when_managed property is
+ − 3273 true. This should avoid the top level widget that the
+ − 3274 HAVE_SESSION code creates, which is unmapped and
+ − 3275 useless for this purpose.
+ − 3276
+ − 3277 1997-11-01 SL Baur <steve@altair.xemacs.org>
+ − 3278
+ − 3279 * XEmacs 20.3-pre1 is released.
+ − 3280
207
+ − 3281 1997-10-31 SL Baur <steve@altair.xemacs.org>
+ − 3282
209
+ − 3283 * XEmacs 19.16 is released.
+ − 3284
+ − 3285 1997-10-31 SL Baur <steve@altair.xemacs.org>
+ − 3286
227
+ − 3287 * XEmacs 20.5-beta2 is released.
207
+ − 3288
+ − 3289 1997-10-30 SL Baur <steve@altair.xemacs.org>
+ − 3290
+ − 3291 * configure.in (xetest): Eliminate tests for PNG, JPEG,
+ − 3292 TIFF(broken) and replace with test for ImageMagick.
+ − 3293
+ − 3294 1997-10-30 Kyle Jones <kyle_jones@wonderworks.com>
384
+ − 3295
207
+ − 3296 * lwlib/xlwmenu.h: Added string macro declarations for
+ − 3297 titleForeground and highlightForeground properties.
+ − 3298
+ − 3299 * lwlib/xlwmenuP.h: Added struct fields for title and
+ − 3300 highlight colors.
+ − 3301
+ − 3302 * lwlib/xlwmenu.c: Added initialization and usage code
+ − 3303 for the new titleForeground and highlightForeground
+ − 3304 properties.
+ − 3305
+ − 3306 1997-10-28 SL Baur <steve@altair.xemacs.org>
+ − 3307
+ − 3308 * XEmacs 20.3-beta94 is released.
+ − 3309
+ − 3310 1997-10-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
+ − 3311
+ − 3312 * configure.in: Correct last patch for berkdb.
+ − 3313
+ − 3314 1997-10-28 SL Baur <steve@altair.xemacs.org>
+ − 3315
+ − 3316 * XEmacs 20.3-beta93 is released.
+ − 3317
+ − 3318 1997-10-27 Martin Buchholz <mrb@eng.sun.com>
+ − 3319
+ − 3320 * lib-src/make-path.c:
+ − 3321 * lib-src/digest-doc.c:
+ − 3322 * lib-src/gnuslib.c: Always include config.h before system headers
+ − 3323 * configure.in: Improve AIX configure support
+ − 3324 - NON_GNU_CC defaults to `xlc'
384
+ − 3325 - CFLAGS defaults to "-O3 -qstrict -qlibansi -qinfo -qro
207
+ − 3326 -qmaxmem=20000"
+ − 3327 - check for sin instead of sqrt in -lm to avoid xlc internal error
+ − 3328 - Detect -li18n for use with Motif
+ − 3329 - Move weird AIX static linking flags from s&m files to configure.in
+ − 3330 - use #pragma instead of -ma flag to avoid compiler warnings
+ − 3331
+ − 3332 1997-10-25 Kyle Jones <kyle_jones@wonderworks.com>
+ − 3333
+ − 3334 * lwlib/xlwmenu.c: Use XtRDimension in place of
+ − 3335 XmRHorizontalDimension in shadowThickness resource
+ − 3336 declaration.
+ − 3337
+ − 3338 * lwlib/xlwmenu.c (label_button_draw): Use the button_gc
+ − 3339 color as the foreground for selected entries.
+ − 3340
+ − 3341 * lwlib/xlwmenu.c (push_button_draw): Use the button_gc
+ − 3342 color as the foreground for selected entries.
+ − 3343
+ − 3344 * lwlib/xlwmenu.c (toggle_decoration_height): Force
+ − 3345 height to be minimum of 2x the shadow thickness.
+ − 3346
+ − 3347 1997-10-24 Andreas Jaeger <aj@arthur.rhein-neckar.de>
+ − 3348
+ − 3349 * configure.in: Don't choke on Berkeley DB 2.x.
+ − 3350
+ − 3351 1997-10-24 SL Baur <steve@altair.xemacs.org>
+ − 3352
+ − 3353 * XEmacs 20.3-beta92 is released.
+ − 3354
+ − 3355 1997-10-21 SL Baur <steve@altair.xemacs.org>
+ − 3356
+ − 3357 * Makefile.in (lisp/utils/finder-inf.el): Don't force rebuild if
+ − 3358 it already exists (use `make finder' to force rebuild).
+ − 3359
+ − 3360 1997-10-18 SL Baur <steve@altair.xemacs.org>
+ − 3361
424
+ − 3362 * XEmacs 20.3-beta91 is released.
207
+ − 3363
+ − 3364 1997-10-15 Olivier Galibert <olivier.galibert@mines.u-nancy.fr>
+ − 3365
+ − 3366 * configure.in: Removed -Olimit=2000 from cc for IRIX.
+ − 3367
+ − 3368 1997-10-12 Karl M. Hegbloom <karlheg@inetarena.com>
+ − 3369
+ − 3370 * configure.in (null_string): Added AC_SUBST(infodir_user_defined)
+ − 3371 and removed backquoted echo statement from the infopath report line.
+ − 3372
+ − 3373 1997-10-15 Olivier Galibert <olivier.galibert@mines.u-nancy.fr>
+ − 3374
+ − 3375 * configure.in: Added detection of the declaration of the timezone
+ − 3376 variable in system files. Defines HAVE_TIMEZONE_DECL if yes.
+ − 3377
+ − 3378
+ − 3379 1997-10-15 Olivier Galibert <olivier.galibert@mines.u-nancy.fr>
+ − 3380
+ − 3381 * config.h.in: Add HAVE_TIMEZONE_DECL for detection of declaration
+ − 3382 of the timezone variable in system headers.
+ − 3383
+ − 3384 * systime.h: Use HAVE_TIMEZONE_DECL.
+ − 3385
+ − 3386 1997-10-14 SL Baur <steve@altair.xemacs.org>
+ − 3387
+ − 3388 * configure.in (all_widgets): Don't allow configuration of
+ − 3389 --with-mule if Mule lisp hasn't been installed.
+ − 3390
+ − 3391 1997-10-13 SL Baur <steve@altair.xemacs.org>
+ − 3392
+ − 3393 * configure.in: Remove `site-lisp' from list of directories to
+ − 3394 make symbolic links for.
+ − 3395
+ − 3396 * XEmacs 20.3-beta90 is released.
+ − 3397
+ − 3398 1997-10-12 Glynn Clements <glynn@sensei.co.uk>
+ − 3399
+ − 3400 * info/dir: Cosmetic changes to info/dir
+ − 3401
205
+ − 3402 1997-10-12 SL Baur <steve@altair.xemacs.org>
+ − 3403
227
+ − 3404 * XEmacs 20.5-beta1 is released.
205
+ − 3405
+ − 3406 * XEmacs 19.16-pre9 is released.
+ − 3407
+ − 3408 * XEmacs 19.16-pre8 is released.
+ − 3409
203
+ − 3410 1997-10-11 SL Baur <steve@altair.xemacs.org>
+ − 3411
205
+ − 3412 * XEmacs 20.3-beta28 is released.
+ − 3413
203
+ − 3414 * Makefile.in (src/paths.h): Update PATH_INFOPATH
+ − 3415 (infopath): New shell variable.
+ − 3416 (infopath_user_defined): Ditto.
+ − 3417
+ − 3418 * configure.in (infodir_user_defined): Spelling fixes.
+ − 3419
+ − 3420 1997-10-10 Karl M. Hegbloom <karlheg@inetarena.com>
+ − 3421
+ − 3422 * configure.in: added options and option help docs for infopath
+ − 3423 and lockdir
+ − 3424 * '' added a line to the report for infopath and lockdir
+ − 3425
+ − 3426 1997-10-10 Karl M. Hegbloom <karlheg@inetarena.com>
+ − 3427
+ − 3428 * Makefile.in.in (INFOPATH): Added variable and put it into
+ − 3429 DUMPENV.
+ − 3430
+ − 3431 1997-10-11 SL Baur <steve@altair.xemacs.org>
+ − 3432
+ − 3433 * packages/info/localdir: New directory and file.
+ − 3434
+ − 3435 * packages/README: New directory & file.
+ − 3436
+ − 3437 1997-10-10 Martin Buchholz <mrb@eng.sun.com>
+ − 3438
+ − 3439 * Makefile.in: Add `make configure' target
+ − 3440
+ − 3441 1997-10-07 SL Baur <steve@altair.xemacs.org>
+ − 3442
+ − 3443 * XEmacs 19.16-pre7 is released.
+ − 3444
+ − 3445 1997-10-05 Damon Lipparelli <lipp@aa.net>
+ − 3446
+ − 3447 * Makefile.in (install-arch-dep, install-arch-indep): Move the
+ − 3448 commands for symlink'ing the system-independent bits into the
+ − 3449 system-dependent directory structure from "install-arch-indep" to
+ − 3450 "install-arch-dep".
+ − 3451
+ − 3452 1997-10-06 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
+ − 3453
+ − 3454 * Makefile.in (blddir): variable from "configure".
+ − 3455 (finder): use it.
+ − 3456
+ − 3457 1997-10-05 SL Baur <steve@altair.xemacs.org>
+ − 3458
+ − 3459 * Makefile.in (GENERATED_LISP): New variable.
+ − 3460 (all): Force dependency on finder-inf.el.
+ − 3461 (lisp/utils/finder-inf.el): new rule.
+ − 3462
+ − 3463 1997-10-04 SL Baur <steve@altair.xemacs.org>
+ − 3464
+ − 3465 * XEmacs 19.16-pre6 is released.
+ − 3466
201
+ − 3467 1997-10-04 SL Baur <steve@altair.xemacs.org>
+ − 3468
+ − 3469 * XEmacs 20.3-beta27 is released.
+ − 3470
+ − 3471 1997-10-03 Damon Lipparelli <lipp@primus.com>
+ − 3472
+ − 3473 * Makefile.in (install-arch-indep): When --prefix !=
+ − 3474 --exec-prefix, symlink the system-independent bits into the
+ − 3475 system-dependent directory structure (rather than the other way
+ − 3476 around).
+ − 3477
+ − 3478 1997-10-03 Martin Buchholz <mrb@eng.sun.com>
+ − 3479
+ − 3480 * lib-src/etags.c: etags 12.28 + prototypization
384
+ − 3481 * INSTALL: Better document --site-runtime-libraries
+ − 3482 * src/scrollbar-x.c (x_update_scrollbar_instance_status):
201
+ − 3483 FIX: M-x scroll-left; horizontal scrollbar appears; drag it
+ − 3484 left; scrollbar disappears; keyboard inoperative.
+ − 3485 * configure.in: Remove left-over references to *_switch_x_*
+ − 3486 - NAS libaudio is part of $libs_x, not $LIBS
+ − 3487
199
+ − 3488 1997-10-02 SL Baur <steve@altair.xemacs.org>
+ − 3489
+ − 3490 * XEmacs 20.3-beta26 is released.
+ − 3491
197
+ − 3492 1997-09-30 SL Baur <steve@altair.xemacs.org>
+ − 3493
+ − 3494 * XEmacs 20.3-beta25 is released.
+ − 3495
+ − 3496 * Makefile.in (install-arch-dep): Install the `Installation' for
+ − 3497 future reference.
+ − 3498
+ − 3499 * Makefile.in (top_distclean): Remove finder-inf.el*.
+ − 3500
+ − 3501 * configure.in (use_union_type): Default to "yes".
+ − 3502
+ − 3503 1997-09-29 Martin Buchholz <mrb@eng.sun.com>
+ − 3504
+ − 3505 * configure.in: Add tiff autodetection
+ − 3506
+ − 3507 1997-09-29 SL Baur <steve@altair.xemacs.org>
+ − 3508
+ − 3509 * lwlib/xlwmenu.c: Add bounds checking.
+ − 3510 Check error return on XmStringGetLtoR.
+ − 3511
195
+ − 3512 1997-09-27 SL Baur <steve@altair.xemacs.org>
+ − 3513
+ − 3514 * XEmacs 20.3-beta24 is released.
+ − 3515
+ − 3516 1997-09-27 Hrvoje Niksic <hniksic@srce.hr>
+ − 3517
+ − 3518 * Makefile.in (custom-loads): New target.
+ − 3519
+ − 3520 1997-09-23 SL Baur <steve@altair.xemacs.org>
+ − 3521
+ − 3522 * lwlib/xlwmenu.c: Fix compilation problem with USE_XFONTSET.
+ − 3523 From Kazuyuki IENAGA <ienaga@jsys.co.jp>
+ − 3524
+ − 3525 1997-09-22 SL Baur <steve@altair.xemacs.org>
+ − 3526
+ − 3527 * XEmacs 19.16-pre4 is released.
+ − 3528
193
+ − 3529 1997-09-20 SL Baur <steve@altair.xemacs.org>
+ − 3530
+ − 3531 * XEmacs 20.3-beta23 is released.
+ − 3532
+ − 3533 1997-09-19 SL Baur <steve@altair.xemacs.org>
+ − 3534
+ − 3535 * XEmacs 19.16-pre3 is released.
+ − 3536
+ − 3537 1997-09-19 Martin Buchholz <mrb@eng.sun.com>
+ − 3538
+ − 3539 * src/redisplay-tty.c: Fix crashes with non-7bit tty escape
+ − 3540 sequences (needs more testing).
384
+ − 3541 * */Makefile*:
193
+ − 3542 - Cleanup man/*/Makefile for consistency.
+ − 3543 - use $(MAKEFINFO), $(TEXI2DVI), etc...
+ − 3544 - Make combination --with-srcdir + Sun make work properly.
384
+ − 3545 - Change construct: test -d $${dir} || mkdir $${dir}
193
+ − 3546 --> if test ! -d $${dir}; then mkdir $${dir}; fi
+ − 3547 * lisp/x11/x-win-sun.el: Fix remaining glitches with
+ − 3548 re-mappings of Sun function keys.
+ − 3549 * configure.in: Detect libXaw AFTER libXpm to support libXawXpm.
+ − 3550 * man/internals/internals.texi: Fix makeinfo compilation error.
+ − 3551
191
+ − 3552 1997-09-17 SL Baur <steve@altair.xemacs.org>
+ − 3553
+ − 3554 * XEmacs 20.3-beta22 is released.
+ − 3555
189
+ − 3556 1997-09-16 SL Baur <steve@altair.xemacs.org>
+ − 3557
+ − 3558 * XEmacs 20.3-beta21 is released.
+ − 3559
+ − 3560 * XEmacs 19.16-pre2 is released.
+ − 3561
187
+ − 3562 1997-09-13 SL Baur <steve@altair.xemacs.org>
+ − 3563
+ − 3564 * XEmacs 20.3-beta20 is released.
+ − 3565
+ − 3566 1997-09-11 Martin Buchholz <mrb@eng.sun.com>
+ − 3567
+ − 3568 * configure.in: Use `PATH' for options that take multiple dirs.
+ − 3569 - Fix test for $PWD == `pwd`
+ − 3570 - Prefer autodetected X11R6 to X11 so that broken HP and Linux
+ − 3571 systems can work. (untested)
+ − 3572
+ − 3573 * lisp/cl/cl.el: Fix `loop' indentation to be same as `defun'.
+ − 3574 * lisp/prim/dumped-lisp.el: cl-extra and cl-seq always end up
+ − 3575 being autoloaded - let's make them part of the core.
+ − 3576
+ − 3577 * lisp/x11/x-compose.el:
+ − 3578 * lisp/x11/x-init.el:
+ − 3579 * lisp/x11/x-win-sun.el:
+ − 3580 * lisp/x11/x-winxfree86.el:
+ − 3581 * src/device-x.c:
+ − 3582 * src/event-Xt.c:
+ − 3583 - Yet another rewrite of key handling (not the last, though)
+ − 3584 - x-keysym-on-keyboard-p is much faster.
+ − 3585 - x-keysym-on-keyboard-sans-modifiers-p introduced.
+ − 3586 - x-keysym-hashtable introduced.
+ − 3587 - allow X11R4 libs to guess keysyms on X11R5 servers.
384
+ − 3588 - A better workaround for the bug that some Xlibs generate
187
+ − 3589 Multi_key a adiaeresis when pressing Multi_key a "
384
+ − 3590
187
+ − 3591 * src/dgif_lib.c: Make sure size_t is defined before using it.
+ − 3592
+ − 3593 1997-09-12 SL Baur <steve@altair.xemacs.org>
+ − 3594
+ − 3595 XEmacs 19.16-pre1 "Queens" is released.
+ − 3596
+ − 3597 1997-09-08 SL Baur <steve@altair.xemacs.org>
+ − 3598
+ − 3599 * configure.in: Reverse package-path.
+ − 3600 From Colin Rafferty <craffert@ml.com>
+ − 3601
185
+ − 3602 1997-09-02 SL Baur <steve@altair.xemacs.org>
+ − 3603
+ − 3604 * XEmacs 20.3-beta19 is released.
+ − 3605
+ − 3606 * Makefile.in (finder): New target.
+ − 3607
+ − 3608 1997-08-29 SL Baur <steve@altair.xemacs.org>
+ − 3609
+ − 3610 * XEmacs 19.16-beta91 is released.
+ − 3611
+ − 3612 1997-08-25 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+ − 3613
+ − 3614 * lisp/apel/emu-x20.el (mime-charset-coding-system-alist):
+ − 3615 iso-2022-jp-2 is defined as coding-system.
+ − 3616
+ − 3617 * lisp/mule/mule-coding.el: Rename `iso-2022-ss2-{7|8}' ->
+ − 3618 `iso-2022-{7|8}bit-ss2' to sync with Emacs 20.0.96.
+ − 3619
+ − 3620 (iso-2022-jp-2): New coding system.
+ − 3621
+ − 3622 1997-08-23 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+ − 3623
+ − 3624 * lisp/prim/about.el (about-maintainer-glyph): Fix problem with
+ − 3625 jka-compr.el.
+ − 3626
+ − 3627 1997-08-20 SL Baur <steve@altair.xemacs.org>
+ − 3628
+ − 3629 * XEmacs 19.16-beta90 is released.
+ − 3630
183
+ − 3631 1997-08-16 SL Baur <steve@altair.xemacs.org>
+ − 3632
+ − 3633 * XEmacs 20.3-beta18 is released.
+ − 3634
181
+ − 3635 1997-08-09 SL Baur <steve@altair.xemacs.org>
+ − 3636
+ − 3637 * XEmacs 20.3-beta17 is released.
+ − 3638
+ − 3639 1997-08-09 Martin Buchholz <mrb@eng.sun.com>
+ − 3640
+ − 3641 * configure.in:
+ − 3642 - use-system-malloc renamed to with-system-malloc.
+ − 3643 - config.el reimplemented for improved accuracy.
+ − 3644 - new variable `blddir' introduced for informational purposes.
+ − 3645 * lib-src/config.values.in: new config.el implementation
+ − 3646 * lib-src/config.values.sh: new config.el implementation
384
+ − 3647 * lisp/modes/pascal.el: Sync with GNU Emacs, fix infloop problem
181
+ − 3648 (thanks to Espen Skoglund, pascal.el maintainer)
+ − 3649 * src/chartab.c: maintainability improvements.
+ − 3650 * src/mule-coding.c: FIX for: editing DOS files with ISO2022*
+ − 3651 coding systems results in extra CR's inserted into file on saving.
+ − 3652
+ − 3653 1997-08-06 SL Baur <steve@altair.xemacs.org>
+ − 3654
+ − 3655 * configure.in: Crash & burn if db-2 is detected.
+ − 3656 From Soren Dayton <csdayton@cs.uchicago.edu>
+ − 3657
179
+ − 3658 1997-07-31 SL Baur <steve@altair.xemacs.org>
+ − 3659
+ − 3660 * XEmacs 20.3-beta16 is released.
+ − 3661
+ − 3662 1997-07-31 Martin Buchholz <mrb@eng.sun.com>
+ − 3663
+ − 3664 * configure.in: --with-x11=no --> --with-xface=no
+ − 3665 * lisp/efs/dired-xemacs.el: Rationalize mouse file functions
+ − 3666 * src/input-method-xlib.c: Allow xemacs to connect to kinput2
+ − 3667 * event-Xt.c: Fix crashes when no input context available.
+ − 3668 * src/mule-coding.c: Use enum eol_type instead of int consistently
+ − 3669 * regex.c: Use (void *) 0 instead of NULL in varargs function calls
+ − 3670 * src/s/freebsd.h: Wrap #include X11/Xlocale.h inside #ifndef
+ − 3671 NOT_C_CODE
+ − 3672
177
+ − 3673 1997-07-26 SL Baur <steve@altair.xemacs.org>
+ − 3674
+ − 3675 * XEmacs 20.3-beta15 is released.
+ − 3676
+ − 3677 1997-07-25 SL Baur <steve@altair.xemacs.org>
+ − 3678
+ − 3679 * lwlib/xlwscrollbar.c: Add debug malloc support.
+ − 3680 * lwlib/xlwmenu.c: Ditto.
+ − 3681 * lwlib/lwlib-utils.h: Ditto.
+ − 3682
+ − 3683 * configure.in (null_string): Add --use-debug-malloc option.
+ − 3684
+ − 3685 1997-07-21 SL Baur <steve@altair.xemacs.org>
+ − 3686
+ − 3687 * info/dir (Packages): Remove AUCTeX, Gnus and Message manuals.
+ − 3688
+ − 3689 1997-07-20 SL Baur <steve@altair.xemacs.org>
+ − 3690
+ − 3691 * Makefile.in (install-arch-indep): Create required links when
+ − 3692 prefixdir != execdir.
+ − 3693
+ − 3694 1997-07-19 SL Baur <steve@altair.xemacs.org>
175
+ − 3695
+ − 3696 * XEmacs 20.3-beta14 is released.
+ − 3697
+ − 3698 1997-07-19 Martin Buchholz <mrb@eng.sun.com>
+ − 3699
177
+ − 3700 * src/fns.c (require): Print messages when loading a file as a
175
+ − 3701 result of require.
384
+ − 3702
175
+ − 3703 * configure.in:
+ − 3704 * lisp/utils/config.el:
384
+ − 3705 * lib-src/config.values:
175
+ − 3706 - new file created and installed by building.
+ − 3707 - Allow configuration time values to be queried by the lisp code.
+ − 3708
+ − 3709 * configure.in:
+ − 3710 - check for alloca in libPW on hpux.
+ − 3711 - Redo --with-clash-detection
+ − 3712 - need to check for termios and friends even if with-tty=no.
+ − 3713 - Always define SIGNALS_VIA_CHARACTERS if HAVE_TERMIOS
+ − 3714 - better quoting for AIX_SMT_EXP (untested)
+ − 3715 - gcc flags now default to "-g -O2 -Wall -Wno-switch"
+ − 3716
+ − 3717 * *.[ch]: more warning elimination
+ − 3718
+ − 3719 * src/input-method*.c:
+ − 3720 * src/s/freebsd.h:
+ − 3721 - remove freebsd ifdefs from C code.
+ − 3722
+ − 3723 * src/specifier.c:
+ − 3724 - fix Fdisplay-table-specifier-p
+ − 3725
173
+ − 3726 1997-07-13 Steven L Baur <steve@altair.xemacs.org>
+ − 3727
+ − 3728 * XEmacs 20.3-beta13 is released.
+ − 3729
+ − 3730 * info/dir (Packages): Integrate texinfo manual for PH.
+ − 3731
+ − 3732 1997-07-10 Hrvoje Niksic <hniksic@srce.hr>
+ − 3733
+ − 3734 * extents.c (print_extent): Print correctly.
384
+ − 3735
173
+ − 3736 1997-07-13 Steven L Baur <steve@altair.xemacs.org>
+ − 3737
+ − 3738 * configure.in (CPP): Add -Wall to default gcc CFLAGS.
+ − 3739
+ − 3740 1997-07-11 Martin Buchholz <mrb@eng.sun.com>
+ − 3741
+ − 3742 * *Makefile*: More cleanup.
+ − 3743 - MAKE CFLAGS=-foo now works with recursive invocations on old makes
+ − 3744 - Nuke ld_call_shared from s&m files
+ − 3745 - Nuke src/s/*-static.h
+ − 3746 - Nuke Solaris and DEC OSF static build support.
+ − 3747 - Nuke SHORTNAMES
+ − 3748 - Nuke libmld
+ − 3749 - CLASH_DETECTION configurable, off by default.
+ − 3750
+ − 3751 * *.[ch]: Warning elimination, code cleanup, some 64-bit
+ − 3752 safeguarding.
+ − 3753
+ − 3754 * sol2.h: More bullet-proofing for Sun bugs in header files.
+ − 3755
+ − 3756 * lib-src/etags.c: etags version 12.19.
+ − 3757
+ − 3758 * lisp/x11/x-select.el:
+ − 3759 * src/xselect.c: Try STRING if selection owner couldn't convert
384
+ − 3760 COMPOUND_TEXT.
173
+ − 3761
+ − 3762 * src/*.c: Change defalt to default_, and in general allow
+ − 3763 doc-snarfing functions to recognize and ignore trailing `_'
+ − 3764
384
+ − 3765 * src/*.[ch]: Introduce XVECTOR_DATA and XVECTOR_LENGTH macros and
173
+ − 3766 convert source code to use them consistently.
+ − 3767
171
+ − 3768 1997-07-08 Steven L Baur <steve@altair.xemacs.org>
+ − 3769
+ − 3770 * XEmacs 20.3-beta12 is released.
+ − 3771
+ − 3772 1997-07-08 Martin Buchholz <mrb@eng.sun.com>
+ − 3773
384
+ − 3774 * configure.in: Set options differently, depending on beta-ness of
171
+ − 3775 build tree.
+ − 3776 * *Makefile*: Clean up *clean: targets, esp. Steven's beloved
+ − 3777 distclean.
+ − 3778
+ − 3779 1997-07-08 Steven L Baur <steve@altair.xemacs.org>
+ − 3780
+ − 3781 * pkg-src/tree-x/Makefile.in.in (xoobr): Pass CFLAGS to the
+ − 3782 linker.
+ − 3783 From Olivier Galibert <Olivier.Galibert@mines.u-nancy.fr>
+ − 3784
+ − 3785 1997-07-07 Steven L Baur <steve@altair.xemacs.org>
+ − 3786
+ − 3787 * pkg-src/tree-x/Makefile.in.in (distclean): Add target.
+ − 3788
+ − 3789 1997-07-06 Steven L Baur <steve@altair.xemacs.org>
+ − 3790
+ − 3791 * lwlib/lwlib-Xm.c (xm_update_one_value): Hand application of mrb
+ − 3792 fix. Restoration of lossage from beta10->beta11 upgrade.
+ − 3793
+ − 3794 * XEmacs 20.3-beta11 is released.
+ − 3795
+ − 3796 1997-07-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+ − 3797
+ − 3798 * lisp/language/english.el: Add quail-british for British.
+ − 3799
+ − 3800 * lisp/language/european.el: Register input-method for various non
+ − 3801 quail-latin-1 methods.
+ − 3802
169
+ − 3803 1997-07-05 Martin Buchholz <mrb@eng.sun.com>
+ − 3804
+ − 3805 * lib-src/getopt*.c: Don't redefine const - let configure do that.
+ − 3806
+ − 3807 * configure.in: Better behavior for `configure --with-gcc=no'
+ − 3808 - Autodetect ulimit.h
+ − 3809 - Remove broken SunOS4 kludge for libXmu
+ − 3810 - Autodetect usleep
+ − 3811
+ − 3812 * src/s/sol2.h: Support gcc on various Solaris releases.
384
+ − 3813
169
+ − 3814 * lib-src/*.c: Ansify prototypes.
+ − 3815
+ − 3816 * lisp/prim/files.el: Optimize auto-mode-alist.
+ − 3817
+ − 3818 * pkg-src/tree-x/Makefile.in.in: `make distclean' now works
+ − 3819 - `make install' now works.
+ − 3820 - dependencies updated.
+ − 3821
+ − 3822 * pkg-src/tree-x/*.[ch]: Fix compile warnings.
+ − 3823 - Replace uses of XtVa* with non-varargs variants.
+ − 3824
+ − 3825 1997-07-01 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+ − 3826
+ − 3827 * lisp/modes/image-mode.el: Add `image-maybe-restore' to
+ − 3828 `change-major-mode-hook'.
+ − 3829
+ − 3830 * lisp/modes/image-mode.el (image-maybe-restore): New function.
+ − 3831
+ − 3832 * src/glyphs.c (make_string_from_file): must protect from
+ − 3833 `format-alist'.
+ − 3834
+ − 3835 1997-06-30 Steven L Baur <steve@altair.xemacs.org>
+ − 3836
+ − 3837 * pkg-src/tree-x/Makefile.in.in (INSTALL): Add configure written
+ − 3838 variable.
+ − 3839
167
+ − 3840 1997-06-29 Steven L Baur <steve@altair.xemacs.org>
+ − 3841
169
+ − 3842 * configure.in (CPP): Correct typo `print-lib-gcc-file-name'
+ − 3843 should be `print-libgcc-file-name'
+ − 3844 From Katsumi Yamaoka <yamaoka@ga.sony.co.jp>
384
+ − 3845
167
+ − 3846 * XEmacs 20.3-beta10 is released.
+ − 3847
+ − 3848 1997-06-29 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+ − 3849
+ − 3850 * lisp/language/chinese.el: Add chinese-isoir165 (CCITT Extended
+ − 3851 GB).
+ − 3852
+ − 3853 * lisp/language/chinese.el: Modify charset DOC-strings for CNS
+ − 3854 11643 to be more detailed.
+ − 3855
+ − 3856 * lisp/language/arabic.el: Rename `arabic-0', `arabic-1' and
+ − 3857 `arabic-2' to `arabic-digit', `arabic-1-column' and
+ − 3858 `arabic-2-column' to sync with Emacs/mule-19.34.94-zeta.
+ − 3859
+ − 3860 * src/mule-charset.c: Modify charset DOC-strings to be more
+ − 3861 detailed.
+ − 3862
+ − 3863 Use BOX DRAWINGS characters of JIS X0208.
+ − 3864
+ − 3865 1997-06-28 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+ − 3866
+ − 3867 * lisp/apel/richtext.el: Add autoload comments for
+ − 3868 `richtext-encode' and `richtext-decode'.
+ − 3869
+ − 3870 * lisp/prim/format.el (format-alist): Add `text/richtext'.
+ − 3871
+ − 3872 * lisp/tl/chartblxmas.el: New file.
+ − 3873
+ − 3874 * lisp/x11/x-menubar.el (default-menubar): Add "Show character
+ − 3875 table" for MULE menu.
+ − 3876
+ − 3877 * lisp/apel/emu.el: Check richtext.el is bundled.
+ − 3878
+ − 3879 * lisp/tl/char-table.el (view-charset): New command.
+ − 3880
+ − 3881 * lisp/tl/char-table.el: Rename some functions.
+ − 3882
+ − 3883 * lisp/packages/hexl.el (hexl-mode-exit): Run
+ − 3884 `hexl-mode-exit-hook'.
+ − 3885
+ − 3886 * lisp/x11/x-menubar.el (default-menubar): Fix "Describe language
+ − 3887 support" and "Set language environment" of mule menu.
+ − 3888
+ − 3889 * lisp/apel/file-detect.el: Add autoload comments for function
+ − 3890 `add-path', `add-latest-path', `get-latest-path',
+ − 3891 `file-installed-p', `exec-installed-p', `module-installed-p' and
+ − 3892 variable `exec-suffix-list'.
+ − 3893
+ − 3894 * lisp/prim/format.el (format-alist): Add image/jpeg, image/gif,
+ − 3895 image/png and image/x-xpm.
+ − 3896
+ − 3897 * lisp/modes/image-mode.el: New file.
+ − 3898
+ − 3899 1997-06-27 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+ − 3900
+ − 3901 * lisp/tm/tm-ew-e.el (tm-eword::encode-string-1): avoid infinite
+ − 3902 loop caused by long non-encoded-word element. (cf. [tm-en:1356])
+ − 3903
+ − 3904 (mime/field-encoding-method-alist): Add "Message-ID" as ignored.
+ − 3905
165
+ − 3906 1997-06-25 Steven L Baur <steve@altair.xemacs.org>
+ − 3907
+ − 3908 * XEmacs 20.3-beta9 is released.
+ − 3909
+ − 3910 * Makefile.in (dist): Make `make dist' work for me.
+ − 3911
+ − 3912 1997-06-25 Martin Buchholz <mrb@eng.sun.com>
+ − 3913
+ − 3914 * configure.in:
+ − 3915 - Change "t" to tabs in sed commands
+ − 3916 - Add /g to sed substitition commands when appropriate
+ − 3917 - Change XtVa[SG]etValue to Xt[SG]etValue
+ − 3918 - Make version variables into Lisp_Objects.
+ − 3919
+ − 3920 1997-06-19 Martin Buchholz <mrb@eng.sun.com>
+ − 3921
+ − 3922 * src/config.h.in:
+ − 3923 * configure.in:
+ − 3924 - Autodetect X defines using xmkmf.
+ − 3925 - Compute rpath on *bsd* systems as well.
+ − 3926 - rewrite PRINT_VAR m4 macro.
+ − 3927 - detect sizes of void* and long long for future use by unex*.c
+ − 3928 * regex.c: _GNU_SOURCE may be defined by config.h; don't redefine.
+ − 3929
+ − 3930 1997-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+ − 3931
+ − 3932 * lisp/language/arabic.el: moved from lisp/mule/arabic-hooks.el.
+ − 3933
+ − 3934 * lisp/mh-e/mh-e.el (mh-get-new-mail): Decode output as
+ − 3935 `mh-folder-coding-system'.
+ − 3936
+ − 3937 1997-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+ − 3938
+ − 3939 * lisp/language/ethio-util.el: imported from
+ − 3940 Emacs/mule-19.34.94-zeta.
+ − 3941
+ − 3942 * lisp/language/arabic-util.el: moved from lisp/mule/arabic.el;
+ − 3943 repair Arabic characters.
+ − 3944
+ − 3945 1997-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+ − 3946
+ − 3947 * lib-src/update-autoloads.sh: Search lisp/mule/.
+ − 3948
+ − 3949 * lisp/x11/x-menubar.el: Fix "Describe language support" and "Set
+ − 3950 language environment" of Mule menu.
+ − 3951
+ − 3952 * lisp/language/visual-mode.el: moved from mule/.
+ − 3953
+ − 3954 * lisp/language/ethiopic.el: Modify for XEmacs.
+ − 3955
+ − 3956 * lisp/language/cyrillic.el: Modify DOC-string of koi8-r; Fixed
+ − 3957 problem of setting for `language-info-alist' about koi8-r.
+ − 3958
+ − 3959 * lisp/mule/auto-autoloads.el: Enable auto-autoloads.el for mule/.
+ − 3960
+ − 3961 * lisp/mule/mule-util.el: New file (imported from
+ − 3962 Emacs/mule-19.34.94-zeta).
+ − 3963
+ − 3964 * lisp/mule/mule-misc.el: Function `truncate-string-to-width' was
+ − 3965 moved to mule-util.el.
+ − 3966
+ − 3967 * lisp/prim/dumped-lisp.el, lisp/mule/mule-load.el:
+ − 3968 lisp/mule/arabic-hooks.el was moved to lisp/language/arabic.el;
+ − 3969 lisp/mule/arabic.el was moved to lisp/language/arabic-util.el; Use
+ − 3970 lisp/language/ethiopic.el instead of lisp/mule/ethiopic-hooks.el;
+ − 3971 Use lisp/language/ethio-util.el instead of lisp/mule/ethiopic.el.
+ − 3972
+ − 3973 * lisp/mule/mule-coding.el (coding-system-docstring): New alias to
+ − 3974 emulate Emacs/mule-19.34.94-zeta function.
+ − 3975
+ − 3976 * lisp/mule/mule-cmds.el: modified to sync with
+ − 3977 Emacs/mule-19.34.94-zeta (mule-prefix was changed to "C-x C-m")
+ − 3978
+ − 3979 (set-language-info): Add to "Describe Language Support" and "Set
+ − 3980 Language Environment" menu.
+ − 3981
+ − 3982 * lisp/mule/mule-charset.el: Function `compose-region' and
+ − 3983 `decompose-region' were moved to mule-util.el.
+ − 3984
+ − 3985 * lisp/leim/quail.el: modify to sync with latest quail.el of
+ − 3986 Emacs/mule in ETL.
+ − 3987
+ − 3988 (quail-toggle-mode-temporarily): check `quail-conv-overlay'.
+ − 3989
+ − 3990 (quail-map-p): Use `characterp' instead of `integerp'.
+ − 3991
163
+ − 3992 1997-06-21 Steven L Baur <steve@altair.xemacs.org>
+ − 3993
165
+ − 3994 * Makefile.in: Missing FRC.info.
+ − 3995 (install-arch-dep): Add missing backslash.
+ − 3996 From Glynn Clements <glynn@sensei.co.uk>
+ − 3997
163
+ − 3998 * XEmacs 20.3-beta8 is released.
+ − 3999
+ − 4000 1997-06-20 Olivier Galibert <Olivier.Galibert@mines.u-nancy.fr>
+ − 4001
+ − 4002 * lwlib/lwlib-Xaw.c, lwlib/lwlib-Xlw.c, lwlib/lwlib-Xm.c,
+ − 4003 lwlib/lwlib.c: Make 64 bit clean.
384
+ − 4004
163
+ − 4005 1997-06-19 Martin Buchholz <mrb@eng.sun.com>
+ − 4006
+ − 4007 * configure.in:
+ − 4008 - Autodetect X defines using xmkmf.
+ − 4009 - Compute rpath on *bsd* systems as well.
+ − 4010 - rewrite PRINT_VAR m4 macro.
+ − 4011 - detect sizes of void* and long long for future use by unex*.c
+ − 4012
+ − 4013 1997-06-18 Martin Buchholz <mrb@eng.sun.com>
+ − 4014
+ − 4015 * */Makefile.in.in: Another rewrite
+ − 4016 Make makefiles immune from being mangled by various cpp
384
+ − 4017 implementations by quoting non-preprocessor directive lines.
163
+ − 4018 - random cleanup
+ − 4019 - Use $(RM) and $(pwd) macros consistently
+ − 4020 - Add dependencies for balloon-help source files
+ − 4021 - Use getcwd by default instead of getwd.
+ − 4022 * lwlib/config.h: Now includes src/config.h
+ − 4023 * lwlib/*.c: Use config.h, but DON'T use Xos.h
+ − 4024 * lib-src/*.c: Fix compiler warnings
+ − 4025 * lisp/version.el:
+ − 4026 - Put version information in version.sh instead of version.el
+ − 4027
+ − 4028 Wed Jun 18 16:41:43 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4029
+ − 4030 * configure.in (CPP): Remove hardcoding of -L/usr/local/lib
+ − 4031 -I/usr/local/include.
+ − 4032
161
+ − 4033 1997-06-14 Steven L Baur <steve@altair.xemacs.org>
+ − 4034
+ − 4035 * XEmacs 20.3-beta7 is released.
+ − 4036
+ − 4037 1997-06-13 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+ − 4038
+ − 4039 * lisp/gnus/smiley.el (smiley-deformed-regexp-alist): Modify
+ − 4040 regexp for horizontal smiley faces.
+ − 4041 (smiley-nosey-regexp-alist): Add horizontal smiley faces.
+ − 4042
+ − 4043 * lisp/leim/quail.el (quail-get-translation): Don't use
+ − 4044 `string-to-vector' for XEmacs.
+ − 4045
+ − 4046 1997-06-13 Gary D. Foster <Gary.Foster@corp.Sun.COM>
+ − 4047
+ − 4048 * lisp/modes/*.el: Removed all "\177" bindings that were
+ − 4049 previously commented out and normalized everything vis a vis
+ − 4050 'backspace and 'delete keysyms.
+ − 4051 * lisp/packages/*.el: Normalized all the "\177" bindings
384
+ − 4052 * lisp/modes/cperl-mode.el: Created cperl-electric-delete function
161
+ − 4053 which is a "smart" version of the cperl-electric-backspace
+ − 4054 function (it honors the desired delete direction). Bound it to
+ − 4055 'delete and the electric-backspace to 'backspace.
384
+ − 4056 * lisp/packages/pending-del.el: Added cperl-electric-backspace and
161
+ − 4057 cperl-electric-delete to the 'supersede list.
+ − 4058
159
+ − 4059 1997-06-11 Steven L Baur <steve@altair.xemacs.org>
+ − 4060
+ − 4061 * XEmacs 20.3-b6 is released.
+ − 4062
+ − 4063 * configure.in (GNU_MALLOC): Check for (-l)PW instead of (-l)-lPW.
+ − 4064 Suggested by Martin Buchholz <mrb@eng.sun.com>
+ − 4065
+ − 4066 1997-06-11 Martin Buchholz <mrb@eng.sun.com>
+ − 4067
384
+ − 4068 * src/Makefile.in:
+ − 4069 * lwlib/Makefile.in:
+ − 4070 * lib-src/Makefile.in:
159
+ − 4071 * Makefile.in: More Makefile cleanup
+ − 4072 - add .PHONY targets where necessary
+ − 4073 - remove most builtin rules using .SUFFIXES
+ − 4074 - -lXau only gets used for linking gnuserv binaries
+ − 4075 - No VPATH for root Makefile
+ − 4076 - remove gcc v1 support
384
+ − 4077 * configure.in:
159
+ − 4078 - A new test to autodetect need to define NARROWPROTO,
+ − 4079 needed by XFree86
+ − 4080 - Consistently use idiom foo=`echo '' $foo | sed -s 's:^ ::' -e ...`
+ − 4081 - Immediately exit if SIZEOF_* tests fail.
+ − 4082 - Check for libPW
+ − 4083 - Use more sophisticated Xpm test that confirms xpm.h and libXpm
+ − 4084 are in sync.
384
+ − 4085 * src/s/linux.h:
159
+ − 4086 * src/m/intel386.h: Yet another attempt to clean up linux defines.
+ − 4087
+ − 4088 1997-06-10 Steven L Baur <steve@altair.xemacs.org>
+ − 4089
+ − 4090 * lib-src/pop.c: Correct incantation for pop.h.
+ − 4091 From Martin Buchholz <mrb@Eng.Sun.COM>
+ − 4092
+ − 4093 Tue Jun 10 15:11:16 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4094
+ − 4095 * configure.in (beta): Correct test looking for Beta number.
+ − 4096
+ − 4097 1997-06-11 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+ − 4098
+ − 4099 * src/Makefile.in.in, mule/language/misc-lang.el,
+ − 4100 mule/mule-load.el, mule/ipa-hooks.el: Use
+ − 4101 lisp/mule/language/misc-lang.el instead of lisp/mule/ipa-hooks.el;
+ − 4102 mule/ipa-hooks.el was deleted.
+ − 4103
+ − 4104 1997-06-10 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+ − 4105
+ − 4106 * Use lisp/mule/language/thai-util.el instead of
+ − 4107 lisp/mule/thai.el.
+ − 4108
+ − 4109 * lisp/custom/wid-edit.el: Add widget `coding-system' for mule.
+ − 4110
+ − 4111 * lisp/mule/thai-hooks.el, lisp/mule/mule-load.el: Use
+ − 4112 lisp/mule/language/thai.el instead of lisp/mule/thai-hooks.el.
+ − 4113
+ − 4114 * lisp/mule/language/thai.el: modified for XEmacs.
+ − 4115
+ − 4116 1997-06-09 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+ − 4117
+ − 4118 * lisp/mule/mule-load.el, src/Makefile.in.in: Use
+ − 4119 lisp/mule/language/chinese.el, lisp/mule/language/cyrillic.el,
+ − 4120 lisp/mule/language/european.el, lisp/mule/language/greek.el,
+ − 4121 lisp/mule/language/japanese.el and lisp/mule/language/korean.el
+ − 4122 instead of lisp/mule/chinese-hooks.el,
+ − 4123 lisp/mule/cyrillic-hooks.el, lisp/mule/european-hooks.el,
+ − 4124 lisp/mule/greek-hooks.el, lisp/mule/japanese-hooks.el and
+ − 4125 lisp/mule/korean-hooks.el.
+ − 4126
+ − 4127 * lisp/mule/language/*.el was imported from
+ − 4128 Emacs/mule-19.34.94-zeta.
+ − 4129
+ − 4130 * Use lisp/mule/language/china-util.el instead of
+ − 4131 lisp/mule/chinese.el.
+ − 4132
+ − 4133 1997-06-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+ − 4134
+ − 4135 * lisp/apel/emu-x20.el (mime-charset-coding-system-alist):
+ − 4136 iso-8859-1, hz-gb-2312, cn-gb-2312, gb2312, cn-big5 and koi8-r
+ − 4137 were defined as coding-system.
+ − 4138
+ − 4139 1997-06-07 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+ − 4140
+ − 4141 * lisp/gnus/smiley.el (smiley-deformed-regexp-alist): Add Japanese
+ − 4142 smiley faces.
+ − 4143
163
+ − 4144 1997-06-10 Gary D. Foster <Gary.Foster@corp.sun.com>
384
+ − 4145
163
+ − 4146 * lisp/modes/view-less.el: Changed \177 bindings to 'delete
+ − 4147 * lisp/modes/help.el: Changed \177 bindings to 'delete
+ − 4148
+ − 4149 1997-06-10 Gary D. Foster <Gary.Foster@corp.sun.com>
+ − 4150
+ − 4151 * lisp/prim/keydefs.el: Changed all 'delete key bindings to point to
+ − 4152 the `backward-or-forward-foo' functions.
+ − 4153 * lisp/prim/simple.el:
+ − 4154 - Renamed `delete-erases-forward' to `delete-key-deletes-forward'.
+ − 4155 - Removed `backspace-or-delete-hook'
+ − 4156 - Renamed `backspace-or-delete' to `backward-or-forward-delete-char'
+ − 4157 - Added functions: `backward-or-forward-kill-word'
+ − 4158 `backward-or-forward-kill-sentence'
+ − 4159 `backward-or-forward-kill-sexp'
+ − 4160 - Removed the zmacs hacks from all the `b-or-f-foo' functions and
+ − 4161 began playing nicely with pending-del.
+ − 4162 * lisp/modes/cc-mode.el:
+ − 4163 * lisp/modes/cperl-mode.el: Fixed references to delete functions
+ − 4164 to use the new names.
384
+ − 4165
157
+ − 4166 1997-06-09 Steven L Baur <steve@altair.xemacs.org>
+ − 4167
+ − 4168 * XEmacs 20.3-b5 is released.
+ − 4169
155
+ − 4170 1997-06-05 Steven L Baur <steve@altair.xemacs.org>
+ − 4171
+ − 4172 * XEmacs 20.3-b4 is released.
+ − 4173
+ − 4174 1997-06-04 Martin Buchholz <mrb@eng.sun.com>
+ − 4175
+ − 4176 * src/*/*.h: Remove definitions of HAVE_UNION_WAIT, in accordance
+ − 4177 with new Autoconf 2 mechanisms.
+ − 4178 * src/syswait.h:
+ − 4179 * src/sysdep.c:
+ − 4180 * src/process.c: Use only Posix.1 sys/wait.h-defined symbols
+ − 4181
+ − 4182 * src/s/netbsd.h: complete rewrite, use ORDINARY_LINK, #ifdef out
+ − 4183 old cruft that can be obtained from system header files.
+ − 4184 * lib-src/getopt*: Synch with FSF, remove compiler warnings.
384
+ − 4185
+ − 4186 * lib-src/b2m.c:
+ − 4187 * src/gifalloc.c:
+ − 4188 * lib-src/gnuslib.c:
+ − 4189 * lib-src/profile.c:
155
+ − 4190 * lib-src/movemail.c: Fix compiler warnings
384
+ − 4191
155
+ − 4192 * lib-src/Makefile.in.in: Remove unused -DCONFIG_BROKETS flag
+ − 4193 - Fix up compile flags for new etags version
+ − 4194
384
+ − 4195 * man/xemacs/programs.texi:
155
+ − 4196 * lib-src/etags.c: Upgraded to etags 12.11
+ − 4197
+ − 4198 * src/config.h.in: Fix inline keyword support
384
+ − 4199
+ − 4200 * configure.in: Use a different mechanism for removing extra white
155
+ − 4201 space. Avoid using foo=`echo $bar`, which loses with various echos.
+ − 4202 - new M4 macro XE_SPACE(var, words...)
+ − 4203 - Use autoconf 2's AC_HEADER_SYS_WAIT
+ − 4204 - Check for Xpm-XpmFree instead of Xpm-XpmReadFileToData to avoid
+ − 4205 linking with losing Xpm implementations
+ − 4206 - Check for correct wnn4 lib symbols
+ − 4207 - Only link with inline.o when using gcc
+ − 4208 - Support inline keywords inline, __inline, __inline__
+ − 4209 - Ultrix now implies have_mmap=no
+ − 4210 - Sun sound in non-standard dirs now works
+ − 4211 - --native-sound-lib no longer ignored on HP & SGI
+ − 4212 - gpm configure tests moved after curses configure tests
163
+ − 4213
+ − 4214 1997-06-04 Gary D. Foster <Gary.Foster@corp.sun.com>
+ − 4215
384
+ − 4216 * lisp/modes/cc-mode.el: Modified `c-electric-delete' to honor the
163
+ − 4217 desired delete direction in both normal and "hungry" modes.
384
+ − 4218 * lisp/modes/cperl-mode.el: Modified `cperl-electric-backspace' to
163
+ − 4219 honor the desired delete direction.
384
+ − 4220
155
+ − 4221 1997-05-30 Martin Buchholz <mrb@eng.sun.com>
+ − 4222
+ − 4223 * configure.in: Automagically compute -R path for gcc
+ − 4224
163
+ − 4225 1997-05-30 Gary D. Foster <Gary.Foster@corp.sun.com>
+ − 4226
+ − 4227 * lisp/vm/vm-vars.el: Fixed delete key binding to call
+ − 4228 `vm-scroll-down'
384
+ − 4229
155
+ − 4230 Thu May 29 15:35:07 1997 Martin Buchholz <mrb@eng.sun.com>
+ − 4231
+ − 4232 * configure.in: Add support for Solaris2.6 -z ignore linker flags
+ − 4233
+ − 4234 1997-05-29 Martin Buchholz <mrb@eng.sun.com>
+ − 4235
+ − 4236 * configure.in: Replace standard Autoconf MMAP test with Neal
+ − 4237 Becker's replacement, hacked somewhat.
+ − 4238
163
+ − 4239 1997-05-16 Gary D. Foster <Gary.Foster@corp.sun.com>
+ − 4240
+ − 4241 * lisp/prim/simple.el: Created `backspace-or-delete' function and
+ − 4242 `backspace-or-delete-hook'
+ − 4243 * lisp/prim/keydefs.el: Changed \177 bindings to point to new
+ − 4244 delete function.
+ − 4245 * lisp/modes/*.el: Removed conflicting \177 bindings.
+ − 4246 * lisp/modes/cc-mode.el: Modified `c-electric-delete' to use new
+ − 4247 delete bindings.
384
+ − 4248 * lisp/modes/cperl-mode.el: Modified `cperl-electric-backspace' to
163
+ − 4249 use new delete bindings.
384
+ − 4250
155
+ − 4251 1997-06-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+ − 4252
+ − 4253 * lisp/x11/x-menubar.el (default-menubar): Add menu for Mule.
+ − 4254
+ − 4255 * lisp/mule/mule-cmds.el: Menu for XEmacs were moved to
+ − 4256 x11/x-menubar.el.
+ − 4257
+ − 4258 1997-06-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+ − 4259
+ − 4260 * lisp/leim/quail.el: to avoid compiling warnings about
+ − 4261 overlay.el.
+ − 4262
+ − 4263 1997-06-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+ − 4264
+ − 4265 * lisp/leim/quail.el: to sync with quail.el of
+ − 4266 Emacs-19.34.94-zeta.
+ − 4267
+ − 4268 * lisp/leim/quail/ziranma.el, lisp/leim/quail/tonepy.el,
+ − 4269 lisp/leim/quail/py.el, lisp/leim/quail/qj.el,
+ − 4270 lisp/leim/quail/sw.el, lisp/leim/quail/ccdospy.el,
+ − 4271 lisp/leim/quail/punct.el, lisp/leim/quail/4corner.el,
+ − 4272 lisp/leim/quail/symbol-ksc.el, lisp/leim/quail/ethiopic.el,
+ − 4273 lisp/leim/quail/hanja.el, lisp/leim/quail/quick-cns.el,
+ − 4274 lisp/leim/quail/tsangchi-cns.el, lisp/leim/quail/lrt.el,
+ − 4275 lisp/leim/quail/tsangchi-b5.el, lisp/leim/quail/devanagari.el,
+ − 4276 lisp/leim/quail/japanese.el, lisp/leim/quail/quick-b5.el,
+ − 4277 lisp/leim/quail/punct-b5.el, lisp/leim/quail/qj-b5.el,
+ − 4278 lisp/leim/quail/py-b5.el, lisp/leim/quail/ctlau.el,
+ − 4279 lisp/leim/quail/ctlaub.el, lisp/leim/quail/ecdict.el,
+ − 4280 lisp/leim/quail/array30.el, lisp/leim/quail/hangul3.el,
+ − 4281 lisp/leim/quail/hanja-jis.el, lisp/leim/quail/cyrillic.el,
+ − 4282 lisp/leim/quail/etzy.el, lisp/leim/quail/greek.el,
+ − 4283 lisp/leim/quail/ipa.el, lisp/leim/quail/lao.el,
+ − 4284 lisp/leim/quail/zozy.el, lisp/leim/quail/viqr.el,
+ − 4285 lisp/leim/quail/latin.el, lisp/leim/quail/thai.el,
+ − 4286 lisp/leim/quail/hangul.el: quail of LEIM for Emacs-19.34.94-zeta.
+ − 4287
+ − 4288 1997-06-02 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+ − 4289
+ − 4290 * mule/korean.el was abolished because it seems not to be used.
+ − 4291
+ − 4292 * mule/japanese.el was abolished because it seems not to be used.
+ − 4293
+ − 4294 1997-06-01 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+ − 4295
+ − 4296 * lisp/tm/gnus-mime-old.el was abolished because XEmacs 20.3 has
+ − 4297 Gnus 5.4.
+ − 4298
+ − 4299 * lisp/tm/tm-edit.el: updated to 7.108.
+ − 4300
+ − 4301 * lisp/tm/tm-view.el: updated to 7.83.
+ − 4302
+ − 4303 * lisp/leim/quail.el: modified for XEmacs.
+ − 4304
+ − 4305 * lisp/mule/mule-load.el, lisp/mule/mule-process.el: delete
+ − 4306 mule-process.el because it is not used.
+ − 4307
+ − 4308 * lisp/mule/european.el was abolished because it seems not to be
+ − 4309 used.
+ − 4310
+ − 4311 * lisp/mule/mule-load.el: must load mule-cmds before setting for
+ − 4312 language-environment.
+ − 4313
+ − 4314 * lisp/mule/european-hooks.el: Modified for LEIM.
+ − 4315
+ − 4316 * lisp/mule/mule-cmds.el: Uncomment key definition for
+ − 4317 `toggle-input-method'.
+ − 4318
+ − 4319 * lisp/mule/mule-init.el: Comment out about `mule-keymap' (moved
+ − 4320 to mule-cmds.el).
+ − 4321
+ − 4322 * lisp/mule/mule-cmds.el: Uncomment about `mule-keymap' (moved
+ − 4323 from mule-init.el).
+ − 4324
+ − 4325 * lisp/tl/tl-atype.el: Don't require tl-str.
+ − 4326
+ − 4327 * lisp/tl/tl-atype.el: Use atype.el of APEL.
+ − 4328
+ − 4329 * lisp/tl/tl-list.el: Use alist.el of APEL.
+ − 4330
+ − 4331 1997-05-31 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+ − 4332
+ − 4333 * lisp/tl/richtext.el, lisp/tl/emu-x20.el, lisp/tl/emu-xemacs.el,
+ − 4334 lisp/tl/emu.el, lisp/tl/emu-e19.el: moved to apel/.
+ − 4335
+ − 4336 * lisp/tl/file-detect.el, lisp/tl/filename.el: replaced by APEL's.
+ − 4337
+ − 4338 * lisp/mu/std11-parse.el, lisp/mu/std11.el: moved to apel/.
+ − 4339
+ − 4340 * lisp/leim/quail.el: Add new quail.el (imported from Emacs
+ − 4341 19.34.94-epsilon).
+ − 4342
+ − 4343 * lisp/leim/skk/skkdic.el: delete skkdic.el temporary because
+ − 4344 XEmacs can not compile it.
+ − 4345
+ − 4346 * lisp/leim/skk/skkdic.el, lisp/leim/quail/zozy.el,
+ − 4347 lisp/leim/quail/ziranma.el, lisp/leim/quail/viqr.el,
+ − 4348 lisp/leim/quail/tsangchi-cns.el, lisp/leim/quail/tsangchi-b5.el,
+ − 4349 lisp/leim/quail/symbol-ksc.el, lisp/leim/quail/thai.el,
+ − 4350 lisp/leim/quail/tonepy.el, lisp/leim/quail/quick-cns.el,
+ − 4351 lisp/leim/quail/sw.el, lisp/leim/quail/qj-b5.el,
+ − 4352 lisp/leim/quail/qj.el, lisp/leim/quail/quick-b5.el,
+ − 4353 lisp/leim/quail/py-b5.el, lisp/leim/quail/py.el,
+ − 4354 lisp/leim/quail/lao.el, lisp/leim/quail/latin.el,
+ − 4355 lisp/leim/quail/lrt.el, lisp/leim/quail/punct-b5.el,
+ − 4356 lisp/leim/quail/punct.el, lisp/leim/quail/hanja-jis.el,
+ − 4357 lisp/leim/quail/hanja.el, lisp/leim/quail/ipa.el,
+ − 4358 lisp/leim/quail/japanese.el, lisp/leim/quail/hangul3.el,
+ − 4359 lisp/leim/quail/etzy.el, lisp/leim/quail/greek.el,
+ − 4360 lisp/leim/quail/hangul.el, lisp/leim/quail/ethiopic.el,
+ − 4361 lisp/leim/quail/devanagari.el, lisp/leim/quail/ecdict.el,
+ − 4362 lisp/leim/quail/ctlau.el, lisp/leim/quail/ctlaub.el,
+ − 4363 lisp/leim/quail/cyrillic.el, lisp/leim/quail/array30.el,
+ − 4364 lisp/leim/quail/ccdospy.el, lisp/leim/quail/4corner.el: Add LEIM
+ − 4365 elisp files; old lisp/quail was abolished.
+ − 4366
+ − 4367 * src/Makefile.in.in: Add mule-cmds.elc.
+ − 4368
+ − 4369 * lisp/mule/mule-load.el, lisp/mule/mule-cmds.el: Add mule-cmds.el
+ − 4370 (imported from Emacs-19.34.94-epsilon and comment out a lot to
+ − 4371 avoid conflict with mule-init.el or other XEmacs/mule files).
+ − 4372
+ − 4373 * lisp/prim/simple.el (assoc-ignore-case): New function; imported
+ − 4374 from Emacs-19.34.94-epsilon.
+ − 4375
153
+ − 4376 1997-05-29 Steven L Baur <steve@altair.xemacs.org>
+ − 4377
+ − 4378 * XEmacs 20.3-beta3 is released.
+ − 4379
+ − 4380 * INSTALL: Delete documentation of mocklisp support.
+ − 4381
+ − 4382 * configure.in: Delete mocklisp support.
+ − 4383
+ − 4384 1997-05-29 Martin Buchholz <mrb@eng.sun.com>
+ − 4385
+ − 4386 * configure.in: Replace standard Autoconf MMAP test with Neal
+ − 4387 Becker's replacement, hacked somewhat.
+ − 4388
+ − 4389 1997-05-28 Martin Buchholz <mrb@eng.sun.com>
+ − 4390
+ − 4391 * lisp/prim/files.el (auto-mode-alist): Reorg auto-mode-alist again.
+ − 4392
+ − 4393 * lib-src/etags.c: Version 12.7 from Francesco.
+ − 4394
+ − 4395 * configure.in: Juggle link order of X libraries.
+ − 4396 Add support for using zsh to run configure.
+ − 4397 Document --with-tty=no.
+ − 4398 Fix -no-recursion option.
+ − 4399 Recognize and ignore --cache-file option.
+ − 4400 Recognize null values for preprocessor symbols converted to shell
+ − 4401 variables. This maybe fixes the "-ltermcap" problem.
+ − 4402 Remove spurious blanks from various SUBST-ituted variables.
+ − 4403 Fix conditional creation of gdbinit.
+ − 4404 Conditionally create .sbinit for Sunpro C.
+ − 4405
151
+ − 4406 1997-05-22 Steven L Baur <steve@altair.xemacs.org>
+ − 4407
+ − 4408 * XEmacs 20.3-beta2 is released.
+ − 4409
+ − 4410 Thu May 22 04:19:09 1997 Martin Buchholz <mrb@eng.sun.com>
+ − 4411
+ − 4412 * configure.in: Try to fix all reported bugs with 20.3-b1.
+ − 4413 Change HAVE_WNN6 to WNN6. WNN6 correctly autodetected.
+ − 4414 extra-verbose now default on beta builds.
+ − 4415 extra-verbose now much more verbose.
+ − 4416 Don't set libs_termcap to " ".
+ − 4417 Detect -lXm AFTER detecting -lXpm.
+ − 4418 Use runtime paths before running tests, since AC_TRY_RUN may
+ − 4419 depend on it.
+ − 4420 with-xim=motif only default on Solaris.
+ − 4421 realpath moved from s&m to configure.in.
384
+ − 4422 xemacs-version.h removed. main_1 now contains $canonical as well,
151
+ − 4423 for even more useful backtraces.
+ − 4424 termcap handling rewritten.
+ − 4425 Create .sbinit for Sun's source browser.
+ − 4426 Warn user if no XPM support present.
+ − 4427 Warn user if compiling in error checking.
+ − 4428
384
+ − 4429 * Makefile.in: use MAKE_SUBDIR consistently. Remove references to
151
+ − 4430 dynodump. Remove core when cleaning. Remove config.log.
+ − 4431 make distclean now functional.
+ − 4432
+ − 4433 Sun May 18 13:03:20 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4434
+ − 4435 * lwlib/Makefile.in.in (distclean): Clean up config.h.
+ − 4436
+ − 4437 * Makefile.in (distclean): Remve config.log.
+ − 4438 remove broken dynodump stuffs.
+ − 4439
149
+ − 4440 Sat May 17 20:30:54 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4441
+ − 4442 * XEmacs 20.3-b1 is released.
+ − 4443
+ − 4444 Fri May 16 20:38:19 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4445
+ − 4446 * info/dir (Packages): Update minor version number.
+ − 4447
+ − 4448 * README: Update minor version number.
+ − 4449
146
+ − 4450 Tue May 13 20:35:52 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4451
+ − 4452 * XEmacs-20.2 is released.
+ − 4453
144
+ − 4454 Sat May 10 16:14:30 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4455
+ − 4456 * XEmacs 20.2-b6 is released.
+ − 4457
142
+ − 4458 Thu May 8 20:22:34 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4459
+ − 4460 * XEmacs 20.2-b5 is released.
+ − 4461
140
+ − 4462 Fri May 2 16:50:02 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4463
+ − 4464 * XEmacs 20.2-b4 is released.
+ − 4465
+ − 4466 Thu May 1 18:13:38 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4467
+ − 4468 * configure.in (--with-xim): Don't default it to Motif since it
+ − 4469 causes crashes at startup on some systems.
+ − 4470
138
+ − 4471 Sun Apr 27 12:25:55 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4472
+ − 4473 * XEmacs 20.2-b3 is released.
+ − 4474
136
+ − 4475 Wed Apr 23 10:33:58 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4476
+ − 4477 * XEmacs 20.2-b2 is released.
+ − 4478
+ − 4479 * configure.in (beta): OPENWINHOME misspelled.
+ − 4480
134
+ − 4481 Sat Apr 19 16:13:16 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4482
+ − 4483 * XEmacs 20.2-b1 is released.
+ − 4484
+ − 4485 Thu Apr 17 21:33:59 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4486
+ − 4487 * configure.in (beta): SONY NEWS-OS has /etc/osversion and not
+ − 4488 uname.
+ − 4489
131
+ − 4490 Wed Apr 16 17:44:05 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4491
+ − 4492 * XEmacs 20.1 is re-released.
+ − 4493
126
+ − 4494 Tue Apr 15 21:03:22 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4495
+ − 4496 * XEmacs 20.1 is released.
+ − 4497
124
+ − 4498 Sat Apr 12 20:11:08 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4499
+ − 4500 * XEmacs 20.1-b15 is released.
+ − 4501
+ − 4502 Sat Apr 12 09:01:32 1997 Hrvoje Niksic <hniksic@srce.hr>
+ − 4503 * PROBLEMS: I have cleaned up a bit the PROBLEMS file, by:
+ − 4504 1) changing it into sections -- there is now a section for building,
+ − 4505 running and compatibility problems
+ − 4506
+ − 4507 2) removing some obviously obsolete entries -- e.g. those pertaining
+ − 4508 to Emacs 18, etc. --> size is off by 20K
+ − 4509
+ − 4510 3) Rearranging the entries by relevance. I have tried to put the most
+ − 4511 relevant entries in front.
384
+ − 4512
122
+ − 4513 Thu Apr 10 19:07:26 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4514
+ − 4515 * XEmacs 20.1-b14 is released. (Beta 13 was skipped).
+ − 4516
120
+ − 4517 Wed Apr 9 22:52:06 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4518
+ − 4519 * XEmacs 20.1-b12 is released.
+ − 4520
+ − 4521 Sun Apr 6 22:31:00 1997 Tatsuya Ichikawa <ichikawa@hv.epson.co.jp>
+ − 4522
+ − 4523 * configure.in: Cosmetic change to summary print of POP/Kerberos/
+ − 4524 Hesiod options.
+ − 4525
118
+ − 4526 Sat Apr 5 09:11:36 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4527
+ − 4528 * XEmacs 20.1-b11 is released.
+ − 4529
+ − 4530 Wed Apr 2 15:27:35 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4531
384
+ − 4532 * Makefile.in (install-only): New target. Functionality suggested
118
+ − 4533 by Larry Schwimmer, correct way of doing it suggested by Chuck
+ − 4534 Thompson.
+ − 4535
+ − 4536 * configure.in: Default to "-Olimit 2000" as suggested by Jamie
+ − 4537 Zawinski for SGI cc and Irix 6.
+ − 4538
+ − 4539 Tue Apr 1 12:23:13 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4540
+ − 4541 * configure.in: Add configuration parameters for Emacs 19.34
+ − 4542 movemail.c (--with-pop, --with-kerberos, --with-hesiod).
+ − 4543
+ − 4544 Fri Mar 28 19:58:41 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4545
+ − 4546 * configure.in: Remove garbage if [ ... ] constructs and a
+ − 4547 mispatch.
+ − 4548
116
+ − 4549 Thu Mar 27 18:24:19 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4550
+ − 4551 * XEmacs 20.1-b10 is released.
+ − 4552
+ − 4553 Wed Mar 26 22:31:10 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4554
+ − 4555 * Remove vms top-level directory.
384
+ − 4556
116
+ − 4557 * XEmacs 19.15 final released to beta testers.
+ − 4558
+ − 4559 Tue Mar 25 19:13:27 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4560
+ − 4561 * XEmacs 19.15 prefinal released to beta testers.
+ − 4562
+ − 4563 Mon Mar 24 12:28:17 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4564
+ − 4565 * configure.in (--debug): Correct documentation.
+ − 4566
+ − 4567 Sun Mar 23 17:24:38 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4568
+ − 4569 * XEmacs 19.15-b104 is released.
+ − 4570
+ − 4571 Sat Mar 22 17:55:15 1997 Darrell Kindred <dkindred@cmu.edu>
+ − 4572
+ − 4573 * configure.in (beta): Add configure support for the -rpath flag
+ − 4574 for IRIX analogous to the Solaris "-R".
+ − 4575
+ − 4576 Sat Mar 22 16:47:08 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4577
+ − 4578 * info/dir (Packages): Add HM-HTML-Mode to menu.
+ − 4579
+ − 4580 Sat Mar 22 21:27:41 1997 Tomasz J. Cholewo <t.cholewo@ieee.org>
+ − 4581
424
+ − 4582 * configure.in: Echo only current configuration using 'tee -a'.
116
+ − 4583
114
+ − 4584 Fri Mar 21 21:26:01 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4585
+ − 4586 * XEmacs-19.15-b103 is released.
+ − 4587 * XEmacs-20.0-b9 is released.
+ − 4588
+ − 4589 * Makefile.in (top_distclean): Add `Installation' to distclean
+ − 4590 rule.
+ − 4591
+ − 4592 Fri Mar 21 20:05:29 1997 Darrell Kindred <dkindred@cmu.edu>
+ − 4593
+ − 4594 * Makefile.in (autoloads): Pass $(MAKE) to update-elc.sh and
+ − 4595 update-autoloads.sh.
+ − 4596
+ − 4597 Thu Mar 20 20:14:16 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4598
+ − 4599 * XEmacs-19.15-b102 is released.
+ − 4600
+ − 4601 Tue Mar 18 21:52:36 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4602
+ − 4603 * XEmacs-19.15-b101 is released.
+ − 4604
112
+ − 4605 Mon Mar 17 19:09:29 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4606
+ − 4607 * XEmacs-20.1-b8 is released.
+ − 4608 * XEmacs-19.15-b100 is released.
+ − 4609
110
+ − 4610 Sat Mar 15 17:15:18 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4611
112
+ − 4612 * XEmacs-20.1-b7 is released.
+ − 4613 * XEmacs-19.15-b99 is released.
+ − 4614
110
+ − 4615 Thu Mar 13 10:40:11 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4616
+ − 4617 * configure.in: Add sunos4-1-4 header files.
+ − 4618
+ − 4619 Wed Mar 12 18:53:08 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4620
+ − 4621 * configure.in: Use new file bsdos3.h with BSDI 3.0.
+ − 4622
108
+ − 4623 Sat Mar 8 15:19:33 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4624
+ − 4625 * XEmacs-20.1-b6 is released.
+ − 4626 * XEmacs-19.15-b98 is released.
+ − 4627
+ − 4628 Wed Mar 5 18:55:36 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4629
+ − 4630 * Makefile.in (install-arch-indep): Offer to compress lisp sources.
+ − 4631 (gzip-el): New targe for compressed installed lisp sources.
+ − 4632
+ − 4633 Tue Mar 4 23:28:37 1997 Martin Buchholz <mrb@eng.sun.com>
+ − 4634
+ − 4635 * lib-src/update-elc.sh: VM is compiled after the byte-compiler,
+ − 4636 but before anything else. More flexible about finding an xemacs
+ − 4637 to use for byte-compilation (default src/xemacs). Other minor fixes.
+ − 4638
106
+ − 4639 Mon Mar 3 23:57:56 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4640
+ − 4641 * XEmacs 20.1-b5 is released.
+ − 4642
104
+ − 4643 Mon Mar 3 18:09:17 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4644
+ − 4645 * XEmacs 20.1-b4 is released.
+ − 4646
+ − 4647 Sat Mar 1 15:38:30 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4648
+ − 4649 * Makefile.in (distclean): Correct typos.
+ − 4650
+ − 4651 * XEmacs 19.15-b96 is released.
+ − 4652
+ − 4653 * configure.in: Symlink site-lisp when using --srcdir.
+ − 4654 Add special handling of lisp directory to allow for multiple
+ − 4655 site-packages files.
+ − 4656
+ − 4657 Fri Feb 28 20:38:46 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4658
+ − 4659 * Makefile.in (distclean): Create lock and site-lisp directories
+ − 4660 when they don't exist (after being pruned by CVS).
+ − 4661
102
+ − 4662 Wed Feb 26 22:12:12 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4663
+ − 4664 * Makefile.in (top_distclean): Reset src/PURESIZE.h for
+ − 4665 distribution.
+ − 4666
+ − 4667 * XEmacs 20.1-b3 is released.
+ − 4668
100
+ − 4669 Sun Feb 23 17:10:09 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4670
+ − 4671 * XEmacs 20.1-b2 is released.
+ − 4672
+ − 4673 Sat Feb 22 14:29:44 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4674
+ − 4675 * XEmacs 19-15-b'95 is released.
+ − 4676
102
+ − 4677 Fri Feb 21 22:29:51 1997 Martin Buchholz <mrb@eng.sun.com>
+ − 4678
+ − 4679 * lwlib/xlwscrollbar.c : Fix many scrollbar bugs:
+ − 4680 - "knob" renamed to "slider"
+ − 4681 - leftmost pixel wasn't sensitive to button clicks, while righmost
+ − 4682 pixel was.
+ − 4683 - many glitches fixed if Emacs*XlwScrollBar.ArrowPosition:same:
+ − 4684 - goobers on top of up-arrow removed.
+ − 4685 - up-arrow would not always be redrawn when necessary
+ − 4686 - slider drag would be `off' by size of up-arrow
+ − 4687 - horizontal and vertical scrollbars didn't use exactly the same
+ − 4688 dimensions.
+ − 4689 - slider was never drawn if XlwScrollBar.shadowThickness was 0.
+ − 4690 - Now up- and down-arrows actually work near beginning/end of buffer!
+ − 4691
100
+ − 4692 Thu Feb 20 12:40:57 1997 Jan Vroonhof <vroonhof@math.ethz.ch>
+ − 4693
+ − 4694 * configure.in (with_xauth): Attempted correction of test for
+ − 4695 libXmu on SunOS.
+ − 4696
98
+ − 4697 Sat Feb 15 14:11:03 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4698
+ − 4699 * XEmacs 20.1-b1 is released.
+ − 4700 * XEmacs 19.15-b94 is released.
+ − 4701
+ − 4702 Fri Feb 14 23:23:03 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4703
+ − 4704 * README: ``This directory tree holds version 19.13 ...'' ???
+ − 4705
+ − 4706 Sun Feb 9 16:15:55 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4707
+ − 4708 * XEmacs 19.15-b93 is released.
+ − 4709 XEmacs 20.0 is released to the 'net.
+ − 4710
96
+ − 4711 Fri Feb 7 19:21:34 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4712
+ − 4713 * XEmacs 20.0try3 is released.
+ − 4714
94
+ − 4715 Wed Feb 5 18:03:06 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4716
96
+ − 4717 * XEmacs 20.0try2 is released.
94
+ − 4718
96
+ − 4719 Mon Feb 3 19:39:08 1997 Steven L Baur <steve@altair.xemacs.org>
94
+ − 4720
+ − 4721 * XEmacs 19.15-b92 is released.
+ − 4722
88
+ − 4723 Sat Feb 1 18:17:38 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4724
96
+ − 4725 * XEmacs 20.0try1 is released.
94
+ − 4726 * XEmacs 19.15-b91 AKA XEmacs '97 NOT! is released.
88
+ − 4727
+ − 4728 Sat Feb 1 00:00:48 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4729
+ − 4730 * PROBLEMS: Updated from beta test bug reports.
+ − 4731 Put in outline-mode/outl-mouse-minor-mode by default.
+ − 4732
+ − 4733 Wed Jan 29 19:59:41 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4734
+ − 4735 * CHANGES-beta: XEmacs 20.0-b93 is released.
+ − 4736
84
+ − 4737 Sat Jan 25 15:43:59 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4738
+ − 4739 * CHANGES-beta: XEmacs 20.0-b92 is released.
+ − 4740
+ − 4741 Fri Jan 24 09:54:01 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4742
+ − 4743 * lwlib/xlwmenu.c (massage_resource_name): Changed comparison of
+ − 4744 char and pointer.
+ − 4745
+ − 4746 Thu Jan 23 10:39:34 1997 Martin Buchholz <mrb@eng.sun.com>
+ − 4747
+ − 4748 * lib-src/update-elc.sh (ignore_dirs): Quoting portability.
+ − 4749
82
+ − 4750 Wed Jan 22 21:07:17 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4751 * XEmacs 20.0-b91 (prerelease 2) is released.
+ − 4752
+ − 4753 * configure.in (--with-scrollbars): Add Athena3d as a toolkit
+ − 4754 type.
+ − 4755
+ − 4756 * lwlib/lwlib-Xaw.c (xaw_update_one_widget): Let Athena 3d have 0
+ − 4757 borderwidth.
+ − 4758 (xaw_scrollbar_scroll): Use SCROLLBAR_LINE_UP and
+ − 4759 SCROLLBAR_LINE_DOWN since that's current the only to get to the
+ − 4760 bottom of the buffer. :-(
+ − 4761
+ − 4762 Tue Jan 21 20:01:19 1997 Steven L. Baur <steve@altair.xemacs.org>
+ − 4763
+ − 4764 * configure.in (beta): Add LWLIB_USES_ATHENA for odd
+ − 4765 configurations that use both Motif and Athena.
+ − 4766
+ − 4767 Wed Jan 15 12:55:19 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4768
+ − 4769 * info/dir (Gnus): Updated spelling and info.
+ − 4770
+ − 4771 Mon Jan 13 13:37:27 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4772
+ − 4773 * configure.in: Remove assignment of NON_GNU_CPP for irix-6.0.
+ − 4774
+ − 4775 Mon Jan 13 00:36:01 1997 Martin Buchholz <mrb@eng.sun.com>
+ − 4776
+ − 4777 * lib-src/make-docfile.c (scan_lisp_file): eliminate doc-string
+ − 4778 warnings for ccl-read-*
+ − 4779
80
+ − 4780 Sat Jan 11 12:05:31 1997 Steven L Baur <steve@altair.xemacs.org>
82
+ − 4781
80
+ − 4782 * XEmacs 20.0 beta90 (prerelease 1) is released.
+ − 4783 * XEmacs 19.15 beta90 (prerelease 1) is released.
384
+ − 4784
80
+ − 4785 Tue Jan 7 08:45:16 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4786
+ − 4787 * configure.in (LIBS): Revise test for XFree86 (look for XF86Config).
+ − 4788
78
+ − 4789 Sat Jan 4 14:52:57 1997 Steven L Baur <steve@altair.xemacs.org>
+ − 4790 * XEmacs 20.0 beta 34 is released.
+ − 4791 * XEmacs 19.15 beta 7 is released.
+ − 4792
177
+ − 4793 Fri Jan 3 15:18:59 1997 Jeff Miller <jmiller@smart.net>
78
+ − 4794
+ − 4795 * lwlib/Makefile.in.in: lwlib is required if X11 is used.
+ − 4796
80
+ − 4797 Wed Jan 1 08:30:48 1997 Martin Buchholz <mrb@eng.sun.com>
+ − 4798
384
+ − 4799 * src/emacs.c: Make sure
+ − 4800 `./temacs -batch -l loadup.el run-temacs <emacs-args>'
80
+ − 4801 works properly
+ − 4802
+ − 4803 * src/Makefile.in.in (rtcmacs): Add support for RTC, Sun's
+ − 4804 competitor to Purify.
+ − 4805
+ − 4806 * man/lispref/symbols.texi: Fix up bit vector documentation
+ − 4807 * man/lispref/sequences.texi: Fix up bit vector documentation
+ − 4808
+ − 4809 * lisp/sunpro/sunpro-load.el: Only preload mime-setup for Sun.
+ − 4810
+ − 4811 * lisp/prim/update-elc.el: Don't rely on autoloads.
+ − 4812
+ − 4813 Tue Dec 31 09:46:13 1996 Martin Buchholz <mrb@eng.sun.com>
+ − 4814
+ − 4815 * lisp/prim/auto-autoloads.el: New, completely program-generated, file
+ − 4816 * lib-src/update-autoloads.sh: Rewritten to use auto-autoloads.el.
+ − 4817 * lisp/utils/autoload.el: Reorganization of autoload mechanism:
+ − 4818 Errors during autoload generation are just that - errors.
384
+ − 4819
80
+ − 4820 Generated autoloads are now in a separate file of their own.
384
+ − 4821
80
+ − 4822 Reliability of autoload generation greatly increased.
384
+ − 4823
80
+ − 4824 Distribution smaller by about 100k.
384
+ − 4825
80
+ − 4826 `make autoloads' is still the preferred mechanism for update.
384
+ − 4827
80
+ − 4828 Autoloads are always regenerated completely from scratch. This
+ − 4829 avoids errors with obsolete or corrupted autoload entries.
+ − 4830
+ − 4831 Caching of autoload entries using timestamps has been eliminated.
384
+ − 4832
80
+ − 4833 Files that have no autoloads no longer have a comment placed into
+ − 4834 the generated autoloads file.
+ − 4835
+ − 4836 There was a bug where autoload entries would sometimes end up
+ − 4837 being inserted into the *middle* of other autoload entries,
+ − 4838 thereby corrupting them.
+ − 4839
+ − 4840 * src/event-Xt.c: Remove SUNOS_GCC_L0_BUG kludge.
+ − 4841
+ − 4842 Sun Dec 29 05:37:43 1996 Martin Buchholz <mrb@eng.sun.com>
+ − 4843
+ − 4844 * lib-src/update-autoloads.sh: Make sure that `make autoloads'
+ − 4845 doesn't use the autoload facility to load `autoload';
+ − 4846 load it explicity instead.
+ − 4847
+ − 4848 * lib-src/update-elc.sh (ignore_dirs): ignore SCCS, CVS, RCS dirs
+ − 4849
+ − 4850 * man/Makefile: Reinstate hyperbole & oo-browser manuals
+ − 4851
+ − 4852 * lisp/modes/mail-abbrevs.el: Apply patch originated from Noah Friedman
+ − 4853
+ − 4854 * src/mule-charset.c: Use lower case for charset registry, to
+ − 4855 match XLFD.
+ − 4856
+ − 4857 * Makefile.in: replace list of info files with *.info* - one less
+ − 4858 maintenance headache
+ − 4859
+ − 4860 * man/oo-browser.texi: Fix TeXability
+ − 4861
+ − 4862 * man/hyperbole.texi: Fix TeXability
+ − 4863
+ − 4864 * man/vhdl-mode.texi: Fix TeXability
+ − 4865
+ − 4866 * lisp/prim/loaddefs.el: Wholesale housecleaning
+ − 4867 `make autoloads' should finally work.
+ − 4868
+ − 4869 * lib-src/emacsclient.c (main): ANSIfication, compiler warning removal
+ − 4870
+ − 4871 * lisp/mule/mule-files.el: Add support for multi-lingual info files.
+ − 4872
+ − 4873 * lib-src/update-elc.sh: `make all-elc' was updating files in
+ − 4874 `special' directories without using the Makefiles
+ − 4875 designed for that purpose.
+ − 4876 - make sure ilisp isn't remade every time through `make all-elc'.
+ − 4877
+ − 4878 * info/dir (Packages): Add Japanese TM info files
+ − 4879
+ − 4880 * src/inline.c: Allow compilation with `gcc -g'
+ − 4881
+ − 4882 * src/syntax.c (word_constituent_p): Allow compilation with `gcc -g'
+ − 4883
+ − 4884 * src/lread.c: Don't put `...' immediately after a filename, so
+ − 4885 that various tools can recognize the filename as such.
+ − 4886
+ − 4887 * src/event-Xt.c (x_to_emacs_keysym): Fix crash when
384
+ − 4888 --with-xim=xlib and key event on window frame.
80
+ − 4889 Change return foo to return (foo) when return is a macro.
+ − 4890
+ − 4891 * src/editfns.c (Ffollowing_char): docstring fixes.
+ − 4892
+ − 4893 * man/tm/Makefile: Add support for Japanese TM info (but not dvi) files.
+ − 4894 This Makefile is no longer officially broken.
+ − 4895
+ − 4896 * info/dir: Add Japanese tm documents.
+ − 4897
+ − 4898 * man/tm/tm-vm-en.texi: Make document TeX-friendly.
+ − 4899
+ − 4900 * lib-src/update-autoloads.sh (EMACS): Don't rely on non-portable
+ − 4901 xargs -i flag.
+ − 4902
+ − 4903 * lisp/mule/mule-files.el (file-coding-system-alist): Make sure
+ − 4904 the `binary' coding system is used for .gz and .Z extensions.
+ − 4905
+ − 4906 * man/viper.texi: Viper version 2.90
+ − 4907
+ − 4908 * man/ediff.texi: Ediff Version 2.62
+ − 4909
+ − 4910 * lisp/packages/ispell.el (ispell-word): Avoid using strings with
+ − 4911 define-key, for compatibility with loaddefs.el
+ − 4912
+ − 4913 * lisp/modes/eiffel3.el: Make compatible with update-autoloads.
+ − 4914
+ − 4915 * lisp/ilisp/Makefile (elc): Add target to avoid re-compilation.
+ − 4916
+ − 4917 * lib-src/update-elc.sh: XEmacs sometimes re-byte-compiled elisp
+ − 4918 files in dirs that have their own Makefiles.
+ − 4919
78
+ − 4920 Sun Dec 29 17:02:49 1996 Steven L Baur <steve@altair.xemacs.org>
+ − 4921
+ − 4922 * Makefile.in (install-arch-indep): Force compression with `gzip -f'.
+ − 4923
+ − 4924 * lib-src/update-elc.sh (NUMTOCOMPILE): Ignore CVS directories.
+ − 4925
+ − 4926 * Makefile.in (install-arch-indep): Catch .info-[0-9]* files for
+ − 4927 installation.
+ − 4928
+ − 4929 Sat Dec 28 15:33:27 1996 Steven L Baur <steve@altair.xemacs.org>
+ − 4930
+ − 4931 * XEmacs 20.0 beta 33 is released.
+ − 4932 * XEmacs 19.15 beta 6 is released.
+ − 4933
76
+ − 4934 Fri Dec 27 01:02:41 1996 Martin Buchholz <mrb@eng.sun.com>
+ − 4935
+ − 4936 * Makefile.in (install-arch-indep): Simplify installation of info
+ − 4937 pages.
+ − 4938
+ − 4939 Sat Dec 21 15:20:20 1996 Steven L Baur <steve@altair.xemacs.org>
+ − 4940 * XEmacs 20.0-b32 released.
+ − 4941
+ − 4942 * XEmacs 19.15-b5 released.
+ − 4943
74
+ − 4944 Wed Dec 18 20:22:08 1996 Martin Buchholz <mrb@eng.sun.com>
+ − 4945
+ − 4946 * configure.in: Reformat. Fix shared include file rename
+ − 4947 problem.
+ − 4948
+ − 4949 * configure: Reformat. Fix shared include file rename problem.
+ − 4950
+ − 4951 * dynodump/dynodump.c (__EXTENSIONS__): Define it.
+ − 4952
+ − 4953 Thu Dec 12 13:19:00 1996 Joseph J Nuspl <nuspl@nvwls.cc.purdue.edu>
+ − 4954
+ − 4955 * Makefile.in (install-arch-indep): Install infofiles gzipped by
+ − 4956 default.
+ − 4957
+ − 4958 Tue Dec 10 19:25:25 1996 Steven L Baur <steve@altair.xemacs.org>
+ − 4959
+ − 4960 * CHANGES-beta: XEmacs 20.0-b31 is released.
+ − 4961
72
+ − 4962 Tue Dec 10 18:33:19 1996 Rod Whitby <rwhitby@asc.sps.mot.com>
+ − 4963
+ − 4964 * info/vhdl-mode.info: New file.
+ − 4965
+ − 4966 * info/dir (Packages): Add vhdl-mode documentation.
+ − 4967
+ − 4968 Tue Dec 10 18:27:02 1996 Martin Buchholz <mrb@Eng.Sun.COM>
+ − 4969
+ − 4970 * configure: Make shared/dynamic flags work much more logically.
+ − 4971
+ − 4972 Tue Dec 10 09:17:22 1996 David Worenklein <dcw@gcm.com>
+ − 4973
+ − 4974 * configure.in (machine): Patch to make newly renamed shared
+ − 4975 link include files work.
+ − 4976
+ − 4977 Sat Dec 7 16:28:10 1996 Martin Buchholz <mrb@Eng.Sun.COM>
+ − 4978
+ − 4979 * configure.in: Configure for POSIX getcwd if available.
+ − 4980
+ − 4981 Thu Dec 5 11:56:05 1996 Joseph J Nuspl <nuspl@nvwls.cc.purdue.edu>
+ − 4982
+ − 4983 * configure.in (LIBS): Fix typo in dialog box test.