changeset 102059:9bcea07061a8

consistently use @insertcopying, @direntry, @contents
author Karl Berry <karl@gnu.org>
date Mon, 16 Feb 2009 17:41:58 +0000
parents 4f60db600648
children 5216898e2bed
files doc/misc/ChangeLog doc/misc/ada-mode.texi doc/misc/auth.texi doc/misc/autotype.texi doc/misc/calc.texi doc/misc/cc-mode.texi doc/misc/cl.texi doc/misc/dbus.texi doc/misc/dired-x.texi doc/misc/ebrowse.texi doc/misc/ediff.texi doc/misc/emacs-mime.texi doc/misc/epa.texi doc/misc/erc.texi doc/misc/eshell.texi doc/misc/eudc.texi doc/misc/faq.texi doc/misc/flymake.texi doc/misc/forms.texi doc/misc/gnus-coding.texi doc/misc/gnus.texi doc/misc/idlwave.texi doc/misc/info.texi doc/misc/mairix-el.texi doc/misc/message.texi doc/misc/mh-e.texi doc/misc/newsticker.texi doc/misc/nxml-mode.texi doc/misc/org.texi doc/misc/pcl-cvs.texi doc/misc/pgg.texi doc/misc/rcirc.texi doc/misc/reftex.texi doc/misc/remember.texi doc/misc/sasl.texi doc/misc/sc.texi doc/misc/ses.texi doc/misc/sieve.texi doc/misc/smtpmail.texi doc/misc/speedbar.texi doc/misc/tramp.texi doc/misc/url.texi doc/misc/vip.texi doc/misc/viper.texi doc/misc/widget.texi doc/misc/woman.texi
diffstat 46 files changed, 271 insertions(+), 182 deletions(-) [+]
line wrap: on
line diff
--- a/doc/misc/ChangeLog	Mon Feb 16 13:04:15 2009 +0000
+++ b/doc/misc/ChangeLog	Mon Feb 16 17:41:58 2009 +0000
@@ -1,3 +1,54 @@
+2009-02-16  Karl Berry  <karl@gnu.org>
+
+	* ada-mode.texi,
+	* auth.texi,
+	* autotype.texi,
+	* calc.texi,
+	* cc-mode.texi,
+	* cl.texi,
+	* dbus.texi,
+	* dired-x.texi,
+	* ebrowse.texi,
+	* ediff.texi,
+	* emacs-mime.texi,
+	* epa.texi,
+	* erc.texi,
+	* eshell.texi,
+	* eudc.texi,
+	* faq.texi,
+	* flymake.texi,
+	* forms.texi,
+	* gnus-coding.texi,
+	* gnus.texi,
+	* idlwave.texi,
+	* info.texi,
+	* mairix-el.texi,
+	* message.texi,
+	* mh-e.texi,
+	* newsticker.texi,
+	* nxml-mode.texi,
+	* org.texi,
+	* pcl-cvs.texi,
+	* pgg.texi,
+	* rcirc.texi,
+	* reftex.texi,
+	* remember.texi,
+	* sasl.texi,
+	* sc.texi,
+	* ses.texi,
+	* sieve.texi,
+	* smtpmail.texi,
+	* speedbar.texi,
+	* tramp.texi,
+	* url.texi,
+	* vip.texi,
+	* viper.texi,
+	* widget.texi,
+	* woman.texi: Consistently use @insertcopying in the Top node,
+	@contents at the front (after @end titlepage),
+	and @direntry after @copying.
+	(Bug#1988)
+
 2009-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
 
 	* auth.texi: New file documenting auth-source.
--- a/doc/misc/ada-mode.texi	Mon Feb 16 13:04:15 2009 +0000
+++ b/doc/misc/ada-mode.texi	Mon Feb 16 17:41:58 2009 +0000
@@ -37,11 +37,14 @@
 @insertcopying
 @end titlepage
 
-@c fixme; title page doesn't show up in ada-mode.info; why bother with
-@c it?
+@contents
 
 @node Top, Overview, (dir), (dir)
 
+@ifnottex
+@insertcopying
+@end ifnottex
+
 @menu
 * Overview::
 * Installation::                Installing Ada mode on your system
@@ -1520,7 +1523,6 @@
 
 @printindex fn
 
-@contents
 @bye
 
 @ignore
--- a/doc/misc/auth.texi	Mon Feb 16 13:04:15 2009 +0000
+++ b/doc/misc/auth.texi	Mon Feb 16 17:41:58 2009 +0000
@@ -1,21 +1,13 @@
 \input texinfo                  @c -*-texinfo-*-
-
 @setfilename auth.info
+@settitle Emacs auth-source Library @value{VERSION}
 
 @set VERSION 0.1
 
-@dircategory Emacs
-@direntry
-* auth-source: (auth).   The Emacs auth-source library.
-@end direntry
-
-@settitle Emacs auth-source Library @value{VERSION}
-
 @copying
 This file describes the Emacs auth-source library.
 
-Copyright @copyright{} 2008, 2009
-Free Software Foundation, Inc.
+Copyright @copyright{} 2008, 2009 Free Software Foundation, Inc.
 
 @quotation
 Permission is granted to copy, distribute and/or modify this document
@@ -37,21 +29,22 @@
 @end quotation
 @end copying
 
-@tex
+@dircategory Emacs
+@direntry
+* auth-source: (auth).   The Emacs auth-source library.
+@end direntry
 
 @titlepage
 @title Emacs auth-source Library
-
 @author by Ted Zlatanov
 @page
-
 @vskip 0pt plus 1filll
 @insertcopying
 @end titlepage
-@page
 
-@end tex
+@contents
 
+@ifnottex
 @node Top
 @top Emacs auth-source
 This manual describes the Emacs auth-source library.
@@ -59,6 +52,8 @@
 It is a way for multiple applications to share a single configuration
 (in Emacs and in files) for user convenience.
 
+@insertcopying
+
 @menu
 * Overview::                    Overview of the auth-source library.
 * Help for users::              
@@ -67,6 +62,7 @@
 * Function Index::              
 * Variable Index::              
 @end menu
+@end ifnottex
 
 @node Overview
 @chapter Overview
@@ -192,8 +188,6 @@
 @chapter Variable Index
 @printindex vr
 
-@summarycontents
-@contents
 @bye
 
 @c End:
--- a/doc/misc/autotype.texi	Mon Feb 16 13:04:15 2009 +0000
+++ b/doc/misc/autotype.texi	Mon Feb 16 17:41:58 2009 +0000
@@ -1,7 +1,5 @@
 \input texinfo
 @c This is an annex of the Emacs manual.
-@c Copyright (C) 1994, 1995, 2001, 2002, 2003, 2004,
-@c   2005, 2006, 2007, 2008, 2009  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
@@ -51,6 +49,8 @@
 @insertcopying
 @end titlepage
 
+@contents
+
 @node Top
 @top Autotyping
 
@@ -79,6 +79,10 @@
 sort of meta-expansion facility can be used to try a set of alternative
 completions and expansions of text at point.
 
+@ifnottex
+@insertcopying
+@end ifnottex
+
 @menu
 * Using Skeletons::        How to insert a skeleton into your text.
 * Wrapping Skeletons::     Putting existing text within a skeleton.
@@ -101,7 +105,6 @@
 @end menu
 
 
-
 @node Using Skeletons
 @chapter Using Skeletons
 @cindex skeletons
@@ -660,8 +663,6 @@
 @unnumbered Variable Index
 @printindex vr
 
-@setchapternewpage odd
-@contents
 @bye
 
 @ignore
--- a/doc/misc/calc.texi	Mon Feb 16 13:04:15 2009 +0000
+++ b/doc/misc/calc.texi	Mon Feb 16 17:41:58 2009 +0000
@@ -127,8 +127,6 @@
 @page
 
 @vskip 0pt plus 1filll
-Copyright @copyright{} 1990, 1991, 2001, 2002, 2003, 2004,
-   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
 @insertcopying
 @end titlepage
 
@@ -161,6 +159,8 @@
 longer Info tutorial.)
 @end ifinfo
 
