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