view ChangeLog @ 160:1c55655d6702

Added tag r20-3b6 for changeset 3bb7ccffb0c0
author cvs
date Mon, 13 Aug 2007 09:41:47 +0200
parents 3bb7ccffb0c0
children 28f395d8dc7a
line wrap: on
line source

1997-06-11  Steven L Baur  <steve@altair.xemacs.org>

	* XEmacs 20.3-b6 is released.

	* configure.in (GNU_MALLOC): Check for (-l)PW instead of (-l)-lPW.
	Suggested by Martin Buchholz  <mrb@eng.sun.com>

1997-06-11  Martin Buchholz  <mrb@eng.sun.com>

	* src/Makefile.in: 
	* lwlib/Makefile.in: 
	* lib-src/Makefile.in: 
	* Makefile.in: More Makefile cleanup
	- add .PHONY targets where necessary
	- remove most builtin rules using .SUFFIXES
	- -lXau only gets used for linking gnuserv binaries
	- No VPATH for root Makefile
	- remove gcc v1 support
	* configure.in: 
	- A new test to autodetect need to define NARROWPROTO,
	  needed by XFree86
	- Consistently use idiom foo=`echo '' $foo | sed -s 's:^ ::' -e ...`
	- Immediately exit if SIZEOF_* tests fail.
	- Check for libPW
	- Use more sophisticated Xpm test that confirms xpm.h and libXpm
	  are in sync.
	* src/s/linux.h: 
	* src/m/intel386.h: Yet another attempt to clean up linux defines.

1997-06-10  Steven L Baur  <steve@altair.xemacs.org>

	* lib-src/pop.c: Correct incantation for pop.h.
	From Martin Buchholz <mrb@Eng.Sun.COM>

Tue Jun 10 15:11:16 1997  Steven L Baur  <steve@altair.xemacs.org>

	* configure.in (beta): Correct test looking for Beta number.

1997-06-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* src/Makefile.in.in, mule/language/misc-lang.el,
	mule/mule-load.el, mule/ipa-hooks.el: Use
	lisp/mule/language/misc-lang.el instead of lisp/mule/ipa-hooks.el;
	mule/ipa-hooks.el was deleted.

