comparison lisp/ChangeLog @ 39615:4287ce76bf9f

(diary-entry-compare): When times are identical, compare the entries lexicographically.
author Sam Steingold <sds@gnu.org>
date Fri, 05 Oct 2001 15:53:02 +0000
parents fc453faec402
children 13a1b8cf5135
comparison
equal deleted inserted replaced
39614:fc453faec402 39615:4287ce76bf9f
1 2001-10-05 Sam Steingold <sds@gnu.org>
2
3 * calendar/diary-lib.el (diary-entry-compare): When times are
4 identical, compare the entries lexicographically.
5
1 2001-10-06 Miles Bader <miles@gnu.org> 6 2001-10-06 Miles Bader <miles@gnu.org>
2 7
3 * rfn-eshadow.el (rfn-eshadow-update-overlay): Use 8 * rfn-eshadow.el (rfn-eshadow-update-overlay): Use
4 `minibuffer-prompt-end'. 9 `minibuffer-prompt-end'.
5 10
15 * cus-face.el (custom-face-attributes): Make sure each attribute 20 * cus-face.el (custom-face-attributes): Make sure each attribute
16 has a valid default value. Remove hacks that mapped `nil' to 21 has a valid default value. Remove hacks that mapped `nil' to
17 `off' and used nil to mean `unspecified'. Remove `unspecified' 22 `off' and used nil to mean `unspecified'. Remove `unspecified'
18 choices from all attributes (unspecified is handled by the parent 23 choices from all attributes (unspecified is handled by the parent
19 checklist). 24 checklist).
20 * cus-edit.el (custom-face-edit-convert-widget) 25 * cus-edit.el (custom-face-edit-convert-widget)
21 (custom-face-edit-deactivate, custom-face-edit-activate) 26 (custom-face-edit-deactivate, custom-face-edit-activate)
22 (custom-face-edit-delete, custom-face-edit-attribute-tag): 27 (custom-face-edit-delete, custom-face-edit-attribute-tag):
23 New functions. 28 New functions.
24 (custom-face-edit): Specify a custom :convert-widget. 29 (custom-face-edit): Specify a custom :convert-widget.
25 (custom-pre-filter-face-spec, custom-post-filter-face-spec): 30 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
26 Don't pass in default filters that map between `nil' and `off' and 31 Don't pass in default filters that map between `nil' and `off' and
27 `unspecified' and `nil'. 32 `unspecified' and `nil'.
28 33
29 2001-10-05 Gerd Moellmann <gerd@gnu.org> 34 2001-10-05 Gerd Moellmann <gerd@gnu.org>
30 35
52 directly. 57 directly.
53 (minibuffer-prompt-end, minibuffer-contents): 58 (minibuffer-prompt-end, minibuffer-contents):
54 (minibuffer-contents-no-properties, delete-minibuffer-contents): 59 (minibuffer-contents-no-properties, delete-minibuffer-contents):
55 Functions removed (now subrs). 60 Functions removed (now subrs).
56 (minibuffer-prompt-width): Use `minibuffer-prompt-end'. 61 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
57 62
58 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer) 63 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
59 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions 64 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
60 instead of calling `field-' functions directly. 65 instead of calling `field-' functions directly.
61 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'. 66 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
62 67