aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorLeo Liu2013-04-30 22:23:03 +0800
committerLeo Liu2013-04-30 22:23:03 +0800
commit5b78d7fcc7edaacffda6011469f3e8cf66608be6 (patch)
tree6659b5a21204ce2cb9de3f6d0aee6113a36f5eb7 /lisp/ChangeLog
parent7b427ad11f3d646f89e67967acdf27a299cb1e1d (diff)
downloademacs-5b78d7fcc7edaacffda6011469f3e8cf66608be6.tar.gz
emacs-5b78d7fcc7edaacffda6011469f3e8cf66608be6.zip
* progmodes/octave.el (octave-variables): Remove. No builtin
variables any more. All converted to functions. (octave-font-lock-keywords, octave-completion-at-point-function): Fix uses. (octave-font-lock-texinfo-comment): New user variable. (octave-texinfo-font-lock-keywords): New variable for texinfo comment block. (octave-function-comment-block): New face. (octave-font-lock-texinfo-comment): New function. (octave-mode): Font lock texinfo comment block.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index abfd6153288..5ff660592b7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,16 @@
12013-04-30 Leo Liu <sdl.web@gmail.com>
2
3 * progmodes/octave.el (octave-variables): Remove. No builtin
4 variables any more. All converted to functions.
5 (octave-font-lock-keywords, octave-completion-at-point-function):
6 Fix uses.
7 (octave-font-lock-texinfo-comment): New user variable.
8 (octave-texinfo-font-lock-keywords): New variable for texinfo
9 comment block.
10 (octave-function-comment-block): New face.
11 (octave-font-lock-texinfo-comment): New function.
12 (octave-mode): Font lock texinfo comment block.
13
12013-04-29 Leo Liu <sdl.web@gmail.com> 142013-04-29 Leo Liu <sdl.web@gmail.com>
2 15
3 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in 16 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in