emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r111288: Port to Texinfo 5.0 by ba


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r111288: Port to Texinfo 5.0 by backporting trunk bzrs 111300 and 111840.
Date: Thu, 21 Feb 2013 13:33:04 -0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111288
committer: Paul Eggert <address@hidden>
branch nick: emacs-24
timestamp: Thu 2013-02-21 13:33:04 -0800
message:
  Port to Texinfo 5.0 by backporting trunk bzrs 111300 and 111840.
modified:
  doc/lispintro/emacs-lisp-intro.texi
  doc/misc/eshell.texi
  doc/misc/gnus-faq.texi
  doc/misc/gnus.texi
  doc/misc/semantic.texi
  doc/misc/speedbar.texi
  doc/misc/tramp.texi
  doc/misc/widget.texi
=== modified file 'doc/lispintro/emacs-lisp-intro.texi'
--- a/doc/lispintro/emacs-lisp-intro.texi       2013-01-01 09:11:05 +0000
+++ b/doc/lispintro/emacs-lisp-intro.texi       2013-02-21 21:33:04 +0000
@@ -4583,7 +4583,7 @@
 @item buffer-name
 Without an argument, return the name of the buffer, as a string.
 
address@hidden buffer-file-name
address@hidden buffer-file-name
 Without an argument, return the name of the file the buffer is
 visiting.
 

=== modified file 'doc/misc/eshell.texi'
--- a/doc/misc/eshell.texi      2013-02-12 17:36:54 +0000
+++ b/doc/misc/eshell.texi      2013-02-21 21:33:04 +0000
@@ -83,8 +83,8 @@
 * GNU Free Documentation License:: The license for this documentation.
 * Concept Index::
 * Function and Variable Index::
+* Command Index::
 * Key Index::
-* Command Index::
 @end menu
 
 @node What is Eshell?
@@ -285,8 +285,8 @@
 @menu
 * Invocation::
 * Arguments::
+* Built-ins::
 * Variables::
-* Built-ins::
 * Aliases::
 * History::
 * Completion::
@@ -465,7 +465,7 @@
 
 @end table
 
address@hidden Built-in variables
address@hidden Built-in variables
 Eshell knows a few built-in variables:
 
 @table @code

=== modified file 'doc/misc/gnus-faq.texi'
--- a/doc/misc/gnus-faq.texi    2013-02-12 17:36:54 +0000
+++ b/doc/misc/gnus-faq.texi    2013-02-21 21:33:04 +0000
@@ -3,8 +3,8 @@
 @c %**start of header
 @c Copyright (C) 1995, 2001-2013 Free Software Foundation, Inc.
 @c
address@hidden gnus-faq.info
address@hidden Frequently Asked Questions
address@hidden @setfilename gnus-faq.info
address@hidden @settitle Frequently Asked Questions
 @c %**end of header
 @c
 
@@ -41,7 +41,7 @@
 @email{ding@@gnus.org, ding list}.
 
 @node FAQ - Changes
address@hidden Changes
address@hidden Changes
 
 
 
@@ -57,7 +57,7 @@
 @end itemize
 
 @node FAQ - Introduction
address@hidden Introduction
address@hidden Introduction
 
 This is the Gnus Frequently Asked Questions list.
 

=== modified file 'doc/misc/gnus.texi'
--- a/doc/misc/gnus.texi        2013-02-12 17:36:54 +0000
+++ b/doc/misc/gnus.texi        2013-02-21 21:33:04 +0000
@@ -14524,6 +14524,7 @@
 
 @menu
 * Mail Source Specifiers::      How to specify what a mail source is.
+* Mail Source Functions::
 * Mail Source Customization::   Some variables that influence things.
 * Fetching Mail::               Using the mail source specifiers.
 @end menu
@@ -14958,6 +14959,7 @@
 @end table
 @end table
 
address@hidden Mail Source Functions
 @subsubsection Function Interface
 
 Some of the above keywords specify a Lisp function to be executed.
@@ -16026,6 +16028,10 @@
 * Mail Spool::                  Store your mail in a private spool?
 * MH Spool::                    An mhspool-like back end.
 * Maildir::                     Another one-file-per-message format.
+* nnmaildir Group Parameters::
+* Article Identification::
+* NOV Data::
+* Article Marks::
 * Mail Folders::                Having one file for each group.
 * Comparing Mail Back Ends::    An in-depth looks at pros and cons.
 @end menu