+@insertcopying
+
 @menu
 * Getting Started::       General description and overview.
 @ifinfo
--- a/doc/misc/cc-mode.texi	Mon Feb 16 13:04:15 2009 +0000
+++ b/doc/misc/cc-mode.texi	Mon Feb 16 17:41:58 2009 +0000
@@ -211,10 +211,13 @@
 @comment This appears only in the Info file, not the printed manual.
 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 
+@summarycontents
+@contents
+
 @node    Top, Introduction, (dir), (dir)
 @comment node-name, next, previous, up
 
-@ifinfo
+@ifnottex
 @top @ccmode{}
 
 @ccmode{} is a GNU Emacs mode for editing files containing C, C++,
@@ -223,7 +226,9 @@
 has several handy commands and some minor modes to make the editing
 easier.  It does not provide tools to look up and navigate between
 functions, classes etc - there are other packages for that.
-@end ifinfo
+
+@insertcopying
+@end ifnottex
 
 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@@ -6986,12 +6991,6 @@
 @comment Epilogue.
 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 
-@iftex
-@page
-@summarycontents
-@contents
-@end iftex
-
 @bye
 
 @ignore
--- a/doc/misc/cl.texi	Mon Feb 16 13:04:15 2009 +0000
+++ b/doc/misc/cl.texi	Mon Feb 16 17:41:58 2009 +0000
@@ -44,6 +44,8 @@
 @insertcopying
 @end titlepage
 
+@contents
+
 @node Top, Overview, (dir), (dir)
 @chapter Introduction
 
@@ -53,6 +55,10 @@
 this document does not assume any prior knowledge of Common Lisp, it
 does assume a basic familiarity with Emacs Lisp.
 
+@ifnottex
+@insertcopying
+@end ifnottex
+
 @menu
 * Overview::             Installation, usage, etc.
 * Program Structure::    Arglists, `eval-when', `defalias'
@@ -5329,8 +5335,6 @@
 
 @printindex vr
 
-@setchapternewpage odd
-@contents
 @bye
 
 @ignore
--- a/doc/misc/dbus.texi	Mon Feb 16 13:04:15 2009 +0000
+++ b/doc/misc/dbus.texi	Mon Feb 16 17:41:58 2009 +0000
@@ -27,6 +27,7 @@
 * D-Bus: (dbus).                Using D-Bus in Emacs.
 @end direntry
 
+@contents
 
 @node Top, Overview, (dir), (dir)
 @top D-Bus integration in Emacs