1997-06-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* Use lisp/mule/language/thai-util.el instead of
	lisp/mule/thai.el.

	* lisp/custom/wid-edit.el: Add widget `coding-system' for mule.

	* lisp/mule/thai-hooks.el, lisp/mule/mule-load.el: Use
	lisp/mule/language/thai.el instead of lisp/mule/thai-hooks.el.

	* lisp/mule/language/thai.el: modified for XEmacs.

1997-06-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* lisp/mule/mule-load.el, src/Makefile.in.in: Use
	lisp/mule/language/chinese.el, lisp/mule/language/cyrillic.el,
	lisp/mule/language/european.el, lisp/mule/language/greek.el,
	lisp/mule/language/japanese.el and lisp/mule/language/korean.el
	instead of lisp/mule/chinese-hooks.el,
	lisp/mule/cyrillic-hooks.el, lisp/mule/european-hooks.el,
	lisp/mule/greek-hooks.el, lisp/mule/japanese-hooks.el and
	lisp/mule/korean-hooks.el.

	* lisp/mule/language/*.el was imported from
	Emacs/mule-19.34.94-zeta.

	* Use lisp/mule/language/china-util.el instead of
	lisp/mule/chinese.el.

1997-06-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* lisp/apel/emu-x20.el (mime-charset-coding-system-alist):
	iso-8859-1, hz-gb-2312, cn-gb-2312, gb2312, cn-big5 and koi8-r
	were defined as coding-system.

1997-06-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* etc/smilies/Face_smile.xbm, etc/smilies/Face_weep.xbm,
	etc/smilies/Face_ase2.xbm, etc/smilies/Face_ase3.xbm,
	etc/smilies/Face_ase.xbm: Add Japanese smiley faces.

1997-06-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* lisp/gnus/smiley.el (smiley-deformed-regexp-alist): Add Japanese
	smiley faces.

1997-06-09  Steven L Baur  <steve@altair.xemacs.org>

	* XEmacs 20.3-b5 is released.

1997-06-08  Steven L Baur  <steve@altair.xemacs.org>

	* etc/NEWS: Updates for early beta20.3 stuffs.
	From Hrvoje Niksic <hniksic@srce.hr>

1997-06-05  Steven L Baur  <steve@altair.xemacs.org>

	* XEmacs 20.3-b4 is released.

1997-06-04  Martin Buchholz  <mrb@eng.sun.com>

	* src/*/*.h: Remove definitions of HAVE_UNION_WAIT, in accordance
	with new Autoconf 2 mechanisms.
	* src/syswait.h:
	* src/sysdep.c:
	* src/process.c: Use only Posix.1 sys/wait.h-defined symbols

	* src/s/netbsd.h: complete rewrite, use ORDINARY_LINK, #ifdef out
	old cruft that can be obtained from system header files.
	* lib-src/getopt*: Synch with FSF, remove compiler warnings.
	
	* lib-src/b2m.c: 
	* src/gifalloc.c: 
	* lib-src/gnuslib.c: 
	* lib-src/profile.c: 
	* lib-src/movemail.c: Fix compiler warnings
	
	* lib-src/Makefile.in.in: Remove unused -DCONFIG_BROKETS flag
	- Fix up compile flags for new etags version

	* etc/NEWS: 
	* etc/etags.1: 
	* man/xemacs/programs.texi: 
	* lib-src/etags.c:  Upgraded to etags 12.11

	* src/config.h.in: Fix inline keyword support
	
	* configure.in: Use a different mechanism for removing extra white 
	space.  Avoid using foo=`echo $bar`, which loses with various echos.
	- new M4 macro XE_SPACE(var, words...)
	- Use autoconf 2's AC_HEADER_SYS_WAIT
	- Check for Xpm-XpmFree instead of Xpm-XpmReadFileToData to avoid
	linking with losing Xpm implementations
	- Check for correct wnn4 lib symbols
	- Only link with inline.o when using gcc
	- Support inline keywords inline, __inline, __inline__
	- Ultrix now implies have_mmap=no
	- Sun sound in non-standard dirs now works
	- --native-sound-lib no longer ignored on HP & SGI
	- gpm configure tests moved after curses configure tests
	
1997-05-30  Martin Buchholz  <mrb@eng.sun.com>

	* configure.in: Automagically compute -R path for gcc

Thu May 29 15:35:07 1997  Martin Buchholz  <mrb@eng.sun.com>

	* configure.in: Add support for Solaris2.6 -z ignore linker flags

1997-05-29  Martin Buchholz  <mrb@eng.sun.com>

	* configure.in: Replace standard Autoconf MMAP test with Neal
	Becker's replacement, hacked somewhat.

1997-06-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* lisp/x11/x-menubar.el (default-menubar): Add menu for Mule.

	* lisp/mule/mule-cmds.el: Menu for XEmacs were moved to
 	x11/x-menubar.el.

1997-06-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* lisp/leim/quail.el: to avoid compiling warnings about
 	overlay.el.

1997-06-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* lisp/leim/quail.el: to sync with quail.el of
 	Emacs-19.34.94-zeta.

	* lisp/leim/quail/ziranma.el, lisp/leim/quail/tonepy.el,
 	lisp/leim/quail/py.el, lisp/leim/quail/qj.el,
 	lisp/leim/quail/sw.el, lisp/leim/quail/ccdospy.el,
 	lisp/leim/quail/punct.el, lisp/leim/quail/4corner.el,
 	lisp/leim/quail/symbol-ksc.el, lisp/leim/quail/ethiopic.el,
 	lisp/leim/quail/hanja.el, lisp/leim/quail/quick-cns.el,
 	lisp/leim/quail/tsangchi-cns.el, lisp/leim/quail/lrt.el,
 	lisp/leim/quail/tsangchi-b5.el, lisp/leim/quail/devanagari.el,
 	lisp/leim/quail/japanese.el, lisp/leim/quail/quick-b5.el,
 	lisp/leim/quail/punct-b5.el, lisp/leim/quail/qj-b5.el,
 	lisp/leim/quail/py-b5.el, lisp/leim/quail/ctlau.el,
 	lisp/leim/quail/ctlaub.el, lisp/leim/quail/ecdict.el,
 	lisp/leim/quail/array30.el, lisp/leim/quail/hangul3.el,
 	lisp/leim/quail/hanja-jis.el, lisp/leim/quail/cyrillic.el,
 	lisp/leim/quail/etzy.el, lisp/leim/quail/greek.el,
 	lisp/leim/quail/ipa.el, lisp/leim/quail/lao.el,
 	lisp/leim/quail/zozy.el, lisp/leim/quail/viqr.el,
 	lisp/leim/quail/latin.el, lisp/leim/quail/thai.el,
 	lisp/leim/quail/hangul.el: quail of LEIM for Emacs-19.34.94-zeta.

1997-06-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* mule/korean.el was abolished because it seems not to be used.

	* mule/japanese.el was abolished because it seems not to be used.

1997-06-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* lisp/tm/gnus-mime-old.el was abolished because XEmacs 20.3 has
 	Gnus 5.4.

	* lisp/tm/tm-edit.el: updated to 7.108.

	* lisp/tm/tm-view.el: updated to 7.83.

	* lisp/leim/quail.el: modified for XEmacs.

	* lisp/mule/mule-load.el, lisp/mule/mule-process.el: delete
 	mule-process.el because it is not used.

	* lisp/mule/european.el was abolished because it seems not to be
 	used.

	* lisp/mule/mule-load.el: must load mule-cmds before setting for
 	language-environment.

	* lisp/mule/european-hooks.el: Modified for LEIM.

	* lisp/mule/mule-cmds.el: Uncomment key definition for
 	`toggle-input-method'.

	* lisp/mule/mule-init.el: Comment out about `mule-keymap' (moved
 	to mule-cmds.el).

	* lisp/mule/mule-cmds.el: Uncomment about `mule-keymap' (moved
 	from mule-init.el).

	* lisp/tl/tl-atype.el: Don't require tl-str.

	* lisp/tl/tl-atype.el: Use atype.el of APEL.

	* lisp/tl/tl-list.el: Use alist.el of APEL.

1997-05-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>

	* lisp/tl/richtext.el, lisp/tl/emu-x20.el, lisp/tl/emu-xemacs.el,
 	lisp/tl/emu.el, lisp/tl/emu-e19.el: moved to apel/.

	* lisp/tl/file-detect.el, lisp/tl/filename.el: replaced by APEL's.

	* lisp/mu/std11-parse.el, lisp/mu/std11.el: moved to apel/.

	* lisp/leim/quail.el: Add new quail.el (imported from Emacs
 	19.34.94-epsilon).

	* lisp/leim/skk/skkdic.el: delete skkdic.el temporary because
 	XEmacs can not compile it.

	* lisp/leim/skk/skkdic.el, lisp/leim/quail/zozy.el,
 	lisp/leim/quail/ziranma.el, lisp/leim/quail/viqr.el,
 	lisp/leim/quail/tsangchi-cns.el, lisp/leim/quail/tsangchi-b5.el,
 	lisp/leim/quail/symbol-ksc.el, lisp/leim/quail/thai.el,
 	lisp/leim/quail/tonepy.el, lisp/leim/quail/quick-cns.el,
 	lisp/leim/quail/sw.el, lisp/leim/quail/qj-b5.el,
 	lisp/leim/quail/qj.el, lisp/leim/quail/quick-b5.el,
 	lisp/leim/quail/py-b5.el, lisp/leim/quail/py.el,
 	lisp/leim/quail/lao.el, lisp/leim/quail/latin.el,
 	lisp/leim/quail/lrt.el, lisp/leim/quail/punct-b5.el,
 	lisp/leim/quail/punct.el, lisp/leim/quail/hanja-jis.el,
 	lisp/leim/quail/hanja.el, lisp/leim/quail/ipa.el,
 	lisp/leim/quail/japanese.el, lisp/leim/quail/hangul3.el,
 	lisp/leim/quail/etzy.el, lisp/leim/quail/greek.el,
 	lisp/leim/quail/hangul.el, lisp/leim/quail/ethiopic.el,
 	lisp/leim/quail/devanagari.el, lisp/leim/quail/ecdict.el,
 	lisp/leim/quail/ctlau.el, lisp/leim/quail/ctlaub.el,
 	lisp/leim/quail/cyrillic.el, lisp/leim/quail/array30.el,
 	lisp/leim/quail/ccdospy.el, lisp/leim/quail/4corner.el: Add LEIM
 	elisp files; old lisp/quail was abolished.

	* src/Makefile.in.in: Add mule-cmds.elc.

	* lisp/mule/mule-load.el, lisp/mule/mule-cmds.el: Add mule-cmds.el
 	(imported from Emacs-19.34.94-epsilon and comment out a lot to
 	avoid conflict with mule-init.el or other XEmacs/mule files).

	* lisp/prim/simple.el (assoc-ignore-case): New function; imported
 	from Emacs-19.34.94-epsilon.

1997-05-29  Steven L Baur  <steve@altair.xemacs.org>

	* XEmacs 20.3-beta3 is released.

	* INSTALL: Delete documentation of mocklisp support.

	* configure.in: Delete mocklisp support.

	* etc/FTP: Update mirror info.

	* etc/DISTRIB: Update mirror info.

1997-05-29  Martin Buchholz  <mrb@eng.sun.com>

	* configure.in: Replace standard Autoconf MMAP test with Neal
	Becker's replacement, hacked somewhat.

1997-05-28  Martin Buchholz  <mrb@eng.sun.com>

	* lisp/prim/files.el (auto-mode-alist): Reorg auto-mode-alist again.

	* lib-src/etags.c: Version 12.7 from Francesco.

	* configure.in: Juggle link order of X libraries.
	Add support for using zsh to run configure.
	Document --with-tty=no.
	Fix -no-recursion option.
	Recognize and ignore --cache-file option.
	Recognize null values for preprocessor symbols converted to shell
	variables.  This maybe fixes the "-ltermcap" problem.
	Remove spurious blanks from various SUBST-ituted variables.
	Fix conditional creation of gdbinit.
	Conditionally create .sbinit for Sunpro C.

1997-05-26  Steven L Baur  <steve@altair.xemacs.org>

	* etc/FTP: Correct typo in ftp.cenatls.cena.dgac.fr.

	* etc/DISTRIB: Ditto.

1997-05-22  Steven L Baur  <steve@altair.xemacs.org>

	* XEmacs 20.3-beta2 is released.

