1998-08-06  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>

	* etc/enriched.doc: Put doc changes for XEmacs version back in.

1998-07-31  Barry A. Warsaw  <bwarsaw@python.org>

	* comint.el (comint-postoutput-scroll-to-bottom):
	Added (sit-for 0) to work around
	basic XEmacs recenter bug.

1998-07-12  SL Baur  <steve@altair.xemacs.org>

	* facemenu.el (facemenu-update-facemenu-menu): Kill
	list-faces-display.

	* annotations.el (set-annotation-glyph): Kill extent-layout.

1998-07-02  Hrvoje Niksic  <hniksic@srce.hr>

	* compile.el (compile-command): Docstring fix: use `add-hook' to
	modify hook value.

1998-07-01  Carsten Leonhardt  <leo@arioch.oche.de>

	* passwd.el (passwd-secure-display): Invert colors only in current 
	frame. This avoids messing up the colors in tty frames while
	working in X frames.
	(passwd-insecure-display): Ditto.

1998-05-15  SL Baur  <steve@altair.xemacs.org>

	* thing.el (thing-symbol): Fix for boundary condition.
	From Michael Ernst <mernst@cs.washington.edu>

1998-05-14  Hrvoje Niksic  <hniksic@srce.hr>

	* edmacro.el (kbd): Removed.

1998-04-29  SL Baur  <steve@altair.xemacs.org>

	* compile.el (compile-internal): Comment out (process-send-eof).
	From Hrvoje Niksic <hniksic@srce.hr>

1998-04-28  SL Baur  <steve@altair.xemacs.org>

	* shell.el ((not shell-mode-map)): Don't use reader macro.

1998-04-06  Martin Buchholz  <martin@xemacs.org>

	* comint.el: Restore function comint-find-source-code and
	friends removed earlier in 21.0 development cycle.

1998-04-15  Martin Buchholz  <martin@xemacs.org>

	* comint-delim-arg: Obsoleted by improvements to comint-arguments
	* comint.el (comint-arguments): Use a single regexp for each arg.
	Use only a third of the code to do the same thing.  Remove
	dependency on (nthcdr -1 x) working.

1998-04-11  Kirill M. Katsnelson  <kkm@kis.ru>

	* shell.el (shell): When selecting shell file name, consult
	`shell-file-name' before falling back to "/bin/sh".
	Fix docstring accordingly.

1998-04-11  Kirill M. Katsnelson  <kkm@kis.ru>

	* compile.el (compile-internal): Close stdin of an inferior grep
	or make process.

1998-04-04  SL Baur  <steve@altair.xemacs.org>

	* overlay.el: moved to fsf-compat.

1998-03-23  Hrvoje Niksic  <hniksic@srce.hr>

	* facemenu.el: Don't define keys at top-level; use an autoload
	cookie instead.

1998-03-22  SL Baur  <steve@altair.xemacs.org>

	* ffap.el: added.

1998-03-04  SL Baur  <steve@altair.xemacs.org>

	* compile.el (compile-internal): Back out previous change.

1998-02-24  Greg Klanderman  <greg@alphatech.com>

	* compile.el (compile-internal): save and restore the selected
	window in addition to the current buffer as display-buffer may
	create a new frame if the buffer is a special-display buffer.

1998-02-21  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>

	* shell.el (explicit-bash-args): Bash 1.14 doesn't support
	`--login', so use the equivalent and more standard `-i' instead.

1998-02-16  SL Baur  <steve@altair.xemacs.org>

	* compile.el (compilation-mode): Autoload.

1998-02-14  SL Baur  <steve@altair.xemacs.org>

	* compile.el (grep): Print # of matches.
	From Hrvoje Niksic <hniksic@srce.hr>

1998-01-31  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>

	* shell.el (shell-cd-1): Fixed remote directory tracking.

1998-01-23  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>

	* shell.el (explicit-*-args): Add args defcustoms for several
	other popular shells.

1997-12-18  Hrvoje Niksic  <hniksic@srce.hr>

	* add-log.el (add-log-convert): New function.

1998-01-22  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>

	* compile.el (compilation-minor-mode): Use `add-minor-mode' for
	`compilation-minor-mode', and put an autoload cookie there.
	(compilation-minor-mode-map): Also need to autoload the
 	minor-mode-map.
	(compilation-minor-mode): ... and the variable.

1998-01-24  SL Baur  <steve@altair.xemacs.org>

	* Makefile (VERSION): Update to package standards 1.0.
	* package-info.in: Ditto.

1998-01-16  Greg Klanderman  <greg@alphatech.com (Greg Klanderman)>

	* add-log.el (prompt-for-change-log-name): use find-change-log to
	find the default by searching upwards from the current directory
	for a ChangeLog file.  Change the read-file-name prompt to present 
	user with the default, with point at the end of the directory
	component. 

1998-01-17  SL Baur  <steve@altair.xemacs.org>

	* Makefile (ELCS): Add overlay.elc.

	* package-info.in: Update provides tag.

	* ebuff-menu.el: Provide 'ebuff-menu as a feature.

	* echistory.el: Provide 'echistory as a feature.

	* macros.el: Provide 'macros as a feature.

	* novice.el: Provide 'novice as a feature.

	* debug.el: Provide 'debug as a feature.

1998-01-11  SL Baur  <steve@altair.xemacs.org>

	* Makefile (VERSION): Updated package build procedure.

1998-01-09  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>

	* annotations.el (annotations-in-region): Rewrote the
	`map-extents' call to use the newer interface.

1998-01-05  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>

	* ring.el (ring-remove): Optimize by moveing duplicated function
	call out of the loop into a let.  Varref is faster than a function
	call, thus the codepath is reduced and the loop will execute more
	quickly.

1998-01-01  SL Baur  <steve@altair.xemacs.org>

	* Makefile: Added skeleton.el.

1997-12-24  SL Baur  <steve@altair.xemacs.org>

	* Makefile: Add comint-xemacs.el and shell.el.

1997-12-23  SL Baur  <steve@altair.xemacs.org>

	* Makefile: Added ebuff-menu.el, echistory.el, ehelp.el,
	electrict.el and helper.el.
	Also added chistory.el, iso-syntax.el and time-stamp.el.

	* xemacs-base 1.01 is released.

	* add-log.el (change-log): Remove `(require 'fortran)'.

	* imenu.el: New file.

	* annotations.el: Commentary changes.
	* assoc.el: Ditto.
	* comint.el: Ditto.
	* compile.el: Ditto.
	* debug.el: Ditto.
	* enriched.el: Ditto.
	* env.el: Ditto.
	* facemenu.el: Ditto.
	* macros.el: Ditto.
	* novice.el: Ditto.
	* outline.el: Ditto.
	* passwd.el: Ditto.
	* pp.el: Ditto.
	* regi.el: Ditto.
	* ring.el: Ditto.
	* sort.el: Ditto.
	* thing.el: Ditto.
	* timezone.el: Ditto.
	* xbm-button.el: Ditto.

	* Makefile: Add in:  add-log.el, compile.el, imenu.el, outline.el

1997-12-20  SL Baur  <steve@altair.xemacs.org>

	* Makefile: Created.


