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