Thu May 22 04:19:09 1997  Martin Buchholz  <mrb@eng.sun.com>

	* configure.in: Try to fix all reported bugs with 20.3-b1.
	Change HAVE_WNN6 to WNN6.  WNN6 correctly autodetected.
	extra-verbose now default on beta builds.
	extra-verbose now much more verbose.
	Don't set libs_termcap to " ".
	Detect -lXm AFTER detecting -lXpm.
	Use runtime paths before running tests, since AC_TRY_RUN may
	depend on it.
	with-xim=motif only default on Solaris.
	realpath moved from s&m to configure.in.
	xemacs-version.h removed.  main_1 now contains $canonical as well, 
	for even more useful backtraces.
	termcap handling rewritten.
	Create .sbinit for Sun's source browser.
	Warn user if no XPM support present.
	Warn user if compiling in error checking.

	* Makefile.in: use MAKE_SUBDIR consistently.  Remove references to 
	dynodump.  Remove core when cleaning.  Remove config.log.
	make distclean now functional.

Tue Jun  4 10:15:54 1996  Per Bothner  <bothner@deneb.cygnus.com>

	* etc/e/eterm.ti:  Add kcub1, kcuf1, kcuu1, kcud1 capabilities.

Sun May 18 13:03:20 1997  Steven L Baur  <steve@altair.xemacs.org>

	* lwlib/Makefile.in.in (distclean): Clean up config.h.

	* Makefile.in (distclean): Remve config.log.
	remove broken dynodump stuffs.

Sat May 17 20:30:54 1997  Steven L Baur  <steve@altair.xemacs.org>

	* XEmacs 20.3-b1 is released.

Fri May 16 20:38:19 1997  Steven L Baur  <steve@altair.xemacs.org>

	* info/dir (Packages): Update minor version number.

	* etc/README: Update minor version number.

	* README: Update minor version number.

Tue May 13 20:35:52 1997  Steven L Baur  <steve@altair.xemacs.org>

	* XEmacs-20.2 is released.

Sat May 10 16:14:30 1997  Steven L Baur  <steve@altair.xemacs.org>

	* XEmacs 20.2-b6 is released.

Thu May  8 20:22:34 1997  Steven L Baur  <steve@altair.xemacs.org>

	* XEmacs 20.2-b5 is released.

Fri May  2 16:50:02 1997  Steven L Baur  <steve@altair.xemacs.org>

	* XEmacs 20.2-b4 is released.

Thu May  1 18:13:38 1997  Steven L Baur  <steve@altair.xemacs.org>

	* configure.in (--with-xim): Don't default it to Motif since it
	causes crashes at startup on some systems.

Sun Apr 27 12:25:55 1997  Steven L Baur  <steve@altair.xemacs.org>

	* XEmacs 20.2-b3 is released.

Wed Apr 23 10:33:58 1997  Steven L Baur  <steve@altair.xemacs.org>

	* XEmacs 20.2-b2 is released.

	* configure.in (beta): OPENWINHOME misspelled.

Mon Apr 21 14:48:29 1997  Steven L Baur  <steve@altair.xemacs.org>

	* etc/BETA (writing): Update with information about how to create
	patches.

Sat Apr 19 16:13:16 1997  Steven L Baur  <steve@altair.xemacs.org>

	* XEmacs 20.2-b1 is released.

Thu Apr 17 21:33:59 1997  Steven L Baur  <steve@altair.xemacs.org>

	* configure.in (beta): SONY NEWS-OS has /etc/osversion and not
	uname.

Wed Apr 16 17:44:05 1997  Steven L Baur  <steve@altair.xemacs.org>

	* XEmacs 20.1 is re-released.

Tue Apr 15 21:03:22 1997  Steven L Baur  <steve@altair.xemacs.org>

	* XEmacs 20.1 is released.

Sat Apr 12 20:11:08 1997  Steven L Baur  <steve@altair.xemacs.org>

	* XEmacs 20.1-b15 is released.

Sat Apr 12 09:01:32 1997  Hrvoje Niksic <hniksic@srce.hr>
	* PROBLEMS: I have cleaned up a bit the PROBLEMS file, by:
	1) changing it into sections -- there is now a section for building,
	   running and compatibility problems

	2) removing some obviously obsolete entries -- e.g. those pertaining
	   to Emacs 18, etc. --> size is off by 20K

	3) Rearranging the entries by relevance.  I have tried to put the most
	   relevant entries in front.
	
Thu Apr 10 19:07:26 1997  Steven L Baur  <steve@altair.xemacs.org>

	* XEmacs 20.1-b14 is released.  (Beta 13 was skipped).

Wed Apr  9 22:52:06 1997  Steven L Baur  <steve@altair.xemacs.org>

	* XEmacs 20.1-b12 is released.

Sun Apr  6 22:31:00 1997  Tatsuya Ichikawa  <ichikawa@hv.epson.co.jp>

	* configure.in: Cosmetic change to summary print of POP/Kerberos/
	Hesiod options.

