-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathChangeLog
50 lines (33 loc) · 1.5 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
2010-06-08 Rudolf Schlatte <[email protected]>
* Release v0.2
* Also realize that ChangeLog hasn't been kept up-to-date for the
last 2 years :(
2008-04-23 Rudi Schlatte <[email protected]>
* maude-mode.el (maude-current-line): Function added.
(maude-indent-line): Use it.
2007-07-11 Rudi Schlatte <[email protected]>
* maude-mode.el (maude-start-of-comment): renamed from
maude-in-comment-p, return start of comment position instead of
t/nil.
(maude-indent-line): Support for Maude object-based notation.
2007-07-06 Rudi Schlatte <[email protected]>
* maude-mode.el: initial xemacs support, lightly tested
2007-07-05 Rudi Schlatte <[email protected]>
* maude-mode.el (maude-font-lock-keywords, maude-warnings): fth,
endfth are in core maude.
2007-06-27 Rudi Schlatte <[email protected]>
* maude-mode.el (maude-font-lock-keywords): more permissive
variable names.
(maude-indent-line): use whitespace instead of word boundaries for
indentation of keywords, so e.g. "in-buffer" at beginning of line
is not indented like the command "in".
2007-06-26 Rudi Schlatte <[email protected]>
* maude-mode.el (maude-mode-menu, maude-mode): Add "Maude"
pull-down menu.
2007-06-25 Rudi Schlatte <[email protected]>
* maude-mode.el: change fontification so that equations and
rewrite rules across multiple lines are colored. Support views in
core maude.
(maude-flk-label, maude-font-lock-keywords): support typenames
like Map{Nat,Qid} etc.
(maude-font-lock-keywords): Support --- comments