comparison ChangeLog @ 3085:e6d14959bea9

[project @ 1997-09-19 22:06:12 by jwe]
author jwe
date Fri, 19 Sep 1997 22:08:32 +0000
parents 7fa66715abc1
children dd4a9ab9c2bd
comparison
equal deleted inserted replaced
3084:e08136623329 3085:e6d14959bea9
1 Fri Sep 19 09:35:59 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
2
3 * octave-inf.el (inferior-octave-startup-args): Set to '("-i") to
4 force interactive behavior.
5
6 Wed Sep 10 15:31:03 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
7
8 * emacs/octave-mod.el (octave-auto-indent): New variable.
9 (octave-electric-semi, octave-electric-space): Use it.
10
11 * emacs/octave-mod.el (octave-maybe-insert-continuation-string): New
12 function.
13 (octave-auto-fill): No longer calls do-auto-fill. Should now
14 avoid breaking lines after comment starts or before code line
15 continuation expressions.
16 (octave-fill-paragraph): Move forward a line if octave-auto-fill
17 gave up.
18
19 * emacs/octave-mod.el (octave-before-magic-comment-p): New function.
20 (octave-comment-indent): Handle magic comments correctly.
21 (calculate-octave-indent): Handle magic comments correctly.
22
23 * emacs/octave-inf.el (inferior-octave-prompt): Include the `debug'
24 prompt issued by the Octave `keyboard' command.
25
26 * emacs/octave-mod.el (octave-abbrev-table): Added abbrevs for switch,
27 case, otherwise, and endswitch.
28 (octave-begin-keywords): Added switch.
29 (octave-else-keywords): Added case and otherwise.
30 (octave-end-keywords): Added endswitch.
31 (octave-block-match-alist): Added an entry for switch syntax.
32 (calculate-octave-indent): Added support for switch syntax.
33 (octave-block-end-offset): New function.
34 (octave-comment-indent): Fix a typo.
35
36 * emacs/octave-hlp.el: Provide octave-hlp.
37
38 * emacs/octave-inf.el: Provide octave-inf.
39
40 Sun Sep 7 23:16:33 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
41
42 * configure.in Don't use OCTAVE_SET_DEFAULT to set values for
43 bindir, datadir, exec_prefix, includedir, infodir, libdir,
44 libexecdir, mandir.
45 Don't use AC_PREFIX_DEFAULT, since we don't want to override the
46 default setting anyway.
47
1 Tue Aug 26 13:30:36 1997 John W. Eaton <jwe@bevo.che.wisc.edu> 48 Tue Aug 26 13:30:36 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
2 49
3 * octave-bug.in: CC bug report to user if $USER or $LOGNAME is set. 50 * octave-bug.in: CC bug report to user if $USER or $LOGNAME is set.
4 51
5 Mon Aug 25 11:06:54 1997 John W. Eaton <jwe@bevo.che.wisc.edu> 52 Mon Aug 25 11:06:54 1997 John W. Eaton <jwe@bevo.che.wisc.edu>