diff options
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9d85aed289f..cfadc22b26e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,11 @@ 2005-08-06 Luc Teirlinck <teirllm@auburn.edu> + * wid-edit.el (widget-choice-value-create): Unconditionally + respect user choice. Set :explicit-choice back to nil when no + longer needed. + (widget-choice-action): Unconditionally respect user choice. + Eliminate :explicit-choice-value. + * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete. * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators' |