@@ -16333,6 +16339,7 @@
 remember to supply a @code{create-directory} server parameter.
 @end table
 
address@hidden nnmaildir Group Parameters
 @subsubsection Group parameters
 
 @code{nnmaildir} uses several group parameters.  It's safe to ignore
@@ -16443,6 +16450,7 @@
 @code{read}, plus a little extra.
 @end table
 
address@hidden Article Identification
 @subsubsection Article identification
 Articles are stored in the @file{cur/} subdirectory of each maildir.
 Each article file is named like @code{uniq:info}, where @code{uniq}
@@ -16455,6 +16463,7 @@
 available in the variable @code{nnmaildir-article-file-name} after you
 request the article in the summary buffer.
 
address@hidden NOV Data
 @subsubsection NOV data
 An article identified by @code{uniq} has its @acronym{NOV} data (used
 to generate lines in the summary buffer) stored in
@@ -16468,6 +16477,7 @@
 assign a new article number for this article, which may cause trouble
 with @code{seen} marks, the Agent, and the cache.
 
address@hidden Article Marks
 @subsubsection Article marks
 An article identified by @code{uniq} is considered to have the mark
 @code{flag} when the file @file{.nnmaildir/marks/flag/uniq} exists.
@@ -25808,8 +25818,8 @@
 
 @menu
 * Gnus Registry Setup::
+* Registry Article Refer Method::
 * Fancy splitting to parent::
-* Registry Article Refer Method::
 * Store custom flags and keywords::
 * Store arbitrary data::
 @end menu

=== modified file 'doc/misc/semantic.texi'
--- a/doc/misc/semantic.texi    2013-01-01 09:11:05 +0000
+++ b/doc/misc/semantic.texi    2013-02-21 21:33:04 +0000
@@ -520,7 +520,7 @@
 @node Glossary
 @appendix Glossary
 
address@hidden @keyword
address@hidden @asis
 @item BNF
 In semantic 1.4, a BNF file represented ``Bovine Normal Form'', the
 grammar file used for the 1.4 parser generator.  This was a play on

=== modified file 'doc/misc/speedbar.texi'
--- a/doc/misc/speedbar.texi    2013-02-12 17:36:54 +0000
+++ b/doc/misc/speedbar.texi    2013-02-21 21:33:04 +0000
@@ -228,7 +228,7 @@
 to read these textual elements will make it easier to navigate by
 identifying the types of data available.
 
address@hidden Groups
address@hidden Groups
 @cindex groups
 
 Groups summarize information in a single line, and provide a high level

=== modified file 'doc/misc/tramp.texi'
--- a/doc/misc/tramp.texi       2013-01-05 16:49:56 +0000
+++ b/doc/misc/tramp.texi       2013-02-21 21:33:04 +0000
@@ -144,9 +144,6 @@
 * Usage::                       An overview of the operation of @value{tramp}.
 * Bug Reports::                 Reporting Bugs and Problems.
 * Frequently Asked Questions::  Questions and answers from the mailing list.
-* Function Index::              @value{tramp} functions.
-* Variable Index::              User options and variables.
-* Concept Index::               An item for each concept.
 
 For the developer:
 
@@ -155,6 +152,9 @@
 * Issues::                      Debatable Issues and What Was Decided.
 
 * GNU Free Documentation License:: The license for this documentation.
+* Function Index::              @value{tramp} functions.
+* Variable Index::              User options and variables.
+* Concept Index::               An item for each concept.
 
 @detailmenu
  --- The Detailed Node Listing ---

=== modified file 'doc/misc/widget.texi'
--- a/doc/misc/widget.texi      2013-01-01 09:11:05 +0000
+++ b/doc/misc/widget.texi      2013-02-21 21:33:04 +0000
@@ -31,8 +31,7 @@
 
 @contents
 
address@hidden Top, Introduction, (dir), (dir)
address@hidden  node-name,  next,  previous,  up
address@hidden Top
 @top The Emacs Widget Library
 
 @insertcopying
@@ -54,9 +53,8 @@
 * Index::
 @end menu
 