Sat Apr  5 09:11:36 1997  Steven L Baur  <steve@altair.xemacs.org>

	* XEmacs 20.1-b11 is released.

Wed Apr  2 15:27:35 1997  Steven L Baur  <steve@altair.xemacs.org>

	* Makefile.in (install-only): New target.  Functionality suggested 
	by Larry Schwimmer, correct way of doing it suggested by Chuck
	Thompson.

	* configure.in: Default to "-Olimit 2000" as suggested by Jamie
	Zawinski for SGI cc and Irix 6.

Tue Apr  1 12:23:13 1997  Steven L Baur  <steve@altair.xemacs.org>

	* configure.in: Add configuration parameters for Emacs 19.34
	movemail.c (--with-pop, --with-kerberos, --with-hesiod).

Fri Mar 28 19:58:41 1997  Steven L Baur  <steve@altair.xemacs.org>

	* configure.in: Remove garbage if [ ... ] constructs and a
	mispatch.

Thu Mar 27 18:24:19 1997  Steven L Baur  <steve@altair.xemacs.org>

	* XEmacs 20.1-b10 is released.

Wed Mar 26 22:31:10 1997  Steven L Baur  <steve@altair.xemacs.org>

	* Remove vms top-level directory.
	
	* XEmacs 19.15 final released to beta testers.

Tue Mar 25 19:13:27 1997  Steven L Baur  <steve@altair.xemacs.org>

	* XEmacs 19.15 prefinal released to beta testers.

Mon Mar 24 12:28:17 1997  Steven L Baur  <steve@altair.xemacs.org>

	* configure.in (--debug): Correct documentation.

Sun Mar 23 17:24:38 1997  Steven L Baur  <steve@altair.xemacs.org>

	* XEmacs 19.15-b104 is released.

Sat Mar 22 19:56:36 1997  Steven L Baur  <steve@altair.xemacs.org>

	* etc/sgml/CATALOG: Default to html-3.2final.

Sat Mar 22 17:55:15 1997  Darrell Kindred  <dkindred@cmu.edu>

	* configure.in (beta): Add configure support for the -rpath flag
	for IRIX analogous to the Solaris "-R".

Sat Mar 22 16:47:08 1997  Steven L Baur  <steve@altair.xemacs.org>

	* info/dir (Packages): Add HM-HTML-Mode to menu.

Sat Mar 22 21:27:41 1997  Tomasz J. Cholewo  <t.cholewo@ieee.org>

        * configure.in: Echo only current configuration using 'tee -a'.

Fri Mar 21 21:26:01 1997  Steven L Baur  <steve@altair.xemacs.org>

	* XEmacs-19.15-b103 is released.
	* XEmacs-20.0-b9 is released.

	* Makefile.in (top_distclean): Add `Installation' to distclean
	rule.

Fri Mar 21 20:05:29 1997  Darrell Kindred  <dkindred@cmu.edu>

	* Makefile.in (autoloads): Pass $(MAKE) to update-elc.sh and
	update-autoloads.sh.

Thu Mar 20 20:14:16 1997  Steven L Baur  <steve@altair.xemacs.org>

	* XEmacs-19.15-b102 is released.

Tue Mar 18 21:52:36 1997  Steven L Baur  <steve@altair.xemacs.org>

	* XEmacs-19.15-b101 is released.

Mon Mar 17 19:09:29 1997  Steven L Baur  <steve@altair.xemacs.org>

	* XEmacs-20.1-b8 is released.
	* XEmacs-19.15-b100 is released.

Sat Mar 15 17:15:18 1997  Steven L Baur  <steve@altair.xemacs.org>

	* XEmacs-20.1-b7 is released.
	* XEmacs-19.15-b99 is released.

	* etc/sgml/CATALOG: Added IE3 DTDs and htmlpro DTD.

Thu Mar 13 10:40:11 1997  Steven L Baur  <steve@altair.xemacs.org>

	* configure.in: Add sunos4-1-4 header files.

Wed Mar 12 18:53:08 1997  Steven L Baur  <steve@altair.xemacs.org>

	* configure.in: Use new file bsdos3.h with BSDI 3.0.

Sat Mar  8 15:19:33 1997  Steven L Baur  <steve@altair.xemacs.org>

	* XEmacs-20.1-b6 is released.
	* XEmacs-19.15-b98 is released.

Wed Mar  5 18:55:36 1997  Steven L Baur  <steve@altair.xemacs.org>

	* Makefile.in (install-arch-indep): Offer to compress lisp sources.
	(gzip-el): New targe for compressed installed lisp sources.

Tue Mar  4 23:28:37 1997  Martin Buchholz  <mrb@eng.sun.com>

	* lib-src/update-elc.sh: VM is compiled after the byte-compiler,
	but before anything else.  More flexible about finding an xemacs
	to use for byte-compilation (default src/xemacs).  Other minor fixes.

Mon Mar  3 23:57:56 1997  Steven L Baur  <steve@altair.xemacs.org>

	* XEmacs 20.1-b5 is released.

Mon Mar  3 18:09:17 1997  Steven L Baur  <steve@altair.xemacs.org>

	* XEmacs 20.1-b4 is released.

Sat Mar  1 15:38:30 1997  Steven L Baur  <steve@altair.xemacs.org>

	* Makefile.in (distclean): Correct typos.

	* XEmacs 19.15-b96 is released.

	* configure.in: Symlink site-lisp when using --srcdir.
	Add special handling of lisp directory to allow for multiple
	site-packages files.

Fri Feb 28 20:38:46 1997  Steven L Baur  <steve@altair.xemacs.org>

	* Makefile.in (distclean): Create lock and site-lisp directories
	when they don't exist (after being pruned by CVS).

Tue Mar  4 00:41:38 1997  Hrvoje Niksic  <hniksic@srce.hr>

	* etc/sample.Xdefaults: Added customization of foreground and
	background colors for the `default' face.

