comparison etc/NEWS @ 35163:2aa481613ac4

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Tue, 09 Jan 2001 12:05:20 +0000
parents a201a118a373
children 9f4a395a24cb
comparison
equal deleted inserted replaced
35162:a201a118a373 35163:2aa481613ac4
1663 a version system named FOO, you write a library named vc-foo.el, which 1663 a version system named FOO, you write a library named vc-foo.el, which
1664 provides a number of functions vc-foo-... (see commentary at the end 1664 provides a number of functions vc-foo-... (see commentary at the end
1665 of vc.el for a detailed list of them). To make VC use that library, 1665 of vc.el for a detailed list of them). To make VC use that library,
1666 you need to put it somewhere into Emacs' load path and add the atom 1666 you need to put it somewhere into Emacs' load path and add the atom
1667 `FOO' to the list `vc-handled-backends'. 1667 `FOO' to the list `vc-handled-backends'.
1668
1669 *** The customizable EDT emulation package now supports the EDT
1670 SUBS command and EDT scroll margins. It also works with more
1671 terminal/keyboard configurations and it now works under XEmacs.
1672 See etc/edt-user.doc for more information.
1668 1673
1669 ** New modes and packages 1674 ** New modes and packages
1670 1675
1671 *** The new global minor mode `minibuffer-electric-default-mode' 1676 *** The new global minor mode `minibuffer-electric-default-mode'
1672 automatically hides the `(default ...)' part of minibuffer prompts when 1677 automatically hides the `(default ...)' part of minibuffer prompts when
1918 *** sql.el provides an interface to SQL data bases. 1923 *** sql.el provides an interface to SQL data bases.
1919 1924
1920 +++ 1925 +++
1921 *** fortune.el uses the fortune program to create mail/news signatures. 1926 *** fortune.el uses the fortune program to create mail/news signatures.
1922 1927
1923 *** whitespace.el ??? 1928 *** whitespace.el is a package for warning about and cleaning bogus
1929 whitespace in a file.
1924 1930
1925 *** PostScript mode (ps-mode) is a new major mode for editing PostScript 1931 *** PostScript mode (ps-mode) is a new major mode for editing PostScript
1926 files. It offers: interaction with a PostScript interpreter, including 1932 files. It offers: interaction with a PostScript interpreter, including
1927 (very basic) error handling; fontification, easily customizable for 1933 (very basic) error handling; fontification, easily customizable for
1928 interpreter messages; auto-indentation; insertion of EPSF templates and 1934 interpreter messages; auto-indentation; insertion of EPSF templates and