Tweak Emacs manual info menu ordering.
* doc/emacs/emacs.texi: Re-order top-level menu to correspond to logical order, to avoid makeinfo warnings. * doc/emacs/ack.texi (Acknowledgments): Note new python.el.
This commit is contained in:
parent
041a49a645
commit
6edc3d285d
3 changed files with 30 additions and 18 deletions
|
|
@ -1,3 +1,10 @@
|
|||
2012-07-06 Chong Yidong <cyd@gnu.org>
|
||||
|
||||
* emacs.texi: Re-order top-level menu to correspond to logical
|
||||
order, to avoid makeinfo warnings.
|
||||
|
||||
* ack.texi (Acknowledgments): Note new python.el.
|
||||
|
||||
2012-06-29 Chong Yidong <cyd@gnu.org>
|
||||
|
||||
* maintaining.texi (Basic VC Editing, VC Pull, Merging):
|
||||
|
|
|
|||
|
|
@ -363,6 +363,10 @@ Kevin Gallagher rewrote and enhanced the EDT emulation, and wrote
|
|||
@file{flow-ctrl.el}, a package for coping with unsuppressible XON/XOFF
|
||||
flow control.
|
||||
|
||||
@item
|
||||
Fabián E. Gallina rewrote @file{python.el}, the major mode for the
|
||||
Python programming language used in Emacs 24.2 onwards.
|
||||
|
||||
@item
|
||||
Kevin Gallo added multiple-frame support for Windows NT and wrote
|
||||
@file{w32-win.el}, support functions for the MS-Windows window system.
|
||||
|
|
@ -710,13 +714,13 @@ headers; @file{hl-line.el}, a minor mode for highlighting the line in
|
|||
the current window on which point is; @file{cap-words.el}, a minor mode
|
||||
for motion in ``CapitalizedWordIdentifiers''; @file{latin1-disp.el}, a
|
||||
package that lets you display ISO 8859 characters on Latin-1 terminals
|
||||
by setting up appropriate display tables; @file{python.el}, a major mode
|
||||
for the Python programming language; @file{smiley.el}, a facility for
|
||||
displaying smiley faces; @file{sym-comp.el}, a library for performing
|
||||
mode-dependent symbol completion; @file{benchmark.el} for timing code
|
||||
execution; and @file{tool-bar.el}, a mode to control the display of
|
||||
the Emacs tool bar. With Riccardo Murri he wrote @file{vc-bzr.el},
|
||||
support for the Bazaar version control system.
|
||||
by setting up appropriate display tables; the version of
|
||||
@file{python.el} used prior to Emacs 24.2; @file{smiley.el}, a
|
||||
facility for displaying smiley faces; @file{sym-comp.el}, a library
|
||||
for performing mode-dependent symbol completion; @file{benchmark.el}
|
||||
for timing code execution; and @file{tool-bar.el}, a mode to control
|
||||
the display of the Emacs tool bar. With Riccardo Murri he wrote
|
||||
@file{vc-bzr.el}, support for the Bazaar version control system.
|
||||
|
||||
@item
|
||||
Eric Ludlam wrote the Speedbar package; @file{checkdoc.el}, for checking
|
||||
|
|
|
|||
|
|
@ -131,17 +131,6 @@ Emacs Lisp Reference Manual}.
|
|||
@menu
|
||||
* Distrib:: How to get the latest Emacs distribution.
|
||||
* Intro:: An introduction to Emacs concepts.
|
||||
@c Note that in the printed manual, the glossary and indices come last.
|
||||
* Glossary:: Terms used in this manual.
|
||||
|
||||
Indexes (each index contains a large menu)
|
||||
* Key Index:: An item for each standard Emacs key sequence.
|
||||
* Option Index:: An item for every command-line option.
|
||||
* Command Index:: An item for each command name.
|
||||
* Variable Index:: An item for each documented variable.
|
||||
* Concept Index:: An item for each concept.
|
||||
|
||||
* Acknowledgments:: Major contributors to GNU Emacs.
|
||||
|
||||
Important General Concepts
|
||||
* Screen:: How to interpret what you see on the screen.
|
||||
|
|
@ -224,6 +213,18 @@ Appendices
|
|||
* Microsoft Windows:: Using Emacs on Microsoft Windows and MS-DOS.
|
||||
* Manifesto:: What's GNU? Gnu's Not Unix!
|
||||
|
||||
* Glossary:: Terms used in this manual.
|
||||
@ifnottex
|
||||
* Acknowledgments:: Major contributors to GNU Emacs.
|
||||
@end ifnottex
|
||||
|
||||
Indexes (each index contains a large menu)
|
||||
* Key Index:: An item for each standard Emacs key sequence.
|
||||
* Option Index:: An item for every command-line option.
|
||||
* Command Index:: An item for each command name.
|
||||
* Variable Index:: An item for each documented variable.
|
||||
* Concept Index:: An item for each concept.
|
||||
|
||||
@c Do NOT modify the following 3 lines! They must have this form to
|
||||
@c be correctly identified by `texinfo-multiple-files-update'. In
|
||||
@c particular, the detailed menu header line MUST be identical to the
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue