view ChangeLog @ 98:0d2f883870bc r20-1b1

Import from CVS: tag r20-1b1
author cvs
date Mon, 13 Aug 2007 09:13:56 +0200
parents dbb370e3c29e
children 4be1180a9e89
line wrap: on
line source

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.