diff options
| author | Glenn Morris | 2013-06-21 00:35:33 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-06-21 00:35:33 -0700 |
| commit | e7a526e3beb2ddadaad24ccd26d75fb55f7965bd (patch) | |
| tree | 1314a1e6270e066cf8956dbf1e35b1f9c71bd23e /lisp/ChangeLog | |
| parent | 62efb35e42807972b8599e52c42e2c7302e25aa8 (diff) | |
| download | emacs-e7a526e3beb2ddadaad24ccd26d75fb55f7965bd.tar.gz emacs-e7a526e3beb2ddadaad24ccd26d75fb55f7965bd.zip | |
cookie1.el small cleanup
Make some funcs interactive, copy some functionality from yow.el.
* lisp/play/cookie1.el (cookie): New custom group.
(cookie-file): New option.
(cookie-check-file): New function.
(cookie): Make it interactive. Make start and end messages optional.
Interactively, display the result. Default to cookie-file.
(cookie-insert): Default to cookie-file.
(cookie-snarf): Make start and end messages optional.
Default to cookie-file. Use with-temp-buffer.
(cookie-read): Rename from read-cookie.
Make start and end messages optional. Default to cookie-file.
(cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
(cookie-apropos, cookie-doctor): New functions, copied from yow.el
* lisp/obsolete/yow.el (read-zippyism): Use new name for read-cookie.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7c6a59c75f7..99072b43f61 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2013-06-21 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * play/cookie1.el (cookie): New custom group. | ||
| 4 | (cookie-file): New option. | ||
| 5 | (cookie-check-file): New function. | ||
| 6 | (cookie): Make it interactive. Make start and end messages optional. | ||
| 7 | Interactively, display the result. Default to cookie-file. | ||
| 8 | (cookie-insert): Default to cookie-file. | ||
| 9 | (cookie-snarf): Make start and end messages optional. | ||
| 10 | Default to cookie-file. Use with-temp-buffer. | ||
| 11 | (cookie-read): Rename from read-cookie. | ||
| 12 | Make start and end messages optional. Default to cookie-file. | ||
| 13 | (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes. | ||
| 14 | (cookie-apropos, cookie-doctor): New functions, copied from yow.el | ||
| 15 | * obsolete/yow.el (read-zippyism): Use new name for read-cookie. | ||
| 16 | |||
| 1 | 2013-06-21 Leo Liu <sdl.web@gmail.com> | 17 | 2013-06-21 Leo Liu <sdl.web@gmail.com> |
| 2 | 18 | ||
| 3 | * progmodes/octave.el (octave-mode): Backward compatibility fix. | 19 | * progmodes/octave.el (octave-mode): Backward compatibility fix. |