Merge from emacs-24; up to 2012-11-13T18:57:26Z!dgutov@yandex.ru
[emacs.git] / doc / misc / ChangeLog
blobb31b67b5d843a2bcf39471b56b23d81bc049692c
1 2012-11-16  Glenn Morris  <rgm@gnu.org>
3         * cl.texi (Function Bindings): Clarify that cl-flet is lexical.
4         (Obsolete Macros): Move example here from Function Bindings.
6         * erc.texi: Use @code{nil} rather than just "nil".
7         (Modules): Undocument obsolete "hecomplete".
8         Add "notifications".
9         (Connecting): Add brief section on passwords.
10         (Options): Make a start by adding erc-hide-list, erc-lurker-hide-list.
12 2012-11-13  Glenn Morris  <rgm@gnu.org>
14         * flymake.texi (Customizable variables)
15         (Highlighting erroneous lines): Mention flymake-error-bitmap,
16         flymake-warning-bitmap, and flymake-fringe-indicator-position.
18 2012-11-12  Vincent Belaïche  <vincentb1@users.sourceforge.net>
20         * ses.texi: Doc for ses-rename-cell, ses-repair-cell-reference-all & ses-range.
21         In all file place SES into @acronym{...}.
22         (Advanced Features): Add key index and function index for
23         ses-set-header-row. Add description for function
24         ses-rename-cell. Add description for function
25         ses-repair-cell-reference-all.
26         (Ranges in formulas): Add description for ses-range flags.
28 2012-11-12  Paul Eggert  <eggert@cs.ucla.edu>
30         * texinfo.tex: Merge from gnulib.
32 2012-11-10  Chong Yidong  <cyd@gnu.org>
34         * url.texi (Introduction): Move url-configuration-directory to
35         Customization node.
36         (Parsed URIs): Split into its own node.
37         (URI Encoding): New node.
38         (Defining New URLs): Remove empty chapter.
39         (Retrieving URLs): Add an introduction.  Doc fix for url-retrieve.
40         Improve docs for url-queue-*.
41         (Supported URL Types): Copyedits.  Delete empty subnodes.
43         * url.texi (Introduction): Rename from Getting Started.  Rewrite
44         the introduction.
45         (URI Parsing): Rewrite.  Omit the obsolete attributes slot.
47 2012-11-10  Glenn Morris  <rgm@gnu.org>
49         * cl.texi (Obsolete Setf Customization):
50         Revert defsetf example to the more correct let rather than prog1.
51         Give define-modify-macro, defsetf, and define-setf-method
52         gv.el replacements.
54         * cl.texi (Overview): Mention EIEIO here, as well as the appendix.
55         (Setf Extensions): Remove obsolete reference.
56         (Obsolete Setf Customization):
57         Move note on lack of setf functions to lispref/variables.texi.
58         Undocument get-setf-method, since it no longer exists.
59         Mention simple defsetf replaced by gv-define-simple-setter.
61 2012-11-03  Glenn Morris  <rgm@gnu.org>
63         * cl.texi: Further general copyedits.
64         (List Functions): Remove copy-tree, standard elisp for some time.
65         (Efficiency Concerns): Comment out examples that no longer apply.
66         (Compiler Optimizations): Rename from "Optimizing Compiler"; reword.
67         (Creating Symbols, Random Numbers): De-emphasize internal
68         variables cl--gensym-counter and cl--random-state.  (Bug#12788)
69         (Naming Conventions, Type Predicates, Macros)
70         (Predicates on Numbers): No longer mention cl-floatp-safe.
72 2012-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
74         * gnus.texi (Mail Source Specifiers):
75         Document :leave keyword used for pop mail source.
77 2012-11-01  Glenn Morris  <rgm@gnu.org>
79         * cl.texi: General copyedits for style, line-breaks, etc.
80         (Time of Evaluation, Iteration): Add xref to Emacs Lisp manual.
81         (Macro Bindings, Blocks and Exits):
82         Acknowledge existence of lexical-binding.
83         (Iteration): Mainly defer to doc of standard dolist, dotimes.
85 2012-10-31  Glenn Morris  <rgm@gnu.org>
87         * ert.texi (Introduction, The @code{should} Macro):
88         Refer to "cl-assert" rather than "assert".
90         * cl.texi (Function Bindings): Update for cl-flet and cl-labels.
91         (Obsolete Lexical Binding): Rename section from "Lexical Bindings".
92         (Obsolete Macros): Rename section from "Obsolete Lexical Macros".
93         Reword, and add details of flet and labels.
94         (Modify Macros, Function Bindings): Add some xrefs.
96 2012-10-30  Glenn Morris  <rgm@gnu.org>
98         * cl.texi (Modify Macros): Update for cl-letf changes.
99         (Obsolete Lexical Macros): Say a little more about letf/cl-letf.
100         (Setf Extensions): Partially restore note about cl-getf,
101         mainly moved to lispref/variables.texi.
102         (Property Lists): Fix cl-getf typos.
103         (Mapping over Sequences): Mention cl-mapc naming oddity.
105 2012-10-29  Glenn Morris  <rgm@gnu.org>
107         * cl.texi (Organization): More details on cl-lib.el versus cl.el.
108         (Setf Extensions): Remove `apply' setf since it seems to be disabled.
109         (Customizing Setf): Move contents to "Obsolete Setf Customization".
110         (Modify Macros, Multiple Values, Other Clauses):
111         Remove mentions of obsolete features.
112         (Obsolete Setf Customization): Don't mention `apply' setf.
114 2012-10-28  Glenn Morris  <rgm@gnu.org>
116         * cl.texi (Multiple Values, Common Lisp Compatibility):
117         More namespace updates.
118         (Obsolete Features): Copyedits.
119         (Obsolete Lexical Macros, Obsolete Setf Customization):
120         New subsections.
122         * cl.texi (Porting Common Lisp, Lexical Bindings):
123         Add some xrefs to the Elisp manual.
125         * cl.texi (Lexical Bindings): Move to appendix of obsolete features.
126         (Porting Common Lisp): Emacs Lisp can do true lexical binding now.
127         (Obsolete Features): New appendix.  Move Lexical Bindings here.
129 2012-10-27  Glenn Morris  <rgm@gnu.org>
131         * cl.texi: Use defmac for macros rather than defspec.
132         (Efficiency Concerns): Related copyedit.
134         * cl.texi (Control Structure): Update for setf now being in core.
135         (Setf Extensions): Rename from Basic Setf.  Move much of the
136         former content to lispref/variables.texi.
137         (Modify Macros): Move pop, push details to lispref/variables.texi.
138         (Customizing Setf): Copyedits for setf etc being in core.
139         (Modify Macros, Efficiency Concerns, Porting Common Lisp):
140         Further namespaces updates.
142 2012-10-26  Bastien Guerry  <bzg@gnu.org>
144         * org.texi (Installation): Update the link to Org's ELPA.  Also
145         don't mention org-install.el anymore as the replacement file
146         org-loaddefs.el is now loaded by org.el.
148 2012-10-25  Michael Albinus  <michael.albinus@gmx.de>
150         * tramp.texi (Frequently Asked Questions): Mention
151         `tramp-completion-reread-directory-timeout' for performance
152         improvement.
154 2012-10-25  Glenn Morris  <rgm@gnu.org>
156         * cl.texi: Don't mess with the TeX section number counter.
157         Use Texinfo recommended convention for quotes+punctuation.
158         (Overview, Sequence Functions): Rephrase for better line-breaking.
159         (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings)
160         (Macro Bindings, Conditionals, Iteration, Loop Basics)
161         (Random Numbers, Mapping over Sequences, Structures)
162         (Porting Common Lisp): Further updates for cl-lib namespace.
163         (Modify Macros, Declarations, Macro Bindings, Structures):
164         Break long lines in examples.
165         (Dynamic Bindings): Update for changed progv behavior.
166         (Loop Examples, Efficiency Concerns): Markup fixes.
167         (Structures): Remove TeX margin change.
168         (Declarations): Fix typos.
170 2012-10-24  Glenn Morris  <rgm@gnu.org>
172         * cl.texi (Overview, Multiple Values, Creating Symbols)
173         (Numerical Functions): Say less/nothing about the original cl.el.
174         (Old CL Compatibility): Remove.
175         (Assertions): Remove ignore-errors (standard Elisp for some time).
177         * cl.texi (Basic Setf, Macros, Declarations, Symbols, Numbers)
178         (Sequences, Lists, Structures, Assertions, Efficiency Concerns)
179         (Efficiency Concerns, Efficiency Concerns)
180         (Common Lisp Compatibility, Old CL Compatibility):
181         Further updates for cl-lib namespace.
183 2012-10-24  Paul Eggert  <eggert@penguin.cs.ucla.edu>
185         Update manual for new time stamp format (Bug#12706).
186         * emacs-mime.texi (time-date): Update for new format.
187         Also, fix bogus time stamp and modernize a bit.
189 2012-10-23  Glenn Morris  <rgm@gnu.org>
191         * cl.texi: Include emacsver.texi.  Use Emacs version number rather
192         than unchanging cl.el version number.
193         End all menu descriptions with a period.
194         Do not use @dfn{CL} for every instance of "CL".
195         (Overview): Remove no-runtime caveat, and note about foo* names.
196         (Usage): Use cl-lib rather than cl.
197         (Organization, Naming Conventions): Update for cl-lib.el.
198         (Installation): Remove long-irrelevant node.
199         (Program Structure, Predicates, Control Structure):
200         Start updating for cl-lib namespace.
201         * Makefile.in ($(buildinfodir)/cl$(INFO_EXT), cl.dvi, cl.pdf):
202         Depend on emacsver.texi.
204 2012-10-09  Michael Albinus  <michael.albinus@gmx.de>
206         * trampver.texi: Update release number.
208 2012-10-06  Glenn Morris  <rgm@gnu.org>
210         * erc.texi: Include emacsver.texi, and use EMACSVER rather than
211         ERC version.
212         (Introduction): ERC is distributed with Emacs.
213         (Obtaining ERC, Installation): Remove chapters, no longer relevant.
214         (Getting Started): Simplify.
215         (Getting Help and Reporting Bugs): Refer to general Emacs lists.
216         (History): Mention ERC maintained as part of Emacs now.
217         * Makefile.in ($(buildinfodir)/erc$(INFO_EXT), erc.dvi, erc.pdf):
218         Add dependency on emacsver.texi.
220         * erc.texi: Remove hand-written node pointers.
222 2012-10-05  Glenn Morris  <rgm@gnu.org>
224         * newsticker.texi (Overview, Requirements, Usage, Configuration):
225         Copyedits.
227 2012-10-01  Eric Ludlam  <zappo@gnu.org>
229         * ede.texi (Quick Start, Project Local Variables)
230         (Miscellaneous commands, ede-java-root, Development Overview)
231         (Detecting a Project): New nodes.
232         (Simple projects): Node deleted.
234         * eieio.texi (Building Classes): Some slot attributes cannot be
235         overridden.
236         (Slot Options): Remove an example.
237         (Method Invocation, Documentation): New nodes.
239 2012-10-01  Glenn Morris  <rgm@gnu.org>
241         * Makefile.in ($(buildinfodir)/reftex$(INFO_EXT)), reftex.dvi)
242         (reftex.pdf): Add dependency on emacsver.texi.
243         * reftex.texi: Don't include directory part for emacsver.texi;
244         the Makefile's -I handles it.
246 2012-09-30  Ralf Angeli  <angeli@caeruleus.net>
248         Merge from standalone RefTeX repository.
250         * reftex.texi: Express TeX, LaTeX, AUCTeX, BibTeX and RefTeX
251         with macros.
252         (Imprint): Mention Wolfgang in list of contributors.
253         (Creating Citations): Give a hint about how to
254         auto-revert the BibTeX database file when using external editors.
255         (Referencing Labels): Simplify section about reference macro
256         cycling.
257         (Options (Referencing Labels)): Adapt to new structure of
258         `reftex-ref-style-alist'.
259         (Referencing Labels, Reference Styles): Document changes in the
260         referencing functionality.
261         (Commands): Mention options for definition of header and footer in
262         BibTeX files.
263         (Options (Creating Citations)): Document
264         `reftex-create-bibtex-header' and `reftex-create-bibtex-footer'.
265         (Reference Styles): New section.
266         (varioref (LaTeX package), fancyref (LaTeX package)): Remove.
267         (Options (Referencing Labels)): Remove descriptions of deprecated
268         variables `reftex-vref-is-default' and `reftex-fref-is-default'.
269         Add descriptions for `reftex-ref-style-alist' and
270         `reftex-ref-style-default-list'.
271         (Referencing Labels): Update regarding reference styles.
272         (Citation Styles): Mention support for ConTeXt.
273         (Options (Defining Label Environments)): Fix typo.
274         (Options (Creating Citations)): Document
275         `reftex-cite-key-separator'.
277 2012-09-30  Achim Gratz  <Stromeko@Stromeko.DE>
279         * org.texi: Add description of ORG_ADD_CONTRIB to info
280         documentation.  Add link to Worg for more details.
282         * org.texi: Clarify installation procedure.  Provide link to the
283         build system description on Worg.
285         * org.texi: Remove reference to utils/, x11idle.c is now in
286         contrib/scripts.
288         * org.texi: Re-normalize to "Org mode" in manual.
290         * org.texi (Installation): Adapt documentation to new build
291         system.  Mention GNU ELPA (since it needs to be handled like Emacs
292         built-in Org).
294 2012-09-30  Adam Spiers  <orgmode@adamspiers.org>  (tiny change)
296         * org.texi: Fix typo in description of the 'Hooks' section.
298         * org.texi: Add ID to the list of special properties.
300 2012-09-30  Andrew Hyatt  <ahyatt@gmail.com>  (tiny change)
302         * org.texi (Moving subtrees): Document the ability to archive to a
303         datetree.
305 2012-09-30  Bastien Guerry  <bzg@altern.org>
307         * org.texi (Installation, Feedback, Batch execution): Use
308         (add-to-list 'load-path ... t) for the contrib dir.
310         * org.texi (results): Update documentation for ":results drawer"
311         and ":results org".
313         * org.texi (Column width and alignment): Fix typo.
315         * org.texi (Activation): Point to the "Conflicts" section.
317         * org.texi (Conflicts): Mention filladapt.el in the list of
318         conflicting packages.
320         * org.texi (Activation): Adding org-mode to `auto-mode-alist' is
321         not needed for versions of Emacs > 22.1.
323         * org.texi (History and Acknowledgments): Fix typo.
325         * org.texi (History and Acknowledgments): Add my own
326         acknowledgments.
328         * org.texi (Agenda commands): Document the new command and the new
329         option.
331         * org.texi (Agenda commands): Delete `org-agenda-action' section.
332         (Agenda commands): Reorder.  Document `*' to toggle persistent
333         marks.
335         * org.texi (Agenda dispatcher): Mention
336         `org-toggle-agenda-sticky'.
337         (Agenda commands, Exporting Agenda Views): Fix typo.
339         * org.texi (Templates in contexts, Setting Options): Update to
340         reflect changes in how contexts options are processed.
342         * org.texi (Templates in contexts): Document the new structure of
343         the variables `org-agenda-custom-commands-contexts' and
344         `org-capture-templates-contexts'.
346         * org.texi (Templates in contexts): Document the new option
347         `org-capture-templates-contexts'.
348         (Storing searches): Document the new option
349         `org-agenda-custom-commands-contexts'.
351         * org.texi (Formula syntax for Lisp): Reformat.
353         * org.texi (Special properties, Column attributes)
354         (Agenda column view): Document the new special property
355         CLOCKSUM_T.
357         * org.texi (Template expansion): Document the new %l template.
359         * org.texi (Fast access to TODO states): Fix documentation about
360         allowed characters for fast todo selection.
362         * org.texi (Weekly/daily agenda): Mention APPT_WARNTIME and its
363         use in `org-agenda-to-appt'.
365         * org.texi (Comment lines): Update wrt comments.
367         * org.texi (Resolving idle time): Document new keybinding.
369         * org.texi (Clocking commands): Document the use of S-M-<up/down>
370         on clock timestamps.
372         * org.texi (Fast access to TODO states): Explicitely says only
373         letters are supported as fast TODO selection keys.
375         * org.texi (Link abbreviations): Illustrate the use of the "%h"
376         specifier.  Document the new "%(my-function)" specifier.
378         * org.texi (Clocking commands): New cindex.
379         (Clocking commands): Update documentation for `org-clock-in'.
380         Document `org-clock-in-last'.  Mention `org-clock-out' and
381         `org-clock-in-last' as commands that can be globally bound.
382         (Resolving idle time): Document continuous clocking.
384         * org.texi (Top, Introduction): Fix formatting.
385         (Activation): Add index entries.
386         (Conventions): Update section.
387         (Embedded @LaTeX{}): Fix formatting.
389         * org.texi (Visibility cycling): Document `show-children'.
391         * org.texi (Using capture): Mention the `org-capture-last-stored'
392         bookmark as a way to jump to the last stored capture.
394         * org.texi (Uploading files): Fix typo.
396         * org.texi (Using capture): Document `C-0' as a prefix argument
397         for `org-capture'.
399         * org.texi (Agenda commands): Document persistent marks.
401         * org.texi (Template expansion): Update doc to reflect change.
403         * org.texi (Radio tables): Document the :no-escape parameter.
405         * org.texi (Repeated tasks): Document repeat cookies for years,
406         months, weeks, days and hours.
408         * org.texi (Export options): State that you can use the d: option
409         by specifying a list of drawers.
411         * org.texi (HTML preamble and postamble): Small doc improvement.
413 2012-09-30  Brian van den Broek  <vanden@gmail.com>  (tiny change)
415         * org.texi: The sections in the Exporting section of the manual
416         left out articles in the description of the org-export-as-*
417         commands, among other places. This patch adds them, adds a few
418         missing prepositions, and switches instances of "an HTML" to "a
419         html" for internal consistency.
421         * org.texi: Alter several examples of headings with timestamps in
422         them to include the timestamps in the body instead of the heading.
424 2012-09-30  Carsten Dominik  <carsten.dominik@gmail.com>
426         * org.texi (Agenda dispatcher): Document sticky agenda views and
427         the new key for them.
429 2012-09-30  Charles  <millarc@verizon.net>  (tiny change)
431         * org.texi (Advanced features): Fix error in table.
433 2012-09-30  Feng Shu  <tumashu@gmail.com>
435         * org.texi (@LaTeX{} fragments): Document imagemagick as an
436         alternative to dvipng.
438 2012-09-30  François Allisson  <francois@allisson.co>  (tiny change)
440         * org.texi: Remove extra curly bracket.
442 2012-09-30  Giovanni Ridolfi  <giovanni.ridolfi@yahoo.it>  (tiny change)
444         * org.texi (org-clock-in-last and org-clock-cancel): Update the
445         defkeys.
447 2012-09-30  Ippei FURUHASHI  <top.tuna+orgmode@gmail.com>  (tiny change)
449         * org.texi (Agenda commands): Fix two typos by giving
450         corresponding function names, according to
451         `org-agenda-view-mode-dispatch'.
453 2012-09-30  Jan Bäcker  <jan.boecker@jboecker.de>
455         * org.texi (The spreadsheet): Fix typo.
457 2012-09-30  Memnon Anon  <gegendosenfleisch@gmail.com>  (tiny change)
459         * org.texi (Tracking your habits): Point to the "Tracking TODO
460         state changes" section.
462 2012-09-30  Nicolas Goaziou  <n.goaziou@gmail.com>
464         * org.texi (Literal examples): Remove reference to unknown
465         `org-export-latex-minted' variable. Also simplify footnote since
466         `org-export-latex-listings' documentation is exhaustive already.
468         * org.texi (Plain lists): Remove reference to now hard-coded
469         `bullet' automatic rule.
471 2012-09-30  Toby S. Cubitt  <tsc25@cantab.net>
473         * org.texi: Updated documentation accordingly.
475 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
477         * texinfo.tex: Merge from gnulib.
479 2012-09-12  Michael Albinus  <michael.albinus@gmx.de>
481         Sync with Tramp 2.2.6.
483         * tramp.texi (Bug Reports): Cleanup caches before a test run.
485         * trampver.texi: Update release number.
487 2012-09-12  Paul Eggert  <eggert@cs.ucla.edu>
489         * texinfo.tex: Merge from gnulib.
491 2012-08-06  Aurélien Aptel  <aurelien.aptel@gmail.com>
493         * url.texi (Parsed URLs): Adjust to the code's use of defstruct
494         (bug#12096).
496 2012-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
498         * calc.texi (Simplification modes, Conversions)
499         (Operating on Selections): Mention "basic" simplification.
500         (The Calc Mode Line): Mention the mode line display for Basic
501         simplification mode.
502         (Simplify Formulas): Refer to 'algebraic' rather than 'default'
503         simplifications.
504         (Basic Simplifications): Rename from "Limited Simplifications"
505         Replace "limited" by "basic" throughout.
506         (Algebraic Simplifications):  Indicate that the algebraic
507         simplifications are done by default.
508         (Unsafe Simplifications):  Mention `m E'.
509         (Simplification of Units): Mention `m U'.
510         (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
511         (Kinds of Declarations, Functions for Declarations):  Mention
512         "algebraic simplifications" instead of `a s'.
513         (Algebraic Entry): Remove mention of default simplifications.
515 2012-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
517         * calc.texi (Getting Started, Tutorial): Change simulated
518         Calc output to match actual output.
519         (Simplifying Formulas): Mention that algebraic simplification is now
520         the default.
522 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
524         * faq.texi (Right-to-left alphabets): Update for Emacs 24.
525         (Bug#12073)
527 2012-07-25  Paul Eggert  <eggert@cs.ucla.edu>
529         Prefer typical American spelling for "acknowledgment".
530         * calc.texi (History and Acknowledgments): Rename from
531         History and Acknowledgements.
532         * idlwave.texi (Acknowledgments):
533         * ses.texi (Acknowledgments):
534         * woman.texi (Acknowledgments): Rename from Acknowledgements.
536 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
538         Rename configure.in to configure.ac (Bug#11603).
539         * ede.texi (Compiler and Linker objects, ede-proj-project)
540         (ede-step-project): Prefer the name configure.ac to configure.in.
542 2012-07-06  Michael Albinus  <michael.albinus@gmx.de>
544         * tramp.texi (Multi-hops): Introduce
545         `tramp-restricted-shell-hosts-alist'.
547 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
549         * gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
550         methods, so don't mention smtpmail here.
552 2012-06-26  Wolfgang Jenkner  <wjenkner@inode.at>
554         * gnus.texi (Picons): Document gnus-picon-properties.
556 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
558         * gnus.texi: Remove mention of compilation, as that's no longer
559         supported.
561 2012-06-26  Christopher Schmidt  <christopher@ch.ristopher.com>
563         * gnus.texi (Archived Messages): Mention
564         gnus-gcc-pre-body-encode-hook and gnus-gcc-post-body-encode-hook.
566 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
568         * gnus.texi (Various Summary Stuff):
569         Remove mention of `gnus-propagate-marks'.
571 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
573         * gnus.texi: Remove mentions of nnml/nnfolder/nntp backend marks,
574         which no longer exist.
576 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
578         * gnus.texi (Archived Messages):
579         Document gnus-gcc-self-resent-messages.
581 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
583         * message.texi (Mail Variables):
584         Mention the optional user parameter for X-Message-SMTP-Method.
586 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
588         * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
590         * message.texi (Mail Variables): Document X-Message-SMTP-Method.
592 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
594         * gnus.texi (Key Index): Change encoding to utf-8.
596 2012-06-21  Glenn Morris  <rgm@gnu.org>
598         * Makefile.in: Rename infodir to buildinfodir throughout.  (Bug#11737)
600 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
602         * gnus.texi (Group Timestamp): Mention where to find documentation for
603         the `gnus-tmp-' variables (bug#11601).
605 2012-06-11  Michael Albinus  <michael.albinus@gmx.de>
607         Sync with Tramp 2.2.6-pre.
609         * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{}
610         where appropriate.
611         (Ad-hoc multi-hops): New section.
612         (Remote processes): New subsection "Running remote processes on
613         Windows hosts".
614         (History): Add remote commands on Windows, and ad-hoc multi-hop
615         methods.
616         (External methods): "ControlPersist" must be set to "no" for the
617         `scpc' method.
618         (Remote processes): Add a note about `auto-revert-tail-mode'.
619         (Frequently Asked Questions): Use "scpx" in combination with
620         "ControlPersist".  Reported by Adam Spiers <emacs@adamspiers.org>.
622         * trampver.texi: Update release number.
624 2012-06-10  Chong Yidong  <cyd@gnu.org>
626         * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo
627         compilation for html-mono.
629 2012-06-08  Paul Eggert  <eggert@cs.ucla.edu>
631         * texinfo.tex: Merge from gnulib.
633 2012-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
635         * Makefile.in (echo-info): Don't try to install info files named
636         just ".info".
638 2012-05-28  Glenn Morris  <rgm@gnu.org>
640         * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX.  (Bug#10910)
642         * sc.texi: Nuke hand-written node pointers.
643         Fix top-level menu to match actual node order.
645 2012-05-27  Glenn Morris  <rgm@gnu.org>
647         * cl.texi, dired-x.texi: Nuke hand-written node pointers.
648         Some associated fixes, including not messing with chapno in cl.texi.
650 2012-05-27  Bastien Guerry  <bzg@gnu.org>
652         * org.texi (Durations and time values): Fix typo.
654 2012-05-19  Jay Belanger  <jay.p.belanger@gmail.com>
656         * doc/misc/calc.texi (Basic Operations on Units, Customizing Calc):
657         Mention `calc-ensure-consistent-units'.
659 2012-05-14  Andreas Schwab  <schwab@linux-m68k.org>
661         * cc-mode.texi: Avoid space before macro in 4th argument of cross
662         reference commands.  (Bug#11461)
664         * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
666 2012-05-12  Glenn Morris  <rgm@gnu.org>
668         * Makefile.in (mostlyclean): Add more TeX intermediates.
670         * Makefile.in: Make it look more like the other doc Makefiles.
671         Use explicit $srcdir in all dependencies.
672         Remove cd $srcdir from rules.
673         (VPATH): Remove.
674         (infodir): Set to an absolute path.
675         (INFO_TARGETS): Use short names.
676         (mkinfodir): infodir is now absolute.
677         (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
679         * Makefile.in (info.info): Rename from info, to avoid duplication.
680         (.SUFFIXES): Disable implicit rules.
682         * Makefile.in (MKDIR_P): New, set by configure.
683         (mkinfodir): Use $MKDIR_P.
685 2012-05-07  Glenn Morris  <rgm@gnu.org>
687         * forms.texi (Long Example): Update for changed location of files.
689 2012-05-04  Glenn Morris  <rgm@gnu.org>
691         * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
692         (INFO_TARGETS): Use $INFO_EXT.
693         Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
694         * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
695         (INFO_TARGETS): Use $INFO_EXT.
696         Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
698 2012-05-02  Glenn Morris  <rgm@gnu.org>
700         * Makefile.in (echo-info): New phony target, used by top-level.
702         * viper.texi: Make direntry shorter (also it is no longer "newest").
704         * emacs-gnutls.texi, ert.texi, org.texi:
705         Fix dircategory, direntry to match info/dir.
707         * faq.texi: Convert @inforefs to @xrefs.
708         Fix some malformed cross-references.
709         (File-name conventions): Shorten section name to avoid overfull line.
710         (How to add fonts): Use smallexample to avoid overfull lines.
712 2012-05-01  Teodor Zlatanov  <tzz@lifelogs.com>
714         * auth.texi (Help for users): Update for .gpg file being second.
716 2012-04-27  Ippei Furuhashi  <top.tuna+orgmode@gmail.com>  (tiny change)
718         * org.texi (Agenda commands): Fix two typos: give corresponding
719         function names, according to `org-agenda-view-mode-dispatch'.
721 2012-04-27  Glenn Morris  <rgm@gnu.org>
723         * faq.texi (Major packages and programs): Remove section.
724         There is no point listing 6 packages (cf etc/MORE.STUFF).
725         (Finding Emacs and related packages): Move "Spell-checkers" here.
727 2012-04-22  Michael Albinus  <michael.albinus@gmx.de>
729         * dbus.texi (Version): New node.
730         (Properties and Annotations): Mention the object manager
731         interface.  Describe dbus-get-all-managed-objects.
732         (Type Conversion): Floating point numbers are allowed, if an
733         anteger does not fit Emacs's integer range.
734         (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
735         (Asynchronous Methods): Fix description of
736         dbus-call-method-asynchronously.
737         (Receiving Method Calls): Fix some minor errors.  Add
738         dbus-interface-emacs.
739         (Signals): Describe unicast signals and the new match rules.
740         (Alternative Buses): Add the PRIVATE optional argument to
741         dbus-init-bus.  Describe its new return value.  Add dbus-setenv.
743 2012-04-20  Glenn Morris  <rgm@gnu.org>
745         * faq.texi (New in Emacs 24): New section.
746         (Packages that do not come with Emacs): Mention M-x list-packages.
748 2012-04-14  Alan Mackenzie  <acm@muc.de>
750         * cc-mode.texi (c-offsets-alist): Correct a typo.
752 2012-04-14  Jérémie Courrèges-Anglas  <jca@wxcvbn.org>  (tiny change)
754         * org.texi (Deadlines and scheduling): Fix the example: the
755         DEADLINE item should come right after the headline.  We enforce
756         this convention, so it is a bug not to illustrate it correctly in
757         the manual.
759 2012-04-14  Ippei FURUHASHI  <top.tuna+orgmode@gmail.com>  (tiny change)
761         * org.texi (Agenda commands): Fix documentation bug by swapping
762         the equivalent keybindings to `org-agenda-next-line' with the ones
763         to `org-agenda-previous-line'.
765 2012-04-14  Glenn Morris  <rgm@gnu.org>
767         * Makefile.in: Replace non-portable use of $< in ordinary rules.
769 2012-04-09  Eli Zaretskii  <eliz@gnu.org>
771         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add
772         emacs-gnutls.
773         ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
775 2012-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
777         * Makefile.in: Add emacs-gnutls.texi to build.
779         * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
781 2012-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
783         * auth.texi (Secret Service API): Edit further and give examples.
784         (Secret Service API): Adjust @samp to @code for collection names.
786 2012-04-04  Glenn Morris  <rgm@gnu.org>
788         * auth.texi (Secret Service API): Copyedits.
789         (Help for developers): Fill in some missing function doc-strings.
790         (Help for users, Help for developers)
791         (GnuPG and EasyPG Assistant Configuration): Markup fixes.
793 2012-04-04  Michael Albinus  <michael.albinus@gmx.de>
795         * auth.texi (Secret Service API): Add the missing text.
797 2012-04-04  Chong Yidong  <cyd@gnu.org>
799         * message.texi (Using PGP/MIME): Note that epg is now the default.
801         * gnus.texi: Reduce references to obsolete pgg library.
802         (Security): Note that epg is now the default.
804         * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
806         * nxml-mode.texi (Completion): C-RET is no longer bound to
807         nxml-complete.
809 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
811         * org.texi (Customizing tables in ODT export): Correct few errors.
813 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
815         * org.texi (Links in ODT export): Update.
816         (Labels and captions in ODT export): New node.
818 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
820         * org.texi (Literal examples in ODT export): htmlfontify.el in
821         Emacs-24.1 now supports fontification.  So ODT source blocks will
822         be fontified by default.
824 2012-04-01  Julian Gehring  <julian.gehring@googlemail.com>  (tiny change)
826         * org.texi (Refiling notes): Remove duplicated keybinding.
828 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
830         * org.texi (noweb): Documentation of this new option to the :noweb
831         header argument.
833 2012-04-01  Suvayu Ali  <fatkasuvayu+linux@gmail.com>
835         * org.texi (Header and sectioning): Add example demonstrating how
836         to use "LaTeX_CLASS_OPTIONS".
838 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
840         * org.texi (Noweb reference syntax): Describe the ability to
841         execute noweb references in the manual.
843 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
845         * org.texi (cache): Improve cache documentation when session
846         evaluation is used.
848 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
850         * org.texi (Plain lists): Document removal.
852 2012-04-01  Michael Brand  <michael.ch.brand@gmail.com>
854         * org.texi: Decapitalize file name in references to Calc manual.
856 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
858         * org.texi (Plain lists): Document removal.
860 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
862         * org.texi (Top, OpenDocument Text export)
863         (ODT export commands, Extending ODT export)
864         (Images in ODT export, Tables in ODT export)
865         (Configuring a document converter): Add or Update.
867 2012-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
869         * org.texi (MobileOrg): Change the wording to reflect that the
870         Android Version is no longer just the little brother of the iOS
871         version.
873 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
875         * org.texi (Key bindings and useful functions): Updated babel key
876         binding documentation in manual.
878 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
880         * org.texi (noweb): Document new noweb header value.
882 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
884         * org.texi (noweb-sep): Document new header argument.
886 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
888         * org.texi (noweb-ref): Documentation of this new custom variable.
890 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
892         * org.texi (wrap): Update the new :wrap documentation to match the
893         current implementation.
895 2012-04-01  Thomas Dye  <dk@poto.myhome.westell.com>
897         * org.texi: Added documentation for :wrap.
899 2012-04-01  Thomas Dye  <dk@poto.myhome.westell.com>
901         * org.texi: #+RESULTS now user-configurable.
903 2012-04-01  Thomas Dye  <dk@poto.myhome.westell.com>
905         * org.texi: Documented :noweb no-export.
907 2012-04-01  Thomas Dye  <dk@poto.local>
909         * org.texi: Edit :noweb no header argument for correctness.
911 2012-04-01  Bastien Guerry  <bzg@altern.org>
913         * org.texi (Customization): Update the approximate number of Org
914         variables.
916 2012-04-01  Thomas Dye  <dk@poto.local>
918         * org.texi: The :results wrap produces a drawer instead of a
919         begin_results block.
921 2012-03-22  Peder O. Klingenberg  <peder@klingenberg.no>  (tiny change)
923         * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
924         reflect the new default.
926 2012-03-10  Eli Zaretskii  <eliz@gnu.org>
928         * info.texi (Expert Info): Move the index entry for "Texinfo" from
929         "Getting Started" to this node.  (Bug#10450)
931 2012-03-10  Chong Yidong  <cyd@gnu.org>
933         * flymake.texi (Example -- Configuring a tool called via make):
934         Mention the Automake COMPILE variable (Bug#8715).
936         * info.texi (Getting Started): Add an index entry (Bug#10450).
938 2012-03-02  Michael Albinus  <michael.albinus@gmx.de>
940         * dbus.texi (Signals): Known names will be mapped onto unique
941         names, when registering for signals.
943 2012-02-29  Glenn Morris  <rgm@gnu.org>
945         * url.texi: Fix quote usage in body text.
947         * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
949         * cl.texi: Use @code{} in menus when appropriate.
951 2012-02-28  Glenn Morris  <rgm@gnu.org>
953         * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
954         * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
955         * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
956         * org.texi, sc.texi, vip.texi, viper.texi:
957         Standardize possessive apostrophe usage.
959 2012-02-26  Chong Yidong  <cyd@gnu.org>
961         * ediff.texi (Quick Help Commands): Add a couple of index entries
962         (Bug#10834).
964 2012-02-17  Glenn Morris  <rgm@gnu.org>
966         * gnus.texi (Posting Styles):
967         * remember.texi (Org): Fix cross-refs to other manuals.
969 2012-02-15  Glenn Morris  <rgm@gnu.org>
971         * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
972         (Encryption): New chapter, split out from previous.
974 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
976         * gnus.texi (Customizing the IMAP Connection): Mention
977         nnimap-record-commands.
979 2012-02-10  Glenn Morris  <rgm@gnu.org>
981         * url.texi (Retrieving URLs): Update url-retrieve arguments.
982         Mention url-queue-retrieve.
984 2012-02-09  Glenn Morris  <rgm@gnu.org>
986         * sem-user.texi (Semantic mode user commands): Typo fix.
988         * info.texi (Create Info buffer): Mention info-display-manual.
990 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
992         * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
993         example (modified from an example by Michael Albinus).
995 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
997         * gnus.texi (Agent Basics): Fix outdated description of
998         `gnus-agent-auto-agentize-methods'.
1000 2012-01-28  Andreas Schwab  <schwab@linux-m68k.org>
1002         * cc-mode.texi: Always @defindex ss.
1003         (Config Basics): Fix argument of @itemize.
1004         (Macro Backslashes): Add @code around index entry.
1006 2012-01-23  Glenn Morris  <rgm@gnu.org>
1008         * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
1010 2012-01-19  Eric Hanchrow  <eric.hanchrow@gmail.com>
1012         * tramp.texi (File): Tweak wording for the `scpc' option.
1014 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1016         * gnus.texi (Group Parameters): Really note precedence.
1018 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1020         * gnus.texi (Group Parameters): Note precedence.
1022 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
1024         * org.texi (Noweb reference syntax): Adding documentation of
1025         the `*org-babel-use-quick-and-dirty-noweb-expansion*'
1026         variable.
1028 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1030         * org.texi (Plain lists): Split the table to fix the display
1031         of items.
1033 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1035         * org.texi (Plain lists): Fix misplaced explanation.
1037 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1039         * org.texi (Plain lists, Agenda files): Add index entries.
1041 2012-01-03  Julian Gehring  <julian.gehring@googlemail.com>
1043         * org.texi: Use "Org mode" instead of alternatives like
1044         "Org-mode" or "org-mode".
1046 2012-01-03  Bernt Hansen  <bernt@norang.ca>
1048         * org.texi (Agenda commands): Document
1049         `org-clock-report-include-clocking-task'.
1051 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1053         * org.texi (Checkboxes): Document the new behavior of `C-u C-c
1054         C-c' on checkboxes.
1056 2012-01-03  Julian Gehring  <julian.gehring@googlemail.com>
1058         * org.texi: End sentences with two spaces.
1060 2012-01-03  Michael Brand  <michael.ch.brand@gmail.com>
1062         * org.texi (External links): Document the link types file+sys
1063         and file+emacs, slightly narrow used page width.
1065 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
1067         * org.texi (colnames): Note that colnames behavior may differ
1068         across languages.
1070 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1072         * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
1074 2012-01-03  Thomas Dye  <dk@poto.westell.com>
1076         * org.texi: Augmented discussion of babel property
1077         inheritance.  Put footnote outside sentence ending period.
1079 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
1081         * org.texi (eval): Documenting the full range of :eval header
1082         argument values.
1084 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
1086         * org.texi (eval): Documentation of the new :eval option.
1088 2012-01-03  Thomas Dye  <dk@poto.local>
1090         * org.texi: Add accumulated properties.
1092 2012-01-03  Thomas Dye  <dk@poto.local>
1094         * org.texi: Documented no spaces in name=assign, another
1095         correction to :var table.
1097 2012-01-03  Thomas Dye  <dk@poto.local>
1099         * org.texi: Changed DATA to NAME in Working With Source Code
1100         section.
1102 2012-01-03  Tom Dye  <tsd@tsdye.com>
1104         * org.texi: Minor change to :var table.
1106 2012-01-03  Tom Dye  <tsd@tsdye.com>
1108         * org.texi: More changes to :var table (some examples were wrong).
1110 2012-01-03  Tom Dye  <tsd@tsdye.com>
1112         * org.texi: Cleaned up :var table.
1114 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1116         * org.texi (Timestamps, Weekly/daily agenda)
1117         (Weekly/daily agenda): Add @cindex for "appointment".
1119 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
1121         * org.texi (Literal examples): A new link to the template for
1122         inserting empty code blocks.
1123         (Structure of code blocks): A new link to the template for
1124         inserting empty code blocks.
1126 2012-01-03  Rafael Laboissiere  <rafael@laboissiere.net>  (tiny change)
1128         * org.texi (External links): Add footnote on how the behavior
1129         of the text search in Org files are controled by the variable
1130         `org-link-search-must-match-exact-headline'.
1132 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
1134         * org.texi (Buffer-wide header arguments): Update
1135         documentation to reflect removal of #+PROPERTIES.
1137 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
1139         * org.texi (The clock table): Mention that ACHIVED trees
1140         contribute to the clock table.
1142 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
1144         * org.texi (Conflicts): Better yasnippet config info.
1146 2012-01-03  Bastien Guerry  <bzg@gnu.org>  (tiny change)
1148         * org.texi (Selective export): Explicitely mention the default
1149         values for `org-export-select-tags',
1150         `org-export-exclude-tags'.
1152 2012-01-03  Tom Dye  <tsd@tsdye.com>
1154         * org.texi: Added a line to specify that header arguments are
1155         lowercase.
1157 2012-01-03  Tom Dye  <tsd@tsdye.com>
1159         * org.texi: :var requires default value when declared.
1161 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1163         * org.texi (Handling links): Add a note about the
1164         `org-link-frame-setup' option.
1166 2012-01-03  David Maus  <dmaus@ictsoc.de>
1168         * org.texi (Exporting Agenda Views, Extracting agenda
1169         information): Fix command line syntax, quote symbol parameter
1170         values.
1172 2012-01-03  David Maus  <dmaus@ictsoc.de>
1174         * org.texi (Exporting Agenda Views): Fix command line syntax.
1176 2011-12-28  Paul Eggert  <eggert@cs.ucla.edu>
1178         * gnus.texi (Mail Source Customization, Mail Back End Variables):
1179         Use octal notation for file permissions, which are normally
1180         thought of in octal.
1181         (Mail Back End Variables): Use more-plausible modes in example.
1183 2011-12-20  Alan Mackenzie  <acm@muc.de>
1185         * cc-mode.texi: Update version string 5.31 -> 5.32.
1187 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
1189         * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
1191 2011-11-24  Glenn Morris  <rgm@gnu.org>
1193         * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
1195 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
1197         * makefile.w32-in: Update dependencies.
1199 2011-11-20  Glenn Morris  <rgm@gnu.org>
1201         * gnus.texi (Group Information):
1202         Remove gnus-group-fetch-faq, command deleted 2010-09-24.
1204 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1206         * gnus-coding.texi (Gnus Maintenance Guide):
1207         Rename from "Gnus Maintainance Guide".
1209         * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
1210         * eieio.texi (Customizing):
1211         * gnus.texi (Article Washing):
1212         * gnus-news.texi:
1213         * sem-user.texi (Smart Jump): Fix typos.
1215 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1217         * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
1219 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
1221         * ede.texi (project-am-texinfo):
1222         * gnus.texi (Sending or Not Sending):
1223         * org.texi (Template elements): Fix typos.
1225 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
1227         * ediff.texi (Hooks):
1228         * sem-user.texi (Semanticdb Roots): Fix typos.
1230 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
1232         * semantic.texi (Tag handling): Fix typo.
1234 2011-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1236         * gnus.texi (Other Gnus Versions): Remove.
1238 2011-10-28  Alan Mackenzie  <acm@muc.de>
1240         * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
1241         (Other Special Indentations): Add an xref to "Macros with ;".
1242         (Customizing Macros): Add stuff about syntax in macros.  Add an xref to
1243         "Macros with ;".
1244         (Macros with ;): New page.
1246         * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
1247         Document the new handling of nested scopes for movement by defuns.
1249 2011-10-23  Michael Albinus  <michael.albinus@gmx.de>
1251         Sync with Tramp 2.2.3.
1253         * trampver.texi: Update release number.
1255 2011-10-14  Glenn Morris  <rgm@gnu.org>
1257         * ert.texi (Introduction, How to Run Tests)
1258         (Running Tests Interactively, Expected Failures)
1259         (Tests and Their Environment, Useful Techniques)
1260         (Interactive Debugging, Fixtures and Test Suites):
1261         Minor rephrasings.
1262         (Running Tests Interactively, The @code{should} Macro): Add xrefs.
1263         (Running Tests in Batch Mode): Simplify loading instructions.
1264         (Test Selectors): Clarify some selectors.
1265         (Expected Failures, Useful Techniques):
1266         Make examples fit in 80 columns.
1268 2011-10-13  Jay Belanger  <jay.p.belanger@gmail.com>
1270         * calc.texi (Basic Operations on Units): Discuss temperature
1271         conversion (`u t') alongside with other unit conversions ('u c').
1273 2011-10-12  Glenn Morris  <rgm@gnu.org>
1275         * ert.texi: Whitespace trivia to make main menu items line up better.
1277 2011-10-08  Glenn Morris  <rgm@gnu.org>
1279         * Makefile.in: Fix ert rules.
1281 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1283         * gnus.texi (Gnus Utility Functions): Add more references and
1284         explanations (bug#9683).
1286 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1288         * gnus.texi (Archived Messages): Note the default (bug#9552).
1290 2011-09-21  Bill Wohler  <wohler@newt.com>
1292         Release MH-E manual version 8.3.
1294         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
1295         release 8.3.
1296         (Preface): Updated support information.
1297         (From Bill Wohler): Reset text to original version.  As a
1298         historical quote, the tense should be correct in the time that it
1299         was written.
1301 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1303         * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
1304         (Finding the News): Doc clarification.
1305         (Terminology): Mention naming.
1307 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1309         * gnus.texi: Remove mentions of `recent', which are now obsolete.
1310         (Interactive): Document `quiet'.
1312 2011-08-15  Suvayu Ali  <fatkasuvayu+linux@gmail.com>  (tiny change)
1314         * org.texi (Images in LaTeX export): Rewrite.
1316 2011-08-15  Bastien Guerry  <bzg@gnu.org>
1318         * org.texi (Using the mapping API): Mention 'region as a possible
1319         scope for `org-map-entries'.
1321 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1323         * org.texi (Visibility cycling): Document `org-copy-visible'.
1325 2011-08-15  Bastien Guerry  <bzg@gnu.org>
1327         * org.texi (Template expansion): Order template sequences in the
1328         proper order.
1330 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1332         * org.texi (eval): Expand discussion of the :eval header argument.
1334 2011-08-15  Bastien Guerry  <bzg@gnu.org>
1336         * org.texi (Languages): Add Lilypond and Awk as supported
1337         languages.
1339 2011-08-15  Achim Gratz  <stromeko@nexgo.de>
1341         * org.texi: Document that both CLOCK_INTO_DRAWER and
1342         LOG_INTO_DRAWER can be used to override the contents of variable
1343         org-clock-into-drawer (or if unset, org-log-into-drawer).
1345         * org.texi: Replace @xref->@pxref.
1347 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1349         * org.texi (Evaluating code blocks): Documenting the new option
1350         for inline call lines.
1352 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1354         * org.texi (Results of evaluation): More explicit about the
1355         mechanism through which interactive evaluation of code is
1356         performed.
1358 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1360         * org.texi (noweb-ref): New header argument documentation.
1362 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1364         * org.texi (Extracting source code): Documentation of the new
1365         org-babel-tangle-named-block-combination variable.
1367 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1369         * org.texi (Structure of code blocks): Explicitly state that the
1370         behavior of multiple blocks of the same name is undefined.
1372 2011-08-15  Christian Egli  <christian.egli@sbszh.ch>
1374         * org.texi (TaskJuggler export): Modify the example to reflect the
1375         new effort durations.
1377 2011-08-15  David Maus  <dmaus@ictsoc.de>
1379         * org.texi (Images in LaTeX export): Escape curly brackets in
1380         LaTeX example.
1382 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1384         * org.texi (The clock table): Document the :properties and
1385         :inherit-props arguments for the clocktable.
1387 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1389         * org.texi (Tables in LaTeX export): Document specifying placement
1390         options for tables.
1392 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1394         * org.texi (Evaluating code blocks): More specific documentation
1395         about the different types of header arguments.
1397 2011-08-15  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
1399         * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
1401 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1403         * org.texi (Built-in table editor): Document the table field
1404         follow mode.
1406 2011-08-15  Robert P. Goldman  <rpgoldman@real-time.com>
1408         * org.texi (Easy Templates): Document new template.
1410 2011-08-15  Robert P. Goldman  <rpgoldman@real-time.com>
1412         * org.texi (Literal examples): Add a cross-reference from "Literal
1413         Examples" to "Easy Templates."
1415 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1417         * org.texi (The clock table): Add link to match syntax.
1419 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1421         * org.texi (Agenda commands): Document clock consistency checks.
1423 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1425         * org.texi (Built-in table editor): Document that \vert represents
1426         a vertical bar in a table field.
1428 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1430         * org.texi (Literal examples): Link from "Markup" > "Literate
1431         Examples" to "Working with Source Code".
1433 2011-08-15  Puneeth Chaganti  <punchagan@gmail.com>
1435         * org.texi (Agenda commands): Doc for function option to bulk
1436         action.
1438 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1440         * org.texi (Template expansion): Document new %<...> template
1441         escape.
1443 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1445         * org.texi (Selective export): Document exclusion of any tasks
1446         from export.
1448 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1450         * org.texi (Selective export): Document how to exclude DONE tasks
1451         from export.
1452         (Publishing options): Document the properties to be used to turn off
1453         export of DONE tasks.
1455 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1457         * org.texi (The date/time prompt): Document date range protection.
1459 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1461         * org.texi (padline): Documentation of the new padline header
1462         argument.
1464 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1466         * org.texi (var): Adding "[" to list of characters triggering
1467         elisp evaluation.
1469 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1471         * org.texi (var): Documentation of Emacs Lisp evaluation during
1472         variable assignment.
1474 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1476         * org.texi (colnames): Reference indexing into variables, and note
1477         that colnames are *not* removed before indexing occurs.
1478         (rownames): Reference indexing into variables, and note that
1479         rownames are *not* removed before indexing occurs.
1481 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1483         * org.texi (var): Clarification of indexing into tabular
1484         variables.
1486 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1488         * org.texi (results): Documentation of the `:results wrap' header
1489         argument.
1491 2011-08-15  Bastien Guerry  <bzg@gnu.org>
1493         * org.texi (LaTeX and PDF export): Add a note about a limitation
1494         of the LaTeX export: the org file has to be properly structured.
1496 2011-08-15  Bastien Guerry  <bzg@gnu.org>
1498         * org.texi (Dynamic blocks, Structure editing): Mention
1499         the function `org-narrow-to-block'.
1501 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1503         * org.texi (Languages): Updating list of code block supported
1504         languages.
1506 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1508         * org.texi (Special properties): CATEGORY is a special property,
1509         but it may also used in the drawer.
1511 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1513         * org.texi (mkdirp): Documentation of the :mkdirp header argument.
1515 2011-08-15  Puneeth Chaganti  <punchagan@gmail.com>
1517         * org.texi (Include files): Document :lines.
1519 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1521         * org.texi (comments): Documentation of the ":comments noweb" code
1522         block header argument.
1524 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1526         * org.texi (Conflicts): Changed "yasnippets" to "yasnippet" and
1527         added extra whitespace around functions to be consistent with the
1528         rest of the section.
1530 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1532         * org.texi (Evaluating code blocks): Expanded discussion of
1533         #+call: line syntax.
1534         (Header arguments in function calls): Expanded discussion of
1535         #+call: line syntax.
1537 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1539         * org.texi (Evaluating code blocks): More explicit about how to
1540         pass variables to #+call lines.
1542 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1544         * org.texi (Results of evaluation): Link to the :results header
1545         argument list from the "Results of evaluation" section.
1547 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1549         * org.texi (Conflicts): Adding additional information about
1550         resolving org/yasnippet conflicts.
1552 2011-08-15  David Maus  <dmaus@ictsoc.de>
1554         * org.texi (Publishing options): Document style-include-scripts
1555         publishing project property.
1557 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1559         * org.texi (Sparse trees): Document the next-error /
1560         previous-error functionality.
1562 2011-08-15  Tom Dye  <tsd@tsdye.com>
1564         * org.texi (cache): Improved documentation of code block caches.
1566 2011-08-15  Tom Dye  <tsd@tsdye.com>
1568         * org.texi (Code block specific header arguments): Documentation
1569         of multi-line header arguments.
1571 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1573         * org.texi (Code evaluation security): Add example for using a
1574         function.
1576 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1578         * org.texi (Tables in LaTeX export): Documentation of new
1579         attr_latex options for tables.
1581 2011-08-03  Michael Albinus  <michael.albinus@gmx.de>
1583         * trampver.texi: Update release number.
1585 2011-07-30  Michael Albinus  <michael.albinus@gmx.de>
1587         Sync with Tramp 2.2.2.
1589         * trampver.texi: Update release number.
1591 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1593         * flymake.texi (Example -- Configuring a tool called via make):
1594         Use /dev/null instead of the Windows "nul" (bug#8715).
1596 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1598         * widget.texi (Setting Up the Buffer): Remove mention of the
1599         global keymap parent, which doesn't seem to be accurate
1600         (bug#7045).
1602 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1604         * org.texi (Special agenda views): Fix double quoting (bug#3509).
1606 2010-07-10  Kevin Ryde  <user42@zip.com.au>
1608         * cl.texi (For Clauses): Add destructuring example processing an
1609         alist (bug#6596).
1611 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1613         * ediff.texi (Major Entry Points): Remove mention of `require',
1614         since that's not pertinent in the installed Emacs (bug#9016).
1616 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1618         * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
1619         (Filtering New Groups): Clarify how simple the "options -n" format is.
1620         (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
1621         is internal.
1623 2011-07-04  Michael Albinus  <michael.albinus@gmx.de>
1625         * tramp.texi (Cleanup remote connections): Add
1626         `tramp-cleanup-this-connection'.
1628 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1630         * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
1631         zombies.
1632         (Checking New Groups): Ditto (bug#8974).
1633         (Checking New Groups): Moved the reference to the right place.
1635 2011-07-03  Dave Abrahams  <dave@boostpro.com>  (tiny change)
1637         * gnus.texi (Startup Files): Clarify that we're talking about numbered
1638         backups, and not actual vc (bug#8975).
1640 2011-07-03  Kevin Ryde  <user42@zip.com.au>
1642         * cl.texi (For Clauses): @items for hash-values and key-bindings
1643         to make them more visible when skimming.  Add examples of `using'
1644         clause to them, examples being clearer than a description in
1645         words (bug#6599).
1647 2011-07-01  Alan Mackenzie  <acm@muc.de>
1649         * cc-mode.texi (Guessing the Style): New page.
1650         (Styles): Add a short introduction to above.
1652 2011-06-28  Deniz Dogan  <deniz@dogan.se>
1654         * rcirc.texi (Configuration): Bug-fix:
1655         `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
1656         Reported by Elias Pipping <pipping@exherbo.org>.
1658 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1660         * gnus.texi (Summary Mail Commands): Document
1661         `gnus-summary-reply-to-list-with-original'.
1663 2011-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1665         * eshell.texi (Known problems): Fix typo.
1667 2011-06-12  Michael Albinus  <michael.albinus@gmx.de>
1669         * tramp.texi (Customizing Completion): Mention authinfo-style files.
1670         (Password handling): `auth-source-debug' is good for debug messages.
1672 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
1674         * gnus.texi (Store custom flags and keywords): Refer to
1675         `gnus-registry-article-marks-to-{chars,names}' instead of
1676         `gnus-registry-user-format-function-{M,M2}'.
1678 2011-05-27  Paul Eggert  <eggert@cs.ucla.edu>
1680         * texinfo.tex: Merge from gnulib.
1682 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
1684         * gnus.texi (Gnus Registry Setup): Rename from "Setup".
1685         (Store custom flags and keywords):
1686         Mention `gnus-registry-user-format-function-M' and
1687         `gnus-registry-user-format-function-M2'.
1689 2011-05-17  Paul Eggert  <eggert@cs.ucla.edu>
1691         * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
1693 2011-05-17  Glenn Morris  <rgm@gnu.org>
1695         * gnus.texi (Face): Fix typo.
1697 2011-05-14  Glenn Morris  <rgm@gnu.org>
1699         * dired-x.texi (Omitting Examples): Minor addition.
1701 2011-05-10  Jim Meyering  <meyering@redhat.com>
1703         * ede.texi: Fix typo "or or -> or".
1705 2011-05-03  Peter Münster  <pmlists@free.fr>  (tiny change)
1707         * gnus.texi (Summary Buffer Lines):
1708         gnus-summary-user-date-format-alist does not exist.
1709         (Sorting the Summary Buffer): More about sorting threads.
1711 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
1713         * trampver.texi: Update release number.
1715 2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
1717         * tramp.texi (Frequently Asked Questions): New item for disabling
1718         Tramp in other packages.
1720 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
1722         * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
1723         (Fancy splitting to parent, Store arbitrary data):
1724         Updated gnus-registry docs.
1726 2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
1728         * ede.texi: Fix typos.
1730 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1732         * gnus.texi (Window Layout): @itemize @code doesn't exist.
1733         It's @table @code.
1735 2011-03-19  Antoine Levitt  <antoine.levitt@gmail.com>
1737         * gnus.texi (Listing Groups): Document gnus-group-list-ticked.
1739 2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
1741         * calc.texi (Logarithmic Units): Update the function names.
1743 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1745         * message.texi (Various Commands): Document format specs in the
1746         ellipsis.
1748 2011-03-15  Antoine Levitt  <antoine.levitt@gmail.com>
1750         * message.texi (Insertion Variables): Document message-cite-style.
1752 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
1754         * tramp.texi (Remote processes): New subsection "Running shell on
1755         a remote host".
1757 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1759         * auth.texi (Help for developers): Update docs to explain that the
1760         :save-function will only run the first time.
1762 2011-03-12  Glenn Morris  <rgm@gnu.org>
1764         * Makefile.in (emacs-faq.html): Fix some more cross-refs.
1765         (emacs-faq.text): New target.
1766         (clean): Add emacs-faq.
1768 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
1770         Sync with Tramp 2.2.1.
1772         * trampver.texi: Update release number.
1774 2011-03-11  Glenn Morris  <rgm@gnu.org>
1776         * Makefile.in (HTML_TARGETS): New.
1777         (clean): Delete $HTML_TARGETS.
1778         (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
1780 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
1782         * auth.texi (Help for developers): Show example of using
1783         `auth-source-search' with prompts and :save-function.
1785 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1787         * Version 23.3 released.
1789 2011-03-07  Antoine Levitt  <antoine.levitt@gmail.com>
1791         * message.texi (Message Buffers): Update default value of
1792         message-generate-new-buffers.
1794 2011-03-06  Jay Belanger  <jay.p.belanger@gmail.com>
1796         * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
1797         and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
1798         respectively.
1799         (Musical Notes): New section.
1800         (Customizing Calc): Mention the customizable variable
1801         calc-note-threshold.
1803 2011-03-03  Glenn Morris  <rgm@gnu.org>
1805         * url.texi (Dealing with HTTP documents): Remove reference to
1806         function url-decode-text-part; never seems to have existed.  (Bug#6038)
1807         (Configuration): Update url-configuration-directory description.
1809 2011-03-02  Glenn Morris  <rgm@gnu.org>
1811         * dired-x.texi (Multiple Dired Directories): Remove mentions
1812         of dired-default-directory-alist and dired-default-directory.
1813         Move dired-smart-shell-command here...
1814         (Miscellaneous Commands): ... from here.
1816 2011-03-02  Paul Eggert  <eggert@cs.ucla.edu>
1818         * texinfo.tex: Update to version 2011-02-24.09.
1820 2011-03-02  Glenn Morris  <rgm@gnu.org>
1822         * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
1823         instead of the obsoleted dired-omit-here-always.
1825 2011-02-28  Michael Albinus  <michael.albinus@gmx.de>
1827         * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
1828         supported systems.
1830 2011-02-28  Glenn Morris  <rgm@gnu.org>
1832         * dbus.texi (Type Conversion): Grammar fix.
1834 2011-02-23  Michael Albinus  <michael.albinus@gmx.de>
1836         * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
1837         "Debian GNU/Linux".
1839         * trampver.texi [xemacs]: Set emacsothername to "Emacs".
1841 2011-02-23  Glenn Morris  <rgm@gnu.org>
1843         * dired-x.texi (Features): Minor rephrasing.
1844         (Local Variables): Fix typos.
1846         * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
1847         Standardize some Emacs/XEmacs terminology.
1849         * dired-x.texi (Features): Don't advertise obsolete local variables.
1850         Simplify layout.
1851         (Omitting Variables): Update local variables example.
1852         (Local Variables): Say this is obsolete.  Fix description of
1853         dired-enable-local-variables possible values.
1855 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
1857         * auth.texi (Help for users): Mention ~/.netrc is also searched by
1858         default now.
1860 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1862         * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
1864 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1866         * gnus.texi (Window Layout): Document layout names.
1868 2011-02-19  Eli Zaretskii  <eliz@gnu.org>
1870         * ada-mode.texi: Sync @dircategory with ../../info/dir.
1871         * auth.texi: Sync @dircategory with ../../info/dir.
1872         * autotype.texi: Sync @dircategory with ../../info/dir.
1873         * calc.texi: Sync @dircategory with ../../info/dir.
1874         * cc-mode.texi: Sync @dircategory with ../../info/dir.
1875         * cl.texi: Sync @dircategory with ../../info/dir.
1876         * dbus.texi: Sync @dircategory with ../../info/dir.
1877         * dired-x.texi: Sync @dircategory with ../../info/dir.
1878         * ebrowse.texi: Sync @dircategory with ../../info/dir.
1879         * ede.texi: Sync @dircategory with ../../info/dir.
1880         * ediff.texi: Sync @dircategory with ../../info/dir.
1881         * edt.texi: Sync @dircategory with ../../info/dir.
1882         * eieio.texi: Sync @dircategory with ../../info/dir.
1883         * emacs-mime.texi: Sync @dircategory with ../../info/dir.
1884         * epa.texi: Sync @dircategory with ../../info/dir.
1885         * erc.texi: Sync @dircategory with ../../info/dir.
1886         * eshell.texi: Sync @dircategory with ../../info/dir.
1887         * eudc.texi: Sync @dircategory with ../../info/dir.
1888         * flymake.texi: Sync @dircategory with ../../info/dir.
1889         * forms.texi: Sync @dircategory with ../../info/dir.
1890         * gnus.texi: Sync @dircategory with ../../info/dir.
1891         * idlwave.texi: Sync @dircategory with ../../info/dir.
1892         * mairix-el.texi: Sync @dircategory with ../../info/dir.
1893         * message.texi: Sync @dircategory with ../../info/dir.
1894         * mh-e.texi: Sync @dircategory with ../../info/dir.
1895         * newsticker.texi: Sync @dircategory with ../../info/dir.
1896         * nxml-mode.texi: Sync @dircategory with ../../info/dir.
1897         * org.texi: Sync @dircategory with ../../info/dir.
1898         * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
1899         * pgg.texi: Sync @dircategory with ../../info/dir.
1900         * rcirc.texi: Sync @dircategory with ../../info/dir.
1901         * reftex.texi: Sync @dircategory with ../../info/dir.
1902         * remember.texi: Sync @dircategory with ../../info/dir.
1903         * sasl.texi: Sync @dircategory with ../../info/dir.
1904         * sc.texi: Sync @dircategory with ../../info/dir.
1905         * semantic.texi: Sync @dircategory with ../../info/dir.
1906         * ses.texi: Sync @dircategory with ../../info/dir.
1907         * sieve.texi: Sync @dircategory with ../../info/dir.
1908         * smtpmail.texi: Sync @dircategory with ../../info/dir.
1909         * speedbar.texi: Sync @dircategory with ../../info/dir.
1910         * trampver.texi [emacs]: Set emacsname to "Emacs".
1911         * tramp.texi: Sync @dircategory with ../../info/dir.
1912         * url.texi: Sync @dircategory with ../../info/dir.
1913         * vip.texi: Sync @dircategory with ../../info/dir.
1914         * viper.texi: Sync @dircategory with ../../info/dir.
1915         * widget.texi: Sync @dircategory with ../../info/dir.
1916         * woman.texi: Sync @dircategory with ../../info/dir.
1918 2011-02-19  Glenn Morris  <rgm@gnu.org>
1920         * dired-x.texi (Technical Details): No longer redefines
1921         dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
1922         dired-read-shell-command, or dired-find-buffer-nocreate.
1924 2011-02-18  Glenn Morris  <rgm@gnu.org>
1926         * dired-x.texi (Optional Installation File At Point): Simplify.
1928 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
1930         * auth.texi (Help for users): Use :port instead of :protocol for all
1931         auth-source docs.
1932         (GnuPG and EasyPG Assistant Configuration): Mention the default now is
1933         to have two files in `auth-sources'.
1935 2011-02-16  Glenn Morris  <rgm@gnu.org>
1937         * dired-x.texi: Use emacsver.texi to get Emacs version.
1938         * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
1939         Depend on emacsver.texi.
1941         * dired-x.texi: Drop meaningless version number.
1942         (Introduction): Remove old info.
1943         (Optional Installation Dired Jump): Autoload from dired-x.
1944         Remove incorrect info about loaddefs.el.
1945         (Bugs): Just refer to M-x report-emacs-bug.
1947         * dired-x.texi (Multiple Dired Directories): Update for rename of
1948         default-directory-alist.
1949         (Miscellaneous Commands): No longer mention very old VM version 4.
1951 2011-02-15  Paul Eggert  <eggert@cs.ucla.edu>
1953         Merge from gnulib.
1954         * texinfo.tex: Update to version 2011-02-14.11.
1956 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
1958         * auth.texi (Help for users):
1959         Login collection is "Login" and not "login".
1961 2011-02-13  Michael Albinus  <michael.albinus@gmx.de>
1963         * tramp.texi (History): Remove IMAP support.
1964         (External methods, Frequently Asked Questions): Remove `imap' and
1965         `imaps' methods.
1966         (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
1968         * trampver.texi: Remove default value of `emacsimap'.
1970 2011-02-13  Glenn Morris  <rgm@gnu.org>
1972         * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
1973         * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
1975 2011-02-12  Glenn Morris  <rgm@gnu.org>
1977         * sc.texi (Getting Connected): Remove old index entries.
1979 2011-02-12  Ulrich Mueller  <ulm@gentoo.org>
1981         * url.texi: Remove duplicate @dircategory (Bug#7942).
1983 2011-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
1985         * auth.texi (Overview, Help for users, Help for developers):
1986         Update docs.
1987         (Help for users): Talk about spaces.
1989 2011-02-09  Paul Eggert  <eggert@cs.ucla.edu>
1991         * texinfo.tex: Update to version 2011-02-07.16.
1993 2011-02-07  Michael Albinus  <michael.albinus@gmx.de>
1995         * dbus.texi (Bus names): Adapt descriptions for
1996         dbus-list-activatable-names and dbus-list-known-names.
1998 2011-02-07  Jay Belanger  <jay.p.belanger@gmail.com>
2000         * calc.texi (Logarithmic Units): New section.
2002 2011-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
2004         * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
2005         manuals use it now.
2007         * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
2009 2011-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2011         * overrides.texi: Remove.
2013         * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
2014         * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
2016 2011-02-05  Michael Albinus  <michael.albinus@gmx.de>
2018         * tramp.texi (Frequently Asked Questions): Mention problems with
2019         WinSSHD.
2021         * trampver.texi: Update release number.
2023 2011-02-05  Era Eriksson  <era+tramp@iki.fi>  (tiny change)
2025         * tramp.texi:
2026         Replace "delimet" with "delimit" globally.
2027         Replace "explicite" with "explicit" globally.
2028         Replace "instead of" with "instead" where there was nothing after "of".
2029         Audit use of comma before interrogative pronoun, "that", or "which".
2030         Minor word order, spelling, wording changes.
2032 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
2034         * overrides.texi: New file to set or clear WEBHACKDEVEL.
2036         * sieve.texi: Use WEBHACKDEVEL.
2038         * sasl.texi: Use WEBHACKDEVEL.
2040         * pgg.texi: Use WEBHACKDEVEL.
2042         * message.texi: Use WEBHACKDEVEL.
2044         * gnus.texi: Use WEBHACKDEVEL.
2046         * emacs-mime.texi: Use WEBHACKDEVEL.
2048         * auth.texi: Use WEBHACKDEVEL.
2050         * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
2051         manuals.
2053 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
2055         * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
2057 2011-02-03  Paul Eggert  <eggert@cs.ucla.edu>
2059         * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
2060         which in turn is copied from ftp://tug.org/tex/.
2062 2011-02-03  Glenn Morris  <rgm@gnu.org>
2064         * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
2065         (Binding combinations of modifiers and function keys):
2066         Let's assume people reading this are not using Emacs 18.
2068 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2070         * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
2071         since it's run automatically.
2073 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2075         * gnus.texi (Customizing Articles): Fix typo.
2077 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2079         * gnus.texi (Customizing Articles): Document the new way of customizing
2080         the date headers(s).
2082 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2084         * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
2085         splitting example.
2087 2011-01-29  Eli Zaretskii  <eliz@gnu.org>
2089         * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
2090         (MAKEINFO_OPTS): New variable.
2091         (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
2092         ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
2093         ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
2094         ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
2095         ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
2096         ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
2097         ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
2098         ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
2099         ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
2100         ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
2101         ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
2102         ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
2103         ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
2104         ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
2105         ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
2106         ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
2107         ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
2108         ($(infodir)/edt): Use $(MAKEINFO_OPTS).
2110 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2112         * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
2114 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
2116         * message.texi (IDNA): Explain what it is.
2118 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2120         * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
2122 2011-01-23  Werner Lemberg  <wl@gnu.org>
2124         * Makefile.in (MAKEINFO): Now controlled by `configure'.
2125         (MAKEINFO_OPTS): New variable.  Use it where appropriate.
2126         (ENVADD): Update.
2128 2011-01-18  Glenn Morris  <rgm@gnu.org>
2130         * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
2132 2011-01-14  Eduard Wiebe  <usenet@pusto.de>
2134         * nxml-mode.texi (Introduction): Fix file name typos.
2136 2011-01-13  Christian Ohler  <ohler@gnu.org>
2138         * ert.texi: New file.
2140         * Makefile.in:
2141         * makefile.w32-in: Add ert.texi.
2143 2011-01-10  Jan Moringen  <jan.moringen@uni-bielefeld.de>
2145         * dbus.texi (Receiving Method Calls): New function
2146         dbus-register-service.  Rearrange node.
2148 2011-01-07  Paul Eggert  <eggert@cs.ucla.edu>
2150         * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
2151         which in turn is copied from ftp://tug.org/tex/.
2153 2011-01-04  Jan Moringen  <jan.moringen@uni-bielefeld.de>
2155         * dbus.texi (Receiving Method Calls): Describe new optional
2156         parameter dont-register-service of dbus-register-{method,property}.
2158 2010-12-17  Daiki Ueno  <ueno@unixuser.org>
2160         * epa.texi (Encrypting/decrypting *.gpg files):
2161         Mention epa-file-select-keys.
2163 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2165         * gnus.texi (Archived Messages): Remove outdated text.
2167 2010-12-16  Teodor Zlatanov  <tzz@lifelogs.com>
2169         * gnus.texi (Foreign Groups): Add clarification of foreign groups.
2171 2010-12-15  Andrew Cohen  <cohen@andy.bu.edu>
2173         * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
2175 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
2177         * gnus.texi (The swish++ Engine): Add customizable parameters
2178         descriptions.
2179         (The swish-e Engine): Ditto.
2181 2010-12-14  Michael Albinus  <michael.albinus@gmx.de>
2183         * tramp.texi (Inline methods): Add "ksu" method.
2184         (Remote processes): Add example with remote `default-directory'.
2186 2010-12-14  Glenn Morris  <rgm@gnu.org>
2188         * faq.texi (Expanding aliases when sending mail):
2189         Now build-mail-aliases is interactive.
2191 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
2193         * gnus.texi: First pass at adding (rough) nnir documentation.
2195 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2197         * gnus.texi (Filtering New Groups):
2198         Mention gnus-auto-subscribed-categories.
2199         (The First Time): Remove, since default-subscribed-newsgroups has been
2200         removed.
2202 2010-12-13  Glenn Morris  <rgm@gnu.org>
2204         * cl.texi (For Clauses): Small fixes for frames and windows.
2206 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
2208         * org.texi (Using capture): Document using prefix arguments for
2209         finalizing capture.
2210         (Agenda commands): Document prefix argument for the bulk scatter
2211         command.
2212         (Beamer class export): Document that also overlay arguments can be
2213         passed to the column environment.
2214         (Template elements): Document the new entry type.
2216 2010-12-11  Puneeth Chaganti  <punchagan@gmail.com>
2218         * org.texi (Include files): Document :minlevel.
2220 2010-12-11  Julien Danjou  <julien@danjou.info>
2222         * org.texi (Categories): Document category icons.
2224 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
2226         * org.texi (noweb): Fix typo.
2228 2010-12-06  Tassilo Horn  <tassilo@member.fsf.org>
2230         * gnus.texi (Server Commands): Point to the rest of the server
2231         commands.
2233 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2235         * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
2236         g'.
2238 2010-12-02  Julien Danjou  <julien@danjou.info>
2240         * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
2242 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2244         * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
2245         (Direct Functions): Note the STARTTLS upgrade.
2247 2010-11-27  Glenn Morris  <rgm@gnu.org>
2248             James Clark  <none@example.com>
2250         * nxml-mode.texi (Introduction): New section.
2252 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2254         * gnus.texi (Server Commands): Document gnus-server-show-server.
2256 2010-11-20  Michael Albinus  <michael.albinus@gmx.de>
2258         Sync with Tramp 2.2.0.
2260         * trampver.texi: Update release number.
2262 2010-11-19  Jay Belanger  <jay.p.belanger@gmail.com>
2264         * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
2265         Mention that the TeX specific units won't use the `tex' prefix
2266         in TeX mode.
2268 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2270         * gnus.texi (Misc Article): Document gnus-inhibit-images.
2272 2010-11-17  Glenn Morris  <rgm@gnu.org>
2274         * edt.texi: Remove information about Emacs 19.
2276 2010-11-17  Michael Albinus  <michael.albinus@gmx.de>
2278         * trampver.texi: Update release number.
2280 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2282         * gnus.texi (Article Washing): Fix typo.
2284 2010-11-11  Noorul Islam  <noorul@noorul.com>
2286         * org.texi: Fix typo.
2288 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2290         * org.texi (Using capture): Explain that refiling is
2291         sensitive to cursor position.
2293 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2295         * org.texi (Images and tables): Add cross reference to link section.
2297 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2299         * org.texi: Document the <c> cookie.
2301 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2303         * org.texi: Multi-line header arguments :PROPERTIES: :ID:
2304         b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
2306 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2308         * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
2310 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2312         * org.texi (Project alist): Mention that this is a property list.
2314 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2316         * org.texi (Setting up the staging area): Document that
2317         file names remain visible when encrypting the MobileOrg files.
2319 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2321         * org.texi (Setting up the staging area): Document which
2322         versions are needed for encryption.
2324 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2326         * org.texi (noweb): Update :noweb documentation to
2327         reflect the new "tangle" argument.
2329 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2331         * org.texi (Batch execution): Improve tangling script in
2332         documentation.
2334 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2336         * org.texi (Handling links):
2337         (In-buffer settings): Document inlining images on startup.
2339 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2341         * org.texi (Setting up the staging area): Document use of
2342         crypt password.
2344 2010-11-11  David Maus  <dmaus@ictsoc.de>
2346         * org.texi (Template expansion): Add date related link type escapes.
2348 2010-11-11  David Maus  <dmaus@ictsoc.de>
2350         * org.texi (Template expansion): Add mew in table for link type
2351         escapes.
2353 2010-11-11  David Maus  <dmaus@ictsoc.de>
2355         * org.texi (Template expansion): Fix typo in link type escapes.
2357 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2359         * org.texi (Structure of code blocks): Another documentation tweak.
2361 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2363         * org.texi (Structure of code blocks): Documentation tweak.
2365 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2367         * org.texi (Structure of code blocks):
2368         Update documentation to mention inline code block syntax.
2370 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2372         * org.texi (comments): Improve wording.
2374 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2376         * org.texi (comments): Document the new :comments header arguments.
2378 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2380         * org.texi (Installation): Remove the special
2381         installation instructions for XEmacs.
2383 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
2385         * org.texi (Easy Templates): New section.  Documents quick
2386         insertion of empty structural elements.
2388 2010-11-11  Noorul Islam  <noorul@noorul.com>
2390         * org.texi: Fix doc.
2392 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
2394         * org.texi (The date/time prompt): Document specification
2395         of time ranges.
2397 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2399         * org.texi (Internal links): Document the changes in
2400         internal links.
2402 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2404         * org.texi (Agenda commands): Document the limitation for
2405         the filter preset - it can only be used for an entire agenda
2406         view, not in an individual block in a block agenda.
2408 2010-11-11  Eric S Fraga  <e.fraga@ucl.ac.uk>
2410         * org.texi (iCalendar export): Document alarm creation.
2412 2010-11-10  Michael Albinus  <michael.albinus@gmx.de>
2414         * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
2416 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2418         * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
2420 2010-11-09  Jay Belanger  <jay.p.belanger@gmail.com>
2422         * calc.texi: Use emacsver.texi to determine Emacs version.
2424 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2426         * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
2427         since that works by default.
2429 2010-11-03  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2431         * gnus.texi (Customizing the IMAP Connection): Document
2432         `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
2434 2010-11-04  Michael Albinus  <michael.albinus@gmx.de>
2436         * tramp.texi (Remote shell setup): New item "Interactive shell
2437         prompt".  Reported by Christian Millour <cm@abtela.com>.
2438         (Remote shell setup, Remote processes): Use @code{} for
2439         environment variables.
2441 2010-11-03  Glenn Morris  <rgm@gnu.org>
2443         * ediff.texi (Quick Help Commands, Miscellaneous):
2444         * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
2446 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2448         * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
2450 2010-10-31  Glenn Morris  <rgm@gnu.org>
2452         * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
2454 2010-10-31  Glenn Morris  <rgm@gnu.org>
2456         * cc-mode.texi: Remove reference to defunct viewcvs URL.
2458 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2460         * gnus.texi (Client-Side IMAP Splitting):
2461         Mention nnimap-unsplittable-articles.
2463 2010-10-29  Julien Danjou  <julien@danjou.info>
2465         * gnus.texi (Finding the News): Remove references to obsoletes
2466         variables `gnus-nntp-server' and `gnus-secondary-servers'.
2468 2010-10-29  Eli Zaretskii  <eliz@gnu.org>
2470         * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
2471         (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
2472         ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
2473         ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
2475 2010-10-28  Glenn Morris  <rgm@gnu.org>
2477         * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
2478         (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
2479         ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
2481 2010-10-25  Daiki Ueno  <ueno@unixuser.org>
2483         * epa.texi (Mail-mode integration): Add alternative key bindings
2484         for epa-mail commands; escape comma.
2485         Don't use the word "PGP", since it is a non-free program.
2487 2010-10-24  Jay Belanger  <jay.p.belanger@gmail.com>
2489         * calc.texi: Use emacsver.texi to determine Emacs version.
2491 2010-10-24  Juanma Barranquero  <lekktu@gmail.com>
2493         * gnus.texi (Group Parameters, Buttons): Fix typos.
2495 2010-10-22  Tassilo Horn  <tassilo@member.fsf.org>
2497         * gnus.texi (Subscription Commands): Mention that you can also
2498         subscribe to new groups via the Server buffer, which is probably more
2499         convenient when subscribing to many groups.
2501 2010-10-21  Julien Danjou  <julien@danjou.info>
2503         * message.texi (Message Headers): Allow message-default-headers to be a
2504         function.
2506 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2508         * gnus-news.texi: Mention new archive defaults.
2510 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2512         * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
2514 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2516         * gnus.texi (HTML): Document the function value of
2517         gnus-blocked-images.
2518         (Article Washing): shr and gnus-w3m, not the direct function names.
2520 2010-10-20  Julien Danjou  <julien@danjou.info>
2522         * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
2523         variable.
2525 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2527         * gnus.texi (Customizing the IMAP Connection): The port strings are
2528         strings.
2529         (Document Groups): Mention git.
2531 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2533         * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
2534         bzr/Gnus git sync.
2536 2010-10-15  Eli Zaretskii  <eliz@gnu.org>
2538         * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
2539         change.
2541 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2543         * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
2544         @item syntax for in-Emacs makeinfo.
2546 2010-10-13  Teodor Zlatanov  <tzz@lifelogs.com>
2548         * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
2549         trim sentence.
2551 2010-10-12  Daiki Ueno  <ueno@unixuser.org>
2553         * epa.texi (Caching Passphrases):
2554         * auth.texi (GnuPG and EasyPG Assistant Configuration):
2555         Clarify some configurations require to set up gpg-agent.
2557 2010-10-11  Glenn Morris  <rgm@gnu.org>
2559         * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
2561 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2563         * gnus.texi (Spam Package Introduction): Mention `$'.
2565 2010-10-09  Eli Zaretskii  <eliz@gnu.org>
2567         * makefile.w32-in (emacsdir): New variable.
2568         ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
2569         (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
2571 2010-10-09  Glenn Morris  <rgm@gnu.org>
2573         * Makefile.in (mostlyclean): Delete *.toc.
2575         * Makefile.in: Use $< in rules.
2577         * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
2579         * Makefile.in ($(infodir)): Delete rule.
2580         (mkinfodir): New.  Use it in all the info rules, rather than depending
2581         on infodir.
2583 2010-10-09  Glenn Morris  <rgm@gnu.org>
2585         * gnus.texi (Article Washing): Fix previous change.
2587         * Makefile.in (emacsdir): New variable.
2588         ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
2589         Depend on emacsver.texi.
2591         * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
2593         * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
2595 2010-10-08  Julien Danjou  <julien@danjou.info>
2597         * gnus.texi: Add mm-shr.
2599 2010-10-08  Ludovic Courtès  <ludo@gnu.org>
2601         * gnus.texi (Finding the Parent, The Gnus Registry)
2602         (Registry Article Refer Method): Update docs for nnregistry.el.
2604 2010-10-08  Daiki Ueno  <ueno@unixuser.org>
2606         * auth.texi (Help for users)
2607         (GnuPG and EasyPG Assistant Configuration): Update docs.
2609 2010-10-08  Glenn Morris  <rgm@gnu.org>
2611         * cl.texi (Organization, Installation, Old CL Compatibility):
2612         Deprecate cl-compat for new code.
2613         (Usage, Installation): Remove outdated information.
2615         * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
2617 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2619         * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
2621 2010-10-06  Julien Danjou  <julien@danjou.info>
2623         * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
2625         * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
2626         broken link.
2628         * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
2630         * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
2631         to ReiserFS.
2633         * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
2634         (FAQ 7-1): Fix getmail URL.
2636 2010-10-06  Daiki Ueno  <ueno@unixuser.org>
2638         * epa.texi (Caching Passphrases): New section.
2640 2010-10-06  Glenn Morris  <rgm@gnu.org>
2642         * Makefile.in (SHELL): Set it.
2643         (info): Move the mkdir dependency to the individual info files.
2644         (mostlyclean): Tidy up.
2645         (clean): Only delete the specific dvi and pdf files.
2646         (maintainer-clean): Be more restrictive in what we delete.
2647         ($(infodir)): Add parallel build workaround.
2649 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2651         * gnus.texi (Misc Article): Document gnus-widen-article-window.
2653 2010-10-03  Julien Danjou  <julien@danjou.info>
2655         * emacs-mime.texi (Display Customization):
2656         Update mm-inline-large-images documentation and add documentation for
2657         mm-inline-large-images-proportion.
2659 2010-10-03  Michael Albinus  <michael.albinus@gmx.de>
2661         * tramp.texi (Frequently Asked Questions):
2662         Mention remote-file-name-inhibit-cache.
2664 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2666         * gnus.texi (Splitting Mail): Fix @xref syntax.
2667         (Splitting Mail): Really fix the @ref syntax.
2669 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2671         * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
2672         (Article Hiding): Add google banner example.
2673         Suggested by Benjamin Xu.
2675 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2677         * gnus.texi (Spam Package Configuration Examples, SpamOracle):
2678         Remove nnimap-split-rule from examples.
2680 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2682         * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
2683         (NNTP): Document nntp-server-list-active-group.  Suggested by Barry
2684         Fishman.
2685         (Client-Side IMAP Splitting): Add nnimap-split-fancy.
2687 2010-09-30  Julien Danjou  <julien@danjou.info>
2689         * gnus.texi (Gravatars): Fix documentation about
2690         gnu-gravatar-properties.
2692 2010-09-29  Daiki Ueno  <ueno@unixuser.org>
2694         * epa.texi (Bug Reports): New section.
2696 2010-09-29  Glenn Morris  <rgm@gnu.org>
2698         * Makefile.in (top_srcdir): Remove unused variable.
2700 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2702         * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
2703         (Client-Side IMAP Splitting): Document 'default.
2705 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2707         * gnus.texi (Customizing the IMAP Connection):
2708         Document nnimap-fetch-partial-articles.
2710 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2712         * gnus-news.texi: Mention nnimap-inbox.
2714         * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
2716 2010-09-26  Julien Danjou  <julien@danjou.info>
2718         * gnus.texi (Oort Gnus): Remove mention of ssl.el.
2720 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2722         * gnus.texi (Security): Remove gpg.el mention.
2724 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2726         * gnus.texi (Browse Foreign Server): New variable
2727         gnus-browse-subscribe-newsgroup-method.
2729         * gnus-news.texi: Mention it.
2731 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2733         * gnus.texi (NoCeM): Remove.
2734         (Startup Variables): No jingle.
2736 2010-09-25  Ulrich Mueller  <ulm@gentoo.org>
2738         * woman.texi (Interface Options): xz compression is now supported.
2740 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2742         * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
2743         (Unavailable Servers): Document gnus-server-copy-server.
2744         (Using IMAP): Document the new nnimap.
2746 2010-09-25  Julien Danjou  <julien@danjou.info>
2748         * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
2750 2010-09-24  Glenn Morris  <rgm@gnu.org>
2752         * url.texi (Disk Caching): Tweak previous change.
2754 2010-09-24  Julien Danjou  <julien@danjou.info>
2756         * url.texi (Disk Caching): Mention url-cache-expire-time,
2757         url-cache-expired, and url-fetch-from-cache.
2759 2010-09-24  Julien Danjou  <julien@danjou.info>
2761         * gnus.texi: Add Gravatars.
2763 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2765         * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
2767 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2769         * gnus.texi (Expunging mailboxes): Update name of the expunging
2770         command.
2772 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2774         * emacs-mime.texi (rfc2047): Update description for
2775         rfc2047-encode-parameter.
2777 2010-09-13  Michael Albinus  <michael.albinus@gmx.de>
2779         * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
2780         "fish" methods.
2781         (External methods): Remove "scp1_old" and "scp2_old" methods.
2783 2010-09-09  Michael Albinus  <michael.albinus@gmx.de>
2785         * tramp.texi: Remove Japanese manual.  Fix typo.
2787         * trampver.texi: Update release number.  Remove japanesemanual.
2789 2010-09-09  Glenn Morris  <rgm@gnu.org>
2791         * org.texi: Restore clobbered changes (copyright years, untabify).
2793 2010-09-04  Julien Danjou  <julien@danjou.info>  (tiny change)
2795         * gnus.texi (Adaptive Scoring): Fix typo.
2797 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2799         * gnus.texi (Article Display): Document gnus-html-show-images.
2801 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
2803         * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
2805 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2807         * gnus.texi (HTML): Document gnus-max-image-proportion.
2809 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2811         * gnus.texi (HTML): Document gnus-blocked-images.
2813         * message.texi (Wide Reply): Document message-prune-recipient-rules.
2815 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2817         * gnus.texi (Summary Mail Commands): Note that only the addresses from
2818         the first message are used for wide replies.
2819         (Changing Servers): Remove documentation on gnus-change-server and
2820         friends, since it's been removed.
2822 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2824         * gnus.texi (Drafts): Mention B DEL.
2826 2010-08-29  Tim Landscheidt  <tim@tim-landscheidt.de>  (tiny change)
2828         * gnus.texi (Delayed Articles): Mention that the Date header is the
2829         original one, even if you delay.
2831 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2833         * gnus.texi (Asynchronous Fetching):
2834         Document gnus-async-post-fetch-function.
2835         (HTML): Made into its own section.
2837 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
2839         Sync with Tramp 2.1.19.
2841         * tramp.texi (Inline methods, Default Method): Mention
2842         `tramp-inline-compress-start-size'.  Remove "kludgy" phrase.
2843         Remove remark about doubled "-t" argument.
2844         (Auto-save and Backup): Remove reference to Emacs 21.
2845         (Filename Syntax): Describe port numbers.
2846         (Frequently Asked Questions): Adapt supported (X)Emacs versions.  Adapt
2847         supported MS Windows versions.  Remove obsolete URL.  Recommend "sshx"
2848         and "scpx" for echoing shells.  Use the $() syntax, texi2dvi reports
2849         errors with the backquotes.
2850         (External packages): File attributes cache flushing for asynchronous
2851         processes.
2852         (Traces and Profiles): Describe verbose level 9.
2854         * trampver.texi: Update release number.
2856 2010-08-23  Michael Albinus  <michael.albinus@gmx.de>
2858         * dbus.texi (Alternative Buses): New chapter.
2860 2010-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2862         * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
2864 2010-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
2866         * calc.texi (Customizing Calc): Rearrange description of new
2867         variables to match the presentation of other variables.
2869 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
2871         * org.texi (Footnotes, Tables in HTML export): Fix typos.
2873 2010-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
2875         * calc.texi (Making Selections, Selecting Subformulas)
2876         (Customizing Calc): Mention how to use faces to emphasize selected
2877         sub-formulas.
2879 2010-08-05  Michael Albinus  <michael.albinus@gmx.de>
2881         * tramp.texi (External packages): File attributes cache flushing
2882         for asynchronous processes.
2884 2010-08-01  Alan Mackenzie  <acm@muc.de>
2886         Enhance the manual for the latest Java Mode.
2888         * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
2889         annotation-var-cont.
2890         (Java Symbols): Page renamed from Anonymous Class Symbol.  Document the
2891         two new symbols.
2893 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
2895         * tramp.texi (Traces and Profiles): Describe verbose level 9.
2897 2010-07-27  Chong Yidong  <cyd@stupidchicken.com>
2899         * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
2901 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
2903         * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
2905 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
2907         * org.texi: Add macros to get plain quotes in PDF output.
2908         List additional contributors.
2909         (Capture): New section, replaces the section about remember.
2910         (Working With Source Code): New chapter, focused on documenting Org
2911         Babel.
2912         (Code evaluation security): New section.
2913         (MobileOrg): Document DropBox support.
2914         (TaskJuggler export): Document taskjuggler and Gantt chart support.
2915         (Special symbols): Show how to display UTF8 characters for entities.
2916         (Global TODO list): Clarify the use of the "M" key and the differences
2917         to the "m" key.
2918         (RSS Feeds): Mention Atom feeds as well.
2919         (Setting tags): Remove paragraph about
2920         `org-complete-tags-always-offer-all-agenda-tags'.
2922 2010-07-17  Michael Albinus  <michael.albinus@gmx.de>
2924         * tramp.texi (Inline methods): Remove remark about doubled "-t"
2925         argument.
2926         (Frequently Asked Questions): Recommend "sshx" and "scpx" for
2927         echoing shells.
2929 2010-07-10  Michael Albinus  <michael.albinus@gmx.de>
2931         * tramp.texi (Inline methods): Remove "kludgy" phrase.
2932         (Filename Syntax): Describe port numbers.
2934 2010-07-09  Michael Albinus  <michael.albinus@gmx.de>
2936         * dbus.texi (Top): Introduce Index.  Emphasize "nil" whereever
2937         forgotten.
2938         (Type Conversion): Precise conversion of natural numbers.
2939         (Errors and Events): Add "debugging" to concept index.  Add variable
2940         `dbus-debug'.
2942 2010-07-04  Michael Albinus  <michael.albinus@gmx.de>
2944         * dbus.texi (Receiving Method Calls): Add optional argument
2945         EMITS-SIGNAL to `dbus-register-property'.
2947 2010-06-27  Alex Schroeder  <alex@gnu.org>
2949         * nxml-mode.texi (Commands for locating a schema): Fix typo.
2951 2010-06-24  Glenn Morris  <rgm@gnu.org>
2953         * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
2954         * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
2955         * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
2956         * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
2957         * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
2958         * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
2959         * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
2960         * woman.texi: Start direntry descriptions in column 32, per Texinfo
2961         convention.   Make them end with a period.
2963 2010-06-23  Glenn Morris  <rgm@gnu.org>
2965         * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
2966         * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
2967         * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
2968         * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
2969         * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
2970         * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
2972 2010-06-10  Glenn Morris  <rgm@gnu.org>
2974         * idlwave.texi (Load-Path Shadows):
2975         * org.texi (Handling links): Fix typos.
2977 2010-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
2979         * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
2981 2010-05-26  Michael Albinus  <michael.albinus@gmx.de>
2983         * eshell.texi (Built-ins): Describe, how to disable a built-in command
2984         by an alias.  (Bug#6226)
2986 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
2988         * calc.texi (Manipulating Vectors): Mention that vectors can
2989         be used to determine bins for `calc-histogram'.
2991 2010-05-13  Jay Belanger  <jay.p.belanger@gmail.com>
2993         * calc.texi: Remove "\turnoffactive" commands throughout.
2995 2010-05-08  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
2997         * url.texi (HTTP language/coding, Customization):
2998         * message.texi (Header Commands, Responses):
2999         * cl.texi (Argument Lists): Fix typos.
3001 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
3003         * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
3004         Note that Development menu is always available.
3005         (Creating a project): Fix terminology.
3006         (Add/Remove files): Fix typo.
3008 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
3010         * Version 23.2 released.
3012 2010-05-01  Daniel E. Doherty  <ddoherty03@gmail.com>  (tiny change)
3014         * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
3016 2010-05-01  Michael Albinus  <michael.albinus@gmx.de>
3018         * tramp.texi (Inline methods, Default Method):
3019         Mention `tramp-inline-compress-start-size'.
3021 2010-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
3023         * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
3024         the CVS repo.  Put the Git repo in the news section.
3026         * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
3027         Removed some mentions of CVS.  Mention the new Git repo.
3029 2010-04-18  Andreas Seltenreich  <seltenreich@gmx.de>
3031         * gnus.texi (Score File Format): Fix typo.  Reported by Štěpán Němec.
3032         (Mail Group Commands): Add index entry.
3034 2010-04-18  Glenn Morris  <rgm@gnu.org>
3036         * info.texi (Search Index): Mention Emacs's Info-virtual-index.
3038 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
3040         * calc.texi (Radix modes): Mention that the option prefix will
3041         turn on twos-complement mode.
3042         (Inverse and Hyperbolic Flags): Mention the Option flag.
3044 2010-04-15  Carsten Dominik  <carsten.dominik@gmail.com>
3046         * org.texi (LaTeX and PDF export): Add a footnote about xetex.
3047         (LaTeX/PDF export commands): Rename and Move section.
3048         (Sectioning structure): Update.
3049         (References): New use case for field coordinates.
3050         (The export dispatcher): Rename from ASCII export.
3051         (Setting up the staging area): Document the availability of
3052         encryption for MobileOrg.
3053         (Images and tables): Document how to reference labels.
3054         (Index entries): New section.
3055         (Generating an index): New section.
3056         (Column width and alignment): Document that <N> now
3057         means a fixed width, not a maximum width.
3058         (Publishing options): Document the :email option.
3059         (Beamer class export): Fix bug in the BEAMER example.
3060         (Refiling notes): Document refile logging.
3061         (In-buffer settings): Document refile logging keywords.
3062         (Drawers): Document `C-c C-z' command.
3063         (Agenda commands): Mention the alternative key `C-c C-z'.
3064         (Special properties): Document the BLOCKED property.
3065         (The spreadsheet): Mention the formula editor.
3066         (References): Document field coordinates.
3067         (Publishing action): Correct the documentation for the
3068         publishing function.
3069         (The date/time prompt): Document that we accept dates
3070         like month/day/year.
3071         (Cooperation): Document the changes in table.el support.
3072         (Faces for TODO keywords, Faces for TODO keywords)
3073         (Priorities): Document the easy colors.
3074         (Visibility cycling): Document the new double prefix
3075         arg for `org-reveal'.
3076         (Cooperation): Remember.el is part of Emacs.
3077         (Clean view): Mention that `wrap-prefix' is also set by
3078         org-indent-mode.
3079         (Agenda commands): Add information about prefix args to
3080         scheduling and deadline commands.
3081         (Search view): Point to the docstring of
3082         `org-search-view' for more details.
3083         (Agenda commands): Document that `>' prompts for a date.
3084         (Setting tags): Document variable
3085         org-complete-tags-always-offer-all-agenda-tags.
3086         (Column attributes): Cross-reference special properties.
3088 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
3090         Synchronize with Tramp repository.
3092         * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
3093         (Frequently Asked Questions): Adapt supported (X)Emacs versions.
3094         Adapt supported MS Windows versions.  Remove obsolete URL.  Use the $()
3095         syntax, texi2dvi reports errors with the backquotes.
3097         * trampver.texi: Update release number.
3099 2010-04-01  Teodor Zlatanov  <tzz@lifelogs.com>
3101         * gnus.texi (Finding the News): Add pointers to the Server buffer
3102         because it's essential.
3104 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3106         * gnus.texi (MIME Commands): Update description of
3107         gnus-article-browse-html-article.
3109 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3111         * auth.texi (Secret Service API): Add TODO node.
3112         (Help for users): Explain the new source options for `auth-sources'.
3114 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
3116         * trampver.texi: Update release number.
3118 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
3120         * Branch for 23.2.
3122 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
3124         * faq.texi (Escape sequences in shell output): Note that ansi-color is
3125         now enabled by default.
3127 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
3129         * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
3130         when Emacs runs in interactive mode.  (Bug#5645)
3132 2010-02-16  Glenn Morris  <rgm@gnu.org>
3134         * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
3136 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
3138         * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
3140 2010-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3142         * gnus.texi (Score File Format): Fix typo.
3144 2010-01-19  Mark A. Hershberger  <mah@everybody.org>
3146         * cc-mode.texi: Replace references to obsolete c-subword-mode.
3148 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
3150         * ada-mode.texi (Project File Overview): Fix typo.
3152 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3154         * semantic.texi: Add Richard Y. Kim credit.
3156         * eieio.texi (Making New Objects): Fix typo (Bug#5406).
3158 2010-01-17  Michael Albinus  <michael.albinus@gmx.de>
3160         * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
3161         SXEmacs 22 to the supported systems.  New item for hung ssh sessions.
3163 2010-01-17  Glenn Morris  <rgm@gnu.org>
3165         * calc.texi (Reporting Bugs): Don't mention format of repository.
3167         * woman.texi (Bugs): Make "Emacs repository" less specific,
3168         and the URL for same more specific.
3170         * faq.texi (Latest version of Emacs): The repository is now Bazaar.
3172 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3174         * ede.texi (ede-step-project, ede-proj-target):
3175         * tramp.texi (Remote processes): Fix typos.
3177 2010-01-16  Mario Lang  <mlang@delysid.org>
3179         * ede.texi (ede-target):
3180         * org.texi (Refiling notes): Remove duplicated words.
3182 2010-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3184         * gnus.texi (Posting Styles): Use with-current-buffer.
3185         * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
3187 2010-01-02  Kevin Ryde  <user42@zip.com.au>
3189         * eieio.texi (Naming Conventions): Correction to xref on elisp
3190         coding conventions, is "Tips" node not "Standards".
3192 2009-12-24  Chong Yidong  <cyd@stupidchicken.com>
3194         * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
3196         * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
3198 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3200         * gnus.texi (Direct Functions): Add missing port number to tls method.
3202 2009-12-15  Juanma Barranquero  <lekktu@gmail.com>
3204         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
3205         ($(infodir)/edt, edt.dvi): New targets.
3207 2009-12-15  Glenn Morris  <rgm@gnu.org>
3209         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
3210         (edt, $(infodir)/edt, edt.dvi): New targets.
3211         * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
3213         * Makefile.in (PDF_TARGETS, pdf): New.
3214         (clean): Add *.pdf.
3215         Add pdf rules for all manuals.
3217 2009-12-15  Jay Belanger  <jay.p.belanger@gmail.com>
3219         * calc/calc.texi (Radix Modes): Clarify two's complement notation.
3221 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
3223         * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
3224         (Smart Jump, Analyzer Debug): Copyedits.
3225         (Semantic mode user commands): Link to new nodes.
3226         (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
3227         (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
3228         upstream Semantic manual.
3230         * semantic.texi (Introduction): Minor fix to diagram.
3232 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
3234         * eshell.texi (History): Add the other built-in variables.
3235         (Built-ins): Explain built-ins, and how to apply the external commands.
3236         Add `history', `su' and `sudo'.
3238         * tramp.texi (Remote processes): Add missing <RET> in the example.
3240 2009-12-01  Bill Wohler  <wohler@newt.com>
3242         * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
3243         path for mairix example.  Specify -q in namazu example since namazu is
3244         excessively garrulous.
3246 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
3248         * tramp.texi (Remote processes): Improve eshell example with "su"
3249         and "sudo" commands.
3251 2009-11-28  Chong Yidong  <cyd@stupidchicken.com>
3253         * semantic.texi (Analyzer Internals): Rename from Analyzer.
3255         * sem-user.texi (Semantic mode user commands): Fix key syntax.
3256         Document semantic-complete-analyze-inline.
3257         (Semanticdb search debugging commands): Minor clarification.
3258         (Analyzer, Smart Completion, Smart Summary, Smart Jump)
3259         (Analyzer Debug): New nodes, adapted from the upstream Semantic user
3260         manual.
3261         (Semantic mode): Link to Idle Scheduler.
3263 2009-11-28  Kevin Ryde  <user42@zip.com.au>
3265         * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
3266         @pxref, now EIEIO is in Emacs.
3268         * erc.texi (Development): Correction to git tutorial url.
3270 2009-11-26  Glenn Morris  <rgm@gnu.org>
3272         * faq.texi (Latest version of Emacs): Mention stability of development
3273         version.
3274         (Problems with very large files): Max buffer size increase in 23.2.
3275         (VM): VM has moved house again.
3277 2009-11-22  Jay Belanger  <jay.p.belanger@gmail.com>
3279         * calc.texi (Radix modes): Discuss alternate bases for two's complement
3280         notations.
3282 2009-11-20  Carsten Dominik  <dominik@u016822.science.uva.nl>
3284         * org.texi (Column attributes): Fix documentation of new operators.
3286 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
3288         * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
3289         (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
3290         (Idle Completions Mode): Numerous copyedits.
3292 2009-11-17  Juanma Barranquero  <lekktu@gmail.com>
3294         * semantic.texi (Semantic Internals, Glossary):
3295         * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
3296         (Semanticdb search debugging commands): Fix typos.
3298 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
3300         * calc.texi (Radix modes): Mention twos-complement notation.
3302 2009-11-16  Juanma Barranquero  <lekktu@gmail.com>
3304         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
3305         ($(infodir)/semantic, semantic.dvi): New targets.
3307 2009-11-16  Chong Yidong  <cyd@stupidchicken.com>
3309         * Makefile.in: Build the Semantic manual.
3311         * semantic.texi, sem-user.texi: New files, adapted from the Semantic
3312         repository.
3314 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
3316         * dbus.texi (Receiving Method Calls): New defun
3317         `dbus-unregister-service'.
3319 2009-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
3321         * org.texi (Speed keys): New section.
3323 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
3325         * dbus.texi (Type Conversion): Fix typo.
3326         (Asynchronous Methods): Rename `dbus-registered-functions-table' to
3327         `dbus-registered-objects-table'.
3328         (Receiving Method Calls): New defun `dbus-register-property'.
3329         Move `dbus-unregister-object' here.
3331 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
3333         * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
3335 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
3337         * org.texi (Column attributes): Add the new age summary operators.
3338         Also, mention the fact you can only use one summary operator per
3339         property.
3341 2009-11-13  John Wiegley  <johnw@newartisans.com>
3343         * org.texi (Tracking your habits): Add a new section in the
3344         manual about how to track habits.
3345         (Resolving idle time): Add a section on how idle and
3346         dangling clocks are resolved.
3348 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
3350         * org.texi (Agenda commands): Document the new `i' command.
3351         (Inserting deadline/schedule): Document logging changes
3352         of scheduling and deadline times stamps.
3353         (In-buffer settings): Document the in-buffer keywords for logging
3354         changes of scheduling and deadline times stamps.
3355         (Structure editing, Plain lists): Document indentation
3356         cycling in empty entries with TAB.
3357         (Archiving): Document the default archiving command.
3358         (Moving subtrees): Document the new keys for archiving.
3359         (Internal archiving): Fix incorrect key.
3360         (Agenda commands): Document the TODO set switching commands.
3361         (Agenda commands): Document the new archiving keys.
3362         (Clocking work time): Better description on how to save
3363         and restore a clock.
3364         (Resolving idle time): Mention the x11idle program to get true
3365         idleness also under X11.
3366         (Resolving idle time): Use @kbd instead of @key for normal
3367         letters, because this is how he rest of the manual does this.
3368         (Pushing to MobileOrg): Mention that `org-directory'
3369         should be set.
3370         (Agenda commands): Document that SPC is a filter for
3371         any tag.
3372         (Search view): Rename from "Keyword search".
3373         (Capure): New chapter.
3374         (Markup): New chapter.
3375         (Links in HTML export, Images in HTML export):
3376         Extend the section titles.
3377         (Images in HTML export): Document the align option.
3378         (Text areas in HTML export): Extend the section title.
3379         (Images in LaTeX export): Explain image placement in LaTeX.
3381 2009-11-10  Glenn Morris  <rgm@gnu.org>
3383         * sc.texi (Hints to MUA Authors): MUA should do any decoding.
3385 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
3387         * tramp.texi (Auto-save and Backup): Disable backups just for a
3388         method.
3390         * trampver.texi: Update release number.
3392 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
3394         Sync with Tramp 2.1.17.
3396         * trampver.texi: Update release number.
3398 2009-10-29  Glenn Morris  <rgm@gnu.org>
3400         * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
3402 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
3404         * tramp.texi (External methods): Temporary files are kept for
3405         `rsync' and `rsyncc' methods.
3407 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
3409         * eieio.texi: Fix typos.
3411 2009-10-07  Chong Yidong  <cyd@stupidchicken.com>
3413         * cl.texi (Argument Lists): Clarify explicit keyword arguments.
3415 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
3417         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
3418         ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
3420 2009-10-07  Chong Yidong  <cyd@stupidchicken.com>
3422         * Makefile.in: Build EIEIO and EDE manuals.
3424 2009-10-07  Eric Ludlam  <zappo@gnu.org>
3426         * eieio.texi:
3427         * ede.texi: New files.
3429 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
3431         * tramp.texi (Remote processes): Association of a pty is not supported.
3433 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
3435         * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
3436         (Processing LaTeX fragments): Document that the size of images can be
3437         changes using the variable `org-format-latex-options'.
3438         (The date/time prompt, Timestamps): Be more accurate over ISO format
3439         dates and times.
3440         (Visibility cycling): Document showeverything keyword.
3441         (In-buffer settings): Document showeverything keyword.
3442         (Setting up the staging area): Fix the example.
3443         (MobileOrg): New section.
3444         (Agenda commands, Exporting Agenda Views): Document exporting the
3445         agenda view to Org files.
3447 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
3449         * tramp.texi (History): Add IMAP support.
3450         (External methods): Add `imap' and `imaps' methods.
3451         (GVFS based methods): Add indices for `davs'.
3452         (Password handling): Rename anchors.  Add IMAP entries for
3453         ~/.authinfo.gpg.
3455         * trampver.texi: Set default value of `emacsimap'.
3457 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3459         * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
3461 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
3463         * dired-x.texi (Technical Details):
3464         Delete dired-up-directory (Bug#4292).
3466 2009-09-03  Michael Albinus  <michael.albinus@gmx.de>
3468         * tramp.texi (Frequently Asked Questions): New item for emacsclient.
3470 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
3472         * org.texi (Effort estimates): Document new effort setting commands.
3473         (Agenda commands): Document the new keys fro agenda time motion.
3474         Document entry text mode.  Improve documentation of the keys to include
3475         inactive time stamps into the agenda view.
3476         (Feedback): Document the new bug report command.
3477         (Structure editing): Add an index entry for the sorting of subtrees.
3479 2009-09-02  Teodor Zlatanov  <tzz@lifelogs.com>
3481         * auth.texi (Help for users): Corrected markup.
3483 2009-09-02  Glenn Morris  <rgm@gnu.org>
3485         * emacs-mime.texi (time-date): Mention float-time.
3487 2009-08-30  Jay Belanger  <jay.p.belanger@gmail.com>
3489         * calc.texi (Simplifying Formulas): Improve the wording.
3491 2009-08-29  Teodor Zlatanov  <tzz@lifelogs.com>
3493         * auth.texi: Rewritten for coverage and clarity.
3495 2009-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3497         * gnus.texi (Expiring Mail):
3498         Mention gnus-mark-copied-or-moved-articles-as-expirable.
3499         (Various Various): Mention gnus-safe-html-newsgroups.
3501         * gnus-news.texi: Mention
3502         gnus-mark-copied-or-moved-articles-as-expirable.
3504         * emacs-mime.texi (Display Customization): Add xref to
3505         gnus-safe-html-newsgroups.
3507 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
3509         * tramp.texi (Version Control): Remove.
3510         (Obtaining Tramp): Update cvs checkout command.  Remove nightly tarballs
3511         reference.
3512         (External methods): Correct `scpc' concept index entries.  New method
3513         `rsyncc'.
3514         (External packages): New subsections "Filename completion" and "File
3515         attributes cache".
3517 2009-08-27  Jay Belanger  <jay.p.belanger@gmail.com>
3519         * calc.texi (Rewrite Rules): Improve the example.
3520         (Simplifying Formulas): Explain use of the I and H flags for
3521         simplification.
3523 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
3525         * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
3526         Describe autostart behavior of dbus-ping.
3527         (Synchronous Methods, Asynchronous Methods): Use English numeric format
3528         for timeout values.
3529         (Top): Remove footnote saying D-Bus is not enabled by
3530         default.  (Bug#4256)
3532 2009-08-23  Daiki Ueno  <ueno@unixuser.org>
3534         * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
3535         Reported by Jari Aalto (Bug#4211).
3536         (Mail-mode integration): Mention epa-mail-mode and
3537         epa-global-mail-mode.
3538         (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
3539         epa-setup.
3541 2009-08-16  Michael Albinus  <michael.albinus@gmx.de>
3543         * dbus.texi (Asynchronous Methods): Allow nil handler.
3545 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
3547         * ediff.texi (ediff-current-file): Add information about this new function.
3549         * viper.texi: Add information about C-s in viper's search command.
3551 2009-08-09  Colin Williams  <lackita@gmail.com>  (tiny change)
3553         * calc.texi (Date Forms): Fix typos.
3555 2009-08-08  Glenn Morris  <rgm@gnu.org>
3557         * org.texi (Agenda commands): Restore clobbered change.
3559 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
3561         * calc.texi (Graphics, Devices): Update with the peculiarities of
3562         operation on MS-Windows.
3564 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
3566         * org.texi (Publishing action): Improve documentation of file
3567         names when publishing to the source directory.
3568         (Clean view): Document `org-indent-mode'.
3569         (Clocking work time): Add documentation for the
3570         new :timetamp option when creating a clock report.
3571         (Paragraphs): Fix many typos.
3572         (Plain lists): Remove duplicate explanation about the
3573         `C-c *' command.
3574         (Literal examples): Update to reflect the new behavior
3575         of the -n -r -k switches when exporting source code examples.
3576         (Structure editing): Add information about `C-c *',
3577         converting a plain list into a list of Org items.
3578         (Remember): Small rephrasing of the paragraph
3579         describing remember.el.  Also mentioned that remember.el is part
3580         of Emacs 23, not Emacs 22.
3581         (Clocking work time): Add documentation about
3582         displaying the current clocking time against the effort estimate.
3583         Also add a footnote about using `org-clock-in-prepare-hook' to add
3584         an effort estimate on the fly, just before clocking it.
3585         (Footnotes): Document automatic renumbering and
3586         sorting.
3587         (Agenda commands): Document new bulk commands.
3588         (Plain lists): Document new behavior of
3589         `org-cycle-include-plain-lists'.
3590         Hyphenation only in TeX.
3591         (Clocking work time): Document the key to update effort
3592         estimates.
3593         (Clocking work time): Document the clock time display.
3594         (Structure editing, TODO basics): Document new
3595         variables.
3596         (Column attributes): Document new colciew operators.
3597         (Publishing options): Document :xml-declaration.
3598         (Tracking TODO state changes): Document the
3599         LOG_INTO_DRAWER property.
3600         (Literal examples): Document the new implementation for
3601         editing source code.
3602         (Publishing action): Mention the new publishing
3603         function, to publish an Org source file.
3604         (Publishing links): Mention how to link to an Org source file.
3605         (Macro replacement): Document new macros.
3606         (Handling links): Document type-specific completion
3607         when inserting links.
3608         (Structure editing, Plain lists): Improve documentation
3609         on sorting.
3610         (Internal links): Document custom ids for links.
3611         (Handling links): Document custom ids for links.
3612         (CSS support): Document new class.
3613         (Refiling notes): Document the possibility to create new nodes
3614         during refiling.
3615         (Agenda commands): Document the "?" operator to find
3616         tasks without effort setting.
3617         (Exporting agenda information): Section moved.
3618         (RSS Feeds): New section.
3619         (Built-in table editor): Document M-e and M-a navigate
3620         inside table field.
3621         (Stuck projects): Docment that projects identified as
3622         un-stuck will still be searchd for stuck sub-projects.
3623         (Paragraphs): Document centering.
3624         (Creating timestamps, Agenda commands): Document new
3625         behavior when changing time stamps.
3626         (Structure editing): Document the new command
3627         `org-clone-subtree-with-time-shift'.
3628         (Publishing): Refresh this chapter.
3629         (Export options, Export options, In-buffer settings):
3630         Document the new keywords.
3631         (Matching tags and properties): Collect all
3632         documentation about tags/property matches here.
3633         (Setting tags): Document `org-tag-persistent-alist'.
3634         (Weekly/daily agenda): New section.
3635         (Orgstruct mode): Describe `orgstruct++-mode'.
3636         (Drawers): Mention the LOGBOOK drawer.
3637         (Export options, Sectioning structure): Document the
3638         #+LEATEX_HEADER in-buffer setting.
3639         (Bugs): Section removed.
3640         (Hooks): New section.
3641         (Add-on packages): Move here from old location.
3642         (Context-sensitive commands): New section.
3643         (Setting tags): Document newline option.
3644         (Global TODO list, Matching tags and properties):
3645         Mention more variables.
3646         (Checkboxes): Update to changed command behavior.
3648 2009-08-02  Eric Yu  <sucode@gmail.com>  (tiny change)
3650         * speedbar.texi (Basic Key Bindings): Fix typo.
3652 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
3654         * calc.texi (Vector/Matrix Functions): Add index entries for both
3655         "v" and "V" key bindings.  Mention that `calc-matrix-brackets' only
3656         affects matrices with more than one row.
3657         (Help Commands): Add index entries for "prefix ?" key bindings.
3659 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
3661         * calc.texi (Stack Manipulation Commands): Add documentation for
3662         `calc-transpose-lines'.
3664 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
3666         * dbus.texi (Receiving Method Calls): Describe special return value
3667         `:ignore'.
3669 2009-07-24  Alan Mackenzie  <acm@muc.de>
3671         * cc-mode.texi (Config Basics, File Styles): Document that at mode
3672         initialization, any individual variable setting now takes precedence
3673         over one done via c-file-style/c-file-offsets.
3675 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
3677         * calc.texi (Undoing Mistakes): Mention that the undo list will be
3678         truncated when Calc is quit.
3679         (Customizing Calc): Document `calc-undo-length'.
3681 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
3683         * calc.texi (About This Manual): Don't mention chapter numbers in text.
3685 2009-07-11  Kevin Ryde  <user42@zip.com.au>
3687         * pcl-cvs.texi (About PCL-CVS):
3688         * widget.texi (Basic Types):
3689         Fix cross-references.
3691 2009-07-01  Andreas Schwab  <aschwab@redhat.com>
3693         * dbus.texi (Type Conversion): Don't use literal control character.
3695 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
3697         * tramp.texi (GVFS based methods): New section.
3698         (Remote processes): Processes for GVFS based methods run locally.
3700 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
3702         * tramp.texi (Inline methods, External methods, Gateway methods):
3703         Avoid the words "kludge" and hack".
3704         (External methods): Add `synce' method.
3706         * trampver.texi: Update release number.
3708 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
3710         Sync with Tramp 2.1.16.
3712         * tramp.texi (History): Add GVFS support.
3713         (External methods): Precise `rsync' description.  Add `dav', `davs' and
3714         `obex' methods.  Add 'tramp-gvfs-methods' option.
3715         (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
3716         forms.
3717         (Remote Programs): Introduce `tramp-own-remote-path'.
3718         (Remote processes): New subsection "Running remote programs that create
3719         local X11 windows".
3720         (Frequently Asked Questions): Improve code for disabling vc.
3722         * trampver.texi: Update release number.  Set default value of
3723         `emacsgvfs'.
3725 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
3727         * Branch for 23.1.
3729 2009-06-17  Glenn Morris  <rgm@gnu.org>
3731         * faq.texi (Obtaining the FAQ): Add reference to Savannah.
3732         (Latest version of Emacs): Mention source code repository.
3734 2009-06-16  Glenn Morris  <rgm@gnu.org>
3736         * faq.texi (Top): Language tweak.
3737         (Extended commands): Most people have arrow keys.
3738         (Emacs manual): Say how to follow info links.
3739         (File-name conventions): Change title a bit.  Explain about source
3740         versus installed.  Condense etc description.
3741         (Guidelines for newsgroup postings): Mention Savannah list page.
3742         (Newsgroup archives): Simplify.
3743         (Contacting the FSF): Add contact URL.
3744         (Emacs Lisp documentation): Printed version not always available.
3745         (Installing Texinfo documentation): Explain how by hand installation is
3746         not normally needed.  Use add-to-list.  Remove duplicate reference.
3747         (Informational files for Emacs): Move info on Help menu here from
3748         "File-name conventions".
3749         (Help installing Emacs): Tweak uref.
3750         (Obtaining the FAQ): Mention repository.
3751         (Origin of the term Emacs): Explain "ITS".
3752         (Changing load-path): Use add-to-list.
3753         (Automatic indentation): Clarify this is for Text mode.
3754         Don't mention Indented Text mode.
3755         (Finding Emacs on the Internet): The FSF does not seem to offer a
3756         deluxe distribution on CD anymore.
3758 2009-06-16  Glenn Morris  <rgm@gnu.org>
3760         * faq.texi (Top): Mention which Emacs version this FAQ is about.
3761         Recommend the latest release.  Mention how to get older FAQs.
3762         Recommend the Emacs manual.
3763         (Guidelines for newsgroup postings): Discourage cross-posts.
3764         (Underlining paragraphs): Remove.
3765         (Editing MS-DOS files): Remove pre-Emacs 20 information.
3766         (Bugs and problems): Update key-binding.
3767         (Problems with very large files): Mention 64-bit.
3768         (Shell process exits abnormally): Remove.
3769         (Problems with Shell Mode): Rename and update.
3770         (Spontaneous entry into isearch-mode)
3771         (Problems talking to certain hosts): Remove.  This is old information,
3772         in etc/PROBLEMS if needed.
3773         (Emacs takes a long time to visit files, Updating Emacs): Remove.
3774         (Dired claims that no file is on this line): Update.
3775         (Installing Emacs, Problems building Emacs): Simplify.
3776         (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
3777         information.
3778         (Emacs for MS-Windows): Rename from "Emacs for Windows".  Simplify.
3779         (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
3780         (JDEE): "JDEE", not "JDE".
3781         (Handling C-s and C-q with flow control, Binding C-s and C-q):
3782         Remove.  This is old information, in etc/PROBLEMS if needed.
3783         (stty and Backspace key, Kanji and Chinese characters): Remove.
3784         (Right-to-left alphabets): Update section.
3785         (Changing the included text prefix): Gnus uses message-yank-prefix.
3786         Add cross-reference to Supercite manual.
3787         (Saving a copy of outgoing mail): Simplify output file description.
3788         (Expanding aliases when sending mail): Refer to Emacs manual.
3789         Remove old info about RFC822.
3790         Correct description of how to rebuild aliases.
3791         (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
3792         (MIME with Emacs mail packages)
3793         (Viewing articles with embedded underlining)
3794         (Saving a multi-part Gnus posting, Gnus hangs for a long time):
3795         Remove old sections.
3796         (Killing based on nonstandard headers): Remove.  Scoring is preferable,
3797         and is well-documented in the Gnus manual.
3798         (Reading news with Emacs): Merge "Learning more about Gnus" into here.
3799         (Making Gnus faster): Rename from "Starting Gnus faster".
3800         Merge "Catch-up is slow in Gnus" into here.
3802 2009-06-14  Glenn Morris  <rgm@gnu.org>
3804         * faq.texi (Status of Emacs): Re-order with most recent releases first.
3805         (New in Emacs 23): New section.
3806         (Handling C-s and C-q with flow control): Add xref.
3808 2009-06-13  Glenn Morris  <rgm@gnu.org>
3810         * faq.texi (Setting up a customization file): Grammar fix.
3811         Customize is no longer "new".
3812         (Displaying the current line or column): Line-number mode is on by
3813         default.  Don't mention `column' package.  Mention linum.el.
3814         (Turning on abbrevs by default): Explain how to do it for buffers,
3815         modes, and everywhere.
3816         (Associating modes with files): Use add-to-list.  Don't mention Emacs
3817         19.
3818         (Highlighting a region): On by default since 23.1.
3819         (Replacing highlighted text): Update doc quote.
3820         (Working with unprintable characters): Don't mention search-quote-char.
3821         (Using an already running Emacs process): Gnuclient is probably not an
3822         enhancement these days.
3823         (Indenting switch statements): Remove mention of pre-Emacs 20.
3824         (Horizontal scrolling): Abbreviate Emacs 20 description.
3825         (Replacing text across multiple files): Fix name of dired command.
3826         (Disabling backups): Use require not load.
3827         (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
3829 2009-06-13  Bill Wohler  <wohler@newt.com>
3831         Release MH-E manual version 8.2.
3833         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3834         release 8.2.
3836 2009-06-13  Glenn Morris  <rgm@gnu.org>
3838         * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
3839         in this day and age the common meaning is "on the web".
3840         (copying): Use @copyright in all cases.
3841         (Basic keys): Remove reference to deleted manual node "Text Characters".
3842         (File-name conventions): Use GNU as an example rather than SERVICE.
3843         default.el lives in site-lisp.  Update Info directory location.
3844         (Real meaning of copyleft): GPL actions have been brought, but all
3845         settled out of court.
3846         (Guidelines for newsgroup postings): Shorten section title.
3847         Simplify comp.emacs description.
3848         (Newsgroup archives): Change Google URL.  Describe Gmane.
3849         (Unsubscribing from Emacs lists): Remove discussion of "distribution
3850         points".  Mention List-Unsubscribe header.
3851         (Contacting the FSF): Update email and URLs.
3852         (Basic editing): Mention F1 for help.
3853         (Installing Texinfo documentation): Refer to Texinfo website rather
3854         than ftp server.
3855         (Printing a Texinfo file): Mention texi2pdf.
3856         (Informational files for Emacs): Don't describe FTP or SERVICE, they
3857         are just stubs nowadays.
3858         (Latest version of Emacs): Explain version numbers.
3859         (Spell-checkers, Checking TeX and *roff documents): Remove sections.
3860         (Turning on syntax highlighting): No need to mention hilit19 any more.
3861         (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
3862         (Modes for various languages): Remove section.
3863         (Major packages and programs): Remove most version and maintainer
3864         information - it's hard to keep up-to-date, and adds nothing.
3865         Similarly with direct links to mailing lists.
3866         (Spell-checkers): Rename node from Ispell.  Mention Aspell and Hunspell.
3867         (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
3868         years, and Emacs comes with tools for this now.
3869         (Patch): Remove section - this is a standard tool.
3870         (Using function keys under X): Remove section.
3872 2009-06-12  Glenn Morris  <rgm@gnu.org>
3874         * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
3875         (Help installing Emacs): Remove reference to deleted X11 node.
3876         (Associating modes with files): Interpreter-mode-alist is no longer
3877         subservient to auto-mode-alist.
3878         (Installing Emacs): Change future Emacs version.
3879         (Linking with -lX11 fails): Remove old section.
3880         (Packages that do not come with Emacs): Update ELL location.
3881         Emacs Lisp archive is dead.
3882         (Emacs for Windows): Remove reference to old CE port.
3883         (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
3884         (Emacs for VMS and DECwindows): Remove old ports.
3885         (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
3886         (Removing flashing messages): Remove section about non-existent Gnus
3887         option.
3889         * faq.texi (Top): Add @top command.
3890         Remove the optional arguments from all @node commands: makeinfo can
3891         generate these automatically, and it is easier to edit and rearrange
3892         nodes without them.
3894 2009-06-11  Glenn Morris  <rgm@gnu.org>
3896         * faq.texi (Common acronyms): Remove no-longer-existing OSF.
3897         (The LPF): Make the updated URL the sole reference point.
3898         (Learning how to do something): Update refcard price and format.
3899         (Getting a printed manual): Sources in doc/emacs/, not man/.
3900         Also available in PDF format.  Since the page count varies, be less
3901         precise.
3902         (Informational files for Emacs): Remove references to deleted files
3903         LPF and SUN-SUPPORT, and to UUCP.
3904         (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
3905         Remove many obsolete ways to get the FAQ, which now seems only to be
3906         distributed with Emacs.
3907         (Mail and news): Remove sections about Rmail Babyl that no longer apply.
3909 2009-06-09  Chong Yidong  <cyd@stupidchicken.com>
3911         * org.texi (Org Plot): Fix tags (Bug#3507).
3912         (Workflow states, Agenda commands): Fix tags (Bug#3508).
3914         * ada-mode.texi (Installation, Compile commands)
3915         (Project File Overview, No project files, Set compiler options)
3916         (Use GNAT project file, Use multiple GNAT project files)
3917         (Identifier completion): Use @samp for menu items, and @kbd for key
3918         sequences (Bug#3504).
3920 2009-06-04  Daiki Ueno  <ueno@unixuser.org>
3922         * gnus.texi (Security): Fix wording; add a link to epa.info.
3924 2009-06-04  Ryan Yeske  <rcyeske@gmail.com>
3926         * message.texi (Header Commands): Fix descriptions to match
3927         keybindings.
3929 2009-04-22  Daiki Ueno  <ueno@unixuser.org>
3931         * gnus.texi (Security): Mention that EasyPG is the current default.
3933 2009-04-13  Chong Yidong  <cyd@stupidchicken.com>
3935         * ediff.texi (Session Commands): Fix typo.
3937 2009-04-05  Reiner Steib  <Reiner.Steib@gmx.de>
3939         * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
3940         news.software.readers.  Reported by Florian Rehnisch.
3942 2009-04-02  Glenn Morris  <rgm@gnu.org>
3944         * auth.texi: Capitalize direntry.
3946         * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
3947         using a period in the entry name.  (Bug#2797)
3949 2009-03-03  Juanma Barranquero  <lekktu@gmail.com>
3951         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
3952         ($(infodir)/auth, auth.dvi): New targets.
3954 2009-03-03  Glenn Morris  <rgm@gnu.org>
3956         * auth.texi: Fix @setfilename.
3958         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
3959         (auth, $(infodir)/auth, auth.dvi): New rules.
3961 2009-02-25  Glenn Morris  <rgm@gnu.org>
3963         * faq.texi (Emacs for minimalists): New node.  (Bug#2452)
3965 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3967         * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
3969 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3971         * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
3972         gnus-nocem-issuers, and gnus-nocem-verifyer.
3974 2009-02-20  Juanma Barranquero  <lekktu@gmail.com>
3976         * ada-mode.texi (Project files, Automatic Casing):
3977         * dbus.texi (Signals):
3978         * gnus.texi (Selecting a Group, Filtering Incoming Mail):
3979         * mh-e.texi (HTML):
3980         * nxml-mode.texi (Locating a schema)
3981         (Using the document's URI to locate a schema):
3982         * org.texi (Footnotes, Using the mapping API):
3983         * rcirc.texi (Channels): Remove duplicate words.
3985 2009-02-20  Glenn Morris  <rgm@gnu.org>
3987         * dired-x.texi (Miscellaneous Commands):
3988         * gnus.texi: Minor updates for mbox Rmail.
3990 2009-02-16  Karl Berry  <karl@gnu.org>
3992         * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
3993         * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
3994         * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
3995         * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
3996         * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
3997         * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
3998         * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
3999         * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
4000         * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
4001         Consistently use @insertcopying in the Top node,
4002         @contents at the front (after @end titlepage),
4003         and @direntry after @copying.  (Bug#1988)
4005 2009-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
4007         * auth.texi: New file documenting auth-source.
4009 2009-02-13  Carsten Dominik  <dominik@science.uva.nl>
4011         * org.texi (Org Plot): Fix link.
4013 2009-02-09  Daiki Ueno  <ueno@unixuser.org>
4015         * epa.texi (Mail-mode integration): Mention the way to do
4016         "encrypt-to-self".  (Bug#1807)
4018 2009-02-05  Arni Magnusson  <arnima@hafro.is>  (tiny change)
4020         * ada-mode.texi (No project files): Fix typo.  (Bug#2214)
4022 2009-02-04  Reiner Steib  <Reiner.Steib@gmx.de>
4024         * gnus-news.texi: Print version about Incoming*.
4026 2009-02-02  Carsten Dominik  <dominik@science.uva.nl>
4028         * org.texi (Structure editing, Handling links)
4029         (Fast access to TODO states, Javascript support): Make standard docs
4030         correctly reflect default variable settings.
4032 2009-02-02  Glenn Morris  <rgm@gnu.org>
4034         * org.texi: Fix typos.
4036 2009-02-01  Michael Albinus  <michael.albinus@gmx.de>
4038         Sync with Tramp 2.1.15.
4040         * trampver.texi: Update release number.
4042 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
4044         * org.texi (TODO dependencies): Document TODO dependencies on
4045         checkboxes.
4047 2009-01-30  Carsten Dominik  <dominik@science.uva.nl>
4049         * org.texi (TODO dependencies): Document key binding for toggling
4050         ORDERED property.
4052 2009-01-28  Michael Albinus  <michael.albinus@gmx.de>
4054         * dbus.texi (Errors and Events): Fix typos.  Describe second parameter
4055         of hook functions.
4057 2009-01-28  Carsten Dominik  <dominik@science.uva.nl>
4059         * org.texi (TODO dependencies): New section.
4061 2009-01-27  Carsten Dominik  <dominik@science.uva.nl>
4063         * org.texi (Plain lists, TODO basics, Priorities)
4064         (Multiple sets in one file, Conflicts): Document interaction with
4065         `shift-selection-mode'.
4067 2009-01-27  Jay Belanger  <jay.p.belanger@gmail.com>
4069         * calc.texi (Embedded Mode, Algebraic-Style Calculations):
4070         Make Calc the subject of sentences.
4071         (Rearranging Formulas using Selections): Discuss new options
4072         for `j *'.
4074 2009-01-26  Michael Albinus  <michael.albinus@gmx.de>
4076         * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
4078 2009-01-26  Glenn Morris  <rgm@gnu.org>
4080         * org.texi: Fix typos.
4082 2009-01-26  Bill Wohler  <wohler@newt.com>
4084         * mh-e.texi (EDITION, UPDATED): Update.
4086 2009-01-25  Carsten Dominik  <dominik@science.uva.nl>
4088         * org.texi (References): Add information about remote references.
4089         (Built-in table editor): Document `C-c RET' in tables.
4090         (Math symbols, Quoting LaTeX code): Mention that simple
4091         LaTeX macros survive LaTeX export.
4092         (Images in LaTeX export): Show how to create a reference to a
4093         figure.
4094         (Sectioning structure): Document that the LaTeX class can be
4095         specified in a property.
4096         (Text areas in HTML export): New section.
4097         (External links): Add examples for text search and ID links.
4098         (Built-in table editor): Remove the descriptio of `C-c
4099         C-q', it not longer works.
4100         (Literal examples): Document that a space must follow
4101         the colon in short examples.
4102         (Relative timer): Document `org-timer-stop'.
4103         (Footnotes): New section.
4104         (Footnote markup): Shorten section and refer to new Footnote
4105         section.
4106         (Literal examples): Add documentation for line
4107         numbering in and references to code examples.
4108         (CSS support): Fix the description of default CSS styles.
4109         (Capturing column view): Document
4110         "file:path/to/file.org" as an allowed value for the ID property of
4111         a dynamic block copying column view.
4113 2009-01-23  Stephen Eglen  <stephen@gnu.org>
4115         * mh-e.texi (Getting Started): Describe $MH.
4117 2009-01-21  Michael Albinus  <michael.albinus@gmx.de>
4119         * tramp.texi (all): Harmonize usage of "external method",
4120         "external transfer method" and "out-of-band method".
4121         (Connection types): Precise the differences of inline and external
4122         methods.  Written by Adrian Phillips <a.phillips@met.no>.
4124 2009-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
4126         * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
4127         commands as described at the top.  Reported by Allan Gottlieb
4128         <gottlieb@nyu.edu>.
4130 2009-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4132         * gnus.texi (Non-ASCII Group Names, RSS): Update description of
4133         nnmail-pathname-coding-system.
4135 2009-01-17  Peter Tury  <tury.peter@gmail.com>  (tiny change)
4137         * org.texi (Relative timer): Fix typo.
4139 2009-01-15  Juanma Barranquero  <lekktu@gmail.com>
4141         * org.texi (Clocking work time): Fix typo.
4142         Reported by Peter Tury <tury.peter@gmail.com>.  (Bug#1925)
4144 2009-01-13  Glenn Morris  <rgm@gnu.org>
4146         * org.texi: Fix some more typos.
4148 2009-01-13  Peter Tury  <tury.peter@gmail.com>  (tiny change)
4150         * org.texi: Fix some typos.
4152 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4154         * gnus.texi (Group Parameters): Add note for local variables.
4156 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4158         * gnus.texi (Converting Kill Files): Fix URL.
4159         Include gnus-kill-to-score.el in contrib directory.
4161 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4163         * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
4164         Reported by Leo <sdl.web@gmail.com>.  (Bug#1660)
4165         (Paging the Article): Add index entry.
4167 2009-01-03  Stephen Leake  <stephen_leake@member.fsf.org>
4169         * ada-mode.texi (Examples): Delete redundant text.
4171 2009-01-03  Michael Albinus  <michael.albinus@gmx.de>
4173         * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
4175         * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
4176         addresses.
4178 2009-01-03  Bill Wohler  <wohler@newt.com>
4180         * mh-e.texi (Scan Line Formats): Indicate that first column should be
4181         kept empty.
4183 2008-12-20  Carsten Dominik  <dominik@science.uva.nl>
4185         * org.texi (Activation, Exporting, ASCII export, HTML export)
4186         (HTML Export commands, LaTeX/PDF export commands):
4187         Improve documentation about transient-mark-mode.
4188         (References): Document the use of special names like $LR1 to reference
4189         to fields in the last table row.
4191 2008-12-19  Juri Linkov  <juri@jurta.org>
4193         * info.texi (Search Text): Remove mention of removed key binding M-s.
4195 2008-12-18  Carsten Dominik  <dominik@science.uva.nl>
4197         * org.texi (References): Remove mentioning of @0 as reference for the
4198         last line, this has been reverted in the Lisp sources.
4200 2008-12-17  Juanma Barranquero  <lekktu@gmail.com>
4202         * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
4203         (DVI_TARGETS): Remove duplicates.  Add sasl.
4204         ($(infodir)/sasl, sasl.dvi): New targets.
4206 2008-12-17  Carsten Dominik  <dominik@science.uva.nl>
4208         * org.texi: Version number pushed to 6.15d.
4210 2008-12-16  Carsten Dominik  <dominik@science.uva.nl>
4212         * org.texi (Tables in LaTeX export): New section.
4213         (Images in LaTeX export): New section.
4214         (Inlined images, Images in HTML export): Sections renamed.
4216 2008-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
4218         * message.texi (Insertion Variables): Don't advertise sc-cite-original.
4220 2008-12-04  David Engster  <dengste@eml.cc>
4222         * gnus.texi (nnmairix): Mention mairix.el.  Point out the importance
4223         of nnml-get-new-mail.  Change URL for mairix patch.
4225 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
4227         * org.texi (Using the mapping API): Fix bug in mapping example.
4228         (Publishing options): Make the list of properties complete again, in
4229         correspondence to the variable `org-export-plist-vars'.
4230         (Property searches): Document new special values for time comparisons.
4231         (Tag inheritance): Refine the description of tag inheritance.
4232         (Project alist): Add info about the publishing sequence of components.
4233         (Effort estimates): Document the new relative timer.
4235 2008-12-01  Jay Belanger  <jay.p.belanger@gmail.com>
4237         * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
4238         (Using Calc): Clarify use of `C-x * o'.
4239         (Embedded Mode (Overview)): Clarify use of `C-x * e'.
4241 2008-11-28  Richard M Stallman  <rms@gnu.org>
4243         * dbus.texi (Receiving Method Calls): Clean up previous change.
4245 2008-11-26  Michael Albinus  <michael.albinus@gmx.de>
4247         * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
4248         `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
4249         `dbus-unescape-from-identifier'.
4250         (Receiving Method Calls): New constants `dbus-service-emacs' and
4251         `dbus-path-emacs'.  Precise return values of `dbus-register-method'.
4252         (Signals): Use the constants in the example.
4254 2008-11-24  Carsten Dominik  <dominik@science.uva.nl>
4256         * org.texi: Re-apply change to FDL 1.3.
4258 2008-11-23  Carsten Dominik  <dominik@science.uva.nl>
4260         * org.texi (Setting up Remember): Document `org-remember-mode'.
4261         (External links): Document that bbdb links can use a regular
4262         expression.
4263         (External links): Document that elisp links can contain interactive
4264         commands.
4266 2008-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
4268         * viper.texi (viper-translate-all-ESC-keysequences):
4269         Description removed.
4271 2008-11-19  Glenn Morris  <rgm@gnu.org>
4273         * doclicense.texi: Change to FDL 1.3.
4274         Relicense all texi files under FDL 1.3 or later.
4276 2008-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
4278         * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
4280 2008-11-16  Michael Kifer  <kifer@cs.stonybrook.edu>
4282         * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
4284         * ediff.texi: Version/date change.
4286 2008-11-14  Chong Yidong  <cyd@stupidchicken.com>
4288         * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
4290 2008-11-14  Jay Belanger  <jay.p.belanger@gmail.com>
4292         * calc.texi (About This Manual): Comment out a mention of
4293         marginal notes.
4295 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
4297         * org.texi (Clocking work time): Document the :formula property of
4298         clock tables.
4299         (Structure editing, Refiling notes): Document refiling regions.
4300         (Agenda commands): Document the double-prefix version
4301         of the `l' command in the agenda.
4302         (Handling links): Explain the effect of a double prefix
4303         arg to `C-c C-o'.
4304         (TODO basics): Add documentation for tag triggers.
4306 2008-10-23  Glenn Morris  <rgm@gnu.org>
4308         * cl.texi (Function Bindings): Mention `flet' fails to deal with
4309         byte-compiling things like `+'.
4311         * ns-emacs.texi: Merge copyright years of author now with assignment
4312         into FSF years.
4313         (VER): Use it for easier automatic updating.  Use Emacs version rather
4314         than standalone Emacs.app version.
4316 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
4318         * org.texi: Lots of minor fixes.
4319         (Capture): New chapter.
4320         (Org Plot): New section.
4322 2008-09-30  Magnus Henoch  <mange@freemail.hu>
4324         * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
4326 2008-09-30  Jay Belanger  <jay.p.belanger@gmail.com>
4328         * calc.texi (User Defined Units): Mention how to enter optional display
4329         string.
4331 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4333         * message.texi (Sending Variables): Fix variable documentation to
4334         avoid the "y/n" wording.
4336 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4338         * message.texi (Sending Variables): Add `message-confirm-send' doc.
4340 2008-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4342         * gnus.texi (The Gnus Registry): Don't give argument to @item used in
4343         @enumerate section so as to be able to be formatted with MAKEINFO=no.
4345 2008-09-22  Bill Wohler  <wohler@newt.com>
4347         Release MH-E manual version 8.1.
4349         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
4350         release 8.1.
4352         * mh-e.texi: Retain dual license as agreed to by the FSF.
4353         However, bump GPL to Version 3.
4354         Use @include for license text.
4356 2008-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4358         * gnus.texi (Top, Setup, Fancy splitting to parent)
4359         (Store custom flags and keywords, Store arbitrary data):
4360         Clean up markup.
4362 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4364         * gnus.texi (The Gnus Registry): Document it.
4366 2008-09-08  David Engster  <dengste@eml.cc>
4368         * gnus.texi (nnmairix): Point out that nnml uses MH format.
4369         Clarify section about choosing back end servers.
4371 2008-08-23  Glenn Morris  <rgm@gnu.org>
4373         * dired-x.texi (Shell Command Guessing):
4374         Mention dired-guess-shell-case-fold-search.  (Bug#417)
4376 2008-08-22  Michael Albinus  <michael.albinus@gmx.de>
4378         * trampver.texi: Update release number.
4380 2008-08-18  Brian Cully  <bjc@kublai.com>  (tiny change)
4382         * ns-emacs.texi: Update version.
4383         (Introduction): Correct menu location for options save.
4384         (Customization): Note that defaults are stored under org.gnu.Emacs.
4386 2008-08-11  Bill Wohler  <wohler@newt.com>
4388         * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
4389         explicit about GNU mailutils MH elsewhere (with thanks to Darel
4390         Henman) (closes SF #1768928).
4392 2008-08-10  Glenn Morris  <rgm@gnu.org>
4394         * ns-emacs.texi: Use @copying.  Change copyright of authors with
4395         assignment to FSF.  Change license to GFDL.
4396         (Top): Remove outdated references.
4398 2008-08-07  Reiner Steib  <Reiner.Steib@gmx.de>
4400         * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
4401         Add gnus-summary-sort-by-most-recent-number and
4402         gnus-summary-sort-by-most-recent-date.
4403         (Summary Sorting): Explain prefix argument.
4405 2008-08-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4407         * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
4408         gnus-summary-pipe-output.
4410 2008-08-03  Michael Albinus  <michael.albinus@gmx.de>
4412         * dbus.texi (Receiving Method Calls): Document error handling of own
4413         D-Bus methods.
4415 2008-08-01  Bill Wohler  <wohler@newt.com>
4417         * mh-e.texi (Reading Mail)
4418         (Viewing Attachments): Describe new function
4419         mh-show-preferred-alternative.
4420         (Sending Mail, Redistributing, Sending Message): Describe new hook
4421         mh-annotate-msg-hook.
4423 2008-07-31  Michael Albinus  <michael.albinus@gmx.de>
4425         * dbus.texi (Arguments and Signatures): Fix example.
4426         (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
4427         (Asynchronous Methods): New node.
4428         (Errors and Events): Describe extended layout of `dbus-event'.
4429         New defun `dbus-event-message-type'.
4431 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4433         * ediff.texi: Remove VMS support.
4435 2008-07-29  Juanma Barranquero  <lekktu@gmail.com>
4437         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
4438         ($(infodir)/mairix-el), mairix-el.dvi): New targets.
4440 2008-07-29  Chong Yidong  <cyd@stupidchicken.com>
4442         * Makefile.in: Add mairix-el targets.
4444 2008-07-29  David Engster  <deng@randomsample.de>
4446         * mairix-el.texi: New file.
4448 2008-07-28  Stephen Leake  <stephen_leake@stephe-leake.org>
4450         * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
4451         project files.  Delete 'main_unit' project variable; not needed.  Allow
4452         process environment variables wherever project variables are allowed.
4453         Add tutorial section on multiple GNAT project files.
4455 2008-07-27  Michael Albinus  <michael.albinus@gmx.de>
4457         Sync with Tramp 2.1.14.
4459         * trampver.texi: Update release number.
4461 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
4463         * ns-emacs.texi:
4464         * faq.texi: Remove mentions of Mac Carbon.
4466 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4468         * gnus.texi (Saving Articles): Describe the 2nd argument of
4469         gnus-summary-save-in-pipe.
4470         (SpamAssassin): Use it.
4472 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4474         * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
4476 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
4478         * org.texi (Export options): Document the use of the creator flag.
4480 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
4482         * org.texi: New version 6.06a.
4484 2008-07-23  Juanma Barranquero  <lekktu@gmail.com>
4486         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
4487         ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
4489 2008-07-23  Vincent Belaïche  <vincent.b.1@hotmail.fr>
4491         * calc.texi (Editing Stack Entries):
4492         (Algebraic Entry): Rewrite introductory sentences so it can be used by
4493         Calc's help functions.  Mention fixing typos.
4494         (Customizing Calc): Fix typo.
4496 2008-07-23  Jay Belanger  <jay.p.belanger@gmail.com>
4498         * calc.texi (summarykey): New macro.  Use to correctly format keys in
4499         the summary.
4501 2008-07-20  Adrian Robert  <adrian.b.robert@gmail.com>
4503         * ns-emacs.texi (Customization): Corrected documentation on color
4504         specification formats.
4506 2008-07-19  Andreas Schwab  <schwab@suse.de>
4508         * ns-emacs.texi: Moved from ../emacs.  Add @direntry.
4510         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
4511         (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
4513 2008-07-18  Michael Albinus  <michael.albinus@gmx.de>
4515         * dbus.texi (Inspection): Rework, introduce submenus.
4516         (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
4517         (Properties and Annotations, Arguments and Signatures): New nodes.
4519 2008-07-13  Michael Albinus  <michael.albinus@gmx.de>
4521         * dbus.texi (Receiving Method Calls): Fix description of
4522         `dbus-register-method'.
4523         (Signals): Allow also signal arguments for filtering in
4524         `dbus-register-signal'.
4526 2008-07-13  Vincent Belaïche  <vincent.b.1@hotmail.fr>
4528         * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
4529         `cnorm'.
4530         (Arithmetic Tutorial): Simplify the verification of prime factors.
4532 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4534         * gnus.texi (Saving Articles): Mention
4535         gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
4537 2008-06-29  Jay Belanger  <jay.p.belanger@gmail.com>
4539         * calc.texi: Adjust mode line throughout.
4541 2008-06-28  Juanma Barranquero  <lekktu@gmail.com>
4543         * sasl.texi (Mechanisms): Fix typos.
4545 2008-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
4547         * calc.texi (Killing from the stack): Mention using normal Emacs
4548         copying.
4550 2008-06-21  Michael Albinus  <michael.albinus@gmx.de>
4552         * tramp.texi (Password handling): Rename from "Password caching".
4553         Add `auth-source' mechanism.
4554         (Connection caching): Tramp reopens the connection automatically,
4555         when the operating system on the remote host has been changed.
4557 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
4559         * makefile.w32-in (distclean): Remove makefile.
4561 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
4563         * org.texi (Using the mapping API): New section.
4564         (Agenda column view): New section.
4565         (Moving subtrees): Document archiving to the archive sibling.
4566         (Agenda commands): Document columns view in the agenda.
4567         (Using the property API): Document the API for multi-valued properties.
4569 2008-06-17  Jason Riedy  <jason@acm.org>
4571         * org.texi (A LaTeX example): Note that fmt may be a one-argument
4572         function, and efmt may be a two-argument function.
4573         (Radio tables): Document multiple destinations.
4575 2008-06-16  Glenn Morris  <rgm@gnu.org>
4577         * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
4578         Add Cover-Texts.
4580 2008-06-15  Glenn Morris  <rgm@gnu.org>
4582         * faq.texi (VER): Update to 23.0.60.
4584         * mh-e.texi: Remove option of licensing under GPL.
4585         Add Cover-Texts to GFDL permissions notice.
4586         (GPL): Remove section.
4587         (GFDL): Include doclicense.texi rather than the actual text.
4589         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
4590         (sasl, $(infodir)/sasl, sasl.dvi): New rules.
4592         * sasl.texi: Fix output file name.
4594         * epa.texi, sasl.texi: Refer to license in Emacs manual.
4596         * gnus-coding.texi: Refer to license in Gnus manual.
4598         * idlwave.texi, sasl.texi: Use @copying.
4600         * org.texi: Change to GFDL 1.2.  Refer to license in Emacs manual.
4602         * speedbar.texi: Update Back-Cover Text as per maintain.info.
4604         * url.texi: Use @copying, @title, @subtitle, @author.
4606         * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
4607         * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
4608         * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
4609         * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
4610         * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
4611         * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
4612         * widget.texi, woman.texi:
4613         Remove references to external license, since doclicense is included.
4615         * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
4616         * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
4617         Remove references to non-existent Invariant Sections.
4619 2008-06-14  Glenn Morris  <rgm@gnu.org>
4621         * faq.texi (Major packages and programs): Remove references to external
4622         Supercite, Calc, VIPER, since they have been included for some time.
4623         Update VM, AUCTeX, BBDB entries.
4625 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
4627         * newsticker.texi: Updated to match latest newsticker changes.
4629 2008-06-13  Glenn Morris  <rgm@gnu.org>
4631         * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
4632         * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
4633         * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
4634         * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
4635         * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
4636         * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
4637         * woman.texi:
4638         Update Back-Cover Text as per maintain.info.
4640 2008-06-15  Reiner Steib  <Reiner.Steib@gmx.de>
4642         * gnus-faq.texi: Generate.  Change node names to "FAQ N-M".
4644         * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
4645         (gnus-faq.xml): Update repository host.
4647         * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
4649 2008-06-15  Frank Schmitt  <ich@frank-schmitt.net>
4651         * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
4652         Fix a typo.
4654 2008-06-15  Reiner Steib  <Reiner.Steib@gmx.de>
4656         * gnus.texi (Mail Source Customization): Correct values of
4657         `mail-source-delete-incoming'.  Reported by Tassilo Horn.
4658         (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
4660 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4662         * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
4663         coding standards.
4665 2008-06-14  David Engster  <dengste@eml.cc>
4667         * gnus.texi (nnmairix): Markup fixes.
4669 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4671         * gnus.texi (nnmairix): Markup and other minor fixes.
4673 2008-06-05  David Engster  <dengste@eml.cc>
4675         * gnus.texi (nnmairix): New nodes describing nnmairix.el.
4677 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4679         * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
4680         (Searching, nnir, nnmairix): New stub nodes.
4682 2008-05-30  Felix Lee  <felix.1@canids.net>
4684         * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
4686 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4688         * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
4690 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4692         * gnus.texi (Scoring On Other Headers): Fix typo.  Rearrange.
4694 2008-05-15  Jonathan Yavner  <jyavner@member.fsf.org>
4696         * ses.texi (Acknowledgements): Add Shigeru Fukaya.
4698 2008-05-06  Juanma Barranquero  <lekktu@gmail.com>
4700         * info.texi (Top): Fix typo in xref.
4702 2008-05-05  Karl Berry  <karl@gnu.org>
4704         * info.texi (Top): @xref to stand-alone manual.
4706 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4708         * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
4709         (Various Summary Stuff): Fix typo in last xref.
4711 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4713         * org.texi (Moving subtrees): Fix typo.
4715 2008-04-28  Michael Albinus  <michael.albinus@gmx.de>
4717         * tramp.texi (Frequently Asked Questions): Explain, how to disable
4718         Tramp via `tramp-mode'.
4720 2008-04-27  Carsten Dominik  <dominik@sam.science.uva.nl>
4722         * org.texi: Massive changes, in many parts of the file.
4724 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4726         * gnus.texi (Oort Gnus): Add message-fill-column.
4728 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4730         * gnus.texi (Mail Source Specifiers): Typo fix.
4732 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4734         * gnus.texi (Diary Headers Generation): Update key binding for
4735         `gnus-diary-check-message'.
4737 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4739         * gnus.texi (Emacsen): Addition.
4741 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4743         * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
4745 2008-04-09  Reiner Steib  <Reiner.Steib@gmx.de>
4747         * gnus.texi (Oort Gnus): Mention customizing of tool bars.
4749 2008-04-09  Reiner Steib  <Reiner.Steib@gmx.de>
4751         * gnus-news.texi: Update tool bar item.
4753 2008-04-09  Sven Joachim  <svenjoac@gmx.de>
4755         * gnus-news.texi: Fix typos.
4757 2008-04-11  Jay Belanger  <jay.p.belanger@gmail.com>
4759         * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
4760         Add mention of `kron'.
4762 2008-04-01  Daiki Ueno  <ueno@unixuser.org>
4764         * epa.texi (Encrypting/decrypting *.gpg files):
4765         Document epa-file-name-regexp.
4767 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4769         * gnus.texi (Example Methods): Fix description about ssh-agent.
4770         (Indirect Functions): Fix the default value of nntp-telnet-command;
4771         remove link to connect.html.
4773 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
4775         * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
4776         dbus-call-method.
4777         (Receiving Method Calls): The timeout can be set by the calling client.
4779         * trampver.texi: Update release number.
4781 2008-03-29  Reiner Steib  <Reiner.Steib@gmx.de>
4783         * gnus.texi (Top): Fix version.  Add SASL.
4785 2008-03-29  Michael Albinus  <michael.albinus@gmx.de>
4787         Sync with Tramp 2.1.13.
4789         * trampver.texi: Update release number.
4791 2008-03-29  Chong Yidong  <cyd@stupidchicken.com>
4793         * org.texi: Update to new org-mode website.
4795 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4797         * cl.texi (For Clauses): Fix loop over key-seq to match code.
4799 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4801         * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
4802         gnus-read-ephemeral-gmane-group-url,
4803         gnus-read-ephemeral-emacs-bug-group,
4804         gnus-read-ephemeral-debian-bug-group.
4806 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4808         * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
4810         * gnus-news.texi: Add EasyPG.  Add gnus-article-browse-html-article.
4811         Add FIXMEs for Bookmarks and gnus-registry-marks.
4813 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4815         * gnus.texi (Smileys): Document `smiley-style'.
4817 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4819         * gnus.texi (Gnus Development): Clarify difference between ding and
4820         gnu.emacs.gnus.
4821         (MIME Commands, Using MIME, RSS): Fix markup.
4823         * gnus-faq.texi ([8.4]): Ditto.
4825 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4827         * gnus.texi (Emacsen): Remove obsolete stuff.
4829 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4831         * gnus.texi (Oort Gnus): Add version info WRT
4832         `mail-source-delete-incoming'.
4834 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4836         * gnus.texi (Top): Add "Other related manuals" and version info in
4837         `iftex' output.
4838         (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
4839         gnus-balloon-face-0 and the corresponding format specifiers.
4841 2008-03-26  Michael Albinus  <michael.albinus@gmx.de>
4843         * tramp.texi (Filename completion): Remove footnote about let-bind
4844         of `partial-completion-mode'.  It doesn't work this way.
4846 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4848         * pcl-cvs.texi (Contributors): Update my email.
4850 2008-03-21  Michael Albinus  <michael.albinus@gmx.de>
4852         * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
4854 2008-03-17  Bill Wohler  <wohler@newt.com>
4856         * mh-e.texi (Viewing): Update URL for adding header fields to
4857         mh-invisible-header-fields-default.
4859 2008-03-16  Bill Wohler  <wohler@newt.com>
4861         * mh-e.texi (Preface): Add Gnus to requirements.
4862         (Forwarding): Note that forwarded MIME messages are now inline.
4864 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4866         * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
4867         (Common Variables): Give precedence to the netcat methods over the
4868         telnet methods, and mention that they are more reliable.
4870 2008-03-13  Carsten Dominik  <dominik@science.uva.nl>
4872         * org.texi (Exporting Agenda Views): Document agenda export to
4873         iCalendar.
4874         (Progress logging): Document the new progress logging stuff.
4876 2008-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
4878         * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
4879         Update for change of `mail-source-delete-incoming'.
4881         * gnus-news.texi: Ditto.
4883 2008-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
4885         * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
4886         custom versions.
4888 2008-03-07  Alan Mackenzie  <acm@muc.de>
4890         * cc-mode.texi (Limitations and Known Bugs): State that the number of
4891         parens/brackets in a k&r region is limited.
4893 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4895         * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
4896         using different Emacs versions.
4898 2008-02-27  Glenn Morris  <rgm@gnu.org>
4900         * sc.texi: Remove a lot of old and obsolete info.
4901         (titlepage): Simplify.
4902         (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
4903         (VM with any Emacsen, GNEWS with any Emacsen)
4904         (Overloading for Non-conforming MUAs, Version 3 Changes)
4905         (The Supercite Mailing List): Delete nodes.
4906         (Introduction): Remove info about old packages.
4907         (Getting Connected): Simplify.  Remove info about old packages.
4908         (Citing Commands): Delete Emacs 19 info.
4909         (Hints to MUA Authors): Simplify.
4910         (Thanks and History): Merge in some info from the deleted node
4911         "Version 3 Changes".
4913 2008-02-05  Juanma Barranquero  <lekktu@gmail.com>
4915         * org.texi (Setting tags, In-buffer settings):
4916         * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
4918 2008-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4920         * gnus-news.texi: Mention that spaces and tabs are allowed in the
4921         installation directory name.
4923 2008-02-12  Romain Francoise  <romain@orebokech.com>
4925         * epa.texi (Overview): Fix typo.
4927 2008-02-11  Daiki Ueno  <ueno@unixuser.org>
4929         * epa.texi (Quick start): Remove the .emacs setting.
4931 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
4933         * epa.texi (Quick start): Use the command `epa-enable' instead of
4934         loading `epa-setup'.
4936 2008-02-08  Juanma Barranquero  <lekktu@gmail.com>
4938         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
4939         ($(infodir)/epa, epa.dvi): New targets.
4941 2008-02-08  Daiki Ueno  <ueno@unixuser.org>
4943         * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
4945         * epa.texi: New manual documenting the EasyPG Assistant.
4947 2008-02-06  Michael Albinus  <michael.albinus@gmx.de>
4949         * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
4950         (Inspection): New function dbus-ping.
4952 2008-02-05  Michael Albinus  <michael.albinus@gmx.de>
4954         * tramp.texi (Remote processes): Add `shell-command'.
4956 2008-01-28  Michael Sperber  <sperber@deinprogramm.de>
4958         * gnus.texi (Mail Source Specifiers): Document `group' specifier.
4959         (Group Parameters): Document `mail-source' parameter.
4961 2008-01-27  Michael Albinus  <michael.albinus@gmx.de>
4963         * tramp.texi (Inline methods): The hostname of the su(do)? methods
4964         must be a local host.
4966 2008-01-26  Michael Olson  <mwolson@gnu.org>
4968         * erc.texi: Update version for ERC 5.3 release.
4969         (Obtaining ERC): Update extras URLs for 5.3.
4970         (Development): Write instructions for git, and remove those for Arch.
4971         (History): Mention the switch to git.
4973 2008-01-24  Karl Berry  <karl@gnu.org>
4975         * info.texi (Search Index, Search Text): Mention the command
4976         character in the section name, a la the (Go to node) node.
4978 2008-01-21  Michael Albinus  <michael.albinus@gmx.de>
4980         * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
4982 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4984         * gnus-news.texi: Mention gnus-article-describe-bindings.
4986 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4988         * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
4990 2008-01-18  Carsten Dominik  <dominik@science.uva.nl>
4992         * org.texi (Property inheritance): New section.
4993         (Conventions): New section.
4994         (Structure editing): Document C-RET, the prefix arg to the cut/copy
4995         commands, and the new bindings for refiling.
4996         (Sparse trees): Document the new special command for sparse trees.
4997         (References): Be more clear about the counting of hilines.
4998         (Handling links): Document M-p/n for accessing links.
4999         (Fast access to TODO states): New section.
5000         (Per file keywords): New section.
5001         (Property inheritance): New section.
5002         (Column attributes): New summary types.
5003         (Capturing Column View): New section.
5004         (The date/time prompt): Cover the new features in the date/time prompt.
5005         Compactify the table of keys for the calendar remote control.
5006         (Clocking work time): Document the new :scope parameter.
5007         (Remember): Promoted to chapter.
5008         (Quoted examples): New section.
5009         (Enhancing text): New verbatim environments.
5011 2008-01-14  Michael Albinus  <michael.albinus@gmx.de>
5013         * trampver.texi: Update release number.
5015 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5017         * gnus.texi (Article Keymap):
5018         Add gnus-article-wide-reply-with-original; fix descriptions of
5019         gnus-article-reply-with-original and
5020         gnus-article-followup-with-original.
5022 2008-01-09  Glenn Morris  <rgm@gnu.org>
5024         * nxml-mode.texi: Add @copying section.
5026 2008-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5028         * message.texi (Mail Variables): Add some text from "(gnus)Posting
5029         Server".  Add `message-send-mail-with-mailclient'.
5031         * gnus.texi (Posting Server): Move some text to "(message)Mail
5032         Variables" and add a reference here.
5034 2008-01-04  Michael Albinus  <michael.albinus@gmx.de>
5036         * dbus.texi (Receiving Method Calls): New chapter.
5037         (Errors and Events): Add serial number to events.  Replace "signal" by
5038         "message".  Introduce dbus-event-serial-number.
5040 2008-01-03  Michael Albinus  <michael.albinus@gmx.de>
5042         * dbus.texi (Type Conversion): Explain the type specification for empty
5043         arrays.  Use another example.
5045 2007-12-30  Michael Albinus  <michael.albinus@gmx.de>
5047         * dbus.texi (all): Replace "..." by @dots{}.
5048         (Type Conversion): Precise the value range for :byte types.
5049         (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
5050         Mention its return value.
5051         (Errors and Events): There is no D-Bus error propagation during event
5052         processing.
5054 2007-12-29  Jay Belanger  <jay.p.belanger@gmail.com>
5056         * calc.tex (Yacas Language, Maxima Language, Giac Language):
5057         New sections.
5059 2007-12-29  Reiner Steib  <Reiner.Steib@gmx.de>
5061         * gnus.texi (Group Parameters): Reorder the text and add a note about
5062         `gnus-parameters' near the beginning of the node.
5064 2007-12-29  IRIE Tetsuya  <irie@t.email.ne.jp>  (tiny change)
5066         * gnus.texi (Score File Editing): Fix function name.
5068 2007-12-23  Michael Albinus  <michael.albinus@gmx.de>
5070         Sync with Tramp 2.1.12.
5072         * trampver.texi: Update release number.
5074 2007-12-22  Michael Albinus  <michael.albinus@gmx.de>
5076         * dbus.texi (Type Conversion): Correct input parameters mapping.
5078 2007-12-21  Michael Albinus  <michael.albinus@gmx.de>
5080         * dbus.texi (Type Conversion): Extend for D-Bus compound types.
5081         (Errors and Events): Mention wrong-type-argument error.
5083 2007-12-21  Alex Schroeder  <alex@gnu.org>
5085         * rcirc.texi: Changed single spaces after sentence end to double
5086         spaces.  Fixed some typos.
5087         (Internet Relay Chat): Explain relay.
5088         (Getting started with rcirc): Change items to reflect prompts.
5089         Add more explanation to rcirc-track-minor-mode and added a comment to
5090         warn future maintainers that this section is a copy.
5091         (People): Change /ignore example.
5092         (Keywords): Not keywords.
5094 2007-12-20  Alex Schroeder  <alex@gnu.org>
5096         * rcirc.texi (Top): Fighting Information Overload chapter added.
5097         (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
5098         (rcirc commands): Move /ignore command to the new chapter.
5099         (Fighting Information Overload): New chapter documenting /keyword,
5100         /bright, /dim, channel ignore, and low priority channels.
5101         (Configuration): Document rcirc-server-alist, remove
5102         rcirc-startup-channels-alist and rcirc-default-server.
5104 2007-12-16  Michael Albinus  <michael.albinus@gmx.de>
5106         * dbus.texi (Signals): Fix example in dbus-register-signal.
5108 2007-12-14  Sven Joachim  <svenjoac@gmx.de>
5110         * gnus.texi (Score Variables): Fix typo.
5112 2007-12-07  Michael Albinus  <michael.albinus@gmx.de>
5114         * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
5115         (Signals): Adapt dbus-send-signal and dbus-register-signal.
5116         (Errors and Events): Adapt dbus-event.
5118 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5120         * gnus.texi (Other Files): Add the yenc command.
5122 2007-11-30  Reiner Steib  <Reiner.Steib@gmx.de>
5124         * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
5125         since 2004-08-06.
5127 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5129         * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
5130         on body.
5132 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5134         * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
5135         and rfc2047-allow-irregular-q-encoded-words; fix description of
5136         rfc2047-encode-encoded-words.
5138 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5140         * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
5142 2007-12-05  Michael Olson  <mwolson@gnu.org>
5144         * remember.texi (Diary): Remove "require" line for remember-diary.el.
5145         Update documentation for `remember-diary-file'.
5147 2007-12-04  Michael Albinus  <michael.albinus@gmx.de>
5149         * dbus.texi (Signals): Precise `dbus-register-signal'.
5150         (Errors and Events): Rework events part, the internal structure of
5151         dbus-event has changed.
5153 2007-12-03  Juanma Barranquero  <lekktu@gmail.com>
5155         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
5156         ($(infodir)/dbus, dbus.dvi): New targets.
5158 2007-12-03  Michael Albinus  <michael.albinus@gmx.de>
5160         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
5161         unconditionally.
5163         * dbus.texi (Synchronous Methods): Show the result of the "lshal"
5164         emulation with @print{}.
5166 2007-12-02  Richard Stallman  <rms@gnu.org>
5168         * dbus.texi (Overview): Minor cleanup.
5170 2007-12-02  Michael Albinus  <michael.albinus@gmx.de>
5172         * Makefile.in (INFO_TARGETS): Add dbus.
5173         (DVI_TARGETS): Add dbus.dvi.
5174         (dbus, dbus.dvi): New targets.
5176         * dbus.texi: New file.
5178 2007-11-24  Romain Francoise  <romain@orebokech.com>
5180         * nxml-mode.texi: Add description in @direntry.
5181         Fix file name to match @setfilename.
5183 2007-11-23  Mark A. Hershberger  <mah@everybody.org>
5185         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5186         ($(infodir)/nxml-mode): New rule.
5188         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5189         ($(infodir)/nxml-mode): New rule.
5190         (clean): Add nxml-mode*.
5192         * nxml-mode.texi: New file with nxml manual.
5194 2007-11-18  Richard Stallman  <rms@gnu.org>
5196         * flymake.texi (Example -- Configuring a tool called directly):
5197         Update example.
5199 2007-11-18  Michael Albinus  <michael.albinus@gmx.de>
5201         * tramp.texi (Filename completion): Simplify explanation of
5202         double-slash behavior.  Explain directory contents flushing.
5204 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
5206         * calc.texi (TeX and LaTeX Language Modes): Put in
5207         missing braces.
5209 2007-11-15  Richard Stallman  <rms@gnu.org>
5211         * cl.texi (Equality Predicates): Delete `eql'.
5212         (Predicates, Naming Conventions, Top): Delete `eql'.
5213         (Common Lisp Compatibility): Delete `eql'.
5214         (Porting Common Lisp): Delete obsolete backquote info.
5215         Minor clarification about character constants.
5216         (Sequence Basics): Minor clarification.
5218 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
5220         * cc-mode.texi (Electric Keys, Custom Macros):
5221         * tramp.texi (Filename completion): Fix typos.
5223 2007-11-15  Jay Belanger  <jay.p.belanger@gmail.com>
5225         * calc.texi (Basic commands): Mention the menu.
5227 2007-11-12  Michael Albinus  <michael.albinus@gmx.de>
5229         * tramp.texi (Connection caching): Tramp flushes connection
5230         properties when remote operating system has been changed.
5232 2007-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
5234         * gnus-news.texi: Fix spelling.
5235         `message-insert-formatted-citation-line', not
5236         `message-insert-formated-citation-line'.
5238         * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
5240 2007-11-07  Michael Albinus  <michael.albinus@gmx.de>
5242         * tramp.texi (Overview): Mention also the PuTTY integration under
5243         w32.  Remove paragraphs about Tramp's experimental status.
5244         (Frequently Asked Questions): Add code example for highlighting the
5245         mode line.
5247 2007-11-03  Michael Olson  <mwolson@gnu.org>
5249         * remember.texi: Change mentions of remember-buffer to
5250         remember-finalize throughout.
5252 2007-10-30  Michael Olson  <mwolson@gnu.org>
5254         * remember.texi (Copying): Remove.
5255         (Mailbox): Update with non-BBDB instructions.
5256         (Diary, Org): Add.
5257         (Bibliography, Planner Page): Remove.
5259 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
5261         * makefile.w32-in (INFO_TARGETS): Add remember.
5262         (DVI_TARGETS): Add remember.dvi.
5263         ($(infodir)/remember): New rule.
5264         (clean): Add remember*.
5266 2007-10-30  Michael Olson  <mwolson@gnu.org>
5268         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
5269         ($(infodir)/remember): New rule that builds the Remember Manual.
5271         * remember.texi: New file containing the Remember Mode Manual.
5272         Shuffle chapters around after initial import.
5273         (Function Reference): Split Keystrokes into separate chapter.
5274         (Keystrokes): Document C-c C-k.
5275         (Introduction): Fix typographical issue with "---".
5277 2007-10-29  Richard Stallman  <rms@gnu.org>
5279         * widget.texi (Introduction): Delete discussion of implementation
5280         internals.
5282 2007-10-29  Michael Albinus  <michael.albinus@gmx.de>
5284         * tramp.texi (Connection caching): Host names must be different
5285         when tunneling.
5287 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5289         * gnus.texi, gnus-faq.texi, message.texi: Bump version to
5290         Gnus v5.13.
5292 2007-10-28  Miles Bader  <miles@gnu.org>
5294         * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
5296 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5298         * gnus.texi (Sorting the Summary Buffer):
5299         Remove gnus-article-sort-by-date-reverse.
5301 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5303         * gnus.texi (Non-ASCII Group Names): New node.
5304         (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
5305         gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
5307 2007-10-28  Michaël Cadilhac  <michael@cadilhac.name>
5309         * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
5310         clean the output of the program `imap-shell-program'.
5312 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5314         * gnus.texi (IMAP): Mention nnimap-logout-timeout.
5316 2007-10-28  Tassilo Horn  <tassilo@member.fsf.org>
5318         * gnus.texi (Sticky Articles): Documentation for sticky article
5319         buffers.
5321 2007-10-28  Michaël Cadilhac  <michael@cadilhac.name>
5323         * gnus.texi (RSS): Document nnrss-ignore-article-fields.
5325 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5327         * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
5329 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5331         * gnus.texi (Archived Messages):
5332         Document gnus-update-message-archive-method.
5334 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5336         * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
5338 2007-10-28  Michaël Cadilhac  <michael@cadilhac.name>
5340         * gnus.texi (Group Maneuvering):
5341         Document `gnus-summary-next-group-on-exit'.
5343 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5345         * gnus.texi (Really Various Summary Commands):
5346         Mention gnus-auto-select-on-ephemeral-exit.
5348 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5350         * gnus.texi, message.texi: Bump version number.
5352 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5354         * gnus.texi (Group Line Specification, Misc Group Stuff)
5355         (Server Commands): Parenthesize @pxref{Mail Spool}.
5357 2007-10-28  Didier Verna  <didier@xemacs.org>
5359         New user option: message-signature-directory.
5360         * message.texi (Insertion Variables): Document it.
5361         * gnus.texi (Posting Styles): Ditto.
5363 2007-10-28  Didier Verna  <didier@xemacs.org>
5365         * gnus.texi (Group Line Specification):
5366         * gnus.texi (Misc Group Stuff):
5367         * gnus.texi (Server Commands): Document the group compaction feature.
5369 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5371         * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
5373         * message.texi (Various Message Variables): Add message-fill-column.
5375 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5377         * gnus.texi: Untabify.
5379 2007-10-28  Didier Verna  <didier@xemacs.org>
5381         * gnus.texi (Group Parameters): Document the posting-style merging
5382         process in topic-mode.
5384 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5386         * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
5388 2007-10-28  Romain Francoise  <romain@orebokech.com>
5390         * gnus.texi (Mail Spool): Fix typo.
5391         Update copyright.
5393 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5395         * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
5397 2007-10-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5399         * gnus.texi (Summary Generation Commands):
5400         Add gnus-summary-insert-ticked-articles.
5402 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5404         * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
5405         to spam-spamassassin-program.
5407 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5409         * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
5411 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5413         * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
5415 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5417         * message.texi (Mail Headers): Document `opportunistic'.
5419 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5421         * emacs-mime.texi (Encoding Customization): Explain how to set
5422         mm-coding-system-priorities per hierarchy.
5424 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5426         * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
5427         nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
5429 2007-10-28  Didier Verna  <didier@xemacs.org>
5431         * message.texi (Wide Reply): Update documentation of
5432         message-dont-reply-to-names (now allowing a list of regexps).
5434 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5436         * gnus.texi (Spam Package Introduction): Fix spam menu and links.
5438 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5440         * gnus.texi (SpamAssassin back end): Fix typo.
5442         * sieve.texi (Examples): Fix grammar.
5444 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5446         * gnus.texi (Searching for Articles): Document M-S and M-R.
5447         (Limiting): Document / b.
5449 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5451         * gnus.texi (Thread Commands): T M-^.
5453 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5455         * message.texi (Mail Aliases): Document ecomplete.
5456         (Mail Aliases): Fix typo.
5458 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5460         * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
5461         fix typo.
5463 2007-10-28  Romain Francoise  <romain@orebokech.com>
5465         * gnus.texi (Mail Spool): Grammar fix.
5467 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5469         * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
5470         string.
5472 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5474         * gnus.texi (Group Parameters): Fix description.
5476 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5478         * gnus.texi (Gmane Spam Reporting):
5479         Fix spam-report-gmane-use-article-number.
5480         Add spam-report-user-mail-address.
5482 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5484         * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
5486 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5488         * gnus.texi (Group Parameters): Add simplified sorting example based on
5489         example for `Sorting the Summary Buffer' from Jari Aalto
5490         <jari.aalto@cante.net>.
5491         (Example Methods): Add example for an indirect connection.
5493 2007-10-28  Kevin Greiner  <kevin.greiner@compsol.cc>
5495         * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
5496         (Agent Parameters): Updated parameter names to match code.
5497         (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
5498         'gnus-agent-summary-fetch-series'.
5499         (Agent and flags): New section providing a generalized discussion
5500         of flag handling.
5501         (Agent and IMAP): Remove flag discussion.
5502         (Agent Variables): Add 'gnus-agent-synchronize-flags'.
5504 2007-10-28  Romain Francoise  <romain@orebokech.com>
5506         * gnus.texi (Exiting the Summary Buffer): Add new function
5507         `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
5509 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5511         * gnus.texi (Conformity): Fix typo.
5512         (Customizing Articles): Document `first'.
5514 2007-10-28  Jari Aalto  <jari.aalto@cante.net>
5516         * gnus.texi (Sorting the Summary Buffer):
5517         Add `gnus-thread-sort-by-date-reverse'.  Add example
5518         host to different sorting in NNTP and RSS groups.
5520 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5522         * message.texi (Insertion): Describe prefix for
5523         message-mark-inserted-region and message-mark-insert-file.
5525 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5527         * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
5528         LaTeX documents.  Describe "text/x-gnus-verbatim".
5530 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
5532         * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
5533         (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
5534         (spam-stat spam filtering, SpamOracle)
5535         (Extending the Spam ELisp package): Remove extra quote symbol for
5536         clarity.
5538 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5540         * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
5541         gnus-article-delete-part and gnus-article-replace-part.
5542         (Using MIME): Add gnus-mime-replace-part.
5544 2007-10-28  Romain Francoise  <romain@orebokech.com>
5546         * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
5547         requires `auto-compression-mode' to be enabled.  Add new nnml
5548         variable `nnml-compressed-files-size-threshold'.
5550 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5552         * gnus.texi (Sorting the Summary Buffer):
5553         Add gnus-thread-sort-by-recipient.
5555 2007-10-28  Romain Francoise  <romain@orebokech.com>
5557         * message.texi (Insertion Variables): Mention new variable
5558         `message-yank-empty-prefix'.  Change `message-yank-cited-prefix'
5559         documentation accordingly.
5561 2007-10-28  Romain Francoise  <romain@orebokech.com>
5563         * gnus.texi (To From Newsgroups): Mention new variables
5564         `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
5566 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5568         * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
5569         stuff; gnus-mime-inline-part does the automatic decompression.
5571 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
5573         * gnus.texi (Spam ELisp Package Configuration Examples):
5574         "training.ham" should be "training.spam".
5576 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5578         * message.texi (Mail Variables): Fix the default value for
5579         message-send-mail-function.
5581 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5583         * gnus.texi (Optional Back End Functions): nntp-request-update-info
5584         always returns nil exceptionally.
5586 2007-10-28  Simon Josefsson  <jas@extundo.com>
5588         * gnus.texi (Article Washing): Add libidn URL.
5589         Suggested by Michael Cook <michael@waxrat.com>.
5591 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5593         * gnus.texi (Topic Commands): Fix next/previous.
5595 2007-10-28  Simon Josefsson  <jas@extundo.com>
5597         * gnus.texi (Article Washing): Mention `W i'.
5599 2007-10-28  Jochen Küpper  <jochen@fhi-berlin.mpg.de>
5601         * gnus.texi (Group Parameters): Slight extension of sieve
5602         parameter description.
5604 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5606         * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
5607         matching score files as well.
5608         (Picons): Describe `gnus-picon-style'.
5610 2007-10-28  Romain Francoise  <romain@orebokech.com>
5612         * message.texi (Message Headers): Mention that headers are hidden
5613         using narrowing, and how to expose them.
5614         Update copyright.
5616 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5618         * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
5619         `gnus-summary-sort-by-recipient'.
5621 2007-10-28  Romain Francoise  <romain@orebokech.com>
5623         * gnus.texi (NNTP marks): New node.
5624         (NNTP): Move NNTP marks variables to the new node.
5626 2007-10-28  Jesper Harder  <harder@ifa.au.dk>
5628         * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
5630         * gnus.texi (MIME Commands, Hashcash): Markup fix.
5632 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
5634         * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
5635         everywhere for consistency.
5636         (Filtering Spam Using The Spam ELisp Package): Admonish again.
5637         (Spam ELisp Package Sequence of Events): This is Gnus, say so.
5638         Say "regular expression" instead of "regex."  Admonish.
5639         Pick other words to sound better (s/so/thus/).
5640         (Spam ELisp Package Filtering of Incoming Mail):
5641         Mention statistical filters.  Remove old TODO.
5642         (Spam ELisp Package Sorting and Score Display in Summary Buffer):
5643         New section on sorting and displaying the spam score.
5644         (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
5645         backend but an alias to spam-use-BBDB.
5646         (Extending the Spam ELisp package): Rewrite the example using the
5647         new backend functionality.
5649 2007-10-28  Simon Josefsson  <jas@extundo.com>
5651         * gnus.texi (NNTP): Mention nntp-marks-is-evil and
5652         nntp-marks-directory, from Romain Francoise
5653         <romain@orebokech.com>.
5655 2007-10-28  Magnus Henoch  <mange@freemail.hu>
5657         * gnus.texi (Hashcash): New default value of
5658         hashcash-default-payment.
5660 2007-10-28  Simon Josefsson  <jas@extundo.com>
5662         * gnus.texi (Hashcash): Fix URL.  Add pref to spam section.
5663         (Anti-spam Hashcash Payments): No need to load hashcash.el now.
5665 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5667         * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
5669 2007-10-28  Simon Josefsson  <jas@extundo.com>
5671         * gnus.texi (documentencoding): Add, to avoid warnings.
5673 2007-10-28  Simon Josefsson  <jas@extundo.com>
5675         * message.texi (Mail Headers): Add.
5677         * gnus.texi (Hashcash): Fix.
5679 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
5681         * gnus.texi (Hashcash): Change location of library, also mention
5682         that payments can be verified and fix the name of the
5683         hashcash-path variable.
5685 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5687         * gnus.texi (Article Display): Add `gnus-picon-style'.
5689 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5691         * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
5693 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
5695         * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
5696         (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
5697         warning about ham processors in spam groups removed.
5699 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
5701         * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
5702         From Hubert Chan <hubert@uhoreg.ca>.
5704 2007-10-28  Jesper Harder  <harder@ifa.au.dk>
5706         * gnus.texi (Spam ELisp Package Sequence of Events): Index.
5707         (Mailing List): Typo.
5708         (Customizing Articles): Add gnus-treat-ansi-sequences.
5709         (Article Washing): Index.
5711         * message.texi: Use m-dash consistently.
5713 2007-10-28  Jesper Harder  <harder@ifa.au.dk>
5715         * gnus.texi (GroupLens): Remove.
5717 2007-10-28  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5719         * gnus.texi (Outgoing Messages, Agent Variables):
5720         Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
5721         Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
5723 2007-10-28  Jesper Harder  <harder@ifa.au.dk>
5725         * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
5727 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5729         * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
5731         * gnus.texi (No Gnus): New node.  Includes `gnus-news.texi'.
5733 2007-10-28  Simon Josefsson  <jas@extundo.com>
5735         * gnus.texi (Top): Add SASL.
5737 2007-10-27  Emanuele Giaquinta  <e.giaquinta@glauco.it>  (tiny change)
5739         * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
5741 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5743         * gnus.texi (Troubleshooting): Adjust Gnus version number.
5745 2007-10-27  Jay Belanger  <jay.p.belanger@gmail.com>
5747         * calc.texi (Formulas, Composition Basics): Lower the
5748         precedence of negation.
5750 2007-10-25  Jonathan Yavner  <jyavner@member.fsf.org>
5752         * ses.texi (The Basics): Mention how to create a new spreadsheet.
5753         Mention the new three-letter column identifiers.
5754         (More on cell printing): Calculate-cell and truncate-cell are now `c'
5755         and `t' rather than `C-c C-c' and `C-c C-t'.  Mention the stupid error
5756         message when using `c' on an empty default with default printer.
5757         (Buffer-local variables in spreadsheets): `symbolic-formulas' was
5758         renamed to `ses--symbolic-formulas' some time ago.
5760 2007-10-25  Jay Belanger  <jay.p.belanger@gmail.com>
5762         * calc.texi (Default Simplifications, Making Selections)
5763         (Customizing Calc): Clarify associativity of multiplication.
5765 2007-10-23  Michael Albinus  <michael.albinus@gmx.de>
5767         * tramp.texi (Traces and Profiles): Simplify loop over
5768         `trace-function-background'.
5770 2007-10-22  Juri Linkov  <juri@jurta.org>
5772         * dired-x.texi (Shell Command Guessing): Default values are now
5773         available by typing M-n instead of M-p.
5775 2007-10-21  Michael Albinus  <michael.albinus@gmx.de>
5777         * tramp.texi (Cleanup remote connections): New section.
5778         (Password caching): Remove `tramp-clear-passwd'.
5779         It's not a command anymore.
5780         (Bug Reports): Add `tramp-bug' to function index.
5781         (Function Index, Variable Index): New nodes.
5782         (Remote shell setup): Describe `tramp-password-prompt-regexp'.
5784         * trampver.texi: Update release number.
5786 2007-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
5788         * calc.texi (History and Acknowledgements): Turn comment
5789         about integer size into past tense.
5790         (Time Zones): Remove pointer to Calc author's address.
5791         (Trigonometric and Hyperbolic Functions): Mention cotangent
5792         and hyperbolic cotangent.  Fix typo.
5794 2007-10-10  Michael Albinus  <michael.albinus@gmx.de>
5796         Sync with Tramp 2.1.11.
5798         * trampver.texi: Update release number.
5800 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
5802         * tramp.texi (External packages): New section.
5804 2007-09-29  Juri Linkov  <juri@jurta.org>
5806         * info.texi (Help-Int): Document `L' (`Info-history').
5808 2007-09-26  Carsten Dominik  <dominik@science.uva.nl>
5810         * org.texi: Change links to webpage and maintained email.
5811         (Remember): Promote to Chapter, significant changes.
5812         (Fast access to TODO states): New section.
5813         (Faces for TODO keywords): New section.
5814         (Export options): Example for #+DATE.
5815         (Progress logging): Section moved.
5817 2007-09-26  Bill Wohler  <wohler@newt.com>
5819         * mh-e.texi (HTML): Mention binding of S-mouse-2 to
5820         browse-url-at-mouse.
5822 2007-09-20  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
5824         * flymake.texi (Customizable variables): Face names don't end in -face.
5825         Fix flymake-err-line-patterns template.
5826         (Example -- Configuring a tool called directly): Fix init-function.
5827         (Highlighting erroneous lines): Face names don't end in -face.
5829 2007-09-18  Exal de Jesus Garcia Carrillo  <exal@gmx.de>  (tiny change)
5831         * erc.texi (Special-Features): Fix small typo.
5833 2007-09-14  Michael Albinus  <michael.albinus@gmx.de>
5835         * tramp.texi (Filename Syntax): Provide links to "Inline methods"
5836         and "External transfer methods".
5838 2007-09-13  Jay Belanger  <jay.p.belanger@gmail.com>
5840         * calc.texi (Predefined Units): Add some history.
5842 2007-09-08  Michael Olson  <mwolson@gnu.org>
5844         * erc.texi (Copying): New section included from gpl.texi.
5845         This matches the look of the upstream ERC manual.
5847 2007-09-07  Jay Belanger  <jay.p.belanger@gmail.com>
5849         * calc.texi (History and Acknowledgements): Adjust the "thanks".
5850         (Random Numbers): Clarify the distribution of `random'.
5852 2007-09-06  Glenn Morris  <rgm@gnu.org>
5854         Move manual sources from man/ to subdirectories of doc/.
5855         Split into the Emacs manual in emacs/, and other manuals in misc/.
5856         Change all setfilename commands to use ../../info.
5857         * Makefile.in: Move the parts of the old man/Makefile.in that do not
5858         refer to the Emacs manual here.
5859         (infodir): New variable.
5860         (INFO_TARGETS, info): Use infodir.  Also used by all info targets.
5861         (cc-mode.texi, faq.texi): Update references to source file locations.
5862         * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
5863         do not refer to the Emacs manual here.
5864         (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
5866         * Makefile.in: Add `basename' versions of all info targets, for
5867         convenience when rebuilding just one manual.
5868         (../etc/GNU): Delete obsolete target.
5869         (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
5870         (mostlyclean): Add *.op, *.ops.  Move *.aux *.cps *.fns *.kys *.pgs
5871         *.vrs *.toc here...
5872         (maintainer-clean): ...from here.
5874         * makefile.w32-in (../etc/GNU): Delete obsolete target.
5876 2007-09-01  Jay Belanger  <jay.p.belanger@gmail.com>
5878         * calc.texi (Date Conversions): Clarify definition of
5879         Julian day numbering.
5880         (Date Forms): Clarify definition of Julian day numbering;
5881         add some history.
5883 2007-08-30  Carsten Dominik  <dominik@science.uva.nl>
5885         * org.texi: Version 5.07.
5887 2007-08-24  IRIE Tetsuya  <irie@t.email.ne.jp>  (tiny change)
5889         * message.texi (MIME): Replace mml-attach with mml-attach-file.
5891 2007-08-22  Carsten Dominik  <dominik@science.uva.nl>
5893         * org.texi (Adding hyperlink types): New section.
5894         (Embedded LaTeX): Chapter updated because of LaTeX export.
5895         (LaTeX export): New section.
5896         (Using links out): New section.
5898 2007-08-22  Glenn Morris  <rgm@gnu.org>
5900         * faq.texi (Learning how to do something): Refcards now in
5901         etc/refcards/ directory.
5903 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
5905         * tramp.texi (Remote Programs): Persistency file must be cleared when
5906         changing `tramp-remote-path'.
5907         (Filename Syntax): Don't use @var{} constructs inside the @trampfn
5908         macro.
5910 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
5912         * calc.texi: Move contents to beginning of file.
5913         (Algebraic Entry): Fix the formatting of an example.
5915 2007-08-15  Jay Belanger  <jay.p.belanger@gmail.com>
5917         * calc.texi (Basic Operations on Units): Mention exact versus
5918         inexact conversions.
5920 2007-08-14  Jay Belanger  <jay.p.belanger@gmail.com>
5922         * calc.texi (Basic Operations on Units): Mention default
5923         values for new units.
5924         (Quick Calculator Mode): Mention that binary format will
5925         be displayed.
5927 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5929         * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
5931 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5933         * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
5935 2007-08-08  Glenn Morris  <rgm@gnu.org>
5937         * gnus.texi, sieve.texi: Replace `iff'.
5939 2007-08-03  Jay Belanger  <jay.p.belanger@gmail.com>
5941         * calc.texi (Basic Graphics): Mention the graphing of error
5942         forms.
5943         (Graphics Options): Mention how `g s' handles error forms.
5944         (Curve Fitting): Mention plotting the curves.
5945         (Standard Nonlinear Models): Add additional models.
5946         (Curve Fitting Details): Mention the Levenberg-Marquardt method.
5947         (Linear Fits): Correct result.
5949 2007-08-01  Alan Mackenzie  <acm@muc.de>
5951         * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
5952         to "--no-site-file".
5954 2007-07-29  Michael Albinus  <michael.albinus@gmx.de>
5956         * tramp.texi (Frequently Asked Questions): Point to mode line
5957         extension in Emacs 23.1.
5959         * trampver.texi: Update release number.
5961 2007-07-27  Glenn Morris  <rgm@gnu.org>
5963         * calc.texi (Copying): Include license text from gpl.texi, rather than
5964         in-line.
5966 2007-07-25  Glenn Morris  <rgm@gnu.org>
5968         * calc.texi (Copying): Replace license with GPLv3.
5970         * Relicense all FSF files to GPLv3 or later.
5972 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
5974         Sync with Tramp 2.1.10.
5976         * tramp.texi (trampfn): Expand macro implementation in order to handle
5977         empty arguments.
5978         (trampfnmhl, trampfnuhl, trampfnhl): Remove macros.  Replace all
5979         occurrences by trampfn.
5980         (Frequently Asked Questions): Extend example code for host
5981         identification in the modeline.  Add bbdb to approaches shortening Tramp
5982         file names to be typed.
5984         * trampver.texi: Update release number.
5986 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
5988         * tramp.texi: Move @setfilename ../info/tramp up, outside the header
5989         section.  Reported by <poti@potis.org>.
5990         (Remote processes): Arguments of the program to be debugged are taken
5991         literally.
5992         (Frequently Asked Questions): Simplify recentf example.
5994 2007-07-14  Karl Berry  <karl@gnu.org>
5996         * info.texi (@copying): New Back-Cover Text.
5998         * info.texi (Quitting Info): Move to proper place in source.
5999         (Reported by Benno Schulenberg.)
6001 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
6003         * Makefile.in (../info/emacs-mime): Use --enable-encoding.
6005         * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
6007         * emacs-mime.texi: Add @documentencoding directive.
6009 2007-07-12  Nick Roberts  <nickrob@snap.net.nz>
6011         * tramp.texi (Remote processes): Add an anchor to the subsection
6012         "Running a debugger on a remote host".
6014 2007-07-12  Michael Albinus  <michael.albinus@gmx.de>
6016         * tramp.texi (Remote processes): Don't call it "experimental" any
6017         longer.  Add subsection about running a debugger on a remote host.
6019 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
6021         * org.texi (Properties and columns): Chapter rewritten.
6023 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
6025         * tramp.texi:
6026         * trampver.texi: Migrate to Tramp 2.1.
6028 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
6030         * org.texi (Properties): New chapter.
6032 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6034         * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
6035         Control Panel.
6037         * gnus.texi (Misc Article): Add index entry for
6038         gnus-single-article-buffer.
6040 2007-06-27  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6042         * gnus.texi (Starting Up): Fix typo.
6044 2007-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6046         * gnus.texi (Asynchronous Fetching): Fix typo.
6048 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
6050         * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
6051         (About This Manual): Remove redundant information.
6052         (Getting Started): Mention author.
6053         (Basic Arithmetic, Customizing Calc): Make description of the
6054         variable `calc-multiplication-has-precedence' match its new effect.
6056 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
6058         * calc.texi (Basic Arithmetic, Customizing Calc):
6059         Mention the variable `calc-multiplication-has-precedence'.
6061 2007-06-19  Carsten Dominik  <dominik@science.uva.nl>
6063         * org.texi (Tag): Section swapped with node Timestamps.
6064         (Formula syntax for Lisp): Document new `L' flag.
6066 2007-06-06  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6068         * gnus.texi (Misc Group Stuff, Summary Buffer)
6069         (Server Commands, Article Keymap): Fix typo.  s/function/command/.
6071 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6073         * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
6074         * gnus.texi (Article Buttons, Mail Source Customization)
6075         (Sending or Not Sending, Customizing NNDiary):
6076         * message.texi (Message Headers):
6077         * mh-e.texi (HTML): Fix typos.
6079 2007-06-07  Michael Albinus  <michael.albinus@gmx.de>
6081         Sync with Tramp 2.0.56.
6083         * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
6084         settings.  Reported by Ted Zlatanov <tzz@lifelogs.com>.
6086 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
6088         * Version 22.1 released.
6090 2007-05-26  Michael Olson  <mwolson@gnu.org>
6092         * erc.texi (Modules): Fix references to completion modules.
6094 2007-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
6096         * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
6098 2007-05-09  Didier Verna  <didier@xemacs.org>
6100         * gnus.texi (Email Based Diary): New.  Proper documentation for the
6101         nndiary back end and the gnus-diary library.
6103 2007-05-03  Karl Berry  <karl@gnu.org>
6105         * .cvsignore (*.pdf): New entry.
6107         * texinfo.tex: Update from current version for better pdf generation.
6109 2007-04-30  Reiner Steib  <Reiner.Steib@gmx.de>
6111         * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
6113 2007-04-28  Glenn Morris  <rgm@gnu.org>
6115         * faq.texi (New in Emacs 22): Restore mention of python.el pending
6116         consideration of legal status.
6118 2007-04-27  J.D. Smith  <jdsmith@as.arizona.edu>
6120         * idlwave.texi: Minor updates for IDLWAVE 6.1.
6122 2007-04-24  Chong Yidong  <cyd@stupidchicken.com>
6124         * faq.texi (New in Emacs 22): python.el removed.
6126 2007-04-23  Jay Belanger  <jay.p.belanger@gmail.com>
6128         * calc.texi (Reporting bugs): Update maintainer's address.
6130 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
6132         * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
6134 2007-04-15  Jay Belanger  <belanger@truman.edu>
6136         * calc.texi (Title page): Remove the date.
6137         (Basic Arithmetic): Emphasize that / binds less strongly than *.
6138         (The Standard Calc Interface): Change trail title.
6139         (Floats): Mention that when non-decimal floats are entered, only
6140         approximations are stored.
6141         (Copying): Move to the appendices.
6142         (GNU Free Documentation License): Add as an appendix.
6144 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
6146         * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
6147         * dired-x.texi, ebrowse.texi, ediff.texi:
6148         * emacs-mime.texi, erc.texi, eshell.texi:
6149         * eudc.texi, flymake.texi, forms.texi, gnus.texi:
6150         * idlwave.texi, message.texi, newsticker.texi, org.texi:
6151         * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
6152         * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
6153         * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
6154         * woman.texi: Include GFDL.
6156         * doclicense.texi: Remove node heading, so that it can be included by
6157         other files.
6159         * dired-x.texi: Relicence under GFDL.  Remove date from title page.
6161         * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
6162         than *.
6164 2007-04-14  Carsten Dominik  <dominik@science.uva.nl>
6166         * org.texi (Formula syntax for Calc): Emphasize the operator precedence
6167         in Calc.
6169 2007-04-09  Romain Francoise  <romain@orebokech.com>
6171         * faq.texi (New in Emacs 22): Mention improvements to the Windows and
6172         Mac OS ports.  Make it clear that mouse-1 complements and doesn't
6173         replace mouse-2.
6175 2007-04-08  Chong Yidong  <cyd@stupidchicken.com>
6177         * woman.texi (Word at point, Interface Options): woman-topic-at-point
6178         renamed to woman-use-topic-at-point.  Document new behavior.
6180 2007-04-08  Richard Stallman  <rms@gnu.org>
6182         * url.texi: Fix some indexing.
6183         (Disk Caching): Drop discussion of old/other Emacs versions.
6185 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
6187         * url.texi (Disk Caching): Say Emacs 21 "and later".
6189         * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
6190         on Font locking which now mentions JIT lock.
6192 2007-04-01  Michael Olson  <mwolson@gnu.org>
6194         * erc.texi: Update for the ERC 5.2 release.
6196 2007-03-31  David Kastrup  <dak@gnu.org>
6198         * woman.texi (Topic, Interface Options): Explain changes semantics of
6199         woman-manpath in order to consider MANPATH_MAP entries.
6201 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
6203         * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
6205 2007-03-26  Richard Stallman  <rms@gnu.org>
6207         * pgg.texi (Caching passphrase): Clean up previous change.
6209 2007-03-25  Thien-Thi Nguyen  <ttn@gnu.org>
6211         * gnus.texi (Setting Process Marks): Fix typo.
6213 2007-03-25  Romain Francoise  <romain@orebokech.com>
6215         * faq.texi (New in Emacs 22): Reorganize using an itemized list for
6216         readability, and include various fixes by Daniel Brockman, Nick Roberts
6217         and Dieter Wilhelm.
6219 2007-03-24  Thien-Thi Nguyen  <ttn@gnu.org>
6221         * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
6223         * gnus.texi (Mail Source Specifiers): Fix typo.
6225 2007-03-22  Ralf Angeli  <angeli@caeruleus.net>
6227         * reftex.texi (Imprint): Update maintainer information.
6229 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6231         * message.texi (Message Buffers): Update documentation for
6232         message-generate-new-buffers.
6234 2007-03-15  Daiki Ueno  <ueno@unixuser.org>
6236         * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
6238 2007-03-21  Glenn Morris  <rgm@gnu.org>
6240         * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
6242 2007-03-19  Chong Yidong  <cyd@stupidchicken.com>
6244         * eshell.texi (Known problems): Emacs 21 -> 22.
6246         * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
6248 2007-03-18  Jay Belanger  <belanger@truman.edu>
6250         * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
6252 2007-03-12  Glenn Morris  <rgm@gnu.org>
6254         * calc.texi (Time Zones): Switch to new North America DST rule.
6256         * calc.texi: Replace "daylight savings" with "daylight
6257         saving" in text throughout.
6259 2007-03-11  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6261         * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
6262         The variable now uses a list of symbols instead of just a symbol.
6263         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
6265 2007-03-06  Romain Francoise  <romain@orebokech.com>
6267         * faq.texi (New in Emacs 22): Don't say "now" too much.  Add MH-E to
6268         new packages, and mention Gnus update.
6270 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6272         * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
6273         nntp-open-connection-functions-never-echo-commands.
6275 2007-02-27  Chong Yidong  <cyd@stupidchicken.com>
6277         * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
6278         problems on the console, and security risk in not using gpg-agent.
6280 2007-02-25  Carsten Dominik  <dominik@science.uva.nl>
6282         * org.texi (The spreadsheet): Rename from "Table calculations".
6283         Completely reorganized and rewritten.
6284         (CamelCase links): Section removed.
6285         (Repeating items): New section.
6286         (Tracking TODO state changes): New section.
6287         (Agenda views): Chapter reorganized and rewritten.
6288         (HTML export): Section rewritten.
6289         (Tables in arbitrary syntax): New section.
6290         (Summary): Better feature summary.
6291         (Activation): Document problem with cut-and-paste of Lisp code
6292         from PDF files.
6293         (Visibility cycling): Document indirect buffer use.
6294         (Structure editing): Document sorting.
6295         (Remember): Section rewritten.
6296         (Time stamps): Better description of time stamp types.
6297         (Tag searches): Document regular expression search for tags.
6298         (Stuck projects): New section.
6299         (In-buffer settings): New keywords.
6300         (History and Acknowledgments): Updated description.
6302 2007-02-24  Alan Mackenzie  <acm@muc.de>
6304         * cc-mode.texi (Movement Commands): Insert two missing command names.
6305         (Getting Started): Slight wording correction (use conditional).
6307 2007-02-22  Kim F. Storm  <storm@cua.dk>
6309         * widget.texi (User Interface, Basic Types): Document need to put some
6310         text before the %v escape in :format string in editable-field widget.
6312 2007-02-18  Romain Francoise  <romain@orebokech.com>
6314         * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
6315         `cvs-mode-quit'.
6317 2007-02-10  Markus Triska  <markus.triska@gmx.at>
6319         * widget.texi (Programming Example): Put constant strings in :format.
6321 2007-02-07  Juanma Barranquero  <lekktu@gmail.com>
6323         * faq.texi (Fullscreen mode on MS-Windows): New node.
6325 2007-02-04  David Kastrup  <dak@gnu.org>
6327         * faq.texi (AUCTeX): Update version number.  Should probably be done
6328         for other packages as well.
6330 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6332         * gnus.texi (Batching Agents): Fix example.  Reported by Tassilo Horn
6333         <tassilo@member.fsf.org>.
6335 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
6337         * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
6338         ls-lisp-use-localized-time-format.
6340 2007-01-20  Markus Triska  <markus.triska@gmx.at>
6342         * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
6344 2007-01-13  Michael Olson  <mwolson@gnu.org>
6346         * erc.texi (Modules): Mention capab-identify module.
6348 2007-01-05  Michael Olson  <mwolson@gnu.org>
6350         * erc.texi (Getting Started): Update for /RECONNECT command.
6352 2007-01-04  Richard Stallman  <rms@gnu.org>
6354         * ebrowse.texi: Change C-c b to C-c C-m.
6356 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6358         * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
6359         variables only in info to avoid redundant entries in the printed
6360         manual.
6362 2007-01-02  Daiki Ueno  <ueno@unixuser.org>
6364         * message.texi (Using PGP/MIME): Document gpg-agent usage.
6366 2007-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
6368         * message.texi (Security): Split into sub-nodes.
6370 2007-01-01  Alan Mackenzie  <acm@muc.de>
6372         * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
6373         eval-after-load in Emacs <=21 and a workaround.  Document that
6374         trigraphs are not supported.
6376 2007-01-01  Alan Mackenzie  <acm@muc.de>
6378         * cc-mode.texi ("Filling and Breaking"): Amend the doc for
6379         c-context-line-break.  When invoked within a string, preserve
6380         whitespace.  Add a backslash only when also in a macro.
6382 2007-01-01  Alan Mackenzie  <acm@muc.de>
6384         * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
6386 2007-01-01  Alan Mackenzie  <acm@muc.de>
6388         * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
6389         are now bound by default to c-\(beginning\|end\)-of-defun by default.
6391 2007-01-01  Alan Mackenzie  <acm@muc.de>
6393         * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
6394         "Choosing a Style".
6396         * cc-mode.texi ("Styles"): Add @dfn{style}.
6398 2006-12-30  Michael Albinus  <michael.albinus@gmx.de>
6400         Sync with Tramp 2.0.55.
6402         * trampver.texi: Update release number.
6404 2006-12-29  Reiner Steib  <Reiner.Steib@gmx.de>
6406         * gnus.texi (Customizing Articles): Add index entries for all
6407         gnus-treat-* variables.
6409 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
6411         * gnus.texi (IMAP): Fix incorrect explanation of
6412         nnimap-search-uids-not-since-is-evil in documentation for
6413         nnimap-expunge-search-string.
6415 2006-12-27  Reiner Steib  <Reiner.Steib@gmx.de>
6417         * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
6418         spam-ifile-database.
6420 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6422         * gnus.texi (Spam Package Configuration Examples): Don't encourage to
6423         rebind C-s.
6425 2006-12-26  Jouni K. Seppänen  <jks@iki.fi>
6427         * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
6428         (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
6429         "expiring mail".
6430         (IMAP): Document nnimap-search-uids-not-since-is-evil and
6431         nnimap-nov-is-evil.
6433 2006-12-25  Kevin Ryde  <user42@zip.com.au>
6435         * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
6436         about the key procedure being used heavily.
6438 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
6440         * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
6441         to t.
6442         (Prerequisites): Add explanation about gpg-agent.
6444 2006-12-22  Kevin Ryde  <user42@zip.com.au>
6446         * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
6447         "sort" instead of "sort*".
6449 2006-12-19  Richard Stallman  <rms@gnu.org>
6451         * calc.texi (History and Acknowledgements): Recognize that Emacs
6452         now does have floating point.
6454 2006-12-19  Michael Albinus  <michael.albinus@gmx.de>
6456         * tramp.texi (External transfer methods): Describe new method `scpc'.
6458 2006-12-17  Sascha Wilde  <wilde@sha-bang.de>
6460         * pgg.texi: Added short note on gpg-agent to the introduction.
6462 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6464         * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
6465         also applies to Cc.
6467 2006-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6469         * gnus.texi (X-Face): Clarify.  Say which programs are required
6470         on Windows.
6472 2006-12-08  Michael Olson  <mwolson@gnu.org>
6474         * erc.texi (Modules): Remove documentation for list module.
6476 2006-12-05  Michaël Cadilhac  <michael.cadilhac@lrde.org>
6478         * faq.texi (^M in the shell buffer): Ditto.
6480 2006-11-20  Michael Olson  <mwolson@gnu.org>
6482         * erc.texi: Call this the 5.2 stable pre-release of ERC.
6484 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
6486         * org.texi: Fix typos.
6487         (Agenda commands): Document `C-k'.
6489 2006-11-16  Eli Zaretskii  <eliz@gnu.org>
6491         * url.texi (http/https): Fix a typo in the HTTP URL.
6493 2006-11-14  Stephen Leake  <stephen_leake@stephe-leake.org>
6495         * ada-mode.texi: Total rewrite.
6497 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
6499         * org.texi: Minor typo fixes.
6501 2006-11-13  Bill Wohler  <wohler@newt.com>
6503         Release MH-E manual version 8.0.3.
6505         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6506         release 8.0.3.
6508         * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
6509         to set MAILDIR.
6510         (Reading Mail): Document the customization of read-mail-command
6511         for MH-E.
6512         (Viewing Attachments): Document mm-discouraged-alternatives.
6513         (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
6514         (Junk): Add more information about the settings of mh-junk-background
6515         in a program.  Add /usr/bin/mh to PATH in examples.
6517 2006-11-12  Richard Stallman  <rms@gnu.org>
6519         * woman.texi: Update author address but say he no longer maintains it.
6521 2006-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
6523         * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
6524         archived trees.
6525         (Checkboxes): Section moved to chapter 5, and extended.
6526         (The date/time prompt): New section.
6527         (Link abbreviations): New section.
6528         (Presentation and sorting): New section.
6529         (Custom agenda views): Section completely rewritten.
6530         (Summary): Compare with Planner.
6531         (Feedback): More info about creating backtraces.
6532         (Plain lists): Modified example.
6533         (Breaking down tasks): New section.
6534         (Custom time format): New section.
6535         (Time stamps): Document inactive timestamps.
6536         (Setting tags): More details about fast tag selection.
6537         (Block agenda): New section.
6538         (Custom agenda views): Section rewritten.
6539         (Block agenda): New section.
6541 2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
6543         * tramp.texi (Configuration): scp is the default method.
6544         (Default Method): Use ssh as example for another method.
6546 2006-10-27  Richard Stallman  <rms@gnu.org>
6548         * woman.texi: Downcase nroff/troff/roff.
6549         (Installation): Chapter deleted.  Some xrefs deleted.
6550         (Background): woman doesn't advise man ;-).
6552 2006-10-26  Roberto Rodríguez  <lanubeblanca@googlemail.com>  (tiny change)
6554         * ada-mode.texi (Project files, Identifier completion)
6555         (Automatic Casing, Debugging, Using non-standard file names)
6556         (Working Remotely): Fix typos.
6558 2006-10-20  Masatake YAMATO  <jet@gyve.org>
6560         * cc-mode.texi (Sample .emacs File): Add missing `)' in
6561         sample code `my-c-initialization-hook'.
6563 2006-10-19  Stuart D. Herring  <herring@lanl.gov>
6565         * widget.texi: Fix typos.
6567 2006-10-19  Michael Albinus  <michael.albinus@gmx.de>
6569         * tramp.texi (Frequently Asked Questions): Remove questions marked with
6570         "???".  There have been no complaints for years, so the information
6571         must be appropriate.
6573 2006-10-16  Richard Stallman  <rms@gnu.org>
6575         * widget.texi: Use @var instead of capitalization.
6576         Clarify many widget type descriptions.
6578 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6580         * gnus.texi (Other modes): Fix typo.  Add alternative index entry for
6581         gnus-dired-attach.
6582         (Selecting a Group): Fix typo.
6584 2006-10-12  Roberto Rodríguez  <lanubeblanca@googlemail.com>  (tiny change)
6586         * widget.texi: Fix typos.
6588 2006-10-06  Reiner Steib  <Reiner.Steib@gmx.de>
6590         * gnus.texi (Image Enhancements): Update for Emacs 22.
6592         * gnus-faq.texi ([1.3]): Update.
6594 2006-10-06  Richard Stallman  <rms@gnu.org>
6596         * faq.texi (Displaying the current line or column):
6597         Delete "As of Emacs 20".
6599 2006-10-06  Romain Francoise  <romain@orebokech.com>
6601         * faq.texi (VM): VM works with Emacs 22 too.
6603 2006-10-06  Richard Stallman  <rms@gnu.org>
6605         * ebrowse.texi: Remove Emacs version "21" from title.
6607 2006-10-02  Reiner Steib  <Reiner.Steib@gmx.de>
6609         * gnus.texi (Foreign Groups): Say where change of editing commands are
6610         stored.  Add reference to `gnus-parameters'.
6612 2006-09-15  Jay Belanger  <belanger@truman.edu>
6614         * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
6615         Change "Library Public License" to "Lesser Public License"
6616         throughout.  Use "yyyy" to represent year.
6618 2006-09-15  Carsten Dominik  <dominik@science.uva.nl>
6620         * org.texi (Setting tags): Typo fix.
6622 2006-09-14  Reiner Steib  <Reiner.Steib@gmx.de>
6624         * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
6626 2006-09-12  Reiner Steib  <Reiner.Steib@gmx.de>
6628         * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
6630 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
6632         * faq.texi (Escape sequences in shell output): EMACS is now set
6633         to Emacs's absolute file name, not to "t".
6634         (^M in the shell buffer): Likewise.
6635         * misc.texi (Interactive Shell): Likewise.
6637 2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
6639         * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
6640         mails with pop3-leave-mail-on-server.  Fix wording.
6641         (Limiting): Improve gnus-summary-limit-to-articles.
6642         (X-Face): Fix typo.
6644 2006-09-11  Simon Josefsson  <jas@extundo.com>
6646         * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
6647         suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
6649 2006-09-06  Simon Josefsson  <jas@extundo.com>
6651         * smtpmail.texi (Authentication): Mention SSL.
6653 2006-09-01  Eli Zaretskii  <eliz@gnu.org>
6655         * rcirc.texi (Internet Relay Chat, Useful IRC commands):
6656         Don't use @indicateurl.
6658         * cc-mode.texi (Subword Movement): Don't use @headitem.
6659         (Custom Braces, Clean-ups): Don't use @tie.
6661 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
6663         Sync with Tramp 2.0.54.
6665         * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
6666         Suggested by Adrian Phillips <a.phillips@met.no>.
6668 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
6670         * org.texi (Installation, Activation): Split from Installation and
6671         Activation.
6672         (Clocking work time): Documented new features.
6674 2006-08-13  Alex Schroeder  <alex@gnu.org>
6676         * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
6677         example.
6679 2006-08-12  Eli Zaretskii  <eliz@gnu.org>
6681         * faq.texi (How to add fonts): New node.
6683 2006-08-05  Romain Francoise  <romain@orebokech.com>
6685         * faq.texi (New in Emacs 22): Expand.
6687 2006-08-03  Michael Olson  <mwolson@gnu.org>
6689         * erc.texi: Update for ERC 5.1.4.
6691 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6693         * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
6694         in .../site-lisp/gnus/ by default.
6695         [ From gnus-news.texi in the trunk. ]
6697 2006-07-27  Reiner Steib  <Reiner.Steib@gmx.de>
6699         * gnus.texi (MIME Commands): Additions for yEnc.
6701 2006-07-24  Richard Stallman  <rms@gnu.org>
6703         * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
6704         * faq.texi: Move periods and commas inside quotes.
6706 2006-07-20  Jay Belanger  <belanger@truman.edu>
6708         * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
6710 2006-07-18  Chong Yidong  <cyd@stupidchicken.com>
6712         * faq.texi (Security risks with Emacs): Document Emacs 22
6713         file-local-variable mechanism.
6715 2006-07-12  Michael Olson  <mwolson@gnu.org>
6717         * erc.texi: Update for ERC 5.1.3.
6719 2006-07-12  Alex Schroeder  <alex@gnu.org>
6721         * rcirc.texi: Fix typos.
6722         (Getting started with rcirc): New calling convention for M-x irc.
6723         Mention #rcirc.  Removed channel tracking.
6724         (Configuration): Change the names of all variables that got changed
6725         recently, eg. rcirc-server to rcirc-default-server.  Added
6726         documentation for rcirc-authinfo, some background for Bitlbee, and
6727         rcirc-track-minor-mode.
6728         (Scrolling conservatively): Fix the xref from Auto Scrolling to just
6729         Scrolling.
6730         (Reconnecting after you have lost the connection): Fix example code
6731         to match code changes.
6733 2006-07-10  Nick Roberts  <nickrob@snap.net.nz>
6735         * gnus.texi, message.texi: Fix typos.
6737 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
6739         * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
6740         commands.
6741         (Global TODO list): Document the use of the variables
6742         `org-agenda-todo-ignore-scheduled' and
6743         `org-agenda-todo-list-sublevels'.
6745 2006-07-05  Richard Stallman  <rms@gnu.org>
6747         * faq.texi (Scrolling only one line): Fix xref.
6749 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
6751         * faq.texi (Evaluating Emacs Lisp code):
6752         Throughout, replace eval-current-buffer with eval-buffer.
6754 2006-07-03  Richard Stallman  <rms@gnu.org>
6756         * rcirc.texi (Scrolling conservatively): Fix xref.
6758         * pcl-cvs.texi (Viewing differences): Usage fix.
6760 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
6762         * org.texi (Agenda commands): Document `s' key to save all org-mode
6763         buffers.
6765 2006-06-30  Ralf Angeli  <angeli@caeruleus.net>
6767         * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
6768         names.  Mention `cvs-msg' face.
6770 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
6772         * org.texi (Checkboxes): New section.
6774 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
6776         * org.texi (Embedded LaTeX): Fix typos and implement small improvements
6777         throughout this chapter.
6779 2006-06-27  Chong Yidong  <cyd@stupidchicken.com>
6781         * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
6782         text for standalone vs Emacs info.
6783         (Help): Clarify header line description.  Use mouse-1 for clicks.
6784         (Help-P): Use mouse-1 for clicks.
6785         (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
6786         (Help-^L, Help-M, Help-Int, Search Index, Go to node)
6787         (Choose menu subtopic): Remove gratuitous Emacs command names.
6788         (Help-FOO): Put usual behavior first.
6789         (Help-Xref): Clicking on xrefs works in Emacs.
6790         (Search Text): Clarify what the default behavior is.
6791         (Create Info buffer): Fix Emacs window/X window confusion.
6792         (Emacs Info Variables): Fix for new Emacs init file behavior.
6794 2006-06-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6796         * gnus.texi (Summary Buffer Lines): Fix typo.
6798 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
6800         * org.texi (Embedded LaTeX): New chapter.
6801         (Archiving): Section rewritten.
6802         (Enhancing text): Some parts moved to the new chapter about LaTeX.
6804 2006-06-20  Bill Wohler  <wohler@newt.com>
6806         Release MH-E manual version 8.0.1.
6808         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6809         release 8.0.1.
6810         (Preface): Depend on GNU mailutils 1.0 and higher.
6812 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6814         * message.texi (News Headers): Update message-syntax-checks section.
6816 2006-06-19  Karl Berry  <karl@gnu.org>
6818         * info.texi (Advanced): Mention C-q, especially with ?.
6820 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
6822         * org.texi (Publishing links): Document the `:link-validation-function'
6823         property.
6824         (Extensions and Hacking): New chapter, includes some sections of the
6825         "Miscellaneous" chapter.
6827 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
6829         * org.texi (Progress logging): New section.
6831 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
6833         * org.texi (ASCII export): Document indentation adaptation.
6834         (Setting tags): Document mutually-exclusive tags.
6836 2006-06-05  Romain Francoise  <romain@orebokech.com>
6838         * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
6839         Fix typo.
6841         * gnus-faq.texi (Question 8.6): Update reference to the Gnus
6842         channel (#gnus@irc.freenode.net).
6843         Fix typos.  Update copyright notice.
6845         * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
6846         (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
6847         (Line-Up Functions, Custom Macros):
6848         * ediff.texi (Window and Frame Configuration)
6849         (Highlighting Difference Regions):
6850         * emacs-mime.texi (Display Customization):
6851         * erc.texi (History):
6852         * eshell.texi (Known problems):
6853         * eudc.texi (Overview, BBDB):
6854         * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
6855         (The problem of spam, SpamOracle, Extending the Spam package)
6856         (Conformity, Terminology):
6857         * idlwave.texi (Routine Info)
6858         (Class and Keyword Inheritance, Padding Operators)
6859         (Breakpoints and Stepping, Electric Debug Mode)
6860         (Examining Variables, Troubleshooting):
6861         * org.texi (Creating timestamps):
6862         * reftex.texi (Commands, Options, Changes):
6863         * tramp.texi (Inline methods, Password caching)
6864         (Auto-save and Backup, Issues):
6865         * vip.texi (Files, Commands in Insert Mode):
6866         * viper.texi (Emacs Preliminaries, States in Viper)
6867         (Packages that Change Keymaps, Viper Specials, Groundwork):
6868         Fix various typos.
6870 2006-05-31  Michael Ernst  <mernst@alum.mit.edu>
6872         * ediff.texi: Fix typos.
6874 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
6876         * org.texi: Small typo fixes.
6878 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6880         * viper.texi (Viper Specials):
6881         * gnus.texi (Example Setup):
6882         * faq.texi (Backspace invokes help):
6883         * dired-x.texi (Optional Installation Dired Jump):
6884         * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
6885         follow coding conventions.
6887 2006-05-29  Michael Albinus  <michael.albinus@gmx.de>
6889         * tramp.texi (Frequently Asked Questions): Disable zsh zle.
6891 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
6893         * pcl-cvs.texi: Fix typos.
6894         (Customization): Say "us".
6896 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
6898         * org.texi: Remove bogus @setfilename.
6900 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
6902         * org.texi (ASCII export): Omit command name.
6903         (HTML export): Add prefix to all lines in Local Variable example.
6904         (Acknowledgments): Typeset names in italics.
6906 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
6908         * org.texi (Plain lists): Add new item navigation commands.
6909         (External links): Document elisp and info links.
6910         (Custom searches): New section.
6911         (Publishing): New chapter.
6912         (HTML export): Include a list of supported CSS classes.
6913         (Setting tags): Describe the fast-tag-setting interface.
6915 2006-05-20  Luc Teirlinck  <teirllm@auburn.edu>
6917         * dired-x.texi: ifinfo -> ifnottex.
6919 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
6921         * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
6923 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
6925         * message.texi (Interface): Add tool bar customization.
6926         (MIME): Index and text additions for mml-attach.
6927         (MIME): Describe mml-dnd-protocol-alist and
6928         mml-dnd-attach-options.
6930         * gnus.texi (Oort Gnus): Reorder entries in sections.
6931         Fix some entries.
6932         (Starting Up): Add references to "Emacs for Heathens" and to
6933         "Finding the News".  Add user-full-name and user-mail-address.
6934         (Group Buffer Format): Add tool bar customization and update.
6935         (Summary Buffer): Add tool bar customization.
6936         (Posting Styles): Add message-alternative-emails.
6938 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
6940         * tramp.texi (Filename completion): Improve wording.
6942 2006-05-07  Romain Francoise  <romain@orebokech.com>
6944         * faq.texi (Using regular expressions): Fix typo.
6945         (Packages that do not come with Emacs): Fix capitalization.
6946         (Replacing text across multiple files): Expand node to explain how
6947         to use `dired-do-query-replace-regexp' in more detail, based on
6948         suggestion by Eric Hanchrow <offby1@blarg.net>.
6950 2006-05-06  Michael Albinus  <michael.albinus@gmx.de>
6952         * tramp.texi (Filename completion): Completion of remote files'
6953         method, user name and host name is active only in partial
6954         completion mode.
6956 2006-05-06  Bill Wohler  <wohler@newt.com>
6958         Release MH-E manual version 8.0.
6960         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6961         release 8.0.
6963 2006-05-06  Bill Wohler  <wohler@newt.com>
6965         * mh-e.texi (MH-BOOK-HOME): Change from
6966         http://www.ics.uci.edu/~mh/book/mh to
6967         http://rand-mh.sourceforge.net/book/mh.
6968         Replace .htm suffix with .html for MH book files.
6969         (Using This Manual): Update key binding for getting relevant
6970         chapter in Info from command key.
6971         (Ranges): Fix itemx.
6973 2006-05-05  Karl Berry  <karl@gnu.org>
6975         * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
6976         (\fonttextsize): New user-level command to change text font size.
6978 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
6980         * pgg.texi (Caching passphrase): Fix markup and typos.  Simplify.
6982 2006-04-26  Sascha Wilde  <wilde@sha-bang.de>  (tiny change)
6984         * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
6986 2006-04-24  Bill Wohler  <wohler@newt.com>
6988         * mh-e.texi (Getting Started): Make it more explicit that you need
6989         to install MH.  Add pointers to current MH implementations.
6991 2006-04-21  Bill Wohler  <wohler@newt.com>
6993         Release MH-E manual version 7.94.
6995         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6996         release 7.94.
6998 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
7000         * org.texi: Many small fixes.
7001         (Handling links): Rename from "Managing links".
7003 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
7005         * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
7006         (Splitting mail using spam-stat): Fix @xref.
7008 2006-04-20  Chong Yidong  <cyd@stupidchicken.com>
7010         * gnus.texi (Spam Package): Major revision of the text.
7011         Previously this node was "Filtering Spam Using The Spam ELisp Package".
7013 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
7015         * org.texi (Time stamps): Better explanation of the purpose of
7016         different time stamps.
7017         (Structure editing, Plain lists): More details on how new items
7018         and headings are inserted.
7020 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
7022         * org.texi (Formula syntax): Fix link to Calc Manual.
7024 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7026         * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
7028 2006-04-17  Bill Wohler  <wohler@newt.com>
7030         * mh-e.texi (Folders): Update mh-before-quit-hook and
7031         mh-quit-hook example with code that removes the buffers rather
7032         than just bury them.
7034 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
7036         Sync with Tramp 2.0.53.
7038 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
7040         * org.texi (Updating settings): New section.
7041         (Visibility cycling): Better names for the startup folding
7042         options.
7043         (Exporting): Completely restructured.
7044         (The very busy C-c C-c key): New section.
7045         (Summary of in-buffer settings): New section.
7047 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7049         * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
7051 2006-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7053         * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
7054         (Server Commands): Key `v' is reserved for users.
7056 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
7058         * org.texi (Link format): New section, emphasis on bracket links.
7059         (External links): Document bracket links.
7060         (FAQ): Expand to cover shell links and the new link format.
7062 2006-04-09  Kevin Ryde  <user42@zip.com.au>
7064         * org.texi (Formula syntax): Typo in node name of calc-eval xref.
7066 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
7068         * gnus.texi (Summary Buffer Lines): Add `*'.
7070 2006-04-07  Jochen Küpper  <jochen@fhi-berlin.mpg.de>
7072         * gnus.texi (Group Parameters):
7073         Mention gnus-permanently-visible-groups.
7075 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7077         * gnus.texi (Face): Fix typo.
7079 2006-04-05  Reiner Steib  <Reiner.Steib@gmx.de>
7081         * gnus.texi (X-Face): Clarify.
7082         (Face): Need Emacs with PNG support.
7084 2006-04-06  Richard Stallman  <rms@gnu.org>
7086         * idlwave.texi: Delete the blocks "not suitable for inclusion with
7087         Emacs".
7089 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
7091         * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
7092         blocks not suitable for inclusion with Emacs using variable
7093         PARTOFEMACS.
7095 2006-04-04  Simon Josefsson  <jas@extundo.com>
7097         * gnus.texi (Security): Improve.
7099 2006-04-02  Bill Wohler  <wohler@newt.com>
7101         * mh-e.texi (Getting Started, Junk, Bug Reports)
7102         (MH FAQ and Support): Fix URLs.
7104 2006-03-31  Romain Francoise  <romain@orebokech.com>
7106         * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
7107         to t, not nil (and has for the past eight years).
7109 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7111         * message.texi, gnus.texi: Bump version to 5.11.
7113 2006-03-29  Reiner Steib  <Reiner.Steib@gmx.de>
7115         * gnus.texi (Top): Add comment about version line.
7117         * message.texi (Top): Ditto.  Change to take named versions into
7118         account.
7120 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
7122         * gnus.texi (Posting Styles): Add x-face-file to example.
7123         (X-Face): Refer to posting styles.
7125         * gnus-faq.texi ([5.8]): Add x-face-file.
7126         ([8.4]): Add links to gmane.emacs.gnus.user and
7127         gmane.emacs.gnus.general.
7129 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
7131         * gnus-faq.texi: Use .invalid.
7132         ([5.4]): Fix gnus-posting-styles example.
7134 2006-03-27  Romain Francoise  <romain@orebokech.com>
7136         * faq.texi (Emacs/W3): Rename from `w3-mode'.  Mention that
7137         Emacs/W3 needs a new maintainer.
7138         (Ispell): Update author and version info.
7139         (Mailcrypt): Mention PGG.
7140         (New in Emacs 22): Add PGG to the list of new packages.
7141         Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
7142         updating dead URLs.
7144 2006-03-25  Karl Berry  <karl@gnu.org>
7146         * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
7147         * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
7148         * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
7149         * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
7150         * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
7151         * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
7152         * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
7153         (2) do not indent copyright year list (or anything else).
7155 2006-03-21  Bill Wohler  <wohler@newt.com>
7157         * mh-e.texi (Folders): Various edits.
7159 2006-03-20  Romain Francoise  <romain@orebokech.com>
7161         * gnus.texi (Mail Folders): Grammar fix.
7163 2006-03-19  Bill Wohler  <wohler@newt.com>
7165         * mh-e.texi (Replying): Document Mail-Followup-To.
7166         Change manually-formatted table to multitable.  Add debugging info.
7167         Move description of mh-reply-default-reply-to into paragraph
7168         that describes its values.
7170 2006-03-17  Bill Wohler  <wohler@newt.com>
7172         * mh-e.texi: Use smallexample and smalllisp consistently.
7173         (Sending Mail Tour): Update method of entering
7174         addresses and subject.
7175         (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
7176         (Adding Attachments, Searching): Update screenshots for Emacs 22.
7178 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
7180         * org.texi: Version number change only.
7182 2006-03-14  Bill Wohler  <wohler@newt.com>
7184         * mh-e.texi: Add index entries around each paragraph rather than
7185         depend on entries from beginning of node.  Doing so ensures that
7186         index entries are less likely to be forgotten if text is cut and
7187         pasted, and are necessary anyway if the references are on a
7188         separate page.  It seems that makeinfo is now (v. 4.8) only
7189         producing one index entry per node, so there is no longer any
7190         excuse not to.  Use subheading instead of heading.  The incorrect
7191         use of heading produced very large fonts in Info--as large as the
7192         main heading.
7193         (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
7194         versions 6 and 7 appeared *around* the time of these Emacs releases.
7196 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
7198         * org.texi (Clean view): Document new startup options.
7200 2006-03-11  Bill Wohler  <wohler@newt.com>
7202         * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
7203         (Composing, Scan Line Formats): Fix @refs.
7204         (Getting Started): Define MH profile and MH profile components.
7205         (Incorporating Mail, Reading Mail, Viewing, Printing)
7206         (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
7207         (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
7208         for string constants.
7209         (Tool Bar): Remove spurious quote.
7210         (Junk): Use ``...'' instead of "...".
7211         (Scan Line Formats): Replace @samp with @kbd.
7213 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7215         * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
7217 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
7219         * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
7220         easy to understand.
7222 2006-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7224         * gnus.texi: Markup fix.
7225         (Fancy Mail Splitting): Specify new feature.
7227 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7229         * gnus.texi (Fancy Mail Splitting): Improve descriptions about
7230         partial-words matching.
7232 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
7234         * emacs-mime.texi (Display Customization): Reword image/.* stuff.
7236         * gnus.texi (Oort Gnus): Add note about `gnus-load'.
7237         (MIME Commands): Fix mm-discouraged-alternatives.
7239 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
7241         * org.texi: Version number change only.
7243 2006-03-06  Bill Wohler  <wohler@newt.com>
7245         * mh-e.texi: Move from SourceForge repository to Savannah.
7246         This is version 7.93, which is a total rewrite from the previous
7247         edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
7248         version 7.93.
7250 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
7252         * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
7254 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
7256         * org.texi (Interaction): Add item about `org-mouse.el' by
7257         Piotr Zielinski.
7258         (Managing links): Document that also mouse-1 can be used to
7259         activate a link.
7260         (Headlines, FAQ): Add entry about hiding leading stars.
7261         (Miscellaneous): Resort the sections in this chapter to a more
7262         logical sequence.
7264 2006-02-27  Simon Josefsson  <jas@extundo.com>
7266         * emacs-mime.texi (Flowed text): Add mm-fill-flowed.  (Sync
7267         2004-01-27 from the trunk).
7269 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
7271         * cc-mode.texi: Rename c-hungry-backspace to
7272         c-hungry-delete-backwards, at the request of RMS.  Leave the old
7273         name as an alias.
7275 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
7277         * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
7278         include the function header within the defun.
7280 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
7282         * cc-mode.texi: Correct two typos.
7284 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
7286         * cc-mode.texi (Comment Commands): State that C-u M-; kills any
7287         existing comment.
7288         (Electric Keys): Add a justification for electric indentation.
7289         (Hungry WS Deletion): Clear up the names and complications of the
7290         BACKSPACE and DELETE keys.
7292 2006-02-23  Juri Linkov  <juri@jurta.org>
7294         * faq.texi (Common requests): Move `Turning on auto-fill by
7295         default' after `Wrapping words automatically'.  Move `Working with
7296         unprintable characters' before `Searching for/replacing newlines'.
7297         Move `Replacing highlighted text' after `Highlighting a region'.
7298         Merge `Repeating commands' and `Repeating a command as many times
7299         as possible' into the former.
7300         (Packages that do not come with Emacs): Add refs to Gmane and
7301         etc/MORE.STUFF.
7303 2006-02-23  Juri Linkov  <juri@jurta.org>
7305         * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
7306         (Reporting bugs): Suggest using `M-x report-emacs-bug'.
7307         Add xref to `(emacs)Reporting Bugs'.
7308         (Getting a printed manual): Add URL to other formats of the manual.
7309         (Common requests): Fix menu.
7310         (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
7311         (Horizontal scrolling): Mention `truncate-partial-width-windows'.
7312         (Inserting text at the beginning of each line): Add pxref to
7313         `Changing the included text prefix'.
7314         (Forcing the cursor to remain in the same column): Mention `track-eol'
7315         and `set-goal-column'.  Add pxref to `(emacs)Moving Point'.
7316         (Replacing text across multiple files): Add keybinding `Q' for
7317         `dired-do-query-replace'.
7319 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
7321         * reftex.texi: Version number and date change only.
7323         * org.texi (Internal Links): Rewrite to cover the modified
7324         linking system.
7326 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
7328         * faq.texi: Remove the coding cookie, it's not needed anymore.
7330 2006-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7332         * faq.texi (Colors on a TTY): Mention Mac OS port.
7334 2006-02-12  Karl Berry  <karl@gnu.org>
7336         * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
7337         8-bit accented a.
7339 2006-02-09  Reiner Steib  <Reiner.Steib@gmx.de>
7341         * gnus.texi (Gnus Versions): Add history beyond start of Oort.
7343 2006-02-08  Romain Francoise  <romain@orebokech.com>
7345         * faq.texi (Top): Remove paragraph about the FAQ being a
7346         transitional document, etc.
7347         (Searching for/replacing newlines): New node.
7348         (Yanking text in isearch): New node.
7349         (Inserting text at the beginning of each line): Rename and make
7350         more general, mention `M-;' in Message mode.
7352 2006-02-07  Luc Teirlinck  <teirllm@auburn.edu>
7354         * faq.texi (Meta key does not work in xterm)
7355         (Emacs does not display 8-bit characters)
7356         (Inputting eight-bit characters): Update xrefs.
7358 2006-02-06  Romain Francoise  <romain@orebokech.com>
7360         * faq.texi (VM): VM now at version 7.19.
7361         Set myself as maintainer of this file.
7363 2006-02-04  Michael Olson  <mwolson@gnu.org>
7365         * erc.texi (History): Note that ERC is now included with Emacs.
7367 2006-01-31  Romain Francoise  <romain@orebokech.com>
7369         * message.texi (Message Headers): Explain what
7370         `message-alternative-emails' does in more detail.
7371         Update copyright year.
7373 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
7375         * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
7377 2006-01-29  Richard M. Stallman  <rms@gnu.org>
7379         * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
7381 2006-01-29  Michael Olson  <mwolson@gnu.org>
7383         * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
7385         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
7387         * faq.texi (New in Emacs 22): Mention ERC.
7389 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
7391         * rcirc.texi: Capitalize dir entry for consistency with the entry
7392         in info/dir and other entries in the Emacs category.
7393         Fix typos.  Delete trailing whitespace.
7395 2006-01-28  Björn Lindström  <bkhl@elektrubadur.se>
7397         * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
7399 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
7401         * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
7402         (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7404         * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
7405         (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7407 2006-01-27  Alex Schroeder  <alex@gnu.org>
7409         * rcirc.texi: New file.
7411 2006-01-23  Juri Linkov  <juri@jurta.org>
7413         * widget.texi (User Interface): Add S-TAB for widget-backward.
7415 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
7417         Sync with Tramp 2.0.52.
7419         * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
7420         Add Tramp disabling item.  New item for common connection problems.
7421         (various): Apply "ftp" as method for the download URL.
7422         (Bug Reports): Refer to FAQ for common problems.
7424 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
7426         * widget.texi (User Interface): Use @key for TAB.
7428         * ses.texi (Formulas, Printer functions): Use @key for TAB.
7430         * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
7431         for TAB.
7433         * cc-mode.texi (Indentation Calculation): Use @key for TAB.
7435 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7437         * gnus.texi: Update copyright.
7439 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7441         * gnus.texi (Article Washing): Additions.
7443 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
7445         * org.texi (Agenda commands): Document tags command.
7447 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7449         * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
7451 2006-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7453         * gnus.texi (RSS): Addition.
7455 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7457         * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
7459 2005-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7461         * emacs-mime.texi (Display Customization): Add setting example to
7462         mm-discouraged-alternatives.
7464 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7466         * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
7467         version is the canonical version.
7469 2006-01-08  Alex Schroeder  <alex@gnu.org>
7471         * pgg.texi (Caching passphrase): Rewording.
7473 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
7475         * flymake.texi (Obtaining Flymake): Update Flymake's CVS
7476         repository URL.
7478 2006-01-06  Carsten Dominik  <dominik@science.uva.nl>
7480         * org.texi: Removed the accidentally re-added empty line in the
7481         direntry.
7483 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
7485         * org.texi (Agenda Views): Chapter reorganized.
7487 2005-12-29  Romain Francoise  <romain@orebokech.com>
7489         * faq.texi (Using Customize): New node.
7491 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
7493         * org.texi: Remove blank line in @direntry.  It is non-standard
7494         and recursively produces blank lines all over the dir file (when
7495         using Texinfo 4.8).
7497 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
7499         * widget.texi (atoms): Delete obsolete remark about `file' widget.
7501 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
7503         * org.texi (Tags): Boolean logic documented.
7504         (Agenda Views): Document custom commands.
7506 2005-12-20  David Kastrup  <dak@gnu.org>
7508         * faq.texi (AUCTeX): Update version and mailing list info.
7510 2005-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7512         * gnus.texi (MIME Commands): Mention addition of
7513         multipart/alternative to gnus-buttonized-mime-types and add xref
7514         to mm-discouraged-alternatives.
7516         * emacs-mime.texi (Display Customization): Mention addition of
7517         "image/.*" and add xref to gnus-buttonized-mime-types in the
7518         mm-discouraged-alternatives section.
7520 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
7522         * org.texi (Tags): New section.
7523         (Agenda Views): Chapter reorganized.
7525 2005-12-16  Eli Zaretskii  <eliz@gnu.org>
7527         * org.texi (Internal Links): Add a missing comma after an @xref.
7529 2005-12-14  Chong Yidong  <cyd@stupidchicken.com>
7531         * faq.texi (Filling paragraphs with a single space): No need to
7532         change sentence-end now.
7534 2005-12-13  Romain Francoise  <romain@orebokech.com>
7536         * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
7538 2005-12-12  Jay Belanger  <belanger@truman.edu>
7540         * faq.texi (Calc): Update version number.
7542 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
7544         * org.texi (Progress Logging): New section.
7546 2005-12-10  Romain Francoise  <romain@orebokech.com>
7548         Update the Emacs FAQ for the 22.1 release.
7550         * faq.texi: Set VER to `22.1'.
7551         (Basic editing): Explain how to use localized versions of the
7552         Tutorial.  Mention that `C-h r' displays the manual.
7553         Delete obsolete WWW link to an Emacs 18 tutorial.
7554         (Getting a printed manual): Point to the new locations of the
7555         manuals on the GNU Web site.
7556         (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
7557         available via Info (it was previously distributed separately).
7558         (Installing Texinfo documentation): The latest version of Texinfo
7559         is 4.8, not 4.0.
7560         (Informational files for Emacs): COPYING is the GNU General Public
7561         License, not the Emacs General Public License.
7562         (Informational files for Emacs): Delete obsolete link to the
7563         GNUinfo pages as they have been removed from the GNU Web site.
7564         (New in Emacs 22): New node.
7565         (Setting up a customization file): Say that most packages support
7566         Customize nowadays.
7567         (Colors on a TTY): Delete reference to instructions on how to
7568         enable syntax highlighting, it is now enabled by default.
7569         (Turning on abbrevs by default): Emacs now reads the abbrevs file
7570         at startup automatically.
7571         (Controlling case sensitivity): Mention `M-c' in isearch.
7572         (Using an already running Emacs process): Emacs now creates the
7573         socket in `/tmp/emacsUID'.  Fix typos.  Change default location of
7574         gnuserv.  As emacsclient can now run Lisp code as well, delete a
7575         sentence praising gnuserv for that.  Simplify description of how
7576         the client/server operation works.
7577         (Compiler error messages): Delete obsolete text (compile.el has
7578         been rewritten).
7579         (Indenting switch statements): Fix typo.
7580         (Matching parentheses): Simplify setup instructions, mention the
7581         menu bar item in the Options menu.
7582         (Repeating a command as many times as possible): Mention `C-x e'.
7583         (Going to a line by number): Mention new keymap and bindings
7584         `M-g M-g', `M-g M-p' and `M-g M-n'.
7585         (Turning on syntax highlighting): Now on by default.  Simplify.
7586         (Replacing highlighted text): Use `1', not `t'.
7587         (Problems with very large files): The maximum size is now 256MB on
7588         32-bit machines.
7589         (^M in the shell buffer): Mention `comint-process-echoes'.
7590         (Emacs for Apple computers): Emacs 22 has native support for Mac
7591         OS X.
7592         (Translating names to IP addresses): Delete node.
7593         (Binding keys to commands): Fix typo.
7594         (SPC no longer completes file names): New node.
7595         (MIME with Emacs mail packages): Delete section about the Emacs
7596         MIME FAQ (it's not reachable anymore).
7598 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
7600         * cc-mode.texi: The manual has been extensively revised: the
7601         information about using CC Mode has been separated from the larger
7602         and more difficult chapters about configuration.  It has been
7603         updated for CC Mode 5.31.
7605 2005-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7607         * pgg.texi (User Commands): Fix description of pgg-verify-region.
7608         (Selecting an implementation): Fix descriptions.
7610 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7612         * message.texi (Various Message Variables): Addition.
7614 2005-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7616         * message.texi: Fix default values.
7618 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7620         * message.texi (Header Commands): Clarify descriptions of
7621         message-cross-post-followup-to, message-reduce-to-to-cc, and
7622         message-insert-wide-reply.
7623         (Various Commands): Fix kindex for message-kill-to-signature;
7624         clarify description of message-tab.
7626 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7628         * message.texi (Mailing Lists): Fix description about MFT.
7630         * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
7632 2005-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7634         * gnus.texi (Slow Terminal Connection): Replace old description
7635         with new one.
7637 2005-11-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7639         * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
7640         replace X-Draft-Headers with X-Draft-From.
7642 2005-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7644         * gnus.texi (Various Various): Fix the default value of
7645         nnheader-max-head-length.
7646         (Gnus Versions): Fix typo.
7648 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
7650         * org.texi (Structure editing): Document new functionality of
7651         M-RET.
7653 2005-12-06  Luc Teirlinck  <teirllm@auburn.edu>
7655         * org.texi (Internal Links): Fix Texinfo usage.
7657 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
7659         * org.texi (TODO basics): Document the global todo list.
7660         (TODO items): Documents sparse tree for specific TODO
7661         keywords.
7663 2005-11-30  Carsten Dominik  <dominik@science.uva.nl>
7665         * org.texi (Plain Lists): Typos fixed.
7667 2005-11-28  Jay Belanger  <belanger@truman.edu>
7669         * calc.texi: Change references of `M-#' to `C-x *' prefix.
7671 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
7673         * org.texi (Structure editing): New item moving commands added.
7674         (Plain Lists): New section.
7676 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
7678         * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
7679         (Agenda): Document commands `org-cycle-agenda-files' and
7680         `org-agenda-file-to-front'.
7681         (Built-in table editor): Document `org-table-sort-lines'.
7682         (HTML formatting): Export of hand-formatted lists.
7684 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7686         * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
7687         new variable gnus-toolbar-thickness.
7689 2005-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7691         * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
7693 2005-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7695         * gnus.texi (X-Face): Fix description.
7696         (XVarious): Remove gnus-xmas-logo-color-alist and
7697         gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
7699 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7701         * gnus.texi (Group Parameters): Mention new variable
7702         gnus-parameters-case-fold-search.
7703         (Home Score File): Addition.
7705 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
7707         * newsticker.texi: VERSION changed to 1.9.  Updated UPDATED.
7708         (Overview): List supported feed types.
7709         (Installation): No installation necessary when using autoload.
7710         (Configuration): Rename "RSS" to "news".
7712 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
7714         * pgg.texi (User Commands): Document additional passphrase
7715         argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
7716         (Backend methods): Likewise for corresponding pgg-scheme-* functions.
7718 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
7720         * org.texi: Version number changed to 3.19.
7722 2005-10-29  Sascha Wilde  <wilde@sha-bang.de>
7724         * pgg.texi (How to use): Update the example to add autoload of
7725         pgg-encrypt-symmetric-region.
7726         (User Commands): Document pgg-encrypt-symmetric-region.
7727         (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
7729 2005-10-27  Jay Belanger  <belanger@truman.edu>
7731         * calc.texi (Predefined Units): Fix the symbol for a TeX points,
7732         mention other TeX-related units.
7734 2005-10-23  Lars Hansen  <larsh@soem.dk>
7736         * dired-x.texi (Miscellaneous Commands):
7737         Replace dired-do-relative-symlink by dired-do-relsymlink and
7738         dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
7740 2005-10-23  Jay Belanger  <belanger@truman.edu>
7742         * calc.texi (Predefined Units): Use `alpha' for the fine structure
7743         constant.
7745 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
7747         * faq.texi (Bugs and problems):
7748         Replace `dired-move-to-filename-regexp' by
7749         `directory-listing-before-filename-regexp'.
7751 2005-10-22  Eli Zaretskii  <eliz@gnu.org>
7753         * newsticker.texi (UPDATED): Set value.
7755 2005-10-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7757         * gnus.texi (Document Groups): Remove duplicate item.
7759 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
7761         * org.texi (Summary): Mention iCalendar support.
7762         (Exporting): Document iCalendar support.
7764 2005-10-18  Romain Francoise  <romain@orebokech.com>
7766         * viper.texi (Viper Specials): Capitalize GNU.
7768 2005-10-17  Juri Linkov  <juri@jurta.org>
7770         * info.texi (Getting Started, Search Index, Expert Info):
7771         Fix wording.
7772         (Search Text): Replace `echo area' with `mode line'.
7773         (Search Index): Both `i' and `,' find all index entries.
7774         Replace example `C-f' with `C-l' (which exists in index of Info
7775         manual) and delete spaces in its keyboard input sequence.
7776         Delete unnecessary explanations about literal characters.
7778 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7780         * gnus.texi (Document Server Internals): Addition.
7782 2005-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7784         * gnus.texi (A note on namespaces): Fix RFC reference.
7786 2005-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7788         * gnus.texi (RSS): Fix key description.
7790 2005-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7792         * gnus.texi: Emacs/w3 -> Emacs/W3.
7793         (Browsing the Web): Fix description.
7794         (Web Searches): Ditto.
7795         (Customizing W3): Ditto.
7797 2005-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7799         * gnus.texi (Maildir): Clarify expire-age and expire-group.
7801 2005-10-11  Jay Belanger  <belanger@truman.edu>
7803         * calc.texi (Integration): Mention using `a i' to compute definite
7804         integrals.
7806 2005-10-11  Juri Linkov  <juri@jurta.org>
7808         * info.texi: Rearrange nodes.
7809         (Top): Update menu.  Change ref `Info for Experts' to
7810         `Advanced Info Commands'.
7811         (Getting Started): Fix description of manual's parts.
7812         (Help-Int): Change xref `Info Search' to `Search Index', and
7813         `Expert Info' to `Advanced'.
7814         (Advanced): Move node one level up.
7815         (Search Text, Search Index): New nodes split out from `Info Search'.
7816         (Go to node, Choose menu subtopic, Create Info buffer): New nodes
7817         split out from `Advanced'.
7818         (Advanced, Emacs Info Variables): De-document editing an Info file
7819         in Info.
7820         (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
7821         (Creating an Info File): Delete node and move its text to
7822         `Expert Info'.
7824 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
7826         * org.texi (Workflow states): Documented that change in keywords
7827         becomes active only after restart of Emacs.
7829 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
7831         Sync with Tramp 2.0.51.
7833 2005-10-08  Nick Roberts  <nickrob@snap.net.nz>
7835         * speedbar.texi (Introduction): Describe new location of speedbar
7836         on menubar.
7837         (Basic Key Bindings): Remove descriptions of bindings that have
7838         been removed.
7840 2005-10-05  Nick Roberts  <nickrob@snap.net.nz>
7842         * speedbar.texi (GDB): Describe use of watch expressions.
7844 2005-09-28  Simon Josefsson  <jas@extundo.com>
7846         * message.texi (IDNA): Fix.
7848 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7850         * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
7851         nntp-server-hook, and nntp-warn-about-losing-connection; fix
7852         description of nntp-open-connection-function.
7853         (Common Variables): Fix descriptions.
7855 2005-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7857         * gnus.texi (Server Buffer Format): Document the %a format spec.
7859 2005-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7861         * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
7863 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
7865         * org.texi Version 3.16.
7867 2005-09-19  Miles Bader  <miles@gnu.org>
7869         * newsticker.texi: Get rid of CVS keywords.
7871 2005-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7873         * gnus.texi (Finding the Parent): Fix description of how Gnus
7874         finds article.
7876 2005-09-14  Jari Aalto  <jari.aalto@cante.net>
7878         * gnus.texi (Advanced Scoring Examples): New examples to teach how
7879         to drop off non-answered articles.
7881 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
7883         * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
7884         braces (which are unsupported by NMAKE) for macro `srcdir'.
7886 2005-09-17  Eli Zaretskii  <eliz@gnu.org>
7888         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7889         (../info/newsticker, newsticker.dvi): New targets.
7891 2005-09-17  Ulf Jasper  <ulf.jasper@web.de>
7893         * newsticker.texi: Replace @command with @code.  Replace @example
7894         with @lisp.
7895         (Top): Add explanations to menu items.
7896         (GNU Free Documentation License): Remove.
7898 2005-09-16  Romain Francoise  <romain@orebokech.com>
7900         Update all files to specify GFDL version 1.2.
7902         * doclicense.texi (GNU Free Documentation License): Update to
7903         version 1.2.
7905 2005-09-15  Richard M. Stallman  <rms@gnu.org>
7907         * newsticker.texi: Fix @setfilename.
7909         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7910         (../info/newsticker, newsticker.dvi): New targets.
7912 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
7914         * org.texi: Version 3.15.
7916 2005-08-29  Luc Teirlinck  <teirllm@auburn.edu>
7918         * ses.texi: Combine all three indices into one.
7919         Correct a few typos.
7921 2005-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7923         * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
7925 2005-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7927         * emacs-mime.texi (Handles): Remove duplicate item.
7928         (Encoding Customization): Fix the default value for
7929         mm-coding-system-priorities.
7930         (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
7931         (Basic Functions): Fix reference.
7933 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7935         * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
7937 2005-08-18  Richard M. Stallman  <rms@gnu.org>
7939         * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
7940         and web site.
7942         * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
7943         not keyboard-translate.
7945 2005-08-11  Richard M. Stallman  <rms@gnu.org>
7947         * faq.texi (Using regular expressions): Fix xref.
7949 2005-08-09  Juri Linkov  <juri@jurta.org>
7951         * info.texi (Help-P): Replace `Prev' with `Previous'.
7952         (Help-M, Help-Xref): Add S-TAB.
7953         (Help-FOO): Update `u' command.
7954         (Help-Xref): Move info about Mouse-2 from `Help-Int'.
7955         Update info about visibility of xref parts.
7956         (Help-Int): Fix `m' command.  Rename `Info-last' to
7957         `Info-history-back'.  Add `Info-history-forward'.
7958         (Advanced): Fix `g*' and `M-n' commands.
7959         (Info Search): Add `index-apropos' in stand-alone browser.
7960         Add isearch commands.
7961         (Emacs Info Variables): Remove `Info-fontify'.
7962         Add `Info-mode-hook'.  Update face names.
7963         Add `Info-fontify-maximum-menu-size',
7964         `Info-fontify-visited-nodes', `Info-isearch-search'.
7966 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
7968         Sync with Tramp 2.0.50.
7970         * tramp.texi: Use @option{} consequently for method names.
7971         (Inline methods, External transfer methods): Remove references to
7972         Cygwin.
7973         (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
7974         implementation.
7976 2005-07-27  Reiner Steib  <Reiner.Steib@gmx.de>
7978         * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
7979         Mention that gnus-init-file is not read when Emacs is invoked with
7980         --no-init-file or -q.
7982 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
7984         * org.texi: Version 3.14.
7986 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
7988         * org.texi: Version 3.13.
7990 2005-07-18  Juri Linkov  <juri@jurta.org>
7992         * calc.texi (Time Zones, Logical Operations):
7993         * cl.texi (Overview):
7994         * org.texi (TODO types):
7995         * sc.texi (Emacs 18 MUAs):
7996         * speedbar.texi (Top):
7997         * url.texi (History):
7998         Delete duplicate duplicate words.
8000 2005-07-16  Johan Bockgård  <bojohan@users.sourceforge.net>  (tiny change)
8002         * cl.texi (Type Predicates): Document `atom' type.
8004 2005-07-04  Lute Kamstra  <lute@gnu.org>
8006         Update FSF's address in GPL notices.
8008         * calc.texi (Copying):
8009         * doclicense.texi (GNU Free Documentation License):
8010         * faq.texi (Contacting the FSF):
8011         * mh-e.texi (Copying): Update FSF's address.
8013 2005-07-03  Richard M. Stallman  <rms@gnu.org>
8015         * flymake.texi (Example -- Configuring a tool called directly):
8016         Update name of flymake-build-relative-filename.
8018 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8020         * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
8022 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
8024         * org.texi: Version 3.12.
8026 2005-06-24  Eli Zaretskii  <eliz@gnu.org>
8028         * makefile.w32-in (MAKEINFO): Use --force.
8029         (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
8030         Makefile.in.
8031         (gnus.dvi): Use "..." to quote Sed args, so that it works with
8032         more shells.
8034 2005-06-23  Richard M. Stallman  <rms@gnu.org>
8036         * speedbar.texi (Creating a display): Texinfo usage fixes.
8038         * tramp.texi (Customizing Completion, Auto-save and Backup):
8039         Texinfo usage fixes.
8041 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
8043         * dired-x.texi (Miscellaneous Commands):
8044         * ediff.texi (Miscellaneous):
8045         * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
8046         (Agent Variables):
8047         * info.texi (Help-Xref):
8048         * message.texi (Message Headers):
8049         * org.texi (Remember):
8050         * reftex.texi (Options (Defining Label Environments)):
8051         (Options (Index Support)):
8052         (Options (Viewing Cross-References)):
8053         (Options (Misc)):
8054         (Changes):
8055         * speedbar.texi (Creating a display):
8056         * tramp.texi (Customizing Completion, Auto-save and Backup):
8057         Texinfo usage fix.
8059 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
8061         * org.texi: Version 3.11.
8063 2005-06-12  Jay Belanger  <belanger@truman.edu>
8065         * calc.texi (Getting Started): Remove extra menu item.
8067 2005-05-31  Jay Belanger  <belanger@truman.edu>
8069         * calc.texi (Notations Used in This Manual): Use @kbd for key
8070         sequence.
8071         (Demonstration of Calc): Mention another way of starting Calc.
8072         (Starting Calc): Mention long name of M-#.
8073         (Embedded Mode Overview): Remove unnecessary instruction.
8074         (Other M-# commands): Rephrase `M-# 0' explanation.
8075         (Basic Embedded Mode): Rewrite discussion of prefix arguments to
8076         reflect current behavior.
8078 2005-05-30  Jay Belanger  <belanger@truman.edu>
8080         * calc.texi (Hooks): Change description of calc-window-hook and
8081         calc-trail-window-hook to match usage.
8082         (Computational Functions): Add more constant-generating functions.
8083         (Customizable Variables): Use defvar.
8085 2005-05-28  Jay Belanger  <belanger@truman.edu>
8087         * calc.texi (Assignments in Embedded Mode): Fix variable name.
8088         (Basic Embedded Mode): Explain behavior of arguments to
8089         calc-embedded-mode.
8091 2005-05-27  Jay Belanger  <belanger@truman.edu>
8093         * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
8094         current behavior.
8096 2005-05-25  Jay Belanger  <belanger@truman.edu>
8098         * calc.texi: Change Calc version number throughout.
8099         (Keypad Mode): Change location in info output.
8100         (Keypad mode overview): Move picture of keypad.
8102 2005-05-21  Jay Belanger  <belanger@truman.edu>
8104         * calc.texi (Storing variables): Mention that only most variables
8105         are void to begin with.
8107 2005-05-21  Kevin Ryde  <user42@zip.com.au>
8109         * widget.texi (Basic Types): Update cross ref from "Enabling
8110         Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
8111         lispref/text.texi change.
8113 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
8115         * org.texi: Version 3.09.
8117 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
8119         * reftex.texi: Version 4.28.
8121 2005-05-16  Jay Belanger  <belanger@truman.edu>
8123         * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
8125 2005-05-14  Jay Belanger  <belanger@truman.edu>
8127         * calc.texi (Default Simplifications): Insert missing ! (logical
8128         not operator).
8130 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
8132         Sync with Tramp 2.0.49.
8134 2005-05-10  Jay Belanger  <belanger@truman.edu>
8136         * calc.texi (Default Simplifications): Mention that 0^0 simplifies
8137         to 1.
8139 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
8141         * org.texi: Version 3.08, structure reorganized.
8143 2005-04-24  Richard M. Stallman  <rms@gnu.org>
8145         * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
8147 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
8149         * org.texi: Update to version 3.06.
8151 2005-04-13  Lute Kamstra  <lute@gnu.org>
8153         * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
8155 2005-04-10  Thien-Thi Nguyen  <ttn@gnu.org>
8157         * cl.texi (Porting Common Lisp): Fix typo.
8159 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8161         * gnus.texi (RSS): Addition.
8163 2005-04-04  Jay Belanger  <belanger@truman.edu>
8165         * calc.texi: Change Calc version number.
8166         (Customizable variables): Fix description of calc-language-alist.
8167         (Copying): Put in version 2 of GPL.
8169 2005-04-01  Jay Belanger  <belanger@truman.edu>
8171         * calc.texi (Troubleshooting Commands): Remove comment about
8172         installation.
8173         (Installation): Remove section.
8174         (Customizable Variables): New section.
8175         (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
8176         (Graphical Devices): Add references to Customizable Variables.
8178 2005-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8180         * emacs-mime.texi (Display Customization): Markup fixes.
8181         (rfc2047): Update.
8183 2005-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
8185         * gnus-faq.texi: Replaced with auto-generated version.
8187 2005-03-26  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
8189         * dired-x.texi (Multiple Dired Directories): default-directory was
8190         renamed to dired-default-directory.
8192 2005-03-26  Jay Belanger  <belanger@truman.edu>
8194         * calc.texi (Simplifying Formulas, Rewrite Rules):
8195         Change description of top and bottom of fraction.
8196         (Modulo Forms): Move description of how to create modulo forms to
8197         earlier in the section.
8198         (Fraction Mode): Suggest using : to get a fraction by dividing.
8199         (Basic Arithmetic): Adjust placement of command name.
8200         (Truncating the Stack): Emphasize that "hidden" entries are still
8201         visible.
8202         (Installation): Move discussion of printing manual to "About This
8203         Manual".
8204         (About This Manual): Mention how to print the manual.
8205         (Reporting Bugs): Remove first person.
8206         (Building Vectors): Add algebraic version of append.
8207         (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
8208         (Grouping Digits): Fix typo.
8210 2005-03-25  Werner Lemberg  <wl@gnu.org>
8212         * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
8213         Replace `legal' with `valid'.
8215 2005-03-25  Werner Lemberg  <wl@gnu.org>
8217         * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
8219 2005-03-24  Jay Belanger  <belanger@truman.edu>
8221         * calc.texi (General Mode Commands)
8222         (Mode Settings in Embedded Mode): Add some explanation of
8223         recording mode settings.
8225 2005-03-24  Richard M. Stallman  <rms@gnu.org>
8227         * calc.texi: Remove praise of non-free software.
8229         * idlwave.texi: Don't say where to get IDL or its non-free manual.
8230         (Installation): Node deleted.
8232 2005-03-23  Richard M. Stallman  <rms@gnu.org>
8234         * url.texi (HTTP language/coding): Improve last change.
8236 2005-03-22  Jay Belanger  <belanger@truman.edu>
8238         * calc.texi (Embedded Mode): Add new information on changing
8239         modes.
8241 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
8243         Sync with Tramp 2.0.48.
8245         * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
8247         * tramp.texi: Replace "Emacs" by "GNU Emacs".  Replace "Linux" by
8248         "GNU/Linux".  Change all addresses to .gnu.org.
8249         (Default Method): Offer shortened syntax for "su" and "sudo"
8250         methods.
8252 2005-03-07  Richard M. Stallman  <rms@gnu.org>
8254         * url.texi: Fix usage of "e.g.".
8255         (HTTP language/coding): Explain the rules for these strings.
8257 2005-03-06  Richard M. Stallman  <rms@gnu.org>
8259         * woman.texi (Introduction): Minor cleanups.
8261         * url.texi (HTTP language/coding): Get rid of "Emacs 21".
8263         * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
8264         (Installation): Node deleted.
8266         * mh-e.texi (Preface): Get rid of "Emacs 21".
8268         * eshell.texi (Installation): Delete node (for Emacs 20).
8270 2005-03-05  Thien-Thi Nguyen  <ttn@gnu.org>
8272         * flymake.texi: Refill and tweak style in @lisp blocks.
8274 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8276         * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
8278 2005-03-01  Jay Belanger  <belanger@truman.edu>
8280         * calc.texi (Trigonometric and Hyperbolic Functions):
8281         Mention additional functions.
8282         (Algebraic Simplifications): Mention additional simplifications.
8284 2005-02-18  Jonathan Yavner  <jyavner@member.fsf.org>
8286         * ses.texi: Add concept/function/variable indices (this work was
8287         donated by Brad Collins <brad@chenla.org>, copyright-assignment
8288         papers on file at FSF).
8290 2005-02-10  Jay Belanger  <belanger@truman.edu>
8292         * calc.texi: Change @LaTeX to La@TeX throughout.
8293         Redefine @expr as @math for TeX output.
8294         Redefine @texline as a no-op for TeX output.
8295         Define @tfn, replace @t by @tfn throughout.
8297 2005-02-09  Jay Belanger  <belanger@truman.edu>
8299         * calc.texi: Add macro for LaTeX for info output.
8301 2005-02-08  Kim F. Storm  <storm@cua.dk>
8303         * texinfo.tex (LaTex): Add def.
8305 2005-02-06  Jay Belanger  <belanger@truman.edu>
8307         * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
8308         change name to "TeX and LaTeX Language Modes."  Mention LaTeX mode
8309         throughout manual.
8311 2005-01-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8313         * gnus.texi: Some edits based on comments from David Abrahams.
8315 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8317         * gnus.texi (RSS): Fix the keystroke.
8319 2005-01-24  David Kastrup  <dak@gnu.org>
8321         * faq.texi: Update AUCTeX version info.
8323 2005-01-16  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
8325         * gnus-faq.texi ([4.1]): Typo.
8327 2005-01-19  Jay Belanger  <belanger@truman.edu>
8329         * calc.texi (Keep Arguments): Mention that keeping arguments
8330         doesn't work with keyboard macros.
8332 2005-01-16  Richard M. Stallman  <rms@gnu.org>
8334         * autotype.texi (Autoinserting): Fix small error.
8336 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
8338         Sync with Tramp 2.0.47.
8340         * tramp.texi (Compilation): New section, describing compilation of
8341         remote files.
8343 2005-01-11  Kim F. Storm  <storm@cua.dk>
8345         * widget.texi (Basic Types): Add :follow-link keyword.
8347 2005-01-09  Jay Belanger  <belanger@truman.edu>
8349         * calc.texi (Basic Commands): Describe new behavior of calc-reset.
8351 2005-01-08  Jay Belanger  <belanger@truman.edu>
8353         * calc.texi: Change throughout to reflect new default value of
8354         calc-settings-file.
8356 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8358         * message.texi (Reply): `message-reply-to-function' should return
8359         a list.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
8361 2005-01-06  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
8363         * faq.texi (Changing load-path): Fix typo.
8365 2005-01-05  Jay Belanger  <belanger@truman.edu>
8367         * calc.texi (Programming Tutorial): Replace kbd command by
8368         appropriate characters for a keyboard macro.
8370 2005-01-04  Jay Belanger  <belanger@truman.edu>
8372         * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
8373         for Lucid Emacs.
8374         (Programming Tutorial): Mention that the user needs to be in the
8375         right mode to compute some functions.
8377 2005-01-04  Jay Belanger  <belanger@truman.edu>
8379         * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
8380         no longer applicable.
8382 2005-01-01  Jay Belanger  <belanger@truman.edu>
8384         * calc.texi (Programming Tutorial): Change description of how to
8385         edit keyboard macros to match current behavior.
8387 2004-12-31  Jay Belanger  <belanger@truman.edu>
8389         * calc.texi: Mention C-cC-c as the way to finish editing throughout.
8391 2004-12-20  Jay Belanger  <belanger@truman.edu>
8393         * calc.texi (Types Tutorial): Emphasize that you can't divide by
8394         zero.
8396 2004-12-17  Luc Teirlinck  <teirllm@auburn.edu>
8398         * cc-mode.texi (Text Filling and Line Breaking): Put period after
8399         @xref.
8400         (Font Locking): Avoid @strong{Note:}.
8402 2004-12-17  Michael Albinus  <michael.albinus@gmx.de>
8404         Sync with Tramp 2.0.46.
8406         * tramp.texi (bottom): Add arch-tag.  It was lost, somehow.
8408 2004-12-16  Luc Teirlinck  <teirllm@auburn.edu>
8410         * url.texi: Correct typos.
8411         (Retrieving URLs): @var{nil}->@code{nil}.
8412         (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
8413         the standard "The GNU Emacs Manual" in fifth argument of @xref's.
8414         (Dealing with HTTP documents): @inforef->@xref.
8416 2004-12-15  Jay Belanger  <belanger@truman.edu>
8418         * calc.texi: Consistently capitalized all mode names.
8419         (Answers to Exercises): Mention that an answer can be a fraction
8420         when in Fraction mode.
8422 2004-12-13  Jay Belanger  <belanger@truman.edu>
8424         * calc.texi: Fix some TeX definitions.
8426 2004-12-09  Luc Teirlinck  <teirllm@auburn.edu>
8428         * reftex.texi (Imprint): Remove erroneous @value's.
8430 2004-12-08  Luc Teirlinck  <teirllm@auburn.edu>
8432         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
8433         (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
8435 2004-12-08  Jay Belanger  <belanger@truman.edu>
8437         * calc.texi (Starting Calc): Remove comment about installation.
8438         (Keypad Mode Overview): Remove comment about Emacs 19 support.
8440 2004-12-08  Luc Teirlinck  <teirllm@auburn.edu>
8442         * url.texi: Update @setfilename.
8443         (Getting Started): No need to worry about Gnus versions.
8444         (Dealing with HTTP documents): Use @inforef.
8446         * org.texi: Fix @direntry file name.
8448 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8450         * url.texi: New file.
8452         * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
8454 2004-12-06  Jay Belanger  <belanger@truman.edu>
8456         * calc.texi (Using Calc): Remove paragraph about installation.
8458 2004-12-06  Jay Belanger  <belanger@truman.edu>
8460         * calc.texi: Use more Texinfo macros and less TeX defs.
8461         Remove @refill's.
8463 2004-12-06  Richard M. Stallman  <rms@gnu.org>
8465         * org.texi: New file.
8467 2004-12-05  Richard M. Stallman  <rms@gnu.org>
8469         * Makefile.in (org.dvi, ../info/org): New targets.
8470         (INFO_TARGETS): Add ../info/org.
8471         (DVI_TARGETS): Add org.dvi.
8472         (maintainer-clean): Remove the info files in the info dir.
8474 2004-11-26  Eli Zaretskii  <eliz@gnu.org>
8476         * idlwave.texi: Fix the setfilename directive to put the produced
8477         file in ../info.
8478         (Continued Statement Indentation): Resurrect Jan D.'s change from
8479         2004-11-03 that was lost when a newer version of idlwave.texi was
8480         imported.
8482 2004-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
8484         * gnus-faq.texi ([5.1]): Add missing bracket.
8486         * gnus.texi (Filtering Spam Using The Spam ELisp Package):
8487         Index `spam-initialize'.
8489 2004-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8491         * message.texi (Various Message Variables): Mention that all mail
8492         file variables are derived from `message-directory'.
8494         * gnus.texi (Splitting Mail): Clarify bogus group.
8496 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8498         * emacs-mime.texi (Encoding Customization):
8499         Fix mm-coding-system-priorities entry.
8501 2004-11-03  Jan Djärv  <jan.h.d@swipnet.se>
8503         * idlwave.texi (Continued Statement Indentation):
8504         * reftex.texi (Options (Index Support)):
8505         (Displaying and Editing the Index, Table of Contents):
8506         * speedbar.texi (Creating a display, Major Display Modes):
8507         Replace non-nil with non-@code{nil}.
8509 2004-10-21  Jay Belanger  <belanger@truman.edu>
8511         * calc.texi (Algebraic-Style Calculations): Remove a comment.
8513 2004-10-18  Luc Teirlinck  <teirllm@auburn.edu>
8515         * calc.texi (Reporting Bugs): Double up `@'.
8517 2004-10-18  Jay Belanger  <belanger@truman.edu>
8519         * calc.texi (Reporting Bugs): Change the address that bugs
8520         should be sent to.
8522 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
8524         * gnus.texi (New Features): Add 5.11.
8526         * message.texi (Resending): Remove wrong default value.
8528         * gnus.texi (Mail Source Specifiers): Describe possible problems
8529         of `pop3-leave-mail-on-server'.  Add `pop3-movemail' and
8530         `pop3-leave-mail-on-server' to the index.
8532 2004-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8534         * message.texi (Canceling News): Add how to set a password.
8536 2004-10-12  Jay Belanger  <belanger@truman.edu>
8538         * calc.texi (Help Commands): Change the descriptions of
8539         calc-describe-function and calc-describe-variable to match their
8540         current behavior.
8542 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
8544         * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
8546 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
8548         Sync with Tramp 2.0.45.
8550         * tramp.texi (Frequently Asked Questions): Comment paragraph about
8551         plink link.  The URL is outdated.  Originator contacted for
8552         clarification.
8554 2004-10-10  Juri Linkov  <juri@jurta.org>
8556         * gnus.texi (Top, Marking Articles): Join two menus in one node
8557         because a node can have only one menu.
8559 2004-10-09  Juri Linkov  <juri@jurta.org>
8561         * gnus.texi (Fancy Mail Splitting): Remove backslash in the
8562         example of nnmail-split-fancy.
8564 2004-10-06  Karl Berry  <karl@gnu.org>
8566         * info.texi (@kbd{1}--@kbd{9}): No space around --, for
8567         consistency with other uses of dashes.
8569 2004-10-05  Karl Berry  <karl@gnu.org>
8571         * info.texi: Consistently use --- throughout, periods at end of
8572         menu descriptions, and a couple typos.
8574 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
8576         * sieve.texi (Manage Sieve API): nil -> @code{nil}.
8577         * pgg.texi (User Commands, Backend methods): Do.
8578         * gnus.texi: Markup fixes.
8579         (Setting Process Marks): Fix `M P a' entry.
8580         * emacs-mime.texi: Fixes.
8582 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
8584         * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
8585         again.
8586         Use 5.10 instead of 5.10.0.
8588 2004-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8590         * gnus.texi (Summary Mail Commands): S D e.
8592 2004-09-20  Raymond Scholz  <ray-2004@zonix.de>  (tiny change)
8594         * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
8595         the gnus-article-mode-line-format section.
8597 2004-09-20  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
8599         * gnus.texi (Various Summary Stuff): Fix the documentation for
8600         gnus-newsgroup-variables.
8602 2004-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8604         * gnus.texi (MIME Commands):
8605         Add gnus-mime-display-multipart-as-mixed,
8606         gnus-mime-display-multipart-alternative-as-mixed,
8607         gnus-mime-display-multipart-related-as-mixed.
8608         (Mail Source Customization): Clarify `mail-source-directory'.
8609         (Splitting Mail): Mention gnus-group-find-new-groups.
8610         (SpamOracle): Fix typo.
8612         * gnus-faq.texi: Untabify.
8613         ([6.3]): nnir.el is in contrib directory.
8615         * message.texi (News Headers): Clarify how a unique ID is created.
8617         * gnus.texi (Batching Agents): Fix typo in example.
8618         Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8620 2004-09-20  Andre Srinivasan  <andre@e2open.com>  (tiny change)
8622         * gnus.texi (Group Parameters): Add more on hooks.
8624 2004-09-20  Florian Weimer  <fw@deneb.enyo.de>
8626         * gnus.texi (Charsets): Point to relevant section in emacs-mime.
8628 2004-09-22  Jay Belanger  <belanger@truman.edu>
8630         * calc.texi (Vectors as Lists): Add a warning that the tutorial
8631         might be hidden during part of the session.
8633 2004-09-20  Jay Belanger  <belanger@truman.edu>
8635         * calc.texi (Notations Used in This Manual): Put in an earlier
8636         mention that DEL could be called Backspace.
8638 2004-09-10  Simon Josefsson  <jas@extundo.com>
8640         * gnus.texi (IMAP): Add example.  Suggested and partially written
8641         by Steinar Bang <sb@dod.no>.
8643 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8645         * gnus.texi (IMAP): Add comments about imaps synonym to imap in
8646         netrc syntax.
8648 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8650         * gnus.texi (Spam ELisp Package Sequence of Events):
8651         Some clarifications.
8652         (Spam ELisp Package Global Variables): More clarifications.
8654 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8656         * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
8657         Mention spam-split does not modify incoming mail.
8659 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8661         * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
8663 2004-09-10  Eli Zaretskii  <eliz@gnu.org>
8665         * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
8667 2004-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8669         * makefile.w32-in (sieve, pgg): Use $(infodir).
8671 2004-09-08  Dhruva Krishnamurthy  <dhruva.krishnamurthy@gmail.com>  (tiny change)
8673         * makefile.w32-in: Fix PGG and Sieve entries.
8675 2004-08-28  Eli Zaretskii  <eliz@gnu.org>
8677         * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
8678         Emacs and related programs.
8680 2004-08-27  Richard M. Stallman  <rms@gnu.org>
8682         * faq.texi: Fix texinfo usage, esp. doublequotes.
8683         (Difference between Emacs and XEmacs): Some clarification.
8685         * faq.texi (Difference between Emacs and XEmacs):
8686         Explain not to contrast XEmacs with GNU Emacs.
8688 2004-08-26  Richard M. Stallman  <rms@gnu.org>
8690         * faq.texi (Difference between Emacs and XEmacs): Rewrite.
8692 2004-08-22  David Kastrup  <dak@gnu.org>
8694         * reftex.texi (AUCTeX): Update links, section name.
8696         * faq.texi (Calc): Update availability (included in 22.1).
8697         (AUCTeX): Update availability, information, versions, description.
8699 2004-08-14  Eli Zaretskii  <eliz@gnu.org>
8701         * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
8703 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
8705         * cc-mode.texi: Various updates for CC Mode 5.30.9.
8707 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
8709         Sync with Tramp 2.0.44.
8711 2004-08-05  Lars Hansen  <larsh@math.ku.dk>
8713         * widget.texi (User Interface): Update how to separate the
8714         editable field of an editable-field widget from other widgets.
8715         (Programming Example): Add text after field.
8717 2004-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8719         * emacs-mime.texi (Encoding Customization): Add a note to the
8720         mm-content-transfer-encoding-defaults entry.
8721         (rfc2047): Update.
8723         * gnus.texi (Article Highlighting):
8724         Add gnus-cite-ignore-quoted-from.
8725         (POP before SMTP): New node.
8726         (Posting Styles): Addition.
8727         (Splitting Mail): Add nnmail-split-lowercase-expanded.
8728         (Fancy Mail Splitting): Ditto.
8729         (X-Face): Add gnus-x-face.
8731 2004-08-30  Reiner Steib  <Reiner.Steib@gmx.de>
8733         * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
8734         * pgg.texi, sieve.texi: Use @copying and @insertcopying.
8736 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
8738         * gnus.texi (Mail Source Specifiers):
8739         Describe `pop3-leave-mail-on-server'.
8741 2004-08-02  Reiner Steib  <Reiner.Steib@gmx.de>
8743         * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
8745         * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
8746         repository.  Change setfilename.
8748         * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
8750 2004-07-02  Juri Linkov  <juri@jurta.org>
8752         * pcl-cvs.texi (Viewing differences): Add `d r'.
8754 2004-06-29  Jesper Harder  <harder@ifa.au.dk>
8756         * ses.texi, viper.texi, flymake.texi, faq.texi:
8757         * eshell.texi, ediff.texi: Markup fixes.
8759 2004-06-21  Karl Berry  <karl@gnu.org>
8761         * info.texi (Top): Mention that only Emacs has mouse support.
8762         (Getting Started): Mention this in a few other places.
8764 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
8766         * autotype.texi (Copyrights, Timestamps):
8767         Recommend `before-save-hook' instead of `write-file-functions'.
8769 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
8771         * dired-x.texi (dired-mark-omitted): Update keybinding.
8773 2004-06-10  Kim F. Storm  <storm@cua.dk>
8775         * pcl-cvs.texi (Viewing differences): Add 'd y'.
8777 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
8779         * dired-x.texi (variable dired-omit-mode): Rename from
8780         dired-omit-files-p.
8781         (function dired-omit-mode): Rename from dired-omit-toggle.
8782         Call dired-omit-mode rather than set dired-omit-files-p.
8783         (dired-mark-omitted): Describe command.
8785 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
8787         Version 2.0.41 of Tramp released.
8789 2004-05-29  Juanma Barranquero  <lektu@terra.es>
8791         * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
8792         (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8794 2004-05-29  Richard M. Stallman  <rms@gnu.org>
8796         * cl.texi (Top): Call this chapter `Introduction'.
8797         (Overview): In TeX, no section heading here.
8799         * cc-mode.texi: Put commas after i.e. and e.g.  Minor cleanups.
8801 2004-05-29  Eli Zaretskii  <eliz@gnu.org>
8803         * Makefile.in (../info/flymake, flymake.dvi): New targets.
8804         (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8806 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
8808         * flymake.texi: New file.
8810 2004-05-28  Simon Josefsson  <jas@extundo.com>
8812         * smtpmail.texi (Authentication): Improve STARTTLS discussion.
8814 2004-05-07  Kai Großjohann  <kai@emptydomain.de>
8816         Version 2.0.40 of Tramp released.
8818 2004-04-25  Michael Albinus  <Michael.Albinus@alcatel.de>
8820         Complete rework, based on review by Karl Berry <karl@gnu.org>.
8822         * tramp.texi (Auto-save and Backup): Explain exploitation of new
8823         variables `tramp-backup-directory-alist' and
8824         `tramp-bkup-backup-directory-info'.
8825         (Overview, Connection types)
8826         (External transfer methods, Default Method)
8827         (Windows setup hints): Remove restriction of password entering
8828         with external methods.
8829         (Auto-save and Backup): Make file name example
8830         (X)Emacs neutral.  In case of XEmacs, `bkup-backup-directory-info'
8831         and `auto-save-directory' must be used.
8832         (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
8833         only "NT").  Remove doubled entry "What kinds of systems does
8834         @tramp{} work on".
8835         (tramp): Macro removed.
8836         (Obtaining Tramp): Flag removed from title.
8837         (all): "tramp-" and "-" removed from flag names.  Flags `tramp'
8838         and `trampver' used properly.  Flag `tramp-inst' replaced by
8839         `installchapter'.  Installation related text adapted.
8841 2004-04-28  Masatake YAMATO  <jet@gyve.org>
8843         * widget.texi (Programming Example): Remove overlays.
8845 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
8847         * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
8849 2004-04-23  Juanma Barranquero  <lektu@terra.es>
8851         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8853 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
8855         * info.texi (Info Search): Add info-apropos.
8857 2004-03-22  Juri Linkov  <juri@jurta.org>
8859         * faq.texi: Fix help key bindings.
8861 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
8863         * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
8864         (as suggested by Karl Berry).  Update information about colored
8865         stars in menus.  Add new subheading describing M-n.
8867 2004-03-12  Richard M. Stallman  <rms@gnu.org>
8869         * cl.texi (Top): Rename top node's title.
8871 2004-03-08  Karl Berry  <karl@gnu.org>
8873         * info.texi: \input texinfo.tex instead of just texinfo, to avoid
8874         problems making the texinfo distribution.
8876 2004-02-29  Simon Josefsson  <jas@extundo.com>
8878         * smtpmail.texi (Authentication): Change the list of supported
8879         authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
8880         CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
8881         <voegelas@gmx.net>.
8883 2004-02-29  Juanma Barranquero  <lektu@terra.es>
8885         * makefile.w32-in (mostlyclean, clean, maintainer-clean):
8886         Use $(DEL) instead of rm, and ignore exit code.
8888 2004-02-29  Kai Großjohann  <kgrossjo@eu.uu.net>
8890         Tramp version 2.0.39 released.
8892 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
8894         * tramp.texi (Customizing Completion): Explain new functions
8895         `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
8896         (all): Savannah URLs unified to "http://savannah.nongnu.org".
8897         (Top): Refer to Savannah mailing list as the major one.
8898         Mention older mailing lists in HTML mode only.
8899         (Auto-save and Backup): Add auto-save.  Based on wording of Kai.
8900         (Frequently Asked Questions): Remote hosts must not be Unix-like
8901         for "smb" method.
8902         (Password caching): New node.
8903         (External transfer methods): Refer to password caching for "smb"
8904         method.
8906 2004-02-17  Karl Berry  <karl@gnu.org>
8908         * info.texi (Help-Int): Mention the new line number feature.
8910 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
8912         * ses.texi (Advanced Features): New functionality for
8913         ses-set-header-row (defaults to current row unless C-u used).
8914         (Acknowledgements): Add Stefan Monnier.
8916 2003-12-29  Kevin Ryde  <user42@zip.com.au>
8918         * viper.texi (Vi Macros): Fix reference to the Emacs manual.
8920 2003-11-30  Kai Großjohann  <kai.grossjohann@gmx.net>
8922         Tramp version 2.0.38 released.
8924         * tramp.texi (Remote shell setup): Warn of environment variables
8925         FRUMPLE if user frumple exists.  Suggested by Sven Gabriel
8926         <sven.gabriel@imk.fzk.de>.
8927         (Configuration): Tramp now chooses base64/uuencode
8928         automatically.  Update wording accordingly.
8929         (Top): More description for the `Default Method' menu entry.
8930         (Default Method): Use @code, not @var, for Lisp variables.
8931         (Default Method): New subsection `Which method is the right one
8932         for me?'  Suggested by Christian Kirsch.
8933         (Configuration): Pointer to new subsection added.
8934         (Default Method): Too many "use" in one sentence.
8935         Rephrase.  Reported by Christian Kirsch.
8936         (Filename Syntax): Old `su' example is probably a left-over from
8937         the sm/su method naming.  Replace with `ssh', instead.
8938         (External transfer methods, Auto-save and Backup):
8939         Typo fixes.
8941 2003-11-02  Michael Albinus  <Michael.Albinus@alcatel.de>
8943         * tramp.texi (all): Harmonize all occurrences of @tramp{}.
8944         (Top): Mention japanese manual only if flag `jamanual' is set.
8945         Insert section `Japanese manual' in menu.
8947 2003-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
8949         * eshell.texi (Known Problems): Add doc item.
8951 2003-11-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
8953         * cc-mode.texi: Update for CC Mode 5.30.
8955         Note: Please refrain from doing purely cosmetic changes like
8956         removing trailing whitespace in this manual; it clobbers cvs
8957         merging for no good reason.
8959 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
8961         * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
8962         * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
8963         @acronym{ASCII}.
8965 2003-10-26  Karl Berry  <karl@gnu.org>
8967         * info.texi (Info Search): Echo area, not echo are.  From Debian
8968         diff.
8970 2003-10-26  Per Abrahamsen  <abraham@dina.kvl.dk>
8972         * widget.texi (Defining New Widgets): Document new behavior of
8973         :buttons and :children keywords.
8975 2003-10-22  Miles Bader  <miles@gnu.org>
8977         * Makefile.in (info): Move before $(top_srcdir)/info.
8979 2003-10-17  Thien-Thi Nguyen  <ttn@gnu.org>
8981         * tramp.texi (Inline methods): Small grammar fix.
8982         (External transfer methods): Likewise.
8984 2003-10-08  Nick Roberts  <nick@nick.uklinux.net>
8986         * speedbar.texi: Remove paragraph for GUD that is no longer true.
8988 2003-10-06  Luc Teirlinck  <teirllm@auburn.edu>
8990         * texinfo.tex: Replace `%' in arch tagline by @ignore.
8992 2003-09-30  Richard M. Stallman  <rms@gnu.org>
8994         * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
8996         * widget.texi (User Interface): Fix typos.
8998         * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
9000 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
9002         * pcl-cvs.texi (Selected Files): Fix typo.
9004 2003-09-21  Karl Berry  <karl@gnu.org>
9006         * info.texi (] and [ commands): No period at end of section title.
9008 2003-09-04  Miles Bader  <miles@gnu.org>
9010         * Makefile.in (top_srcdir): New variable.
9011         ($(top_srcdir)/info): New rule.
9012         (info): Depend on it.
9014 2003-09-03  Peter Runestig  <peter@runestig.com>
9016         * makefile.w32-in: New file.
9018 2003-08-26  Per Abrahamsen  <abraham@dina.kvl.dk>
9020         * widget.texi (User Interface): Explain the need of static text
9021         around an editable field.
9023 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
9025         * widget.texi (Basic Types): The argument to `:help-echo' can now
9026         be a form that evaluates to a string.
9028 2003-08-18  Kim F. Storm  <storm@cua.dk>
9030         * calc.texi (Queries in Macros): Update xref to keyboard macro query.
9032 2003-08-16  Richard M. Stallman  <rms@gnu.org>
9034         * dired-x.texi (Shell Command Guessing): Explain *.
9036 2003-08-16  Chunyu Wang  <spr@db.cs.hit.edu.cn>  (tiny change)
9038         * pcl-cvs.texi (Log Edit Mode): Fix key binding for
9039         log-edit-insert-changelog.
9041 2003-08-03  Karl Berry  <karl@gnu.org>
9043         * info.texi: Need @contents.
9045 2003-07-20  Kai Großjohann  <kai.grossjohann@gmx.net>
9047         Tramp version 2.0.36 released.
9049         * tramp.texi (Remote shell setup): Explain about problems with
9050         non-Bourne commands in ~/.profile and ~/.shrc.
9052 2003-07-07  Luc Teirlinck  <teirllm@mail.auburn.edu>
9054         * info.texi (Help-Inv, Help-M, Help-Xref): Update following
9055         renaming of `vis-mode' to `visible-mode'.
9057 2003-07-04  Luc Teirlinck  <teirllm@mail.auburn.edu>
9059         * info.texi (Top, Help-Small-Screen): Remove accidentally added
9060         next, prev and up pointers.
9062 2003-07-02  Luc Teirlinck  <teirllm@mail.auburn.edu>
9064         * info.texi (Help): Mention existence of Emacs and stand-alone
9065         Info at the very beginning of the tutorial.
9066         (Help-Inv): New node.
9067         (Help-]): New node.
9068         (Help-M): Systematically point out the differences between default
9069         Emacs and stand-alone versions.  Delete second menu.
9070         (Help-Xref): Systematically point out the differences between
9071         default Emacs and stand-alone versions.
9072         (Help-Int): Change `l' example.
9073         (Expert Info): Fix typos.
9074         (Emacs Info Variables): Mention `Info-hide-note-references' and
9075         new default for `Info-scroll-prefer-subnodes'.
9077 2003-06-17  Kai Großjohann  <kai.grossjohann@gmx.net>
9079         Version 2.0.35 of Tramp released.
9081         * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
9082         (Inline methods): Add methods `remsh' and `plink1'.
9083         (External transfer methods): Add method `remcp'.
9084         (Multi-hop Methods): Add method `remsh'.
9085         Small patch from Adrian Aichner <adrian@xemacs.org>:
9086         Fix minor typos.
9087         (Concept Index): Add to make manual searchable via
9088         `Info-index'.
9089         (Version Control): Add cindex entry.
9091 2003-05-24  Kai Großjohann  <kai.grossjohann@gmx.net>
9093         * trampver.texi: Version 2.0.34 released.
9095 2003-05-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
9097         * faq.texi: Improve previous changes.
9099 2003-05-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
9101         * faq.texi: Update copyright and maintenance details.
9102         Update some package URLs, versions, and maintainers.
9103         Remove many references to the Emacs Lisp Archive.
9105 2003-04-23  Simon Josefsson  <jas@extundo.com>
9107         * smtpmail.texi: Fix license (the invariant sections mentioned has
9108         never been part of the smtp manual).  Align info dir entry with
9109         other emacs packages.
9111 2003-04-08  Michael Albinus  <Michael.Albinus@alcatel.de>
9113         * tramp.texi: Version 2.0.33 released.
9114         Remove installation chapter.  Remove XEmacs specifics.
9116 2003-03-29  Richard M. Stallman  <rms@gnu.org>
9118         * tramp.texi (Top): Undo the previous renaming.
9119         (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
9121 2003-03-29  Kai Großjohann  <kai.grossjohann@gmx.net>
9123         * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
9124         version of manual.
9126         * tramp.texi (Auto-save and Backup): New node.
9128 2003-03-29  Michael Albinus  <Michael.Albinus@alcatel.de>
9130         * tramp.texi (Top): Include trampver.texi.  Rename "Emacs" to "GNU
9131         Emacs" in order to have better differentiation to "XEmacs".
9132         `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
9133         are new macros in order to point to the other Emacs flavor where
9134         appropriate.  In info case, point to node `Installation' in order
9135         to explain how to generate the other way.  In html case, make a
9136         link to the other html file.
9137         (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
9138         after CVS checkout/update.
9139         (Installation): Completely rewritten.
9140         (Installation parameters, Load paths): New sections under
9141         `Installation'.
9143 2003-02-28  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
9145         * tramp.texi: Version 2.0.30 released.
9146         Replace word "path" with "localname" where used as a component of
9147         a Tramp file name.
9149 2003-02-28  Michael Albinus  <Michael.Albinus@alcatel.de>
9151         * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
9152         introduced.
9153         (Installation): Explain what to do if files from the tramp/contrib
9154         directory are needed.
9156 2003-02-23  Alex Schroeder  <alex@emacswiki.org>
9158         * smtpmail.texi (How Mail Works): New.
9160 2003-02-22  Alex Schroeder  <alex@emacswiki.org>
9162         * smtpmail.texi: New file.
9164         * Makefile.in: Build SMTP manual.
9166 2003-02-05  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
9168         * tramp.texi: Version 2.0.29 released.
9169         (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
9170         M-x makeinfo-buffer RET.  Reported by gebser@ameritech.net.
9172 2003-02-01  Michael Albinus  <Michael.Albinus@alcatel.de>
9174         * tramp.texi (Frequently Asked Questions): Explain a workaround if
9175         another package loads accidentally Ange-FTP.
9177 2003-01-24  Michael Albinus  <Michael.Albinus@alcatel.de>
9179         * tramp.texi (Customizing Completion): Add function
9180         `tramp-parse-sconfig'.  Change example of
9181         `tramp-set-completion-function', because parsing of ssh config
9182         files looks more natural.
9184 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
9186         * gnus.texi: Do not use `path' in several locations.
9188 2002-12-26  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
9190         * tramp.texi (External transfer methods): New method `smb'.
9191         From Michael Albinus.
9193 2002-11-05  Karl Berry  <karl@gnu.org>
9195         * info.texi (Info-fontify): Reorder face list to avoid bad line
9196         breaks.
9198 2002-10-06  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9200         * tramp.texi: Move @copying to standard place.
9201         Use @insertcopying.
9203 2002-10-02  Karl Berry  <karl@gnu.org>
9205         * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
9206         dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
9207         eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
9208         message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
9209         speedbar.texi vip.texi viper.texi widget.texi woman.texi):
9210         Per rms, update all manuals to use @copying instead of @ifinfo.
9211         Also use @ifnottex instead of @ifinfo around the top node, where
9212         needed for the sake of the HTML output.
9213         (The Gnus manual is not fixed since it's not clear to me how it
9214         works; and the Tramp manual already uses @copying, although in an
9215         unusual way.  All others were changed.)
9217 2002-09-10  Jonathan Yavner  <jyavner@engineer.com>
9219         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
9220         (../info/ses, ses.dvi): New targets.
9221         * ses.texi: New file.
9223 2002-09-06  Pavel Janík  <Pavel@Janik.cz>
9225         * texinfo.tex: Update to texinfo 4.2.
9227 2002-08-27  Carsten Dominik  <dominik@sand.science.uva.nl>
9229         * reftex.texi: Update to RefTeX 4.19.
9231 2002-06-17  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9233         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
9234         (../info/tramp, tramp.dvi): New targets.
9236 2002-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
9238         * Makefile.in (DVI_TARGETS): Add calc.dvi.
9239         (calc.dvi): Uncomment.
9241 2001-11-07  Eli Zaretskii  <eliz@is.elta.co.il>
9243         * Makefile.in (INFO_TARGETS): Add ../info/calc.
9244         (../info/calc): New target.
9246 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
9248         * (Version 21.1 released.)
9250 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
9252         * Branch for 21.1.
9254 2001-04-14  Eli Zaretskii  <eliz@is.elta.co.il>
9256         * Makefile.in (../info/info): Use an explicit -o switch to
9257         makeinfo.
9259 2001-03-05  Gerd Moellmann  <gerd@gnu.org>
9261         * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
9263 2000-12-20  Eli Zaretskii  <eliz@is.elta.co.il>
9265         * Makefile.in (../info/idlwave): Use --no-split.
9267 2000-12-14  Dave Love  <fx@gnu.org>
9269         * Makefile.in (mostlyclean): Remove gnustmp.*.
9270         (gnus.dvi): Change rule to remove @latex stuff.
9272 2000-10-19  Eric M. Ludlam  <zappo@ultranet.com>
9274         * Makefile.in (Speedbar): Add build targets for speedbar.texi.
9276 2000-10-13  John Wiegley  <johnw@gnu.org>
9278         * Makefile.in: Add build targets for eshell.texi.
9280 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
9282         * Makefile.in: Remove/comment speedbar stuff.
9284 2000-09-22  Dave Love  <fx@gnu.org>
9286         * Makefile.in: Add emacs-mime.
9288 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
9290         * Makefile.in (INFO_TARGETS): Add ../info/woman.
9291         (DVI_TARGETS): Add woman.dvi.
9292         (../info/woman, woman.dvi): New targets.
9294 2000-05-31  Stefan Monnier  <monnier@cs.yale.edu>
9296         * .cvsignore (*.tmp): New entry.  Seems to be used for @macro.
9298         * pcl-cvs.texi: New file.
9299         * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
9300         (../info/pcl-cvs, pcl-cvs.dvi): New targets.
9302 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
9304         * Makefile.in (INFO_TARGETS): Add info/ebrowse.
9305         (../info/ebrowse, ebrowse.dvi): New targets.
9307 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
9309         * Makefile.in (INFO_TARGETS): Add eudc.
9310         (DVI_TARGETS): Add eudc.dvi.
9311         (../info/eudc, eudc.dvi): New targets.
9313 2000-01-05  Eli Zaretskii  <eliz@is.elta.co.il>
9315         * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
9316         compatibility with 8+3 filesystems).
9317         (../info/efaq): Rename from emacs-faq.
9319 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
9321         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
9322         (../info/idlwave, idlwave.dvi): New targets.
9324 1999-10-23  Dave Love  <fx@gnu.org>
9326         * Makefile.in: Use autotype.texi.
9328 1999-10-12  Stefan Monnier  <monnier@cs.yale.edu>
9330         * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
9331         faq.texi file) rather than ../info/faq.
9333 1999-10-07  Gerd Moellmann  <gerd@gnu.org>
9335         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
9336         (../info/ada-mode, ada-mode.dvi): New targets.
9338 1999-09-01  Dave Love  <fx@gnu.org>
9340         * Makefile.in: Add faq.
9342 1999-07-12  Richard Stallman  <rms@gnu.org>
9344         * Version 20.4 released.
9346 1998-08-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
9348         * Version 20.3 released.
9350 1998-04-06  Andreas Schwab  <schwab@gnu.org>
9352         * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
9353         Use it in dvi targets.
9354         (../etc/GNU): Change to $(srcdir) first.
9356 1998-03-11  Carsten Dominik  <cd@delysid.gnu.org>
9358         * reftex.texi: Update for RefTeX version 3.22.
9360 1998-02-08  Richard Stallman  <rms@psilocin.gnu.org>
9362         * Makefile.in (reftex.dvi, ../info/reftex): New targets.
9363         (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9365 1997-09-23  Paul Eggert  <eggert@twinsun.com>
9367         * Makefile.in: Merge changes mistakenly made to `Makefile'.
9368         (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
9370 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9372         * Version 20.2 released.
9374 1997-09-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9376         * Version 20.1 released.
9378 1997-07-10  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9380         * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
9382 1996-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9384         * Version 19.33 released.
9386 1996-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9388         * Version 19.32 released.
9390 1996-06-27  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9392         * Makefile.in: Add rules for the Message manual.
9394 1996-06-26  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9396         * gnus.texi: New version.
9398         * message.texi: New manual.
9400 1996-06-20  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9402         * Makefile.in (All info targets): cd $(srcdir) to do the work.
9404 1996-06-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9406         * Makefile.in (All info targets): Specify $(srcdir) in input files.
9407         Specify -I option.
9408         (All dvi targets): Set the TEXINPUTS variable.
9410 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>
9412         * Version 19.31 released.
9414 1996-01-07  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
9416         * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
9417         (INFO_TARGETS): Use new name.  This avoids name conflict on MSDOS.
9419 1995-11-29  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9421         * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
9422         (INFO_TARGETS): Add ../info/cc-mode.
9423         (DVI_TARGETS): Add cc-mode.dvi.
9425 1995-11-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9427         * Version 19.30 released.
9429 1995-11-04  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9431         * gnus.texi: New file.
9433 1995-11-04  Erik Naggum  <erik@naggum.no>
9435         * gnus.texi: File deleted.
9437 1995-11-02  Stephen Gildea  <gildea@stop.mail-abuse.org>
9439         * mh-e.texi: "Function Index" -> "Command Index" to work with
9440         Emacs 19.30 C-h C-k support of separately-documented commands.
9442 1995-06-26  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9444         * Makefile.in (../info/ediff, ediff.dvi): New targets.
9445         (INFO_TARGETS, DVI_TARGETS): Add those new targets.
9447 1995-04-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9449         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
9450         (../info/viper, viper.dvi): New targets.
9452 1995-04-20  Kevin Rodgers  <kevinr@ihs.com>
9454         * dired-x.texi (Installation): Change the example to set
9455         buffer-local variables like dired-omit-files-p in
9456         dired-mode-hook.
9458 1995-04-17  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9460         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
9461         (../info/mh-e, mh-e.dvi): New targets.
9463 1995-02-07  Richard Stallman  <rms@pogo.gnu.ai.mit.edu>
9465         * Makefile.in (maintainer-clean): Rename from realclean.
9467 1994-11-23  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9469         * Makefile.in: New file.
9470         * Makefile: File deleted.
9472 1994-11-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9474         * Makefile (TEXINDEX_OBJS): Variable deleted.
9475         (texindex, texindex.o, getopt.o): Rules deleted.
9476         All deps on texindex deleted.
9477         (distclean): Don't delete texindex.
9478         (mostlyclean): Don't delete *.o.
9479         * texindex.c, getopt.c: Files deleted.
9481 1994-09-07  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9483         * Version 19.26 released.
9485 1994-05-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9487         * Version 19.25 released.
9489 1994-05-23  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9491         * Version 19.24 released.
9493 1994-05-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9495         * Version 19.23 released.
9497 1994-04-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9499         * Makefile: Delete spurious tab.
9501 1994-02-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9503         * Makefile (.SUFFIXES): New rule.
9505 1994-01-15  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9507         * Makefile (dired-x.dvi, ../info/dired-x): New targets.
9508         (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9510 1994-01-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9512         * Makefile (../info/sc): Rename from sc.info.
9513         (../info/cl): Likewise.
9514         (INFO_TARGETS): Use new names.
9516 1993-12-04  Richard Stallman  (rms@srarc2)
9518         * getopt.c: New file.
9519         * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
9520         (getopt.o): New rule.
9521         (dvi): Don't depend on texindex.
9522         (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
9523         Depend on texindex.
9525 1993-12-03  Richard Stallman  (rms@srarc2)
9527         * Makefile (../info/sc.info): Rename from ../info/sc.
9528         (TEXI2DVI): New variable.
9529         (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
9530         Add explicit commands.
9531         (TEXINDEX_OBJS): Delete duplicate getopt.o.
9533 1993-11-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9535         * Version 19.22 released.
9537 1993-11-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9539         * Makefile (TEXINDEX_OBJS): Delete spurious period.
9541 1993-11-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9543         * Version 19.21 released.
9545 1993-11-15  Paul Eggert  (eggert@twinsun.com)
9547         * man/Makefile (../info/cl.info): Rename from ../info/cl.
9549 1993-11-15  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9551         * Makefile (../etc/GNU): New target.
9552         (EMACSSOURCES): Add gnu1.texi.
9554 1993-11-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9556         * Makefile (realclean): Don't delete the Info files.
9558 1993-10-25  Brian J. Fox  (bfox@albert.gnu.ai.mit.edu)
9560         * forms.texi: Fix forms.texi so that it will format correctly.
9561         Add missing `@end iftex', fix bad reference.
9563         * info.texi, info-stn.texi: New files implement texinfo version of
9564         `info' file.
9566 1993-10-20  Brian J. Fox  (bfox@ai.mit.edu)
9568         * Makefile: Fix targets for texindex, new info.texi files.
9569         * info-stnd.texi: New file implements info for standalone info
9570         reader.
9571         * info.texi: Update to include recent changes to "../info/info".
9572         New source file for ../info/info; includes info-stnd.texi.
9574         * texindex.c: Include "../src/config.h" if building in emacs.
9576         * Makefile: Change all files to FILENAME.texi, force all targets
9577         to be FILENAME, not FILENAME.info.  This changes sc.texinfo,
9578         vip.texinfo, forms.texinfo, cl.texinfo.
9579         Add target to build texindex.c, defining `emacs'.
9581         * forms.texi: Install new file to match version 2.3 of forms.el.
9583 1993-08-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9585         * Version 19.19 released.
9587 1993-08-10  Simon Leinen  (simon@lia.di.epfl.ch)
9589         * sc.texinfo: Fix info file name.
9591         * Makefile (info): Add gnus and sc.
9592         (dvi): Add gnus.dvi and sc.dvi.
9593         (../info/sc, sc.dvi): New targets.
9595 1993-08-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9597         * Version 19.18 released.
9599 1993-07-20  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9601         * Makefile: Fix source file names of the separate manuals.
9602         (gnus.dvi, ../info/gnus): New targets.
9604 1993-07-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9606         * Version 19.17 released.
9608 1993-07-10  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9610         * split-man: Fix typos in last change.
9612 1993-07-06  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9614         * Version 19.16 released.
9616 1993-06-19  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9618         * version 19.15 released.
9620 1993-06-18  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9622         * Makefile (distclean): It's rm, not rf.
9624 1993-06-17  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9626         * Version 19.14 released.
9628 1993-06-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9630         * Makefile: New file.
9632 1993-06-08  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9634         * Version 19.13 released.
9636 1993-05-27  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9638         * Version 19.9 released.
9640 1993-05-25  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9642         * Version 19.8 released.
9644 1993-05-22  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9646         * Version 19.7 released.
9648 1990-08-30  David Lawrence  (tale@pogo.ai.mit.edu)
9650         * gnus.texinfo: New file.  Removed installation instructions.
9652 1990-05-25  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
9654         * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
9656 1989-01-17  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
9658         * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
9659         then define `\sc' as the command for smallcaps in Texinfo.
9660         This means that the @sc command will produce small caps.  bfox has
9661         made the corresponding change to makeinfo and texinfm.el.
9663 1988-08-16  Robert J. Chassell  (bob@frosted-flakes.ai.mit.edu)
9665         * vip.texinfo: Remove menu entry Adding Lisp Code in node
9666         Customization since the menu entry did not point to anything.
9667         Also add an @finalout command to remove overfull hboxes from the
9668         printed output.
9670         * cl.texinfo: Add @bye, \input line and @settitle to file.
9671         This file is clearly intended to be a chapter of some other work,
9672         but the other work does not yet exist.
9674 1988-07-25  Robert J. Chassell  (bob@frosted-flakes.ai.mit.edu)
9676         * texinfo.texinfo: Three typos corrected.
9678 ;; Local Variables:
9679 ;; coding: utf-8
9680 ;; End:
9682   Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
9684   This file is part of GNU Emacs.
9686   GNU Emacs is free software: you can redistribute it and/or modify
9687   it under the terms of the GNU General Public License as published by
9688   the Free Software Foundation, either version 3 of the License, or
9689   (at your option) any later version.
9691   GNU Emacs is distributed in the hope that it will be useful,
9692   but WITHOUT ANY WARRANTY; without even the implied warranty of
9693   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
9694   GNU General Public License for more details.
9696   You should have received a copy of the GNU General Public License
9697   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.