diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 13 |
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 @@ | |||
| 1 | 2013-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 | |||
| 1 | 2013-04-29 Leo Liu <sdl.web@gmail.com> | 14 | 2013-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 |