diff lisp/custom/ChangeLog @ 134:34a5b81f86ba r20-2b1

Import from CVS: tag r20-2b1
author cvs
date Mon, 13 Aug 2007 09:30:11 +0200
parents 9b50b4588a93
children b980b6286996
line wrap: on
line diff
--- a/lisp/custom/ChangeLog	Mon Aug 13 09:29:37 2007 +0200
+++ b/lisp/custom/ChangeLog	Mon Aug 13 09:30:11 2007 +0200
@@ -1,3 +1,135 @@
+Thu Apr 17 18:55:15 1997  Per Abrahamsen  <abraham@dina.kvl.dk>
+
+	* Version 1.89 released.
+
+Thu Apr 17 11:23:20 1997  Per Abrahamsen  <abraham@dina.kvl.dk>
+
+	* cus-edit.el (custom-toggle-hide): New function.
+	(custom-level-action): Use it.
+	(custom-group-menu): Ditto.
+	(custom-face-menu): Ditto.
+	(custom-variable-menu): Ditto.
+
+	* cus-edit.el (custom-redraw): Goto old line and column instead of
+	old character position.  This is more tolerant for changes.
+
+	* wid-edit.el (widget-choice-action): Only notify parent if
+	something was chosen.
+
+	* widget.texi (Sexp Types): Documented `function-item' and
+	`variable-item'. 
+	(group): New subsection.
+	(Widget Browser): New section.
+	(Widget Minor Mode): New sextion.
+
+	* wid-edit.el: Moved widget minor mode support to
+	`wid-browse.el'. 
+
+	* custom.el (custom-declare-group): Make sure initial members
+	aren't duplicated even if the `defgroup' is evaluated twice. 
+
+	* custom.el (custom-declare-variable): Use `append' instead of
+	`copy-list'.
+
+	* widget.texi (checklist): Documented `:greedy'.
+
+Wed Apr 16 19:24:47 1997  Per Abrahamsen  <abraham@dina.kvl.dk>
+
+	* Version 1.88 released.
+
+Wed Apr 16 13:28:37 1997  Per Abrahamsen  <abraham@dina.kvl.dk>
+
+	* wid-edit.el (widget-minor-mode): New variable and command.
+	(widget-minor-mode-map): New variable.
+	Add to `'minor-mode-alist' and `minor-mode-map-alist'.
+	* widget.el: Added autoload.
+
+	* wid-edit.el (widget-specify-inactive): Set priority.
+
+	* wid-edit.el (widget-move): Skip inactive widgets.
+
+	* cus-edit.el (custom-display-unselected-match): Matched too many 
+        displays.  
+
+	* Version 1.87 released.
+
+Wed Apr 16 00:15:26 1997  Per Abrahamsen  <abraham@dina.kvl.dk>
+
+	* wid-edit.el (widget-field-face): Changed default background
+	color. 
+
+	* custom.el (custom-declare-variable): Set `custom-get' the right
+	place.
+
+	* cus-edit.el (custom-magic): Don't notify the parent.
+
+	* cus-edit.el (custom-variable-menu): Allow more actions on
+	`changed' and `rogue' states.
+
+	* custom.el (custom-initialize-set): New function.
+	(custom-initialize-reset): New function.
+	(custom-initialize-changed): New function.
+	(custom-declare-variable): Use `custom-initialize-set' as
+	default for `:initialize'.
+
+	* Version 1.86 released.
+
+Wed Apr 16 00:02:19 1997  Per Abrahamsen  <abraham@dina.kvl.dk>
+
+	* cus-edit.el (custom-save-variables): Save :require symbols.
+
+	* Version 1.85 released.
+
+Tue Apr 15 11:56:16 1997  Per Abrahamsen  <abraham@dina.kvl.dk>
+
+	* custom.el (:initialize, :set, :get, :request): New keywords. 
+	(custom-declare-variable): Support them.
+	(custom-set-variables): Ditto.
+	(defcustom): Document them.
+	(custom-initialize-default): New function.
+	* custom.texi (Declaring Variables): Documented them.
+	* cus-edit.el (custom-variable-value-create): Support them.
+	(custom-variable-set): Ditto.
+	(custom-variable-save): Ditto.
+	(custom-variable-reset-saved): Ditto.
+	(custom-variable-reset-factory): Ditto.
+	(custom-variable-state-set): Ditto.
+
+	* cus-edit.el (custom-menu-filter): New function.
+	(custom-variable-menu): New format.
+	(custom-variable-action): Use it.
+	(custom-face-menu): New format.
+	(custom-face-action): Use it.
+	(custom-group-menu): New format.
+	(custom-group-action): Use it.
+
+	* wid-edit.el (widget-choose): Accept unselectable items.
+
+	* wid-edit.el (widget-default-create): Clear undo buffer.
+	(widget-default-delete): Ditto.
+
+	* cus-edit.el (customize-other-window): New function.
+
+	* cus-face.el (custom-frame-parameter): Replace
+	`frame-parameter'. 
+	(custom-background-mode, custom-extract-frame-properties,
+	custom-get-frame-properties): Updated callers.
+
+	* custom.el: Minor doc fixes from RMS.
+
+	* cus-face.el (custom-declare-face): Protest when dumping defface
+	in Emacs.
+
+	* wid-edit.el (widget-info-link-action): Steal mouse up event.
+
+	* wid-edit.el (widget-specify-insert): Use old style backquote.
+	Patch by "William M. Perry" <wmperry@aventail.com>.
+	
+Sun Apr 13 19:19:33 1997  Per Abrahamsen  <abraham@dina.kvl.dk>
+
+	* custom.texi (Declaring Faces): Documentation property symbol is 
+	`face-documentation'. 
+
 Sat Apr 12 18:31:22 1997  Per Abrahamsen  <abraham@dina.kvl.dk>
 
 	* Version 1.84 released.