aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorLeo Liu2013-06-01 11:38:36 +0800
committerLeo Liu2013-06-01 11:38:36 +0800
commitc75c93c7edffdc9592ac0e37bbba35dc5838b09c (patch)
treef7f333191a06f3130ba6d31172e3609a7dc429b2 /lisp/ChangeLog
parentda9aff1154d9bf612067f1f0cb05fb0ad865d3ce (diff)
downloademacs-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/ChangeLog10
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 @@
12013-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
12013-05-31 Dmitry Gutov <dgutov@yandex.ru> 112013-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):