diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 695f66c272c..86202e98a33 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2013-05-02 Leo Liu <sdl.web@gmail.com> | 1 | 2013-05-02 Leo Liu <sdl.web@gmail.com> |
| 2 | 2 | ||
| 3 | * progmodes/octave.el (octave-mode-syntax-table): Correct syntax | ||
| 4 | for \. (bug#14332) | ||
| 5 | (octave-font-lock-keywords): Include [ and {. | ||
| 6 | |||
| 7 | 2013-05-02 Leo Liu <sdl.web@gmail.com> | ||
| 8 | |||
| 3 | * progmodes/octave.el (inferior-octave-startup-file): Change default. | 9 | * progmodes/octave.el (inferior-octave-startup-file): Change default. |
| 4 | (inferior-octave): Remove calling comint-mode and return the buffer. | 10 | (inferior-octave): Remove calling comint-mode and return the buffer. |
| 5 | (inferior-octave-startup): Cosmetic changes. | 11 | (inferior-octave-startup): Cosmetic changes. |
| @@ -24,7 +30,7 @@ | |||
| 24 | 2013-05-01 Leo Liu <sdl.web@gmail.com> | 30 | 2013-05-01 Leo Liu <sdl.web@gmail.com> |
| 25 | 31 | ||
| 26 | * progmodes/octave.el: Compatible with older emacs-24 releases. | 32 | * progmodes/octave.el: Compatible with older emacs-24 releases. |
| 27 | (inferior-octave-has-built-in-variables): Remove. Buil-in | 33 | (inferior-octave-has-built-in-variables): Remove. Built-in |
| 28 | variables were removed from Octave in 2007. | 34 | variables were removed from Octave in 2007. |
| 29 | (inferior-octave-startup): Fix uses. | 35 | (inferior-octave-startup): Fix uses. |
| 30 | (comint-line-beginning-position): Remove compatibility code for | 36 | (comint-line-beginning-position): Remove compatibility code for |