aboutsummaryrefslogtreecommitdiffstats
path: root/etc/NEWS
diff options
context:
space:
mode:
authorKim F. Storm <[email protected]>2005-02-09 15:50:47 +0000
committerKim F. Storm <[email protected]>2005-02-09 15:50:47 +0000
commitbf247b6ed0b5e96845e785302bdaa97fcf6a8b84 (patch)
tree3e5225520dfe10e9394f68088de2fe22027aa53f /etc/NEWS
parent1de0ae85b33c8d8cb77ab839f66d2df4f9aa7b94 (diff)
Change release version from 21.4 to 22.1 throughout.
Change development version from 21.3.50 to 22.0.50.
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS12
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 40f5a643d9..a8e26ae9f9 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -15,7 +15,7 @@ When you add a new item, please add it without either +++ or ---
so we will look at it and add it to the manual.
-* Installation Changes in Emacs 21.4
+* Installation Changes in Emacs 22.1
** Emacs includes now support for loading image libraries on demand.
(Currently this feature is only used on MS Windows.) You can configure
@@ -97,7 +97,7 @@ See the files mac/README and mac/INSTALL for build instructions.
types any more. Add -DUSE_LISP_UNION_TYPE if you want union types.
-* Changes in Emacs 21.4
+* Changes in Emacs 22.1
** Emacs now responds to mouse-clicks on the�mode-line, header-line and
display margin, when run in an xterm.
@@ -139,7 +139,7 @@ Depending on the current mode, a Mouse-2 click in Emacs may do much
more than just follow a link, so the new Mouse-1 behavior is only
activated for modes which explicitly mark a clickable text as a "link"
(see the new function `mouse-on-link-p' for details). The Lisp
-packages that are included in release 21.4 have been adapted to do
+packages that are included in release 22.1 have been adapted to do
this, but external packages may not yet support this. However, there
is no risk in using such packages, as the worst thing that could
happen is that you get the original Mouse-1 behavior when you click
@@ -2232,7 +2232,7 @@ temporary overlay showing in the course of an isearch operation.
coding system.
-* New modes and packages in Emacs 21.4
+* New modes and packages in Emacs 22.1
** The new package conf-mode.el handles thousands of configuration files, with
varying syntaxes for comments (;, #, //, /* */ or !), assignment (var = value,
@@ -2476,7 +2476,7 @@ timing measurements of code (including the garbage collection component).
** `cfengine-mode' is a major mode for editing GNU Cfengine
configuration files.
-* Incompatible Lisp Changes in Emacs 21.4
+* Incompatible Lisp Changes in Emacs 22.1
+++
** `suppress-keymap' now works by remapping `self-insert-command' to
@@ -2489,7 +2489,7 @@ the command `undefined'. (In earlier Emacs versions, it used
:propertize and :eval forms in the value of a variable whose
`risky-local-variable' property is nil.
-* Lisp Changes in Emacs 21.4
+* Lisp Changes in Emacs 22.1
** An element of buffer-undo-list can now have the form (FUNNAME .
ARGS), where FUNNAME is a symbol other than t or nil. That stands for