aboutsummaryrefslogtreecommitdiffstats
path: root/man
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 /man
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 'man')
-rw-r--r--man/ChangeLog4
-rw-r--r--man/cc-mode.texi32
-rw-r--r--man/custom.texi7
-rw-r--r--man/emacs-xtra.texi2
-rw-r--r--man/emacs.texi2
-rw-r--r--man/faq.texi14
-rw-r--r--man/tramp.texi2
7 files changed, 33 insertions, 30 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index 6ad29a23964..4c6a2cd914c 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -384,7 +384,7 @@
3842004-12-08 Luc Teirlinck <teirllm@auburn.edu> 3842004-12-08 Luc Teirlinck <teirllm@auburn.edu>
385 385
386 * custom.texi (Saving Customizations): Emacs only loads the custom 386 * custom.texi (Saving Customizations): Emacs only loads the custom
387 file automatically after the init file in version 21.4 or later. 387 file automatically after the init file in version 22.1 or later.
388 Adapt text and examples to this fact. 388 Adapt text and examples to this fact.
389 389
390 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org) 390 * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
@@ -937,7 +937,7 @@
937 937
938 * reftex.texi (AUCTeX): Update links, section name. 938 * reftex.texi (AUCTeX): Update links, section name.
939 939
940 * faq.texi (Calc): Update availability (included in 21.4). 940 * faq.texi (Calc): Update availability (included in 22.1).
941 (AUCTeX): Update availability, information, versions, description. 941 (AUCTeX): Update availability, information, versions, description.
942 942
9432004-08-21 Luc Teirlinck <teirllm@auburn.edu> 9432004-08-21 Luc Teirlinck <teirllm@auburn.edu>
diff --git a/man/cc-mode.texi b/man/cc-mode.texi
index 89e49d67442..a0016aab121 100644
--- a/man/cc-mode.texi
+++ b/man/cc-mode.texi
@@ -41,7 +41,7 @@
41 41
42 42
43@comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 43@comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
44@comment 44@comment
45@comment Texinfo manual for CC Mode 45@comment Texinfo manual for CC Mode
46@comment Generated from the original README file by Krishna Padmasola 46@comment Generated from the original README file by Krishna Padmasola
47@comment <krishna@earth-gw.njit.edu> 47@comment <krishna@earth-gw.njit.edu>
@@ -51,7 +51,7 @@
51@comment Martin Stjernholm 51@comment Martin Stjernholm
52@comment 52@comment
53@comment Maintained by Martin Stjernholm <bug-cc-mode@gnu.org> 53@comment Maintained by Martin Stjernholm <bug-cc-mode@gnu.org>
54@comment 54@comment
55@comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 55@comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
56 56
57@comment Define an index for syntactic symbols. 57@comment Define an index for syntactic symbols.
@@ -1951,9 +1951,9 @@ for commands concerning those bits.
1951@comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 1951@comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1952 1952
1953The following list of commands reindent C constructs. Note that when 1953The following list of commands reindent C constructs. Note that when
1954you change your coding style, either interactively or through some other 1954you change your coding style, either interactively or through some other
1955means, your file does @emph{not} automatically get reindented. You 1955means, your file does @emph{not} automatically get reindented. You
1956will need to execute one of the following commands to see the effects of 1956will need to execute one of the following commands to see the effects of
1957your changes. 1957your changes.
1958 1958
1959@cindex GNU indent program 1959@cindex GNU indent program
@@ -2865,9 +2865,9 @@ looked up. If it's found then the associated style is used.
2865If @samp{other} is not found then the @samp{gnu} style is used. 2865If @samp{other} is not found then the @samp{gnu} style is used.
2866 2866
2867@item 2867@item
2868In all cases, the style described in @code{c-default-style} is installed 2868In all cases, the style described in @code{c-default-style} is installed
2869@emph{before} the language hooks are run, so you can always override 2869@emph{before} the language hooks are run, so you can always override
2870this setting by including an explicit call to @code{c-set-style} in your 2870this setting by including an explicit call to @code{c-set-style} in your
2871language mode hook, or in @code{c-mode-common-hook}. 2871language mode hook, or in @code{c-mode-common-hook}.
2872@end enumerate 2872@end enumerate
2873@end defopt 2873@end defopt
@@ -3051,7 +3051,7 @@ are simply indented two spaces to the right of line 3. But perhaps we'd
3051like @ccmode{} to be a little more intelligent so that it aligns 3051like @ccmode{} to be a little more intelligent so that it aligns
3052all the @samp{<<} symbols in lines 3 through 6. To do this, we have 3052all the @samp{<<} symbols in lines 3 through 6. To do this, we have
3053to write a custom indentation function which finds the column of the first 3053to write a custom indentation function which finds the column of the first
3054stream operator on the first line of the statement. Here is sample 3054stream operator on the first line of the statement. Here is sample
3055lisp code implementing this: 3055lisp code implementing this:
3056 3056
3057@example 3057@example
@@ -3878,19 +3878,19 @@ calls. This example illustrates these:
3878@example 3878@example
3879 1: void a_function( int line1, 3879 1: void a_function( int line1,
3880 2: int line2 ); 3880 2: int line2 );
3881 3: 3881 3:
3882 4: void a_longer_function( 3882 4: void a_longer_function(
3883 5: int line1, 3883 5: int line1,
3884 6: int line2 3884 6: int line2
3885 7: ); 3885 7: );
3886 8: 3886 8:
3887 9: void call_them( int line1, int line2 ) 3887 9: void call_them( int line1, int line2 )
388810: @{ 388810: @{
388911: a_function( 388911: a_function(
389012: line1, 389012: line1,
389113: line2 389113: line2
389214: ); 389214: );
389315: 389315:
389416: a_longer_function( line1, 389416: a_longer_function( line1,
389517: line2 ); 389517: line2 );
389618: @} 389618: @}
@@ -3927,10 +3927,10 @@ covered are illustrated by this C++ example:
3927 3: @{ 3927 3: @{
3928 4: /* this line starts a multiline 3928 4: /* this line starts a multiline
3929 5: * comment. This line should get `c' syntax */ 3929 5: * comment. This line should get `c' syntax */
3930 6: 3930 6:
3931 7: char* a_multiline_string = "This line starts a multiline \ 3931 7: char* a_multiline_string = "This line starts a multiline \
3932 8: string. This line should get `string' syntax."; 3932 8: string. This line should get `string' syntax.";
3933 9: 3933 9:
393410: note: 393410: note:
393511: @{ 393511: @{
393612: #ifdef LOCK 393612: #ifdef LOCK
@@ -4243,7 +4243,7 @@ Indent a multiline block @code{c-basic-offset} extra. E.g:
4243@example 4243@example
4244@group 4244@group
4245int *foo[] = @{ 4245int *foo[] = @{
4246 NULL, 4246 NULL,
4247 @{17@}, @hereFn{c-indent-multi-line-block} 4247 @{17@}, @hereFn{c-indent-multi-line-block}
4248@end group 4248@end group
4249@end example 4249@end example
@@ -4474,7 +4474,7 @@ indentation is added. E.g:
4474@example 4474@example
4475@group 4475@group
4476main (int, 4476main (int,
4477 char ** 4477 char **
4478 ) @hereFn{c-lineup-close-paren} 4478 ) @hereFn{c-lineup-close-paren}
4479@end group 4479@end group
4480@end example 4480@end example
@@ -4684,7 +4684,7 @@ E.g:
4684@example 4684@example
4685@group 4685@group
4686class Foo 4686class Foo
4687 extends 4687 extends
4688 Bar @hereFn{c-lineup-java-inher} 4688 Bar @hereFn{c-lineup-java-inher}
4689 @sssTBasicOffset{} 4689 @sssTBasicOffset{}
4690@end group 4690@end group
@@ -5548,7 +5548,7 @@ other top-level block constructs in the @ccmode{} languages).
5548(@xref{Defuns,,, emacs, The Emacs Editor}, in the Emacs 20 manual). 5548(@xref{Defuns,,, emacs, The Emacs Editor}, in the Emacs 20 manual).
5549 5549
5550This heuristic is built into the core syntax analysis routines in 5550This heuristic is built into the core syntax analysis routines in
5551(X)Emacs, so it's not really a @ccmode{} issue. However, in Emacs 21.4 5551(X)Emacs, so it's not really a @ccmode{} issue. However, in Emacs 22.1
5552it has become possible to turn it off@footnote{Using the variable 5552it has become possible to turn it off@footnote{Using the variable
5553@code{open-paren-in-column-0-is-defun-start}.} and @ccmode{} does so 5553@code{open-paren-in-column-0-is-defun-start}.} and @ccmode{} does so
5554there since it got its own system to keep track of blocks. 5554there since it got its own system to keep track of blocks.
diff --git a/man/custom.texi b/man/custom.texi
index 7dbd8af2458..a6a4490d467 100644
--- a/man/custom.texi
+++ b/man/custom.texi
@@ -506,9 +506,12 @@ customization files for different Emacs versions, like this:
506 ((and (= emacs-major-version 21) (< emacs-minor-version 4)) 506 ((and (= emacs-major-version 21) (< emacs-minor-version 4))
507 ;; @r{Emacs 21 customization, before version 21.4.} 507 ;; @r{Emacs 21 customization, before version 21.4.}
508 (setq custom-file "~/.custom-21.el")) 508 (setq custom-file "~/.custom-21.el"))
509 (t 509 ((< emacs-major-version 22)
510 ;; @r{Emacs version 21.4 or later.} 510 ;; @r{Emacs version 21.4 or later.}
511 (setq custom-file "~/.custom-21.4.el"))) 511 (setq custom-file "~/.custom-21.4.el"))
512 (t
513 ;; @r{Emacs version 22.1 or later.}
514 (setq custom-file "~/.custom-22.el")))
512 515
513(load custom-file) 516(load custom-file)
514@end example 517@end example
diff --git a/man/emacs-xtra.texi b/man/emacs-xtra.texi
index 9dff3d9efd8..a1ccf101bd6 100644
--- a/man/emacs-xtra.texi
+++ b/man/emacs-xtra.texi
@@ -274,7 +274,7 @@ You can insert subdirectories with specified @code{ls} switches in
274Dired buffers, using @kbd{C-u i}. You can change the @code{ls} 274Dired buffers, using @kbd{C-u i}. You can change the @code{ls}
275switches of an already inserted subdirectory using @kbd{C-u l}. 275switches of an already inserted subdirectory using @kbd{C-u l}.
276 276
277In Emacs versions 21.4 and later, Dired remembers the switches, so 277In Emacs versions 22.1 and later, Dired remembers the switches, so
278that reverting the buffer will not change them back to the main 278that reverting the buffer will not change them back to the main
279directory's switches. Deleting a subdirectory forgets about its 279directory's switches. Deleting a subdirectory forgets about its
280switches. 280switches.
diff --git a/man/emacs.texi b/man/emacs.texi
index 340bcd76516..3bfc95aac5a 100644
--- a/man/emacs.texi
+++ b/man/emacs.texi
@@ -5,7 +5,7 @@
5 5
6@c The edition number appears in several places in this file 6@c The edition number appears in several places in this file
7@set EDITION Fourteenth 7@set EDITION Fourteenth
8@set EMACSVER 21.3.50 8@set EMACSVER 22.0.50
9 9
10@copying 10@copying
11This is the @value{EDITION} edition of the @cite{GNU Emacs Manual}, 11This is the @value{EDITION} edition of the @cite{GNU Emacs Manual},
diff --git a/man/faq.texi b/man/faq.texi
index 061441fe994..dc55c4b89b3 100644
--- a/man/faq.texi
+++ b/man/faq.texi
@@ -424,7 +424,7 @@ individual postings from, but pretty much everything is there.
424 424
425The archive is at @uref{ftp://ftp-mailing-list-archives.gnu.org}. 425The archive is at @uref{ftp://ftp-mailing-list-archives.gnu.org}.
426 426
427The archive can be browsed over the web at 427The archive can be browsed over the web at
428@uref{http://mail.gnu.org/archive/html/, the GNU mail archive}. 428@uref{http://mail.gnu.org/archive/html/, the GNU mail archive}.
429 429
430Web-based Usenet search services, such as 430Web-based Usenet search services, such as
@@ -2633,7 +2633,7 @@ on DOS and Windows, where the DOS end-of-line (EOL) format is the
2633default, a backslash (@samp{\}) will appear in the mode line. 2633default, a backslash (@samp{\}) will appear in the mode line.
2634 2634
2635If you are running a version of Emacs before 20.1, get @code{crypt++} 2635If you are running a version of Emacs before 20.1, get @code{crypt++}
2636(@pxref{Packages that do not come with Emacs}). Among other things, 2636(@pxref{Packages that do not come with Emacs}). Among other things,
2637@code{crypt++} transparently modifies MS-DOS files as they are loaded 2637@code{crypt++} transparently modifies MS-DOS files as they are loaded
2638and saved, allowing you to ignore the different conventions that Unix 2638and saved, allowing you to ignore the different conventions that Unix
2639and MS-DOS have for delineating the end of a line. 2639and MS-DOS have for delineating the end of a line.
@@ -3300,10 +3300,10 @@ distribution site, sources are available as
3300@uref{ftp://ftp.gnu.org/pub/gnu/emacs/emacs-@value{VER}.tar.gz} 3300@uref{ftp://ftp.gnu.org/pub/gnu/emacs/emacs-@value{VER}.tar.gz}
3301 3301
3302The above will obviously change as new versions of Emacs come out. For 3302The above will obviously change as new versions of Emacs come out. For
3303instance, when Emacs 21.42 is released, it will most probably be 3303instance, when Emacs 22.42 is released, it will most probably be
3304available as 3304available as
3305 3305
3306@uref{ftp://ftp.gnu.org/pub/gnu/emacs/emacs-21.42.tar.gz} 3306@uref{ftp://ftp.gnu.org/pub/gnu/emacs/emacs-22.42.tar.gz}
3307 3307
3308Again, you should use one of the GNU mirror sites (see @ref{Current GNU 3308Again, you should use one of the GNU mirror sites (see @ref{Current GNU
3309distributions}, and adjust the URL accordingly) so as to reduce load on 3309distributions}, and adjust the URL accordingly) so as to reduce load on
@@ -3543,7 +3543,7 @@ see @ref{Packages that do not come with Emacs}.
3543List (ELL)}, maintained by @email{stephen@@anc.ed.ac.uk, Stephen Eglen}, 3543List (ELL)}, maintained by @email{stephen@@anc.ed.ac.uk, Stephen Eglen},
3544aims to provide one compact list with links to all of the current Emacs 3544aims to provide one compact list with links to all of the current Emacs
3545Lisp files on the internet. The ELL can be browsed over the web, or 3545Lisp files on the internet. The ELL can be browsed over the web, or
3546from Emacs with @uref{http://www.anc.ed.ac.uk/~stephen/emacs/ell.el, 3546from Emacs with @uref{http://www.anc.ed.ac.uk/~stephen/emacs/ell.el,
3547the @file{ell} package}. 3547the @file{ell} package}.
3548 3548
3549Many authors post their packages to the @uref{news:gnu.emacs.sources, 3549Many authors post their packages to the @uref{news:gnu.emacs.sources,
@@ -3805,7 +3805,7 @@ available at @uref{http://vms.gnu.org/}.
3805 3805
3806Most of these modes are now available in standard Emacs distribution. 3806Most of these modes are now available in standard Emacs distribution.
3807To get additional modes, see @ref{Finding a package with particular 3807To get additional modes, see @ref{Finding a package with particular
3808functionality}. 3808functionality}.
3809 3809
3810Barry Warsaw's @code{cc-mode} now works for C, C@t{++}, Objective-C, and 3810Barry Warsaw's @code{cc-mode} now works for C, C@t{++}, Objective-C, and
3811Java code. It is distributed with Emacs, but has 3811Java code. It is distributed with Emacs, but has
@@ -3932,7 +3932,7 @@ Superyank is an old version of Supercite.
3932@email{daveg@@csvax.cs.caltech.edu, Dave Gillespie} 3932@email{daveg@@csvax.cs.caltech.edu, Dave Gillespie}
3933 3933
3934@item Latest version 3934@item Latest version
39352.02g (part of Emacs since version 21.4) 39352.02g (part of Emacs since version 22.1)
3936 3936
3937@item Distribution 3937@item Distribution
3938No separate distribution outside of Emacs. Older versions 3938No separate distribution outside of Emacs. Older versions
diff --git a/man/tramp.texi b/man/tramp.texi
index ac6fb4d5436..afd5fd273e6 100644
--- a/man/tramp.texi
+++ b/man/tramp.texi
@@ -381,7 +381,7 @@ behind the scenes when you open a file with @value{tramp}.
381may be downloaded from 381may be downloaded from
382@uref{http://savannah.nongnu.org/download/tramp/}. This 382@uref{http://savannah.nongnu.org/download/tramp/}. This
383release includes the full documentation and code for @value{tramp}, 383release includes the full documentation and code for @value{tramp},
384suitable for installation. But Emacs (21.4 or later) includes 384suitable for installation. But Emacs (22.1 or later) includes
385@value{tramp} already, and there is a @value{tramp} package for XEmacs, as well. 385@value{tramp} already, and there is a @value{tramp} package for XEmacs, as well.
386So maybe it is easier to just use those. But if you want the bleeding 386So maybe it is easier to just use those. But if you want the bleeding
387edge, read on@dots{...} 387edge, read on@dots{...}