@@ -38,7 +39,9 @@
 way for applications to talk to one another.  An overview of D-Bus can
 be found at @uref{http://dbus.freedesktop.org/}.
 
+@ifnottex
 @insertcopying
+@end ifnottex
 
 @menu
 * Overview::                    An overview of D-Bus.
@@ -1567,8 +1570,6 @@
 @appendix GNU Free Documentation License
 @include doclicense.texi
 
-@contents
-@c End of dbus.texi
 @bye
 
 @ignore
--- a/doc/misc/dired-x.texi	Mon Feb 16 13:04:15 2009 +0000
+++ b/doc/misc/dired-x.texi	Mon Feb 16 17:41:58 2009 +0000
@@ -64,7 +64,8 @@
 @insertcopying
 @end titlepage
 
-@page
+@contents
+
 
 @ifnottex
 
@@ -97,6 +98,8 @@
 
 @end itemize
 
+@insertcopying
+
 @menu
 * Introduction::
 * Installation::
@@ -1256,12 +1259,7 @@
 @unnumbered Variable Index
 @printindex vr
 
-@setchapternewpage odd
-@c @summarycontents
-@contents
-
 @bye
-@c dired-x.texi ends here.
 
 @ignore
    arch-tag: 201727aa-9318-4c74-a0d7-4f51c550c4de
--- a/doc/misc/ebrowse.texi	Mon Feb 16 13:04:15 2009 +0000
+++ b/doc/misc/ebrowse.texi	Mon Feb 16 17:41:58 2009 +0000
@@ -43,11 +43,15 @@
 @insertcopying
 @end titlepage
 
-@node Top, Overview, (dir), (dir)
+@contents
 
 @ifnottex
+@node Top, Overview, (dir), (dir)
+
 You can browse C++ class hierarchies from within Emacs by using
 Ebrowse.
+
+@insertcopying
 @end ifnottex
 
 @menu
@@ -1448,7 +1452,6 @@
 @unnumbered Concept Index
 @printindex cp
 
-@contents
 @bye
 
 @ignore
--- a/doc/misc/ediff.texi	Mon Feb 16 13:04:15 2009 +0000
+++ b/doc/misc/ediff.texi	Mon Feb 16 17:41:58 2009 +0000
@@ -25,7 +25,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,
+Copyright @copyright{} 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
 
 @quotation
@@ -61,9 +61,11 @@
 @insertcopying
 @end titlepage
 
+@contents
 
 @node Top, Introduction, (dir), (dir)
 
+@insertcopying
 
 @menu
 * Introduction::                About Ediff.
@@ -2532,8 +2534,6 @@
 @unnumbered Index
 @printindex cp
 
-@setchapternewpage odd
-@contents
 @bye
 
 @ignore
--- a/doc/misc/emacs-mime.texi	Mon Feb 16 13:04:15 2009 +0000
+++ b/doc/misc/emacs-mime.texi	Mon Feb 16 17:41:58 2009 +0000
@@ -47,6 +47,8 @@
 @insertcopying
 @end titlepage
 
+@contents
+
 @node Top
 @top Emacs MIME
 
@@ -66,6 +68,10 @@
 recommended that anyone who intends writing @acronym{MIME}-compliant software
 read at least RFC2045 and RFC2047.
 
+@ifnottex
+@insertcopying
+@end ifnottex
+
 @menu
 * Decoding and Viewing::  A framework for decoding and viewing.
 * Composing::             @acronym{MML}; a language for describing @acronym{MIME} parts.
@@ -1873,8 +1879,6 @@
 @chapter Index
 @printindex cp
 
-@summarycontents
-@contents
 @bye
 
 
--- a/doc/misc/epa.texi	Mon Feb 16 13:04:15 2009 +0000
+++ b/doc/misc/epa.texi	Mon Feb 16 17:41:58 2009 +0000
@@ -7,7 +7,7 @@
 @set VERSION 1.0.0
 
 @copying
-This file describes EasyPG Assistant.
+This file describes EasyPG Assistant @value{VERSION}.
 
 Copyright @copyright{} 2007, 2008, 2009 Free Software Foundation, Inc.
 
@@ -36,7 +36,6 @@
 * EasyPG Assistant: (epa).   An Emacs user interface to GNU Privacy Guard.
 @end direntry
 
-
 @titlepage
 @title EasyPG Assistant
 
@@ -46,10 +45,8 @@
 @vskip 0pt plus 1filll
 @insertcopying
 @end titlepage
-@page
 
-@c @summarycontents
-@c @contents
+@contents
 
 @node Top
 @top EasyPG Assistant user's manual
@@ -61,8 +58,9 @@
 GnuPG interface for Emacs.  EasyPG also contains the library interface
 called EasyPG Library.
 
-@noindent
-This manual covers EasyPG version @value{VERSION}.
+@ifnottex
+@insertcopying
+@end ifnottex
 
 @menu
 * Overview::                    
--- a/doc/misc/erc.texi	Mon Feb 16 13:04:15 2009 +0000
+++ b/doc/misc/erc.texi	Mon Feb 16 17:41:58 2009 +0000
@@ -2,15 +2,9 @@
 @c %**start of header
 @setfilename ../../info/erc
 @settitle ERC Manual
+@syncodeindex fn cp
 @c %**end of header
 
-@dircategory Emacs
-@direntry
-* ERC: (erc).           Powerful, modular, and extensible IRC client for Emacs.
-@end direntry
-
-@syncodeindex fn cp
-
 @copying
 This manual is for ERC version 5.3.
 
@@ -33,6 +27,11 @@
 @end quotation
 @end copying
 
+@dircategory Emacs
+@direntry
+* ERC: (erc).           Powerful, modular, and extensible IRC client for Emacs.
+@end direntry
+
 @titlepage
 @title ERC manual
 @subtitle a full-featured IRC client
@@ -45,7 +44,6 @@
 @insertcopying
 @end titlepage
 
-@c So the toc is printed at the start
 @contents
 
 @ifnottex
--- a/doc/misc/eshell.texi	Mon Feb 16 13:04:15 2009 +0000
+++ b/doc/misc/eshell.texi	Mon Feb 16 17:41:58 2009 +0000
@@ -30,8 +30,6 @@
 * Eshell: (eshell).     A command shell implemented in Emacs Lisp.
 @end direntry
 
-@setchapternewpage on
-
 @titlepage
 @sp 4
 @c The title is printed in a large font.
@@ -64,13 +62,15 @@
 @node Top, What is Eshell?, (dir), (dir)
 @top Eshell
 
-This manual documents Eshell, a shell-like command interpretor
+Eshell is a shell-like command interpretor
 implemented in Emacs Lisp.  It invokes no external processes except for
 those requested by the user.  It is intended to be a functional
 replacement for command shells such as @command{bash}, @command{zsh},
 @command{rc}, or @command{4dos}; since Emacs itself is capable of
 handling the sort of tasks accomplished by those tools.
 @c This manual is updated to release 2.4 of Eshell.
+
+@insertcopying
 @end ifnottex
 
 @menu
--- a/doc/misc/eudc.texi	Mon Feb 16 13:04:15 2009 +0000
+++ b/doc/misc/eudc.texi	Mon Feb 16 17:41:58 2009 +0000
@@ -47,16 +47,13 @@
 @insertcopying
 @end titlepage
 
+@contents
+
 @ifnottex
 @node     Top, Overview, (dir), (dir)
 @comment  node-name,  next,         previous, up
 
-
-This manual documents EUDC v1.30b, 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)
-
+@insertcopying
 @end ifnottex
 
 @menu
