view lisp/ChangeLog @ 280:7df0dd720c89 r21-0b38

Import from CVS: tag r21-0b38
author cvs
date Mon, 13 Aug 2007 10:32:22 +0200
parents 90d73dddcdc4
children c42ec1d1cded
line wrap: on
line source

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

	* about.el (about-hackers): Update Bob Weiner bio.
	(about-maintainer-info): Ditto.

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

	* simple.el (display-warning-minimum-level): Docfix.

1998-04-04  Per Abrahamsen  <abraham@dina.kvl.dk>

	* widget.el (:default-get): New keyword.
	* wid-edit.el (default, widget-default-default-get): Define it.
	(group, widget-group-default-get): Define it.
	(menu-choice, widget-choice-default-get): Define it.
	(widget-default-get): New function.
	(widget-choice-action): Call it.
	(widget-editable-list-entry-create): Call it.

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

	* byte-optimize.el (byte-boolean-vars): Removed.
	(byte-optimize-lapcode): Use `built-in-variable-type' instead of
	lookup through `byte-boolean-vars'.

1998-05-01  Kirill M. Katsnelson  <kkm@kis.ru>

	* x-scrollbar.el (x-init-scrollbar-from-resources): Stuff
	resource-provided values into ghost specs for scrollbar-height and
	scrollbar-width.

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

	* byte-optimize.el: Don't attempt to optimize /=.

	* bytecomp.el (byte-compile-one-ore-more-args): New function.
	(byte-compile-/=): Ditto.

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

	* apropos.el: Use `with-displaying-help-buffer'.
	(apropos-print): Remove explicit mentions of "*Apropos*" buffer.
	Use `with-displaying-help-buffer'.
	(apropos-follow): Do not give special treatment to buffer cursor
	was in prior to a mouse click.
	(apropos-describe-plist): Use `with-displaying-help-buffer'.
	(apropos-print-doc): Set correct buffer for setting text
	properties.

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

	* help.el (help-buffer-prefix-string): New variable.
	(help-buffer-name): Use it.

	* modeline.el (modeline-minor-mode-menu): Alphabetize the minor
	mode menu.

1998-04-30  Greg Klanderman  <greg@alphatech.com>

	* frame.el (other-frame): Work even when focus-follows-mouse is true.

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

	* files.el (find-file-noselect): Update docstring.
	(find-file-noselect): Signal an error if found an unreadable file.
	(file-chase-links): Save the match data.
	(normal-mode): Use `lwarn' and `error-message-string'.
	(interpreter-mode-alist): Change defconst to defvar.
	(inhibit-first-line-modes-regexps): Ditto.
	(inhibit-first-line-modes-regexps): Added .tgz.
	(inhibit-first-line-modes-suffixes): Change defconst to defvar.
	(change-major-mode-with-file-name): New user-option.
	(set-visited-file-name): Synched with FSF.
	(file-name-extension): New function, from FSF 20.3.
	(file-relative-name): Synched with FSF.
	(save-some-buffers): Support the C-r feature.
	(recover-session): Synched with FSF.
	(kill-some-buffers): Ditto.
	(set-auto-mode): New argument JUST-FROM-FILE-NAME.

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

	* files.el (insert-file): Undo previous change and reenable use of
	format.el.

1998-04-30  Hrvoje Niksic  <hniksic@srce.hr>

	* window-xemacs.el (recenter): Define.

1998-04-29  Andy Piper  <andyp@parallax.co.uk>

	* font.el (mswindows-font-create-name)
	(mswindows-font-create-object): new functions for mswindows type
	fonts.

	* msw-faces.el (mswindows-font-canicolize-name): fix so that
	strings are parsed as well as font objects.

1998-04-30  Hrvoje Niksic  <hniksic@srce.hr>

	* modeline.el (defining-kbd-macro): Restore modeline indication of 
	kbd-macro being recorded.
	(add-minor-mode): Simplify docstring.
	(modeline-minor-mode-menu): Remove stuff.

1998-04-29  Andy Piper  <andyp@parallax.co.uk>

	* code-process.el (call-process): dynamically decide process
	coding type. 

1998-04-29  Jim Radford  <radford@robby.caltech.edu>

	* modeline.el: Add line-number-mode, column-number-mode to
	the modeline minor-mode menu.  Button2 on the line number does
	goto-line.

1998-04-29  Andy Piper  <andyp@parallax.co.uk>

	* mouse.el: move x-selection-owner-p type things to
	selection-owner-p.

	* msw-init.el: copy zmacs stuff from x-init.el

	* msw-select.el (mswindows-own-selection)
	(mswindows-disown-selection) (mswindows-selection-owner-p): new
	functions. Very simple minded implementation of selectio
	ownership.

	* select.el (own-selection) (disown-selection)
	(activate-region-as-selection) (select-make-extent-for-selection)
	(valid-simple-selection-p): functions moved from x-select.el for
	generalized selection.

	* x-select.el: see select.el changes.

	* x-toolbar.el: use new selection functions.

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

	* packages.el (packages-find-package-directories): Fixed bug that
	would pick up multiple site-package directories.
	(package-locations): Added "xemacs-packages" as a late package
	location.

	* find-paths.el: Now uses `emacs-program-name' and
	`emacs-program-version'.
	Additions to enforce version-specific directories in
	`paths-find-version-directory'.

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

	* default.el: Removed.
	* site-start.el: Removed.

1998-04-29  Didier Verna  <verna@inf.enst.fr>

	* minibuf.el (minibuffer-history-minimum-string-length): Default
	to nil.

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

	* find-paths.el (paths-program-name): Rename.
	(paths-emacs-root-p): Ditto.
	(paths-find-site-directory): Ditto.

1998-04-26  Karl M. Hegbloom  <karlheg@inetarena.com>

	* lisp-mode.el (emacs-lisp-mode-popup-menu-1): Add menu entry for
	`emacs-lisp-byte-compile-and-load'.

1998-04-26  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>

	* ldap.el (ldap-search): Fixed additional parameter passing to
	`ldap-open'

1998-04-27  Andy Piper  <andyp@parallax.co.uk>

	* select.el (kill-primary-selection) (selection-owner-p)
	(copy-primary-selection) (yank-clipboard-selection)
	(selection-exists-p) (delete-primary-selection): new file and
	functions that do the right thing for the selected device.

	* x-menubar.el: use generalised selection functions.

	* dumped-lisp.el: dump select.el.

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

	* find-paths.el (paths-progname): New variable.
	(paths-emacs-root-p): Use it.
	(paths-find-site-directory): Ditto.

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

	* loadup.el ((member "dump" command-line-args)): Dump as
	`infodock' if InfoDock.

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

	* find-paths.el (construct-emacs-version): Simplify, include
	program	name in the return value.
	* (paths-find-version-directory): Use it.

1998-04-25  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>

	* info.el (Info-parse-dir-entries): Fixed regexp
	(Info-build-dir-anew): Remove full suffix and capitalize info file 
	name for files with no @direntry
	(Info-batch-rebuild-dir): New function
	(Info-suffixed-file): Check for regular files instead of simple
	file existence (could catch directories before)

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

	* setup-paths.el, find-paths.el: Removed uses of `not' which
	temacs doesn't have.

	* find-paths.el (paths-find-emacs-roots): Included exec-prefix
	into root searching.

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

	* subr.el: Remove definition of `not'.

Sat Apr 24 1998  Andy Piper  <andyp@parallax.co.uk>

	* msw-glyphs.el: enable graphics support.

