diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d87b9960d49..1743e8b64c5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2013-06-01 Leo Liu <sdl.web@gmail.com> | ||
| 2 | |||
| 3 | * progmodes/octave.el (octave-mode-syntax-table): Give `.' | ||
| 4 | punctuation syntax. | ||
| 5 | (inferior-octave-minimal-columns) | ||
| 6 | (inferior-octave-last-column-width): New variables. | ||
| 7 | (inferior-octave-track-window-width-change): New function. | ||
| 8 | (inferior-octave-mode): Adjust column width so that Octave output, | ||
| 9 | for example from 'ls', can fit into the window nicely. | ||
| 10 | |||
| 1 | 2013-05-31 Dmitry Gutov <dgutov@yandex.ru> | 11 | 2013-05-31 Dmitry Gutov <dgutov@yandex.ru> |
| 2 | 12 | ||
| 3 | * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p): | 13 | * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p): |