@@ -970,8 +967,6 @@
 
 @printindex vr
 
-@setchapternewpage odd
-@contents
 @bye
 
 @ignore
--- a/doc/misc/faq.texi	Mon Feb 16 13:04:15 2009 +0000
+++ b/doc/misc/faq.texi	Mon Feb 16 17:41:58 2009 +0000
@@ -4,8 +4,6 @@
 @settitle GNU Emacs FAQ
 @c %**end of header
 
-@setchapternewpage odd
-
 @c This is used in many places
 @set VER 23.0.90
 
@@ -56,6 +54,8 @@
 @insertcopying
 @end titlepage
 
+@contents
+
 @node    Top, FAQ notation, (dir), (dir)
 
 This is the GNU Emacs FAQ, last updated on @today{}.
@@ -64,6 +64,10 @@
 or have any suggestions, please use @kbd{M-x report-emacs-bug} to report
 them.
 
+@ifnottex
+@insertcopying
+@end ifnottex 
+
 @menu
 * FAQ notation::
 * General questions::
@@ -5492,7 +5496,6 @@
 @unnumbered Concept Index
 @printindex cp
 
-@contents
 @bye
 
 @ignore
--- a/doc/misc/flymake.texi	Mon Feb 16 13:04:15 2009 +0000
+++ b/doc/misc/flymake.texi	Mon Feb 16 17:41:58 2009 +0000
@@ -47,6 +47,7 @@
 @ifnottex
 @node Top
 @top GNU Flymake
+@insertcopying 
 @end ifnottex
 
 @menu
--- a/doc/misc/forms.texi	Mon Feb 16 13:04:15 2009 +0000
+++ b/doc/misc/forms.texi	Mon Feb 16 17:41:58 2009 +0000
@@ -58,6 +58,8 @@
 @insertcopying
 @end titlepage
 
+@contents
+
 @ifnottex
 @node Top
 @top Forms Mode
@@ -73,6 +75,8 @@
 actual data to be presented.  The control file describes
 how to present it.
 
+@insertcopying 
+
 @menu
 * Forms Example::               An example: editing the password data base.
 * Entering and Exiting Forms Mode::
@@ -971,7 +975,6 @@
 @unnumbered Index
 @printindex cp
 
-@contents
 @bye
 
 @ignore
--- a/doc/misc/gnus-coding.texi	Mon Feb 16 13:04:15 2009 +0000
+++ b/doc/misc/gnus-coding.texi	Mon Feb 16 17:41:58 2009 +0000
@@ -7,7 +7,8 @@
 @syncodeindex pg cp
 
 @copying
-Copyright (C) 2004, 2005, 2007, 2008, 2009  Free Software Foundation, Inc.
+Copyright @copyright{} 2004, 2005, 2007, 2008, 2009  Free Software
+Foundation, Inc.
 
 @quotation
 Permission is granted to copy, distribute and/or modify this document
@@ -42,9 +43,14 @@
 @c anyway hoping that it might annoy someone enough to fix it.  ;-)
 @c Fixing only a paragraph also is appreciated.
 
+@ifnottex
 @node Top
 @top Gnus Coding Style and Maintainance Guide
 This manual describes @dots{}
+
+@insertcopying 
+@end ifnottex
+
 @menu
 * Gnus Coding Style:: Gnus Coding Style
 * Gnus Maintainance Guide:: Gnus Maintainance Guide
--- a/doc/misc/gnus.texi	Mon Feb 16 13:04:15 2009 +0000
+++ b/doc/misc/gnus.texi	Mon Feb 16 17:41:58 2009 +0000
@@ -320,10 +320,6 @@
 @end iflatex
 @end iftex
 
-@ifnottex
-@insertcopying
-@end ifnottex
-
 @dircategory Emacs
 @direntry
 * Gnus: (gnus).         The newsreader Gnus.
@@ -331,8 +327,6 @@
 @iftex
 @finalout
 @end iftex
-@setchapternewpage odd
-
 
 
 @titlepage
@@ -344,6 +338,8 @@
 @insertcopying
 @end titlepage
 
