1 2001-01-08 Martin Buchholz <martin@xemacs.org>
3 * XEmacs 21.2.40 is released.
5 2000-12-26 Stephen J. Turnbull <stephen@xemacs.org>
7 * PROBLEMS (Running/Linux): Rehabilitate Mandrake; tip for color-gcc.
9 2000-12-20 Stephen J. Turnbull <stephen@xemacs.org>
11 * PROBLEMS (Linux): document Mandrake policy, how to get Meta on
12 Alt, and getaddrinfo() blocking trying to get localhost's CNAME.
14 2000-07-20 Kazuyuki IENAGA <ienaga@xemacs.org>
16 * configure.in: use input-method-xlib.o for USE_XFONTSET instead
17 of input-method-xfs.o.
21 2000-12-31 Martin Buchholz <martin@xemacs.org>
23 * XEmacs 21.2.39 is released.
25 2000-02-02 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
27 * configure.in: Added check if the berkdb has db_create or not.
29 2000-10-11 Yoshiki Hayashi <yoshiki@xemacs.org>
31 * configure.in: Fix broken gcc detection for 2.7.2.
33 2000-12-11 Andy Piper <andy@xemacs.org>
35 * configure.in (XE_COMPUTE_RUNPATH): add netinstall as a subdirectory.
37 * netinstall: new net installer for MS-Windows.
39 2000-12-05 Martin Buchholz <martin@xemacs.org>
41 * XEmacs 21.2.38 is released.
43 2000-11-26 Björn Torkelsson <torkel@hpc2n.umu.se>
45 * configure.in: Only show message about DnD API if compiling with DnD
47 2000-11-09 Martin Buchholz <martin@xemacs.org>
49 * configure.in: Autodetect elf.h.
51 2000-11-14 Martin Buchholz <martin@xemacs.org>
53 * XEmacs 21.2.37 is released.
55 2000-10-19 Stephen J. Turnbull <stephen@xemacs.org>
57 * README.packages: Add "uninstalled package" FAQ.
59 * etc/PACKAGES: Add details on os-utils contents.
61 2000-11-01 Martin Buchholz <martin@xemacs.org>
63 * configure.in: Handle alloca with Compaq C on Alpha Linux.
65 2000-10-27 Martin Buchholz <martin@xemacs.org>
67 * configure.in: Oops, _getpt ==> _getpty
69 2000-10-23 Yoshiki Hayashi <yoshiki@xemacs.org>
71 * Makefile.in.in: Remove lockdir related things.
73 2000-10-11 Martin Buchholz <martin@xemacs.org>
76 Remove checking for XFree86. Use feature tests instead!
77 Add check for XRegisterIMInstantiateCallback.
78 Add check for XRegisterIMInstantiateCallback's prototype.
80 2000-10-04 Yoshiki Hayashi <yoshiki@xemacs.org>
82 * etc/NEWS: Change lprogress-display to progress-feedback.
84 2000-10-08 Karl M. Hegbloom <karlheg@debian.org>
86 * configure.in: Typo - missing paren.
88 2000-10-10 Martin Buchholz <martin@xemacs.org>
91 Use stropts.h, not sys/stropts.h.
92 Use strtio.h, not sys/strtio.h.
94 2000-10-06 Martin Buchholz <martin@xemacs.org>
96 * configure.in: Pretend that DEC OSF >= 5 is really DEC OSF 4.
98 2000-10-04 Martin Buchholz <martin@xemacs.org>
100 * XEmacs 21.2.36 is released.
102 2000-08-29 Robert Pluim <rpluim@bigfoot.com>
104 * etc/NEWS: fix reference to progress-feedback-use-echo-area
106 2000-09-27 Martin Buchholz <martin@xemacs.org>
108 * configure.in: Big signal/process handling overhaul.
109 Autoconfiscate lots of functions and headers:
110 getpt _getpt grantpt unlockpt ptsname killpg tcgetpgrp
111 openpty pty.h libutil.h sys/stropts.h sys/strtio.h isastream
113 2000-09-20 Martin Buchholz <martin@xemacs.org>
115 * etc/xemacs.1: Spelling fixes. Remove stuff that doesn't belong.
117 2000-09-19 Martin Buchholz <martin@xemacs.org>
119 * *: Spelling mega-patch
121 2000-09-16 Martin Buchholz <martin@xemacs.org>
123 * configure.in: Remove strcasecmp.
125 * etc/Emacs.ad: Remove Energize from comments.
127 2000-09-16 Martin Buchholz <martin@xemacs.org>
129 * configure.in: Add -Kalloca to $c_switch_system when using
130 Unixware native compiler (if necessary).
132 2000-09-15 Martin Buchholz <martin@xemacs.org>
134 * configure.in: Prevent spurious "No" in configure output when not
135 using gcc. Oh, and it's "no", not "No". Oh, and it's "yes", not "Yes".
137 2000-09-14 Martin Buchholz <martin@xemacs.org>
139 * configure.in: Save 2 sed process invocations per Makefile.
141 2000-08-22 SL Baur <steve@turbolinux.co.jp>
143 * configure.in (after_morecore_hook_exists): Don't add /usr/shlib
144 to link path if compiling on Alpha/Linux.
146 2000-09-01 Martin Buchholz <martin@xemacs.org>
148 * Makefile.in.in (depend): cd to the correct directory.
150 2000-08-31 Martin Buchholz <martin@xemacs.org>
152 * configure.in: with_widgets is incompatible with X11 R4.
154 * configure.in: Make Balloon Help conditional on finding shape.h
156 2000-08-02 Stephen J. Turnbull <stephen@xemacs.org>
158 * etc/Emacs.ad: Document usage of FontSet resource for menubar.
160 2000-08-09 Vin Shelton <acs@xemacs.org>
162 * configure.in: Check for UNIX98 PTYs. Patch from Florian Weimer
163 <Florian.Weimer@RUS.Uni-Stuttgart.DE>.
165 2000-07-31 Yoshiki Hayashi <yoshiki@xemacs.org>
167 * configure.usage: Remove lockdir document.
169 2000-07-31 Martin Buchholz <martin@xemacs.org>
172 Make knowledge of machine and opsys optional.
173 Make existence of s&m files optional.
174 Rely on configure alone if s&m files not found.
177 Use only configure-time tests to detect getloadavg().
178 Don't check for kstat.h if we have getloadavg().
179 Check for sys/loadavg.h if we have getloadavg().
181 2000-07-15 Ben Wing <ben@xemacs.org>
183 * Makefile.in.in (configure):
184 all-elcs target now uses update-elc-2.el not update-elc.sh
186 2000-07-19 Martin Buchholz <martin@xemacs.org>
188 * XEmacs 21.2.35 is released.
190 2000-07-13 Martin Buchholz <martin@xemacs.org>
192 * configure.in: --with-menubars=yes should not be an error.
194 * configure.in: "compiling in support for Athena" message was
197 2000-07-12 Martin Buchholz <martin@xemacs.org>
199 * configure.in: Rewrite xmkmf symbol detection to avoid
200 redefinition of symbols we've already defined.
201 Also, handle xmkmf symbols with values other than 1.
203 2000-07-12 Martin Buchholz <martin@xemacs.org>
206 Make sure Unix98 socklen_t is defined.
207 Use ANSI C mode `-std1' with DEC C instead of `-std'.
209 2000-07-09 Martin Buchholz <martin@xemacs.org>
212 Replace SMART_INCLUDE with a dumber, but more reliable method.
213 2000-07-10 Martin Buchholz <martin@xemacs.org>
215 * modules/zlib/Makefile:
216 * modules/sample/Makefile:
217 * modules/ldap/Makefile:
218 * modules/base64/Makefile:
223 2000-07-09 Martin Buchholz <martin@xemacs.org>
225 * configure.in: PostgreSQL rewrite.
226 - Don't look for postgreSQL in /usr/local.
227 - Simplify detection code.
228 - Don't use SMART_INCLUDE.
229 - Don't autodetect if --with-postgresql=no.
231 2000-07-08 Ben Wing <ben@xemacs.org>
233 * configure.usage: addl doc for graphics libs, with-msw.
235 2000-07-09 Martin Buchholz <martin@xemacs.org>
237 * configure.in: sh builtin `test' uses `=', not `=='.
239 2000-07-08 Ben Wing <ben@xemacs.org>
241 * configure.in: add -lcomdlg32 for cygwin.
243 2000-07-05 Craig Lanning <lanning@scra.org>
245 * aclocal.m4 (can_build_shared):
246 First pass at module support for cygwin and mingw.
249 * configure (xe_check_libs):
250 * configure (acfindx):
251 * configure (ac_x_includes):
252 * configure (ac_x_libraries):
253 * configure (ac_cv_lib_dnet_dnet_ntoa):
254 * configure (xe_msg_checking):
255 * configure (xe_runpath_dir):
256 * configure (xetest):
257 * configure (ac_err):
258 * configure (ac_safe):
259 * configure (with_xmu):
260 * configure (bitmapdir):
261 * configure (with_xauth):
262 * configure (libs_xauth):
263 * configure (with_cde):
264 * configure (with_ldap):
265 * configure (with_ldap_krbdes):
266 * configure (save_c_switch_site):
267 * configure (with_postgresql):
268 * configure (with_xface):
269 * configure (with_jpeg):
270 * configure (with_png):
271 * configure (with_tiff):
272 * configure (athena_lib):
273 * configure (have_motif):
274 * configure (all_widgets):
275 * configure (with_xim):
276 * configure (with_xfs):
277 * configure (with_wnn):
278 * configure (with_canna):
279 * configure (extra_objs):
280 * configure (ac_cv_c_inline):
281 * configure (have_esd_config):
282 * configure (c_switch_site):
283 * configure (with_ncurses):
284 * configure (with_gpm):
285 * configure (xealias):
286 * configure (xehost_os):
287 * configure (can_build_shared):
290 * configure (ld_dynamic_link_flags):
293 * configure.in (after_morecore_hook_exists):
294 * configure.in (xetest):
295 * configure.in (emacs_cv_localtime_cache):
296 * configure.in (Mail):
298 Clean up configure support for cygwin and mingw.
300 2000-06-27 Darryl Okahata <darrylo@soco.agilent.com>
302 * PROBLEMS: Document broken native audio for recent patches and
305 2000-06-10 Ben Wing <ben@xemacs.org>
307 * Makefile.in.in (install-arch-dep):
308 WINDOWSNT -> WIN32_NATIVE.
309 __CYGWIN32__ -> CYGWIN.
311 2000-06-01 Andreas Jaeger <aj@suse.de>
313 * configure.in: Recognize s390.
315 * config.guess: New version from GNU config archive.
316 * config.sub: Likewise.
318 2000-05-28 Martin Buchholz <martin@xemacs.org>
320 * XEmacs 21.2.34 is released.
322 2000-05-15 Yoshiki Hayashi <yoshiki@xemacs.org>
325 Do not define DOUG_LEA_MALLOC when using other malloc scheme.
326 Remove unused variable use_minimal_tagbits.
328 2000-05-02 Yoshiki Hayashi <yoshiki@xemacs.org>
330 * configure.in: Remove lockdir.
332 2000-04-15 Andy Piper <andy@xemacs.org>
334 * etc/Emacs.ad: add select-start() back into text translations.
336 2000-05-01 Martin Buchholz <martin@xemacs.org>
338 * XEmacs 21.2.33 is released.
340 2000-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
342 * configure.in: Use ORDINARY_LD instead of "\$(ORDINARY_LD)" for
345 2000-04-26 Ben Wing <ben@xemacs.org>
347 * configure.in: add support for --quick-build. Remove --no-doc-file,
350 2000-04-19 Martin Buchholz <martin@xemacs.org>
354 Rewrite SMART_INCLUDE implementation to actually work.
355 Be paranoid - Avoid use of spaces in these macro definitions.
356 Leave alloca() definition at start of compilation unit,
358 Rename SMART_INCLUDE_MACRO to SMART_INCLUDE_INDIRECTIONS.
360 2000-04-13 Yoshiki Hayashi <yoshiki@xemacs.org>
362 * configure.in: Enable clash-detection by default.
363 * configure.usage: Update documentation.
365 2000-04-06 Andy Piper <andy@xemacs.org>
367 * configure.in: fix typo.
369 2000-04-12 Andy Piper <andy@xemacs.org>
371 * etc/Emacs.ad: give the gui-element face the same font as the
372 menubar and popups. Add translations for text widgets.
374 2000-04-03 Yoshiki Hayashi <yoshiki@xemacs.org>
376 * configure.in : Fix printing error check warning even if
377 it is not compiled in.
379 2000-02-19 Jan Vroonhof <vroonhof@math.ethz.ch>
381 * xemacs/configure.in: Do a normal link when compiling with
382 --pdump. Don't try compiling an unexec object file.
384 2000-03-27 Didier Verna <didier@xemacs.org>
386 * configure.in: reorganize the output by topic.
387 New configure test to define the proper SMART_INCLUDE macro.
389 * configure.usage: slightly rearanged some options.
391 2000-03-25 Didier Verna <didier@xemacs.org>
393 * configure.in: rename `foo_h_path' to `foo_h_file' for variables
394 representing real headers and not directories. This applies to
395 `db_h_path', `curses_h_path', `term_h_path', `tt_c_h_path' and
398 2000-03-21 Didier Verna <didier@xemacs.org>
400 * configure.in: try to find postgresql headers at different places
401 and define POSTGRES_H_PATH as appropriate.
403 2000-03-22 Andy Piper <andy@xemacs.org>
405 * config.h.in: add ERROR_CHECK_GLYPHS.
407 * configure.in: add error_check_glyphs.
409 2000-03-20 Martin Buchholz <martin@xemacs.org>
411 * XEmacs 21.2.32 is released.
413 2000-03-15 Olivier Galibert <galibert@pobox.com>
415 * configure.in: Add dumper.o object when pdumping.
417 2000-02-20 Olivier Galibert <galibert@pobox.com>
419 * Makefile.in.in: Add pdump install support
421 * configure.in: Add EMACS_PROGNAME config.h variable.
423 2000-03-10 SL Baur <steve@musashimaru.m17n.org>
425 * configure.usage: document --with-postgresql flag.
427 2000-03-06 SL Baur <steve@musashimaru.m17n.org>
429 * configure.in: add autodetection of PostgreSQL runtime libraries
431 2000-03-09 Yoshiki Hayashi <yoshiki@xemacs.org>
433 * aclocal.m4 (XE_SHLIB_STUFF): Define ld_shlibs to yes
434 when C compiler can produce shared libraries.
436 2000-03-01 Didier Verna <didier@xemacs.org>
438 * etc/NEWS: update the rect.el entry.
440 2000-02-26 Martin Buchholz <martin@xemacs.org>
442 * configure.in: Unconditionally define SHELL, to allow working
443 with (unreleased) autoconf 2.14.1, found on Mandrake 7.0 systems.
445 2000-02-23 Martin Buchholz <martin@xemacs.org>
447 * XEmacs 21.2.31 is released.
449 2000-02-21 Martin Buchholz <martin@xemacs.org>
451 * XEmacs 21.2.30 is released.
453 2000-02-20 Martin Buchholz <martin@xemacs.org>
455 * configure.in: Enforce use of autoconf version >= 2.13.
457 * configure.in: Fix OS release test on Solaris.
459 2000-02-19 Marcus Thiessel <marcus@xemacs.org>
461 * PROBLEMS: Update email address. Describe more HP Motif errors.
463 2000-02-19 Jan Vroonhof <vroonhof@math.ethz.ch>
465 * configure.in: Split Solaris version test in two parts. In the
466 Bourne shell the "-a" operator does NOT short-circuit.
468 1999-12-15 Jan Vroonhof <jan@xemacs.org>
470 * (configure.in): Autodetect broken gcc versions. Patch from WM
471 Perry with tiny tweaks by Yoshiki Hayashi and yours truly.
473 2000-02-17 Martin Buchholz <martin@xemacs.org>
475 * configure.in: Autodetect sys/param.h. Reorganize
476 AC_CHECK_HEADERS call.
477 * src/config.h.in: Add HAVE_SYS_PARAM_H.
479 2000-02-16 Martin Buchholz <martin@xemacs.org>
481 * configure.in: Test for arm simply using arm* instead of arm-*
483 2000-01-05 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
485 * etc/TUTORIAL.ja: Synch with English version.
487 2000-02-16 Martin Buchholz <martin@xemacs.org>
489 * XEmacs 21.2.29 is released.
491 2000-02-16 Martin Buchholz <martin@xemacs.org>
493 * configure.in: Don't use rel_alloc if malloc() calls mmap().
494 Discover this by looking for M_MMAP_THRESHOLD.
496 * configure.in: Don't define POSIX_C_SOURCE on Solaris, due to
497 bugs in (at least) Solaris 2.5 headers.
499 2000-01-29 Craig Lanning <CraigL@DyCon.com>
501 * configure.in: Fix detection of XPM on systems without X11.
503 2000-02-11 Martin Buchholz <martin@xemacs.org>
507 Define _POSIX_C_SOURCE, _XOPEN_SOURCE, _XOPEN_SOURCE_EXTENDED,
508 but only on tested Operating systems - Linux && SunOS >= 5.5.
510 2000-02-09 Valdis Kletnieks <Valdis.Kletnieks@vt.edu>
512 * aclocal.m4: Support dlls on aix[34].
514 2000-02-09 Martin Buchholz <martin@xemacs.org>
516 * .cvsignore: Ignore gmon.out
518 2000-02-08 Martin Buchholz <martin@xemacs.org>
520 * configure.in: Sync Berkeley db autodetection with src/database.c
522 2000-02-07 Martin Buchholz <martin@xemacs.org>
524 * configure.in: check for XConvertCase.
526 2000-02-07 Martin Buchholz <martin@xemacs.org>
528 * XEmacs 21.2.28 is released.
530 2000-01-27 URA Hiroshi <ura@hiru.aoba.yokohama.jp>
532 * configure.in: added getaddrinfo and getnameinfo to AC_FUNC.
534 2000-01-26 Martin Buchholz <martin@xemacs.org>
536 * configure.in: Backout the /etc/ld.so.conf patch of 2000-01-18.
538 2000-01-24 Martin Buchholz <martin@xemacs.org>
540 * configure.in: Always use our own realpath(), not the system one.
542 2000-01-25 Martin Buchholz <martin@xemacs.org>
544 * configure.in: Default Drag-N-Drop to "no"
546 1999-12-28 Max Matveev <max@melbourne.sgi.com>
548 * configure.in: add new machine type for IRIX 6.[2-5] to
549 switch from using unexelf.o to unexelfsgi.o for just those
551 In the ideal world it would be handled by the s/irix6-0.h but
552 since machine config is included AFTER OS config, I had to add a
555 2000-01-22 Andy Piper <andy@xemacs.org>
557 * configure.in: add winspool to windows libraries.
559 2000-01-22 Martin Buchholz <martin@xemacs.org>
561 * configure.in: Add more warnings to default gcc flags.
563 2000-01-20 Daniel Pittman <daniel@danann.net>
565 * configure.in: Find Athena headers hidden in even more obscure
566 places. That is, search Xaw3D/ as well as X11/Xaw3D/.
568 2000-01-19 Martin Buchholz <martin@xemacs.org>
570 * configure.in: Add support for NetWinders.
571 Patch by Sean MacLennan <seanm@netwinder.org>
573 2000-01-18 Martin Buchholz <martin@xemacs.org>
575 * configure.in: Use /etc/ld.so.conf at link-time, if available.
577 2000-01-18 Martin Buchholz <martin@xemacs.org>
579 * XEmacs 21.2.27 is released.
581 2000-01-15 Adrian Aichner <aichner@ecf.teradyne.com>
583 * etc/TUTORIAL.de: Update copyright and fix typo.
585 2000-01-14 Martin Buchholz <martin@xemacs.org>
587 * configure.in: Create a .dbxrc in the src directory, like .gdbinit.
589 * configure.in: Add `tests' symlink to make it easier to find
590 automated tests directory.
592 2000-01-14 Andy Piper <andy@xemacs.org>
594 * configure.in: for cygwin 1.0 we must pick up the mingw32 headers
595 before the cygwin headers.
597 2000-01-08 Martin Buchholz <martin@xemacs.org>
600 - Allow find-tag to work in the build directory.
601 - rename src/gdbinit to src/.gdbinit, so that gdb can find it.
602 - Less verbose messages when creating .sbinit, .gdbinit, TAGS.
604 2000-01-07 Marcus Thiessel <marcus@xemacs.org>
606 * config.sub: Upgrade to 1.169, imported from autoconf's CVS
607 * config.guess: Upgrade to 1.158, imported from autoconf's CVS
609 2000-01-03 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
611 * etc/NEWS: Document mail spool locking overhaul.
613 * configure.usage (--mail-locking):
614 * configure.in: Handle --mail-locking option correctly in
615 preparation for the movemail locking overhaul.
617 2000-01-05 Daniel Pittman <daniel@danann.net>
619 * configure.in (Installation): Report which Athena header/library
622 1999-12-31 Martin Buchholz <martin@xemacs.org>
624 * XEmacs 21.2.26 is released.
626 1999-12-24 Martin Buchholz <martin@xemacs.org>
628 * XEmacs 21.2.25 is released.
630 1999-12-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
632 * README: Remove msdos part.
634 1999-12-17 Martin Buchholz <martin@xemacs.org>
636 * configure.in: Oops. xpm doesn't actually depend on X11.
637 I got confused by the name (like others get confused by `xemacs'?)
639 1999-12-14 Martin Buchholz <martin@xemacs.org>
641 * XEmacs 21.2.24 is released.
643 1999-12-13 Martin Buchholz <martin@xemacs.org>
647 - Autodetect NAS. Change Docs accordingly.
649 * configure.in: Warn if configure --with-xpm --without-x11.
651 1999-12-09 Martin Buchholz <martin@xemacs.org>
653 * configure.in: Clean up sound support.
654 - variable `old_nas' was used but never set.
655 - change `with_esd' to `with_esd_sound' for consistency.
656 - Don't trust the output of `esd-config --libs`; test it.
657 - Add `esd-config --cflags` to c_switch_site.
658 - Die if ESD sound requested, but not available.
659 - ESD is not dependent on X, therefore use LIBS, not libs_x.
661 1999-12-07 Martin Buchholz <martin@xemacs.org>
663 * configure.in (--with-sound): Variable with_esd was mispelled.
665 1999-12-07 Martin Buchholz <martin@xemacs.org>
667 * XEmacs 21.2.23 is released.
669 1999-11-30 Martin Buchholz <martin@xemacs.org>
671 * configure.in: Fix module support.
672 --with-modules=yes was completely broken.
673 AC_DEFINE(HAVE_DLFCN_H) was invoked twice.
674 Remove linking test for _dlopen - seems totally bogus.
675 Die if --with-modules=yes but no module support found.
676 Do nothing, not even msg, if --with-modules=no.
678 1999-11-17 Isaac Hollander <ysh@mindspring.com>
680 * Makefile.in.in: add and use TAR macro. Sometimes tar only copies
681 symlinks instead of the actual files
683 1999-11-30 Martin Buchholz <martin@xemacs.org>
685 * aclocal.m4: Shared library support for hpux >= version 11
687 1999-11-29 Martin Buchholz <martin@xemacs.org>
689 * Makefile.in.in (beta): `make beta' should rebuild info.
691 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org>
693 * XEmacs 21.2.22 is released
695 1999-11-28 Martin Buchholz <martin@xemacs.org>
697 * XEmacs 21.2.21 is released.
699 1999-11-26 Martin Buchholz <martin@xemacs.org>
702 Add configure support for Unix 98 type ssize_t.
704 1999-11-27 Martin Buchholz <martin@xemacs.org>
707 Make sure config.values.sh is up to date.
708 Use $(SHELL) instead of sh or /bin/sh consistently.
709 Delegate `depend' target to src/Makefile.in.in.
711 1999-10-27 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
713 * INSTALL: Update configure option.
715 1999-10-12 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
717 * configure.in (native_sound_lib, *-sgi-*): Check for audio.h.
718 (LIBS): Check for libCsup.
720 * etc/sample.Xdefaults: adds a reference to beNiceToColormap,
721 so that the user can guess what to do if xemacs' dialogs are
724 1999-10-24 Jan Vroonhof <vroonhof@math.ethz.ch>
726 * config.h.in: define HAVE_ESD_SOUND
728 * configure.in: Add support for esd sound. --with-sound
729 now accepts a list of options.
730 * configure.usage (--native-sound-lib): ditto.
732 1999-11-17 Martin Buchholz <martin@xemacs.org>
734 * Makefile.in.in (install-arch-dep):
735 Fix `make install' if prefix != exec_prefix.
737 1999-11-15 Martin Buchholz <martin@xemacs.org>
740 - Accept --with-database=gdbm as an alias for
741 --with-database=gnudbm.
742 - rename with_database_gnudbm to with_database_gdbm.
744 * aclocal.m4 (ld_dynamic_link_flags): Just use empty value for
745 ld_dynamic_link_flags on Solaris. Else CC gives us:
746 CC: Warning: Option -Wl,-Bdynamic passed to ld, if ld is invoked, ignored otherwise
747 /usr/ccs/bin/ld: illegal option -- W
750 1999-11-13 Jason R Mastaler <jason@mastaler.com>
752 * etc/FTP: Updated FTP mirrors list. Replaced GNU FTP document
755 1999-11-13 Jason R Mastaler <jason@mastaler.com>
757 * etc/MAILINGLISTS: Updated mailing list subscription information.
758 Replaced GNU MAILINGLISTS document with a URL.
760 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org>
762 * XEmacs 21.2.20 is released
764 1999-09-21 Martin Buchholz <martin@xemacs.org>
765 * configure.in: Autodetect Unix98 PTY
767 1999-08-30 Robert Pluim <rpluim@bigfoot.com>
769 * README.packages: Add description of package-get-provider
771 1999-10-22 Vin Shelton <acs@xemacs.org>
773 * INSTALL: Added more information about README.packages, and
774 re-numbered some bullets.
776 1999-10-24 Jan Vroonhof <vroonhof@math.ethz.ch>
778 * INSTALL: Update disk requirements. Refer to README.packages
780 1999-10-21 Andy Piper <andy@xemacs.org>
782 * configure.in (all_widgets): Only use xaw3d if we really have it.
784 1999-10-06 Andy Piper <andy@xemacs.org>
786 * Makefile.in.in: use WINDOWSNT for mingw install.
788 1999-08-01 Adrian Aichner <adrian@xemacs.org>
790 * etc/DISTRIB: Update IP address of ftp.xemacs.org.
793 1999-09-25 Andy Piper <andy@xemacs.org>
795 * configure.in: check for Xaw3d and use in preference to Xaw
797 1999-09-21 Martin Buchholz <martin@xemacs.org>
799 * Makefile.in.in: All Makefiles should #include config.h
801 1999-09-19 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
803 * configure.in (EMACS_CONFIGURATION): Use $configuration, not
804 $canonical, so that installation paths and dynamic path setup will
807 1999-09-20 Andy Piper <andy@xemacs.org>
809 * Makefile.in.in: use __CYGWIN32__ and __MINGW32__ to predicate
810 installation linkage.
812 1999-08-29 Andreas Jaeger <aj@arthur.rhein-neckar.de>
814 * configure.in (machine): Recognize MIPS/Linux.
816 1999-08-27 Jan Vroonhof <vroonhof@math.ethz.ch>
818 * modules/zlib/Makefile (distclean):
819 * modules/ldap/Makefile (distclean):
820 * modules/sample/Makefile (distclean):
821 * modules/base64/Makefile (distclean): new target
823 * Makefile.in.in (top_distclean): Add package directories
824 (SUBDIR_DISTCLEAN): New variable, add module directories
826 1999-09-01 Martin Buchholz <martin@xemacs.org>
828 * configure.in: Warn, but otherwise ignore, obsolete arguments.
830 1999-08-20 Olivier Galibert <galibert@pobox.com>
832 * configure.in: Add --pdump option.
833 * configure.usage: Ditto.
835 1999-08-04 Andy Piper <andy@xemacs.org>
837 * configure.in: report widget usage correctly. beef up setting.
839 * Makefile.in.in: fix install-arch-dep for mingw32.
841 1999-07-28 Andy Piper <andy@xemacs.org>
843 * config.h.in: add new LWLIB defines.
845 * configure.in: fix definitions of widget defines with various
848 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org>
850 * XEmacs 21.2.19 is released
852 1999-07-28 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
854 * configure.in: Removed superfluous call to AC_FUNC_MMAP.
856 1999-03-07 Gregory Neil Shapiro <gshapiro@sendmail.org>
858 * configure.in: Check for Kerberos and the need for the DES
859 library before checking for LDAP in case LDAP requires these
862 1999-07-26 SL Baur <steve@miho>
864 * configure.in: Rename --with-shlib to --with-modules for
865 consistency with the other two options that use that name.
867 * configure.usage (--with-modules): Document it.
869 1999-07-23 Jan Vroonhof <vroonhof@math.ethz.ch>
871 * etc/custom/example-themes/example-theme.el:
872 * etc/custom/example-themes/europe-theme.el:
873 * etc/custom/example-themes/ex-custom-file: Some simple examples
874 illustrating the custom theme support.
876 1999-07-17 MORIOKA Tomohiko <tomo@etl.go.jp>
878 * etc/HELLO (Thai): Modify for new font.
880 1999-07-22 SL Baur <steve@beopen.com>
882 * configure.in: add sco7 support
883 From Bob Weiner <weiner@beopen.com>
885 1999-07-22 SL Baur <steve@miho>
887 * Makefile.in.in (install-arch-dep): Install config.values into
889 From Karl M. Hegbloom <karlheg@cathcart.sysc.pdx.edu>
891 1999-07-21 SL Baur <steve@miho>
893 * Makefile.in.in (inststaticdir): New variable.
895 (install-arch-dep): Use them.
897 * configure.in (sitelispdir): Need to use ${PROGNAME}.
898 (sitemoduledir): Ditto.
899 (inststaticdir): New variable.
909 1999-07-14 SL Baur <steve@beopen.com>
911 * InfoDock 4.0.8 is released
913 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org>
915 * XEmacs 21.2.18 is released
917 1999-07-06 SL Baur <steve@miho.m17n.org>
919 * config.guess (main): Synch with newer config.guess for HP
921 From Marcus Thiessel <marcus@xemacs.org>
923 1999-06-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
925 * configure.in (with_prefix): Added --with-prefix, defaults to
926 yes, to control whether the value of --prefix is compiled into the
929 1999-07-03 Andy Piper <andy@xemacs.org>
931 * configure.usage (--with-widgets): add.
933 1999-07-02 Andy Piper <andy@xemacs.org>
935 * configure.in: Make sure we get motif in lwlib if we have widgets
938 1999-06-25 SL Baur <steve@miho.m17n.org>
940 * configure.in (version): Fix --with-infodock test.
942 1999-06-15 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
944 * configure.in: --prefix and --exec-prefix are now only compiled
945 into the binary if user-defined.
947 1999-03-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
949 * configure.in: Made docdir configurable.
951 * Makefile.in (docdir): Added variable for custom DOC directory.
953 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org>
955 * XEmacs 21.2.17 is released
957 1999-06-13 Oscar Figueiredo <oscar@xemacs.org>
959 * configure.in (with_ldap): Check libldap independently of liblber
960 Do not test alternate library names such as libldap10
961 Test the presence of a variety of LDAP API functions which were
962 formerly assumed to be present according to dubious heuristics
964 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org>
966 * XEmacs 21.2.16 is released
968 1999-06-04 SL Baur <steve@steve1.m17n.org>
970 * configure.in (CPP): Correct test for locating $site_prefix
973 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org>
975 * XEmacs 21.2.15 is released
977 1999-06-01 Gunnar Evermann <ge204@eng.cam.ac.uk>
979 * README.packages: fix typos: user pacakge hierarchy is ~/.xemacs
980 From: Eric Veldhuyzen <eric@terra.nu>
982 1999-05-25 Jan Vroonhof <jan@xemacs.org>
984 * configure.in: For non-beta's use x.y.z format for version strings.
986 1999-06-03 SL Baur <steve@xemacs.org>
988 * version.sh: add emacs_is_beta initialization
990 * configure.in: Implement patch levels in version number
991 From Jan Vroonhof <vroonhof@math.ethz.ch>
995 * config.h.in: Rename session option to wmcommand.
996 From Oliver Graf <ograf@rhein-zeitung.de>
998 1999-05-16 Mike McEwan <mike@lotusland.demon.co.uk>
1000 * info/dir: Add `emodules.info' entry to the top info dir.
1002 1999-05-31 SL Baur <steve@steve1.m17n.org>
1004 * configure.in (CPP): Don't check for include subdirectories in
1005 site-prefix directories. This check loses in valid configurations
1006 like /usr/jp in TurboLinux. Conditionally add include directory to
1009 1999-05-14 Hrvoje Niksic <hniksic@srce.hr>
1011 * configure.in (quoted_arguments): Support
1012 --error-checking=byte-code.
1014 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org>
1016 * XEmacs 21.2.14 is released
1018 1999-05-11 SL Baur <steve@altair.xemacs.org>
1020 * version.sh (infodock_build_version): Synch InfoDock version.
1022 1999-05-06 Hrvoje Niksic <hniksic@srce.hr>
1024 * aclocal.m4 (ld_dynamic_link_flags): Change -Bexport to -Bdynamic
1027 1999-05-03 Hrvoje Niksic <hniksic@srce.hr>
1029 * configure.in (xemacs_betaname): Don't generate Installation.el.
1031 * Makefile.in.in (top_distclean): Don't remove Installation.el.
1033 1999-04-29 Andy Piper <andy@xemacs.org>
1035 * configure.in: add mingw32 as a target platform. add nt process
1038 1999-03-30 MORIOKA Tomohiko <tomo@etl.go.jp>
1040 * etc/HELLO (Amharic): New language.
1042 (Thai): Likewise (by Virach Sornlertlamvanich).
1043 (Greek): Fixed (by Yannis Haralambous).
1045 1998-09-04 MORIOKA Tomohiko <morioka@jaist.ac.jp>
1047 * configure.in: Delete mule-coding.o.
1049 1999-04-22 Gunnar Evermann <ge204@eng.cam.ac.uk>
1051 * lwlib/xlwmenu.c (string_width_u): Initialise chars before
1052 calling XmStringGetLtoR
1053 (string_draw_u): ditto and check return value of XmStringGetLtoR()
1055 1999-04-05 Olivier Galibert <galibert@pobox.com>
1057 * Makefile.in.in (GENERATED_HEADERS): Don't generate
1058 puresize-adjust.h anymore
1060 * configure.usage: Remove everything gung-ho or purespace related
1062 * configure.in: Ditto
1064 1999-04-17 Hrvoje Niksic <hniksic@srce.hr>
1066 * configure.in: Check for getloadavg().
1068 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org>
1070 * XEmacs 21.2.13 is released
1072 1999-03-09 SL Baur <steve@xemacs.org>
1074 * Makefile.in.in (LC_ALL): Try very, very hard to build in C locale.
1076 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org>
1078 * XEmacs 21.2.12 is released
1080 1999-03-04 Martin Buchholz <martin@xemacs.org>
1082 * Makefile.in.in (top_distclean): Remove confdefs.h as well.
1084 1999-03-03 Martin Buchholz <martin@xemacs.org>
1087 `uname -v` -> "`uname -v`":
1088 backquoted expressions need additional double
1089 quotes to be a single token.
1090 Use separate if's to avoid extra process invocations.
1092 1999-01-05 Gunnar Evermann <ge204@eng.cam.ac.uk>
1094 * PROBLEMS: Document crashes on SPARC with gcc 2.8.1.
1096 1999-03-01 XEmacs Build Bot <builds@cvs.xemacs.org>
1098 * XEmacs 21.2.11 is released
1100 1999-02-16 Andy Piper <andy@xemacs.org>
1102 * PROBLEMS: add entries for building under Cygwin.
1104 1999-02-14 Jan Vroonhof <vroonhof@math.ethz.ch>
1106 * README.packages: Clear up that mule-sumo packages is used _in
1107 addition_ to the normal sumo.
1109 1999-02-16 Martin Buchholz <martin@xemacs.org>
1111 * configure.usage: Move quantify/purify into debug flags section
1113 1999-02-10 Martin Buchholz <martin@xemacs.org>
1116 - Fixup xfs comments and redundant option checking
1121 - improved automounter tmp directory support.
1122 - support 4 (!) empirically discovered automounter conventions
1124 1999-02-10 Martin Buchholz <martin@xemacs.org>
1127 - redo CONST hacking to deal with X11 R4, which was
1128 broken in a previous patch.
1130 1999-02-10 Martin Buchholz <martin@xemacs.org>
1135 1999-02-10 Martin Buchholz <martin@xemacs.org>
1138 - Check for XOpenIM before using xim=xlib
1139 - only use XmIm if $have_motif = yes
1141 1999-02-10 Martin Buchholz <martin@xemacs.org>
1143 * configure.in. Port to BSDI BSD/OS 4.0.
1145 1999-01-07 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
1147 * configure.in: Warn if using Motif dialog boxes on AIX 4.3.
1149 1999-02-05 XEmacs Build Bot <builds@cvs.xemacs.org>
1151 * XEmacs 21.2.10 is released
1153 1999-02-02 XEmacs Build Bot <builds@cvs.xemacs.org>
1155 * XEmacs 21.2.9 is released
1157 1999-02-01 Glynn Clements <glynn@sensei.co.uk>
1159 * etc/recycle.xpm: Fix colours so that they work on TrueColor
1160 and DirectColor displays
1162 1999-01-21 Andy Piper <andy@xemacs.org>
1164 * configure.in: make xface detection specifc to a window system in
1165 general rather than just X.
1167 1999-18-10 Andy Piper <andy@xemacs.org>
1169 * configure.in: remove -O3 prevention on cygwin - current versions
1170 cope ok now. remove dll prevention on cygwin - the new module
1171 code checks correctly.
1173 1999-01-10 J. Kean Johnston <jkj@sco.com>
1175 * configure.in: Added moduledir as the path where loadable modules
1176 are stored. Added --with-site-modules and --moduledir options.
1177 - Ensure the SCO OpenServer compiles with --dynamic by default
1178 - Check for dlfcn.h for dynamic loader
1179 - Renamed dll.o to emodules.o and changed dynamic loader tests
1180 - Renabled code that deals with site-lisp so that it is handled
1181 correctly when a user specifies --with-site-lisp.
1183 * aclocal.m4: Replaced entire file with more complete DLL tests
1186 * config.usage: Removed TAB characters which caused it to be
1187 displayed incorrectly on terminals where TAB != 8.
1188 - Added help text to describe --with-site-modules and --moduledir.
1190 * INSTALL: Updated documentation to describe module directories
1192 * Makefile.in.in: Added moduledir, sitemoduledir macros.
1193 - Make those directories at install time.
1195 1998-12-28 Martin Buchholz <martin@xemacs.org>
1197 * XEmacs 21.2.8 is released.
1199 1998-12-28 Martin Buchholz <martin@xemacs.org>
1201 * PROBLEMS: Document Linux GNU Libc 2.0 I18N crashes.
1203 1998-12-24 Martin Buchholz <martin@xemacs.org>
1205 * XEmacs 21.2.7 is released.
1207 1998-12-20 Martin Buchholz <martin@xemacs.org>
1209 * configure.in: Redo DBM support
1210 - die if dbm support requested, but not provided.
1211 - properly check for libgdbm, then libc, then libdbm
1212 - properly check for ndbm.h
1214 - XE_DIE should always prefix messages with Error: for clarity
1216 1998-12-07 Martin Buchholz <martin@xemacs.org>
1218 * xemacs.mak (TEMACS_OBJS):
1220 - Remove pure.c, pure.obj
1222 1998-12-06 Martin Buchholz <martin@xemacs.org>
1224 * Makefile.in.in (distclean):
1225 * dynodump/Makefile.in.in (distclean):
1226 * src/Makefile.in.in (distclean):
1227 * lib-src/Makefile.in.in (distclean):
1228 * lwlib/Makefile.in.in (distclean):
1229 - Make sure GNUmakefile is deleted.
1231 1998-12-17 Andy Piper <andy@xemacs.org>
1233 * configure.in (all_widgets): remove gui.o addition - its always
1234 in the makefile now.
1236 * configure.in: add gui-msw.o to msw objects.
1238 1998-12-16 Andy Piper <andy@xemacs.org>
1240 * XEmacs 21.2.6 is released
1242 1998-12-05 XEmacs Build Bot <builds@cvs.xemacs.org>
1244 * XEmacs 21.2.5 is released
1246 1998-11-28 SL Baur <steve@altair.xemacs.org>
1248 * XEmacs 21.2-beta4 is released.
1250 1998-11-27 SL Baur <steve@altair.xemacs.org>
1252 * configure.in: Linux/Arm Support.
1253 From James LewisMoss <dres@ioa.com>
1255 1998-11-27 Takeshi Hagiwara <hagiwara@ie.niigata-u.ac.jp>
1258 Fix the realpath() problem of UnixWare2.1.3.
1259 Patches for NEC's sysv4.2 machine.
1261 1998-11-09 Kazuyuki IENAGA <ienaga@jsys.co.jp>
1263 * configure.in: Check if there's wnn4.2 or wnn6 specific library
1264 installed. The Wnn library will be checked if the --with-wnn
1265 and/or --with-wnn6 was specified compulsory.
1267 1998-07-28 Jan Vroonhof <vroonhof@math.ethz.ch>
1269 * configure.in (CPP): Too many spaces im run-patch flag detection.
1271 1998-10-15 SL Baur <steve@altair.xemacs.org>
1273 * XEmacs 21.2-beta3 is released.
1275 1998-10-13 Andy Piper <andyp@parallax.co.uk>
1277 * configure.in: enable drag and drop support by default if mswindows is
1280 1998-10-09 Kevin Oberman <oberman@es.net>
1282 * config.sub: Fix for Alpha architecture
1284 1998-10-05 Andy Piper <andyp@parallax.co.uk>
1286 * configure.in: don't enable shared lib support for cygwin unless
1289 1998-10-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1291 * etc/xemacs.1: Remove misplace "\".
1293 1998-09-29 SL Baur <steve@altair.xemacs.org>
1295 * XEmacs 21.2-beta2 is released.
1297 1998-09-09 Gunnar Evermann <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
1300 * lwlib/xlwscrollbar: fix for Motif >=2.0
1301 Patch provided by Glenn Barry <gtb@eng.sun.com>
1303 * PROBLEMS: XEmacs 21.0 now works on HP-UX 11.0
1305 1998-09-02 Andy Piper <andyp@parallax.co.uk>
1307 * configure.in: check for cygwin32/version.h.
1309 1998-08-31 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
1311 * PROBLEMS: Added AIX 4.3 note.
1313 * configure.in: Better detection of AIX 4.3.
1314 AIX xlc can do -g and -Ox at the same time.
1316 1998-09-05 SL Baur <steve@altair.xemacs.org>
1318 * etc/check_cygwin_setup.sh: grammar fix.
1320 1998-09-02 Andy Piper <andyp@parallax.co.uk>
1322 * etc/check_cygwin_setup.sh: fix a couple of buglets.
1324 1998-08-23 Adrian Aichner <adrian@xemacs.org>
1326 * etc/sample.emacs: Enable sound support on mswindows devices.
1328 1998-08-17 P. E. Jareth Hein <jareth@camelot.co.jp>
1330 * configure.in: Alter configure so that it checks for mismatched PNG
1331 header/libs, screams a little louder on old/mismatched library
1332 conditions for both PNG and XPM, stop screaming if png is not found and
1333 no window-system is selected, and fixed a bug in the XPM checking.
1335 1998-08-06 Adrian Aichner <adrian@xemacs.org>
1337 * etc/TUTORIAL.de: Fixing typos and grammatical errors. Fixing
1338 inconsistent usage of RET, <Return>, and <return> (only using
1339 <Return> now). Changing TUTORIAL to TUTORIAL.de throughout
1340 itself. Adding english equivalent to german translation of all
1341 concepts used in TUTORIAL.de.
1343 1998-08-07 P. E. Jareth Hein <jareth@camelot.co.jp>
1345 * configure.usage (--without-gif): Modify text to reflect status
1348 1998-08-04 P. E. Jareth Hein <jareth@camelot.co.jp>
1350 * configure.in: add back in the support for the in-core GIF
1351 code, change the required PNG library version to 1.0.2, and add
1352 a warning if PNG not found, since PNG images are now distributed
1353 as part of the core. Also minor wording changes in things reported
1356 1998-07-28 Kai Haberzettl <khaberz@synnet.de>
1358 * BETA: Update mailing-list address for build-reports
1360 1998-08-01 SL Baur <steve@altair.xemacs.org>
1362 * Makefile.in (TAGS tags): Add variable `tagslisp' so a TAGS file
1363 can built that includes package lisp.
1365 1998-07-23 Martin Buchholz <martin@xemacs.org>
1368 - support multiple flavors of alpha, (XEmacs treats them identically)
1369 - Fix AC_TRY_RUN so that actions have access to $?
1370 - Identify DEC C compilers. Add default optimization CFLAGS and
1372 - Use an extensible method for adding support for future compilers.
1373 - Have SunPro C use that same extensible method.
1374 - Make sol2 always use `-R', Linux and DEC OSF always use `-rpath'
1376 1998-07-19 SL Baur <steve@altair.xemacs.org>
1378 * XEmacs 21.2-beta1 is released.
1380 1998-07-18 SL Baur <steve@altair.xemacs.org>
1382 * config.guess: Synched with latest FSF version.
1384 1998-07-12 Bjrn Torkelsson <torkel@hpc2n.umu.se>
1386 * Makefile.in: added LDFLAGS.
1388 1998-07-12 SL Baur <steve@altair.xemacs.org>
1390 * etc/GOATS: Removed.
1392 * README: Bump version numbers.
1394 * etc/README: Ditto.
1395 * etc/NEWS: Ditto and purge pre-21.0 stuff.
1396 * version.sh: Ditto.
1398 * XEmacs 21.0-pre5 is released.
1400 1998-07-10 SL Baur <steve@altair.xemacs.org>
1402 * configure.in (with_offix): Default --with-offix to off.
1404 1998-07-09 SL Baur <steve@altair.xemacs.org>
1406 * configure.in: Handle multiple database libraries.
1407 From Gregory Neil Shapiro <gshapiro@sendmail.org>
1409 * XEmacs 21.0-pre4 is released.
1411 * configure.in: Fix test for InfoDock sources.
1413 * etc/BETA (writing): Update patch creation instructions.
1415 * etc/FTP: Update FTP mirror list.
1417 * etc/DISTRIB: Remove duplicated FTP mirror list.
1418 * etc/xemacs.1 (ftp): Ditto.
1420 1998-07-09 Oliver Graf <ograf@fga.de>
1422 * configure.usage: added warning to --with-offix
1424 1998-06-29 SL Baur <steve@altair.xemacs.org>
1426 * etc/gnuserv.1 (this): Email address for Ben Wing is ben@xemacs.org.
1427 * etc/gnuserv.README (README): Ditto.
1428 * etc/xemacs-ja.1: Ditto.
1430 1998-06-28 SL Baur <steve@altair.xemacs.org>
1432 * configure.in: Berkeley DB autodetection fixes
1433 From Martin Buchholz <martin@xemacs.org>
1435 * etc/BABYL: Moved to rmail package
1437 * etc/enriched.doc: Moved to xemacs-base package
1440 * etc/GNUS-NEWS: deleted
1442 1998-06-21 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
1444 * etc/NEWS: Added references to documentation about packages and
1447 * etc/README: Synched.
1449 1998-06-19 SL Baur <steve@altair.xemacs.org>
1451 * XEmacs 21.0-pre3 is released.
1453 1998-06-20 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
1456 * etc/BETA: Moved some package stuff into Texinfo docs. Other nitpicks
1458 1998-06-20 Kazuyuki IENAGA <ienaga@jsys.co.jp>
1460 * configure.in: Added check if the berkdb has db_open or not.
1461 (With fixes from Martin Buchholz)
1463 1998-06-19 SL Baur <steve@altair.xemacs.org>
1465 * XEmacs 21.0-pre2 is released.
1467 1998-06-18 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
1469 * configure.in: Added -lC for static linking under AIX 4.2.
1471 1998-06-14 SL Baur <steve@altair.xemacs.org>
1473 * XEmacs 21.0-pre1 is released.
1475 1998-06-14 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
1477 * etc/NEWS: Updated information about customization of the
1478 automatic info dir file generation using
1479 `Info-auto-generate-directory' and `Info-save-auto-generated-dir'
1481 1998-06-11 SL Baur <steve@altair.xemacs.org>
1483 * XEmacs 21.0-beta43 is released.
1485 1998-06-04 Oliver Graf <ograf@fga.de>
1487 * tests/Dnd/README: a step-by-step test run
1488 * tests/Dnd/droptest.el: some clarifications
1489 * tests/Dnd/droptest.sh: created, creates test files
1491 1998-06-01 Oliver Graf <ograf@fga.de>
1493 * configure.in (summary): added experimental to dragndrop option
1494 * configure.usage: added experimental note to --with-dragndrop
1495 * tests/Dnd/droptest.el: extra start-drag-region function
1496 changed the experimental- stuff
1498 1998-06-02 Andy Piper <andyp@parallax.co.uk>
1500 * etc/check_cygwin_setup.sh: set more intelligent defaults for
1503 1998-06-07 SL Baur <steve@altair.xemacs.org>
1505 * lwlib/xlwmenu.c: Add room for the 0 byte sentinel.
1507 1998-06-05 Colin Rafferty <colin@xemacs.org>
1509 * lwlib/xlwmenu.c: Made newchars be as large as it needs to be.
1511 1998-06-01 SL Baur <steve@altair.xemacs.org>
1513 * XEmacs 21.0-beta42 is released.
1515 * etc/sounds: Removed, now in the sounds-au package.
1517 1998-05-29 Andy Piper <andyp@parallax.co.uk>
1519 * configure.in: don't use -O3 for cygwin.
1521 * etc/check_cygwin_setup.sh: new file to check that cygwin is setup
1522 correctly for XEmacs operation.
1524 1998-05-28 P. E. Jareth Hein <jareth@camelot-soft.com>
1526 * configure.in: Switch from giflib to gifreader for
1527 our GIF image support (no other mods needed)
1529 1998-05-28 Oliver Graf <ograf@fga.de>
1531 * configure.in: only one DnD protocol, CDE has priority over OffiX
1533 * tests/Dnd/README: some changes reflecting recent modifications
1534 * tests/Dnd/dragtest.el: removed
1535 * tests/Dnd/droptest.el: cosmetics and comments
1537 1998-05-26 Oliver Graf <ograf@fga.de>
1539 * tests/Dnd/droptest.el: adapted to CDE extensions
1541 1998-05-25 Hans Guenter Weigand <hgweigand@wiesbaden.netsurf.de>
1544 * config.sub: add initial OpenBSD support
1546 1998-05-21 Andy Piper <andyp@parallax.co.uk>
1548 * configure.in: check for msw dialogs.
1550 1998-05-23 SL Baur <steve@altair.xemacs.org>
1552 * XEmacs 21.0-beta41 is released.
1554 1998-05-17 SL Baur <steve@altair.xemacs.org>
1556 * configure.in (CPP): Change -O2 to -O3.
1557 Suggested by Martin Buchholz <martin@xemacs.org>
1559 1998-05-15 SL Baur <steve@altair.xemacs.org>
1561 * XEmacs 21.0-beta40 is released.
1563 1998-05-13 SL Baur <steve@altair.xemacs.org>
1565 * configure.in (ZSH_VERSION): zsh-3.1.2 (and zsh-3.0.4) drops core
1566 on the `unset CDPATH' if running as sh.
1568 1998-05-12 Oliver Graf <ograf@fga.de>
1570 * tests/Dnd/droptest.el: some CDE adaptions (untested)
1572 1998-05-11 Martin Buchholz <martin@xemacs.org>
1575 Add some more comments.
1576 If using bash, use Posix mode and unset CDPATH.
1577 Be more careful checking feature dependencies.
1578 Introduce XE_CHECK_FEATURE_DEPENDENCY.
1579 Undo the gross hack of multiple `echo >> $tempcname'
1580 by using here documents instead. (Might break mswindows, tho...)
1581 Be more careful autodetecting tooltalk.
1584 Document problems with Solaris 2.6 + XSUNTRANSPORT
1587 * lwlib/Makefile.in.in:
1588 * modules/Makefile.in:
1589 - Adjust for luser's CDPATH being set to something weird.
1590 - Take into account bash 2.02's tendency to print the cwd when
1591 using CDPATH. Always use `cd ./foo' instead of `cd foo'.
1592 - fix the run-temacs target to use $(DUMPENV)
1593 - fix the run-puremacs target to use $(DUMPENV)
1594 - fix the `depend' target to properly $(RM) the right files
1595 - Generate a better TAGS file for XEmacs' lisp code using
1596 hand-crafted regexps.
1597 - Use standard coding conventions for modules/Makefile.in
1599 1998-05-12 Kazuyuki IENAGA <ienaga@jsys.co.jp>
1601 * configure.in: some people claimed that they can't stop
1602 linking wnn6 library if they set --with-wnn6=no.
1604 1998-05-11 Oliver Graf <ograf@fga.de>
1606 * tests/Dnd/droptest.el: adapted to new calling conventions
1607 also showing the new possibilities
1608 * tests/Dnd/README: changed to new protocol
1610 1998-05-11 SAKIYAMA Nobuo <nobuo@db3.so-net.or.jp>
1612 * Fix for HAVE_MULTICAST check.
1614 1998-05-09 SL Baur <steve@altair.xemacs.org>
1616 * XEmacs 21.0-beta39 is released.
1618 1998-05-06 Oliver Graf <ograf@fga.de>
1620 * configure.in: added autodetection for the Drag'n'Drop API
1621 if some DnD protocol is found, HAVE_DRAGNDROP will be defined
1622 and dragdrop.o is added to extra_objs
1623 * configure.usage: added with-dragndrop, added (*) to with-offix
1624 * tests/Dnd/droptest.el: complete overhaul, no it's a real test
1626 1998-05-04 Oliver Graf <ograf@fga.de>
1628 * tests/Dnd/droptest.el: changed to test new protocol
1629 * tests/Dnd/README.OffiX: removed
1630 * tests/Dnd/README: created, info about new protocol
1631 * tests/Dnd/dragtest.el: comment change
1633 1998-05-07 SL Baur <steve@altair.xemacs.org>
1635 * etc/altrasoft-logo.xpm: Removed.
1637 1998-05-02 SL Baur <steve@altair.xemacs.org>
1639 * XEmacs 21.0-beta38 is released.
1641 1998-04-29 SL Baur <steve@altair.xemacs.org>
1643 * configure.in: Use `PROGNAME' for all generated paths.
1645 * Makefile.in: Change `progname' to `PROGNAME' for consistency.
1647 1998-04-27 SL Baur <steve@altair.xemacs.org>
1649 * configure.in (progname): Parameterize program name on `progname'
1650 and add --with-infodock.
1652 1998-04-26 SL Baur <steve@altair.xemacs.org>
1654 * Makefile.in: Religiously use ${progname} instead of hardcoded
1656 CPPFLAGS was being set correctly in ${subdir}/Makefiles and
1657 overridden by the empty one set in the toplevel Makefile.
1659 1998-04-26 Jason R Mastaler <jason@4b.org>
1661 * etc/BETA: Replaced SmartList references in favor of
1664 1998-04-25 SL Baur <steve@altair.xemacs.org>
1666 * XEmacs-21.0-beta37 is released.
1668 1998-04-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
1670 * configure.in: Sychronized ..._USER_DEFINED variables with
1673 * Makefile.in (mkdir): No longer create sitelispdir.
1675 Sat Apr 24 1998 Andy Piper <andyp@parallax.co.uk>
1677 * configure.in: make graphic libraries tests be dependant on a
1678 window system not X11 only.
1680 Fri Apr 24 19:38:19 1998 Andy Piper <andyp@parallax.co.uk>
1682 * configure.in: check for our special select in msw.
1684 1998-04-22 Marcus Thiessel <marcus_thiessel@hp.com>
1686 * PROBLEMS: add answers to some FAQ concerning hpux.
1688 Wed Apr 22 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
1690 * configure.in: enable checking for special mswindows select()
1692 1998-04-21 Martin Buchholz <martin@xemacs.org>
1694 * configure.in: Isolate incomprehensible cma_open/pthreads checking
1697 1998-04-21 Marcus Thiessel <marcus_thiessel@hp.com>
1699 * configure.in: /usr/{include,lib}/Motif2.1 added to search path for X11
1702 1998-04-22 Itay Ben-Yaacov <pezz@www-mail.huji.ac.il>
1704 * configure.in: check for xpm does not depend anymore on having X.
1705 if libXpm exists, and is of the FOR_MSW flavor, define FOR_MSW.
1707 1998-04-19 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
1709 * etc/NEWS: Documented info dir rebuilding and LDAP support.
1711 * info/dir: Fixed the explanatory notes for
1712 `Info-default-directory-list' removal and the new automatic dir
1713 rebuilding facility. Reindented the menu. Added an entry for
1716 1998-04-20 SL Baur <steve@altair.xemacs.org>
1718 * configure.in (LISPDIR): Removed configuration option for
1721 1998-04-19 SL Baur <steve@altair.xemacs.org>
1723 * configure.in (version): snarf InfoDock version number.
1725 1998-04-18 SL Baur <steve@altair.xemacs.org>
1727 * XEmacs-21.0-beta36 is released.
1729 Fri Apr 17 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
1731 * configure.in: enable install pre-processing for mswindows
1733 Fri Apr 17 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
1735 * Makefile.in.in: add install_pp to install incantation.
1737 * installexe.sh: new file. Add .exe to install targets if the
1738 result is executable.
1740 Fri Apr 17 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
1742 * Makefile.in: add install_pp to install incantation.
1744 1998-04-14 Itay Ben-Yaacov <pezz@www-mail.huji.ac.il>
1746 * configure.in: Large echo split into a few smaller ones,
1747 so the cygnus sh.exe does not crash.
1749 Thu Apr 16 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
1751 * configure.in: enable toolbar checking for mswindows build
1753 1998-04-06 Martin Buchholz <martin@xemacs.org>
1755 * config.h.in: Add _SVID_SOURCE to list of xmkmf #defines.
1756 Used (at least) by RedHat 4.2.
1758 1998-04-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
1760 * etc/xemacs.1: -no-packages -> -no-early-packages.
1762 * etc/NEWS: Clarified site-lisp status.
1764 * configure.in: Re-instated src/paths.h generation from
1767 * Makefile.in (top_distclean): Remove site-lisp on `make
1770 1998-04-10 SL Baur <steve@altair.xemacs.org>
1772 * XEmacs 21.0-beta35 is released.
1774 1998-04-10 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
1776 * etc/NEWS: Documented that Info-default-directory-list and
1777 site-directory are gone.
1779 * configure.usage: Clarified --package-path documentation.
1781 1998-04-07 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
1783 * configure.in: Now generates src/paths.h from src/paths.h.in.in.
1784 Removed defaults for infopath and package-path.
1786 * Makefile.in (src/paths.h): ... is now generated from
1787 src/paths.h.in.in. Moved generation of paths.h to configure.
1789 * paths.h.in: Removed.
1791 * paths.h.in.in: Created.
1793 1998-04-06 Martin Buchholz <martin@xemacs.org>
1795 * configure.in: png was still being used if png_version < 0.96
1797 * configure.in: Fixed magic to handle AIX, X11R6, and gcc.
1799 1998-04-05 Amir J. Katz <amir@ndsoft.com>
1801 * INSTALL (Rationale): Offix support comment is wrong. To disable,
1802 one must use --with-offix=no and not --without-offix
1804 1998-04-05 SL Baur <steve@altair.xemacs.org>
1806 * configure.in (CPP): ppc.ldscript sits in $srcdir/src not $srcdir.
1808 1998-04-04 SL Baur <steve@altair.xemacs.org>
1810 * XEmacs 21.0-beta34 is released.
1812 1998-04-03 Martin Buchholz <martin@xemacs.org>
1815 checking whether gettimeofday accepts one or two arguments... two
1817 1998-04-03 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
1819 * configure.in: Fixed magic to handle AIX and MIT X11R6.
1821 1998-04-02 Martin Buchholz <martin@xemacs.org>
1823 * configure.in: Add magic -T $srcdir/ppc.ldscript on Linux powerpc
1825 1998-04-01 Martin Buchholz <martin@xemacs.org>
1827 * tests/database.el (test-database): Temporary files (the databases
1828 that were created) should be deleted.
1830 * Makefile.in (testdir): Remove gnumake-specific syntax.
1831 (src/Makefile): src/Makefile depends on src/depend.
1833 1998-03-29 Martin Buchholz <martin@xemacs.org>
1835 * configure.in: Check for -lz, -lgz unconditionally. Too many
1836 system linkers don't properly die when there are cascaded link
1837 dependencies, so we can't rely on the linker for that. The only
1838 downside is that we might link with an extra unneeded library. If
1839 you really really care about this, you can go fix it.
1841 * configure.in: Enhance PANIC msg to make it clear that
1842 --with-FEATURE is going to die if FEATURE is not installed.
1844 1998-03-27 Martin Buchholz <martin@xemacs.org>
1846 * configure.in: $debug was not properly dependent on $beta
1848 * configure.in: Move offix configuration out of src/Makefile.in.in
1851 * configure.in: Reorganize xpm detection code.
1853 * configure.in: XIM default to ON if Motif which is not Lesstif is
1856 * configure.in: Keep auto-generated makefile dependencies out of
1857 src/Makefile.in.in by using AC_OUTPUT file concatenation support.
1859 1998-03-26 Martin Buchholz <martin@xemacs.org>
1861 * configure.in: Fix up cflags handling. Specifically, configure
1862 --cflags='' would fail to be recognized.
1864 * configure.in: Fix up png detection. Link with png_read_image to
1865 make sure -lz is required. Test for png >- 0.96 via header file.
1867 1998-03-21 Martin Buchholz <martin@xemacs.org>
1869 * configure.in (XE_GCC_WRAP_LDFLAGS)
1870 Rename to XE_PROTECT_LINKER_FLAGS. Rewrite.
1872 * configure.in: Make sure BSD always links in libz.a
1873 BSD's stupid linker can't detect cascaded lib dependencies
1875 * configure.in: Autodetect lesstif. define have_lesstif.
1876 Don't use motif-xim with lesstif, at least by default.
1878 1998-03-30 SL Baur <steve@altair.xemacs.org>
1880 * version.sh: Add InfoDock version number variables.
1882 1998-03-30 Amir J. Katz <amir@ndsoft.com>
1884 * info/dir: Replaced string '20.5' with '21.0'
1886 1998-03-24 SL Baur <steve@altair.xemacs.org>
1888 * XEmacs 21.0-beta33 is released.
1890 1998-03-26 Didier Verna <didier@xemacs.org>
1892 * configure.in, Makefile.in: Removed infopath_user_defined---we
1893 always want to propagate it.
1895 * configure.usage: Synched with configure.in.
1897 1998-03-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
1899 * configure.usage, INSTALL: Synched with the new path layout.
1901 * Makefile.in (src/paths.h): Replaced packagepath with
1902 package_path to make configure happy.
1904 * configure.in: Made default setting for packagepath conform to
1905 what packages.el builds at run-time: XEmacs-version-specific paths
1906 before site-specific ones.
1907 Added default setting for pkgdir.
1908 Changed --packagepath back to --package-path.
1910 1998-03-24 SL Baur <steve@altair.xemacs.org>
1912 * XEmacs 21.0-beta32 is released.
1914 1998-03-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
1916 * configure.in: Extended package path by version-specific
1917 hierarchies. Changed allow-site-lisp to inhibit-site-lisp.
1919 1998-03-22 SL Baur <steve@altair.xemacs.org>
1921 * Makefile.in (distclean): Remove packages and mule-packages if they
1922 have been linked into place.
1924 1998-03-22 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
1926 * <Today>: The Big Path Searching Overhaul.
1928 * Makefile.in, configure.in: Now pass all configure-specified paths
1929 into the binary in a uniform way.
1931 1998-03-20 SL Baur <steve@altair.xemacs.org>
1933 * configure.in (have_libmcheck): Add test for glibc's malloc
1935 - Fix HP/UX dynamic linking flag.
1937 1998-03-19 SL Baur <steve@altair.xemacs.org>
1939 * configure.in (quoted_arguments): Fix unquoted variable in
1940 error-checking test.
1941 - fix bogus substitution.
1943 1998-03-17 SL Baur <steve@altair.xemacs.org>
1945 * configure.in: In -lpng test, look for png_set_strip_alpha.
1946 Suggested by William M. Perry <wmperry@aventail.com>
1948 1998-03-16 SL Baur <steve@altair.xemacs.org>
1950 * XEmacs 21.0 beta31 is released.
1952 1998-03-16 P. E. Jareth Hein <jareth@camelot-soft.com>
1954 * configure.usage (Usage): Correct information about gif, tiff
1957 1998-03-13 SL Baur <steve@altair.xemacs.org>
1959 * configure.in: typo fix in sed command.
1960 From P. E. Jareth Hein <jareth@camelot-soft.com>
1962 * configure.in (all_widgets): Check for snprintf().
1964 1998-03-11 P. E. Jareth Hein <jareth@camelot-soft.com>
1966 * configure.in: New gif support
1968 1998-03-10 SL Baur <steve@altair.xemacs.org>
1970 * configure.in (have_glibc): Don't define _GNU_SOURCE for glibc.
1972 Mon Mar 09 13:00:55 1998 Andy Piper <andyp@parallax.co.uk>
1974 * configure.in: don't add libc to link list for dlopen ordinary
1975 link takes care of this. check for dlfcn.h
1977 1998-03-10 SL Baur <steve@altair.xemacs.org>
1979 * configure.in: Examine each directory of X11 include path for
1980 inclusion into BITMAPDIR.
1982 1998-03-09 SL Baur <steve@altair.xemacs.org>
1984 * aclocal.m4: Add legalese.
1986 Mon Mar 09 13:00:55 1998 Andy Piper <andyp@parallax.co.uk>
1988 * configure.in: make sure we have ndbm.h as well as libgdbm.a for
1991 * configure.in: move msw checking after x checking so that
1992 auto-detection works.
1994 1998-03-09 SL Baur <steve@altair.xemacs.org>
1996 * configure.in: New DLL support.
1997 * aclocal.m4: New file.
1998 From William M. Perry <wmperry@aventail.com>
2000 1998-03-08 SL Baur <steve@altair.xemacs.org>
2002 * configure.in (xemacs_betaname): Align messages for minimal
2003 tagbits and indexed lrecords.
2004 Suggested by Andreas Jaeger <aj@arthur.rhein-neckar.de>
2006 1998-03-09 Kyle Jones <kyle_jones@wonderworks.com>
2008 * etc/Emacs.ad: Example using leading dot resources to
2009 initalize faces changes to use Emacs.foo since the
2010 leading dot syntax doesn't work. Initialization of
2011 text-cursor face moved to faces.el.
2013 1998-03-07 SL Baur <steve@altair.xemacs.org>
2015 * XEmacs 20.5-beta30 is released.
2017 1998-03-05 SL Baur <steve@altair.xemacs.org>
2019 * PROBLEMS: Update wording of x86 GCC 2.7 problems.
2021 Wed Mar 04 08:55:12 1998 Andy Piper <andyp@parallax.co.uk>
2023 * configure.in: add a --with-msw option. Make X and msw work
2024 together if the user asks.
2026 1998-03-02 SL Baur <steve@altair.xemacs.org>
2028 * PROBLEMS: Update documentation of gcc bugs that impact XEmacs.
2030 1998-03-01 SL Baur <steve@altair.xemacs.org>
2032 * configure.in: Add substitutable variable ld_dynamic_link_flags
2033 for special required linker flags for building DLL capable
2036 * etc/Emacs.ad: Remove explicit `Emacs' application resource
2039 1998-02-28 SL Baur <steve@altair.xemacs.org>
2041 * Makefile.in (top_distclean): Remove Installation.el.
2042 (xemacs): New target. Formerly it was `all:'.
2043 (all): New default, dist: is now superfluous.
2045 1998-02-27 SL Baur <steve@altair.xemacs.org>
2047 * configure.in (GNU_MALLOC): add --with-dlmalloc to allow
2048 selective use of Doug Lea malloc in Linux C Library and GNU C Library.
2049 (Installation): Add XEmacs version and generate `Installation.el'.
2051 1998-02-26 SL Baur <steve@altair.xemacs.org>
2053 * configure.in (with_ldap: Fix -lldap autodection.
2054 Suggested by Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
2055 (Installation): Only keep the last configuration.
2057 1998-02-25 SL Baur <steve@altair.xemacs.org>
2059 * XEmacs 20.5-beta28 is released.
2061 * configure.in (with_session): Fix reporting of the setting.
2062 (with_database_gnudbm): Correctly report setting.
2064 1998-02-24 SL Baur <steve@altair.xemacs.org>
2066 * configure.usage: Restore documentation of graphics library
2068 From Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
2070 1998-02-19 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
2072 * PROBLEMS: Tell of the `gpm' SIGTSTP bug and `C-z' on the Linux
2075 1998-02-23 SL Baur <steve@altair.xemacs.org>
2077 * XEmacs 20.4 is released to the beta testers.
2079 1998-02-21 SL Baur <steve@altair.xemacs.org>
2081 * configure.in (after_morecore_hook_exists): Modify dlmalloc tests
2082 to also test for Linux libc5.
2084 1998-02-19 SL Baur <steve@altair.xemacs.org>
2086 * XEmacs 20.5-beta27 is released.
2087 * XEmacs-20.4-pre4 is released.
2089 * configure.in (doug_lea_malloc): Requires USE_MINIMAL_TAGBITS.
2090 (--with-gung): Implement it.
2092 * configure.usage (--with-gung): Document. Turns on
2093 USE_MINIMAL_TAGBITS and USE_INDEXED_LRECORD_IMPLEMENTATION.
2094 (--with-term): Remove.
2096 * XEmacs-20.5-beta26 is released.
2098 1998-02-18 SL Baur <steve@altair.xemacs.org>
2100 * XEmacs-20.4-pre3 is released.
2102 * Makefile.in: use better feedback while rebuilding finder database.
2103 Suggested by Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
2105 1998-02-15 SL Baur <steve@altair.xemacs.org>
2107 * configure.in (doug_lea_malloc): Add checking for Doug Lea
2110 1998-02-14 SL Baur <steve@altair.xemacs.org>
2112 * configure.in (OFFIX_O): Don't use OffiX if no real Xmu support.
2113 Suggested by Pekka Marjola <pema@iki.fi>
2115 * XEmacs-20.4-pre2 is released.
2116 * XEmacs-20.5-beta25 is released.
2118 1998-02-13 SL Baur <steve@altair.xemacs.org>
2120 * INSTALL: Update for Cygwin and Microsoft Windows.
2122 * README: Update for Microsoft Windows.
2124 1998-02-09 SL Baur <steve@altair.xemacs.org>
2126 * XEmacs 20.4-pre1 is released.
2127 * XEmacs 20.5-beta24 is released.
2129 Wed Jan 28 13:41:22 1998 Andy Piper <andyp@parallax.co.uk>
2131 * configure.in: add mule-coding target which defines MULE_CODING,
2132 nothing uses it as yet. add gif objects to msw support. define
2133 const_is_losing=no for msw. make msw not selected if tty selected.
2134 add -lshell32 for dnd support. check for a.out.h rather than
2137 * lib-src/make-docfile.c: add cygwin support and generalise the
2138 remaining open calls. IMHO this should really include sysfile.h.
2140 1998-02-03 SL Baur <steve@altair.xemacs.org>
2142 * XEmacs 20.5-beta23 is released.
2144 1998-02-01 SL Baur <steve@altair.xemacs.org>
2146 * etc/aliases.ksh: igrep from the shell command line.
2147 From Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
2149 1998-01-31 SL Baur <steve@altair.xemacs.org>
2151 * etc/aliases.ksh: Add `mak' function to create beta.err for
2153 From Adrian Aichner <adrian@xemacs.org>
2154 Suggested by Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
2156 1998-01-27 SL Baur <steve@altair.xemacs.org>
2158 * XEmacs 20.5-beta22 is released.
2160 1998-01-26 SL Baur <steve@altair.xemacs.org>
2162 * etc/aliases.ksh: New file. Start tracking useful Maintainer
2165 1998-01-25 SL Baur <steve@altair.xemacs.org>
2167 * XEmacs 20.5-beta21 is released.
2169 Wed Jan 21 10:49:47 1998 Andy Piper <andyp@parallax.co.uk>
2171 * configure.in: check for coff.h
2173 1998-01-21 Hrvoje Niksic <hniksic@srce.hr>
2175 * configure.in: Added support for `--with-shlib'.
2177 1998-01-18 SL Baur <steve@altair.xemacs.org>
2179 * XEmacs 20.5-beta20 is released.
2181 1998-01-13 Martin Buchholz <martin@xemacs.org>
2185 Remove doc for configure-time INFOPATH, no longer used.
2187 * etc/BETA: Update ftp addresses.
2188 * etc/INSTALL: Update ftp addresses.
2189 * etc/MAILINGLISTS: Sync with Emacs 20.2. Update ftp addresses.
2193 Define HAVE_INVERSE_HYPERBOLIC using 1 configure test, not 3.
2197 * lwlib/lwlib-config.c:
2199 * lwlib/lwlib-Xaw.c:
2200 * lwlib/lwlib-Xlw.c:
2201 * lwlib/config.h.in:
2203 Prepend LWLIB_ to (SCROLLBARS|MENUBARS|DIALOGS)_(MOTIF|LUCID|ATHENA).
2204 Maintain only one set of variables.
2206 * etc/xemacs.1: Update author list.
2208 * Makefile.in (install-arch-dep): Simplify.
2209 Replace construct `test -d $dir && foo' with
2210 `if test -d $dir; then foo; fi'
2213 * lwlib/xlwscrollbar.c:
2214 * lwlib/lwlib-Xlw.c:
2216 Always assume presence of limits.h (ANSI).
2218 1998-01-12 SL Baur <steve@altair.xemacs.org>
2220 * INSTALL: Updated for recent Mule/package changes.
2222 * XEmacs 20.5-beta19 is released.
2224 1998-01-12 Damon Lipparelli <lipp@primus.com>
2226 * Makefile.in: Yow! Fixed paths to install dirs when --prefix !=
2229 1998-01-10 SL Baur <steve@altair.xemacs.org>
2231 * XEmacs 20.5-beta18 is released.
2233 * etc/FTP: Update address of what was formerly ftp.ibp.fr.
2235 1998-01-08 Didier Verna <didier@xemacs.org>
2237 * configure.in: Get rid of INFOPATH for configure time.
2238 * configure.usage (Usage): Ditto.
2240 1998-01-09 SL Baur <steve@altair.xemacs.org>
2242 * Makefine.in: Correct reported amount of disk savings from
2244 From Markus Linnala <maage@cs.tut.fi>
2246 Thu Jan 08 09:42:36 1998 <andyp@parallax.co.uk>
2248 * configure.in: detect and set scrollbars and menubars with
2249 MS-Windows more appropriately. Check for sys/un.h to use in
2252 1998-01-07 SL Baur <steve@altair.xemacs.org>
2254 * Makefile.in (progname): Cleanly parameterize XEmacs-specific
2257 1998-01-05 Glynn Clements <glynn@sensei.co.uk>
2259 * lwlib/xlwmenu.c (push_button_draw): use inactive_gc instead of
2260 inactive_button_gc for menu entries.
2261 (remap_menubar): ignore the enabled status
2263 1998-01-04 SL Baur <steve@altair.xemacs.org>
2265 * XEmacs 20.5-beta17 is released.
2267 * Makefile.in (finder): Use -vanilla.
2268 (lisp/finder-inf.el): Ditto.
2269 (check-features): New target. Do a sanity check prior to
2272 1997-01-03 SL Baur <steve@altair.xemacs.org>
2274 * XEmacs 20.5-beta16 is released.
2276 1997-12-30 SL Baur <steve@altair.xemacs.org>
2278 * XEmacs 20.5-beta15 is released.
2280 1997-12-29 SL Baur <steve@altair.xemacs.org>
2282 * Makefile.in (${SUBDIR}): Remove bogus .RECURSIVE dependency.
2284 1997-12-27 SL Baur <steve@altair.xemacs.org>
2286 * XEmacs 20.5-beta14 is released.
2288 1997-12-23 Andy Piper <andyp@parallax.co.uk>
2290 * configure.in: support for *-pc-cygwin32 config
2292 1997-12-25 SL Baur <steve@altair.xemacs.org>
2294 * XEmacs 20.5-beta13 is released.
2296 1997-12-21 SL Baur <steve@altair.xemacs.org>
2298 * etc/BETA (Prerequisite): Add cookbook procedures for maintaining
2299 package lisp directories.
2301 1997-12-20 SL Baur <steve@altair.xemacs.org>
2303 * XEmacs 20.5-beta 12 is released.
2305 1997-12-19 SL Baur <steve@altair.xemacs.org>
2307 * configure.in (bitmapdir): Reenable --with-session by default for
2310 1997-12-18 Kyle Jones <kyle_jones@wonderworks.com>
2312 * etc/Emacs.ad: Don't specify a default toolbar specific
2315 1997-12-18 Kyle Jones <kyle_jones@wonderworks.com>
2317 * etc/toolbar: Added support for foregroundToolBarColor
2318 symbol to most icons.
2320 1997-12-17 SL Baur <steve@altair.xemacs.org>
2322 * info/dir (File): Skk and Gnats are packaged.
2324 * PROBLEMS (Note): Update version numbers.
2326 * etc/BETA: Update version numbers.
2328 * etc/NEWS: Update version number.
2330 * info/dir (File): Update version number.
2332 1997-12-16 SL Baur <steve@altair.xemacs.org>
2334 * XEmacs 20.5-beta11 is released.
2336 1997-12-14 SL Baur <steve@altair.xemacs.org>
2338 * configure.in: Don't bypass graphics library detection
2339 if the `--with-imagick' option is given to configure.
2340 : Print autodetected graphics libraries to be linked with Imagick.
2342 * Makefile.in (lisp/finder-inf.el): Reverse previous change.
2344 1997-12-14 Olivier Galibert <olivier.galibert@mines.u-nancy.fr>
2346 * Makefile.in (install-arch-indep): Build info files if needed.
2348 1997-12-13 SL Baur <steve@altair.xemacs.org>
2350 * Makefile.in (lisp/finder-inf.el): Add dependency on src/.
2352 * XEmacs 20.5-beta10 is released.
2354 1997-12-12 SL Baur <steve@altair.xemacs.org>
2356 * configure.in (CPP): Don't add special CFLAGS for ix86/Linux.
2358 1997-12-10 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
2360 * configure.in (autodetect ImageMagick): also look for
2361 "X11/magick/magick.h", and if present, define
2362 MAGICK_HEADERS_ARE_UNDER_X11
2364 1997-12-11 SL Baur <steve@altair.xemacs.org>
2366 * configure.in (imagick_libs): Add autodetection for freetype
2369 1997-12-09 SL Baur <steve@altair.xemacs.org>
2371 * XEmacs 20.5-beta9 is released.
2373 1997-12-06 SL Baur <steve@altair.xemacs.org>
2375 * XEmacs 20.5-beta8 is released.
2377 * info/dir: update for further packaging.
2378 * configure.in: remove `tree-x' from XEmacs build.
2380 1997-11-29 Jeff Miller <jmiller@smart.net>
2382 * configure.in: motif menubars need xlwmenu.o
2384 * updated files in src/ to allow an XEmacs configured for
2385 motif menubars to at least compile. Motif menubars are still
2388 1997-12-05 Aki Vehtari <Aki.Vehtari@hut.fi>
2390 * etc/refcard.tex: Updated for 20.3
2392 1997-12-02 P E Jareth Hein <jareth@camelot-soft.com>
2394 * lwlib/xlwscrollbar.c: fixed colormap/visual handling to work
2395 properly with the information in the core.
2397 * lwlib/xlwmenu.c: fixed colormap/visual handling to work properly with
2398 the information in the core, and fixed a potental problem with
2401 1997-12-02 SL Baur <steve@altair.xemacs.org>
2403 * etc/skk/SKK.tut.E (Hint): Fix typos.
2405 1997-12-01 SL Baur <steve@altair.xemacs.org>
2407 * configure.in (with_session): Properly display flag in configure
2410 1997-11-29 SL Baur <steve@altair.xemacs.org>
2412 * configure.usage: Remove documentation of obsolete option
2415 1997-11-27 SL Baur <steve@altair.xemacs.org>
2417 * XEmacs 20.5-beta7 is released.
2419 * configure.in: When testing for -ltiff, fall back on the extra
2420 libraries -ljpeg, and -lz since some -ltiff's need them.
2422 1997-11-26 SL Baur <steve@altair.xemacs.org>
2424 * lwlib/xlwmenu.c (display_menu): Defer incremental menus properly.
2425 From Glynn Clements <glynn@sensei.co.uk>
2427 1997-11-25 Kazuyuki IENAGA <ienaga@jsys.co.jp>
2429 * configure.in: Improve auto detect of libraries ImageMagick rely
2432 1997-11-23 Jeff Miller <jmiller@smart.net>
2434 * Energize is dead. Removed ENERGIZE ifdef's from code in lwlib
2435 and src. Configure.in modified. --with-energize is no longer a
2436 valid configure option.
2438 * lwlib/Makefile.in.in removed energize support
2439 * lwlib/lwlib-Xm.c removed energize support
2440 * lwlib/lwlib-config.c removed energize support
2442 * lwlib/energize/* removed
2444 1997-11-23 SL Baur <steve@altair.xemacs.org>
2446 * Makefile.in: Change references of lisp/utils/finder-inf.el to
2449 1997-11-20 SL Baur <steve@altair.xemacs.org>
2451 * XEmacs 20.5-beta6 is released.
2453 1997-11-21 Stephen Turnbull <turnbull@sk.tsukuba.ac.jp>
2455 * configure.usage: Use `--' convention in "usage:" line.
2457 1997-11-20 Stephen Turnbull <turnbull@sk.tsukuba.ac.jp>
2459 * configure.in: added `with_xfs' to list of boolean features.
2461 1997-11-20 SL Baur <steve@altair.xemacs.org>
2463 * XEmacs 20.3 is released for binary kit building.
2465 1997-11-19 Tor Arntsen <tor@spacetec.no>
2467 * PROBLEMS: Removed IRIX entry about xemacs core dumps when using
2468 xemacs dumped on one machine on another. Problem was fixed by 20.3.
2470 1997-11-19 SL Baur <steve@altair.xemacs.org>
2472 * etc/xemacs.1: Document -no-packages, -vanilla.
2475 1997-11-18 SL Baur <steve@altair.xemacs.org>
2477 * configure.usage: New file.
2479 * configure.in: Use it instead of monster 10k shell variable.
2481 1997-11-17 SL Baur <steve@altair.xemacs.org>
2483 * XEmacs 20.3-pre4 is released.
2485 1997-11-17 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
2487 * configure.in (infopath): List "/usr/local/" dirs before "/usr/"
2490 1997-11-17 SL Baur <steve@altair.xemacs.org>
2492 * configure.in: Initialize infodir off of datadir.
2494 * Makefile.in: Force LANG = C for building.
2496 1997-11-15 SL Baur <steve@altair.xemacs.org>
2498 * XEmacs 20.3-pre3 is released.
2499 * XEmacs 20.5-beta5 is released.
2501 1997-11-13 Marc Paquette <marcpa@cam.org>
2503 * nt/Todo: added a task for support of lisp packages through
2506 1997-11-13 Jonathan Harris <jhar@tardis.ed.ac.uk>
2508 * Renamed files *w32* to *msw*
2510 * Changed 'w32' and 'win32' to 'mswindows', and HAVE_W32GUI to
2511 HAVE_MS_WINDOWS. Changed files:
2512 cus-edit.el, device.el, faces.el, frame.el, msw-faces.el,
2513 msw.init.el, igrep.el, dumped-lisp.el, font.el, hippie-exp.el,
2514 sysdep.el, console-msw.c, console-msw.h, console.c,
2515 device-msw.c, emacs.c, event-msw.c, event-msw.h, event-stream.c,
2516 events.c, events.h, faces.c, frame-msw.c, frame.c, general.c,
2517 msw-proc.c, objects-msw.c, objects-msw.h, redisplay-msw.c,
2518 redisplay.c, symsinit.h,
2520 * Didn't change 'win32' in nt.c, nt.h, ntproc.c
2522 * Deleted w32 build directory since nt build directory now handles
2523 X and native mswindows builds.
2525 1997-11-11 SL Baur <steve@altair.xemacs.org>
2527 * XEmacs 20.5-beta4 is released.
2529 1997-11-10 SL Baur <steve@altair.xemacs.org>
2531 * info/dir: remove packaged entries.
2532 From Glynn Clements <glynn@sensei.co.uk>
2534 * configure.in: Puke and die if NAS sound is selected without X.
2536 1997-11-08 SL Baur <steve@altair.xemacs.org>
2538 * XEmacs 20.5-beta3 is released.
2539 * XEmacs 20.3-pre2 is released.
2541 Wed November 05 23:40:00 1997 <jhar@tardis.ed.ac.uk>
2543 * w32/xemacs.mak: moved building the DOC file to after the .elcs.
2545 Sun November 01 12:00:00 1997 <jhar@tardis.ed.ac.uk>
2547 * Files split from nt to new w32 directory:
2548 ChangeLog, README, Todo, paths.h, config.h, inc/*, runemacs.c,
2551 1997-11-05 Didier Verna <didier@xemacs.org>
2553 * configure.in: Added the --site-prefixes options for the configure
2554 script. You give a colon or space separated list of prefixes, and
2555 subdirectories include/ and lib/ will be added with -I and -L.
2557 1997-11-05 Martin Buchholz <Martin Buchholz <martin@xemacs.org>>
2559 * configure.in: AIX + gcc fixes.
2560 - Don't wrap -B. aixflags changed to start_flags.
2562 1997-11-04 SL Baur <steve@altair.xemacs.org>
2564 * lwlib/lwlib-Xm.c(update_one_menu_entry): Add missing variable.
2565 From Skip Montanaro <skip@calendar.com>
2567 1997-11-04 Adrian Aichner <adrian@xemacs.org>
2570 Updated copyright information. Translated most of the COPYING
2571 section. Translated the <<.*>> didactic line.
2573 1997-10-22 Adrian Aichner <adrian@xemacs.org>
2575 * etc/TUTORIAL.de: Fixed two issues reported by
2576 Achim Oppelt <aoppelt@theorie3.physik.uni-erlangen.de>
2579 Manually applied rejected patch hunks from Marc Aurel's patch.
2583 Applied patches supplied by Marc Aurel <4-tea-2@bong.saar.de>.
2584 They fix yet more typos and quite a few awkward sentences.
2586 1997-10-21 Adrian Aichner <adrian@xemacs.org>
2588 * etc/TUTORIAL.de: Manually merged a few more corrections by
2589 Carsten Leonhardt <leo@arioch.oche.de>
2591 1997-10-20 Adrian Aichner <adrian@xemacs.org>
2594 Applied patches from Andreas Jaeger <aj@arthur.rhein-neckar.de> to 1.2,
2595 then merged them with 1.3 via ediff-buffers.
2596 Andreas found some quite nasty typos still and added many missing commas.
2598 * etc/TUTORIAL.de: Re-fill-ed paragraphs after patching.
2600 * etc/TUTORIAL.de: Applied the excellent patches courtesy of
2601 Carsten Leonhardt <leo@arioch.oche.de>.
2603 1997-11-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2605 * Delete etc/TUTORIAL.th because Thai is not supported yet.
2607 1997-11-02 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2609 * etc/TUTORIAL.ko: Renamed from etc/TUTORIAL.kr to fit with ISO
2610 639 (two letter language code).
2612 * etc/TUTORIAL.ja: Renamed from etc/TUTORIAL.jp to fit with ISO
2613 639 (two letter language code).
2615 1997-11-02 SL Baur <steve@altair.xemacs.org>
2617 * etc/CHARSETS: New file imported from Emacs 20.1.
2619 1997-11-02 Kyle Jones <kyle_jones@wonderworks.com>
2621 * lwlib/lwlib-Xaw.c (xaw_pop_instance): Don't use parent
2622 window's coordinates and dimensions to center the
2623 dialog box unless its mapped_when_managed property is
2624 true. This should avoid the top level widget that the
2625 HAVE_SESSION code creates, which is unmapped and
2626 useless for this purpose.
2628 1997-11-01 SL Baur <steve@altair.xemacs.org>
2630 * XEmacs 20.3-pre1 is released.
2632 1997-10-31 SL Baur <steve@altair.xemacs.org>
2634 * XEmacs 19.16 is released.
2636 1997-10-31 SL Baur <steve@altair.xemacs.org>
2638 * XEmacs 20.5-beta2 is released.
2640 1997-10-30 SL Baur <steve@altair.xemacs.org>
2642 * configure.in (xetest): Eliminate tests for PNG, JPEG,
2643 TIFF(broken) and replace with test for ImageMagick.
2645 1997-10-30 Kyle Jones <kyle_jones@wonderworks.com>
2647 * etc/Emacs.ad: Added *XlwMenu*highlightForeground entry.
2648 Added *XlwMenu*titleForeground entry.
2650 * lwlib/xlwmenu.h: Added string macro declarations for
2651 titleForeground and highlightForeground properties.
2653 * lwlib/xlwmenuP.h: Added struct fields for title and
2656 * lwlib/xlwmenu.c: Added initialization and usage code
2657 for the new titleForeground and highlightForeground
2660 1997-10-29 MORIOKA Tomohiko <morioka@jaist.ac.jp>
2662 * etc/HELLO: Add Czech.
2664 * etc/HELLO: Delete Amharic, Thai and Tigrigna.
2666 1997-10-28 SL Baur <steve@altair.xemacs.org>
2668 * XEmacs 20.3-beta94 is released.
2670 1997-10-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2672 * configure.in: Correct last patch for berkdb.
2674 1997-10-28 SL Baur <steve@altair.xemacs.org>
2676 * XEmacs 20.3-beta93 is released.
2678 1997-10-27 Martin Buchholz <mrb@eng.sun.com>
2680 * lib-src/make-path.c:
2681 * lib-src/digest-doc.c:
2682 * lib-src/gnuslib.c: Always include config.h before system headers
2683 * configure.in: Improve AIX configure support
2684 - NON_GNU_CC defaults to `xlc'
2685 - CFLAGS defaults to "-O3 -qstrict -qlibansi -qinfo -qro
2687 - check for sin instead of sqrt in -lm to avoid xlc internal error
2688 - Detect -li18n for use with Motif
2689 - Move weird AIX static linking flags from s&m files to configure.in
2690 - use #pragma instead of -ma flag to avoid compiler warnings
2692 1997-10-25 Kyle Jones <kyle_jones@wonderworks.com>
2694 * lwlib/xlwmenu.c: Use XtRDimension in place of
2695 XmRHorizontalDimension in shadowThickness resource
2698 * lwlib/xlwmenu.c (label_button_draw): Use the button_gc
2699 color as the foreground for selected entries.
2701 * lwlib/xlwmenu.c (push_button_draw): Use the button_gc
2702 color as the foreground for selected entries.
2704 * lwlib/xlwmenu.c (toggle_decoration_height): Force
2705 height to be minimum of 2x the shadow thickness.
2707 1997-10-24 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2709 * configure.in: Don't choke on Berkeley DB 2.x.
2711 1997-10-24 SL Baur <steve@altair.xemacs.org>
2713 * XEmacs 20.3-beta92 is released.
2715 1997-10-21 SL Baur <steve@altair.xemacs.org>
2717 * Makefile.in (lisp/utils/finder-inf.el): Don't force rebuild if
2718 it already exists (use `make finder' to force rebuild).
2720 1997-10-18 SL Baur <steve@altair.xemacs.org>
2722 * XEmacs 20.3-beta91 is released.
2724 1997-10-16 Hrvoje Niksic <hniksic@srce.hr>
2726 * etc/NEWS: document changed package load semantics.
2728 1997-10-15 Olivier Galibert <olivier.galibert@mines.u-nancy.fr>
2730 * configure.in: Removed -Olimit=2000 from cc for IRIX.
2732 1997-10-12 Karl M. Hegbloom <karlheg@inetarena.com>
2734 * configure.in (null_string): Added AC_SUBST(infodir_user_defined)
2735 and removed backquoted echo statement from the infopath report line.
2737 1997-10-15 Olivier Galibert <olivier.galibert@mines.u-nancy.fr>
2739 * configure.in: Added detection of the declaration of the timezone
2740 variable in system files. Defines HAVE_TIMEZONE_DECL if yes.
2743 1997-10-15 Olivier Galibert <olivier.galibert@mines.u-nancy.fr>
2745 * config.h.in: Add HAVE_TIMEZONE_DECL for detection of declaration
2746 of the timezone variable in system headers.
2748 * systime.h: Use HAVE_TIMEZONE_DECL.
2750 1997-10-14 SL Baur <steve@altair.xemacs.org>
2752 * configure.in (all_widgets): Don't allow configuration of
2753 --with-mule if Mule lisp hasn't been installed.
2755 1997-10-13 SL Baur <steve@altair.xemacs.org>
2757 * configure.in: Remove `site-lisp' from list of directories to
2758 make symbolic links for.
2760 * XEmacs 20.3-beta90 is released.
2762 1997-10-12 Glynn Clements <glynn@sensei.co.uk>
2764 * info/dir: Cosmetic changes to info/dir
2766 1997-10-13 Hrvoje Niksic <hniksic@srce.hr>
2770 1997-10-12 SL Baur <steve@altair.xemacs.org>
2772 * XEmacs 20.5-beta1 is released.
2774 * XEmacs 19.16-pre9 is released.
2776 * XEmacs 19.16-pre8 is released.
2778 1997-10-11 SL Baur <steve@altair.xemacs.org>
2780 * XEmacs 20.3-beta28 is released.
2782 * Makefile.in (src/paths.h): Update PATH_INFOPATH
2783 (infopath): New shell variable.
2784 (infopath_user_defined): Ditto.
2786 * configure.in (infodir_user_defined): Spelling fixes.
2788 1997-10-10 Karl M. Hegbloom <karlheg@inetarena.com>
2790 * configure.in: added options and option help docs for infopath
2792 * '' added a line to the report for infopath and lockdir
2794 * etc/NEWS: Draft entry for the info changes.
2796 1997-10-10 Karl M. Hegbloom <karlheg@inetarena.com>
2798 * Makefile.in.in (INFOPATH): Added variable and put it into
2801 1997-10-11 SL Baur <steve@altair.xemacs.org>
2803 * packages/info/localdir: New directory and file.
2805 * packages/README: New directory & file.
2807 1997-10-10 Martin Buchholz <mrb@eng.sun.com>
2809 * Makefile.in: Add `make configure' target
2812 - remove Chuck as contact name
2813 - random small improvements
2814 - remove I/me references - the message should be that XEmacs
2815 maintenance is an inclusive community effort.
2817 1997-10-10 SL Baur <steve@altair.xemacs.org>
2819 * etc/BETA (Prerequisite): Add further documentation for
2820 package installation.
2822 1997-10-07 SL Baur <steve@altair.xemacs.org>
2824 * XEmacs 19.16-pre7 is released.
2826 1997-10-05 Damon Lipparelli <lipp@aa.net>
2828 * Makefile.in (install-arch-dep, install-arch-indep): Move the
2829 commands for symlink'ing the system-independent bits into the
2830 system-dependent directory structure from "install-arch-indep" to
2833 1997-10-06 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
2835 * Makefile.in (blddir): variable from "configure".
2838 1997-10-05 SL Baur <steve@altair.xemacs.org>
2840 * Makefile.in (GENERATED_LISP): New variable.
2841 (all): Force dependency on finder-inf.el.
2842 (lisp/utils/finder-inf.el): new rule.
2844 1997-10-04 SL Baur <steve@altair.xemacs.org>
2846 * XEmacs 19.16-pre6 is released.
2848 1997-10-04 SL Baur <steve@altair.xemacs.org>
2850 * XEmacs 20.3-beta27 is released.
2852 1997-10-03 Damon Lipparelli <lipp@primus.com>
2854 * Makefile.in (install-arch-indep): When --prefix !=
2855 --exec-prefix, symlink the system-independent bits into the
2856 system-dependent directory structure (rather than the other way
2859 1997-10-03 Martin Buchholz <mrb@eng.sun.com>
2861 * lib-src/etags.c: etags 12.28 + prototypization
2862 * INSTALL: Better document --site-runtime-libraries
2863 * src/scrollbar-x.c (x_update_scrollbar_instance_status):
2864 FIX: M-x scroll-left; horizontal scrollbar appears; drag it
2865 left; scrollbar disappears; keyboard inoperative.
2866 * configure.in: Remove left-over references to *_switch_x_*
2867 - NAS libaudio is part of $libs_x, not $LIBS
2869 1997-10-02 SL Baur <steve@altair.xemacs.org>
2871 * XEmacs 20.3-beta26 is released.
2873 1997-09-30 SL Baur <steve@altair.xemacs.org>
2875 * XEmacs 20.3-beta25 is released.
2877 * Makefile.in (install-arch-dep): Install the `Installation' for
2880 * etc/BETA: Document existence of `Installation' file.
2881 - Document requirement of rebuilding finder-inf.el when building
2882 from the full tarball.
2884 * Makefile.in (top_distclean): Remove finder-inf.el*.
2886 * configure.in (use_union_type): Default to "yes".
2888 1997-09-29 Martin Buchholz <mrb@eng.sun.com>
2890 * configure.in: Add tiff autodetection
2892 1997-09-29 SL Baur <steve@altair.xemacs.org>
2894 * lwlib/xlwmenu.c: Add bounds checking.
2895 Check error return on XmStringGetLtoR.
2897 1997-09-27 SL Baur <steve@altair.xemacs.org>
2899 * XEmacs 20.3-beta24 is released.
2901 1997-09-27 Hrvoje Niksic <hniksic@srce.hr>
2903 * Makefile.in (custom-loads): New target.
2905 1997-09-24 SL Baur <steve@altair.xemacs.org>
2907 * etc/BETA (XEmacs 20.3 packages): Added explanation of package
2910 1997-09-23 SL Baur <steve@altair.xemacs.org>
2912 * lwlib/xlwmenu.c: Fix compilation problem with USE_XFONTSET.
2913 From Kazuyuki IENAGA <ienaga@jsys.co.jp>
2915 1997-09-22 SL Baur <steve@altair.xemacs.org>
2917 * XEmacs 19.16-pre4 is released.
2919 1997-09-20 SL Baur <steve@altair.xemacs.org>
2921 * XEmacs 20.3-beta23 is released.
2923 1997-09-19 SL Baur <steve@altair.xemacs.org>
2925 * XEmacs 19.16-pre3 is released.
2927 1997-09-18 Colin Rafferty <craffert@ml.com>
2929 * etc/NEWS: Various spelling corrections and some grammar
2930 corrections (which/that).
2932 1997-09-19 Martin Buchholz <mrb@eng.sun.com>
2934 * src/redisplay-tty.c: Fix crashes with non-7bit tty escape
2935 sequences (needs more testing).
2937 - Cleanup man/*/Makefile for consistency.
2938 - use $(MAKEFINFO), $(TEXI2DVI), etc...
2939 - Make combination --with-srcdir + Sun make work properly.
2940 - Change construct: test -d $${dir} || mkdir $${dir}
2941 --> if test ! -d $${dir}; then mkdir $${dir}; fi
2942 * lisp/x11/x-win-sun.el: Fix remaining glitches with
2943 re-mappings of Sun function keys.
2944 * configure.in: Detect libXaw AFTER libXpm to support libXawXpm.
2945 * man/internals/internals.texi: Fix makeinfo compilation error.
2947 1997-09-17 SL Baur <steve@altair.xemacs.org>
2949 * XEmacs 20.3-beta22 is released.
2951 1997-09-16 SL Baur <steve@altair.xemacs.org>
2953 * XEmacs 20.3-beta21 is released.
2955 * XEmacs 19.16-pre2 is released.
2957 1997-09-13 SL Baur <steve@altair.xemacs.org>
2959 * XEmacs 20.3-beta20 is released.
2961 1997-09-11 Martin Buchholz <mrb@eng.sun.com>
2963 * configure.in: Use `PATH' for options that take multiple dirs.
2964 - Fix test for $PWD == `pwd`
2965 - Prefer autodetected X11R6 to X11 so that broken HP and Linux
2966 systems can work. (untested)
2968 * lisp/cl/cl.el: Fix `loop' indentation to be same as `defun'.
2969 * lisp/prim/dumped-lisp.el: cl-extra and cl-seq always end up
2970 being autoloaded - let's make them part of the core.
2972 * lisp/x11/x-compose.el:
2973 * lisp/x11/x-init.el:
2974 * lisp/x11/x-win-sun.el:
2975 * lisp/x11/x-winxfree86.el:
2978 - Yet another rewrite of key handling (not the last, though)
2979 - x-keysym-on-keyboard-p is much faster.
2980 - x-keysym-on-keyboard-sans-modifiers-p introduced.
2981 - x-keysym-hashtable introduced.
2982 - allow X11R4 libs to guess keysyms on X11R5 servers.
2983 - A better workaround for the bug that some Xlibs generate
2984 Multi_key a adiaeresis when pressing Multi_key a "
2986 * src/dgif_lib.c: Make sure size_t is defined before using it.
2988 1997-09-12 SL Baur <steve@altair.xemacs.org>
2990 XEmacs 19.16-pre1 "Queens" is released.
2992 1997-09-08 SL Baur <steve@altair.xemacs.org>
2994 * configure.in: Reverse package-path.
2995 From Colin Rafferty <craffert@ml.com>
2997 1997-09-02 SL Baur <steve@altair.xemacs.org>
2999 * XEmacs 20.3-beta19 is released.
3001 * Makefile.in (finder): New target.
3003 1997-08-29 SL Baur <steve@altair.xemacs.org>
3005 * XEmacs 19.16-beta91 is released.
3007 1997-08-25 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3009 * lisp/apel/emu-x20.el (mime-charset-coding-system-alist):
3010 iso-2022-jp-2 is defined as coding-system.
3012 * lisp/mule/mule-coding.el: Rename `iso-2022-ss2-{7|8}' ->
3013 `iso-2022-{7|8}bit-ss2' to sync with Emacs 20.0.96.
3015 (iso-2022-jp-2): New coding system.
3017 1997-08-23 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3019 * lisp/prim/about.el (about-maintainer-glyph): Fix problem with
3022 1997-08-20 SL Baur <steve@altair.xemacs.org>
3024 * XEmacs 19.16-beta90 is released.
3026 1997-08-16 SL Baur <steve@altair.xemacs.org>
3028 * XEmacs 20.3-beta18 is released.
3030 1997-08-11 Karl M. Hegbloom <karlheg@inetarena.com>
3032 * etc/NEWS: add a section telling about the Info changes.
3034 1997-08-09 SL Baur <steve@altair.xemacs.org>
3036 * XEmacs 20.3-beta17 is released.
3038 1997-08-07 Jan Vroonhof <vroonhof@math.ethz.ch>
3040 * etc/gnuserv.1: Described Hrvoje's mods in manpage
3042 1997-08-09 Martin Buchholz <mrb@eng.sun.com>
3045 - use-system-malloc renamed to with-system-malloc.
3046 - config.el reimplemented for improved accuracy.
3047 - new variable `blddir' introduced for informational purposes.
3048 * lib-src/config.values.in: new config.el implementation
3049 * lib-src/config.values.sh: new config.el implementation
3050 * lisp/modes/pascal.el: Sync with GNU Emacs, fix infloop problem
3051 (thanks to Espen Skoglund, pascal.el maintainer)
3052 * src/chartab.c: maintainability improvements.
3053 * src/mule-coding.c: FIX for: editing DOS files with ISO2022*
3054 coding systems results in extra CR's inserted into file on saving.
3056 1997-08-06 SL Baur <steve@altair.xemacs.org>
3058 * configure.in: Crash & burn if db-2 is detected.
3059 From Soren Dayton <csdayton@cs.uchicago.edu>
3061 1997-07-31 SL Baur <steve@altair.xemacs.org>
3063 * XEmacs 20.3-beta16 is released.
3065 1997-07-31 Martin Buchholz <mrb@eng.sun.com>
3067 * configure.in: --with-x11=no --> --with-xface=no
3068 * lisp/efs/dired-xemacs.el: Rationalize mouse file functions
3069 * src/input-method-xlib.c: Allow xemacs to connect to kinput2
3070 * event-Xt.c: Fix crashes when no input context available.
3071 * src/mule-coding.c: Use enum eol_type instead of int consistently
3072 * regex.c: Use (void *) 0 instead of NULL in varargs function calls
3073 * src/s/freebsd.h: Wrap #include X11/Xlocale.h inside #ifndef
3076 1997-07-27 SL Baur <steve@altair.xemacs.org>
3078 * etc/BETA: Update patching instructions.
3080 1997-07-26 SL Baur <steve@altair.xemacs.org>
3082 * XEmacs 20.3-beta15 is released.
3084 1997-07-25 SL Baur <steve@altair.xemacs.org>
3086 * lwlib/xlwscrollbar.c: Add debug malloc support.
3087 * lwlib/xlwmenu.c: Ditto.
3088 * lwlib/lwlib-utils.h: Ditto.
3090 * configure.in (null_string): Add --use-debug-malloc option.
3092 1997-07-21 SL Baur <steve@altair.xemacs.org>
3094 * info/dir (Packages): Remove AUCTeX, Gnus and Message manuals.
3096 1997-07-20 SL Baur <steve@altair.xemacs.org>
3098 * Makefile.in (install-arch-indep): Create required links when
3099 prefixdir != execdir.
3101 1997-07-19 SL Baur <steve@altair.xemacs.org>
3103 * XEmacs 20.3-beta14 is released.
3105 1997-07-19 Martin Buchholz <mrb@eng.sun.com>
3107 * src/fns.c (require): Print messages when loading a file as a
3111 * lisp/utils/config.el:
3112 * lib-src/config.values:
3113 - new file created and installed by building.
3114 - Allow configuration time values to be queried by the lisp code.
3117 - check for alloca in libPW on hpux.
3118 - Redo --with-clash-detection
3119 - need to check for termios and friends even if with-tty=no.
3120 - Always define SIGNALS_VIA_CHARACTERS if HAVE_TERMIOS
3121 - better quoting for AIX_SMT_EXP (untested)
3122 - gcc flags now default to "-g -O2 -Wall -Wno-switch"
3124 * *.[ch]: more warning elimination
3126 * src/input-method*.c:
3128 - remove freebsd ifdefs from C code.
3131 - fix Fdisplay-table-specifier-p
3133 1997-07-13 Steven L Baur <steve@altair.xemacs.org>
3135 * XEmacs 20.3-beta13 is released.
3137 * info/dir (Packages): Integrate texinfo manual for PH.
3139 1997-07-10 Hrvoje Niksic <hniksic@srce.hr>
3141 * extents.c (print_extent): Print correctly.
3143 1997-07-13 Steven L Baur <steve@altair.xemacs.org>
3145 * configure.in (CPP): Add -Wall to default gcc CFLAGS.
3147 1997-07-11 Martin Buchholz <mrb@eng.sun.com>
3149 * *Makefile*: More cleanup.
3150 - MAKE CFLAGS=-foo now works with recursive invocations on old makes
3151 - Nuke ld_call_shared from s&m files
3152 - Nuke src/s/*-static.h
3153 - Nuke Solaris and DEC OSF static build support.
3156 - CLASH_DETECTION configurable, off by default.
3158 * *.[ch]: Warning elimination, code cleanup, some 64-bit
3161 * sol2.h: More bullet-proofing for Sun bugs in header files.
3163 * lib-src/etags.c: etags version 12.19.
3165 * lisp/x11/x-select.el:
3166 * src/xselect.c: Try STRING if selection owner couldn't convert
3169 * src/*.c: Change defalt to default_, and in general allow
3170 doc-snarfing functions to recognize and ignore trailing `_'
3172 * src/*.[ch]: Introduce XVECTOR_DATA and XVECTOR_LENGTH macros and
3173 convert source code to use them consistently.
3175 1997-07-08 Steven L Baur <steve@altair.xemacs.org>
3177 * XEmacs 20.3-beta12 is released.
3179 1997-07-08 Martin Buchholz <mrb@eng.sun.com>
3181 * configure.in: Set options differently, depending on beta-ness of
3183 * *Makefile*: Clean up *clean: targets, esp. Steven's beloved
3186 1997-07-08 Steven L Baur <steve@altair.xemacs.org>
3188 * pkg-src/tree-x/Makefile.in.in (xoobr): Pass CFLAGS to the
3190 From Olivier Galibert <Olivier.Galibert@mines.u-nancy.fr>
3192 1997-07-07 Steven L Baur <steve@altair.xemacs.org>
3194 * pkg-src/tree-x/Makefile.in.in (distclean): Add target.
3196 1997-07-06 Steven L Baur <steve@altair.xemacs.org>
3198 * lwlib/lwlib-Xm.c (xm_update_one_value): Hand application of mrb
3199 fix. Restoration of lossage from beta10->beta11 upgrade.
3201 * XEmacs 20.3-beta11 is released.
3203 1997-07-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3205 * lisp/language/english.el: Add quail-british for British.
3207 * lisp/language/european.el: Register input-method for various non
3208 quail-latin-1 methods.
3210 1997-07-05 Martin Buchholz <mrb@eng.sun.com>
3212 * lib-src/getopt*.c: Don't redefine const - let configure do that.
3214 * configure.in: Better behavior for `configure --with-gcc=no'
3215 - Autodetect ulimit.h
3216 - Remove broken SunOS4 kludge for libXmu
3219 * src/s/sol2.h: Support gcc on various Solaris releases.
3221 * lib-src/*.c: Ansify prototypes.
3223 * lisp/prim/files.el: Optimize auto-mode-alist.
3225 * pkg-src/tree-x/Makefile.in.in: `make distclean' now works
3226 - `make install' now works.
3227 - dependencies updated.
3229 * pkg-src/tree-x/*.[ch]: Fix compile warnings.
3230 - Replace uses of XtVa* with non-varargs variants.
3232 1997-07-01 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3234 * lisp/modes/image-mode.el: Add `image-maybe-restore' to
3235 `change-major-mode-hook'.
3237 * lisp/modes/image-mode.el (image-maybe-restore): New function.
3239 * src/glyphs.c (make_string_from_file): must protect from
3242 1997-06-30 Steven L Baur <steve@altair.xemacs.org>
3244 * pkg-src/tree-x/Makefile.in.in (INSTALL): Add configure written
3247 1997-06-29 Steven L Baur <steve@altair.xemacs.org>
3249 * configure.in (CPP): Correct typo `print-lib-gcc-file-name'
3250 should be `print-libgcc-file-name'
3251 From Katsumi Yamaoka <yamaoka@ga.sony.co.jp>
3253 * XEmacs 20.3-beta10 is released.
3255 1997-06-29 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3257 * lisp/language/chinese.el: Add chinese-isoir165 (CCITT Extended
3260 * lisp/language/chinese.el: Modify charset DOC-strings for CNS
3261 11643 to be more detailed.
3263 * lisp/language/arabic.el: Rename `arabic-0', `arabic-1' and
3264 `arabic-2' to `arabic-digit', `arabic-1-column' and
3265 `arabic-2-column' to sync with Emacs/mule-19.34.94-zeta.
3267 * src/mule-charset.c: Modify charset DOC-strings to be more
3270 Use BOX DRAWINGS characters of JIS X0208.
3272 1997-06-28 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3274 * lisp/apel/richtext.el: Add autoload comments for
3275 `richtext-encode' and `richtext-decode'.
3277 * lisp/prim/format.el (format-alist): Add `text/richtext'.
3279 * lisp/tl/chartblxmas.el: New file.
3281 * lisp/x11/x-menubar.el (default-menubar): Add "Show character
3282 table" for MULE menu.
3284 * lisp/apel/emu.el: Check richtext.el is bundled.
3286 * lisp/tl/char-table.el (view-charset): New command.
3288 * lisp/tl/char-table.el: Rename some functions.
3290 * lisp/packages/hexl.el (hexl-mode-exit): Run
3291 `hexl-mode-exit-hook'.
3293 * lisp/x11/x-menubar.el (default-menubar): Fix "Describe language
3294 support" and "Set language environment" of mule menu.
3296 * lisp/apel/file-detect.el: Add autoload comments for function
3297 `add-path', `add-latest-path', `get-latest-path',
3298 `file-installed-p', `exec-installed-p', `module-installed-p' and
3299 variable `exec-suffix-list'.
3301 * lisp/prim/format.el (format-alist): Add image/jpeg, image/gif,
3302 image/png and image/x-xpm.
3304 * lisp/modes/image-mode.el: New file.
3306 1997-06-27 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3308 * lisp/tm/tm-ew-e.el (tm-eword::encode-string-1): avoid infinite
3309 loop caused by long non-encoded-word element. (cf. [tm-en:1356])
3311 (mime/field-encoding-method-alist): Add "Message-ID" as ignored.
3313 1997-06-25 Steven L Baur <steve@altair.xemacs.org>
3315 * XEmacs 20.3-beta9 is released.
3317 * Makefile.in (dist): Make `make dist' work for me.
3319 1997-06-25 Martin Buchholz <mrb@eng.sun.com>
3322 - Change "t" to tabs in sed commands
3323 - Add /g to sed substitition commands when appropriate
3324 - Change XtVa[SG]etValue to Xt[SG]etValue
3325 - Make version variables into Lisp_Objects.
3327 1997-06-19 Martin Buchholz <mrb@eng.sun.com>
3331 - Autodetect X defines using xmkmf.
3332 - Compute rpath on *bsd* systems as well.
3333 - rewrite PRINT_VAR m4 macro.
3334 - detect sizes of void* and long long for future use by unex*.c
3335 * regex.c: _GNU_SOURCE may be defined by config.h; don't redefine.
3337 1997-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3339 * lisp/language/arabic.el: moved from lisp/mule/arabic-hooks.el.
3341 * lisp/mh-e/mh-e.el (mh-get-new-mail): Decode output as
3342 `mh-folder-coding-system'.
3344 1997-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3346 * lisp/language/ethio-util.el: imported from
3347 Emacs/mule-19.34.94-zeta.
3349 * lisp/language/arabic-util.el: moved from lisp/mule/arabic.el;
3350 repair Arabic characters.
3352 1997-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3354 * lib-src/update-autoloads.sh: Search lisp/mule/.
3356 * etc/HELLO: final byte for ethiopic was changed to sync with
3357 Emacs/mule-19.34.94-zeta.
3359 * lisp/x11/x-menubar.el: Fix "Describe language support" and "Set
3360 language environment" of Mule menu.
3362 * lisp/language/visual-mode.el: moved from mule/.
3364 * lisp/language/ethiopic.el: Modify for XEmacs.
3366 * lisp/language/cyrillic.el: Modify DOC-string of koi8-r; Fixed
3367 problem of setting for `language-info-alist' about koi8-r.
3369 * lisp/mule/auto-autoloads.el: Enable auto-autoloads.el for mule/.
3371 * lisp/mule/mule-util.el: New file (imported from
3372 Emacs/mule-19.34.94-zeta).
3374 * lisp/mule/mule-misc.el: Function `truncate-string-to-width' was
3375 moved to mule-util.el.
3377 * lisp/prim/dumped-lisp.el, lisp/mule/mule-load.el:
3378 lisp/mule/arabic-hooks.el was moved to lisp/language/arabic.el;
3379 lisp/mule/arabic.el was moved to lisp/language/arabic-util.el; Use
3380 lisp/language/ethiopic.el instead of lisp/mule/ethiopic-hooks.el;
3381 Use lisp/language/ethio-util.el instead of lisp/mule/ethiopic.el.
3383 * lisp/mule/mule-coding.el (coding-system-docstring): New alias to
3384 emulate Emacs/mule-19.34.94-zeta function.
3386 * lisp/mule/mule-cmds.el: modified to sync with
3387 Emacs/mule-19.34.94-zeta (mule-prefix was changed to "C-x C-m")
3389 (set-language-info): Add to "Describe Language Support" and "Set
3390 Language Environment" menu.
3392 * lisp/mule/mule-charset.el: Function `compose-region' and
3393 `decompose-region' were moved to mule-util.el.
3395 * lisp/leim/quail.el: modify to sync with latest quail.el of
3398 (quail-toggle-mode-temporarily): check `quail-conv-overlay'.
3400 (quail-map-p): Use `characterp' instead of `integerp'.
3402 1997-06-23 Steven L Baur <steve@altair.xemacs.org>
3404 * etc/NEWS (Commands): Various updates by Hrvoje Niksic.
3406 1997-06-21 Steven L Baur <steve@altair.xemacs.org>
3408 * Makefile.in: Missing FRC.info.
3409 (install-arch-dep): Add missing backslash.
3410 From Glynn Clements <glynn@sensei.co.uk>
3412 * XEmacs 20.3-beta8 is released.
3414 1997-06-20 Olivier Galibert <Olivier.Galibert@mines.u-nancy.fr>
3416 * lwlib/lwlib-Xaw.c, lwlib/lwlib-Xlw.c, lwlib/lwlib-Xm.c,
3417 lwlib/lwlib.c: Make 64 bit clean.
3419 1997-06-20 Steven L Baur <steve@altair.xemacs.org>
3421 * etc/gnuserv.1: Updates and cleanup.
3422 From Hrvoje Niksic <hniksic@srce.hr>
3424 1997-06-19 Martin Buchholz <mrb@eng.sun.com>
3427 - Autodetect X defines using xmkmf.
3428 - Compute rpath on *bsd* systems as well.
3429 - rewrite PRINT_VAR m4 macro.
3430 - detect sizes of void* and long long for future use by unex*.c
3432 1997-06-18 Martin Buchholz <mrb@eng.sun.com>
3434 * */Makefile.in.in: Another rewrite
3435 Make makefiles immune from being mangled by various cpp
3436 implementations by quoting non-preprocessor directive lines.
3438 - Use $(RM) and $(pwd) macros consistently
3439 - Add dependencies for balloon-help source files
3440 - Use getcwd by default instead of getwd.
3441 * lwlib/config.h: Now includes src/config.h
3442 * lwlib/*.c: Use config.h, but DON'T use Xos.h
3443 * lib-src/*.c: Fix compiler warnings
3445 - Put version information in version.sh instead of version.el
3447 Wed Jun 18 16:41:43 1997 Steven L Baur <steve@altair.xemacs.org>
3449 * configure.in (CPP): Remove hardcoding of -L/usr/local/lib
3450 -I/usr/local/include.
3452 1997-06-14 Steven L Baur <steve@altair.xemacs.org>
3454 * XEmacs 20.3-beta7 is released.
3456 1997-06-12 Steven L Baur <steve@altair.xemacs.org>
3458 * etc/TUTORIAL (things): Synched by Hrvoje Niksic with previous
3461 1997-06-13 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3463 * lisp/gnus/smiley.el (smiley-deformed-regexp-alist): Modify
3464 regexp for horizontal smiley faces.
3465 (smiley-nosey-regexp-alist): Add horizontal smiley faces.
3467 * lisp/leim/quail.el (quail-get-translation): Don't use
3468 `string-to-vector' for XEmacs.
3470 1997-06-13 Gary D. Foster <Gary.Foster@corp.Sun.COM>
3472 * lisp/modes/*.el: Removed all "\177" bindings that were
3473 previously commented out and normalized everything vis a vis
3474 'backspace and 'delete keysyms.
3475 * lisp/packages/*.el: Normalized all the "\177" bindings
3476 * lisp/modes/cperl-mode.el: Created cperl-electric-delete function
3477 which is a "smart" version of the cperl-electric-backspace
3478 function (it honors the desired delete direction). Bound it to
3479 'delete and the electric-backspace to 'backspace.
3480 * lisp/packages/pending-del.el: Added cperl-electric-backspace and
3481 cperl-electric-delete to the 'supersede list.
3483 1997-06-11 Steven L Baur <steve@altair.xemacs.org>
3485 * XEmacs 20.3-b6 is released.
3487 * configure.in (GNU_MALLOC): Check for (-l)PW instead of (-l)-lPW.
3488 Suggested by Martin Buchholz <mrb@eng.sun.com>
3490 1997-06-11 Martin Buchholz <mrb@eng.sun.com>
3493 * lwlib/Makefile.in:
3494 * lib-src/Makefile.in:
3495 * Makefile.in: More Makefile cleanup
3496 - add .PHONY targets where necessary
3497 - remove most builtin rules using .SUFFIXES
3498 - -lXau only gets used for linking gnuserv binaries
3499 - No VPATH for root Makefile
3500 - remove gcc v1 support
3502 - A new test to autodetect need to define NARROWPROTO,
3504 - Consistently use idiom foo=`echo '' $foo | sed -s 's:^ ::' -e ...`
3505 - Immediately exit if SIZEOF_* tests fail.
3507 - Use more sophisticated Xpm test that confirms xpm.h and libXpm
3510 * src/m/intel386.h: Yet another attempt to clean up linux defines.
3512 1997-06-10 Steven L Baur <steve@altair.xemacs.org>
3514 * lib-src/pop.c: Correct incantation for pop.h.
3515 From Martin Buchholz <mrb@Eng.Sun.COM>
3517 Tue Jun 10 15:11:16 1997 Steven L Baur <steve@altair.xemacs.org>
3519 * configure.in (beta): Correct test looking for Beta number.
3521 1997-06-11 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3523 * src/Makefile.in.in, mule/language/misc-lang.el,
3524 mule/mule-load.el, mule/ipa-hooks.el: Use
3525 lisp/mule/language/misc-lang.el instead of lisp/mule/ipa-hooks.el;
3526 mule/ipa-hooks.el was deleted.
3528 1997-06-10 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3530 * Use lisp/mule/language/thai-util.el instead of
3533 * lisp/custom/wid-edit.el: Add widget `coding-system' for mule.
3535 * lisp/mule/thai-hooks.el, lisp/mule/mule-load.el: Use
3536 lisp/mule/language/thai.el instead of lisp/mule/thai-hooks.el.
3538 * lisp/mule/language/thai.el: modified for XEmacs.
3540 1997-06-09 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3542 * lisp/mule/mule-load.el, src/Makefile.in.in: Use
3543 lisp/mule/language/chinese.el, lisp/mule/language/cyrillic.el,
3544 lisp/mule/language/european.el, lisp/mule/language/greek.el,
3545 lisp/mule/language/japanese.el and lisp/mule/language/korean.el
3546 instead of lisp/mule/chinese-hooks.el,
3547 lisp/mule/cyrillic-hooks.el, lisp/mule/european-hooks.el,
3548 lisp/mule/greek-hooks.el, lisp/mule/japanese-hooks.el and
3549 lisp/mule/korean-hooks.el.
3551 * lisp/mule/language/*.el was imported from
3552 Emacs/mule-19.34.94-zeta.
3554 * Use lisp/mule/language/china-util.el instead of
3555 lisp/mule/chinese.el.
3557 1997-06-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3559 * lisp/apel/emu-x20.el (mime-charset-coding-system-alist):
3560 iso-8859-1, hz-gb-2312, cn-gb-2312, gb2312, cn-big5 and koi8-r
3561 were defined as coding-system.
3563 1997-06-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3565 * etc/smilies/Face_smile.xbm, etc/smilies/Face_weep.xbm,
3566 etc/smilies/Face_ase2.xbm, etc/smilies/Face_ase3.xbm,
3567 etc/smilies/Face_ase.xbm: Add Japanese smiley faces.
3569 1997-06-07 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3571 * lisp/gnus/smiley.el (smiley-deformed-regexp-alist): Add Japanese
3574 1997-06-10 Gary D. Foster <Gary.Foster@corp.sun.com>
3576 * lisp/modes/view-less.el: Changed \177 bindings to 'delete
3577 * lisp/modes/help.el: Changed \177 bindings to 'delete
3579 1997-06-10 Gary D. Foster <Gary.Foster@corp.sun.com>
3581 * lisp/prim/keydefs.el: Changed all 'delete key bindings to point to
3582 the `backward-or-forward-foo' functions.
3583 * lisp/prim/simple.el:
3584 - Renamed `delete-erases-forward' to `delete-key-deletes-forward'.
3585 - Removed `backspace-or-delete-hook'
3586 - Renamed `backspace-or-delete' to `backward-or-forward-delete-char'
3587 - Added functions: `backward-or-forward-kill-word'
3588 `backward-or-forward-kill-sentence'
3589 `backward-or-forward-kill-sexp'
3590 - Removed the zmacs hacks from all the `b-or-f-foo' functions and
3591 began playing nicely with pending-del.
3592 * lisp/modes/cc-mode.el:
3593 * lisp/modes/cperl-mode.el: Fixed references to delete functions
3594 to use the new names.
3596 1997-06-09 Steven L Baur <steve@altair.xemacs.org>
3598 * XEmacs 20.3-b5 is released.
3600 1997-06-08 Steven L Baur <steve@altair.xemacs.org>
3602 * etc/NEWS: Updates for early beta20.3 stuffs.
3603 From Hrvoje Niksic <hniksic@srce.hr>
3605 1997-06-05 Steven L Baur <steve@altair.xemacs.org>
3607 * XEmacs 20.3-b4 is released.
3609 1997-06-04 Martin Buchholz <mrb@eng.sun.com>
3611 * src/*/*.h: Remove definitions of HAVE_UNION_WAIT, in accordance
3612 with new Autoconf 2 mechanisms.
3615 * src/process.c: Use only Posix.1 sys/wait.h-defined symbols
3617 * src/s/netbsd.h: complete rewrite, use ORDINARY_LINK, #ifdef out
3618 old cruft that can be obtained from system header files.
3619 * lib-src/getopt*: Synch with FSF, remove compiler warnings.
3623 * lib-src/gnuslib.c:
3624 * lib-src/profile.c:
3625 * lib-src/movemail.c: Fix compiler warnings
3627 * lib-src/Makefile.in.in: Remove unused -DCONFIG_BROKETS flag
3628 - Fix up compile flags for new etags version
3632 * man/xemacs/programs.texi:
3633 * lib-src/etags.c: Upgraded to etags 12.11
3635 * src/config.h.in: Fix inline keyword support
3637 * configure.in: Use a different mechanism for removing extra white
3638 space. Avoid using foo=`echo $bar`, which loses with various echos.
3639 - new M4 macro XE_SPACE(var, words...)
3640 - Use autoconf 2's AC_HEADER_SYS_WAIT
3641 - Check for Xpm-XpmFree instead of Xpm-XpmReadFileToData to avoid
3642 linking with losing Xpm implementations
3643 - Check for correct wnn4 lib symbols
3644 - Only link with inline.o when using gcc
3645 - Support inline keywords inline, __inline, __inline__
3646 - Ultrix now implies have_mmap=no
3647 - Sun sound in non-standard dirs now works
3648 - --native-sound-lib no longer ignored on HP & SGI
3649 - gpm configure tests moved after curses configure tests
3651 1997-06-04 Gary D. Foster <Gary.Foster@corp.sun.com>
3653 * lisp/modes/cc-mode.el: Modified `c-electric-delete' to honor the
3654 desired delete direction in both normal and "hungry" modes.
3655 * lisp/modes/cperl-mode.el: Modified `cperl-electric-backspace' to
3656 honor the desired delete direction.
3658 1997-05-30 Martin Buchholz <mrb@eng.sun.com>
3660 * configure.in: Automagically compute -R path for gcc
3662 1997-05-30 Gary D. Foster <Gary.Foster@corp.sun.com>
3664 * lisp/vm/vm-vars.el: Fixed delete key binding to call
3667 Thu May 29 15:35:07 1997 Martin Buchholz <mrb@eng.sun.com>
3669 * configure.in: Add support for Solaris2.6 -z ignore linker flags
3671 1997-05-29 Martin Buchholz <mrb@eng.sun.com>
3673 * configure.in: Replace standard Autoconf MMAP test with Neal
3674 Becker's replacement, hacked somewhat.
3676 1997-05-16 Gary D. Foster <Gary.Foster@corp.sun.com>
3678 * lisp/prim/simple.el: Created `backspace-or-delete' function and
3679 `backspace-or-delete-hook'
3680 * lisp/prim/keydefs.el: Changed \177 bindings to point to new
3682 * lisp/modes/*.el: Removed conflicting \177 bindings.
3683 * lisp/modes/cc-mode.el: Modified `c-electric-delete' to use new
3685 * lisp/modes/cperl-mode.el: Modified `cperl-electric-backspace' to
3686 use new delete bindings.
3688 1997-06-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3690 * lisp/x11/x-menubar.el (default-menubar): Add menu for Mule.
3692 * lisp/mule/mule-cmds.el: Menu for XEmacs were moved to
3695 1997-06-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3697 * lisp/leim/quail.el: to avoid compiling warnings about
3700 1997-06-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3702 * lisp/leim/quail.el: to sync with quail.el of
3703 Emacs-19.34.94-zeta.
3705 * lisp/leim/quail/ziranma.el, lisp/leim/quail/tonepy.el,
3706 lisp/leim/quail/py.el, lisp/leim/quail/qj.el,
3707 lisp/leim/quail/sw.el, lisp/leim/quail/ccdospy.el,
3708 lisp/leim/quail/punct.el, lisp/leim/quail/4corner.el,
3709 lisp/leim/quail/symbol-ksc.el, lisp/leim/quail/ethiopic.el,
3710 lisp/leim/quail/hanja.el, lisp/leim/quail/quick-cns.el,
3711 lisp/leim/quail/tsangchi-cns.el, lisp/leim/quail/lrt.el,
3712 lisp/leim/quail/tsangchi-b5.el, lisp/leim/quail/devanagari.el,
3713 lisp/leim/quail/japanese.el, lisp/leim/quail/quick-b5.el,
3714 lisp/leim/quail/punct-b5.el, lisp/leim/quail/qj-b5.el,
3715 lisp/leim/quail/py-b5.el, lisp/leim/quail/ctlau.el,
3716 lisp/leim/quail/ctlaub.el, lisp/leim/quail/ecdict.el,
3717 lisp/leim/quail/array30.el, lisp/leim/quail/hangul3.el,
3718 lisp/leim/quail/hanja-jis.el, lisp/leim/quail/cyrillic.el,
3719 lisp/leim/quail/etzy.el, lisp/leim/quail/greek.el,
3720 lisp/leim/quail/ipa.el, lisp/leim/quail/lao.el,
3721 lisp/leim/quail/zozy.el, lisp/leim/quail/viqr.el,
3722 lisp/leim/quail/latin.el, lisp/leim/quail/thai.el,
3723 lisp/leim/quail/hangul.el: quail of LEIM for Emacs-19.34.94-zeta.
3725 1997-06-02 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3727 * mule/korean.el was abolished because it seems not to be used.
3729 * mule/japanese.el was abolished because it seems not to be used.
3731 1997-06-01 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3733 * lisp/tm/gnus-mime-old.el was abolished because XEmacs 20.3 has
3736 * lisp/tm/tm-edit.el: updated to 7.108.
3738 * lisp/tm/tm-view.el: updated to 7.83.
3740 * lisp/leim/quail.el: modified for XEmacs.
3742 * lisp/mule/mule-load.el, lisp/mule/mule-process.el: delete
3743 mule-process.el because it is not used.
3745 * lisp/mule/european.el was abolished because it seems not to be
3748 * lisp/mule/mule-load.el: must load mule-cmds before setting for
3749 language-environment.
3751 * lisp/mule/european-hooks.el: Modified for LEIM.
3753 * lisp/mule/mule-cmds.el: Uncomment key definition for
3754 `toggle-input-method'.
3756 * lisp/mule/mule-init.el: Comment out about `mule-keymap' (moved
3759 * lisp/mule/mule-cmds.el: Uncomment about `mule-keymap' (moved
3762 * lisp/tl/tl-atype.el: Don't require tl-str.
3764 * lisp/tl/tl-atype.el: Use atype.el of APEL.
3766 * lisp/tl/tl-list.el: Use alist.el of APEL.
3768 1997-05-31 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3770 * lisp/tl/richtext.el, lisp/tl/emu-x20.el, lisp/tl/emu-xemacs.el,
3771 lisp/tl/emu.el, lisp/tl/emu-e19.el: moved to apel/.
3773 * lisp/tl/file-detect.el, lisp/tl/filename.el: replaced by APEL's.
3775 * lisp/mu/std11-parse.el, lisp/mu/std11.el: moved to apel/.
3777 * lisp/leim/quail.el: Add new quail.el (imported from Emacs
3780 * lisp/leim/skk/skkdic.el: delete skkdic.el temporary because
3781 XEmacs can not compile it.
3783 * lisp/leim/skk/skkdic.el, lisp/leim/quail/zozy.el,
3784 lisp/leim/quail/ziranma.el, lisp/leim/quail/viqr.el,
3785 lisp/leim/quail/tsangchi-cns.el, lisp/leim/quail/tsangchi-b5.el,
3786 lisp/leim/quail/symbol-ksc.el, lisp/leim/quail/thai.el,
3787 lisp/leim/quail/tonepy.el, lisp/leim/quail/quick-cns.el,
3788 lisp/leim/quail/sw.el, lisp/leim/quail/qj-b5.el,
3789 lisp/leim/quail/qj.el, lisp/leim/quail/quick-b5.el,
3790 lisp/leim/quail/py-b5.el, lisp/leim/quail/py.el,
3791 lisp/leim/quail/lao.el, lisp/leim/quail/latin.el,
3792 lisp/leim/quail/lrt.el, lisp/leim/quail/punct-b5.el,
3793 lisp/leim/quail/punct.el, lisp/leim/quail/hanja-jis.el,
3794 lisp/leim/quail/hanja.el, lisp/leim/quail/ipa.el,
3795 lisp/leim/quail/japanese.el, lisp/leim/quail/hangul3.el,
3796 lisp/leim/quail/etzy.el, lisp/leim/quail/greek.el,
3797 lisp/leim/quail/hangul.el, lisp/leim/quail/ethiopic.el,
3798 lisp/leim/quail/devanagari.el, lisp/leim/quail/ecdict.el,
3799 lisp/leim/quail/ctlau.el, lisp/leim/quail/ctlaub.el,
3800 lisp/leim/quail/cyrillic.el, lisp/leim/quail/array30.el,
3801 lisp/leim/quail/ccdospy.el, lisp/leim/quail/4corner.el: Add LEIM
3802 elisp files; old lisp/quail was abolished.
3804 * src/Makefile.in.in: Add mule-cmds.elc.
3806 * lisp/mule/mule-load.el, lisp/mule/mule-cmds.el: Add mule-cmds.el
3807 (imported from Emacs-19.34.94-epsilon and comment out a lot to
3808 avoid conflict with mule-init.el or other XEmacs/mule files).
3810 * lisp/prim/simple.el (assoc-ignore-case): New function; imported
3811 from Emacs-19.34.94-epsilon.
3813 1997-05-29 Steven L Baur <steve@altair.xemacs.org>
3815 * XEmacs 20.3-beta3 is released.
3817 * INSTALL: Delete documentation of mocklisp support.
3819 * configure.in: Delete mocklisp support.
3821 * etc/FTP: Update mirror info.
3823 * etc/DISTRIB: Update mirror info.
3825 1997-05-29 Martin Buchholz <mrb@eng.sun.com>
3827 * configure.in: Replace standard Autoconf MMAP test with Neal
3828 Becker's replacement, hacked somewhat.
3830 1997-05-28 Martin Buchholz <mrb@eng.sun.com>
3832 * lisp/prim/files.el (auto-mode-alist): Reorg auto-mode-alist again.
3834 * lib-src/etags.c: Version 12.7 from Francesco.
3836 * configure.in: Juggle link order of X libraries.
3837 Add support for using zsh to run configure.
3838 Document --with-tty=no.
3839 Fix -no-recursion option.
3840 Recognize and ignore --cache-file option.
3841 Recognize null values for preprocessor symbols converted to shell
3842 variables. This maybe fixes the "-ltermcap" problem.
3843 Remove spurious blanks from various SUBST-ituted variables.
3844 Fix conditional creation of gdbinit.
3845 Conditionally create .sbinit for Sunpro C.
3847 1997-05-26 Steven L Baur <steve@altair.xemacs.org>
3849 * etc/FTP: Correct typo in ftp.cenatls.cena.dgac.fr.
3851 * etc/DISTRIB: Ditto.
3853 1997-05-22 Steven L Baur <steve@altair.xemacs.org>
3855 * XEmacs 20.3-beta2 is released.
3857 Thu May 22 04:19:09 1997 Martin Buchholz <mrb@eng.sun.com>
3859 * configure.in: Try to fix all reported bugs with 20.3-b1.
3860 Change HAVE_WNN6 to WNN6. WNN6 correctly autodetected.
3861 extra-verbose now default on beta builds.
3862 extra-verbose now much more verbose.
3863 Don't set libs_termcap to " ".
3864 Detect -lXm AFTER detecting -lXpm.
3865 Use runtime paths before running tests, since AC_TRY_RUN may
3867 with-xim=motif only default on Solaris.
3868 realpath moved from s&m to configure.in.
3869 xemacs-version.h removed. main_1 now contains $canonical as well,
3870 for even more useful backtraces.
3871 termcap handling rewritten.
3872 Create .sbinit for Sun's source browser.
3873 Warn user if no XPM support present.
3874 Warn user if compiling in error checking.
3876 * Makefile.in: use MAKE_SUBDIR consistently. Remove references to
3877 dynodump. Remove core when cleaning. Remove config.log.
3878 make distclean now functional.
3880 Tue Jun 4 10:15:54 1996 Per Bothner <bothner@deneb.cygnus.com>
3882 * etc/e/eterm.ti: Add kcub1, kcuf1, kcuu1, kcud1 capabilities.
3884 Sun May 18 13:03:20 1997 Steven L Baur <steve@altair.xemacs.org>
3886 * lwlib/Makefile.in.in (distclean): Clean up config.h.
3888 * Makefile.in (distclean): Remve config.log.
3889 remove broken dynodump stuffs.
3891 Sat May 17 20:30:54 1997 Steven L Baur <steve@altair.xemacs.org>
3893 * XEmacs 20.3-b1 is released.
3895 Fri May 16 20:38:19 1997 Steven L Baur <steve@altair.xemacs.org>
3897 * info/dir (Packages): Update minor version number.
3899 * etc/README: Update minor version number.
3901 * README: Update minor version number.
3903 Tue May 13 20:35:52 1997 Steven L Baur <steve@altair.xemacs.org>
3905 * XEmacs-20.2 is released.
3907 Sat May 10 16:14:30 1997 Steven L Baur <steve@altair.xemacs.org>
3909 * XEmacs 20.2-b6 is released.
3911 Thu May 8 20:22:34 1997 Steven L Baur <steve@altair.xemacs.org>
3913 * XEmacs 20.2-b5 is released.
3915 Fri May 2 16:50:02 1997 Steven L Baur <steve@altair.xemacs.org>
3917 * XEmacs 20.2-b4 is released.
3919 Thu May 1 18:13:38 1997 Steven L Baur <steve@altair.xemacs.org>
3921 * configure.in (--with-xim): Don't default it to Motif since it
3922 causes crashes at startup on some systems.
3924 Sun Apr 27 12:25:55 1997 Steven L Baur <steve@altair.xemacs.org>
3926 * XEmacs 20.2-b3 is released.
3928 Wed Apr 23 10:33:58 1997 Steven L Baur <steve@altair.xemacs.org>
3930 * XEmacs 20.2-b2 is released.
3932 * configure.in (beta): OPENWINHOME misspelled.
3934 Mon Apr 21 14:48:29 1997 Steven L Baur <steve@altair.xemacs.org>
3936 * etc/BETA (writing): Update with information about how to create
3939 Sat Apr 19 16:13:16 1997 Steven L Baur <steve@altair.xemacs.org>
3941 * XEmacs 20.2-b1 is released.
3943 Thu Apr 17 21:33:59 1997 Steven L Baur <steve@altair.xemacs.org>
3945 * configure.in (beta): SONY NEWS-OS has /etc/osversion and not
3948 Wed Apr 16 17:44:05 1997 Steven L Baur <steve@altair.xemacs.org>
3950 * XEmacs 20.1 is re-released.
3952 Tue Apr 15 21:03:22 1997 Steven L Baur <steve@altair.xemacs.org>
3954 * XEmacs 20.1 is released.
3956 Sat Apr 12 20:11:08 1997 Steven L Baur <steve@altair.xemacs.org>
3958 * XEmacs 20.1-b15 is released.
3960 Sat Apr 12 09:01:32 1997 Hrvoje Niksic <hniksic@srce.hr>
3961 * PROBLEMS: I have cleaned up a bit the PROBLEMS file, by:
3962 1) changing it into sections -- there is now a section for building,
3963 running and compatibility problems
3965 2) removing some obviously obsolete entries -- e.g. those pertaining
3966 to Emacs 18, etc. --> size is off by 20K
3968 3) Rearranging the entries by relevance. I have tried to put the most
3969 relevant entries in front.
3971 Thu Apr 10 19:07:26 1997 Steven L Baur <steve@altair.xemacs.org>
3973 * XEmacs 20.1-b14 is released. (Beta 13 was skipped).
3975 Wed Apr 9 22:52:06 1997 Steven L Baur <steve@altair.xemacs.org>
3977 * XEmacs 20.1-b12 is released.
3979 Sun Apr 6 22:31:00 1997 Tatsuya Ichikawa <ichikawa@hv.epson.co.jp>
3981 * configure.in: Cosmetic change to summary print of POP/Kerberos/
3984 Sat Apr 5 09:11:36 1997 Steven L Baur <steve@altair.xemacs.org>
3986 * XEmacs 20.1-b11 is released.
3988 Wed Apr 2 15:27:35 1997 Steven L Baur <steve@altair.xemacs.org>
3990 * Makefile.in (install-only): New target. Functionality suggested
3991 by Larry Schwimmer, correct way of doing it suggested by Chuck
3994 * configure.in: Default to "-Olimit 2000" as suggested by Jamie
3995 Zawinski for SGI cc and Irix 6.
3997 Tue Apr 1 12:23:13 1997 Steven L Baur <steve@altair.xemacs.org>
3999 * configure.in: Add configuration parameters for Emacs 19.34
4000 movemail.c (--with-pop, --with-kerberos, --with-hesiod).
4002 Fri Mar 28 19:58:41 1997 Steven L Baur <steve@altair.xemacs.org>
4004 * configure.in: Remove garbage if [ ... ] constructs and a
4007 Thu Mar 27 18:24:19 1997 Steven L Baur <steve@altair.xemacs.org>
4009 * XEmacs 20.1-b10 is released.
4011 Wed Mar 26 22:31:10 1997 Steven L Baur <steve@altair.xemacs.org>
4013 * Remove vms top-level directory.
4015 * XEmacs 19.15 final released to beta testers.
4017 Tue Mar 25 19:13:27 1997 Steven L Baur <steve@altair.xemacs.org>
4019 * XEmacs 19.15 prefinal released to beta testers.
4021 Mon Mar 24 12:28:17 1997 Steven L Baur <steve@altair.xemacs.org>
4023 * configure.in (--debug): Correct documentation.
4025 Sun Mar 23 17:24:38 1997 Steven L Baur <steve@altair.xemacs.org>
4027 * XEmacs 19.15-b104 is released.
4029 Sat Mar 22 19:56:36 1997 Steven L Baur <steve@altair.xemacs.org>
4031 * etc/sgml/CATALOG: Default to html-3.2final.
4033 Sat Mar 22 17:55:15 1997 Darrell Kindred <dkindred@cmu.edu>
4035 * configure.in (beta): Add configure support for the -rpath flag
4036 for IRIX analogous to the Solaris "-R".
4038 Sat Mar 22 16:47:08 1997 Steven L Baur <steve@altair.xemacs.org>
4040 * info/dir (Packages): Add HM-HTML-Mode to menu.
4042 Sat Mar 22 21:27:41 1997 Tomasz J. Cholewo <t.cholewo@ieee.org>
4044 * configure.in: Echo only current configuration using 'tee -a'.
4046 Fri Mar 21 21:26:01 1997 Steven L Baur <steve@altair.xemacs.org>
4048 * XEmacs-19.15-b103 is released.
4049 * XEmacs-20.0-b9 is released.
4051 * Makefile.in (top_distclean): Add `Installation' to distclean
4054 Fri Mar 21 20:05:29 1997 Darrell Kindred <dkindred@cmu.edu>
4056 * Makefile.in (autoloads): Pass $(MAKE) to update-elc.sh and
4057 update-autoloads.sh.
4059 Thu Mar 20 20:14:16 1997 Steven L Baur <steve@altair.xemacs.org>
4061 * XEmacs-19.15-b102 is released.
4063 Tue Mar 18 21:52:36 1997 Steven L Baur <steve@altair.xemacs.org>
4065 * XEmacs-19.15-b101 is released.
4067 Mon Mar 17 19:09:29 1997 Steven L Baur <steve@altair.xemacs.org>
4069 * XEmacs-20.1-b8 is released.
4070 * XEmacs-19.15-b100 is released.
4072 Sat Mar 15 17:15:18 1997 Steven L Baur <steve@altair.xemacs.org>
4074 * XEmacs-20.1-b7 is released.
4075 * XEmacs-19.15-b99 is released.
4077 * etc/sgml/CATALOG: Added IE3 DTDs and htmlpro DTD.
4079 Thu Mar 13 10:40:11 1997 Steven L Baur <steve@altair.xemacs.org>
4081 * configure.in: Add sunos4-1-4 header files.
4083 Wed Mar 12 18:53:08 1997 Steven L Baur <steve@altair.xemacs.org>
4085 * configure.in: Use new file bsdos3.h with BSDI 3.0.
4087 Sat Mar 8 15:19:33 1997 Steven L Baur <steve@altair.xemacs.org>
4089 * XEmacs-20.1-b6 is released.
4090 * XEmacs-19.15-b98 is released.
4092 Wed Mar 5 18:55:36 1997 Steven L Baur <steve@altair.xemacs.org>
4094 * Makefile.in (install-arch-indep): Offer to compress lisp sources.
4095 (gzip-el): New targe for compressed installed lisp sources.
4097 Tue Mar 4 23:28:37 1997 Martin Buchholz <mrb@eng.sun.com>
4099 * lib-src/update-elc.sh: VM is compiled after the byte-compiler,
4100 but before anything else. More flexible about finding an xemacs
4101 to use for byte-compilation (default src/xemacs). Other minor fixes.
4103 Mon Mar 3 23:57:56 1997 Steven L Baur <steve@altair.xemacs.org>
4105 * XEmacs 20.1-b5 is released.
4107 Mon Mar 3 18:09:17 1997 Steven L Baur <steve@altair.xemacs.org>
4109 * XEmacs 20.1-b4 is released.
4111 Sat Mar 1 15:38:30 1997 Steven L Baur <steve@altair.xemacs.org>
4113 * Makefile.in (distclean): Correct typos.
4115 * XEmacs 19.15-b96 is released.
4117 * configure.in: Symlink site-lisp when using --srcdir.
4118 Add special handling of lisp directory to allow for multiple
4119 site-packages files.
4121 Fri Feb 28 20:38:46 1997 Steven L Baur <steve@altair.xemacs.org>
4123 * Makefile.in (distclean): Create lock and site-lisp directories
4124 when they don't exist (after being pruned by CVS).
4126 Tue Mar 4 00:41:38 1997 Hrvoje Niksic <hniksic@srce.hr>
4128 * etc/sample.Xdefaults: Added customization of foreground and
4129 background colors for the `default' face.
4131 Wed Feb 26 22:12:12 1997 Steven L Baur <steve@altair.xemacs.org>
4133 * Makefile.in (top_distclean): Reset src/PURESIZE.h for
4136 * XEmacs 20.1-b3 is released.
4138 Sun Feb 23 17:10:09 1997 Steven L Baur <steve@altair.xemacs.org>
4140 * XEmacs 20.1-b2 is released.
4142 Sat Feb 22 14:29:44 1997 Steven L Baur <steve@altair.xemacs.org>
4144 * XEmacs 19-15-b'95 is released.
4146 Fri Feb 21 22:29:51 1997 Martin Buchholz <mrb@eng.sun.com>
4148 * etc/toolbar/workshop-cap-up.xpm: Moved caption up one pixel.
4150 * lwlib/xlwscrollbar.c : Fix many scrollbar bugs:
4151 - "knob" renamed to "slider"
4152 - leftmost pixel wasn't sensitive to button clicks, while righmost
4154 - many glitches fixed if Emacs*XlwScrollBar.ArrowPosition:same:
4155 - goobers on top of up-arrow removed.
4156 - up-arrow would not always be redrawn when necessary
4157 - slider drag would be `off' by size of up-arrow
4158 - horizontal and vertical scrollbars didn't use exactly the same
4160 - slider was never drawn if XlwScrollBar.shadowThickness was 0.
4161 - Now up- and down-arrows actually work near beginning/end of buffer!
4163 Thu Feb 20 12:40:57 1997 Jan Vroonhof <vroonhof@math.ethz.ch>
4165 * configure.in (with_xauth): Attempted correction of test for
4168 Sat Feb 15 14:11:03 1997 Steven L Baur <steve@altair.xemacs.org>
4170 * XEmacs 20.1-b1 is released.
4171 * XEmacs 19.15-b94 is released.
4173 Fri Feb 14 23:23:03 1997 Steven L Baur <steve@altair.xemacs.org>
4175 * README: ``This directory tree holds version 19.13 ...'' ???
4177 Sun Feb 9 16:15:55 1997 Steven L Baur <steve@altair.xemacs.org>
4179 * XEmacs 19.15-b93 is released.
4180 XEmacs 20.0 is released to the 'net.
4182 Fri Feb 7 19:21:34 1997 Steven L Baur <steve@altair.xemacs.org>
4184 * XEmacs 20.0try3 is released.
4186 Wed Feb 5 18:03:06 1997 Steven L Baur <steve@altair.xemacs.org>
4188 * XEmacs 20.0try2 is released.
4190 Mon Feb 3 19:39:08 1997 Steven L Baur <steve@altair.xemacs.org>
4192 * XEmacs 19.15-b92 is released.
4194 Sat Feb 1 18:17:38 1997 Steven L Baur <steve@altair.xemacs.org>
4196 * XEmacs 20.0try1 is released.
4197 * XEmacs 19.15-b91 AKA XEmacs '97 NOT! is released.
4199 Sat Feb 1 00:00:48 1997 Steven L Baur <steve@altair.xemacs.org>
4201 * PROBLEMS: Updated from beta test bug reports.
4202 Put in outline-mode/outl-mouse-minor-mode by default.
4204 Wed Jan 29 19:59:41 1997 Steven L Baur <steve@altair.xemacs.org>
4206 * CHANGES-beta: XEmacs 20.0-b93 is released.
4208 Sat Jan 25 15:43:59 1997 Steven L Baur <steve@altair.xemacs.org>
4210 * CHANGES-beta: XEmacs 20.0-b92 is released.
4212 Fri Jan 24 09:54:01 1997 Steven L Baur <steve@altair.xemacs.org>
4214 * lwlib/xlwmenu.c (massage_resource_name): Changed comparison of
4217 Thu Jan 23 10:39:34 1997 Martin Buchholz <mrb@eng.sun.com>
4219 * lib-src/update-elc.sh (ignore_dirs): Quoting portability.
4221 Wed Jan 22 21:07:17 1997 Steven L Baur <steve@altair.xemacs.org>
4222 * XEmacs 20.0-b91 (prerelease 2) is released.
4224 * configure.in (--with-scrollbars): Add Athena3d as a toolkit
4227 * lwlib/lwlib-Xaw.c (xaw_update_one_widget): Let Athena 3d have 0
4229 (xaw_scrollbar_scroll): Use SCROLLBAR_LINE_UP and
4230 SCROLLBAR_LINE_DOWN since that's current the only to get to the
4231 bottom of the buffer. :-(
4233 Tue Jan 21 20:01:19 1997 Steven L. Baur <steve@altair.xemacs.org>
4235 * configure.in (beta): Add LWLIB_USES_ATHENA for odd
4236 configurations that use both Motif and Athena.
4238 * etc/sgml/HTML32.dtd: html-3.2 final dtd added.
4240 Wed Jan 15 12:55:19 1997 Steven L Baur <steve@altair.xemacs.org>
4242 * info/dir (Gnus): Updated spelling and info.
4244 Mon Jan 13 13:37:27 1997 Steven L Baur <steve@altair.xemacs.org>
4246 * configure.in: Remove assignment of NON_GNU_CPP for irix-6.0.
4248 Mon Jan 13 00:36:01 1997 Martin Buchholz <mrb@eng.sun.com>
4250 * lib-src/make-docfile.c (scan_lisp_file): eliminate doc-string
4251 warnings for ccl-read-*
4253 Sat Jan 11 12:05:31 1997 Steven L Baur <steve@altair.xemacs.org>
4255 * etc/sample.emacs: Remove code snippet that wipes out the cycle
4256 buffer modeline feature.
4258 * XEmacs 20.0 beta90 (prerelease 1) is released.
4259 * XEmacs 19.15 beta90 (prerelease 1) is released.
4261 Tue Jan 7 08:45:16 1997 Steven L Baur <steve@altair.xemacs.org>
4263 * configure.in (LIBS): Revise test for XFree86 (look for XF86Config).
4265 Sat Jan 4 14:52:57 1997 Steven L Baur <steve@altair.xemacs.org>
4266 * XEmacs 20.0 beta 34 is released.
4267 * XEmacs 19.15 beta 7 is released.
4269 Fri Jan 3 15:18:59 1997 Jeff Miller <jmiller@smart.net>
4271 * lwlib/Makefile.in.in: lwlib is required if X11 is used.
4273 Wed Jan 1 08:30:48 1997 Martin Buchholz <mrb@eng.sun.com>
4275 * src/emacs.c: Make sure
4276 `./temacs -batch -l loadup.el run-temacs <emacs-args>'
4279 * src/Makefile.in.in (rtcmacs): Add support for RTC, Sun's
4280 competitor to Purify.
4282 * man/lispref/symbols.texi: Fix up bit vector documentation
4283 * man/lispref/sequences.texi: Fix up bit vector documentation
4285 * lisp/sunpro/sunpro-load.el: Only preload mime-setup for Sun.
4287 * lisp/prim/update-elc.el: Don't rely on autoloads.
4289 Tue Dec 31 09:46:13 1996 Martin Buchholz <mrb@eng.sun.com>
4291 * lisp/prim/auto-autoloads.el: New, completely program-generated, file
4292 * lib-src/update-autoloads.sh: Rewritten to use auto-autoloads.el.
4293 * lisp/utils/autoload.el: Reorganization of autoload mechanism:
4294 Errors during autoload generation are just that - errors.
4296 Generated autoloads are now in a separate file of their own.
4298 Reliability of autoload generation greatly increased.
4300 Distribution smaller by about 100k.
4302 `make autoloads' is still the preferred mechanism for update.
4304 Autoloads are always regenerated completely from scratch. This
4305 avoids errors with obsolete or corrupted autoload entries.
4307 Caching of autoload entries using timestamps has been eliminated.
4309 Files that have no autoloads no longer have a comment placed into
4310 the generated autoloads file.
4312 There was a bug where autoload entries would sometimes end up
4313 being inserted into the *middle* of other autoload entries,
4314 thereby corrupting them.
4316 * src/event-Xt.c: Remove SUNOS_GCC_L0_BUG kludge.
4318 Sun Dec 29 05:37:43 1996 Martin Buchholz <mrb@eng.sun.com>
4320 * lib-src/update-autoloads.sh: Make sure that `make autoloads'
4321 doesn't use the autoload facility to load `autoload';
4322 load it explicity instead.
4324 * lib-src/update-elc.sh (ignore_dirs): ignore SCCS, CVS, RCS dirs
4326 * man/Makefile: Reinstate hyperbole & oo-browser manuals
4328 * lisp/modes/mail-abbrevs.el: Apply patch originated from Noah Friedman
4330 * src/mule-charset.c: Use lower case for charset registry, to
4333 * Makefile.in: replace list of info files with *.info* - one less
4334 maintenance headache
4336 * etc/sample.emacs: Add sample code to highlight continuation glyph
4338 * man/oo-browser.texi: Fix TeXability
4340 * man/hyperbole.texi: Fix TeXability
4342 * man/vhdl-mode.texi: Fix TeXability
4344 * lisp/prim/loaddefs.el: Wholesale housecleaning
4345 `make autoloads' should finally work.
4347 * lib-src/emacsclient.c (main): ANSIfication, compiler warning removal
4349 * lisp/mule/mule-files.el: Add support for multi-lingual info files.
4351 * lib-src/update-elc.sh: `make all-elc' was updating files in
4352 `special' directories without using the Makefiles
4353 designed for that purpose.
4354 - make sure ilisp isn't remade every time through `make all-elc'.
4356 * info/dir (Packages): Add Japanese TM info files
4358 * src/inline.c: Allow compilation with `gcc -g'
4360 * src/syntax.c (word_constituent_p): Allow compilation with `gcc -g'
4362 * src/lread.c: Don't put `...' immediately after a filename, so
4363 that various tools can recognize the filename as such.
4365 * src/event-Xt.c (x_to_emacs_keysym): Fix crash when
4366 --with-xim=xlib and key event on window frame.
4367 Change return foo to return (foo) when return is a macro.
4369 * src/editfns.c (Ffollowing_char): docstring fixes.
4371 * man/tm/Makefile: Add support for Japanese TM info (but not dvi) files.
4372 This Makefile is no longer officially broken.
4374 * info/dir: Add Japanese tm documents.
4376 * man/tm/tm-vm-en.texi: Make document TeX-friendly.
4378 * lib-src/update-autoloads.sh (EMACS): Don't rely on non-portable
4381 * lisp/mule/mule-files.el (file-coding-system-alist): Make sure
4382 the `binary' coding system is used for .gz and .Z extensions.
4384 * man/viper.texi: Viper version 2.90
4386 * man/ediff.texi: Ediff Version 2.62
4388 * lisp/packages/ispell.el (ispell-word): Avoid using strings with
4389 define-key, for compatibility with loaddefs.el
4391 * lisp/modes/eiffel3.el: Make compatible with update-autoloads.
4393 * lisp/ilisp/Makefile (elc): Add target to avoid re-compilation.
4395 * lib-src/update-elc.sh: XEmacs sometimes re-byte-compiled elisp
4396 files in dirs that have their own Makefiles.
4400 Sun Dec 29 17:02:49 1996 Steven L Baur <steve@altair.xemacs.org>
4402 * Makefile.in (install-arch-indep): Force compression with `gzip -f'.
4404 * lib-src/update-elc.sh (NUMTOCOMPILE): Ignore CVS directories.
4406 * Makefile.in (install-arch-indep): Catch .info-[0-9]* files for
4409 Sat Dec 28 15:33:27 1996 Steven L Baur <steve@altair.xemacs.org>
4411 * XEmacs 20.0 beta 33 is released.
4412 * XEmacs 19.15 beta 6 is released.
4414 Fri Dec 27 20:34:58 1996 Richard Mlynarik <mly@adoc.xerox.com>
4416 * etc/yow.lines: 20k of new zippy quotes.
4418 Fri Dec 27 01:02:41 1996 Martin Buchholz <mrb@eng.sun.com>
4420 * Makefile.in (install-arch-indep): Simplify installation of info
4423 Sat Dec 21 15:20:20 1996 Steven L Baur <steve@altair.xemacs.org>
4424 * XEmacs 20.0-b32 released.
4426 * XEmacs 19.15-b5 released.
4428 Wed Dec 18 20:22:08 1996 Martin Buchholz <mrb@eng.sun.com>
4430 * configure.in: Reformat. Fix shared include file rename
4433 * configure: Reformat. Fix shared include file rename problem.
4435 * dynodump/dynodump.c (__EXTENSIONS__): Define it.
4437 Thu Dec 12 13:19:00 1996 Joseph J Nuspl <nuspl@nvwls.cc.purdue.edu>
4439 * Makefile.in (install-arch-indep): Install infofiles gzipped by
4442 Tue Dec 10 19:25:25 1996 Steven L Baur <steve@altair.xemacs.org>
4444 * CHANGES-beta: XEmacs 20.0-b31 is released.
4446 Tue Dec 10 18:33:19 1996 Rod Whitby <rwhitby@asc.sps.mot.com>
4448 * info/vhdl-mode.info: New file.
4450 * info/dir (Packages): Add vhdl-mode documentation.
4452 Tue Dec 10 18:27:02 1996 Martin Buchholz <mrb@Eng.Sun.COM>
4454 * configure: Make shared/dynamic flags work much more logically.
4456 Tue Dec 10 09:17:22 1996 David Worenklein <dcw@gcm.com>
4458 * configure.in (machine): Patch to make newly renamed shared
4459 link include files work.
4461 Sat Dec 7 16:28:10 1996 Martin Buchholz <mrb@Eng.Sun.COM>
4463 * configure.in: Configure for POSIX getcwd if available.
4465 Thu Dec 5 20:42:35 1996 Steven L Baur <steve@altair.xemacs.org>
4467 * etc/edt-user.doc (File): New file from Emacs 19.34.
4469 Thu Dec 5 11:56:05 1996 Joseph J Nuspl <nuspl@nvwls.cc.purdue.edu>
4471 * configure.in (LIBS): Fix typo in dialog box test.