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