+@summarycontents
+@contents
 
 @node Top
 @top The Gnus Newsreader
@@ -358,6 +354,10 @@
 @c Adjust ../Makefile.in if you change the following line:
 This manual corresponds to Gnus v5.13
 
+@ifnottex
+@insertcopying
+@end ifnottex
+
 @end ifinfo
 
 @iftex
@@ -30505,7 +30505,7 @@
 
 @lisp
 ;;; @r{nndir.el --- single directory newsgroup access for Gnus}
-;; @r{Copyright (C) 1995,96 Free Software Foundation, Inc.}
+;; @r{Copyright (C) 1995,1996 Free Software Foundation, Inc.}
 
 ;;; @r{Code:}
 
@@ -31265,8 +31265,6 @@
 @chapter Key Index
 @printindex ky
 
-@summarycontents
-@contents
 @bye
 
 @iftex
--- a/doc/misc/idlwave.texi	Mon Feb 16 13:04:15 2009 +0000
+++ b/doc/misc/idlwave.texi	Mon Feb 16 17:41:58 2009 +0000
@@ -2,10 +2,6 @@
 @c %**start of header
 @setfilename ../../info/idlwave
 @settitle IDLWAVE User Manual
-@dircategory Emacs
-@direntry
-* IDLWAVE: (idlwave).	Major mode and shell for IDL files.
-@end direntry
 @synindex ky cp
 @syncodeindex vr cp
 @syncodeindex fn cp
@@ -43,6 +39,11 @@
 @end quotation
 @end copying
 
+@dircategory Emacs
+@direntry
+* IDLWAVE: (idlwave).	Major mode and shell for IDL files.
+@end direntry
+
 @titlepage
 @title IDLWAVE User Manual
 @subtitle Emacs major mode and shell for IDL
@@ -52,17 +53,16 @@
 @vskip 0pt plus 1filll
 @insertcopying
 @end titlepage
+
 @contents
 
-@page
-
 @ifnottex
-
 @node Top, Introduction, (dir), (dir)
 
 IDLWAVE is a package which supports editing source code written in the
 Interactive Data Language (IDL), and running IDL as an inferior shell.
 
+@insertcopying 
 @end ifnottex
 
 @menu
--- a/doc/misc/info.texi	Mon Feb 16 13:04:15 2009 +0000
+++ b/doc/misc/info.texi	Mon Feb 16 17:41:58 2009 +0000
@@ -79,6 +79,8 @@
 @end ifinfo
 @end ifnottex
 
+@insertcopying 
+
 @menu
 * Getting Started::             Getting started using an Info reader.
 * Advanced::                    Advanced Info commands.
--- a/doc/misc/mairix-el.texi	Mon Feb 16 13:04:15 2009 +0000
+++ b/doc/misc/mairix-el.texi	Mon Feb 16 17:41:58 2009 +0000
@@ -36,6 +36,7 @@
 @insertcopying
 @end titlepage
 
+@contents
 
 @node Top
 @top mairix.el - Mairix interface for Emacs
@@ -50,6 +51,10 @@
 @file{.emacs} for future use and lets you call mairix for updating the
 database.
 
+@ifnottex
+@insertcopying
+@end ifnottex
+
 @menu
 * About mairix and mairix.el::  About the mairix search engine and mairix.el
 * Configuring mairix::          How to configure mairix
--- a/doc/misc/message.texi	Mon Feb 16 13:04:15 2009 +0000
+++ b/doc/misc/message.texi	Mon Feb 16 17:41:58 2009 +0000
@@ -32,7 +32,6 @@
 @iftex
 @finalout
 @end iftex
-@setchapternewpage odd
 
 @titlepage
 @title Message Manual
@@ -43,11 +42,17 @@
 @vskip 0pt plus 1filll
 @insertcopying
 @end titlepage
-@page
+
+@summarycontents
+@contents
 
 @node Top
 @top Message
 
+@ifnottex
+@insertcopying
+@end ifnottex
+
 All message composition from Gnus (both mail and news) takes place in
 Message mode buffers.
 
@@ -2432,8 +2437,6 @@
 @chapter Key Index
 @printindex ky
 
-@summarycontents
-@contents
 @bye
 
 @c End:
--- a/doc/misc/mh-e.texi	Mon Feb 16 13:04:15 2009 +0000
+++ b/doc/misc/mh-e.texi	Mon Feb 16 17:41:58 2009 +0000
@@ -62,7 +62,6 @@
 @end direntry
 
 @c Title Page
-@setchapternewpage odd
 @titlepage
 @title The MH-E Manual
 @subtitle Version @value{VERSION}@value{EDITION}
--- a/doc/misc/newsticker.texi	Mon Feb 16 13:04:15 2009 +0000
+++ b/doc/misc/newsticker.texi	Mon Feb 16 17:41:58 2009 +0000
@@ -51,6 +51,9 @@
 @ifnottex
 @node Top
 @top Newsticker
+
+@insertcopying 
+
 @end ifnottex
 
 @menu
--- a/doc/misc/nxml-mode.texi	Mon Feb 16 13:04:15 2009 +0000
+++ b/doc/misc/nxml-mode.texi	Mon Feb 16 17:41:58 2009 +0000
@@ -5,7 +5,6 @@
 @c %**end of header
 
 @copying
-
 This manual documents nxml-mode, an Emacs major mode for editing
 XML with RELAX NG support. 
 
@@ -39,8 +38,9 @@
 @node Top
 @top nXML Mode
 
