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