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