* doc/misc/erc.texi (Connecting): Add brief section on passwords.
[emacs.git] / doc / misc / ChangeLog
blob0a837320b43e78999686e6c253531d37b7b424f3
1 2012-11-13  Glenn Morris  <rgm@gnu.org>
3         * erc.texi (Modules): Undocument obsolete "hecomplete".
4         Add "notifications".
5         (Connecting): Add brief section on passwords.
7 2012-11-12  Glenn Morris  <rgm@gnu.org>
9         * flymake.texi (Customizable variables)
10         (Highlighting erroneous lines): Mention flymake-error-bitmap,
11         flymake-warning-bitmap, and flymake-fringe-indicator-position.
13 2012-11-09  Chong Yidong  <cyd@gnu.org>
15         * url.texi (Introduction): Move url-configuration-directory to
16         Customization node.
17         (Parsed URIs): Split into its own node.
18         (URI Encoding): New node.
19         (Defining New URLs): Remove empty chapter.
20         (Retrieving URLs): Add an introduction.  Doc fix for url-retrieve.
21         Improve docs for url-queue-*.
22         (Supported URL Types): Copyedits.  Delete empty subnodes.
24 2012-11-08  Chong Yidong  <cyd@gnu.org>
26         * url.texi (Introduction): Rename from Getting Started.  Rewrite
27         the introduction.
28         (URI Parsing): Rewrite.  Omit the obsolete attributes slot.
30 2012-11-07  Glenn Morris  <rgm@gnu.org>
32         * cl.texi (Obsolete Setf Customization):
33         Revert defsetf example to the more correct let rather than prog1.
34         Give define-modify-macro, defsetf, and define-setf-method
35         gv.el replacements.
37 2012-11-06  Glenn Morris  <rgm@gnu.org>
39         * cl.texi (Overview): Mention EIEIO here, as well as the appendix.
40         (Setf Extensions): Remove obsolete reference.
41         (Obsolete Setf Customization):
42         Move note on lack of setf functions to lispref/variables.texi.
43         Undocument get-setf-method, since it no longer exists.
44         Mention simple defsetf replaced by gv-define-simple-setter.
46 2012-11-03  Glenn Morris  <rgm@gnu.org>
48         * cl.texi: Further general copyedits.
49         (List Functions): Remove copy-tree, standard elisp for some time.
50         (Efficiency Concerns): Comment out examples that no longer apply.
51         (Compiler Optimizations): Rename from "Optimizing Compiler"; reword.
52         (Creating Symbols, Random Numbers): De-emphasize internal
53         variables cl--gensym-counter and cl--random-state.  (Bug#12788)
55 2012-11-02  Glenn Morris  <rgm@gnu.org>
57         * cl.texi (Naming Conventions, Type Predicates, Macros)
58         (Predicates on Numbers): No longer mention cl-floatp-safe.
60 2012-11-01  Glenn Morris  <rgm@gnu.org>
62         * cl.texi: General copyedits for style, line-breaks, etc.
63         (Time of Evaluation, Iteration): Add xref to Emacs Lisp manual.
64         (Macro Bindings, Blocks and Exits):
65         Acknowledge existence of lexical-binding.
66         (Iteration): Mainly defer to doc of standard dolist, dotimes.
68 2012-10-31  Glenn Morris  <rgm@gnu.org>
70         * ert.texi (Introduction, The @code{should} Macro):
71         Refer to "cl-assert" rather than "assert".
73         * cl.texi (Function Bindings): Update for cl-flet and cl-labels.
74         (Obsolete Lexical Binding): Rename section from "Lexical Bindings".
75         (Obsolete Macros): Rename section from "Obsolete Lexical Macros".
76         Reword, and add details of flet and labels.
77         (Modify Macros, Function Bindings): Add some xrefs.
79 2012-10-30  Glenn Morris  <rgm@gnu.org>
81         * cl.texi (Modify Macros): Update for cl-letf changes.
82         (Obsolete Lexical Macros): Say a little more about letf/cl-letf.
83         (Setf Extensions): Partially restore note about cl-getf,
84         mainly moved to lispref/variables.texi.
85         (Property Lists): Fix cl-getf typos.
86         (Mapping over Sequences): Mention cl-mapc naming oddity.
88 2012-10-29  Glenn Morris  <rgm@gnu.org>
90         * cl.texi (Organization): More details on cl-lib.el versus cl.el.
91         (Setf Extensions): Remove `apply' setf since it seems to be disabled.
92         (Customizing Setf): Move contents to "Obsolete Setf Customization".
93         (Modify Macros, Multiple Values, Other Clauses):
94         Remove mentions of obsolete features.
95         (Obsolete Setf Customization): Don't mention `apply' setf.
97 2012-10-28  Glenn Morris  <rgm@gnu.org>
99         * cl.texi (Multiple Values, Common Lisp Compatibility):
100         More namespace updates.
101         (Obsolete Features): Copyedits.
102         (Obsolete Lexical Macros, Obsolete Setf Customization):
103         New subsections.
105         * cl.texi (Porting Common Lisp, Lexical Bindings):
106         Add some xrefs to the Elisp manual.
108         * cl.texi (Lexical Bindings): Move to appendix of obsolete features.
109         (Porting Common Lisp): Emacs Lisp can do true lexical binding now.
110         (Obsolete Features): New appendix.  Move Lexical Bindings here.
112 2012-10-27  Glenn Morris  <rgm@gnu.org>
114         * cl.texi: Use defmac for macros rather than defspec.
115         (Efficiency Concerns): Related copyedit.
117         * cl.texi (Control Structure): Update for setf now being in core.
118         (Setf Extensions): Rename from Basic Setf.  Move much of the
119         former content to lispref/variables.texi.
120         (Modify Macros): Move pop, push details to lispref/variables.texi.
121         (Customizing Setf): Copyedits for setf etc being in core.
122         (Modify Macros, Efficiency Concerns, Porting Common Lisp):
123         Further namespaces updates.
125 2012-10-26  Bastien Guerry  <bzg@gnu.org>
127         * org.texi (Installation): Update the link to Org's ELPA.  Also
128         don't mention org-install.el anymore as the replacement file
129         org-loaddefs.el is now loaded by org.el.
131 2012-10-25  Michael Albinus  <michael.albinus@gmx.de>
133         * tramp.texi (Frequently Asked Questions): Mention
134         `tramp-completion-reread-directory-timeout' for performance
135         improvement.
137 2012-10-25  Glenn Morris  <rgm@gnu.org>
139         * cl.texi: Don't mess with the TeX section number counter.
140         Use Texinfo recommended convention for quotes+punctuation.
141         (Overview, Sequence Functions): Rephrase for better line-breaking.
142         (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings)
143         (Macro Bindings, Conditionals, Iteration, Loop Basics)
144         (Random Numbers, Mapping over Sequences, Structures)
145         (Porting Common Lisp): Further updates for cl-lib namespace.
146         (Modify Macros, Declarations, Macro Bindings, Structures):
147         Break long lines in examples.
148         (Dynamic Bindings): Update for changed progv behavior.
149         (Loop Examples, Efficiency Concerns): Markup fixes.
150         (Structures): Remove TeX margin change.
151         (Declarations): Fix typos.
153 2012-10-24  Glenn Morris  <rgm@gnu.org>
155         * cl.texi (Overview, Multiple Values, Creating Symbols)
156         (Numerical Functions): Say less/nothing about the original cl.el.
157         (Old CL Compatibility): Remove.
158         (Assertions): Remove ignore-errors (standard Elisp for some time).
160         * cl.texi (Basic Setf, Macros, Declarations, Symbols, Numbers)
161         (Sequences, Lists, Structures, Assertions, Efficiency Concerns)
162         (Efficiency Concerns, Efficiency Concerns)
163         (Common Lisp Compatibility, Old CL Compatibility):
164         Further updates for cl-lib namespace.
166 2012-10-24  Paul Eggert  <eggert@penguin.cs.ucla.edu>
168         Update manual for new time stamp format (Bug#12706).
169         * emacs-mime.texi (time-date): Update for new format.
170         Also, fix bogus time stamp and modernize a bit.
172 2012-10-23  Glenn Morris  <rgm@gnu.org>
174         * cl.texi: Include emacsver.texi.  Use Emacs version number rather
175         than unchanging cl.el version number.
176         End all menu descriptions with a period.
177         Do not use @dfn{CL} for every instance of "CL".
178         (Overview): Remove no-runtime caveat, and note about foo* names.
179         (Usage): Use cl-lib rather than cl.
180         (Organization, Naming Conventions): Update for cl-lib.el.
181         (Installation): Remove long-irrelevant node.
182         (Program Structure, Predicates, Control Structure):
183         Start updating for cl-lib namespace.
184         * Makefile.in ($(buildinfodir)/cl$(INFO_EXT), cl.dvi, cl.pdf):
185         Depend on emacsver.texi.
187 2012-10-09  Michael Albinus  <michael.albinus@gmx.de>
189         * trampver.texi: Update release number.
191 2012-10-06  Glenn Morris  <rgm@gnu.org>
193         * erc.texi: Include emacsver.texi, and use EMACSVER rather than
194         ERC version.
195         (Introduction): ERC is distributed with Emacs.
196         (Obtaining ERC, Installation): Remove chapters, no longer relevant.
197         (Getting Started): Simplify.
198         (Getting Help and Reporting Bugs): Refer to general Emacs lists.
199         (History): Mention ERC maintained as part of Emacs now.
200         * Makefile.in ($(buildinfodir)/erc$(INFO_EXT), erc.dvi, erc.pdf):
201         Add dependency on emacsver.texi.
203         * erc.texi: Remove hand-written node pointers.
205 2012-10-05  Glenn Morris  <rgm@gnu.org>
207         * newsticker.texi (Overview, Requirements, Usage, Configuration):
208         Copyedits.
210 2012-10-01  Eric Ludlam  <zappo@gnu.org>
212         * ede.texi (Quick Start, Project Local Variables)
213         (Miscellaneous commands, ede-java-root, Development Overview)
214         (Detecting a Project): New nodes.
215         (Simple projects): Node deleted.
217         * eieio.texi (Building Classes): Some slot attributes cannot be
218         overridden.
219         (Slot Options): Remove an example.
220         (Method Invocation, Documentation): New nodes.
222 2012-10-01  Glenn Morris  <rgm@gnu.org>
224         * Makefile.in ($(buildinfodir)/reftex$(INFO_EXT)), reftex.dvi)
225         (reftex.pdf): Add dependency on emacsver.texi.
226         * reftex.texi: Don't include directory part for emacsver.texi;
227         the Makefile's -I handles it.
229 2012-09-30  Ralf Angeli  <angeli@caeruleus.net>
231         Merge from standalone RefTeX repository.
233         * reftex.texi: Express TeX, LaTeX, AUCTeX, BibTeX and RefTeX
234         with macros.
235         (Imprint): Mention Wolfgang in list of contributors.
236         (Creating Citations): Give a hint about how to
237         auto-revert the BibTeX database file when using external editors.
238         (Referencing Labels): Simplify section about reference macro
239         cycling.
240         (Options (Referencing Labels)): Adapt to new structure of
241         `reftex-ref-style-alist'.
242         (Referencing Labels, Reference Styles): Document changes in the
243         referencing functionality.
244         (Commands): Mention options for definition of header and footer in
245         BibTeX files.
246         (Options (Creating Citations)): Document
247         `reftex-create-bibtex-header' and `reftex-create-bibtex-footer'.
248         (Reference Styles): New section.
249         (varioref (LaTeX package), fancyref (LaTeX package)): Remove.
250         (Options (Referencing Labels)): Remove descriptions of deprecated
251         variables `reftex-vref-is-default' and `reftex-fref-is-default'.
252         Add descriptions for `reftex-ref-style-alist' and
253         `reftex-ref-style-default-list'.
254         (Referencing Labels): Update regarding reference styles.
255         (Citation Styles): Mention support for ConTeXt.
256         (Options (Defining Label Environments)): Fix typo.
257         (Options (Creating Citations)): Document
258         `reftex-cite-key-separator'.
260 2012-09-30  Achim Gratz  <Stromeko@Stromeko.DE>
262         * org.texi: Add description of ORG_ADD_CONTRIB to info
263         documentation.  Add link to Worg for more details.
265         * org.texi: Clarify installation procedure.  Provide link to the
266         build system description on Worg.
268         * org.texi: Remove reference to utils/, x11idle.c is now in
269         contrib/scripts.
271         * org.texi: Re-normalize to "Org mode" in manual.
273         * org.texi (Installation): Adapt documentation to new build
274         system.  Mention GNU ELPA (since it needs to be handled like Emacs
275         built-in Org).
277 2012-09-30  Adam Spiers  <orgmode@adamspiers.org>  (tiny change)
279         * org.texi: Fix typo in description of the 'Hooks' section.
281         * org.texi: Add ID to the list of special properties.
283 2012-09-30  Andrew Hyatt  <ahyatt@gmail.com>  (tiny change)
285         * org.texi (Moving subtrees): Document the ability to archive to a
286         datetree.
288 2012-09-30  Bastien Guerry  <bzg@altern.org>
290         * org.texi (Installation, Feedback, Batch execution): Use
291         (add-to-list 'load-path ... t) for the contrib dir.
293         * org.texi (results): Update documentation for ":results drawer"
294         and ":results org".
296         * org.texi (Column width and alignment): Fix typo.
298         * org.texi (Activation): Point to the "Conflicts" section.
300         * org.texi (Conflicts): Mention filladapt.el in the list of
301         conflicting packages.
303         * org.texi (Activation): Adding org-mode to `auto-mode-alist' is
304         not needed for versions of Emacs > 22.1.
306         * org.texi (History and Acknowledgments): Fix typo.
308         * org.texi (History and Acknowledgments): Add my own
309         acknowledgments.
311         * org.texi (Agenda commands): Document the new command and the new
312         option.
314         * org.texi (Agenda commands): Delete `org-agenda-action' section.
315         (Agenda commands): Reorder.  Document `*' to toggle persistent
316         marks.
318         * org.texi (Agenda dispatcher): Mention
319         `org-toggle-agenda-sticky'.
320         (Agenda commands, Exporting Agenda Views): Fix typo.
322         * org.texi (Templates in contexts, Setting Options): Update to
323         reflect changes in how contexts options are processed.
325         * org.texi (Templates in contexts): Document the new structure of
326         the variables `org-agenda-custom-commands-contexts' and
327         `org-capture-templates-contexts'.
329         * org.texi (Templates in contexts): Document the new option
330         `org-capture-templates-contexts'.
331         (Storing searches): Document the new option
332         `org-agenda-custom-commands-contexts'.
334         * org.texi (Formula syntax for Lisp): Reformat.
336         * org.texi (Special properties, Column attributes)
337         (Agenda column view): Document the new special property
338         CLOCKSUM_T.
340         * org.texi (Template expansion): Document the new %l template.
342         * org.texi (Fast access to TODO states): Fix documentation about
343         allowed characters for fast todo selection.
345         * org.texi (Weekly/daily agenda): Mention APPT_WARNTIME and its
346         use in `org-agenda-to-appt'.
348         * org.texi (Comment lines): Update wrt comments.
350         * org.texi (Resolving idle time): Document new keybinding.
352         * org.texi (Clocking commands): Document the use of S-M-<up/down>
353         on clock timestamps.
355         * org.texi (Fast access to TODO states): Explicitely says only
356         letters are supported as fast TODO selection keys.
358         * org.texi (Link abbreviations): Illustrate the use of the "%h"
359         specifier.  Document the new "%(my-function)" specifier.
361         * org.texi (Clocking commands): New cindex.
362         (Clocking commands): Update documentation for `org-clock-in'.
363         Document `org-clock-in-last'.  Mention `org-clock-out' and
364         `org-clock-in-last' as commands that can be globally bound.
365         (Resolving idle time): Document continuous clocking.
367         * org.texi (Top, Introduction): Fix formatting.
368         (Activation): Add index entries.
369         (Conventions): Update section.
370         (Embedded @LaTeX{}): Fix formatting.
372         * org.texi (Visibility cycling): Document `show-children'.
374         * org.texi (Using capture): Mention the `org-capture-last-stored'
375         bookmark as a way to jump to the last stored capture.
377         * org.texi (Uploading files): Fix typo.
379         * org.texi (Using capture): Document `C-0' as a prefix argument
380         for `org-capture'.
382         * org.texi (Agenda commands): Document persistent marks.
384         * org.texi (Template expansion): Update doc to reflect change.
386         * org.texi (Radio tables): Document the :no-escape parameter.
388         * org.texi (Repeated tasks): Document repeat cookies for years,
389         months, weeks, days and hours.
391         * org.texi (Export options): State that you can use the d: option
392         by specifying a list of drawers.
394         * org.texi (HTML preamble and postamble): Small doc improvement.
396 2012-09-30  Brian van den Broek  <vanden@gmail.com>  (tiny change)
398         * org.texi: The sections in the Exporting section of the manual
399         left out articles in the description of the org-export-as-*
400         commands, among other places. This patch adds them, adds a few
401         missing prepositions, and switches instances of "an HTML" to "a
402         html" for internal consistency.
404         * org.texi: Alter several examples of headings with timestamps in
405         them to include the timestamps in the body instead of the heading.
407 2012-09-30  Carsten Dominik  <carsten.dominik@gmail.com>
409         * org.texi (Agenda dispatcher): Document sticky agenda views and
410         the new key for them.
412 2012-09-30  Charles  <millarc@verizon.net>  (tiny change)
414         * org.texi (Advanced features): Fix error in table.
416 2012-09-30  Feng Shu  <tumashu@gmail.com>
418         * org.texi (@LaTeX{} fragments): Document imagemagick as an
419         alternative to dvipng.
421 2012-09-30  François Allisson  <francois@allisson.co>  (tiny change)
423         * org.texi: Remove extra curly bracket.
425 2012-09-30  Giovanni Ridolfi  <giovanni.ridolfi@yahoo.it>  (tiny change)
427         * org.texi (org-clock-in-last and org-clock-cancel): Update the
428         defkeys.
430 2012-09-30  Ippei FURUHASHI  <top.tuna+orgmode@gmail.com>  (tiny change)
432         * org.texi (Agenda commands): Fix two typos by giving
433         corresponding function names, according to
434         `org-agenda-view-mode-dispatch'.
436 2012-09-30  Jan Bäcker  <jan.boecker@jboecker.de>
438         * org.texi (The spreadsheet): Fix typo.
440 2012-09-30  Memnon Anon  <gegendosenfleisch@gmail.com>  (tiny change)
442         * org.texi (Tracking your habits): Point to the "Tracking TODO
443         state changes" section.
445 2012-09-30  Nicolas Goaziou  <n.goaziou@gmail.com>
447         * org.texi (Literal examples): Remove reference to unknown
448         `org-export-latex-minted' variable. Also simplify footnote since
449         `org-export-latex-listings' documentation is exhaustive already.
451         * org.texi (Plain lists): Remove reference to now hard-coded
452         `bullet' automatic rule.
454 2012-09-30  Toby S. Cubitt  <tsc25@cantab.net>
456         * org.texi: Updated documentation accordingly.
458 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
460         * texinfo.tex: Merge from gnulib.
462 2012-09-12  Michael Albinus  <michael.albinus@gmx.de>
464         Sync with Tramp 2.2.6.
466         * tramp.texi (Bug Reports): Cleanup caches before a test run.
468         * trampver.texi: Update release number.
470 2012-09-12  Paul Eggert  <eggert@cs.ucla.edu>
472         * texinfo.tex: Merge from gnulib.
474 2012-08-06  Aurélien Aptel  <aurelien.aptel@gmail.com>
476         * url.texi (Parsed URLs): Adjust to the code's use of defstruct
477         (bug#12096).
479 2012-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
481         * calc.texi (Simplification modes, Conversions)
482         (Operating on Selections): Mention "basic" simplification.
483         (The Calc Mode Line): Mention the mode line display for Basic
484         simplification mode.
485         (Simplify Formulas): Refer to 'algebraic' rather than 'default'
486         simplifications.
487         (Basic Simplifications): Rename from "Limited Simplifications"
488         Replace "limited" by "basic" throughout.
489         (Algebraic Simplifications):  Indicate that the algebraic
490         simplifications are done by default.
491         (Unsafe Simplifications):  Mention `m E'.
492         (Simplification of Units): Mention `m U'.
493         (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
494         (Kinds of Declarations, Functions for Declarations):  Mention
495         "algebraic simplifications" instead of `a s'.
496         (Algebraic Entry): Remove mention of default simplifications.
498 2012-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
500         * calc.texi (Getting Started, Tutorial): Change simulated
501         Calc output to match actual output.
502         (Simplifying Formulas): Mention that algebraic simplification is now
503         the default.
505 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
507         * faq.texi (Right-to-left alphabets): Update for Emacs 24.
508         (Bug#12073)
510 2012-07-25  Paul Eggert  <eggert@cs.ucla.edu>
512         Prefer typical American spelling for "acknowledgment".
513         * calc.texi (History and Acknowledgments): Rename from
514         History and Acknowledgements.
515         * idlwave.texi (Acknowledgments):
516         * ses.texi (Acknowledgments):
517         * woman.texi (Acknowledgments): Rename from Acknowledgements.
519 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
521         Rename configure.in to configure.ac (Bug#11603).
522         * ede.texi (Compiler and Linker objects, ede-proj-project)
523         (ede-step-project): Prefer the name configure.ac to configure.in.
525 2012-07-06  Michael Albinus  <michael.albinus@gmx.de>
527         * tramp.texi (Multi-hops): Introduce
528         `tramp-restricted-shell-hosts-alist'.
530 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
532         * gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
533         methods, so don't mention smtpmail here.
535 2012-06-26  Wolfgang Jenkner  <wjenkner@inode.at>
537         * gnus.texi (Picons): Document gnus-picon-properties.
539 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
541         * gnus.texi: Remove mention of compilation, as that's no longer
542         supported.
544 2012-06-26  Christopher Schmidt  <christopher@ch.ristopher.com>
546         * gnus.texi (Archived Messages): Mention
547         gnus-gcc-pre-body-encode-hook and gnus-gcc-post-body-encode-hook.
549 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
551         * gnus.texi (Various Summary Stuff):
552         Remove mention of `gnus-propagate-marks'.
554 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
556         * gnus.texi: Remove mentions of nnml/nnfolder/nntp backend marks,
557         which no longer exist.
559 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
561         * gnus.texi (Archived Messages):
562         Document gnus-gcc-self-resent-messages.
564 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
566         * message.texi (Mail Variables):
567         Mention the optional user parameter for X-Message-SMTP-Method.
569 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
571         * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
573         * message.texi (Mail Variables): Document X-Message-SMTP-Method.
575 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
577         * gnus.texi (Key Index): Change encoding to utf-8.
579 2012-06-21  Glenn Morris  <rgm@gnu.org>
581         * Makefile.in: Rename infodir to buildinfodir throughout.  (Bug#11737)
583 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
585         * gnus.texi (Group Timestamp): Mention where to find documentation for
586         the `gnus-tmp-' variables (bug#11601).
588 2012-06-11  Michael Albinus  <michael.albinus@gmx.de>
590         Sync with Tramp 2.2.6-pre.
592         * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{}
593         where appropriate.
594         (Ad-hoc multi-hops): New section.
595         (Remote processes): New subsection "Running remote processes on
596         Windows hosts".
597         (History): Add remote commands on Windows, and ad-hoc multi-hop
598         methods.
599         (External methods): "ControlPersist" must be set to "no" for the
600         `scpc' method.
601         (Remote processes): Add a note about `auto-revert-tail-mode'.
602         (Frequently Asked Questions): Use "scpx" in combination with
603         "ControlPersist".  Reported by Adam Spiers <emacs@adamspiers.org>.
605         * trampver.texi: Update release number.
607 2012-06-10  Chong Yidong  <cyd@gnu.org>
609         * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo
610         compilation for html-mono.
612 2012-06-08  Paul Eggert  <eggert@cs.ucla.edu>
614         * texinfo.tex: Merge from gnulib.
616 2012-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
618         * Makefile.in (echo-info): Don't try to install info files named
619         just ".info".
621 2012-05-28  Glenn Morris  <rgm@gnu.org>
623         * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX.  (Bug#10910)
625         * sc.texi: Nuke hand-written node pointers.
626         Fix top-level menu to match actual node order.
628 2012-05-27  Glenn Morris  <rgm@gnu.org>
630         * cl.texi, dired-x.texi: Nuke hand-written node pointers.
631         Some associated fixes, including not messing with chapno in cl.texi.
633 2012-05-27  Bastien Guerry  <bzg@gnu.org>
635         * org.texi (Durations and time values): Fix typo.
637 2012-05-19  Jay Belanger  <jay.p.belanger@gmail.com>
639         * doc/misc/calc.texi (Basic Operations on Units, Customizing Calc):
640         Mention `calc-ensure-consistent-units'.
642 2012-05-14  Andreas Schwab  <schwab@linux-m68k.org>
644         * cc-mode.texi: Avoid space before macro in 4th argument of cross
645         reference commands.  (Bug#11461)
647         * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
649 2012-05-12  Glenn Morris  <rgm@gnu.org>
651         * Makefile.in (mostlyclean): Add more TeX intermediates.
653         * Makefile.in: Make it look more like the other doc Makefiles.
654         Use explicit $srcdir in all dependencies.
655         Remove cd $srcdir from rules.
656         (VPATH): Remove.
657         (infodir): Set to an absolute path.
658         (INFO_TARGETS): Use short names.
659         (mkinfodir): infodir is now absolute.
660         (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
662         * Makefile.in (info.info): Rename from info, to avoid duplication.
663         (.SUFFIXES): Disable implicit rules.
665         * Makefile.in (MKDIR_P): New, set by configure.
666         (mkinfodir): Use $MKDIR_P.
668 2012-05-07  Glenn Morris  <rgm@gnu.org>
670         * forms.texi (Long Example): Update for changed location of files.
672 2012-05-04  Glenn Morris  <rgm@gnu.org>
674         * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
675         (INFO_TARGETS): Use $INFO_EXT.
676         Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
677         * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
678         (INFO_TARGETS): Use $INFO_EXT.
679         Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
681 2012-05-02  Glenn Morris  <rgm@gnu.org>
683         * Makefile.in (echo-info): New phony target, used by top-level.
685         * viper.texi: Make direntry shorter (also it is no longer "newest").
687         * emacs-gnutls.texi, ert.texi, org.texi:
688         Fix dircategory, direntry to match info/dir.
690         * faq.texi: Convert @inforefs to @xrefs.
691         Fix some malformed cross-references.
692         (File-name conventions): Shorten section name to avoid overfull line.
693         (How to add fonts): Use smallexample to avoid overfull lines.
695 2012-05-01  Teodor Zlatanov  <tzz@lifelogs.com>
697         * auth.texi (Help for users): Update for .gpg file being second.
699 2012-04-27  Ippei Furuhashi  <top.tuna+orgmode@gmail.com>  (tiny change)
701         * org.texi (Agenda commands): Fix two typos: give corresponding
702         function names, according to `org-agenda-view-mode-dispatch'.
704 2012-04-27  Glenn Morris  <rgm@gnu.org>
706         * faq.texi (Major packages and programs): Remove section.
707         There is no point listing 6 packages (cf etc/MORE.STUFF).
708         (Finding Emacs and related packages): Move "Spell-checkers" here.
710 2012-04-22  Michael Albinus  <michael.albinus@gmx.de>
712         * dbus.texi (Version): New node.
713         (Properties and Annotations): Mention the object manager
714         interface.  Describe dbus-get-all-managed-objects.
715         (Type Conversion): Floating point numbers are allowed, if an
716         anteger does not fit Emacs's integer range.
717         (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
718         (Asynchronous Methods): Fix description of
719         dbus-call-method-asynchronously.
720         (Receiving Method Calls): Fix some minor errors.  Add
721         dbus-interface-emacs.
722         (Signals): Describe unicast signals and the new match rules.
723         (Alternative Buses): Add the PRIVATE optional argument to
724         dbus-init-bus.  Describe its new return value.  Add dbus-setenv.
726 2012-04-20  Glenn Morris  <rgm@gnu.org>
728         * faq.texi (New in Emacs 24): New section.
729         (Packages that do not come with Emacs): Mention M-x list-packages.
731 2012-04-14  Alan Mackenzie  <acm@muc.de>
733         * cc-mode.texi (c-offsets-alist): Correct a typo.
735 2012-04-14  Jérémie Courrèges-Anglas  <jca@wxcvbn.org>  (tiny change)
737         * org.texi (Deadlines and scheduling): Fix the example: the
738         DEADLINE item should come right after the headline.  We enforce
739         this convention, so it is a bug not to illustrate it correctly in
740         the manual.
742 2012-04-14  Ippei FURUHASHI  <top.tuna+orgmode@gmail.com>  (tiny change)
744         * org.texi (Agenda commands): Fix documentation bug by swapping
745         the equivalent keybindings to `org-agenda-next-line' with the ones
746         to `org-agenda-previous-line'.
748 2012-04-14  Glenn Morris  <rgm@gnu.org>
750         * Makefile.in: Replace non-portable use of $< in ordinary rules.
752 2012-04-09  Eli Zaretskii  <eliz@gnu.org>
754         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add
755         emacs-gnutls.
756         ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
758 2012-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
760         * Makefile.in: Add emacs-gnutls.texi to build.
762         * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
764 2012-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
766         * auth.texi (Secret Service API): Edit further and give examples.
767         (Secret Service API): Adjust @samp to @code for collection names.
769 2012-04-04  Glenn Morris  <rgm@gnu.org>
771         * auth.texi (Secret Service API): Copyedits.
772         (Help for developers): Fill in some missing function doc-strings.
773         (Help for users, Help for developers)
774         (GnuPG and EasyPG Assistant Configuration): Markup fixes.
776 2012-04-04  Michael Albinus  <michael.albinus@gmx.de>
778         * auth.texi (Secret Service API): Add the missing text.
780 2012-04-04  Chong Yidong  <cyd@gnu.org>
782         * message.texi (Using PGP/MIME): Note that epg is now the default.
784         * gnus.texi: Reduce references to obsolete pgg library.
785         (Security): Note that epg is now the default.
787         * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
789         * nxml-mode.texi (Completion): C-RET is no longer bound to
790         nxml-complete.
792 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
794         * org.texi (Customizing tables in ODT export): Correct few errors.
796 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
798         * org.texi (Links in ODT export): Update.
799         (Labels and captions in ODT export): New node.
801 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
803         * org.texi (Literal examples in ODT export): htmlfontify.el in
804         Emacs-24.1 now supports fontification.  So ODT source blocks will
805         be fontified by default.
807 2012-04-01  Julian Gehring  <julian.gehring@googlemail.com>  (tiny change)
809         * org.texi (Refiling notes): Remove duplicated keybinding.
811 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
813         * org.texi (noweb): Documentation of this new option to the :noweb
814         header argument.
816 2012-04-01  Suvayu Ali  <fatkasuvayu+linux@gmail.com>
818         * org.texi (Header and sectioning): Add example demonstrating how
819         to use "LaTeX_CLASS_OPTIONS".
821 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
823         * org.texi (Noweb reference syntax): Describe the ability to
824         execute noweb references in the manual.
826 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
828         * org.texi (cache): Improve cache documentation when session
829         evaluation is used.
831 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
833         * org.texi (Plain lists): Document removal.
835 2012-04-01  Michael Brand  <michael.ch.brand@gmail.com>
837         * org.texi: Decapitalize file name in references to Calc manual.
839 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
841         * org.texi (Plain lists): Document removal.
843 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
845         * org.texi (Top, OpenDocument Text export)
846         (ODT export commands, Extending ODT export)
847         (Images in ODT export, Tables in ODT export)
848         (Configuring a document converter): Add or Update.
850 2012-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
852         * org.texi (MobileOrg): Change the wording to reflect that the
853         Android Version is no longer just the little brother of the iOS
854         version.
856 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
858         * org.texi (Key bindings and useful functions): Updated babel key
859         binding documentation in manual.
861 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
863         * org.texi (noweb): Document new noweb header value.
865 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
867         * org.texi (noweb-sep): Document new header argument.
869 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
871         * org.texi (noweb-ref): Documentation of this new custom variable.
873 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
875         * org.texi (wrap): Update the new :wrap documentation to match the
876         current implementation.
878 2012-04-01  Thomas Dye  <dk@poto.myhome.westell.com>
880         * org.texi: Added documentation for :wrap.
882 2012-04-01  Thomas Dye  <dk@poto.myhome.westell.com>
884         * org.texi: #+RESULTS now user-configurable.
886 2012-04-01  Thomas Dye  <dk@poto.myhome.westell.com>
888         * org.texi: Documented :noweb no-export.
890 2012-04-01  Thomas Dye  <dk@poto.local>
892         * org.texi: Edit :noweb no header argument for correctness.
894 2012-04-01  Bastien Guerry  <bzg@altern.org>
896         * org.texi (Customization): Update the approximate number of Org
897         variables.
899 2012-04-01  Thomas Dye  <dk@poto.local>
901         * org.texi: The :results wrap produces a drawer instead of a
902         begin_results block.
904 2012-03-22  Peder O. Klingenberg  <peder@klingenberg.no>  (tiny change)
906         * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
907         reflect the new default.
909 2012-03-10  Eli Zaretskii  <eliz@gnu.org>
911         * info.texi (Expert Info): Move the index entry for "Texinfo" from
912         "Getting Started" to this node.  (Bug#10450)
914 2012-03-10  Chong Yidong  <cyd@gnu.org>
916         * flymake.texi (Example -- Configuring a tool called via make):
917         Mention the Automake COMPILE variable (Bug#8715).
919         * info.texi (Getting Started): Add an index entry (Bug#10450).
921 2012-03-02  Michael Albinus  <michael.albinus@gmx.de>
923         * dbus.texi (Signals): Known names will be mapped onto unique
924         names, when registering for signals.
926 2012-02-29  Glenn Morris  <rgm@gnu.org>
928         * url.texi: Fix quote usage in body text.
930         * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
932         * cl.texi: Use @code{} in menus when appropriate.
934 2012-02-28  Glenn Morris  <rgm@gnu.org>
936         * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
937         * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
938         * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
939         * org.texi, sc.texi, vip.texi, viper.texi:
940         Standardize possessive apostrophe usage.
942 2012-02-26  Chong Yidong  <cyd@gnu.org>
944         * ediff.texi (Quick Help Commands): Add a couple of index entries
945         (Bug#10834).
947 2012-02-17  Glenn Morris  <rgm@gnu.org>
949         * gnus.texi (Posting Styles):
950         * remember.texi (Org): Fix cross-refs to other manuals.
952 2012-02-15  Glenn Morris  <rgm@gnu.org>
954         * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
955         (Encryption): New chapter, split out from previous.
957 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
959         * gnus.texi (Customizing the IMAP Connection): Mention
960         nnimap-record-commands.
962 2012-02-10  Glenn Morris  <rgm@gnu.org>
964         * url.texi (Retrieving URLs): Update url-retrieve arguments.
965         Mention url-queue-retrieve.
967 2012-02-09  Glenn Morris  <rgm@gnu.org>
969         * sem-user.texi (Semantic mode user commands): Typo fix.
971         * info.texi (Create Info buffer): Mention info-display-manual.
973 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
975         * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
976         example (modified from an example by Michael Albinus).
978 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
980         * gnus.texi (Agent Basics): Fix outdated description of
981         `gnus-agent-auto-agentize-methods'.
983 2012-01-28  Andreas Schwab  <schwab@linux-m68k.org>
985         * cc-mode.texi: Always @defindex ss.
986         (Config Basics): Fix argument of @itemize.
987         (Macro Backslashes): Add @code around index entry.
989 2012-01-23  Glenn Morris  <rgm@gnu.org>
991         * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
993 2012-01-19  Eric Hanchrow  <eric.hanchrow@gmail.com>
995         * tramp.texi (File): Tweak wording for the `scpc' option.
997 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
999         * gnus.texi (Group Parameters): Really note precedence.
1001 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1003         * gnus.texi (Group Parameters): Note precedence.
1005 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
1007         * org.texi (Noweb reference syntax): Adding documentation of
1008         the `*org-babel-use-quick-and-dirty-noweb-expansion*'
1009         variable.
1011 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1013         * org.texi (Plain lists): Split the table to fix the display
1014         of items.
1016 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1018         * org.texi (Plain lists): Fix misplaced explanation.
1020 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1022         * org.texi (Plain lists, Agenda files): Add index entries.
1024 2012-01-03  Julian Gehring  <julian.gehring@googlemail.com>
1026         * org.texi: Use "Org mode" instead of alternatives like
1027         "Org-mode" or "org-mode".
1029 2012-01-03  Bernt Hansen  <bernt@norang.ca>
1031         * org.texi (Agenda commands): Document
1032         `org-clock-report-include-clocking-task'.
1034 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1036         * org.texi (Checkboxes): Document the new behavior of `C-u C-c
1037         C-c' on checkboxes.
1039 2012-01-03  Julian Gehring  <julian.gehring@googlemail.com>
1041         * org.texi: End sentences with two spaces.
1043 2012-01-03  Michael Brand  <michael.ch.brand@gmail.com>
1045         * org.texi (External links): Document the link types file+sys
1046         and file+emacs, slightly narrow used page width.
1048 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
1050         * org.texi (colnames): Note that colnames behavior may differ
1051         across languages.
1053 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1055         * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
1057 2012-01-03  Thomas Dye  <dk@poto.westell.com>
1059         * org.texi: Augmented discussion of babel property
1060         inheritance.  Put footnote outside sentence ending period.
1062 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
1064         * org.texi (eval): Documenting the full range of :eval header
1065         argument values.
1067 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
1069         * org.texi (eval): Documentation of the new :eval option.
1071 2012-01-03  Thomas Dye  <dk@poto.local>
1073         * org.texi: Add accumulated properties.
1075 2012-01-03  Thomas Dye  <dk@poto.local>
1077         * org.texi: Documented no spaces in name=assign, another
1078         correction to :var table.
1080 2012-01-03  Thomas Dye  <dk@poto.local>
1082         * org.texi: Changed DATA to NAME in Working With Source Code
1083         section.
1085 2012-01-03  Tom Dye  <tsd@tsdye.com>
1087         * org.texi: Minor change to :var table.
1089 2012-01-03  Tom Dye  <tsd@tsdye.com>
1091         * org.texi: More changes to :var table (some examples were wrong).
1093 2012-01-03  Tom Dye  <tsd@tsdye.com>
1095         * org.texi: Cleaned up :var table.
1097 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1099         * org.texi (Timestamps, Weekly/daily agenda)
1100         (Weekly/daily agenda): Add @cindex for "appointment".
1102 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
1104         * org.texi (Literal examples): A new link to the template for
1105         inserting empty code blocks.
1106         (Structure of code blocks): A new link to the template for
1107         inserting empty code blocks.
1109 2012-01-03  Rafael Laboissiere  <rafael@laboissiere.net>  (tiny change)
1111         * org.texi (External links): Add footnote on how the behavior
1112         of the text search in Org files are controled by the variable
1113         `org-link-search-must-match-exact-headline'.
1115 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
1117         * org.texi (Buffer-wide header arguments): Update
1118         documentation to reflect removal of #+PROPERTIES.
1120 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
1122         * org.texi (The clock table): Mention that ACHIVED trees
1123         contribute to the clock table.
1125 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
1127         * org.texi (Conflicts): Better yasnippet config info.
1129 2012-01-03  Bastien Guerry  <bzg@gnu.org>  (tiny change)
1131         * org.texi (Selective export): Explicitely mention the default
1132         values for `org-export-select-tags',
1133         `org-export-exclude-tags'.
1135 2012-01-03  Tom Dye  <tsd@tsdye.com>
1137         * org.texi: Added a line to specify that header arguments are
1138         lowercase.
1140 2012-01-03  Tom Dye  <tsd@tsdye.com>
1142         * org.texi: :var requires default value when declared.
1144 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1146         * org.texi (Handling links): Add a note about the
1147         `org-link-frame-setup' option.
1149 2012-01-03  David Maus  <dmaus@ictsoc.de>
1151         * org.texi (Exporting Agenda Views, Extracting agenda
1152         information): Fix command line syntax, quote symbol parameter
1153         values.
1155 2012-01-03  David Maus  <dmaus@ictsoc.de>
1157         * org.texi (Exporting Agenda Views): Fix command line syntax.
1159 2011-12-28  Paul Eggert  <eggert@cs.ucla.edu>
1161         * gnus.texi (Mail Source Customization, Mail Back End Variables):
1162         Use octal notation for file permissions, which are normally
1163         thought of in octal.
1164         (Mail Back End Variables): Use more-plausible modes in example.
1166 2011-12-20  Alan Mackenzie  <acm@muc.de>
1168         * cc-mode.texi: Update version string 5.31 -> 5.32.
1170 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
1172         * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
1174 2011-11-24  Glenn Morris  <rgm@gnu.org>
1176         * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
1178 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
1180         * makefile.w32-in: Update dependencies.
1182 2011-11-20  Glenn Morris  <rgm@gnu.org>
1184         * gnus.texi (Group Information):
1185         Remove gnus-group-fetch-faq, command deleted 2010-09-24.
1187 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1189         * gnus-coding.texi (Gnus Maintenance Guide):
1190         Rename from "Gnus Maintainance Guide".
1192         * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
1193         * eieio.texi (Customizing):
1194         * gnus.texi (Article Washing):
1195         * gnus-news.texi:
1196         * sem-user.texi (Smart Jump): Fix typos.
1198 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1200         * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
1202 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
1204         * ede.texi (project-am-texinfo):
1205         * gnus.texi (Sending or Not Sending):
1206         * org.texi (Template elements): Fix typos.
1208 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
1210         * ediff.texi (Hooks):
1211         * sem-user.texi (Semanticdb Roots): Fix typos.
1213 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
1215         * semantic.texi (Tag handling): Fix typo.
1217 2011-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1219         * gnus.texi (Other Gnus Versions): Remove.
1221 2011-10-28  Alan Mackenzie  <acm@muc.de>
1223         * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
1224         (Other Special Indentations): Add an xref to "Macros with ;".
1225         (Customizing Macros): Add stuff about syntax in macros.  Add an xref to
1226         "Macros with ;".
1227         (Macros with ;): New page.
1229         * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
1230         Document the new handling of nested scopes for movement by defuns.
1232 2011-10-23  Michael Albinus  <michael.albinus@gmx.de>
1234         Sync with Tramp 2.2.3.
1236         * trampver.texi: Update release number.
1238 2011-10-14  Glenn Morris  <rgm@gnu.org>
1240         * ert.texi (Introduction, How to Run Tests)
1241         (Running Tests Interactively, Expected Failures)
1242         (Tests and Their Environment, Useful Techniques)
1243         (Interactive Debugging, Fixtures and Test Suites):
1244         Minor rephrasings.
1245         (Running Tests Interactively, The @code{should} Macro): Add xrefs.
1246         (Running Tests in Batch Mode): Simplify loading instructions.
1247         (Test Selectors): Clarify some selectors.
1248         (Expected Failures, Useful Techniques):
1249         Make examples fit in 80 columns.
1251 2011-10-13  Jay Belanger  <jay.p.belanger@gmail.com>
1253         * calc.texi (Basic Operations on Units): Discuss temperature
1254         conversion (`u t') alongside with other unit conversions ('u c').
1256 2011-10-12  Glenn Morris  <rgm@gnu.org>
1258         * ert.texi: Whitespace trivia to make main menu items line up better.
1260 2011-10-08  Glenn Morris  <rgm@gnu.org>
1262         * Makefile.in: Fix ert rules.
1264 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1266         * gnus.texi (Gnus Utility Functions): Add more references and
1267         explanations (bug#9683).
1269 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1271         * gnus.texi (Archived Messages): Note the default (bug#9552).
1273 2011-09-21  Bill Wohler  <wohler@newt.com>
1275         Release MH-E manual version 8.3.
1277         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
1278         release 8.3.
1279         (Preface): Updated support information.
1280         (From Bill Wohler): Reset text to original version.  As a
1281         historical quote, the tense should be correct in the time that it
1282         was written.
1284 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1286         * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
1287         (Finding the News): Doc clarification.
1288         (Terminology): Mention naming.
1290 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1292         * gnus.texi: Remove mentions of `recent', which are now obsolete.
1293         (Interactive): Document `quiet'.
1295 2011-08-15  Suvayu Ali  <fatkasuvayu+linux@gmail.com>  (tiny change)
1297         * org.texi (Images in LaTeX export): Rewrite.
1299 2011-08-15  Bastien Guerry  <bzg@gnu.org>
1301         * org.texi (Using the mapping API): Mention 'region as a possible
1302         scope for `org-map-entries'.
1304 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1306         * org.texi (Visibility cycling): Document `org-copy-visible'.
1308 2011-08-15  Bastien Guerry  <bzg@gnu.org>
1310         * org.texi (Template expansion): Order template sequences in the
1311         proper order.
1313 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1315         * org.texi (eval): Expand discussion of the :eval header argument.
1317 2011-08-15  Bastien Guerry  <bzg@gnu.org>
1319         * org.texi (Languages): Add Lilypond and Awk as supported
1320         languages.
1322 2011-08-15  Achim Gratz  <stromeko@nexgo.de>
1324         * org.texi: Document that both CLOCK_INTO_DRAWER and
1325         LOG_INTO_DRAWER can be used to override the contents of variable
1326         org-clock-into-drawer (or if unset, org-log-into-drawer).
1328         * org.texi: Replace @xref->@pxref.
1330 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1332         * org.texi (Evaluating code blocks): Documenting the new option
1333         for inline call lines.
1335 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1337         * org.texi (Results of evaluation): More explicit about the
1338         mechanism through which interactive evaluation of code is
1339         performed.
1341 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1343         * org.texi (noweb-ref): New header argument documentation.
1345 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1347         * org.texi (Extracting source code): Documentation of the new
1348         org-babel-tangle-named-block-combination variable.
1350 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1352         * org.texi (Structure of code blocks): Explicitly state that the
1353         behavior of multiple blocks of the same name is undefined.
1355 2011-08-15  Christian Egli  <christian.egli@sbszh.ch>
1357         * org.texi (TaskJuggler export): Modify the example to reflect the
1358         new effort durations.
1360 2011-08-15  David Maus  <dmaus@ictsoc.de>
1362         * org.texi (Images in LaTeX export): Escape curly brackets in
1363         LaTeX example.
1365 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1367         * org.texi (The clock table): Document the :properties and
1368         :inherit-props arguments for the clocktable.
1370 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1372         * org.texi (Tables in LaTeX export): Document specifying placement
1373         options for tables.
1375 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1377         * org.texi (Evaluating code blocks): More specific documentation
1378         about the different types of header arguments.
1380 2011-08-15  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
1382         * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
1384 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1386         * org.texi (Built-in table editor): Document the table field
1387         follow mode.
1389 2011-08-15  Robert P. Goldman  <rpgoldman@real-time.com>
1391         * org.texi (Easy Templates): Document new template.
1393 2011-08-15  Robert P. Goldman  <rpgoldman@real-time.com>
1395         * org.texi (Literal examples): Add a cross-reference from "Literal
1396         Examples" to "Easy Templates."
1398 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1400         * org.texi (The clock table): Add link to match syntax.
1402 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1404         * org.texi (Agenda commands): Document clock consistency checks.
1406 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1408         * org.texi (Built-in table editor): Document that \vert represents
1409         a vertical bar in a table field.
1411 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1413         * org.texi (Literal examples): Link from "Markup" > "Literate
1414         Examples" to "Working with Source Code".
1416 2011-08-15  Puneeth Chaganti  <punchagan@gmail.com>
1418         * org.texi (Agenda commands): Doc for function option to bulk
1419         action.
1421 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1423         * org.texi (Template expansion): Document new %<...> template
1424         escape.
1426 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1428         * org.texi (Selective export): Document exclusion of any tasks
1429         from export.
1431 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1433         * org.texi (Selective export): Document how to exclude DONE tasks
1434         from export.
1435         (Publishing options): Document the properties to be used to turn off
1436         export of DONE tasks.
1438 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1440         * org.texi (The date/time prompt): Document date range protection.
1442 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1444         * org.texi (padline): Documentation of the new padline header
1445         argument.
1447 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1449         * org.texi (var): Adding "[" to list of characters triggering
1450         elisp evaluation.
1452 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1454         * org.texi (var): Documentation of Emacs Lisp evaluation during
1455         variable assignment.
1457 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1459         * org.texi (colnames): Reference indexing into variables, and note
1460         that colnames are *not* removed before indexing occurs.
1461         (rownames): Reference indexing into variables, and note that
1462         rownames are *not* removed before indexing occurs.
1464 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1466         * org.texi (var): Clarification of indexing into tabular
1467         variables.
1469 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1471         * org.texi (results): Documentation of the `:results wrap' header
1472         argument.
1474 2011-08-15  Bastien Guerry  <bzg@gnu.org>
1476         * org.texi (LaTeX and PDF export): Add a note about a limitation
1477         of the LaTeX export: the org file has to be properly structured.
1479 2011-08-15  Bastien Guerry  <bzg@gnu.org>
1481         * org.texi (Dynamic blocks, Structure editing): Mention
1482         the function `org-narrow-to-block'.
1484 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1486         * org.texi (Languages): Updating list of code block supported
1487         languages.
1489 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1491         * org.texi (Special properties): CATEGORY is a special property,
1492         but it may also used in the drawer.
1494 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1496         * org.texi (mkdirp): Documentation of the :mkdirp header argument.
1498 2011-08-15  Puneeth Chaganti  <punchagan@gmail.com>
1500         * org.texi (Include files): Document :lines.
1502 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1504         * org.texi (comments): Documentation of the ":comments noweb" code
1505         block header argument.
1507 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1509         * org.texi (Conflicts): Changed "yasnippets" to "yasnippet" and
1510         added extra whitespace around functions to be consistent with the
1511         rest of the section.
1513 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1515         * org.texi (Evaluating code blocks): Expanded discussion of
1516         #+call: line syntax.
1517         (Header arguments in function calls): Expanded discussion of
1518         #+call: line syntax.
1520 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1522         * org.texi (Evaluating code blocks): More explicit about how to
1523         pass variables to #+call lines.
1525 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1527         * org.texi (Results of evaluation): Link to the :results header
1528         argument list from the "Results of evaluation" section.
1530 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1532         * org.texi (Conflicts): Adding additional information about
1533         resolving org/yasnippet conflicts.
1535 2011-08-15  David Maus  <dmaus@ictsoc.de>
1537         * org.texi (Publishing options): Document style-include-scripts
1538         publishing project property.
1540 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1542         * org.texi (Sparse trees): Document the next-error /
1543         previous-error functionality.
1545 2011-08-15  Tom Dye  <tsd@tsdye.com>
1547         * org.texi (cache): Improved documentation of code block caches.
1549 2011-08-15  Tom Dye  <tsd@tsdye.com>
1551         * org.texi (Code block specific header arguments): Documentation
1552         of multi-line header arguments.
1554 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1556         * org.texi (Code evaluation security): Add example for using a
1557         function.
1559 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1561         * org.texi (Tables in LaTeX export): Documentation of new
1562         attr_latex options for tables.
1564 2011-08-03  Michael Albinus  <michael.albinus@gmx.de>
1566         * trampver.texi: Update release number.
1568 2011-07-30  Michael Albinus  <michael.albinus@gmx.de>
1570         Sync with Tramp 2.2.2.
1572         * trampver.texi: Update release number.
1574 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1576         * flymake.texi (Example -- Configuring a tool called via make):
1577         Use /dev/null instead of the Windows "nul" (bug#8715).
1579 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1581         * widget.texi (Setting Up the Buffer): Remove mention of the
1582         global keymap parent, which doesn't seem to be accurate
1583         (bug#7045).
1585 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1587         * org.texi (Special agenda views): Fix double quoting (bug#3509).
1589 2010-07-10  Kevin Ryde  <user42@zip.com.au>
1591         * cl.texi (For Clauses): Add destructuring example processing an
1592         alist (bug#6596).
1594 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1596         * ediff.texi (Major Entry Points): Remove mention of `require',
1597         since that's not pertinent in the installed Emacs (bug#9016).
1599 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1601         * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
1602         (Filtering New Groups): Clarify how simple the "options -n" format is.
1603         (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
1604         is internal.
1606 2011-07-04  Michael Albinus  <michael.albinus@gmx.de>
1608         * tramp.texi (Cleanup remote connections): Add
1609         `tramp-cleanup-this-connection'.
1611 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1613         * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
1614         zombies.
1615         (Checking New Groups): Ditto (bug#8974).
1616         (Checking New Groups): Moved the reference to the right place.
1618 2011-07-03  Dave Abrahams  <dave@boostpro.com>  (tiny change)
1620         * gnus.texi (Startup Files): Clarify that we're talking about numbered
1621         backups, and not actual vc (bug#8975).
1623 2011-07-03  Kevin Ryde  <user42@zip.com.au>
1625         * cl.texi (For Clauses): @items for hash-values and key-bindings
1626         to make them more visible when skimming.  Add examples of `using'
1627         clause to them, examples being clearer than a description in
1628         words (bug#6599).
1630 2011-07-01  Alan Mackenzie  <acm@muc.de>
1632         * cc-mode.texi (Guessing the Style): New page.
1633         (Styles): Add a short introduction to above.
1635 2011-06-28  Deniz Dogan  <deniz@dogan.se>
1637         * rcirc.texi (Configuration): Bug-fix:
1638         `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
1639         Reported by Elias Pipping <pipping@exherbo.org>.
1641 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1643         * gnus.texi (Summary Mail Commands): Document
1644         `gnus-summary-reply-to-list-with-original'.
1646 2011-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1648         * eshell.texi (Known problems): Fix typo.
1650 2011-06-12  Michael Albinus  <michael.albinus@gmx.de>
1652         * tramp.texi (Customizing Completion): Mention authinfo-style files.
1653         (Password handling): `auth-source-debug' is good for debug messages.
1655 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
1657         * gnus.texi (Store custom flags and keywords): Refer to
1658         `gnus-registry-article-marks-to-{chars,names}' instead of
1659         `gnus-registry-user-format-function-{M,M2}'.
1661 2011-05-27  Paul Eggert  <eggert@cs.ucla.edu>
1663         * texinfo.tex: Merge from gnulib.
1665 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
1667         * gnus.texi (Gnus Registry Setup): Rename from "Setup".
1668         (Store custom flags and keywords):
1669         Mention `gnus-registry-user-format-function-M' and
1670         `gnus-registry-user-format-function-M2'.
1672 2011-05-17  Paul Eggert  <eggert@cs.ucla.edu>
1674         * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
1676 2011-05-17  Glenn Morris  <rgm@gnu.org>
1678         * gnus.texi (Face): Fix typo.
1680 2011-05-14  Glenn Morris  <rgm@gnu.org>
1682         * dired-x.texi (Omitting Examples): Minor addition.
1684 2011-05-10  Jim Meyering  <meyering@redhat.com>
1686         * ede.texi: Fix typo "or or -> or".
1688 2011-05-03  Peter Münster  <pmlists@free.fr>  (tiny change)
1690         * gnus.texi (Summary Buffer Lines):
1691         gnus-summary-user-date-format-alist does not exist.
1692         (Sorting the Summary Buffer): More about sorting threads.
1694 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
1696         * trampver.texi: Update release number.
1698 2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
1700         * tramp.texi (Frequently Asked Questions): New item for disabling
1701         Tramp in other packages.
1703 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
1705         * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
1706         (Fancy splitting to parent, Store arbitrary data):
1707         Updated gnus-registry docs.
1709 2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
1711         * ede.texi: Fix typos.
1713 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1715         * gnus.texi (Window Layout): @itemize @code doesn't exist.
1716         It's @table @code.
1718 2011-03-19  Antoine Levitt  <antoine.levitt@gmail.com>
1720         * gnus.texi (Listing Groups): Document gnus-group-list-ticked.
1722 2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
1724         * calc.texi (Logarithmic Units): Update the function names.
1726 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1728         * message.texi (Various Commands): Document format specs in the
1729         ellipsis.
1731 2011-03-15  Antoine Levitt  <antoine.levitt@gmail.com>
1733         * message.texi (Insertion Variables): Document message-cite-style.
1735 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
1737         * tramp.texi (Remote processes): New subsection "Running shell on
1738         a remote host".
1740 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1742         * auth.texi (Help for developers): Update docs to explain that the
1743         :save-function will only run the first time.
1745 2011-03-12  Glenn Morris  <rgm@gnu.org>
1747         * Makefile.in (emacs-faq.html): Fix some more cross-refs.
1748         (emacs-faq.text): New target.
1749         (clean): Add emacs-faq.
1751 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
1753         Sync with Tramp 2.2.1.
1755         * trampver.texi: Update release number.
1757 2011-03-11  Glenn Morris  <rgm@gnu.org>
1759         * Makefile.in (HTML_TARGETS): New.
1760         (clean): Delete $HTML_TARGETS.
1761         (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
1763 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
1765         * auth.texi (Help for developers): Show example of using
1766         `auth-source-search' with prompts and :save-function.
1768 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1770         * Version 23.3 released.
1772 2011-03-07  Antoine Levitt  <antoine.levitt@gmail.com>
1774         * message.texi (Message Buffers): Update default value of
1775         message-generate-new-buffers.
1777 2011-03-06  Jay Belanger  <jay.p.belanger@gmail.com>
1779         * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
1780         and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
1781         respectively.
1782         (Musical Notes): New section.
1783         (Customizing Calc): Mention the customizable variable
1784         calc-note-threshold.
1786 2011-03-03  Glenn Morris  <rgm@gnu.org>
1788         * url.texi (Dealing with HTTP documents): Remove reference to
1789         function url-decode-text-part; never seems to have existed.  (Bug#6038)
1790         (Configuration): Update url-configuration-directory description.
1792 2011-03-02  Glenn Morris  <rgm@gnu.org>
1794         * dired-x.texi (Multiple Dired Directories): Remove mentions
1795         of dired-default-directory-alist and dired-default-directory.
1796         Move dired-smart-shell-command here...
1797         (Miscellaneous Commands): ... from here.
1799 2011-03-02  Paul Eggert  <eggert@cs.ucla.edu>
1801         * texinfo.tex: Update to version 2011-02-24.09.
1803 2011-03-02  Glenn Morris  <rgm@gnu.org>
1805         * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
1806         instead of the obsoleted dired-omit-here-always.
1808 2011-02-28  Michael Albinus  <michael.albinus@gmx.de>
1810         * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
1811         supported systems.
1813 2011-02-28  Glenn Morris  <rgm@gnu.org>
1815         * dbus.texi (Type Conversion): Grammar fix.
1817 2011-02-23  Michael Albinus  <michael.albinus@gmx.de>
1819         * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
1820         "Debian GNU/Linux".
1822         * trampver.texi [xemacs]: Set emacsothername to "Emacs".
1824 2011-02-23  Glenn Morris  <rgm@gnu.org>
1826         * dired-x.texi (Features): Minor rephrasing.
1827         (Local Variables): Fix typos.
1829         * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
1830         Standardize some Emacs/XEmacs terminology.
1832         * dired-x.texi (Features): Don't advertise obsolete local variables.
1833         Simplify layout.
1834         (Omitting Variables): Update local variables example.
1835         (Local Variables): Say this is obsolete.  Fix description of
1836         dired-enable-local-variables possible values.
1838 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
1840         * auth.texi (Help for users): Mention ~/.netrc is also searched by
1841         default now.
1843 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1845         * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
1847 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1849         * gnus.texi (Window Layout): Document layout names.
1851 2011-02-19  Eli Zaretskii  <eliz@gnu.org>
1853         * ada-mode.texi: Sync @dircategory with ../../info/dir.
1854         * auth.texi: Sync @dircategory with ../../info/dir.
1855         * autotype.texi: Sync @dircategory with ../../info/dir.
1856         * calc.texi: Sync @dircategory with ../../info/dir.
1857         * cc-mode.texi: Sync @dircategory with ../../info/dir.
1858         * cl.texi: Sync @dircategory with ../../info/dir.
1859         * dbus.texi: Sync @dircategory with ../../info/dir.
1860         * dired-x.texi: Sync @dircategory with ../../info/dir.
1861         * ebrowse.texi: Sync @dircategory with ../../info/dir.
1862         * ede.texi: Sync @dircategory with ../../info/dir.
1863         * ediff.texi: Sync @dircategory with ../../info/dir.
1864         * edt.texi: Sync @dircategory with ../../info/dir.
1865         * eieio.texi: Sync @dircategory with ../../info/dir.
1866         * emacs-mime.texi: Sync @dircategory with ../../info/dir.
1867         * epa.texi: Sync @dircategory with ../../info/dir.
1868         * erc.texi: Sync @dircategory with ../../info/dir.
1869         * eshell.texi: Sync @dircategory with ../../info/dir.
1870         * eudc.texi: Sync @dircategory with ../../info/dir.
1871         * flymake.texi: Sync @dircategory with ../../info/dir.
1872         * forms.texi: Sync @dircategory with ../../info/dir.
1873         * gnus.texi: Sync @dircategory with ../../info/dir.
1874         * idlwave.texi: Sync @dircategory with ../../info/dir.
1875         * mairix-el.texi: Sync @dircategory with ../../info/dir.
1876         * message.texi: Sync @dircategory with ../../info/dir.
1877         * mh-e.texi: Sync @dircategory with ../../info/dir.
1878         * newsticker.texi: Sync @dircategory with ../../info/dir.
1879         * nxml-mode.texi: Sync @dircategory with ../../info/dir.
1880         * org.texi: Sync @dircategory with ../../info/dir.
1881         * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
1882         * pgg.texi: Sync @dircategory with ../../info/dir.
1883         * rcirc.texi: Sync @dircategory with ../../info/dir.
1884         * reftex.texi: Sync @dircategory with ../../info/dir.
1885         * remember.texi: Sync @dircategory with ../../info/dir.
1886         * sasl.texi: Sync @dircategory with ../../info/dir.
1887         * sc.texi: Sync @dircategory with ../../info/dir.
1888         * semantic.texi: Sync @dircategory with ../../info/dir.
1889         * ses.texi: Sync @dircategory with ../../info/dir.
1890         * sieve.texi: Sync @dircategory with ../../info/dir.
1891         * smtpmail.texi: Sync @dircategory with ../../info/dir.
1892         * speedbar.texi: Sync @dircategory with ../../info/dir.
1893         * trampver.texi [emacs]: Set emacsname to "Emacs".
1894         * tramp.texi: Sync @dircategory with ../../info/dir.
1895         * url.texi: Sync @dircategory with ../../info/dir.
1896         * vip.texi: Sync @dircategory with ../../info/dir.
1897         * viper.texi: Sync @dircategory with ../../info/dir.
1898         * widget.texi: Sync @dircategory with ../../info/dir.
1899         * woman.texi: Sync @dircategory with ../../info/dir.
1901 2011-02-19  Glenn Morris  <rgm@gnu.org>
1903         * dired-x.texi (Technical Details): No longer redefines
1904         dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
1905         dired-read-shell-command, or dired-find-buffer-nocreate.
1907 2011-02-18  Glenn Morris  <rgm@gnu.org>
1909         * dired-x.texi (Optional Installation File At Point): Simplify.
1911 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
1913         * auth.texi (Help for users): Use :port instead of :protocol for all
1914         auth-source docs.
1915         (GnuPG and EasyPG Assistant Configuration): Mention the default now is
1916         to have two files in `auth-sources'.
1918 2011-02-16  Glenn Morris  <rgm@gnu.org>
1920         * dired-x.texi: Use emacsver.texi to get Emacs version.
1921         * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
1922         Depend on emacsver.texi.
1924         * dired-x.texi: Drop meaningless version number.
1925         (Introduction): Remove old info.
1926         (Optional Installation Dired Jump): Autoload from dired-x.
1927         Remove incorrect info about loaddefs.el.
1928         (Bugs): Just refer to M-x report-emacs-bug.
1930         * dired-x.texi (Multiple Dired Directories): Update for rename of
1931         default-directory-alist.
1932         (Miscellaneous Commands): No longer mention very old VM version 4.
1934 2011-02-15  Paul Eggert  <eggert@cs.ucla.edu>
1936         Merge from gnulib.
1937         * texinfo.tex: Update to version 2011-02-14.11.
1939 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
1941         * auth.texi (Help for users):
1942         Login collection is "Login" and not "login".
1944 2011-02-13  Michael Albinus  <michael.albinus@gmx.de>
1946         * tramp.texi (History): Remove IMAP support.
1947         (External methods, Frequently Asked Questions): Remove `imap' and
1948         `imaps' methods.
1949         (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
1951         * trampver.texi: Remove default value of `emacsimap'.
1953 2011-02-13  Glenn Morris  <rgm@gnu.org>
1955         * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
1956         * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
1958 2011-02-12  Glenn Morris  <rgm@gnu.org>
1960         * sc.texi (Getting Connected): Remove old index entries.
1962 2011-02-12  Ulrich Mueller  <ulm@gentoo.org>
1964         * url.texi: Remove duplicate @dircategory (Bug#7942).
1966 2011-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
1968         * auth.texi (Overview, Help for users, Help for developers):
1969         Update docs.
1970         (Help for users): Talk about spaces.
1972 2011-02-09  Paul Eggert  <eggert@cs.ucla.edu>
1974         * texinfo.tex: Update to version 2011-02-07.16.
1976 2011-02-07  Michael Albinus  <michael.albinus@gmx.de>
1978         * dbus.texi (Bus names): Adapt descriptions for
1979         dbus-list-activatable-names and dbus-list-known-names.
1981 2011-02-07  Jay Belanger  <jay.p.belanger@gmail.com>
1983         * calc.texi (Logarithmic Units): New section.
1985 2011-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
1987         * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
1988         manuals use it now.
1990         * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
1992 2011-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1994         * overrides.texi: Remove.
1996         * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
1997         * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
1999 2011-02-05  Michael Albinus  <michael.albinus@gmx.de>
2001         * tramp.texi (Frequently Asked Questions): Mention problems with
2002         WinSSHD.
2004         * trampver.texi: Update release number.
2006 2011-02-05  Era Eriksson  <era+tramp@iki.fi>  (tiny change)
2008         * tramp.texi:
2009         Replace "delimet" with "delimit" globally.
2010         Replace "explicite" with "explicit" globally.
2011         Replace "instead of" with "instead" where there was nothing after "of".
2012         Audit use of comma before interrogative pronoun, "that", or "which".
2013         Minor word order, spelling, wording changes.
2015 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
2017         * overrides.texi: New file to set or clear WEBHACKDEVEL.
2019         * sieve.texi: Use WEBHACKDEVEL.
2021         * sasl.texi: Use WEBHACKDEVEL.
2023         * pgg.texi: Use WEBHACKDEVEL.
2025         * message.texi: Use WEBHACKDEVEL.
2027         * gnus.texi: Use WEBHACKDEVEL.
2029         * emacs-mime.texi: Use WEBHACKDEVEL.
2031         * auth.texi: Use WEBHACKDEVEL.
2033         * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
2034         manuals.
2036 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
2038         * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
2040 2011-02-03  Paul Eggert  <eggert@cs.ucla.edu>
2042         * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
2043         which in turn is copied from ftp://tug.org/tex/.
2045 2011-02-03  Glenn Morris  <rgm@gnu.org>
2047         * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
2048         (Binding combinations of modifiers and function keys):
2049         Let's assume people reading this are not using Emacs 18.
2051 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2053         * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
2054         since it's run automatically.
2056 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2058         * gnus.texi (Customizing Articles): Fix typo.
2060 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2062         * gnus.texi (Customizing Articles): Document the new way of customizing
2063         the date headers(s).
2065 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2067         * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
2068         splitting example.
2070 2011-01-29  Eli Zaretskii  <eliz@gnu.org>
2072         * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
2073         (MAKEINFO_OPTS): New variable.
2074         (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
2075         ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
2076         ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
2077         ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
2078         ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
2079         ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
2080         ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
2081         ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
2082         ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
2083         ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
2084         ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
2085         ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
2086         ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
2087         ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
2088         ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
2089         ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
2090         ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
2091         ($(infodir)/edt): Use $(MAKEINFO_OPTS).
2093 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2095         * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
2097 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
2099         * message.texi (IDNA): Explain what it is.
2101 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2103         * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
2105 2011-01-23  Werner Lemberg  <wl@gnu.org>
2107         * Makefile.in (MAKEINFO): Now controlled by `configure'.
2108         (MAKEINFO_OPTS): New variable.  Use it where appropriate.
2109         (ENVADD): Update.
2111 2011-01-18  Glenn Morris  <rgm@gnu.org>
2113         * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
2115 2011-01-14  Eduard Wiebe  <usenet@pusto.de>
2117         * nxml-mode.texi (Introduction): Fix file name typos.
2119 2011-01-13  Christian Ohler  <ohler@gnu.org>
2121         * ert.texi: New file.
2123         * Makefile.in:
2124         * makefile.w32-in: Add ert.texi.
2126 2011-01-10  Jan Moringen  <jan.moringen@uni-bielefeld.de>
2128         * dbus.texi (Receiving Method Calls): New function
2129         dbus-register-service.  Rearrange node.
2131 2011-01-07  Paul Eggert  <eggert@cs.ucla.edu>
2133         * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
2134         which in turn is copied from ftp://tug.org/tex/.
2136 2011-01-04  Jan Moringen  <jan.moringen@uni-bielefeld.de>
2138         * dbus.texi (Receiving Method Calls): Describe new optional
2139         parameter dont-register-service of dbus-register-{method,property}.
2141 2010-12-17  Daiki Ueno  <ueno@unixuser.org>
2143         * epa.texi (Encrypting/decrypting *.gpg files):
2144         Mention epa-file-select-keys.
2146 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2148         * gnus.texi (Archived Messages): Remove outdated text.
2150 2010-12-16  Teodor Zlatanov  <tzz@lifelogs.com>
2152         * gnus.texi (Foreign Groups): Add clarification of foreign groups.
2154 2010-12-15  Andrew Cohen  <cohen@andy.bu.edu>
2156         * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
2158 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
2160         * gnus.texi (The swish++ Engine): Add customizable parameters
2161         descriptions.
2162         (The swish-e Engine): Ditto.
2164 2010-12-14  Michael Albinus  <michael.albinus@gmx.de>
2166         * tramp.texi (Inline methods): Add "ksu" method.
2167         (Remote processes): Add example with remote `default-directory'.
2169 2010-12-14  Glenn Morris  <rgm@gnu.org>
2171         * faq.texi (Expanding aliases when sending mail):
2172         Now build-mail-aliases is interactive.
2174 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
2176         * gnus.texi: First pass at adding (rough) nnir documentation.
2178 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2180         * gnus.texi (Filtering New Groups):
2181         Mention gnus-auto-subscribed-categories.
2182         (The First Time): Remove, since default-subscribed-newsgroups has been
2183         removed.
2185 2010-12-13  Glenn Morris  <rgm@gnu.org>
2187         * cl.texi (For Clauses): Small fixes for frames and windows.
2189 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
2191         * org.texi (Using capture): Document using prefix arguments for
2192         finalizing capture.
2193         (Agenda commands): Document prefix argument for the bulk scatter
2194         command.
2195         (Beamer class export): Document that also overlay arguments can be
2196         passed to the column environment.
2197         (Template elements): Document the new entry type.
2199 2010-12-11  Puneeth Chaganti  <punchagan@gmail.com>
2201         * org.texi (Include files): Document :minlevel.
2203 2010-12-11  Julien Danjou  <julien@danjou.info>
2205         * org.texi (Categories): Document category icons.
2207 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
2209         * org.texi (noweb): Fix typo.
2211 2010-12-06  Tassilo Horn  <tassilo@member.fsf.org>
2213         * gnus.texi (Server Commands): Point to the rest of the server
2214         commands.
2216 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2218         * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
2219         g'.
2221 2010-12-02  Julien Danjou  <julien@danjou.info>
2223         * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
2225 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2227         * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
2228         (Direct Functions): Note the STARTTLS upgrade.
2230 2010-11-27  Glenn Morris  <rgm@gnu.org>
2231             James Clark  <none@example.com>
2233         * nxml-mode.texi (Introduction): New section.
2235 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2237         * gnus.texi (Server Commands): Document gnus-server-show-server.
2239 2010-11-20  Michael Albinus  <michael.albinus@gmx.de>
2241         Sync with Tramp 2.2.0.
2243         * trampver.texi: Update release number.
2245 2010-11-19  Jay Belanger  <jay.p.belanger@gmail.com>
2247         * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
2248         Mention that the TeX specific units won't use the `tex' prefix
2249         in TeX mode.
2251 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2253         * gnus.texi (Misc Article): Document gnus-inhibit-images.
2255 2010-11-17  Glenn Morris  <rgm@gnu.org>
2257         * edt.texi: Remove information about Emacs 19.
2259 2010-11-17  Michael Albinus  <michael.albinus@gmx.de>
2261         * trampver.texi: Update release number.
2263 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2265         * gnus.texi (Article Washing): Fix typo.
2267 2010-11-11  Noorul Islam  <noorul@noorul.com>
2269         * org.texi: Fix typo.
2271 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2273         * org.texi (Using capture): Explain that refiling is
2274         sensitive to cursor position.
2276 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2278         * org.texi (Images and tables): Add cross reference to link section.
2280 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2282         * org.texi: Document the <c> cookie.
2284 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2286         * org.texi: Multi-line header arguments :PROPERTIES: :ID:
2287         b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
2289 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2291         * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
2293 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2295         * org.texi (Project alist): Mention that this is a property list.
2297 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2299         * org.texi (Setting up the staging area): Document that
2300         file names remain visible when encrypting the MobileOrg files.
2302 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2304         * org.texi (Setting up the staging area): Document which
2305         versions are needed for encryption.
2307 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2309         * org.texi (noweb): Update :noweb documentation to
2310         reflect the new "tangle" argument.
2312 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2314         * org.texi (Batch execution): Improve tangling script in
2315         documentation.
2317 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2319         * org.texi (Handling links):
2320         (In-buffer settings): Document inlining images on startup.
2322 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2324         * org.texi (Setting up the staging area): Document use of
2325         crypt password.
2327 2010-11-11  David Maus  <dmaus@ictsoc.de>
2329         * org.texi (Template expansion): Add date related link type escapes.
2331 2010-11-11  David Maus  <dmaus@ictsoc.de>
2333         * org.texi (Template expansion): Add mew in table for link type
2334         escapes.
2336 2010-11-11  David Maus  <dmaus@ictsoc.de>
2338         * org.texi (Template expansion): Fix typo in link type escapes.
2340 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2342         * org.texi (Structure of code blocks): Another documentation tweak.
2344 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2346         * org.texi (Structure of code blocks): Documentation tweak.
2348 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2350         * org.texi (Structure of code blocks):
2351         Update documentation to mention inline code block syntax.
2353 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2355         * org.texi (comments): Improve wording.
2357 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2359         * org.texi (comments): Document the new :comments header arguments.
2361 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2363         * org.texi (Installation): Remove the special
2364         installation instructions for XEmacs.
2366 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
2368         * org.texi (Easy Templates): New section.  Documents quick
2369         insertion of empty structural elements.
2371 2010-11-11  Noorul Islam  <noorul@noorul.com>
2373         * org.texi: Fix doc.
2375 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
2377         * org.texi (The date/time prompt): Document specification
2378         of time ranges.
2380 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2382         * org.texi (Internal links): Document the changes in
2383         internal links.
2385 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2387         * org.texi (Agenda commands): Document the limitation for
2388         the filter preset - it can only be used for an entire agenda
2389         view, not in an individual block in a block agenda.
2391 2010-11-11  Eric S Fraga  <e.fraga@ucl.ac.uk>
2393         * org.texi (iCalendar export): Document alarm creation.
2395 2010-11-10  Michael Albinus  <michael.albinus@gmx.de>
2397         * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
2399 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2401         * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
2403 2010-11-09  Jay Belanger  <jay.p.belanger@gmail.com>
2405         * calc.texi: Use emacsver.texi to determine Emacs version.
2407 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2409         * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
2410         since that works by default.
2412 2010-11-03  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2414         * gnus.texi (Customizing the IMAP Connection): Document
2415         `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
2417 2010-11-04  Michael Albinus  <michael.albinus@gmx.de>
2419         * tramp.texi (Remote shell setup): New item "Interactive shell
2420         prompt".  Reported by Christian Millour <cm@abtela.com>.
2421         (Remote shell setup, Remote processes): Use @code{} for
2422         environment variables.
2424 2010-11-03  Glenn Morris  <rgm@gnu.org>
2426         * ediff.texi (Quick Help Commands, Miscellaneous):
2427         * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
2429 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2431         * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
2433 2010-10-31  Glenn Morris  <rgm@gnu.org>
2435         * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
2437 2010-10-31  Glenn Morris  <rgm@gnu.org>
2439         * cc-mode.texi: Remove reference to defunct viewcvs URL.
2441 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2443         * gnus.texi (Client-Side IMAP Splitting):
2444         Mention nnimap-unsplittable-articles.
2446 2010-10-29  Julien Danjou  <julien@danjou.info>
2448         * gnus.texi (Finding the News): Remove references to obsoletes
2449         variables `gnus-nntp-server' and `gnus-secondary-servers'.
2451 2010-10-29  Eli Zaretskii  <eliz@gnu.org>
2453         * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
2454         (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
2455         ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
2456         ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
2458 2010-10-28  Glenn Morris  <rgm@gnu.org>
2460         * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
2461         (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
2462         ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
2464 2010-10-25  Daiki Ueno  <ueno@unixuser.org>
2466         * epa.texi (Mail-mode integration): Add alternative key bindings
2467         for epa-mail commands; escape comma.
2468         Don't use the word "PGP", since it is a non-free program.
2470 2010-10-24  Jay Belanger  <jay.p.belanger@gmail.com>
2472         * calc.texi: Use emacsver.texi to determine Emacs version.
2474 2010-10-24  Juanma Barranquero  <lekktu@gmail.com>
2476         * gnus.texi (Group Parameters, Buttons): Fix typos.
2478 2010-10-22  Tassilo Horn  <tassilo@member.fsf.org>
2480         * gnus.texi (Subscription Commands): Mention that you can also
2481         subscribe to new groups via the Server buffer, which is probably more
2482         convenient when subscribing to many groups.
2484 2010-10-21  Julien Danjou  <julien@danjou.info>
2486         * message.texi (Message Headers): Allow message-default-headers to be a
2487         function.
2489 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2491         * gnus-news.texi: Mention new archive defaults.
2493 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2495         * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
2497 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2499         * gnus.texi (HTML): Document the function value of
2500         gnus-blocked-images.
2501         (Article Washing): shr and gnus-w3m, not the direct function names.
2503 2010-10-20  Julien Danjou  <julien@danjou.info>
2505         * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
2506         variable.
2508 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2510         * gnus.texi (Customizing the IMAP Connection): The port strings are
2511         strings.
2512         (Document Groups): Mention git.
2514 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2516         * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
2517         bzr/Gnus git sync.
2519 2010-10-15  Eli Zaretskii  <eliz@gnu.org>
2521         * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
2522         change.
2524 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2526         * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
2527         @item syntax for in-Emacs makeinfo.
2529 2010-10-13  Teodor Zlatanov  <tzz@lifelogs.com>
2531         * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
2532         trim sentence.
2534 2010-10-12  Daiki Ueno  <ueno@unixuser.org>
2536         * epa.texi (Caching Passphrases):
2537         * auth.texi (GnuPG and EasyPG Assistant Configuration):
2538         Clarify some configurations require to set up gpg-agent.
2540 2010-10-11  Glenn Morris  <rgm@gnu.org>
2542         * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
2544 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2546         * gnus.texi (Spam Package Introduction): Mention `$'.
2548 2010-10-09  Eli Zaretskii  <eliz@gnu.org>
2550         * makefile.w32-in (emacsdir): New variable.
2551         ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
2552         (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
2554 2010-10-09  Glenn Morris  <rgm@gnu.org>
2556         * Makefile.in (mostlyclean): Delete *.toc.
2558         * Makefile.in: Use $< in rules.
2560         * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
2562         * Makefile.in ($(infodir)): Delete rule.
2563         (mkinfodir): New.  Use it in all the info rules, rather than depending
2564         on infodir.
2566 2010-10-09  Glenn Morris  <rgm@gnu.org>
2568         * gnus.texi (Article Washing): Fix previous change.
2570         * Makefile.in (emacsdir): New variable.
2571         ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
2572         Depend on emacsver.texi.
2574         * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
2576         * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
2578 2010-10-08  Julien Danjou  <julien@danjou.info>
2580         * gnus.texi: Add mm-shr.
2582 2010-10-08  Ludovic Courtès  <ludo@gnu.org>
2584         * gnus.texi (Finding the Parent, The Gnus Registry)
2585         (Registry Article Refer Method): Update docs for nnregistry.el.
2587 2010-10-08  Daiki Ueno  <ueno@unixuser.org>
2589         * auth.texi (Help for users)
2590         (GnuPG and EasyPG Assistant Configuration): Update docs.
2592 2010-10-08  Glenn Morris  <rgm@gnu.org>
2594         * cl.texi (Organization, Installation, Old CL Compatibility):
2595         Deprecate cl-compat for new code.
2596         (Usage, Installation): Remove outdated information.
2598         * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
2600 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2602         * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
2604 2010-10-06  Julien Danjou  <julien@danjou.info>
2606         * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
2608         * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
2609         broken link.
2611         * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
2613         * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
2614         to ReiserFS.
2616         * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
2617         (FAQ 7-1): Fix getmail URL.
2619 2010-10-06  Daiki Ueno  <ueno@unixuser.org>
2621         * epa.texi (Caching Passphrases): New section.
2623 2010-10-06  Glenn Morris  <rgm@gnu.org>
2625         * Makefile.in (SHELL): Set it.
2626         (info): Move the mkdir dependency to the individual info files.
2627         (mostlyclean): Tidy up.
2628         (clean): Only delete the specific dvi and pdf files.
2629         (maintainer-clean): Be more restrictive in what we delete.
2630         ($(infodir)): Add parallel build workaround.
2632 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2634         * gnus.texi (Misc Article): Document gnus-widen-article-window.
2636 2010-10-03  Julien Danjou  <julien@danjou.info>
2638         * emacs-mime.texi (Display Customization):
2639         Update mm-inline-large-images documentation and add documentation for
2640         mm-inline-large-images-proportion.
2642 2010-10-03  Michael Albinus  <michael.albinus@gmx.de>
2644         * tramp.texi (Frequently Asked Questions):
2645         Mention remote-file-name-inhibit-cache.
2647 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2649         * gnus.texi (Splitting Mail): Fix @xref syntax.
2650         (Splitting Mail): Really fix the @ref syntax.
2652 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2654         * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
2655         (Article Hiding): Add google banner example.
2656         Suggested by Benjamin Xu.
2658 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2660         * gnus.texi (Spam Package Configuration Examples, SpamOracle):
2661         Remove nnimap-split-rule from examples.
2663 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2665         * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
2666         (NNTP): Document nntp-server-list-active-group.  Suggested by Barry
2667         Fishman.
2668         (Client-Side IMAP Splitting): Add nnimap-split-fancy.
2670 2010-09-30  Julien Danjou  <julien@danjou.info>
2672         * gnus.texi (Gravatars): Fix documentation about
2673         gnu-gravatar-properties.
2675 2010-09-29  Daiki Ueno  <ueno@unixuser.org>
2677         * epa.texi (Bug Reports): New section.
2679 2010-09-29  Glenn Morris  <rgm@gnu.org>
2681         * Makefile.in (top_srcdir): Remove unused variable.
2683 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2685         * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
2686         (Client-Side IMAP Splitting): Document 'default.
2688 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2690         * gnus.texi (Customizing the IMAP Connection):
2691         Document nnimap-fetch-partial-articles.
2693 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2695         * gnus-news.texi: Mention nnimap-inbox.
2697         * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
2699 2010-09-26  Julien Danjou  <julien@danjou.info>
2701         * gnus.texi (Oort Gnus): Remove mention of ssl.el.
2703 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2705         * gnus.texi (Security): Remove gpg.el mention.
2707 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2709         * gnus.texi (Browse Foreign Server): New variable
2710         gnus-browse-subscribe-newsgroup-method.
2712         * gnus-news.texi: Mention it.
2714 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2716         * gnus.texi (NoCeM): Remove.
2717         (Startup Variables): No jingle.
2719 2010-09-25  Ulrich Mueller  <ulm@gentoo.org>
2721         * woman.texi (Interface Options): xz compression is now supported.
2723 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2725         * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
2726         (Unavailable Servers): Document gnus-server-copy-server.
2727         (Using IMAP): Document the new nnimap.
2729 2010-09-25  Julien Danjou  <julien@danjou.info>
2731         * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
2733 2010-09-24  Glenn Morris  <rgm@gnu.org>
2735         * url.texi (Disk Caching): Tweak previous change.
2737 2010-09-24  Julien Danjou  <julien@danjou.info>
2739         * url.texi (Disk Caching): Mention url-cache-expire-time,
2740         url-cache-expired, and url-fetch-from-cache.
2742 2010-09-24  Julien Danjou  <julien@danjou.info>
2744         * gnus.texi: Add Gravatars.
2746 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2748         * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
2750 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2752         * gnus.texi (Expunging mailboxes): Update name of the expunging
2753         command.
2755 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2757         * emacs-mime.texi (rfc2047): Update description for
2758         rfc2047-encode-parameter.
2760 2010-09-13  Michael Albinus  <michael.albinus@gmx.de>
2762         * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
2763         "fish" methods.
2764         (External methods): Remove "scp1_old" and "scp2_old" methods.
2766 2010-09-09  Michael Albinus  <michael.albinus@gmx.de>
2768         * tramp.texi: Remove Japanese manual.  Fix typo.
2770         * trampver.texi: Update release number.  Remove japanesemanual.
2772 2010-09-09  Glenn Morris  <rgm@gnu.org>
2774         * org.texi: Restore clobbered changes (copyright years, untabify).
2776 2010-09-04  Julien Danjou  <julien@danjou.info>  (tiny change)
2778         * gnus.texi (Adaptive Scoring): Fix typo.
2780 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2782         * gnus.texi (Article Display): Document gnus-html-show-images.
2784 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
2786         * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
2788 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2790         * gnus.texi (HTML): Document gnus-max-image-proportion.
2792 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2794         * gnus.texi (HTML): Document gnus-blocked-images.
2796         * message.texi (Wide Reply): Document message-prune-recipient-rules.
2798 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2800         * gnus.texi (Summary Mail Commands): Note that only the addresses from
2801         the first message are used for wide replies.
2802         (Changing Servers): Remove documentation on gnus-change-server and
2803         friends, since it's been removed.
2805 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2807         * gnus.texi (Drafts): Mention B DEL.
2809 2010-08-29  Tim Landscheidt  <tim@tim-landscheidt.de>  (tiny change)
2811         * gnus.texi (Delayed Articles): Mention that the Date header is the
2812         original one, even if you delay.
2814 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2816         * gnus.texi (Asynchronous Fetching):
2817         Document gnus-async-post-fetch-function.
2818         (HTML): Made into its own section.
2820 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
2822         Sync with Tramp 2.1.19.
2824         * tramp.texi (Inline methods, Default Method): Mention
2825         `tramp-inline-compress-start-size'.  Remove "kludgy" phrase.
2826         Remove remark about doubled "-t" argument.
2827         (Auto-save and Backup): Remove reference to Emacs 21.
2828         (Filename Syntax): Describe port numbers.
2829         (Frequently Asked Questions): Adapt supported (X)Emacs versions.  Adapt
2830         supported MS Windows versions.  Remove obsolete URL.  Recommend "sshx"
2831         and "scpx" for echoing shells.  Use the $() syntax, texi2dvi reports
2832         errors with the backquotes.
2833         (External packages): File attributes cache flushing for asynchronous
2834         processes.
2835         (Traces and Profiles): Describe verbose level 9.
2837         * trampver.texi: Update release number.
2839 2010-08-23  Michael Albinus  <michael.albinus@gmx.de>
2841         * dbus.texi (Alternative Buses): New chapter.
2843 2010-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2845         * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
2847 2010-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
2849         * calc.texi (Customizing Calc): Rearrange description of new
2850         variables to match the presentation of other variables.
2852 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
2854         * org.texi (Footnotes, Tables in HTML export): Fix typos.
2856 2010-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
2858         * calc.texi (Making Selections, Selecting Subformulas)
2859         (Customizing Calc): Mention how to use faces to emphasize selected
2860         sub-formulas.
2862 2010-08-05  Michael Albinus  <michael.albinus@gmx.de>
2864         * tramp.texi (External packages): File attributes cache flushing
2865         for asynchronous processes.
2867 2010-08-01  Alan Mackenzie  <acm@muc.de>
2869         Enhance the manual for the latest Java Mode.
2871         * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
2872         annotation-var-cont.
2873         (Java Symbols): Page renamed from Anonymous Class Symbol.  Document the
2874         two new symbols.
2876 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
2878         * tramp.texi (Traces and Profiles): Describe verbose level 9.
2880 2010-07-27  Chong Yidong  <cyd@stupidchicken.com>
2882         * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
2884 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
2886         * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
2888 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
2890         * org.texi: Add macros to get plain quotes in PDF output.
2891         List additional contributors.
2892         (Capture): New section, replaces the section about remember.
2893         (Working With Source Code): New chapter, focused on documenting Org
2894         Babel.
2895         (Code evaluation security): New section.
2896         (MobileOrg): Document DropBox support.
2897         (TaskJuggler export): Document taskjuggler and Gantt chart support.
2898         (Special symbols): Show how to display UTF8 characters for entities.
2899         (Global TODO list): Clarify the use of the "M" key and the differences
2900         to the "m" key.
2901         (RSS Feeds): Mention Atom feeds as well.
2902         (Setting tags): Remove paragraph about
2903         `org-complete-tags-always-offer-all-agenda-tags'.
2905 2010-07-17  Michael Albinus  <michael.albinus@gmx.de>
2907         * tramp.texi (Inline methods): Remove remark about doubled "-t"
2908         argument.
2909         (Frequently Asked Questions): Recommend "sshx" and "scpx" for
2910         echoing shells.
2912 2010-07-10  Michael Albinus  <michael.albinus@gmx.de>
2914         * tramp.texi (Inline methods): Remove "kludgy" phrase.
2915         (Filename Syntax): Describe port numbers.
2917 2010-07-09  Michael Albinus  <michael.albinus@gmx.de>
2919         * dbus.texi (Top): Introduce Index.  Emphasize "nil" whereever
2920         forgotten.
2921         (Type Conversion): Precise conversion of natural numbers.
2922         (Errors and Events): Add "debugging" to concept index.  Add variable
2923         `dbus-debug'.
2925 2010-07-04  Michael Albinus  <michael.albinus@gmx.de>
2927         * dbus.texi (Receiving Method Calls): Add optional argument
2928         EMITS-SIGNAL to `dbus-register-property'.
2930 2010-06-27  Alex Schroeder  <alex@gnu.org>
2932         * nxml-mode.texi (Commands for locating a schema): Fix typo.
2934 2010-06-24  Glenn Morris  <rgm@gnu.org>
2936         * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
2937         * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
2938         * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
2939         * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
2940         * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
2941         * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
2942         * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
2943         * woman.texi: Start direntry descriptions in column 32, per Texinfo
2944         convention.   Make them end with a period.
2946 2010-06-23  Glenn Morris  <rgm@gnu.org>
2948         * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
2949         * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
2950         * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
2951         * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
2952         * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
2953         * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
2955 2010-06-10  Glenn Morris  <rgm@gnu.org>
2957         * idlwave.texi (Load-Path Shadows):
2958         * org.texi (Handling links): Fix typos.
2960 2010-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
2962         * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
2964 2010-05-26  Michael Albinus  <michael.albinus@gmx.de>
2966         * eshell.texi (Built-ins): Describe, how to disable a built-in command
2967         by an alias.  (Bug#6226)
2969 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
2971         * calc.texi (Manipulating Vectors): Mention that vectors can
2972         be used to determine bins for `calc-histogram'.
2974 2010-05-13  Jay Belanger  <jay.p.belanger@gmail.com>
2976         * calc.texi: Remove "\turnoffactive" commands throughout.
2978 2010-05-08  Å tÄ›pán NÄ›mec  <stepnem@gmail.com>  (tiny change)
2980         * url.texi (HTTP language/coding, Customization):
2981         * message.texi (Header Commands, Responses):
2982         * cl.texi (Argument Lists): Fix typos.
2984 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
2986         * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
2987         Note that Development menu is always available.
2988         (Creating a project): Fix terminology.
2989         (Add/Remove files): Fix typo.
2991 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
2993         * Version 23.2 released.
2995 2010-05-01  Daniel E. Doherty  <ddoherty03@gmail.com>  (tiny change)
2997         * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
2999 2010-05-01  Michael Albinus  <michael.albinus@gmx.de>
3001         * tramp.texi (Inline methods, Default Method):
3002         Mention `tramp-inline-compress-start-size'.
3004 2010-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
3006         * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
3007         the CVS repo.  Put the Git repo in the news section.
3009         * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
3010         Removed some mentions of CVS.  Mention the new Git repo.
3012 2010-04-18  Andreas Seltenreich  <seltenreich@gmx.de>
3014         * gnus.texi (Score File Format): Fix typo.  Reported by Å tÄ›pán NÄ›mec.
3015         (Mail Group Commands): Add index entry.
3017 2010-04-18  Glenn Morris  <rgm@gnu.org>
3019         * info.texi (Search Index): Mention Emacs's Info-virtual-index.
3021 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
3023         * calc.texi (Radix modes): Mention that the option prefix will
3024         turn on twos-complement mode.
3025         (Inverse and Hyperbolic Flags): Mention the Option flag.
3027 2010-04-15  Carsten Dominik  <carsten.dominik@gmail.com>
3029         * org.texi (LaTeX and PDF export): Add a footnote about xetex.
3030         (LaTeX/PDF export commands): Rename and Move section.
3031         (Sectioning structure): Update.
3032         (References): New use case for field coordinates.
3033         (The export dispatcher): Rename from ASCII export.
3034         (Setting up the staging area): Document the availability of
3035         encryption for MobileOrg.
3036         (Images and tables): Document how to reference labels.
3037         (Index entries): New section.
3038         (Generating an index): New section.
3039         (Column width and alignment): Document that <N> now
3040         means a fixed width, not a maximum width.
3041         (Publishing options): Document the :email option.
3042         (Beamer class export): Fix bug in the BEAMER example.
3043         (Refiling notes): Document refile logging.
3044         (In-buffer settings): Document refile logging keywords.
3045         (Drawers): Document `C-c C-z' command.
3046         (Agenda commands): Mention the alternative key `C-c C-z'.
3047         (Special properties): Document the BLOCKED property.
3048         (The spreadsheet): Mention the formula editor.
3049         (References): Document field coordinates.
3050         (Publishing action): Correct the documentation for the
3051         publishing function.
3052         (The date/time prompt): Document that we accept dates
3053         like month/day/year.
3054         (Cooperation): Document the changes in table.el support.
3055         (Faces for TODO keywords, Faces for TODO keywords)
3056         (Priorities): Document the easy colors.
3057         (Visibility cycling): Document the new double prefix
3058         arg for `org-reveal'.
3059         (Cooperation): Remember.el is part of Emacs.
3060         (Clean view): Mention that `wrap-prefix' is also set by
3061         org-indent-mode.
3062         (Agenda commands): Add information about prefix args to
3063         scheduling and deadline commands.
3064         (Search view): Point to the docstring of
3065         `org-search-view' for more details.
3066         (Agenda commands): Document that `>' prompts for a date.
3067         (Setting tags): Document variable
3068         org-complete-tags-always-offer-all-agenda-tags.
3069         (Column attributes): Cross-reference special properties.
3071 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
3073         Synchronize with Tramp repository.
3075         * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
3076         (Frequently Asked Questions): Adapt supported (X)Emacs versions.
3077         Adapt supported MS Windows versions.  Remove obsolete URL.  Use the $()
3078         syntax, texi2dvi reports errors with the backquotes.
3080         * trampver.texi: Update release number.
3082 2010-04-01  Teodor Zlatanov  <tzz@lifelogs.com>
3084         * gnus.texi (Finding the News): Add pointers to the Server buffer
3085         because it's essential.
3087 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3089         * gnus.texi (MIME Commands): Update description of
3090         gnus-article-browse-html-article.
3092 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3094         * auth.texi (Secret Service API): Add TODO node.
3095         (Help for users): Explain the new source options for `auth-sources'.
3097 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
3099         * trampver.texi: Update release number.
3101 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
3103         * Branch for 23.2.
3105 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
3107         * faq.texi (Escape sequences in shell output): Note that ansi-color is
3108         now enabled by default.
3110 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
3112         * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
3113         when Emacs runs in interactive mode.  (Bug#5645)
3115 2010-02-16  Glenn Morris  <rgm@gnu.org>
3117         * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
3119 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
3121         * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
3123 2010-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3125         * gnus.texi (Score File Format): Fix typo.
3127 2010-01-19  Mark A. Hershberger  <mah@everybody.org>
3129         * cc-mode.texi: Replace references to obsolete c-subword-mode.
3131 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
3133         * ada-mode.texi (Project File Overview): Fix typo.
3135 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3137         * semantic.texi: Add Richard Y. Kim credit.
3139         * eieio.texi (Making New Objects): Fix typo (Bug#5406).
3141 2010-01-17  Michael Albinus  <michael.albinus@gmx.de>
3143         * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
3144         SXEmacs 22 to the supported systems.  New item for hung ssh sessions.
3146 2010-01-17  Glenn Morris  <rgm@gnu.org>
3148         * calc.texi (Reporting Bugs): Don't mention format of repository.
3150         * woman.texi (Bugs): Make "Emacs repository" less specific,
3151         and the URL for same more specific.
3153         * faq.texi (Latest version of Emacs): The repository is now Bazaar.
3155 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3157         * ede.texi (ede-step-project, ede-proj-target):
3158         * tramp.texi (Remote processes): Fix typos.
3160 2010-01-16  Mario Lang  <mlang@delysid.org>
3162         * ede.texi (ede-target):
3163         * org.texi (Refiling notes): Remove duplicated words.
3165 2010-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3167         * gnus.texi (Posting Styles): Use with-current-buffer.
3168         * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
3170 2010-01-02  Kevin Ryde  <user42@zip.com.au>
3172         * eieio.texi (Naming Conventions): Correction to xref on elisp
3173         coding conventions, is "Tips" node not "Standards".
3175 2009-12-24  Chong Yidong  <cyd@stupidchicken.com>
3177         * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
3179         * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
3181 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3183         * gnus.texi (Direct Functions): Add missing port number to tls method.
3185 2009-12-15  Juanma Barranquero  <lekktu@gmail.com>
3187         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
3188         ($(infodir)/edt, edt.dvi): New targets.
3190 2009-12-15  Glenn Morris  <rgm@gnu.org>
3192         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
3193         (edt, $(infodir)/edt, edt.dvi): New targets.
3194         * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
3196         * Makefile.in (PDF_TARGETS, pdf): New.
3197         (clean): Add *.pdf.
3198         Add pdf rules for all manuals.
3200 2009-12-15  Jay Belanger  <jay.p.belanger@gmail.com>
3202         * calc/calc.texi (Radix Modes): Clarify two's complement notation.
3204 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
3206         * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
3207         (Smart Jump, Analyzer Debug): Copyedits.
3208         (Semantic mode user commands): Link to new nodes.
3209         (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
3210         (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
3211         upstream Semantic manual.
3213         * semantic.texi (Introduction): Minor fix to diagram.
3215 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
3217         * eshell.texi (History): Add the other built-in variables.
3218         (Built-ins): Explain built-ins, and how to apply the external commands.
3219         Add `history', `su' and `sudo'.
3221         * tramp.texi (Remote processes): Add missing <RET> in the example.
3223 2009-12-01  Bill Wohler  <wohler@newt.com>
3225         * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
3226         path for mairix example.  Specify -q in namazu example since namazu is
3227         excessively garrulous.
3229 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
3231         * tramp.texi (Remote processes): Improve eshell example with "su"
3232         and "sudo" commands.
3234 2009-11-28  Chong Yidong  <cyd@stupidchicken.com>
3236         * semantic.texi (Analyzer Internals): Rename from Analyzer.
3238         * sem-user.texi (Semantic mode user commands): Fix key syntax.
3239         Document semantic-complete-analyze-inline.
3240         (Semanticdb search debugging commands): Minor clarification.
3241         (Analyzer, Smart Completion, Smart Summary, Smart Jump)
3242         (Analyzer Debug): New nodes, adapted from the upstream Semantic user
3243         manual.
3244         (Semantic mode): Link to Idle Scheduler.
3246 2009-11-28  Kevin Ryde  <user42@zip.com.au>
3248         * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
3249         @pxref, now EIEIO is in Emacs.
3251         * erc.texi (Development): Correction to git tutorial url.
3253 2009-11-26  Glenn Morris  <rgm@gnu.org>
3255         * faq.texi (Latest version of Emacs): Mention stability of development
3256         version.
3257         (Problems with very large files): Max buffer size increase in 23.2.
3258         (VM): VM has moved house again.
3260 2009-11-22  Jay Belanger  <jay.p.belanger@gmail.com>
3262         * calc.texi (Radix modes): Discuss alternate bases for two's complement
3263         notations.
3265 2009-11-20  Carsten Dominik  <dominik@u016822.science.uva.nl>
3267         * org.texi (Column attributes): Fix documentation of new operators.
3269 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
3271         * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
3272         (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
3273         (Idle Completions Mode): Numerous copyedits.
3275 2009-11-17  Juanma Barranquero  <lekktu@gmail.com>
3277         * semantic.texi (Semantic Internals, Glossary):
3278         * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
3279         (Semanticdb search debugging commands): Fix typos.
3281 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
3283         * calc.texi (Radix modes): Mention twos-complement notation.
3285 2009-11-16  Juanma Barranquero  <lekktu@gmail.com>
3287         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
3288         ($(infodir)/semantic, semantic.dvi): New targets.
3290 2009-11-16  Chong Yidong  <cyd@stupidchicken.com>
3292         * Makefile.in: Build the Semantic manual.
3294         * semantic.texi, sem-user.texi: New files, adapted from the Semantic
3295         repository.
3297 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
3299         * dbus.texi (Receiving Method Calls): New defun
3300         `dbus-unregister-service'.
3302 2009-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
3304         * org.texi (Speed keys): New section.
3306 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
3308         * dbus.texi (Type Conversion): Fix typo.
3309         (Asynchronous Methods): Rename `dbus-registered-functions-table' to
3310         `dbus-registered-objects-table'.
3311         (Receiving Method Calls): New defun `dbus-register-property'.
3312         Move `dbus-unregister-object' here.
3314 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
3316         * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
3318 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
3320         * org.texi (Column attributes): Add the new age summary operators.
3321         Also, mention the fact you can only use one summary operator per
3322         property.
3324 2009-11-13  John Wiegley  <johnw@newartisans.com>
3326         * org.texi (Tracking your habits): Add a new section in the
3327         manual about how to track habits.
3328         (Resolving idle time): Add a section on how idle and
3329         dangling clocks are resolved.
3331 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
3333         * org.texi (Agenda commands): Document the new `i' command.
3334         (Inserting deadline/schedule): Document logging changes
3335         of scheduling and deadline times stamps.
3336         (In-buffer settings): Document the in-buffer keywords for logging
3337         changes of scheduling and deadline times stamps.
3338         (Structure editing, Plain lists): Document indentation
3339         cycling in empty entries with TAB.
3340         (Archiving): Document the default archiving command.
3341         (Moving subtrees): Document the new keys for archiving.
3342         (Internal archiving): Fix incorrect key.
3343         (Agenda commands): Document the TODO set switching commands.
3344         (Agenda commands): Document the new archiving keys.
3345         (Clocking work time): Better description on how to save
3346         and restore a clock.
3347         (Resolving idle time): Mention the x11idle program to get true
3348         idleness also under X11.
3349         (Resolving idle time): Use @kbd instead of @key for normal
3350         letters, because this is how he rest of the manual does this.
3351         (Pushing to MobileOrg): Mention that `org-directory'
3352         should be set.
3353         (Agenda commands): Document that SPC is a filter for
3354         any tag.
3355         (Search view): Rename from "Keyword search".
3356         (Capure): New chapter.
3357         (Markup): New chapter.
3358         (Links in HTML export, Images in HTML export):
3359         Extend the section titles.
3360         (Images in HTML export): Document the align option.
3361         (Text areas in HTML export): Extend the section title.
3362         (Images in LaTeX export): Explain image placement in LaTeX.
3364 2009-11-10  Glenn Morris  <rgm@gnu.org>
3366         * sc.texi (Hints to MUA Authors): MUA should do any decoding.
3368 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
3370         * tramp.texi (Auto-save and Backup): Disable backups just for a
3371         method.
3373         * trampver.texi: Update release number.
3375 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
3377         Sync with Tramp 2.1.17.
3379         * trampver.texi: Update release number.
3381 2009-10-29  Glenn Morris  <rgm@gnu.org>
3383         * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
3385 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
3387         * tramp.texi (External methods): Temporary files are kept for
3388         `rsync' and `rsyncc' methods.
3390 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
3392         * eieio.texi: Fix typos.
3394 2009-10-07  Chong Yidong  <cyd@stupidchicken.com>
3396         * cl.texi (Argument Lists): Clarify explicit keyword arguments.
3398 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
3400         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
3401         ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
3403 2009-10-07  Chong Yidong  <cyd@stupidchicken.com>
3405         * Makefile.in: Build EIEIO and EDE manuals.
3407 2009-10-07  Eric Ludlam  <zappo@gnu.org>
3409         * eieio.texi:
3410         * ede.texi: New files.
3412 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
3414         * tramp.texi (Remote processes): Association of a pty is not supported.
3416 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
3418         * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
3419         (Processing LaTeX fragments): Document that the size of images can be
3420         changes using the variable `org-format-latex-options'.
3421         (The date/time prompt, Timestamps): Be more accurate over ISO format
3422         dates and times.
3423         (Visibility cycling): Document showeverything keyword.
3424         (In-buffer settings): Document showeverything keyword.
3425         (Setting up the staging area): Fix the example.
3426         (MobileOrg): New section.
3427         (Agenda commands, Exporting Agenda Views): Document exporting the
3428         agenda view to Org files.
3430 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
3432         * tramp.texi (History): Add IMAP support.
3433         (External methods): Add `imap' and `imaps' methods.
3434         (GVFS based methods): Add indices for `davs'.
3435         (Password handling): Rename anchors.  Add IMAP entries for
3436         ~/.authinfo.gpg.
3438         * trampver.texi: Set default value of `emacsimap'.
3440 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3442         * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
3444 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
3446         * dired-x.texi (Technical Details):
3447         Delete dired-up-directory (Bug#4292).
3449 2009-09-03  Michael Albinus  <michael.albinus@gmx.de>
3451         * tramp.texi (Frequently Asked Questions): New item for emacsclient.
3453 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
3455         * org.texi (Effort estimates): Document new effort setting commands.
3456         (Agenda commands): Document the new keys fro agenda time motion.
3457         Document entry text mode.  Improve documentation of the keys to include
3458         inactive time stamps into the agenda view.
3459         (Feedback): Document the new bug report command.
3460         (Structure editing): Add an index entry for the sorting of subtrees.
3462 2009-09-02  Teodor Zlatanov  <tzz@lifelogs.com>
3464         * auth.texi (Help for users): Corrected markup.
3466 2009-09-02  Glenn Morris  <rgm@gnu.org>
3468         * emacs-mime.texi (time-date): Mention float-time.
3470 2009-08-30  Jay Belanger  <jay.p.belanger@gmail.com>
3472         * calc.texi (Simplifying Formulas): Improve the wording.
3474 2009-08-29  Teodor Zlatanov  <tzz@lifelogs.com>
3476         * auth.texi: Rewritten for coverage and clarity.
3478 2009-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3480         * gnus.texi (Expiring Mail):
3481         Mention gnus-mark-copied-or-moved-articles-as-expirable.
3482         (Various Various): Mention gnus-safe-html-newsgroups.
3484         * gnus-news.texi: Mention
3485         gnus-mark-copied-or-moved-articles-as-expirable.
3487         * emacs-mime.texi (Display Customization): Add xref to
3488         gnus-safe-html-newsgroups.
3490 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
3492         * tramp.texi (Version Control): Remove.
3493         (Obtaining Tramp): Update cvs checkout command.  Remove nightly tarballs
3494         reference.
3495         (External methods): Correct `scpc' concept index entries.  New method
3496         `rsyncc'.
3497         (External packages): New subsections "Filename completion" and "File
3498         attributes cache".
3500 2009-08-27  Jay Belanger  <jay.p.belanger@gmail.com>
3502         * calc.texi (Rewrite Rules): Improve the example.
3503         (Simplifying Formulas): Explain use of the I and H flags for
3504         simplification.
3506 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
3508         * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
3509         Describe autostart behavior of dbus-ping.
3510         (Synchronous Methods, Asynchronous Methods): Use English numeric format
3511         for timeout values.
3512         (Top): Remove footnote saying D-Bus is not enabled by
3513         default.  (Bug#4256)
3515 2009-08-23  Daiki Ueno  <ueno@unixuser.org>
3517         * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
3518         Reported by Jari Aalto (Bug#4211).
3519         (Mail-mode integration): Mention epa-mail-mode and
3520         epa-global-mail-mode.
3521         (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
3522         epa-setup.
3524 2009-08-16  Michael Albinus  <michael.albinus@gmx.de>
3526         * dbus.texi (Asynchronous Methods): Allow nil handler.
3528 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
3530         * ediff.texi (ediff-current-file): Add information about this new function.
3532         * viper.texi: Add information about C-s in viper's search command.
3534 2009-08-09  Colin Williams  <lackita@gmail.com>  (tiny change)
3536         * calc.texi (Date Forms): Fix typos.
3538 2009-08-08  Glenn Morris  <rgm@gnu.org>
3540         * org.texi (Agenda commands): Restore clobbered change.
3542 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
3544         * calc.texi (Graphics, Devices): Update with the peculiarities of
3545         operation on MS-Windows.
3547 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
3549         * org.texi (Publishing action): Improve documentation of file
3550         names when publishing to the source directory.
3551         (Clean view): Document `org-indent-mode'.
3552         (Clocking work time): Add documentation for the
3553         new :timetamp option when creating a clock report.
3554         (Paragraphs): Fix many typos.
3555         (Plain lists): Remove duplicate explanation about the
3556         `C-c *' command.
3557         (Literal examples): Update to reflect the new behavior
3558         of the -n -r -k switches when exporting source code examples.
3559         (Structure editing): Add information about `C-c *',
3560         converting a plain list into a list of Org items.
3561         (Remember): Small rephrasing of the paragraph
3562         describing remember.el.  Also mentioned that remember.el is part
3563         of Emacs 23, not Emacs 22.
3564         (Clocking work time): Add documentation about
3565         displaying the current clocking time against the effort estimate.
3566         Also add a footnote about using `org-clock-in-prepare-hook' to add
3567         an effort estimate on the fly, just before clocking it.
3568         (Footnotes): Document automatic renumbering and
3569         sorting.
3570         (Agenda commands): Document new bulk commands.
3571         (Plain lists): Document new behavior of
3572         `org-cycle-include-plain-lists'.
3573         Hyphenation only in TeX.
3574         (Clocking work time): Document the key to update effort
3575         estimates.
3576         (Clocking work time): Document the clock time display.
3577         (Structure editing, TODO basics): Document new
3578         variables.
3579         (Column attributes): Document new colciew operators.
3580         (Publishing options): Document :xml-declaration.
3581         (Tracking TODO state changes): Document the
3582         LOG_INTO_DRAWER property.
3583         (Literal examples): Document the new implementation for
3584         editing source code.
3585         (Publishing action): Mention the new publishing
3586         function, to publish an Org source file.
3587         (Publishing links): Mention how to link to an Org source file.
3588         (Macro replacement): Document new macros.
3589         (Handling links): Document type-specific completion
3590         when inserting links.
3591         (Structure editing, Plain lists): Improve documentation
3592         on sorting.
3593         (Internal links): Document custom ids for links.
3594         (Handling links): Document custom ids for links.
3595         (CSS support): Document new class.
3596         (Refiling notes): Document the possibility to create new nodes
3597         during refiling.
3598         (Agenda commands): Document the "?" operator to find
3599         tasks without effort setting.
3600         (Exporting agenda information): Section moved.
3601         (RSS Feeds): New section.
3602         (Built-in table editor): Document M-e and M-a navigate
3603         inside table field.
3604         (Stuck projects): Docment that projects identified as
3605         un-stuck will still be searchd for stuck sub-projects.
3606         (Paragraphs): Document centering.
3607         (Creating timestamps, Agenda commands): Document new
3608         behavior when changing time stamps.
3609         (Structure editing): Document the new command
3610         `org-clone-subtree-with-time-shift'.
3611         (Publishing): Refresh this chapter.
3612         (Export options, Export options, In-buffer settings):
3613         Document the new keywords.
3614         (Matching tags and properties): Collect all
3615         documentation about tags/property matches here.
3616         (Setting tags): Document `org-tag-persistent-alist'.
3617         (Weekly/daily agenda): New section.
3618         (Orgstruct mode): Describe `orgstruct++-mode'.
3619         (Drawers): Mention the LOGBOOK drawer.
3620         (Export options, Sectioning structure): Document the
3621         #+LEATEX_HEADER in-buffer setting.
3622         (Bugs): Section removed.
3623         (Hooks): New section.
3624         (Add-on packages): Move here from old location.
3625         (Context-sensitive commands): New section.
3626         (Setting tags): Document newline option.
3627         (Global TODO list, Matching tags and properties):
3628         Mention more variables.
3629         (Checkboxes): Update to changed command behavior.
3631 2009-08-02  Eric Yu  <sucode@gmail.com>  (tiny change)
3633         * speedbar.texi (Basic Key Bindings): Fix typo.
3635 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
3637         * calc.texi (Vector/Matrix Functions): Add index entries for both
3638         "v" and "V" key bindings.  Mention that `calc-matrix-brackets' only
3639         affects matrices with more than one row.
3640         (Help Commands): Add index entries for "prefix ?" key bindings.
3642 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
3644         * calc.texi (Stack Manipulation Commands): Add documentation for
3645         `calc-transpose-lines'.
3647 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
3649         * dbus.texi (Receiving Method Calls): Describe special return value
3650         `:ignore'.
3652 2009-07-24  Alan Mackenzie  <acm@muc.de>
3654         * cc-mode.texi (Config Basics, File Styles): Document that at mode
3655         initialization, any individual variable setting now takes precedence
3656         over one done via c-file-style/c-file-offsets.
3658 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
3660         * calc.texi (Undoing Mistakes): Mention that the undo list will be
3661         truncated when Calc is quit.
3662         (Customizing Calc): Document `calc-undo-length'.
3664 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
3666         * calc.texi (About This Manual): Don't mention chapter numbers in text.
3668 2009-07-11  Kevin Ryde  <user42@zip.com.au>
3670         * pcl-cvs.texi (About PCL-CVS):
3671         * widget.texi (Basic Types):
3672         Fix cross-references.
3674 2009-07-01  Andreas Schwab  <aschwab@redhat.com>
3676         * dbus.texi (Type Conversion): Don't use literal control character.
3678 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
3680         * tramp.texi (GVFS based methods): New section.
3681         (Remote processes): Processes for GVFS based methods run locally.
3683 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
3685         * tramp.texi (Inline methods, External methods, Gateway methods):
3686         Avoid the words "kludge" and hack".
3687         (External methods): Add `synce' method.
3689         * trampver.texi: Update release number.
3691 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
3693         Sync with Tramp 2.1.16.
3695         * tramp.texi (History): Add GVFS support.
3696         (External methods): Precise `rsync' description.  Add `dav', `davs' and
3697         `obex' methods.  Add 'tramp-gvfs-methods' option.
3698         (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
3699         forms.
3700         (Remote Programs): Introduce `tramp-own-remote-path'.
3701         (Remote processes): New subsection "Running remote programs that create
3702         local X11 windows".
3703         (Frequently Asked Questions): Improve code for disabling vc.
3705         * trampver.texi: Update release number.  Set default value of
3706         `emacsgvfs'.
3708 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
3710         * Branch for 23.1.
3712 2009-06-17  Glenn Morris  <rgm@gnu.org>
3714         * faq.texi (Obtaining the FAQ): Add reference to Savannah.
3715         (Latest version of Emacs): Mention source code repository.
3717 2009-06-16  Glenn Morris  <rgm@gnu.org>
3719         * faq.texi (Top): Language tweak.
3720         (Extended commands): Most people have arrow keys.
3721         (Emacs manual): Say how to follow info links.
3722         (File-name conventions): Change title a bit.  Explain about source
3723         versus installed.  Condense etc description.
3724         (Guidelines for newsgroup postings): Mention Savannah list page.
3725         (Newsgroup archives): Simplify.
3726         (Contacting the FSF): Add contact URL.
3727         (Emacs Lisp documentation): Printed version not always available.
3728         (Installing Texinfo documentation): Explain how by hand installation is
3729         not normally needed.  Use add-to-list.  Remove duplicate reference.
3730         (Informational files for Emacs): Move info on Help menu here from
3731         "File-name conventions".
3732         (Help installing Emacs): Tweak uref.
3733         (Obtaining the FAQ): Mention repository.
3734         (Origin of the term Emacs): Explain "ITS".
3735         (Changing load-path): Use add-to-list.
3736         (Automatic indentation): Clarify this is for Text mode.
3737         Don't mention Indented Text mode.
3738         (Finding Emacs on the Internet): The FSF does not seem to offer a
3739         deluxe distribution on CD anymore.
3741 2009-06-16  Glenn Morris  <rgm@gnu.org>
3743         * faq.texi (Top): Mention which Emacs version this FAQ is about.
3744         Recommend the latest release.  Mention how to get older FAQs.
3745         Recommend the Emacs manual.
3746         (Guidelines for newsgroup postings): Discourage cross-posts.
3747         (Underlining paragraphs): Remove.
3748         (Editing MS-DOS files): Remove pre-Emacs 20 information.
3749         (Bugs and problems): Update key-binding.
3750         (Problems with very large files): Mention 64-bit.
3751         (Shell process exits abnormally): Remove.
3752         (Problems with Shell Mode): Rename and update.
3753         (Spontaneous entry into isearch-mode)
3754         (Problems talking to certain hosts): Remove.  This is old information,
3755         in etc/PROBLEMS if needed.
3756         (Emacs takes a long time to visit files, Updating Emacs): Remove.
3757         (Dired claims that no file is on this line): Update.
3758         (Installing Emacs, Problems building Emacs): Simplify.
3759         (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
3760         information.
3761         (Emacs for MS-Windows): Rename from "Emacs for Windows".  Simplify.
3762         (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
3763         (JDEE): "JDEE", not "JDE".
3764         (Handling C-s and C-q with flow control, Binding C-s and C-q):
3765         Remove.  This is old information, in etc/PROBLEMS if needed.
3766         (stty and Backspace key, Kanji and Chinese characters): Remove.
3767         (Right-to-left alphabets): Update section.
3768         (Changing the included text prefix): Gnus uses message-yank-prefix.
3769         Add cross-reference to Supercite manual.
3770         (Saving a copy of outgoing mail): Simplify output file description.
3771         (Expanding aliases when sending mail): Refer to Emacs manual.
3772         Remove old info about RFC822.
3773         Correct description of how to rebuild aliases.
3774         (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
3775         (MIME with Emacs mail packages)
3776         (Viewing articles with embedded underlining)
3777         (Saving a multi-part Gnus posting, Gnus hangs for a long time):
3778         Remove old sections.
3779         (Killing based on nonstandard headers): Remove.  Scoring is preferable,
3780         and is well-documented in the Gnus manual.
3781         (Reading news with Emacs): Merge "Learning more about Gnus" into here.
3782         (Making Gnus faster): Rename from "Starting Gnus faster".
3783         Merge "Catch-up is slow in Gnus" into here.
3785 2009-06-14  Glenn Morris  <rgm@gnu.org>
3787         * faq.texi (Status of Emacs): Re-order with most recent releases first.
3788         (New in Emacs 23): New section.
3789         (Handling C-s and C-q with flow control): Add xref.
3791 2009-06-13  Glenn Morris  <rgm@gnu.org>
3793         * faq.texi (Setting up a customization file): Grammar fix.
3794         Customize is no longer "new".
3795         (Displaying the current line or column): Line-number mode is on by
3796         default.  Don't mention `column' package.  Mention linum.el.
3797         (Turning on abbrevs by default): Explain how to do it for buffers,
3798         modes, and everywhere.
3799         (Associating modes with files): Use add-to-list.  Don't mention Emacs
3800         19.
3801         (Highlighting a region): On by default since 23.1.
3802         (Replacing highlighted text): Update doc quote.
3803         (Working with unprintable characters): Don't mention search-quote-char.
3804         (Using an already running Emacs process): Gnuclient is probably not an
3805         enhancement these days.
3806         (Indenting switch statements): Remove mention of pre-Emacs 20.
3807         (Horizontal scrolling): Abbreviate Emacs 20 description.
3808         (Replacing text across multiple files): Fix name of dired command.
3809         (Disabling backups): Use require not load.
3810         (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
3812 2009-06-13  Bill Wohler  <wohler@newt.com>
3814         Release MH-E manual version 8.2.
3816         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3817         release 8.2.
3819 2009-06-13  Glenn Morris  <rgm@gnu.org>
3821         * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
3822         in this day and age the common meaning is "on the web".
3823         (copying): Use @copyright in all cases.
3824         (Basic keys): Remove reference to deleted manual node "Text Characters".
3825         (File-name conventions): Use GNU as an example rather than SERVICE.
3826         default.el lives in site-lisp.  Update Info directory location.
3827         (Real meaning of copyleft): GPL actions have been brought, but all
3828         settled out of court.
3829         (Guidelines for newsgroup postings): Shorten section title.
3830         Simplify comp.emacs description.
3831         (Newsgroup archives): Change Google URL.  Describe Gmane.
3832         (Unsubscribing from Emacs lists): Remove discussion of "distribution
3833         points".  Mention List-Unsubscribe header.
3834         (Contacting the FSF): Update email and URLs.
3835         (Basic editing): Mention F1 for help.
3836         (Installing Texinfo documentation): Refer to Texinfo website rather
3837         than ftp server.
3838         (Printing a Texinfo file): Mention texi2pdf.
3839         (Informational files for Emacs): Don't describe FTP or SERVICE, they
3840         are just stubs nowadays.
3841         (Latest version of Emacs): Explain version numbers.
3842         (Spell-checkers, Checking TeX and *roff documents): Remove sections.
3843         (Turning on syntax highlighting): No need to mention hilit19 any more.
3844         (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
3845         (Modes for various languages): Remove section.
3846         (Major packages and programs): Remove most version and maintainer
3847         information - it's hard to keep up-to-date, and adds nothing.
3848         Similarly with direct links to mailing lists.
3849         (Spell-checkers): Rename node from Ispell.  Mention Aspell and Hunspell.
3850         (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
3851         years, and Emacs comes with tools for this now.
3852         (Patch): Remove section - this is a standard tool.
3853         (Using function keys under X): Remove section.
3855 2009-06-12  Glenn Morris  <rgm@gnu.org>
3857         * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
3858         (Help installing Emacs): Remove reference to deleted X11 node.
3859         (Associating modes with files): Interpreter-mode-alist is no longer
3860         subservient to auto-mode-alist.
3861         (Installing Emacs): Change future Emacs version.
3862         (Linking with -lX11 fails): Remove old section.
3863         (Packages that do not come with Emacs): Update ELL location.
3864         Emacs Lisp archive is dead.
3865         (Emacs for Windows): Remove reference to old CE port.
3866         (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
3867         (Emacs for VMS and DECwindows): Remove old ports.
3868         (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
3869         (Removing flashing messages): Remove section about non-existent Gnus
3870         option.
3872         * faq.texi (Top): Add @top command.
3873         Remove the optional arguments from all @node commands: makeinfo can
3874         generate these automatically, and it is easier to edit and rearrange
3875         nodes without them.
3877 2009-06-11  Glenn Morris  <rgm@gnu.org>
3879         * faq.texi (Common acronyms): Remove no-longer-existing OSF.
3880         (The LPF): Make the updated URL the sole reference point.
3881         (Learning how to do something): Update refcard price and format.
3882         (Getting a printed manual): Sources in doc/emacs/, not man/.
3883         Also available in PDF format.  Since the page count varies, be less
3884         precise.
3885         (Informational files for Emacs): Remove references to deleted files
3886         LPF and SUN-SUPPORT, and to UUCP.
3887         (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
3888         Remove many obsolete ways to get the FAQ, which now seems only to be
3889         distributed with Emacs.
3890         (Mail and news): Remove sections about Rmail Babyl that no longer apply.
3892 2009-06-09  Chong Yidong  <cyd@stupidchicken.com>
3894         * org.texi (Org Plot): Fix tags (Bug#3507).
3895         (Workflow states, Agenda commands): Fix tags (Bug#3508).
3897         * ada-mode.texi (Installation, Compile commands)
3898         (Project File Overview, No project files, Set compiler options)
3899         (Use GNAT project file, Use multiple GNAT project files)
3900         (Identifier completion): Use @samp for menu items, and @kbd for key
3901         sequences (Bug#3504).
3903 2009-06-04  Daiki Ueno  <ueno@unixuser.org>
3905         * gnus.texi (Security): Fix wording; add a link to epa.info.
3907 2009-06-04  Ryan Yeske  <rcyeske@gmail.com>
3909         * message.texi (Header Commands): Fix descriptions to match
3910         keybindings.
3912 2009-04-22  Daiki Ueno  <ueno@unixuser.org>
3914         * gnus.texi (Security): Mention that EasyPG is the current default.
3916 2009-04-13  Chong Yidong  <cyd@stupidchicken.com>
3918         * ediff.texi (Session Commands): Fix typo.
3920 2009-04-05  Reiner Steib  <Reiner.Steib@gmx.de>
3922         * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
3923         news.software.readers.  Reported by Florian Rehnisch.
3925 2009-04-02  Glenn Morris  <rgm@gnu.org>
3927         * auth.texi: Capitalize direntry.
3929         * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
3930         using a period in the entry name.  (Bug#2797)
3932 2009-03-03  Juanma Barranquero  <lekktu@gmail.com>
3934         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
3935         ($(infodir)/auth, auth.dvi): New targets.
3937 2009-03-03  Glenn Morris  <rgm@gnu.org>
3939         * auth.texi: Fix @setfilename.
3941         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
3942         (auth, $(infodir)/auth, auth.dvi): New rules.
3944 2009-02-25  Glenn Morris  <rgm@gnu.org>
3946         * faq.texi (Emacs for minimalists): New node.  (Bug#2452)
3948 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3950         * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
3952 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3954         * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
3955         gnus-nocem-issuers, and gnus-nocem-verifyer.
3957 2009-02-20  Juanma Barranquero  <lekktu@gmail.com>
3959         * ada-mode.texi (Project files, Automatic Casing):
3960         * dbus.texi (Signals):
3961         * gnus.texi (Selecting a Group, Filtering Incoming Mail):
3962         * mh-e.texi (HTML):
3963         * nxml-mode.texi (Locating a schema)
3964         (Using the document's URI to locate a schema):
3965         * org.texi (Footnotes, Using the mapping API):
3966         * rcirc.texi (Channels): Remove duplicate words.
3968 2009-02-20  Glenn Morris  <rgm@gnu.org>
3970         * dired-x.texi (Miscellaneous Commands):
3971         * gnus.texi: Minor updates for mbox Rmail.
3973 2009-02-16  Karl Berry  <karl@gnu.org>
3975         * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
3976         * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
3977         * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
3978         * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
3979         * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
3980         * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
3981         * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
3982         * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
3983         * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
3984         Consistently use @insertcopying in the Top node,
3985         @contents at the front (after @end titlepage),
3986         and @direntry after @copying.  (Bug#1988)
3988 2009-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
3990         * auth.texi: New file documenting auth-source.
3992 2009-02-13  Carsten Dominik  <dominik@science.uva.nl>
3994         * org.texi (Org Plot): Fix link.
3996 2009-02-09  Daiki Ueno  <ueno@unixuser.org>
3998         * epa.texi (Mail-mode integration): Mention the way to do
3999         "encrypt-to-self".  (Bug#1807)
4001 2009-02-05  Arni Magnusson  <arnima@hafro.is>  (tiny change)
4003         * ada-mode.texi (No project files): Fix typo.  (Bug#2214)
4005 2009-02-04  Reiner Steib  <Reiner.Steib@gmx.de>
4007         * gnus-news.texi: Print version about Incoming*.
4009 2009-02-02  Carsten Dominik  <dominik@science.uva.nl>
4011         * org.texi (Structure editing, Handling links)
4012         (Fast access to TODO states, Javascript support): Make standard docs
4013         correctly reflect default variable settings.
4015 2009-02-02  Glenn Morris  <rgm@gnu.org>
4017         * org.texi: Fix typos.
4019 2009-02-01  Michael Albinus  <michael.albinus@gmx.de>
4021         Sync with Tramp 2.1.15.
4023         * trampver.texi: Update release number.
4025 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
4027         * org.texi (TODO dependencies): Document TODO dependencies on
4028         checkboxes.
4030 2009-01-30  Carsten Dominik  <dominik@science.uva.nl>
4032         * org.texi (TODO dependencies): Document key binding for toggling
4033         ORDERED property.
4035 2009-01-28  Michael Albinus  <michael.albinus@gmx.de>
4037         * dbus.texi (Errors and Events): Fix typos.  Describe second parameter
4038         of hook functions.
4040 2009-01-28  Carsten Dominik  <dominik@science.uva.nl>
4042         * org.texi (TODO dependencies): New section.
4044 2009-01-27  Carsten Dominik  <dominik@science.uva.nl>
4046         * org.texi (Plain lists, TODO basics, Priorities)
4047         (Multiple sets in one file, Conflicts): Document interaction with
4048         `shift-selection-mode'.
4050 2009-01-27  Jay Belanger  <jay.p.belanger@gmail.com>
4052         * calc.texi (Embedded Mode, Algebraic-Style Calculations):
4053         Make Calc the subject of sentences.
4054         (Rearranging Formulas using Selections): Discuss new options
4055         for `j *'.
4057 2009-01-26  Michael Albinus  <michael.albinus@gmx.de>
4059         * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
4061 2009-01-26  Glenn Morris  <rgm@gnu.org>
4063         * org.texi: Fix typos.
4065 2009-01-26  Bill Wohler  <wohler@newt.com>
4067         * mh-e.texi (EDITION, UPDATED): Update.
4069 2009-01-25  Carsten Dominik  <dominik@science.uva.nl>
4071         * org.texi (References): Add information about remote references.
4072         (Built-in table editor): Document `C-c RET' in tables.
4073         (Math symbols, Quoting LaTeX code): Mention that simple
4074         LaTeX macros survive LaTeX export.
4075         (Images in LaTeX export): Show how to create a reference to a
4076         figure.
4077         (Sectioning structure): Document that the LaTeX class can be
4078         specified in a property.
4079         (Text areas in HTML export): New section.
4080         (External links): Add examples for text search and ID links.
4081         (Built-in table editor): Remove the descriptio of `C-c
4082         C-q', it not longer works.
4083         (Literal examples): Document that a space must follow
4084         the colon in short examples.
4085         (Relative timer): Document `org-timer-stop'.
4086         (Footnotes): New section.
4087         (Footnote markup): Shorten section and refer to new Footnote
4088         section.
4089         (Literal examples): Add documentation for line
4090         numbering in and references to code examples.
4091         (CSS support): Fix the description of default CSS styles.
4092         (Capturing column view): Document
4093         "file:path/to/file.org" as an allowed value for the ID property of
4094         a dynamic block copying column view.
4096 2009-01-23  Stephen Eglen  <stephen@gnu.org>
4098         * mh-e.texi (Getting Started): Describe $MH.
4100 2009-01-21  Michael Albinus  <michael.albinus@gmx.de>
4102         * tramp.texi (all): Harmonize usage of "external method",
4103         "external transfer method" and "out-of-band method".
4104         (Connection types): Precise the differences of inline and external
4105         methods.  Written by Adrian Phillips <a.phillips@met.no>.
4107 2009-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
4109         * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
4110         commands as described at the top.  Reported by Allan Gottlieb
4111         <gottlieb@nyu.edu>.
4113 2009-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4115         * gnus.texi (Non-ASCII Group Names, RSS): Update description of
4116         nnmail-pathname-coding-system.
4118 2009-01-17  Peter Tury  <tury.peter@gmail.com>  (tiny change)
4120         * org.texi (Relative timer): Fix typo.
4122 2009-01-15  Juanma Barranquero  <lekktu@gmail.com>
4124         * org.texi (Clocking work time): Fix typo.
4125         Reported by Peter Tury <tury.peter@gmail.com>.  (Bug#1925)
4127 2009-01-13  Glenn Morris  <rgm@gnu.org>
4129         * org.texi: Fix some more typos.
4131 2009-01-13  Peter Tury  <tury.peter@gmail.com>  (tiny change)
4133         * org.texi: Fix some typos.
4135 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4137         * gnus.texi (Group Parameters): Add note for local variables.
4139 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4141         * gnus.texi (Converting Kill Files): Fix URL.
4142         Include gnus-kill-to-score.el in contrib directory.
4144 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4146         * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
4147         Reported by Leo <sdl.web@gmail.com>.  (Bug#1660)
4148         (Paging the Article): Add index entry.
4150 2009-01-03  Stephen Leake  <stephen_leake@member.fsf.org>
4152         * ada-mode.texi (Examples): Delete redundant text.
4154 2009-01-03  Michael Albinus  <michael.albinus@gmx.de>
4156         * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
4158         * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
4159         addresses.
4161 2009-01-03  Bill Wohler  <wohler@newt.com>
4163         * mh-e.texi (Scan Line Formats): Indicate that first column should be
4164         kept empty.
4166 2008-12-20  Carsten Dominik  <dominik@science.uva.nl>
4168         * org.texi (Activation, Exporting, ASCII export, HTML export)
4169         (HTML Export commands, LaTeX/PDF export commands):
4170         Improve documentation about transient-mark-mode.
4171         (References): Document the use of special names like $LR1 to reference
4172         to fields in the last table row.
4174 2008-12-19  Juri Linkov  <juri@jurta.org>
4176         * info.texi (Search Text): Remove mention of removed key binding M-s.
4178 2008-12-18  Carsten Dominik  <dominik@science.uva.nl>
4180         * org.texi (References): Remove mentioning of @0 as reference for the
4181         last line, this has been reverted in the Lisp sources.
4183 2008-12-17  Juanma Barranquero  <lekktu@gmail.com>
4185         * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
4186         (DVI_TARGETS): Remove duplicates.  Add sasl.
4187         ($(infodir)/sasl, sasl.dvi): New targets.
4189 2008-12-17  Carsten Dominik  <dominik@science.uva.nl>
4191         * org.texi: Version number pushed to 6.15d.
4193 2008-12-16  Carsten Dominik  <dominik@science.uva.nl>
4195         * org.texi (Tables in LaTeX export): New section.
4196         (Images in LaTeX export): New section.
4197         (Inlined images, Images in HTML export): Sections renamed.
4199 2008-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
4201         * message.texi (Insertion Variables): Don't advertise sc-cite-original.
4203 2008-12-04  David Engster  <dengste@eml.cc>
4205         * gnus.texi (nnmairix): Mention mairix.el.  Point out the importance
4206         of nnml-get-new-mail.  Change URL for mairix patch.
4208 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
4210         * org.texi (Using the mapping API): Fix bug in mapping example.
4211         (Publishing options): Make the list of properties complete again, in
4212         correspondence to the variable `org-export-plist-vars'.
4213         (Property searches): Document new special values for time comparisons.
4214         (Tag inheritance): Refine the description of tag inheritance.
4215         (Project alist): Add info about the publishing sequence of components.
4216         (Effort estimates): Document the new relative timer.
4218 2008-12-01  Jay Belanger  <jay.p.belanger@gmail.com>
4220         * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
4221         (Using Calc): Clarify use of `C-x * o'.
4222         (Embedded Mode (Overview)): Clarify use of `C-x * e'.
4224 2008-11-28  Richard M Stallman  <rms@gnu.org>
4226         * dbus.texi (Receiving Method Calls): Clean up previous change.
4228 2008-11-26  Michael Albinus  <michael.albinus@gmx.de>
4230         * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
4231         `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
4232         `dbus-unescape-from-identifier'.
4233         (Receiving Method Calls): New constants `dbus-service-emacs' and
4234         `dbus-path-emacs'.  Precise return values of `dbus-register-method'.
4235         (Signals): Use the constants in the example.
4237 2008-11-24  Carsten Dominik  <dominik@science.uva.nl>
4239         * org.texi: Re-apply change to FDL 1.3.
4241 2008-11-23  Carsten Dominik  <dominik@science.uva.nl>
4243         * org.texi (Setting up Remember): Document `org-remember-mode'.
4244         (External links): Document that bbdb links can use a regular
4245         expression.
4246         (External links): Document that elisp links can contain interactive
4247         commands.
4249 2008-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
4251         * viper.texi (viper-translate-all-ESC-keysequences):
4252         Description removed.
4254 2008-11-19  Glenn Morris  <rgm@gnu.org>
4256         * doclicense.texi: Change to FDL 1.3.
4257         Relicense all texi files under FDL 1.3 or later.
4259 2008-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
4261         * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
4263 2008-11-16  Michael Kifer  <kifer@cs.stonybrook.edu>
4265         * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
4267         * ediff.texi: Version/date change.
4269 2008-11-14  Chong Yidong  <cyd@stupidchicken.com>
4271         * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
4273 2008-11-14  Jay Belanger  <jay.p.belanger@gmail.com>
4275         * calc.texi (About This Manual): Comment out a mention of
4276         marginal notes.
4278 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
4280         * org.texi (Clocking work time): Document the :formula property of
4281         clock tables.
4282         (Structure editing, Refiling notes): Document refiling regions.
4283         (Agenda commands): Document the double-prefix version
4284         of the `l' command in the agenda.
4285         (Handling links): Explain the effect of a double prefix
4286         arg to `C-c C-o'.
4287         (TODO basics): Add documentation for tag triggers.
4289 2008-10-23  Glenn Morris  <rgm@gnu.org>
4291         * cl.texi (Function Bindings): Mention `flet' fails to deal with
4292         byte-compiling things like `+'.
4294         * ns-emacs.texi: Merge copyright years of author now with assignment
4295         into FSF years.
4296         (VER): Use it for easier automatic updating.  Use Emacs version rather
4297         than standalone Emacs.app version.
4299 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
4301         * org.texi: Lots of minor fixes.
4302         (Capture): New chapter.
4303         (Org Plot): New section.
4305 2008-09-30  Magnus Henoch  <mange@freemail.hu>
4307         * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
4309 2008-09-30  Jay Belanger  <jay.p.belanger@gmail.com>
4311         * calc.texi (User Defined Units): Mention how to enter optional display
4312         string.
4314 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4316         * message.texi (Sending Variables): Fix variable documentation to
4317         avoid the "y/n" wording.
4319 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4321         * message.texi (Sending Variables): Add `message-confirm-send' doc.
4323 2008-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4325         * gnus.texi (The Gnus Registry): Don't give argument to @item used in
4326         @enumerate section so as to be able to be formatted with MAKEINFO=no.
4328 2008-09-22  Bill Wohler  <wohler@newt.com>
4330         Release MH-E manual version 8.1.
4332         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
4333         release 8.1.
4335         * mh-e.texi: Retain dual license as agreed to by the FSF.
4336         However, bump GPL to Version 3.
4337         Use @include for license text.
4339 2008-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4341         * gnus.texi (Top, Setup, Fancy splitting to parent)
4342         (Store custom flags and keywords, Store arbitrary data):
4343         Clean up markup.
4345 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4347         * gnus.texi (The Gnus Registry): Document it.
4349 2008-09-08  David Engster  <dengste@eml.cc>
4351         * gnus.texi (nnmairix): Point out that nnml uses MH format.
4352         Clarify section about choosing back end servers.
4354 2008-08-23  Glenn Morris  <rgm@gnu.org>
4356         * dired-x.texi (Shell Command Guessing):
4357         Mention dired-guess-shell-case-fold-search.  (Bug#417)
4359 2008-08-22  Michael Albinus  <michael.albinus@gmx.de>
4361         * trampver.texi: Update release number.
4363 2008-08-18  Brian Cully  <bjc@kublai.com>  (tiny change)
4365         * ns-emacs.texi: Update version.
4366         (Introduction): Correct menu location for options save.
4367         (Customization): Note that defaults are stored under org.gnu.Emacs.
4369 2008-08-11  Bill Wohler  <wohler@newt.com>
4371         * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
4372         explicit about GNU mailutils MH elsewhere (with thanks to Darel
4373         Henman) (closes SF #1768928).
4375 2008-08-10  Glenn Morris  <rgm@gnu.org>
4377         * ns-emacs.texi: Use @copying.  Change copyright of authors with
4378         assignment to FSF.  Change license to GFDL.
4379         (Top): Remove outdated references.
4381 2008-08-07  Reiner Steib  <Reiner.Steib@gmx.de>
4383         * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
4384         Add gnus-summary-sort-by-most-recent-number and
4385         gnus-summary-sort-by-most-recent-date.
4386         (Summary Sorting): Explain prefix argument.
4388 2008-08-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4390         * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
4391         gnus-summary-pipe-output.
4393 2008-08-03  Michael Albinus  <michael.albinus@gmx.de>
4395         * dbus.texi (Receiving Method Calls): Document error handling of own
4396         D-Bus methods.
4398 2008-08-01  Bill Wohler  <wohler@newt.com>
4400         * mh-e.texi (Reading Mail)
4401         (Viewing Attachments): Describe new function
4402         mh-show-preferred-alternative.
4403         (Sending Mail, Redistributing, Sending Message): Describe new hook
4404         mh-annotate-msg-hook.
4406 2008-07-31  Michael Albinus  <michael.albinus@gmx.de>
4408         * dbus.texi (Arguments and Signatures): Fix example.
4409         (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
4410         (Asynchronous Methods): New node.
4411         (Errors and Events): Describe extended layout of `dbus-event'.
4412         New defun `dbus-event-message-type'.
4414 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4416         * ediff.texi: Remove VMS support.
4418 2008-07-29  Juanma Barranquero  <lekktu@gmail.com>
4420         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
4421         ($(infodir)/mairix-el), mairix-el.dvi): New targets.
4423 2008-07-29  Chong Yidong  <cyd@stupidchicken.com>
4425         * Makefile.in: Add mairix-el targets.
4427 2008-07-29  David Engster  <deng@randomsample.de>
4429         * mairix-el.texi: New file.
4431 2008-07-28  Stephen Leake  <stephen_leake@stephe-leake.org>
4433         * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
4434         project files.  Delete 'main_unit' project variable; not needed.  Allow
4435         process environment variables wherever project variables are allowed.
4436         Add tutorial section on multiple GNAT project files.
4438 2008-07-27  Michael Albinus  <michael.albinus@gmx.de>
4440         Sync with Tramp 2.1.14.
4442         * trampver.texi: Update release number.
4444 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
4446         * ns-emacs.texi:
4447         * faq.texi: Remove mentions of Mac Carbon.
4449 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4451         * gnus.texi (Saving Articles): Describe the 2nd argument of
4452         gnus-summary-save-in-pipe.
4453         (SpamAssassin): Use it.
4455 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4457         * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
4459 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
4461         * org.texi (Export options): Document the use of the creator flag.
4463 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
4465         * org.texi: New version 6.06a.
4467 2008-07-23  Juanma Barranquero  <lekktu@gmail.com>
4469         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
4470         ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
4472 2008-07-23  Vincent Belaïche  <vincent.b.1@hotmail.fr>
4474         * calc.texi (Editing Stack Entries):
4475         (Algebraic Entry): Rewrite introductory sentences so it can be used by
4476         Calc's help functions.  Mention fixing typos.
4477         (Customizing Calc): Fix typo.
4479 2008-07-23  Jay Belanger  <jay.p.belanger@gmail.com>
4481         * calc.texi (summarykey): New macro.  Use to correctly format keys in
4482         the summary.
4484 2008-07-20  Adrian Robert  <adrian.b.robert@gmail.com>
4486         * ns-emacs.texi (Customization): Corrected documentation on color
4487         specification formats.
4489 2008-07-19  Andreas Schwab  <schwab@suse.de>
4491         * ns-emacs.texi: Moved from ../emacs.  Add @direntry.
4493         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
4494         (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
4496 2008-07-18  Michael Albinus  <michael.albinus@gmx.de>
4498         * dbus.texi (Inspection): Rework, introduce submenus.
4499         (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
4500         (Properties and Annotations, Arguments and Signatures): New nodes.
4502 2008-07-13  Michael Albinus  <michael.albinus@gmx.de>
4504         * dbus.texi (Receiving Method Calls): Fix description of
4505         `dbus-register-method'.
4506         (Signals): Allow also signal arguments for filtering in
4507         `dbus-register-signal'.
4509 2008-07-13  Vincent Belaïche  <vincent.b.1@hotmail.fr>
4511         * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
4512         `cnorm'.
4513         (Arithmetic Tutorial): Simplify the verification of prime factors.
4515 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4517         * gnus.texi (Saving Articles): Mention
4518         gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
4520 2008-06-29  Jay Belanger  <jay.p.belanger@gmail.com>
4522         * calc.texi: Adjust mode line throughout.
4524 2008-06-28  Juanma Barranquero  <lekktu@gmail.com>
4526         * sasl.texi (Mechanisms): Fix typos.
4528 2008-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
4530         * calc.texi (Killing from the stack): Mention using normal Emacs
4531         copying.
4533 2008-06-21  Michael Albinus  <michael.albinus@gmx.de>
4535         * tramp.texi (Password handling): Rename from "Password caching".
4536         Add `auth-source' mechanism.
4537         (Connection caching): Tramp reopens the connection automatically,
4538         when the operating system on the remote host has been changed.
4540 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
4542         * makefile.w32-in (distclean): Remove makefile.
4544 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
4546         * org.texi (Using the mapping API): New section.
4547         (Agenda column view): New section.
4548         (Moving subtrees): Document archiving to the archive sibling.
4549         (Agenda commands): Document columns view in the agenda.
4550         (Using the property API): Document the API for multi-valued properties.
4552 2008-06-17  Jason Riedy  <jason@acm.org>
4554         * org.texi (A LaTeX example): Note that fmt may be a one-argument
4555         function, and efmt may be a two-argument function.
4556         (Radio tables): Document multiple destinations.
4558 2008-06-16  Glenn Morris  <rgm@gnu.org>
4560         * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
4561         Add Cover-Texts.
4563 2008-06-15  Glenn Morris  <rgm@gnu.org>
4565         * faq.texi (VER): Update to 23.0.60.
4567         * mh-e.texi: Remove option of licensing under GPL.
4568         Add Cover-Texts to GFDL permissions notice.
4569         (GPL): Remove section.
4570         (GFDL): Include doclicense.texi rather than the actual text.
4572         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
4573         (sasl, $(infodir)/sasl, sasl.dvi): New rules.
4575         * sasl.texi: Fix output file name.
4577         * epa.texi, sasl.texi: Refer to license in Emacs manual.
4579         * gnus-coding.texi: Refer to license in Gnus manual.
4581         * idlwave.texi, sasl.texi: Use @copying.
4583         * org.texi: Change to GFDL 1.2.  Refer to license in Emacs manual.
4585         * speedbar.texi: Update Back-Cover Text as per maintain.info.
4587         * url.texi: Use @copying, @title, @subtitle, @author.
4589         * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
4590         * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
4591         * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
4592         * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
4593         * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
4594         * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
4595         * widget.texi, woman.texi:
4596         Remove references to external license, since doclicense is included.
4598         * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
4599         * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
4600         Remove references to non-existent Invariant Sections.
4602 2008-06-14  Glenn Morris  <rgm@gnu.org>
4604         * faq.texi (Major packages and programs): Remove references to external
4605         Supercite, Calc, VIPER, since they have been included for some time.
4606         Update VM, AUCTeX, BBDB entries.
4608 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
4610         * newsticker.texi: Updated to match latest newsticker changes.
4612 2008-06-13  Glenn Morris  <rgm@gnu.org>
4614         * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
4615         * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
4616         * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
4617         * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
4618         * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
4619         * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
4620         * woman.texi:
4621         Update Back-Cover Text as per maintain.info.
4623 2008-06-15  Reiner Steib  <Reiner.Steib@gmx.de>
4625         * gnus-faq.texi: Generate.  Change node names to "FAQ N-M".
4627         * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
4628         (gnus-faq.xml): Update repository host.
4630         * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
4632 2008-06-15  Frank Schmitt  <ich@frank-schmitt.net>
4634         * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
4635         Fix a typo.
4637 2008-06-15  Reiner Steib  <Reiner.Steib@gmx.de>
4639         * gnus.texi (Mail Source Customization): Correct values of
4640         `mail-source-delete-incoming'.  Reported by Tassilo Horn.
4641         (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
4643 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4645         * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
4646         coding standards.
4648 2008-06-14  David Engster  <dengste@eml.cc>
4650         * gnus.texi (nnmairix): Markup fixes.
4652 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4654         * gnus.texi (nnmairix): Markup and other minor fixes.
4656 2008-06-05  David Engster  <dengste@eml.cc>
4658         * gnus.texi (nnmairix): New nodes describing nnmairix.el.
4660 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4662         * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
4663         (Searching, nnir, nnmairix): New stub nodes.
4665 2008-05-30  Felix Lee  <felix.1@canids.net>
4667         * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
4669 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4671         * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
4673 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4675         * gnus.texi (Scoring On Other Headers): Fix typo.  Rearrange.
4677 2008-05-15  Jonathan Yavner  <jyavner@member.fsf.org>
4679         * ses.texi (Acknowledgements): Add Shigeru Fukaya.
4681 2008-05-06  Juanma Barranquero  <lekktu@gmail.com>
4683         * info.texi (Top): Fix typo in xref.
4685 2008-05-05  Karl Berry  <karl@gnu.org>
4687         * info.texi (Top): @xref to stand-alone manual.
4689 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4691         * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
4692         (Various Summary Stuff): Fix typo in last xref.
4694 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4696         * org.texi (Moving subtrees): Fix typo.
4698 2008-04-28  Michael Albinus  <michael.albinus@gmx.de>
4700         * tramp.texi (Frequently Asked Questions): Explain, how to disable
4701         Tramp via `tramp-mode'.
4703 2008-04-27  Carsten Dominik  <dominik@sam.science.uva.nl>
4705         * org.texi: Massive changes, in many parts of the file.
4707 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4709         * gnus.texi (Oort Gnus): Add message-fill-column.
4711 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4713         * gnus.texi (Mail Source Specifiers): Typo fix.
4715 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4717         * gnus.texi (Diary Headers Generation): Update key binding for
4718         `gnus-diary-check-message'.
4720 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4722         * gnus.texi (Emacsen): Addition.
4724 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4726         * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
4728 2008-04-09  Reiner Steib  <Reiner.Steib@gmx.de>
4730         * gnus.texi (Oort Gnus): Mention customizing of tool bars.
4732 2008-04-09  Reiner Steib  <Reiner.Steib@gmx.de>
4734         * gnus-news.texi: Update tool bar item.
4736 2008-04-09  Sven Joachim  <svenjoac@gmx.de>
4738         * gnus-news.texi: Fix typos.
4740 2008-04-11  Jay Belanger  <jay.p.belanger@gmail.com>
4742         * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
4743         Add mention of `kron'.
4745 2008-04-01  Daiki Ueno  <ueno@unixuser.org>
4747         * epa.texi (Encrypting/decrypting *.gpg files):
4748         Document epa-file-name-regexp.
4750 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4752         * gnus.texi (Example Methods): Fix description about ssh-agent.
4753         (Indirect Functions): Fix the default value of nntp-telnet-command;
4754         remove link to connect.html.
4756 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
4758         * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
4759         dbus-call-method.
4760         (Receiving Method Calls): The timeout can be set by the calling client.
4762         * trampver.texi: Update release number.
4764 2008-03-29  Reiner Steib  <Reiner.Steib@gmx.de>
4766         * gnus.texi (Top): Fix version.  Add SASL.
4768 2008-03-29  Michael Albinus  <michael.albinus@gmx.de>
4770         Sync with Tramp 2.1.13.
4772         * trampver.texi: Update release number.
4774 2008-03-29  Chong Yidong  <cyd@stupidchicken.com>
4776         * org.texi: Update to new org-mode website.
4778 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4780         * cl.texi (For Clauses): Fix loop over key-seq to match code.
4782 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4784         * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
4785         gnus-read-ephemeral-gmane-group-url,
4786         gnus-read-ephemeral-emacs-bug-group,
4787         gnus-read-ephemeral-debian-bug-group.
4789 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4791         * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
4793         * gnus-news.texi: Add EasyPG.  Add gnus-article-browse-html-article.
4794         Add FIXMEs for Bookmarks and gnus-registry-marks.
4796 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4798         * gnus.texi (Smileys): Document `smiley-style'.
4800 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4802         * gnus.texi (Gnus Development): Clarify difference between ding and
4803         gnu.emacs.gnus.
4804         (MIME Commands, Using MIME, RSS): Fix markup.
4806         * gnus-faq.texi ([8.4]): Ditto.
4808 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4810         * gnus.texi (Emacsen): Remove obsolete stuff.
4812 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4814         * gnus.texi (Oort Gnus): Add version info WRT
4815         `mail-source-delete-incoming'.
4817 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4819         * gnus.texi (Top): Add "Other related manuals" and version info in
4820         `iftex' output.
4821         (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
4822         gnus-balloon-face-0 and the corresponding format specifiers.
4824 2008-03-26  Michael Albinus  <michael.albinus@gmx.de>
4826         * tramp.texi (Filename completion): Remove footnote about let-bind
4827         of `partial-completion-mode'.  It doesn't work this way.
4829 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4831         * pcl-cvs.texi (Contributors): Update my email.
4833 2008-03-21  Michael Albinus  <michael.albinus@gmx.de>
4835         * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
4837 2008-03-17  Bill Wohler  <wohler@newt.com>
4839         * mh-e.texi (Viewing): Update URL for adding header fields to
4840         mh-invisible-header-fields-default.
4842 2008-03-16  Bill Wohler  <wohler@newt.com>
4844         * mh-e.texi (Preface): Add Gnus to requirements.
4845         (Forwarding): Note that forwarded MIME messages are now inline.
4847 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4849         * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
4850         (Common Variables): Give precedence to the netcat methods over the
4851         telnet methods, and mention that they are more reliable.
4853 2008-03-13  Carsten Dominik  <dominik@science.uva.nl>
4855         * org.texi (Exporting Agenda Views): Document agenda export to
4856         iCalendar.
4857         (Progress logging): Document the new progress logging stuff.
4859 2008-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
4861         * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
4862         Update for change of `mail-source-delete-incoming'.
4864         * gnus-news.texi: Ditto.
4866 2008-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
4868         * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
4869         custom versions.
4871 2008-03-07  Alan Mackenzie  <acm@muc.de>
4873         * cc-mode.texi (Limitations and Known Bugs): State that the number of
4874         parens/brackets in a k&r region is limited.
4876 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4878         * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
4879         using different Emacs versions.
4881 2008-02-27  Glenn Morris  <rgm@gnu.org>
4883         * sc.texi: Remove a lot of old and obsolete info.
4884         (titlepage): Simplify.
4885         (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
4886         (VM with any Emacsen, GNEWS with any Emacsen)
4887         (Overloading for Non-conforming MUAs, Version 3 Changes)
4888         (The Supercite Mailing List): Delete nodes.
4889         (Introduction): Remove info about old packages.
4890         (Getting Connected): Simplify.  Remove info about old packages.
4891         (Citing Commands): Delete Emacs 19 info.
4892         (Hints to MUA Authors): Simplify.
4893         (Thanks and History): Merge in some info from the deleted node
4894         "Version 3 Changes".
4896 2008-02-05  Juanma Barranquero  <lekktu@gmail.com>
4898         * org.texi (Setting tags, In-buffer settings):
4899         * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
4901 2008-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4903         * gnus-news.texi: Mention that spaces and tabs are allowed in the
4904         installation directory name.
4906 2008-02-12  Romain Francoise  <romain@orebokech.com>
4908         * epa.texi (Overview): Fix typo.
4910 2008-02-11  Daiki Ueno  <ueno@unixuser.org>
4912         * epa.texi (Quick start): Remove the .emacs setting.
4914 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
4916         * epa.texi (Quick start): Use the command `epa-enable' instead of
4917         loading `epa-setup'.
4919 2008-02-08  Juanma Barranquero  <lekktu@gmail.com>
4921         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
4922         ($(infodir)/epa, epa.dvi): New targets.
4924 2008-02-08  Daiki Ueno  <ueno@unixuser.org>
4926         * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
4928         * epa.texi: New manual documenting the EasyPG Assistant.
4930 2008-02-06  Michael Albinus  <michael.albinus@gmx.de>
4932         * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
4933         (Inspection): New function dbus-ping.
4935 2008-02-05  Michael Albinus  <michael.albinus@gmx.de>
4937         * tramp.texi (Remote processes): Add `shell-command'.
4939 2008-01-28  Michael Sperber  <sperber@deinprogramm.de>
4941         * gnus.texi (Mail Source Specifiers): Document `group' specifier.
4942         (Group Parameters): Document `mail-source' parameter.
4944 2008-01-27  Michael Albinus  <michael.albinus@gmx.de>
4946         * tramp.texi (Inline methods): The hostname of the su(do)? methods
4947         must be a local host.
4949 2008-01-26  Michael Olson  <mwolson@gnu.org>
4951         * erc.texi: Update version for ERC 5.3 release.
4952         (Obtaining ERC): Update extras URLs for 5.3.
4953         (Development): Write instructions for git, and remove those for Arch.
4954         (History): Mention the switch to git.
4956 2008-01-24  Karl Berry  <karl@gnu.org>
4958         * info.texi (Search Index, Search Text): Mention the command
4959         character in the section name, a la the (Go to node) node.
4961 2008-01-21  Michael Albinus  <michael.albinus@gmx.de>
4963         * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
4965 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4967         * gnus-news.texi: Mention gnus-article-describe-bindings.
4969 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4971         * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
4973 2008-01-18  Carsten Dominik  <dominik@science.uva.nl>
4975         * org.texi (Property inheritance): New section.
4976         (Conventions): New section.
4977         (Structure editing): Document C-RET, the prefix arg to the cut/copy
4978         commands, and the new bindings for refiling.
4979         (Sparse trees): Document the new special command for sparse trees.
4980         (References): Be more clear about the counting of hilines.
4981         (Handling links): Document M-p/n for accessing links.
4982         (Fast access to TODO states): New section.
4983         (Per file keywords): New section.
4984         (Property inheritance): New section.
4985         (Column attributes): New summary types.
4986         (Capturing Column View): New section.
4987         (The date/time prompt): Cover the new features in the date/time prompt.
4988         Compactify the table of keys for the calendar remote control.
4989         (Clocking work time): Document the new :scope parameter.
4990         (Remember): Promoted to chapter.
4991         (Quoted examples): New section.
4992         (Enhancing text): New verbatim environments.
4994 2008-01-14  Michael Albinus  <michael.albinus@gmx.de>
4996         * trampver.texi: Update release number.
4998 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5000         * gnus.texi (Article Keymap):
5001         Add gnus-article-wide-reply-with-original; fix descriptions of
5002         gnus-article-reply-with-original and
5003         gnus-article-followup-with-original.
5005 2008-01-09  Glenn Morris  <rgm@gnu.org>
5007         * nxml-mode.texi: Add @copying section.
5009 2008-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5011         * message.texi (Mail Variables): Add some text from "(gnus)Posting
5012         Server".  Add `message-send-mail-with-mailclient'.
5014         * gnus.texi (Posting Server): Move some text to "(message)Mail
5015         Variables" and add a reference here.
5017 2008-01-04  Michael Albinus  <michael.albinus@gmx.de>
5019         * dbus.texi (Receiving Method Calls): New chapter.
5020         (Errors and Events): Add serial number to events.  Replace "signal" by
5021         "message".  Introduce dbus-event-serial-number.
5023 2008-01-03  Michael Albinus  <michael.albinus@gmx.de>
5025         * dbus.texi (Type Conversion): Explain the type specification for empty
5026         arrays.  Use another example.
5028 2007-12-30  Michael Albinus  <michael.albinus@gmx.de>
5030         * dbus.texi (all): Replace "..." by @dots{}.
5031         (Type Conversion): Precise the value range for :byte types.
5032         (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
5033         Mention its return value.
5034         (Errors and Events): There is no D-Bus error propagation during event
5035         processing.
5037 2007-12-29  Jay Belanger  <jay.p.belanger@gmail.com>
5039         * calc.tex (Yacas Language, Maxima Language, Giac Language):
5040         New sections.
5042 2007-12-29  Reiner Steib  <Reiner.Steib@gmx.de>
5044         * gnus.texi (Group Parameters): Reorder the text and add a note about
5045         `gnus-parameters' near the beginning of the node.
5047 2007-12-29  IRIE Tetsuya  <irie@t.email.ne.jp>  (tiny change)
5049         * gnus.texi (Score File Editing): Fix function name.
5051 2007-12-23  Michael Albinus  <michael.albinus@gmx.de>
5053         Sync with Tramp 2.1.12.
5055         * trampver.texi: Update release number.
5057 2007-12-22  Michael Albinus  <michael.albinus@gmx.de>
5059         * dbus.texi (Type Conversion): Correct input parameters mapping.
5061 2007-12-21  Michael Albinus  <michael.albinus@gmx.de>
5063         * dbus.texi (Type Conversion): Extend for D-Bus compound types.
5064         (Errors and Events): Mention wrong-type-argument error.
5066 2007-12-21  Alex Schroeder  <alex@gnu.org>
5068         * rcirc.texi: Changed single spaces after sentence end to double
5069         spaces.  Fixed some typos.
5070         (Internet Relay Chat): Explain relay.
5071         (Getting started with rcirc): Change items to reflect prompts.
5072         Add more explanation to rcirc-track-minor-mode and added a comment to
5073         warn future maintainers that this section is a copy.
5074         (People): Change /ignore example.
5075         (Keywords): Not keywords.
5077 2007-12-20  Alex Schroeder  <alex@gnu.org>
5079         * rcirc.texi (Top): Fighting Information Overload chapter added.
5080         (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
5081         (rcirc commands): Move /ignore command to the new chapter.
5082         (Fighting Information Overload): New chapter documenting /keyword,
5083         /bright, /dim, channel ignore, and low priority channels.
5084         (Configuration): Document rcirc-server-alist, remove
5085         rcirc-startup-channels-alist and rcirc-default-server.
5087 2007-12-16  Michael Albinus  <michael.albinus@gmx.de>
5089         * dbus.texi (Signals): Fix example in dbus-register-signal.
5091 2007-12-14  Sven Joachim  <svenjoac@gmx.de>
5093         * gnus.texi (Score Variables): Fix typo.
5095 2007-12-07  Michael Albinus  <michael.albinus@gmx.de>
5097         * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
5098         (Signals): Adapt dbus-send-signal and dbus-register-signal.
5099         (Errors and Events): Adapt dbus-event.
5101 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5103         * gnus.texi (Other Files): Add the yenc command.
5105 2007-11-30  Reiner Steib  <Reiner.Steib@gmx.de>
5107         * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
5108         since 2004-08-06.
5110 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5112         * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
5113         on body.
5115 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5117         * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
5118         and rfc2047-allow-irregular-q-encoded-words; fix description of
5119         rfc2047-encode-encoded-words.
5121 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5123         * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
5125 2007-12-05  Michael Olson  <mwolson@gnu.org>
5127         * remember.texi (Diary): Remove "require" line for remember-diary.el.
5128         Update documentation for `remember-diary-file'.
5130 2007-12-04  Michael Albinus  <michael.albinus@gmx.de>
5132         * dbus.texi (Signals): Precise `dbus-register-signal'.
5133         (Errors and Events): Rework events part, the internal structure of
5134         dbus-event has changed.
5136 2007-12-03  Juanma Barranquero  <lekktu@gmail.com>
5138         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
5139         ($(infodir)/dbus, dbus.dvi): New targets.
5141 2007-12-03  Michael Albinus  <michael.albinus@gmx.de>
5143         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
5144         unconditionally.
5146         * dbus.texi (Synchronous Methods): Show the result of the "lshal"
5147         emulation with @print{}.
5149 2007-12-02  Richard Stallman  <rms@gnu.org>
5151         * dbus.texi (Overview): Minor cleanup.
5153 2007-12-02  Michael Albinus  <michael.albinus@gmx.de>
5155         * Makefile.in (INFO_TARGETS): Add dbus.
5156         (DVI_TARGETS): Add dbus.dvi.
5157         (dbus, dbus.dvi): New targets.
5159         * dbus.texi: New file.
5161 2007-11-24  Romain Francoise  <romain@orebokech.com>
5163         * nxml-mode.texi: Add description in @direntry.
5164         Fix file name to match @setfilename.
5166 2007-11-23  Mark A. Hershberger  <mah@everybody.org>
5168         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5169         ($(infodir)/nxml-mode): New rule.
5171         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5172         ($(infodir)/nxml-mode): New rule.
5173         (clean): Add nxml-mode*.
5175         * nxml-mode.texi: New file with nxml manual.
5177 2007-11-18  Richard Stallman  <rms@gnu.org>
5179         * flymake.texi (Example -- Configuring a tool called directly):
5180         Update example.
5182 2007-11-18  Michael Albinus  <michael.albinus@gmx.de>
5184         * tramp.texi (Filename completion): Simplify explanation of
5185         double-slash behavior.  Explain directory contents flushing.
5187 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
5189         * calc.texi (TeX and LaTeX Language Modes): Put in
5190         missing braces.
5192 2007-11-15  Richard Stallman  <rms@gnu.org>
5194         * cl.texi (Equality Predicates): Delete `eql'.
5195         (Predicates, Naming Conventions, Top): Delete `eql'.
5196         (Common Lisp Compatibility): Delete `eql'.
5197         (Porting Common Lisp): Delete obsolete backquote info.
5198         Minor clarification about character constants.
5199         (Sequence Basics): Minor clarification.
5201 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
5203         * cc-mode.texi (Electric Keys, Custom Macros):
5204         * tramp.texi (Filename completion): Fix typos.
5206 2007-11-15  Jay Belanger  <jay.p.belanger@gmail.com>
5208         * calc.texi (Basic commands): Mention the menu.
5210 2007-11-12  Michael Albinus  <michael.albinus@gmx.de>
5212         * tramp.texi (Connection caching): Tramp flushes connection
5213         properties when remote operating system has been changed.
5215 2007-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
5217         * gnus-news.texi: Fix spelling.
5218         `message-insert-formatted-citation-line', not
5219         `message-insert-formated-citation-line'.
5221         * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
5223 2007-11-07  Michael Albinus  <michael.albinus@gmx.de>
5225         * tramp.texi (Overview): Mention also the PuTTY integration under
5226         w32.  Remove paragraphs about Tramp's experimental status.
5227         (Frequently Asked Questions): Add code example for highlighting the
5228         mode line.
5230 2007-11-03  Michael Olson  <mwolson@gnu.org>
5232         * remember.texi: Change mentions of remember-buffer to
5233         remember-finalize throughout.
5235 2007-10-30  Michael Olson  <mwolson@gnu.org>
5237         * remember.texi (Copying): Remove.
5238         (Mailbox): Update with non-BBDB instructions.
5239         (Diary, Org): Add.
5240         (Bibliography, Planner Page): Remove.
5242 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
5244         * makefile.w32-in (INFO_TARGETS): Add remember.
5245         (DVI_TARGETS): Add remember.dvi.
5246         ($(infodir)/remember): New rule.
5247         (clean): Add remember*.
5249 2007-10-30  Michael Olson  <mwolson@gnu.org>
5251         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
5252         ($(infodir)/remember): New rule that builds the Remember Manual.
5254         * remember.texi: New file containing the Remember Mode Manual.
5255         Shuffle chapters around after initial import.
5256         (Function Reference): Split Keystrokes into separate chapter.
5257         (Keystrokes): Document C-c C-k.
5258         (Introduction): Fix typographical issue with "---".
5260 2007-10-29  Richard Stallman  <rms@gnu.org>
5262         * widget.texi (Introduction): Delete discussion of implementation
5263         internals.
5265 2007-10-29  Michael Albinus  <michael.albinus@gmx.de>
5267         * tramp.texi (Connection caching): Host names must be different
5268         when tunneling.
5270 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5272         * gnus.texi, gnus-faq.texi, message.texi: Bump version to
5273         Gnus v5.13.
5275 2007-10-28  Miles Bader  <miles@gnu.org>
5277         * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
5279 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5281         * gnus.texi (Sorting the Summary Buffer):
5282         Remove gnus-article-sort-by-date-reverse.
5284 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5286         * gnus.texi (Non-ASCII Group Names): New node.
5287         (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
5288         gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
5290 2007-10-28  Michaël Cadilhac  <michael@cadilhac.name>
5292         * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
5293         clean the output of the program `imap-shell-program'.
5295 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5297         * gnus.texi (IMAP): Mention nnimap-logout-timeout.
5299 2007-10-28  Tassilo Horn  <tassilo@member.fsf.org>
5301         * gnus.texi (Sticky Articles): Documentation for sticky article
5302         buffers.
5304 2007-10-28  Michaël Cadilhac  <michael@cadilhac.name>
5306         * gnus.texi (RSS): Document nnrss-ignore-article-fields.
5308 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5310         * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
5312 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5314         * gnus.texi (Archived Messages):
5315         Document gnus-update-message-archive-method.
5317 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5319         * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
5321 2007-10-28  Michaël Cadilhac  <michael@cadilhac.name>
5323         * gnus.texi (Group Maneuvering):
5324         Document `gnus-summary-next-group-on-exit'.
5326 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5328         * gnus.texi (Really Various Summary Commands):
5329         Mention gnus-auto-select-on-ephemeral-exit.
5331 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5333         * gnus.texi, message.texi: Bump version number.
5335 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5337         * gnus.texi (Group Line Specification, Misc Group Stuff)
5338         (Server Commands): Parenthesize @pxref{Mail Spool}.
5340 2007-10-28  Didier Verna  <didier@xemacs.org>
5342         New user option: message-signature-directory.
5343         * message.texi (Insertion Variables): Document it.
5344         * gnus.texi (Posting Styles): Ditto.
5346 2007-10-28  Didier Verna  <didier@xemacs.org>
5348         * gnus.texi (Group Line Specification):
5349         * gnus.texi (Misc Group Stuff):
5350         * gnus.texi (Server Commands): Document the group compaction feature.
5352 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5354         * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
5356         * message.texi (Various Message Variables): Add message-fill-column.
5358 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5360         * gnus.texi: Untabify.
5362 2007-10-28  Didier Verna  <didier@xemacs.org>
5364         * gnus.texi (Group Parameters): Document the posting-style merging
5365         process in topic-mode.
5367 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5369         * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
5371 2007-10-28  Romain Francoise  <romain@orebokech.com>
5373         * gnus.texi (Mail Spool): Fix typo.
5374         Update copyright.
5376 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5378         * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
5380 2007-10-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5382         * gnus.texi (Summary Generation Commands):
5383         Add gnus-summary-insert-ticked-articles.
5385 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5387         * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
5388         to spam-spamassassin-program.
5390 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5392         * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
5394 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5396         * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
5398 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5400         * message.texi (Mail Headers): Document `opportunistic'.
5402 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5404         * emacs-mime.texi (Encoding Customization): Explain how to set
5405         mm-coding-system-priorities per hierarchy.
5407 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5409         * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
5410         nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
5412 2007-10-28  Didier Verna  <didier@xemacs.org>
5414         * message.texi (Wide Reply): Update documentation of
5415         message-dont-reply-to-names (now allowing a list of regexps).
5417 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5419         * gnus.texi (Spam Package Introduction): Fix spam menu and links.
5421 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5423         * gnus.texi (SpamAssassin back end): Fix typo.
5425         * sieve.texi (Examples): Fix grammar.
5427 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5429         * gnus.texi (Searching for Articles): Document M-S and M-R.
5430         (Limiting): Document / b.
5432 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5434         * gnus.texi (Thread Commands): T M-^.
5436 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5438         * message.texi (Mail Aliases): Document ecomplete.
5439         (Mail Aliases): Fix typo.
5441 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5443         * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
5444         fix typo.
5446 2007-10-28  Romain Francoise  <romain@orebokech.com>
5448         * gnus.texi (Mail Spool): Grammar fix.
5450 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5452         * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
5453         string.
5455 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5457         * gnus.texi (Group Parameters): Fix description.
5459 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5461         * gnus.texi (Gmane Spam Reporting):
5462         Fix spam-report-gmane-use-article-number.
5463         Add spam-report-user-mail-address.
5465 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5467         * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
5469 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5471         * gnus.texi (Group Parameters): Add simplified sorting example based on
5472         example for `Sorting the Summary Buffer' from Jari Aalto
5473         <jari.aalto@cante.net>.
5474         (Example Methods): Add example for an indirect connection.
5476 2007-10-28  Kevin Greiner  <kevin.greiner@compsol.cc>
5478         * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
5479         (Agent Parameters): Updated parameter names to match code.
5480         (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
5481         'gnus-agent-summary-fetch-series'.
5482         (Agent and flags): New section providing a generalized discussion
5483         of flag handling.
5484         (Agent and IMAP): Remove flag discussion.
5485         (Agent Variables): Add 'gnus-agent-synchronize-flags'.
5487 2007-10-28  Romain Francoise  <romain@orebokech.com>
5489         * gnus.texi (Exiting the Summary Buffer): Add new function
5490         `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
5492 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5494         * gnus.texi (Conformity): Fix typo.
5495         (Customizing Articles): Document `first'.
5497 2007-10-28  Jari Aalto  <jari.aalto@cante.net>
5499         * gnus.texi (Sorting the Summary Buffer):
5500         Add `gnus-thread-sort-by-date-reverse'.  Add example
5501         host to different sorting in NNTP and RSS groups.
5503 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5505         * message.texi (Insertion): Describe prefix for
5506         message-mark-inserted-region and message-mark-insert-file.
5508 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5510         * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
5511         LaTeX documents.  Describe "text/x-gnus-verbatim".
5513 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
5515         * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
5516         (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
5517         (spam-stat spam filtering, SpamOracle)
5518         (Extending the Spam ELisp package): Remove extra quote symbol for
5519         clarity.
5521 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5523         * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
5524         gnus-article-delete-part and gnus-article-replace-part.
5525         (Using MIME): Add gnus-mime-replace-part.
5527 2007-10-28  Romain Francoise  <romain@orebokech.com>
5529         * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
5530         requires `auto-compression-mode' to be enabled.  Add new nnml
5531         variable `nnml-compressed-files-size-threshold'.
5533 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5535         * gnus.texi (Sorting the Summary Buffer):
5536         Add gnus-thread-sort-by-recipient.
5538 2007-10-28  Romain Francoise  <romain@orebokech.com>
5540         * message.texi (Insertion Variables): Mention new variable
5541         `message-yank-empty-prefix'.  Change `message-yank-cited-prefix'
5542         documentation accordingly.
5544 2007-10-28  Romain Francoise  <romain@orebokech.com>
5546         * gnus.texi (To From Newsgroups): Mention new variables
5547         `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
5549 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5551         * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
5552         stuff; gnus-mime-inline-part does the automatic decompression.
5554 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
5556         * gnus.texi (Spam ELisp Package Configuration Examples):
5557         "training.ham" should be "training.spam".
5559 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5561         * message.texi (Mail Variables): Fix the default value for
5562         message-send-mail-function.
5564 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5566         * gnus.texi (Optional Back End Functions): nntp-request-update-info
5567         always returns nil exceptionally.
5569 2007-10-28  Simon Josefsson  <jas@extundo.com>
5571         * gnus.texi (Article Washing): Add libidn URL.
5572         Suggested by Michael Cook <michael@waxrat.com>.
5574 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5576         * gnus.texi (Topic Commands): Fix next/previous.
5578 2007-10-28  Simon Josefsson  <jas@extundo.com>
5580         * gnus.texi (Article Washing): Mention `W i'.
5582 2007-10-28  Jochen Küpper  <jochen@fhi-berlin.mpg.de>
5584         * gnus.texi (Group Parameters): Slight extension of sieve
5585         parameter description.
5587 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5589         * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
5590         matching score files as well.
5591         (Picons): Describe `gnus-picon-style'.
5593 2007-10-28  Romain Francoise  <romain@orebokech.com>
5595         * message.texi (Message Headers): Mention that headers are hidden
5596         using narrowing, and how to expose them.
5597         Update copyright.
5599 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5601         * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
5602         `gnus-summary-sort-by-recipient'.
5604 2007-10-28  Romain Francoise  <romain@orebokech.com>
5606         * gnus.texi (NNTP marks): New node.
5607         (NNTP): Move NNTP marks variables to the new node.
5609 2007-10-28  Jesper Harder  <harder@ifa.au.dk>
5611         * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
5613         * gnus.texi (MIME Commands, Hashcash): Markup fix.
5615 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
5617         * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
5618         everywhere for consistency.
5619         (Filtering Spam Using The Spam ELisp Package): Admonish again.
5620         (Spam ELisp Package Sequence of Events): This is Gnus, say so.
5621         Say "regular expression" instead of "regex."  Admonish.
5622         Pick other words to sound better (s/so/thus/).
5623         (Spam ELisp Package Filtering of Incoming Mail):
5624         Mention statistical filters.  Remove old TODO.
5625         (Spam ELisp Package Sorting and Score Display in Summary Buffer):
5626         New section on sorting and displaying the spam score.
5627         (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
5628         backend but an alias to spam-use-BBDB.
5629         (Extending the Spam ELisp package): Rewrite the example using the
5630         new backend functionality.
5632 2007-10-28  Simon Josefsson  <jas@extundo.com>
5634         * gnus.texi (NNTP): Mention nntp-marks-is-evil and
5635         nntp-marks-directory, from Romain Francoise
5636         <romain@orebokech.com>.
5638 2007-10-28  Magnus Henoch  <mange@freemail.hu>
5640         * gnus.texi (Hashcash): New default value of
5641         hashcash-default-payment.
5643 2007-10-28  Simon Josefsson  <jas@extundo.com>
5645         * gnus.texi (Hashcash): Fix URL.  Add pref to spam section.
5646         (Anti-spam Hashcash Payments): No need to load hashcash.el now.
5648 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5650         * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
5652 2007-10-28  Simon Josefsson  <jas@extundo.com>
5654         * gnus.texi (documentencoding): Add, to avoid warnings.
5656 2007-10-28  Simon Josefsson  <jas@extundo.com>
5658         * message.texi (Mail Headers): Add.
5660         * gnus.texi (Hashcash): Fix.
5662 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
5664         * gnus.texi (Hashcash): Change location of library, also mention
5665         that payments can be verified and fix the name of the
5666         hashcash-path variable.
5668 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5670         * gnus.texi (Article Display): Add `gnus-picon-style'.
5672 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5674         * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
5676 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
5678         * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
5679         (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
5680         warning about ham processors in spam groups removed.
5682 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
5684         * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
5685         From Hubert Chan <hubert@uhoreg.ca>.
5687 2007-10-28  Jesper Harder  <harder@ifa.au.dk>
5689         * gnus.texi (Spam ELisp Package Sequence of Events): Index.
5690         (Mailing List): Typo.
5691         (Customizing Articles): Add gnus-treat-ansi-sequences.
5692         (Article Washing): Index.
5694         * message.texi: Use m-dash consistently.
5696 2007-10-28  Jesper Harder  <harder@ifa.au.dk>
5698         * gnus.texi (GroupLens): Remove.
5700 2007-10-28  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5702         * gnus.texi (Outgoing Messages, Agent Variables):
5703         Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
5704         Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
5706 2007-10-28  Jesper Harder  <harder@ifa.au.dk>
5708         * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
5710 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5712         * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
5714         * gnus.texi (No Gnus): New node.  Includes `gnus-news.texi'.
5716 2007-10-28  Simon Josefsson  <jas@extundo.com>
5718         * gnus.texi (Top): Add SASL.
5720 2007-10-27  Emanuele Giaquinta  <e.giaquinta@glauco.it>  (tiny change)
5722         * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
5724 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5726         * gnus.texi (Troubleshooting): Adjust Gnus version number.
5728 2007-10-27  Jay Belanger  <jay.p.belanger@gmail.com>
5730         * calc.texi (Formulas, Composition Basics): Lower the
5731         precedence of negation.
5733 2007-10-25  Jonathan Yavner  <jyavner@member.fsf.org>
5735         * ses.texi (The Basics): Mention how to create a new spreadsheet.
5736         Mention the new three-letter column identifiers.
5737         (More on cell printing): Calculate-cell and truncate-cell are now `c'
5738         and `t' rather than `C-c C-c' and `C-c C-t'.  Mention the stupid error
5739         message when using `c' on an empty default with default printer.
5740         (Buffer-local variables in spreadsheets): `symbolic-formulas' was
5741         renamed to `ses--symbolic-formulas' some time ago.
5743 2007-10-25  Jay Belanger  <jay.p.belanger@gmail.com>
5745         * calc.texi (Default Simplifications, Making Selections)
5746         (Customizing Calc): Clarify associativity of multiplication.
5748 2007-10-23  Michael Albinus  <michael.albinus@gmx.de>
5750         * tramp.texi (Traces and Profiles): Simplify loop over
5751         `trace-function-background'.
5753 2007-10-22  Juri Linkov  <juri@jurta.org>
5755         * dired-x.texi (Shell Command Guessing): Default values are now
5756         available by typing M-n instead of M-p.
5758 2007-10-21  Michael Albinus  <michael.albinus@gmx.de>
5760         * tramp.texi (Cleanup remote connections): New section.
5761         (Password caching): Remove `tramp-clear-passwd'.
5762         It's not a command anymore.
5763         (Bug Reports): Add `tramp-bug' to function index.
5764         (Function Index, Variable Index): New nodes.
5765         (Remote shell setup): Describe `tramp-password-prompt-regexp'.
5767         * trampver.texi: Update release number.
5769 2007-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
5771         * calc.texi (History and Acknowledgements): Turn comment
5772         about integer size into past tense.
5773         (Time Zones): Remove pointer to Calc author's address.
5774         (Trigonometric and Hyperbolic Functions): Mention cotangent
5775         and hyperbolic cotangent.  Fix typo.
5777 2007-10-10  Michael Albinus  <michael.albinus@gmx.de>
5779         Sync with Tramp 2.1.11.
5781         * trampver.texi: Update release number.
5783 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
5785         * tramp.texi (External packages): New section.
5787 2007-09-29  Juri Linkov  <juri@jurta.org>
5789         * info.texi (Help-Int): Document `L' (`Info-history').
5791 2007-09-26  Carsten Dominik  <dominik@science.uva.nl>
5793         * org.texi: Change links to webpage and maintained email.
5794         (Remember): Promote to Chapter, significant changes.
5795         (Fast access to TODO states): New section.
5796         (Faces for TODO keywords): New section.
5797         (Export options): Example for #+DATE.
5798         (Progress logging): Section moved.
5800 2007-09-26  Bill Wohler  <wohler@newt.com>
5802         * mh-e.texi (HTML): Mention binding of S-mouse-2 to
5803         browse-url-at-mouse.
5805 2007-09-20  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
5807         * flymake.texi (Customizable variables): Face names don't end in -face.
5808         Fix flymake-err-line-patterns template.
5809         (Example -- Configuring a tool called directly): Fix init-function.
5810         (Highlighting erroneous lines): Face names don't end in -face.
5812 2007-09-18  Exal de Jesus Garcia Carrillo  <exal@gmx.de>  (tiny change)
5814         * erc.texi (Special-Features): Fix small typo.
5816 2007-09-14  Michael Albinus  <michael.albinus@gmx.de>
5818         * tramp.texi (Filename Syntax): Provide links to "Inline methods"
5819         and "External transfer methods".
5821 2007-09-13  Jay Belanger  <jay.p.belanger@gmail.com>
5823         * calc.texi (Predefined Units): Add some history.
5825 2007-09-08  Michael Olson  <mwolson@gnu.org>
5827         * erc.texi (Copying): New section included from gpl.texi.
5828         This matches the look of the upstream ERC manual.
5830 2007-09-07  Jay Belanger  <jay.p.belanger@gmail.com>
5832         * calc.texi (History and Acknowledgements): Adjust the "thanks".
5833         (Random Numbers): Clarify the distribution of `random'.
5835 2007-09-06  Glenn Morris  <rgm@gnu.org>
5837         Move manual sources from man/ to subdirectories of doc/.
5838         Split into the Emacs manual in emacs/, and other manuals in misc/.
5839         Change all setfilename commands to use ../../info.
5840         * Makefile.in: Move the parts of the old man/Makefile.in that do not
5841         refer to the Emacs manual here.
5842         (infodir): New variable.
5843         (INFO_TARGETS, info): Use infodir.  Also used by all info targets.
5844         (cc-mode.texi, faq.texi): Update references to source file locations.
5845         * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
5846         do not refer to the Emacs manual here.
5847         (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
5849         * Makefile.in: Add `basename' versions of all info targets, for
5850         convenience when rebuilding just one manual.
5851         (../etc/GNU): Delete obsolete target.
5852         (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
5853         (mostlyclean): Add *.op, *.ops.  Move *.aux *.cps *.fns *.kys *.pgs
5854         *.vrs *.toc here...
5855         (maintainer-clean): ...from here.
5857         * makefile.w32-in (../etc/GNU): Delete obsolete target.
5859 2007-09-01  Jay Belanger  <jay.p.belanger@gmail.com>
5861         * calc.texi (Date Conversions): Clarify definition of
5862         Julian day numbering.
5863         (Date Forms): Clarify definition of Julian day numbering;
5864         add some history.
5866 2007-08-30  Carsten Dominik  <dominik@science.uva.nl>
5868         * org.texi: Version 5.07.
5870 2007-08-24  IRIE Tetsuya  <irie@t.email.ne.jp>  (tiny change)
5872         * message.texi (MIME): Replace mml-attach with mml-attach-file.
5874 2007-08-22  Carsten Dominik  <dominik@science.uva.nl>
5876         * org.texi (Adding hyperlink types): New section.
5877         (Embedded LaTeX): Chapter updated because of LaTeX export.
5878         (LaTeX export): New section.
5879         (Using links out): New section.
5881 2007-08-22  Glenn Morris  <rgm@gnu.org>
5883         * faq.texi (Learning how to do something): Refcards now in
5884         etc/refcards/ directory.
5886 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
5888         * tramp.texi (Remote Programs): Persistency file must be cleared when
5889         changing `tramp-remote-path'.
5890         (Filename Syntax): Don't use @var{} constructs inside the @trampfn
5891         macro.
5893 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
5895         * calc.texi: Move contents to beginning of file.
5896         (Algebraic Entry): Fix the formatting of an example.
5898 2007-08-15  Jay Belanger  <jay.p.belanger@gmail.com>
5900         * calc.texi (Basic Operations on Units): Mention exact versus
5901         inexact conversions.
5903 2007-08-14  Jay Belanger  <jay.p.belanger@gmail.com>
5905         * calc.texi (Basic Operations on Units): Mention default
5906         values for new units.
5907         (Quick Calculator Mode): Mention that binary format will
5908         be displayed.
5910 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5912         * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
5914 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5916         * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
5918 2007-08-08  Glenn Morris  <rgm@gnu.org>
5920         * gnus.texi, sieve.texi: Replace `iff'.
5922 2007-08-03  Jay Belanger  <jay.p.belanger@gmail.com>
5924         * calc.texi (Basic Graphics): Mention the graphing of error
5925         forms.
5926         (Graphics Options): Mention how `g s' handles error forms.
5927         (Curve Fitting): Mention plotting the curves.
5928         (Standard Nonlinear Models): Add additional models.
5929         (Curve Fitting Details): Mention the Levenberg-Marquardt method.
5930         (Linear Fits): Correct result.
5932 2007-08-01  Alan Mackenzie  <acm@muc.de>
5934         * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
5935         to "--no-site-file".
5937 2007-07-29  Michael Albinus  <michael.albinus@gmx.de>
5939         * tramp.texi (Frequently Asked Questions): Point to mode line
5940         extension in Emacs 23.1.
5942         * trampver.texi: Update release number.
5944 2007-07-27  Glenn Morris  <rgm@gnu.org>
5946         * calc.texi (Copying): Include license text from gpl.texi, rather than
5947         in-line.
5949 2007-07-25  Glenn Morris  <rgm@gnu.org>
5951         * calc.texi (Copying): Replace license with GPLv3.
5953         * Relicense all FSF files to GPLv3 or later.
5955 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
5957         Sync with Tramp 2.1.10.
5959         * tramp.texi (trampfn): Expand macro implementation in order to handle
5960         empty arguments.
5961         (trampfnmhl, trampfnuhl, trampfnhl): Remove macros.  Replace all
5962         occurrences by trampfn.
5963         (Frequently Asked Questions): Extend example code for host
5964         identification in the modeline.  Add bbdb to approaches shortening Tramp
5965         file names to be typed.
5967         * trampver.texi: Update release number.
5969 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
5971         * tramp.texi: Move @setfilename ../info/tramp up, outside the header
5972         section.  Reported by <poti@potis.org>.
5973         (Remote processes): Arguments of the program to be debugged are taken
5974         literally.
5975         (Frequently Asked Questions): Simplify recentf example.
5977 2007-07-14  Karl Berry  <karl@gnu.org>
5979         * info.texi (@copying): New Back-Cover Text.
5981         * info.texi (Quitting Info): Move to proper place in source.
5982         (Reported by Benno Schulenberg.)
5984 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
5986         * Makefile.in (../info/emacs-mime): Use --enable-encoding.
5988         * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
5990         * emacs-mime.texi: Add @documentencoding directive.
5992 2007-07-12  Nick Roberts  <nickrob@snap.net.nz>
5994         * tramp.texi (Remote processes): Add an anchor to the subsection
5995         "Running a debugger on a remote host".
5997 2007-07-12  Michael Albinus  <michael.albinus@gmx.de>
5999         * tramp.texi (Remote processes): Don't call it "experimental" any
6000         longer.  Add subsection about running a debugger on a remote host.
6002 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
6004         * org.texi (Properties and columns): Chapter rewritten.
6006 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
6008         * tramp.texi:
6009         * trampver.texi: Migrate to Tramp 2.1.
6011 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
6013         * org.texi (Properties): New chapter.
6015 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6017         * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
6018         Control Panel.
6020         * gnus.texi (Misc Article): Add index entry for
6021         gnus-single-article-buffer.
6023 2007-06-27  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6025         * gnus.texi (Starting Up): Fix typo.
6027 2007-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6029         * gnus.texi (Asynchronous Fetching): Fix typo.
6031 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
6033         * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
6034         (About This Manual): Remove redundant information.
6035         (Getting Started): Mention author.
6036         (Basic Arithmetic, Customizing Calc): Make description of the
6037         variable `calc-multiplication-has-precedence' match its new effect.
6039 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
6041         * calc.texi (Basic Arithmetic, Customizing Calc):
6042         Mention the variable `calc-multiplication-has-precedence'.
6044 2007-06-19  Carsten Dominik  <dominik@science.uva.nl>
6046         * org.texi (Tag): Section swapped with node Timestamps.
6047         (Formula syntax for Lisp): Document new `L' flag.
6049 2007-06-06  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6051         * gnus.texi (Misc Group Stuff, Summary Buffer)
6052         (Server Commands, Article Keymap): Fix typo.  s/function/command/.
6054 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6056         * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
6057         * gnus.texi (Article Buttons, Mail Source Customization)
6058         (Sending or Not Sending, Customizing NNDiary):
6059         * message.texi (Message Headers):
6060         * mh-e.texi (HTML): Fix typos.
6062 2007-06-07  Michael Albinus  <michael.albinus@gmx.de>
6064         Sync with Tramp 2.0.56.
6066         * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
6067         settings.  Reported by Ted Zlatanov <tzz@lifelogs.com>.
6069 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
6071         * Version 22.1 released.
6073 2007-05-26  Michael Olson  <mwolson@gnu.org>
6075         * erc.texi (Modules): Fix references to completion modules.
6077 2007-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
6079         * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
6081 2007-05-09  Didier Verna  <didier@xemacs.org>
6083         * gnus.texi (Email Based Diary): New.  Proper documentation for the
6084         nndiary back end and the gnus-diary library.
6086 2007-05-03  Karl Berry  <karl@gnu.org>
6088         * .cvsignore (*.pdf): New entry.
6090         * texinfo.tex: Update from current version for better pdf generation.
6092 2007-04-30  Reiner Steib  <Reiner.Steib@gmx.de>
6094         * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
6096 2007-04-28  Glenn Morris  <rgm@gnu.org>
6098         * faq.texi (New in Emacs 22): Restore mention of python.el pending
6099         consideration of legal status.
6101 2007-04-27  J.D. Smith  <jdsmith@as.arizona.edu>
6103         * idlwave.texi: Minor updates for IDLWAVE 6.1.
6105 2007-04-24  Chong Yidong  <cyd@stupidchicken.com>
6107         * faq.texi (New in Emacs 22): python.el removed.
6109 2007-04-23  Jay Belanger  <jay.p.belanger@gmail.com>
6111         * calc.texi (Reporting bugs): Update maintainer's address.
6113 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
6115         * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
6117 2007-04-15  Jay Belanger  <belanger@truman.edu>
6119         * calc.texi (Title page): Remove the date.
6120         (Basic Arithmetic): Emphasize that / binds less strongly than *.
6121         (The Standard Calc Interface): Change trail title.
6122         (Floats): Mention that when non-decimal floats are entered, only
6123         approximations are stored.
6124         (Copying): Move to the appendices.
6125         (GNU Free Documentation License): Add as an appendix.
6127 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
6129         * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
6130         * dired-x.texi, ebrowse.texi, ediff.texi:
6131         * emacs-mime.texi, erc.texi, eshell.texi:
6132         * eudc.texi, flymake.texi, forms.texi, gnus.texi:
6133         * idlwave.texi, message.texi, newsticker.texi, org.texi:
6134         * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
6135         * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
6136         * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
6137         * woman.texi: Include GFDL.
6139         * doclicense.texi: Remove node heading, so that it can be included by
6140         other files.
6142         * dired-x.texi: Relicence under GFDL.  Remove date from title page.
6144         * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
6145         than *.
6147 2007-04-14  Carsten Dominik  <dominik@science.uva.nl>
6149         * org.texi (Formula syntax for Calc): Emphasize the operator precedence
6150         in Calc.
6152 2007-04-09  Romain Francoise  <romain@orebokech.com>
6154         * faq.texi (New in Emacs 22): Mention improvements to the Windows and
6155         Mac OS ports.  Make it clear that mouse-1 complements and doesn't
6156         replace mouse-2.
6158 2007-04-08  Chong Yidong  <cyd@stupidchicken.com>
6160         * woman.texi (Word at point, Interface Options): woman-topic-at-point
6161         renamed to woman-use-topic-at-point.  Document new behavior.
6163 2007-04-08  Richard Stallman  <rms@gnu.org>
6165         * url.texi: Fix some indexing.
6166         (Disk Caching): Drop discussion of old/other Emacs versions.
6168 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
6170         * url.texi (Disk Caching): Say Emacs 21 "and later".
6172         * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
6173         on Font locking which now mentions JIT lock.
6175 2007-04-01  Michael Olson  <mwolson@gnu.org>
6177         * erc.texi: Update for the ERC 5.2 release.
6179 2007-03-31  David Kastrup  <dak@gnu.org>
6181         * woman.texi (Topic, Interface Options): Explain changes semantics of
6182         woman-manpath in order to consider MANPATH_MAP entries.
6184 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
6186         * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
6188 2007-03-26  Richard Stallman  <rms@gnu.org>
6190         * pgg.texi (Caching passphrase): Clean up previous change.
6192 2007-03-25  Thien-Thi Nguyen  <ttn@gnu.org>
6194         * gnus.texi (Setting Process Marks): Fix typo.
6196 2007-03-25  Romain Francoise  <romain@orebokech.com>
6198         * faq.texi (New in Emacs 22): Reorganize using an itemized list for
6199         readability, and include various fixes by Daniel Brockman, Nick Roberts
6200         and Dieter Wilhelm.
6202 2007-03-24  Thien-Thi Nguyen  <ttn@gnu.org>
6204         * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
6206         * gnus.texi (Mail Source Specifiers): Fix typo.
6208 2007-03-22  Ralf Angeli  <angeli@caeruleus.net>
6210         * reftex.texi (Imprint): Update maintainer information.
6212 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6214         * message.texi (Message Buffers): Update documentation for
6215         message-generate-new-buffers.
6217 2007-03-15  Daiki Ueno  <ueno@unixuser.org>
6219         * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
6221 2007-03-21  Glenn Morris  <rgm@gnu.org>
6223         * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
6225 2007-03-19  Chong Yidong  <cyd@stupidchicken.com>
6227         * eshell.texi (Known problems): Emacs 21 -> 22.
6229         * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
6231 2007-03-18  Jay Belanger  <belanger@truman.edu>
6233         * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
6235 2007-03-12  Glenn Morris  <rgm@gnu.org>
6237         * calc.texi (Time Zones): Switch to new North America DST rule.
6239         * calc.texi: Replace "daylight savings" with "daylight
6240         saving" in text throughout.
6242 2007-03-11  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6244         * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
6245         The variable now uses a list of symbols instead of just a symbol.
6246         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
6248 2007-03-06  Romain Francoise  <romain@orebokech.com>
6250         * faq.texi (New in Emacs 22): Don't say "now" too much.  Add MH-E to
6251         new packages, and mention Gnus update.
6253 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6255         * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
6256         nntp-open-connection-functions-never-echo-commands.
6258 2007-02-27  Chong Yidong  <cyd@stupidchicken.com>
6260         * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
6261         problems on the console, and security risk in not using gpg-agent.
6263 2007-02-25  Carsten Dominik  <dominik@science.uva.nl>
6265         * org.texi (The spreadsheet): Rename from "Table calculations".
6266         Completely reorganized and rewritten.
6267         (CamelCase links): Section removed.
6268         (Repeating items): New section.
6269         (Tracking TODO state changes): New section.
6270         (Agenda views): Chapter reorganized and rewritten.
6271         (HTML export): Section rewritten.
6272         (Tables in arbitrary syntax): New section.
6273         (Summary): Better feature summary.
6274         (Activation): Document problem with cut-and-paste of Lisp code
6275         from PDF files.
6276         (Visibility cycling): Document indirect buffer use.
6277         (Structure editing): Document sorting.
6278         (Remember): Section rewritten.
6279         (Time stamps): Better description of time stamp types.
6280         (Tag searches): Document regular expression search for tags.
6281         (Stuck projects): New section.
6282         (In-buffer settings): New keywords.
6283         (History and Acknowledgments): Updated description.
6285 2007-02-24  Alan Mackenzie  <acm@muc.de>
6287         * cc-mode.texi (Movement Commands): Insert two missing command names.
6288         (Getting Started): Slight wording correction (use conditional).
6290 2007-02-22  Kim F. Storm  <storm@cua.dk>
6292         * widget.texi (User Interface, Basic Types): Document need to put some
6293         text before the %v escape in :format string in editable-field widget.
6295 2007-02-18  Romain Francoise  <romain@orebokech.com>
6297         * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
6298         `cvs-mode-quit'.
6300 2007-02-10  Markus Triska  <markus.triska@gmx.at>
6302         * widget.texi (Programming Example): Put constant strings in :format.
6304 2007-02-07  Juanma Barranquero  <lekktu@gmail.com>
6306         * faq.texi (Fullscreen mode on MS-Windows): New node.
6308 2007-02-04  David Kastrup  <dak@gnu.org>
6310         * faq.texi (AUCTeX): Update version number.  Should probably be done
6311         for other packages as well.
6313 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6315         * gnus.texi (Batching Agents): Fix example.  Reported by Tassilo Horn
6316         <tassilo@member.fsf.org>.
6318 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
6320         * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
6321         ls-lisp-use-localized-time-format.
6323 2007-01-20  Markus Triska  <markus.triska@gmx.at>
6325         * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
6327 2007-01-13  Michael Olson  <mwolson@gnu.org>
6329         * erc.texi (Modules): Mention capab-identify module.
6331 2007-01-05  Michael Olson  <mwolson@gnu.org>
6333         * erc.texi (Getting Started): Update for /RECONNECT command.
6335 2007-01-04  Richard Stallman  <rms@gnu.org>
6337         * ebrowse.texi: Change C-c b to C-c C-m.
6339 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6341         * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
6342         variables only in info to avoid redundant entries in the printed
6343         manual.
6345 2007-01-02  Daiki Ueno  <ueno@unixuser.org>
6347         * message.texi (Using PGP/MIME): Document gpg-agent usage.
6349 2007-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
6351         * message.texi (Security): Split into sub-nodes.
6353 2007-01-01  Alan Mackenzie  <acm@muc.de>
6355         * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
6356         eval-after-load in Emacs <=21 and a workaround.  Document that
6357         trigraphs are not supported.
6359 2007-01-01  Alan Mackenzie  <acm@muc.de>
6361         * cc-mode.texi ("Filling and Breaking"): Amend the doc for
6362         c-context-line-break.  When invoked within a string, preserve
6363         whitespace.  Add a backslash only when also in a macro.
6365 2007-01-01  Alan Mackenzie  <acm@muc.de>
6367         * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
6369 2007-01-01  Alan Mackenzie  <acm@muc.de>
6371         * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
6372         are now bound by default to c-\(beginning\|end\)-of-defun by default.
6374 2007-01-01  Alan Mackenzie  <acm@muc.de>
6376         * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
6377         "Choosing a Style".
6379         * cc-mode.texi ("Styles"): Add @dfn{style}.
6381 2006-12-30  Michael Albinus  <michael.albinus@gmx.de>
6383         Sync with Tramp 2.0.55.
6385         * trampver.texi: Update release number.
6387 2006-12-29  Reiner Steib  <Reiner.Steib@gmx.de>
6389         * gnus.texi (Customizing Articles): Add index entries for all
6390         gnus-treat-* variables.
6392 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
6394         * gnus.texi (IMAP): Fix incorrect explanation of
6395         nnimap-search-uids-not-since-is-evil in documentation for
6396         nnimap-expunge-search-string.
6398 2006-12-27  Reiner Steib  <Reiner.Steib@gmx.de>
6400         * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
6401         spam-ifile-database.
6403 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6405         * gnus.texi (Spam Package Configuration Examples): Don't encourage to
6406         rebind C-s.
6408 2006-12-26  Jouni K. Seppänen  <jks@iki.fi>
6410         * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
6411         (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
6412         "expiring mail".
6413         (IMAP): Document nnimap-search-uids-not-since-is-evil and
6414         nnimap-nov-is-evil.
6416 2006-12-25  Kevin Ryde  <user42@zip.com.au>
6418         * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
6419         about the key procedure being used heavily.
6421 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
6423         * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
6424         to t.
6425         (Prerequisites): Add explanation about gpg-agent.
6427 2006-12-22  Kevin Ryde  <user42@zip.com.au>
6429         * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
6430         "sort" instead of "sort*".
6432 2006-12-19  Richard Stallman  <rms@gnu.org>
6434         * calc.texi (History and Acknowledgements): Recognize that Emacs
6435         now does have floating point.
6437 2006-12-19  Michael Albinus  <michael.albinus@gmx.de>
6439         * tramp.texi (External transfer methods): Describe new method `scpc'.
6441 2006-12-17  Sascha Wilde  <wilde@sha-bang.de>
6443         * pgg.texi: Added short note on gpg-agent to the introduction.
6445 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6447         * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
6448         also applies to Cc.
6450 2006-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6452         * gnus.texi (X-Face): Clarify.  Say which programs are required
6453         on Windows.
6455 2006-12-08  Michael Olson  <mwolson@gnu.org>
6457         * erc.texi (Modules): Remove documentation for list module.
6459 2006-12-05  Michaël Cadilhac  <michael.cadilhac@lrde.org>
6461         * faq.texi (^M in the shell buffer): Ditto.
6463 2006-11-20  Michael Olson  <mwolson@gnu.org>
6465         * erc.texi: Call this the 5.2 stable pre-release of ERC.
6467 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
6469         * org.texi: Fix typos.
6470         (Agenda commands): Document `C-k'.
6472 2006-11-16  Eli Zaretskii  <eliz@gnu.org>
6474         * url.texi (http/https): Fix a typo in the HTTP URL.
6476 2006-11-14  Stephen Leake  <stephen_leake@stephe-leake.org>
6478         * ada-mode.texi: Total rewrite.
6480 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
6482         * org.texi: Minor typo fixes.
6484 2006-11-13  Bill Wohler  <wohler@newt.com>
6486         Release MH-E manual version 8.0.3.
6488         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6489         release 8.0.3.
6491         * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
6492         to set MAILDIR.
6493         (Reading Mail): Document the customization of read-mail-command
6494         for MH-E.
6495         (Viewing Attachments): Document mm-discouraged-alternatives.
6496         (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
6497         (Junk): Add more information about the settings of mh-junk-background
6498         in a program.  Add /usr/bin/mh to PATH in examples.
6500 2006-11-12  Richard Stallman  <rms@gnu.org>
6502         * woman.texi: Update author address but say he no longer maintains it.
6504 2006-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
6506         * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
6507         archived trees.
6508         (Checkboxes): Section moved to chapter 5, and extended.
6509         (The date/time prompt): New section.
6510         (Link abbreviations): New section.
6511         (Presentation and sorting): New section.
6512         (Custom agenda views): Section completely rewritten.
6513         (Summary): Compare with Planner.
6514         (Feedback): More info about creating backtraces.
6515         (Plain lists): Modified example.
6516         (Breaking down tasks): New section.
6517         (Custom time format): New section.
6518         (Time stamps): Document inactive timestamps.
6519         (Setting tags): More details about fast tag selection.
6520         (Block agenda): New section.
6521         (Custom agenda views): Section rewritten.
6522         (Block agenda): New section.
6524 2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
6526         * tramp.texi (Configuration): scp is the default method.
6527         (Default Method): Use ssh as example for another method.
6529 2006-10-27  Richard Stallman  <rms@gnu.org>
6531         * woman.texi: Downcase nroff/troff/roff.
6532         (Installation): Chapter deleted.  Some xrefs deleted.
6533         (Background): woman doesn't advise man ;-).
6535 2006-10-26  Roberto Rodríguez  <lanubeblanca@googlemail.com>  (tiny change)
6537         * ada-mode.texi (Project files, Identifier completion)
6538         (Automatic Casing, Debugging, Using non-standard file names)
6539         (Working Remotely): Fix typos.
6541 2006-10-20  Masatake YAMATO  <jet@gyve.org>
6543         * cc-mode.texi (Sample .emacs File): Add missing `)' in
6544         sample code `my-c-initialization-hook'.
6546 2006-10-19  Stuart D. Herring  <herring@lanl.gov>
6548         * widget.texi: Fix typos.
6550 2006-10-19  Michael Albinus  <michael.albinus@gmx.de>
6552         * tramp.texi (Frequently Asked Questions): Remove questions marked with
6553         "???".  There have been no complaints for years, so the information
6554         must be appropriate.
6556 2006-10-16  Richard Stallman  <rms@gnu.org>
6558         * widget.texi: Use @var instead of capitalization.
6559         Clarify many widget type descriptions.
6561 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6563         * gnus.texi (Other modes): Fix typo.  Add alternative index entry for
6564         gnus-dired-attach.
6565         (Selecting a Group): Fix typo.
6567 2006-10-12  Roberto Rodríguez  <lanubeblanca@googlemail.com>  (tiny change)
6569         * widget.texi: Fix typos.
6571 2006-10-06  Reiner Steib  <Reiner.Steib@gmx.de>
6573         * gnus.texi (Image Enhancements): Update for Emacs 22.
6575         * gnus-faq.texi ([1.3]): Update.
6577 2006-10-06  Richard Stallman  <rms@gnu.org>
6579         * faq.texi (Displaying the current line or column):
6580         Delete "As of Emacs 20".
6582 2006-10-06  Romain Francoise  <romain@orebokech.com>
6584         * faq.texi (VM): VM works with Emacs 22 too.
6586 2006-10-06  Richard Stallman  <rms@gnu.org>
6588         * ebrowse.texi: Remove Emacs version "21" from title.
6590 2006-10-02  Reiner Steib  <Reiner.Steib@gmx.de>
6592         * gnus.texi (Foreign Groups): Say where change of editing commands are
6593         stored.  Add reference to `gnus-parameters'.
6595 2006-09-15  Jay Belanger  <belanger@truman.edu>
6597         * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
6598         Change "Library Public License" to "Lesser Public License"
6599         throughout.  Use "yyyy" to represent year.
6601 2006-09-15  Carsten Dominik  <dominik@science.uva.nl>
6603         * org.texi (Setting tags): Typo fix.
6605 2006-09-14  Reiner Steib  <Reiner.Steib@gmx.de>
6607         * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
6609 2006-09-12  Reiner Steib  <Reiner.Steib@gmx.de>
6611         * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
6613 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
6615         * faq.texi (Escape sequences in shell output): EMACS is now set
6616         to Emacs's absolute file name, not to "t".
6617         (^M in the shell buffer): Likewise.
6618         * misc.texi (Interactive Shell): Likewise.
6620 2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
6622         * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
6623         mails with pop3-leave-mail-on-server.  Fix wording.
6624         (Limiting): Improve gnus-summary-limit-to-articles.
6625         (X-Face): Fix typo.
6627 2006-09-11  Simon Josefsson  <jas@extundo.com>
6629         * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
6630         suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
6632 2006-09-06  Simon Josefsson  <jas@extundo.com>
6634         * smtpmail.texi (Authentication): Mention SSL.
6636 2006-09-01  Eli Zaretskii  <eliz@gnu.org>
6638         * rcirc.texi (Internet Relay Chat, Useful IRC commands):
6639         Don't use @indicateurl.
6641         * cc-mode.texi (Subword Movement): Don't use @headitem.
6642         (Custom Braces, Clean-ups): Don't use @tie.
6644 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
6646         Sync with Tramp 2.0.54.
6648         * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
6649         Suggested by Adrian Phillips <a.phillips@met.no>.
6651 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
6653         * org.texi (Installation, Activation): Split from Installation and
6654         Activation.
6655         (Clocking work time): Documented new features.
6657 2006-08-13  Alex Schroeder  <alex@gnu.org>
6659         * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
6660         example.
6662 2006-08-12  Eli Zaretskii  <eliz@gnu.org>
6664         * faq.texi (How to add fonts): New node.
6666 2006-08-05  Romain Francoise  <romain@orebokech.com>
6668         * faq.texi (New in Emacs 22): Expand.
6670 2006-08-03  Michael Olson  <mwolson@gnu.org>
6672         * erc.texi: Update for ERC 5.1.4.
6674 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6676         * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
6677         in .../site-lisp/gnus/ by default.
6678         [ From gnus-news.texi in the trunk. ]
6680 2006-07-27  Reiner Steib  <Reiner.Steib@gmx.de>
6682         * gnus.texi (MIME Commands): Additions for yEnc.
6684 2006-07-24  Richard Stallman  <rms@gnu.org>
6686         * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
6687         * faq.texi: Move periods and commas inside quotes.
6689 2006-07-20  Jay Belanger  <belanger@truman.edu>
6691         * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
6693 2006-07-18  Chong Yidong  <cyd@stupidchicken.com>
6695         * faq.texi (Security risks with Emacs): Document Emacs 22
6696         file-local-variable mechanism.
6698 2006-07-12  Michael Olson  <mwolson@gnu.org>
6700         * erc.texi: Update for ERC 5.1.3.
6702 2006-07-12  Alex Schroeder  <alex@gnu.org>
6704         * rcirc.texi: Fix typos.
6705         (Getting started with rcirc): New calling convention for M-x irc.
6706         Mention #rcirc.  Removed channel tracking.
6707         (Configuration): Change the names of all variables that got changed
6708         recently, eg. rcirc-server to rcirc-default-server.  Added
6709         documentation for rcirc-authinfo, some background for Bitlbee, and
6710         rcirc-track-minor-mode.
6711         (Scrolling conservatively): Fix the xref from Auto Scrolling to just
6712         Scrolling.
6713         (Reconnecting after you have lost the connection): Fix example code
6714         to match code changes.
6716 2006-07-10  Nick Roberts  <nickrob@snap.net.nz>
6718         * gnus.texi, message.texi: Fix typos.
6720 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
6722         * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
6723         commands.
6724         (Global TODO list): Document the use of the variables
6725         `org-agenda-todo-ignore-scheduled' and
6726         `org-agenda-todo-list-sublevels'.
6728 2006-07-05  Richard Stallman  <rms@gnu.org>
6730         * faq.texi (Scrolling only one line): Fix xref.
6732 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
6734         * faq.texi (Evaluating Emacs Lisp code):
6735         Throughout, replace eval-current-buffer with eval-buffer.
6737 2006-07-03  Richard Stallman  <rms@gnu.org>
6739         * rcirc.texi (Scrolling conservatively): Fix xref.
6741         * pcl-cvs.texi (Viewing differences): Usage fix.
6743 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
6745         * org.texi (Agenda commands): Document `s' key to save all org-mode
6746         buffers.
6748 2006-06-30  Ralf Angeli  <angeli@caeruleus.net>
6750         * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
6751         names.  Mention `cvs-msg' face.
6753 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
6755         * org.texi (Checkboxes): New section.
6757 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
6759         * org.texi (Embedded LaTeX): Fix typos and implement small improvements
6760         throughout this chapter.
6762 2006-06-27  Chong Yidong  <cyd@stupidchicken.com>
6764         * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
6765         text for standalone vs Emacs info.
6766         (Help): Clarify header line description.  Use mouse-1 for clicks.
6767         (Help-P): Use mouse-1 for clicks.
6768         (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
6769         (Help-^L, Help-M, Help-Int, Search Index, Go to node)
6770         (Choose menu subtopic): Remove gratuitous Emacs command names.
6771         (Help-FOO): Put usual behavior first.
6772         (Help-Xref): Clicking on xrefs works in Emacs.
6773         (Search Text): Clarify what the default behavior is.
6774         (Create Info buffer): Fix Emacs window/X window confusion.
6775         (Emacs Info Variables): Fix for new Emacs init file behavior.
6777 2006-06-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6779         * gnus.texi (Summary Buffer Lines): Fix typo.
6781 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
6783         * org.texi (Embedded LaTeX): New chapter.
6784         (Archiving): Section rewritten.
6785         (Enhancing text): Some parts moved to the new chapter about LaTeX.
6787 2006-06-20  Bill Wohler  <wohler@newt.com>
6789         Release MH-E manual version 8.0.1.
6791         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6792         release 8.0.1.
6793         (Preface): Depend on GNU mailutils 1.0 and higher.
6795 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6797         * message.texi (News Headers): Update message-syntax-checks section.
6799 2006-06-19  Karl Berry  <karl@gnu.org>
6801         * info.texi (Advanced): Mention C-q, especially with ?.
6803 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
6805         * org.texi (Publishing links): Document the `:link-validation-function'
6806         property.
6807         (Extensions and Hacking): New chapter, includes some sections of the
6808         "Miscellaneous" chapter.
6810 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
6812         * org.texi (Progress logging): New section.
6814 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
6816         * org.texi (ASCII export): Document indentation adaptation.
6817         (Setting tags): Document mutually-exclusive tags.
6819 2006-06-05  Romain Francoise  <romain@orebokech.com>
6821         * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
6822         Fix typo.
6824         * gnus-faq.texi (Question 8.6): Update reference to the Gnus
6825         channel (#gnus@irc.freenode.net).
6826         Fix typos.  Update copyright notice.
6828         * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
6829         (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
6830         (Line-Up Functions, Custom Macros):
6831         * ediff.texi (Window and Frame Configuration)
6832         (Highlighting Difference Regions):
6833         * emacs-mime.texi (Display Customization):
6834         * erc.texi (History):
6835         * eshell.texi (Known problems):
6836         * eudc.texi (Overview, BBDB):
6837         * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
6838         (The problem of spam, SpamOracle, Extending the Spam package)
6839         (Conformity, Terminology):
6840         * idlwave.texi (Routine Info)
6841         (Class and Keyword Inheritance, Padding Operators)
6842         (Breakpoints and Stepping, Electric Debug Mode)
6843         (Examining Variables, Troubleshooting):
6844         * org.texi (Creating timestamps):
6845         * reftex.texi (Commands, Options, Changes):
6846         * tramp.texi (Inline methods, Password caching)
6847         (Auto-save and Backup, Issues):
6848         * vip.texi (Files, Commands in Insert Mode):
6849         * viper.texi (Emacs Preliminaries, States in Viper)
6850         (Packages that Change Keymaps, Viper Specials, Groundwork):
6851         Fix various typos.
6853 2006-05-31  Michael Ernst  <mernst@alum.mit.edu>
6855         * ediff.texi: Fix typos.
6857 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
6859         * org.texi: Small typo fixes.
6861 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6863         * viper.texi (Viper Specials):
6864         * gnus.texi (Example Setup):
6865         * faq.texi (Backspace invokes help):
6866         * dired-x.texi (Optional Installation Dired Jump):
6867         * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
6868         follow coding conventions.
6870 2006-05-29  Michael Albinus  <michael.albinus@gmx.de>
6872         * tramp.texi (Frequently Asked Questions): Disable zsh zle.
6874 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
6876         * pcl-cvs.texi: Fix typos.
6877         (Customization): Say "us".
6879 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
6881         * org.texi: Remove bogus @setfilename.
6883 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
6885         * org.texi (ASCII export): Omit command name.
6886         (HTML export): Add prefix to all lines in Local Variable example.
6887         (Acknowledgments): Typeset names in italics.
6889 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
6891         * org.texi (Plain lists): Add new item navigation commands.
6892         (External links): Document elisp and info links.
6893         (Custom searches): New section.
6894         (Publishing): New chapter.
6895         (HTML export): Include a list of supported CSS classes.
6896         (Setting tags): Describe the fast-tag-setting interface.
6898 2006-05-20  Luc Teirlinck  <teirllm@auburn.edu>
6900         * dired-x.texi: ifinfo -> ifnottex.
6902 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
6904         * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
6906 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
6908         * message.texi (Interface): Add tool bar customization.
6909         (MIME): Index and text additions for mml-attach.
6910         (MIME): Describe mml-dnd-protocol-alist and
6911         mml-dnd-attach-options.
6913         * gnus.texi (Oort Gnus): Reorder entries in sections.
6914         Fix some entries.
6915         (Starting Up): Add references to "Emacs for Heathens" and to
6916         "Finding the News".  Add user-full-name and user-mail-address.
6917         (Group Buffer Format): Add tool bar customization and update.
6918         (Summary Buffer): Add tool bar customization.
6919         (Posting Styles): Add message-alternative-emails.
6921 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
6923         * tramp.texi (Filename completion): Improve wording.
6925 2006-05-07  Romain Francoise  <romain@orebokech.com>
6927         * faq.texi (Using regular expressions): Fix typo.
6928         (Packages that do not come with Emacs): Fix capitalization.
6929         (Replacing text across multiple files): Expand node to explain how
6930         to use `dired-do-query-replace-regexp' in more detail, based on
6931         suggestion by Eric Hanchrow <offby1@blarg.net>.
6933 2006-05-06  Michael Albinus  <michael.albinus@gmx.de>
6935         * tramp.texi (Filename completion): Completion of remote files'
6936         method, user name and host name is active only in partial
6937         completion mode.
6939 2006-05-06  Bill Wohler  <wohler@newt.com>
6941         Release MH-E manual version 8.0.
6943         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6944         release 8.0.
6946 2006-05-06  Bill Wohler  <wohler@newt.com>
6948         * mh-e.texi (MH-BOOK-HOME): Change from
6949         http://www.ics.uci.edu/~mh/book/mh to
6950         http://rand-mh.sourceforge.net/book/mh.
6951         Replace .htm suffix with .html for MH book files.
6952         (Using This Manual): Update key binding for getting relevant
6953         chapter in Info from command key.
6954         (Ranges): Fix itemx.
6956 2006-05-05  Karl Berry  <karl@gnu.org>
6958         * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
6959         (\fonttextsize): New user-level command to change text font size.
6961 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
6963         * pgg.texi (Caching passphrase): Fix markup and typos.  Simplify.
6965 2006-04-26  Sascha Wilde  <wilde@sha-bang.de>  (tiny change)
6967         * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
6969 2006-04-24  Bill Wohler  <wohler@newt.com>
6971         * mh-e.texi (Getting Started): Make it more explicit that you need
6972         to install MH.  Add pointers to current MH implementations.
6974 2006-04-21  Bill Wohler  <wohler@newt.com>
6976         Release MH-E manual version 7.94.
6978         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6979         release 7.94.
6981 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
6983         * org.texi: Many small fixes.
6984         (Handling links): Rename from "Managing links".
6986 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
6988         * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
6989         (Splitting mail using spam-stat): Fix @xref.
6991 2006-04-20  Chong Yidong  <cyd@stupidchicken.com>
6993         * gnus.texi (Spam Package): Major revision of the text.
6994         Previously this node was "Filtering Spam Using The Spam ELisp Package".
6996 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
6998         * org.texi (Time stamps): Better explanation of the purpose of
6999         different time stamps.
7000         (Structure editing, Plain lists): More details on how new items
7001         and headings are inserted.
7003 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
7005         * org.texi (Formula syntax): Fix link to Calc Manual.
7007 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7009         * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
7011 2006-04-17  Bill Wohler  <wohler@newt.com>
7013         * mh-e.texi (Folders): Update mh-before-quit-hook and
7014         mh-quit-hook example with code that removes the buffers rather
7015         than just bury them.
7017 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
7019         Sync with Tramp 2.0.53.
7021 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
7023         * org.texi (Updating settings): New section.
7024         (Visibility cycling): Better names for the startup folding
7025         options.
7026         (Exporting): Completely restructured.
7027         (The very busy C-c C-c key): New section.
7028         (Summary of in-buffer settings): New section.
7030 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7032         * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
7034 2006-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7036         * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
7037         (Server Commands): Key `v' is reserved for users.
7039 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
7041         * org.texi (Link format): New section, emphasis on bracket links.
7042         (External links): Document bracket links.
7043         (FAQ): Expand to cover shell links and the new link format.
7045 2006-04-09  Kevin Ryde  <user42@zip.com.au>
7047         * org.texi (Formula syntax): Typo in node name of calc-eval xref.
7049 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
7051         * gnus.texi (Summary Buffer Lines): Add `*'.
7053 2006-04-07  Jochen Küpper  <jochen@fhi-berlin.mpg.de>
7055         * gnus.texi (Group Parameters):
7056         Mention gnus-permanently-visible-groups.
7058 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7060         * gnus.texi (Face): Fix typo.
7062 2006-04-05  Reiner Steib  <Reiner.Steib@gmx.de>
7064         * gnus.texi (X-Face): Clarify.
7065         (Face): Need Emacs with PNG support.
7067 2006-04-06  Richard Stallman  <rms@gnu.org>
7069         * idlwave.texi: Delete the blocks "not suitable for inclusion with
7070         Emacs".
7072 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
7074         * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
7075         blocks not suitable for inclusion with Emacs using variable
7076         PARTOFEMACS.
7078 2006-04-04  Simon Josefsson  <jas@extundo.com>
7080         * gnus.texi (Security): Improve.
7082 2006-04-02  Bill Wohler  <wohler@newt.com>
7084         * mh-e.texi (Getting Started, Junk, Bug Reports)
7085         (MH FAQ and Support): Fix URLs.
7087 2006-03-31  Romain Francoise  <romain@orebokech.com>
7089         * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
7090         to t, not nil (and has for the past eight years).
7092 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7094         * message.texi, gnus.texi: Bump version to 5.11.
7096 2006-03-29  Reiner Steib  <Reiner.Steib@gmx.de>
7098         * gnus.texi (Top): Add comment about version line.
7100         * message.texi (Top): Ditto.  Change to take named versions into
7101         account.
7103 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
7105         * gnus.texi (Posting Styles): Add x-face-file to example.
7106         (X-Face): Refer to posting styles.
7108         * gnus-faq.texi ([5.8]): Add x-face-file.
7109         ([8.4]): Add links to gmane.emacs.gnus.user and
7110         gmane.emacs.gnus.general.
7112 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
7114         * gnus-faq.texi: Use .invalid.
7115         ([5.4]): Fix gnus-posting-styles example.
7117 2006-03-27  Romain Francoise  <romain@orebokech.com>
7119         * faq.texi (Emacs/W3): Rename from `w3-mode'.  Mention that
7120         Emacs/W3 needs a new maintainer.
7121         (Ispell): Update author and version info.
7122         (Mailcrypt): Mention PGG.
7123         (New in Emacs 22): Add PGG to the list of new packages.
7124         Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
7125         updating dead URLs.
7127 2006-03-25  Karl Berry  <karl@gnu.org>
7129         * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
7130         * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
7131         * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
7132         * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
7133         * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
7134         * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
7135         * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
7136         (2) do not indent copyright year list (or anything else).
7138 2006-03-21  Bill Wohler  <wohler@newt.com>
7140         * mh-e.texi (Folders): Various edits.
7142 2006-03-20  Romain Francoise  <romain@orebokech.com>
7144         * gnus.texi (Mail Folders): Grammar fix.
7146 2006-03-19  Bill Wohler  <wohler@newt.com>
7148         * mh-e.texi (Replying): Document Mail-Followup-To.
7149         Change manually-formatted table to multitable.  Add debugging info.
7150         Move description of mh-reply-default-reply-to into paragraph
7151         that describes its values.
7153 2006-03-17  Bill Wohler  <wohler@newt.com>
7155         * mh-e.texi: Use smallexample and smalllisp consistently.
7156         (Sending Mail Tour): Update method of entering
7157         addresses and subject.
7158         (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
7159         (Adding Attachments, Searching): Update screenshots for Emacs 22.
7161 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
7163         * org.texi: Version number change only.
7165 2006-03-14  Bill Wohler  <wohler@newt.com>
7167         * mh-e.texi: Add index entries around each paragraph rather than
7168         depend on entries from beginning of node.  Doing so ensures that
7169         index entries are less likely to be forgotten if text is cut and
7170         pasted, and are necessary anyway if the references are on a
7171         separate page.  It seems that makeinfo is now (v. 4.8) only
7172         producing one index entry per node, so there is no longer any
7173         excuse not to.  Use subheading instead of heading.  The incorrect
7174         use of heading produced very large fonts in Info--as large as the
7175         main heading.
7176         (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
7177         versions 6 and 7 appeared *around* the time of these Emacs releases.
7179 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
7181         * org.texi (Clean view): Document new startup options.
7183 2006-03-11  Bill Wohler  <wohler@newt.com>
7185         * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
7186         (Composing, Scan Line Formats): Fix @refs.
7187         (Getting Started): Define MH profile and MH profile components.
7188         (Incorporating Mail, Reading Mail, Viewing, Printing)
7189         (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
7190         (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
7191         for string constants.
7192         (Tool Bar): Remove spurious quote.
7193         (Junk): Use ``...'' instead of "...".
7194         (Scan Line Formats): Replace @samp with @kbd.
7196 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7198         * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
7200 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
7202         * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
7203         easy to understand.
7205 2006-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7207         * gnus.texi: Markup fix.
7208         (Fancy Mail Splitting): Specify new feature.
7210 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7212         * gnus.texi (Fancy Mail Splitting): Improve descriptions about
7213         partial-words matching.
7215 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
7217         * emacs-mime.texi (Display Customization): Reword image/.* stuff.
7219         * gnus.texi (Oort Gnus): Add note about `gnus-load'.
7220         (MIME Commands): Fix mm-discouraged-alternatives.
7222 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
7224         * org.texi: Version number change only.
7226 2006-03-06  Bill Wohler  <wohler@newt.com>
7228         * mh-e.texi: Move from SourceForge repository to Savannah.
7229         This is version 7.93, which is a total rewrite from the previous
7230         edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
7231         version 7.93.
7233 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
7235         * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
7237 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
7239         * org.texi (Interaction): Add item about `org-mouse.el' by
7240         Piotr Zielinski.
7241         (Managing links): Document that also mouse-1 can be used to
7242         activate a link.
7243         (Headlines, FAQ): Add entry about hiding leading stars.
7244         (Miscellaneous): Resort the sections in this chapter to a more
7245         logical sequence.
7247 2006-02-27  Simon Josefsson  <jas@extundo.com>
7249         * emacs-mime.texi (Flowed text): Add mm-fill-flowed.  (Sync
7250         2004-01-27 from the trunk).
7252 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
7254         * cc-mode.texi: Rename c-hungry-backspace to
7255         c-hungry-delete-backwards, at the request of RMS.  Leave the old
7256         name as an alias.
7258 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
7260         * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
7261         include the function header within the defun.
7263 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
7265         * cc-mode.texi: Correct two typos.
7267 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
7269         * cc-mode.texi (Comment Commands): State that C-u M-; kills any
7270         existing comment.
7271         (Electric Keys): Add a justification for electric indentation.
7272         (Hungry WS Deletion): Clear up the names and complications of the
7273         BACKSPACE and DELETE keys.
7275 2006-02-23  Juri Linkov  <juri@jurta.org>
7277         * faq.texi (Common requests): Move `Turning on auto-fill by
7278         default' after `Wrapping words automatically'.  Move `Working with
7279         unprintable characters' before `Searching for/replacing newlines'.
7280         Move `Replacing highlighted text' after `Highlighting a region'.
7281         Merge `Repeating commands' and `Repeating a command as many times
7282         as possible' into the former.
7283         (Packages that do not come with Emacs): Add refs to Gmane and
7284         etc/MORE.STUFF.
7286 2006-02-23  Juri Linkov  <juri@jurta.org>
7288         * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
7289         (Reporting bugs): Suggest using `M-x report-emacs-bug'.
7290         Add xref to `(emacs)Reporting Bugs'.
7291         (Getting a printed manual): Add URL to other formats of the manual.
7292         (Common requests): Fix menu.
7293         (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
7294         (Horizontal scrolling): Mention `truncate-partial-width-windows'.
7295         (Inserting text at the beginning of each line): Add pxref to
7296         `Changing the included text prefix'.
7297         (Forcing the cursor to remain in the same column): Mention `track-eol'
7298         and `set-goal-column'.  Add pxref to `(emacs)Moving Point'.
7299         (Replacing text across multiple files): Add keybinding `Q' for
7300         `dired-do-query-replace'.
7302 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
7304         * reftex.texi: Version number and date change only.
7306         * org.texi (Internal Links): Rewrite to cover the modified
7307         linking system.
7309 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
7311         * faq.texi: Remove the coding cookie, it's not needed anymore.
7313 2006-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7315         * faq.texi (Colors on a TTY): Mention Mac OS port.
7317 2006-02-12  Karl Berry  <karl@gnu.org>
7319         * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
7320         8-bit accented a.
7322 2006-02-09  Reiner Steib  <Reiner.Steib@gmx.de>
7324         * gnus.texi (Gnus Versions): Add history beyond start of Oort.
7326 2006-02-08  Romain Francoise  <romain@orebokech.com>
7328         * faq.texi (Top): Remove paragraph about the FAQ being a
7329         transitional document, etc.
7330         (Searching for/replacing newlines): New node.
7331         (Yanking text in isearch): New node.
7332         (Inserting text at the beginning of each line): Rename and make
7333         more general, mention `M-;' in Message mode.
7335 2006-02-07  Luc Teirlinck  <teirllm@auburn.edu>
7337         * faq.texi (Meta key does not work in xterm)
7338         (Emacs does not display 8-bit characters)
7339         (Inputting eight-bit characters): Update xrefs.
7341 2006-02-06  Romain Francoise  <romain@orebokech.com>
7343         * faq.texi (VM): VM now at version 7.19.
7344         Set myself as maintainer of this file.
7346 2006-02-04  Michael Olson  <mwolson@gnu.org>
7348         * erc.texi (History): Note that ERC is now included with Emacs.
7350 2006-01-31  Romain Francoise  <romain@orebokech.com>
7352         * message.texi (Message Headers): Explain what
7353         `message-alternative-emails' does in more detail.
7354         Update copyright year.
7356 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
7358         * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
7360 2006-01-29  Richard M. Stallman  <rms@gnu.org>
7362         * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
7364 2006-01-29  Michael Olson  <mwolson@gnu.org>
7366         * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
7368         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
7370         * faq.texi (New in Emacs 22): Mention ERC.
7372 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
7374         * rcirc.texi: Capitalize dir entry for consistency with the entry
7375         in info/dir and other entries in the Emacs category.
7376         Fix typos.  Delete trailing whitespace.
7378 2006-01-28  Björn Lindström  <bkhl@elektrubadur.se>
7380         * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
7382 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
7384         * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
7385         (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7387         * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
7388         (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7390 2006-01-27  Alex Schroeder  <alex@gnu.org>
7392         * rcirc.texi: New file.
7394 2006-01-23  Juri Linkov  <juri@jurta.org>
7396         * widget.texi (User Interface): Add S-TAB for widget-backward.
7398 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
7400         Sync with Tramp 2.0.52.
7402         * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
7403         Add Tramp disabling item.  New item for common connection problems.
7404         (various): Apply "ftp" as method for the download URL.
7405         (Bug Reports): Refer to FAQ for common problems.
7407 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
7409         * widget.texi (User Interface): Use @key for TAB.
7411         * ses.texi (Formulas, Printer functions): Use @key for TAB.
7413         * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
7414         for TAB.
7416         * cc-mode.texi (Indentation Calculation): Use @key for TAB.
7418 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7420         * gnus.texi: Update copyright.
7422 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7424         * gnus.texi (Article Washing): Additions.
7426 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
7428         * org.texi (Agenda commands): Document tags command.
7430 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7432         * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
7434 2006-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7436         * gnus.texi (RSS): Addition.
7438 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7440         * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
7442 2005-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7444         * emacs-mime.texi (Display Customization): Add setting example to
7445         mm-discouraged-alternatives.
7447 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7449         * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
7450         version is the canonical version.
7452 2006-01-08  Alex Schroeder  <alex@gnu.org>
7454         * pgg.texi (Caching passphrase): Rewording.
7456 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
7458         * flymake.texi (Obtaining Flymake): Update Flymake's CVS
7459         repository URL.
7461 2006-01-06  Carsten Dominik  <dominik@science.uva.nl>
7463         * org.texi: Removed the accidentally re-added empty line in the
7464         direntry.
7466 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
7468         * org.texi (Agenda Views): Chapter reorganized.
7470 2005-12-29  Romain Francoise  <romain@orebokech.com>
7472         * faq.texi (Using Customize): New node.
7474 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
7476         * org.texi: Remove blank line in @direntry.  It is non-standard
7477         and recursively produces blank lines all over the dir file (when
7478         using Texinfo 4.8).
7480 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
7482         * widget.texi (atoms): Delete obsolete remark about `file' widget.
7484 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
7486         * org.texi (Tags): Boolean logic documented.
7487         (Agenda Views): Document custom commands.
7489 2005-12-20  David Kastrup  <dak@gnu.org>
7491         * faq.texi (AUCTeX): Update version and mailing list info.
7493 2005-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7495         * gnus.texi (MIME Commands): Mention addition of
7496         multipart/alternative to gnus-buttonized-mime-types and add xref
7497         to mm-discouraged-alternatives.
7499         * emacs-mime.texi (Display Customization): Mention addition of
7500         "image/.*" and add xref to gnus-buttonized-mime-types in the
7501         mm-discouraged-alternatives section.
7503 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
7505         * org.texi (Tags): New section.
7506         (Agenda Views): Chapter reorganized.
7508 2005-12-16  Eli Zaretskii  <eliz@gnu.org>
7510         * org.texi (Internal Links): Add a missing comma after an @xref.
7512 2005-12-14  Chong Yidong  <cyd@stupidchicken.com>
7514         * faq.texi (Filling paragraphs with a single space): No need to
7515         change sentence-end now.
7517 2005-12-13  Romain Francoise  <romain@orebokech.com>
7519         * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
7521 2005-12-12  Jay Belanger  <belanger@truman.edu>
7523         * faq.texi (Calc): Update version number.
7525 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
7527         * org.texi (Progress Logging): New section.
7529 2005-12-10  Romain Francoise  <romain@orebokech.com>
7531         Update the Emacs FAQ for the 22.1 release.
7533         * faq.texi: Set VER to `22.1'.
7534         (Basic editing): Explain how to use localized versions of the
7535         Tutorial.  Mention that `C-h r' displays the manual.
7536         Delete obsolete WWW link to an Emacs 18 tutorial.
7537         (Getting a printed manual): Point to the new locations of the
7538         manuals on the GNU Web site.
7539         (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
7540         available via Info (it was previously distributed separately).
7541         (Installing Texinfo documentation): The latest version of Texinfo
7542         is 4.8, not 4.0.
7543         (Informational files for Emacs): COPYING is the GNU General Public
7544         License, not the Emacs General Public License.
7545         (Informational files for Emacs): Delete obsolete link to the
7546         GNUinfo pages as they have been removed from the GNU Web site.
7547         (New in Emacs 22): New node.
7548         (Setting up a customization file): Say that most packages support
7549         Customize nowadays.
7550         (Colors on a TTY): Delete reference to instructions on how to
7551         enable syntax highlighting, it is now enabled by default.
7552         (Turning on abbrevs by default): Emacs now reads the abbrevs file
7553         at startup automatically.
7554         (Controlling case sensitivity): Mention `M-c' in isearch.
7555         (Using an already running Emacs process): Emacs now creates the
7556         socket in `/tmp/emacsUID'.  Fix typos.  Change default location of
7557         gnuserv.  As emacsclient can now run Lisp code as well, delete a
7558         sentence praising gnuserv for that.  Simplify description of how
7559         the client/server operation works.
7560         (Compiler error messages): Delete obsolete text (compile.el has
7561         been rewritten).
7562         (Indenting switch statements): Fix typo.
7563         (Matching parentheses): Simplify setup instructions, mention the
7564         menu bar item in the Options menu.
7565         (Repeating a command as many times as possible): Mention `C-x e'.
7566         (Going to a line by number): Mention new keymap and bindings
7567         `M-g M-g', `M-g M-p' and `M-g M-n'.
7568         (Turning on syntax highlighting): Now on by default.  Simplify.
7569         (Replacing highlighted text): Use `1', not `t'.
7570         (Problems with very large files): The maximum size is now 256MB on
7571         32-bit machines.
7572         (^M in the shell buffer): Mention `comint-process-echoes'.
7573         (Emacs for Apple computers): Emacs 22 has native support for Mac
7574         OS X.
7575         (Translating names to IP addresses): Delete node.
7576         (Binding keys to commands): Fix typo.
7577         (SPC no longer completes file names): New node.
7578         (MIME with Emacs mail packages): Delete section about the Emacs
7579         MIME FAQ (it's not reachable anymore).
7581 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
7583         * cc-mode.texi: The manual has been extensively revised: the
7584         information about using CC Mode has been separated from the larger
7585         and more difficult chapters about configuration.  It has been
7586         updated for CC Mode 5.31.
7588 2005-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7590         * pgg.texi (User Commands): Fix description of pgg-verify-region.
7591         (Selecting an implementation): Fix descriptions.
7593 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7595         * message.texi (Various Message Variables): Addition.
7597 2005-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7599         * message.texi: Fix default values.
7601 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7603         * message.texi (Header Commands): Clarify descriptions of
7604         message-cross-post-followup-to, message-reduce-to-to-cc, and
7605         message-insert-wide-reply.
7606         (Various Commands): Fix kindex for message-kill-to-signature;
7607         clarify description of message-tab.
7609 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7611         * message.texi (Mailing Lists): Fix description about MFT.
7613         * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
7615 2005-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7617         * gnus.texi (Slow Terminal Connection): Replace old description
7618         with new one.
7620 2005-11-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7622         * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
7623         replace X-Draft-Headers with X-Draft-From.
7625 2005-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7627         * gnus.texi (Various Various): Fix the default value of
7628         nnheader-max-head-length.
7629         (Gnus Versions): Fix typo.
7631 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
7633         * org.texi (Structure editing): Document new functionality of
7634         M-RET.
7636 2005-12-06  Luc Teirlinck  <teirllm@auburn.edu>
7638         * org.texi (Internal Links): Fix Texinfo usage.
7640 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
7642         * org.texi (TODO basics): Document the global todo list.
7643         (TODO items): Documents sparse tree for specific TODO
7644         keywords.
7646 2005-11-30  Carsten Dominik  <dominik@science.uva.nl>
7648         * org.texi (Plain Lists): Typos fixed.
7650 2005-11-28  Jay Belanger  <belanger@truman.edu>
7652         * calc.texi: Change references of `M-#' to `C-x *' prefix.
7654 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
7656         * org.texi (Structure editing): New item moving commands added.
7657         (Plain Lists): New section.
7659 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
7661         * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
7662         (Agenda): Document commands `org-cycle-agenda-files' and
7663         `org-agenda-file-to-front'.
7664         (Built-in table editor): Document `org-table-sort-lines'.
7665         (HTML formatting): Export of hand-formatted lists.
7667 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7669         * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
7670         new variable gnus-toolbar-thickness.
7672 2005-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7674         * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
7676 2005-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7678         * gnus.texi (X-Face): Fix description.
7679         (XVarious): Remove gnus-xmas-logo-color-alist and
7680         gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
7682 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7684         * gnus.texi (Group Parameters): Mention new variable
7685         gnus-parameters-case-fold-search.
7686         (Home Score File): Addition.
7688 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
7690         * newsticker.texi: VERSION changed to 1.9.  Updated UPDATED.
7691         (Overview): List supported feed types.
7692         (Installation): No installation necessary when using autoload.
7693         (Configuration): Rename "RSS" to "news".
7695 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
7697         * pgg.texi (User Commands): Document additional passphrase
7698         argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
7699         (Backend methods): Likewise for corresponding pgg-scheme-* functions.
7701 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
7703         * org.texi: Version number changed to 3.19.
7705 2005-10-29  Sascha Wilde  <wilde@sha-bang.de>
7707         * pgg.texi (How to use): Update the example to add autoload of
7708         pgg-encrypt-symmetric-region.
7709         (User Commands): Document pgg-encrypt-symmetric-region.
7710         (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
7712 2005-10-27  Jay Belanger  <belanger@truman.edu>
7714         * calc.texi (Predefined Units): Fix the symbol for a TeX points,
7715         mention other TeX-related units.
7717 2005-10-23  Lars Hansen  <larsh@soem.dk>
7719         * dired-x.texi (Miscellaneous Commands):
7720         Replace dired-do-relative-symlink by dired-do-relsymlink and
7721         dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
7723 2005-10-23  Jay Belanger  <belanger@truman.edu>
7725         * calc.texi (Predefined Units): Use `alpha' for the fine structure
7726         constant.
7728 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
7730         * faq.texi (Bugs and problems):
7731         Replace `dired-move-to-filename-regexp' by
7732         `directory-listing-before-filename-regexp'.
7734 2005-10-22  Eli Zaretskii  <eliz@gnu.org>
7736         * newsticker.texi (UPDATED): Set value.
7738 2005-10-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7740         * gnus.texi (Document Groups): Remove duplicate item.
7742 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
7744         * org.texi (Summary): Mention iCalendar support.
7745         (Exporting): Document iCalendar support.
7747 2005-10-18  Romain Francoise  <romain@orebokech.com>
7749         * viper.texi (Viper Specials): Capitalize GNU.
7751 2005-10-17  Juri Linkov  <juri@jurta.org>
7753         * info.texi (Getting Started, Search Index, Expert Info):
7754         Fix wording.
7755         (Search Text): Replace `echo area' with `mode line'.
7756         (Search Index): Both `i' and `,' find all index entries.
7757         Replace example `C-f' with `C-l' (which exists in index of Info
7758         manual) and delete spaces in its keyboard input sequence.
7759         Delete unnecessary explanations about literal characters.
7761 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7763         * gnus.texi (Document Server Internals): Addition.
7765 2005-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7767         * gnus.texi (A note on namespaces): Fix RFC reference.
7769 2005-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7771         * gnus.texi (RSS): Fix key description.
7773 2005-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7775         * gnus.texi: Emacs/w3 -> Emacs/W3.
7776         (Browsing the Web): Fix description.
7777         (Web Searches): Ditto.
7778         (Customizing W3): Ditto.
7780 2005-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7782         * gnus.texi (Maildir): Clarify expire-age and expire-group.
7784 2005-10-11  Jay Belanger  <belanger@truman.edu>
7786         * calc.texi (Integration): Mention using `a i' to compute definite
7787         integrals.
7789 2005-10-11  Juri Linkov  <juri@jurta.org>
7791         * info.texi: Rearrange nodes.
7792         (Top): Update menu.  Change ref `Info for Experts' to
7793         `Advanced Info Commands'.
7794         (Getting Started): Fix description of manual's parts.
7795         (Help-Int): Change xref `Info Search' to `Search Index', and
7796         `Expert Info' to `Advanced'.
7797         (Advanced): Move node one level up.
7798         (Search Text, Search Index): New nodes split out from `Info Search'.
7799         (Go to node, Choose menu subtopic, Create Info buffer): New nodes
7800         split out from `Advanced'.
7801         (Advanced, Emacs Info Variables): De-document editing an Info file
7802         in Info.
7803         (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
7804         (Creating an Info File): Delete node and move its text to
7805         `Expert Info'.
7807 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
7809         * org.texi (Workflow states): Documented that change in keywords
7810         becomes active only after restart of Emacs.
7812 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
7814         Sync with Tramp 2.0.51.
7816 2005-10-08  Nick Roberts  <nickrob@snap.net.nz>
7818         * speedbar.texi (Introduction): Describe new location of speedbar
7819         on menubar.
7820         (Basic Key Bindings): Remove descriptions of bindings that have
7821         been removed.
7823 2005-10-05  Nick Roberts  <nickrob@snap.net.nz>
7825         * speedbar.texi (GDB): Describe use of watch expressions.
7827 2005-09-28  Simon Josefsson  <jas@extundo.com>
7829         * message.texi (IDNA): Fix.
7831 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7833         * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
7834         nntp-server-hook, and nntp-warn-about-losing-connection; fix
7835         description of nntp-open-connection-function.
7836         (Common Variables): Fix descriptions.
7838 2005-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7840         * gnus.texi (Server Buffer Format): Document the %a format spec.
7842 2005-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7844         * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
7846 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
7848         * org.texi Version 3.16.
7850 2005-09-19  Miles Bader  <miles@gnu.org>
7852         * newsticker.texi: Get rid of CVS keywords.
7854 2005-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7856         * gnus.texi (Finding the Parent): Fix description of how Gnus
7857         finds article.
7859 2005-09-14  Jari Aalto  <jari.aalto@cante.net>
7861         * gnus.texi (Advanced Scoring Examples): New examples to teach how
7862         to drop off non-answered articles.
7864 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
7866         * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
7867         braces (which are unsupported by NMAKE) for macro `srcdir'.
7869 2005-09-17  Eli Zaretskii  <eliz@gnu.org>
7871         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7872         (../info/newsticker, newsticker.dvi): New targets.
7874 2005-09-17  Ulf Jasper  <ulf.jasper@web.de>
7876         * newsticker.texi: Replace @command with @code.  Replace @example
7877         with @lisp.
7878         (Top): Add explanations to menu items.
7879         (GNU Free Documentation License): Remove.
7881 2005-09-16  Romain Francoise  <romain@orebokech.com>
7883         Update all files to specify GFDL version 1.2.
7885         * doclicense.texi (GNU Free Documentation License): Update to
7886         version 1.2.
7888 2005-09-15  Richard M. Stallman  <rms@gnu.org>
7890         * newsticker.texi: Fix @setfilename.
7892         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7893         (../info/newsticker, newsticker.dvi): New targets.
7895 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
7897         * org.texi: Version 3.15.
7899 2005-08-29  Luc Teirlinck  <teirllm@auburn.edu>
7901         * ses.texi: Combine all three indices into one.
7902         Correct a few typos.
7904 2005-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7906         * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
7908 2005-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7910         * emacs-mime.texi (Handles): Remove duplicate item.
7911         (Encoding Customization): Fix the default value for
7912         mm-coding-system-priorities.
7913         (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
7914         (Basic Functions): Fix reference.
7916 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7918         * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
7920 2005-08-18  Richard M. Stallman  <rms@gnu.org>
7922         * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
7923         and web site.
7925         * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
7926         not keyboard-translate.
7928 2005-08-11  Richard M. Stallman  <rms@gnu.org>
7930         * faq.texi (Using regular expressions): Fix xref.
7932 2005-08-09  Juri Linkov  <juri@jurta.org>
7934         * info.texi (Help-P): Replace `Prev' with `Previous'.
7935         (Help-M, Help-Xref): Add S-TAB.
7936         (Help-FOO): Update `u' command.
7937         (Help-Xref): Move info about Mouse-2 from `Help-Int'.
7938         Update info about visibility of xref parts.
7939         (Help-Int): Fix `m' command.  Rename `Info-last' to
7940         `Info-history-back'.  Add `Info-history-forward'.
7941         (Advanced): Fix `g*' and `M-n' commands.
7942         (Info Search): Add `index-apropos' in stand-alone browser.
7943         Add isearch commands.
7944         (Emacs Info Variables): Remove `Info-fontify'.
7945         Add `Info-mode-hook'.  Update face names.
7946         Add `Info-fontify-maximum-menu-size',
7947         `Info-fontify-visited-nodes', `Info-isearch-search'.
7949 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
7951         Sync with Tramp 2.0.50.
7953         * tramp.texi: Use @option{} consequently for method names.
7954         (Inline methods, External transfer methods): Remove references to
7955         Cygwin.
7956         (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
7957         implementation.
7959 2005-07-27  Reiner Steib  <Reiner.Steib@gmx.de>
7961         * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
7962         Mention that gnus-init-file is not read when Emacs is invoked with
7963         --no-init-file or -q.
7965 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
7967         * org.texi: Version 3.14.
7969 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
7971         * org.texi: Version 3.13.
7973 2005-07-18  Juri Linkov  <juri@jurta.org>
7975         * calc.texi (Time Zones, Logical Operations):
7976         * cl.texi (Overview):
7977         * org.texi (TODO types):
7978         * sc.texi (Emacs 18 MUAs):
7979         * speedbar.texi (Top):
7980         * url.texi (History):
7981         Delete duplicate duplicate words.
7983 2005-07-16  Johan BockgÃ¥rd  <bojohan@users.sourceforge.net>  (tiny change)
7985         * cl.texi (Type Predicates): Document `atom' type.
7987 2005-07-04  Lute Kamstra  <lute@gnu.org>
7989         Update FSF's address in GPL notices.
7991         * calc.texi (Copying):
7992         * doclicense.texi (GNU Free Documentation License):
7993         * faq.texi (Contacting the FSF):
7994         * mh-e.texi (Copying): Update FSF's address.
7996 2005-07-03  Richard M. Stallman  <rms@gnu.org>
7998         * flymake.texi (Example -- Configuring a tool called directly):
7999         Update name of flymake-build-relative-filename.
8001 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8003         * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
8005 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
8007         * org.texi: Version 3.12.
8009 2005-06-24  Eli Zaretskii  <eliz@gnu.org>
8011         * makefile.w32-in (MAKEINFO): Use --force.
8012         (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
8013         Makefile.in.
8014         (gnus.dvi): Use "..." to quote Sed args, so that it works with
8015         more shells.
8017 2005-06-23  Richard M. Stallman  <rms@gnu.org>
8019         * speedbar.texi (Creating a display): Texinfo usage fixes.
8021         * tramp.texi (Customizing Completion, Auto-save and Backup):
8022         Texinfo usage fixes.
8024 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
8026         * dired-x.texi (Miscellaneous Commands):
8027         * ediff.texi (Miscellaneous):
8028         * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
8029         (Agent Variables):
8030         * info.texi (Help-Xref):
8031         * message.texi (Message Headers):
8032         * org.texi (Remember):
8033         * reftex.texi (Options (Defining Label Environments)):
8034         (Options (Index Support)):
8035         (Options (Viewing Cross-References)):
8036         (Options (Misc)):
8037         (Changes):
8038         * speedbar.texi (Creating a display):
8039         * tramp.texi (Customizing Completion, Auto-save and Backup):
8040         Texinfo usage fix.
8042 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
8044         * org.texi: Version 3.11.
8046 2005-06-12  Jay Belanger  <belanger@truman.edu>
8048         * calc.texi (Getting Started): Remove extra menu item.
8050 2005-05-31  Jay Belanger  <belanger@truman.edu>
8052         * calc.texi (Notations Used in This Manual): Use @kbd for key
8053         sequence.
8054         (Demonstration of Calc): Mention another way of starting Calc.
8055         (Starting Calc): Mention long name of M-#.
8056         (Embedded Mode Overview): Remove unnecessary instruction.
8057         (Other M-# commands): Rephrase `M-# 0' explanation.
8058         (Basic Embedded Mode): Rewrite discussion of prefix arguments to
8059         reflect current behavior.
8061 2005-05-30  Jay Belanger  <belanger@truman.edu>
8063         * calc.texi (Hooks): Change description of calc-window-hook and
8064         calc-trail-window-hook to match usage.
8065         (Computational Functions): Add more constant-generating functions.
8066         (Customizable Variables): Use defvar.
8068 2005-05-28  Jay Belanger  <belanger@truman.edu>
8070         * calc.texi (Assignments in Embedded Mode): Fix variable name.
8071         (Basic Embedded Mode): Explain behavior of arguments to
8072         calc-embedded-mode.
8074 2005-05-27  Jay Belanger  <belanger@truman.edu>
8076         * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
8077         current behavior.
8079 2005-05-25  Jay Belanger  <belanger@truman.edu>
8081         * calc.texi: Change Calc version number throughout.
8082         (Keypad Mode): Change location in info output.
8083         (Keypad mode overview): Move picture of keypad.
8085 2005-05-21  Jay Belanger  <belanger@truman.edu>
8087         * calc.texi (Storing variables): Mention that only most variables
8088         are void to begin with.
8090 2005-05-21  Kevin Ryde  <user42@zip.com.au>
8092         * widget.texi (Basic Types): Update cross ref from "Enabling
8093         Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
8094         lispref/text.texi change.
8096 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
8098         * org.texi: Version 3.09.
8100 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
8102         * reftex.texi: Version 4.28.
8104 2005-05-16  Jay Belanger  <belanger@truman.edu>
8106         * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
8108 2005-05-14  Jay Belanger  <belanger@truman.edu>
8110         * calc.texi (Default Simplifications): Insert missing ! (logical
8111         not operator).
8113 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
8115         Sync with Tramp 2.0.49.
8117 2005-05-10  Jay Belanger  <belanger@truman.edu>
8119         * calc.texi (Default Simplifications): Mention that 0^0 simplifies
8120         to 1.
8122 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
8124         * org.texi: Version 3.08, structure reorganized.
8126 2005-04-24  Richard M. Stallman  <rms@gnu.org>
8128         * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
8130 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
8132         * org.texi: Update to version 3.06.
8134 2005-04-13  Lute Kamstra  <lute@gnu.org>
8136         * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
8138 2005-04-10  Thien-Thi Nguyen  <ttn@gnu.org>
8140         * cl.texi (Porting Common Lisp): Fix typo.
8142 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8144         * gnus.texi (RSS): Addition.
8146 2005-04-04  Jay Belanger  <belanger@truman.edu>
8148         * calc.texi: Change Calc version number.
8149         (Customizable variables): Fix description of calc-language-alist.
8150         (Copying): Put in version 2 of GPL.
8152 2005-04-01  Jay Belanger  <belanger@truman.edu>
8154         * calc.texi (Troubleshooting Commands): Remove comment about
8155         installation.
8156         (Installation): Remove section.
8157         (Customizable Variables): New section.
8158         (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
8159         (Graphical Devices): Add references to Customizable Variables.
8161 2005-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8163         * emacs-mime.texi (Display Customization): Markup fixes.
8164         (rfc2047): Update.
8166 2005-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
8168         * gnus-faq.texi: Replaced with auto-generated version.
8170 2005-03-26  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
8172         * dired-x.texi (Multiple Dired Directories): default-directory was
8173         renamed to dired-default-directory.
8175 2005-03-26  Jay Belanger  <belanger@truman.edu>
8177         * calc.texi (Simplifying Formulas, Rewrite Rules):
8178         Change description of top and bottom of fraction.
8179         (Modulo Forms): Move description of how to create modulo forms to
8180         earlier in the section.
8181         (Fraction Mode): Suggest using : to get a fraction by dividing.
8182         (Basic Arithmetic): Adjust placement of command name.
8183         (Truncating the Stack): Emphasize that "hidden" entries are still
8184         visible.
8185         (Installation): Move discussion of printing manual to "About This
8186         Manual".
8187         (About This Manual): Mention how to print the manual.
8188         (Reporting Bugs): Remove first person.
8189         (Building Vectors): Add algebraic version of append.
8190         (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
8191         (Grouping Digits): Fix typo.
8193 2005-03-25  Werner Lemberg  <wl@gnu.org>
8195         * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
8196         Replace `legal' with `valid'.
8198 2005-03-25  Werner Lemberg  <wl@gnu.org>
8200         * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
8202 2005-03-24  Jay Belanger  <belanger@truman.edu>
8204         * calc.texi (General Mode Commands)
8205         (Mode Settings in Embedded Mode): Add some explanation of
8206         recording mode settings.
8208 2005-03-24  Richard M. Stallman  <rms@gnu.org>
8210         * calc.texi: Remove praise of non-free software.
8212         * idlwave.texi: Don't say where to get IDL or its non-free manual.
8213         (Installation): Node deleted.
8215 2005-03-23  Richard M. Stallman  <rms@gnu.org>
8217         * url.texi (HTTP language/coding): Improve last change.
8219 2005-03-22  Jay Belanger  <belanger@truman.edu>
8221         * calc.texi (Embedded Mode): Add new information on changing
8222         modes.
8224 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
8226         Sync with Tramp 2.0.48.
8228         * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
8230         * tramp.texi: Replace "Emacs" by "GNU Emacs".  Replace "Linux" by
8231         "GNU/Linux".  Change all addresses to .gnu.org.
8232         (Default Method): Offer shortened syntax for "su" and "sudo"
8233         methods.
8235 2005-03-07  Richard M. Stallman  <rms@gnu.org>
8237         * url.texi: Fix usage of "e.g.".
8238         (HTTP language/coding): Explain the rules for these strings.
8240 2005-03-06  Richard M. Stallman  <rms@gnu.org>
8242         * woman.texi (Introduction): Minor cleanups.
8244         * url.texi (HTTP language/coding): Get rid of "Emacs 21".
8246         * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
8247         (Installation): Node deleted.
8249         * mh-e.texi (Preface): Get rid of "Emacs 21".
8251         * eshell.texi (Installation): Delete node (for Emacs 20).
8253 2005-03-05  Thien-Thi Nguyen  <ttn@gnu.org>
8255         * flymake.texi: Refill and tweak style in @lisp blocks.
8257 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8259         * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
8261 2005-03-01  Jay Belanger  <belanger@truman.edu>
8263         * calc.texi (Trigonometric and Hyperbolic Functions):
8264         Mention additional functions.
8265         (Algebraic Simplifications): Mention additional simplifications.
8267 2005-02-18  Jonathan Yavner  <jyavner@member.fsf.org>
8269         * ses.texi: Add concept/function/variable indices (this work was
8270         donated by Brad Collins <brad@chenla.org>, copyright-assignment
8271         papers on file at FSF).
8273 2005-02-10  Jay Belanger  <belanger@truman.edu>
8275         * calc.texi: Change @LaTeX to La@TeX throughout.
8276         Redefine @expr as @math for TeX output.
8277         Redefine @texline as a no-op for TeX output.
8278         Define @tfn, replace @t by @tfn throughout.
8280 2005-02-09  Jay Belanger  <belanger@truman.edu>
8282         * calc.texi: Add macro for LaTeX for info output.
8284 2005-02-08  Kim F. Storm  <storm@cua.dk>
8286         * texinfo.tex (LaTex): Add def.
8288 2005-02-06  Jay Belanger  <belanger@truman.edu>
8290         * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
8291         change name to "TeX and LaTeX Language Modes."  Mention LaTeX mode
8292         throughout manual.
8294 2005-01-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8296         * gnus.texi: Some edits based on comments from David Abrahams.
8298 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8300         * gnus.texi (RSS): Fix the keystroke.
8302 2005-01-24  David Kastrup  <dak@gnu.org>
8304         * faq.texi: Update AUCTeX version info.
8306 2005-01-16  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
8308         * gnus-faq.texi ([4.1]): Typo.
8310 2005-01-19  Jay Belanger  <belanger@truman.edu>
8312         * calc.texi (Keep Arguments): Mention that keeping arguments
8313         doesn't work with keyboard macros.
8315 2005-01-16  Richard M. Stallman  <rms@gnu.org>
8317         * autotype.texi (Autoinserting): Fix small error.
8319 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
8321         Sync with Tramp 2.0.47.
8323         * tramp.texi (Compilation): New section, describing compilation of
8324         remote files.
8326 2005-01-11  Kim F. Storm  <storm@cua.dk>
8328         * widget.texi (Basic Types): Add :follow-link keyword.
8330 2005-01-09  Jay Belanger  <belanger@truman.edu>
8332         * calc.texi (Basic Commands): Describe new behavior of calc-reset.
8334 2005-01-08  Jay Belanger  <belanger@truman.edu>
8336         * calc.texi: Change throughout to reflect new default value of
8337         calc-settings-file.
8339 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8341         * message.texi (Reply): `message-reply-to-function' should return
8342         a list.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
8344 2005-01-06  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
8346         * faq.texi (Changing load-path): Fix typo.
8348 2005-01-05  Jay Belanger  <belanger@truman.edu>
8350         * calc.texi (Programming Tutorial): Replace kbd command by
8351         appropriate characters for a keyboard macro.
8353 2005-01-04  Jay Belanger  <belanger@truman.edu>
8355         * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
8356         for Lucid Emacs.
8357         (Programming Tutorial): Mention that the user needs to be in the
8358         right mode to compute some functions.
8360 2005-01-04  Jay Belanger  <belanger@truman.edu>
8362         * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
8363         no longer applicable.
8365 2005-01-01  Jay Belanger  <belanger@truman.edu>
8367         * calc.texi (Programming Tutorial): Change description of how to
8368         edit keyboard macros to match current behavior.
8370 2004-12-31  Jay Belanger  <belanger@truman.edu>
8372         * calc.texi: Mention C-cC-c as the way to finish editing throughout.
8374 2004-12-20  Jay Belanger  <belanger@truman.edu>
8376         * calc.texi (Types Tutorial): Emphasize that you can't divide by
8377         zero.
8379 2004-12-17  Luc Teirlinck  <teirllm@auburn.edu>
8381         * cc-mode.texi (Text Filling and Line Breaking): Put period after
8382         @xref.
8383         (Font Locking): Avoid @strong{Note:}.
8385 2004-12-17  Michael Albinus  <michael.albinus@gmx.de>
8387         Sync with Tramp 2.0.46.
8389         * tramp.texi (bottom): Add arch-tag.  It was lost, somehow.
8391 2004-12-16  Luc Teirlinck  <teirllm@auburn.edu>
8393         * url.texi: Correct typos.
8394         (Retrieving URLs): @var{nil}->@code{nil}.
8395         (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
8396         the standard "The GNU Emacs Manual" in fifth argument of @xref's.
8397         (Dealing with HTTP documents): @inforef->@xref.
8399 2004-12-15  Jay Belanger  <belanger@truman.edu>
8401         * calc.texi: Consistently capitalized all mode names.
8402         (Answers to Exercises): Mention that an answer can be a fraction
8403         when in Fraction mode.
8405 2004-12-13  Jay Belanger  <belanger@truman.edu>
8407         * calc.texi: Fix some TeX definitions.
8409 2004-12-09  Luc Teirlinck  <teirllm@auburn.edu>
8411         * reftex.texi (Imprint): Remove erroneous @value's.
8413 2004-12-08  Luc Teirlinck  <teirllm@auburn.edu>
8415         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
8416         (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
8418 2004-12-08  Jay Belanger  <belanger@truman.edu>
8420         * calc.texi (Starting Calc): Remove comment about installation.
8421         (Keypad Mode Overview): Remove comment about Emacs 19 support.
8423 2004-12-08  Luc Teirlinck  <teirllm@auburn.edu>
8425         * url.texi: Update @setfilename.
8426         (Getting Started): No need to worry about Gnus versions.
8427         (Dealing with HTTP documents): Use @inforef.
8429         * org.texi: Fix @direntry file name.
8431 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8433         * url.texi: New file.
8435         * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
8437 2004-12-06  Jay Belanger  <belanger@truman.edu>
8439         * calc.texi (Using Calc): Remove paragraph about installation.
8441 2004-12-06  Jay Belanger  <belanger@truman.edu>
8443         * calc.texi: Use more Texinfo macros and less TeX defs.
8444         Remove @refill's.
8446 2004-12-06  Richard M. Stallman  <rms@gnu.org>
8448         * org.texi: New file.
8450 2004-12-05  Richard M. Stallman  <rms@gnu.org>
8452         * Makefile.in (org.dvi, ../info/org): New targets.
8453         (INFO_TARGETS): Add ../info/org.
8454         (DVI_TARGETS): Add org.dvi.
8455         (maintainer-clean): Remove the info files in the info dir.
8457 2004-11-26  Eli Zaretskii  <eliz@gnu.org>
8459         * idlwave.texi: Fix the setfilename directive to put the produced
8460         file in ../info.
8461         (Continued Statement Indentation): Resurrect Jan D.'s change from
8462         2004-11-03 that was lost when a newer version of idlwave.texi was
8463         imported.
8465 2004-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
8467         * gnus-faq.texi ([5.1]): Add missing bracket.
8469         * gnus.texi (Filtering Spam Using The Spam ELisp Package):
8470         Index `spam-initialize'.
8472 2004-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8474         * message.texi (Various Message Variables): Mention that all mail
8475         file variables are derived from `message-directory'.
8477         * gnus.texi (Splitting Mail): Clarify bogus group.
8479 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8481         * emacs-mime.texi (Encoding Customization):
8482         Fix mm-coding-system-priorities entry.
8484 2004-11-03  Jan Djärv  <jan.h.d@swipnet.se>
8486         * idlwave.texi (Continued Statement Indentation):
8487         * reftex.texi (Options (Index Support)):
8488         (Displaying and Editing the Index, Table of Contents):
8489         * speedbar.texi (Creating a display, Major Display Modes):
8490         Replace non-nil with non-@code{nil}.
8492 2004-10-21  Jay Belanger  <belanger@truman.edu>
8494         * calc.texi (Algebraic-Style Calculations): Remove a comment.
8496 2004-10-18  Luc Teirlinck  <teirllm@auburn.edu>
8498         * calc.texi (Reporting Bugs): Double up `@'.
8500 2004-10-18  Jay Belanger  <belanger@truman.edu>
8502         * calc.texi (Reporting Bugs): Change the address that bugs
8503         should be sent to.
8505 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
8507         * gnus.texi (New Features): Add 5.11.
8509         * message.texi (Resending): Remove wrong default value.
8511         * gnus.texi (Mail Source Specifiers): Describe possible problems
8512         of `pop3-leave-mail-on-server'.  Add `pop3-movemail' and
8513         `pop3-leave-mail-on-server' to the index.
8515 2004-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8517         * message.texi (Canceling News): Add how to set a password.
8519 2004-10-12  Jay Belanger  <belanger@truman.edu>
8521         * calc.texi (Help Commands): Change the descriptions of
8522         calc-describe-function and calc-describe-variable to match their
8523         current behavior.
8525 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
8527         * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
8529 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
8531         Sync with Tramp 2.0.45.
8533         * tramp.texi (Frequently Asked Questions): Comment paragraph about
8534         plink link.  The URL is outdated.  Originator contacted for
8535         clarification.
8537 2004-10-10  Juri Linkov  <juri@jurta.org>
8539         * gnus.texi (Top, Marking Articles): Join two menus in one node
8540         because a node can have only one menu.
8542 2004-10-09  Juri Linkov  <juri@jurta.org>
8544         * gnus.texi (Fancy Mail Splitting): Remove backslash in the
8545         example of nnmail-split-fancy.
8547 2004-10-06  Karl Berry  <karl@gnu.org>
8549         * info.texi (@kbd{1}--@kbd{9}): No space around --, for
8550         consistency with other uses of dashes.
8552 2004-10-05  Karl Berry  <karl@gnu.org>
8554         * info.texi: Consistently use --- throughout, periods at end of
8555         menu descriptions, and a couple typos.
8557 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
8559         * sieve.texi (Manage Sieve API): nil -> @code{nil}.
8560         * pgg.texi (User Commands, Backend methods): Do.
8561         * gnus.texi: Markup fixes.
8562         (Setting Process Marks): Fix `M P a' entry.
8563         * emacs-mime.texi: Fixes.
8565 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
8567         * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
8568         again.
8569         Use 5.10 instead of 5.10.0.
8571 2004-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8573         * gnus.texi (Summary Mail Commands): S D e.
8575 2004-09-20  Raymond Scholz  <ray-2004@zonix.de>  (tiny change)
8577         * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
8578         the gnus-article-mode-line-format section.
8580 2004-09-20  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
8582         * gnus.texi (Various Summary Stuff): Fix the documentation for
8583         gnus-newsgroup-variables.
8585 2004-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8587         * gnus.texi (MIME Commands):
8588         Add gnus-mime-display-multipart-as-mixed,
8589         gnus-mime-display-multipart-alternative-as-mixed,
8590         gnus-mime-display-multipart-related-as-mixed.
8591         (Mail Source Customization): Clarify `mail-source-directory'.
8592         (Splitting Mail): Mention gnus-group-find-new-groups.
8593         (SpamOracle): Fix typo.
8595         * gnus-faq.texi: Untabify.
8596         ([6.3]): nnir.el is in contrib directory.
8598         * message.texi (News Headers): Clarify how a unique ID is created.
8600         * gnus.texi (Batching Agents): Fix typo in example.
8601         Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8603 2004-09-20  Andre Srinivasan  <andre@e2open.com>  (tiny change)
8605         * gnus.texi (Group Parameters): Add more on hooks.
8607 2004-09-20  Florian Weimer  <fw@deneb.enyo.de>
8609         * gnus.texi (Charsets): Point to relevant section in emacs-mime.
8611 2004-09-22  Jay Belanger  <belanger@truman.edu>
8613         * calc.texi (Vectors as Lists): Add a warning that the tutorial
8614         might be hidden during part of the session.
8616 2004-09-20  Jay Belanger  <belanger@truman.edu>
8618         * calc.texi (Notations Used in This Manual): Put in an earlier
8619         mention that DEL could be called Backspace.
8621 2004-09-10  Simon Josefsson  <jas@extundo.com>
8623         * gnus.texi (IMAP): Add example.  Suggested and partially written
8624         by Steinar Bang <sb@dod.no>.
8626 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8628         * gnus.texi (IMAP): Add comments about imaps synonym to imap in
8629         netrc syntax.
8631 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8633         * gnus.texi (Spam ELisp Package Sequence of Events):
8634         Some clarifications.
8635         (Spam ELisp Package Global Variables): More clarifications.
8637 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8639         * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
8640         Mention spam-split does not modify incoming mail.
8642 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8644         * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
8646 2004-09-10  Eli Zaretskii  <eliz@gnu.org>
8648         * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
8650 2004-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8652         * makefile.w32-in (sieve, pgg): Use $(infodir).
8654 2004-09-08  Dhruva Krishnamurthy  <dhruva.krishnamurthy@gmail.com>  (tiny change)
8656         * makefile.w32-in: Fix PGG and Sieve entries.
8658 2004-08-28  Eli Zaretskii  <eliz@gnu.org>
8660         * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
8661         Emacs and related programs.
8663 2004-08-27  Richard M. Stallman  <rms@gnu.org>
8665         * faq.texi: Fix texinfo usage, esp. doublequotes.
8666         (Difference between Emacs and XEmacs): Some clarification.
8668         * faq.texi (Difference between Emacs and XEmacs):
8669         Explain not to contrast XEmacs with GNU Emacs.
8671 2004-08-26  Richard M. Stallman  <rms@gnu.org>
8673         * faq.texi (Difference between Emacs and XEmacs): Rewrite.
8675 2004-08-22  David Kastrup  <dak@gnu.org>
8677         * reftex.texi (AUCTeX): Update links, section name.
8679         * faq.texi (Calc): Update availability (included in 22.1).
8680         (AUCTeX): Update availability, information, versions, description.
8682 2004-08-14  Eli Zaretskii  <eliz@gnu.org>
8684         * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
8686 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
8688         * cc-mode.texi: Various updates for CC Mode 5.30.9.
8690 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
8692         Sync with Tramp 2.0.44.
8694 2004-08-05  Lars Hansen  <larsh@math.ku.dk>
8696         * widget.texi (User Interface): Update how to separate the
8697         editable field of an editable-field widget from other widgets.
8698         (Programming Example): Add text after field.
8700 2004-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8702         * emacs-mime.texi (Encoding Customization): Add a note to the
8703         mm-content-transfer-encoding-defaults entry.
8704         (rfc2047): Update.
8706         * gnus.texi (Article Highlighting):
8707         Add gnus-cite-ignore-quoted-from.
8708         (POP before SMTP): New node.
8709         (Posting Styles): Addition.
8710         (Splitting Mail): Add nnmail-split-lowercase-expanded.
8711         (Fancy Mail Splitting): Ditto.
8712         (X-Face): Add gnus-x-face.
8714 2004-08-30  Reiner Steib  <Reiner.Steib@gmx.de>
8716         * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
8717         * pgg.texi, sieve.texi: Use @copying and @insertcopying.
8719 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
8721         * gnus.texi (Mail Source Specifiers):
8722         Describe `pop3-leave-mail-on-server'.
8724 2004-08-02  Reiner Steib  <Reiner.Steib@gmx.de>
8726         * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
8728         * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
8729         repository.  Change setfilename.
8731         * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
8733 2004-07-02  Juri Linkov  <juri@jurta.org>
8735         * pcl-cvs.texi (Viewing differences): Add `d r'.
8737 2004-06-29  Jesper Harder  <harder@ifa.au.dk>
8739         * ses.texi, viper.texi, flymake.texi, faq.texi:
8740         * eshell.texi, ediff.texi: Markup fixes.
8742 2004-06-21  Karl Berry  <karl@gnu.org>
8744         * info.texi (Top): Mention that only Emacs has mouse support.
8745         (Getting Started): Mention this in a few other places.
8747 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
8749         * autotype.texi (Copyrights, Timestamps):
8750         Recommend `before-save-hook' instead of `write-file-functions'.
8752 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
8754         * dired-x.texi (dired-mark-omitted): Update keybinding.
8756 2004-06-10  Kim F. Storm  <storm@cua.dk>
8758         * pcl-cvs.texi (Viewing differences): Add 'd y'.
8760 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
8762         * dired-x.texi (variable dired-omit-mode): Rename from
8763         dired-omit-files-p.
8764         (function dired-omit-mode): Rename from dired-omit-toggle.
8765         Call dired-omit-mode rather than set dired-omit-files-p.
8766         (dired-mark-omitted): Describe command.
8768 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
8770         Version 2.0.41 of Tramp released.
8772 2004-05-29  Juanma Barranquero  <lektu@terra.es>
8774         * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
8775         (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8777 2004-05-29  Richard M. Stallman  <rms@gnu.org>
8779         * cl.texi (Top): Call this chapter `Introduction'.
8780         (Overview): In TeX, no section heading here.
8782         * cc-mode.texi: Put commas after i.e. and e.g.  Minor cleanups.
8784 2004-05-29  Eli Zaretskii  <eliz@gnu.org>
8786         * Makefile.in (../info/flymake, flymake.dvi): New targets.
8787         (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8789 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
8791         * flymake.texi: New file.
8793 2004-05-28  Simon Josefsson  <jas@extundo.com>
8795         * smtpmail.texi (Authentication): Improve STARTTLS discussion.
8797 2004-05-07  Kai Großjohann  <kai@emptydomain.de>
8799         Version 2.0.40 of Tramp released.
8801 2004-04-25  Michael Albinus  <Michael.Albinus@alcatel.de>
8803         Complete rework, based on review by Karl Berry <karl@gnu.org>.
8805         * tramp.texi (Auto-save and Backup): Explain exploitation of new
8806         variables `tramp-backup-directory-alist' and
8807         `tramp-bkup-backup-directory-info'.
8808         (Overview, Connection types)
8809         (External transfer methods, Default Method)
8810         (Windows setup hints): Remove restriction of password entering
8811         with external methods.
8812         (Auto-save and Backup): Make file name example
8813         (X)Emacs neutral.  In case of XEmacs, `bkup-backup-directory-info'
8814         and `auto-save-directory' must be used.
8815         (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
8816         only "NT").  Remove doubled entry "What kinds of systems does
8817         @tramp{} work on".
8818         (tramp): Macro removed.
8819         (Obtaining Tramp): Flag removed from title.
8820         (all): "tramp-" and "-" removed from flag names.  Flags `tramp'
8821         and `trampver' used properly.  Flag `tramp-inst' replaced by
8822         `installchapter'.  Installation related text adapted.
8824 2004-04-28  Masatake YAMATO  <jet@gyve.org>
8826         * widget.texi (Programming Example): Remove overlays.
8828 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
8830         * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
8832 2004-04-23  Juanma Barranquero  <lektu@terra.es>
8834         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8836 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
8838         * info.texi (Info Search): Add info-apropos.
8840 2004-03-22  Juri Linkov  <juri@jurta.org>
8842         * faq.texi: Fix help key bindings.
8844 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
8846         * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
8847         (as suggested by Karl Berry).  Update information about colored
8848         stars in menus.  Add new subheading describing M-n.
8850 2004-03-12  Richard M. Stallman  <rms@gnu.org>
8852         * cl.texi (Top): Rename top node's title.
8854 2004-03-08  Karl Berry  <karl@gnu.org>
8856         * info.texi: \input texinfo.tex instead of just texinfo, to avoid
8857         problems making the texinfo distribution.
8859 2004-02-29  Simon Josefsson  <jas@extundo.com>
8861         * smtpmail.texi (Authentication): Change the list of supported
8862         authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
8863         CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
8864         <voegelas@gmx.net>.
8866 2004-02-29  Juanma Barranquero  <lektu@terra.es>
8868         * makefile.w32-in (mostlyclean, clean, maintainer-clean):
8869         Use $(DEL) instead of rm, and ignore exit code.
8871 2004-02-29  Kai Großjohann  <kgrossjo@eu.uu.net>
8873         Tramp version 2.0.39 released.
8875 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
8877         * tramp.texi (Customizing Completion): Explain new functions
8878         `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
8879         (all): Savannah URLs unified to "http://savannah.nongnu.org".
8880         (Top): Refer to Savannah mailing list as the major one.
8881         Mention older mailing lists in HTML mode only.
8882         (Auto-save and Backup): Add auto-save.  Based on wording of Kai.
8883         (Frequently Asked Questions): Remote hosts must not be Unix-like
8884         for "smb" method.
8885         (Password caching): New node.
8886         (External transfer methods): Refer to password caching for "smb"
8887         method.
8889 2004-02-17  Karl Berry  <karl@gnu.org>
8891         * info.texi (Help-Int): Mention the new line number feature.
8893 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
8895         * ses.texi (Advanced Features): New functionality for
8896         ses-set-header-row (defaults to current row unless C-u used).
8897         (Acknowledgements): Add Stefan Monnier.
8899 2003-12-29  Kevin Ryde  <user42@zip.com.au>
8901         * viper.texi (Vi Macros): Fix reference to the Emacs manual.
8903 2003-11-30  Kai Großjohann  <kai.grossjohann@gmx.net>
8905         Tramp version 2.0.38 released.
8907         * tramp.texi (Remote shell setup): Warn of environment variables
8908         FRUMPLE if user frumple exists.  Suggested by Sven Gabriel
8909         <sven.gabriel@imk.fzk.de>.
8910         (Configuration): Tramp now chooses base64/uuencode
8911         automatically.  Update wording accordingly.
8912         (Top): More description for the `Default Method' menu entry.
8913         (Default Method): Use @code, not @var, for Lisp variables.
8914         (Default Method): New subsection `Which method is the right one
8915         for me?'  Suggested by Christian Kirsch.
8916         (Configuration): Pointer to new subsection added.
8917         (Default Method): Too many "use" in one sentence.
8918         Rephrase.  Reported by Christian Kirsch.
8919         (Filename Syntax): Old `su' example is probably a left-over from
8920         the sm/su method naming.  Replace with `ssh', instead.
8921         (External transfer methods, Auto-save and Backup):
8922         Typo fixes.
8924 2003-11-02  Michael Albinus  <Michael.Albinus@alcatel.de>
8926         * tramp.texi (all): Harmonize all occurrences of @tramp{}.
8927         (Top): Mention japanese manual only if flag `jamanual' is set.
8928         Insert section `Japanese manual' in menu.
8930 2003-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
8932         * eshell.texi (Known Problems): Add doc item.
8934 2003-11-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
8936         * cc-mode.texi: Update for CC Mode 5.30.
8938         Note: Please refrain from doing purely cosmetic changes like
8939         removing trailing whitespace in this manual; it clobbers cvs
8940         merging for no good reason.
8942 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
8944         * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
8945         * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
8946         @acronym{ASCII}.
8948 2003-10-26  Karl Berry  <karl@gnu.org>
8950         * info.texi (Info Search): Echo area, not echo are.  From Debian
8951         diff.
8953 2003-10-26  Per Abrahamsen  <abraham@dina.kvl.dk>
8955         * widget.texi (Defining New Widgets): Document new behavior of
8956         :buttons and :children keywords.
8958 2003-10-22  Miles Bader  <miles@gnu.org>
8960         * Makefile.in (info): Move before $(top_srcdir)/info.
8962 2003-10-17  Thien-Thi Nguyen  <ttn@gnu.org>
8964         * tramp.texi (Inline methods): Small grammar fix.
8965         (External transfer methods): Likewise.
8967 2003-10-08  Nick Roberts  <nick@nick.uklinux.net>
8969         * speedbar.texi: Remove paragraph for GUD that is no longer true.
8971 2003-10-06  Luc Teirlinck  <teirllm@auburn.edu>
8973         * texinfo.tex: Replace `%' in arch tagline by @ignore.
8975 2003-09-30  Richard M. Stallman  <rms@gnu.org>
8977         * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
8979         * widget.texi (User Interface): Fix typos.
8981         * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
8983 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
8985         * pcl-cvs.texi (Selected Files): Fix typo.
8987 2003-09-21  Karl Berry  <karl@gnu.org>
8989         * info.texi (] and [ commands): No period at end of section title.
8991 2003-09-04  Miles Bader  <miles@gnu.org>
8993         * Makefile.in (top_srcdir): New variable.
8994         ($(top_srcdir)/info): New rule.
8995         (info): Depend on it.
8997 2003-09-03  Peter Runestig  <peter@runestig.com>
8999         * makefile.w32-in: New file.
9001 2003-08-26  Per Abrahamsen  <abraham@dina.kvl.dk>
9003         * widget.texi (User Interface): Explain the need of static text
9004         around an editable field.
9006 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
9008         * widget.texi (Basic Types): The argument to `:help-echo' can now
9009         be a form that evaluates to a string.
9011 2003-08-18  Kim F. Storm  <storm@cua.dk>
9013         * calc.texi (Queries in Macros): Update xref to keyboard macro query.
9015 2003-08-16  Richard M. Stallman  <rms@gnu.org>
9017         * dired-x.texi (Shell Command Guessing): Explain *.
9019 2003-08-16  Chunyu Wang  <spr@db.cs.hit.edu.cn>  (tiny change)
9021         * pcl-cvs.texi (Log Edit Mode): Fix key binding for
9022         log-edit-insert-changelog.
9024 2003-08-03  Karl Berry  <karl@gnu.org>
9026         * info.texi: Need @contents.
9028 2003-07-20  Kai Großjohann  <kai.grossjohann@gmx.net>
9030         Tramp version 2.0.36 released.
9032         * tramp.texi (Remote shell setup): Explain about problems with
9033         non-Bourne commands in ~/.profile and ~/.shrc.
9035 2003-07-07  Luc Teirlinck  <teirllm@mail.auburn.edu>
9037         * info.texi (Help-Inv, Help-M, Help-Xref): Update following
9038         renaming of `vis-mode' to `visible-mode'.
9040 2003-07-04  Luc Teirlinck  <teirllm@mail.auburn.edu>
9042         * info.texi (Top, Help-Small-Screen): Remove accidentally added
9043         next, prev and up pointers.
9045 2003-07-02  Luc Teirlinck  <teirllm@mail.auburn.edu>
9047         * info.texi (Help): Mention existence of Emacs and stand-alone
9048         Info at the very beginning of the tutorial.
9049         (Help-Inv): New node.
9050         (Help-]): New node.
9051         (Help-M): Systematically point out the differences between default
9052         Emacs and stand-alone versions.  Delete second menu.
9053         (Help-Xref): Systematically point out the differences between
9054         default Emacs and stand-alone versions.
9055         (Help-Int): Change `l' example.
9056         (Expert Info): Fix typos.
9057         (Emacs Info Variables): Mention `Info-hide-note-references' and
9058         new default for `Info-scroll-prefer-subnodes'.
9060 2003-06-17  Kai Großjohann  <kai.grossjohann@gmx.net>
9062         Version 2.0.35 of Tramp released.
9064         * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
9065         (Inline methods): Add methods `remsh' and `plink1'.
9066         (External transfer methods): Add method `remcp'.
9067         (Multi-hop Methods): Add method `remsh'.
9068         Small patch from Adrian Aichner <adrian@xemacs.org>:
9069         Fix minor typos.
9070         (Concept Index): Add to make manual searchable via
9071         `Info-index'.
9072         (Version Control): Add cindex entry.
9074 2003-05-24  Kai Großjohann  <kai.grossjohann@gmx.net>
9076         * trampver.texi: Version 2.0.34 released.
9078 2003-05-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
9080         * faq.texi: Improve previous changes.
9082 2003-05-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
9084         * faq.texi: Update copyright and maintenance details.
9085         Update some package URLs, versions, and maintainers.
9086         Remove many references to the Emacs Lisp Archive.
9088 2003-04-23  Simon Josefsson  <jas@extundo.com>
9090         * smtpmail.texi: Fix license (the invariant sections mentioned has
9091         never been part of the smtp manual).  Align info dir entry with
9092         other emacs packages.
9094 2003-04-08  Michael Albinus  <Michael.Albinus@alcatel.de>
9096         * tramp.texi: Version 2.0.33 released.
9097         Remove installation chapter.  Remove XEmacs specifics.
9099 2003-03-29  Richard M. Stallman  <rms@gnu.org>
9101         * tramp.texi (Top): Undo the previous renaming.
9102         (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
9104 2003-03-29  Kai Großjohann  <kai.grossjohann@gmx.net>
9106         * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
9107         version of manual.
9109         * tramp.texi (Auto-save and Backup): New node.
9111 2003-03-29  Michael Albinus  <Michael.Albinus@alcatel.de>
9113         * tramp.texi (Top): Include trampver.texi.  Rename "Emacs" to "GNU
9114         Emacs" in order to have better differentiation to "XEmacs".
9115         `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
9116         are new macros in order to point to the other Emacs flavor where
9117         appropriate.  In info case, point to node `Installation' in order
9118         to explain how to generate the other way.  In html case, make a
9119         link to the other html file.
9120         (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
9121         after CVS checkout/update.
9122         (Installation): Completely rewritten.
9123         (Installation parameters, Load paths): New sections under
9124         `Installation'.
9126 2003-02-28  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
9128         * tramp.texi: Version 2.0.30 released.
9129         Replace word "path" with "localname" where used as a component of
9130         a Tramp file name.
9132 2003-02-28  Michael Albinus  <Michael.Albinus@alcatel.de>
9134         * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
9135         introduced.
9136         (Installation): Explain what to do if files from the tramp/contrib
9137         directory are needed.
9139 2003-02-23  Alex Schroeder  <alex@emacswiki.org>
9141         * smtpmail.texi (How Mail Works): New.
9143 2003-02-22  Alex Schroeder  <alex@emacswiki.org>
9145         * smtpmail.texi: New file.
9147         * Makefile.in: Build SMTP manual.
9149 2003-02-05  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
9151         * tramp.texi: Version 2.0.29 released.
9152         (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
9153         M-x makeinfo-buffer RET.  Reported by gebser@ameritech.net.
9155 2003-02-01  Michael Albinus  <Michael.Albinus@alcatel.de>
9157         * tramp.texi (Frequently Asked Questions): Explain a workaround if
9158         another package loads accidentally Ange-FTP.
9160 2003-01-24  Michael Albinus  <Michael.Albinus@alcatel.de>
9162         * tramp.texi (Customizing Completion): Add function
9163         `tramp-parse-sconfig'.  Change example of
9164         `tramp-set-completion-function', because parsing of ssh config
9165         files looks more natural.
9167 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
9169         * gnus.texi: Do not use `path' in several locations.
9171 2002-12-26  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
9173         * tramp.texi (External transfer methods): New method `smb'.
9174         From Michael Albinus.
9176 2002-11-05  Karl Berry  <karl@gnu.org>
9178         * info.texi (Info-fontify): Reorder face list to avoid bad line
9179         breaks.
9181 2002-10-06  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9183         * tramp.texi: Move @copying to standard place.
9184         Use @insertcopying.
9186 2002-10-02  Karl Berry  <karl@gnu.org>
9188         * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
9189         dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
9190         eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
9191         message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
9192         speedbar.texi vip.texi viper.texi widget.texi woman.texi):
9193         Per rms, update all manuals to use @copying instead of @ifinfo.
9194         Also use @ifnottex instead of @ifinfo around the top node, where
9195         needed for the sake of the HTML output.
9196         (The Gnus manual is not fixed since it's not clear to me how it
9197         works; and the Tramp manual already uses @copying, although in an
9198         unusual way.  All others were changed.)
9200 2002-09-10  Jonathan Yavner  <jyavner@engineer.com>
9202         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
9203         (../info/ses, ses.dvi): New targets.
9204         * ses.texi: New file.
9206 2002-09-06  Pavel Janík  <Pavel@Janik.cz>
9208         * texinfo.tex: Update to texinfo 4.2.
9210 2002-08-27  Carsten Dominik  <dominik@sand.science.uva.nl>
9212         * reftex.texi: Update to RefTeX 4.19.
9214 2002-06-17  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9216         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
9217         (../info/tramp, tramp.dvi): New targets.
9219 2002-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
9221         * Makefile.in (DVI_TARGETS): Add calc.dvi.
9222         (calc.dvi): Uncomment.
9224 2001-11-07  Eli Zaretskii  <eliz@is.elta.co.il>
9226         * Makefile.in (INFO_TARGETS): Add ../info/calc.
9227         (../info/calc): New target.
9229 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
9231         * (Version 21.1 released.)
9233 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
9235         * Branch for 21.1.
9237 2001-04-14  Eli Zaretskii  <eliz@is.elta.co.il>
9239         * Makefile.in (../info/info): Use an explicit -o switch to
9240         makeinfo.
9242 2001-03-05  Gerd Moellmann  <gerd@gnu.org>
9244         * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
9246 2000-12-20  Eli Zaretskii  <eliz@is.elta.co.il>
9248         * Makefile.in (../info/idlwave): Use --no-split.
9250 2000-12-14  Dave Love  <fx@gnu.org>
9252         * Makefile.in (mostlyclean): Remove gnustmp.*.
9253         (gnus.dvi): Change rule to remove @latex stuff.
9255 2000-10-19  Eric M. Ludlam  <zappo@ultranet.com>
9257         * Makefile.in (Speedbar): Add build targets for speedbar.texi.
9259 2000-10-13  John Wiegley  <johnw@gnu.org>
9261         * Makefile.in: Add build targets for eshell.texi.
9263 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
9265         * Makefile.in: Remove/comment speedbar stuff.
9267 2000-09-22  Dave Love  <fx@gnu.org>
9269         * Makefile.in: Add emacs-mime.
9271 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
9273         * Makefile.in (INFO_TARGETS): Add ../info/woman.
9274         (DVI_TARGETS): Add woman.dvi.
9275         (../info/woman, woman.dvi): New targets.
9277 2000-05-31  Stefan Monnier  <monnier@cs.yale.edu>
9279         * .cvsignore (*.tmp): New entry.  Seems to be used for @macro.
9281         * pcl-cvs.texi: New file.
9282         * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
9283         (../info/pcl-cvs, pcl-cvs.dvi): New targets.
9285 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
9287         * Makefile.in (INFO_TARGETS): Add info/ebrowse.
9288         (../info/ebrowse, ebrowse.dvi): New targets.
9290 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
9292         * Makefile.in (INFO_TARGETS): Add eudc.
9293         (DVI_TARGETS): Add eudc.dvi.
9294         (../info/eudc, eudc.dvi): New targets.
9296 2000-01-05  Eli Zaretskii  <eliz@is.elta.co.il>
9298         * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
9299         compatibility with 8+3 filesystems).
9300         (../info/efaq): Rename from emacs-faq.
9302 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
9304         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
9305         (../info/idlwave, idlwave.dvi): New targets.
9307 1999-10-23  Dave Love  <fx@gnu.org>
9309         * Makefile.in: Use autotype.texi.
9311 1999-10-12  Stefan Monnier  <monnier@cs.yale.edu>
9313         * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
9314         faq.texi file) rather than ../info/faq.
9316 1999-10-07  Gerd Moellmann  <gerd@gnu.org>
9318         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
9319         (../info/ada-mode, ada-mode.dvi): New targets.
9321 1999-09-01  Dave Love  <fx@gnu.org>
9323         * Makefile.in: Add faq.
9325 1999-07-12  Richard Stallman  <rms@gnu.org>
9327         * Version 20.4 released.
9329 1998-08-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
9331         * Version 20.3 released.
9333 1998-04-06  Andreas Schwab  <schwab@gnu.org>
9335         * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
9336         Use it in dvi targets.
9337         (../etc/GNU): Change to $(srcdir) first.
9339 1998-03-11  Carsten Dominik  <cd@delysid.gnu.org>
9341         * reftex.texi: Update for RefTeX version 3.22.
9343 1998-02-08  Richard Stallman  <rms@psilocin.gnu.org>
9345         * Makefile.in (reftex.dvi, ../info/reftex): New targets.
9346         (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9348 1997-09-23  Paul Eggert  <eggert@twinsun.com>
9350         * Makefile.in: Merge changes mistakenly made to `Makefile'.
9351         (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
9353 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9355         * Version 20.2 released.
9357 1997-09-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9359         * Version 20.1 released.
9361 1997-07-10  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9363         * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
9365 1996-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9367         * Version 19.33 released.
9369 1996-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9371         * Version 19.32 released.
9373 1996-06-27  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9375         * Makefile.in: Add rules for the Message manual.
9377 1996-06-26  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9379         * gnus.texi: New version.
9381         * message.texi: New manual.
9383 1996-06-20  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9385         * Makefile.in (All info targets): cd $(srcdir) to do the work.
9387 1996-06-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9389         * Makefile.in (All info targets): Specify $(srcdir) in input files.
9390         Specify -I option.
9391         (All dvi targets): Set the TEXINPUTS variable.
9393 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>
9395         * Version 19.31 released.
9397 1996-01-07  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
9399         * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
9400         (INFO_TARGETS): Use new name.  This avoids name conflict on MSDOS.
9402 1995-11-29  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9404         * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
9405         (INFO_TARGETS): Add ../info/cc-mode.
9406         (DVI_TARGETS): Add cc-mode.dvi.
9408 1995-11-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9410         * Version 19.30 released.
9412 1995-11-04  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9414         * gnus.texi: New file.
9416 1995-11-04  Erik Naggum  <erik@naggum.no>
9418         * gnus.texi: File deleted.
9420 1995-11-02  Stephen Gildea  <gildea@stop.mail-abuse.org>
9422         * mh-e.texi: "Function Index" -> "Command Index" to work with
9423         Emacs 19.30 C-h C-k support of separately-documented commands.
9425 1995-06-26  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9427         * Makefile.in (../info/ediff, ediff.dvi): New targets.
9428         (INFO_TARGETS, DVI_TARGETS): Add those new targets.
9430 1995-04-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9432         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
9433         (../info/viper, viper.dvi): New targets.
9435 1995-04-20  Kevin Rodgers  <kevinr@ihs.com>
9437         * dired-x.texi (Installation): Change the example to set
9438         buffer-local variables like dired-omit-files-p in
9439         dired-mode-hook.
9441 1995-04-17  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9443         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
9444         (../info/mh-e, mh-e.dvi): New targets.
9446 1995-02-07  Richard Stallman  <rms@pogo.gnu.ai.mit.edu>
9448         * Makefile.in (maintainer-clean): Rename from realclean.
9450 1994-11-23  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9452         * Makefile.in: New file.
9453         * Makefile: File deleted.
9455 1994-11-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9457         * Makefile (TEXINDEX_OBJS): Variable deleted.
9458         (texindex, texindex.o, getopt.o): Rules deleted.
9459         All deps on texindex deleted.
9460         (distclean): Don't delete texindex.
9461         (mostlyclean): Don't delete *.o.
9462         * texindex.c, getopt.c: Files deleted.
9464 1994-09-07  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9466         * Version 19.26 released.
9468 1994-05-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9470         * Version 19.25 released.
9472 1994-05-23  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9474         * Version 19.24 released.
9476 1994-05-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9478         * Version 19.23 released.
9480 1994-04-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9482         * Makefile: Delete spurious tab.
9484 1994-02-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9486         * Makefile (.SUFFIXES): New rule.
9488 1994-01-15  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9490         * Makefile (dired-x.dvi, ../info/dired-x): New targets.
9491         (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9493 1994-01-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9495         * Makefile (../info/sc): Rename from sc.info.
9496         (../info/cl): Likewise.
9497         (INFO_TARGETS): Use new names.
9499 1993-12-04  Richard Stallman  (rms@srarc2)
9501         * getopt.c: New file.
9502         * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
9503         (getopt.o): New rule.
9504         (dvi): Don't depend on texindex.
9505         (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
9506         Depend on texindex.
9508 1993-12-03  Richard Stallman  (rms@srarc2)
9510         * Makefile (../info/sc.info): Rename from ../info/sc.
9511         (TEXI2DVI): New variable.
9512         (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
9513         Add explicit commands.
9514         (TEXINDEX_OBJS): Delete duplicate getopt.o.
9516 1993-11-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9518         * Version 19.22 released.
9520 1993-11-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9522         * Makefile (TEXINDEX_OBJS): Delete spurious period.
9524 1993-11-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9526         * Version 19.21 released.
9528 1993-11-15  Paul Eggert  (eggert@twinsun.com)
9530         * man/Makefile (../info/cl.info): Rename from ../info/cl.
9532 1993-11-15  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9534         * Makefile (../etc/GNU): New target.
9535         (EMACSSOURCES): Add gnu1.texi.
9537 1993-11-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9539         * Makefile (realclean): Don't delete the Info files.
9541 1993-10-25  Brian J. Fox  (bfox@albert.gnu.ai.mit.edu)
9543         * forms.texi: Fix forms.texi so that it will format correctly.
9544         Add missing `@end iftex', fix bad reference.
9546         * info.texi, info-stn.texi: New files implement texinfo version of
9547         `info' file.
9549 1993-10-20  Brian J. Fox  (bfox@ai.mit.edu)
9551         * Makefile: Fix targets for texindex, new info.texi files.
9552         * info-stnd.texi: New file implements info for standalone info
9553         reader.
9554         * info.texi: Update to include recent changes to "../info/info".
9555         New source file for ../info/info; includes info-stnd.texi.
9557         * texindex.c: Include "../src/config.h" if building in emacs.
9559         * Makefile: Change all files to FILENAME.texi, force all targets
9560         to be FILENAME, not FILENAME.info.  This changes sc.texinfo,
9561         vip.texinfo, forms.texinfo, cl.texinfo.
9562         Add target to build texindex.c, defining `emacs'.
9564         * forms.texi: Install new file to match version 2.3 of forms.el.
9566 1993-08-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9568         * Version 19.19 released.
9570 1993-08-10  Simon Leinen  (simon@lia.di.epfl.ch)
9572         * sc.texinfo: Fix info file name.
9574         * Makefile (info): Add gnus and sc.
9575         (dvi): Add gnus.dvi and sc.dvi.
9576         (../info/sc, sc.dvi): New targets.
9578 1993-08-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9580         * Version 19.18 released.
9582 1993-07-20  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9584         * Makefile: Fix source file names of the separate manuals.
9585         (gnus.dvi, ../info/gnus): New targets.
9587 1993-07-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9589         * Version 19.17 released.
9591 1993-07-10  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9593         * split-man: Fix typos in last change.
9595 1993-07-06  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9597         * Version 19.16 released.
9599 1993-06-19  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9601         * version 19.15 released.
9603 1993-06-18  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9605         * Makefile (distclean): It's rm, not rf.
9607 1993-06-17  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9609         * Version 19.14 released.
9611 1993-06-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9613         * Makefile: New file.
9615 1993-06-08  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9617         * Version 19.13 released.
9619 1993-05-27  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9621         * Version 19.9 released.
9623 1993-05-25  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9625         * Version 19.8 released.
9627 1993-05-22  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9629         * Version 19.7 released.
9631 1990-08-30  David Lawrence  (tale@pogo.ai.mit.edu)
9633         * gnus.texinfo: New file.  Removed installation instructions.
9635 1990-05-25  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
9637         * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
9639 1989-01-17  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
9641         * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
9642         then define `\sc' as the command for smallcaps in Texinfo.
9643         This means that the @sc command will produce small caps.  bfox has
9644         made the corresponding change to makeinfo and texinfm.el.
9646 1988-08-16  Robert J. Chassell  (bob@frosted-flakes.ai.mit.edu)
9648         * vip.texinfo: Remove menu entry Adding Lisp Code in node
9649         Customization since the menu entry did not point to anything.
9650         Also add an @finalout command to remove overfull hboxes from the
9651         printed output.
9653         * cl.texinfo: Add @bye, \input line and @settitle to file.
9654         This file is clearly intended to be a chapter of some other work,
9655         but the other work does not yet exist.
9657 1988-07-25  Robert J. Chassell  (bob@frosted-flakes.ai.mit.edu)
9659         * texinfo.texinfo: Three typos corrected.
9661 ;; Local Variables:
9662 ;; coding: utf-8
9663 ;; End:
9665   Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
9667   This file is part of GNU Emacs.
9669   GNU Emacs is free software: you can redistribute it and/or modify
9670   it under the terms of the GNU General Public License as published by
9671   the Free Software Foundation, either version 3 of the License, or
9672   (at your option) any later version.
9674   GNU Emacs is distributed in the hope that it will be useful,
9675   but WITHOUT ANY WARRANTY; without even the implied warranty of
9676   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
9677   GNU General Public License for more details.
9679   You should have received a copy of the GNU General Public License
9680   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.