diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index edc75c736ad..be8329a856c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,26 @@ | |||
| 1 | 2013-05-01 Leo Liu <sdl.web@gmail.com> | 1 | 2013-05-01 Leo Liu <sdl.web@gmail.com> |
| 2 | 2 | ||
| 3 | * progmodes/octave.el: Compatible with older emacs-24 releases. | ||
| 4 | (inferior-octave-has-built-in-variables): Remove. Buil-in | ||
| 5 | variables were removed from Octave in 2007. | ||
| 6 | (inferior-octave-startup): Fix uses. | ||
| 7 | (comint-line-beginning-position): Remove compatibility code for | ||
| 8 | emacs 21. | ||
| 9 | |||
| 10 | 2013-05-01 Juri Linkov <juri@jurta.org> | ||
| 11 | |||
| 12 | * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923) | ||
| 13 | |||
| 14 | 2013-05-01 Juri Linkov <juri@jurta.org> | ||
| 15 | |||
| 16 | * comint.el (comint-previous-matching-input): Don't print message | ||
| 17 | "History item: %d" when `isearch-mode' is active. | ||
| 18 | (comint-history-isearch-message): Print message "History item: %d" | ||
| 19 | when `comint-input-ring-index' is not empty and this function is | ||
| 20 | called from `isearch-update' with a nil `ellipsis'. (Bug#13223) | ||
| 21 | |||
| 22 | 2013-05-01 Leo Liu <sdl.web@gmail.com> | ||
| 23 | |||
| 3 | * progmodes/octave.el (octave-abbrev-table): Remove abbrev | 24 | * progmodes/octave.el (octave-abbrev-table): Remove abbrev |
| 4 | definitions. Use completion-at-point to insert keywords. | 25 | definitions. Use completion-at-point to insert keywords. |
| 5 | (octave-abbrev-start): Remove. | 26 | (octave-abbrev-start): Remove. |