diff options
| author | Stefan Monnier | 2007-03-28 03:20:31 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2007-03-28 03:20:31 +0000 |
| commit | 6340a43f5cb0dba8156c59d220ca2efdb72c5928 (patch) | |
| tree | 83c87322025b515fed0fc38e2e16cc7e35396a76 /lisp/ChangeLog | |
| parent | 070f60e096db386cb716a246ae5e878ff35ccf28 (diff) | |
| download | emacs-6340a43f5cb0dba8156c59d220ca2efdb72c5928.tar.gz emacs-6340a43f5cb0dba8156c59d220ca2efdb72c5928.zip | |
(make-text-button): Add explicit `button' property.
(default-button): Don't put a `button' property on it.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e17d73f174c..315e9853505 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * button.el (make-text-button): Add explicit `button' property. | ||
| 4 | (default-button): Don't put a `button' property on it. | ||
| 5 | |||
| 3 | * progmodes/python.el (python-mode): Skip comments when parsing. | 6 | * progmodes/python.el (python-mode): Skip comments when parsing. |
| 4 | 7 | ||
| 5 | * vc-arch.el (vc-with-current-file-buffer): New macro. | 8 | * vc-arch.el (vc-with-current-file-buffer): New macro. |