diff options
| author | Leo Liu | 2013-06-01 11:38:36 +0800 |
|---|---|---|
| committer | Leo Liu | 2013-06-01 11:38:36 +0800 |
| commit | c75c93c7edffdc9592ac0e37bbba35dc5838b09c (patch) | |
| tree | f7f333191a06f3130ba6d31172e3609a7dc429b2 /lisp/ChangeLog | |
| parent | da9aff1154d9bf612067f1f0cb05fb0ad865d3ce (diff) | |
| download | emacs-c75c93c7edffdc9592ac0e37bbba35dc5838b09c.tar.gz emacs-c75c93c7edffdc9592ac0e37bbba35dc5838b09c.zip | |
* progmodes/octave.el (octave-mode-syntax-table): Give `.'
punctuation syntax.
(inferior-octave-minimal-columns)
(inferior-octave-last-column-width): New variables.
(inferior-octave-track-window-width-change): New function.
(inferior-octave-mode): Adjust column width so that Octave output,
for example from 'ls', can fit into the window nicely.
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): |