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