diff lisp/ChangeLog @ 371:cc15677e0335 r21-2b1

Import from CVS: tag r21-2b1
author cvs
date Mon, 13 Aug 2007 11:03:08 +0200
parents 1d62742628b6
children 6240c7796c7a
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Aug 13 11:01:58 2007 +0200
+++ b/lisp/ChangeLog	Mon Aug 13 11:03:08 2007 +0200
@@ -1,1507 +1,6 @@
-2001-01-27  XEmacs Build Bot <builds@cvs.xemacs.org>
-
-	* XEmacs 21.1.14 is released
-
-2001-01-20  Klaus Frank <klausf@i3.informatik.rwth-aachen.de>
-
-	* gnuserv.el (gnuserv-process-filter): Robuster handling of error
-	messages from gnuserv.
-
-2001-01-15  Didier Verna  <didier@xemacs.org>
-
-	* about.el (xemacs-hackers): update my entry.
-	* about.el (about-url-alist): ditto.
-	* about.el (about-maintainer-info): ditto.
-	* about.el (about-hackers): ditto.
-
-2001-01-13  Steve Youngs  <youngs@xemacs.org>
-
-	* package-get.el (package-get-download-sites): Add a pre-release
-	site for experimental packages.
-
-	* auto-autoloads.el: Regenerated.
-
-2000-12-28  Andreas Jaeger  <aj@suse.de>
-
-	* about.el (about-hackers): Update my entry.
-
-2000-12-11  Matt Tucker  <tuck@whistlingfish.net>
-
-        * packages.el (locate-library): Add support for bzip2
-          compressed .el files
-
-2000-10-25  Yoshiki Hayashi  <yoshiki@xemacs.org>
-
-	* files.el (auto-mode-alist): Update to 21.2 version.
-
-2001-01-07  XEmacs Build Bot <builds@cvs.xemacs.org>
-
-	* XEmacs 21.1.13 is released
-
-2000-12-08  Adrian Aichner  <adrian@xemacs.org>
-
-	* simple.el (indent-for-comment): Preserve indentation of comments
-	starting in column 0, as documented in (Info-goto-node
-	"(xemacs)Comments").  Update docstring accordingly.
-	* simple.el (kill-comment): Typo fix.
-
-2000-12-16  Stephen J. Turnbull  <stephen@xemacs.org>
-
-	* mule/mule-coding.el: Reorder coding priority list.  Works around
-	crash in ISO-lock coding system reported by M. Fabian.
-
-2000-12-04  Didier Verna  <didier@xemacs.org>
-
-	* mouse.el (default-mouse-track-set-point-in-window): remove
-	spurious '+' operation detected by Martin.
-
-2000-12-01  Martin Bucholz <martin@xemacs.org>
-
-	* cl-extra.el (coerce): 
-	Implement char to integer coercion.
-	Remove extraneous (numberp) test.
-
-2000-11-02  Stephen J. Turnbull  <stephen@xemacs.org>
-
-	* cus-face.el: Typo fixes and tiny clarifications.
-
-2000-10-24  Didier Verna  <didier@xemacs.org>
-
-	* info.el (Info-emacs-info-file-name): defconst it.
-	* info.el (Info-footnote-tag): defcustom it.
-	* info.el (Info-no-description-string): ditto.
-	* info.el (Info-find-node): adapt to new semantics of
-	'Info-suffixed-file (don't do the case variants stuff).
-	* info.el (Info-insert-dir): rewrite the dir file variants code.
-	* info.el (Info-directory-files): New. Return the list of info
-	files in a directory.
-	* info.el (Info-dir-outdated-p): use it.
-	* info.el (Info-parse-dir-entries): ditto.
-	* info.el (Info-build-dir-anew): don't restrict to files ending
-	with a ".info.*" extension.
-	* info.el (Info-set-mode-line): ditto.
-	* info.el (Info-read-subfile): adapt to new semantics of
-	'Info-suffixed-file (append 'exact argument).
-	* info.el (Info-all-case-regexp): New. Return a regexp matching a
-	string independently of the case.
-	* info.el (Info-suffixed-file): use it (match all possible case
-	for the file name).
-	* info.el (Info-insert-file-contents): code cleanup.
-	* info.el (Info-rebuild-dir): cosmetics only. Fit code in 80
-	columns.
-	* info.el (Info-batch-rebuild-dir): ditto.
-	* info.el (Info-search): ditto.
-	* info.el (Info-fontify-node): ditto.
-
-2000-12-03  Jorma Laaksonen <jorma.laaksonen@hut.fi>
-
-	* package-admin.el: Allow package removal from
-	early-package-load-path.
-
-2000-10-16  Yoshiki Hayashi  <yoshiki@xemacs.org>
-
-	* byte-optimize.el (byte-after-unbind-pos): Remove byte-equal.
-
-2000-10-26  Yoshiki Hayashi  <yoshiki@xemacs.org>
-
-	* startup.el (normal-top-level): Set up auto-save-list-file-name
-	iff auto-save-list-prefix is non-nil.
-
-2000-04-18  Hrvoje Niksic  <hniksic@iskon.hr>
-
-	* code-files.el (convert-mbox-coding-system): Deleted.
-	(file-coding-system-alist): Removed reference to
-	convert-mbox-coding-system.
-
-1999-10-29  Hrvoje Niksic  <hniksic@iskon.hr>
-
-	* font-lock.el (font-lock-lisp-like): New function.
-	(font-lock-fontify-syntactically-region): Use it.
-
-2000-10-11  Martin Buchholz  <martin@xemacs.org>
-
-	* simple.el (turn-on-auto-fill):  Add (interactive).
-	* mwheel.el (mwheel-install): Add (interactive).
-	* font-lock.el (turn-on-font-lock): Add (interactive).
-	(turn-off-font-lock): Add (interactive).
-
-2000-10-08  Adrian Aichner  <adrian@xemacs.org>
-
-	* wid-edit.el (widget-specify-active): map over extents in current
-	buffer like `widget-specify-inactive' does.  Mapping over the
-	inactive extent object does not work since the current extent is
-	ignored by `map-extents'.
-
-1999-06-02  Oscar Figueiredo  <oscar@xemacs.org>
-
-        * subr.el (split-string): Avoid infinite looping
-
-2000-10-12  Daniel Pittman  <daniel@rimspace.net>
-
-	* simple.el (do-auto-fill): Use the function pointer to by
-	`comment-line-break-function', not `indent-new-comment-line'. This
-	fixes an issue with cc-mode comment continuation.
-
-2000-11-18  Stephen Carney <carney@scubadoo.com>
-
-	* etags.el: Prevent tag-search from going compute-bound.
-
-2000-09-19  Martin Buchholz  <martin@xemacs.org>
-
-	* easymenu.el: doc fixes.
-	(easy-menu-do-define): Use backquote.
-	(easy-menu-change): 
-	(easy-menu-add): 
-	`when' seems much clearer than `if' here.
-	(easy-menu-remove):
-	(easy-menu-add-item): 
-	(easy-menu-item-present-p): 
-	(easy-menu-remove-item): 
-	Wrap using (when (featurep 'menubar) ...)
-
-2000-09-12  Martin Buchholz  <martin@xemacs.org>
-
-	* bytecomp.el (byte-compile-file-form-defvar-or-defconst): 
-	Renamed from `byte-compile-file-form-defvar'.
-	* bytecomp.el (byte-compile-defvar-or-defconst):
-	Only cons onto current-load-list in top-level forms.
-	Else this leaks a cons cell every time a defun is called.
-	Renamed from `byte-compile-defvar', for clarity.
-	Warn when docstring of defvar is not a string.
-	Use consistent error messages.
-	Better comments.
-
-2000-09-11  Martin Buchholz  <martin@xemacs.org>
-
-	* cl-macs.el (cl-do-proclaim):
-	Fix (declare (special ...)) warning suppression syntax.
-
-2000-08-22  Stephen J. Turnbull  <stephen@xemacs.org>
-
-	* mule/mule-init.el (auto-language-alist):  Distinguish zh_CN, zh_TW.
-
-2000-08-04  XEmacs Build Bot <builds@cvs.xemacs.org>
-
-	* XEmacs 21.1.12 is released
-
-2000-08-02  Martin Buchholz  <martin@xemacs.org>
-
-	* menubar-items.el (default-menubar): Fix typo.
-	(default-menubar): `lambda' was mispelled as `lamda'.
-
-2000-07-28  Adrian Aichner  <aichner@ecf.teradyne.com>
-
-	* files.el (insert-file-contents-literally): Fix second let
-	binding for `coding-system-for-read' to `coding-system-for-write'
-	as suggested by Dan Holmsand <dan@innehallsbolaget.com>.
-
-1999-06-15  Jan Vroonhof  <vroonhof@math.ethz.ch>
-
-	* files.el (insert-file-contents-literally): Use binary coding
-	system (from Morioka san).
-	(insert-file-contents-literally): Make file-name-handler method.
-
-2000-07-17  XEmacs Build Bot <builds@cvs.xemacs.org>
-
-	* XEmacs 21.1.11 is released
-
-2000-07-16  Adrian Aichner  <aichner@ecf.teradyne.com>
-
-	* toolbar-items.el (toolbar-gnus): Switch to `gnus-group-buffer'.
-
-2000-07-17  Vin Shelton  <acs@xemacs.org>
-
-	* auto-autoloads.el: Updated.
-	* custom-load.el: Updated.
-
-2000-06-27 Charles G Waldman  <cgw@alum.mit.edu>
-
-	* cl-macs.el:  fix cl-transform-function-property kludge
-	so that it does not require a random feature.
-
-2000-06-08  Mike Alexander  <mta@arbortext.com>
-
-	* code-process.el (call-process-region): If there is no coding
-	system for the process on process-coding-system-alist use the
-	coding system of the buffer containing the region.
-
-2000-06-01  Adrian Aichner  <aichner@ecf.teradyne.com>
-
-	* winnt.el (nt-quote-args-functions-alist): Fix docstring.
-
-2000-06-12  Jan Vroonhof  <vroonhof@math.ethz.ch>
-
-	* files.el (insert-file-contents-literally): Set coding system to
-	binary. Long overdue minimal change for 21.1
-
-	* package-get.el (package-get-update-base):	
-	(package-get): Use insert-file-contents-literally always.
-	(package-get-maybe-save-index):
-	Force coding system for writing to binary.
-
-2000-06-21 Charles G Waldman  <cgw@alum.mit.edu>
-
-	* package-ui.el (defgroup pui):  Correct a misspelling
-	(pui-toggle-package-delete):  Change `seleted' to `selected'
-	(pui-popup-context-sensitive):  Fix a typo in a comment
-	
-2000-05-06  XEmacs Build Bot <builds@cvs.xemacs.org>
-
-	* XEmacs 21.1.10 is released
-
-2000-04-29  Martin Buchholz  <martin@xemacs.org>
-
-	* dialog.el (yes-or-no-p-dialog-box): 
-	Fix docstring.
-	Fix following horrible bug in X11 mode with focus-follows-mouse: 
-	  1. Visit two files in two different frames.
-	  2. do File->Revert Buffer in one of those frames.
-	  3. Dialog box appears.
-	  4. Arrange things so that the mouse passes over the *other*
-	     frame, then to the dialog box, and click on "Yes".
-	  5. The file contents end up in the *wrong* buffer!
-	
-
-2000-01-05  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
-
-	* mule/mule-cmds.el (set-default-coding-systems): Use
-	set-terminal-coding-system and set-keyboard-coding-system.
-	* coding.el (set-terminal-coding-system): Use
-	set-console-tty-output-coding-system.
-	(set-keyboard-coding-system): Use
-	set-console-tty-input-coding-system.
-
-2000-03-03  Vin Shelton  <acs@xemacs.org>
-
-	* menubar-items.el (maybe-add-init-button): Remove the "Load
-	.emacs" button from all menubars.
-
-2000-03-03  SL Baur  <steve@beopen.com>
-
-	* subr.el (with-string-as-buffer-contents): Reimplement using
-	`with-temp-buffer'.  Fixes non-unique buffer name problem, fixes
-	non-deletion of buffer after execution problem.
-	(with-output-to-string): Use unique buffer name.
-
-2000-03-03  Oscar Figueiredo  <oscar@xemacs.org>
-
-	* ldap.el (toplevel): Detect whether XEmacs has was built with
-	internal LDAP support
-	Customize all user variables.
-
-2000-03-03  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
-
-	* files.el (write-file): Ask for coding system when compiled with
-	file-coding.
-
-2000-02-13  XEmacs Build Bot <builds@cvs.xemacs.org>
-
-	* XEmacs 21.1.9 is released
-
-2000-02-07  Andreas Jaeger <aj@suse.de>
-
-	* x-font-menu.el: Use unscaled fonts, if available.
-
-2000-02-07  Stef Epardaud <stef@lunatech.com>
-
-	* font-lock.el: add JavaDoc 1.2 support and correct interface decl
-	highlighting
-
-2000-01-26  Hrvoje Niksic  <hniksic@iskon.hr>
-
-	* files.el (abbreviate-file-name): Use directory-sep-char instead
-	of hard-coded "/".
-
-2000-01-22  Kyle Jones  <kyle_jones@wonderworks.com>
-
-	* lisp/itimer.el (itimer-run-expired-timers): (consp
-	  last-command-event-time) instead of (consp
-	  'last-command-event-time).
-
-2000-01-19  Yoshiki Hayashi  <yoshiki@xemacs.org>
-
-	* about.el (about-hackers): Add myself to contributors list.
-
-2000-01-15  Hrvoje Niksic  <hniksic@iskon.hr>
-
-	* info.el (Info-directory-list): Warn against using Customize with
-	Info-directory-list.
-
-2000-01-07  Andreas Jaeger  <aj@suse.de>
-
-	* about.el (about-hackers): Moved my entry to contributor list.
-	(xemacs-hackers): Added myself.
-	(about-maintainer-info): Added description of myself.
-
-2000-01-05  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
-
-	* hyper-apropos.el (hyper-apropos-this-symbol): Don't always
-	get symbol at point-min.
-
-1999-12-13  Charles G Waldman  <cgw@alum.mit.edu>
-
-	* gnuserv.el (gnuserv-process-filter):  don't call 
-	gnuserv-write-to-client when gnuserv-current-client is nil
-
-1999-12-11  Gunnar Evermann  <ge204@eng.cam.ac.uk>
-
-	* toolbar.el (default-toolbar-position): typo fix
-
-1999-12-07  Jan Vroonhof  <vroonhof@math.ethz.ch>
-
-	* package-get.el (package-get-download-sites): Use correct custom
-	type.
-
-1999-12-05  Kyle Jones  <kyle_jones@wonderworks.com>
-
-	* lisp/itimer.el: (require 'lisp-float-type).  Use
-	  floats directly in itimer-time-difference.
-
-1999-12-03  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
-
-	* lisp/mule-misc.el (coding-system-get): Imported from 21.2.
-	(coding-system-put): Ditto.
-	(coding-category): Imported from 21.2 and modified for 21.2.
-
-1999-12-03  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
-
-	* mule-charset.el (charset-bytes): Imported from 21.2.
-	(charset-width): Ditto.
-
-1999-12-03  Adrian Aichner  <aichner@ecf.teradyne.com>
-
-	* hyper-apropos.el (hyper-apropos-this-symbol): Handle
-	`hyper-apropos-help-mode' here to find symbol to customize
-	irregardless of cursor position and simplify
-	`hyper-apropos-set-variable', `hyper-apropos-find-function', and
-	`hyper-apropos-popup-menu'.
-
-1999-11-14  Jason R Mastaler  <jason@mastaler.com>
-
-	* package-get.el (package-get-download-sites): Removed several
- 	defunct download sites, added many new ones, and corrected a few
- 	incorrect directory-on-site entries.
-
-1999-11-02  XEmacs Build Bot <builds@cvs.xemacs.org>
-
-	* XEmacs 21.1.8 is released
-
-1999-11-01 Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
-
-	* mule/cyrillic.el (setup-cyrillic-environment): Revert
-	previous change and modify for XEmacs 21.1.
-	(language-info-alist): Revert last change.
-
-1999-11-01 Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
-
-	* mule/japanese.el (setup-japanese-environment): Set up
-	default-coding-system.
-	* mule/chinese.el (setup-chinese-gb-environment): New function.
-	(setup-chinese-big5-environment): New function.
-	* mule/cyrillic.el (setup-cyrillic-iso-environment): New function.
-	(setup-cyrillic-koi8-environment): New function.
-	(setup-cyrillic-alternativnyj-environment): New function.
-	(setup-cyrillic-environment, describe-cyrillic-support):
-	Remove bogus functions.
-	(language-info-alist): Don't add Cyrillic.
-
-1999-10-21  Jan Vroonhof  <vroonhof@math.ethz.ch>
-
-	* xemacs-20/lisp/package-get.el
-	(package-get-user-package-location):
-	Use user-init-directory in the "correct" way for 21.1
-
-1999-10-21  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
-
-	* apropos.el (apropos-documentation): Use insert instead
-	of princ.
-
-1999-10-20  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
-
-	* info.el (Info-page-prev): Don't do (sit-for 0).
-
-1999-10-20  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
-
-	* mule/japanese.el (setup-japanese-environment): New function.
-	(language-info-alist): Use setup-japanese-enviroment as a
-	setup function.
-
-1999-10-20  Jan Vroonhof  <vroonhof@math.ethz.ch>
-
-	* coding.el (set-terminal-coding-system): Only set the console
-	coding system on the selected console if it is a tty.
-
-1999-10-20  Werner Fink  <werner@suse.de>
-
-	* setup-paths.el (paths-find-exec-directory): Add missing nil
-	parameter for environment.
-
-1999-10-20  Werner Fink  <werner@suse.de>
-
-	* cyrillic.el (setup-cyrillic-environment): Replace
-	old set-coding-priority.
-
-1999-09-25  Adrian Aichner  <aichner@ecf.teradyne.com>
-
-	* package-get.el (package-get-download-menu): Make menu really
- 	toggle download sites.
-	(package-get-download-sites): Add autoload cookie.
-	[This was in 21.1.7.]
-
-1999-09-26  XEmacs Build Bot <builds@cvs.xemacs.org>
-
-	* XEmacs 21.1.7 is released
-
-1999-09-23  Gunnar Evermann  <ge204@eng.cam.ac.uk>
-
-	* indent.el (indent-line-to): fix bug: spaces were not replaced
-	with tab if column is multiple of tab-width
-	From dhn@qedinc.com
-
-1999-09-19  Hrvoje Niksic  <hniksic@srce.hr>
-
-	* simple.el (do-auto-fill): Commented out part of Kinsoku
-	processing.
-
-1999-09-19  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
-
-	* setup-paths.el (paths-find-doc-directory): Respect value of
-	`configure-doc-directory.'
-
-	* find-paths.el (paths-find-architecture-directory): Give
- 	precendence `default' argument (which typically comes from
- 	configure).
-
-1999-09-19  Jan Vroonhof  <vroonhof@math.ethz.ch>
-
-	* files.el (allow-remote-paths): Variable added to core where it
-	belongs.
-
-1999-09-06    Robert Pluim  <rpluim@bigfoot.com>
-
-	* package-get.el (package-get-package-provider): Make sure we
- 	produce some output, as we can be called interactively.
-
-1999-09-03    Hrvoje Niksic  <hniksic@srce.hr>
-
-	* cl-macs.el (extent-start-position): Fix setf method.
-	(extent-end-position): Ditto.
-
-1999-08-29    Jan Vroonhof  <vroonhof@math.ethz.ch>
-
-	* auto-show.el (auto-show-truncationp): Remove.
-          (auto-show-should-take-action-p): Use window-truncated-p
-
-1999-08-26    burt@dfki.de (Alastair Burt)
-
-	* derived.el: Apply derived-mode-parent-property.
-
-1999-08-26    Hrvoje Niksic  <hniksic@srce.hr>
-
-	* replace.el (perform-replace): Stop the search after the search
-	limit has been reached.
-
-1999-08-26    Christoph Wedler  <wedler@fmi.uni-passau.de>
-
-	* bytecomp.el (byte-compile-buffer-substring): Would produce wrong 
-	warning/code for `buffer-substring' with no or one arg.
-
-1999-08-26    Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
-
-	* mule/japanese.el: Use setup-japanese-environment-internal as the 
-	setup function.
-
-1999-08-14  XEmacs Build Bot <builds@cvs.xemacs.org>
-
-	* XEmacs 21.1.6 is released
-
-1999-08-14    Jan Vroonhof <vroonhof@math.ethz.ch>
-
-	* package-get.el: Don't require package signing by default.
-
-1999-08-12    SL Baur  <steve@xemacs.org>
-
-	* code-files.el (insert-file-contents): Fix docstring.
-
-1999-08-12    Steve Baur <steve@xemacs.org>
-
-	* dumped-lisp.el Fix thai and ethiopic.
-
-1999-08-12    Bob Weiner  <weiner@beopen.com>
-
-	* fill.el (fill-context-prefix): Fixed bug that prevented the
-	setting of an adaptive fill prefix when the `dont-skip-first'
-	was t.
-
-1999-08-12    Karl M. Hegbloom  <karlheg@debian.org>
-
-	* config.el (config-value-file): look for "config.values" in
- 	`doc-directory', rather than in `exec-directory', since it varies
- 	with the configuration like DOC does, and `--docdir' is
- 	configurable now.  The docstring for `doc-directory' says its
- 	value is usually the same as `exec-directory' anyway, so this
- 	should NOT affect XEmacs when configured without the `--docdir'
- 	switch.
-
-1999-08-12    Bob Weiner  <weiner@beopen.com>
-
-	* list-mode.el (list-mode): It is visually disconcerting to have
-	the text cursor disappear within list buffers, especially when
-	moving from window to window, so leave it visible.
-
-1999-08-12    Karl M. Hegbloom  <karlheg@debian.org>
-
-	* files.el (interpreter-mode-alist): add `make', `guile', and 
-	`emacs' entries. (#!/usr/bin/make -f ought to send a file into
-	makefile-mode, guile is a scheme, and someday XEmacs will be
-	modular enough to use as an efficient scripting tool.)
-
-1999-08-14  XEmacs Build Bot <builds@cvs.xemacs.org>
-
-	* XEmacs 21.1.5 is released
-
-1999-07-08  XEmacs Build Bot <builds@cvs.xemacs.org>
-
-	* XEmacs 21.1.4 is released
-
-1999-07-07    SL Baur  <steve@steve1.m17n.org>
-
-	* help-nomule.el (string-width): Make Mule compatibility alias.
-
-1999-07-06    Bob Weiner  <weiner@beopen.com>
-
-	* simple.el (indent-new-comment-line): Locally bound
-	`block-comment-start' to `comstart' or else when this is called
-	from do-auto-fill, e.g. in Lisp mode, it will insert any non-nil
-	`block-comment-start' value, ignoring any existing spacing after a
-	comment prefix in the previous line and producing ugly comments.
-
-1999-07-06    Bob Weiner  <weiner@beopen.com>
-
-	* list-mode.el (mouse-choose-completion): 
-	(choose-completion): 
-	(completion-switch-to-minibuffer): Added.
-	([Tab]): [Tab] previously switched to the minibuffer
-	but since [space] does that and since most applications in the
-	world use [Tab] to select the next item in a list, do that in the
-	*Completions* buffer too.  This will cause the least confusion
-	among the largest population of users.  -- Bob Weiner, BeOpen.com,
-	06/23/1999.
-
-1999-07-06     Bob Weiner  <weiner@beopen.com>
-
-	* list-mode.el (completion-list-mode-quit): Added and bound to {q}
-	in the completion-list-mode-map to bury the completions buffer
-	even when the minibuffer is no longer active.
-
-1999-07-06    Michael Sperber <sperber@informatik.uni-tuebingen.de>
-
-        * very-early-lisp.el (when-feature, unless-feature): Make them
-        test for the feature at runtime.
-
-1999-07-06    SL Baur  <steve@miho.m17n.org>
-
-	* menubar-items.el (default-menubar): Conditionalize the bug
-	report menu item (which may not be possible in this XEmacs).
-	Reported by: Ken'ichi Handa <handa@etl.go.jp>
-
-1999-07-06    SL Baur  <steve@miho.m17n.org>
-
-	* subr.el (with-current-buffer): DOC string fix.
-	Suggested by Bob Weiner <weiner@altrasoft.com>
-
-1999-07-06    Karl M. Hegbloom  <karlheg@debian.org>
-
-	* wid-edit.el (widget-documentation): corrected speling error.
-
-1999-06-26  XEmacs Build Bot <builds@cvs.xemacs.org>
-
-	* XEmacs 21.1.3 is released
-
-1999-06-26  XEmacs Build Bot <builds@cvs.xemacs.org>
-
-	* XEmacs 21.1.3 is released
-
-1999-06-13    Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
-
-	* mule/mule-cmds.el (read-input-method-name): set input-method
-	properly.
-
-1999-06-12    Vin Shelton <acs@xemacs.org>
-
-	* startup.el: Document -private and break out non-standard X
- 	options.
-
-1999-06-12    SL Baur  <steve@gneiss.etl.go.jp>
-
-	* info.el (Info-scroll-prev): Use event functions instead of
-	the old emacs 19 interface.
-
-1999-06-12    SL Baur  <steve@gneiss.etl.go.jp>
-
-	* about.el (about-xemacs): Update maintainer list.
-	Fix release date.
-
-1999-05-14  XEmacs Build Bot <builds@cvs.xemacs.org>
-
-	* XEmacs 21.1.2 is released
-
-1999-05-14  XEmacs Build Bot <builds@cvs.xemacs.org>
-
-	* XEmacs 21.1.1 is released
-
-1999-05-13  SL Baur  <steve@gneiss.etl.go.jp>
-
-	* about.el: update contact info for jason and slb.
-
-1999-05-06  Gunnar Evermann  <ge204@eng.cam.ac.uk>
-
-	* files.el (auto-mode-alist): fix typo in regex for .bash_* files
-	From Anders Stenman <stenman@isy.liu.se>
-
-1999-04-14  Colin Rafferty  <colin@xemacs.org>
-
-	* x-faces.el (x-make-font-bold-italic): honor
-	*try-oblique-before-italic-fonts*
-
-1999-04-14  Hrvoje Niksic  <hniksic@srce.hr>
-
-	* cl-extra.el (coerce): Coerce numbers to characters correctly.
-
-1999-04-14  Dave Gillesipe  <daveg@synaptics.com>
-
-	* cl-extra.el (equalp): Would bug out for lists.
-
-1999-03-16  Colin Rafferty  <colin@xemacs.org>
-
-	* view-less.el (toggle-truncate-lines): add autoload tag
-
-1999-03-25  XEmacs Build Bot <builds@cvs.xemacs.org>
-
-	* XEmacs 21.0.67 is released
-
-1999-03-15  SL Baur  <steve@xemacs.org>
-
-	* check-features.el: Turn hard errors into warnings.
-
-1999-03-12  Charles G Waldman  <cgw@fnal.gov>
-
-	* about.el (about-hackers):  Change cgw's email address
-
-1999-03-12  XEmacs Build Bot <builds@cvs.xemacs.org>
-
-	* XEmacs 21.0.66 is released
-
-1999-02-19  Jan Vroonhof  <vroonhof@math.ethz.ch>
-
-	* x-faces.el (x-init-global-faces): Add default tag to specifiers, 
-	so they can be overridden by x-init-face-from-resources.
-	Additionally specify the font name also with an x tag.
-
-1999-03-08  Andy Piper  <andy@xemacs.org>
-
-	* package-get.el (package-get-base): autoload.
-
-	* menubar-items.el (default-menubar): add update menu item. Fix
-	custom menu to only be activated when package-base is available.
-
-	* package-get.el (package-get-custom): don't load
-	package-get-custom as it is auto-generated. Fix group definition.
-
-1999-03-05  Didier Verna  <verna@inf.enst.fr>
-
-	* cus-dep.el (Custom-make-dependencies): use `prin1-to-string'
-	instead of `symbol-name' (Thanks Kyle).
-
-	* cus-edit.el (custom-save-variables): use `prin1' instead of
-	princ to write symbols.
-
-1999-03-05  XEmacs Build Bot <builds@cvs.xemacs.org>
-
-	* XEmacs 21.0.65 is released
-
-1999-03-05  SL Baur  <steve@xemacs.org>
-
-	* menubar-items.el (default-menubar): Add kfm browsing support.
-	From Neal Becker <nbecker@fred.net>
-
-1999-02-12  Didier Verna  <verna@inf.enst.fr>
-
-	* info.el (Info-build-node-completions): unconditionally widen the
-	tag table buffer.
-
-1999-02-19  Paul Stodghill  <stodghil@cs.cornell.edu>
-
-	* x-faces.el (x-init-face-from-resources):
-	Only set fonts in the 'x locale.
-
-1999-03-04  Adrian Aichner  <aichner@ecf.teradyne.com>
-
-	* package-ui.el (pui-install-selected-packages): Don't throw on
-	`package-admin-delete-binary-package' returning nil since it's
-	normal.  Reindent function.
-	(pui-add-required-packages): Handle case where packages selected
-	for installation have never been installed.
-
-1999-03-03  Steven Baur  <steve@gneiss.etl.go.jp>
-
-	* font-lock.el (font-lock-revert-cleanup): Null out to avoid repeated
-	calls to font-lock during buffer reversion.
-	
-1999-03-03  Martin Buchholz  <martin@xemacs.org>
-
-	* menubar-items.el (default-menubar): 
-	Implement the ``Mule->Set coding system of process'' menu item.
-
-1999-03-01  XEmacs Build Bot <builds@cvs.xemacs.org>
-
-	* XEmacs 21.0.64 is released
-
-1999-02-22  Jan Vroonhof  <vroonhof@math.ethz.ch>
-
-	* userlock.el (ask-user-about-supersession-threat-dbox): Guard
-	against window close (Fix Bug #460).
-	(ask-user-about-lock-dbox): Idem.
-
-1999-02-12  Andy Piper  <andy@xemacs.org>
-
-	* about.el (xemacs-hackers): change andy's email address.
-	(about-url-alist): change andy's web page address.
-	(about-xemacs): add piper.
-
-1999-02-16  SL Baur  <steve@xemacs.org>
-
-	* mule/arabic.el:
-	mule/canna-leim.el:
-	mule/chinese.el:
-	mule/cyrillic.el:
-	mule/english.el:
-	mule/european.el:
-	mule/greek.el:
-	mule/hebrew.el:
-	mule/japanese.el:
-	mule/kinsoku.el:
-	mule/korean.el:
-	mule/misc-lang.el:
-	mule/mule-category.el:
-	mule/mule-ccl.el:
-	mule/mule-charset.el:
-	mule/mule-cmds.el:
-	mule/mule-coding.el:
-	mule/mule-files.el:
-	mule/mule-help.el:
-	mule/mule-init.el:
-	mule/mule-misc.el:
-	mule/mule-tty-init.el:
-	mule/mule-x-init.el:
-	mule/viet-chars.el:  Remerge from mule-base.
-
-	* dumped-lisp.el (preloaded-file-list): Core mule files moved out
-	of mule-base into lisp/mule.
-
-1999-02-15  Martin Buchholz  <martin@xemacs.org>
-
-	* paths.el: 
-	- improved automounter tmp directory support.
-	- support 4 (!) empirically discovered automounter conventions
-
-1999-02-10  Adrian Aichner  <aichner@ecf.teradyne.com>
-
-	* process.el (exec-to-string): Use `shell-command-switch' in place
-	of hard-wired "-c" (for WindowsNT).
-
-1999-02-08  Charles G Waldman  <cgw@pgt.com>
-
-	* menubar-items.el (default-menubar):  Remove obsolete
-	"Gopher" item
-
-1999-02-06  Jan Vroonhof  <vroonhof@math.ethz.ch>
-
-	* package-admin.el (package-admin-get-install-dir): First fall
-	back to the location of xemacs-base for non-mule packages.
-
-1999-02-12  SL Baur  <steve@xemacs.org>
-
-	* etags.el (pop-tag-mark): autoload to match key binding.
-
-1999-02-02  Jan Vroonhof  <vroonhof@math.ethz.ch>
-
-	* package-get.el (package-get-remote-filename): Don't bug out for
-	a local file name in the search entry.
-
-1999-02-02  XEmacs Build Bot <builds@cvs.xemacs.org>
-
-	* XEmacs 21.0.63 is released
-
-1999-01-25  Didier Verna  <verna@inf.enst.fr>
-
-	* select.el (selection-owner-p): use the name `XEmacs'.
-	(cut-copy-clear-internal): ditto.
-
-1999-01-05  XEmacs Build Bot <builds@cvs.xemacs.org>
-
-	* XEmacs 21.0.62 is released
-
-1999-01-04  Jan Vroonhof  <vroonhof@math.ethz.ch>
-
-	*  package-get: Sync again with 21.2 version (undoes premature 
-	   patch applied by mistake).
-
-1998-12-02  Gunnar Evermann  <ge204@eng.cam.ac.uk>
-
-	* package-get.el (package-get-download-sites): change
-	ftp.doc.ic.ac.uk to sunsite.doc.ic.ac.uk
-
-1999-01-04  XEmacs Build Bot <builds@cvs.xemacs.org>
-
-	* XEmacs 21.0.61 is released
-
-1998-12-17  Andy Piper  <andy@xemacs.org>
-
-	* sound.el (sound-load-list): name changed from sound-load-alist.
-	(sound-extension-list): name changed from sound-ext-list.
-	(load-default-sounds): use new names.
-	(load-sound-file): use new names.
-
-1998-12-17  Charles G. Waldman <cgw@pgt.com>
-
-	* package-admin.el: Change initialization of
-	package-admin-install-function dependent on system type.
-	Change package-admin-install-function-mswindows to use
-	"minitar".
-
-1998-12-07  Jan Vroonhof  <vroonhof@math.ethz.ch>
-
-	* package-ui.el (pui-list-packages): Set truncate-lines.
-
-	* package-get.el (package-get-download-menu): Use
-	`package-ui-add-site'. Add a a toggle to indicate it is in the list.
-
-	* package-ui.el (pui-help): Ditch in favor of `describe-mode'
-	(pui-help-string): idem.
-	(list-packages-mode): New major mode.
-	(pui-list-packages): Use 'list-packages-mode' in the package buffer.
-	(pui-install-selected-packages): Add suport for removing packages.
-	(pui-toggle-package-delete-key): New function.
-	(pui-popup-context-sensitive): New kludge.
-	(pui-list-packages): Add warning when `package-get-remote' is nil.
-	(package-ui-add-site): New function.
-
-1998-11-30  Hrvoje Niksic  <hniksic@srce.hr>
-
-	* cus-dep.el (Custom-make-dependencies): Be smarter about trapping 
-	errors.
-
-1998-12-11  XEmacs Build Bot <builds@cvs.xemacs.org>
-
-	* XEmacs 21.0.60 is released
-
-1998-12-04  Hrvoje Niksic  <hniksic@srce.hr>
-
-	* wid-edit.el (widget-echo-this-extent): Set
-	help-echo-owns-message to t.
-
-1998-12-10  SL Baur  <steve@altair.xemacs.org>
-
-	* package-admin.el (package-admin-add-binary-package): Grammar
-	fix.
-
-1998-12-01  Greg Klanderman  <greg@alphatech.com>
-
-	* package-get.el (package-get-locate-index-file): change argument
-	to `force-current'.  error out if force-current is set and no
-	download sites are specified.
-
-1998-12-01  Jan Vroonhof <vroonhof@math.ethz.ch>
-
-	* package-get.el (package-get): If we cannot find a package
-	  because package-get-remote is not set, give a more helpful
-	  error message.
-
-1998-11-30  Greg Klanderman  <greg@alphatech.com>
-
-	* package-get.el (package-get-remote-filename): use an EFS path
-	with user anonymous if no user is specified.
-
-1998-12-01  Didier Verna  <verna@inf.enst.fr>
-
-	* hyper-apropos.el (hyper-where-is): added the missing autoload.
-
-1998-12-10  Jan Vroonhof  <vroonhof@math.ethz.ch>
-
-	* faces.el (face-spec-set): Re-init fallfacks for default after
-	calling reset-face on the default face.
-
-1998-12-10  Jan Vroonhof  <vroonhof@math.ethz.ch>
-
-	* package-admin.el (package-admin-default-install-function):
-	Behave as advertised.  Make sure the pkg-dir is proper for
-	default-directory.
-	(package-admin-add-binary-package): Make sure the pkg-dir is
-	proper for default-directory.
-	(package-admin-install-function-mswindows): Make sure the pkg-dir
-	is proper for default-directory.
-
-1998-12-08  XEmacs Build Bot <builds@cvs.xemacs.org>
-
-	* XEmacs 21.0.59 is released
-
-1998-12-08  XEmacs Build Bot <builds@cvs.xemacs.org>
-
-	* XEmacs 21.0.58 is released
-
-1998-11-27  Jan Vroonhof  <vroonhof@math.ethz.ch>
-
-	* easymenu.el (easy-menu-add-item): Wraper around add-menu-btton.
-	(easy-menu-item-present-p): Wrapper around find-menu-item.
-	(easy-menu-remove-item): Wrapper around delete-menu-item.
-
-	* menubar.el (delete-menu-item): Add 'from-menu' argument.
-	(add-menu-button): Add 'in-menu' argument.
-	(add-menu-item-1): Add in-menu support to helper function.
-
-1998-11-26  Jan Vroonhof  <vroonhof@math.ethz.ch>
-
-	* faces.el (get-custom-frame-properties): Revert Hrvoje Niksic change
-	of Dec 4, 1997.
-
-1998-11-25  Hrvoje Niksic  <hniksic@srce.hr>
-
-	* process.el (shell-command-on-region): Report if the command
-	succeeded or failed.
-
-1998-11-07  Adrian Aichner  <aichner@ecf.teradyne.com>
-
-	* msw-faces.el (mswindows-find-smaller-font): Turning font names
-	  into font instances first, like `x-frob-font-size' does.
-	  (mswindows-find-larger-font): ditto
-
-1998-11-04  Greg Klanderman  <greg@alphatech.com>
-
-	* package-ui.el (pui-install-selected-packages): fix args in call
-	to `package-get'.
-
-1998-10-29  Jan Vroonhof  <vroonhof@math.ethz.ch>
-
-	* package-get.el (host-name): New widget type.
-	(package-get-remote): Better customization using new type.
-	(package-get-download-sites): idem dito.
-
-	(package-get-custom): Do not use package-get-all untill we have
-	runtime dependencies.
-
-	(package-get-remove-copy): Default to 't' we no longer need this
-	kludge as we do not currently use depenencies.
-	
-	(package-get-was-current): New variable.
-	(package-get-require-base): New 'force-current' argument.
-	(package-get-update-base): idem
-	(package-get-package-provider):  idem
-	(package-get-locate-index-file): New 'no-remote' argument.
-	(package-get-locate-file): idem.
-	
-	(package-get-maybe-save-index): New function.
-	(package-get-update-base): Use it.
-
-1998-10-28 Greg Klanderman <greg@alphatech.com>
-
-	* package-get.el (package-get-remote): default to nil; by default, 
-	don't go out to the net via EFS.  They must select a download site.
-	(package-get-download-sites): new variable.
-	(package-get-download-menu): new function.
-	(package-get-locate-index-file): new function.
-	(package-get-update-base): use it.
-
-	* menubar-items.el (default-menubar): add "Update Package Index"
-	and "Add Download Site" menus under Options | Manage Packages.
-
-1998-10-19  Greg Klanderman  <greg@alphatech.com>
-
-	* package-get.el (package-get): bugfix code checking installed version
-	for case where package is not currently installed.
-	(package-get-require-signed-base-updates): new variable.
-	(package-get-update-base-from-buffer): remove REMOTE-SOURCE arg, it was 
-	deemed not a goot thing.  Use the variable
-	package-get-allow-unsigned-base-updates instead.
-
-1998-10-16 Greg Klanderman <greg@alphatech.com>
-
-	* package-get.el (package-get): Don't install an older version than 
-	we already have unless explicitly told to.  Issue a warning.
-
-	* package-ui.el (pui-add-required-packages): when adding
-	dependencies, don't add packages that are up to date.
-	(pui-package-symbol-char):  Don't consider a package out of date 
-	if you have a newer version installed than the latest version in
-	package-get-base.
-
-	* package-get.el (package-get-base-filename): document that it may 
-	be a path relative to package-get-remote;  new default value.
-	(package-get-locate-file): new function.
-	(package-get-update-base): use it to expand package-get-base-filename.
-	(package-get-save-base): new function to save the package-get database
-	to file.
-	(package-get-update-base-from-buffer): add REMOTE-SOURCE argument.
-	(package-get-update-base): pass the REMOTE-SOURCE arg.
-	(package-get-update-base-entry): call package-get-custom-add-entry.
-	(package-get-file-installed-p): removed; no longer needed.
-	(package-get-create-custom): ditto.
-	(toplevel): remove code to build and load package-get-custom.el
-	(package-get-custom-add-entry): new function.
-
-1998-10-12  Hrvoje Niksic  <hniksic@srce.hr>
-
-	* wid-edit.el (widget-button-click): Don't switch window.
-
-1998-10-22  Jan Vroonhof  <vroonhof@math.ethz.ch>
-
-	* cus-face.el (custom-set-face-update-spec): Add autoload cookie
-
-1998-10-15  Greg Klanderman  <greg@alphatech.com>
-
-	* package-get.el (package-get-update-base): use
-	insert-file-contents-internal, not insert-file-contents-literally.
-
-1998-10-14  Jan Vroonhof  <vroonhof@math.ethz.ch>
-
-	* auto-save.el: expand-file 'auto-save-*-dir' at runtime not at
-	dump time. 
-
-1998-10-15  Greg Klanderman  <greg@alphatech.com>
-
-	* package-get.el (package-get-update-base-entry): new function.
-	(package-get-update-base): renamed; was `package-get-load-base'.
-	cleanup, and use package-get-update-base-from-buffer.
-	(package-get-update-base-from-buffer): new function.
-	(package-get-update-base-entries): new; helper for above.
-	Do not eval lisp grabbed over ftp; parse it from new format.
-
-1998-10-15  Greg Klanderman  <greg@alphatech.com>
-
-	* files.el (set-auto-mode): Don't play games loading package-get
-	database; package-get-package-provider will handle it all.
-
-1998-10-14  Greg Klanderman  <greg@alphatech.com>
-
-	* package-get.el (package-get-base-filename): new variable.
-	(package-get-require-base): new function.
-	(package-get-pgp-signed-begin-line): new variable.
-	(package-get-pgp-signature-begin-line): ditto.
-	(package-get-pgp-signature-end-line):  ditto.
-	(package-get-load-base): new function.
-	(package-get-interactive-package-query):
-	(package-get-update-all):
-	(package-get-dependencies):
-	(package-get-package-provider):
-	(package-get-custom): use package-get-require-base.
-	[package-get-custom loading]: disable for now.
-
-	* package-ui.el (pui-list-packages): use (package-get-require-base)
-
-1998-10-14  Jan Vroonhof  <vroonhof@math.ethz.ch>
-
-	* package-ui.el: Correct obvious thinko in choosing extent face.
-
-1998-10-12  Jan Vroonhof  <vroonhof@math.ethz.ch>
-
-	* menubar-items.el (default-menubar): pui-list-package has nothing 
-	to with Customize. Move all the package stuff to a new Item in Options.
-
-	* package-ui.el (pui-menu): Add menu and Popup menu.
-
-	* package-get.el (package-get): Use new
-	package-admin-get-install-dir.
-
-	* package-admin.el (package-admin-get-install-dir): New syntax.
-	Conserve package location and put mule packages where mule-base is.
-
-	* package-get.el : Customized
-
-	* package-ui.el (pui): Customized
-	(pui-package-install-dest-dir): New variable.
-	(pui-install-selected-packages): Use it
-
-1998-10-12  SL Baur  <steve@altair.xemacs.org>
-
-	* package-get.el (package-get-interactive-package-query): Move
-	dependency on package-get-base to run-time.
-	(package-get-update-all): Ditto.
-	(package-get-dependencies): Ditto.
-	(package-get-package-provider): Ditto.
-	(package-get-custom): Ditto.
-
-1998-10-11  Glynn Clements  <glynn@sensei.co.uk>
-
-	* events.el: Remove 'ascii-character property from 'backspace
-	and 'delete symbols
-
-1998-10-11  SL Baur  <steve@altair.xemacs.org>
-
-	* package-get-base.el: removed.
-
-1998-10-07  Jan Vroonhof  <vroonhof@math.ethz.ch>
-
-	* x-font-menu.el (font-menu-set-font): Respect font-menu-frame-local
-
-1998-10-07  Greg Klanderman  <greg@alphatech.com>
-
-	* package-admin.el (package-admin-rmtree): rewritten.  need to
-	check for "." and ".." before symlink check.  expand files and
-	directories with respect to DIRECTORY, not default-directory.
-
-1998-10-04  Greg Klanderman  <greg@alphatech.com>
-
-	* package-get.el (package-get-all): add INSTALL-DIR argument.
-
-1998-10-06  Greg Klanderman  <greg@alphatech.com>
-
-	* package-ui.el (pui-add-required-packages): new function, select
-	dependent packages.
-	(pui-display-keymap): bind it.
-	(pui-help-string): document it.
-	(pui-install-selected-packages): package-get-all -> package-get.
-
-	* package-get.el (package-get-dependencies): new function.
-
-1998-10-04  Hrvoje Niksic  <hniksic@srce.hr>
-
-	* isearch-mode.el (isearch-done): Use regexp-search-ring-max for
-	regexps.
-
-1998-09-30  Jan Vroonhof  <vroonhof@math.ethz.ch>
-
-	* package-admin.el (package-admin-delete-binary-package):
-		General cleanup. Remove unnessary use of progn and
-	save-excursion. 
-	(package-admin-delete-binary-package): Do NOT mess with file
-	modes. That is evil. 
-	(package-admin-delete-binary-package): Wrap all deleting in
-	condition-case. The data in MANIFEST is untrustworthy.
-	(package-admin-delete-binary-package): Let the OS worry about non
-	empty directories.
-
-1998-10-09  SL Baur  <steve@altair.xemacs.org>
-
-	* lisp-mnt.el (lm-commentary): Fix InfoDock-style comment
-	processing.
-	(lm-report-bug): Fix mail address to send bug reports to.
-
-1998-09-29  SL Baur  <steve@altair.xemacs.org>
-
-	* XEmacs 21.0-pre14 is released.
-
-1998-08-14  Jan Vroonhof  <vroonhof@math.ethz.ch>
-
-	* files.el (auto-mode-alist): Enhanced regexp for perl-mode
-
-1998-09-22  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
-
-	* info.el (Info-mode): Document page turning by double clicks in
-	docstring so `M-x describe-mode' will display it.
-
-1998-09-20  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
-
-	* info.el (Info-mouse-track-double-click-hook): Use character
-	widths to calculate a border region where double clicking does
-	page turning, and return `nil' by default so other hooks, such as
-	region highlighting, will be run.
-
-1998-09-29  Colin Rafferty   <colin@xemacs.org>
-
-	* sound.el (default-sound-directory-list): Initialize with all the 
-	"sounds" directories in `data-directory-list'.  It used to just be 
-	the first one.
-
-	* packages.el (locate-data-directory-list): Created.  This gives
-	the list of matching directories, unlike `locate-data-directory',
-	which just gives the first one.
-
-1998-09-28  Raymond Wiker <raymond@orion.no>
-
-	* packages.el: Added "man" as a special subdirectory of packages.
-
-1998-09-26  Jan Vroonhof  <vroonhof@math.ethz.ch>
-
-	* minibuf.el (read-from-minibuffer): No longer bind help-form but
-	make a binding in the local keymap until help-char handling is
-	improved. 
-
-	* help.el (help-keymap-with-help-key): Provide keymap with help
-	binding.
-	(help-print-help-form): New helper function.
-
-1998-09-23  Hrvoje Niksic  <hniksic@srce.hr>
-
-	* isearch-mode.el (isearch-highlight): set-extent-endpoints can
-	move extent to another buffer; no need to create a new extent.
-	(isearch-fix-case): New function.
-	(isearch-search-and-update): Use it.
-
-1998-09-20  Jonathan Harris  <jhar@tardis.ed.ac.uk>
-
-	* msw-faces.el (mswindows-init-device-faces): Don't try to
-	  specify a default font at this late stage. Do try to force
-	  creation of the default face font so that if it fails we get
-	  an error now instead of a crash at frame creation.
-
-	  mswindows-font-canonicalize-name, mswindows-make-font-unbold,
-	  mswindows-make-font-unitalic: Canonical default weight
-	  changed from "Normal" to "Regular".
-
-	  mswindows-make-font-bold / -bold-italic: Supplied device was
-	  not being passed into call to mswindows-find-smaller-font.
-
-1998-09-10  Bjrn Torkelsson  <torkel@hpc2n.umu.se>
-
-	* package-get.el (package-get-remote): Fix the path where to find
-	  the packages on xemacs.org.
-
-1998-09-08  Hrvoje Niksic  <hniksic@srce.hr>
-
-	* about.el (about-maintainer-info): Update Ben's entry.
-
-1998-09-20  Darryl Okahata  <darrylo@sr.hp.com>
-
-	* packages.el: Added new function, `package-delete-name', to
-	  delete existing packages from the installed package database
- 	  (`packages-package-list').  Also added the "pkginfo" directory
- 	  to `packages-special-base-regexp', so that the pkginfo directory
- 	  would not get added to `late-packages'.
-
-	* package-admin.el: Added ability to delete an installed package
-	  (added low-level function, `package-admin-delete-package').
-  	  Understands how to use the pkginfo/MANIFEST.<package> file to
- 	  delete the package.  When installing a package, will also
- 	  create a MANIFEST.* file if one is not provided by the
- 	  package.  If the MANIFEST.* doesn't exist when deleting a
- 	  package, the functions will fall back to attempting to delete
- 	  any package-specific lisp directory.
-
-	* package-get.el: Moved some functions to package-admin.el.
-	  Added interactive function `package-get-delete-package', for
-	  use by users for deleting a package.
-
-	  Also modified to not require the prescence of efs.
-
-1998-09-22  Hrvoje Niksic  <hniksic@srce.hr>
-
-	* files.el (find-file-noselect): Handle all signals, kill the
-	buffer and resignal.
-
-1998-09-23  SL Baur  <steve@altair.xemacs.org>
-
-	* cl-macs.el (glyph-image): Add setf method.
-
-1998-09-15  SL Baur  <steve@altair.xemacs.org>
-
-	* dumped-lisp.el (preloaded-file-list): Eliminate reference to
-	InfoDock-specific id-menus.el.
-
-1998-09-06  Darryl Okahata  <darrylo@sr.hp.com>
-
-	* package-get.el: Fixed broken EFS downloading.  Also, look for
-	  .tar.gz files first, in preference over .tgz files.
-
-	* package-ui.el: Fix display of package version numbers.
-
-1998-08-27  Jan Vroonhof  <vroonhof@math.ethz.ch>
-
-	* x-font-menu.el (font-menu-set-font):  Add "pt" units to size
-	argument.	
-
-1998-09-05  SL Baur  <steve@altair.xemacs.org>
-
-	* XEmacs 21.0-pre12 is released.
-
-1998-09-03  Darryl Okahata  <darrylo@sr.hp.com>
-
-	* list-mode.el: `display-completion-list': added new/optional
-	  keyword `:completion-string', which allows the programmer to
-	  change the "Possible completions are:" prompt.
-
-	* menubar-items.el: Added new pulldown menu-pick to start up the 
-	  visual package browser/installer:
-
-		Options->Customize->List Packages
-
-	* package-admin.el: Added hooks for installing under both Unix
-	  and MS Windows.  Does additional error checking.  No longer
-	  calls "add-big-package.sh" to install packages under Unix; now 
-	  calls gunzip & tar directly.
-
-	* package-get.el: Added ability to install packages from files
-	  on a local disk/CDROM.  Now deletes any existing package lisp
-	  directory.  Does completion on available packages when
-	  querying for package names.  Will also search for .tgz files
-	  in addition for .tar.gz files.  Tries to reload
-	  auto-autoloads, as a convenience when loading new packages,
-	  and also tries to add any new package paths to `load-path'.
- 	  Changed all occurrences of `concat' to use `expand-file-name'.
-
-	* package-ui.el: New file which implements the main visual
-	  package browser/installer, which is started via a menu pick or 
-	  M-x pui-list packages.
-
-1998-09-03  Hrvoje Niksic  <hniksic@srce.hr>
-
-	* startup.el (load-init-file): spelling fix.
-
-1998-09-02  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
-
-	* startup.el (normal-top-level): Load auto-autoload files
-	covariantly with their precedence.
-
-1998-08-26  Jan Vroonhof  <vroonhof@math.ethz.ch>
-
-	* menubar-items.el (default-menubar): Remove "Font Weight"
-	option, there is currently no custom equivalent.. Customize-faces
-	is "Edit faces".
-
-	* x-font-menu.el (font-menu-set-font): Use customize to set
-	default face.
-
-	* faces.el (face-spec-update-all-matching): New function.
-
-	* cus-face.el (custom-set-face-update-spec): New function.
-	Interface to customize faces from elisp.
-
-	(custom-face-value-create): Show the customized settings if set
-	but not saved.
-
-1998-08-26  Jan Vroonhof  <vroonhof@math.ethz.ch>
-
-	(custom-face-value-create): Show the customized settings if set
-	but not saved.
-
-1998-08-31  Hrvoje Niksic  <hniksic@srce.hr>
-
-	* keydefs.el (global-map): Add FSF 20.3 binding of
-	query-replace-regexp.
-
-1998-08-26  SL Baur  <steve@altair.xemacs.org>
-
-	* obsolete.el (column-number-start-at-one): Make obsolete.
-
-1998-08-22  SL Baur  <steve@altair.xemacs.org>
-
-	* XEmacs 21.0-pre11 is released.
-
-1998-08-22  SL Baur  <steve@altair.xemacs.org>
-
-	* wid-edit.el (widget-image-conversion): Push priority of PNGs to
-	highest.
-
-1998-08-19  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
-
-	* loadup.el: 
-	* make-docfile.el: 
-	* update-elc.el: Don't set `source-directory' (now defunct as a
-	global variable) no more.
-
-	* packages.el (packages-list-autoloads): Made `source-directory'
-	(now defunct as a global variable) a parameter.
-
-1998-08-22  SL Baur  <steve@altair.xemacs.org>
-
-	* XEmacs 21.0-pre10 is released.
-
-1998-08-13  Carsten Leonhardt  <leo@arioch.oche.de>
-
-	* about.el (about-hackers): new email
-
-1998-08-16  SL Baur  <steve@altair.xemacs.org>
-
-	* lisp-mode.el (with-string-as-buffer-contents): Set indentation.
-
-1998-08-11  SL Baur  <steve@altair.xemacs.org>
-
-	* XEmacs 21.0-pre9 is released.
-
-1998-08-11  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
-
-	* find-paths.el (paths-file-readable-directory-p): Created and
-	used.
-
-	* loadup.el: Don't set inhibit-... flags from run-temacs.
-
-1998-08-06  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
-
-	* packages.el (packages-data-path-depth): Added and used.
-
-1998-08-05  Charles G. Waldman <cgw@pgt.com>
-
-	* about.el:
-	- Change .xpm to .png, delete "zcat" section.
-	- cosmetic fix in the 'marcpa' entry.
-
-	* etc/photos
-	- convert all .xpm.Z to .png
-	- rename mrb to martin
-	- rename mcook-m to mcookm
-
-1998-07-31  Martin Buchholz  <martin@xemacs.org>
-
-	* x-init.el (x-initialize-compose): Add support for
-	dead-circumflex as YET ANOTHER NAME for that dead key.
-
-1998-08-05  Colin Rafferty <colin@xemacs.org>
-
-	* setup-paths.el (paths-construct-exec-path): Made the
-	last-packages really be last.
-	(paths-construct-data-directory-list): Ditto.
-
-1998-08-01  Kai Haberzettl  <khaberz@synnet.de>
-
-	* startup.el(startup-splash-frame-body): 
-	Update Copyright notice in splash screen 
-
-1998-08-04  SL Baur  <steve@altair.xemacs.org>
-
-	* XEmacs 21.0-pre8 is released.
-
-1998-07-22  Jan Vroonhof  <vroonhof@math.ethz.ch>
-
-	* font-lock.el (font-lock-fontify-glumped-region): Add guard
-	aginst destroyed extents
-
-1998-07-24  Greg Klanderman  <greg@alphatech.com>
-
-	* package-get.el (package-get): add `install-dir' argument.
-
-1998-07-20  John Jones  <jj@asu.edu>
-
-	* package-get.el: calls to package-get-update-all will only
-	  update packages which are already installed.
-
-1998-07-20  Colin Rafferty   <colin@xemacs.org>
-
-	* about.el (about-hackers): Correct my email.
-
-1998-07-20  Kai Haberzettl  <khaberz@synnet.de>
-
-	* about.el (about-hackers): new email-address.
-
-1998-07-25  SL Baur  <steve@altair.xemacs.org>
-
-	* minibuf.el (read-number): Don't let `input-error' condition
-	escape.
-
-1998-07-23  SL Baur  <steve@altair.xemacs.org>
-
-	* autoload.el (update-file-autoloads): Ensure autoloads buffer is
-	writable.
-
-1998-07-20  Greg Klanderman  <greg@alphatech.com>
-
-	* about.el (about-hackers): use my `email-for-life' address.
-
 1998-07-19  SL Baur  <steve@altair.xemacs.org>
 
-	* XEmacs 21.0-pre7 is released.
-
-1998-07-19  SL Baur  <steve@altair.xemacs.org>
-
-	* XEmacs 21.0-pre6 is released.
+	* XEmacs 21.2-beta1 is released.
 
 1998-07-12  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
 
@@ -1518,10 +17,6 @@
 	* keymap.el (events-to-keys): Use `format' instead of `concat'
 	since the latter does not accept integer args anymore
 
-1998-07-12  SL Baur  <steve@altair.xemacs.org>
-
-	* msw-mouse.el: Global change resource -> mswindows-resource.
-
 1998-07-15  SL Baur  <steve@altair.xemacs.org>
 
 	* dumped-lisp.el (preloaded-file-list): Usage of Lisp read-time
@@ -1538,10 +33,157 @@
 
 	* very-early-lisp.el: New file.
 
+1998-07-14  SL Baur  <steve@altair.xemacs.org>
+
+	* Symbols that have been obsolete for at least 3 years removed (II).
+
+	* obsolete.el (eval-current-buffer): Make compatible.
+	(byte-code-function-p): Ditto.
+	(send-string): Removed.
+	(send-region): Removed.
+	(screen-scrollbar-width): Removed.
+	(set-screen-scrollbar-width): Removed.
+	(set-screen-left-margin-width): Removed.
+	(set-screen-right-margin-width): Removed.
+	(screen-left-margin-width): Removed.
+	(screen-right-margin-width): Removed.
+	(set-buffer-left-margin-width): Removed.
+	(set-buffer-right-margin-width): Removed.
+	(buffer-left-margin-width): Removed.
+	(buffer-right-margin-width): Removed.
+	(x-set-frame-icon-pixmap): Removed.
+	(x-set-screen-icon-pixmap): Removed.
+	(pixel-name): Removed.
+	(make-pixmap): Removed.
+	(make-cursor): Removed.
+	(pixmap-width): Removed.
+	(pixmap-contributes-to-line-height-p): Removed.
+	(set-pixmap-contributes-to-line-height): Removed.
+
+1998-07-13  SL Baur  <steve@altair.xemacs.org>
+
+	* obsolete.el (popup-menu-up-p): removed.
+	(read-no-blanks-input): Removed.
+	(wholenump): Removed.
+	(ring-mod): Removed (what was ring-mod?).
+	(current-time-seconds): Removed.
+	(run-special-hook-with-args): Removed.
+	(dot): Removed.
+	(dot-marker): Removed.
+	(dot-min): Removed.
+	(dot-max): Removed.
+	(window-dot): Removed.
+	(set-window-dot): Removed.
+
+	* bytecomp.el: Remove bytecompiler support for `dot', `dot-max' and
+	`dot-min'.
+
+	* minibuf.el: (read-no-blanks-input): remove commented-out copy.
+
+	* code-files.el (insert-file-contents): Rename
+	run-special-hook-with-args to run-hook-with-args-until-success.
+	(write-region): Ditto.
+
 1998-07-12  SL Baur  <steve@altair.xemacs.org>
 
 	* about.el: Fix typos, update release date.
 
+	* Symbols that have been obsolete for at least 3 years removed.
+
+	* cl-macs.el (cl-parse-loop-clause): Delete obsolete references to 
+	screen- functions.
+	(toplevel): remove setf methods for screen functions.
+	* cl-macs.el (extent-data): defsetf removed.
+	* obsolete.el (lisp-indent-hook): Make compatible, it's used too
+	many places to remove.
+	(comment-indent-hook): Ditto.
+	* obsolete.el (get-screen-for-buffer-default-screen-name): Remove.
+	(buffer-dedicated-screen): Ditto.
+	(deiconify-screen): Ditto.
+	(delete-screen): Ditto.
+	(event-screen): Ditto.
+	(find-file-other-screen): Ditto.
+	(find-file-read-only-other-screen): Ditto.
+	(live-screen-p): Ditto.
+	(screen-height): Ditto.
+	(screen-iconified-p): Ditto.
+	(screen-list): Ditto.
+	(screen-live-p): Ditto.
+	(screen-name): Ditto.
+	(screen-parameters): Ditto.
+	(screen-pixel-height): Ditto.
+	(screen-pixel-width): Ditto.
+	(screen-root-window): Ditto.
+	(screen-selected-window): Ditto.
+	(screen-totally-visible-p): Ditto.
+	(screen-visible-p): Ditto.
+	(screen-width): Ditto.
+	(screenp): Ditto.
+	(get-screen-for-buffer): Ditto.
+	(get-screen-for-buffer-noselect): Ditto.
+	(get-other-screen): Ditto.
+	(iconify-screen): Ditto.
+	(lower-screen): Ditto.
+	(mail-other-screen): Ditto.
+	(make-screen): Ditto.
+	(make-screen-invisible): Ditto.
+	(make-screen-visible): Ditto.
+	(modify-screen-parameters): Ditto.
+	(new-screen): Ditto.
+	(next-screen): Ditto.
+	(next-multiscreen-window): Ditto.
+	(other-screen): Ditto.
+	(previous-screen): Ditto.
+	(previous-multiscreen-window): Ditto.
+	(raise-screen): Ditto.
+	(redraw-screen): Ditto.
+	(select-screen): Ditto.
+	(selected-screen): Ditto.
+	(set-buffer-dedicated-screen): Ditto.
+	(set-screen-height): Ditto.
+	(set-screen-position): Ditto.
+	(set-screen-size): Ditto.
+	(set-screen-width): Ditto.
+	(show-temp-buffer-in-current-screen): Ditto.
+	(switch-to-buffer-other-screen): Ditto.
+	(visible-screen-list): Ditto.
+	(window-screen): Ditto.
+	(x-set-screen-pointer): Ditto.
+	(x-set-frame-pointer): Ditto.
+	(screen-title-format): Ditto.
+	(screen-icon-title-format): Ditto.
+	(terminal-screen): Ditto.
+	(delete-screen-hook): Ditto.
+	(create-screen-hook): Ditto.
+	(mouse-enter-screen-hook): Ditto.
+	(mouse-leave-screen-hook): Ditto.
+	(map-screen-hook): Ditto.
+	(unmap-screen-hook): Ditto.
+	(default-screen-alist): Ditto.
+	(default-screen-name): Ditto.
+	(x-screen-defaults): Ditto.
+	(x-create-screen): Ditto.
+	* obsolete.el: meta-flag removed.
+	baud-rate removed.
+	sleep-for-millisecs removed.
+	extent-data removed.
+	set-extent-data removed.
+	set-extent-attribute removed.
+	extent-glyph removed.
+	extent-layout removed.
+	set-extent-layout removed.
+	list-faces-display removed.
+	list-faces removed.
+	trim-versions-without-asking removed.
+	after-write-file-hooks removed.
+	truename removed.
+	auto-fill-hook removed.
+	blink-paren-hook removed.
+	select-screen-hook, deselect-screen-hook removed.
+	auto-raise-screen, auto-lower-screen removed.
+
+	* msw-mouse.el: Global change resource -> mswindows-resource.
+
 	* XEmacs 21.0-pre5 is released.
 
 1998-07-11  SL Baur  <steve@altair.xemacs.org>
@@ -1582,7 +224,7 @@
 
 	* find-paths.el (paths-emacs-root-p):
 	  Relaxed emacs-root checking of an in-place installation to
-	  also accommodate the flat layout used on MS Windows.
+	  also accomodate the flat layout used on MS Windows.
 
 1998-06-29  John Jones  <jj@asu.edu>
 
@@ -2911,7 +1553,7 @@
 
 1998-04-19  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
 
-	* info.el (Info-maybe-update-dir): Bug fix in `conservative' behavior
+	* 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'
@@ -4292,7 +2934,7 @@
 
 	* dumped-lisp.el: x-menubar.el dumped along with mswindows native
 	  GUI XEmacs. Rename? x-menubar is rather window system
-	  independent, except for a couple of items.
+	  independant, except for a couple of items.
 
 1997-12-26  SL Baur  <steve@altair.xemacs.org>