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