address@hidden  Introduction, User Interface, Top, Top
address@hidden  node-name,  next,  previous,  up
address@hidden Introduction
address@hidden  Introduction
address@hidden Introduction
 
 Most graphical user interface toolkits provide a number of standard
 user interface controls (sometimes known as `widgets' or `gadgets').
@@ -135,9 +133,8 @@
 widget library will also use the new graphic features automatically.
 @end enumerate
 
address@hidden User Interface, Programming Example, Introduction, Top
address@hidden  node-name,  next,  previous,  up
address@hidden User Interface
address@hidden User Interface
address@hidden User Interface
 
 A form consists of read only text for documentation and some fields,
 where each field contains two parts, a tag and a value.  The tags are
@@ -183,7 +180,7 @@
 within a form, namely editing the editable text fields and activating
 the buttons.
 
address@hidden Editable Text Fields
address@hidden Editable Text Fields
 
 In the example, the value for the @samp{Name} is most likely displayed
 in an editable text field, and so are values for each of the members of
@@ -220,7 +217,7 @@
 Face used for other editing fields.
 @end deffn
 
address@hidden Buttons
address@hidden Buttons
 
 @cindex widget buttons
 @cindex button widgets
@@ -291,7 +288,7 @@
 it.
 @end defopt
 
address@hidden Navigation
address@hidden Navigation
 
 You can use all the normal Emacs commands to move around in a form
 buffer, plus you will have these additional commands:
@@ -308,9 +305,8 @@
 @end deffn
 @end table
 
address@hidden Programming Example, Setting Up the Buffer, User Interface, Top
address@hidden  node-name,  next,  previous,  up
address@hidden Programming Example
address@hidden Programming Example
address@hidden Programming Example
 
 @cindex widgets, programming example
 @cindex example of using widgets
@@ -409,9 +405,8 @@
   (widget-setup))
 @end lisp
 
address@hidden Setting Up the Buffer, Basic Types, Programming Example, Top
address@hidden  node-name,  next,  previous,  up
address@hidden Setting Up the Buffer
address@hidden Setting Up the Buffer
address@hidden Setting Up the Buffer
 
 Widgets are created with @code{widget-create}, which returns a
 @dfn{widget} object.  This object can be queried and manipulated by
@@ -463,9 +458,8 @@
 when not on a button.  By default this is @code{global-map}.
 @end defvar
 
address@hidden Basic Types, Sexp Types, Setting Up the Buffer, Top
address@hidden  node-name,  next,  previous,  up
address@hidden Basic Types
address@hidden Basic Types
address@hidden Basic Types
 
 This is the general syntax of a type specification:
 
@@ -706,9 +700,8 @@
 * group::
 @end menu
 
address@hidden link, url-link, Basic Types, Basic Types
address@hidden  node-name,  next,  previous,  up
address@hidden The @code{link} Widget
address@hidden link
address@hidden The @code{link} Widget
 @findex address@hidden widget}
 
 Syntax:
@@ -731,9 +724,8 @@
 String to suffix links.
 @end defopt
 
address@hidden url-link, info-link, link, Basic Types
address@hidden  node-name,  next,  previous,  up
address@hidden The @code{url-link} Widget
address@hidden url-link
address@hidden The @code{url-link} Widget
 @findex address@hidden widget}
 
 Syntax:
@@ -746,9 +738,8 @@
 When this link is invoked, the @acronym{WWW} browser specified by
 @code{browse-url-browser-function} will be called with @var{url}.
 
address@hidden info-link, push-button, url-link, Basic Types
address@hidden  node-name,  next,  previous,  up
address@hidden The @code{info-link} Widget
address@hidden info-link
address@hidden The @code{info-link} Widget
 @findex address@hidden widget}
 
 Syntax:
@@ -760,9 +751,8 @@
 When this link is invoked, the built-in Info reader is started on
 @var{address}.
 
address@hidden  push-button, editable-field, info-link, Basic Types
address@hidden  node-name,  next,  previous,  up
address@hidden The @code{push-button} Widget
address@hidden  push-button
address@hidden The @code{push-button} Widget
 @findex address@hidden widget}
 
 Syntax:
@@ -785,9 +775,8 @@
 String to suffix push buttons.
 @end defopt
 
address@hidden editable-field, text, push-button, Basic Types
address@hidden  node-name,  next,  previous,  up
address@hidden The @code{editable-field} Widget
address@hidden editable-field
address@hidden The @code{editable-field} Widget
 @findex address@hidden widget}
 
 Syntax:
@@ -835,9 +824,8 @@
 @code{:action}.
 @end table
 