-This manual documents nxml-mode, an Emacs major mode for editing
-XML with RELAX NG support.  This manual is not yet complete.
+@insertcopying
+
+This manual is not yet complete.
 
 @menu
 * Completion::                  
--- a/doc/misc/org.texi	Mon Feb 16 13:04:15 2009 +0000
+++ b/doc/misc/org.texi	Mon Feb 16 17:41:58 2009 +0000
@@ -6,11 +6,6 @@
 @set VERSION 6.21b
 @set DATE February 2009
 
-@dircategory Emacs
-@direntry
-* Org Mode: (org).      Outline-based notes management and organizer
-@end direntry
-
 @c Version and Contact Info
 @set MAINTAINERSITE @uref{http://orgmode.org,maintainers webpage}
 @set AUTHOR Carsten Dominik
@@ -56,6 +51,11 @@
 @end quotation
 @end copying
 
+@dircategory Emacs
+@direntry
+* Org Mode: (org).      Outline-based notes management and organizer
+@end direntry
+
 @titlepage
 @title The Org Manual
 
--- a/doc/misc/pcl-cvs.texi	Mon Feb 16 13:04:15 2009 +0000
+++ b/doc/misc/pcl-cvs.texi	Mon Feb 16 17:41:58 2009 +0000
@@ -55,6 +55,8 @@
 @insertcopying
 @end titlepage
 
+@contents
+
 @c ================================================================
 @c                   The real text starts here
 @c ================================================================
@@ -68,6 +70,9 @@
 customize-group RET pcl-cvs @key{RET}} and to look at the documentation strings
 of the various commands and major modes for further information.
 @c This manual is updated to release 2.5 of PCL-CVS.
+
+@insertcopying 
+
 @end ifnottex
 
 @menu
@@ -1426,9 +1431,6 @@
 
 @printindex ky
 
-@setchapternewpage odd
-@summarycontents
-@contents
 @bye
 
 @ignore
--- a/doc/misc/pgg.texi	Mon Feb 16 13:04:15 2009 +0000
+++ b/doc/misc/pgg.texi	Mon Feb 16 17:41:58 2009 +0000
@@ -1,12 +1,12 @@
 \input texinfo                  @c -*-texinfo-*-
-
 @setfilename ../../info/pgg
+@settitle PGG @value{VERSION}
 
 @set VERSION 0.1
 
-
 @copying
-This file describes PGG, an Emacs interface to various PGP implementations.
+This file describes PGG @value{VERSION}, an Emacs interface to various
+PGP implementations.
 
 Copyright @copyright{} 2001, 2003, 2004, 2005, 2006, 2007, 2008, 2009
 Free Software Foundation, Inc.
@@ -30,9 +30,6 @@
 * PGG: (pgg).   Emacs interface to various PGP implementations.
 @end direntry
 
-@settitle PGG @value{VERSION}
-
-
 @titlepage
 @title PGG
 
@@ -42,14 +39,20 @@
 @vskip 0pt plus 1filll
 @insertcopying
 @end titlepage
-@page
+
+@contents
 
 @node Top
 @top PGG
-This manual describes PGG.  PGG is an interface library between Emacs
+
+PGG is an interface library between Emacs
 and various tools for secure communication.  PGG also provides a simple
 user interface to encrypt, decrypt, sign, and verify MIME messages.
 
+@ifnottex
+@insertcopying 
+@end ifnottex
+
 @menu
 * Overview::                    What PGG is.
 * Prerequisites::               Complicated stuff you may have to do.
@@ -491,8 +494,6 @@
 @unnumbered Variable Index
 @printindex vr
 
-@summarycontents
-@contents
 @bye
 
 @c End:
--- a/doc/misc/rcirc.texi	Mon Feb 16 13:04:15 2009 +0000
+++ b/doc/misc/rcirc.texi	Mon Feb 16 17:41:58 2009 +0000
@@ -33,10 +33,11 @@
 @insertcopying
 @end titlepage
 
+@contents
+
 @ifnottex
 @node Top, Basics, (dir), (dir)
 @top rcirc Manual
-@end ifnottex
 
 @code{rcirc} is an Emacs IRC client.
 
@@ -45,6 +46,10 @@
 topic channels which are collections of many users, or privately, with
 just one other user.
 
+@insertcopying
+
+@end ifnottex
+
 @menu
 * Basics::
 * Reference::
--- a/doc/misc/reftex.texi	Mon Feb 16 13:04:15 2009 +0000
+++ b/doc/misc/reftex.texi	Mon Feb 16 17:41:58 2009 +0000
@@ -74,6 +74,9 @@
 @insertcopying
 @end titlepage
 
+@summarycontents
+@contents
+
 @ifnottex
 @node Top,,,(dir)
 
@@ -86,6 +89,8 @@
 Nutshell}).  You can go back later to other parts of this document when
 needed.
 
+@insertcopying 
+
 @menu
 * Introduction::                     Quick-Start information.
 
@@ -5883,8 +5888,6 @@
 @unnumbered Index
 @printindex cp
 
-@summarycontents
-@contents
 @bye
 
 @ignore
--- a/doc/misc/remember.texi	Mon Feb 16 13:04:15 2009 +0000
+++ b/doc/misc/remember.texi	Mon Feb 16 17:41:58 2009 +0000
@@ -2,15 +2,9 @@
 @c %**start of header
 @setfilename ../../info/remember
 @settitle Remember Manual
+@syncodeindex fn cp
 @c %**end of header
 
-@dircategory Emacs
-@direntry
-* Remember: (remember). Simple information manager for Emacs
-@end direntry
-
-@syncodeindex fn cp
-
 @copying
 This manual is for Remember Mode, version 1.9
 
