aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorKim F. Storm2005-02-09 15:50:47 +0000
committerKim F. Storm2005-02-09 15:50:47 +0000
commitbf247b6ed0b5e96845e785302bdaa97fcf6a8b84 (patch)
tree3e5225520dfe10e9394f68088de2fe22027aa53f /etc
parent1de0ae85b33c8d8cb77ab839f66d2df4f9aa7b94 (diff)
downloademacs-bf247b6ed0b5e96845e785302bdaa97fcf6a8b84.tar.gz
emacs-bf247b6ed0b5e96845e785302bdaa97fcf6a8b84.zip
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')
-rw-r--r--etc/MACHINES2
-rw-r--r--etc/MH-E-NEWS4
-rw-r--r--etc/NEWS12
-rw-r--r--etc/PROBLEMS8
4 files changed, 13 insertions, 13 deletions
diff --git a/etc/MACHINES b/etc/MACHINES
index e87510f6d0a..63f341aade7 100644
--- a/etc/MACHINES
+++ b/etc/MACHINES
@@ -651,7 +651,7 @@ Intel 386 (i386-*-isc, i386-*-esix, i386-*-bsdi2,
651 i386-unknown-isc3.0 as your configuration name. 651 i386-unknown-isc3.0 as your configuration name.
652 Use i386-*-esix for Esix; Emacs runs as of version 19.6. 652 Use i386-*-esix for Esix; Emacs runs as of version 19.6.
653 Use i386-*-linux-gnu for GNU/Linux systems; Emacs runs as of version 19.26. 653 Use i386-*-linux-gnu for GNU/Linux systems; Emacs runs as of version 19.26.
654 Use i386-*-cygwin for Cygwin; Emacs builds as of version 21.4, in both X11 654 Use i386-*-cygwin for Cygwin; Emacs builds as of version 22.1, in both X11
655 and non-X11 modes. (The Cygwin site has source and binaries for 21.2.) 655 and non-X11 modes. (The Cygwin site has source and binaries for 21.2.)
656 Use i386-intsys-sysv for Integrated Solutions 386 machines. 656 Use i386-intsys-sysv for Integrated Solutions 386 machines.
657 It may also be correct for Microport systems. 657 It may also be correct for Microport systems.
diff --git a/etc/MH-E-NEWS b/etc/MH-E-NEWS
index f82bf4cb045..25f649b5434 100644
--- a/etc/MH-E-NEWS
+++ b/etc/MH-E-NEWS
@@ -1,7 +1,7 @@
1* COPYRIGHT 1* COPYRIGHT
2 2
3Copyright (C) 2003, 2004 Free Software Foundation, Inc. 3Copyright (C) 2003, 2004 Free Software Foundation, Inc.
4 4
5Copying and distribution of this file, with or without modification, 5Copying and distribution of this file, with or without modification,
6are permitted in any medium without royalty provided the copyright 6are permitted in any medium without royalty provided the copyright
7notice and this notice are preserved. 7notice and this notice are preserved.
@@ -392,7 +392,7 @@ has been fixed (closes SF #933954).
392* Changes in MH-E 7.4.4 392* Changes in MH-E 7.4.4
393 393
394Version 7.4.4 addresses programmatic issues from the FSF and prepares 394Version 7.4.4 addresses programmatic issues from the FSF and prepares
395MH-E for inclusion into an impending GNU Emacs release (21.4). There 395MH-E for inclusion into an impending GNU Emacs release (22.1). There
396are no user-visible changes (unless you are using XEmacs on DOS or 396are no user-visible changes (unless you are using XEmacs on DOS or
397don't have the cl package installed). Filenames are now unique in 397don't have the cl package installed). Filenames are now unique in
398their first 8 characters (DOS 8.3 requirement). The runtime dependency 398their first 8 characters (DOS 8.3 requirement). The runtime dependency
diff --git a/etc/NEWS b/etc/NEWS
index 40f5a643d9d..a8e26ae9f95 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -15,7 +15,7 @@ When you add a new item, please add it without either +++ or ---
15so we will look at it and add it to the manual. 15so we will look at it and add it to the manual.
16 16
17 17
18* Installation Changes in Emacs 21.4 18* Installation Changes in Emacs 22.1
19 19
20** Emacs includes now support for loading image libraries on demand. 20** Emacs includes now support for loading image libraries on demand.
21(Currently this feature is only used on MS Windows.) You can configure 21(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.
97types any more. Add -DUSE_LISP_UNION_TYPE if you want union types. 97types any more. Add -DUSE_LISP_UNION_TYPE if you want union types.
98 98
99 99
100* Changes in Emacs 21.4 100* Changes in Emacs 22.1
101 101
102** Emacs now responds to mouse-clicks on the mode-line, header-line and 102** Emacs now responds to mouse-clicks on the mode-line, header-line and
103display margin, when run in an xterm. 103display margin, when run in an xterm.
@@ -139,7 +139,7 @@ Depending on the current mode, a Mouse-2 click in Emacs may do much
139more than just follow a link, so the new Mouse-1 behavior is only 139more than just follow a link, so the new Mouse-1 behavior is only
140activated for modes which explicitly mark a clickable text as a "link" 140activated for modes which explicitly mark a clickable text as a "link"
141(see the new function `mouse-on-link-p' for details). The Lisp 141(see the new function `mouse-on-link-p' for details). The Lisp
142packages that are included in release 21.4 have been adapted to do 142packages that are included in release 22.1 have been adapted to do
143this, but external packages may not yet support this. However, there 143this, but external packages may not yet support this. However, there
144is no risk in using such packages, as the worst thing that could 144is no risk in using such packages, as the worst thing that could
145happen is that you get the original Mouse-1 behavior when you click 145happen 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.
2232coding system. 2232coding system.
2233 2233
2234 2234
2235* New modes and packages in Emacs 21.4 2235* New modes and packages in Emacs 22.1
2236 2236
2237** The new package conf-mode.el handles thousands of configuration files, with 2237** The new package conf-mode.el handles thousands of configuration files, with
2238varying syntaxes for comments (;, #, //, /* */ or !), assignment (var = value, 2238varying syntaxes for comments (;, #, //, /* */ or !), assignment (var = value,
@@ -2476,7 +2476,7 @@ timing measurements of code (including the garbage collection component).
2476** `cfengine-mode' is a major mode for editing GNU Cfengine 2476** `cfengine-mode' is a major mode for editing GNU Cfengine
2477configuration files. 2477configuration files.
2478 2478
2479* Incompatible Lisp Changes in Emacs 21.4 2479* Incompatible Lisp Changes in Emacs 22.1
2480 2480
2481+++ 2481+++
2482** `suppress-keymap' now works by remapping `self-insert-command' to 2482** `suppress-keymap' now works by remapping `self-insert-command' to
@@ -2489,7 +2489,7 @@ the command `undefined'. (In earlier Emacs versions, it used
2489:propertize and :eval forms in the value of a variable whose 2489:propertize and :eval forms in the value of a variable whose
2490`risky-local-variable' property is nil. 2490`risky-local-variable' property is nil.
2491 2491
2492* Lisp Changes in Emacs 21.4 2492* Lisp Changes in Emacs 22.1
2493 2493
2494** An element of buffer-undo-list can now have the form (FUNNAME . 2494** An element of buffer-undo-list can now have the form (FUNNAME .
2495ARGS), where FUNNAME is a symbol other than t or nil. That stands for 2495ARGS), where FUNNAME is a symbol other than t or nil. That stands for
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index f514f217f98..f12f97878e8 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -731,7 +731,7 @@ introduced with Emacs 21.1, could significantly slow down scrolling
731through the buffer, especially scrolling backwards, and also jumping 731through the buffer, especially scrolling backwards, and also jumping
732to the end of a very large buffer. 732to the end of a very large buffer.
733 733
734Beginning with version 21.4, a parenthesis or a brace in column zero 734Beginning with version 22.1, a parenthesis or a brace in column zero
735is highlighted in bold-red face if it is inside a string or a comment, 735is highlighted in bold-red face if it is inside a string or a comment,
736to indicate that it could interfere with Font Lock (and also with 736to indicate that it could interfere with Font Lock (and also with
737indentation) and should be moved or escaped with a backslash. 737indentation) and should be moved or escaped with a backslash.
@@ -1549,7 +1549,7 @@ entry that supports color is `xterm-color', so setting TERM's value to
1549`xterm-color' might activate the color support on an xterm-compatible 1549`xterm-color' might activate the color support on an xterm-compatible
1550emulator. 1550emulator.
1551 1551
1552Beginning with version 21.4, Emacs supports the --color command-line 1552Beginning with version 22.1, Emacs supports the --color command-line
1553option which may be used to force Emacs to use one of a few popular 1553option which may be used to force Emacs to use one of a few popular
1554modes for getting colors on a tty. For example, --color=ansi8 sets up 1554modes for getting colors on a tty. For example, --color=ansi8 sets up
1555for using the ANSI-standard escape sequences that support 8 colors. 1555for using the ANSI-standard escape sequences that support 8 colors.
@@ -2869,7 +2869,7 @@ libraries.
2869 2869
2870*** HP/UX versions before 11.0 2870*** HP/UX versions before 11.0
2871 2871
2872HP/UX 9 was end-of-lifed in December 1998. 2872HP/UX 9 was end-of-lifed in December 1998.
2873HP/UX 10 was end-of-lifed in May 1999. 2873HP/UX 10 was end-of-lifed in May 1999.
2874 2874
2875**** HP/UX 9: Emacs crashes with SIGBUS or SIGSEGV after you delete a frame. 2875**** HP/UX 9: Emacs crashes with SIGBUS or SIGSEGV after you delete a frame.
@@ -2947,7 +2947,7 @@ the kernel bug.
2947 2947
2948*** Irix 5 and earlier 2948*** Irix 5 and earlier
2949 2949
2950Exactly when Irix-5 end-of-lifed is obscure. But since Irix 6.0 2950Exactly when Irix-5 end-of-lifed is obscure. But since Irix 6.0
2951shipped in 1994, it has been some years. 2951shipped in 1994, it has been some years.
2952 2952
2953**** Irix 5.2: unexelfsgi.c can't find cmplrs/stsupport.h. 2953**** Irix 5.2: unexelfsgi.c can't find cmplrs/stsupport.h.