address@hidden text, menu-choice, editable-field, Basic Types
address@hidden  node-name,  next,  previous,  up
address@hidden The @code{text} Widget
address@hidden text
address@hidden The @code{text} Widget
 @findex address@hidden widget}
 
 @vindex widget-text-keymap
@@ -845,9 +833,8 @@
 fields.  The default @code{:keymap} is @code{widget-text-keymap}, which
 does not rebind the @key{RET} key.
 
address@hidden menu-choice, radio-button-choice, text, Basic Types
address@hidden  node-name,  next,  previous,  up
address@hidden The @code{menu-choice} Widget
address@hidden menu-choice
address@hidden The @code{menu-choice} Widget
 @findex address@hidden widget}
 
 Syntax:
@@ -886,9 +873,8 @@
 The list of types.
 @end table
 
address@hidden radio-button-choice, item, menu-choice, Basic Types
address@hidden  node-name,  next,  previous,  up
address@hidden The @code{radio-button-choice} Widget
address@hidden radio-button-choice
address@hidden The @code{radio-button-choice} Widget
 @findex address@hidden widget}
 
 Syntax:
@@ -953,9 +939,8 @@
 widget has been created will @strong{not} be properly destructed when
 you call @code{widget-delete}.
 
address@hidden item, choice-item, radio-button-choice, Basic Types
address@hidden  node-name,  next,  previous,  up
address@hidden The @code{item} Widget
address@hidden item
address@hidden The @code{item} Widget
 @findex address@hidden widget}
 
 Syntax:
@@ -968,9 +953,8 @@
 property.  The value should be a string, which will be inserted in the
 buffer.  This widget will only match the specified value.
 
address@hidden choice-item, toggle, item, Basic Types
address@hidden  node-name,  next,  previous,  up
address@hidden The @code{choice-item} Widget
address@hidden choice-item
address@hidden The @code{choice-item} Widget
 @findex address@hidden widget}
 
 Syntax:
@@ -985,9 +969,8 @@
 equivalent to activating the parent widget.  This widget will only match
 the specified value.
 
address@hidden toggle, checkbox, choice-item, Basic Types
address@hidden  node-name,  next,  previous,  up
address@hidden The @code{toggle} Widget
address@hidden toggle
address@hidden The @code{toggle} Widget
 @findex address@hidden widget}
 
 Syntax:
@@ -1018,9 +1001,8 @@
 emacsen that supports this.
 @end table
 
address@hidden checkbox, checklist, toggle, Basic Types
address@hidden  node-name,  next,  previous,  up
address@hidden The @code{checkbox} Widget
address@hidden checkbox
address@hidden The @code{checkbox} Widget
 @findex address@hidden widget}
 
 This widget has two possible states, @samp{selected} and
@@ -1032,9 +1014,8 @@
 @var{type} ::= (checkbox address@hidden @var{argument}]...)
 @end example
 
address@hidden checklist, editable-list, checkbox, Basic Types
address@hidden  node-name,  next,  previous,  up
address@hidden The @code{checklist} Widget
address@hidden checklist
address@hidden The @code{checklist} Widget
 @findex address@hidden widget}
 
 Syntax:
@@ -1090,9 +1071,8 @@
 The list of types.
 @end table
 
address@hidden editable-list, group, checklist, Basic Types
address@hidden  node-name,  next,  previous,  up
address@hidden The @code{editable-list} Widget
address@hidden editable-list
address@hidden The @code{editable-list} Widget
 @findex address@hidden widget}
 
 Syntax:
@@ -1148,9 +1128,8 @@
 List whose @sc{car} is the type of the list elements.
 @end table
 
address@hidden group,  , editable-list, Basic Types
address@hidden  node-name,  next,  previous,  up
address@hidden The @code{group} Widget
address@hidden group
address@hidden The @code{group} Widget
 @findex address@hidden widget}
 
 This widget simply group other widgets together.
@@ -1163,9 +1142,8 @@
 
 The value is a list, with one member for each @var{type}.
 
address@hidden Sexp Types, Widget Properties, Basic Types, Top
address@hidden
address@hidden Sexp Types
address@hidden Sexp Types
address@hidden Sexp Types
 @cindex sexp types
 
 A number of widgets for editing @dfn{s-expressions} (Lisp types), sexp
@@ -1179,9 +1157,8 @@
 * composite::
 @end menu
 
address@hidden constants, generic, Sexp Types, Sexp Types
address@hidden  node-name,  next,  previous,  up
address@hidden The Constant Widgets
address@hidden constants
address@hidden The Constant Widgets
 @cindex constant widgets
 
 The @code{const} widget can contain any Lisp expression, but the user is