1998-04-23  Didier Verna  <verna@inf.enst.fr>

	* x-menubar.el (default-menubar): restored the line-number-mode
	option.

	* misc doc string updates related to the options menu.

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

	* setup-paths.el (paths-construct-load-path): Fix typo.

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

	* x-menubar.el (default-menubar): font-menu-this-frame-only-p and
	font-menu-ignore-scaled-fonts don't have to be bound now; this
	gets us one step further towards making --no-autoloads work.

	* startup.el (normal-top-level): Load auto-autoloads only if
	lisp-directory is non-nil.

	* setup-paths.el (paths-construct-load-path): Made it robust
	against nil lisp-directory.

	* startup.el (startup-setup-paths-warning): Added `lisp-directory'
	to the list of variables that cause a warning when nil.

	* toolbar.el (init-toolbar-location): Now works even when there's
	no toolbar icon directory.

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

	* help.el (view-lossage): Recognize it.

	* simple.el (log-message): Mark multiline messages.

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

	* info.el (Info-exit): `toolbar-info-frame' doesn't necessarily exist.

1998-4-20  Stephen J. Turnbull  <turnbull@sk.tsukuba.ac.jp>

	* package-get.el (package-get-all):  add `\n' separator to
	interactive specification so that both variables are read

1998-04-22  Didier Verna  <verna@inf.enst.fr>

	* x-menubar.el: ported the options menu to Custom.
	Moved the "read only" toggle button to the buffers menu.
	Corrected some missing ;;;###autoload or defcustom.

	* scrollbar.el (scrollbars-visible-p): defcustom wrapper around
	the scrollbar-visible specifier for options menu handling.

	* toolbar.el (toolbar-visible-p)
		     (toolbar-captioned-p)
		     (default-toolbar-position): defcustom wrappers around
	the toolbar specifiers for options menu handling.

	* frame.el (get-frame-for-buffer-default-instance-limit):
	defcustom it for options menu handling.

	* font-lock.el (font-lock-mode): defcustom and autolaod the variable
	font-lock-mode for options menu handling.

	* cus-start.el: added Custom properties to overwrite-mode for
	options menu handling.

Wed Apr 22 12:59:35 1998  Andy Piper  <andyp@parallax.co.uk>

	* about.el: shameless self-promotion.

1998-04-21  Hrvoje Niksic  <hniksic@srce.hr>

	* simple.el (raw-append-message): Slightly optimize.
	(remove-message): Use `push' for clarity.
	(append-message): Ditto.
	(display-warning): Dito.
	(raw-append-message): Send the message to the appropriate device.

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

	* auto-save.el (auto-save-cyclic-hash-14): De-ebolification.
	From Sean MacLennan <Sean.MacLennan@pika.ca>

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

	* setup-paths.el: Changed `directory-sep-char' to
	`path-separator', following a change in GNU Emacs.

1998-04-19  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>

	* info.el (Info-maybe-update-dir): Bug fix in `conservative' behaviour
	(Info-build-dir-anew): Add a final newline.  
	(Info-build-dir-anew): Do not issue warning when rebuilding policy 
	is `always'
	(Info-rebuild-dir): Ditto
	
	* dumped-lisp.el (preloaded-file-list): Added ldap.el

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

	* simple.el (count-words-buffer): Retain zmacs region.
	(count-words-region): Ditto.
	* simple.el: (what-line): Expanded line counts.
	(count-lines): New parameter to conditionalize whether collapsed
	lines get counted.
	From Bob Weiner <weiner@altrasoft.com>

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

	* packages.el (package-locations): infodock-packages must override 
	mule-packages and packages.

1998-04-19  Jonathan Harris <jhar@tardis.ed.a.uk>

	* wid-edit.el:
	remove rude messages from widget-activation-widget-mapper
	and widget-activation-glyph-mapper

