File: NEWS

package info (click to toggle)
inform-mode 1.6.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 204 kB
  • sloc: lisp: 1,159; makefile: 40
file content (255 lines) | stat: -rw-r--r-- 5,843 bytes parent folder | download | duplicates (2)
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
inform-mode 1.6.2 (2013-10-10)
==============================

Features
--------

    * Added option inform-indent-semicolon

    This will govern indentation of semicolons on lines of their own as
    per a request from Dave Robinson. The default behaviour, as in
    previous versions, is to indent the semicolon to match the current
    syntax. If inform-indent-semicolon is set to nil then the semicolon
    will not be indented.

Other changes
-------------

    * Add autoload hints for mode (thanks to Reuben Thomas for the patch)

    * Source code available on github

    * Docstrings cleanup

    * Added a note for XEmacs users regarding extra packages

    * Tested on Emacs 24.3


inform-mode 1.6.1 (2012-10-23)
==============================

Other changes
-------------

    * Minor changes to header for ELPA package format compatibility.

    * Tested on Emacs 24.2


inform-mode 1.6.0 (2012-05-01)
==============================

Features
--------

    * Can now use customize to edit preferences

    * Improved tags generation to match directives and objects
      declared with class name

    * Added a Makefile and documentation to make installation easier

Bug fixes
---------

    * Added missing Inform keywords, directives and properties

    * Fixed font-lock error with multiple keywords, eg 'else return'

    * Fixed byte-compile errors and warnings

    * Fixed bug in next-error on Emacs (22+)

Other changes
-------------

    * Adopted GPL version 3

    * Added README, NEWS and AUTHORS files to distribution

    * Simplified handling of regexps

    * Tested on recent versions of Emacs (22/23) and XEmacs (21.4)

    * Improved website http://www.rupert-lane.org/inform-mode/
    

inform-mode 1.5.8 (2002-09-03)
==============================

Features
--------

    * inform-run-project (C-c C-c) runs an interpreter on the z-code
      file for the current project. This allows you to test games from
      within the development environment.

Bug fixes
---------
    
    * Don't fontify semicolon after keyword.
    
    * Fontify double-quoted dictionary words properly.
    
    * Expand filenames sent to inform-project-file-list.
    
    * inform-retagify should now work on NT systems.
    
    * Don't move point unnecessarily in inform-indent-line.
    
Other changes
-------------
    
    * inform-convert-old-format: obsolete function removed


inform-mode 1.5.7 (2002-04-02)
==============================

Bug fixes
---------
    
    * Fixed bug in fontification on GNU Emacs 21


inform-mode 1.5.6 (2000-12-17)
==============================

Bug fixes
---------

    * Recognise 'private' keyword
    
    * Fontify object name after '->' properly
    
    * Fontify dictionary words containing '-' properly
    
    * Fontify 1-character dictionary words properly
    
    * Fontify 'with name' properly
    
    * Correct fontification of char before attribute/property name
    
    * Allow imenu to recognize objects with -> in their header


inform-mode 1.5.5 (2000-09-04)
==============================

Bug fixes
---------

    * Strings with '^' and '//' are now fontified properly
    
    * Non-directives ending with directive names (eg 'JObject') are
      now fontified properly
    
    * Comment line-up (ie with inform-comments-line-up-p non-nil) is
      no longer confused by '!' in code
    
    * Multi-line switch labels indented properly
    
    * Indentation of multi-line strings now handled by
      inform-strings-line-up-p


inform-mode 1.5.4 (2000-07-04)
==============================

Bug fixes
---------

    * Dictionary words are now fontified using
      inform-dictionary-word-face, as font-lock-constant-face is not
      available on all Emacsen.
    
    * Actions (eg ##Examine) are indented properly.


inform-mode 1.5.3 (2000-05-23)
==============================

Bug fixes
---------

    * Dictionary words are fontified using font-lock-constant-face.


inform-mode 1.5.2 (1999-12-15)
==============================

Features
--------

    * You can now spell-check all double-quoted strings in the buffer
      using the keystroke 'C-c C-s' (inform-spell-check-buffer). This
      assumes that you have the GNU 'ispell' program on your system.
    
    * If you set the variable 'inform-comments-line-up-p' to non-NIL,
      comments spread out over several lines will start on the same
      column as the first comment line.
    
Bug fixes
---------

    * Objects that start with a class line should now be indented
      properly.
    
    * '#ifdef'/'#endif' blocks should be indented properly.
    
    * Indentation bug in first property of class or object fixed.


inform-mode 1.5.1 (1999-12-05)
==============================

Bug fixes
---------

    * Byte-compilation should work on GNU Emacs.
    
    * Indentation bug in first property of class or object fixed.


inform-mode 1.5.0 (1999-11-27)
==============================

Features
--------

    * Understands all Inform 6.21 directives and library 6/10 attributes and
      properties.
    
    * Font locking for Inform routine code as well as object/class
      definitions.
    
    * New keywords can be added easily as font locking regexps are
      calculated at mode eval time.
    
    * Tags files can now be created on non-Unix platforms.
    
    * More object and routine definitions are now identified properly
      when creating tage files.

Bug fixes
---------

    * Indents if-else blocks correctly,
    
    * inform-indent-line (TAB) moves point in a similar way to other
      major modes.
    
    * When filling strings, backslashes are no longer added.
    

inform-mode 1.1b1 (1999-11-17)
==============================

Beta version by Mike Fessler


inform-mode 1.0 (1996-05-02)
============================

Initial version by Gareth Rees