diff options
Diffstat (limited to 'man')
95 files changed, 383 insertions, 204 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index 34c900ed619..b7ac61c07b4 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,75 @@ +2007-01-20 Markus Triska <markus.triska@gmx.at> + + * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks. + +2007-01-13 Michael Olson <mwolson@gnu.org> + + * erc.texi (Modules): Mention capab-identify module. + +2007-01-16 Glenn Morris <rgm@gnu.org> + + * abbrevs.texi (Editing Abbrevs): Describe how to disable a system + abbrev. + +2007-01-11 Richard Stallman <rms@gnu.org> + + * msdog.texi (Windows Keyboard): Another small cleanup. + +2007-01-10 Richard Stallman <rms@gnu.org> + + * msdog.texi (Windows Keyboard): Yet another try to make + everyone happy with that passage. + +2007-01-05 Richard Stallman <rms@gnu.org> + + * anti.texi (Antinews): Mention M-x shell scrolling. + +2007-01-05 Nick Roberts <nickrob@snap.net.nz> + + * building.texi (Watch Expressions): Describe gdb-max-children. + +2007-01-05 Michael Olson <mwolson@gnu.org> + + * erc.texi (Getting Started): Update for /RECONNECT command. + +2007-01-04 Richard Stallman <rms@gnu.org> + + * ebrowse.texi: Change C-c b to C-c C-m. + + * msdog.texi (Windows Keyboard): Clarify previous change. + +2007-01-03 Reiner Steib <Reiner.Steib@gmx.de> + + * gnus.texi (Customizing Articles): Use index entries for gnus-treat-* + variables only in info to avoid redundant entries in the printed + manual. + +2007-01-02 Richard Stallman <rms@gnu.org> + + * custom.texi (Changing a Variable): Minor clarification. + (Specific Customization): customize-customized => customize-unsaved. + + * entering.texi (Entering Emacs): Clean up text about restarting + Emacs for each file. + + * misc.texi (Shell Options): Minor cleanup. + + * msdog.texi (Windows Keyboard): Explain that Windows was incompatible + with Emacs, not vice versa. + + * programs.texi (Symbol Completion): Recommend customizing window + manager. + + * xresources.texi (Resources): Minor fix. + +2007-01-02 Daiki Ueno <ueno@unixuser.org> + + * message.texi (Using PGP/MIME): Document gpg-agent usage. + +2007-01-02 Reiner Steib <Reiner.Steib@gmx.de> + + * message.texi (Security): Split into sub-nodes. + 2007-01-01 Alan Mackenzie <acm@muc.de> * cc-mode.texi ("Limitations and Known Bugs"): Document problems with @@ -7415,7 +7487,7 @@ ;; End: Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, - 2003, 2004, 2005, 2006 Free Software Foundation, Inc. + 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted provided the copyright notice and this notice are preserved. diff --git a/man/Makefile.in b/man/Makefile.in index 5008cfbc593..9810bf27fa5 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -1,7 +1,7 @@ #### Makefile for the Emacs Manual and other documentation. # Copyright (C) 1994, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, -# 2004, 2005, 2006 Free Software Foundation, Inc. +# 2004, 2005, 2006, 2007 Free Software Foundation, Inc. # This file is part of GNU Emacs. diff --git a/man/abbrevs.texi b/man/abbrevs.texi index bea460a9a61..585e28318e7 100644 --- a/man/abbrevs.texi +++ b/man/abbrevs.texi @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. -@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2002, 2003, -@c 2004, 2005, 2006 Free Software Foundation, Inc. +@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002, 2003, +@c 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Abbrevs @chapter Abbrevs @@ -258,6 +258,8 @@ the end of the line is the expansion. Some abbrevs are marked with @samp{(sys)}. These ``system'' abbrevs (@pxref{Abbrevs,,, elisp, The Emacs Lisp Reference Manual}) are pre-defined by various modes, and are not saved to your abbrev file. +To disable a ``system'' abbrev, define an abbrev of the same name that +expands to itself, and save it to your abbrev file. @findex edit-abbrevs @kindex C-c C-c @r{(Edit Abbrevs)} diff --git a/man/ack.texi b/man/ack.texi index 8d0b20f52f8..fecaf37cb15 100644 --- a/man/ack.texi +++ b/man/ack.texi @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2003, -@c 2004, 2005, 2006 Free Software Foundation, Inc. +@c 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @c @node Acknowledgments, Screen, Concept Index, Top diff --git a/man/ada-mode.texi b/man/ada-mode.texi index 9d25370826e..7acae36c74f 100644 --- a/man/ada-mode.texi +++ b/man/ada-mode.texi @@ -4,7 +4,7 @@ @copying Copyright @copyright{} 1999, 2000, 2001, 2002, 2003, 2004, -2005, 2006 Free Software Foundation, Inc. +2005, 2006, 2007 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document diff --git a/man/anti.texi b/man/anti.texi index a6746312dea..a0003c012db 100644 --- a/man/anti.texi +++ b/man/anti.texi @@ -1,5 +1,5 @@ @c This is part of the Emacs manual. -@c Copyright (C) 2005, 2006 Free Software Foundation, Inc. +@c Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Antinews, Mac OS, X Resources, Top @@ -173,6 +173,11 @@ nothing to do with it. To control fontification in Info mode, use the variable @code{Info-fontify}. @item +@samp{M-x shell} is now completely standard in regard to scrolling +behavior. It no longer has the option of scrolling the input line to +the bottom of the window the way a text terminal running a shell does. + +@item The Grep package has been merged with Compilation mode. Many grep-specific commands and user options have thus been eliminated. Also, @kbd{M-x grep} never tries the GNU grep @samp{-H} option, diff --git a/man/arevert-xtra.texi b/man/arevert-xtra.texi index 8a207cc63cf..c2b1ddc2ffe 100644 --- a/man/arevert-xtra.texi +++ b/man/arevert-xtra.texi @@ -1,5 +1,5 @@ @c This is part of the Emacs manual. -@c Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc. +@c Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @c @c This file is included either in emacs-xtra.texi (when producing the diff --git a/man/autotype.texi b/man/autotype.texi index 9d707e33243..a462b7a97a2 100644 --- a/man/autotype.texi +++ b/man/autotype.texi @@ -1,7 +1,7 @@ \input texinfo @c This is an annex of the Emacs manual. -@c Copyright (C) 1994, 1995, 2002, 2003, 2004, -@c 2005, 2006 Free Software Foundation, Inc. +@c Copyright (C) 1994, 1995, 2001, 2002, 2003, 2004, +@c 2005, 2006, 2007 Free Software Foundation, Inc. @c Author: Daniel.Pfeiffer@Informatik.START.dbp.de, fax (+49 69) 7588-2389 @setfilename ../info/autotype @c @node Autotypist, Picture, Abbrevs, Top @@ -12,8 +12,8 @@ @c @cindex autotypist @copying -Copyright @copyright{} 1994, 1995, 1999, 2002, 2003, 2004, -2005, 2006 Free Software Foundation, Inc. +Copyright @copyright{} 1994, 1995, 1999, 2001, 2002, 2003, 2004, +2005, 2006, 2007 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document diff --git a/man/basic.texi b/man/basic.texi index 5d91685e9e4..6d19281b089 100644 --- a/man/basic.texi +++ b/man/basic.texi @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, -@c 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +@c 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Basic, Minibuffer, Exiting, Top @chapter Basic Editing Commands diff --git a/man/buffers.texi b/man/buffers.texi index 8ff76e2f519..ed4b855b684 100644 --- a/man/buffers.texi +++ b/man/buffers.texi @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, -@c 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +@c 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Buffers, Windows, Files, Top @chapter Using Multiple Buffers diff --git a/man/building.texi b/man/building.texi index bee9462a7f0..a25e1bf4e06 100644 --- a/man/building.texi +++ b/man/building.texi @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, -@c 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +@c 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Building, Maintaining, Programs, Top @chapter Compiling and Testing Programs @@ -1099,8 +1099,11 @@ value for pointers and just the name and type otherwise. Root expressions also display the frame address as a tooltip to help identify the frame in which they were defined. - To expand or contract a complex data type, click @kbd{Mouse-2} -or press @key{SPC} on the tag to the left of the expression. + To expand or contract a complex data type, click @kbd{Mouse-2} or +press @key{SPC} on the tag to the left of the expression. Emacs asks +for confirmation before expanding the expression if its number of +immediate children exceeds the value of the variable +@code{gdb-max-children}. @kindex D @r{(GDB speedbar)} @findex gdb-var-delete diff --git a/man/cal-xtra.texi b/man/cal-xtra.texi index 3214474533e..5212fceef57 100644 --- a/man/cal-xtra.texi +++ b/man/cal-xtra.texi @@ -1,5 +1,5 @@ @c This is part of the Emacs manual. -@c Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc. +@c Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @c @c This file is included either in emacs-xtra.texi (when producing the diff --git a/man/calc.texi b/man/calc.texi index d38becd46d9..ca7167905cb 100644 --- a/man/calc.texi +++ b/man/calc.texi @@ -84,7 +84,7 @@ This file documents Calc, the GNU Emacs calculator. Copyright @copyright{} 1990, 1991, 2001, 2002, 2003, 2004, -2005, 2006 Free Software Foundation, Inc. +2005, 2006, 2007 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document @@ -120,7 +120,7 @@ Software Foundation raise funds for GNU development.'' @vskip 0pt plus 1filll Copyright @copyright{} 1990, 1991, 2001, 2002, 2003, 2004, - 2005, 2006 Free Software Foundation, Inc. + 2005, 2006, 2007 Free Software Foundation, Inc. @insertcopying @end titlepage diff --git a/man/calendar.texi b/man/calendar.texi index 45aec25be9b..812bde03b2f 100644 --- a/man/calendar.texi +++ b/man/calendar.texi @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, -@c 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +@c 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Calendar/Diary, Gnus, Dired, Top @chapter The Calendar and the Diary diff --git a/man/cc-mode.texi b/man/cc-mode.texi index e9a7d46d7fe..05b7df18b47 100644 --- a/man/cc-mode.texi +++ b/man/cc-mode.texi @@ -160,7 +160,7 @@ CC Mode This manual is for CC Mode in Emacs. Copyright @copyright{} 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -2003, 2004, 2005, 2006 Free Software Foundation, Inc. +2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document diff --git a/man/cl.texi b/man/cl.texi index 2c357f5fec6..6a6663fcd5b 100644 --- a/man/cl.texi +++ b/man/cl.texi @@ -5,8 +5,8 @@ @copying This file documents the GNU Emacs Common Lisp emulation package. -Copyright @copyright{} 1993, 2002, 2003, 2004, 2005, 2006 Free -Software Foundation, Inc. +Copyright @copyright{} 1993, 2001, 2002, 2003, 2004, 2005, 2006, 2007 +Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document diff --git a/man/cmdargs.texi b/man/cmdargs.texi index f664c3144ce..6586f304bc4 100644 --- a/man/cmdargs.texi +++ b/man/cmdargs.texi @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002, -@c 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +@c 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Emacs Invocation, X Resources, GNU Free Documentation License, Top @appendix Command Line Arguments for Emacs Invocation diff --git a/man/commands.texi b/man/commands.texi index 1f67a671fbe..d2daffe00bb 100644 --- a/man/commands.texi +++ b/man/commands.texi @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. -@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2002, 2003, -@c 2004, 2005, 2006 Free Software Foundation, Inc. +@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002, +@c 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @iftex @chapter Characters, Keys and Commands diff --git a/man/custom.texi b/man/custom.texi index 49c7e6215ea..40eefba1ba3 100644 --- a/man/custom.texi +++ b/man/custom.texi @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, -@c 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +@c 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Customization, Quitting, Amusements, Top @chapter Customization @@ -475,7 +475,7 @@ so that you will get the standard value in future Emacs sessions. This sets the variable to a previous value that was set in the customization buffer in this session. If you customize a variable and then reset it, which discards the customized value, -you can get the customized value back again with this operation. +you can get the discarded value back again with this operation. @end table @cindex comments on customized settings @@ -641,9 +641,9 @@ whose meaning has changed since Emacs version @var{version}. @item M-x customize-saved Set up a customization buffer containing all settings that you have saved with customization buffers. -@item M-x customize-customized +@item M-x customize-unsaved Set up a customization buffer containing all settings that you have -customized but not saved. +set but not saved. @end table @findex customize-option @@ -687,11 +687,11 @@ whose definitions have been changed since the specified version, loading them if necessary. @findex customize-saved -@findex customize-customized +@findex customize-unsaved If you change settings and then decide the change was a mistake, you can use two special commands to revisit your previous changes. Use @kbd{M-x customize-saved} to look at the settings that you have saved. -Use @kbd{M-x customize-customized} to look at the settings that you +Use @kbd{M-x customize-unsaved} to look at the settings that you have set but not saved. @node Custom Themes diff --git a/man/dired-x.texi b/man/dired-x.texi index 7a53e5a6816..0d9e385b789 100644 --- a/man/dired-x.texi +++ b/man/dired-x.texi @@ -29,7 +29,7 @@ This documents the ``extra'' features for Dired Mode for GNU Emacs found in the file @file{dired-x.el}. Copyright @copyright{} 1993, 1994, 2001, 2002, 2003, 2004, -2005, 2006 Free Software Foundation, Inc. +2005, 2006, 2007 Free Software Foundation, Inc. @quotation Permission is granted to make and distribute verbatim copies of this diff --git a/man/dired-xtra.texi b/man/dired-xtra.texi index 01d6963c582..e8fdf8ab468 100644 --- a/man/dired-xtra.texi +++ b/man/dired-xtra.texi @@ -1,5 +1,5 @@ @c This is part of the Emacs manual. -@c Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc. +@c Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @c @c This file is included either in emacs-xtra.texi (when producing the diff --git a/man/dired.texi b/man/dired.texi index 0281c6b0107..c40030147b4 100644 --- a/man/dired.texi +++ b/man/dired.texi @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, -@c 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +@c 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Dired, Calendar/Diary, Rmail, Top @chapter Dired, the Directory Editor diff --git a/man/display.texi b/man/display.texi index 73d91dfb1f2..805a39f8444 100644 --- a/man/display.texi +++ b/man/display.texi @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, -@c 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +@c 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Display, Search, Registers, Top @chapter Controlling the Display diff --git a/man/ebrowse.texi b/man/ebrowse.texi index 200b2fe6075..25262625e92 100644 --- a/man/ebrowse.texi +++ b/man/ebrowse.texi @@ -10,8 +10,8 @@ @copying This file documents Ebrowse, a C++ class browser for GNU Emacs. -Copyright @copyright{} 2000, 2002, 2003, 2004, -2005, 2006 Free Software Foundation, Inc. +Copyright @copyright{} 2000, 2001, 2002, 2003, 2004, +2005, 2006, 2007 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document @@ -1275,7 +1275,7 @@ they work in a C++ source buffer, not in member and tree buffers created by Ebrowse. @table @kbd -@item C-c b f +@item C-c C-m f Find the definition of the member around point. If you invoke this function with a prefix argument, the declaration is searched. @@ -1284,37 +1284,37 @@ select the class with completion. If there is a scope declaration in front of the member name, this class name is used as initial input for the completion. -@item C-c b F +@item C-c C-m F Find the declaration of the member around point. -@item C-c b v +@item C-c C-m v View the definition of the member around point. -@item C-c b V +@item C-c C-m V View the declaration of the member around point. -@item C-c b 4 f +@item C-c C-m 4 f Find a member's definition in another window. -@item C-c b 4 F +@item C-c C-m 4 F Find a member's declaration in another window. -@item C-c b 4 v +@item C-c C-m 4 v View a member's definition in another window. -@item C-c b 4 V +@item C-c C-m 4 V View a member's declaration in another window. -@item C-c b 5 f +@item C-c C-m 5 f Find a member's definition in another frame. -@item C-c b 5 F +@item C-c C-m 5 F Find a member's declaration in another frame. -@item C-c b 5 v +@item C-c C-m 5 v View a member's definition in another frame. -@item C-c b 5 V +@item C-c C-m 5 V View a member's declaration in another frame. @end table @@ -1333,7 +1333,7 @@ move to positions in the stack:@refill @table @kbd @cindex return to original position -@item C-c b - +@item C-c C-m - This command sets point to the previous position in the position stack. Directly after you performed a jump, this will put you back to the position where you came from. @@ -1344,11 +1344,11 @@ infinite size there is a maximum number of positions defined. When this number is reached, older positions are discarded when new positions are pushed on the stack. -@item C-c b + +@item C-c C-m + This command moves forward in the position stack, setting point to the next position stored in the position stack. -@item C-c b p +@item C-c C-m p Displays an electric buffer showing all positions saved in the stack. You can select a position by pressing @kbd{SPC} in a line. You can view a position with @kbd{v}. @@ -1373,22 +1373,22 @@ mentioned in the marked classes only. Otherwise all files in the class tree are used. @table @kbd -@item C-c b s +@item C-c C-m s This function performs a regular expression search in the chosen set of files. -@item C-c b u +@item C-c C-m u This command performs a search for calls of a given member which is selected in the usual way with completion. -@item C-c b % +@item C-c C-m % Perform a query replace over the set of files. -@item C-c b , +@item C-c C-m , All three operations above stop when finding a match. You can restart the operation with this command. -@item C-c b n +@item C-c C-m n This restarts the last tags operation with the next file in the list. @end table @@ -1403,7 +1403,7 @@ This restarts the last tags operation with the next file in the list. @cindex list class members in a file @cindex file, members -The command @kbd{C-c b l}, lists all members in a given file. The file +The command @kbd{C-c C-m l}, lists all members in a given file. The file name is read from the minibuffer with completion. @@ -1415,14 +1415,14 @@ name is read from the minibuffer with completion. @cindex apropos on class members @cindex members, matching regexp -The command @kbd{C-c b a} can be used to display all members matching a +The command @kbd{C-c C-m a} can be used to display all members matching a given regular expression. This command can be very useful if you remember only part of a member name, and not its beginning. A special buffer is popped up containing all identifiers matching the regular expression, and what kind of symbol it is (e.g.@: a member function, or a type). You can then switch to this buffer, and use the -command @kbd{C-c b f}, for example, to jump to a specific member. +command @kbd{C-c C-m f}, for example, to jump to a specific member. @@ -1433,7 +1433,7 @@ command @kbd{C-c b f}, for example, to jump to a specific member. @cindex completion @cindex symbol completion -The command @kbd{C-c b @key{TAB}} completes the symbol in front of point. +The command @kbd{C-c C-m @key{TAB}} completes the symbol in front of point. @@ -1443,7 +1443,7 @@ The command @kbd{C-c b @key{TAB}} completes the symbol in front of point. @cindex member buffer, for member at point You can quickly display a member buffer containing the member the cursor -in on with the command @kbd{C-c b m}. +in on with the command @kbd{C-c C-m m}. @node Concept Index, , Tags-like Functions, Top diff --git a/man/ediff.texi b/man/ediff.texi index 7a4c929a0eb..52823cdb8fb 100644 --- a/man/ediff.texi +++ b/man/ediff.texi @@ -26,7 +26,7 @@ This file documents Ediff, a comprehensive visual interface to Unix diff and patch utilities. Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -2003, 2004, 2005, 2006 Free Software Foundation, Inc. +2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document diff --git a/man/emacs-mime.texi b/man/emacs-mime.texi index 9ce7e168dcf..c4fa9aa6879 100644 --- a/man/emacs-mime.texi +++ b/man/emacs-mime.texi @@ -10,7 +10,7 @@ This file documents the Emacs MIME interface functionality. Copyright @copyright{} 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -2006 Free Software Foundation, Inc. +2006, 2007 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document diff --git a/man/emacs-xtra.texi b/man/emacs-xtra.texi index 2a6f0e73c02..841c62a527f 100644 --- a/man/emacs-xtra.texi +++ b/man/emacs-xtra.texi @@ -10,7 +10,7 @@ @copying This manual describes specialized features of Emacs. -Copyright @copyright{} 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright @copyright{} 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document diff --git a/man/emacs.texi b/man/emacs.texi index d8bb5e8d5dc..07c003c3a29 100644 --- a/man/emacs.texi +++ b/man/emacs.texi @@ -5,14 +5,14 @@ @c The edition number appears in several places in this file @set EDITION Sixteenth -@set EMACSVER 22.0.92 +@set EMACSVER 22.0.93 @copying This is the @value{EDITION} edition of the @cite{GNU Emacs Manual}, updated for Emacs version @value{EMACSVER}. Copyright @copyright{} 1985, 1986, 1987, 1993, 1994, 1995, 1996, 1997, -1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software +1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @quotation diff --git a/man/emerge-xtra.texi b/man/emerge-xtra.texi index 3b5fe7cd17f..e78f17e59d6 100644 --- a/man/emerge-xtra.texi +++ b/man/emerge-xtra.texi @@ -1,5 +1,5 @@ @c This is part of the Emacs manual. -@c Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc. +@c Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @c @c This file is included either in emacs-xtra.texi (when producing the diff --git a/man/entering.texi b/man/entering.texi index dca85d44812..e338a6a8619 100644 --- a/man/entering.texi +++ b/man/entering.texi @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. -@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 2002, 2003, 2004, -@c 2005, 2006 Free Software Foundation, Inc. +@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 2001, 2002, 2003, +@c 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Entering Emacs, Exiting, Text Characters, Top @chapter Entering and Exiting Emacs @@ -39,12 +39,15 @@ file, you exit the editor. The next time you want to edit a file, you must start the editor again. Working this way, it is convenient to use a command-line argument to say which file to edit. - It's not smart to start Emacs afresh for every file you edit. Emacs -can visit more than one file in a single editing session, and upon -exit Emacs loses valuable accumulated context, such as the kill ring, -registers, undo history, and mark ring. These features are useful for -operating on multiple files, or even one. If you kill Emacs after -each file, you don't take advantage of them. + However, killing Emacs after editing one each and starting it afresh +for the next file is both unnecessary and harmful, since it denies you +the full power of Emacs. Emacs can visit more than one file in a +single editing session, and that is the right way to use it. Exiting +the Emacs session loses valuable accumulated context, such as the kill +ring, registers, undo history, and mark ring. These features are +useful for operating on multiple files, or even continuing to edit one +file. If you kill Emacs after each file, you don't take advantage of +them. The recommended way to use GNU Emacs is to start it only once, just after you log in, and do all your editing in the same Emacs session. diff --git a/man/erc.texi b/man/erc.texi index d8ae4157a47..60c682b892f 100644 --- a/man/erc.texi +++ b/man/erc.texi @@ -14,7 +14,7 @@ @copying This manual is for ERC version 5.2 stable pre-release. -Copyright @copyright{} 2005, 2006 Free Software Foundation, Inc. +Copyright @copyright{} 2005, 2006, 2007 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document @@ -274,6 +274,11 @@ itself. An example follows. Once ERC is loaded, the command @kbd{M-x erc} will start ERC and prompt for the server to connect to. +If the connection goes away at some point, ERC will try to reconnect +automatically. If it fails to reconnect, and you want to try to +manually reestablish the connection at some later point, switch to an +ERC buffer and run the /RECONNECT command. + @c PRE5_2: Sample session, including: @c - connect to Freenode @c - /join #emacs @@ -401,6 +406,10 @@ Integrate with the Big Brother Database @item button Buttonize URLs, nicknames, and other text +@cindex modules, capab-identify +@item capab-identify +Mark unidentified users on freenode and other servers supporting CAPAB. + @cindex modules, completion @item pcomplete Complete nicknames and commands (programmable) diff --git a/man/eshell.texi b/man/eshell.texi index ea603daee7f..68ca49ee440 100644 --- a/man/eshell.texi +++ b/man/eshell.texi @@ -9,7 +9,7 @@ This manual is for Eshell, the Emacs shell. Copyright @copyright{} 1999, 2000, 2001, 2002, 2003, 2004, -2005, 2006 Free Software Foundation, Inc. +2005, 2006, 2007 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document diff --git a/man/eudc.texi b/man/eudc.texi index b23cada3ac8..08c02131f3e 100644 --- a/man/eudc.texi +++ b/man/eudc.texi @@ -12,7 +12,7 @@ EUDC is the Emacs Unified Directory Client, a common interface to directory servers using various protocols such as LDAP or the CCSO white pages directory system (PH/QI) -Copyright @copyright{} 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006 +Copyright @copyright{} 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @quotation diff --git a/man/faq.texi b/man/faq.texi index 5ba47325271..35288593ad0 100644 --- a/man/faq.texi +++ b/man/faq.texi @@ -14,8 +14,8 @@ @c appreciate a notice if you do). @copying -Copyright @copyright{} 2001, 2002, 2003, 2004, 2005, 2006 Free -Software Foundation, Inc.@* +Copyright @copyright{} 2001, 2002, 2003, 2004, 2005, 2006, 2007 +Free Software Foundation, Inc.@* Copyright 1994,1995,1996,1997,1998,1999,2000 Reuven M. Lerner@* Copyright 1992,1993 Steven Byrnes@* Copyright 1990,1991,1992 Joseph Brian Wells@* diff --git a/man/files.texi b/man/files.texi index 86e3282e542..531d50f6392 100644 --- a/man/files.texi +++ b/man/files.texi @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 1999, 2000, -@c 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +@c 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Files, Buffers, Keyboard Macros, Top @chapter File Handling diff --git a/man/fixit.texi b/man/fixit.texi index 1d7c1b6eb41..d1577e2f528 100644 --- a/man/fixit.texi +++ b/man/fixit.texi @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. -@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2002, 2003, -@c 2004, 2005, 2006 Free Software Foundation, Inc. +@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002, +@c 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Fixit, Keyboard Macros, Search, Top @chapter Commands for Fixing Typos diff --git a/man/flymake.texi b/man/flymake.texi index 3861fe70812..4d6b8303f4a 100644 --- a/man/flymake.texi +++ b/man/flymake.texi @@ -11,7 +11,7 @@ This manual is for GNU Flymake (version @value{VERSION}, @value{UPDATED}), which is a universal on-the-fly syntax checker for GNU Emacs. -Copyright @copyright{} 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright @copyright{} 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document @@ -155,7 +155,7 @@ file for which syntax check is possible. To do so, place the following line in @code{.emacs}: @lisp -(add-hook 'find-file-hooks 'flymake-find-file-hook) +(add-hook 'find-file-hook 'flymake-find-file-hook) @end lisp @node Running the syntax check diff --git a/man/forms.texi b/man/forms.texi index be78380335e..46210dc8e41 100644 --- a/man/forms.texi +++ b/man/forms.texi @@ -19,7 +19,7 @@ This file documents Forms mode, a form-editing major mode for GNU Emacs. Copyright @copyright{} 1989, 1997, 2001, 2002, 2003, 2004, -2005, 2006 Free Software Foundation, Inc. +2005, 2006, 2007 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document diff --git a/man/fortran-xtra.texi b/man/fortran-xtra.texi index 735404a0bf4..9249f5f006c 100644 --- a/man/fortran-xtra.texi +++ b/man/fortran-xtra.texi @@ -1,5 +1,5 @@ @c This is part of the Emacs manual. -@c Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc. +@c Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @c @c This file is included either in emacs-xtra.texi (when producing the diff --git a/man/frames.texi b/man/frames.texi index 7d8fdbfd0ce..d315a61aedb 100644 --- a/man/frames.texi +++ b/man/frames.texi @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 1999, 2000, -@c 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +@c 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Frames, International, Windows, Top @chapter Frames and Graphical Displays diff --git a/man/glossary.texi b/man/glossary.texi index 02611790bee..2a55b49645b 100644 --- a/man/glossary.texi +++ b/man/glossary.texi @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002, -@c 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +@c 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Glossary, Key Index, Intro, Top @unnumbered Glossary diff --git a/man/gnu.texi b/man/gnu.texi index 27fe2e24953..3b8a8e17f0a 100644 --- a/man/gnu.texi +++ b/man/gnu.texi @@ -1,13 +1,13 @@ @c This is part of the Emacs manual. -@c Copyright (C) 1985, 1986, 1987, 1993, 1995, 2002, 2003, 2004, -@c 2005, 2006 Free Software Foundation, Inc. +@c Copyright (C) 1985, 1986, 1987, 1993, 1995, 2001, 2002, 2003, 2004, +@c 2005, 2006, 2007 Free Software Foundation, Inc. @ifclear justgnu @node Manifesto,, Microsoft Windows, Top @unnumbered The GNU Manifesto @end ifclear @ifset justgnu Copyright @copyright{} 1985, 1993, 2001, 2002, 2003, 2004, -2005 Free Software Foundation, Inc. +2005, 2006, 2007 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or diff --git a/man/gnus-faq.texi b/man/gnus-faq.texi index 861bab438d6..093cb4c289b 100644 --- a/man/gnus-faq.texi +++ b/man/gnus-faq.texi @@ -1,7 +1,7 @@ @c \input texinfo @c -*-texinfo-*- @c Uncomment 1st line before texing this file alone. @c %**start of header -@c Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +@c Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @c @c Do not modify this file, it was generated from gnus-faq.xml, available from @c <URL:http://my.gnus.org/FAQ/>. diff --git a/man/gnus.texi b/man/gnus.texi index ea959671c06..80a9e47c74b 100644 --- a/man/gnus.texi +++ b/man/gnus.texi @@ -8,7 +8,7 @@ @copying Copyright @copyright{} 1995, 1996, 1997, 1998, 1999, 2000, 2001, -2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document @@ -11217,72 +11217,100 @@ variable, which is a list of regular expressions that are matched to the type of the part. This variable is ignored if the value of the controlling variable is a predicate list, as described above. +@ifinfo +@c Avoid sort of redundant entries in the same section for the printed +@c manual, but add them in info to allow `i gnus-treat-foo-bar RET' or +@c `i foo-bar'. +@vindex gnus-treat-buttonize +@vindex gnus-treat-buttonize-head +@vindex gnus-treat-capitalize-sentences +@vindex gnus-treat-overstrike +@vindex gnus-treat-strip-cr +@vindex gnus-treat-strip-headers-in-body +@vindex gnus-treat-strip-leading-blank-lines +@vindex gnus-treat-strip-multiple-blank-lines +@vindex gnus-treat-strip-pem +@vindex gnus-treat-strip-trailing-blank-lines +@vindex gnus-treat-unsplit-urls +@vindex gnus-treat-wash-html +@vindex gnus-treat-date-english +@vindex gnus-treat-date-iso8601 +@vindex gnus-treat-date-lapsed +@vindex gnus-treat-date-local +@vindex gnus-treat-date-original +@vindex gnus-treat-date-user-defined +@vindex gnus-treat-date-ut +@vindex gnus-treat-from-picon +@vindex gnus-treat-mail-picon +@vindex gnus-treat-newsgroups-picon +@vindex gnus-treat-display-smileys +@vindex gnus-treat-body-boundary +@vindex gnus-treat-display-x-face +@vindex gnus-treat-display-face +@vindex gnus-treat-emphasize +@vindex gnus-treat-fill-article +@vindex gnus-treat-fill-long-lines +@vindex gnus-treat-hide-boring-headers +@vindex gnus-treat-hide-citation +@vindex gnus-treat-hide-citation-maybe +@vindex gnus-treat-hide-headers +@vindex gnus-treat-hide-signature +@vindex gnus-treat-strip-banner +@vindex gnus-treat-strip-list-identifiers +@vindex gnus-treat-highlight-citation +@vindex gnus-treat-highlight-headers +@vindex gnus-treat-highlight-signature +@vindex gnus-treat-play-sounds +@vindex gnus-treat-translate +@vindex gnus-treat-x-pgp-sig +@vindex gnus-treat-unfold-headers +@vindex gnus-treat-fold-headers +@vindex gnus-treat-fold-newsgroups +@vindex gnus-treat-leading-whitespace +@end ifinfo + The following treatment options are available. The easiest way to customize this is to examine the @code{gnus-article-treat} customization group. Values in parenthesis are suggested sensible values. Others are possible but those listed are probably sufficient for most people. @table @code -@vindex gnus-treat-buttonize @item gnus-treat-buttonize (t, integer) -@vindex gnus-treat-buttonize-head @item gnus-treat-buttonize-head (head) @xref{Article Buttons}. -@vindex gnus-treat-capitalize-sentences @item gnus-treat-capitalize-sentences (t, integer) -@vindex gnus-treat-overstrike @item gnus-treat-overstrike (t, integer) -@vindex gnus-treat-strip-cr @item gnus-treat-strip-cr (t, integer) -@vindex gnus-treat-strip-headers-in-body @item gnus-treat-strip-headers-in-body (t, integer) -@vindex gnus-treat-strip-leading-blank-lines @item gnus-treat-strip-leading-blank-lines (t, integer) -@vindex gnus-treat-strip-multiple-blank-lines @item gnus-treat-strip-multiple-blank-lines (t, integer) -@vindex gnus-treat-strip-pem @item gnus-treat-strip-pem (t, last, integer) -@vindex gnus-treat-strip-trailing-blank-lines @item gnus-treat-strip-trailing-blank-lines (t, last, integer) -@vindex gnus-treat-unsplit-urls @item gnus-treat-unsplit-urls (t, integer) -@vindex gnus-treat-wash-html @item gnus-treat-wash-html (t, integer) @xref{Article Washing}. -@vindex gnus-treat-date-english @item gnus-treat-date-english (head) -@vindex gnus-treat-date-iso8601 @item gnus-treat-date-iso8601 (head) -@vindex gnus-treat-date-lapsed @item gnus-treat-date-lapsed (head) -@vindex gnus-treat-date-local @item gnus-treat-date-local (head) -@vindex gnus-treat-date-original @item gnus-treat-date-original (head) -@vindex gnus-treat-date-user-defined @item gnus-treat-date-user-defined (head) -@vindex gnus-treat-date-ut @item gnus-treat-date-ut (head) @xref{Article Date}. -@vindex gnus-treat-from-picon @item gnus-treat-from-picon (head) -@vindex gnus-treat-mail-picon @item gnus-treat-mail-picon (head) -@vindex gnus-treat-newsgroups-picon @item gnus-treat-newsgroups-picon (head) @xref{Picons}. -@vindex gnus-treat-display-smileys @item gnus-treat-display-smileys (t, integer) -@vindex gnus-treat-body-boundary @item gnus-treat-body-boundary (head) @vindex gnus-body-boundary-delimiter diff --git a/man/help.texi b/man/help.texi index 08f528f5151..fe7c2a85ffa 100644 --- a/man/help.texi +++ b/man/help.texi @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, -@c 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +@c 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Help, Mark, M-x, Top @chapter Help diff --git a/man/idlwave.texi b/man/idlwave.texi index eb2f8619ad0..49ee0b7a110 100644 --- a/man/idlwave.texi +++ b/man/idlwave.texi @@ -30,7 +30,7 @@ This is edition @value{EDITION} of the IDLWAVE User Manual for IDLWAVE @value{VERSION} Copyright @copyright{} 1999, 2000, 2001, 2002, 2003, 2004, 2005, - 2006 Free Software Foundation, Inc. + 2006, 2007 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or @@ -61,7 +61,7 @@ This is edition @value{EDITION} of the @cite{IDLWAVE User Manual} for IDLWAVE version @value{VERSION}, @value{DATE}. @sp 2 Copyright @copyright{} 1999, 2000, 2001, 2002, 2003, 2004, 2005, - 2006 Free Software Foundation, Inc. + 2006, 2007 Free Software Foundation, Inc. @sp 2 @cindex Copyright, of IDLWAVE Permission is granted to copy, distribute and/or modify this document diff --git a/man/indent.texi b/man/indent.texi index 9462b1b3fac..568b54897fa 100644 --- a/man/indent.texi +++ b/man/indent.texi @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. -@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2002, 2003, -@c 2004, 2005, 2006 Free Software Foundation, Inc. +@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002, +@c 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Indentation, Text, Major Modes, Top @chapter Indentation diff --git a/man/info.texi b/man/info.texi index adefd0f2e4a..1781ca0b3ea 100644 --- a/man/info.texi +++ b/man/info.texi @@ -15,7 +15,7 @@ This file describes how to use Info, the on-line, menu-driven GNU documentation system. Copyright @copyright{} 1989, 1992, 1996, 1997, 1998, 1999, 2000, 2001, -2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document diff --git a/man/killing.texi b/man/killing.texi index 396a76328aa..b853d69a04a 100644 --- a/man/killing.texi +++ b/man/killing.texi @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, -@c 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +@c 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Killing, Yanking, Mark, Top diff --git a/man/kmacro.texi b/man/kmacro.texi index 6596adf4268..16526e1a2b8 100644 --- a/man/kmacro.texi +++ b/man/kmacro.texi @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, -@c 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +@c 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Keyboard Macros, Files, Fixit, Top @chapter Keyboard Macros diff --git a/man/m-x.texi b/man/m-x.texi index a387f878695..7a5b80fd348 100644 --- a/man/m-x.texi +++ b/man/m-x.texi @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. -@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2002, 2003, -@c 2004, 2005, 2006 Free Software Foundation, Inc. +@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002, +@c 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node M-x, Help, Minibuffer, Top @chapter Running Commands by Name diff --git a/man/macos.texi b/man/macos.texi index d097b32bd38..0671b8c5f74 100644 --- a/man/macos.texi +++ b/man/macos.texi @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 2000, 2001, 2002, 2003, 2004, -@c 2005, 2006 Free Software Foundation, Inc. +@c 2005, 2006, 2007 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Mac OS, Microsoft Windows, Antinews, Top @appendix Emacs and Mac OS diff --git a/man/maintaining.texi b/man/maintaining.texi index facde7020bc..d199cac69bb 100644 --- a/man/maintaining.texi +++ b/man/maintaining.texi @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 1999, 2000, -@c 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +@c 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Maintaining, Abbrevs, Building, Top @chapter Maintaining Large Programs diff --git a/man/major.texi b/man/major.texi index fe9416aacde..1cb76ee5fdf 100644 --- a/man/major.texi +++ b/man/major.texi @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, -@c 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +@c 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Major Modes, Indentation, International, Top @chapter Major Modes diff --git a/man/makefile.w32-in b/man/makefile.w32-in index f47c57158fc..0112040ee51 100644 --- a/man/makefile.w32-in +++ b/man/makefile.w32-in @@ -1,6 +1,6 @@ #### -*- Makefile -*- for the Emacs Manual and other documentation. -# Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. # This file is part of GNU Emacs. diff --git a/man/mark.texi b/man/mark.texi index 7cba4f0d004..be446ab6bfc 100644 --- a/man/mark.texi +++ b/man/mark.texi @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002, -@c 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +@c 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Mark, Killing, Help, Top @chapter The Mark and the Region diff --git a/man/message.texi b/man/message.texi index 023a7e8cd4a..f63673e11da 100644 --- a/man/message.texi +++ b/man/message.texi @@ -9,7 +9,7 @@ This file documents Message, the Emacs message composition mode. Copyright @copyright{} 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, -2004, 2005, 2006 Free Software Foundation, Inc. +2004, 2005, 2006, 2007 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document @@ -889,11 +889,21 @@ Libidn} installed in order to use this functionality. Using the @acronym{MML} language, Message is able to create digitally signed and digitally encrypted messages. Message (or rather @acronym{MML}) currently support @acronym{PGP} (RFC 1991), -@acronym{PGP/MIME} (RFC 2015/3156) and @acronym{S/MIME}. Instructing -@acronym{MML} to perform security operations on a @acronym{MIME} part is -done using the @kbd{C-c C-m s} key map for signing and the @kbd{C-c C-m -c} key map for encryption, as follows. +@acronym{PGP/MIME} (RFC 2015/3156) and @acronym{S/MIME}. +@menu +* Signing and encryption:: Signing and encrypting commands. +* Using S/MIME:: Using S/MIME +* Using PGP/MIME:: Using PGP/MIME +* PGP Compatibility:: Compatibility with older implementations +@end menu + +@node Signing and encryption +@subsection Signing and encrypting commands + +Instructing @acronym{MML} to perform security operations on a +@acronym{MIME} part is done using the @kbd{C-c C-m s} key map for +signing and the @kbd{C-c C-m c} key map for encryption, as follows. @table @kbd @item C-c C-m s s @@ -976,6 +986,7 @@ least not compared with making sure all involved programs talk with each other properly. Thus, we now describe what external libraries or programs are required to make things work, and some small general hints. +@node Using S/MIME @subsection Using S/MIME @emph{Note!} This section assume you have a basic familiarity with @@ -1038,6 +1049,7 @@ you use unencrypted keys (e.g., if they are on a secure storage, or if you are on a secure single user machine) simply press @code{RET} at the passphrase prompt. +@node Using PGP/MIME @subsection Using PGP/MIME @acronym{PGP/MIME} requires an external OpenPGP implementation, such @@ -1045,7 +1057,48 @@ as @uref{http://www.gnupg.org/, GNU Privacy Guard}. Pre-OpenPGP implementations such as PGP 2.x and PGP 5.x are also supported. One Emacs interface to the PGP implementations, PGG (@pxref{Top, ,PGG, pgg, PGG Manual}), is included, but Mailcrypt and Florian Weimer's -@code{gpg.el} are also supported. +@code{gpg.el} are also supported. @xref{PGP Compatibility}. + +@cindex gpg-agent +Message internally calls GnuPG (the @command{gpg} command) to perform +data encryption, and in certain cases (decrypting or signing for +example), @command{gpg} requires user's passphrase. Currently the +recommended way to supply your passphrase to @command{gpg} is to use the +@command{gpg-agent} program. + +To use @command{gpg-agent} in Emacs, you need to run the following +command from the shell before starting Emacs. + +@example +eval `gpg-agent --daemon` +@end example + +This will invoke @command{gpg-agent} and set the environment variable +@code{GPG_AGENT_INFO} to allow @command{gpg} to communicate with it. +It might be good idea to put this command in your @file{.xsession} or +@file{.bash_profile}. @xref{Invoking GPG-AGENT, , , gnupg, Using the +GNU Privacy Guard}. + +Once your @command{gpg-agent} is set up, it will ask you for a +passphrase as needed for @command{gpg}. Under the X Window System, +you will see a new passphrase input dialog appear. The dialog is +provided by PIN Entry (the @command{pinentry} command), and as of +version 0.7.2, @command{pinentry} cannot cooperate with Emacs on a +single tty. So, if you are using a text console, you may need to put +a passphrase into gpg-agent's cache beforehand. The following command +does the trick. + +@example +gpg --use-agent --sign < /dev/null > /dev/null +@end example + +The Lisp variable @code{pgg-gpg-use-agent} controls whether to use +@command{gpg-agent}. See also @xref{Caching passphrase, , , pgg, The +PGG Manual}. + + +@node PGP Compatibility +@subsection Compatibility with older implementations @vindex gpg-temp-directory Note, if you are using the @code{gpg.el} you must make sure that the diff --git a/man/mh-e.texi b/man/mh-e.texi index dfe9ab0f6d5..707e5e44b98 100644 --- a/man/mh-e.texi +++ b/man/mh-e.texi @@ -24,7 +24,7 @@ This is version @value{VERSION}@value{EDITION} of @cite{The MH-E Manual}, last updated @value{UPDATED}. -Copyright @copyright{} 1995, 2001, 2002, 2003, 2005, 2006 Free +Copyright @copyright{} 1995, 2001, 2002, 2003, 2005, 2006, 2007 Free Software Foundation, Inc. @quotation diff --git a/man/mini.texi b/man/mini.texi index af2a0778bb1..b57e79420b6 100644 --- a/man/mini.texi +++ b/man/mini.texi @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, -@c 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +@c 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Minibuffer, M-x, Basic, Top @chapter The Minibuffer diff --git a/man/misc.texi b/man/misc.texi index 72ddd96534a..bfe86af09f4 100644 --- a/man/misc.texi +++ b/man/misc.texi @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, -@c 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +@c 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @iftex @chapter Miscellaneous Commands @@ -983,8 +983,8 @@ to the bottom before inserting. The default is @code{nil}. @vindex comint-scroll-show-maximum-output If @code{comint-scroll-show-maximum-output} is non-@code{nil}, then -arrival of output when point is at the end tries to place the last line of -text at the bottom line of the window, so as to show as much useful +arrival of output when point is at the end tries to scroll the last +line of text to the bottom line of the window, showing as much useful text as possible. (This mimics the scrolling behavior of most terminals.) The default is @code{t}. diff --git a/man/msdog-xtra.texi b/man/msdog-xtra.texi index 1c4e50785f2..432f28888f6 100644 --- a/man/msdog-xtra.texi +++ b/man/msdog-xtra.texi @@ -1,5 +1,5 @@ @c This is part of the Emacs manual. -@c Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc. +@c Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @c @c This file is included either in emacs-xtra.texi (when producing the diff --git a/man/msdog.texi b/man/msdog.texi index 69126dca207..47a15cfc019 100644 --- a/man/msdog.texi +++ b/man/msdog.texi @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, -@c 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +@c 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Microsoft Windows, Manifesto, Mac OS, Top @appendix Emacs and Microsoft Windows/MS-DOS @@ -334,11 +334,13 @@ directory, whereas @file{.emacs} does not. keyboard input in Emacs. @cindex MS-Windows keyboard shortcuts - Many key combinations (known as ``keyboard shortcuts'') that are in -widespread use in MS-Windows programs are taken by various Emacs -features. Examples include @kbd{C-C}, @kbd{C-X}, @kbd{C-Z}, -@kbd{C-A}, and @kbd{W-SPC}. You can get some of them back by turning -on CUA Mode (@pxref{CUA Bindings}). + Many key combinations (known as ``keyboard shortcuts'') that have +conventional uses in MS-Windows programs conflict with traditional +Emacs key bindings. (These Emacs key bindings were established years +before Microsoft was founded.) Examples of conflicts include +@kbd{C-c}, @kbd{C-x}, @kbd{C-z}, @kbd{C-a}, and @kbd{W-@key{SPC}}. +You can redefine some of them with meanings more like the MS-Windows +meanings by enabling CUA Mode (@pxref{CUA Bindings}). @kindex F10 @r{(MS-Windows)} @cindex menu bar access using keyboard @r{(MS-Windows)} diff --git a/man/mule.texi b/man/mule.texi index 3e7a35d246a..9369fcaca23 100644 --- a/man/mule.texi +++ b/man/mule.texi @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1997, 1999, 2000, 2001, 2002, 2003, 2004, -@c 2005, 2006 Free Software Foundation, Inc. +@c 2005, 2006, 2007 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node International, Major Modes, Frames, Top @chapter International Character Set Support diff --git a/man/newsticker.texi b/man/newsticker.texi index ed753147e22..95934792a02 100644 --- a/man/newsticker.texi +++ b/man/newsticker.texi @@ -13,7 +13,7 @@ This manual is for Newsticker (version @value{VERSION}, @value{UPDATED}). @noindent -Copyright @copyright{} 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright @copyright{} 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document diff --git a/man/org.texi b/man/org.texi index db8f20c3926..f47e559a372 100644 --- a/man/org.texi +++ b/man/org.texi @@ -35,7 +35,7 @@ @copying This manual is for Org-mode (version @value{VERSION}). -Copyright @copyright{} 2004, 2005, 2006 Free Software Foundation +Copyright @copyright{} 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document diff --git a/man/pcl-cvs.texi b/man/pcl-cvs.texi index 5faccf37594..813d1f95799 100644 --- a/man/pcl-cvs.texi +++ b/man/pcl-cvs.texi @@ -7,7 +7,8 @@ @copying Copyright @copyright{} 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, -1999, 2000, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software +Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document diff --git a/man/pgg.texi b/man/pgg.texi index af97ddec45d..74461ae90d8 100644 --- a/man/pgg.texi +++ b/man/pgg.texi @@ -8,8 +8,8 @@ @copying This file describes PGG, an Emacs interface to various PGP implementations. -Copyright @copyright{} 2003, 2004, 2005, 2006 Free Software Foundation, Inc. -Copyright @copyright{} 2001 Daiki Ueno. +Copyright @copyright{} 2001, 2003, 2004, 2005, 2006, 2007 Free Software +Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document diff --git a/man/picture-xtra.texi b/man/picture-xtra.texi index 61ff949f448..ad3b9f27cc5 100644 --- a/man/picture-xtra.texi +++ b/man/picture-xtra.texi @@ -1,5 +1,5 @@ @c This is part of the Emacs manual. -@c Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc. +@c Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @c @c This file is included either in emacs-xtra.texi (when producing the diff --git a/man/programs.texi b/man/programs.texi index 200c787cf08..5283a1de288 100644 --- a/man/programs.texi +++ b/man/programs.texi @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 1999, 2000, -@c 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +@c 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Programs, Building, Text, Top @chapter Editing Programs @@ -1330,9 +1330,12 @@ symbol names. The character @kbd{M-@key{TAB}} runs a command to complete the partial symbol before point against the set of meaningful symbol names. This command inserts at point any additional characters that -it can determine from the partial name. (If your window manager -defines @kbd{M-@key{TAB}} to switch windows, you can type -@kbd{@key{ESC} @key{TAB}} or @kbd{C-M-i}.) +it can determine from the partial name. + + If your window manager defines @kbd{M-@key{TAB}} to switch windows, +you can type @kbd{@key{ESC} @key{TAB}} or @kbd{C-M-i} instead. +However, most window managers let you customize these shortcuts, and +we recommend that you change any that get in the way of use of Emacs. If the partial name in the buffer has multiple possible completions that differ in the very next character, so that it is impossible to diff --git a/man/rcirc.texi b/man/rcirc.texi index 15744e6642c..7b2d6b1c945 100644 --- a/man/rcirc.texi +++ b/man/rcirc.texi @@ -5,7 +5,7 @@ @c %**end of header @copying -Copyright @copyright{} 2006 Free Software Foundation, Inc. +Copyright @copyright{} 2006, 2007 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document diff --git a/man/reftex.texi b/man/reftex.texi index 1abef984d40..2b77b26c066 100644 --- a/man/reftex.texi +++ b/man/reftex.texi @@ -25,8 +25,8 @@ citations and indices for LaTeX documents with Emacs. This is edition @value{EDITION} of the @b{Ref@TeX{}} User Manual for @b{Ref@TeX{}} @value{VERSION} -Copyright @copyright{} 1997, 1998, 1999, 2000, 2001, 2002, 2004, 2005, 2006 -Free Software Foundation, Inc. +Copyright @copyright{} 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, +2005, 2006, 2007 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document diff --git a/man/regs.texi b/man/regs.texi index 8b31a992ea3..475a3b7b1b5 100644 --- a/man/regs.texi +++ b/man/regs.texi @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. -@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2002, 2003, -@c 2004, 2005, 2006 Free Software Foundation, Inc. +@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002, +@c 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Registers, Display, CUA Bindings, Top @chapter Registers diff --git a/man/rmail.texi b/man/rmail.texi index 8e2ae9ccdbf..02d56e24e15 100644 --- a/man/rmail.texi +++ b/man/rmail.texi @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002, -@c 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +@c 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Rmail, Dired, Sending Mail, Top @chapter Reading Mail with Rmail diff --git a/man/sc.texi b/man/sc.texi index 185853e108c..d3f7264f4cc 100644 --- a/man/sc.texi +++ b/man/sc.texi @@ -16,7 +16,7 @@ attributing the replies for various GNU Emacs mail and news reading subsystems. Copyright @copyright{} 1993, 2001, 2002, 2003, 2004, -2005, 2006 Free Software Foundation, Inc. +2005, 2006, 2007 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document diff --git a/man/screen.texi b/man/screen.texi index f641001579a..87b037849ce 100644 --- a/man/screen.texi +++ b/man/screen.texi @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002, -@c 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +@c 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Screen, User Input, Acknowledgments, Top @chapter The Organization of the Screen diff --git a/man/search.texi b/man/search.texi index 532d58fb9d8..47d73bd26f6 100644 --- a/man/search.texi +++ b/man/search.texi @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, 2002, -@c 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +@c 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Search, Fixit, Display, Top @chapter Searching and Replacement diff --git a/man/sending.texi b/man/sending.texi index 41b26cde430..a130a58816a 100644 --- a/man/sending.texi +++ b/man/sending.texi @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, 2002, -@c 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +@c 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Sending Mail @chapter Sending Mail diff --git a/man/ses.texi b/man/ses.texi index a2b70363abd..ff4b47f2ee4 100644 --- a/man/ses.texi +++ b/man/ses.texi @@ -11,8 +11,8 @@ @copying This file documents SES: the Simple Emacs Spreadsheet. -Copyright @copyright{} 2002, 2003, 2004, 2005, 2006 Free Software -Foundation, Inc. +Copyright @copyright{} 2002, 2003, 2004, 2005, 2006, 2007 +Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document diff --git a/man/sieve.texi b/man/sieve.texi index ecd476ee1cd..5e11adcaac2 100644 --- a/man/sieve.texi +++ b/man/sieve.texi @@ -9,8 +9,8 @@ @copying This file documents the Emacs Sieve package, for server-side mail filtering. -Copyright @copyright{} 2001, 2002, 2003, 2004, 2005, 2006 Free -Software Foundation, Inc. +Copyright @copyright{} 2001, 2002, 2003, 2004, 2005, 2006, 2007 +Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document diff --git a/man/smtpmail.texi b/man/smtpmail.texi index 9e0a4232969..860e06de0e1 100644 --- a/man/smtpmail.texi +++ b/man/smtpmail.texi @@ -3,7 +3,7 @@ @settitle Emacs SMTP Library @syncodeindex vr fn @copying -Copyright @copyright{} 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright @copyright{} 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document diff --git a/man/speedbar.texi b/man/speedbar.texi index 73b9d3e9719..42f9f3dcc48 100644 --- a/man/speedbar.texi +++ b/man/speedbar.texi @@ -5,8 +5,8 @@ @syncodeindex fn cp @copying -Copyright @copyright{} 1999, 2000, 2002, 2003, 2004, 2005, 2006 Free -Software Foundation, Inc. +Copyright @copyright{} 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, +2007 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document diff --git a/man/texinfo.tex b/man/texinfo.tex index 4d47842579b..302204c2721 100644 --- a/man/texinfo.tex +++ b/man/texinfo.tex @@ -6,8 +6,8 @@ \def\texinfoversion{2006-11-08.17} % % Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995, -% 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free -% Software Foundation, Inc. +% 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, +% 2007 Free Software Foundation, Inc. % % This texinfo.tex file is free software; you can redistribute it and/or % modify it under the terms of the GNU General Public License as diff --git a/man/text.texi b/man/text.texi index 4cdc78934e0..3a0e091ea40 100644 --- a/man/text.texi +++ b/man/text.texi @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, -@c 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +@c 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Text, Programs, Indentation, Top @chapter Commands for Human Languages diff --git a/man/tramp.texi b/man/tramp.texi index 4a09e2daa3c..9597344ee0c 100644 --- a/man/tramp.texi +++ b/man/tramp.texi @@ -25,7 +25,7 @@ @end macro @copying -Copyright @copyright{} 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 +Copyright @copyright{} 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @quotation diff --git a/man/trouble.texi b/man/trouble.texi index a462c2468b7..ea494445a4e 100644 --- a/man/trouble.texi +++ b/man/trouble.texi @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002, -@c 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +@c 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @iftex @chapter Dealing with Common Problems diff --git a/man/url.texi b/man/url.texi index 610bf75bdcd..6fe28467788 100644 --- a/man/url.texi +++ b/man/url.texi @@ -21,9 +21,8 @@ @ifnottex This file documents the URL loading package. -Copyright @copyright{} 1996, 1997, 1998, 1999, 2002, 2004, -2005, 2006 Free Software Foundation, Inc.@* -Copyright @copyright{} 1993, 1994, 1995, 1996 William M. Perry +Copyright @copyright{} 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2002, +2004, 2005, 2006, 2007 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or @@ -50,9 +49,8 @@ License.'' @center @email{fx@@gnu.org} @page @vskip 0pt plus 1filll -Copyright @copyright{} 1993, 1994, 1995, 1996 William M. Perry@* -Copyright @copyright{} 1996, 1997, 1998, 1999, 2002, 2003, 2004, -2005, 2006 Free Software Foundation, Inc. +Copyright @copyright{} 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2002, +2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or diff --git a/man/vc-xtra.texi b/man/vc-xtra.texi index 6e8985b2e39..6ec69d60896 100644 --- a/man/vc-xtra.texi +++ b/man/vc-xtra.texi @@ -1,5 +1,5 @@ @c This is part of the Emacs manual. -@c Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc. +@c Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @c @c This file is included in emacs-xtra.texi when producing the printed diff --git a/man/vc1-xtra.texi b/man/vc1-xtra.texi index 16edf79a3bd..6d5df78848c 100644 --- a/man/vc1-xtra.texi +++ b/man/vc1-xtra.texi @@ -1,5 +1,5 @@ @c This is part of the Emacs manual. -@c Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc. +@c Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @c @c This file is included either in vc-xtra.texi (when producing the diff --git a/man/vc2-xtra.texi b/man/vc2-xtra.texi index 14b8bc9fb07..11c8ea1fb96 100644 --- a/man/vc2-xtra.texi +++ b/man/vc2-xtra.texi @@ -1,5 +1,5 @@ @c This is part of the Emacs manual. -@c Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc. +@c Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @c @c This file is included either in vc-xtra.texi (when producing the diff --git a/man/vip.texi b/man/vip.texi index 39bd96618a1..11c21cbdf6e 100644 --- a/man/vip.texi +++ b/man/vip.texi @@ -5,7 +5,7 @@ @copying Copyright @copyright{} 1987, 2001, 2002, 2003, 2004, -2005, 2006 Free Software Foundation, Inc. +2005, 2006, 2007 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document diff --git a/man/viper.texi b/man/viper.texi index eb77bb71e1d..af78bd99e47 100644 --- a/man/viper.texi +++ b/man/viper.texi @@ -8,7 +8,7 @@ @copying Copyright @copyright{} 1995, 1996, 1997, 2001, 2002, 2003, 2004, -2005, 2006 Free Software Foundation, Inc. +2005, 2006, 2007 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document diff --git a/man/widget.texi b/man/widget.texi index 79ec7ab0d0b..a55c2d529d3 100644 --- a/man/widget.texi +++ b/man/widget.texi @@ -10,8 +10,8 @@ @c %**end of header @copying -Copyright @copyright{} 2000, 2002, 2003, 2004, 2005, -2006 Free Software Foundation, Inc. +Copyright @copyright{} 2000, 2001, 2002, 2003, 2004, 2005, +2006, 2007 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document diff --git a/man/windows.texi b/man/windows.texi index 43609b4abdb..fa9cadc1351 100644 --- a/man/windows.texi +++ b/man/windows.texi @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, -@c 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +@c 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node Windows, Frames, Buffers, Top @chapter Multiple Windows diff --git a/man/woman.texi b/man/woman.texi index d7a21d0a68a..c7476cf82c0 100644 --- a/man/woman.texi +++ b/man/woman.texi @@ -18,7 +18,7 @@ This file documents WoMan: A program to browse Unix manual pages `W.O. (without) man'. Copyright @copyright{} 2001, 2002, 2003, 2004, -2005, 2006 Free Software Foundation, Inc. +2005, 2006, 2007 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document diff --git a/man/xresources.texi b/man/xresources.texi index 3fec4200863..45a890e7c39 100644 --- a/man/xresources.texi +++ b/man/xresources.texi @@ -1,6 +1,6 @@ @c This is part of the Emacs manual. @c Copyright (C) 1987, 1993, 1994, 1995, 1997, 2001, 2002, 2003, -@c 2004, 2005, 2006 Free Software Foundation, Inc. +@c 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. @node X Resources, Antinews, Emacs Invocation, Top @appendix X Options and Resources @@ -62,7 +62,7 @@ collection of related options, for one program or for several programs Emacs compiled for Windows looks for X resources in the Windows Registry, under the key @samp{HKEY_CURRENT_USER\SOFTWARE\GNU\Emacs} and then under the key @samp{HKEY_LOCAL_MACHINE\SOFTWARE\GNU\Emacs}. -The menu and scrollbars are native widgets on MS-Windows, so they are +The menu and scroll bars are native widgets on MS-Windows, so they are only customizable via the system-wide settings in the Display Control Panel. You can also set resources using the @samp{-xrm} command line option (see below.) |