diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a39ae34afd7..bbdcd33b89c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2005-10-23 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * cus-edit.el (custom-button, custom-button-pressed): New vars. | ||
| 4 | (custom-raised-buttons): Add :set spec. | ||
| 5 | (custom-button-unraised, custom-button-pressed-unraised): New | ||
| 6 | faces, so that custom-raised-buttons actually does something. | ||
| 7 | (custom-mode): Use custom-button and custom-button-pressed. | ||
| 8 | |||
| 9 | * wid-edit.el (widget-specify-button): Don't ignore | ||
| 10 | widget-mouse-face on graphic terminals. | ||
| 11 | (widget-move-and-invoke): Cleanup. | ||
| 12 | |||
| 1 | 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org> | 13 | 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org> |
| 2 | 14 | ||
| 3 | * whitespace.el (whitespace-cleanup): Doc fix. | 15 | * whitespace.el (whitespace-cleanup): Doc fix. |