-
Notifications
You must be signed in to change notification settings - Fork 8
/
ChangeLog
executable file
·66 lines (61 loc) · 3.04 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
2023-01-07: Release of modelica-mode version 2.0.0
- Rearchitected the code to follow Emacs conventions more closely:
- All functions and variables start with modelica- instead of mdc-
- C-h m now shows the list of keybindings
- modelica-mode now inherits from prog-mode
- Settings can be configured via M-x customize and overridden via file-
or dir-local variables
- Redesigned keybindings to follow the conventions of other major modes.
Set modelica-use-emacs-keybindings to nil to use the old keybindings,
except:
- Replaced C-c C-h with C-c C-a since Emacs uses <anything> C-h to show
help for available keystrokes
- Support for hideshow-minor-mode added
- oo-browser support is unmaintained (but left in the repository for now)
- Removed compatibility code for XEmacs
04/25/01: Release of modelica-mode version 1.4.1
04/25/01: modelica-mode.el, br-mdc.el
- don't define read-only or intangible property for hidden annotations
- introduce constants mdc-class-keyword and mdc-class-modifier-keyword
formerly defined in br-mdc.el
- updates and fixes in mdc-indent-line, mdc-calculate-indent,
mdc-statement-start, mdc-short-class-definition, mdc-forward-begin
- add "." to word characters in mdc-mode-syntax-table
(useful for treating names and numbers as words,
as opposed to pure idents and integers)
Former history of modelica-mode.el:
04/24/01:
- update function mdc-forward-begin for Modelica 1.4
(used e.g. by mdc-forward-statement and mdc-show-annotation)
04/03/01: release of version 1.4.0 for Modelica 1.4
- hide/show of annotations
(initial effort made by Mike Tiller)
- bug fix in mdc-within-comment
- mdc-within-string exploits result of font-lock-mode
- extended font-lock support for Modelica 1.4
- new move commands
- bug fix in mdc-statement-start for first statement of block
12/03/97: release of version 1.06
- corrected mdc-indent-for-docstring
12/02/97: release of version 1.05
- initialize comment syntax as proposed by
David Kagedal <[email protected]>
- extended commands for writing comments and documentation strings
- commands for moving point according to syntax
- provide menu bar using easymenu
11/27/97: release of version 1.01
11/25/97:
- treatment of balanced expressions in mdc-statement-start
- make '_' belonging to syntax class word constituent
- new mdc-within-string
11/18/97: release of version 1.0 for Modelica 1.0
11/18/97:
- support for "if" in conditional equations
- add "initial", "terminal", "switch" to font-lock-function-name-face
10/30/97: first release of version 1.0b for Modelica 1.0
Former history of mdc-browse.el:
04/12/01: release of version 1.1
- synched up with OO-Browser 4.07 and Modelica 1.4 (partly)
12/04/97: release of version 1.01
- support for Action Key clicking on classes via mdc-to-definition
12/03/97: release of version 1.0