diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 79fd3820074..695f66c272c 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 (inferior-octave-startup-file): Change default. | ||
| 4 | (inferior-octave): Remove calling comint-mode and return the buffer. | ||
| 5 | (inferior-octave-startup): Cosmetic changes. | ||
| 6 | |||
| 7 | 2013-05-02 Leo Liu <sdl.web@gmail.com> | ||
| 8 | |||
| 3 | * progmodes/octave.el (octave-syntax-propertize-function): Include | 9 | * progmodes/octave.el (octave-syntax-propertize-function): Include |
| 4 | the case when ' is at line beginning. (Bug#14336) | 10 | the case when ' is at line beginning. (Bug#14336) |
| 5 | 11 | ||