]> code.delx.au - gnu-emacs-elpa/blob - ChangeLog
* sml-mode.el (sml-mark-function): New implementation using SMIE.
[gnu-emacs-elpa] / ChangeLog
1 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * sml-mode.el (sml-mark-function): New implementation using SMIE.
4 * sml-defs.el (sml-mode-map): Use backtab.
5 Remove leftover unused sml-drag-region binding.
6
7 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
8
9 Use SMIE by default and make sml-oldindent optional.
10 * sml-mode.el: Only load sml-oldindent if necessary.
11 (sml-use-smie): Default to t.
12 (sml-smie-datatype-|-p): Better handle incomplete datatype branch.
13 (sml-mode): Use prog-mode. Setup electric-layout and electric-indent.
14 (sml-mode-variables): Always setup SMIE if possible.
15 (sml-imenu-create-index, sml-funname-of-and, sml-electric-pipe)
16 (sml-beginning-of-defun, sml-defuse-symdata-at-point)
17 (sml-yacc-font-lock-keywords, sml-yacc-indentation):
18 Avoid sml-oldindent functions.
19 (sml-find-forward): Move from sml-oldindent and re-implement.
20 (sml-electric-semi): Use self-insert-command so electric-layout and
21 electric-indent can do their job.
22 (sml-smie-find-matching-starter, sml-find-matching-starter)
23 (sml-smie-skip-siblings, sml-skip-siblings): New functions.
24 * sml-oldindent.el (sml-starters-indent-after, sml-exptrail-syms):
25 Remove, unused.
26 (sml-find-forward): Move back to sml-mode.el.
27 (sml-old-find-matching-starter): Rename from sml-find-matching-starter.
28 (sml-old-skip-siblings): Move&rename from sml-mode:sml-skip-siblings.
29
30 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
31
32 Move non-SMIE indentation code to a separate file.
33 * sml-oldindent.el: Rename from sml-move.el.
34 * makefile.pkg (ELFILES): Adjust.
35 * sml-mode.el (sml-indent-line, sml-find-comment-indent)
36 (sml-calculate-indentation, sml-bolp, sml-first-starter-p)
37 (sml-indent-starter, sml-indent-relative, sml-indent-pipe)
38 (sml-find-forward, sml-indent-arg, sml-get-indent, sml-dangling-sym)
39 (sml-delegated-indent, sml-get-sym-indent, sml-indent-default)
40 (sml-current-indentation, sml-find-matching-starter):
41 Move to sml-oldindent.el.
42 (comment-quote-nested, compilation-error-regexp-alist): Declare.
43
44 * sml-defs.el (sml-begin-syms, sml-begin-syms-re)
45 (sml-sexp-head-symbols-re, sml-preproc-alist, sml-indent-rule)
46 (sml-starters-indent-after, sml-delegate, sml-symbol-indent)
47 (sml-open-paren, sml-close-paren, sml-agglomerate-re)
48 (sml-exptrail-syms): Move to sml-oldindent.el.
49
50 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
51
52 Get rid of ancient compatibility and small utility file.
53 * sml-proc.el (inferior-sml-mode-map): Don't use defmap.
54 * sml-move.el (sml-internal-syntax-table): Don't use defsyntax.
55 * sml-mode.el (sml-syntax-prop-table): Don't use defsyntax.
56 (sml-electric-space): `last-command-char' -> `last-command-event'.
57 (sml-defuse-jump-to-def): Don't use goto-line from Elisp.
58 * sml-defs.el (sml-mode-map): Don't use defmap.
59 (sml-mode-syntax-table): Don't use defsyntax.
60 (sml-preproc-alist, sml-builtin-nested-comments-flag):
61 Move from sml-util.el.
62 * sml-compat.el, sml-utils.el: Remove.
63 * makefile.pkg (ELFILES): Update.
64
65 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
66
67 Add SMIE support.
68 * .bzrignore: New file.
69 * makefile.pkg (test): Use sml-mode-startup.
70
71 * sml-mode.el (sml-use-smie): New config var.
72 (sml-smie-grammar, sml-indent-separator-outdent): New vars.
73 (sml-smie-rules, sml-smie-definitional-equal-p)
74 (sml-smie-non-nested-of-p, sml-smie-datatype-|-p)
75 (sml-smie-forward-token-1, sml-smie-forward-token)
76 (sml-smie-backward-token-1, sml-smie-backward-token): New functions.
77 (sml-mode): Don't set forward-sexp-function.
78 (sml-mode-variables): Set it here instead, and setup SMIE instead
79 if applicable.
80
81 2010-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
82
83 * Release version 4.1.
84
85 * sml-mode.el: Don't setup load-path here any more.
86 * Makefile ($(PACKAGE)-startup.el): Recreate from scratch every time.
87 Setup load-path.
88 (dist): Try to update it to use Svn rather than CVS.
89
90 2007-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
91
92 * sml-proc.el (inferior-sml-next-error-hook): Make it match one
93 more format.
94
95 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
96
97 * testcases.sml: Add (old) buggy case from Christopher Dutchyn.
98
99 * sml-proc.el (inferior-sml-font-lock-keywords): Don't add
100 error-regexps if compile.el already highlights them anyway.
101
102 * sml-mode.el (sml-font-lock-symbols-alist): Fix char for "not".
103
104 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
105
106 * sml-mode.el (sml-def-skeleton): If possible, only expand for
107 lower-case abbrevs and not inside strings or comments.
108 (sml-mlton-typecheck): Typo.
109
110 * sml-proc.el (sml-proc-comint-input-filter-function): New function.
111 (inferior-sml-mode): Use it.
112 (sml-update-cursor): Don't forget errors here any more.
113
114 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
115
116 * sml-util.el (defmap, defsyntax): Avoid defconst.
117 (flatten): Remove.
118
119 * sml-mode.el (sml-calculate-indentation): Avoid previous-line.
120 (sml-keywords-regexp): Avoid the need for `flatten'.
121 (sml-defuse-jump-to-def): Fix typo.
122
123 * sml-defs.el (sml-syms-re): Don't use `flatten'.
124 (sml-sexp-head-symbols-re, sml-starters-indent-after)
125 (sml-non-nested-of-starter-re): Avoid the need for `flatten'.
126
127 * sml-proc.el (inferior-sml-next-error-hook): New fun.
128 (inferior-sml-mode): Use it.
129
130 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
131
132 * sml-mode.el (sml-mlton-error-regexp-alist): New var.
133 (sml-mlton-typecheck): Use it.
134 (compilation-error-regexp-alist): Add entries after loading "compile"
135 so that M-x compile works.
136
137 * sml-proc.el (inferior-sml-mode): Make TAB add a " rather than a space
138 at the end of a file name.
139
140 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
141
142 * sml-mode.el (sml-mode-variables): Set comment-quote-nested instead of
143 comment-nested. Set comment-end-skip.
144 (sml-first-starter-p): New function.
145 (sml-indent-starter): Use it to fix an indentation bug.
146 (sml-mlton-command, sml-mlton-mainfile): New vars.
147 (sml-mlton-typecheck): New command.
148 (sml-defuse-file): New var.
149 (sml-defuse-def-regexp, sml-defuse-use-regexp-format): New consts.
150 (sml-defuse-file, sml-defuse-symdata-at-point): New functions.
151 (sml-defuse-set-file, sml-defuse-jump-to-def): New commands.
152
153 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
154
155 * sml-move.el (sml-find-match-forward): Avoid infinite looping if the
156 construct is not properly closed (yet).
157
158 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
159
160 * sml-defs.el (sml-mode-menu): Remove left over obsolete entries.
161
162 * sml-proc.el (inferior-sml-mode): Preserve the menu-bar of the
163 compilation minor mode, if any.
164
165 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
166
167 * Release version 4.0.
168
169 2004-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
170
171 * sml-mode.el (sml-font-lock-symbols-alist): Add yet more silly entries.
172
173 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
174
175 * sml-mode.el (sml-font-lock-symbols-alist): Add entries for >= and <=.
176 (sml-font-lock-symbols-alist): Add entries for simple type variables.
177 (sml-font-lock-compose-symbol): Add support for non-punctuation syms.
178
179 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
180
181 * sml-move.el (sml-backward-sexp, sml-forward-sexp): Remove unused var.
182
183 * sml-mode.el (sml-calculate-indentation): Remove unused var.
184 (sml-get-indent): Change first arg's meaning.
185 (sml-get-sym-indent): Adjust call.
186 (sml-forms-menu): Simplify.
187 (sml-font-lock-symbols, sml-font-lock-symbols-alist): New vars.
188 (sml-font-lock-compose-symbol, sml-font-lock-symbols-keywords):
189 New funs.
190 (sml-font-lock-keywords): Use them.
191
192 * sml-compat.el (temp-directory): Get rid of warning.
193
194 * Makefile (install_startup): Don't add to load-path any more.
195
196 * sml-proc.el (sml-make-error): Use match-string.
197 (sml-error-regexp-alist): Merge regexps.
198 (sml-update-cursor): Check sml-temp-file is non-nil.
199
200 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
201
202 * sml-proc.el (sml-error-regexp-alist): Use new compile.el features
203 if available.
204 (sml-send-region): Remove unused var `file'.
205 (sml-drag-region): Remove unused function.
206 (sml-update-cursor): Use compilation-fake-loc if available.
207 (compilation-goto-locus): Only advise if necessary.
208
209 * sml-mode.el: Add self to load-path in sml-mode-startup.el.
210 (sml-def-skeleton): Try to use the new `system' abbrev flag.
211
212 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
213
214 * testcases.sml: Add a nasty case that is still wrong.
215
216 * sml-proc.el (sml-error-regexp-alist): Tune the regexp for sml/nj.
217
218 * sml-mode.el (sml-mode): Better handle paragraphs in comments.
219 (sml-mode-variables): Clean up paragraph settings.
220 (sml-electric-pipe): Fix a boundary bug.
221 (sml-indent-starter, sml-get-sym-indent, sml-find-matching-starter):
222 Fix indentation algorithm. Can't remember what it was about.
223 This code is nasty, I just can't understand what's doing what.
224 (completion-ignored-extensions): Add the new .cm directory.
225
226 2003-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
227
228 * sml-defs.el (sml-mode-menu): Fix typo. Use std names.
229 (sml-begin-syms-re): Reduce redundancy.
230
231 2001-09-18 Stefan Monnier <monnier@cs.yale.edu>
232
233 * sml-mode.el (sml-tyvarseq-re): Fix typo.
234
235 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
236
237 * sml-mode.el (sml-rightalign-and): New defcustom.
238 (sml-tyvarseq-re): New var.
239 (sml-font-lock-keywords): Use it.
240 (sml-imenu-create-index): Don't get confused by tyvarseq's.
241 (sml-mode-variables): Don't set `comment-column'.
242 (sml-funname-of-and): New function.
243 (sml-electric-pipe): Use it.
244 (sml-find-comment-indent): Try to ignore comment-markers in strings.
245 (sml-calculate-indentation): Handle closing parens specially.
246 (sml-indent-pipe): Recognize the case where `and' defines a datatype.
247 (sml-dangling-sym): Make it work if the symbol is an open-paren.
248 (sml-indent-default): Change the behavior when preceded by `end',
249 although I'm not quite sure why.
250 Understand dangling open-parens.
251 Properly skip *all* subexpressions of lower precedence.
252 Allow use of sml-symbol-indent to outdent lines starting with , or ;.
253 (sml-insert-form): Use preceding-char to avoid bug at bobp.
254
255 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
256
257 * sml-proc.el (sml-proc-buffer): Save excursion when calling run-sml.
258
259 * sml-move.el (sml-syntax-prec): Split ; and , from `in' and `with'.
260
261 * sml-mode.texi: Put the entry in `Emacs' rather than `Editors'.
262
263 * sml-mode.spec (BuildArch): Simplify call to `install-info'.
264
265 * sml-defs.el (sml-mode-menu): Add an explicit t for always-active.
266 (sml-symbol-indent): Add entries for , and ; and turn into defcustom.
267
268 * sml-compat.el: Add more stuff. It might help for Emacs-19.34.
269
270 * makefile.pkg (test): Use elisp files in current dir.
271
272 2000-12-24 Stefan Monnier <monnier@cs.yale.edu>
273
274 * Release version 3.9.5.
275
276 * Makefile (install): Also install .el files.
277 (dist): Don't rely on $CVSROOT.
278
279 * sml-mode.el: Require `skeleton'.
280 (sml-mode): Add the menu for XEmacs. Make sure @ is a valid skeleton.
281 (sml-comment-indent): Remove.
282 (sml-mode-variables): Don't set comment-indent-function.
283 (sml-def-skeleton): Nop if skeletons aren't available.
284 (skeletons): Use `> _' and `@'.
285 (sml-forms-menu): Don't bother with easy-menu-filter-return crap.
286 (sml-cm-mode-syntax-table, sml-cm-font-lock-keywords): New vars.
287 (sml-cm-mode): Use define-derived-mode rather than define-generic-mode.
288 (sml-lex-font-lock-keywords, sml-lex-font-lock-defaults): New vars.
289 (sml-yacc-font-lock-keywords): Use sml-lex-font-lock-keywords.
290 Refine pattern to recognize the %prec keyword.
291 (sml-yacc-font-lock-defaults): Fix typo.
292
293 * sml-proc.el (inferior-sml-mode): Disable next-error for XEmacs.
294
295 * sml-util.el (defsyntax): Don't forget to eval `doc'.
296
297 * sml-mode.spec: Simplify.
298
299 * sml-defs.el (sml-mode-menu): Remove bogus entry for sml-mode-version.
300
301 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
302
303 * sml-mode.el: Make the toplevel closer to usual practice.
304 (sml-imenu-regexp, sml-imenu-create-index): New var and fun.
305 (sml-mode): Use them.
306 (sml-beginning-of-defun): Add `and' as function-leader.
307 (sml-lex-mode): New trivial mode.
308 (sml-yacc-bnf-face, sml-yacc-indent-action, sml-yacc-indent-pipe)
309 (sml-yacc-indent-term, sml-yacc-font-lock-keywords)
310 (sml-yacc-font-lock-defaults): New vars.
311 (sml-yacc-indent-line, sml-yacc-indentation, sml-yacc-mode): New funs.
312
313 * sml-mode.texi: Added yours truly to the list of authors.
314
315 * sml-mode.spec: New file.
316
317 * sml-defs.el (sml-outline-regexp): Slightly improved regexp.
318
319 2000-08-24 Stefan Monnier <monnier@cs.yale.edu>
320
321 * sml-proc.el (inferior-sml-mode-map): Don't inherit from sml-bindings.
322 Add the binding for C-c C-l explicitly instead.
323 (sml-run): Look in cwd (but only if the command has slashes).
324
325 * sml-mode.el (sml-mode-abbrev-table): Remove (created by
326 define-derived-mode).
327 (sml-mode): Setup add-log's current-defun-function.
328 (sml-indent-line): Never indent to a negative level.
329 (sml-skip-siblings, sml-beginning-of-defun, sml-max-name-components)
330 (sml-current-fun-name): New funs and vars for add-log support.
331 (sml-comment-indent): Simplify.
332 (sml-def-skeleton): Also create the skeleton as an abbrev.
333 (skeletons): New for "struct", "sig", "val", "fn" and "fun".
334 (sml-electric-space): Rewrite to use abbrev's machinery.
335
336 * sml-defs.el (sml-mode-map): Merge with sml-bindings.
337 (sml-bindings): Remove.
338
339 2000-02-22 Stefan Monnier <monnier@cs.yale.edu>
340
341 * sml-mode.el (sml-find-matching-starter): Use syms instead of a RE.
342 (sml-indent-default): Use symbol membership rather than a regexp.
343 Also, use `sym-indent' instead of (current-column).
344 This fixes a problem with a hanging `structure Foo = (struct|let)'
345 (due to `structure' having a sml-indent-rule, as opposed to `fun').
346 Hopefully it won't introduce other problems.
347 (sml-font-lock-keywords): Match vars `val x : int' also.
348 (sml-electric-pipe): Update to the new `sml-find-matching-starter' and
349 return a sensible default instead of raising an error in case of
350 unexpected situations.
351 (sml-indent-line): Ignore errors and keep the cursor where it is.
352 (sml-calculate-indentation, sml-indent-pipe): Use syms instead of REs.
353
354 * sml-defs.el (sml-starters-re, sml-pipehead-re): Remove.
355
356 * testcases.sml: New file.
357
358 * makefile.pkg (test): New target to run the test suite.
359
360 2000-02-18 Stefan Monnier <monnier@cs.yale.edu>
361
362 * *.el: Pass through checkdoc and use `eval-when-compile' whenever
363 possible for (require 'cl).
364
365 2000-02-18 Stefan Monnier <monnier@cs.yale.edu>
366
367 * sml-util.el (make-temp-dir, make-temp-file, temp-file-dir)
368 (delete-temp-dirs): Replace by the make-temp-file from Emacs-21.
369 (custom-create-map): Add :group arg and allow key to be a list.
370 (define-major-mode): Remove (use define-derived-mode instead).
371 (sml-builtin-nested-comments-flag): New var.
372 (concatq): Remove.
373
374 * sml-proc.el (sml-host-name): New var.
375 (sml-make-file-name): Replace by `sml-compile-commands'.
376 (sml-config-file): New var.
377 (sml-compile-commands-alist): New var.
378 (inferior-sml-load-hook): Remove.
379 (sml-buffer): Query if the current buffer is not a *sml*.
380 (inferior-sml-mode): Use minor-mode-overriding-map-alist to disable
381 compilation-minor-mode's keybindings.
382 (run-sml): Turn into an alias for sml-run.
383 (sml-run): Query the user for the command. If prefix is set (or if
384 default value is not null) query for args and host.
385 Use `split-string' rather than our own function.
386 Run cmd on another host if requested and pass it an init file.
387 Pop to the buffer at the end.
388 (sml-args-to-list): Remove.
389 (sml-compile): Look for special files (sml-compile-command-alist) in
390 the current dir (and its parents) to choose a default command.
391 Remember the command for next time in the same buffer.
392 Make the `cd' explicit in the command so the user can change it.
393 (sml-make-error): Fix for when `endline' is absent.
394
395 * sml-mode.el: Pass it through checkdoc.
396 (sml-mode-version): Remove.
397 (sml-load-hook): Remove.
398 (sml-mode-info): Use `info' rather than `Info-goto-node'.
399 (sml-keywords-regexp): Add "o".
400 (sml-syntax-prop-table): Use `defsyntax'.
401 (sml-font-lock-syntactic-keywords): Only use nested comments if supported.
402 (sml-mode): Use `define-derived-mode'.
403 (sml-electric-pipe): `sml-indent-line' -> `indent-according-to-mode'.
404 (sml-indent-line): Use `indent-line-to'.
405 (sml-cm-mode): New mode for CM files.
406
407 * Makefile: Update.
408
409 * sml-mode-startup.el: Remove since it's now auto-generated.
410
411 * sml-defs.el (sml-bindings): Remove left over C-c` binding.
412 (sml-mode-map): Add binding for sml-drag-region (was in sml-proc.el).
413 (sml-mode-syntax-table): Only use nested comments if supported.
414 (sml-mode-menu): Use next-error rather than the old sml-next-error.
415 (sml-pipehead-re): Remove "of".
416
417 * sml-compat.el (set-keymap-parents): Make sure it also works when
418 called with a single keymap rather than a list.
419 (temporary-file-directory): Add a default definition for XEmacs.
420 (make-temp-file): New function.
421
422 1999-08-11 Stefan Monnier <monnier@cs.yale.edu>
423
424 * Release version 3.9.3.
425
426 * sml-mode.texi: Somewhat update the doc.
427
428 1999-08-09 Stefan Monnier <monnier@cs.yale.edu>
429
430 * Makefile: Update to the version of pcl-cvs.
431
432 * sml-proc.el: Eliminate some old unused code.
433
434 * sml-defs.el,sml-mode.el,sml-proc.el: Add simple customize support.
435
436 1999-07-07 Stefan Monnier <monnier@cs.yale.edu>
437
438 * sml-proc.el (sml-update-cursor): Make sure it also works if
439 compile.el is fixed to uses a marker.
440
441 * sml-mode.el (sml-indent): Fix the `fixindent'.
442
443 1999-06-22 Stefan Monnier <monnier@cs.yale.edu>
444
445 * sml-mode-startup.el: Fix to fulfill autoload.el assumptions.
446
447 1999-06-21 Stefan Monnier <monnier@cs.yale.edu>
448
449 * sml-defs.el (sml-bindings): Remove bindings for TAB and M-C-\.
450
451 1999-06-19 Stefan Monnier <monnier@cs.yale.edu>
452
453 * sml-mode.el (sml-font-lock-keywords): Skip type vars in "fun 'a myfn"
454 (sml-calculate-indentation): Add a hack to allow the user to manually
455 override the indentation algorithm with a magic comment.
456
457 * sml-mode-startup.el: Update the autoloads automatically.
458
459 1999-06-19 Stefan Monnier <monnier@cs.yale.edu>
460
461 * Release version 3.9.2
462
463 * sml-proc.el (sml-error-regexp-alist): Fix the pathological
464 font-locking on long lines.
465
466 * sml-move.el (sml-forward-sexp): Slightly improved.
467
468 1999-06-17 Stefan Monnier <monnier@cs.yale.edu>
469
470 * sml-mode.el (sml-insert-form): Only add a space if needed.
471 (sml-electric-space): New command bound to M-SPC.
472
473 * sml-defs.el (sml-close-paren): Add a second field that specifies when
474 not to delegate. Only used for `else'.
475
476 1999-06-16 Stefan Monnier <monnier@cs.yale.edu>
477
478 * sml-move.el (sml-(for|back)ward-sym): Distinguish between
479 operator "=" and syntax for definitions "d=".
480
481 * sml-defs.el (sml-indent-starters, sml-delegate): Simplify.
482 (sml-symbol-indent): Add outdentation for `fn' and generalize it to
483 also work for `of' and `in' and `end'.
484
485 * sml-mode.el (sml-nested-if-indent): Reintroduce as well as the
486 special casing code for it.
487 (sml-indent-relative): Generalize treatment of `of', `in', `end', ...
488 (sml-electric-pipe): Remove the slow behavior and add smarts for the
489 never-used type-variable arguments for function definitions.
490
491 1999-06-15 Stefan Monnier <monnier@cs.yale.edu>
492
493 * sml-defs.el (sml-mode-menu), sml-mode.el (sml-forms-menu):
494 Make the menu dynamically.
495
496 * sml-mode.el (sml-form-<foo>): Use skeletons.
497 (sml-calculate-indentation): Add `with' indentation.
498
499 1999-06-14 Stefan Monnier <monnier@cs.yale.edu>
500
501 * sml-move.el (sml-(for|back)ward-sym): Now also return the string
502 if any and take care of the "op" special keyword.
503 (sml-op-prec): Setup an alist for the infix operators.
504
505 * version 3.9.1: sent to Roland McGrath.
506
507 1999-06-13 Stefan Monnier <monnier@cs.yale.edu>
508
509 * sml-smlnj.el, sml-mosml.el, sml-poly-ml.el: Remove.
510
511 * sml-proc.el (...): Get rid of sml-next-error by spicing up the
512 interface with compile.el so that intervals can be displayed.
513 `sml-overlay' is kept (and moved from sml-mode to sml-proc where it
514 belongs) but is made redundant in the case of transient-mark-mode.
515
516 1999-06-12 Stefan Monnier <monnier@cs.yale.edu>
517
518 * sml-proc.el (sml-prompt-regexp): More general regexp to catch mosml,
519 smlnj as well as polyml prompts.
520 (sml-update-cursor, sml-send-command, inferior-sml-mode):
521 Make it work with compile.el's `next-error'.
522 (sml-temp-threshold): Drop: always use a temp file.
523
524 1999-06-10 Stefan Monnier <monnier@cs.yale.edu>
525
526 * sml-move.el (sml-op-prec): Update the list of default infix ops
527 based on sml/nj's source files.
528
529 1999-06-08 Stefan Monnier <monnier@cs.yale.edu>
530
531 * sml-proc.el (sml-run): Remove dubious code to take care of a
532 supposedly special case in order not to send "" when args=nil.
533
534 1999-06-07 Stefan Monnier <monnier@cs.yale.edu>
535
536 * sml-mode.el (sml-font-lock-syntactic-keywords): Add syntactic
537 fontification for the ' \"' case (exhibited by lexgen.sml).
538
539 1999-06-07 Stefan Monnier <monnier@cs.yale.edu>
540
541 * ALL: The new indentation begins to work. v3_9_0
542
543 1999-05-29 Stefan Monnier <monnier@cs.yale.edu>
544
545 * sml-defs.el (sml-mode-syntax-table): Add ~ of prefix-syntax.
546
547 * sml-mode.el (sml-find-match-indent): (nilp sml-type-of-indent) is
548 only applied if the `let' is alone at the end of the line.
549 (sml-type-of-indent): Default changed to `nil'.
550
551 1999-05-28 Stefan Monnier <monnier@cs.yale.edu>
552
553 * sml-mode.el (sml-font-lock-keywords): Change _ and ' back to word
554 syntax for font-locking.
555
556 1999-05-27 Stefan Monnier <monnier@cs.yale.edu>
557
558 * sml-mode.el (sml-font-lock-syntactic-keywords): Finally got the
559 matching of let...end working.
560 (sml-electric-pipe): Take a fun sexp (symbol) rather than a fun word.
561
562 1998-10-26 Stefan Monnier <monnier@cs.yale.edu>
563
564 * sml-mode.el (sml-font-lock-syntactic-keywords):
565 Add syntactic-keywords to support nested comments.
566