@@ -31,6 +25,11 @@
 @end quotation
 @end copying
 
+@dircategory Emacs
+@direntry
+* Remember: (remember). Simple information manager for Emacs
+@end direntry
+
 @titlepage
 @title Guide to Remember Mode
 @subtitle a simple information manager
@@ -43,7 +42,6 @@
 @insertcopying
 @end titlepage
 
-@c So the toc is printed at the start
 @contents
 
 @ifnottex
--- a/doc/misc/sasl.texi	Mon Feb 16 13:04:15 2009 +0000
+++ b/doc/misc/sasl.texi	Mon Feb 16 17:41:58 2009 +0000
@@ -1,18 +1,11 @@
 \input texinfo                  @c -*-texinfo-*-
-
 @setfilename ../../info/sasl
 
 @set VERSION 0.2
-
-@dircategory Emacs
-@direntry
-* SASL: (sasl).   The Emacs SASL library.
-@end direntry
-
 @settitle Emacs SASL Library @value{VERSION}
 
 @copying
-This file describes the Emacs SASL library.
+This file describes the Emacs SASL library, version @value{VERSION}.
 
 Copyright @copyright{} 2000, 2004, 2005, 2006, 2007, 2008, 2009
 Free Software Foundation, Inc.
@@ -37,10 +30,14 @@
 @end quotation
 @end copying
 
-@tex
+@dircategory Emacs
+@direntry
+* SASL: (sasl).   The Emacs SASL library.
+@end direntry
+
 
 @titlepage
-@title Emacs SASL Library
+@title Emacs SASL Library @value{VERSION}
 
 @author by Daiki Ueno
 @page
@@ -48,16 +45,17 @@
 @vskip 0pt plus 1filll
 @insertcopying
 @end titlepage
-@page
 
-@end tex
 
 @node Top
 @top Emacs SASL
-This manual describes the Emacs SASL library.
+
+SASL is a common interface to share several authentication mechanisms between
+applications using different protocols.
 
-A common interface to share several authentication mechanisms between
-applications using different protocols.
+@ifnottex
+@insertcopying 
+@end ifnottex
 
 @menu
 * Overview::                    What Emacs SASL library is.
--- a/doc/misc/sc.texi	Mon Feb 16 13:04:15 2009 +0000
+++ b/doc/misc/sc.texi	Mon Feb 16 17:41:58 2009 +0000
@@ -49,12 +49,16 @@
 @insertcopying
 @end titlepage
 
+@summarycontents
+@contents
+
 @ifnottex
 @node Top, Introduction, (dir), (dir)
 @comment  node-name,  next,  previous,  up
 
-This document describes Supercite, an Emacs package for citing and
-attributing replies to mail and news messages.  The manual is divided
+@insertcopying 
+
+The manual is divided
 into the following chapters.
 
 @menu
@@ -1935,9 +1939,6 @@
 @sp 2
 @end iftex
 @printindex vr
-@setchapternewpage odd
-@summarycontents
-@contents
 @bye
 
 @ignore
--- a/doc/misc/ses.texi	Mon Feb 16 13:04:15 2009 +0000
+++ b/doc/misc/ses.texi	Mon Feb 16 17:41:58 2009 +0000
@@ -64,6 +64,8 @@
 
 To report bugs, send email to @email{jyavner@@member.fsf.org}.
 
+@insertcopying
+
 @menu
 * Sales Pitch::                 Why use SES?
 * The Basics::                  Basic spreadsheet commands
--- a/doc/misc/sieve.texi	Mon Feb 16 13:04:15 2009 +0000
+++ b/doc/misc/sieve.texi	Mon Feb 16 17:41:58 2009 +0000
@@ -1,5 +1,4 @@
 \input texinfo                  @c -*-texinfo-*-
-
 @setfilename ../../info/sieve
 @settitle Emacs Sieve Manual
 @synindex fn cp
@@ -44,13 +43,13 @@
 @insertcopying
 @end titlepage
 
+@summarycontents
+@contents
 
 @node Top
 @top Sieve Support for Emacs
 
-This manual documents the Emacs Sieve package.
-
-It is intended as a users manual for Sieve Mode and Manage Sieve, and
+This is intended as a users manual for Sieve Mode and Manage Sieve, and
 as a reference manual for the @samp{sieve-manage} protocol Emacs Lisp
 API.
 
@@ -58,7 +57,9 @@
 is documented in RFC 3028.  This manual does not attempt to document
 the language, so keep RFC 3028 around.
 