Wed Feb 26 22:12:12 1997  Steven L Baur  <steve@altair.xemacs.org>

	* Makefile.in (top_distclean): Reset src/PURESIZE.h for
	distribution.

	* XEmacs 20.1-b3 is released.

Sun Feb 23 17:10:09 1997  Steven L Baur  <steve@altair.xemacs.org>

	* XEmacs 20.1-b2 is released.

Sat Feb 22 14:29:44 1997  Steven L Baur  <steve@altair.xemacs.org>

	* XEmacs 19-15-b'95 is released.

Fri Feb 21 22:29:51 1997  Martin Buchholz  <mrb@eng.sun.com>

	* etc/toolbar/workshop-cap-up.xpm:  Moved caption up one pixel.

	* lwlib/xlwscrollbar.c : Fix many scrollbar bugs:
	- "knob" renamed to "slider"
	- leftmost pixel wasn't sensitive to button clicks, while righmost
	  pixel was.
	- many glitches fixed if Emacs*XlwScrollBar.ArrowPosition:same:
	  - goobers on top of up-arrow removed.
	  - up-arrow would not always be redrawn when necessary
	  - slider drag would be `off' by size of up-arrow
	- horizontal and vertical scrollbars didn't use exactly the same
	  dimensions.
	- slider was never drawn if XlwScrollBar.shadowThickness was 0.
	- Now up- and down-arrows actually work near beginning/end of buffer!

Thu Feb 20 12:40:57 1997  Jan Vroonhof <vroonhof@math.ethz.ch>

	* configure.in (with_xauth): Attempted correction of test for
	libXmu on SunOS.

Sat Feb 15 14:11:03 1997  Steven L Baur  <steve@altair.xemacs.org>

	* XEmacs 20.1-b1 is released.
	* XEmacs 19.15-b94 is released.

Fri Feb 14 23:23:03 1997  Steven L Baur  <steve@altair.xemacs.org>

	* README: ``This directory tree holds version 19.13 ...'' ???

Sun Feb  9 16:15:55 1997  Steven L Baur  <steve@altair.xemacs.org>

	* XEmacs 19.15-b93 is released.
	XEmacs 20.0 is released to the 'net.

Fri Feb  7 19:21:34 1997  Steven L Baur  <steve@altair.xemacs.org>

	* XEmacs 20.0try3 is released.

Wed Feb  5 18:03:06 1997  Steven L Baur  <steve@altair.xemacs.org>

	* XEmacs 20.0try2 is released.

Mon Feb  3 19:39:08 1997  Steven L Baur  <steve@altair.xemacs.org>

	* XEmacs 19.15-b92 is released.

Sat Feb  1 18:17:38 1997  Steven L Baur <steve@altair.xemacs.org>

	* XEmacs 20.0try1 is released.
	* XEmacs 19.15-b91 AKA XEmacs '97 NOT! is released.

Sat Feb  1 00:00:48 1997  Steven L Baur  <steve@altair.xemacs.org>

	* PROBLEMS:  Updated from beta test bug reports.
	Put in outline-mode/outl-mouse-minor-mode by default.

Wed Jan 29 19:59:41 1997  Steven L Baur  <steve@altair.xemacs.org>

	* CHANGES-beta: XEmacs 20.0-b93 is released.

Sat Jan 25 15:43:59 1997  Steven L Baur  <steve@altair.xemacs.org>

	* CHANGES-beta: XEmacs 20.0-b92 is released.

Fri Jan 24 09:54:01 1997  Steven L Baur  <steve@altair.xemacs.org>

	* lwlib/xlwmenu.c (massage_resource_name): Changed comparison of
	char and pointer.

Thu Jan 23 10:39:34 1997  Martin Buchholz  <mrb@eng.sun.com>

	* lib-src/update-elc.sh (ignore_dirs): Quoting portability.

Wed Jan 22 21:07:17 1997  Steven L Baur  <steve@altair.xemacs.org>
	* XEmacs 20.0-b91 (prerelease 2) is released.

	* configure.in (--with-scrollbars): Add Athena3d as a toolkit
	type.

	* lwlib/lwlib-Xaw.c (xaw_update_one_widget): Let Athena 3d have 0
	borderwidth.
	(xaw_scrollbar_scroll): Use SCROLLBAR_LINE_UP and
	SCROLLBAR_LINE_DOWN since that's current the only to get to the
	bottom of the buffer. :-(

Tue Jan 21 20:01:19 1997  Steven L. Baur  <steve@altair.xemacs.org>

	* configure.in (beta): Add LWLIB_USES_ATHENA for odd
	configurations that use both Motif and Athena.

	* etc/sgml/HTML32.dtd: html-3.2 final dtd added.

Wed Jan 15 12:55:19 1997  Steven L Baur  <steve@altair.xemacs.org>

	* info/dir (Gnus): Updated spelling and info.

Mon Jan 13 13:37:27 1997  Steven L Baur  <steve@altair.xemacs.org>

	* configure.in: Remove assignment of NON_GNU_CPP for irix-6.0.

Mon Jan 13 00:36:01 1997  Martin Buchholz  <mrb@eng.sun.com>

	* lib-src/make-docfile.c (scan_lisp_file): eliminate doc-string
	warnings for ccl-read-*

Sat Jan 11 12:05:31 1997  Steven L Baur  <steve@altair.xemacs.org>

	* etc/sample.emacs: Remove code snippet that wipes out the cycle
	buffer modeline feature.

	* XEmacs 20.0 beta90 (prerelease 1) is released.
	* XEmacs 19.15 beta90 (prerelease 1) is released.
	
Tue Jan  7 08:45:16 1997  Steven L Baur  <steve@altair.xemacs.org>

	* configure.in (LIBS): Revise test for XFree86 (look for XF86Config).

Sat Jan  4 14:52:57 1997  Steven L Baur  <steve@altair.xemacs.org>
	* XEmacs 20.0 beta 34 is released.
	* XEmacs 19.15 beta 7 is released.

Fri Jan  3 15:18:59 1997  Jeff Miller  <jmiller@bay1.bayserve.net>

	* lwlib/Makefile.in.in: lwlib is required if X11 is used.

Wed Jan  1 08:30:48 1997  Martin Buchholz  <mrb@eng.sun.com>

	* src/emacs.c: Make sure 
	`./temacs -batch -l loadup.el run-temacs <emacs-args>' 
	works properly

	* src/Makefile.in.in (rtcmacs): Add support for RTC, Sun's
	  competitor to Purify.

	* man/lispref/symbols.texi: Fix up bit vector documentation
	* man/lispref/sequences.texi: Fix up bit vector documentation

	* lisp/sunpro/sunpro-load.el: Only preload mime-setup for Sun.

	* lisp/prim/update-elc.el: Don't rely on autoloads.

