# HG changeset patch # User Miles Bader # Date 972831084 0 # Node ID 61f1eb6cd967177b2734db403cc639c331cbf693 # Parent 9559a9aeff3cb6d261b716e44212082f84371a9b *** empty log message *** diff -r 9559a9aeff3c -r 61f1eb6cd967 lisp/ChangeLog --- a/lisp/ChangeLog Sun Oct 29 14:49:58 2000 +0000 +++ b/lisp/ChangeLog Sun Oct 29 14:51:24 2000 +0000 @@ -1,3 +1,12 @@ +2000-10-29 Miles Bader + + * custom.el (custom-add-to-group): Allow multiple entries for a + given value OPTION, as long as their widget types are different. + * cus-edit.el (custom-face-value-create): If face name doesn't end + with "face", add such here (similar to custom group widgets). + + * comint.el (comint-highlight-prompt): Add :type. + 2000-10-28 John Wiegley * textmodes/flyspell.el (flyspell-maybe-correct-transposition):