Mercurial > emacs
comparison lisp/ChangeLog @ 39916:5827976776b9
*** empty log message ***
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sun, 14 Oct 2001 14:34:44 +0000 |
parents | 3d58b287893c |
children | 6835d69d43f0 |
comparison
equal
deleted
inserted
replaced
39915:206186afb551 | 39916:5827976776b9 |
---|---|
1 2001-10-14 Miles Bader <miles@gnu.org> | |
2 | |
3 * button.el (define-button-type): Allow supertype property to be | |
4 specified with a keyword `:supertype' too. | |
5 (button-put, make-text-button): Allow button type property to be | |
6 specified using the keyword `:type' too. | |
7 (button-type): New function. | |
8 (button): Add `button-category-symbol' property. | |
9 | |
1 2001-10-13 Stefan Monnier <monnier@cs.yale.edu> | 10 2001-10-13 Stefan Monnier <monnier@cs.yale.edu> |
2 | 11 |
3 * textmodes/refill.el (refill-mode): | 12 * textmodes/refill.el (refill-mode): |
4 Bind DEL to backward-delete-char-untabify. | 13 Bind DEL to backward-delete-char-untabify. |
5 Set backward-delete-char-untabify-method to `hungry'. | 14 Set backward-delete-char-untabify-method to `hungry'. |