Tue Dec 31 09:46:13 1996  Martin Buchholz  <mrb@eng.sun.com>

	* lisp/prim/auto-autoloads.el: New, completely program-generated, file
	* lib-src/update-autoloads.sh: Rewritten to use auto-autoloads.el.
	* lisp/utils/autoload.el: Reorganization of autoload mechanism:
	Errors during autoload generation are just that - errors.
	
	Generated autoloads are now in a separate file of their own.
	
	Reliability of autoload generation greatly increased.
	
	Distribution smaller by about 100k.
	
	`make autoloads' is still the preferred mechanism for update.
	
	Autoloads are always regenerated completely from scratch.  This
 	avoids errors with obsolete or corrupted autoload entries.

	Caching of autoload entries using timestamps has been eliminated.
	
	Files that have no autoloads no longer have a comment placed into
 	the generated autoloads file.

	There was a bug where autoload entries would sometimes end up
	being inserted into the *middle* of other autoload entries,
	thereby corrupting them.

	* src/event-Xt.c: Remove SUNOS_GCC_L0_BUG kludge.

Sun Dec 29 05:37:43 1996  Martin Buchholz  <mrb@eng.sun.com>

	* lib-src/update-autoloads.sh: Make sure that `make autoloads'
	  doesn't use the autoload facility to load `autoload';
	  load it explicity instead.

	* lib-src/update-elc.sh (ignore_dirs): ignore SCCS, CVS, RCS dirs

	* man/Makefile: Reinstate hyperbole & oo-browser manuals

	* lisp/modes/mail-abbrevs.el: Apply patch originated from Noah Friedman

	* src/mule-charset.c: Use lower case for charset registry, to
	  match XLFD.

	* Makefile.in: replace list of info files with *.info* - one less
	  maintenance headache

	* etc/sample.emacs: Add sample code to highlight continuation glyph

	* man/oo-browser.texi: Fix TeXability

	* man/hyperbole.texi: Fix TeXability

	* man/vhdl-mode.texi: Fix TeXability

	* lisp/prim/loaddefs.el: Wholesale housecleaning
	  `make autoloads' should finally work.

	* lib-src/emacsclient.c (main): ANSIfication, compiler warning removal

	* lisp/mule/mule-files.el: Add support for multi-lingual info files.

	* lib-src/update-elc.sh: `make all-elc' was updating files in
	  `special' directories without using the Makefiles
	  designed for that purpose.
	  - make sure ilisp isn't remade every time through `make all-elc'.

	* info/dir (Packages): Add Japanese TM info files

	* src/inline.c:  Allow compilation with `gcc -g'

	* src/syntax.c (word_constituent_p): Allow compilation with `gcc -g'

	* src/lread.c: Don't put `...' immediately after a filename, so
	  that various tools can recognize the filename as such.

	* src/event-Xt.c (x_to_emacs_keysym): Fix crash when
	  --with-xim=xlib and key event on window frame.  
	  Change return foo to return (foo) when return is a macro.

	* src/editfns.c (Ffollowing_char): docstring fixes.

	* man/tm/Makefile: Add support for Japanese TM info (but not dvi) files.
	  This Makefile is no longer officially broken.

	* info/dir: Add Japanese tm documents.

	* man/tm/tm-vm-en.texi: Make document TeX-friendly.

	* lib-src/update-autoloads.sh (EMACS): Don't rely on non-portable
	  xargs -i flag.

	* lisp/mule/mule-files.el (file-coding-system-alist): Make sure
	  the `binary' coding system is used for .gz and .Z extensions.

	* man/viper.texi: Viper version 2.90

	* man/ediff.texi: Ediff Version 2.62

	* lisp/packages/ispell.el (ispell-word): Avoid using strings with
	  define-key, for compatibility with loaddefs.el

	* lisp/modes/eiffel3.el: Make compatible with update-autoloads.

	* lisp/ilisp/Makefile (elc): Add target to avoid re-compilation.

	* lib-src/update-elc.sh: XEmacs sometimes re-byte-compiled elisp
	  files in dirs that have their own Makefiles.



Sun Dec 29 17:02:49 1996  Steven L Baur  <steve@altair.xemacs.org>

	* Makefile.in (install-arch-indep): Force compression with `gzip -f'.

	* lib-src/update-elc.sh (NUMTOCOMPILE): Ignore CVS directories.

	* Makefile.in (install-arch-indep): Catch .info-[0-9]* files for
	installation.

