diff lisp/ChangeLog @ 396:6719134a07c2 r21-2-13

Import from CVS: tag r21-2-13
author cvs
date Mon, 13 Aug 2007 11:12:05 +0200
parents 7d59cb494b73
children 74fd4e045ea6
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Aug 13 11:11:38 2007 +0200
+++ b/lisp/ChangeLog	Mon Aug 13 11:12:05 2007 +0200
@@ -1,3 +1,58 @@
+1999-03-12  XEmacs Build Bot <builds@cvs.xemacs.org>
+
+	* XEmacs 21.2.13 is released
+
+1999-03-12  SL Baur  <steve@xemacs.org>
+
+	* simple.el (delete-key-deletes-forward): Revert to previous
+	behavior.
+
+1999-01-18  Didier Verna  <verna@inf.enst.fr>
+
+	* menubar-items.el (xemacs-splash-buffer): handle the case of
+	multiple elements in the splash buffer body.
+
+	* startup.el (splash-frame-timeout): new constant: interval
+	between splash buffer elements.
+	(command-line-1): handle splash buffer with multiple elements (use
+	a timeout).
+	(splash-frame-body): Originally `startup-splash-frame-body'.
+	Rewrote a cleaner and more readable version. This can now be array,
+	in which case each element is displayed in turn in the splash buffer.
+	(splash-frame-static-body): new constant. Persistent information
+	across all splash buffer elements (preserves the possibility to give
+	it in different	languages.
+	(circulate-splash-frame-elements): new function. Used as a timeout
+	to circulate through all splash frame elements and display them in
+	sequence.
+	(display-splash-frame): originally `startup-splash-frame'. Handle
+	the case of multiple elements in the splash buffer body. Now
+	returns a timeout id if multiple elements to display, or nil.
+
+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.2.12 is released