diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ff7341db4d4..97bdefc506b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,35 @@ | |||
| 1 | 2001-11-26 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | ||
| 2 | |||
| 3 | * play/yow.el (psychoanalyze-pinhead): Use insert instead of | ||
| 4 | insert-string. | ||
| 5 | |||
| 6 | * play/gamegrid.el (gamegrid-init-buffer): Likewise. | ||
| 7 | |||
| 8 | * vc.el (vc-next-action-on-file): Likewise. | ||
| 9 | |||
| 10 | * term/bg-mouse.el (bg-insert-moused-sexp): Likewise. | ||
| 11 | |||
| 12 | * term/sun-mouse.el (sun-yank-selection): Likewise. | ||
| 13 | |||
| 14 | * textmodes/bib-mode.el (return-key-bib): Likewise. | ||
| 15 | |||
| 16 | * calendar/appt.el (appt-disp-window): Likewise. | ||
| 17 | |||
| 18 | * calendar/diary-lib.el (list-diary-entries): Likewise. | ||
| 19 | |||
| 20 | * array.el (array-reconfigure-rows): Likewise. | ||
| 21 | |||
| 22 | * filecache.el (file-cache-minibuffer-complete): Likewise. | ||
| 23 | |||
| 24 | * obsolete/cplus-md.el (fill-c++-comment): Likewise. | ||
| 25 | |||
| 26 | * strokes.el (strokes-prompt-user-save-strokes): Likewise. | ||
| 27 | |||
| 28 | * allout.el (outline-version, outline-open-topic) | ||
| 29 | (outline-rebullet-heading, outline-insert-listified) | ||
| 30 | (outline-latex-verbatim-quote-curr-line) | ||
| 31 | (outline-latexify-one-item, outlineify-sticky): Likewise. | ||
| 32 | |||
| 1 | 2001-11-26 Andre Spiegel <spiegel@gnu.org> | 33 | 2001-11-26 Andre Spiegel <spiegel@gnu.org> |
| 2 | 34 | ||
| 3 | * vc.el (vc-find-version): New function. | 35 | * vc.el (vc-find-version): New function. |