@@ -1216,9 +1193,8 @@
 An immutable symbol that is bound as a function.
 @end deffn
 
address@hidden generic, atoms, constants, Sexp Types
address@hidden  node-name,  next,  previous,  up
address@hidden Generic Sexp Widget
address@hidden generic
address@hidden Generic Sexp Widget
 @cindex generic sexp widget
 
 The @code{sexp} widget can contain any Lisp expression, and allows the
@@ -1238,9 +1214,8 @@
 @code{editable-field} widget.  @xref{editable-field}.
 @end deffn
 
address@hidden atoms, composite, generic, Sexp Types
address@hidden  node-name,  next,  previous,  up
address@hidden Atomic Sexp Widgets
address@hidden atoms
address@hidden Atomic Sexp Widgets
 @cindex atomic sexp widget
 
 The atoms are s-expressions that do not consist of other s-expressions.
@@ -1316,9 +1291,8 @@
 @end deffn
 
 
address@hidden composite,  , atoms, Sexp Types
address@hidden  node-name,  next,  previous,  up
address@hidden Composite Sexp Widgets
address@hidden composite
address@hidden Composite Sexp Widgets
 @cindex composite sexp widgets
 
 The syntax for the composite widget construct is:
@@ -1418,9 +1392,8 @@
 @end example
 @end deffn
 
address@hidden Widget Properties, Defining New Widgets, Sexp Types, Top
address@hidden  node-name,  next,  previous,  up
address@hidden Properties
address@hidden Widget Properties
address@hidden Properties
 @cindex properties of widgets
 @cindex widget properties
 
@@ -1513,9 +1486,8 @@
 @code{:deactivate} keywords instead.
 
 
address@hidden Defining New Widgets, Widget Browser, Widget Properties, Top
address@hidden  node-name,  next,  previous,  up
address@hidden Defining New Widgets
address@hidden Defining New Widgets
address@hidden Defining New Widgets
 @cindex new widgets
 @cindex defining new widgets
 
@@ -1698,9 +1670,8 @@
 default'' in this text.
 @end deffn
 
address@hidden Widget Browser, Widget Minor Mode, Defining New Widgets, Top
address@hidden  node-name,  next,  previous,  up
address@hidden Widget Browser
address@hidden Widget Browser
address@hidden Widget Browser
 @cindex widget browser
 
 There is a separate package to browse widgets.  This is intended to help
@@ -1723,9 +1694,8 @@
 When called interactively, use the position of point.
 @end deffn
 
address@hidden  Widget Minor Mode, Utilities, Widget Browser, Top
address@hidden  node-name,  next,  previous,  up
address@hidden Widget Minor Mode
address@hidden  Widget Minor Mode
address@hidden Widget Minor Mode
 @cindex widget minor mode
 
 There is a minor mode for manipulating widgets in major modes that
@@ -1741,9 +1711,8 @@
 Keymap used in @code{widget-minor-mode}.
 @end defvar
 
address@hidden  Utilities, Widget Wishlist, Widget Minor Mode, Top
address@hidden  node-name,  next,  previous,  up
address@hidden Utilities.
address@hidden  Utilities
address@hidden Utilities
 @cindex utility functions for widgets
 
 @defun widget-prompt-value widget prompt [ value unbound ]
@@ -1757,9 +1726,8 @@
 This is only meaningful for radio buttons or checkboxes in a list.
 @end defun
 
address@hidden  Widget Wishlist, GNU Free Documentation License, Utilities, Top
address@hidden  node-name,  next,  previous,  up
address@hidden Wishlist
address@hidden  Widget Wishlist
address@hidden Wishlist
 @cindex todo
 
 @itemize @bullet
@@ -1816,12 +1784,11 @@
 Add a @code{mailto} widget.
 @end itemize
 
address@hidden GNU Free Documentation License, Index, Widget Wishlist, Top
address@hidden GNU Free Documentation License
 @appendix GNU Free Documentation License
 @include doclicense.texi
 
address@hidden Index, , GNU Free Documentation License, Top
address@hidden  node-name,  next,  previous,  up
address@hidden Index
 @unnumbered Index
 
 This is an alphabetical listing of all concepts, functions, commands,


reply via email to

[Prev in Thread] Current Thread [Next in Thread]