aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorLeo Liu2013-05-03 05:34:53 +0800
committerLeo Liu2013-05-03 05:34:53 +0800
commit0d634d3a3c2ad4e0a741b3e42a1784e6f2d797dc (patch)
treebf33c37abd0aec9454061b399ac1272fa3c3ac4c /lisp/ChangeLog
parentb4c8295e81157fa913674140dee1fc201c881642 (diff)
downloademacs-0d634d3a3c2ad4e0a741b3e42a1784e6f2d797dc.tar.gz
emacs-0d634d3a3c2ad4e0a741b3e42a1784e6f2d797dc.zip
* progmodes/octave.el (inferior-octave-startup-file): Change default.
(inferior-octave): Remove calling comint-mode and return the buffer. (inferior-octave-startup): Cosmetic changes.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
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 @@
12013-05-02 Leo Liu <sdl.web@gmail.com> 12013-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
72013-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