]> code.delx.au - gnu-emacs-elpa/blob - ChangeLog
* sml-move.el (sml-(for|back)ward-sym): distinguishes between
[gnu-emacs-elpa] / ChangeLog
1 1999-06-16 Stefan Monnier <monnier@cs.yale.edu>
2
3 * sml-move.el (sml-(for|back)ward-sym): distinguishes between
4 operator "=" and syntax for definitions "d=".
5
6 * sml-defs.el (sml-indent-starters, sml-delegate): simplified.
7 (sml-symbol-indent): added outdentation for `fn' and generalized it to
8 also work for `of' and `in' and `end'.
9
10 * sml-mode.el (sml-nested-if-indent): reintroduced as well as the special
11 casing code for it.
12 (sml-indent-relative): generalize the treatment of `of', `in', `end', ...
13 (sml-electric-pipe): removed the slow behavior and added smarts for the
14 never-used type-variable arguments for function definitions.
15
16 1999-06-15 Stefan Monnier <monnier@cs.yale.edu>
17
18 * sml-defs.el (sml-mode-menu), sml-mode.el (sml-forms-menu): make the menu
19 dynamically.
20
21 * sml-mode.el (sml-form-<foo>): use skeletons.
22 (sml-calculate-indentation): added `with' indentation.
23
24 1999-06-14 Stefan Monnier <monnier@cs.yale.edu>
25
26 * sml-move.el (sml-(for|back)ward-sym): now also return the string if any
27 and take care of the "op" special keyword.
28 (sml-op-prec): setup an alist for the infix operators.
29
30 * version 3.9.1: sent to Roland McGrath.
31
32 1999-06-13 Stefan Monnier <monnier@cs.yale.edu>
33
34 * sml-smlnj.el, sml-mosml.el, sml-poly-ml.el: removed.
35
36 * sml-proc.el (...): got rid of sml-next-error by spicing up the interface
37 with compile.el so that intervals can be displayed. `sml-overlay' is
38 kept (and moved from sml-mode to sml-proc where it belongs) but is
39 made redundant in the case of transient-mark-mode.
40
41 1999-06-12 Stefan Monnier <monnier@cs.yale.edu>
42
43 * sml-proc.el (sml-prompt-regexp): more general regexp to catch mosml,
44 smlnj as well as polyml prompts.
45 (sml-update-cursor, sml-send-command, inferior-sml-mode): make it work
46 with compile.el's `next-error'.
47 (sml-temp-threshold): dropped: always use a temp file.
48
49 1999-06-10 Stefan Monnier <monnier@cs.yale.edu>
50
51 * sml-move.el (sml-op-prec): updated the list of default infix ops based on
52 sml/nj's source files.
53
54 1999-06-08 Stefan Monnier <monnier@cs.yale.edu>
55
56 * sml-proc.el (sml-run): removed dubious code to take care of a supposedly
57 special case in order not to sent "" when args=nil.
58
59 1999-06-07 Stefan Monnier <monnier@cs.yale.edu>
60
61 * sml-mode.el (sml-font-lock-syntactic-keywords): added syntactic
62 fontification for the ' \"' case (exhibited by lexgen.sml).
63
64 1999-06-07 Stefan Monnier <monnier@cs.yale.edu>
65
66 * ALL: the new indentation begins to work. v3_9_0
67
68 1999-05-29 Stefan Monnier <monnier@cs.yale.edu>
69
70 * sml-defs.el (sml-mode-syntax-table): added ~ of prefix-syntax.
71
72 * sml-mode.el (sml-find-match-indent): (nilp sml-type-of-indent) is only
73 applied if the `let' is alone at the end of the line.
74 (sml-type-of-indent): default changed to `nil'.
75
76 1999-05-28 Stefan Monnier <monnier@cs.yale.edu>
77
78 * sml-mode.el (sml-font-lock-keywords): changed _ and ' back to word
79 syntax for font-locking.
80
81 1999-05-27 Stefan Monnier <monnier@cs.yale.edu>
82
83 * sml-mode.el (sml-font-lock-syntactic-keywords): finally got the
84 matching of let...end working.
85 (sml-electric-pipe): take a fun sexp (symbol) rather than a fun word.
86
87 1998-10-26 Stefan Monnier <monnier@cs.yale.edu>
88
89 * sml-mode.el (sml-font-lock-syntactic-keywords): added syntactic-keywords
90 to support nested comments.
91