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