diff options
| author | Leo Liu | 2013-04-26 00:23:56 +0800 |
|---|---|---|
| committer | Leo Liu | 2013-04-26 00:23:56 +0800 |
| commit | 584ea27747d10f9af3d4e3c022153a3d4fc87cc4 (patch) | |
| tree | 55ad57baf97a6fbdeaa9d499282cadef8035652e /lisp/ChangeLog | |
| parent | 1693b06af53b8f81b100147e91582be7d450640f (diff) | |
| download | emacs-584ea27747d10f9af3d4e3c022153a3d4fc87cc4.tar.gz emacs-584ea27747d10f9af3d4e3c022153a3d4fc87cc4.zip | |
* progmodes/octave.el (octave-completion-at-point-function): Make
use of inferior octave process.
(octave-initialize-completions): Remove.
(inferior-octave-completion-table): New function.
(inferior-octave-completion-at-point): Use it.
(octave-completion-alist): Remove.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8ac5b5801ef..62424265d96 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2013-04-25 Leo Liu <sdl.web@gmail.com> | ||
| 2 | |||
| 3 | * progmodes/octave.el (octave-completion-at-point-function): Make | ||
| 4 | use of inferior octave process. | ||
| 5 | (octave-initialize-completions): Remove. | ||
| 6 | (inferior-octave-completion-table): New function. | ||
| 7 | (inferior-octave-completion-at-point): Use it. | ||
| 8 | (octave-completion-alist): Remove. | ||
| 9 | |||
| 1 | 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca> | 10 | 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 11 | ||
| 3 | * progmodes/opascal.el: Use font-lock and syntax-propertize. | 12 | * progmodes/opascal.el: Use font-lock and syntax-propertize. |