-A good online Sieve resources is @uref{http://www.cyrusoft.com/sieve/}.
+@ifnottex
+@insertcopying
+@end ifnottex
 
 @menu
 * Installation::          Getting ready to use the package.
@@ -352,8 +353,6 @@
 @unnumbered Index
 @printindex cp
 
-@summarycontents
-@contents
 @bye
 
 @c End:
--- a/doc/misc/smtpmail.texi	Mon Feb 16 13:04:15 2009 +0000
+++ b/doc/misc/smtpmail.texi	Mon Feb 16 17:41:58 2009 +0000
@@ -414,7 +414,6 @@
 
 @printindex fn
 
-@contents
 @bye
 
 @ignore
--- a/doc/misc/speedbar.texi	Mon Feb 16 13:04:15 2009 +0000
+++ b/doc/misc/speedbar.texi	Mon Feb 16 17:41:58 2009 +0000
@@ -1,5 +1,4 @@
 \input texinfo   @c -*-texinfo-*-
-
 @setfilename ../../info/speedbar
 @settitle Speedbar: File/Tag summarizing utility
 @syncodeindex fn cp
@@ -38,6 +37,8 @@
 @insertcopying
 @end titlepage
 
+@contents
+
 @node Top, , , (dir)Top
 @comment  node-name,  next,  previous,  up
 
@@ -67,6 +68,10 @@
 an expanded summary of the entry the expansion button is
 on.  @xref{Basic Navigation}.
 
+@ifnottex
+@insertcopying 
+@end ifnottex
+
 @menu
 * Introduction::     Basics of speedbar.
 * Basic Navigation:: Basics of speedbar common between all modes.
Binary file doc/misc/tramp.texi has changed
--- a/doc/misc/url.texi	Mon Feb 16 13:04:15 2009 +0000
+++ b/doc/misc/url.texi	Mon Feb 16 17:41:58 2009 +0000
@@ -13,13 +13,13 @@
 %\global\baselineskip 30pt      % for printing in double space
 @end tex
 @dircategory World Wide Web
-@dircategory GNU Emacs Lisp
+@dircategory Emacs
 @direntry
 * URL: (url).                 URL loading package.
 @end direntry
 
 @copying
-This file documents the URL loading package.
+This file documents the Emacs Lisp URL loading package.
 
 Copyright @copyright{} 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2002,
 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
@@ -49,10 +49,14 @@
 @insertcopying
 @end titlepage
 
-@page
+@contents
+
 @node Top
 @top URL
 
+@ifnottex
+@insertcopying
+@end ifnottex
 
 @menu
 * Getting Started::             Preparing your program to use URLs.
@@ -1181,8 +1185,6 @@
 @unnumbered Concept Index
 @printindex cp
 
-@setchapternewpage odd
-@contents
 @bye
 
 @ignore
--- a/doc/misc/vip.texi	Mon Feb 16 13:04:15 2009 +0000
+++ b/doc/misc/vip.texi	Mon Feb 16 17:41:58 2009 +0000
@@ -1,5 +1,4 @@
 \input texinfo
-
 @setfilename ../../info/vip
 @settitle VIP
 
@@ -34,13 +33,14 @@
 @insertcopying
 @end titlepage
 
+@finalout
+@contents
+
 @dircategory Emacs
 @direntry
 * VIP: (vip).		An older VI-emulation for Emacs.
 @end direntry
 
-@finalout
-
 @ifnottex
 @node Top, Survey,, (DIR)
 @top VIP
@@ -60,6 +60,8 @@
 @code{ms@@Sail.Stanford.Edu} if you are outside of Japan and to
 @code{masahiko@@sato.riec.tohoku.junet} if you are in Japan.@refill
 
+@insertcopying 
+
 @end ifnottex
 
 @menu
@@ -1943,8 +1945,6 @@
 @unnumbered Concept Index
 @printindex cp
 
-@setchapternewpage odd
-@contents
 @bye
 
 @ignore
--- a/doc/misc/viper.texi	Mon Feb 16 13:04:15 2009 +0000
+++ b/doc/misc/viper.texi	Mon Feb 16 17:41:58 2009 +0000
@@ -47,6 +47,8 @@
 @insertcopying
 @end titlepage
 
+@contents
+
 @ifnottex
 @node Top, Overview,, (DIR)
 
@@ -93,6 +95,7 @@
 @code{kifer@@cs.stonybrook.edu} is the current address for Viper bug reports.
 Please use the Ex command @kbd{:submitReport} for this purpose.@refill
 
+@insertcopying
 @end ifnottex
 
 @menu
@@ -4537,8 +4540,6 @@
 
 @printindex cp
 
-@setchapternewpage odd
-@contents
 @bye
 
 @ignore
--- a/doc/misc/widget.texi	Mon Feb 16 13:04:15 2009 +0000
+++ b/doc/misc/widget.texi	Mon Feb 16 17:41:58 2009 +0000
@@ -1,12 +1,10 @@
 \input texinfo.tex
-
 @c %**start of header
 @setfilename ../../info/widget
 @settitle The Emacs Widget Library
 @syncodeindex fn cp
 @syncodeindex vr cp
 @syncodeindex ky cp
-@afourpaper
 @c %**end of header
 
 @copying
@@ -33,10 +31,14 @@
                            facility.
 @end direntry
 
+@contents
+
 @node Top, Introduction, (dir), (dir)
 @comment  node-name,  next,  previous,  up
 @top The Emacs Widget Library
 
+@insertcopying
+
 @menu
 * Introduction::
 * User Interface::
@@ -1826,8 +1828,6 @@
 variables, and widgets described in this manual.
 @printindex cp
 
-@setchapternewpage odd
-@contents
 @bye
 
 @ignore
--- a/doc/misc/woman.texi	Mon Feb 16 13:04:15 2009 +0000
+++ b/doc/misc/woman.texi	Mon Feb 16 17:41:58 2009 +0000
@@ -4,7 +4,7 @@
 @settitle WoMan: Browse Unix Manual Pages ``W.O. (without) Man''
 @c FIXME
 @c Manual last updated:
-@set UPDATED Time-stamp: <Mon 30-Jun-2008 19:59:42 gm on grasmoor>
+@set UPDATED Time-stamp: <2009-02-16 09:25:50 karl>
 @c Software version:
 @set VERSION 0.54 (beta)
 @afourpaper
@@ -82,6 +82,8 @@
 Queen Mary and Westfield College (University of London)
 Mile End Road, London E1 4NS, UK
 @end display
+
+@insertcopying
 @end ifnottex
 
 @menu