source: git/emacs/NEWS @ 2667537

spielwiese
Last change on this file since 2667537 was 2667537, checked in by Tim Wichmann <wichmann@…>, 25 years ago
First import git-svn-id: file:///usr/local/Singular/svn/trunk@3419 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 1.0 KB
Line 
1
2News up to revision 1.30
3========================
4
5* Customizing added.  There are the groups
6  - singular-faces
7
8* Section folding completely redesigned.  Uses overlays now.
9  Code splitted up into Emacs and XEmacs specific foldings.
10
11* Comint interface documented.  Old folding concerning
12  customizing of Comint's variables completely removed.  History
13  stuff simplified, modularized, moved to its own folding.
14  Chunks of a demo file are not inserted into history unless
15  user explicitly requests so.
16
17General news
18------------
19
20* Key map and menu folding splitted.  Logo stuff (mostly
21  commented) moved to menu folding.
22
23* Faces and Font Lock mode foldings moved to Singular interactive
24  mode specific code.  Syntax table folding moved to code common
25  to both modes.
26
27* Most of the foldings modularized.  That is, everything that
28  belongs logically to a folding moved into it.  In particular,
29  much code moved from Singular interactive mode initialization
30  to foldings.
31
32* Emacs 19 de-supported.
33
34* Some new style and coding conventions added.
Note: See TracBrowser for help on using the repository browser.