aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Walters2002-04-24 21:04:32 +0000
committerColin Walters2002-04-24 21:04:32 +0000
commit81f755ae6e2edbdd98611b0540ac7e7d05a51fdd (patch)
treeb6a4a6da146076d54ebe3f6a288ee00cc3eae5a7
parent5e9f6c446a7df491fc010ba948b98a3c48d0dc35 (diff)
downloademacs-81f755ae6e2edbdd98611b0540ac7e7d05a51fdd.tar.gz
emacs-81f755ae6e2edbdd98611b0540ac7e7d05a51fdd.zip
*** empty log message ***
-rw-r--r--etc/NEWS22
1 files changed, 19 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index db0c3011ef0..06276066659 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -20,6 +20,15 @@ so we will look at it
20`--program-suffix' and `--program-transform-name' that affect the names of 20`--program-suffix' and `--program-transform-name' that affect the names of
21installed programs. 21installed programs.
22 22
23** By default, Emacs now uses a setgid helper program to update game
24scores. Game scores are normally stored in ${prefix}/var/games/emacs.
25This may be controlled by the configure option `--with-game-dir'. The
26specific user that Emacs uses to own the game scores is controlled by
27`--with-game-user'. If access to a game user is not available
28(e.g. Emacs is not being built as root, or the specified game user
29doesn't exist), then scores will be stored separately in each user's
30home directory.
31
23--- 32---
24** Leim is now part of the Emacs distribution. 33** Leim is now part of the Emacs distribution.
25You no longer need to download a separate tarball in order to build 34You no longer need to download a separate tarball in order to build
@@ -105,6 +114,13 @@ of text properties, overlays, and widgets at point, and lets you get
105more information about them, by clicking on mouse-sensitive areas or 114more information about them, by clicking on mouse-sensitive areas or
106moving there and pressing RET. 115moving there and pressing RET.
107 116
117+++
118** The new command `multi-occur' is just like `occur', except it can
119search multiple buffers. There is also a new command
120`multi-occur-by-filename-regexp' which allows you to specify the
121buffers to search by their filename. Internally, Occur mode has been
122rewritten, and now uses font-lock, among other changes.
123
108** Emacs normally highlights mouse sensitive text whenever the mouse 124** Emacs normally highlights mouse sensitive text whenever the mouse
109is over the text. By setting the new variable `mouse-highlight', you 125is over the text. By setting the new variable `mouse-highlight', you
110can optionally enable mouse highlighting only after you move the 126can optionally enable mouse highlighting only after you move the
@@ -654,6 +670,9 @@ SQL buffer.
654 (function (lambda () 670 (function (lambda ()
655 (master-set-slave sql-buffer)))) 671 (master-set-slave sql-buffer))))
656 672
673*** The new package ibuffer provides a powerful, completely
674customizable replacement for buff-menu.el.
675
657** Support for `magic cooky' standout modes has been removed. 676** Support for `magic cooky' standout modes has been removed.
658Emacs will still work on terminals that require magic cookies in order 677Emacs will still work on terminals that require magic cookies in order
659to use standout mode, however they will not be able to display 678to use standout mode, however they will not be able to display
@@ -1127,9 +1146,6 @@ current syntactic context (as returned by parse-partial-sexp).
1127*** The TCL package tcl-mode.el was replaced by tcl.el. 1146*** The TCL package tcl-mode.el was replaced by tcl.el.
1128This was actually done in Emacs-21.1, and was not documented. 1147This was actually done in Emacs-21.1, and was not documented.
1129 1148
1130*** The new package Ibuffer provides a powerful, completely
1131customizable replacement for buff-menu.el.
1132
1133*** The new package button.el implements simple and fast `clickable buttons' 1149*** The new package button.el implements simple and fast `clickable buttons'
1134in emacs buffers. `buttons' are much lighter-weight than the `widgets' 1150in emacs buffers. `buttons' are much lighter-weight than the `widgets'
1135implemented by widget.el, and can be used by lisp code that doesn't 1151implemented by widget.el, and can be used by lisp code that doesn't