-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNEWS
34 lines (24 loc) · 1.03 KB
/
NEWS
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
News up to revision 1.30
========================
* Customizing added. There are the groups
- singular-faces
* Section folding completely redesigned. Uses overlays now.
Code splitted up into Emacs and XEmacs specific foldings.
* Comint interface documented. Old folding concerning
customizing of Comint's variables completely removed. History
stuff simplified, modularized, moved to its own folding.
Chunks of a demo file are not inserted into history unless
user explicitly requests so.
General news
------------
* Key map and menu folding splitted. Logo stuff (mostly
commented) moved to menu folding.
* Faces and Font Lock mode foldings moved to Singular interactive
mode specific code. Syntax table folding moved to code common
to both modes.
* Most of the foldings modularized. That is, everything that
belongs logically to a folding moved into it. In particular,
much code moved from Singular interactive mode initialization
to foldings.
* Emacs 19 de-supported.
* Some new style and coding conventions added.