diff options
| author | Chong Yidong | 2011-03-01 22:48:01 -0500 |
|---|---|---|
| committer | Chong Yidong | 2011-03-01 22:48:01 -0500 |
| commit | d77aaf6f83896eef355c71b5596c6806528f595e (patch) | |
| tree | d695feb3cb7bcc5dde0f70de24ea5efd55a587cd /lisp/ChangeLog | |
| parent | 771fc75ee915ce4cbf6f257a82e22ea49462df72 (diff) | |
| download | emacs-d77aaf6f83896eef355c71b5596c6806528f595e.tar.gz emacs-d77aaf6f83896eef355c71b5596c6806528f595e.zip | |
Add a menu-bar entry for Artist mode.
* lisp/textmodes/artist.el (artist-curr-go): Default to pen-line.
(artist-select-op-pen-line): New function.
(artist-menu-map): New variable.
(artist-mode-map): Add a menu to the menu-bar.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index be17986ddf8..a75520f08b7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2011-03-02 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * textmodes/artist.el (artist-curr-go): Default to pen-line. | ||
| 4 | (artist-select-op-pen-line): New function. | ||
| 5 | (artist-menu-map): New variable. | ||
| 6 | (artist-mode-map): Add a menu to the menu-bar. | ||
| 7 | |||
| 1 | 2011-03-02 Jay Belanger <jay.p.belanger@gmail.com> | 8 | 2011-03-02 Jay Belanger <jay.p.belanger@gmail.com> |
| 2 | 9 | ||
| 3 | * calc/calc-math.el (calcFunc-log10): Check for symbolic mode | 10 | * calc/calc-math.el (calcFunc-log10): Check for symbolic mode |