Sat Dec 28 15:33:27 1996 Steven L Baur  <steve@altair.xemacs.org>

	* XEmacs 20.0 beta 33 is released.
	* XEmacs 19.15 beta 6 is released.

Fri Dec 27 20:34:58 1996  Richard Mlynarik  <mly@adoc.xerox.com>

	* etc/yow.lines: 20k of new zippy quotes.

Fri Dec 27 01:02:41 1996  Martin Buchholz  <mrb@eng.sun.com>

	* Makefile.in (install-arch-indep): Simplify installation of info
	pages.

Sat Dec 21 15:20:20 1996  Steven L Baur  <steve@altair.xemacs.org>
	* XEmacs 20.0-b32 released.

	* XEmacs 19.15-b5 released.

Wed Dec 18 20:22:08 1996  Martin Buchholz  <mrb@eng.sun.com>

	* configure.in: Reformat.  Fix shared include file rename
	problem.

	* configure: Reformat.  Fix shared include file rename problem.

	* dynodump/dynodump.c (__EXTENSIONS__): Define it.

Thu Dec 12 13:19:00 1996  Joseph J Nuspl  <nuspl@nvwls.cc.purdue.edu>

	* Makefile.in (install-arch-indep): Install infofiles gzipped by
	default.

Tue Dec 10 19:25:25 1996  Steven L Baur  <steve@altair.xemacs.org>

	* CHANGES-beta: XEmacs 20.0-b31 is released.

Tue Dec 10 18:33:19 1996  Rod Whitby  <rwhitby@asc.sps.mot.com>

	* info/vhdl-mode.info: New file.

	* info/dir (Packages): Add vhdl-mode documentation.

Tue Dec 10 18:27:02 1996  Martin Buchholz  <mrb@Eng.Sun.COM>

	* configure: Make shared/dynamic flags work much more logically.

Tue Dec 10 09:17:22 1996  David Worenklein  <dcw@gcm.com>

	* configure.in (machine): Patch to make newly renamed shared
	link include files work.

Sat Dec  7 16:28:10 1996  Martin Buchholz  <mrb@Eng.Sun.COM>

	* configure.in: Configure for POSIX getcwd if available.

Thu Dec  5 20:42:35 1996  Steven L Baur  <steve@altair.xemacs.org>

	* etc/edt-user.doc (File): New file from Emacs 19.34.

Thu Dec  5 11:56:05 1996  Joseph J Nuspl <nuspl@nvwls.cc.purdue.edu>

	* configure.in (LIBS): Fix typo in dialog box test.