1998-04-17  Jonathan Harris <jhar@tardis.ed.ac.uk>

	* toolbar.el: Remove (featurep 'x) test from
	toolbar-make-button-list

1998-04-17  Hrvoje Niksic  <hniksic@srce.hr>

	* gnuserv.el (gnuserv-edit): Switch to the next gnuserv buffer
	only if in the same frame.

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

	* packages.el (package-locations): Added site-packages hierarchy.

	* setup-paths.el (paths-default-info-directories): Introduced and
	used.

	* packages.el, setup-paths.el: Set various path searching depths
	to 1.

	* packages.el (packages-hierarchy-depth): 
	(packages-load-path-depth): Introduced and used.

	* setup-paths.el (paths-load-path-depth): Introduced and used.

	* find-paths.el (paths-find-recursive-path): Added max-depth
	parameter.

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

	* setup-paths.el (paths-construct-info-path): Removed 
	dependency on behavior of (file-name-as-directory "").

1998-04-09  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>

	* ldap.el (ldap-search): Adapt to the new low-level API using ldap 
	lisp objects

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

	* dump-paths.el, startup.el: Added handling for --debug-paths.

1998-04-15  William M. Perry  <wmperry@aventail.com>

	* wid-edit.el: We cannot just set the help-echo or balloon-help
	  properties for an extent based on the :help-echo widget
	  property, since help-echo and balloon-help cause an EXTENT to
	  get passed in, where :help-echo functions are expecting a WIDGET 

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

	* scrollbar.el (init-scrollbar-from-resources): Call
	mswindows-init-scrollbar-metrics when appropriate.

Thu Apr 16 12:59:35 1998  Andy Piper  <andyp@parallax.co.uk>

	* dumped-lisp.el: dump x-toolbar for window system

	* msw-init.el (init-post-mswindows-win): enable toolbars if we
	have support and xpm.

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

	* files.el (toggle-read-only): Fix docstring.
	From Didier Verna <verna@inf.enst.fr>

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

	* startup.el (normal-top-level): Load autoload-file-name without
	specifying an extension---some people only auto-autoload.el.gz.

1998-04-06  Hrvoje Niksic  <hniksic@srce.hr>

	* files.el (backup-enable-predicate): Don't bomb on NAME being
	nil.

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

	* find-paths.el, packages.el: Now prefers configure'd paths.
	This shouldn't cause any of the originally anticipated problems as
	the current paths architecture will not define the various
	configure-xxx variables if they're not specified on the configure
	command line.

	* find-paths.el, setup-paths.el, packages.el: Removed all
	mentionings of "/" as a path separator.
	Used paths-construct-path throughout.

	* find-paths.el (paths-construct-path): Created to assemble paths
	from directory components.

	* setup-paths.el, packages.el: Used paths-decode-directory-path
	instead of decode-path-internal.

	* find-paths.el: Removed unused (and bogus) paths-find-emacs-path
	and associates.
	(paths-decode-directory-path) Created.

	* setup-paths.el: Changed configure-exec-path to
	configure-exec-directory.

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

	* packages.el (packages-find-packages): Fixed decoding of
	EMACSPACKAGEPATH.

	* startup.el: -no-packages -> -no-early-packages.

	(packages-load-package-lisps): Fixed loading of auto-autoload
	files.

	* startup.el (normal-top-level): Fixed loading of core
	auto-autoload.

	* obsolete.el: Un-obsoleted site-directory.  Sigh.

	* startup.el, packages.el, dump-paths.el: Added proper settings
	for site-directory and lisp-directory variables.

	* startup.el, loadup.el: Renamed inhibit-update-autoloads to
	inhibit-package-autoloads and fixed handling of it.

	* startup.el, packages.el, dump-paths.el, loadup.el: Fixed
	handling of former inhibit-package-init, now
	inhibit-early-packages, to make -vanilla etc. work.

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

	* code-process.el (start-process): Fallback to 'undecided instead
	of 'binary for process input coding stream.

	* process.el (start-process): Docstring fix.

1998-04-09  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>

	* info.el (Info-insert-dir): Do not insert temporary dir files
	in Info-dir-file-attributes
	(Info-build-dir-anew): Ensure temporary buffer is not read-only
	(Info-rebuild-dir): Ditto.

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

	* obsolete.el: Added obsoleteness declarations for
	`site-directory' and `Info-default-directory-list'.

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

	* find-paths.el (paths-find-emacs-root): Only look at the
	executable at the end of the symlink chain for determining the
	Emacs root.

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

	* setup-paths.el (paths-construct-info-path): Changed construction
	to cater to gone default in configure.

	* find-paths.el (paths-uniq-append): Added.

	* packages.el: Rewritten package path construction once again.

	* dump-paths.el, startup.el: Removed package-path as a global
	variable.

	* package-admin.el (package-admin-add-single-file-package): 
	(package-admin-add-binary-package): Changed package-path to
	late-packages.

	* packages.el (packages-split-path): Split path at "/" rather than
	nil according to change in emacs.c.

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

	* setup-paths.el (paths-construct-info-path): Changed info path
	order so that directories come out right.
	(paths-find-lock-directory): Fixed bug: It used to think
	configure-lock-directory is a path.

1998-04-06  Jeff Miller <jmiller@smart.net>

	* x-toolbar.el:  Added toolbar-vector-xxxxxx defvars.  Modified
	initial-toolbar-spec to use new toolbar-vector-xxxxxx defvars.  This
	eases the use of toolbar-add/kill-item functions. 

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

	* code-files.el (file-coding-system-alist): Commented out
	loaddefs.el magical treatment.

1998-04-06  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>

	* info.el (Info-rebuild-outdated-dir): Added new option
	`conservative' and made it the default
	(Info-rebuild-dir): Appropriately parse multi-line description
	strings, and multi-section dir files. Issue warning when dir
	is rebuilt as temporary
	(Info-build-dir-anew): Issue warning when dir is built as 
	temporary

1998-04-04  Kirill M. Katsnelson  <kkm@kis.ru>
 
	* list-mode.el (list-mode-map): Bind highlight motion commands to
	standard keys left, right, C-b and C-f.

1998-03-29  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>

	* files.el (auto-mode-alist): allow .sc for Scheme->C

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

	* loadup.el (pureload): Don't quote (garbage-collect).

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

	* package-get-base.el: Updated.

1998-04-04  Hrvoje Niksic  <hniksic@srce.hr>

	* isearch-mode.el (isearch-just-started): New variable.
	(isearch-mode): Set it.
	(isearch-repeat): Advance one character forward only if the search 
	was successful, and was not just started.
	(isearch-repeat): Clear isearch-just-started.

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

	* finder.el (finder-compile-keywords): Don't eval new finder-inf
	if running -batch.

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

	* subr.el (listify-key-sequence): Removed.

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

	* bytecomp.el (byte-compile-print-gensym): New option.
	(byte-compile-output-file-form): Use it.
	(byte-compile-output-docform): Ditto.
	(byte-compile-compiled-obj-to-list): Ditto.

Sun Mar 29 1998  Andy Piper  <andyp@parallax.co.uk>

	* msw-glyphs.el: set frame icon if xpm support.

1998-03-30  Kyle Jones  <kyle_jones@wonderworks.com>

	* help.el: Code that pretty prints variable values
	  removed.

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

	* find-paths.el (paths-emacs-root-p): Correct test for installation
	directory.
	From Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>

1998-03-30  Kyle Jones  <kyle_jones@wonderworks.com>

	* loaddefs.el: Don't set debug-ignored-errors; leave 
	  its default value set to nil.

1998-03-29  Damon Lipparelli  <lipp@primus.com>

	* info.el (Info-rebuild-dir): fixed mis-spelling.

1998-03-29  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>

	* info.el (Info-rebuild-outdated-dir): New custom var
	(Info-insert-node): Create/update dir file when needed, ie when it 
	does not exist or is older than some info files in directory

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

	* setup-paths.el, dump-paths.el, startup.el, packages.el: Allowed
	for last packages, mainly for using a 20.4 package base.

	* packages.el (late-packages): Typo fix.  It was called
	early-packages.

	* find-paths.el (paths-find-emacs-root): Bug fix: it now chases
	relative symlinks correctly.
	(paths-find-emacs-roots): More rigorous checking for plausible
	configuration-time root.

	* startup.el (normal-top-level): Added a warning if XEmacs cannot
	find its roots.

1998-03-27  Martin Buchholz  <martin@xemacs.org>

	* faces.el: Fix docstrings.
	* glyphs.el: Fix docstrings.
	* mouse.el: Fix docstrings.

	* frame.el: Change phrase `current frame' to `selected frame'.

	* faces.el (face-spec-set-match-display): Make FRAME arg optional.

	* bytecomp.el (displaying-byte-compile-warnings): Rewrite some
	macros using backquote to make them infinitely more readable.

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

	* packages.el (packages-find-package-path): Hardcoded specialized
	InfoDock support until we can clean this up.

	* help.el (describe-bindings-1): Return the value of the bindings
	help buffer created.
	(describe-bindings): Ditto.

	* simple.el (set-variable): Restore previous behavior of not
	bombing if the variable to set is not boundp.

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

	* packages.el (packages-handle-package-dumped-lisps): Allow for
	non-local files to be loaded off the package-lisp variable.

1998-03-27  Kyle Jones  <kyle_jones@wonderworks.com>

	* x-faces.el: Global X resources should override
	  specs for all device classes (color, grayscale, mono);
	  code currently doesn't override any of them.  Fixed by
	  calling remove-specifier with '(x default) as the tag
	  set and allowing inexact matches.

1998-03-27  Kyle Jones  <kyle_jones@wonderworks.com>

	* faces.el: Separated face intializations based on
	  device classes into device type specific (tag set,
	  instantiator) pairs.

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

	* wid-edit.el (widget-choice-action): Remember user's explicit
	choice.
	(widget-choice-value-create): Respect it.
	From Richard Stallman <rms@gnu.org>

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

	* setup-paths.el (paths-construct-info-path): Always append
	existing directories from configure-time info path.

	* startup.el (startup-setup-paths): Renamed misnamed info-path to
	Info-directory-list.

	* info.el: Removed Info-default-directory-list which was broken by
	design.
	Removed bogus initialization of Info-directory-list---startup.el
	can do a much better job.
	Added autoload of Info-directory-list.

	* setup-paths.el (paths-construct-load-path): Fixed a bug pointed
	out by Martin Buchholz <martin@xemacs.org>: EMACSLOADPATH used to
	be exclusive; now it's merely given precedence, just like in the
	old days.

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

	* find-paths.el (paths-find-architecture-directory): Fix bug with
	finding; it used to default too early.

1998-03-25  Martin Buchholz <martin@xemacs.org>

	* packages.el (packages-split-path): Fix a bug; it used to fail
	for paths that weren't split.

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

	* finder.el (finder-compile-keywords): trap on errors.

1998-03-24  Kyle Jones  <kyle_jones@wonderworks.com>

	* x-faces.el (remove-specifier-specs-matching-tag-set-cdrs): Pass
	  fourth argument of t so that only the specs exactly
	  matching the tag lists are removed.

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

	* make-docfile.el: Don't discard the BOOTSTRAPLOADPATH.

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

	* minibuf.el (mouse-read-file-name-1): If a default directory was
	specified, use it for generating the completions.

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

	* update-elc.el: Now respects inhibit-package-init and
	inhibit-site-lisp.
	Now does path construction with loadup-paths.

	* startup.el (normal-top-level, startup-setup-paths): Now respects
	inhibit-package-init and inhibit-site-lisp.

	* packages.el (packages-find-package-path): Extended package path
	by version-specific hierarchies.
	(packages-find-packages): Now respects inhibit flag and
	inhibit-site-lisp.
	Moved path setup to loadup-paths.

	* make-docfile.el: Now respects inhibit-package-init and
	inhibit-site-lisp.
	Now does path construction with loadup-paths.

	* loadup.el: Now respects inhibit-package-init and
	inhibit-site-lisp.

	* dumped-lisp.el (preloaded-file-list): Added loadup-paths.

	* loadup-paths.el: New file: setup load-path to encompass
	packages.

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

	* auto-show.el: load-gc renamed to pureload.
	* site-load.el: Ditto.
	* packages.el (toplevel): Ditto.
	* loadup.el (really-early-error-handler): Ditto.
	* dumped-lisp.el (preloaded-file-list): Ditto.
	* cus-face.el (custom-declare-face): Ditto.

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

	* <Today>: The Big Path Searching Overhaul.

	* find-paths.el: New file: find and assemble paths in the
	installation hierarchy.

	* setup-paths.el: New file: global layout of paths and directories
	within the XEmacs hierarchy.

	* packages.el: Replaced everything related to path searching and
	startup by code in terms of find-paths.

	* loadup.el, make-docfile.el, update-elc.el, startup.el: Now calls
	the new path searching engine.

	* dumped-lisp.el (preloaded-file-list): Added new files find-paths
	and setup-paths.

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

	* dumped-lisp.el (preloaded-file-list): Load setup-paths.elc not
	setup-paths.el.

1998-03-20  Kirill M. Katsnelson  <kkm@kis.ru>

	* msw-glyphs.el: Added check for 'mswindows feature, so the file
	compiles identically in any configuration.
	Removed irrelevant commentary.

1998-03-20  Kirill M. Katsnelson  <kkm@kis.ru>

	* simple.el (set-variable): Allow setting specifiers.

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

	* lisp.el (forward-sexp): Revert previous change.

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

	* frame.el (frame-initialize): Use `delete-console' instead of
	`delete-device' to delete the stream console to match the usage in 
	Fkill_emacs.

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

	* files.el (cdpath-previous): New variable.
	(cd): Use it.
	From Bob Weiner <weiner@wave.altrasoft.com>

1998-03-15  Kyle Jones  <kyle_jones@wonderworks.com>

	* keydefs.el: Changed keybindings of forward-char,
	  backward, scroll-up and scroll-down to point to their
	  -command counterparts.

	* simple.el: New functions: forwarc-char-command,
	  backwrad-char-command, scroll-up-command,
	  scroll-down-command which work liek their counterparts
	  except that they honor the variable
	  signal-error-on-buffer-boundary.

	  Definition of signal-error-on-buffer-boundary received
	  from src/cmds.c.

	  defvar declaration added for word-across-newline to avoid
	  byte-compiler warning about the free variable reference.

1998-03-14  Kirill M. Katsnelson  <kkm@kis.ru>

	* winnt.el: Removed "%t" from the beginning of
	modeline-format. From now on, there's no nt-specifics in the modeline.

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

	* setup-paths.el (paths-setup-paths-warning): Replace occurrences
	of `when' with `if'.

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

	* msw-glyphs.el: New file. Defines TTY-style glyphs for
	mswindows. Must be reworked along with glyphs.el, or 
	merged into it, after there is images support.

	* dumped-lisp.el (preloaded-file-list): Dump msw-glyphs.el when
	'mswindows. 

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

	* faces.el: fix for text cursor initialization.
	Suggested by Kyle Jones <kyle_jones@wonderworks.com>
	From Andy Piper <andyp@parallax.co.uk>

1998-03-11  Pete Ware  <ware@cis.ohio-state.edu>

	* files.el (set-auto-mode): If a mode is not fboundp, check to see 
	if there is an existing package that handles it and warn the user
	about that mode.

1998-03-02  Kirill M. Katsnelson  <kkm@kis.ru>

	* x-menubar.el (default-menubar): Greyed out "Help / Basics /
	Installation" menu item when Installation-string is not bound.

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

	* lisp.el (forward-sexp): Fix for test for balanced sexp.
	From Jeremiah W. James <jerry@cs.ucsb.edu>

1998-03-10  Kyle Jones  <kyle_jones@wonderworks.com>

	* msw-faces.el:
	* faces.el: Fix face initialization.

1998-03-10  Glynn Clements  <glynn@sensei.co.uk>

	* files.el (backup-enable-predicate): fix breakage introduced 
	by TMPDIR patch.

1998-03-09  Kyle Jones  <kyle_jones@wonderworks.com>

	* x-faces.el (x-init-face-from-resources): The
	  TTY face property retrieval functions don't return
	  specifiers, so use face-property instead.

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

	* mwheel.el (mwheel-install): Use portable keysyms and syntax.

1998-03-09  Kyle Jones  <kyle_jones@wonderworks.com>

	* x-menubar.el: Expanded documentation for
	  option-save-faces.  Changed Options -> Browse Faces
	  menu entry to invoke customize-face.

1998-03-09  Kyle Jones  <kyle_jones@wonderworks.com>

	* faces.el: Most face initialization moved out of
	  init-other-random-faces to the top level so that the
	  initialization happens before Xemacs is dumped.  Much
	  of the fascist "face-differs-from-default-p or FROB!"
	  code has been retired in favor of letting the user do
	  what they want to do.  Face initialization code changed
	  to use `default' specifier tag so that the settings can
	  be overridden later if the user wishes it.

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

	* about.el (about-hackers): Update contributors list.

1998-03-07  Kyle Jones  <kyle_jones@wonderworks.com>

	* specifier.el: Define new specifier tag `default'.

	* modeline.el: Initialize faces using `default' tag.

	* x-faces.el (x-init-face-from-resources): Remove
	  specifier specs containing the `default' tag before
	  adding new specs.

1998-03-02  John Jones  <jj@asu.edu>

	* package-get.el (package-get-all): fixed arguments on call to
	package-admin-add-single-file-package.
	* package-get.el (package-get-installedp): fixed to match
	advertised behavior.
	* package-get.el: added function package-get-update-all which
	installs newest versions of all the current packages (if they are
	not already installed).

1998-03-04  Jens-Ulrik Petersen  <petersen@kurims.kyoto-u.ac.jp>

	* files.el (find-file-noselect): Uncommented `truename' binding in
	`let*' and use it later to set `buffer-file-truename' iff it's
	still nil, as happens for example when finding a compressed
	file with "jka-compr".

Wed Mar 04 08:55:12 1998  Andy Piper  <andyp@parallax.co.uk>

	* faces.el: in make-face-* type functions do the operation for all
	window systems, not just the first one found.

	* font.el: call mswindows-list-fonts for mswindows.

1998-03-02  Glynn Clements  <glynn@sensei.co.uk>

	* code-process.el (call-process-region):
	* process.el (call-process-region):
	* package-get.el (package-get-dir):
	* files.el (backup-enable-predicate):
	* gnuserv.el (gnuserv-temp-file-regexp):
	Use temp-directory in place of `/tmp'.

Fri Feb 20 21:22:34 1998  Darryl Okahata  <darrylo@sr.hp.com>

	* "Fast" dired-in-C enhancements for Windows 95/NT:

	* files.el: Added function, `wildcard-to-regexp', from GNU
 	  Emacs.

	* files.el (insert-directory): Modified to use special
	  dired-in-C enhancements if present.

Mon Mar 02 11:37:36 1998  Andy Piper  <andyp@parallax.co.uk>

	* code-files.el: make default coding no-conversion.

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

	* dumped-lisp.el (preloaded-file-list): Find Installation.el from
	the load-path.

	* update-elc.el: Strip directory when testing for files not to
	bytecompile.

1998-03-02  Aki Vehtari  <Aki.Vehtari@hut.fi>

	* lisp-mode.el: Use recommended form for menus.

	* info.el (Info-construct-menu): Use recommended form for menus.

	* gnuserv.el (gnuserv-edit-files): Use recommended form for menu
	entry.

1998-02-28  Kyle Jones  <kyle_jones@wonderworks.com>

	* frame.el: Resurrect get-frame-for-buffer-default-to-current.
	  (get-frame-for-buffer-noselect): Always return frames
	  in the not-this-window-p cond clause.

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

	* help.el (describe-installation): New function.

	* x-menubar.el (default-menubar): Add describe-installation to
	Help menu.

	* packages.el (packages-unbytecompiled-lisp): Installation.el
	should not be bytecompiled.

	* dumped-lisp.el (preloaded-file-list): Dump Installation with
	XEmacs.

	* x-menubar.el (default-menubar): Use correct guard for VM menu
	entry.

	* coding.el: Add coding systems for iso-8859-[12] for No-Mule + file
	coding.
	From Andy Piper <andyp@parallax.co.uk>

1998-02-26  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>

	* ldap.el: Do not require ldap-internal at compile time.

Tue Feb 17 12:50:37 1998  Andy Piper  <andyp@parallax.co.uk>

	* code-files.el: new file. a virtual copy of mule-files.el
 	but without charset
 	dependencies. (toggle-buffer-file-ocding-system) new function for
 	changing the eol type for the current buffer.

	* code-process.el: new file. a copy of
 	mule-process.el. mule-process.el will disappear when things have
 	settled.

	* coding.el: new file. a virtual copy of mule-files.el but
 	without charset dependencies. (coding-system-base) new function
 	for getting the parent coding system of a coding system with eol
	type set.

	* dumped-lisp.el: add above files for the non-mule case.

1998-02-25  Kyle Jones  <kyle_jones@wonderworks.com>

	* window-xemacs.el (display-buffer): If no explicit
	  frame is specified, search for a window that displays
	  the buffer on the currently selected frame, before
	  searching other frames.

1998-02-25  Kyle Jones  <kyle_jones@wonderworks.com>

	* frame.el (get-frame-for-buffer): If not-this-window-p
	  is non-nil, use window on the selected frame if it is not
	  also the selected window.  When defaulting, search for
	  windows on the currently selected fgrame before searching
	  other frames.

1998-02-25  Didier Verna  <verna@inf.enst.fr>

	* modeline.el (modeline-swap-buffers): originally named
	`mouse-release-modeline'. Whether to actually swap the buffers is
	decided in `mouse-drag-modeline'.
	(mouse-drag-modeline): A button release event is considered a
	mouse click is both X (modeline scroll) and Y (modeline drag) pos
	stay unchanged. 

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

	* x-menubar.el: Put redo on the menubar.
	From Aki Vehtari <Aki.Vehtari@hut.fi>

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

	* bytecomp.el (displaying-byte-compile-warnings): if
	temp-buffer-show-function is set, use it to display current set of
	warnings in the "*Compile-Log-Show*" buffer.

	* simple.el (display-warning-buffer): if temp-buffer-show-function
	is set, use it to display current set of warnings in the
	"*Warnings-Show*" buffer.

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

	* cl-extra.el (equalp): Make (equalp ?A ?a) return t as in
	Common Lisp.

1998-02-23  Aki Vehtari  <Aki.Vehtari@hut.fi>

	* menubar.el: Allow button descriptors at least 2 long.

	* x-menubar.el (default-menubar): Use recommended forms.
	(file-menu-filter): Remove.
	(edit-menu-filter): Remove.

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

	* about.el (about-hackers): Updated.

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

	* help.el (help-max-help-buffers): new variable
	(help-register-and-maybe-prune-excess): new function
	(help-buffer-name): use help-max-help-buffers.
	(with-displaying-help-buffer): use
	help-register-and-maybe-prune-excess.

	* help.el (help-maybe-pretty-print-value): if the value fits on
	one line, let it.

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

	* (with-displaying-help-buffer): there is no need to kill the buffer
	if it exists, becasuse with-output-to-temp-buffer will clear it.
	further, killing the buffer violates the rule that
	temp-buffer-show-function, if set, has the full responsibility of
	showing the temp buffer.  killing the buffer fucks with the window 
	configuration, hosing temp-buffer-show-function.


1998-02-23  Didier Verna  <verna@inf.enst.fr>

	* modeline.el (mouse-drag-modeline): 
	- Always scroll the modeline that was originally clicked on.
	- Use x pixels instead of x characters (which doesn't work anyway) 
	as horizontal reference for modeline dragging. This allows us to
	keep on dragging the modeline even if the motion event occurs in
	another window. 

1998-02-23  Didier Verna  <verna@inf.enst.fr>

	* x-mouse.el (x-init-pointer-shape): use a crossed-arrows cursor
	glyph on the modeline to indicate that dragging the mouse has an
	effect both horizontally and vertically.

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

	* about.el (about-xemacs): Get rid of redundant visible version
	number.

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

	* about.el (about-hackers): Update credits.

1997-12-22  Christoph Wedler  <wedler@fmi.uni-passau.de>

	* prim/register.el (view-register): Show register type file-query.

1998-02-17  Kyle Jones  <kyle_jones@wonderworks.com>

	* mode-motion.el (mode-motion-highlight-internal):
	  save-excursion inside save-window-exucrsion form to
	  hide buffer point changes from save-window-excursion.
	  Prevents display flickering when the mouse pointer
	  moves.

1998-02-17  Didier Verna  <verna@inf.enst.fr>

	* mouse.el (default-mouse-track-set-point-in-window): rewrote this
	function to handle correctly the case of a toolbar one side of the 
	window: scrolling will not necessarily happen.

1998-02-17  Kyle Jones  <kyle_jones@wonderworks.com>

	* files.el (after-find-file): Restore missing argument
	  to format that provides filename for "... consider M-x
	  recover-file" message.  Also call `message' with "%s"
	  as the first arg instead of an arbitrary string.

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

	* about.el (about-hackers): Various additions.

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

	* autoload.el (generate-file-autoloads-1): Don't force an extra
	line out when copying on-the-same line autoloads.

	* x-menubar.el (default-menubar): Add Sokoban to the menubar if it 
	is installed.

1998-02-14  Martin Buchholz  <martin@xemacs.org>

	* x11/x-win-xfree86.el (x-win-init-xfree86): 
	* x11/x-win-sun.el (x-win-init-sun): 
	* x11/x-init.el (x-initialize-compose): 
	* prim/simple.el:
	(backward-or-forward-kill-sexp): 
	(backward-or-forward-kill-sentence): 
	(backward-or-forward-kill-word): 
	(backward-or-forward-delete-char): 
	* prim/isearch-mode.el (isearch-help-or-delete-char): 
	Use x-keysym-on-keyboard-sans-modifiers-p instead of
	x-keysym-on-keyboard-p to detect backspace.
	Use symbols instead of strings (now deprecated) with x-keysym-*-p.
	Clean up symbols used with dead keys, checking Linux and solaris
	keysyms.
	Simplify x-win-*.el using above methods.
	Change documentation for x-keysym-*-p functions.

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

	* about.el (about-hackers): Restore entries for Michael Sperber and
	Vinnie Shelton.
	From Vinnie Shelton <acs@acm.org>

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

	* simple.el (count-words-region): Ditto.

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

	* simple.el (count-words-buffer): Document.  Don't print anything
	if non-interactive.

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

	* packages.el (packages-hardcoded-lisp): easymenu.el is in
	multiple files in InfoDock.

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

	* packages.el (packages-hardcoded-lisp): id-vers.elc is loaded
	from version.el in InfoDock.

	* dumped-lisp.el (preloaded-file-list): Don't treat InfoDock
	specially.

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

	* bytecomp-runtime.el (proclaim-inline): Single quotes around
	variable name in docstring.

1998-02-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* menubar.h: Include "gui.h".

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

	* site-load.el: Fix documentation.

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

	* package-get-base.el (package-get-base): Updated.

	* keymap.el: PC-ize.

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

	* hyper-apropos.el (hyper-apropos-get-doc): Print the `loaded
	from' on a fresh line.

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

	* help.el (help-maybe-pretty-print-value): prin1, not princ the
	object.

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

	* undo-stack.el: PC-ize.

	* cmdloop.el: PC-ize.

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

	* bytecomp-runtime.el: PC-ize.

	* byte-optimize.el: Prolog fixup.  PC-ize.

	* cus-dep.el: Spelling fix.

	* text-mode.el: Synch with Emacs 20.2.  (Original ChangeLog
	entries follow).

1997-08-29  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>

	* text-mode.el (text-mode-hook-identify): New function,
	put on text-mode-hook.  Set text-mode-variant here.
	(text-mode): Don't set it here.

1997-08-27  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>

	* text-mode.el (text-mode-hook): New defvar.
	(text-mode-variant): New variable.
	(text-mode): Set that variable locally.
	(toggle-text-mode-auto-fill): New command.

1997-06-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>

	* text-mode.el (text-mode): Let all-white lines separate paragraphs.
	
1997-06-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>

	* text-mode.el (paragraph-indent-text-mode):
	Renamed from spaced-text-mode.
	(text-mode-map): Bind TAB to indent-relative.
	(indented-text-mode-map): Variable deleted.
	(indented-text-mode): Now an alias for text-mode.

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

	* loadup.el: test-atoms debugging stuffs removed.

1998-02-03  Martin Buchholz  <Martin Buchholz <martin@xemacs.org>>

	* lisp/loaddefs.el (completion-ignored-extensions): Add ".class"

1997-12-30  Colin Rafferty  <colin@xemacs.org>

	* help.el (describe-beta): Made it use `locate-data-file'.
	(describe-distribution): Ditto.
	(describe-copying): Ditto.
	(describe-project): Ditto.
	(view-emacs-news): Ditto.

	* help-nomule.el (help-with-tutorial): Made it use
 	`locate-data-file' to find tutorial.

1998-01-28  Jonathon Harris  <jhar@tardis.ed.ac.uk>

	* about.el: Corrected my email address.

	* mouse.el: Added 'mouse-mswindows-drop' similar to
	'mouse-offix-drop'.

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

	* loadup.el (running-xemacs): Spelling fix.

1998-01-26  Colin Rafferty  <colin@xemacs.org>

	* packages.el (packages-find-packages-1): Don't allow a backwards
	compatible lisp tree to overwrite `preloaded-file-list'.

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

	* loadup.el: Don't delete "xemacs" prior to dumping.

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

	* package-info.el (pi-last-mod-date): New function.
	(pi-author-version): New function.
	(batch-update-package-info): Use them.

1998-01-23  Colin Rafferty  <colin@xemacs.org>

	* frame.el (get-frame-for-buffer-default-to-current): Create.
	(get-frame-for-buffer-noselect): Allow user to use current frame
	with `get-frame-for-buffer-default-to-current'.

1998-01-22  Hrvoje Niksic  <hniksic@srce.hr>

	* bytecomp.el (byte-compile-output-file-form): Set print-gensym.
	(byte-compile-output-docform): Ditto.
	(byte-compile-compiled-obj-to-list): Ditto.

1998-01-22  Kyle Jones  <kyle_jones@wonderworks.com>

	* startup.el (command-line-1): Removed code that ran
	  buffer-menu.

1998-01-21  Hrvoje Niksic  <hniksic@srce.hr>

	* help-macro.el (make-help-screen): Bind `help-read-key' via flet.

1998-01-17  Hrvoje Niksic  <hniksic@srce.hr>

	* frame.el (suspend-emacs-or-iconify-frame): Check using
	`device-on-window-system-p' instead of explicitly checking for X,
	so that the same logic works for MS Windows.
	(suspend-or-iconify-emacs): Ditto.

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

	* about.el (about-maintainer-info): Andy Piper is back.
	(xemacs-hackers): Updated Andy Piper's email address.
	(about-hackers): Added Jonathan Harris.
	(about-hackers): Updated Tibor Polgar's email address.

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

	* about.el: Add xemacs.org email manager.

	* package-get-base.el (package-get-base): Updated with most recent 
	package updates.

1998-01-14  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>

	* help.el (function-arglist): Use `indirect-function' instead of
	`symbol-function' so that aliases are treated correctly.

1998-01-13  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>

	* help.el (help-map): Add f1 binding to `help-for-help'.
	Suggested by Karl M. Hegbloom <karlheg@inetarena.com>.
	(describe-key-briefly): Use `princ' "%s" to print object.
	(with-displaying-help-buffer): Kill buffer if it exists, again.
	(describe-key): Use `princ' "%s" to print object.
	(describe-function-1): Use `princ' "%s" to print object.
	Commented out alias lines removed.
	(help-pretty-print-limit): New variable to control pretty-printing 
	of variable values.
	(help-maybe-pretty-print-value): Steve wins!  Renamed back from
	`help-pretty-print-value' again.  Only print-print when OBJECT is
	list of length less than `help-pretty-print-limit'.
	(describe-variable): Use `help-maybe-pretty-print-value' again.

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

	* simple.el (blink-matching-open): Remove C++ kludge.
	Suggested by Bob Weiner <weiner@wave.altrasoft.com>

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

	* info.el (Info-default-directory-list): Made the documentation
	more explanitory.

1998-01-13  Martin Buchholz  <martin@xemacs.org>

	* lisp/packages.el: 
	* lisp/package-admin.el: 
	* lisp/build-report.el: 
	Fix typos.

1998-01-14  Christoph Wedler  <wedler@fmi.uni-passau.de>

	* Patches/font-lock.el (java-font-lock-keywords-*): Would produce
	warnings in Java buffers without final newline and editing the
	last line.

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

	* packages.el (packages-find-packages-1): Don't allow a backwards
	compatible lisp tree to overwrite `preloaded-file-list'.
	Suggested by Colin Rafferty  <colin@xemacs.org>

	* mouse.el (mouse-offix-drop): Set undo-boundary.
	From Oliver Graf <ograf@fga.de>

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

	* loadup.el (load-gc): rewrite as defun.
	Print something sensical if a required dump-time file isn't found.

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

	* menubar.el (check-menu-syntax): Emergency dirty fix -- the 0 plist
	bug strikes a menudescriptor.

	* package-get-base.el (package-get-base): Updated.

	* package-info.el (batch-update-package-info): Derive REQUIRES
	from the Makefile.

1998-01-13  Hrvoje Niksic  <hniksic@srce.hr>

	* files.el (save-some-buffers): Don't play games with deleting
	other windows if we are in the minibuffer window.

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

	* modeline.el (modeline-minor-mode-menu): Add support for :active
	(add-minor-mode): Document :active property to TOGGLE.

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

	* modeline.el (modeline-minor-mode-menu): Add support for an
 	`:included' predicate in the `toggle-sym' plist.
	(add-minor-mode): Document the :included property, format
 	docstring some more.
	(modeline-minor-mode-menu): Documentation string added.

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

	* modeline.el (modeline-minor-mode-menu): genmenlab the menu
 	labels from the symbol-names by thwacking off the overly redundant
 	and overused "mode", parenthesizing "minor", and capitalizing the
 	resultant strings.  Also shortened the menu's title by eliminating
 	the redundant buffer name.
	(add-minor-mode): Beautified the docstring, added mention of the
 	`:menu-tag' property of TOGGLE.
	(modeline-minor-mode-menu): Frinked the `:menu-tag' property on
 	`toggle-sym' to beatify the mode-life menus.
	* (abbrev-mode):  (put)'ed a `:menu-tag' on it and
	`auto-fill-function'.

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

	* modeline.el (modeline-minor-mode-menu): Changed the string-only
	menus to :style 'toggle.

1997-12-10  Markus Linnala  <maage@cs.tut.fi>

	* simple.el: Use mh-user-agent-compose as mh-e-user-agent.

1997-12-11  Christoph Wedler  <wedler@fmi.uni-passau.de>

	* packages/hyper-apropos.el (hyper-apropos-insert-face): Would
	only recognize first hyperlink.
	(hyper-apropos-highlightify): Deletia, this is already done by
 	`hyper-apropos-insert-face'.
	(hyper-apropos-help-mode): Don't call `hyper-apropos-highlightify.

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

	* x-toolbar.el (toolbar-ispell-internal): Use ispell-message for
	mail.
	(toolbar-mail-reader): Add support for `send'.
	From Jonathan Marten <jonathan.marten@UK.Sun.COM>

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

	* info.el (Info-emacs-info-file-name): Add defvar for
 	`Info-emacs-info-file-name' so that `Info-goto-emacs-command-node'
 	will function properly.

1998-01-05  Gary D. Foster  <gfoster@ragesoft.com>

	* simple.el: make the backwards delete function called by
	`backward-or-forward-delete-char' user configurable.

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

	* hyper-apropos.el (hyper-apropos-get-doc): Print where a byte
 	compiled function got loaded from.

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

	* term/apollo.el: Synched up with InfoDock 3.6.2.

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

	* startup.el (load-init-file): Load autoloads earlier.
	(startup-splash-frame): Handle InfoDock logo.

	* x-init.el (init-post-x-win): Don't call init-x-toolbar in
	InfoDock.
	(x-init-toolbar-from-resources): Move from x-toolbar.el.

	* toolbar.el (init-toolbar-from-resources): InfoDock x-toolbar.el
	doesn't have this function.

	* packages.el (locate-data-file): Fix to call `locate-file'.

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

	* dumped-lisp.el (preloaded-file-list): InfoDock uses its own
	version of version.el.
	(preloaded-file-list): Ditto for x-menubar.el and x-toolbar.el.

	* x-menubar.el (default-menubar): Guard reference to
	`gnuserv-frame'.
	(default-menubar): Guard references to `font-lock-mode'.
	(default-menubar): Guard references to font-menu-this-frame-only-p'.
	(default-menubar): Guard references to `font-menu-ignore-scaled-fonts'.

	* make-docfile.el: Don't snarf doc strings from autoloads.

	* startup.el (load-init-file): Use algorithm from loaddefs.el for
	loading auto-autoloads files.

	* loaddefs.el: Disable dumping autoloads.

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

	* lisp-mnt.el: Synch to Emacs 20.2.

	* help.el: Remove manual autoload of `finder-by-keyword'.

	* finder.el (finder-by-keyword): Autoload.

	* help.el: Conditionalize hyperbole setup.

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

	* packages.el (package-require): Update to reflect new data format.

1998-01-02  Didier Verna  <verna@inf.enst.fr>

	* x-menubar.el (default-menubar): make the tutorials available
	through the menubar. (Plus some compilation warnings cleanup).

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

	* check-features.el: New file.  Perform sanity check after build.

	* dumped-lisp.el (preloaded-file-list): Move tooltalk dumped lisp
	files to tooltalk package.
	(preloaded-file-list): Moved sparcworks dumped lisp files to Sun
	package.

	* package-admin.el (package-admin-xemacs): Use better default for
	location of XEmacs binary.

1998-01-03  Aki Vehtari  <Aki.Vehtari@hut.fi>

	* x-menubar.el (buffers-menu-submenus-for-groups-p): Replace const
	tag with sexp and add value tag with value `t'.

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

	* package-get.el: Changes to work with real data.
	From Pete Ware <ware@cis.ohio-state.edu>

	* packages.el (packages-reload-autoloads): Guard load for the time 
	being.

	* update-elc.el ("packages.el"): Force loading packages.el instead 
	of possibly out-of-date packges.elc.
	* make-docfile.el ("packages.el"): Ditto.

1998-01-02  Colin Rafferty  <colin@xemacs.org>

	* build-report.el (build-report-delete-regexp): Added a rule for
	the main tarball shadowing anything past it.

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

	* packages.el (package-provide): Delete a previous provide.

	* package-info.el: New file.

	* package-get.el: New file.
	From Pete Ware <ware@cis.ohio-state.edu>
	(package-get): Fix md5 computation to work with Mule.

1997-12-11  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>

	* simple.el (log-message-*): Quote symbols in docstrings properly.

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

	* packages.el (packages-new-autoloads): Ignore symbolic links.

	* cus-face.el (face-custom-attributes-get): Fix typo.
	From Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>

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

	* startup.el (load-init-file): Reload new or changed autoloads
	unless inhibited.  Reload modified dumped lisp (stubbed).

	* packages.el (packages-new-autoloads): New function.
	(packages-reload-autoloads): New function.
	(packages-reload-dumped-lisp): New (stub) function.

	* loadup.el: Inhibit reloading dumped files when running temacs.

	* loadhist.el (file-provides): Extend to handle variant
	extensions.

	* replace.el (query-replace): Fix typo.

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

	* make-docfile.el: list-autoloads-path has been renamed.
	* update-elc.el: list-autoloads has been renamed.

	* packages.el (packages-list-autoloads): Renamed.
	(packages-list-autoloads-path): Ditto.

1997-12-29  Colin Rafferty  <colin@xemacs.org>

	* packages.el (packages-find-packages-1): Made it signal a warning 
	for an error in an auto-autoload.el file.

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

	* x-menubar.el (buffers-menu-submenus-for-groups-p): Replace sexp
	tag with const.
	From Aki Vehtari <Aki.Vehtari@hut.fi>

	* dumped-lisp.el (preloaded-file-list): Dump loadhist with XEmacs.

	* loadhist.el (unload-feature): Remove autoload.

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

	* loadhist.el: Unpackaged.

	* help.el (describe-symbol-find-file): Rename
	`describe-function-find-file' and make old name obsolete.
	(describe-function-1): Use it.
	(describe-function-1): Guard reference to
	`compiled-function-annotation'.

1997-12-27  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>

	* help.el (help-mode-bury): Now a call to `help-mode-quit' with
 	argument.
	(help-mode-quit): New optional arg to control whether it kills or
	buries.  Tidied up.
	(with-displaying-help-buffer): Don't kill buffer initially, even
	if it exists: it is erased by `with-output-to-temp-buffer' anyway.
	(help-pretty-print-value): Rename back from
	`help-maybe-pretty-print-value'!  If `pp-internal' is available
	use it, otherwise use dumped `cl-prettyprint'.
	(describe-variable): Use `help-pretty-print-value' again.
	(find-func): Removed reference to "find-func" at end.

1997-12-26  Kirill M. Katsnelson  <kkm@kis.ru>

	* dumped-lisp.el: x-menubar.el dumped along with mswindows native
	  GUI XEmacs. Rename? x-menubar is rather window system
	  independant, except for a couple of items.

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

	* x-menubar.el (default-menubar): Remove hyperbole and oobr
	entries as they will no longer be distributed with XEmacs.

	* format.el (format-alist): Fix image/tiff regexps.
	From P. E. Jareth Hein <jareth@camelot-soft.com>

	* help.el (help-maybe-pretty-print-value): Rename.
	(describe-variable): Use it.
	(describe-variable): Add trailing linefeed.

1997-12-26  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>

	* help.el (describe-function-1): Don't output anything for
	  arglist of autoload functions.

1997-12-26  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>

	* help.el (describe-function-1): Don't output anything for
	  arglist of autoload functions.

1997-12-26  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>

	* help.el (help-mode-map): New bindings for `help-mode-bury',
 	`describe-function-at-point', `describe-variable-at-point',
 	`Info-elisp-ref', `customize-variable', `help-next-section' and
 	`help-prev-section'.
	(help-next-section): New function.
	(help-prev-section): New function.
	(help-mode-quit): Changed to kill the help buffer.
	(help-mode-bury): Formerly `help-mode-quit'.  Bury buffer
 	correctly.
	(help-buffer-name): New function to generate the name of help
 	buffers.
	(with-displaying-help-buffer): Is now a macro.  Takes an new first
 	argument giving the name of the help buffer.
	(describe-key): Use `with-displaying-help-buffer' with name.
	(describe-mode): Ditto.
	(describe-bindings): Ditto.
	(describe-prefix-bindings): Ditto.
	(view-lossage): Ditto.
	(with-syntax-table): New macro.
	(function-called-at-point): Use `ignore-errors' and
 	`with-syntax-table'.
	(function-at-point): Ditto.
	(describe-function): Use `with-displaying-help-buffer' with name.
	(function-arglist): Extracted from `describe-function-1'.  Returns
 	function's arglist as string.
	(function-documentation): Extracted from `describe-function-1'.
  	Returns function's docstring.
	(describe-function-1): Remove all the "stream" garbage, including
	the stream argument.  Use `function-arglist' and
	`function-documentation'.
	(describe-function-arglist): Just use `function-arglist'.
	(variable-at-point): Use `ignore-errors' and `with-syntax-table'.
	(help-pretty-print-value): New function to help with
	pretty-printing variable values.  Knows about `#<...>'.  Needs
	`pp-internal'.
	(describe-variable): Use `with-displaying-help-buffer' with name.
	Formatting improved.  Display file where variable is defined, if
	known.  Use `help-pretty-print-value'.
	(describe-syntax): Use `with-displaying-help-buffer' with name.
	(list-processes): Remove "stream" garbage.

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

	* x-init.el (x-initialize-keyboard): Don't load x-win*.el files,
	call a dumped routine instead.

	* x-win-xfree86.el: Wrap file in defun.
	* x-win-sun.el: Ditto.

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

	* help.el (view-emacs-news): Remove usage of outl-mouse which
	advises functions and does other evil things.

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

	* format.el (format-alist): Add `image/tiff'.
	From P. E. Jareth Hein <jareth@camelot-soft.com>

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

	* about.el (about-hackers): More names added.

	* make-docfile.el: Remove superfluous package path search.

	* loaddefs.el: Commentary changes.  Removal of VM autoloads.

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

	* shadow.el (find-emacs-lisp-shadows): Add _pkg to the list of
	ignored shadows.

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

	* startup.el (set-default-load-path): Make sure lisp and site-lisp 
	get trailing slashes when added to the load-path.

	* x-init.el (init-x-win): Locate where XEmacs X localization files 
	are.

1997-12-18  Kyle Jones  <kyle_jones@wonderworks.com>

	* x-faces.el: Added support for foregroundToolBarColor
	  to xpm-color-symbols.

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

	* etags.el (tags-remove-duplicates): Removed.
	(buffer-tag-table-list): Use `delete-duplicates'.

	* cl-extra.el (coerce): Coerce to bit-vector and weak-list
 	correctly.
	(get*): Defalias to `get'.

	* cl.el (eql): Compare integers with `eq'.
	(cl-map-extents): Check for `map-extents' first.

1997-12-17  Didier Verna  <verna@inf.enst.fr>

	* leim/quail/latin-pre.el ("french-prefix"): doc string cleanup +
 	added the 'numero', 'copyright' and 'trademark' symbols.

	* leim/quail/latin-post.el ("french-postfix"): see above.

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

	* widget.el (define-widget): Check the arguments.

	* cus-edit.el (customize-face): Use `check-argument-type'.
	(custom-variable-value-create): Use `signal' to signal error.
	(custom-variable-reset-saved): Ditto.
	(custom-variable-reset-standard): Ditto.
	(custom-face-reset-saved): Ditto.

	* wid-edit.el (widget-prompt-value): Use `signal' to signal error.
	(widget-default-format-handler): Ditto.
	(widget-checklist-add-item): Ditto.
	(widget-radio-add-item): Ditto.
	(widget-editable-list-entry-create): Ditto.
	(widget-sexp-prompt-value): Ditto.

	* custom.el (custom-declare-variable): Signal errors better.
	(custom-handle-keyword): Ditto.
	(custom-declare-group): Ditto.

	* window-xemacs.el (windows): Ditto.

	* menubar.el (menu): Ditto.

	* keydefs.el (keyboard): Ditto.

	* minibuf.el (minibuffer): Ditto.

	* process.el (execute): Ditto.

	* fill.el (fill): Ditto.

	* modeline.el (modeline): Ditto.

	* help.el (help): Ditto.

	* faces.el (faces): Ditto.

	* files.el (files): Ditto.

	* x-init.el (x): Ditto.

	* lisp-mode.el (lisp): Ditto.

	* process.el (processes): Ditto.

	* mouse.el (mouse): Ditto.

	* abbrev.el (abbrev): Moved from cus-edit.

	* font-lock.el (lisp-font-lock-keywords-1): Recognize `defcustom'
	as variable declaration.

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

	* menubar.el (find-menu-item): Use `check-argument-type'.
	(find-menu-item): Cosmetic changes.

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

	* x-menubar.el (default-menubar): Guard usage of lpr-switches.

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

	* startup.el (set-default-load-path): Only search package-path
	when not running temacs.

	* dumped-lisp.el (preloaded-file-list): Remove Egg/Its dumped lisp 
	files.

	* loadup.el: Correct commentary.  Reformatting.
	(really-early-error-handler): Use absolute path to the 
	first dumped-lisp.el file.
	(really-early-error-handler): Print full path name of
	each dumped lisp file (inherited from InfoDock).

	* shadow.el (find-emacs-lisp-shadows): Ignore multiple
	dumped-lisp.el files.

	* make-docfile.el (preloaded-file-list): Reorder when the
	package-path is searched.
	* update-elc.el: Ditto.

	* lisp-mode.el (call-with-condition-handler): Treat the same as
	`condition-case' for indentation.

	* about.el (about-xemacs): Update release date.

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

	* cl-macs.el (case): Signal error if `t' or `otherwise' are seen
	anywhere but at the last clause.
	(ecase): Disallow `t' and `otherwise'.

1997-12-16  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>

	* cus-edit.el (custom-buffer-create-buttons): New function
	from stuff moved out of `custom-buffer-create-internal'.
	(custom-novice): New variable.  Default t.
	(custom-display-global-buttons): Ditto.  Default `top'.
	(custom-buffer-create-internal): Only display help if
	`custom-novice' is non-nil.  Display global buttons according to
	`custom-display-global-buttons'.

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

	* menubar.el (find-menu-item): Use `check-argument-type'.
	(find-menu-item): Cosmetic changes.

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

	* modeline.el (mouse-drag-modeline): Give the modeline a "pressed" 
	look.

1997-12-16  Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>

	* format.el (format-deannotate-region):  Bug fix.
	Deannotating a region containing unknown tags would fail
	(causing decoding of text/enriched to fail at user level)

1997-12-16  Kyle Jones  <kyle_jones@wonderworks.com>

	* minibuf.el (read-directory-name): Support sixth
	  arg, HISTORY, as already documented.

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

	* etags.el (get-tag-table-buffer): Use explicit lists as arguments 
	to `ecase'.

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

	* skk/skk-leim.el (skk-auto-fill-activate): Synch with
	skk-activate.

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

	* dumped-lisp.el (preloaded-file-list): Remove debugging statement.