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