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