diff options
| author | Leo Liu | 2013-05-05 12:49:27 +0800 |
|---|---|---|
| committer | Leo Liu | 2013-05-05 12:49:27 +0800 |
| commit | c129b51f4bfbba7b06534661610c7eb6e85826bb (patch) | |
| tree | 20fafce82dd1d486357509af2d3dedc5b2219466 /lisp/ChangeLog | |
| parent | f8780a05741c6360921fee341a41721a19ccc611 (diff) | |
| download | emacs-c129b51f4bfbba7b06534661610c7eb6e85826bb.tar.gz emacs-c129b51f4bfbba7b06534661610c7eb6e85826bb.zip | |
* progmodes/octave.el (inferior-octave-strip-ctrl-g)
(inferior-octave-output-filter): Remove.
(octave-send-region, inferior-octave-startup): Fix callers.
(inferior-octave-mode-map): Don't use comint-dynamic-complete.
(octave-binary-file-extensions): New user variable.
(octave-find-definition): Confirm if opening binary files.
(octave-help-file): Use octave-find-definition to get the binary
confirmation.
(octave-help): Adjust for octave-help-file change.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 20f293525b4..f7aa1d48fa0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2013-05-05 Leo Liu <sdl.web@gmail.com> | ||
| 2 | |||
| 3 | * progmodes/octave.el (inferior-octave-strip-ctrl-g) | ||
| 4 | (inferior-octave-output-filter): Remove. | ||
| 5 | (octave-send-region, inferior-octave-startup): Fix callers. | ||
| 6 | (inferior-octave-mode-map): Don't use comint-dynamic-complete. | ||
| 7 | (octave-binary-file-extensions): New user variable. | ||
| 8 | (octave-find-definition): Confirm if opening binary files. | ||
| 9 | (octave-help-file): Use octave-find-definition to get the binary | ||
| 10 | confirmation. | ||
| 11 | (octave-help): Adjust for octave-help-file change. | ||
| 12 | |||
| 1 | 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca> | 13 | 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 14 | ||
| 3 | * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes. | 15 | * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes. |