Document flymake fringe bitmaps
[emacs.git] / doc / misc / ChangeLog
blobb3b4ad071470f2c55f54c260f693f3b588c4ed13
1 2012-11-12  Glenn Morris  <rgm@gnu.org>
3         * flymake.texi (Customizable variables)
4         (Highlighting erroneous lines): Mention flymake-error-bitmap,
5         flymake-warning-bitmap, and flymake-fringe-indicator-position.
7 2012-11-09  Chong Yidong  <cyd@gnu.org>
9         * url.texi (Introduction): Move url-configuration-directory to
10         Customization node.
11         (Parsed URIs): Split into its own node.
12         (URI Encoding): New node.
13         (Defining New URLs): Remove empty chapter.
14         (Retrieving URLs): Add an introduction.  Doc fix for url-retrieve.
15         Improve docs for url-queue-*.
16         (Supported URL Types): Copyedits.  Delete empty subnodes.
18 2012-11-08  Chong Yidong  <cyd@gnu.org>
20         * url.texi (Introduction): Rename from Getting Started.  Rewrite
21         the introduction.
22         (URI Parsing): Rewrite.  Omit the obsolete attributes slot.
24 2012-11-07  Glenn Morris  <rgm@gnu.org>
26         * cl.texi (Obsolete Setf Customization):
27         Revert defsetf example to the more correct let rather than prog1.
28         Give define-modify-macro, defsetf, and define-setf-method
29         gv.el replacements.
31 2012-11-06  Glenn Morris  <rgm@gnu.org>
33         * cl.texi (Overview): Mention EIEIO here, as well as the appendix.
34         (Setf Extensions): Remove obsolete reference.
35         (Obsolete Setf Customization):
36         Move note on lack of setf functions to lispref/variables.texi.
37         Undocument get-setf-method, since it no longer exists.
38         Mention simple defsetf replaced by gv-define-simple-setter.
40 2012-11-03  Glenn Morris  <rgm@gnu.org>
42         * cl.texi: Further general copyedits.
43         (List Functions): Remove copy-tree, standard elisp for some time.
44         (Efficiency Concerns): Comment out examples that no longer apply.
45         (Compiler Optimizations): Rename from "Optimizing Compiler"; reword.
46         (Creating Symbols, Random Numbers): De-emphasize internal
47         variables cl--gensym-counter and cl--random-state.  (Bug#12788)
49 2012-11-02  Glenn Morris  <rgm@gnu.org>
51         * cl.texi (Naming Conventions, Type Predicates, Macros)
52         (Predicates on Numbers): No longer mention cl-floatp-safe.
54 2012-11-01  Glenn Morris  <rgm@gnu.org>
56         * cl.texi: General copyedits for style, line-breaks, etc.
57         (Time of Evaluation, Iteration): Add xref to Emacs Lisp manual.
58         (Macro Bindings, Blocks and Exits):
59         Acknowledge existence of lexical-binding.
60         (Iteration): Mainly defer to doc of standard dolist, dotimes.
62 2012-10-31  Glenn Morris  <rgm@gnu.org>
64         * ert.texi (Introduction, The @code{should} Macro):
65         Refer to "cl-assert" rather than "assert".
67         * cl.texi (Function Bindings): Update for cl-flet and cl-labels.
68         (Obsolete Lexical Binding): Rename section from "Lexical Bindings".
69         (Obsolete Macros): Rename section from "Obsolete Lexical Macros".
70         Reword, and add details of flet and labels.
71         (Modify Macros, Function Bindings): Add some xrefs.
73 2012-10-30  Glenn Morris  <rgm@gnu.org>
75         * cl.texi (Modify Macros): Update for cl-letf changes.
76         (Obsolete Lexical Macros): Say a little more about letf/cl-letf.
77         (Setf Extensions): Partially restore note about cl-getf,
78         mainly moved to lispref/variables.texi.
79         (Property Lists): Fix cl-getf typos.
80         (Mapping over Sequences): Mention cl-mapc naming oddity.
82 2012-10-29  Glenn Morris  <rgm@gnu.org>
84         * cl.texi (Organization): More details on cl-lib.el versus cl.el.
85         (Setf Extensions): Remove `apply' setf since it seems to be disabled.
86         (Customizing Setf): Move contents to "Obsolete Setf Customization".
87         (Modify Macros, Multiple Values, Other Clauses):
88         Remove mentions of obsolete features.
89         (Obsolete Setf Customization): Don't mention `apply' setf.
91 2012-10-28  Glenn Morris  <rgm@gnu.org>
93         * cl.texi (Multiple Values, Common Lisp Compatibility):
94         More namespace updates.
95         (Obsolete Features): Copyedits.
96         (Obsolete Lexical Macros, Obsolete Setf Customization):
97         New subsections.
99         * cl.texi (Porting Common Lisp, Lexical Bindings):
100         Add some xrefs to the Elisp manual.
102         * cl.texi (Lexical Bindings): Move to appendix of obsolete features.
103         (Porting Common Lisp): Emacs Lisp can do true lexical binding now.
104         (Obsolete Features): New appendix.  Move Lexical Bindings here.
106 2012-10-27  Glenn Morris  <rgm@gnu.org>
108         * cl.texi: Use defmac for macros rather than defspec.
109         (Efficiency Concerns): Related copyedit.
111         * cl.texi (Control Structure): Update for setf now being in core.
112         (Setf Extensions): Rename from Basic Setf.  Move much of the
113         former content to lispref/variables.texi.
114         (Modify Macros): Move pop, push details to lispref/variables.texi.
115         (Customizing Setf): Copyedits for setf etc being in core.
116         (Modify Macros, Efficiency Concerns, Porting Common Lisp):
117         Further namespaces updates.
119 2012-10-26  Bastien Guerry  <bzg@gnu.org>
121         * org.texi (Installation): Update the link to Org's ELPA.  Also
122         don't mention org-install.el anymore as the replacement file
123         org-loaddefs.el is now loaded by org.el.
125 2012-10-25  Michael Albinus  <michael.albinus@gmx.de>
127         * tramp.texi (Frequently Asked Questions): Mention
128         `tramp-completion-reread-directory-timeout' for performance
129         improvement.
131 2012-10-25  Glenn Morris  <rgm@gnu.org>
133         * cl.texi: Don't mess with the TeX section number counter.
134         Use Texinfo recommended convention for quotes+punctuation.
135         (Overview, Sequence Functions): Rephrase for better line-breaking.
136         (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings)
137         (Macro Bindings, Conditionals, Iteration, Loop Basics)
138         (Random Numbers, Mapping over Sequences, Structures)
139         (Porting Common Lisp): Further updates for cl-lib namespace.
140         (Modify Macros, Declarations, Macro Bindings, Structures):
141         Break long lines in examples.
142         (Dynamic Bindings): Update for changed progv behavior.
143         (Loop Examples, Efficiency Concerns): Markup fixes.
144         (Structures): Remove TeX margin change.
145         (Declarations): Fix typos.
147 2012-10-24  Glenn Morris  <rgm@gnu.org>
149         * cl.texi (Overview, Multiple Values, Creating Symbols)
150         (Numerical Functions): Say less/nothing about the original cl.el.
151         (Old CL Compatibility): Remove.
152         (Assertions): Remove ignore-errors (standard Elisp for some time).
154         * cl.texi (Basic Setf, Macros, Declarations, Symbols, Numbers)
155         (Sequences, Lists, Structures, Assertions, Efficiency Concerns)
156         (Efficiency Concerns, Efficiency Concerns)
157         (Common Lisp Compatibility, Old CL Compatibility):
158         Further updates for cl-lib namespace.
160 2012-10-24  Paul Eggert  <eggert@penguin.cs.ucla.edu>
162         Update manual for new time stamp format (Bug#12706).
163         * emacs-mime.texi (time-date): Update for new format.
164         Also, fix bogus time stamp and modernize a bit.
166 2012-10-23  Glenn Morris  <rgm@gnu.org>
168         * cl.texi: Include emacsver.texi.  Use Emacs version number rather
169         than unchanging cl.el version number.
170         End all menu descriptions with a period.
171         Do not use @dfn{CL} for every instance of "CL".
172         (Overview): Remove no-runtime caveat, and note about foo* names.
173         (Usage): Use cl-lib rather than cl.
174         (Organization, Naming Conventions): Update for cl-lib.el.
175         (Installation): Remove long-irrelevant node.
176         (Program Structure, Predicates, Control Structure):
177         Start updating for cl-lib namespace.
178         * Makefile.in ($(buildinfodir)/cl$(INFO_EXT), cl.dvi, cl.pdf):
179         Depend on emacsver.texi.
181 2012-10-09  Michael Albinus  <michael.albinus@gmx.de>
183         * trampver.texi: Update release number.
185 2012-10-06  Glenn Morris  <rgm@gnu.org>
187         * erc.texi: Include emacsver.texi, and use EMACSVER rather than
188         ERC version.
189         (Introduction): ERC is distributed with Emacs.
190         (Obtaining ERC, Installation): Remove chapters, no longer relevant.
191         (Getting Started): Simplify.
192         (Getting Help and Reporting Bugs): Refer to general Emacs lists.
193         (History): Mention ERC maintained as part of Emacs now.
194         * Makefile.in ($(buildinfodir)/erc$(INFO_EXT), erc.dvi, erc.pdf):
195         Add dependency on emacsver.texi.
197         * erc.texi: Remove hand-written node pointers.
199 2012-10-05  Glenn Morris  <rgm@gnu.org>
201         * newsticker.texi (Overview, Requirements, Usage, Configuration):
202         Copyedits.
204 2012-10-01  Eric Ludlam  <zappo@gnu.org>
206         * ede.texi (Quick Start, Project Local Variables)
207         (Miscellaneous commands, ede-java-root, Development Overview)
208         (Detecting a Project): New nodes.
209         (Simple projects): Node deleted.
211         * eieio.texi (Building Classes): Some slot attributes cannot be
212         overridden.
213         (Slot Options): Remove an example.
214         (Method Invocation, Documentation): New nodes.
216 2012-10-01  Glenn Morris  <rgm@gnu.org>
218         * Makefile.in ($(buildinfodir)/reftex$(INFO_EXT)), reftex.dvi)
219         (reftex.pdf): Add dependency on emacsver.texi.
220         * reftex.texi: Don't include directory part for emacsver.texi;
221         the Makefile's -I handles it.
223 2012-09-30  Ralf Angeli  <angeli@caeruleus.net>
225         Merge from standalone RefTeX repository.
227         * reftex.texi: Express TeX, LaTeX, AUCTeX, BibTeX and RefTeX
228         with macros.
229         (Imprint): Mention Wolfgang in list of contributors.
230         (Creating Citations): Give a hint about how to
231         auto-revert the BibTeX database file when using external editors.
232         (Referencing Labels): Simplify section about reference macro
233         cycling.
234         (Options (Referencing Labels)): Adapt to new structure of
235         `reftex-ref-style-alist'.
236         (Referencing Labels, Reference Styles): Document changes in the
237         referencing functionality.
238         (Commands): Mention options for definition of header and footer in
239         BibTeX files.
240         (Options (Creating Citations)): Document
241         `reftex-create-bibtex-header' and `reftex-create-bibtex-footer'.
242         (Reference Styles): New section.
243         (varioref (LaTeX package), fancyref (LaTeX package)): Remove.
244         (Options (Referencing Labels)): Remove descriptions of deprecated
245         variables `reftex-vref-is-default' and `reftex-fref-is-default'.
246         Add descriptions for `reftex-ref-style-alist' and
247         `reftex-ref-style-default-list'.
248         (Referencing Labels): Update regarding reference styles.
249         (Citation Styles): Mention support for ConTeXt.
250         (Options (Defining Label Environments)): Fix typo.
251         (Options (Creating Citations)): Document
252         `reftex-cite-key-separator'.
254 2012-09-30  Achim Gratz  <Stromeko@Stromeko.DE>
256         * org.texi: Add description of ORG_ADD_CONTRIB to info
257         documentation.  Add link to Worg for more details.
259         * org.texi: Clarify installation procedure.  Provide link to the
260         build system description on Worg.
262         * org.texi: Remove reference to utils/, x11idle.c is now in
263         contrib/scripts.
265         * org.texi: Re-normalize to "Org mode" in manual.
267         * org.texi (Installation): Adapt documentation to new build
268         system.  Mention GNU ELPA (since it needs to be handled like Emacs
269         built-in Org).
271 2012-09-30  Adam Spiers  <orgmode@adamspiers.org>  (tiny change)
273         * org.texi: Fix typo in description of the 'Hooks' section.
275         * org.texi: Add ID to the list of special properties.
277 2012-09-30  Andrew Hyatt  <ahyatt@gmail.com>  (tiny change)
279         * org.texi (Moving subtrees): Document the ability to archive to a
280         datetree.
282 2012-09-30  Bastien Guerry  <bzg@altern.org>
284         * org.texi (Installation, Feedback, Batch execution): Use
285         (add-to-list 'load-path ... t) for the contrib dir.
287         * org.texi (results): Update documentation for ":results drawer"
288         and ":results org".
290         * org.texi (Column width and alignment): Fix typo.
292         * org.texi (Activation): Point to the "Conflicts" section.
294         * org.texi (Conflicts): Mention filladapt.el in the list of
295         conflicting packages.
297         * org.texi (Activation): Adding org-mode to `auto-mode-alist' is
298         not needed for versions of Emacs > 22.1.
300         * org.texi (History and Acknowledgments): Fix typo.
302         * org.texi (History and Acknowledgments): Add my own
303         acknowledgments.
305         * org.texi (Agenda commands): Document the new command and the new
306         option.
308         * org.texi (Agenda commands): Delete `org-agenda-action' section.
309         (Agenda commands): Reorder.  Document `*' to toggle persistent
310         marks.
312         * org.texi (Agenda dispatcher): Mention
313         `org-toggle-agenda-sticky'.
314         (Agenda commands, Exporting Agenda Views): Fix typo.
316         * org.texi (Templates in contexts, Setting Options): Update to
317         reflect changes in how contexts options are processed.
319         * org.texi (Templates in contexts): Document the new structure of
320         the variables `org-agenda-custom-commands-contexts' and
321         `org-capture-templates-contexts'.
323         * org.texi (Templates in contexts): Document the new option
324         `org-capture-templates-contexts'.
325         (Storing searches): Document the new option
326         `org-agenda-custom-commands-contexts'.
328         * org.texi (Formula syntax for Lisp): Reformat.
330         * org.texi (Special properties, Column attributes)
331         (Agenda column view): Document the new special property
332         CLOCKSUM_T.
334         * org.texi (Template expansion): Document the new %l template.
336         * org.texi (Fast access to TODO states): Fix documentation about
337         allowed characters for fast todo selection.
339         * org.texi (Weekly/daily agenda): Mention APPT_WARNTIME and its
340         use in `org-agenda-to-appt'.
342         * org.texi (Comment lines): Update wrt comments.
344         * org.texi (Resolving idle time): Document new keybinding.
346         * org.texi (Clocking commands): Document the use of S-M-<up/down>
347         on clock timestamps.
349         * org.texi (Fast access to TODO states): Explicitely says only
350         letters are supported as fast TODO selection keys.
352         * org.texi (Link abbreviations): Illustrate the use of the "%h"
353         specifier.  Document the new "%(my-function)" specifier.
355         * org.texi (Clocking commands): New cindex.
356         (Clocking commands): Update documentation for `org-clock-in'.
357         Document `org-clock-in-last'.  Mention `org-clock-out' and
358         `org-clock-in-last' as commands that can be globally bound.
359         (Resolving idle time): Document continuous clocking.
361         * org.texi (Top, Introduction): Fix formatting.
362         (Activation): Add index entries.
363         (Conventions): Update section.
364         (Embedded @LaTeX{}): Fix formatting.
366         * org.texi (Visibility cycling): Document `show-children'.
368         * org.texi (Using capture): Mention the `org-capture-last-stored'
369         bookmark as a way to jump to the last stored capture.
371         * org.texi (Uploading files): Fix typo.
373         * org.texi (Using capture): Document `C-0' as a prefix argument
374         for `org-capture'.
376         * org.texi (Agenda commands): Document persistent marks.
378         * org.texi (Template expansion): Update doc to reflect change.
380         * org.texi (Radio tables): Document the :no-escape parameter.
382         * org.texi (Repeated tasks): Document repeat cookies for years,
383         months, weeks, days and hours.
385         * org.texi (Export options): State that you can use the d: option
386         by specifying a list of drawers.
388         * org.texi (HTML preamble and postamble): Small doc improvement.
390 2012-09-30  Brian van den Broek  <vanden@gmail.com>  (tiny change)
392         * org.texi: The sections in the Exporting section of the manual
393         left out articles in the description of the org-export-as-*
394         commands, among other places. This patch adds them, adds a few
395         missing prepositions, and switches instances of "an HTML" to "a
396         html" for internal consistency.
398         * org.texi: Alter several examples of headings with timestamps in
399         them to include the timestamps in the body instead of the heading.
401 2012-09-30  Carsten Dominik  <carsten.dominik@gmail.com>
403         * org.texi (Agenda dispatcher): Document sticky agenda views and
404         the new key for them.
406 2012-09-30  Charles  <millarc@verizon.net>  (tiny change)
408         * org.texi (Advanced features): Fix error in table.
410 2012-09-30  Feng Shu  <tumashu@gmail.com>
412         * org.texi (@LaTeX{} fragments): Document imagemagick as an
413         alternative to dvipng.
415 2012-09-30  François Allisson  <francois@allisson.co>  (tiny change)
417         * org.texi: Remove extra curly bracket.
419 2012-09-30  Giovanni Ridolfi  <giovanni.ridolfi@yahoo.it>  (tiny change)
421         * org.texi (org-clock-in-last and org-clock-cancel): Update the
422         defkeys.
424 2012-09-30  Ippei FURUHASHI  <top.tuna+orgmode@gmail.com>  (tiny change)
426         * org.texi (Agenda commands): Fix two typos by giving
427         corresponding function names, according to
428         `org-agenda-view-mode-dispatch'.
430 2012-09-30  Jan Bäcker  <jan.boecker@jboecker.de>
432         * org.texi (The spreadsheet): Fix typo.
434 2012-09-30  Memnon Anon  <gegendosenfleisch@gmail.com>  (tiny change)
436         * org.texi (Tracking your habits): Point to the "Tracking TODO
437         state changes" section.
439 2012-09-30  Nicolas Goaziou  <n.goaziou@gmail.com>
441         * org.texi (Literal examples): Remove reference to unknown
442         `org-export-latex-minted' variable. Also simplify footnote since
443         `org-export-latex-listings' documentation is exhaustive already.
445         * org.texi (Plain lists): Remove reference to now hard-coded
446         `bullet' automatic rule.
448 2012-09-30  Toby S. Cubitt  <tsc25@cantab.net>
450         * org.texi: Updated documentation accordingly.
452 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
454         * texinfo.tex: Merge from gnulib.
456 2012-09-12  Michael Albinus  <michael.albinus@gmx.de>
458         Sync with Tramp 2.2.6.
460         * tramp.texi (Bug Reports): Cleanup caches before a test run.
462         * trampver.texi: Update release number.
464 2012-09-12  Paul Eggert  <eggert@cs.ucla.edu>
466         * texinfo.tex: Merge from gnulib.
468 2012-08-06  Aurélien Aptel  <aurelien.aptel@gmail.com>
470         * url.texi (Parsed URLs): Adjust to the code's use of defstruct
471         (bug#12096).
473 2012-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
475         * calc.texi (Simplification modes, Conversions)
476         (Operating on Selections): Mention "basic" simplification.
477         (The Calc Mode Line): Mention the mode line display for Basic
478         simplification mode.
479         (Simplify Formulas): Refer to 'algebraic' rather than 'default'
480         simplifications.
481         (Basic Simplifications): Rename from "Limited Simplifications"
482         Replace "limited" by "basic" throughout.
483         (Algebraic Simplifications):  Indicate that the algebraic
484         simplifications are done by default.
485         (Unsafe Simplifications):  Mention `m E'.
486         (Simplification of Units): Mention `m U'.
487         (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
488         (Kinds of Declarations, Functions for Declarations):  Mention
489         "algebraic simplifications" instead of `a s'.
490         (Algebraic Entry): Remove mention of default simplifications.
492 2012-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
494         * calc.texi (Getting Started, Tutorial): Change simulated
495         Calc output to match actual output.
496         (Simplifying Formulas): Mention that algebraic simplification is now
497         the default.
499 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
501         * faq.texi (Right-to-left alphabets): Update for Emacs 24.
502         (Bug#12073)
504 2012-07-25  Paul Eggert  <eggert@cs.ucla.edu>
506         Prefer typical American spelling for "acknowledgment".
507         * calc.texi (History and Acknowledgments): Rename from
508         History and Acknowledgements.
509         * idlwave.texi (Acknowledgments):
510         * ses.texi (Acknowledgments):
511         * woman.texi (Acknowledgments): Rename from Acknowledgements.
513 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
515         Rename configure.in to configure.ac (Bug#11603).
516         * ede.texi (Compiler and Linker objects, ede-proj-project)
517         (ede-step-project): Prefer the name configure.ac to configure.in.
519 2012-07-06  Michael Albinus  <michael.albinus@gmx.de>
521         * tramp.texi (Multi-hops): Introduce
522         `tramp-restricted-shell-hosts-alist'.
524 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
526         * gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
527         methods, so don't mention smtpmail here.
529 2012-06-26  Wolfgang Jenkner  <wjenkner@inode.at>
531         * gnus.texi (Picons): Document gnus-picon-properties.
533 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
535         * gnus.texi: Remove mention of compilation, as that's no longer
536         supported.
538 2012-06-26  Christopher Schmidt  <christopher@ch.ristopher.com>
540         * gnus.texi (Archived Messages): Mention
541         gnus-gcc-pre-body-encode-hook and gnus-gcc-post-body-encode-hook.
543 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
545         * gnus.texi (Various Summary Stuff):
546         Remove mention of `gnus-propagate-marks'.
548 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
550         * gnus.texi: Remove mentions of nnml/nnfolder/nntp backend marks,
551         which no longer exist.
553 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
555         * gnus.texi (Archived Messages):
556         Document gnus-gcc-self-resent-messages.
558 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
560         * message.texi (Mail Variables):
561         Mention the optional user parameter for X-Message-SMTP-Method.
563 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
565         * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
567         * message.texi (Mail Variables): Document X-Message-SMTP-Method.
569 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
571         * gnus.texi (Key Index): Change encoding to utf-8.
573 2012-06-21  Glenn Morris  <rgm@gnu.org>
575         * Makefile.in: Rename infodir to buildinfodir throughout.  (Bug#11737)
577 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
579         * gnus.texi (Group Timestamp): Mention where to find documentation for
580         the `gnus-tmp-' variables (bug#11601).
582 2012-06-11  Michael Albinus  <michael.albinus@gmx.de>
584         Sync with Tramp 2.2.6-pre.
586         * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{}
587         where appropriate.
588         (Ad-hoc multi-hops): New section.
589         (Remote processes): New subsection "Running remote processes on
590         Windows hosts".
591         (History): Add remote commands on Windows, and ad-hoc multi-hop
592         methods.
593         (External methods): "ControlPersist" must be set to "no" for the
594         `scpc' method.
595         (Remote processes): Add a note about `auto-revert-tail-mode'.
596         (Frequently Asked Questions): Use "scpx" in combination with
597         "ControlPersist".  Reported by Adam Spiers <emacs@adamspiers.org>.
599         * trampver.texi: Update release number.
601 2012-06-10  Chong Yidong  <cyd@gnu.org>
603         * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo
604         compilation for html-mono.
606 2012-06-08  Paul Eggert  <eggert@cs.ucla.edu>
608         * texinfo.tex: Merge from gnulib.
610 2012-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
612         * Makefile.in (echo-info): Don't try to install info files named
613         just ".info".
615 2012-05-28  Glenn Morris  <rgm@gnu.org>
617         * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX.  (Bug#10910)
619         * sc.texi: Nuke hand-written node pointers.
620         Fix top-level menu to match actual node order.
622 2012-05-27  Glenn Morris  <rgm@gnu.org>
624         * cl.texi, dired-x.texi: Nuke hand-written node pointers.
625         Some associated fixes, including not messing with chapno in cl.texi.
627 2012-05-27  Bastien Guerry  <bzg@gnu.org>
629         * org.texi (Durations and time values): Fix typo.
631 2012-05-19  Jay Belanger  <jay.p.belanger@gmail.com>
633         * doc/misc/calc.texi (Basic Operations on Units, Customizing Calc):
634         Mention `calc-ensure-consistent-units'.
636 2012-05-14  Andreas Schwab  <schwab@linux-m68k.org>
638         * cc-mode.texi: Avoid space before macro in 4th argument of cross
639         reference commands.  (Bug#11461)
641         * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
643 2012-05-12  Glenn Morris  <rgm@gnu.org>
645         * Makefile.in (mostlyclean): Add more TeX intermediates.
647         * Makefile.in: Make it look more like the other doc Makefiles.
648         Use explicit $srcdir in all dependencies.
649         Remove cd $srcdir from rules.
650         (VPATH): Remove.
651         (infodir): Set to an absolute path.
652         (INFO_TARGETS): Use short names.
653         (mkinfodir): infodir is now absolute.
654         (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
656         * Makefile.in (info.info): Rename from info, to avoid duplication.
657         (.SUFFIXES): Disable implicit rules.
659         * Makefile.in (MKDIR_P): New, set by configure.
660         (mkinfodir): Use $MKDIR_P.
662 2012-05-07  Glenn Morris  <rgm@gnu.org>
664         * forms.texi (Long Example): Update for changed location of files.
666 2012-05-04  Glenn Morris  <rgm@gnu.org>
668         * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
669         (INFO_TARGETS): Use $INFO_EXT.
670         Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
671         * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
672         (INFO_TARGETS): Use $INFO_EXT.
673         Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
675 2012-05-02  Glenn Morris  <rgm@gnu.org>
677         * Makefile.in (echo-info): New phony target, used by top-level.
679         * viper.texi: Make direntry shorter (also it is no longer "newest").
681         * emacs-gnutls.texi, ert.texi, org.texi:
682         Fix dircategory, direntry to match info/dir.
684         * faq.texi: Convert @inforefs to @xrefs.
685         Fix some malformed cross-references.
686         (File-name conventions): Shorten section name to avoid overfull line.
687         (How to add fonts): Use smallexample to avoid overfull lines.
689 2012-05-01  Teodor Zlatanov  <tzz@lifelogs.com>
691         * auth.texi (Help for users): Update for .gpg file being second.
693 2012-04-27  Ippei Furuhashi  <top.tuna+orgmode@gmail.com>  (tiny change)
695         * org.texi (Agenda commands): Fix two typos: give corresponding
696         function names, according to `org-agenda-view-mode-dispatch'.
698 2012-04-27  Glenn Morris  <rgm@gnu.org>
700         * faq.texi (Major packages and programs): Remove section.
701         There is no point listing 6 packages (cf etc/MORE.STUFF).
702         (Finding Emacs and related packages): Move "Spell-checkers" here.
704 2012-04-22  Michael Albinus  <michael.albinus@gmx.de>
706         * dbus.texi (Version): New node.
707         (Properties and Annotations): Mention the object manager
708         interface.  Describe dbus-get-all-managed-objects.
709         (Type Conversion): Floating point numbers are allowed, if an
710         anteger does not fit Emacs's integer range.
711         (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
712         (Asynchronous Methods): Fix description of
713         dbus-call-method-asynchronously.
714         (Receiving Method Calls): Fix some minor errors.  Add
715         dbus-interface-emacs.
716         (Signals): Describe unicast signals and the new match rules.
717         (Alternative Buses): Add the PRIVATE optional argument to
718         dbus-init-bus.  Describe its new return value.  Add dbus-setenv.
720 2012-04-20  Glenn Morris  <rgm@gnu.org>
722         * faq.texi (New in Emacs 24): New section.
723         (Packages that do not come with Emacs): Mention M-x list-packages.
725 2012-04-14  Alan Mackenzie  <acm@muc.de>
727         * cc-mode.texi (c-offsets-alist): Correct a typo.
729 2012-04-14  Jérémie Courrèges-Anglas  <jca@wxcvbn.org>  (tiny change)
731         * org.texi (Deadlines and scheduling): Fix the example: the
732         DEADLINE item should come right after the headline.  We enforce
733         this convention, so it is a bug not to illustrate it correctly in
734         the manual.
736 2012-04-14  Ippei FURUHASHI  <top.tuna+orgmode@gmail.com>  (tiny change)
738         * org.texi (Agenda commands): Fix documentation bug by swapping
739         the equivalent keybindings to `org-agenda-next-line' with the ones
740         to `org-agenda-previous-line'.
742 2012-04-14  Glenn Morris  <rgm@gnu.org>
744         * Makefile.in: Replace non-portable use of $< in ordinary rules.
746 2012-04-09  Eli Zaretskii  <eliz@gnu.org>
748         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add
749         emacs-gnutls.
750         ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
752 2012-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
754         * Makefile.in: Add emacs-gnutls.texi to build.
756         * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
758 2012-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
760         * auth.texi (Secret Service API): Edit further and give examples.
761         (Secret Service API): Adjust @samp to @code for collection names.
763 2012-04-04  Glenn Morris  <rgm@gnu.org>
765         * auth.texi (Secret Service API): Copyedits.
766         (Help for developers): Fill in some missing function doc-strings.
767         (Help for users, Help for developers)
768         (GnuPG and EasyPG Assistant Configuration): Markup fixes.
770 2012-04-04  Michael Albinus  <michael.albinus@gmx.de>
772         * auth.texi (Secret Service API): Add the missing text.
774 2012-04-04  Chong Yidong  <cyd@gnu.org>
776         * message.texi (Using PGP/MIME): Note that epg is now the default.
778         * gnus.texi: Reduce references to obsolete pgg library.
779         (Security): Note that epg is now the default.
781         * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
783         * nxml-mode.texi (Completion): C-RET is no longer bound to
784         nxml-complete.
786 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
788         * org.texi (Customizing tables in ODT export): Correct few errors.
790 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
792         * org.texi (Links in ODT export): Update.
793         (Labels and captions in ODT export): New node.
795 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
797         * org.texi (Literal examples in ODT export): htmlfontify.el in
798         Emacs-24.1 now supports fontification.  So ODT source blocks will
799         be fontified by default.
801 2012-04-01  Julian Gehring  <julian.gehring@googlemail.com>  (tiny change)
803         * org.texi (Refiling notes): Remove duplicated keybinding.
805 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
807         * org.texi (noweb): Documentation of this new option to the :noweb
808         header argument.
810 2012-04-01  Suvayu Ali  <fatkasuvayu+linux@gmail.com>
812         * org.texi (Header and sectioning): Add example demonstrating how
813         to use "LaTeX_CLASS_OPTIONS".
815 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
817         * org.texi (Noweb reference syntax): Describe the ability to
818         execute noweb references in the manual.
820 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
822         * org.texi (cache): Improve cache documentation when session
823         evaluation is used.
825 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
827         * org.texi (Plain lists): Document removal.
829 2012-04-01  Michael Brand  <michael.ch.brand@gmail.com>
831         * org.texi: Decapitalize file name in references to Calc manual.
833 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
835         * org.texi (Plain lists): Document removal.
837 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
839         * org.texi (Top, OpenDocument Text export)
840         (ODT export commands, Extending ODT export)
841         (Images in ODT export, Tables in ODT export)
842         (Configuring a document converter): Add or Update.
844 2012-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
846         * org.texi (MobileOrg): Change the wording to reflect that the
847         Android Version is no longer just the little brother of the iOS
848         version.
850 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
852         * org.texi (Key bindings and useful functions): Updated babel key
853         binding documentation in manual.
855 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
857         * org.texi (noweb): Document new noweb header value.
859 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
861         * org.texi (noweb-sep): Document new header argument.
863 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
865         * org.texi (noweb-ref): Documentation of this new custom variable.
867 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
869         * org.texi (wrap): Update the new :wrap documentation to match the
870         current implementation.
872 2012-04-01  Thomas Dye  <dk@poto.myhome.westell.com>
874         * org.texi: Added documentation for :wrap.
876 2012-04-01  Thomas Dye  <dk@poto.myhome.westell.com>
878         * org.texi: #+RESULTS now user-configurable.
880 2012-04-01  Thomas Dye  <dk@poto.myhome.westell.com>
882         * org.texi: Documented :noweb no-export.
884 2012-04-01  Thomas Dye  <dk@poto.local>
886         * org.texi: Edit :noweb no header argument for correctness.
888 2012-04-01  Bastien Guerry  <bzg@altern.org>
890         * org.texi (Customization): Update the approximate number of Org
891         variables.
893 2012-04-01  Thomas Dye  <dk@poto.local>
895         * org.texi: The :results wrap produces a drawer instead of a
896         begin_results block.
898 2012-03-22  Peder O. Klingenberg  <peder@klingenberg.no>  (tiny change)
900         * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
901         reflect the new default.
903 2012-03-10  Eli Zaretskii  <eliz@gnu.org>
905         * info.texi (Expert Info): Move the index entry for "Texinfo" from
906         "Getting Started" to this node.  (Bug#10450)
908 2012-03-10  Chong Yidong  <cyd@gnu.org>
910         * flymake.texi (Example -- Configuring a tool called via make):
911         Mention the Automake COMPILE variable (Bug#8715).
913         * info.texi (Getting Started): Add an index entry (Bug#10450).
915 2012-03-02  Michael Albinus  <michael.albinus@gmx.de>
917         * dbus.texi (Signals): Known names will be mapped onto unique
918         names, when registering for signals.
920 2012-02-29  Glenn Morris  <rgm@gnu.org>
922         * url.texi: Fix quote usage in body text.
924         * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
926         * cl.texi: Use @code{} in menus when appropriate.
928 2012-02-28  Glenn Morris  <rgm@gnu.org>
930         * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
931         * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
932         * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
933         * org.texi, sc.texi, vip.texi, viper.texi:
934         Standardize possessive apostrophe usage.
936 2012-02-26  Chong Yidong  <cyd@gnu.org>
938         * ediff.texi (Quick Help Commands): Add a couple of index entries
939         (Bug#10834).
941 2012-02-17  Glenn Morris  <rgm@gnu.org>
943         * gnus.texi (Posting Styles):
944         * remember.texi (Org): Fix cross-refs to other manuals.
946 2012-02-15  Glenn Morris  <rgm@gnu.org>
948         * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
949         (Encryption): New chapter, split out from previous.
951 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
953         * gnus.texi (Customizing the IMAP Connection): Mention
954         nnimap-record-commands.
956 2012-02-10  Glenn Morris  <rgm@gnu.org>
958         * url.texi (Retrieving URLs): Update url-retrieve arguments.
959         Mention url-queue-retrieve.
961 2012-02-09  Glenn Morris  <rgm@gnu.org>
963         * sem-user.texi (Semantic mode user commands): Typo fix.
965         * info.texi (Create Info buffer): Mention info-display-manual.
967 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
969         * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
970         example (modified from an example by Michael Albinus).
972 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
974         * gnus.texi (Agent Basics): Fix outdated description of
975         `gnus-agent-auto-agentize-methods'.
977 2012-01-28  Andreas Schwab  <schwab@linux-m68k.org>
979         * cc-mode.texi: Always @defindex ss.
980         (Config Basics): Fix argument of @itemize.
981         (Macro Backslashes): Add @code around index entry.
983 2012-01-23  Glenn Morris  <rgm@gnu.org>
985         * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
987 2012-01-19  Eric Hanchrow  <eric.hanchrow@gmail.com>
989         * tramp.texi (File): Tweak wording for the `scpc' option.
991 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
993         * gnus.texi (Group Parameters): Really note precedence.
995 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
997         * gnus.texi (Group Parameters): Note precedence.
999 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
1001         * org.texi (Noweb reference syntax): Adding documentation of
1002         the `*org-babel-use-quick-and-dirty-noweb-expansion*'
1003         variable.
1005 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1007         * org.texi (Plain lists): Split the table to fix the display
1008         of items.
1010 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1012         * org.texi (Plain lists): Fix misplaced explanation.
1014 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1016         * org.texi (Plain lists, Agenda files): Add index entries.
1018 2012-01-03  Julian Gehring  <julian.gehring@googlemail.com>
1020         * org.texi: Use "Org mode" instead of alternatives like
1021         "Org-mode" or "org-mode".
1023 2012-01-03  Bernt Hansen  <bernt@norang.ca>
1025         * org.texi (Agenda commands): Document
1026         `org-clock-report-include-clocking-task'.
1028 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1030         * org.texi (Checkboxes): Document the new behavior of `C-u C-c
1031         C-c' on checkboxes.
1033 2012-01-03  Julian Gehring  <julian.gehring@googlemail.com>
1035         * org.texi: End sentences with two spaces.
1037 2012-01-03  Michael Brand  <michael.ch.brand@gmail.com>
1039         * org.texi (External links): Document the link types file+sys
1040         and file+emacs, slightly narrow used page width.
1042 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
1044         * org.texi (colnames): Note that colnames behavior may differ
1045         across languages.
1047 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1049         * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
1051 2012-01-03  Thomas Dye  <dk@poto.westell.com>
1053         * org.texi: Augmented discussion of babel property
1054         inheritance.  Put footnote outside sentence ending period.
1056 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
1058         * org.texi (eval): Documenting the full range of :eval header
1059         argument values.
1061 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
1063         * org.texi (eval): Documentation of the new :eval option.
1065 2012-01-03  Thomas Dye  <dk@poto.local>
1067         * org.texi: Add accumulated properties.
1069 2012-01-03  Thomas Dye  <dk@poto.local>
1071         * org.texi: Documented no spaces in name=assign, another
1072         correction to :var table.
1074 2012-01-03  Thomas Dye  <dk@poto.local>
1076         * org.texi: Changed DATA to NAME in Working With Source Code
1077         section.
1079 2012-01-03  Tom Dye  <tsd@tsdye.com>
1081         * org.texi: Minor change to :var table.
1083 2012-01-03  Tom Dye  <tsd@tsdye.com>
1085         * org.texi: More changes to :var table (some examples were wrong).
1087 2012-01-03  Tom Dye  <tsd@tsdye.com>
1089         * org.texi: Cleaned up :var table.
1091 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1093         * org.texi (Timestamps, Weekly/daily agenda)
1094         (Weekly/daily agenda): Add @cindex for "appointment".
1096 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
1098         * org.texi (Literal examples): A new link to the template for
1099         inserting empty code blocks.
1100         (Structure of code blocks): A new link to the template for
1101         inserting empty code blocks.
1103 2012-01-03  Rafael Laboissiere  <rafael@laboissiere.net>  (tiny change)
1105         * org.texi (External links): Add footnote on how the behavior
1106         of the text search in Org files are controled by the variable
1107         `org-link-search-must-match-exact-headline'.
1109 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
1111         * org.texi (Buffer-wide header arguments): Update
1112         documentation to reflect removal of #+PROPERTIES.
1114 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
1116         * org.texi (The clock table): Mention that ACHIVED trees
1117         contribute to the clock table.
1119 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
1121         * org.texi (Conflicts): Better yasnippet config info.
1123 2012-01-03  Bastien Guerry  <bzg@gnu.org>  (tiny change)
1125         * org.texi (Selective export): Explicitely mention the default
1126         values for `org-export-select-tags',
1127         `org-export-exclude-tags'.
1129 2012-01-03  Tom Dye  <tsd@tsdye.com>
1131         * org.texi: Added a line to specify that header arguments are
1132         lowercase.
1134 2012-01-03  Tom Dye  <tsd@tsdye.com>
1136         * org.texi: :var requires default value when declared.
1138 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1140         * org.texi (Handling links): Add a note about the
1141         `org-link-frame-setup' option.
1143 2012-01-03  David Maus  <dmaus@ictsoc.de>
1145         * org.texi (Exporting Agenda Views, Extracting agenda
1146         information): Fix command line syntax, quote symbol parameter
1147         values.
1149 2012-01-03  David Maus  <dmaus@ictsoc.de>
1151         * org.texi (Exporting Agenda Views): Fix command line syntax.
1153 2011-12-28  Paul Eggert  <eggert@cs.ucla.edu>
1155         * gnus.texi (Mail Source Customization, Mail Back End Variables):
1156         Use octal notation for file permissions, which are normally
1157         thought of in octal.
1158         (Mail Back End Variables): Use more-plausible modes in example.
1160 2011-12-20  Alan Mackenzie  <acm@muc.de>
1162         * cc-mode.texi: Update version string 5.31 -> 5.32.
1164 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
1166         * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
1168 2011-11-24  Glenn Morris  <rgm@gnu.org>
1170         * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
1172 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
1174         * makefile.w32-in: Update dependencies.
1176 2011-11-20  Glenn Morris  <rgm@gnu.org>
1178         * gnus.texi (Group Information):
1179         Remove gnus-group-fetch-faq, command deleted 2010-09-24.
1181 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1183         * gnus-coding.texi (Gnus Maintenance Guide):
1184         Rename from "Gnus Maintainance Guide".
1186         * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
1187         * eieio.texi (Customizing):
1188         * gnus.texi (Article Washing):
1189         * gnus-news.texi:
1190         * sem-user.texi (Smart Jump): Fix typos.
1192 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1194         * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
1196 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
1198         * ede.texi (project-am-texinfo):
1199         * gnus.texi (Sending or Not Sending):
1200         * org.texi (Template elements): Fix typos.
1202 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
1204         * ediff.texi (Hooks):
1205         * sem-user.texi (Semanticdb Roots): Fix typos.
1207 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
1209         * semantic.texi (Tag handling): Fix typo.
1211 2011-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1213         * gnus.texi (Other Gnus Versions): Remove.
1215 2011-10-28  Alan Mackenzie  <acm@muc.de>
1217         * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
1218         (Other Special Indentations): Add an xref to "Macros with ;".
1219         (Customizing Macros): Add stuff about syntax in macros.  Add an xref to
1220         "Macros with ;".
1221         (Macros with ;): New page.
1223         * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
1224         Document the new handling of nested scopes for movement by defuns.
1226 2011-10-23  Michael Albinus  <michael.albinus@gmx.de>
1228         Sync with Tramp 2.2.3.
1230         * trampver.texi: Update release number.
1232 2011-10-14  Glenn Morris  <rgm@gnu.org>
1234         * ert.texi (Introduction, How to Run Tests)
1235         (Running Tests Interactively, Expected Failures)
1236         (Tests and Their Environment, Useful Techniques)
1237         (Interactive Debugging, Fixtures and Test Suites):
1238         Minor rephrasings.
1239         (Running Tests Interactively, The @code{should} Macro): Add xrefs.
1240         (Running Tests in Batch Mode): Simplify loading instructions.
1241         (Test Selectors): Clarify some selectors.
1242         (Expected Failures, Useful Techniques):
1243         Make examples fit in 80 columns.
1245 2011-10-13  Jay Belanger  <jay.p.belanger@gmail.com>
1247         * calc.texi (Basic Operations on Units): Discuss temperature
1248         conversion (`u t') alongside with other unit conversions ('u c').
1250 2011-10-12  Glenn Morris  <rgm@gnu.org>
1252         * ert.texi: Whitespace trivia to make main menu items line up better.
1254 2011-10-08  Glenn Morris  <rgm@gnu.org>
1256         * Makefile.in: Fix ert rules.
1258 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1260         * gnus.texi (Gnus Utility Functions): Add more references and
1261         explanations (bug#9683).
1263 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1265         * gnus.texi (Archived Messages): Note the default (bug#9552).
1267 2011-09-21  Bill Wohler  <wohler@newt.com>
1269         Release MH-E manual version 8.3.
1271         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
1272         release 8.3.
1273         (Preface): Updated support information.
1274         (From Bill Wohler): Reset text to original version.  As a
1275         historical quote, the tense should be correct in the time that it
1276         was written.
1278 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1280         * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
1281         (Finding the News): Doc clarification.
1282         (Terminology): Mention naming.
1284 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1286         * gnus.texi: Remove mentions of `recent', which are now obsolete.
1287         (Interactive): Document `quiet'.
1289 2011-08-15  Suvayu Ali  <fatkasuvayu+linux@gmail.com>  (tiny change)
1291         * org.texi (Images in LaTeX export): Rewrite.
1293 2011-08-15  Bastien Guerry  <bzg@gnu.org>
1295         * org.texi (Using the mapping API): Mention 'region as a possible
1296         scope for `org-map-entries'.
1298 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1300         * org.texi (Visibility cycling): Document `org-copy-visible'.
1302 2011-08-15  Bastien Guerry  <bzg@gnu.org>
1304         * org.texi (Template expansion): Order template sequences in the
1305         proper order.
1307 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1309         * org.texi (eval): Expand discussion of the :eval header argument.
1311 2011-08-15  Bastien Guerry  <bzg@gnu.org>
1313         * org.texi (Languages): Add Lilypond and Awk as supported
1314         languages.
1316 2011-08-15  Achim Gratz  <stromeko@nexgo.de>
1318         * org.texi: Document that both CLOCK_INTO_DRAWER and
1319         LOG_INTO_DRAWER can be used to override the contents of variable
1320         org-clock-into-drawer (or if unset, org-log-into-drawer).
1322         * org.texi: Replace @xref->@pxref.
1324 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1326         * org.texi (Evaluating code blocks): Documenting the new option
1327         for inline call lines.
1329 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1331         * org.texi (Results of evaluation): More explicit about the
1332         mechanism through which interactive evaluation of code is
1333         performed.
1335 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1337         * org.texi (noweb-ref): New header argument documentation.
1339 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1341         * org.texi (Extracting source code): Documentation of the new
1342         org-babel-tangle-named-block-combination variable.
1344 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1346         * org.texi (Structure of code blocks): Explicitly state that the
1347         behavior of multiple blocks of the same name is undefined.
1349 2011-08-15  Christian Egli  <christian.egli@sbszh.ch>
1351         * org.texi (TaskJuggler export): Modify the example to reflect the
1352         new effort durations.
1354 2011-08-15  David Maus  <dmaus@ictsoc.de>
1356         * org.texi (Images in LaTeX export): Escape curly brackets in
1357         LaTeX example.
1359 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1361         * org.texi (The clock table): Document the :properties and
1362         :inherit-props arguments for the clocktable.
1364 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1366         * org.texi (Tables in LaTeX export): Document specifying placement
1367         options for tables.
1369 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1371         * org.texi (Evaluating code blocks): More specific documentation
1372         about the different types of header arguments.
1374 2011-08-15  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
1376         * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
1378 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1380         * org.texi (Built-in table editor): Document the table field
1381         follow mode.
1383 2011-08-15  Robert P. Goldman  <rpgoldman@real-time.com>
1385         * org.texi (Easy Templates): Document new template.
1387 2011-08-15  Robert P. Goldman  <rpgoldman@real-time.com>
1389         * org.texi (Literal examples): Add a cross-reference from "Literal
1390         Examples" to "Easy Templates."
1392 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1394         * org.texi (The clock table): Add link to match syntax.
1396 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1398         * org.texi (Agenda commands): Document clock consistency checks.
1400 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1402         * org.texi (Built-in table editor): Document that \vert represents
1403         a vertical bar in a table field.
1405 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1407         * org.texi (Literal examples): Link from "Markup" > "Literate
1408         Examples" to "Working with Source Code".
1410 2011-08-15  Puneeth Chaganti  <punchagan@gmail.com>
1412         * org.texi (Agenda commands): Doc for function option to bulk
1413         action.
1415 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1417         * org.texi (Template expansion): Document new %<...> template
1418         escape.
1420 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1422         * org.texi (Selective export): Document exclusion of any tasks
1423         from export.
1425 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1427         * org.texi (Selective export): Document how to exclude DONE tasks
1428         from export.
1429         (Publishing options): Document the properties to be used to turn off
1430         export of DONE tasks.
1432 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1434         * org.texi (The date/time prompt): Document date range protection.
1436 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1438         * org.texi (padline): Documentation of the new padline header
1439         argument.
1441 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1443         * org.texi (var): Adding "[" to list of characters triggering
1444         elisp evaluation.
1446 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1448         * org.texi (var): Documentation of Emacs Lisp evaluation during
1449         variable assignment.
1451 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1453         * org.texi (colnames): Reference indexing into variables, and note
1454         that colnames are *not* removed before indexing occurs.
1455         (rownames): Reference indexing into variables, and note that
1456         rownames are *not* removed before indexing occurs.
1458 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1460         * org.texi (var): Clarification of indexing into tabular
1461         variables.
1463 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1465         * org.texi (results): Documentation of the `:results wrap' header
1466         argument.
1468 2011-08-15  Bastien Guerry  <bzg@gnu.org>
1470         * org.texi (LaTeX and PDF export): Add a note about a limitation
1471         of the LaTeX export: the org file has to be properly structured.
1473 2011-08-15  Bastien Guerry  <bzg@gnu.org>
1475         * org.texi (Dynamic blocks, Structure editing): Mention
1476         the function `org-narrow-to-block'.
1478 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1480         * org.texi (Languages): Updating list of code block supported
1481         languages.
1483 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1485         * org.texi (Special properties): CATEGORY is a special property,
1486         but it may also used in the drawer.
1488 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1490         * org.texi (mkdirp): Documentation of the :mkdirp header argument.
1492 2011-08-15  Puneeth Chaganti  <punchagan@gmail.com>
1494         * org.texi (Include files): Document :lines.
1496 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1498         * org.texi (comments): Documentation of the ":comments noweb" code
1499         block header argument.
1501 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1503         * org.texi (Conflicts): Changed "yasnippets" to "yasnippet" and
1504         added extra whitespace around functions to be consistent with the
1505         rest of the section.
1507 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1509         * org.texi (Evaluating code blocks): Expanded discussion of
1510         #+call: line syntax.
1511         (Header arguments in function calls): Expanded discussion of
1512         #+call: line syntax.
1514 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1516         * org.texi (Evaluating code blocks): More explicit about how to
1517         pass variables to #+call lines.
1519 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1521         * org.texi (Results of evaluation): Link to the :results header
1522         argument list from the "Results of evaluation" section.
1524 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1526         * org.texi (Conflicts): Adding additional information about
1527         resolving org/yasnippet conflicts.
1529 2011-08-15  David Maus  <dmaus@ictsoc.de>
1531         * org.texi (Publishing options): Document style-include-scripts
1532         publishing project property.
1534 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1536         * org.texi (Sparse trees): Document the next-error /
1537         previous-error functionality.
1539 2011-08-15  Tom Dye  <tsd@tsdye.com>
1541         * org.texi (cache): Improved documentation of code block caches.
1543 2011-08-15  Tom Dye  <tsd@tsdye.com>
1545         * org.texi (Code block specific header arguments): Documentation
1546         of multi-line header arguments.
1548 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1550         * org.texi (Code evaluation security): Add example for using a
1551         function.
1553 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1555         * org.texi (Tables in LaTeX export): Documentation of new
1556         attr_latex options for tables.
1558 2011-08-03  Michael Albinus  <michael.albinus@gmx.de>
1560         * trampver.texi: Update release number.
1562 2011-07-30  Michael Albinus  <michael.albinus@gmx.de>
1564         Sync with Tramp 2.2.2.
1566         * trampver.texi: Update release number.
1568 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1570         * flymake.texi (Example -- Configuring a tool called via make):
1571         Use /dev/null instead of the Windows "nul" (bug#8715).
1573 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1575         * widget.texi (Setting Up the Buffer): Remove mention of the
1576         global keymap parent, which doesn't seem to be accurate
1577         (bug#7045).
1579 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1581         * org.texi (Special agenda views): Fix double quoting (bug#3509).
1583 2010-07-10  Kevin Ryde  <user42@zip.com.au>
1585         * cl.texi (For Clauses): Add destructuring example processing an
1586         alist (bug#6596).
1588 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1590         * ediff.texi (Major Entry Points): Remove mention of `require',
1591         since that's not pertinent in the installed Emacs (bug#9016).
1593 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1595         * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
1596         (Filtering New Groups): Clarify how simple the "options -n" format is.
1597         (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
1598         is internal.
1600 2011-07-04  Michael Albinus  <michael.albinus@gmx.de>
1602         * tramp.texi (Cleanup remote connections): Add
1603         `tramp-cleanup-this-connection'.
1605 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1607         * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
1608         zombies.
1609         (Checking New Groups): Ditto (bug#8974).
1610         (Checking New Groups): Moved the reference to the right place.
1612 2011-07-03  Dave Abrahams  <dave@boostpro.com>  (tiny change)
1614         * gnus.texi (Startup Files): Clarify that we're talking about numbered
1615         backups, and not actual vc (bug#8975).
1617 2011-07-03  Kevin Ryde  <user42@zip.com.au>
1619         * cl.texi (For Clauses): @items for hash-values and key-bindings
1620         to make them more visible when skimming.  Add examples of `using'
1621         clause to them, examples being clearer than a description in
1622         words (bug#6599).
1624 2011-07-01  Alan Mackenzie  <acm@muc.de>
1626         * cc-mode.texi (Guessing the Style): New page.
1627         (Styles): Add a short introduction to above.
1629 2011-06-28  Deniz Dogan  <deniz@dogan.se>
1631         * rcirc.texi (Configuration): Bug-fix:
1632         `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
1633         Reported by Elias Pipping <pipping@exherbo.org>.
1635 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1637         * gnus.texi (Summary Mail Commands): Document
1638         `gnus-summary-reply-to-list-with-original'.
1640 2011-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1642         * eshell.texi (Known problems): Fix typo.
1644 2011-06-12  Michael Albinus  <michael.albinus@gmx.de>
1646         * tramp.texi (Customizing Completion): Mention authinfo-style files.
1647         (Password handling): `auth-source-debug' is good for debug messages.
1649 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
1651         * gnus.texi (Store custom flags and keywords): Refer to
1652         `gnus-registry-article-marks-to-{chars,names}' instead of
1653         `gnus-registry-user-format-function-{M,M2}'.
1655 2011-05-27  Paul Eggert  <eggert@cs.ucla.edu>
1657         * texinfo.tex: Merge from gnulib.
1659 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
1661         * gnus.texi (Gnus Registry Setup): Rename from "Setup".
1662         (Store custom flags and keywords):
1663         Mention `gnus-registry-user-format-function-M' and
1664         `gnus-registry-user-format-function-M2'.
1666 2011-05-17  Paul Eggert  <eggert@cs.ucla.edu>
1668         * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
1670 2011-05-17  Glenn Morris  <rgm@gnu.org>
1672         * gnus.texi (Face): Fix typo.
1674 2011-05-14  Glenn Morris  <rgm@gnu.org>
1676         * dired-x.texi (Omitting Examples): Minor addition.
1678 2011-05-10  Jim Meyering  <meyering@redhat.com>
1680         * ede.texi: Fix typo "or or -> or".
1682 2011-05-03  Peter Münster  <pmlists@free.fr>  (tiny change)
1684         * gnus.texi (Summary Buffer Lines):
1685         gnus-summary-user-date-format-alist does not exist.
1686         (Sorting the Summary Buffer): More about sorting threads.
1688 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
1690         * trampver.texi: Update release number.
1692 2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
1694         * tramp.texi (Frequently Asked Questions): New item for disabling
1695         Tramp in other packages.
1697 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
1699         * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
1700         (Fancy splitting to parent, Store arbitrary data):
1701         Updated gnus-registry docs.
1703 2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
1705         * ede.texi: Fix typos.
1707 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1709         * gnus.texi (Window Layout): @itemize @code doesn't exist.
1710         It's @table @code.
1712 2011-03-19  Antoine Levitt  <antoine.levitt@gmail.com>
1714         * gnus.texi (Listing Groups): Document gnus-group-list-ticked.
1716 2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
1718         * calc.texi (Logarithmic Units): Update the function names.
1720 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1722         * message.texi (Various Commands): Document format specs in the
1723         ellipsis.
1725 2011-03-15  Antoine Levitt  <antoine.levitt@gmail.com>
1727         * message.texi (Insertion Variables): Document message-cite-style.
1729 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
1731         * tramp.texi (Remote processes): New subsection "Running shell on
1732         a remote host".
1734 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1736         * auth.texi (Help for developers): Update docs to explain that the
1737         :save-function will only run the first time.
1739 2011-03-12  Glenn Morris  <rgm@gnu.org>
1741         * Makefile.in (emacs-faq.html): Fix some more cross-refs.
1742         (emacs-faq.text): New target.
1743         (clean): Add emacs-faq.
1745 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
1747         Sync with Tramp 2.2.1.
1749         * trampver.texi: Update release number.
1751 2011-03-11  Glenn Morris  <rgm@gnu.org>
1753         * Makefile.in (HTML_TARGETS): New.
1754         (clean): Delete $HTML_TARGETS.
1755         (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
1757 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
1759         * auth.texi (Help for developers): Show example of using
1760         `auth-source-search' with prompts and :save-function.
1762 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1764         * Version 23.3 released.
1766 2011-03-07  Antoine Levitt  <antoine.levitt@gmail.com>
1768         * message.texi (Message Buffers): Update default value of
1769         message-generate-new-buffers.
1771 2011-03-06  Jay Belanger  <jay.p.belanger@gmail.com>
1773         * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
1774         and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
1775         respectively.
1776         (Musical Notes): New section.
1777         (Customizing Calc): Mention the customizable variable
1778         calc-note-threshold.
1780 2011-03-03  Glenn Morris  <rgm@gnu.org>
1782         * url.texi (Dealing with HTTP documents): Remove reference to
1783         function url-decode-text-part; never seems to have existed.  (Bug#6038)
1784         (Configuration): Update url-configuration-directory description.
1786 2011-03-02  Glenn Morris  <rgm@gnu.org>
1788         * dired-x.texi (Multiple Dired Directories): Remove mentions
1789         of dired-default-directory-alist and dired-default-directory.
1790         Move dired-smart-shell-command here...
1791         (Miscellaneous Commands): ... from here.
1793 2011-03-02  Paul Eggert  <eggert@cs.ucla.edu>
1795         * texinfo.tex: Update to version 2011-02-24.09.
1797 2011-03-02  Glenn Morris  <rgm@gnu.org>
1799         * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
1800         instead of the obsoleted dired-omit-here-always.
1802 2011-02-28  Michael Albinus  <michael.albinus@gmx.de>
1804         * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
1805         supported systems.
1807 2011-02-28  Glenn Morris  <rgm@gnu.org>
1809         * dbus.texi (Type Conversion): Grammar fix.
1811 2011-02-23  Michael Albinus  <michael.albinus@gmx.de>
1813         * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
1814         "Debian GNU/Linux".
1816         * trampver.texi [xemacs]: Set emacsothername to "Emacs".
1818 2011-02-23  Glenn Morris  <rgm@gnu.org>
1820         * dired-x.texi (Features): Minor rephrasing.
1821         (Local Variables): Fix typos.
1823         * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
1824         Standardize some Emacs/XEmacs terminology.
1826         * dired-x.texi (Features): Don't advertise obsolete local variables.
1827         Simplify layout.
1828         (Omitting Variables): Update local variables example.
1829         (Local Variables): Say this is obsolete.  Fix description of
1830         dired-enable-local-variables possible values.
1832 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
1834         * auth.texi (Help for users): Mention ~/.netrc is also searched by
1835         default now.
1837 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1839         * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
1841 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1843         * gnus.texi (Window Layout): Document layout names.
1845 2011-02-19  Eli Zaretskii  <eliz@gnu.org>
1847         * ada-mode.texi: Sync @dircategory with ../../info/dir.
1848         * auth.texi: Sync @dircategory with ../../info/dir.
1849         * autotype.texi: Sync @dircategory with ../../info/dir.
1850         * calc.texi: Sync @dircategory with ../../info/dir.
1851         * cc-mode.texi: Sync @dircategory with ../../info/dir.
1852         * cl.texi: Sync @dircategory with ../../info/dir.
1853         * dbus.texi: Sync @dircategory with ../../info/dir.
1854         * dired-x.texi: Sync @dircategory with ../../info/dir.
1855         * ebrowse.texi: Sync @dircategory with ../../info/dir.
1856         * ede.texi: Sync @dircategory with ../../info/dir.
1857         * ediff.texi: Sync @dircategory with ../../info/dir.
1858         * edt.texi: Sync @dircategory with ../../info/dir.
1859         * eieio.texi: Sync @dircategory with ../../info/dir.
1860         * emacs-mime.texi: Sync @dircategory with ../../info/dir.
1861         * epa.texi: Sync @dircategory with ../../info/dir.
1862         * erc.texi: Sync @dircategory with ../../info/dir.
1863         * eshell.texi: Sync @dircategory with ../../info/dir.
1864         * eudc.texi: Sync @dircategory with ../../info/dir.
1865         * flymake.texi: Sync @dircategory with ../../info/dir.
1866         * forms.texi: Sync @dircategory with ../../info/dir.
1867         * gnus.texi: Sync @dircategory with ../../info/dir.
1868         * idlwave.texi: Sync @dircategory with ../../info/dir.
1869         * mairix-el.texi: Sync @dircategory with ../../info/dir.
1870         * message.texi: Sync @dircategory with ../../info/dir.
1871         * mh-e.texi: Sync @dircategory with ../../info/dir.
1872         * newsticker.texi: Sync @dircategory with ../../info/dir.
1873         * nxml-mode.texi: Sync @dircategory with ../../info/dir.
1874         * org.texi: Sync @dircategory with ../../info/dir.
1875         * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
1876         * pgg.texi: Sync @dircategory with ../../info/dir.
1877         * rcirc.texi: Sync @dircategory with ../../info/dir.
1878         * reftex.texi: Sync @dircategory with ../../info/dir.
1879         * remember.texi: Sync @dircategory with ../../info/dir.
1880         * sasl.texi: Sync @dircategory with ../../info/dir.
1881         * sc.texi: Sync @dircategory with ../../info/dir.
1882         * semantic.texi: Sync @dircategory with ../../info/dir.
1883         * ses.texi: Sync @dircategory with ../../info/dir.
1884         * sieve.texi: Sync @dircategory with ../../info/dir.
1885         * smtpmail.texi: Sync @dircategory with ../../info/dir.
1886         * speedbar.texi: Sync @dircategory with ../../info/dir.
1887         * trampver.texi [emacs]: Set emacsname to "Emacs".
1888         * tramp.texi: Sync @dircategory with ../../info/dir.
1889         * url.texi: Sync @dircategory with ../../info/dir.
1890         * vip.texi: Sync @dircategory with ../../info/dir.
1891         * viper.texi: Sync @dircategory with ../../info/dir.
1892         * widget.texi: Sync @dircategory with ../../info/dir.
1893         * woman.texi: Sync @dircategory with ../../info/dir.
1895 2011-02-19  Glenn Morris  <rgm@gnu.org>
1897         * dired-x.texi (Technical Details): No longer redefines
1898         dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
1899         dired-read-shell-command, or dired-find-buffer-nocreate.
1901 2011-02-18  Glenn Morris  <rgm@gnu.org>
1903         * dired-x.texi (Optional Installation File At Point): Simplify.
1905 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
1907         * auth.texi (Help for users): Use :port instead of :protocol for all
1908         auth-source docs.
1909         (GnuPG and EasyPG Assistant Configuration): Mention the default now is
1910         to have two files in `auth-sources'.
1912 2011-02-16  Glenn Morris  <rgm@gnu.org>
1914         * dired-x.texi: Use emacsver.texi to get Emacs version.
1915         * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
1916         Depend on emacsver.texi.
1918         * dired-x.texi: Drop meaningless version number.
1919         (Introduction): Remove old info.
1920         (Optional Installation Dired Jump): Autoload from dired-x.
1921         Remove incorrect info about loaddefs.el.
1922         (Bugs): Just refer to M-x report-emacs-bug.
1924         * dired-x.texi (Multiple Dired Directories): Update for rename of
1925         default-directory-alist.
1926         (Miscellaneous Commands): No longer mention very old VM version 4.
1928 2011-02-15  Paul Eggert  <eggert@cs.ucla.edu>
1930         Merge from gnulib.
1931         * texinfo.tex: Update to version 2011-02-14.11.
1933 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
1935         * auth.texi (Help for users):
1936         Login collection is "Login" and not "login".
1938 2011-02-13  Michael Albinus  <michael.albinus@gmx.de>
1940         * tramp.texi (History): Remove IMAP support.
1941         (External methods, Frequently Asked Questions): Remove `imap' and
1942         `imaps' methods.
1943         (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
1945         * trampver.texi: Remove default value of `emacsimap'.
1947 2011-02-13  Glenn Morris  <rgm@gnu.org>
1949         * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
1950         * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
1952 2011-02-12  Glenn Morris  <rgm@gnu.org>
1954         * sc.texi (Getting Connected): Remove old index entries.
1956 2011-02-12  Ulrich Mueller  <ulm@gentoo.org>
1958         * url.texi: Remove duplicate @dircategory (Bug#7942).
1960 2011-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
1962         * auth.texi (Overview, Help for users, Help for developers):
1963         Update docs.
1964         (Help for users): Talk about spaces.
1966 2011-02-09  Paul Eggert  <eggert@cs.ucla.edu>
1968         * texinfo.tex: Update to version 2011-02-07.16.
1970 2011-02-07  Michael Albinus  <michael.albinus@gmx.de>
1972         * dbus.texi (Bus names): Adapt descriptions for
1973         dbus-list-activatable-names and dbus-list-known-names.
1975 2011-02-07  Jay Belanger  <jay.p.belanger@gmail.com>
1977         * calc.texi (Logarithmic Units): New section.
1979 2011-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
1981         * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
1982         manuals use it now.
1984         * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
1986 2011-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1988         * overrides.texi: Remove.
1990         * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
1991         * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
1993 2011-02-05  Michael Albinus  <michael.albinus@gmx.de>
1995         * tramp.texi (Frequently Asked Questions): Mention problems with
1996         WinSSHD.
1998         * trampver.texi: Update release number.
2000 2011-02-05  Era Eriksson  <era+tramp@iki.fi>  (tiny change)
2002         * tramp.texi:
2003         Replace "delimet" with "delimit" globally.
2004         Replace "explicite" with "explicit" globally.
2005         Replace "instead of" with "instead" where there was nothing after "of".
2006         Audit use of comma before interrogative pronoun, "that", or "which".
2007         Minor word order, spelling, wording changes.
2009 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
2011         * overrides.texi: New file to set or clear WEBHACKDEVEL.
2013         * sieve.texi: Use WEBHACKDEVEL.
2015         * sasl.texi: Use WEBHACKDEVEL.
2017         * pgg.texi: Use WEBHACKDEVEL.
2019         * message.texi: Use WEBHACKDEVEL.
2021         * gnus.texi: Use WEBHACKDEVEL.
2023         * emacs-mime.texi: Use WEBHACKDEVEL.
2025         * auth.texi: Use WEBHACKDEVEL.
2027         * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
2028         manuals.
2030 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
2032         * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
2034 2011-02-03  Paul Eggert  <eggert@cs.ucla.edu>
2036         * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
2037         which in turn is copied from ftp://tug.org/tex/.
2039 2011-02-03  Glenn Morris  <rgm@gnu.org>
2041         * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
2042         (Binding combinations of modifiers and function keys):
2043         Let's assume people reading this are not using Emacs 18.
2045 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2047         * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
2048         since it's run automatically.
2050 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2052         * gnus.texi (Customizing Articles): Fix typo.
2054 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2056         * gnus.texi (Customizing Articles): Document the new way of customizing
2057         the date headers(s).
2059 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2061         * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
2062         splitting example.
2064 2011-01-29  Eli Zaretskii  <eliz@gnu.org>
2066         * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
2067         (MAKEINFO_OPTS): New variable.
2068         (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
2069         ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
2070         ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
2071         ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
2072         ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
2073         ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
2074         ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
2075         ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
2076         ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
2077         ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
2078         ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
2079         ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
2080         ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
2081         ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
2082         ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
2083         ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
2084         ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
2085         ($(infodir)/edt): Use $(MAKEINFO_OPTS).
2087 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2089         * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
2091 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
2093         * message.texi (IDNA): Explain what it is.
2095 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2097         * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
2099 2011-01-23  Werner Lemberg  <wl@gnu.org>
2101         * Makefile.in (MAKEINFO): Now controlled by `configure'.
2102         (MAKEINFO_OPTS): New variable.  Use it where appropriate.
2103         (ENVADD): Update.
2105 2011-01-18  Glenn Morris  <rgm@gnu.org>
2107         * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
2109 2011-01-14  Eduard Wiebe  <usenet@pusto.de>
2111         * nxml-mode.texi (Introduction): Fix file name typos.
2113 2011-01-13  Christian Ohler  <ohler@gnu.org>
2115         * ert.texi: New file.
2117         * Makefile.in:
2118         * makefile.w32-in: Add ert.texi.
2120 2011-01-10  Jan Moringen  <jan.moringen@uni-bielefeld.de>
2122         * dbus.texi (Receiving Method Calls): New function
2123         dbus-register-service.  Rearrange node.
2125 2011-01-07  Paul Eggert  <eggert@cs.ucla.edu>
2127         * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
2128         which in turn is copied from ftp://tug.org/tex/.
2130 2011-01-04  Jan Moringen  <jan.moringen@uni-bielefeld.de>
2132         * dbus.texi (Receiving Method Calls): Describe new optional
2133         parameter dont-register-service of dbus-register-{method,property}.
2135 2010-12-17  Daiki Ueno  <ueno@unixuser.org>
2137         * epa.texi (Encrypting/decrypting *.gpg files):
2138         Mention epa-file-select-keys.
2140 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2142         * gnus.texi (Archived Messages): Remove outdated text.
2144 2010-12-16  Teodor Zlatanov  <tzz@lifelogs.com>
2146         * gnus.texi (Foreign Groups): Add clarification of foreign groups.
2148 2010-12-15  Andrew Cohen  <cohen@andy.bu.edu>
2150         * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
2152 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
2154         * gnus.texi (The swish++ Engine): Add customizable parameters
2155         descriptions.
2156         (The swish-e Engine): Ditto.
2158 2010-12-14  Michael Albinus  <michael.albinus@gmx.de>
2160         * tramp.texi (Inline methods): Add "ksu" method.
2161         (Remote processes): Add example with remote `default-directory'.
2163 2010-12-14  Glenn Morris  <rgm@gnu.org>
2165         * faq.texi (Expanding aliases when sending mail):
2166         Now build-mail-aliases is interactive.
2168 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
2170         * gnus.texi: First pass at adding (rough) nnir documentation.
2172 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2174         * gnus.texi (Filtering New Groups):
2175         Mention gnus-auto-subscribed-categories.
2176         (The First Time): Remove, since default-subscribed-newsgroups has been
2177         removed.
2179 2010-12-13  Glenn Morris  <rgm@gnu.org>
2181         * cl.texi (For Clauses): Small fixes for frames and windows.
2183 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
2185         * org.texi (Using capture): Document using prefix arguments for
2186         finalizing capture.
2187         (Agenda commands): Document prefix argument for the bulk scatter
2188         command.
2189         (Beamer class export): Document that also overlay arguments can be
2190         passed to the column environment.
2191         (Template elements): Document the new entry type.
2193 2010-12-11  Puneeth Chaganti  <punchagan@gmail.com>
2195         * org.texi (Include files): Document :minlevel.
2197 2010-12-11  Julien Danjou  <julien@danjou.info>
2199         * org.texi (Categories): Document category icons.
2201 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
2203         * org.texi (noweb): Fix typo.
2205 2010-12-06  Tassilo Horn  <tassilo@member.fsf.org>
2207         * gnus.texi (Server Commands): Point to the rest of the server
2208         commands.
2210 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2212         * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
2213         g'.
2215 2010-12-02  Julien Danjou  <julien@danjou.info>
2217         * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
2219 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2221         * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
2222         (Direct Functions): Note the STARTTLS upgrade.
2224 2010-11-27  Glenn Morris  <rgm@gnu.org>
2225             James Clark  <none@example.com>
2227         * nxml-mode.texi (Introduction): New section.
2229 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2231         * gnus.texi (Server Commands): Document gnus-server-show-server.
2233 2010-11-20  Michael Albinus  <michael.albinus@gmx.de>
2235         Sync with Tramp 2.2.0.
2237         * trampver.texi: Update release number.
2239 2010-11-19  Jay Belanger  <jay.p.belanger@gmail.com>
2241         * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
2242         Mention that the TeX specific units won't use the `tex' prefix
2243         in TeX mode.
2245 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2247         * gnus.texi (Misc Article): Document gnus-inhibit-images.
2249 2010-11-17  Glenn Morris  <rgm@gnu.org>
2251         * edt.texi: Remove information about Emacs 19.
2253 2010-11-17  Michael Albinus  <michael.albinus@gmx.de>
2255         * trampver.texi: Update release number.
2257 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2259         * gnus.texi (Article Washing): Fix typo.
2261 2010-11-11  Noorul Islam  <noorul@noorul.com>
2263         * org.texi: Fix typo.
2265 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2267         * org.texi (Using capture): Explain that refiling is
2268         sensitive to cursor position.
2270 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2272         * org.texi (Images and tables): Add cross reference to link section.
2274 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2276         * org.texi: Document the <c> cookie.
2278 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2280         * org.texi: Multi-line header arguments :PROPERTIES: :ID:
2281         b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
2283 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2285         * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
2287 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2289         * org.texi (Project alist): Mention that this is a property list.
2291 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2293         * org.texi (Setting up the staging area): Document that
2294         file names remain visible when encrypting the MobileOrg files.
2296 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2298         * org.texi (Setting up the staging area): Document which
2299         versions are needed for encryption.
2301 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2303         * org.texi (noweb): Update :noweb documentation to
2304         reflect the new "tangle" argument.
2306 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2308         * org.texi (Batch execution): Improve tangling script in
2309         documentation.
2311 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2313         * org.texi (Handling links):
2314         (In-buffer settings): Document inlining images on startup.
2316 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2318         * org.texi (Setting up the staging area): Document use of
2319         crypt password.
2321 2010-11-11  David Maus  <dmaus@ictsoc.de>
2323         * org.texi (Template expansion): Add date related link type escapes.
2325 2010-11-11  David Maus  <dmaus@ictsoc.de>
2327         * org.texi (Template expansion): Add mew in table for link type
2328         escapes.
2330 2010-11-11  David Maus  <dmaus@ictsoc.de>
2332         * org.texi (Template expansion): Fix typo in link type escapes.
2334 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2336         * org.texi (Structure of code blocks): Another documentation tweak.
2338 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2340         * org.texi (Structure of code blocks): Documentation tweak.
2342 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2344         * org.texi (Structure of code blocks):
2345         Update documentation to mention inline code block syntax.
2347 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2349         * org.texi (comments): Improve wording.
2351 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2353         * org.texi (comments): Document the new :comments header arguments.
2355 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2357         * org.texi (Installation): Remove the special
2358         installation instructions for XEmacs.
2360 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
2362         * org.texi (Easy Templates): New section.  Documents quick
2363         insertion of empty structural elements.
2365 2010-11-11  Noorul Islam  <noorul@noorul.com>
2367         * org.texi: Fix doc.
2369 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
2371         * org.texi (The date/time prompt): Document specification
2372         of time ranges.
2374 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2376         * org.texi (Internal links): Document the changes in
2377         internal links.
2379 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2381         * org.texi (Agenda commands): Document the limitation for
2382         the filter preset - it can only be used for an entire agenda
2383         view, not in an individual block in a block agenda.
2385 2010-11-11  Eric S Fraga  <e.fraga@ucl.ac.uk>
2387         * org.texi (iCalendar export): Document alarm creation.
2389 2010-11-10  Michael Albinus  <michael.albinus@gmx.de>
2391         * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
2393 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2395         * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
2397 2010-11-09  Jay Belanger  <jay.p.belanger@gmail.com>
2399         * calc.texi: Use emacsver.texi to determine Emacs version.
2401 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2403         * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
2404         since that works by default.
2406 2010-11-03  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2408         * gnus.texi (Customizing the IMAP Connection): Document
2409         `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
2411 2010-11-04  Michael Albinus  <michael.albinus@gmx.de>
2413         * tramp.texi (Remote shell setup): New item "Interactive shell
2414         prompt".  Reported by Christian Millour <cm@abtela.com>.
2415         (Remote shell setup, Remote processes): Use @code{} for
2416         environment variables.
2418 2010-11-03  Glenn Morris  <rgm@gnu.org>
2420         * ediff.texi (Quick Help Commands, Miscellaneous):
2421         * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
2423 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2425         * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
2427 2010-10-31  Glenn Morris  <rgm@gnu.org>
2429         * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
2431 2010-10-31  Glenn Morris  <rgm@gnu.org>
2433         * cc-mode.texi: Remove reference to defunct viewcvs URL.
2435 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2437         * gnus.texi (Client-Side IMAP Splitting):
2438         Mention nnimap-unsplittable-articles.
2440 2010-10-29  Julien Danjou  <julien@danjou.info>
2442         * gnus.texi (Finding the News): Remove references to obsoletes
2443         variables `gnus-nntp-server' and `gnus-secondary-servers'.
2445 2010-10-29  Eli Zaretskii  <eliz@gnu.org>
2447         * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
2448         (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
2449         ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
2450         ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
2452 2010-10-28  Glenn Morris  <rgm@gnu.org>
2454         * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
2455         (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
2456         ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
2458 2010-10-25  Daiki Ueno  <ueno@unixuser.org>
2460         * epa.texi (Mail-mode integration): Add alternative key bindings
2461         for epa-mail commands; escape comma.
2462         Don't use the word "PGP", since it is a non-free program.
2464 2010-10-24  Jay Belanger  <jay.p.belanger@gmail.com>
2466         * calc.texi: Use emacsver.texi to determine Emacs version.
2468 2010-10-24  Juanma Barranquero  <lekktu@gmail.com>
2470         * gnus.texi (Group Parameters, Buttons): Fix typos.
2472 2010-10-22  Tassilo Horn  <tassilo@member.fsf.org>
2474         * gnus.texi (Subscription Commands): Mention that you can also
2475         subscribe to new groups via the Server buffer, which is probably more
2476         convenient when subscribing to many groups.
2478 2010-10-21  Julien Danjou  <julien@danjou.info>
2480         * message.texi (Message Headers): Allow message-default-headers to be a
2481         function.
2483 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2485         * gnus-news.texi: Mention new archive defaults.
2487 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2489         * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
2491 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2493         * gnus.texi (HTML): Document the function value of
2494         gnus-blocked-images.
2495         (Article Washing): shr and gnus-w3m, not the direct function names.
2497 2010-10-20  Julien Danjou  <julien@danjou.info>
2499         * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
2500         variable.
2502 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2504         * gnus.texi (Customizing the IMAP Connection): The port strings are
2505         strings.
2506         (Document Groups): Mention git.
2508 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2510         * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
2511         bzr/Gnus git sync.
2513 2010-10-15  Eli Zaretskii  <eliz@gnu.org>
2515         * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
2516         change.
2518 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2520         * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
2521         @item syntax for in-Emacs makeinfo.
2523 2010-10-13  Teodor Zlatanov  <tzz@lifelogs.com>
2525         * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
2526         trim sentence.
2528 2010-10-12  Daiki Ueno  <ueno@unixuser.org>
2530         * epa.texi (Caching Passphrases):
2531         * auth.texi (GnuPG and EasyPG Assistant Configuration):
2532         Clarify some configurations require to set up gpg-agent.
2534 2010-10-11  Glenn Morris  <rgm@gnu.org>
2536         * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
2538 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2540         * gnus.texi (Spam Package Introduction): Mention `$'.
2542 2010-10-09  Eli Zaretskii  <eliz@gnu.org>
2544         * makefile.w32-in (emacsdir): New variable.
2545         ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
2546         (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
2548 2010-10-09  Glenn Morris  <rgm@gnu.org>
2550         * Makefile.in (mostlyclean): Delete *.toc.
2552         * Makefile.in: Use $< in rules.
2554         * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
2556         * Makefile.in ($(infodir)): Delete rule.
2557         (mkinfodir): New.  Use it in all the info rules, rather than depending
2558         on infodir.
2560 2010-10-09  Glenn Morris  <rgm@gnu.org>
2562         * gnus.texi (Article Washing): Fix previous change.
2564         * Makefile.in (emacsdir): New variable.
2565         ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
2566         Depend on emacsver.texi.
2568         * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
2570         * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
2572 2010-10-08  Julien Danjou  <julien@danjou.info>
2574         * gnus.texi: Add mm-shr.
2576 2010-10-08  Ludovic Courtès  <ludo@gnu.org>
2578         * gnus.texi (Finding the Parent, The Gnus Registry)
2579         (Registry Article Refer Method): Update docs for nnregistry.el.
2581 2010-10-08  Daiki Ueno  <ueno@unixuser.org>
2583         * auth.texi (Help for users)
2584         (GnuPG and EasyPG Assistant Configuration): Update docs.
2586 2010-10-08  Glenn Morris  <rgm@gnu.org>
2588         * cl.texi (Organization, Installation, Old CL Compatibility):
2589         Deprecate cl-compat for new code.
2590         (Usage, Installation): Remove outdated information.
2592         * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
2594 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2596         * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
2598 2010-10-06  Julien Danjou  <julien@danjou.info>
2600         * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
2602         * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
2603         broken link.
2605         * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
2607         * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
2608         to ReiserFS.
2610         * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
2611         (FAQ 7-1): Fix getmail URL.
2613 2010-10-06  Daiki Ueno  <ueno@unixuser.org>
2615         * epa.texi (Caching Passphrases): New section.
2617 2010-10-06  Glenn Morris  <rgm@gnu.org>
2619         * Makefile.in (SHELL): Set it.
2620         (info): Move the mkdir dependency to the individual info files.
2621         (mostlyclean): Tidy up.
2622         (clean): Only delete the specific dvi and pdf files.
2623         (maintainer-clean): Be more restrictive in what we delete.
2624         ($(infodir)): Add parallel build workaround.
2626 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2628         * gnus.texi (Misc Article): Document gnus-widen-article-window.
2630 2010-10-03  Julien Danjou  <julien@danjou.info>
2632         * emacs-mime.texi (Display Customization):
2633         Update mm-inline-large-images documentation and add documentation for
2634         mm-inline-large-images-proportion.
2636 2010-10-03  Michael Albinus  <michael.albinus@gmx.de>
2638         * tramp.texi (Frequently Asked Questions):
2639         Mention remote-file-name-inhibit-cache.
2641 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2643         * gnus.texi (Splitting Mail): Fix @xref syntax.
2644         (Splitting Mail): Really fix the @ref syntax.
2646 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2648         * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
2649         (Article Hiding): Add google banner example.
2650         Suggested by Benjamin Xu.
2652 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2654         * gnus.texi (Spam Package Configuration Examples, SpamOracle):
2655         Remove nnimap-split-rule from examples.
2657 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2659         * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
2660         (NNTP): Document nntp-server-list-active-group.  Suggested by Barry
2661         Fishman.
2662         (Client-Side IMAP Splitting): Add nnimap-split-fancy.
2664 2010-09-30  Julien Danjou  <julien@danjou.info>
2666         * gnus.texi (Gravatars): Fix documentation about
2667         gnu-gravatar-properties.
2669 2010-09-29  Daiki Ueno  <ueno@unixuser.org>
2671         * epa.texi (Bug Reports): New section.
2673 2010-09-29  Glenn Morris  <rgm@gnu.org>
2675         * Makefile.in (top_srcdir): Remove unused variable.
2677 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2679         * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
2680         (Client-Side IMAP Splitting): Document 'default.
2682 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2684         * gnus.texi (Customizing the IMAP Connection):
2685         Document nnimap-fetch-partial-articles.
2687 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2689         * gnus-news.texi: Mention nnimap-inbox.
2691         * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
2693 2010-09-26  Julien Danjou  <julien@danjou.info>
2695         * gnus.texi (Oort Gnus): Remove mention of ssl.el.
2697 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2699         * gnus.texi (Security): Remove gpg.el mention.
2701 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2703         * gnus.texi (Browse Foreign Server): New variable
2704         gnus-browse-subscribe-newsgroup-method.
2706         * gnus-news.texi: Mention it.
2708 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2710         * gnus.texi (NoCeM): Remove.
2711         (Startup Variables): No jingle.
2713 2010-09-25  Ulrich Mueller  <ulm@gentoo.org>
2715         * woman.texi (Interface Options): xz compression is now supported.
2717 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2719         * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
2720         (Unavailable Servers): Document gnus-server-copy-server.
2721         (Using IMAP): Document the new nnimap.
2723 2010-09-25  Julien Danjou  <julien@danjou.info>
2725         * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
2727 2010-09-24  Glenn Morris  <rgm@gnu.org>
2729         * url.texi (Disk Caching): Tweak previous change.
2731 2010-09-24  Julien Danjou  <julien@danjou.info>
2733         * url.texi (Disk Caching): Mention url-cache-expire-time,
2734         url-cache-expired, and url-fetch-from-cache.
2736 2010-09-24  Julien Danjou  <julien@danjou.info>
2738         * gnus.texi: Add Gravatars.
2740 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2742         * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
2744 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2746         * gnus.texi (Expunging mailboxes): Update name of the expunging
2747         command.
2749 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2751         * emacs-mime.texi (rfc2047): Update description for
2752         rfc2047-encode-parameter.
2754 2010-09-13  Michael Albinus  <michael.albinus@gmx.de>
2756         * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
2757         "fish" methods.
2758         (External methods): Remove "scp1_old" and "scp2_old" methods.
2760 2010-09-09  Michael Albinus  <michael.albinus@gmx.de>
2762         * tramp.texi: Remove Japanese manual.  Fix typo.
2764         * trampver.texi: Update release number.  Remove japanesemanual.
2766 2010-09-09  Glenn Morris  <rgm@gnu.org>
2768         * org.texi: Restore clobbered changes (copyright years, untabify).
2770 2010-09-04  Julien Danjou  <julien@danjou.info>  (tiny change)
2772         * gnus.texi (Adaptive Scoring): Fix typo.
2774 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2776         * gnus.texi (Article Display): Document gnus-html-show-images.
2778 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
2780         * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
2782 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2784         * gnus.texi (HTML): Document gnus-max-image-proportion.
2786 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2788         * gnus.texi (HTML): Document gnus-blocked-images.
2790         * message.texi (Wide Reply): Document message-prune-recipient-rules.
2792 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2794         * gnus.texi (Summary Mail Commands): Note that only the addresses from
2795         the first message are used for wide replies.
2796         (Changing Servers): Remove documentation on gnus-change-server and
2797         friends, since it's been removed.
2799 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2801         * gnus.texi (Drafts): Mention B DEL.
2803 2010-08-29  Tim Landscheidt  <tim@tim-landscheidt.de>  (tiny change)
2805         * gnus.texi (Delayed Articles): Mention that the Date header is the
2806         original one, even if you delay.
2808 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2810         * gnus.texi (Asynchronous Fetching):
2811         Document gnus-async-post-fetch-function.
2812         (HTML): Made into its own section.
2814 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
2816         Sync with Tramp 2.1.19.
2818         * tramp.texi (Inline methods, Default Method): Mention
2819         `tramp-inline-compress-start-size'.  Remove "kludgy" phrase.
2820         Remove remark about doubled "-t" argument.
2821         (Auto-save and Backup): Remove reference to Emacs 21.
2822         (Filename Syntax): Describe port numbers.
2823         (Frequently Asked Questions): Adapt supported (X)Emacs versions.  Adapt
2824         supported MS Windows versions.  Remove obsolete URL.  Recommend "sshx"
2825         and "scpx" for echoing shells.  Use the $() syntax, texi2dvi reports
2826         errors with the backquotes.
2827         (External packages): File attributes cache flushing for asynchronous
2828         processes.
2829         (Traces and Profiles): Describe verbose level 9.
2831         * trampver.texi: Update release number.
2833 2010-08-23  Michael Albinus  <michael.albinus@gmx.de>
2835         * dbus.texi (Alternative Buses): New chapter.
2837 2010-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2839         * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
2841 2010-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
2843         * calc.texi (Customizing Calc): Rearrange description of new
2844         variables to match the presentation of other variables.
2846 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
2848         * org.texi (Footnotes, Tables in HTML export): Fix typos.
2850 2010-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
2852         * calc.texi (Making Selections, Selecting Subformulas)
2853         (Customizing Calc): Mention how to use faces to emphasize selected
2854         sub-formulas.
2856 2010-08-05  Michael Albinus  <michael.albinus@gmx.de>
2858         * tramp.texi (External packages): File attributes cache flushing
2859         for asynchronous processes.
2861 2010-08-01  Alan Mackenzie  <acm@muc.de>
2863         Enhance the manual for the latest Java Mode.
2865         * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
2866         annotation-var-cont.
2867         (Java Symbols): Page renamed from Anonymous Class Symbol.  Document the
2868         two new symbols.
2870 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
2872         * tramp.texi (Traces and Profiles): Describe verbose level 9.
2874 2010-07-27  Chong Yidong  <cyd@stupidchicken.com>
2876         * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
2878 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
2880         * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
2882 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
2884         * org.texi: Add macros to get plain quotes in PDF output.
2885         List additional contributors.
2886         (Capture): New section, replaces the section about remember.
2887         (Working With Source Code): New chapter, focused on documenting Org
2888         Babel.
2889         (Code evaluation security): New section.
2890         (MobileOrg): Document DropBox support.
2891         (TaskJuggler export): Document taskjuggler and Gantt chart support.
2892         (Special symbols): Show how to display UTF8 characters for entities.
2893         (Global TODO list): Clarify the use of the "M" key and the differences
2894         to the "m" key.
2895         (RSS Feeds): Mention Atom feeds as well.
2896         (Setting tags): Remove paragraph about
2897         `org-complete-tags-always-offer-all-agenda-tags'.
2899 2010-07-17  Michael Albinus  <michael.albinus@gmx.de>
2901         * tramp.texi (Inline methods): Remove remark about doubled "-t"
2902         argument.
2903         (Frequently Asked Questions): Recommend "sshx" and "scpx" for
2904         echoing shells.
2906 2010-07-10  Michael Albinus  <michael.albinus@gmx.de>
2908         * tramp.texi (Inline methods): Remove "kludgy" phrase.
2909         (Filename Syntax): Describe port numbers.
2911 2010-07-09  Michael Albinus  <michael.albinus@gmx.de>
2913         * dbus.texi (Top): Introduce Index.  Emphasize "nil" whereever
2914         forgotten.
2915         (Type Conversion): Precise conversion of natural numbers.
2916         (Errors and Events): Add "debugging" to concept index.  Add variable
2917         `dbus-debug'.
2919 2010-07-04  Michael Albinus  <michael.albinus@gmx.de>
2921         * dbus.texi (Receiving Method Calls): Add optional argument
2922         EMITS-SIGNAL to `dbus-register-property'.
2924 2010-06-27  Alex Schroeder  <alex@gnu.org>
2926         * nxml-mode.texi (Commands for locating a schema): Fix typo.
2928 2010-06-24  Glenn Morris  <rgm@gnu.org>
2930         * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
2931         * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
2932         * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
2933         * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
2934         * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
2935         * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
2936         * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
2937         * woman.texi: Start direntry descriptions in column 32, per Texinfo
2938         convention.   Make them end with a period.
2940 2010-06-23  Glenn Morris  <rgm@gnu.org>
2942         * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
2943         * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
2944         * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
2945         * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
2946         * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
2947         * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
2949 2010-06-10  Glenn Morris  <rgm@gnu.org>
2951         * idlwave.texi (Load-Path Shadows):
2952         * org.texi (Handling links): Fix typos.
2954 2010-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
2956         * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
2958 2010-05-26  Michael Albinus  <michael.albinus@gmx.de>
2960         * eshell.texi (Built-ins): Describe, how to disable a built-in command
2961         by an alias.  (Bug#6226)
2963 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
2965         * calc.texi (Manipulating Vectors): Mention that vectors can
2966         be used to determine bins for `calc-histogram'.
2968 2010-05-13  Jay Belanger  <jay.p.belanger@gmail.com>
2970         * calc.texi: Remove "\turnoffactive" commands throughout.
2972 2010-05-08  Å tÄ›pán NÄ›mec  <stepnem@gmail.com>  (tiny change)
2974         * url.texi (HTTP language/coding, Customization):
2975         * message.texi (Header Commands, Responses):
2976         * cl.texi (Argument Lists): Fix typos.
2978 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
2980         * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
2981         Note that Development menu is always available.
2982         (Creating a project): Fix terminology.
2983         (Add/Remove files): Fix typo.
2985 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
2987         * Version 23.2 released.
2989 2010-05-01  Daniel E. Doherty  <ddoherty03@gmail.com>  (tiny change)
2991         * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
2993 2010-05-01  Michael Albinus  <michael.albinus@gmx.de>
2995         * tramp.texi (Inline methods, Default Method):
2996         Mention `tramp-inline-compress-start-size'.
2998 2010-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
3000         * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
3001         the CVS repo.  Put the Git repo in the news section.
3003         * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
3004         Removed some mentions of CVS.  Mention the new Git repo.
3006 2010-04-18  Andreas Seltenreich  <seltenreich@gmx.de>
3008         * gnus.texi (Score File Format): Fix typo.  Reported by Å tÄ›pán NÄ›mec.
3009         (Mail Group Commands): Add index entry.
3011 2010-04-18  Glenn Morris  <rgm@gnu.org>
3013         * info.texi (Search Index): Mention Emacs's Info-virtual-index.
3015 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
3017         * calc.texi (Radix modes): Mention that the option prefix will
3018         turn on twos-complement mode.
3019         (Inverse and Hyperbolic Flags): Mention the Option flag.
3021 2010-04-15  Carsten Dominik  <carsten.dominik@gmail.com>
3023         * org.texi (LaTeX and PDF export): Add a footnote about xetex.
3024         (LaTeX/PDF export commands): Rename and Move section.
3025         (Sectioning structure): Update.
3026         (References): New use case for field coordinates.
3027         (The export dispatcher): Rename from ASCII export.
3028         (Setting up the staging area): Document the availability of
3029         encryption for MobileOrg.
3030         (Images and tables): Document how to reference labels.
3031         (Index entries): New section.
3032         (Generating an index): New section.
3033         (Column width and alignment): Document that <N> now
3034         means a fixed width, not a maximum width.
3035         (Publishing options): Document the :email option.
3036         (Beamer class export): Fix bug in the BEAMER example.
3037         (Refiling notes): Document refile logging.
3038         (In-buffer settings): Document refile logging keywords.
3039         (Drawers): Document `C-c C-z' command.
3040         (Agenda commands): Mention the alternative key `C-c C-z'.
3041         (Special properties): Document the BLOCKED property.
3042         (The spreadsheet): Mention the formula editor.
3043         (References): Document field coordinates.
3044         (Publishing action): Correct the documentation for the
3045         publishing function.
3046         (The date/time prompt): Document that we accept dates
3047         like month/day/year.
3048         (Cooperation): Document the changes in table.el support.
3049         (Faces for TODO keywords, Faces for TODO keywords)
3050         (Priorities): Document the easy colors.
3051         (Visibility cycling): Document the new double prefix
3052         arg for `org-reveal'.
3053         (Cooperation): Remember.el is part of Emacs.
3054         (Clean view): Mention that `wrap-prefix' is also set by
3055         org-indent-mode.
3056         (Agenda commands): Add information about prefix args to
3057         scheduling and deadline commands.
3058         (Search view): Point to the docstring of
3059         `org-search-view' for more details.
3060         (Agenda commands): Document that `>' prompts for a date.
3061         (Setting tags): Document variable
3062         org-complete-tags-always-offer-all-agenda-tags.
3063         (Column attributes): Cross-reference special properties.
3065 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
3067         Synchronize with Tramp repository.
3069         * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
3070         (Frequently Asked Questions): Adapt supported (X)Emacs versions.
3071         Adapt supported MS Windows versions.  Remove obsolete URL.  Use the $()
3072         syntax, texi2dvi reports errors with the backquotes.
3074         * trampver.texi: Update release number.
3076 2010-04-01  Teodor Zlatanov  <tzz@lifelogs.com>
3078         * gnus.texi (Finding the News): Add pointers to the Server buffer
3079         because it's essential.
3081 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3083         * gnus.texi (MIME Commands): Update description of
3084         gnus-article-browse-html-article.
3086 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3088         * auth.texi (Secret Service API): Add TODO node.
3089         (Help for users): Explain the new source options for `auth-sources'.
3091 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
3093         * trampver.texi: Update release number.
3095 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
3097         * Branch for 23.2.
3099 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
3101         * faq.texi (Escape sequences in shell output): Note that ansi-color is
3102         now enabled by default.
3104 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
3106         * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
3107         when Emacs runs in interactive mode.  (Bug#5645)
3109 2010-02-16  Glenn Morris  <rgm@gnu.org>
3111         * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
3113 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
3115         * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
3117 2010-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3119         * gnus.texi (Score File Format): Fix typo.
3121 2010-01-19  Mark A. Hershberger  <mah@everybody.org>
3123         * cc-mode.texi: Replace references to obsolete c-subword-mode.
3125 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
3127         * ada-mode.texi (Project File Overview): Fix typo.
3129 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3131         * semantic.texi: Add Richard Y. Kim credit.
3133         * eieio.texi (Making New Objects): Fix typo (Bug#5406).
3135 2010-01-17  Michael Albinus  <michael.albinus@gmx.de>
3137         * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
3138         SXEmacs 22 to the supported systems.  New item for hung ssh sessions.
3140 2010-01-17  Glenn Morris  <rgm@gnu.org>
3142         * calc.texi (Reporting Bugs): Don't mention format of repository.
3144         * woman.texi (Bugs): Make "Emacs repository" less specific,
3145         and the URL for same more specific.
3147         * faq.texi (Latest version of Emacs): The repository is now Bazaar.
3149 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3151         * ede.texi (ede-step-project, ede-proj-target):
3152         * tramp.texi (Remote processes): Fix typos.
3154 2010-01-16  Mario Lang  <mlang@delysid.org>
3156         * ede.texi (ede-target):
3157         * org.texi (Refiling notes): Remove duplicated words.
3159 2010-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3161         * gnus.texi (Posting Styles): Use with-current-buffer.
3162         * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
3164 2010-01-02  Kevin Ryde  <user42@zip.com.au>
3166         * eieio.texi (Naming Conventions): Correction to xref on elisp
3167         coding conventions, is "Tips" node not "Standards".
3169 2009-12-24  Chong Yidong  <cyd@stupidchicken.com>
3171         * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
3173         * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
3175 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3177         * gnus.texi (Direct Functions): Add missing port number to tls method.
3179 2009-12-15  Juanma Barranquero  <lekktu@gmail.com>
3181         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
3182         ($(infodir)/edt, edt.dvi): New targets.
3184 2009-12-15  Glenn Morris  <rgm@gnu.org>
3186         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
3187         (edt, $(infodir)/edt, edt.dvi): New targets.
3188         * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
3190         * Makefile.in (PDF_TARGETS, pdf): New.
3191         (clean): Add *.pdf.
3192         Add pdf rules for all manuals.
3194 2009-12-15  Jay Belanger  <jay.p.belanger@gmail.com>
3196         * calc/calc.texi (Radix Modes): Clarify two's complement notation.
3198 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
3200         * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
3201         (Smart Jump, Analyzer Debug): Copyedits.
3202         (Semantic mode user commands): Link to new nodes.
3203         (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
3204         (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
3205         upstream Semantic manual.
3207         * semantic.texi (Introduction): Minor fix to diagram.
3209 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
3211         * eshell.texi (History): Add the other built-in variables.
3212         (Built-ins): Explain built-ins, and how to apply the external commands.
3213         Add `history', `su' and `sudo'.
3215         * tramp.texi (Remote processes): Add missing <RET> in the example.
3217 2009-12-01  Bill Wohler  <wohler@newt.com>
3219         * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
3220         path for mairix example.  Specify -q in namazu example since namazu is
3221         excessively garrulous.
3223 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
3225         * tramp.texi (Remote processes): Improve eshell example with "su"
3226         and "sudo" commands.
3228 2009-11-28  Chong Yidong  <cyd@stupidchicken.com>
3230         * semantic.texi (Analyzer Internals): Rename from Analyzer.
3232         * sem-user.texi (Semantic mode user commands): Fix key syntax.
3233         Document semantic-complete-analyze-inline.
3234         (Semanticdb search debugging commands): Minor clarification.
3235         (Analyzer, Smart Completion, Smart Summary, Smart Jump)
3236         (Analyzer Debug): New nodes, adapted from the upstream Semantic user
3237         manual.
3238         (Semantic mode): Link to Idle Scheduler.
3240 2009-11-28  Kevin Ryde  <user42@zip.com.au>
3242         * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
3243         @pxref, now EIEIO is in Emacs.
3245         * erc.texi (Development): Correction to git tutorial url.
3247 2009-11-26  Glenn Morris  <rgm@gnu.org>
3249         * faq.texi (Latest version of Emacs): Mention stability of development
3250         version.
3251         (Problems with very large files): Max buffer size increase in 23.2.
3252         (VM): VM has moved house again.
3254 2009-11-22  Jay Belanger  <jay.p.belanger@gmail.com>
3256         * calc.texi (Radix modes): Discuss alternate bases for two's complement
3257         notations.
3259 2009-11-20  Carsten Dominik  <dominik@u016822.science.uva.nl>
3261         * org.texi (Column attributes): Fix documentation of new operators.
3263 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
3265         * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
3266         (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
3267         (Idle Completions Mode): Numerous copyedits.
3269 2009-11-17  Juanma Barranquero  <lekktu@gmail.com>
3271         * semantic.texi (Semantic Internals, Glossary):
3272         * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
3273         (Semanticdb search debugging commands): Fix typos.
3275 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
3277         * calc.texi (Radix modes): Mention twos-complement notation.
3279 2009-11-16  Juanma Barranquero  <lekktu@gmail.com>
3281         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
3282         ($(infodir)/semantic, semantic.dvi): New targets.
3284 2009-11-16  Chong Yidong  <cyd@stupidchicken.com>
3286         * Makefile.in: Build the Semantic manual.
3288         * semantic.texi, sem-user.texi: New files, adapted from the Semantic
3289         repository.
3291 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
3293         * dbus.texi (Receiving Method Calls): New defun
3294         `dbus-unregister-service'.
3296 2009-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
3298         * org.texi (Speed keys): New section.
3300 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
3302         * dbus.texi (Type Conversion): Fix typo.
3303         (Asynchronous Methods): Rename `dbus-registered-functions-table' to
3304         `dbus-registered-objects-table'.
3305         (Receiving Method Calls): New defun `dbus-register-property'.
3306         Move `dbus-unregister-object' here.
3308 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
3310         * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
3312 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
3314         * org.texi (Column attributes): Add the new age summary operators.
3315         Also, mention the fact you can only use one summary operator per
3316         property.
3318 2009-11-13  John Wiegley  <johnw@newartisans.com>
3320         * org.texi (Tracking your habits): Add a new section in the
3321         manual about how to track habits.
3322         (Resolving idle time): Add a section on how idle and
3323         dangling clocks are resolved.
3325 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
3327         * org.texi (Agenda commands): Document the new `i' command.
3328         (Inserting deadline/schedule): Document logging changes
3329         of scheduling and deadline times stamps.
3330         (In-buffer settings): Document the in-buffer keywords for logging
3331         changes of scheduling and deadline times stamps.
3332         (Structure editing, Plain lists): Document indentation
3333         cycling in empty entries with TAB.
3334         (Archiving): Document the default archiving command.
3335         (Moving subtrees): Document the new keys for archiving.
3336         (Internal archiving): Fix incorrect key.
3337         (Agenda commands): Document the TODO set switching commands.
3338         (Agenda commands): Document the new archiving keys.
3339         (Clocking work time): Better description on how to save
3340         and restore a clock.
3341         (Resolving idle time): Mention the x11idle program to get true
3342         idleness also under X11.
3343         (Resolving idle time): Use @kbd instead of @key for normal
3344         letters, because this is how he rest of the manual does this.
3345         (Pushing to MobileOrg): Mention that `org-directory'
3346         should be set.
3347         (Agenda commands): Document that SPC is a filter for
3348         any tag.
3349         (Search view): Rename from "Keyword search".
3350         (Capure): New chapter.
3351         (Markup): New chapter.
3352         (Links in HTML export, Images in HTML export):
3353         Extend the section titles.
3354         (Images in HTML export): Document the align option.
3355         (Text areas in HTML export): Extend the section title.
3356         (Images in LaTeX export): Explain image placement in LaTeX.
3358 2009-11-10  Glenn Morris  <rgm@gnu.org>
3360         * sc.texi (Hints to MUA Authors): MUA should do any decoding.
3362 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
3364         * tramp.texi (Auto-save and Backup): Disable backups just for a
3365         method.
3367         * trampver.texi: Update release number.
3369 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
3371         Sync with Tramp 2.1.17.
3373         * trampver.texi: Update release number.
3375 2009-10-29  Glenn Morris  <rgm@gnu.org>
3377         * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
3379 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
3381         * tramp.texi (External methods): Temporary files are kept for
3382         `rsync' and `rsyncc' methods.
3384 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
3386         * eieio.texi: Fix typos.
3388 2009-10-07  Chong Yidong  <cyd@stupidchicken.com>
3390         * cl.texi (Argument Lists): Clarify explicit keyword arguments.
3392 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
3394         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
3395         ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
3397 2009-10-07  Chong Yidong  <cyd@stupidchicken.com>
3399         * Makefile.in: Build EIEIO and EDE manuals.
3401 2009-10-07  Eric Ludlam  <zappo@gnu.org>
3403         * eieio.texi:
3404         * ede.texi: New files.
3406 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
3408         * tramp.texi (Remote processes): Association of a pty is not supported.
3410 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
3412         * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
3413         (Processing LaTeX fragments): Document that the size of images can be
3414         changes using the variable `org-format-latex-options'.
3415         (The date/time prompt, Timestamps): Be more accurate over ISO format
3416         dates and times.
3417         (Visibility cycling): Document showeverything keyword.
3418         (In-buffer settings): Document showeverything keyword.
3419         (Setting up the staging area): Fix the example.
3420         (MobileOrg): New section.
3421         (Agenda commands, Exporting Agenda Views): Document exporting the
3422         agenda view to Org files.
3424 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
3426         * tramp.texi (History): Add IMAP support.
3427         (External methods): Add `imap' and `imaps' methods.
3428         (GVFS based methods): Add indices for `davs'.
3429         (Password handling): Rename anchors.  Add IMAP entries for
3430         ~/.authinfo.gpg.
3432         * trampver.texi: Set default value of `emacsimap'.
3434 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3436         * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
3438 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
3440         * dired-x.texi (Technical Details):
3441         Delete dired-up-directory (Bug#4292).
3443 2009-09-03  Michael Albinus  <michael.albinus@gmx.de>
3445         * tramp.texi (Frequently Asked Questions): New item for emacsclient.
3447 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
3449         * org.texi (Effort estimates): Document new effort setting commands.
3450         (Agenda commands): Document the new keys fro agenda time motion.
3451         Document entry text mode.  Improve documentation of the keys to include
3452         inactive time stamps into the agenda view.
3453         (Feedback): Document the new bug report command.
3454         (Structure editing): Add an index entry for the sorting of subtrees.
3456 2009-09-02  Teodor Zlatanov  <tzz@lifelogs.com>
3458         * auth.texi (Help for users): Corrected markup.
3460 2009-09-02  Glenn Morris  <rgm@gnu.org>
3462         * emacs-mime.texi (time-date): Mention float-time.
3464 2009-08-30  Jay Belanger  <jay.p.belanger@gmail.com>
3466         * calc.texi (Simplifying Formulas): Improve the wording.
3468 2009-08-29  Teodor Zlatanov  <tzz@lifelogs.com>
3470         * auth.texi: Rewritten for coverage and clarity.
3472 2009-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3474         * gnus.texi (Expiring Mail):
3475         Mention gnus-mark-copied-or-moved-articles-as-expirable.
3476         (Various Various): Mention gnus-safe-html-newsgroups.
3478         * gnus-news.texi: Mention
3479         gnus-mark-copied-or-moved-articles-as-expirable.
3481         * emacs-mime.texi (Display Customization): Add xref to
3482         gnus-safe-html-newsgroups.
3484 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
3486         * tramp.texi (Version Control): Remove.
3487         (Obtaining Tramp): Update cvs checkout command.  Remove nightly tarballs
3488         reference.
3489         (External methods): Correct `scpc' concept index entries.  New method
3490         `rsyncc'.
3491         (External packages): New subsections "Filename completion" and "File
3492         attributes cache".
3494 2009-08-27  Jay Belanger  <jay.p.belanger@gmail.com>
3496         * calc.texi (Rewrite Rules): Improve the example.
3497         (Simplifying Formulas): Explain use of the I and H flags for
3498         simplification.
3500 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
3502         * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
3503         Describe autostart behavior of dbus-ping.
3504         (Synchronous Methods, Asynchronous Methods): Use English numeric format
3505         for timeout values.
3506         (Top): Remove footnote saying D-Bus is not enabled by
3507         default.  (Bug#4256)
3509 2009-08-23  Daiki Ueno  <ueno@unixuser.org>
3511         * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
3512         Reported by Jari Aalto (Bug#4211).
3513         (Mail-mode integration): Mention epa-mail-mode and
3514         epa-global-mail-mode.
3515         (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
3516         epa-setup.
3518 2009-08-16  Michael Albinus  <michael.albinus@gmx.de>
3520         * dbus.texi (Asynchronous Methods): Allow nil handler.
3522 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
3524         * ediff.texi (ediff-current-file): Add information about this new function.
3526         * viper.texi: Add information about C-s in viper's search command.
3528 2009-08-09  Colin Williams  <lackita@gmail.com>  (tiny change)
3530         * calc.texi (Date Forms): Fix typos.
3532 2009-08-08  Glenn Morris  <rgm@gnu.org>
3534         * org.texi (Agenda commands): Restore clobbered change.
3536 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
3538         * calc.texi (Graphics, Devices): Update with the peculiarities of
3539         operation on MS-Windows.
3541 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
3543         * org.texi (Publishing action): Improve documentation of file
3544         names when publishing to the source directory.
3545         (Clean view): Document `org-indent-mode'.
3546         (Clocking work time): Add documentation for the
3547         new :timetamp option when creating a clock report.
3548         (Paragraphs): Fix many typos.
3549         (Plain lists): Remove duplicate explanation about the
3550         `C-c *' command.
3551         (Literal examples): Update to reflect the new behavior
3552         of the -n -r -k switches when exporting source code examples.
3553         (Structure editing): Add information about `C-c *',
3554         converting a plain list into a list of Org items.
3555         (Remember): Small rephrasing of the paragraph
3556         describing remember.el.  Also mentioned that remember.el is part
3557         of Emacs 23, not Emacs 22.
3558         (Clocking work time): Add documentation about
3559         displaying the current clocking time against the effort estimate.
3560         Also add a footnote about using `org-clock-in-prepare-hook' to add
3561         an effort estimate on the fly, just before clocking it.
3562         (Footnotes): Document automatic renumbering and
3563         sorting.
3564         (Agenda commands): Document new bulk commands.
3565         (Plain lists): Document new behavior of
3566         `org-cycle-include-plain-lists'.
3567         Hyphenation only in TeX.
3568         (Clocking work time): Document the key to update effort
3569         estimates.
3570         (Clocking work time): Document the clock time display.
3571         (Structure editing, TODO basics): Document new
3572         variables.
3573         (Column attributes): Document new colciew operators.
3574         (Publishing options): Document :xml-declaration.
3575         (Tracking TODO state changes): Document the
3576         LOG_INTO_DRAWER property.
3577         (Literal examples): Document the new implementation for
3578         editing source code.
3579         (Publishing action): Mention the new publishing
3580         function, to publish an Org source file.
3581         (Publishing links): Mention how to link to an Org source file.
3582         (Macro replacement): Document new macros.
3583         (Handling links): Document type-specific completion
3584         when inserting links.
3585         (Structure editing, Plain lists): Improve documentation
3586         on sorting.
3587         (Internal links): Document custom ids for links.
3588         (Handling links): Document custom ids for links.
3589         (CSS support): Document new class.
3590         (Refiling notes): Document the possibility to create new nodes
3591         during refiling.
3592         (Agenda commands): Document the "?" operator to find
3593         tasks without effort setting.
3594         (Exporting agenda information): Section moved.
3595         (RSS Feeds): New section.
3596         (Built-in table editor): Document M-e and M-a navigate
3597         inside table field.
3598         (Stuck projects): Docment that projects identified as
3599         un-stuck will still be searchd for stuck sub-projects.
3600         (Paragraphs): Document centering.
3601         (Creating timestamps, Agenda commands): Document new
3602         behavior when changing time stamps.
3603         (Structure editing): Document the new command
3604         `org-clone-subtree-with-time-shift'.
3605         (Publishing): Refresh this chapter.
3606         (Export options, Export options, In-buffer settings):
3607         Document the new keywords.
3608         (Matching tags and properties): Collect all
3609         documentation about tags/property matches here.
3610         (Setting tags): Document `org-tag-persistent-alist'.
3611         (Weekly/daily agenda): New section.
3612         (Orgstruct mode): Describe `orgstruct++-mode'.
3613         (Drawers): Mention the LOGBOOK drawer.
3614         (Export options, Sectioning structure): Document the
3615         #+LEATEX_HEADER in-buffer setting.
3616         (Bugs): Section removed.
3617         (Hooks): New section.
3618         (Add-on packages): Move here from old location.
3619         (Context-sensitive commands): New section.
3620         (Setting tags): Document newline option.
3621         (Global TODO list, Matching tags and properties):
3622         Mention more variables.
3623         (Checkboxes): Update to changed command behavior.
3625 2009-08-02  Eric Yu  <sucode@gmail.com>  (tiny change)
3627         * speedbar.texi (Basic Key Bindings): Fix typo.
3629 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
3631         * calc.texi (Vector/Matrix Functions): Add index entries for both
3632         "v" and "V" key bindings.  Mention that `calc-matrix-brackets' only
3633         affects matrices with more than one row.
3634         (Help Commands): Add index entries for "prefix ?" key bindings.
3636 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
3638         * calc.texi (Stack Manipulation Commands): Add documentation for
3639         `calc-transpose-lines'.
3641 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
3643         * dbus.texi (Receiving Method Calls): Describe special return value
3644         `:ignore'.
3646 2009-07-24  Alan Mackenzie  <acm@muc.de>
3648         * cc-mode.texi (Config Basics, File Styles): Document that at mode
3649         initialization, any individual variable setting now takes precedence
3650         over one done via c-file-style/c-file-offsets.
3652 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
3654         * calc.texi (Undoing Mistakes): Mention that the undo list will be
3655         truncated when Calc is quit.
3656         (Customizing Calc): Document `calc-undo-length'.
3658 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
3660         * calc.texi (About This Manual): Don't mention chapter numbers in text.
3662 2009-07-11  Kevin Ryde  <user42@zip.com.au>
3664         * pcl-cvs.texi (About PCL-CVS):
3665         * widget.texi (Basic Types):
3666         Fix cross-references.
3668 2009-07-01  Andreas Schwab  <aschwab@redhat.com>
3670         * dbus.texi (Type Conversion): Don't use literal control character.
3672 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
3674         * tramp.texi (GVFS based methods): New section.
3675         (Remote processes): Processes for GVFS based methods run locally.
3677 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
3679         * tramp.texi (Inline methods, External methods, Gateway methods):
3680         Avoid the words "kludge" and hack".
3681         (External methods): Add `synce' method.
3683         * trampver.texi: Update release number.
3685 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
3687         Sync with Tramp 2.1.16.
3689         * tramp.texi (History): Add GVFS support.
3690         (External methods): Precise `rsync' description.  Add `dav', `davs' and
3691         `obex' methods.  Add 'tramp-gvfs-methods' option.
3692         (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
3693         forms.
3694         (Remote Programs): Introduce `tramp-own-remote-path'.
3695         (Remote processes): New subsection "Running remote programs that create
3696         local X11 windows".
3697         (Frequently Asked Questions): Improve code for disabling vc.
3699         * trampver.texi: Update release number.  Set default value of
3700         `emacsgvfs'.
3702 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
3704         * Branch for 23.1.
3706 2009-06-17  Glenn Morris  <rgm@gnu.org>
3708         * faq.texi (Obtaining the FAQ): Add reference to Savannah.
3709         (Latest version of Emacs): Mention source code repository.
3711 2009-06-16  Glenn Morris  <rgm@gnu.org>
3713         * faq.texi (Top): Language tweak.
3714         (Extended commands): Most people have arrow keys.
3715         (Emacs manual): Say how to follow info links.
3716         (File-name conventions): Change title a bit.  Explain about source
3717         versus installed.  Condense etc description.
3718         (Guidelines for newsgroup postings): Mention Savannah list page.
3719         (Newsgroup archives): Simplify.
3720         (Contacting the FSF): Add contact URL.
3721         (Emacs Lisp documentation): Printed version not always available.
3722         (Installing Texinfo documentation): Explain how by hand installation is
3723         not normally needed.  Use add-to-list.  Remove duplicate reference.
3724         (Informational files for Emacs): Move info on Help menu here from
3725         "File-name conventions".
3726         (Help installing Emacs): Tweak uref.
3727         (Obtaining the FAQ): Mention repository.
3728         (Origin of the term Emacs): Explain "ITS".
3729         (Changing load-path): Use add-to-list.
3730         (Automatic indentation): Clarify this is for Text mode.
3731         Don't mention Indented Text mode.
3732         (Finding Emacs on the Internet): The FSF does not seem to offer a
3733         deluxe distribution on CD anymore.
3735 2009-06-16  Glenn Morris  <rgm@gnu.org>
3737         * faq.texi (Top): Mention which Emacs version this FAQ is about.
3738         Recommend the latest release.  Mention how to get older FAQs.
3739         Recommend the Emacs manual.
3740         (Guidelines for newsgroup postings): Discourage cross-posts.
3741         (Underlining paragraphs): Remove.
3742         (Editing MS-DOS files): Remove pre-Emacs 20 information.
3743         (Bugs and problems): Update key-binding.
3744         (Problems with very large files): Mention 64-bit.
3745         (Shell process exits abnormally): Remove.
3746         (Problems with Shell Mode): Rename and update.
3747         (Spontaneous entry into isearch-mode)
3748         (Problems talking to certain hosts): Remove.  This is old information,
3749         in etc/PROBLEMS if needed.
3750         (Emacs takes a long time to visit files, Updating Emacs): Remove.
3751         (Dired claims that no file is on this line): Update.
3752         (Installing Emacs, Problems building Emacs): Simplify.
3753         (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
3754         information.
3755         (Emacs for MS-Windows): Rename from "Emacs for Windows".  Simplify.
3756         (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
3757         (JDEE): "JDEE", not "JDE".
3758         (Handling C-s and C-q with flow control, Binding C-s and C-q):
3759         Remove.  This is old information, in etc/PROBLEMS if needed.
3760         (stty and Backspace key, Kanji and Chinese characters): Remove.
3761         (Right-to-left alphabets): Update section.
3762         (Changing the included text prefix): Gnus uses message-yank-prefix.
3763         Add cross-reference to Supercite manual.
3764         (Saving a copy of outgoing mail): Simplify output file description.
3765         (Expanding aliases when sending mail): Refer to Emacs manual.
3766         Remove old info about RFC822.
3767         Correct description of how to rebuild aliases.
3768         (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
3769         (MIME with Emacs mail packages)
3770         (Viewing articles with embedded underlining)
3771         (Saving a multi-part Gnus posting, Gnus hangs for a long time):
3772         Remove old sections.
3773         (Killing based on nonstandard headers): Remove.  Scoring is preferable,
3774         and is well-documented in the Gnus manual.
3775         (Reading news with Emacs): Merge "Learning more about Gnus" into here.
3776         (Making Gnus faster): Rename from "Starting Gnus faster".
3777         Merge "Catch-up is slow in Gnus" into here.
3779 2009-06-14  Glenn Morris  <rgm@gnu.org>
3781         * faq.texi (Status of Emacs): Re-order with most recent releases first.
3782         (New in Emacs 23): New section.
3783         (Handling C-s and C-q with flow control): Add xref.
3785 2009-06-13  Glenn Morris  <rgm@gnu.org>
3787         * faq.texi (Setting up a customization file): Grammar fix.
3788         Customize is no longer "new".
3789         (Displaying the current line or column): Line-number mode is on by
3790         default.  Don't mention `column' package.  Mention linum.el.
3791         (Turning on abbrevs by default): Explain how to do it for buffers,
3792         modes, and everywhere.
3793         (Associating modes with files): Use add-to-list.  Don't mention Emacs
3794         19.
3795         (Highlighting a region): On by default since 23.1.
3796         (Replacing highlighted text): Update doc quote.
3797         (Working with unprintable characters): Don't mention search-quote-char.
3798         (Using an already running Emacs process): Gnuclient is probably not an
3799         enhancement these days.
3800         (Indenting switch statements): Remove mention of pre-Emacs 20.
3801         (Horizontal scrolling): Abbreviate Emacs 20 description.
3802         (Replacing text across multiple files): Fix name of dired command.
3803         (Disabling backups): Use require not load.
3804         (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
3806 2009-06-13  Bill Wohler  <wohler@newt.com>
3808         Release MH-E manual version 8.2.
3810         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3811         release 8.2.
3813 2009-06-13  Glenn Morris  <rgm@gnu.org>
3815         * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
3816         in this day and age the common meaning is "on the web".
3817         (copying): Use @copyright in all cases.
3818         (Basic keys): Remove reference to deleted manual node "Text Characters".
3819         (File-name conventions): Use GNU as an example rather than SERVICE.
3820         default.el lives in site-lisp.  Update Info directory location.
3821         (Real meaning of copyleft): GPL actions have been brought, but all
3822         settled out of court.
3823         (Guidelines for newsgroup postings): Shorten section title.
3824         Simplify comp.emacs description.
3825         (Newsgroup archives): Change Google URL.  Describe Gmane.
3826         (Unsubscribing from Emacs lists): Remove discussion of "distribution
3827         points".  Mention List-Unsubscribe header.
3828         (Contacting the FSF): Update email and URLs.
3829         (Basic editing): Mention F1 for help.
3830         (Installing Texinfo documentation): Refer to Texinfo website rather
3831         than ftp server.
3832         (Printing a Texinfo file): Mention texi2pdf.
3833         (Informational files for Emacs): Don't describe FTP or SERVICE, they
3834         are just stubs nowadays.
3835         (Latest version of Emacs): Explain version numbers.
3836         (Spell-checkers, Checking TeX and *roff documents): Remove sections.
3837         (Turning on syntax highlighting): No need to mention hilit19 any more.
3838         (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
3839         (Modes for various languages): Remove section.
3840         (Major packages and programs): Remove most version and maintainer
3841         information - it's hard to keep up-to-date, and adds nothing.
3842         Similarly with direct links to mailing lists.
3843         (Spell-checkers): Rename node from Ispell.  Mention Aspell and Hunspell.
3844         (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
3845         years, and Emacs comes with tools for this now.
3846         (Patch): Remove section - this is a standard tool.
3847         (Using function keys under X): Remove section.
3849 2009-06-12  Glenn Morris  <rgm@gnu.org>
3851         * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
3852         (Help installing Emacs): Remove reference to deleted X11 node.
3853         (Associating modes with files): Interpreter-mode-alist is no longer
3854         subservient to auto-mode-alist.
3855         (Installing Emacs): Change future Emacs version.
3856         (Linking with -lX11 fails): Remove old section.
3857         (Packages that do not come with Emacs): Update ELL location.
3858         Emacs Lisp archive is dead.
3859         (Emacs for Windows): Remove reference to old CE port.
3860         (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
3861         (Emacs for VMS and DECwindows): Remove old ports.
3862         (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
3863         (Removing flashing messages): Remove section about non-existent Gnus
3864         option.
3866         * faq.texi (Top): Add @top command.
3867         Remove the optional arguments from all @node commands: makeinfo can
3868         generate these automatically, and it is easier to edit and rearrange
3869         nodes without them.
3871 2009-06-11  Glenn Morris  <rgm@gnu.org>
3873         * faq.texi (Common acronyms): Remove no-longer-existing OSF.
3874         (The LPF): Make the updated URL the sole reference point.
3875         (Learning how to do something): Update refcard price and format.
3876         (Getting a printed manual): Sources in doc/emacs/, not man/.
3877         Also available in PDF format.  Since the page count varies, be less
3878         precise.
3879         (Informational files for Emacs): Remove references to deleted files
3880         LPF and SUN-SUPPORT, and to UUCP.
3881         (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
3882         Remove many obsolete ways to get the FAQ, which now seems only to be
3883         distributed with Emacs.
3884         (Mail and news): Remove sections about Rmail Babyl that no longer apply.
3886 2009-06-09  Chong Yidong  <cyd@stupidchicken.com>
3888         * org.texi (Org Plot): Fix tags (Bug#3507).
3889         (Workflow states, Agenda commands): Fix tags (Bug#3508).
3891         * ada-mode.texi (Installation, Compile commands)
3892         (Project File Overview, No project files, Set compiler options)
3893         (Use GNAT project file, Use multiple GNAT project files)
3894         (Identifier completion): Use @samp for menu items, and @kbd for key
3895         sequences (Bug#3504).
3897 2009-06-04  Daiki Ueno  <ueno@unixuser.org>
3899         * gnus.texi (Security): Fix wording; add a link to epa.info.
3901 2009-06-04  Ryan Yeske  <rcyeske@gmail.com>
3903         * message.texi (Header Commands): Fix descriptions to match
3904         keybindings.
3906 2009-04-22  Daiki Ueno  <ueno@unixuser.org>
3908         * gnus.texi (Security): Mention that EasyPG is the current default.
3910 2009-04-13  Chong Yidong  <cyd@stupidchicken.com>
3912         * ediff.texi (Session Commands): Fix typo.
3914 2009-04-05  Reiner Steib  <Reiner.Steib@gmx.de>
3916         * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
3917         news.software.readers.  Reported by Florian Rehnisch.
3919 2009-04-02  Glenn Morris  <rgm@gnu.org>
3921         * auth.texi: Capitalize direntry.
3923         * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
3924         using a period in the entry name.  (Bug#2797)
3926 2009-03-03  Juanma Barranquero  <lekktu@gmail.com>
3928         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
3929         ($(infodir)/auth, auth.dvi): New targets.
3931 2009-03-03  Glenn Morris  <rgm@gnu.org>
3933         * auth.texi: Fix @setfilename.
3935         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
3936         (auth, $(infodir)/auth, auth.dvi): New rules.
3938 2009-02-25  Glenn Morris  <rgm@gnu.org>
3940         * faq.texi (Emacs for minimalists): New node.  (Bug#2452)
3942 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3944         * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
3946 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3948         * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
3949         gnus-nocem-issuers, and gnus-nocem-verifyer.
3951 2009-02-20  Juanma Barranquero  <lekktu@gmail.com>
3953         * ada-mode.texi (Project files, Automatic Casing):
3954         * dbus.texi (Signals):
3955         * gnus.texi (Selecting a Group, Filtering Incoming Mail):
3956         * mh-e.texi (HTML):
3957         * nxml-mode.texi (Locating a schema)
3958         (Using the document's URI to locate a schema):
3959         * org.texi (Footnotes, Using the mapping API):
3960         * rcirc.texi (Channels): Remove duplicate words.
3962 2009-02-20  Glenn Morris  <rgm@gnu.org>
3964         * dired-x.texi (Miscellaneous Commands):
3965         * gnus.texi: Minor updates for mbox Rmail.
3967 2009-02-16  Karl Berry  <karl@gnu.org>
3969         * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
3970         * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
3971         * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
3972         * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
3973         * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
3974         * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
3975         * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
3976         * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
3977         * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
3978         Consistently use @insertcopying in the Top node,
3979         @contents at the front (after @end titlepage),
3980         and @direntry after @copying.  (Bug#1988)
3982 2009-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
3984         * auth.texi: New file documenting auth-source.
3986 2009-02-13  Carsten Dominik  <dominik@science.uva.nl>
3988         * org.texi (Org Plot): Fix link.
3990 2009-02-09  Daiki Ueno  <ueno@unixuser.org>
3992         * epa.texi (Mail-mode integration): Mention the way to do
3993         "encrypt-to-self".  (Bug#1807)
3995 2009-02-05  Arni Magnusson  <arnima@hafro.is>  (tiny change)
3997         * ada-mode.texi (No project files): Fix typo.  (Bug#2214)
3999 2009-02-04  Reiner Steib  <Reiner.Steib@gmx.de>
4001         * gnus-news.texi: Print version about Incoming*.
4003 2009-02-02  Carsten Dominik  <dominik@science.uva.nl>
4005         * org.texi (Structure editing, Handling links)
4006         (Fast access to TODO states, Javascript support): Make standard docs
4007         correctly reflect default variable settings.
4009 2009-02-02  Glenn Morris  <rgm@gnu.org>
4011         * org.texi: Fix typos.
4013 2009-02-01  Michael Albinus  <michael.albinus@gmx.de>
4015         Sync with Tramp 2.1.15.
4017         * trampver.texi: Update release number.
4019 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
4021         * org.texi (TODO dependencies): Document TODO dependencies on
4022         checkboxes.
4024 2009-01-30  Carsten Dominik  <dominik@science.uva.nl>
4026         * org.texi (TODO dependencies): Document key binding for toggling
4027         ORDERED property.
4029 2009-01-28  Michael Albinus  <michael.albinus@gmx.de>
4031         * dbus.texi (Errors and Events): Fix typos.  Describe second parameter
4032         of hook functions.
4034 2009-01-28  Carsten Dominik  <dominik@science.uva.nl>
4036         * org.texi (TODO dependencies): New section.
4038 2009-01-27  Carsten Dominik  <dominik@science.uva.nl>
4040         * org.texi (Plain lists, TODO basics, Priorities)
4041         (Multiple sets in one file, Conflicts): Document interaction with
4042         `shift-selection-mode'.
4044 2009-01-27  Jay Belanger  <jay.p.belanger@gmail.com>
4046         * calc.texi (Embedded Mode, Algebraic-Style Calculations):
4047         Make Calc the subject of sentences.
4048         (Rearranging Formulas using Selections): Discuss new options
4049         for `j *'.
4051 2009-01-26  Michael Albinus  <michael.albinus@gmx.de>
4053         * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
4055 2009-01-26  Glenn Morris  <rgm@gnu.org>
4057         * org.texi: Fix typos.
4059 2009-01-26  Bill Wohler  <wohler@newt.com>
4061         * mh-e.texi (EDITION, UPDATED): Update.
4063 2009-01-25  Carsten Dominik  <dominik@science.uva.nl>
4065         * org.texi (References): Add information about remote references.
4066         (Built-in table editor): Document `C-c RET' in tables.
4067         (Math symbols, Quoting LaTeX code): Mention that simple
4068         LaTeX macros survive LaTeX export.
4069         (Images in LaTeX export): Show how to create a reference to a
4070         figure.
4071         (Sectioning structure): Document that the LaTeX class can be
4072         specified in a property.
4073         (Text areas in HTML export): New section.
4074         (External links): Add examples for text search and ID links.
4075         (Built-in table editor): Remove the descriptio of `C-c
4076         C-q', it not longer works.
4077         (Literal examples): Document that a space must follow
4078         the colon in short examples.
4079         (Relative timer): Document `org-timer-stop'.
4080         (Footnotes): New section.
4081         (Footnote markup): Shorten section and refer to new Footnote
4082         section.
4083         (Literal examples): Add documentation for line
4084         numbering in and references to code examples.
4085         (CSS support): Fix the description of default CSS styles.
4086         (Capturing column view): Document
4087         "file:path/to/file.org" as an allowed value for the ID property of
4088         a dynamic block copying column view.
4090 2009-01-23  Stephen Eglen  <stephen@gnu.org>
4092         * mh-e.texi (Getting Started): Describe $MH.
4094 2009-01-21  Michael Albinus  <michael.albinus@gmx.de>
4096         * tramp.texi (all): Harmonize usage of "external method",
4097         "external transfer method" and "out-of-band method".
4098         (Connection types): Precise the differences of inline and external
4099         methods.  Written by Adrian Phillips <a.phillips@met.no>.
4101 2009-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
4103         * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
4104         commands as described at the top.  Reported by Allan Gottlieb
4105         <gottlieb@nyu.edu>.
4107 2009-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4109         * gnus.texi (Non-ASCII Group Names, RSS): Update description of
4110         nnmail-pathname-coding-system.
4112 2009-01-17  Peter Tury  <tury.peter@gmail.com>  (tiny change)
4114         * org.texi (Relative timer): Fix typo.
4116 2009-01-15  Juanma Barranquero  <lekktu@gmail.com>
4118         * org.texi (Clocking work time): Fix typo.
4119         Reported by Peter Tury <tury.peter@gmail.com>.  (Bug#1925)
4121 2009-01-13  Glenn Morris  <rgm@gnu.org>
4123         * org.texi: Fix some more typos.
4125 2009-01-13  Peter Tury  <tury.peter@gmail.com>  (tiny change)
4127         * org.texi: Fix some typos.
4129 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4131         * gnus.texi (Group Parameters): Add note for local variables.
4133 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4135         * gnus.texi (Converting Kill Files): Fix URL.
4136         Include gnus-kill-to-score.el in contrib directory.
4138 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4140         * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
4141         Reported by Leo <sdl.web@gmail.com>.  (Bug#1660)
4142         (Paging the Article): Add index entry.
4144 2009-01-03  Stephen Leake  <stephen_leake@member.fsf.org>
4146         * ada-mode.texi (Examples): Delete redundant text.
4148 2009-01-03  Michael Albinus  <michael.albinus@gmx.de>
4150         * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
4152         * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
4153         addresses.
4155 2009-01-03  Bill Wohler  <wohler@newt.com>
4157         * mh-e.texi (Scan Line Formats): Indicate that first column should be
4158         kept empty.
4160 2008-12-20  Carsten Dominik  <dominik@science.uva.nl>
4162         * org.texi (Activation, Exporting, ASCII export, HTML export)
4163         (HTML Export commands, LaTeX/PDF export commands):
4164         Improve documentation about transient-mark-mode.
4165         (References): Document the use of special names like $LR1 to reference
4166         to fields in the last table row.
4168 2008-12-19  Juri Linkov  <juri@jurta.org>
4170         * info.texi (Search Text): Remove mention of removed key binding M-s.
4172 2008-12-18  Carsten Dominik  <dominik@science.uva.nl>
4174         * org.texi (References): Remove mentioning of @0 as reference for the
4175         last line, this has been reverted in the Lisp sources.
4177 2008-12-17  Juanma Barranquero  <lekktu@gmail.com>
4179         * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
4180         (DVI_TARGETS): Remove duplicates.  Add sasl.
4181         ($(infodir)/sasl, sasl.dvi): New targets.
4183 2008-12-17  Carsten Dominik  <dominik@science.uva.nl>
4185         * org.texi: Version number pushed to 6.15d.
4187 2008-12-16  Carsten Dominik  <dominik@science.uva.nl>
4189         * org.texi (Tables in LaTeX export): New section.
4190         (Images in LaTeX export): New section.
4191         (Inlined images, Images in HTML export): Sections renamed.
4193 2008-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
4195         * message.texi (Insertion Variables): Don't advertise sc-cite-original.
4197 2008-12-04  David Engster  <dengste@eml.cc>
4199         * gnus.texi (nnmairix): Mention mairix.el.  Point out the importance
4200         of nnml-get-new-mail.  Change URL for mairix patch.
4202 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
4204         * org.texi (Using the mapping API): Fix bug in mapping example.
4205         (Publishing options): Make the list of properties complete again, in
4206         correspondence to the variable `org-export-plist-vars'.
4207         (Property searches): Document new special values for time comparisons.
4208         (Tag inheritance): Refine the description of tag inheritance.
4209         (Project alist): Add info about the publishing sequence of components.
4210         (Effort estimates): Document the new relative timer.
4212 2008-12-01  Jay Belanger  <jay.p.belanger@gmail.com>
4214         * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
4215         (Using Calc): Clarify use of `C-x * o'.
4216         (Embedded Mode (Overview)): Clarify use of `C-x * e'.
4218 2008-11-28  Richard M Stallman  <rms@gnu.org>
4220         * dbus.texi (Receiving Method Calls): Clean up previous change.
4222 2008-11-26  Michael Albinus  <michael.albinus@gmx.de>
4224         * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
4225         `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
4226         `dbus-unescape-from-identifier'.
4227         (Receiving Method Calls): New constants `dbus-service-emacs' and
4228         `dbus-path-emacs'.  Precise return values of `dbus-register-method'.
4229         (Signals): Use the constants in the example.
4231 2008-11-24  Carsten Dominik  <dominik@science.uva.nl>
4233         * org.texi: Re-apply change to FDL 1.3.
4235 2008-11-23  Carsten Dominik  <dominik@science.uva.nl>
4237         * org.texi (Setting up Remember): Document `org-remember-mode'.
4238         (External links): Document that bbdb links can use a regular
4239         expression.
4240         (External links): Document that elisp links can contain interactive
4241         commands.
4243 2008-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
4245         * viper.texi (viper-translate-all-ESC-keysequences):
4246         Description removed.
4248 2008-11-19  Glenn Morris  <rgm@gnu.org>
4250         * doclicense.texi: Change to FDL 1.3.
4251         Relicense all texi files under FDL 1.3 or later.
4253 2008-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
4255         * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
4257 2008-11-16  Michael Kifer  <kifer@cs.stonybrook.edu>
4259         * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
4261         * ediff.texi: Version/date change.
4263 2008-11-14  Chong Yidong  <cyd@stupidchicken.com>
4265         * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
4267 2008-11-14  Jay Belanger  <jay.p.belanger@gmail.com>
4269         * calc.texi (About This Manual): Comment out a mention of
4270         marginal notes.
4272 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
4274         * org.texi (Clocking work time): Document the :formula property of
4275         clock tables.
4276         (Structure editing, Refiling notes): Document refiling regions.
4277         (Agenda commands): Document the double-prefix version
4278         of the `l' command in the agenda.
4279         (Handling links): Explain the effect of a double prefix
4280         arg to `C-c C-o'.
4281         (TODO basics): Add documentation for tag triggers.
4283 2008-10-23  Glenn Morris  <rgm@gnu.org>
4285         * cl.texi (Function Bindings): Mention `flet' fails to deal with
4286         byte-compiling things like `+'.
4288         * ns-emacs.texi: Merge copyright years of author now with assignment
4289         into FSF years.
4290         (VER): Use it for easier automatic updating.  Use Emacs version rather
4291         than standalone Emacs.app version.
4293 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
4295         * org.texi: Lots of minor fixes.
4296         (Capture): New chapter.
4297         (Org Plot): New section.
4299 2008-09-30  Magnus Henoch  <mange@freemail.hu>
4301         * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
4303 2008-09-30  Jay Belanger  <jay.p.belanger@gmail.com>
4305         * calc.texi (User Defined Units): Mention how to enter optional display
4306         string.
4308 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4310         * message.texi (Sending Variables): Fix variable documentation to
4311         avoid the "y/n" wording.
4313 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4315         * message.texi (Sending Variables): Add `message-confirm-send' doc.
4317 2008-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4319         * gnus.texi (The Gnus Registry): Don't give argument to @item used in
4320         @enumerate section so as to be able to be formatted with MAKEINFO=no.
4322 2008-09-22  Bill Wohler  <wohler@newt.com>
4324         Release MH-E manual version 8.1.
4326         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
4327         release 8.1.
4329         * mh-e.texi: Retain dual license as agreed to by the FSF.
4330         However, bump GPL to Version 3.
4331         Use @include for license text.
4333 2008-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4335         * gnus.texi (Top, Setup, Fancy splitting to parent)
4336         (Store custom flags and keywords, Store arbitrary data):
4337         Clean up markup.
4339 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4341         * gnus.texi (The Gnus Registry): Document it.
4343 2008-09-08  David Engster  <dengste@eml.cc>
4345         * gnus.texi (nnmairix): Point out that nnml uses MH format.
4346         Clarify section about choosing back end servers.
4348 2008-08-23  Glenn Morris  <rgm@gnu.org>
4350         * dired-x.texi (Shell Command Guessing):
4351         Mention dired-guess-shell-case-fold-search.  (Bug#417)
4353 2008-08-22  Michael Albinus  <michael.albinus@gmx.de>
4355         * trampver.texi: Update release number.
4357 2008-08-18  Brian Cully  <bjc@kublai.com>  (tiny change)
4359         * ns-emacs.texi: Update version.
4360         (Introduction): Correct menu location for options save.
4361         (Customization): Note that defaults are stored under org.gnu.Emacs.
4363 2008-08-11  Bill Wohler  <wohler@newt.com>
4365         * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
4366         explicit about GNU mailutils MH elsewhere (with thanks to Darel
4367         Henman) (closes SF #1768928).
4369 2008-08-10  Glenn Morris  <rgm@gnu.org>
4371         * ns-emacs.texi: Use @copying.  Change copyright of authors with
4372         assignment to FSF.  Change license to GFDL.
4373         (Top): Remove outdated references.
4375 2008-08-07  Reiner Steib  <Reiner.Steib@gmx.de>
4377         * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
4378         Add gnus-summary-sort-by-most-recent-number and
4379         gnus-summary-sort-by-most-recent-date.
4380         (Summary Sorting): Explain prefix argument.
4382 2008-08-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4384         * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
4385         gnus-summary-pipe-output.
4387 2008-08-03  Michael Albinus  <michael.albinus@gmx.de>
4389         * dbus.texi (Receiving Method Calls): Document error handling of own
4390         D-Bus methods.
4392 2008-08-01  Bill Wohler  <wohler@newt.com>
4394         * mh-e.texi (Reading Mail)
4395         (Viewing Attachments): Describe new function
4396         mh-show-preferred-alternative.
4397         (Sending Mail, Redistributing, Sending Message): Describe new hook
4398         mh-annotate-msg-hook.
4400 2008-07-31  Michael Albinus  <michael.albinus@gmx.de>
4402         * dbus.texi (Arguments and Signatures): Fix example.
4403         (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
4404         (Asynchronous Methods): New node.
4405         (Errors and Events): Describe extended layout of `dbus-event'.
4406         New defun `dbus-event-message-type'.
4408 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4410         * ediff.texi: Remove VMS support.
4412 2008-07-29  Juanma Barranquero  <lekktu@gmail.com>
4414         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
4415         ($(infodir)/mairix-el), mairix-el.dvi): New targets.
4417 2008-07-29  Chong Yidong  <cyd@stupidchicken.com>
4419         * Makefile.in: Add mairix-el targets.
4421 2008-07-29  David Engster  <deng@randomsample.de>
4423         * mairix-el.texi: New file.
4425 2008-07-28  Stephen Leake  <stephen_leake@stephe-leake.org>
4427         * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
4428         project files.  Delete 'main_unit' project variable; not needed.  Allow
4429         process environment variables wherever project variables are allowed.
4430         Add tutorial section on multiple GNAT project files.
4432 2008-07-27  Michael Albinus  <michael.albinus@gmx.de>
4434         Sync with Tramp 2.1.14.
4436         * trampver.texi: Update release number.
4438 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
4440         * ns-emacs.texi:
4441         * faq.texi: Remove mentions of Mac Carbon.
4443 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4445         * gnus.texi (Saving Articles): Describe the 2nd argument of
4446         gnus-summary-save-in-pipe.
4447         (SpamAssassin): Use it.
4449 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4451         * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
4453 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
4455         * org.texi (Export options): Document the use of the creator flag.
4457 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
4459         * org.texi: New version 6.06a.
4461 2008-07-23  Juanma Barranquero  <lekktu@gmail.com>
4463         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
4464         ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
4466 2008-07-23  Vincent Belaïche  <vincent.b.1@hotmail.fr>
4468         * calc.texi (Editing Stack Entries):
4469         (Algebraic Entry): Rewrite introductory sentences so it can be used by
4470         Calc's help functions.  Mention fixing typos.
4471         (Customizing Calc): Fix typo.
4473 2008-07-23  Jay Belanger  <jay.p.belanger@gmail.com>
4475         * calc.texi (summarykey): New macro.  Use to correctly format keys in
4476         the summary.
4478 2008-07-20  Adrian Robert  <adrian.b.robert@gmail.com>
4480         * ns-emacs.texi (Customization): Corrected documentation on color
4481         specification formats.
4483 2008-07-19  Andreas Schwab  <schwab@suse.de>
4485         * ns-emacs.texi: Moved from ../emacs.  Add @direntry.
4487         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
4488         (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
4490 2008-07-18  Michael Albinus  <michael.albinus@gmx.de>
4492         * dbus.texi (Inspection): Rework, introduce submenus.
4493         (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
4494         (Properties and Annotations, Arguments and Signatures): New nodes.
4496 2008-07-13  Michael Albinus  <michael.albinus@gmx.de>
4498         * dbus.texi (Receiving Method Calls): Fix description of
4499         `dbus-register-method'.
4500         (Signals): Allow also signal arguments for filtering in
4501         `dbus-register-signal'.
4503 2008-07-13  Vincent Belaïche  <vincent.b.1@hotmail.fr>
4505         * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
4506         `cnorm'.
4507         (Arithmetic Tutorial): Simplify the verification of prime factors.
4509 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4511         * gnus.texi (Saving Articles): Mention
4512         gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
4514 2008-06-29  Jay Belanger  <jay.p.belanger@gmail.com>
4516         * calc.texi: Adjust mode line throughout.
4518 2008-06-28  Juanma Barranquero  <lekktu@gmail.com>
4520         * sasl.texi (Mechanisms): Fix typos.
4522 2008-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
4524         * calc.texi (Killing from the stack): Mention using normal Emacs
4525         copying.
4527 2008-06-21  Michael Albinus  <michael.albinus@gmx.de>
4529         * tramp.texi (Password handling): Rename from "Password caching".
4530         Add `auth-source' mechanism.
4531         (Connection caching): Tramp reopens the connection automatically,
4532         when the operating system on the remote host has been changed.
4534 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
4536         * makefile.w32-in (distclean): Remove makefile.
4538 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
4540         * org.texi (Using the mapping API): New section.
4541         (Agenda column view): New section.
4542         (Moving subtrees): Document archiving to the archive sibling.
4543         (Agenda commands): Document columns view in the agenda.
4544         (Using the property API): Document the API for multi-valued properties.
4546 2008-06-17  Jason Riedy  <jason@acm.org>
4548         * org.texi (A LaTeX example): Note that fmt may be a one-argument
4549         function, and efmt may be a two-argument function.
4550         (Radio tables): Document multiple destinations.
4552 2008-06-16  Glenn Morris  <rgm@gnu.org>
4554         * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
4555         Add Cover-Texts.
4557 2008-06-15  Glenn Morris  <rgm@gnu.org>
4559         * faq.texi (VER): Update to 23.0.60.
4561         * mh-e.texi: Remove option of licensing under GPL.
4562         Add Cover-Texts to GFDL permissions notice.
4563         (GPL): Remove section.
4564         (GFDL): Include doclicense.texi rather than the actual text.
4566         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
4567         (sasl, $(infodir)/sasl, sasl.dvi): New rules.
4569         * sasl.texi: Fix output file name.
4571         * epa.texi, sasl.texi: Refer to license in Emacs manual.
4573         * gnus-coding.texi: Refer to license in Gnus manual.
4575         * idlwave.texi, sasl.texi: Use @copying.
4577         * org.texi: Change to GFDL 1.2.  Refer to license in Emacs manual.
4579         * speedbar.texi: Update Back-Cover Text as per maintain.info.
4581         * url.texi: Use @copying, @title, @subtitle, @author.
4583         * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
4584         * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
4585         * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
4586         * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
4587         * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
4588         * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
4589         * widget.texi, woman.texi:
4590         Remove references to external license, since doclicense is included.
4592         * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
4593         * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
4594         Remove references to non-existent Invariant Sections.
4596 2008-06-14  Glenn Morris  <rgm@gnu.org>
4598         * faq.texi (Major packages and programs): Remove references to external
4599         Supercite, Calc, VIPER, since they have been included for some time.
4600         Update VM, AUCTeX, BBDB entries.
4602 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
4604         * newsticker.texi: Updated to match latest newsticker changes.
4606 2008-06-13  Glenn Morris  <rgm@gnu.org>
4608         * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
4609         * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
4610         * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
4611         * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
4612         * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
4613         * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
4614         * woman.texi:
4615         Update Back-Cover Text as per maintain.info.
4617 2008-06-15  Reiner Steib  <Reiner.Steib@gmx.de>
4619         * gnus-faq.texi: Generate.  Change node names to "FAQ N-M".
4621         * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
4622         (gnus-faq.xml): Update repository host.
4624         * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
4626 2008-06-15  Frank Schmitt  <ich@frank-schmitt.net>
4628         * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
4629         Fix a typo.
4631 2008-06-15  Reiner Steib  <Reiner.Steib@gmx.de>
4633         * gnus.texi (Mail Source Customization): Correct values of
4634         `mail-source-delete-incoming'.  Reported by Tassilo Horn.
4635         (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
4637 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4639         * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
4640         coding standards.
4642 2008-06-14  David Engster  <dengste@eml.cc>
4644         * gnus.texi (nnmairix): Markup fixes.
4646 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4648         * gnus.texi (nnmairix): Markup and other minor fixes.
4650 2008-06-05  David Engster  <dengste@eml.cc>
4652         * gnus.texi (nnmairix): New nodes describing nnmairix.el.
4654 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4656         * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
4657         (Searching, nnir, nnmairix): New stub nodes.
4659 2008-05-30  Felix Lee  <felix.1@canids.net>
4661         * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
4663 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4665         * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
4667 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4669         * gnus.texi (Scoring On Other Headers): Fix typo.  Rearrange.
4671 2008-05-15  Jonathan Yavner  <jyavner@member.fsf.org>
4673         * ses.texi (Acknowledgements): Add Shigeru Fukaya.
4675 2008-05-06  Juanma Barranquero  <lekktu@gmail.com>
4677         * info.texi (Top): Fix typo in xref.
4679 2008-05-05  Karl Berry  <karl@gnu.org>
4681         * info.texi (Top): @xref to stand-alone manual.
4683 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4685         * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
4686         (Various Summary Stuff): Fix typo in last xref.
4688 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4690         * org.texi (Moving subtrees): Fix typo.
4692 2008-04-28  Michael Albinus  <michael.albinus@gmx.de>
4694         * tramp.texi (Frequently Asked Questions): Explain, how to disable
4695         Tramp via `tramp-mode'.
4697 2008-04-27  Carsten Dominik  <dominik@sam.science.uva.nl>
4699         * org.texi: Massive changes, in many parts of the file.
4701 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4703         * gnus.texi (Oort Gnus): Add message-fill-column.
4705 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4707         * gnus.texi (Mail Source Specifiers): Typo fix.
4709 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4711         * gnus.texi (Diary Headers Generation): Update key binding for
4712         `gnus-diary-check-message'.
4714 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4716         * gnus.texi (Emacsen): Addition.
4718 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4720         * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
4722 2008-04-09  Reiner Steib  <Reiner.Steib@gmx.de>
4724         * gnus.texi (Oort Gnus): Mention customizing of tool bars.
4726 2008-04-09  Reiner Steib  <Reiner.Steib@gmx.de>
4728         * gnus-news.texi: Update tool bar item.
4730 2008-04-09  Sven Joachim  <svenjoac@gmx.de>
4732         * gnus-news.texi: Fix typos.
4734 2008-04-11  Jay Belanger  <jay.p.belanger@gmail.com>
4736         * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
4737         Add mention of `kron'.
4739 2008-04-01  Daiki Ueno  <ueno@unixuser.org>
4741         * epa.texi (Encrypting/decrypting *.gpg files):
4742         Document epa-file-name-regexp.
4744 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4746         * gnus.texi (Example Methods): Fix description about ssh-agent.
4747         (Indirect Functions): Fix the default value of nntp-telnet-command;
4748         remove link to connect.html.
4750 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
4752         * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
4753         dbus-call-method.
4754         (Receiving Method Calls): The timeout can be set by the calling client.
4756         * trampver.texi: Update release number.
4758 2008-03-29  Reiner Steib  <Reiner.Steib@gmx.de>
4760         * gnus.texi (Top): Fix version.  Add SASL.
4762 2008-03-29  Michael Albinus  <michael.albinus@gmx.de>
4764         Sync with Tramp 2.1.13.
4766         * trampver.texi: Update release number.
4768 2008-03-29  Chong Yidong  <cyd@stupidchicken.com>
4770         * org.texi: Update to new org-mode website.
4772 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4774         * cl.texi (For Clauses): Fix loop over key-seq to match code.
4776 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4778         * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
4779         gnus-read-ephemeral-gmane-group-url,
4780         gnus-read-ephemeral-emacs-bug-group,
4781         gnus-read-ephemeral-debian-bug-group.
4783 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4785         * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
4787         * gnus-news.texi: Add EasyPG.  Add gnus-article-browse-html-article.
4788         Add FIXMEs for Bookmarks and gnus-registry-marks.
4790 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4792         * gnus.texi (Smileys): Document `smiley-style'.
4794 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4796         * gnus.texi (Gnus Development): Clarify difference between ding and
4797         gnu.emacs.gnus.
4798         (MIME Commands, Using MIME, RSS): Fix markup.
4800         * gnus-faq.texi ([8.4]): Ditto.
4802 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4804         * gnus.texi (Emacsen): Remove obsolete stuff.
4806 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4808         * gnus.texi (Oort Gnus): Add version info WRT
4809         `mail-source-delete-incoming'.
4811 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4813         * gnus.texi (Top): Add "Other related manuals" and version info in
4814         `iftex' output.
4815         (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
4816         gnus-balloon-face-0 and the corresponding format specifiers.
4818 2008-03-26  Michael Albinus  <michael.albinus@gmx.de>
4820         * tramp.texi (Filename completion): Remove footnote about let-bind
4821         of `partial-completion-mode'.  It doesn't work this way.
4823 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4825         * pcl-cvs.texi (Contributors): Update my email.
4827 2008-03-21  Michael Albinus  <michael.albinus@gmx.de>
4829         * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
4831 2008-03-17  Bill Wohler  <wohler@newt.com>
4833         * mh-e.texi (Viewing): Update URL for adding header fields to
4834         mh-invisible-header-fields-default.
4836 2008-03-16  Bill Wohler  <wohler@newt.com>
4838         * mh-e.texi (Preface): Add Gnus to requirements.
4839         (Forwarding): Note that forwarded MIME messages are now inline.
4841 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4843         * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
4844         (Common Variables): Give precedence to the netcat methods over the
4845         telnet methods, and mention that they are more reliable.
4847 2008-03-13  Carsten Dominik  <dominik@science.uva.nl>
4849         * org.texi (Exporting Agenda Views): Document agenda export to
4850         iCalendar.
4851         (Progress logging): Document the new progress logging stuff.
4853 2008-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
4855         * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
4856         Update for change of `mail-source-delete-incoming'.
4858         * gnus-news.texi: Ditto.
4860 2008-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
4862         * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
4863         custom versions.
4865 2008-03-07  Alan Mackenzie  <acm@muc.de>
4867         * cc-mode.texi (Limitations and Known Bugs): State that the number of
4868         parens/brackets in a k&r region is limited.
4870 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4872         * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
4873         using different Emacs versions.
4875 2008-02-27  Glenn Morris  <rgm@gnu.org>
4877         * sc.texi: Remove a lot of old and obsolete info.
4878         (titlepage): Simplify.
4879         (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
4880         (VM with any Emacsen, GNEWS with any Emacsen)
4881         (Overloading for Non-conforming MUAs, Version 3 Changes)
4882         (The Supercite Mailing List): Delete nodes.
4883         (Introduction): Remove info about old packages.
4884         (Getting Connected): Simplify.  Remove info about old packages.
4885         (Citing Commands): Delete Emacs 19 info.
4886         (Hints to MUA Authors): Simplify.
4887         (Thanks and History): Merge in some info from the deleted node
4888         "Version 3 Changes".
4890 2008-02-05  Juanma Barranquero  <lekktu@gmail.com>
4892         * org.texi (Setting tags, In-buffer settings):
4893         * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
4895 2008-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4897         * gnus-news.texi: Mention that spaces and tabs are allowed in the
4898         installation directory name.
4900 2008-02-12  Romain Francoise  <romain@orebokech.com>
4902         * epa.texi (Overview): Fix typo.
4904 2008-02-11  Daiki Ueno  <ueno@unixuser.org>
4906         * epa.texi (Quick start): Remove the .emacs setting.
4908 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
4910         * epa.texi (Quick start): Use the command `epa-enable' instead of
4911         loading `epa-setup'.
4913 2008-02-08  Juanma Barranquero  <lekktu@gmail.com>
4915         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
4916         ($(infodir)/epa, epa.dvi): New targets.
4918 2008-02-08  Daiki Ueno  <ueno@unixuser.org>
4920         * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
4922         * epa.texi: New manual documenting the EasyPG Assistant.
4924 2008-02-06  Michael Albinus  <michael.albinus@gmx.de>
4926         * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
4927         (Inspection): New function dbus-ping.
4929 2008-02-05  Michael Albinus  <michael.albinus@gmx.de>
4931         * tramp.texi (Remote processes): Add `shell-command'.
4933 2008-01-28  Michael Sperber  <sperber@deinprogramm.de>
4935         * gnus.texi (Mail Source Specifiers): Document `group' specifier.
4936         (Group Parameters): Document `mail-source' parameter.
4938 2008-01-27  Michael Albinus  <michael.albinus@gmx.de>
4940         * tramp.texi (Inline methods): The hostname of the su(do)? methods
4941         must be a local host.
4943 2008-01-26  Michael Olson  <mwolson@gnu.org>
4945         * erc.texi: Update version for ERC 5.3 release.
4946         (Obtaining ERC): Update extras URLs for 5.3.
4947         (Development): Write instructions for git, and remove those for Arch.
4948         (History): Mention the switch to git.
4950 2008-01-24  Karl Berry  <karl@gnu.org>
4952         * info.texi (Search Index, Search Text): Mention the command
4953         character in the section name, a la the (Go to node) node.
4955 2008-01-21  Michael Albinus  <michael.albinus@gmx.de>
4957         * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
4959 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4961         * gnus-news.texi: Mention gnus-article-describe-bindings.
4963 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4965         * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
4967 2008-01-18  Carsten Dominik  <dominik@science.uva.nl>
4969         * org.texi (Property inheritance): New section.
4970         (Conventions): New section.
4971         (Structure editing): Document C-RET, the prefix arg to the cut/copy
4972         commands, and the new bindings for refiling.
4973         (Sparse trees): Document the new special command for sparse trees.
4974         (References): Be more clear about the counting of hilines.
4975         (Handling links): Document M-p/n for accessing links.
4976         (Fast access to TODO states): New section.
4977         (Per file keywords): New section.
4978         (Property inheritance): New section.
4979         (Column attributes): New summary types.
4980         (Capturing Column View): New section.
4981         (The date/time prompt): Cover the new features in the date/time prompt.
4982         Compactify the table of keys for the calendar remote control.
4983         (Clocking work time): Document the new :scope parameter.
4984         (Remember): Promoted to chapter.
4985         (Quoted examples): New section.
4986         (Enhancing text): New verbatim environments.
4988 2008-01-14  Michael Albinus  <michael.albinus@gmx.de>
4990         * trampver.texi: Update release number.
4992 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4994         * gnus.texi (Article Keymap):
4995         Add gnus-article-wide-reply-with-original; fix descriptions of
4996         gnus-article-reply-with-original and
4997         gnus-article-followup-with-original.
4999 2008-01-09  Glenn Morris  <rgm@gnu.org>
5001         * nxml-mode.texi: Add @copying section.
5003 2008-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5005         * message.texi (Mail Variables): Add some text from "(gnus)Posting
5006         Server".  Add `message-send-mail-with-mailclient'.
5008         * gnus.texi (Posting Server): Move some text to "(message)Mail
5009         Variables" and add a reference here.
5011 2008-01-04  Michael Albinus  <michael.albinus@gmx.de>
5013         * dbus.texi (Receiving Method Calls): New chapter.
5014         (Errors and Events): Add serial number to events.  Replace "signal" by
5015         "message".  Introduce dbus-event-serial-number.
5017 2008-01-03  Michael Albinus  <michael.albinus@gmx.de>
5019         * dbus.texi (Type Conversion): Explain the type specification for empty
5020         arrays.  Use another example.
5022 2007-12-30  Michael Albinus  <michael.albinus@gmx.de>
5024         * dbus.texi (all): Replace "..." by @dots{}.
5025         (Type Conversion): Precise the value range for :byte types.
5026         (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
5027         Mention its return value.
5028         (Errors and Events): There is no D-Bus error propagation during event
5029         processing.
5031 2007-12-29  Jay Belanger  <jay.p.belanger@gmail.com>
5033         * calc.tex (Yacas Language, Maxima Language, Giac Language):
5034         New sections.
5036 2007-12-29  Reiner Steib  <Reiner.Steib@gmx.de>
5038         * gnus.texi (Group Parameters): Reorder the text and add a note about
5039         `gnus-parameters' near the beginning of the node.
5041 2007-12-29  IRIE Tetsuya  <irie@t.email.ne.jp>  (tiny change)
5043         * gnus.texi (Score File Editing): Fix function name.
5045 2007-12-23  Michael Albinus  <michael.albinus@gmx.de>
5047         Sync with Tramp 2.1.12.
5049         * trampver.texi: Update release number.
5051 2007-12-22  Michael Albinus  <michael.albinus@gmx.de>
5053         * dbus.texi (Type Conversion): Correct input parameters mapping.
5055 2007-12-21  Michael Albinus  <michael.albinus@gmx.de>
5057         * dbus.texi (Type Conversion): Extend for D-Bus compound types.
5058         (Errors and Events): Mention wrong-type-argument error.
5060 2007-12-21  Alex Schroeder  <alex@gnu.org>
5062         * rcirc.texi: Changed single spaces after sentence end to double
5063         spaces.  Fixed some typos.
5064         (Internet Relay Chat): Explain relay.
5065         (Getting started with rcirc): Change items to reflect prompts.
5066         Add more explanation to rcirc-track-minor-mode and added a comment to
5067         warn future maintainers that this section is a copy.
5068         (People): Change /ignore example.
5069         (Keywords): Not keywords.
5071 2007-12-20  Alex Schroeder  <alex@gnu.org>
5073         * rcirc.texi (Top): Fighting Information Overload chapter added.
5074         (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
5075         (rcirc commands): Move /ignore command to the new chapter.
5076         (Fighting Information Overload): New chapter documenting /keyword,
5077         /bright, /dim, channel ignore, and low priority channels.
5078         (Configuration): Document rcirc-server-alist, remove
5079         rcirc-startup-channels-alist and rcirc-default-server.
5081 2007-12-16  Michael Albinus  <michael.albinus@gmx.de>
5083         * dbus.texi (Signals): Fix example in dbus-register-signal.
5085 2007-12-14  Sven Joachim  <svenjoac@gmx.de>
5087         * gnus.texi (Score Variables): Fix typo.
5089 2007-12-07  Michael Albinus  <michael.albinus@gmx.de>
5091         * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
5092         (Signals): Adapt dbus-send-signal and dbus-register-signal.
5093         (Errors and Events): Adapt dbus-event.
5095 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5097         * gnus.texi (Other Files): Add the yenc command.
5099 2007-11-30  Reiner Steib  <Reiner.Steib@gmx.de>
5101         * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
5102         since 2004-08-06.
5104 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5106         * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
5107         on body.
5109 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5111         * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
5112         and rfc2047-allow-irregular-q-encoded-words; fix description of
5113         rfc2047-encode-encoded-words.
5115 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5117         * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
5119 2007-12-05  Michael Olson  <mwolson@gnu.org>
5121         * remember.texi (Diary): Remove "require" line for remember-diary.el.
5122         Update documentation for `remember-diary-file'.
5124 2007-12-04  Michael Albinus  <michael.albinus@gmx.de>
5126         * dbus.texi (Signals): Precise `dbus-register-signal'.
5127         (Errors and Events): Rework events part, the internal structure of
5128         dbus-event has changed.
5130 2007-12-03  Juanma Barranquero  <lekktu@gmail.com>
5132         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
5133         ($(infodir)/dbus, dbus.dvi): New targets.
5135 2007-12-03  Michael Albinus  <michael.albinus@gmx.de>
5137         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
5138         unconditionally.
5140         * dbus.texi (Synchronous Methods): Show the result of the "lshal"
5141         emulation with @print{}.
5143 2007-12-02  Richard Stallman  <rms@gnu.org>
5145         * dbus.texi (Overview): Minor cleanup.
5147 2007-12-02  Michael Albinus  <michael.albinus@gmx.de>
5149         * Makefile.in (INFO_TARGETS): Add dbus.
5150         (DVI_TARGETS): Add dbus.dvi.
5151         (dbus, dbus.dvi): New targets.
5153         * dbus.texi: New file.
5155 2007-11-24  Romain Francoise  <romain@orebokech.com>
5157         * nxml-mode.texi: Add description in @direntry.
5158         Fix file name to match @setfilename.
5160 2007-11-23  Mark A. Hershberger  <mah@everybody.org>
5162         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5163         ($(infodir)/nxml-mode): New rule.
5165         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5166         ($(infodir)/nxml-mode): New rule.
5167         (clean): Add nxml-mode*.
5169         * nxml-mode.texi: New file with nxml manual.
5171 2007-11-18  Richard Stallman  <rms@gnu.org>
5173         * flymake.texi (Example -- Configuring a tool called directly):
5174         Update example.
5176 2007-11-18  Michael Albinus  <michael.albinus@gmx.de>
5178         * tramp.texi (Filename completion): Simplify explanation of
5179         double-slash behavior.  Explain directory contents flushing.
5181 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
5183         * calc.texi (TeX and LaTeX Language Modes): Put in
5184         missing braces.
5186 2007-11-15  Richard Stallman  <rms@gnu.org>
5188         * cl.texi (Equality Predicates): Delete `eql'.
5189         (Predicates, Naming Conventions, Top): Delete `eql'.
5190         (Common Lisp Compatibility): Delete `eql'.
5191         (Porting Common Lisp): Delete obsolete backquote info.
5192         Minor clarification about character constants.
5193         (Sequence Basics): Minor clarification.
5195 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
5197         * cc-mode.texi (Electric Keys, Custom Macros):
5198         * tramp.texi (Filename completion): Fix typos.
5200 2007-11-15  Jay Belanger  <jay.p.belanger@gmail.com>
5202         * calc.texi (Basic commands): Mention the menu.
5204 2007-11-12  Michael Albinus  <michael.albinus@gmx.de>
5206         * tramp.texi (Connection caching): Tramp flushes connection
5207         properties when remote operating system has been changed.
5209 2007-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
5211         * gnus-news.texi: Fix spelling.
5212         `message-insert-formatted-citation-line', not
5213         `message-insert-formated-citation-line'.
5215         * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
5217 2007-11-07  Michael Albinus  <michael.albinus@gmx.de>
5219         * tramp.texi (Overview): Mention also the PuTTY integration under
5220         w32.  Remove paragraphs about Tramp's experimental status.
5221         (Frequently Asked Questions): Add code example for highlighting the
5222         mode line.
5224 2007-11-03  Michael Olson  <mwolson@gnu.org>
5226         * remember.texi: Change mentions of remember-buffer to
5227         remember-finalize throughout.
5229 2007-10-30  Michael Olson  <mwolson@gnu.org>
5231         * remember.texi (Copying): Remove.
5232         (Mailbox): Update with non-BBDB instructions.
5233         (Diary, Org): Add.
5234         (Bibliography, Planner Page): Remove.
5236 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
5238         * makefile.w32-in (INFO_TARGETS): Add remember.
5239         (DVI_TARGETS): Add remember.dvi.
5240         ($(infodir)/remember): New rule.
5241         (clean): Add remember*.
5243 2007-10-30  Michael Olson  <mwolson@gnu.org>
5245         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
5246         ($(infodir)/remember): New rule that builds the Remember Manual.
5248         * remember.texi: New file containing the Remember Mode Manual.
5249         Shuffle chapters around after initial import.
5250         (Function Reference): Split Keystrokes into separate chapter.
5251         (Keystrokes): Document C-c C-k.
5252         (Introduction): Fix typographical issue with "---".
5254 2007-10-29  Richard Stallman  <rms@gnu.org>
5256         * widget.texi (Introduction): Delete discussion of implementation
5257         internals.
5259 2007-10-29  Michael Albinus  <michael.albinus@gmx.de>
5261         * tramp.texi (Connection caching): Host names must be different
5262         when tunneling.
5264 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5266         * gnus.texi, gnus-faq.texi, message.texi: Bump version to
5267         Gnus v5.13.
5269 2007-10-28  Miles Bader  <miles@gnu.org>
5271         * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
5273 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5275         * gnus.texi (Sorting the Summary Buffer):
5276         Remove gnus-article-sort-by-date-reverse.
5278 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5280         * gnus.texi (Non-ASCII Group Names): New node.
5281         (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
5282         gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
5284 2007-10-28  Michaël Cadilhac  <michael@cadilhac.name>
5286         * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
5287         clean the output of the program `imap-shell-program'.
5289 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5291         * gnus.texi (IMAP): Mention nnimap-logout-timeout.
5293 2007-10-28  Tassilo Horn  <tassilo@member.fsf.org>
5295         * gnus.texi (Sticky Articles): Documentation for sticky article
5296         buffers.
5298 2007-10-28  Michaël Cadilhac  <michael@cadilhac.name>
5300         * gnus.texi (RSS): Document nnrss-ignore-article-fields.
5302 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5304         * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
5306 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5308         * gnus.texi (Archived Messages):
5309         Document gnus-update-message-archive-method.
5311 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5313         * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
5315 2007-10-28  Michaël Cadilhac  <michael@cadilhac.name>
5317         * gnus.texi (Group Maneuvering):
5318         Document `gnus-summary-next-group-on-exit'.
5320 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5322         * gnus.texi (Really Various Summary Commands):
5323         Mention gnus-auto-select-on-ephemeral-exit.
5325 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5327         * gnus.texi, message.texi: Bump version number.
5329 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5331         * gnus.texi (Group Line Specification, Misc Group Stuff)
5332         (Server Commands): Parenthesize @pxref{Mail Spool}.
5334 2007-10-28  Didier Verna  <didier@xemacs.org>
5336         New user option: message-signature-directory.
5337         * message.texi (Insertion Variables): Document it.
5338         * gnus.texi (Posting Styles): Ditto.
5340 2007-10-28  Didier Verna  <didier@xemacs.org>
5342         * gnus.texi (Group Line Specification):
5343         * gnus.texi (Misc Group Stuff):
5344         * gnus.texi (Server Commands): Document the group compaction feature.
5346 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5348         * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
5350         * message.texi (Various Message Variables): Add message-fill-column.
5352 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5354         * gnus.texi: Untabify.
5356 2007-10-28  Didier Verna  <didier@xemacs.org>
5358         * gnus.texi (Group Parameters): Document the posting-style merging
5359         process in topic-mode.
5361 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5363         * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
5365 2007-10-28  Romain Francoise  <romain@orebokech.com>
5367         * gnus.texi (Mail Spool): Fix typo.
5368         Update copyright.
5370 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5372         * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
5374 2007-10-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5376         * gnus.texi (Summary Generation Commands):
5377         Add gnus-summary-insert-ticked-articles.
5379 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5381         * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
5382         to spam-spamassassin-program.
5384 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5386         * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
5388 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5390         * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
5392 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5394         * message.texi (Mail Headers): Document `opportunistic'.
5396 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5398         * emacs-mime.texi (Encoding Customization): Explain how to set
5399         mm-coding-system-priorities per hierarchy.
5401 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5403         * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
5404         nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
5406 2007-10-28  Didier Verna  <didier@xemacs.org>
5408         * message.texi (Wide Reply): Update documentation of
5409         message-dont-reply-to-names (now allowing a list of regexps).
5411 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5413         * gnus.texi (Spam Package Introduction): Fix spam menu and links.
5415 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5417         * gnus.texi (SpamAssassin back end): Fix typo.
5419         * sieve.texi (Examples): Fix grammar.
5421 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5423         * gnus.texi (Searching for Articles): Document M-S and M-R.
5424         (Limiting): Document / b.
5426 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5428         * gnus.texi (Thread Commands): T M-^.
5430 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5432         * message.texi (Mail Aliases): Document ecomplete.
5433         (Mail Aliases): Fix typo.
5435 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5437         * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
5438         fix typo.
5440 2007-10-28  Romain Francoise  <romain@orebokech.com>
5442         * gnus.texi (Mail Spool): Grammar fix.
5444 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5446         * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
5447         string.
5449 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5451         * gnus.texi (Group Parameters): Fix description.
5453 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5455         * gnus.texi (Gmane Spam Reporting):
5456         Fix spam-report-gmane-use-article-number.
5457         Add spam-report-user-mail-address.
5459 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5461         * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
5463 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5465         * gnus.texi (Group Parameters): Add simplified sorting example based on
5466         example for `Sorting the Summary Buffer' from Jari Aalto
5467         <jari.aalto@cante.net>.
5468         (Example Methods): Add example for an indirect connection.
5470 2007-10-28  Kevin Greiner  <kevin.greiner@compsol.cc>
5472         * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
5473         (Agent Parameters): Updated parameter names to match code.
5474         (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
5475         'gnus-agent-summary-fetch-series'.
5476         (Agent and flags): New section providing a generalized discussion
5477         of flag handling.
5478         (Agent and IMAP): Remove flag discussion.
5479         (Agent Variables): Add 'gnus-agent-synchronize-flags'.
5481 2007-10-28  Romain Francoise  <romain@orebokech.com>
5483         * gnus.texi (Exiting the Summary Buffer): Add new function
5484         `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
5486 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5488         * gnus.texi (Conformity): Fix typo.
5489         (Customizing Articles): Document `first'.
5491 2007-10-28  Jari Aalto  <jari.aalto@cante.net>
5493         * gnus.texi (Sorting the Summary Buffer):
5494         Add `gnus-thread-sort-by-date-reverse'.  Add example
5495         host to different sorting in NNTP and RSS groups.
5497 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5499         * message.texi (Insertion): Describe prefix for
5500         message-mark-inserted-region and message-mark-insert-file.
5502 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5504         * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
5505         LaTeX documents.  Describe "text/x-gnus-verbatim".
5507 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
5509         * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
5510         (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
5511         (spam-stat spam filtering, SpamOracle)
5512         (Extending the Spam ELisp package): Remove extra quote symbol for
5513         clarity.
5515 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5517         * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
5518         gnus-article-delete-part and gnus-article-replace-part.
5519         (Using MIME): Add gnus-mime-replace-part.
5521 2007-10-28  Romain Francoise  <romain@orebokech.com>
5523         * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
5524         requires `auto-compression-mode' to be enabled.  Add new nnml
5525         variable `nnml-compressed-files-size-threshold'.
5527 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5529         * gnus.texi (Sorting the Summary Buffer):
5530         Add gnus-thread-sort-by-recipient.
5532 2007-10-28  Romain Francoise  <romain@orebokech.com>
5534         * message.texi (Insertion Variables): Mention new variable
5535         `message-yank-empty-prefix'.  Change `message-yank-cited-prefix'
5536         documentation accordingly.
5538 2007-10-28  Romain Francoise  <romain@orebokech.com>
5540         * gnus.texi (To From Newsgroups): Mention new variables
5541         `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
5543 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5545         * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
5546         stuff; gnus-mime-inline-part does the automatic decompression.
5548 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
5550         * gnus.texi (Spam ELisp Package Configuration Examples):
5551         "training.ham" should be "training.spam".
5553 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5555         * message.texi (Mail Variables): Fix the default value for
5556         message-send-mail-function.
5558 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5560         * gnus.texi (Optional Back End Functions): nntp-request-update-info
5561         always returns nil exceptionally.
5563 2007-10-28  Simon Josefsson  <jas@extundo.com>
5565         * gnus.texi (Article Washing): Add libidn URL.
5566         Suggested by Michael Cook <michael@waxrat.com>.
5568 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5570         * gnus.texi (Topic Commands): Fix next/previous.
5572 2007-10-28  Simon Josefsson  <jas@extundo.com>
5574         * gnus.texi (Article Washing): Mention `W i'.
5576 2007-10-28  Jochen Küpper  <jochen@fhi-berlin.mpg.de>
5578         * gnus.texi (Group Parameters): Slight extension of sieve
5579         parameter description.
5581 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5583         * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
5584         matching score files as well.
5585         (Picons): Describe `gnus-picon-style'.
5587 2007-10-28  Romain Francoise  <romain@orebokech.com>
5589         * message.texi (Message Headers): Mention that headers are hidden
5590         using narrowing, and how to expose them.
5591         Update copyright.
5593 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5595         * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
5596         `gnus-summary-sort-by-recipient'.
5598 2007-10-28  Romain Francoise  <romain@orebokech.com>
5600         * gnus.texi (NNTP marks): New node.
5601         (NNTP): Move NNTP marks variables to the new node.
5603 2007-10-28  Jesper Harder  <harder@ifa.au.dk>
5605         * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
5607         * gnus.texi (MIME Commands, Hashcash): Markup fix.
5609 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
5611         * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
5612         everywhere for consistency.
5613         (Filtering Spam Using The Spam ELisp Package): Admonish again.
5614         (Spam ELisp Package Sequence of Events): This is Gnus, say so.
5615         Say "regular expression" instead of "regex."  Admonish.
5616         Pick other words to sound better (s/so/thus/).
5617         (Spam ELisp Package Filtering of Incoming Mail):
5618         Mention statistical filters.  Remove old TODO.
5619         (Spam ELisp Package Sorting and Score Display in Summary Buffer):
5620         New section on sorting and displaying the spam score.
5621         (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
5622         backend but an alias to spam-use-BBDB.
5623         (Extending the Spam ELisp package): Rewrite the example using the
5624         new backend functionality.
5626 2007-10-28  Simon Josefsson  <jas@extundo.com>
5628         * gnus.texi (NNTP): Mention nntp-marks-is-evil and
5629         nntp-marks-directory, from Romain Francoise
5630         <romain@orebokech.com>.
5632 2007-10-28  Magnus Henoch  <mange@freemail.hu>
5634         * gnus.texi (Hashcash): New default value of
5635         hashcash-default-payment.
5637 2007-10-28  Simon Josefsson  <jas@extundo.com>
5639         * gnus.texi (Hashcash): Fix URL.  Add pref to spam section.
5640         (Anti-spam Hashcash Payments): No need to load hashcash.el now.
5642 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5644         * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
5646 2007-10-28  Simon Josefsson  <jas@extundo.com>
5648         * gnus.texi (documentencoding): Add, to avoid warnings.
5650 2007-10-28  Simon Josefsson  <jas@extundo.com>
5652         * message.texi (Mail Headers): Add.
5654         * gnus.texi (Hashcash): Fix.
5656 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
5658         * gnus.texi (Hashcash): Change location of library, also mention
5659         that payments can be verified and fix the name of the
5660         hashcash-path variable.
5662 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5664         * gnus.texi (Article Display): Add `gnus-picon-style'.
5666 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5668         * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
5670 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
5672         * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
5673         (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
5674         warning about ham processors in spam groups removed.
5676 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
5678         * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
5679         From Hubert Chan <hubert@uhoreg.ca>.
5681 2007-10-28  Jesper Harder  <harder@ifa.au.dk>
5683         * gnus.texi (Spam ELisp Package Sequence of Events): Index.
5684         (Mailing List): Typo.
5685         (Customizing Articles): Add gnus-treat-ansi-sequences.
5686         (Article Washing): Index.
5688         * message.texi: Use m-dash consistently.
5690 2007-10-28  Jesper Harder  <harder@ifa.au.dk>
5692         * gnus.texi (GroupLens): Remove.
5694 2007-10-28  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5696         * gnus.texi (Outgoing Messages, Agent Variables):
5697         Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
5698         Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
5700 2007-10-28  Jesper Harder  <harder@ifa.au.dk>
5702         * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
5704 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5706         * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
5708         * gnus.texi (No Gnus): New node.  Includes `gnus-news.texi'.
5710 2007-10-28  Simon Josefsson  <jas@extundo.com>
5712         * gnus.texi (Top): Add SASL.
5714 2007-10-27  Emanuele Giaquinta  <e.giaquinta@glauco.it>  (tiny change)
5716         * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
5718 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5720         * gnus.texi (Troubleshooting): Adjust Gnus version number.
5722 2007-10-27  Jay Belanger  <jay.p.belanger@gmail.com>
5724         * calc.texi (Formulas, Composition Basics): Lower the
5725         precedence of negation.
5727 2007-10-25  Jonathan Yavner  <jyavner@member.fsf.org>
5729         * ses.texi (The Basics): Mention how to create a new spreadsheet.
5730         Mention the new three-letter column identifiers.
5731         (More on cell printing): Calculate-cell and truncate-cell are now `c'
5732         and `t' rather than `C-c C-c' and `C-c C-t'.  Mention the stupid error
5733         message when using `c' on an empty default with default printer.
5734         (Buffer-local variables in spreadsheets): `symbolic-formulas' was
5735         renamed to `ses--symbolic-formulas' some time ago.
5737 2007-10-25  Jay Belanger  <jay.p.belanger@gmail.com>
5739         * calc.texi (Default Simplifications, Making Selections)
5740         (Customizing Calc): Clarify associativity of multiplication.
5742 2007-10-23  Michael Albinus  <michael.albinus@gmx.de>
5744         * tramp.texi (Traces and Profiles): Simplify loop over
5745         `trace-function-background'.
5747 2007-10-22  Juri Linkov  <juri@jurta.org>
5749         * dired-x.texi (Shell Command Guessing): Default values are now
5750         available by typing M-n instead of M-p.
5752 2007-10-21  Michael Albinus  <michael.albinus@gmx.de>
5754         * tramp.texi (Cleanup remote connections): New section.
5755         (Password caching): Remove `tramp-clear-passwd'.
5756         It's not a command anymore.
5757         (Bug Reports): Add `tramp-bug' to function index.
5758         (Function Index, Variable Index): New nodes.
5759         (Remote shell setup): Describe `tramp-password-prompt-regexp'.
5761         * trampver.texi: Update release number.
5763 2007-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
5765         * calc.texi (History and Acknowledgements): Turn comment
5766         about integer size into past tense.
5767         (Time Zones): Remove pointer to Calc author's address.
5768         (Trigonometric and Hyperbolic Functions): Mention cotangent
5769         and hyperbolic cotangent.  Fix typo.
5771 2007-10-10  Michael Albinus  <michael.albinus@gmx.de>
5773         Sync with Tramp 2.1.11.
5775         * trampver.texi: Update release number.
5777 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
5779         * tramp.texi (External packages): New section.
5781 2007-09-29  Juri Linkov  <juri@jurta.org>
5783         * info.texi (Help-Int): Document `L' (`Info-history').
5785 2007-09-26  Carsten Dominik  <dominik@science.uva.nl>
5787         * org.texi: Change links to webpage and maintained email.
5788         (Remember): Promote to Chapter, significant changes.
5789         (Fast access to TODO states): New section.
5790         (Faces for TODO keywords): New section.
5791         (Export options): Example for #+DATE.
5792         (Progress logging): Section moved.
5794 2007-09-26  Bill Wohler  <wohler@newt.com>
5796         * mh-e.texi (HTML): Mention binding of S-mouse-2 to
5797         browse-url-at-mouse.
5799 2007-09-20  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
5801         * flymake.texi (Customizable variables): Face names don't end in -face.
5802         Fix flymake-err-line-patterns template.
5803         (Example -- Configuring a tool called directly): Fix init-function.
5804         (Highlighting erroneous lines): Face names don't end in -face.
5806 2007-09-18  Exal de Jesus Garcia Carrillo  <exal@gmx.de>  (tiny change)
5808         * erc.texi (Special-Features): Fix small typo.
5810 2007-09-14  Michael Albinus  <michael.albinus@gmx.de>
5812         * tramp.texi (Filename Syntax): Provide links to "Inline methods"
5813         and "External transfer methods".
5815 2007-09-13  Jay Belanger  <jay.p.belanger@gmail.com>
5817         * calc.texi (Predefined Units): Add some history.
5819 2007-09-08  Michael Olson  <mwolson@gnu.org>
5821         * erc.texi (Copying): New section included from gpl.texi.
5822         This matches the look of the upstream ERC manual.
5824 2007-09-07  Jay Belanger  <jay.p.belanger@gmail.com>
5826         * calc.texi (History and Acknowledgements): Adjust the "thanks".
5827         (Random Numbers): Clarify the distribution of `random'.
5829 2007-09-06  Glenn Morris  <rgm@gnu.org>
5831         Move manual sources from man/ to subdirectories of doc/.
5832         Split into the Emacs manual in emacs/, and other manuals in misc/.
5833         Change all setfilename commands to use ../../info.
5834         * Makefile.in: Move the parts of the old man/Makefile.in that do not
5835         refer to the Emacs manual here.
5836         (infodir): New variable.
5837         (INFO_TARGETS, info): Use infodir.  Also used by all info targets.
5838         (cc-mode.texi, faq.texi): Update references to source file locations.
5839         * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
5840         do not refer to the Emacs manual here.
5841         (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
5843         * Makefile.in: Add `basename' versions of all info targets, for
5844         convenience when rebuilding just one manual.
5845         (../etc/GNU): Delete obsolete target.
5846         (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
5847         (mostlyclean): Add *.op, *.ops.  Move *.aux *.cps *.fns *.kys *.pgs
5848         *.vrs *.toc here...
5849         (maintainer-clean): ...from here.
5851         * makefile.w32-in (../etc/GNU): Delete obsolete target.
5853 2007-09-01  Jay Belanger  <jay.p.belanger@gmail.com>
5855         * calc.texi (Date Conversions): Clarify definition of
5856         Julian day numbering.
5857         (Date Forms): Clarify definition of Julian day numbering;
5858         add some history.
5860 2007-08-30  Carsten Dominik  <dominik@science.uva.nl>
5862         * org.texi: Version 5.07.
5864 2007-08-24  IRIE Tetsuya  <irie@t.email.ne.jp>  (tiny change)
5866         * message.texi (MIME): Replace mml-attach with mml-attach-file.
5868 2007-08-22  Carsten Dominik  <dominik@science.uva.nl>
5870         * org.texi (Adding hyperlink types): New section.
5871         (Embedded LaTeX): Chapter updated because of LaTeX export.
5872         (LaTeX export): New section.
5873         (Using links out): New section.
5875 2007-08-22  Glenn Morris  <rgm@gnu.org>
5877         * faq.texi (Learning how to do something): Refcards now in
5878         etc/refcards/ directory.
5880 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
5882         * tramp.texi (Remote Programs): Persistency file must be cleared when
5883         changing `tramp-remote-path'.
5884         (Filename Syntax): Don't use @var{} constructs inside the @trampfn
5885         macro.
5887 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
5889         * calc.texi: Move contents to beginning of file.
5890         (Algebraic Entry): Fix the formatting of an example.
5892 2007-08-15  Jay Belanger  <jay.p.belanger@gmail.com>
5894         * calc.texi (Basic Operations on Units): Mention exact versus
5895         inexact conversions.
5897 2007-08-14  Jay Belanger  <jay.p.belanger@gmail.com>
5899         * calc.texi (Basic Operations on Units): Mention default
5900         values for new units.
5901         (Quick Calculator Mode): Mention that binary format will
5902         be displayed.
5904 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5906         * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
5908 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5910         * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
5912 2007-08-08  Glenn Morris  <rgm@gnu.org>
5914         * gnus.texi, sieve.texi: Replace `iff'.
5916 2007-08-03  Jay Belanger  <jay.p.belanger@gmail.com>
5918         * calc.texi (Basic Graphics): Mention the graphing of error
5919         forms.
5920         (Graphics Options): Mention how `g s' handles error forms.
5921         (Curve Fitting): Mention plotting the curves.
5922         (Standard Nonlinear Models): Add additional models.
5923         (Curve Fitting Details): Mention the Levenberg-Marquardt method.
5924         (Linear Fits): Correct result.
5926 2007-08-01  Alan Mackenzie  <acm@muc.de>
5928         * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
5929         to "--no-site-file".
5931 2007-07-29  Michael Albinus  <michael.albinus@gmx.de>
5933         * tramp.texi (Frequently Asked Questions): Point to mode line
5934         extension in Emacs 23.1.
5936         * trampver.texi: Update release number.
5938 2007-07-27  Glenn Morris  <rgm@gnu.org>
5940         * calc.texi (Copying): Include license text from gpl.texi, rather than
5941         in-line.
5943 2007-07-25  Glenn Morris  <rgm@gnu.org>
5945         * calc.texi (Copying): Replace license with GPLv3.
5947         * Relicense all FSF files to GPLv3 or later.
5949 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
5951         Sync with Tramp 2.1.10.
5953         * tramp.texi (trampfn): Expand macro implementation in order to handle
5954         empty arguments.
5955         (trampfnmhl, trampfnuhl, trampfnhl): Remove macros.  Replace all
5956         occurrences by trampfn.
5957         (Frequently Asked Questions): Extend example code for host
5958         identification in the modeline.  Add bbdb to approaches shortening Tramp
5959         file names to be typed.
5961         * trampver.texi: Update release number.
5963 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
5965         * tramp.texi: Move @setfilename ../info/tramp up, outside the header
5966         section.  Reported by <poti@potis.org>.
5967         (Remote processes): Arguments of the program to be debugged are taken
5968         literally.
5969         (Frequently Asked Questions): Simplify recentf example.
5971 2007-07-14  Karl Berry  <karl@gnu.org>
5973         * info.texi (@copying): New Back-Cover Text.
5975         * info.texi (Quitting Info): Move to proper place in source.
5976         (Reported by Benno Schulenberg.)
5978 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
5980         * Makefile.in (../info/emacs-mime): Use --enable-encoding.
5982         * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
5984         * emacs-mime.texi: Add @documentencoding directive.
5986 2007-07-12  Nick Roberts  <nickrob@snap.net.nz>
5988         * tramp.texi (Remote processes): Add an anchor to the subsection
5989         "Running a debugger on a remote host".
5991 2007-07-12  Michael Albinus  <michael.albinus@gmx.de>
5993         * tramp.texi (Remote processes): Don't call it "experimental" any
5994         longer.  Add subsection about running a debugger on a remote host.
5996 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
5998         * org.texi (Properties and columns): Chapter rewritten.
6000 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
6002         * tramp.texi:
6003         * trampver.texi: Migrate to Tramp 2.1.
6005 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
6007         * org.texi (Properties): New chapter.
6009 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6011         * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
6012         Control Panel.
6014         * gnus.texi (Misc Article): Add index entry for
6015         gnus-single-article-buffer.
6017 2007-06-27  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6019         * gnus.texi (Starting Up): Fix typo.
6021 2007-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6023         * gnus.texi (Asynchronous Fetching): Fix typo.
6025 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
6027         * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
6028         (About This Manual): Remove redundant information.
6029         (Getting Started): Mention author.
6030         (Basic Arithmetic, Customizing Calc): Make description of the
6031         variable `calc-multiplication-has-precedence' match its new effect.
6033 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
6035         * calc.texi (Basic Arithmetic, Customizing Calc):
6036         Mention the variable `calc-multiplication-has-precedence'.
6038 2007-06-19  Carsten Dominik  <dominik@science.uva.nl>
6040         * org.texi (Tag): Section swapped with node Timestamps.
6041         (Formula syntax for Lisp): Document new `L' flag.
6043 2007-06-06  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6045         * gnus.texi (Misc Group Stuff, Summary Buffer)
6046         (Server Commands, Article Keymap): Fix typo.  s/function/command/.
6048 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6050         * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
6051         * gnus.texi (Article Buttons, Mail Source Customization)
6052         (Sending or Not Sending, Customizing NNDiary):
6053         * message.texi (Message Headers):
6054         * mh-e.texi (HTML): Fix typos.
6056 2007-06-07  Michael Albinus  <michael.albinus@gmx.de>
6058         Sync with Tramp 2.0.56.
6060         * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
6061         settings.  Reported by Ted Zlatanov <tzz@lifelogs.com>.
6063 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
6065         * Version 22.1 released.
6067 2007-05-26  Michael Olson  <mwolson@gnu.org>
6069         * erc.texi (Modules): Fix references to completion modules.
6071 2007-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
6073         * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
6075 2007-05-09  Didier Verna  <didier@xemacs.org>
6077         * gnus.texi (Email Based Diary): New.  Proper documentation for the
6078         nndiary back end and the gnus-diary library.
6080 2007-05-03  Karl Berry  <karl@gnu.org>
6082         * .cvsignore (*.pdf): New entry.
6084         * texinfo.tex: Update from current version for better pdf generation.
6086 2007-04-30  Reiner Steib  <Reiner.Steib@gmx.de>
6088         * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
6090 2007-04-28  Glenn Morris  <rgm@gnu.org>
6092         * faq.texi (New in Emacs 22): Restore mention of python.el pending
6093         consideration of legal status.
6095 2007-04-27  J.D. Smith  <jdsmith@as.arizona.edu>
6097         * idlwave.texi: Minor updates for IDLWAVE 6.1.
6099 2007-04-24  Chong Yidong  <cyd@stupidchicken.com>
6101         * faq.texi (New in Emacs 22): python.el removed.
6103 2007-04-23  Jay Belanger  <jay.p.belanger@gmail.com>
6105         * calc.texi (Reporting bugs): Update maintainer's address.
6107 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
6109         * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
6111 2007-04-15  Jay Belanger  <belanger@truman.edu>
6113         * calc.texi (Title page): Remove the date.
6114         (Basic Arithmetic): Emphasize that / binds less strongly than *.
6115         (The Standard Calc Interface): Change trail title.
6116         (Floats): Mention that when non-decimal floats are entered, only
6117         approximations are stored.
6118         (Copying): Move to the appendices.
6119         (GNU Free Documentation License): Add as an appendix.
6121 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
6123         * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
6124         * dired-x.texi, ebrowse.texi, ediff.texi:
6125         * emacs-mime.texi, erc.texi, eshell.texi:
6126         * eudc.texi, flymake.texi, forms.texi, gnus.texi:
6127         * idlwave.texi, message.texi, newsticker.texi, org.texi:
6128         * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
6129         * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
6130         * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
6131         * woman.texi: Include GFDL.
6133         * doclicense.texi: Remove node heading, so that it can be included by
6134         other files.
6136         * dired-x.texi: Relicence under GFDL.  Remove date from title page.
6138         * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
6139         than *.
6141 2007-04-14  Carsten Dominik  <dominik@science.uva.nl>
6143         * org.texi (Formula syntax for Calc): Emphasize the operator precedence
6144         in Calc.
6146 2007-04-09  Romain Francoise  <romain@orebokech.com>
6148         * faq.texi (New in Emacs 22): Mention improvements to the Windows and
6149         Mac OS ports.  Make it clear that mouse-1 complements and doesn't
6150         replace mouse-2.
6152 2007-04-08  Chong Yidong  <cyd@stupidchicken.com>
6154         * woman.texi (Word at point, Interface Options): woman-topic-at-point
6155         renamed to woman-use-topic-at-point.  Document new behavior.
6157 2007-04-08  Richard Stallman  <rms@gnu.org>
6159         * url.texi: Fix some indexing.
6160         (Disk Caching): Drop discussion of old/other Emacs versions.
6162 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
6164         * url.texi (Disk Caching): Say Emacs 21 "and later".
6166         * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
6167         on Font locking which now mentions JIT lock.
6169 2007-04-01  Michael Olson  <mwolson@gnu.org>
6171         * erc.texi: Update for the ERC 5.2 release.
6173 2007-03-31  David Kastrup  <dak@gnu.org>
6175         * woman.texi (Topic, Interface Options): Explain changes semantics of
6176         woman-manpath in order to consider MANPATH_MAP entries.
6178 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
6180         * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
6182 2007-03-26  Richard Stallman  <rms@gnu.org>
6184         * pgg.texi (Caching passphrase): Clean up previous change.
6186 2007-03-25  Thien-Thi Nguyen  <ttn@gnu.org>
6188         * gnus.texi (Setting Process Marks): Fix typo.
6190 2007-03-25  Romain Francoise  <romain@orebokech.com>
6192         * faq.texi (New in Emacs 22): Reorganize using an itemized list for
6193         readability, and include various fixes by Daniel Brockman, Nick Roberts
6194         and Dieter Wilhelm.
6196 2007-03-24  Thien-Thi Nguyen  <ttn@gnu.org>
6198         * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
6200         * gnus.texi (Mail Source Specifiers): Fix typo.
6202 2007-03-22  Ralf Angeli  <angeli@caeruleus.net>
6204         * reftex.texi (Imprint): Update maintainer information.
6206 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6208         * message.texi (Message Buffers): Update documentation for
6209         message-generate-new-buffers.
6211 2007-03-15  Daiki Ueno  <ueno@unixuser.org>
6213         * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
6215 2007-03-21  Glenn Morris  <rgm@gnu.org>
6217         * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
6219 2007-03-19  Chong Yidong  <cyd@stupidchicken.com>
6221         * eshell.texi (Known problems): Emacs 21 -> 22.
6223         * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
6225 2007-03-18  Jay Belanger  <belanger@truman.edu>
6227         * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
6229 2007-03-12  Glenn Morris  <rgm@gnu.org>
6231         * calc.texi (Time Zones): Switch to new North America DST rule.
6233         * calc.texi: Replace "daylight savings" with "daylight
6234         saving" in text throughout.
6236 2007-03-11  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6238         * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
6239         The variable now uses a list of symbols instead of just a symbol.
6240         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
6242 2007-03-06  Romain Francoise  <romain@orebokech.com>
6244         * faq.texi (New in Emacs 22): Don't say "now" too much.  Add MH-E to
6245         new packages, and mention Gnus update.
6247 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6249         * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
6250         nntp-open-connection-functions-never-echo-commands.
6252 2007-02-27  Chong Yidong  <cyd@stupidchicken.com>
6254         * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
6255         problems on the console, and security risk in not using gpg-agent.
6257 2007-02-25  Carsten Dominik  <dominik@science.uva.nl>
6259         * org.texi (The spreadsheet): Rename from "Table calculations".
6260         Completely reorganized and rewritten.
6261         (CamelCase links): Section removed.
6262         (Repeating items): New section.
6263         (Tracking TODO state changes): New section.
6264         (Agenda views): Chapter reorganized and rewritten.
6265         (HTML export): Section rewritten.
6266         (Tables in arbitrary syntax): New section.
6267         (Summary): Better feature summary.
6268         (Activation): Document problem with cut-and-paste of Lisp code
6269         from PDF files.
6270         (Visibility cycling): Document indirect buffer use.
6271         (Structure editing): Document sorting.
6272         (Remember): Section rewritten.
6273         (Time stamps): Better description of time stamp types.
6274         (Tag searches): Document regular expression search for tags.
6275         (Stuck projects): New section.
6276         (In-buffer settings): New keywords.
6277         (History and Acknowledgments): Updated description.
6279 2007-02-24  Alan Mackenzie  <acm@muc.de>
6281         * cc-mode.texi (Movement Commands): Insert two missing command names.
6282         (Getting Started): Slight wording correction (use conditional).
6284 2007-02-22  Kim F. Storm  <storm@cua.dk>
6286         * widget.texi (User Interface, Basic Types): Document need to put some
6287         text before the %v escape in :format string in editable-field widget.
6289 2007-02-18  Romain Francoise  <romain@orebokech.com>
6291         * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
6292         `cvs-mode-quit'.
6294 2007-02-10  Markus Triska  <markus.triska@gmx.at>
6296         * widget.texi (Programming Example): Put constant strings in :format.
6298 2007-02-07  Juanma Barranquero  <lekktu@gmail.com>
6300         * faq.texi (Fullscreen mode on MS-Windows): New node.
6302 2007-02-04  David Kastrup  <dak@gnu.org>
6304         * faq.texi (AUCTeX): Update version number.  Should probably be done
6305         for other packages as well.
6307 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6309         * gnus.texi (Batching Agents): Fix example.  Reported by Tassilo Horn
6310         <tassilo@member.fsf.org>.
6312 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
6314         * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
6315         ls-lisp-use-localized-time-format.
6317 2007-01-20  Markus Triska  <markus.triska@gmx.at>
6319         * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
6321 2007-01-13  Michael Olson  <mwolson@gnu.org>
6323         * erc.texi (Modules): Mention capab-identify module.
6325 2007-01-05  Michael Olson  <mwolson@gnu.org>
6327         * erc.texi (Getting Started): Update for /RECONNECT command.
6329 2007-01-04  Richard Stallman  <rms@gnu.org>
6331         * ebrowse.texi: Change C-c b to C-c C-m.
6333 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6335         * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
6336         variables only in info to avoid redundant entries in the printed
6337         manual.
6339 2007-01-02  Daiki Ueno  <ueno@unixuser.org>
6341         * message.texi (Using PGP/MIME): Document gpg-agent usage.
6343 2007-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
6345         * message.texi (Security): Split into sub-nodes.
6347 2007-01-01  Alan Mackenzie  <acm@muc.de>
6349         * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
6350         eval-after-load in Emacs <=21 and a workaround.  Document that
6351         trigraphs are not supported.
6353 2007-01-01  Alan Mackenzie  <acm@muc.de>
6355         * cc-mode.texi ("Filling and Breaking"): Amend the doc for
6356         c-context-line-break.  When invoked within a string, preserve
6357         whitespace.  Add a backslash only when also in a macro.
6359 2007-01-01  Alan Mackenzie  <acm@muc.de>
6361         * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
6363 2007-01-01  Alan Mackenzie  <acm@muc.de>
6365         * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
6366         are now bound by default to c-\(beginning\|end\)-of-defun by default.
6368 2007-01-01  Alan Mackenzie  <acm@muc.de>
6370         * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
6371         "Choosing a Style".
6373         * cc-mode.texi ("Styles"): Add @dfn{style}.
6375 2006-12-30  Michael Albinus  <michael.albinus@gmx.de>
6377         Sync with Tramp 2.0.55.
6379         * trampver.texi: Update release number.
6381 2006-12-29  Reiner Steib  <Reiner.Steib@gmx.de>
6383         * gnus.texi (Customizing Articles): Add index entries for all
6384         gnus-treat-* variables.
6386 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
6388         * gnus.texi (IMAP): Fix incorrect explanation of
6389         nnimap-search-uids-not-since-is-evil in documentation for
6390         nnimap-expunge-search-string.
6392 2006-12-27  Reiner Steib  <Reiner.Steib@gmx.de>
6394         * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
6395         spam-ifile-database.
6397 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6399         * gnus.texi (Spam Package Configuration Examples): Don't encourage to
6400         rebind C-s.
6402 2006-12-26  Jouni K. Seppänen  <jks@iki.fi>
6404         * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
6405         (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
6406         "expiring mail".
6407         (IMAP): Document nnimap-search-uids-not-since-is-evil and
6408         nnimap-nov-is-evil.
6410 2006-12-25  Kevin Ryde  <user42@zip.com.au>
6412         * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
6413         about the key procedure being used heavily.
6415 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
6417         * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
6418         to t.
6419         (Prerequisites): Add explanation about gpg-agent.
6421 2006-12-22  Kevin Ryde  <user42@zip.com.au>
6423         * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
6424         "sort" instead of "sort*".
6426 2006-12-19  Richard Stallman  <rms@gnu.org>
6428         * calc.texi (History and Acknowledgements): Recognize that Emacs
6429         now does have floating point.
6431 2006-12-19  Michael Albinus  <michael.albinus@gmx.de>
6433         * tramp.texi (External transfer methods): Describe new method `scpc'.
6435 2006-12-17  Sascha Wilde  <wilde@sha-bang.de>
6437         * pgg.texi: Added short note on gpg-agent to the introduction.
6439 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6441         * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
6442         also applies to Cc.
6444 2006-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6446         * gnus.texi (X-Face): Clarify.  Say which programs are required
6447         on Windows.
6449 2006-12-08  Michael Olson  <mwolson@gnu.org>
6451         * erc.texi (Modules): Remove documentation for list module.
6453 2006-12-05  Michaël Cadilhac  <michael.cadilhac@lrde.org>
6455         * faq.texi (^M in the shell buffer): Ditto.
6457 2006-11-20  Michael Olson  <mwolson@gnu.org>
6459         * erc.texi: Call this the 5.2 stable pre-release of ERC.
6461 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
6463         * org.texi: Fix typos.
6464         (Agenda commands): Document `C-k'.
6466 2006-11-16  Eli Zaretskii  <eliz@gnu.org>
6468         * url.texi (http/https): Fix a typo in the HTTP URL.
6470 2006-11-14  Stephen Leake  <stephen_leake@stephe-leake.org>
6472         * ada-mode.texi: Total rewrite.
6474 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
6476         * org.texi: Minor typo fixes.
6478 2006-11-13  Bill Wohler  <wohler@newt.com>
6480         Release MH-E manual version 8.0.3.
6482         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6483         release 8.0.3.
6485         * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
6486         to set MAILDIR.
6487         (Reading Mail): Document the customization of read-mail-command
6488         for MH-E.
6489         (Viewing Attachments): Document mm-discouraged-alternatives.
6490         (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
6491         (Junk): Add more information about the settings of mh-junk-background
6492         in a program.  Add /usr/bin/mh to PATH in examples.
6494 2006-11-12  Richard Stallman  <rms@gnu.org>
6496         * woman.texi: Update author address but say he no longer maintains it.
6498 2006-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
6500         * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
6501         archived trees.
6502         (Checkboxes): Section moved to chapter 5, and extended.
6503         (The date/time prompt): New section.
6504         (Link abbreviations): New section.
6505         (Presentation and sorting): New section.
6506         (Custom agenda views): Section completely rewritten.
6507         (Summary): Compare with Planner.
6508         (Feedback): More info about creating backtraces.
6509         (Plain lists): Modified example.
6510         (Breaking down tasks): New section.
6511         (Custom time format): New section.
6512         (Time stamps): Document inactive timestamps.
6513         (Setting tags): More details about fast tag selection.
6514         (Block agenda): New section.
6515         (Custom agenda views): Section rewritten.
6516         (Block agenda): New section.
6518 2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
6520         * tramp.texi (Configuration): scp is the default method.
6521         (Default Method): Use ssh as example for another method.
6523 2006-10-27  Richard Stallman  <rms@gnu.org>
6525         * woman.texi: Downcase nroff/troff/roff.
6526         (Installation): Chapter deleted.  Some xrefs deleted.
6527         (Background): woman doesn't advise man ;-).
6529 2006-10-26  Roberto Rodríguez  <lanubeblanca@googlemail.com>  (tiny change)
6531         * ada-mode.texi (Project files, Identifier completion)
6532         (Automatic Casing, Debugging, Using non-standard file names)
6533         (Working Remotely): Fix typos.
6535 2006-10-20  Masatake YAMATO  <jet@gyve.org>
6537         * cc-mode.texi (Sample .emacs File): Add missing `)' in
6538         sample code `my-c-initialization-hook'.
6540 2006-10-19  Stuart D. Herring  <herring@lanl.gov>
6542         * widget.texi: Fix typos.
6544 2006-10-19  Michael Albinus  <michael.albinus@gmx.de>
6546         * tramp.texi (Frequently Asked Questions): Remove questions marked with
6547         "???".  There have been no complaints for years, so the information
6548         must be appropriate.
6550 2006-10-16  Richard Stallman  <rms@gnu.org>
6552         * widget.texi: Use @var instead of capitalization.
6553         Clarify many widget type descriptions.
6555 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6557         * gnus.texi (Other modes): Fix typo.  Add alternative index entry for
6558         gnus-dired-attach.
6559         (Selecting a Group): Fix typo.
6561 2006-10-12  Roberto Rodríguez  <lanubeblanca@googlemail.com>  (tiny change)
6563         * widget.texi: Fix typos.
6565 2006-10-06  Reiner Steib  <Reiner.Steib@gmx.de>
6567         * gnus.texi (Image Enhancements): Update for Emacs 22.
6569         * gnus-faq.texi ([1.3]): Update.
6571 2006-10-06  Richard Stallman  <rms@gnu.org>
6573         * faq.texi (Displaying the current line or column):
6574         Delete "As of Emacs 20".
6576 2006-10-06  Romain Francoise  <romain@orebokech.com>
6578         * faq.texi (VM): VM works with Emacs 22 too.
6580 2006-10-06  Richard Stallman  <rms@gnu.org>
6582         * ebrowse.texi: Remove Emacs version "21" from title.
6584 2006-10-02  Reiner Steib  <Reiner.Steib@gmx.de>
6586         * gnus.texi (Foreign Groups): Say where change of editing commands are
6587         stored.  Add reference to `gnus-parameters'.
6589 2006-09-15  Jay Belanger  <belanger@truman.edu>
6591         * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
6592         Change "Library Public License" to "Lesser Public License"
6593         throughout.  Use "yyyy" to represent year.
6595 2006-09-15  Carsten Dominik  <dominik@science.uva.nl>
6597         * org.texi (Setting tags): Typo fix.
6599 2006-09-14  Reiner Steib  <Reiner.Steib@gmx.de>
6601         * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
6603 2006-09-12  Reiner Steib  <Reiner.Steib@gmx.de>
6605         * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
6607 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
6609         * faq.texi (Escape sequences in shell output): EMACS is now set
6610         to Emacs's absolute file name, not to "t".
6611         (^M in the shell buffer): Likewise.
6612         * misc.texi (Interactive Shell): Likewise.
6614 2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
6616         * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
6617         mails with pop3-leave-mail-on-server.  Fix wording.
6618         (Limiting): Improve gnus-summary-limit-to-articles.
6619         (X-Face): Fix typo.
6621 2006-09-11  Simon Josefsson  <jas@extundo.com>
6623         * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
6624         suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
6626 2006-09-06  Simon Josefsson  <jas@extundo.com>
6628         * smtpmail.texi (Authentication): Mention SSL.
6630 2006-09-01  Eli Zaretskii  <eliz@gnu.org>
6632         * rcirc.texi (Internet Relay Chat, Useful IRC commands):
6633         Don't use @indicateurl.
6635         * cc-mode.texi (Subword Movement): Don't use @headitem.
6636         (Custom Braces, Clean-ups): Don't use @tie.
6638 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
6640         Sync with Tramp 2.0.54.
6642         * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
6643         Suggested by Adrian Phillips <a.phillips@met.no>.
6645 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
6647         * org.texi (Installation, Activation): Split from Installation and
6648         Activation.
6649         (Clocking work time): Documented new features.
6651 2006-08-13  Alex Schroeder  <alex@gnu.org>
6653         * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
6654         example.
6656 2006-08-12  Eli Zaretskii  <eliz@gnu.org>
6658         * faq.texi (How to add fonts): New node.
6660 2006-08-05  Romain Francoise  <romain@orebokech.com>
6662         * faq.texi (New in Emacs 22): Expand.
6664 2006-08-03  Michael Olson  <mwolson@gnu.org>
6666         * erc.texi: Update for ERC 5.1.4.
6668 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6670         * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
6671         in .../site-lisp/gnus/ by default.
6672         [ From gnus-news.texi in the trunk. ]
6674 2006-07-27  Reiner Steib  <Reiner.Steib@gmx.de>
6676         * gnus.texi (MIME Commands): Additions for yEnc.
6678 2006-07-24  Richard Stallman  <rms@gnu.org>
6680         * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
6681         * faq.texi: Move periods and commas inside quotes.
6683 2006-07-20  Jay Belanger  <belanger@truman.edu>
6685         * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
6687 2006-07-18  Chong Yidong  <cyd@stupidchicken.com>
6689         * faq.texi (Security risks with Emacs): Document Emacs 22
6690         file-local-variable mechanism.
6692 2006-07-12  Michael Olson  <mwolson@gnu.org>
6694         * erc.texi: Update for ERC 5.1.3.
6696 2006-07-12  Alex Schroeder  <alex@gnu.org>
6698         * rcirc.texi: Fix typos.
6699         (Getting started with rcirc): New calling convention for M-x irc.
6700         Mention #rcirc.  Removed channel tracking.
6701         (Configuration): Change the names of all variables that got changed
6702         recently, eg. rcirc-server to rcirc-default-server.  Added
6703         documentation for rcirc-authinfo, some background for Bitlbee, and
6704         rcirc-track-minor-mode.
6705         (Scrolling conservatively): Fix the xref from Auto Scrolling to just
6706         Scrolling.
6707         (Reconnecting after you have lost the connection): Fix example code
6708         to match code changes.
6710 2006-07-10  Nick Roberts  <nickrob@snap.net.nz>
6712         * gnus.texi, message.texi: Fix typos.
6714 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
6716         * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
6717         commands.
6718         (Global TODO list): Document the use of the variables
6719         `org-agenda-todo-ignore-scheduled' and
6720         `org-agenda-todo-list-sublevels'.
6722 2006-07-05  Richard Stallman  <rms@gnu.org>
6724         * faq.texi (Scrolling only one line): Fix xref.
6726 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
6728         * faq.texi (Evaluating Emacs Lisp code):
6729         Throughout, replace eval-current-buffer with eval-buffer.
6731 2006-07-03  Richard Stallman  <rms@gnu.org>
6733         * rcirc.texi (Scrolling conservatively): Fix xref.
6735         * pcl-cvs.texi (Viewing differences): Usage fix.
6737 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
6739         * org.texi (Agenda commands): Document `s' key to save all org-mode
6740         buffers.
6742 2006-06-30  Ralf Angeli  <angeli@caeruleus.net>
6744         * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
6745         names.  Mention `cvs-msg' face.
6747 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
6749         * org.texi (Checkboxes): New section.
6751 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
6753         * org.texi (Embedded LaTeX): Fix typos and implement small improvements
6754         throughout this chapter.
6756 2006-06-27  Chong Yidong  <cyd@stupidchicken.com>
6758         * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
6759         text for standalone vs Emacs info.
6760         (Help): Clarify header line description.  Use mouse-1 for clicks.
6761         (Help-P): Use mouse-1 for clicks.
6762         (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
6763         (Help-^L, Help-M, Help-Int, Search Index, Go to node)
6764         (Choose menu subtopic): Remove gratuitous Emacs command names.
6765         (Help-FOO): Put usual behavior first.
6766         (Help-Xref): Clicking on xrefs works in Emacs.
6767         (Search Text): Clarify what the default behavior is.
6768         (Create Info buffer): Fix Emacs window/X window confusion.
6769         (Emacs Info Variables): Fix for new Emacs init file behavior.
6771 2006-06-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6773         * gnus.texi (Summary Buffer Lines): Fix typo.
6775 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
6777         * org.texi (Embedded LaTeX): New chapter.
6778         (Archiving): Section rewritten.
6779         (Enhancing text): Some parts moved to the new chapter about LaTeX.
6781 2006-06-20  Bill Wohler  <wohler@newt.com>
6783         Release MH-E manual version 8.0.1.
6785         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6786         release 8.0.1.
6787         (Preface): Depend on GNU mailutils 1.0 and higher.
6789 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6791         * message.texi (News Headers): Update message-syntax-checks section.
6793 2006-06-19  Karl Berry  <karl@gnu.org>
6795         * info.texi (Advanced): Mention C-q, especially with ?.
6797 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
6799         * org.texi (Publishing links): Document the `:link-validation-function'
6800         property.
6801         (Extensions and Hacking): New chapter, includes some sections of the
6802         "Miscellaneous" chapter.
6804 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
6806         * org.texi (Progress logging): New section.
6808 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
6810         * org.texi (ASCII export): Document indentation adaptation.
6811         (Setting tags): Document mutually-exclusive tags.
6813 2006-06-05  Romain Francoise  <romain@orebokech.com>
6815         * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
6816         Fix typo.
6818         * gnus-faq.texi (Question 8.6): Update reference to the Gnus
6819         channel (#gnus@irc.freenode.net).
6820         Fix typos.  Update copyright notice.
6822         * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
6823         (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
6824         (Line-Up Functions, Custom Macros):
6825         * ediff.texi (Window and Frame Configuration)
6826         (Highlighting Difference Regions):
6827         * emacs-mime.texi (Display Customization):
6828         * erc.texi (History):
6829         * eshell.texi (Known problems):
6830         * eudc.texi (Overview, BBDB):
6831         * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
6832         (The problem of spam, SpamOracle, Extending the Spam package)
6833         (Conformity, Terminology):
6834         * idlwave.texi (Routine Info)
6835         (Class and Keyword Inheritance, Padding Operators)
6836         (Breakpoints and Stepping, Electric Debug Mode)
6837         (Examining Variables, Troubleshooting):
6838         * org.texi (Creating timestamps):
6839         * reftex.texi (Commands, Options, Changes):
6840         * tramp.texi (Inline methods, Password caching)
6841         (Auto-save and Backup, Issues):
6842         * vip.texi (Files, Commands in Insert Mode):
6843         * viper.texi (Emacs Preliminaries, States in Viper)
6844         (Packages that Change Keymaps, Viper Specials, Groundwork):
6845         Fix various typos.
6847 2006-05-31  Michael Ernst  <mernst@alum.mit.edu>
6849         * ediff.texi: Fix typos.
6851 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
6853         * org.texi: Small typo fixes.
6855 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6857         * viper.texi (Viper Specials):
6858         * gnus.texi (Example Setup):
6859         * faq.texi (Backspace invokes help):
6860         * dired-x.texi (Optional Installation Dired Jump):
6861         * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
6862         follow coding conventions.
6864 2006-05-29  Michael Albinus  <michael.albinus@gmx.de>
6866         * tramp.texi (Frequently Asked Questions): Disable zsh zle.
6868 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
6870         * pcl-cvs.texi: Fix typos.
6871         (Customization): Say "us".
6873 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
6875         * org.texi: Remove bogus @setfilename.
6877 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
6879         * org.texi (ASCII export): Omit command name.
6880         (HTML export): Add prefix to all lines in Local Variable example.
6881         (Acknowledgments): Typeset names in italics.
6883 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
6885         * org.texi (Plain lists): Add new item navigation commands.
6886         (External links): Document elisp and info links.
6887         (Custom searches): New section.
6888         (Publishing): New chapter.
6889         (HTML export): Include a list of supported CSS classes.
6890         (Setting tags): Describe the fast-tag-setting interface.
6892 2006-05-20  Luc Teirlinck  <teirllm@auburn.edu>
6894         * dired-x.texi: ifinfo -> ifnottex.
6896 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
6898         * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
6900 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
6902         * message.texi (Interface): Add tool bar customization.
6903         (MIME): Index and text additions for mml-attach.
6904         (MIME): Describe mml-dnd-protocol-alist and
6905         mml-dnd-attach-options.
6907         * gnus.texi (Oort Gnus): Reorder entries in sections.
6908         Fix some entries.
6909         (Starting Up): Add references to "Emacs for Heathens" and to
6910         "Finding the News".  Add user-full-name and user-mail-address.
6911         (Group Buffer Format): Add tool bar customization and update.
6912         (Summary Buffer): Add tool bar customization.
6913         (Posting Styles): Add message-alternative-emails.
6915 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
6917         * tramp.texi (Filename completion): Improve wording.
6919 2006-05-07  Romain Francoise  <romain@orebokech.com>
6921         * faq.texi (Using regular expressions): Fix typo.
6922         (Packages that do not come with Emacs): Fix capitalization.
6923         (Replacing text across multiple files): Expand node to explain how
6924         to use `dired-do-query-replace-regexp' in more detail, based on
6925         suggestion by Eric Hanchrow <offby1@blarg.net>.
6927 2006-05-06  Michael Albinus  <michael.albinus@gmx.de>
6929         * tramp.texi (Filename completion): Completion of remote files'
6930         method, user name and host name is active only in partial
6931         completion mode.
6933 2006-05-06  Bill Wohler  <wohler@newt.com>
6935         Release MH-E manual version 8.0.
6937         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6938         release 8.0.
6940 2006-05-06  Bill Wohler  <wohler@newt.com>
6942         * mh-e.texi (MH-BOOK-HOME): Change from
6943         http://www.ics.uci.edu/~mh/book/mh to
6944         http://rand-mh.sourceforge.net/book/mh.
6945         Replace .htm suffix with .html for MH book files.
6946         (Using This Manual): Update key binding for getting relevant
6947         chapter in Info from command key.
6948         (Ranges): Fix itemx.
6950 2006-05-05  Karl Berry  <karl@gnu.org>
6952         * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
6953         (\fonttextsize): New user-level command to change text font size.
6955 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
6957         * pgg.texi (Caching passphrase): Fix markup and typos.  Simplify.
6959 2006-04-26  Sascha Wilde  <wilde@sha-bang.de>  (tiny change)
6961         * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
6963 2006-04-24  Bill Wohler  <wohler@newt.com>
6965         * mh-e.texi (Getting Started): Make it more explicit that you need
6966         to install MH.  Add pointers to current MH implementations.
6968 2006-04-21  Bill Wohler  <wohler@newt.com>
6970         Release MH-E manual version 7.94.
6972         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6973         release 7.94.
6975 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
6977         * org.texi: Many small fixes.
6978         (Handling links): Rename from "Managing links".
6980 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
6982         * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
6983         (Splitting mail using spam-stat): Fix @xref.
6985 2006-04-20  Chong Yidong  <cyd@stupidchicken.com>
6987         * gnus.texi (Spam Package): Major revision of the text.
6988         Previously this node was "Filtering Spam Using The Spam ELisp Package".
6990 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
6992         * org.texi (Time stamps): Better explanation of the purpose of
6993         different time stamps.
6994         (Structure editing, Plain lists): More details on how new items
6995         and headings are inserted.
6997 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
6999         * org.texi (Formula syntax): Fix link to Calc Manual.
7001 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7003         * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
7005 2006-04-17  Bill Wohler  <wohler@newt.com>
7007         * mh-e.texi (Folders): Update mh-before-quit-hook and
7008         mh-quit-hook example with code that removes the buffers rather
7009         than just bury them.
7011 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
7013         Sync with Tramp 2.0.53.
7015 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
7017         * org.texi (Updating settings): New section.
7018         (Visibility cycling): Better names for the startup folding
7019         options.
7020         (Exporting): Completely restructured.
7021         (The very busy C-c C-c key): New section.
7022         (Summary of in-buffer settings): New section.
7024 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7026         * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
7028 2006-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7030         * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
7031         (Server Commands): Key `v' is reserved for users.
7033 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
7035         * org.texi (Link format): New section, emphasis on bracket links.
7036         (External links): Document bracket links.
7037         (FAQ): Expand to cover shell links and the new link format.
7039 2006-04-09  Kevin Ryde  <user42@zip.com.au>
7041         * org.texi (Formula syntax): Typo in node name of calc-eval xref.
7043 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
7045         * gnus.texi (Summary Buffer Lines): Add `*'.
7047 2006-04-07  Jochen Küpper  <jochen@fhi-berlin.mpg.de>
7049         * gnus.texi (Group Parameters):
7050         Mention gnus-permanently-visible-groups.
7052 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7054         * gnus.texi (Face): Fix typo.
7056 2006-04-05  Reiner Steib  <Reiner.Steib@gmx.de>
7058         * gnus.texi (X-Face): Clarify.
7059         (Face): Need Emacs with PNG support.
7061 2006-04-06  Richard Stallman  <rms@gnu.org>
7063         * idlwave.texi: Delete the blocks "not suitable for inclusion with
7064         Emacs".
7066 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
7068         * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
7069         blocks not suitable for inclusion with Emacs using variable
7070         PARTOFEMACS.
7072 2006-04-04  Simon Josefsson  <jas@extundo.com>
7074         * gnus.texi (Security): Improve.
7076 2006-04-02  Bill Wohler  <wohler@newt.com>
7078         * mh-e.texi (Getting Started, Junk, Bug Reports)
7079         (MH FAQ and Support): Fix URLs.
7081 2006-03-31  Romain Francoise  <romain@orebokech.com>
7083         * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
7084         to t, not nil (and has for the past eight years).
7086 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7088         * message.texi, gnus.texi: Bump version to 5.11.
7090 2006-03-29  Reiner Steib  <Reiner.Steib@gmx.de>
7092         * gnus.texi (Top): Add comment about version line.
7094         * message.texi (Top): Ditto.  Change to take named versions into
7095         account.
7097 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
7099         * gnus.texi (Posting Styles): Add x-face-file to example.
7100         (X-Face): Refer to posting styles.
7102         * gnus-faq.texi ([5.8]): Add x-face-file.
7103         ([8.4]): Add links to gmane.emacs.gnus.user and
7104         gmane.emacs.gnus.general.
7106 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
7108         * gnus-faq.texi: Use .invalid.
7109         ([5.4]): Fix gnus-posting-styles example.
7111 2006-03-27  Romain Francoise  <romain@orebokech.com>
7113         * faq.texi (Emacs/W3): Rename from `w3-mode'.  Mention that
7114         Emacs/W3 needs a new maintainer.
7115         (Ispell): Update author and version info.
7116         (Mailcrypt): Mention PGG.
7117         (New in Emacs 22): Add PGG to the list of new packages.
7118         Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
7119         updating dead URLs.
7121 2006-03-25  Karl Berry  <karl@gnu.org>
7123         * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
7124         * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
7125         * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
7126         * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
7127         * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
7128         * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
7129         * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
7130         (2) do not indent copyright year list (or anything else).
7132 2006-03-21  Bill Wohler  <wohler@newt.com>
7134         * mh-e.texi (Folders): Various edits.
7136 2006-03-20  Romain Francoise  <romain@orebokech.com>
7138         * gnus.texi (Mail Folders): Grammar fix.
7140 2006-03-19  Bill Wohler  <wohler@newt.com>
7142         * mh-e.texi (Replying): Document Mail-Followup-To.
7143         Change manually-formatted table to multitable.  Add debugging info.
7144         Move description of mh-reply-default-reply-to into paragraph
7145         that describes its values.
7147 2006-03-17  Bill Wohler  <wohler@newt.com>
7149         * mh-e.texi: Use smallexample and smalllisp consistently.
7150         (Sending Mail Tour): Update method of entering
7151         addresses and subject.
7152         (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
7153         (Adding Attachments, Searching): Update screenshots for Emacs 22.
7155 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
7157         * org.texi: Version number change only.
7159 2006-03-14  Bill Wohler  <wohler@newt.com>
7161         * mh-e.texi: Add index entries around each paragraph rather than
7162         depend on entries from beginning of node.  Doing so ensures that
7163         index entries are less likely to be forgotten if text is cut and
7164         pasted, and are necessary anyway if the references are on a
7165         separate page.  It seems that makeinfo is now (v. 4.8) only
7166         producing one index entry per node, so there is no longer any
7167         excuse not to.  Use subheading instead of heading.  The incorrect
7168         use of heading produced very large fonts in Info--as large as the
7169         main heading.
7170         (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
7171         versions 6 and 7 appeared *around* the time of these Emacs releases.
7173 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
7175         * org.texi (Clean view): Document new startup options.
7177 2006-03-11  Bill Wohler  <wohler@newt.com>
7179         * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
7180         (Composing, Scan Line Formats): Fix @refs.
7181         (Getting Started): Define MH profile and MH profile components.
7182         (Incorporating Mail, Reading Mail, Viewing, Printing)
7183         (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
7184         (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
7185         for string constants.
7186         (Tool Bar): Remove spurious quote.
7187         (Junk): Use ``...'' instead of "...".
7188         (Scan Line Formats): Replace @samp with @kbd.
7190 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7192         * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
7194 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
7196         * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
7197         easy to understand.
7199 2006-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7201         * gnus.texi: Markup fix.
7202         (Fancy Mail Splitting): Specify new feature.
7204 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7206         * gnus.texi (Fancy Mail Splitting): Improve descriptions about
7207         partial-words matching.
7209 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
7211         * emacs-mime.texi (Display Customization): Reword image/.* stuff.
7213         * gnus.texi (Oort Gnus): Add note about `gnus-load'.
7214         (MIME Commands): Fix mm-discouraged-alternatives.
7216 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
7218         * org.texi: Version number change only.
7220 2006-03-06  Bill Wohler  <wohler@newt.com>
7222         * mh-e.texi: Move from SourceForge repository to Savannah.
7223         This is version 7.93, which is a total rewrite from the previous
7224         edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
7225         version 7.93.
7227 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
7229         * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
7231 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
7233         * org.texi (Interaction): Add item about `org-mouse.el' by
7234         Piotr Zielinski.
7235         (Managing links): Document that also mouse-1 can be used to
7236         activate a link.
7237         (Headlines, FAQ): Add entry about hiding leading stars.
7238         (Miscellaneous): Resort the sections in this chapter to a more
7239         logical sequence.
7241 2006-02-27  Simon Josefsson  <jas@extundo.com>
7243         * emacs-mime.texi (Flowed text): Add mm-fill-flowed.  (Sync
7244         2004-01-27 from the trunk).
7246 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
7248         * cc-mode.texi: Rename c-hungry-backspace to
7249         c-hungry-delete-backwards, at the request of RMS.  Leave the old
7250         name as an alias.
7252 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
7254         * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
7255         include the function header within the defun.
7257 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
7259         * cc-mode.texi: Correct two typos.
7261 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
7263         * cc-mode.texi (Comment Commands): State that C-u M-; kills any
7264         existing comment.
7265         (Electric Keys): Add a justification for electric indentation.
7266         (Hungry WS Deletion): Clear up the names and complications of the
7267         BACKSPACE and DELETE keys.
7269 2006-02-23  Juri Linkov  <juri@jurta.org>
7271         * faq.texi (Common requests): Move `Turning on auto-fill by
7272         default' after `Wrapping words automatically'.  Move `Working with
7273         unprintable characters' before `Searching for/replacing newlines'.
7274         Move `Replacing highlighted text' after `Highlighting a region'.
7275         Merge `Repeating commands' and `Repeating a command as many times
7276         as possible' into the former.
7277         (Packages that do not come with Emacs): Add refs to Gmane and
7278         etc/MORE.STUFF.
7280 2006-02-23  Juri Linkov  <juri@jurta.org>
7282         * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
7283         (Reporting bugs): Suggest using `M-x report-emacs-bug'.
7284         Add xref to `(emacs)Reporting Bugs'.
7285         (Getting a printed manual): Add URL to other formats of the manual.
7286         (Common requests): Fix menu.
7287         (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
7288         (Horizontal scrolling): Mention `truncate-partial-width-windows'.
7289         (Inserting text at the beginning of each line): Add pxref to
7290         `Changing the included text prefix'.
7291         (Forcing the cursor to remain in the same column): Mention `track-eol'
7292         and `set-goal-column'.  Add pxref to `(emacs)Moving Point'.
7293         (Replacing text across multiple files): Add keybinding `Q' for
7294         `dired-do-query-replace'.
7296 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
7298         * reftex.texi: Version number and date change only.
7300         * org.texi (Internal Links): Rewrite to cover the modified
7301         linking system.
7303 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
7305         * faq.texi: Remove the coding cookie, it's not needed anymore.
7307 2006-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7309         * faq.texi (Colors on a TTY): Mention Mac OS port.
7311 2006-02-12  Karl Berry  <karl@gnu.org>
7313         * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
7314         8-bit accented a.
7316 2006-02-09  Reiner Steib  <Reiner.Steib@gmx.de>
7318         * gnus.texi (Gnus Versions): Add history beyond start of Oort.
7320 2006-02-08  Romain Francoise  <romain@orebokech.com>
7322         * faq.texi (Top): Remove paragraph about the FAQ being a
7323         transitional document, etc.
7324         (Searching for/replacing newlines): New node.
7325         (Yanking text in isearch): New node.
7326         (Inserting text at the beginning of each line): Rename and make
7327         more general, mention `M-;' in Message mode.
7329 2006-02-07  Luc Teirlinck  <teirllm@auburn.edu>
7331         * faq.texi (Meta key does not work in xterm)
7332         (Emacs does not display 8-bit characters)
7333         (Inputting eight-bit characters): Update xrefs.
7335 2006-02-06  Romain Francoise  <romain@orebokech.com>
7337         * faq.texi (VM): VM now at version 7.19.
7338         Set myself as maintainer of this file.
7340 2006-02-04  Michael Olson  <mwolson@gnu.org>
7342         * erc.texi (History): Note that ERC is now included with Emacs.
7344 2006-01-31  Romain Francoise  <romain@orebokech.com>
7346         * message.texi (Message Headers): Explain what
7347         `message-alternative-emails' does in more detail.
7348         Update copyright year.
7350 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
7352         * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
7354 2006-01-29  Richard M. Stallman  <rms@gnu.org>
7356         * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
7358 2006-01-29  Michael Olson  <mwolson@gnu.org>
7360         * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
7362         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
7364         * faq.texi (New in Emacs 22): Mention ERC.
7366 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
7368         * rcirc.texi: Capitalize dir entry for consistency with the entry
7369         in info/dir and other entries in the Emacs category.
7370         Fix typos.  Delete trailing whitespace.
7372 2006-01-28  Björn Lindström  <bkhl@elektrubadur.se>
7374         * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
7376 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
7378         * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
7379         (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7381         * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
7382         (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7384 2006-01-27  Alex Schroeder  <alex@gnu.org>
7386         * rcirc.texi: New file.
7388 2006-01-23  Juri Linkov  <juri@jurta.org>
7390         * widget.texi (User Interface): Add S-TAB for widget-backward.
7392 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
7394         Sync with Tramp 2.0.52.
7396         * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
7397         Add Tramp disabling item.  New item for common connection problems.
7398         (various): Apply "ftp" as method for the download URL.
7399         (Bug Reports): Refer to FAQ for common problems.
7401 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
7403         * widget.texi (User Interface): Use @key for TAB.
7405         * ses.texi (Formulas, Printer functions): Use @key for TAB.
7407         * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
7408         for TAB.
7410         * cc-mode.texi (Indentation Calculation): Use @key for TAB.
7412 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7414         * gnus.texi: Update copyright.
7416 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7418         * gnus.texi (Article Washing): Additions.
7420 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
7422         * org.texi (Agenda commands): Document tags command.
7424 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7426         * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
7428 2006-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7430         * gnus.texi (RSS): Addition.
7432 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7434         * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
7436 2005-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7438         * emacs-mime.texi (Display Customization): Add setting example to
7439         mm-discouraged-alternatives.
7441 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7443         * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
7444         version is the canonical version.
7446 2006-01-08  Alex Schroeder  <alex@gnu.org>
7448         * pgg.texi (Caching passphrase): Rewording.
7450 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
7452         * flymake.texi (Obtaining Flymake): Update Flymake's CVS
7453         repository URL.
7455 2006-01-06  Carsten Dominik  <dominik@science.uva.nl>
7457         * org.texi: Removed the accidentally re-added empty line in the
7458         direntry.
7460 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
7462         * org.texi (Agenda Views): Chapter reorganized.
7464 2005-12-29  Romain Francoise  <romain@orebokech.com>
7466         * faq.texi (Using Customize): New node.
7468 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
7470         * org.texi: Remove blank line in @direntry.  It is non-standard
7471         and recursively produces blank lines all over the dir file (when
7472         using Texinfo 4.8).
7474 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
7476         * widget.texi (atoms): Delete obsolete remark about `file' widget.
7478 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
7480         * org.texi (Tags): Boolean logic documented.
7481         (Agenda Views): Document custom commands.
7483 2005-12-20  David Kastrup  <dak@gnu.org>
7485         * faq.texi (AUCTeX): Update version and mailing list info.
7487 2005-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7489         * gnus.texi (MIME Commands): Mention addition of
7490         multipart/alternative to gnus-buttonized-mime-types and add xref
7491         to mm-discouraged-alternatives.
7493         * emacs-mime.texi (Display Customization): Mention addition of
7494         "image/.*" and add xref to gnus-buttonized-mime-types in the
7495         mm-discouraged-alternatives section.
7497 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
7499         * org.texi (Tags): New section.
7500         (Agenda Views): Chapter reorganized.
7502 2005-12-16  Eli Zaretskii  <eliz@gnu.org>
7504         * org.texi (Internal Links): Add a missing comma after an @xref.
7506 2005-12-14  Chong Yidong  <cyd@stupidchicken.com>
7508         * faq.texi (Filling paragraphs with a single space): No need to
7509         change sentence-end now.
7511 2005-12-13  Romain Francoise  <romain@orebokech.com>
7513         * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
7515 2005-12-12  Jay Belanger  <belanger@truman.edu>
7517         * faq.texi (Calc): Update version number.
7519 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
7521         * org.texi (Progress Logging): New section.
7523 2005-12-10  Romain Francoise  <romain@orebokech.com>
7525         Update the Emacs FAQ for the 22.1 release.
7527         * faq.texi: Set VER to `22.1'.
7528         (Basic editing): Explain how to use localized versions of the
7529         Tutorial.  Mention that `C-h r' displays the manual.
7530         Delete obsolete WWW link to an Emacs 18 tutorial.
7531         (Getting a printed manual): Point to the new locations of the
7532         manuals on the GNU Web site.
7533         (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
7534         available via Info (it was previously distributed separately).
7535         (Installing Texinfo documentation): The latest version of Texinfo
7536         is 4.8, not 4.0.
7537         (Informational files for Emacs): COPYING is the GNU General Public
7538         License, not the Emacs General Public License.
7539         (Informational files for Emacs): Delete obsolete link to the
7540         GNUinfo pages as they have been removed from the GNU Web site.
7541         (New in Emacs 22): New node.
7542         (Setting up a customization file): Say that most packages support
7543         Customize nowadays.
7544         (Colors on a TTY): Delete reference to instructions on how to
7545         enable syntax highlighting, it is now enabled by default.
7546         (Turning on abbrevs by default): Emacs now reads the abbrevs file
7547         at startup automatically.
7548         (Controlling case sensitivity): Mention `M-c' in isearch.
7549         (Using an already running Emacs process): Emacs now creates the
7550         socket in `/tmp/emacsUID'.  Fix typos.  Change default location of
7551         gnuserv.  As emacsclient can now run Lisp code as well, delete a
7552         sentence praising gnuserv for that.  Simplify description of how
7553         the client/server operation works.
7554         (Compiler error messages): Delete obsolete text (compile.el has
7555         been rewritten).
7556         (Indenting switch statements): Fix typo.
7557         (Matching parentheses): Simplify setup instructions, mention the
7558         menu bar item in the Options menu.
7559         (Repeating a command as many times as possible): Mention `C-x e'.
7560         (Going to a line by number): Mention new keymap and bindings
7561         `M-g M-g', `M-g M-p' and `M-g M-n'.
7562         (Turning on syntax highlighting): Now on by default.  Simplify.
7563         (Replacing highlighted text): Use `1', not `t'.
7564         (Problems with very large files): The maximum size is now 256MB on
7565         32-bit machines.
7566         (^M in the shell buffer): Mention `comint-process-echoes'.
7567         (Emacs for Apple computers): Emacs 22 has native support for Mac
7568         OS X.
7569         (Translating names to IP addresses): Delete node.
7570         (Binding keys to commands): Fix typo.
7571         (SPC no longer completes file names): New node.
7572         (MIME with Emacs mail packages): Delete section about the Emacs
7573         MIME FAQ (it's not reachable anymore).
7575 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
7577         * cc-mode.texi: The manual has been extensively revised: the
7578         information about using CC Mode has been separated from the larger
7579         and more difficult chapters about configuration.  It has been
7580         updated for CC Mode 5.31.
7582 2005-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7584         * pgg.texi (User Commands): Fix description of pgg-verify-region.
7585         (Selecting an implementation): Fix descriptions.
7587 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7589         * message.texi (Various Message Variables): Addition.
7591 2005-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7593         * message.texi: Fix default values.
7595 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7597         * message.texi (Header Commands): Clarify descriptions of
7598         message-cross-post-followup-to, message-reduce-to-to-cc, and
7599         message-insert-wide-reply.
7600         (Various Commands): Fix kindex for message-kill-to-signature;
7601         clarify description of message-tab.
7603 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7605         * message.texi (Mailing Lists): Fix description about MFT.
7607         * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
7609 2005-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7611         * gnus.texi (Slow Terminal Connection): Replace old description
7612         with new one.
7614 2005-11-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7616         * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
7617         replace X-Draft-Headers with X-Draft-From.
7619 2005-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7621         * gnus.texi (Various Various): Fix the default value of
7622         nnheader-max-head-length.
7623         (Gnus Versions): Fix typo.
7625 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
7627         * org.texi (Structure editing): Document new functionality of
7628         M-RET.
7630 2005-12-06  Luc Teirlinck  <teirllm@auburn.edu>
7632         * org.texi (Internal Links): Fix Texinfo usage.
7634 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
7636         * org.texi (TODO basics): Document the global todo list.
7637         (TODO items): Documents sparse tree for specific TODO
7638         keywords.
7640 2005-11-30  Carsten Dominik  <dominik@science.uva.nl>
7642         * org.texi (Plain Lists): Typos fixed.
7644 2005-11-28  Jay Belanger  <belanger@truman.edu>
7646         * calc.texi: Change references of `M-#' to `C-x *' prefix.
7648 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
7650         * org.texi (Structure editing): New item moving commands added.
7651         (Plain Lists): New section.
7653 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
7655         * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
7656         (Agenda): Document commands `org-cycle-agenda-files' and
7657         `org-agenda-file-to-front'.
7658         (Built-in table editor): Document `org-table-sort-lines'.
7659         (HTML formatting): Export of hand-formatted lists.
7661 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7663         * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
7664         new variable gnus-toolbar-thickness.
7666 2005-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7668         * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
7670 2005-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7672         * gnus.texi (X-Face): Fix description.
7673         (XVarious): Remove gnus-xmas-logo-color-alist and
7674         gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
7676 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7678         * gnus.texi (Group Parameters): Mention new variable
7679         gnus-parameters-case-fold-search.
7680         (Home Score File): Addition.
7682 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
7684         * newsticker.texi: VERSION changed to 1.9.  Updated UPDATED.
7685         (Overview): List supported feed types.
7686         (Installation): No installation necessary when using autoload.
7687         (Configuration): Rename "RSS" to "news".
7689 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
7691         * pgg.texi (User Commands): Document additional passphrase
7692         argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
7693         (Backend methods): Likewise for corresponding pgg-scheme-* functions.
7695 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
7697         * org.texi: Version number changed to 3.19.
7699 2005-10-29  Sascha Wilde  <wilde@sha-bang.de>
7701         * pgg.texi (How to use): Update the example to add autoload of
7702         pgg-encrypt-symmetric-region.
7703         (User Commands): Document pgg-encrypt-symmetric-region.
7704         (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
7706 2005-10-27  Jay Belanger  <belanger@truman.edu>
7708         * calc.texi (Predefined Units): Fix the symbol for a TeX points,
7709         mention other TeX-related units.
7711 2005-10-23  Lars Hansen  <larsh@soem.dk>
7713         * dired-x.texi (Miscellaneous Commands):
7714         Replace dired-do-relative-symlink by dired-do-relsymlink and
7715         dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
7717 2005-10-23  Jay Belanger  <belanger@truman.edu>
7719         * calc.texi (Predefined Units): Use `alpha' for the fine structure
7720         constant.
7722 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
7724         * faq.texi (Bugs and problems):
7725         Replace `dired-move-to-filename-regexp' by
7726         `directory-listing-before-filename-regexp'.
7728 2005-10-22  Eli Zaretskii  <eliz@gnu.org>
7730         * newsticker.texi (UPDATED): Set value.
7732 2005-10-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7734         * gnus.texi (Document Groups): Remove duplicate item.
7736 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
7738         * org.texi (Summary): Mention iCalendar support.
7739         (Exporting): Document iCalendar support.
7741 2005-10-18  Romain Francoise  <romain@orebokech.com>
7743         * viper.texi (Viper Specials): Capitalize GNU.
7745 2005-10-17  Juri Linkov  <juri@jurta.org>
7747         * info.texi (Getting Started, Search Index, Expert Info):
7748         Fix wording.
7749         (Search Text): Replace `echo area' with `mode line'.
7750         (Search Index): Both `i' and `,' find all index entries.
7751         Replace example `C-f' with `C-l' (which exists in index of Info
7752         manual) and delete spaces in its keyboard input sequence.
7753         Delete unnecessary explanations about literal characters.
7755 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7757         * gnus.texi (Document Server Internals): Addition.
7759 2005-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7761         * gnus.texi (A note on namespaces): Fix RFC reference.
7763 2005-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7765         * gnus.texi (RSS): Fix key description.
7767 2005-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7769         * gnus.texi: Emacs/w3 -> Emacs/W3.
7770         (Browsing the Web): Fix description.
7771         (Web Searches): Ditto.
7772         (Customizing W3): Ditto.
7774 2005-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7776         * gnus.texi (Maildir): Clarify expire-age and expire-group.
7778 2005-10-11  Jay Belanger  <belanger@truman.edu>
7780         * calc.texi (Integration): Mention using `a i' to compute definite
7781         integrals.
7783 2005-10-11  Juri Linkov  <juri@jurta.org>
7785         * info.texi: Rearrange nodes.
7786         (Top): Update menu.  Change ref `Info for Experts' to
7787         `Advanced Info Commands'.
7788         (Getting Started): Fix description of manual's parts.
7789         (Help-Int): Change xref `Info Search' to `Search Index', and
7790         `Expert Info' to `Advanced'.
7791         (Advanced): Move node one level up.
7792         (Search Text, Search Index): New nodes split out from `Info Search'.
7793         (Go to node, Choose menu subtopic, Create Info buffer): New nodes
7794         split out from `Advanced'.
7795         (Advanced, Emacs Info Variables): De-document editing an Info file
7796         in Info.
7797         (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
7798         (Creating an Info File): Delete node and move its text to
7799         `Expert Info'.
7801 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
7803         * org.texi (Workflow states): Documented that change in keywords
7804         becomes active only after restart of Emacs.
7806 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
7808         Sync with Tramp 2.0.51.
7810 2005-10-08  Nick Roberts  <nickrob@snap.net.nz>
7812         * speedbar.texi (Introduction): Describe new location of speedbar
7813         on menubar.
7814         (Basic Key Bindings): Remove descriptions of bindings that have
7815         been removed.
7817 2005-10-05  Nick Roberts  <nickrob@snap.net.nz>
7819         * speedbar.texi (GDB): Describe use of watch expressions.
7821 2005-09-28  Simon Josefsson  <jas@extundo.com>
7823         * message.texi (IDNA): Fix.
7825 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7827         * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
7828         nntp-server-hook, and nntp-warn-about-losing-connection; fix
7829         description of nntp-open-connection-function.
7830         (Common Variables): Fix descriptions.
7832 2005-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7834         * gnus.texi (Server Buffer Format): Document the %a format spec.
7836 2005-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7838         * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
7840 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
7842         * org.texi Version 3.16.
7844 2005-09-19  Miles Bader  <miles@gnu.org>
7846         * newsticker.texi: Get rid of CVS keywords.
7848 2005-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7850         * gnus.texi (Finding the Parent): Fix description of how Gnus
7851         finds article.
7853 2005-09-14  Jari Aalto  <jari.aalto@cante.net>
7855         * gnus.texi (Advanced Scoring Examples): New examples to teach how
7856         to drop off non-answered articles.
7858 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
7860         * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
7861         braces (which are unsupported by NMAKE) for macro `srcdir'.
7863 2005-09-17  Eli Zaretskii  <eliz@gnu.org>
7865         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7866         (../info/newsticker, newsticker.dvi): New targets.
7868 2005-09-17  Ulf Jasper  <ulf.jasper@web.de>
7870         * newsticker.texi: Replace @command with @code.  Replace @example
7871         with @lisp.
7872         (Top): Add explanations to menu items.
7873         (GNU Free Documentation License): Remove.
7875 2005-09-16  Romain Francoise  <romain@orebokech.com>
7877         Update all files to specify GFDL version 1.2.
7879         * doclicense.texi (GNU Free Documentation License): Update to
7880         version 1.2.
7882 2005-09-15  Richard M. Stallman  <rms@gnu.org>
7884         * newsticker.texi: Fix @setfilename.
7886         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7887         (../info/newsticker, newsticker.dvi): New targets.
7889 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
7891         * org.texi: Version 3.15.
7893 2005-08-29  Luc Teirlinck  <teirllm@auburn.edu>
7895         * ses.texi: Combine all three indices into one.
7896         Correct a few typos.
7898 2005-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7900         * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
7902 2005-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7904         * emacs-mime.texi (Handles): Remove duplicate item.
7905         (Encoding Customization): Fix the default value for
7906         mm-coding-system-priorities.
7907         (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
7908         (Basic Functions): Fix reference.
7910 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7912         * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
7914 2005-08-18  Richard M. Stallman  <rms@gnu.org>
7916         * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
7917         and web site.
7919         * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
7920         not keyboard-translate.
7922 2005-08-11  Richard M. Stallman  <rms@gnu.org>
7924         * faq.texi (Using regular expressions): Fix xref.
7926 2005-08-09  Juri Linkov  <juri@jurta.org>
7928         * info.texi (Help-P): Replace `Prev' with `Previous'.
7929         (Help-M, Help-Xref): Add S-TAB.
7930         (Help-FOO): Update `u' command.
7931         (Help-Xref): Move info about Mouse-2 from `Help-Int'.
7932         Update info about visibility of xref parts.
7933         (Help-Int): Fix `m' command.  Rename `Info-last' to
7934         `Info-history-back'.  Add `Info-history-forward'.
7935         (Advanced): Fix `g*' and `M-n' commands.
7936         (Info Search): Add `index-apropos' in stand-alone browser.
7937         Add isearch commands.
7938         (Emacs Info Variables): Remove `Info-fontify'.
7939         Add `Info-mode-hook'.  Update face names.
7940         Add `Info-fontify-maximum-menu-size',
7941         `Info-fontify-visited-nodes', `Info-isearch-search'.
7943 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
7945         Sync with Tramp 2.0.50.
7947         * tramp.texi: Use @option{} consequently for method names.
7948         (Inline methods, External transfer methods): Remove references to
7949         Cygwin.
7950         (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
7951         implementation.
7953 2005-07-27  Reiner Steib  <Reiner.Steib@gmx.de>
7955         * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
7956         Mention that gnus-init-file is not read when Emacs is invoked with
7957         --no-init-file or -q.
7959 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
7961         * org.texi: Version 3.14.
7963 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
7965         * org.texi: Version 3.13.
7967 2005-07-18  Juri Linkov  <juri@jurta.org>
7969         * calc.texi (Time Zones, Logical Operations):
7970         * cl.texi (Overview):
7971         * org.texi (TODO types):
7972         * sc.texi (Emacs 18 MUAs):
7973         * speedbar.texi (Top):
7974         * url.texi (History):
7975         Delete duplicate duplicate words.
7977 2005-07-16  Johan BockgÃ¥rd  <bojohan@users.sourceforge.net>  (tiny change)
7979         * cl.texi (Type Predicates): Document `atom' type.
7981 2005-07-04  Lute Kamstra  <lute@gnu.org>
7983         Update FSF's address in GPL notices.
7985         * calc.texi (Copying):
7986         * doclicense.texi (GNU Free Documentation License):
7987         * faq.texi (Contacting the FSF):
7988         * mh-e.texi (Copying): Update FSF's address.
7990 2005-07-03  Richard M. Stallman  <rms@gnu.org>
7992         * flymake.texi (Example -- Configuring a tool called directly):
7993         Update name of flymake-build-relative-filename.
7995 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7997         * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
7999 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
8001         * org.texi: Version 3.12.
8003 2005-06-24  Eli Zaretskii  <eliz@gnu.org>
8005         * makefile.w32-in (MAKEINFO): Use --force.
8006         (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
8007         Makefile.in.
8008         (gnus.dvi): Use "..." to quote Sed args, so that it works with
8009         more shells.
8011 2005-06-23  Richard M. Stallman  <rms@gnu.org>
8013         * speedbar.texi (Creating a display): Texinfo usage fixes.
8015         * tramp.texi (Customizing Completion, Auto-save and Backup):
8016         Texinfo usage fixes.
8018 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
8020         * dired-x.texi (Miscellaneous Commands):
8021         * ediff.texi (Miscellaneous):
8022         * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
8023         (Agent Variables):
8024         * info.texi (Help-Xref):
8025         * message.texi (Message Headers):
8026         * org.texi (Remember):
8027         * reftex.texi (Options (Defining Label Environments)):
8028         (Options (Index Support)):
8029         (Options (Viewing Cross-References)):
8030         (Options (Misc)):
8031         (Changes):
8032         * speedbar.texi (Creating a display):
8033         * tramp.texi (Customizing Completion, Auto-save and Backup):
8034         Texinfo usage fix.
8036 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
8038         * org.texi: Version 3.11.
8040 2005-06-12  Jay Belanger  <belanger@truman.edu>
8042         * calc.texi (Getting Started): Remove extra menu item.
8044 2005-05-31  Jay Belanger  <belanger@truman.edu>
8046         * calc.texi (Notations Used in This Manual): Use @kbd for key
8047         sequence.
8048         (Demonstration of Calc): Mention another way of starting Calc.
8049         (Starting Calc): Mention long name of M-#.
8050         (Embedded Mode Overview): Remove unnecessary instruction.
8051         (Other M-# commands): Rephrase `M-# 0' explanation.
8052         (Basic Embedded Mode): Rewrite discussion of prefix arguments to
8053         reflect current behavior.
8055 2005-05-30  Jay Belanger  <belanger@truman.edu>
8057         * calc.texi (Hooks): Change description of calc-window-hook and
8058         calc-trail-window-hook to match usage.
8059         (Computational Functions): Add more constant-generating functions.
8060         (Customizable Variables): Use defvar.
8062 2005-05-28  Jay Belanger  <belanger@truman.edu>
8064         * calc.texi (Assignments in Embedded Mode): Fix variable name.
8065         (Basic Embedded Mode): Explain behavior of arguments to
8066         calc-embedded-mode.
8068 2005-05-27  Jay Belanger  <belanger@truman.edu>
8070         * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
8071         current behavior.
8073 2005-05-25  Jay Belanger  <belanger@truman.edu>
8075         * calc.texi: Change Calc version number throughout.
8076         (Keypad Mode): Change location in info output.
8077         (Keypad mode overview): Move picture of keypad.
8079 2005-05-21  Jay Belanger  <belanger@truman.edu>
8081         * calc.texi (Storing variables): Mention that only most variables
8082         are void to begin with.
8084 2005-05-21  Kevin Ryde  <user42@zip.com.au>
8086         * widget.texi (Basic Types): Update cross ref from "Enabling
8087         Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
8088         lispref/text.texi change.
8090 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
8092         * org.texi: Version 3.09.
8094 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
8096         * reftex.texi: Version 4.28.
8098 2005-05-16  Jay Belanger  <belanger@truman.edu>
8100         * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
8102 2005-05-14  Jay Belanger  <belanger@truman.edu>
8104         * calc.texi (Default Simplifications): Insert missing ! (logical
8105         not operator).
8107 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
8109         Sync with Tramp 2.0.49.
8111 2005-05-10  Jay Belanger  <belanger@truman.edu>
8113         * calc.texi (Default Simplifications): Mention that 0^0 simplifies
8114         to 1.
8116 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
8118         * org.texi: Version 3.08, structure reorganized.
8120 2005-04-24  Richard M. Stallman  <rms@gnu.org>
8122         * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
8124 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
8126         * org.texi: Update to version 3.06.
8128 2005-04-13  Lute Kamstra  <lute@gnu.org>
8130         * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
8132 2005-04-10  Thien-Thi Nguyen  <ttn@gnu.org>
8134         * cl.texi (Porting Common Lisp): Fix typo.
8136 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8138         * gnus.texi (RSS): Addition.
8140 2005-04-04  Jay Belanger  <belanger@truman.edu>
8142         * calc.texi: Change Calc version number.
8143         (Customizable variables): Fix description of calc-language-alist.
8144         (Copying): Put in version 2 of GPL.
8146 2005-04-01  Jay Belanger  <belanger@truman.edu>
8148         * calc.texi (Troubleshooting Commands): Remove comment about
8149         installation.
8150         (Installation): Remove section.
8151         (Customizable Variables): New section.
8152         (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
8153         (Graphical Devices): Add references to Customizable Variables.
8155 2005-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8157         * emacs-mime.texi (Display Customization): Markup fixes.
8158         (rfc2047): Update.
8160 2005-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
8162         * gnus-faq.texi: Replaced with auto-generated version.
8164 2005-03-26  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
8166         * dired-x.texi (Multiple Dired Directories): default-directory was
8167         renamed to dired-default-directory.
8169 2005-03-26  Jay Belanger  <belanger@truman.edu>
8171         * calc.texi (Simplifying Formulas, Rewrite Rules):
8172         Change description of top and bottom of fraction.
8173         (Modulo Forms): Move description of how to create modulo forms to
8174         earlier in the section.
8175         (Fraction Mode): Suggest using : to get a fraction by dividing.
8176         (Basic Arithmetic): Adjust placement of command name.
8177         (Truncating the Stack): Emphasize that "hidden" entries are still
8178         visible.
8179         (Installation): Move discussion of printing manual to "About This
8180         Manual".
8181         (About This Manual): Mention how to print the manual.
8182         (Reporting Bugs): Remove first person.
8183         (Building Vectors): Add algebraic version of append.
8184         (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
8185         (Grouping Digits): Fix typo.
8187 2005-03-25  Werner Lemberg  <wl@gnu.org>
8189         * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
8190         Replace `legal' with `valid'.
8192 2005-03-25  Werner Lemberg  <wl@gnu.org>
8194         * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
8196 2005-03-24  Jay Belanger  <belanger@truman.edu>
8198         * calc.texi (General Mode Commands)
8199         (Mode Settings in Embedded Mode): Add some explanation of
8200         recording mode settings.
8202 2005-03-24  Richard M. Stallman  <rms@gnu.org>
8204         * calc.texi: Remove praise of non-free software.
8206         * idlwave.texi: Don't say where to get IDL or its non-free manual.
8207         (Installation): Node deleted.
8209 2005-03-23  Richard M. Stallman  <rms@gnu.org>
8211         * url.texi (HTTP language/coding): Improve last change.
8213 2005-03-22  Jay Belanger  <belanger@truman.edu>
8215         * calc.texi (Embedded Mode): Add new information on changing
8216         modes.
8218 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
8220         Sync with Tramp 2.0.48.
8222         * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
8224         * tramp.texi: Replace "Emacs" by "GNU Emacs".  Replace "Linux" by
8225         "GNU/Linux".  Change all addresses to .gnu.org.
8226         (Default Method): Offer shortened syntax for "su" and "sudo"
8227         methods.
8229 2005-03-07  Richard M. Stallman  <rms@gnu.org>
8231         * url.texi: Fix usage of "e.g.".
8232         (HTTP language/coding): Explain the rules for these strings.
8234 2005-03-06  Richard M. Stallman  <rms@gnu.org>
8236         * woman.texi (Introduction): Minor cleanups.
8238         * url.texi (HTTP language/coding): Get rid of "Emacs 21".
8240         * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
8241         (Installation): Node deleted.
8243         * mh-e.texi (Preface): Get rid of "Emacs 21".
8245         * eshell.texi (Installation): Delete node (for Emacs 20).
8247 2005-03-05  Thien-Thi Nguyen  <ttn@gnu.org>
8249         * flymake.texi: Refill and tweak style in @lisp blocks.
8251 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8253         * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
8255 2005-03-01  Jay Belanger  <belanger@truman.edu>
8257         * calc.texi (Trigonometric and Hyperbolic Functions):
8258         Mention additional functions.
8259         (Algebraic Simplifications): Mention additional simplifications.
8261 2005-02-18  Jonathan Yavner  <jyavner@member.fsf.org>
8263         * ses.texi: Add concept/function/variable indices (this work was
8264         donated by Brad Collins <brad@chenla.org>, copyright-assignment
8265         papers on file at FSF).
8267 2005-02-10  Jay Belanger  <belanger@truman.edu>
8269         * calc.texi: Change @LaTeX to La@TeX throughout.
8270         Redefine @expr as @math for TeX output.
8271         Redefine @texline as a no-op for TeX output.
8272         Define @tfn, replace @t by @tfn throughout.
8274 2005-02-09  Jay Belanger  <belanger@truman.edu>
8276         * calc.texi: Add macro for LaTeX for info output.
8278 2005-02-08  Kim F. Storm  <storm@cua.dk>
8280         * texinfo.tex (LaTex): Add def.
8282 2005-02-06  Jay Belanger  <belanger@truman.edu>
8284         * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
8285         change name to "TeX and LaTeX Language Modes."  Mention LaTeX mode
8286         throughout manual.
8288 2005-01-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8290         * gnus.texi: Some edits based on comments from David Abrahams.
8292 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8294         * gnus.texi (RSS): Fix the keystroke.
8296 2005-01-24  David Kastrup  <dak@gnu.org>
8298         * faq.texi: Update AUCTeX version info.
8300 2005-01-16  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
8302         * gnus-faq.texi ([4.1]): Typo.
8304 2005-01-19  Jay Belanger  <belanger@truman.edu>
8306         * calc.texi (Keep Arguments): Mention that keeping arguments
8307         doesn't work with keyboard macros.
8309 2005-01-16  Richard M. Stallman  <rms@gnu.org>
8311         * autotype.texi (Autoinserting): Fix small error.
8313 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
8315         Sync with Tramp 2.0.47.
8317         * tramp.texi (Compilation): New section, describing compilation of
8318         remote files.
8320 2005-01-11  Kim F. Storm  <storm@cua.dk>
8322         * widget.texi (Basic Types): Add :follow-link keyword.
8324 2005-01-09  Jay Belanger  <belanger@truman.edu>
8326         * calc.texi (Basic Commands): Describe new behavior of calc-reset.
8328 2005-01-08  Jay Belanger  <belanger@truman.edu>
8330         * calc.texi: Change throughout to reflect new default value of
8331         calc-settings-file.
8333 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8335         * message.texi (Reply): `message-reply-to-function' should return
8336         a list.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
8338 2005-01-06  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
8340         * faq.texi (Changing load-path): Fix typo.
8342 2005-01-05  Jay Belanger  <belanger@truman.edu>
8344         * calc.texi (Programming Tutorial): Replace kbd command by
8345         appropriate characters for a keyboard macro.
8347 2005-01-04  Jay Belanger  <belanger@truman.edu>
8349         * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
8350         for Lucid Emacs.
8351         (Programming Tutorial): Mention that the user needs to be in the
8352         right mode to compute some functions.
8354 2005-01-04  Jay Belanger  <belanger@truman.edu>
8356         * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
8357         no longer applicable.
8359 2005-01-01  Jay Belanger  <belanger@truman.edu>
8361         * calc.texi (Programming Tutorial): Change description of how to
8362         edit keyboard macros to match current behavior.
8364 2004-12-31  Jay Belanger  <belanger@truman.edu>
8366         * calc.texi: Mention C-cC-c as the way to finish editing throughout.
8368 2004-12-20  Jay Belanger  <belanger@truman.edu>
8370         * calc.texi (Types Tutorial): Emphasize that you can't divide by
8371         zero.
8373 2004-12-17  Luc Teirlinck  <teirllm@auburn.edu>
8375         * cc-mode.texi (Text Filling and Line Breaking): Put period after
8376         @xref.
8377         (Font Locking): Avoid @strong{Note:}.
8379 2004-12-17  Michael Albinus  <michael.albinus@gmx.de>
8381         Sync with Tramp 2.0.46.
8383         * tramp.texi (bottom): Add arch-tag.  It was lost, somehow.
8385 2004-12-16  Luc Teirlinck  <teirllm@auburn.edu>
8387         * url.texi: Correct typos.
8388         (Retrieving URLs): @var{nil}->@code{nil}.
8389         (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
8390         the standard "The GNU Emacs Manual" in fifth argument of @xref's.
8391         (Dealing with HTTP documents): @inforef->@xref.
8393 2004-12-15  Jay Belanger  <belanger@truman.edu>
8395         * calc.texi: Consistently capitalized all mode names.
8396         (Answers to Exercises): Mention that an answer can be a fraction
8397         when in Fraction mode.
8399 2004-12-13  Jay Belanger  <belanger@truman.edu>
8401         * calc.texi: Fix some TeX definitions.
8403 2004-12-09  Luc Teirlinck  <teirllm@auburn.edu>
8405         * reftex.texi (Imprint): Remove erroneous @value's.
8407 2004-12-08  Luc Teirlinck  <teirllm@auburn.edu>
8409         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
8410         (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
8412 2004-12-08  Jay Belanger  <belanger@truman.edu>
8414         * calc.texi (Starting Calc): Remove comment about installation.
8415         (Keypad Mode Overview): Remove comment about Emacs 19 support.
8417 2004-12-08  Luc Teirlinck  <teirllm@auburn.edu>
8419         * url.texi: Update @setfilename.
8420         (Getting Started): No need to worry about Gnus versions.
8421         (Dealing with HTTP documents): Use @inforef.
8423         * org.texi: Fix @direntry file name.
8425 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8427         * url.texi: New file.
8429         * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
8431 2004-12-06  Jay Belanger  <belanger@truman.edu>
8433         * calc.texi (Using Calc): Remove paragraph about installation.
8435 2004-12-06  Jay Belanger  <belanger@truman.edu>
8437         * calc.texi: Use more Texinfo macros and less TeX defs.
8438         Remove @refill's.
8440 2004-12-06  Richard M. Stallman  <rms@gnu.org>
8442         * org.texi: New file.
8444 2004-12-05  Richard M. Stallman  <rms@gnu.org>
8446         * Makefile.in (org.dvi, ../info/org): New targets.
8447         (INFO_TARGETS): Add ../info/org.
8448         (DVI_TARGETS): Add org.dvi.
8449         (maintainer-clean): Remove the info files in the info dir.
8451 2004-11-26  Eli Zaretskii  <eliz@gnu.org>
8453         * idlwave.texi: Fix the setfilename directive to put the produced
8454         file in ../info.
8455         (Continued Statement Indentation): Resurrect Jan D.'s change from
8456         2004-11-03 that was lost when a newer version of idlwave.texi was
8457         imported.
8459 2004-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
8461         * gnus-faq.texi ([5.1]): Add missing bracket.
8463         * gnus.texi (Filtering Spam Using The Spam ELisp Package):
8464         Index `spam-initialize'.
8466 2004-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8468         * message.texi (Various Message Variables): Mention that all mail
8469         file variables are derived from `message-directory'.
8471         * gnus.texi (Splitting Mail): Clarify bogus group.
8473 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8475         * emacs-mime.texi (Encoding Customization):
8476         Fix mm-coding-system-priorities entry.
8478 2004-11-03  Jan Djärv  <jan.h.d@swipnet.se>
8480         * idlwave.texi (Continued Statement Indentation):
8481         * reftex.texi (Options (Index Support)):
8482         (Displaying and Editing the Index, Table of Contents):
8483         * speedbar.texi (Creating a display, Major Display Modes):
8484         Replace non-nil with non-@code{nil}.
8486 2004-10-21  Jay Belanger  <belanger@truman.edu>
8488         * calc.texi (Algebraic-Style Calculations): Remove a comment.
8490 2004-10-18  Luc Teirlinck  <teirllm@auburn.edu>
8492         * calc.texi (Reporting Bugs): Double up `@'.
8494 2004-10-18  Jay Belanger  <belanger@truman.edu>
8496         * calc.texi (Reporting Bugs): Change the address that bugs
8497         should be sent to.
8499 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
8501         * gnus.texi (New Features): Add 5.11.
8503         * message.texi (Resending): Remove wrong default value.
8505         * gnus.texi (Mail Source Specifiers): Describe possible problems
8506         of `pop3-leave-mail-on-server'.  Add `pop3-movemail' and
8507         `pop3-leave-mail-on-server' to the index.
8509 2004-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8511         * message.texi (Canceling News): Add how to set a password.
8513 2004-10-12  Jay Belanger  <belanger@truman.edu>
8515         * calc.texi (Help Commands): Change the descriptions of
8516         calc-describe-function and calc-describe-variable to match their
8517         current behavior.
8519 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
8521         * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
8523 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
8525         Sync with Tramp 2.0.45.
8527         * tramp.texi (Frequently Asked Questions): Comment paragraph about
8528         plink link.  The URL is outdated.  Originator contacted for
8529         clarification.
8531 2004-10-10  Juri Linkov  <juri@jurta.org>
8533         * gnus.texi (Top, Marking Articles): Join two menus in one node
8534         because a node can have only one menu.
8536 2004-10-09  Juri Linkov  <juri@jurta.org>
8538         * gnus.texi (Fancy Mail Splitting): Remove backslash in the
8539         example of nnmail-split-fancy.
8541 2004-10-06  Karl Berry  <karl@gnu.org>
8543         * info.texi (@kbd{1}--@kbd{9}): No space around --, for
8544         consistency with other uses of dashes.
8546 2004-10-05  Karl Berry  <karl@gnu.org>
8548         * info.texi: Consistently use --- throughout, periods at end of
8549         menu descriptions, and a couple typos.
8551 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
8553         * sieve.texi (Manage Sieve API): nil -> @code{nil}.
8554         * pgg.texi (User Commands, Backend methods): Do.
8555         * gnus.texi: Markup fixes.
8556         (Setting Process Marks): Fix `M P a' entry.
8557         * emacs-mime.texi: Fixes.
8559 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
8561         * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
8562         again.
8563         Use 5.10 instead of 5.10.0.
8565 2004-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8567         * gnus.texi (Summary Mail Commands): S D e.
8569 2004-09-20  Raymond Scholz  <ray-2004@zonix.de>  (tiny change)
8571         * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
8572         the gnus-article-mode-line-format section.
8574 2004-09-20  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
8576         * gnus.texi (Various Summary Stuff): Fix the documentation for
8577         gnus-newsgroup-variables.
8579 2004-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8581         * gnus.texi (MIME Commands):
8582         Add gnus-mime-display-multipart-as-mixed,
8583         gnus-mime-display-multipart-alternative-as-mixed,
8584         gnus-mime-display-multipart-related-as-mixed.
8585         (Mail Source Customization): Clarify `mail-source-directory'.
8586         (Splitting Mail): Mention gnus-group-find-new-groups.
8587         (SpamOracle): Fix typo.
8589         * gnus-faq.texi: Untabify.
8590         ([6.3]): nnir.el is in contrib directory.
8592         * message.texi (News Headers): Clarify how a unique ID is created.
8594         * gnus.texi (Batching Agents): Fix typo in example.
8595         Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8597 2004-09-20  Andre Srinivasan  <andre@e2open.com>  (tiny change)
8599         * gnus.texi (Group Parameters): Add more on hooks.
8601 2004-09-20  Florian Weimer  <fw@deneb.enyo.de>
8603         * gnus.texi (Charsets): Point to relevant section in emacs-mime.
8605 2004-09-22  Jay Belanger  <belanger@truman.edu>
8607         * calc.texi (Vectors as Lists): Add a warning that the tutorial
8608         might be hidden during part of the session.
8610 2004-09-20  Jay Belanger  <belanger@truman.edu>
8612         * calc.texi (Notations Used in This Manual): Put in an earlier
8613         mention that DEL could be called Backspace.
8615 2004-09-10  Simon Josefsson  <jas@extundo.com>
8617         * gnus.texi (IMAP): Add example.  Suggested and partially written
8618         by Steinar Bang <sb@dod.no>.
8620 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8622         * gnus.texi (IMAP): Add comments about imaps synonym to imap in
8623         netrc syntax.
8625 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8627         * gnus.texi (Spam ELisp Package Sequence of Events):
8628         Some clarifications.
8629         (Spam ELisp Package Global Variables): More clarifications.
8631 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8633         * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
8634         Mention spam-split does not modify incoming mail.
8636 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8638         * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
8640 2004-09-10  Eli Zaretskii  <eliz@gnu.org>
8642         * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
8644 2004-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8646         * makefile.w32-in (sieve, pgg): Use $(infodir).
8648 2004-09-08  Dhruva Krishnamurthy  <dhruva.krishnamurthy@gmail.com>  (tiny change)
8650         * makefile.w32-in: Fix PGG and Sieve entries.
8652 2004-08-28  Eli Zaretskii  <eliz@gnu.org>
8654         * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
8655         Emacs and related programs.
8657 2004-08-27  Richard M. Stallman  <rms@gnu.org>
8659         * faq.texi: Fix texinfo usage, esp. doublequotes.
8660         (Difference between Emacs and XEmacs): Some clarification.
8662         * faq.texi (Difference between Emacs and XEmacs):
8663         Explain not to contrast XEmacs with GNU Emacs.
8665 2004-08-26  Richard M. Stallman  <rms@gnu.org>
8667         * faq.texi (Difference between Emacs and XEmacs): Rewrite.
8669 2004-08-22  David Kastrup  <dak@gnu.org>
8671         * reftex.texi (AUCTeX): Update links, section name.
8673         * faq.texi (Calc): Update availability (included in 22.1).
8674         (AUCTeX): Update availability, information, versions, description.
8676 2004-08-14  Eli Zaretskii  <eliz@gnu.org>
8678         * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
8680 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
8682         * cc-mode.texi: Various updates for CC Mode 5.30.9.
8684 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
8686         Sync with Tramp 2.0.44.
8688 2004-08-05  Lars Hansen  <larsh@math.ku.dk>
8690         * widget.texi (User Interface): Update how to separate the
8691         editable field of an editable-field widget from other widgets.
8692         (Programming Example): Add text after field.
8694 2004-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8696         * emacs-mime.texi (Encoding Customization): Add a note to the
8697         mm-content-transfer-encoding-defaults entry.
8698         (rfc2047): Update.
8700         * gnus.texi (Article Highlighting):
8701         Add gnus-cite-ignore-quoted-from.
8702         (POP before SMTP): New node.
8703         (Posting Styles): Addition.
8704         (Splitting Mail): Add nnmail-split-lowercase-expanded.
8705         (Fancy Mail Splitting): Ditto.
8706         (X-Face): Add gnus-x-face.
8708 2004-08-30  Reiner Steib  <Reiner.Steib@gmx.de>
8710         * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
8711         * pgg.texi, sieve.texi: Use @copying and @insertcopying.
8713 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
8715         * gnus.texi (Mail Source Specifiers):
8716         Describe `pop3-leave-mail-on-server'.
8718 2004-08-02  Reiner Steib  <Reiner.Steib@gmx.de>
8720         * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
8722         * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
8723         repository.  Change setfilename.
8725         * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
8727 2004-07-02  Juri Linkov  <juri@jurta.org>
8729         * pcl-cvs.texi (Viewing differences): Add `d r'.
8731 2004-06-29  Jesper Harder  <harder@ifa.au.dk>
8733         * ses.texi, viper.texi, flymake.texi, faq.texi:
8734         * eshell.texi, ediff.texi: Markup fixes.
8736 2004-06-21  Karl Berry  <karl@gnu.org>
8738         * info.texi (Top): Mention that only Emacs has mouse support.
8739         (Getting Started): Mention this in a few other places.
8741 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
8743         * autotype.texi (Copyrights, Timestamps):
8744         Recommend `before-save-hook' instead of `write-file-functions'.
8746 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
8748         * dired-x.texi (dired-mark-omitted): Update keybinding.
8750 2004-06-10  Kim F. Storm  <storm@cua.dk>
8752         * pcl-cvs.texi (Viewing differences): Add 'd y'.
8754 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
8756         * dired-x.texi (variable dired-omit-mode): Rename from
8757         dired-omit-files-p.
8758         (function dired-omit-mode): Rename from dired-omit-toggle.
8759         Call dired-omit-mode rather than set dired-omit-files-p.
8760         (dired-mark-omitted): Describe command.
8762 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
8764         Version 2.0.41 of Tramp released.
8766 2004-05-29  Juanma Barranquero  <lektu@terra.es>
8768         * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
8769         (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8771 2004-05-29  Richard M. Stallman  <rms@gnu.org>
8773         * cl.texi (Top): Call this chapter `Introduction'.
8774         (Overview): In TeX, no section heading here.
8776         * cc-mode.texi: Put commas after i.e. and e.g.  Minor cleanups.
8778 2004-05-29  Eli Zaretskii  <eliz@gnu.org>
8780         * Makefile.in (../info/flymake, flymake.dvi): New targets.
8781         (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8783 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
8785         * flymake.texi: New file.
8787 2004-05-28  Simon Josefsson  <jas@extundo.com>
8789         * smtpmail.texi (Authentication): Improve STARTTLS discussion.
8791 2004-05-07  Kai Großjohann  <kai@emptydomain.de>
8793         Version 2.0.40 of Tramp released.
8795 2004-04-25  Michael Albinus  <Michael.Albinus@alcatel.de>
8797         Complete rework, based on review by Karl Berry <karl@gnu.org>.
8799         * tramp.texi (Auto-save and Backup): Explain exploitation of new
8800         variables `tramp-backup-directory-alist' and
8801         `tramp-bkup-backup-directory-info'.
8802         (Overview, Connection types)
8803         (External transfer methods, Default Method)
8804         (Windows setup hints): Remove restriction of password entering
8805         with external methods.
8806         (Auto-save and Backup): Make file name example
8807         (X)Emacs neutral.  In case of XEmacs, `bkup-backup-directory-info'
8808         and `auto-save-directory' must be used.
8809         (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
8810         only "NT").  Remove doubled entry "What kinds of systems does
8811         @tramp{} work on".
8812         (tramp): Macro removed.
8813         (Obtaining Tramp): Flag removed from title.
8814         (all): "tramp-" and "-" removed from flag names.  Flags `tramp'
8815         and `trampver' used properly.  Flag `tramp-inst' replaced by
8816         `installchapter'.  Installation related text adapted.
8818 2004-04-28  Masatake YAMATO  <jet@gyve.org>
8820         * widget.texi (Programming Example): Remove overlays.
8822 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
8824         * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
8826 2004-04-23  Juanma Barranquero  <lektu@terra.es>
8828         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8830 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
8832         * info.texi (Info Search): Add info-apropos.
8834 2004-03-22  Juri Linkov  <juri@jurta.org>
8836         * faq.texi: Fix help key bindings.
8838 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
8840         * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
8841         (as suggested by Karl Berry).  Update information about colored
8842         stars in menus.  Add new subheading describing M-n.
8844 2004-03-12  Richard M. Stallman  <rms@gnu.org>
8846         * cl.texi (Top): Rename top node's title.
8848 2004-03-08  Karl Berry  <karl@gnu.org>
8850         * info.texi: \input texinfo.tex instead of just texinfo, to avoid
8851         problems making the texinfo distribution.
8853 2004-02-29  Simon Josefsson  <jas@extundo.com>
8855         * smtpmail.texi (Authentication): Change the list of supported
8856         authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
8857         CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
8858         <voegelas@gmx.net>.
8860 2004-02-29  Juanma Barranquero  <lektu@terra.es>
8862         * makefile.w32-in (mostlyclean, clean, maintainer-clean):
8863         Use $(DEL) instead of rm, and ignore exit code.
8865 2004-02-29  Kai Großjohann  <kgrossjo@eu.uu.net>
8867         Tramp version 2.0.39 released.
8869 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
8871         * tramp.texi (Customizing Completion): Explain new functions
8872         `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
8873         (all): Savannah URLs unified to "http://savannah.nongnu.org".
8874         (Top): Refer to Savannah mailing list as the major one.
8875         Mention older mailing lists in HTML mode only.
8876         (Auto-save and Backup): Add auto-save.  Based on wording of Kai.
8877         (Frequently Asked Questions): Remote hosts must not be Unix-like
8878         for "smb" method.
8879         (Password caching): New node.
8880         (External transfer methods): Refer to password caching for "smb"
8881         method.
8883 2004-02-17  Karl Berry  <karl@gnu.org>
8885         * info.texi (Help-Int): Mention the new line number feature.
8887 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
8889         * ses.texi (Advanced Features): New functionality for
8890         ses-set-header-row (defaults to current row unless C-u used).
8891         (Acknowledgements): Add Stefan Monnier.
8893 2003-12-29  Kevin Ryde  <user42@zip.com.au>
8895         * viper.texi (Vi Macros): Fix reference to the Emacs manual.
8897 2003-11-30  Kai Großjohann  <kai.grossjohann@gmx.net>
8899         Tramp version 2.0.38 released.
8901         * tramp.texi (Remote shell setup): Warn of environment variables
8902         FRUMPLE if user frumple exists.  Suggested by Sven Gabriel
8903         <sven.gabriel@imk.fzk.de>.
8904         (Configuration): Tramp now chooses base64/uuencode
8905         automatically.  Update wording accordingly.
8906         (Top): More description for the `Default Method' menu entry.
8907         (Default Method): Use @code, not @var, for Lisp variables.
8908         (Default Method): New subsection `Which method is the right one
8909         for me?'  Suggested by Christian Kirsch.
8910         (Configuration): Pointer to new subsection added.
8911         (Default Method): Too many "use" in one sentence.
8912         Rephrase.  Reported by Christian Kirsch.
8913         (Filename Syntax): Old `su' example is probably a left-over from
8914         the sm/su method naming.  Replace with `ssh', instead.
8915         (External transfer methods, Auto-save and Backup):
8916         Typo fixes.
8918 2003-11-02  Michael Albinus  <Michael.Albinus@alcatel.de>
8920         * tramp.texi (all): Harmonize all occurrences of @tramp{}.
8921         (Top): Mention japanese manual only if flag `jamanual' is set.
8922         Insert section `Japanese manual' in menu.
8924 2003-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
8926         * eshell.texi (Known Problems): Add doc item.
8928 2003-11-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
8930         * cc-mode.texi: Update for CC Mode 5.30.
8932         Note: Please refrain from doing purely cosmetic changes like
8933         removing trailing whitespace in this manual; it clobbers cvs
8934         merging for no good reason.
8936 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
8938         * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
8939         * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
8940         @acronym{ASCII}.
8942 2003-10-26  Karl Berry  <karl@gnu.org>
8944         * info.texi (Info Search): Echo area, not echo are.  From Debian
8945         diff.
8947 2003-10-26  Per Abrahamsen  <abraham@dina.kvl.dk>
8949         * widget.texi (Defining New Widgets): Document new behavior of
8950         :buttons and :children keywords.
8952 2003-10-22  Miles Bader  <miles@gnu.org>
8954         * Makefile.in (info): Move before $(top_srcdir)/info.
8956 2003-10-17  Thien-Thi Nguyen  <ttn@gnu.org>
8958         * tramp.texi (Inline methods): Small grammar fix.
8959         (External transfer methods): Likewise.
8961 2003-10-08  Nick Roberts  <nick@nick.uklinux.net>
8963         * speedbar.texi: Remove paragraph for GUD that is no longer true.
8965 2003-10-06  Luc Teirlinck  <teirllm@auburn.edu>
8967         * texinfo.tex: Replace `%' in arch tagline by @ignore.
8969 2003-09-30  Richard M. Stallman  <rms@gnu.org>
8971         * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
8973         * widget.texi (User Interface): Fix typos.
8975         * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
8977 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
8979         * pcl-cvs.texi (Selected Files): Fix typo.
8981 2003-09-21  Karl Berry  <karl@gnu.org>
8983         * info.texi (] and [ commands): No period at end of section title.
8985 2003-09-04  Miles Bader  <miles@gnu.org>
8987         * Makefile.in (top_srcdir): New variable.
8988         ($(top_srcdir)/info): New rule.
8989         (info): Depend on it.
8991 2003-09-03  Peter Runestig  <peter@runestig.com>
8993         * makefile.w32-in: New file.
8995 2003-08-26  Per Abrahamsen  <abraham@dina.kvl.dk>
8997         * widget.texi (User Interface): Explain the need of static text
8998         around an editable field.
9000 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
9002         * widget.texi (Basic Types): The argument to `:help-echo' can now
9003         be a form that evaluates to a string.
9005 2003-08-18  Kim F. Storm  <storm@cua.dk>
9007         * calc.texi (Queries in Macros): Update xref to keyboard macro query.
9009 2003-08-16  Richard M. Stallman  <rms@gnu.org>
9011         * dired-x.texi (Shell Command Guessing): Explain *.
9013 2003-08-16  Chunyu Wang  <spr@db.cs.hit.edu.cn>  (tiny change)
9015         * pcl-cvs.texi (Log Edit Mode): Fix key binding for
9016         log-edit-insert-changelog.
9018 2003-08-03  Karl Berry  <karl@gnu.org>
9020         * info.texi: Need @contents.
9022 2003-07-20  Kai Großjohann  <kai.grossjohann@gmx.net>
9024         Tramp version 2.0.36 released.
9026         * tramp.texi (Remote shell setup): Explain about problems with
9027         non-Bourne commands in ~/.profile and ~/.shrc.
9029 2003-07-07  Luc Teirlinck  <teirllm@mail.auburn.edu>
9031         * info.texi (Help-Inv, Help-M, Help-Xref): Update following
9032         renaming of `vis-mode' to `visible-mode'.
9034 2003-07-04  Luc Teirlinck  <teirllm@mail.auburn.edu>
9036         * info.texi (Top, Help-Small-Screen): Remove accidentally added
9037         next, prev and up pointers.
9039 2003-07-02  Luc Teirlinck  <teirllm@mail.auburn.edu>
9041         * info.texi (Help): Mention existence of Emacs and stand-alone
9042         Info at the very beginning of the tutorial.
9043         (Help-Inv): New node.
9044         (Help-]): New node.
9045         (Help-M): Systematically point out the differences between default
9046         Emacs and stand-alone versions.  Delete second menu.
9047         (Help-Xref): Systematically point out the differences between
9048         default Emacs and stand-alone versions.
9049         (Help-Int): Change `l' example.
9050         (Expert Info): Fix typos.
9051         (Emacs Info Variables): Mention `Info-hide-note-references' and
9052         new default for `Info-scroll-prefer-subnodes'.
9054 2003-06-17  Kai Großjohann  <kai.grossjohann@gmx.net>
9056         Version 2.0.35 of Tramp released.
9058         * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
9059         (Inline methods): Add methods `remsh' and `plink1'.
9060         (External transfer methods): Add method `remcp'.
9061         (Multi-hop Methods): Add method `remsh'.
9062         Small patch from Adrian Aichner <adrian@xemacs.org>:
9063         Fix minor typos.
9064         (Concept Index): Add to make manual searchable via
9065         `Info-index'.
9066         (Version Control): Add cindex entry.
9068 2003-05-24  Kai Großjohann  <kai.grossjohann@gmx.net>
9070         * trampver.texi: Version 2.0.34 released.
9072 2003-05-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
9074         * faq.texi: Improve previous changes.
9076 2003-05-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
9078         * faq.texi: Update copyright and maintenance details.
9079         Update some package URLs, versions, and maintainers.
9080         Remove many references to the Emacs Lisp Archive.
9082 2003-04-23  Simon Josefsson  <jas@extundo.com>
9084         * smtpmail.texi: Fix license (the invariant sections mentioned has
9085         never been part of the smtp manual).  Align info dir entry with
9086         other emacs packages.
9088 2003-04-08  Michael Albinus  <Michael.Albinus@alcatel.de>
9090         * tramp.texi: Version 2.0.33 released.
9091         Remove installation chapter.  Remove XEmacs specifics.
9093 2003-03-29  Richard M. Stallman  <rms@gnu.org>
9095         * tramp.texi (Top): Undo the previous renaming.
9096         (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
9098 2003-03-29  Kai Großjohann  <kai.grossjohann@gmx.net>
9100         * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
9101         version of manual.
9103         * tramp.texi (Auto-save and Backup): New node.
9105 2003-03-29  Michael Albinus  <Michael.Albinus@alcatel.de>
9107         * tramp.texi (Top): Include trampver.texi.  Rename "Emacs" to "GNU
9108         Emacs" in order to have better differentiation to "XEmacs".
9109         `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
9110         are new macros in order to point to the other Emacs flavor where
9111         appropriate.  In info case, point to node `Installation' in order
9112         to explain how to generate the other way.  In html case, make a
9113         link to the other html file.
9114         (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
9115         after CVS checkout/update.
9116         (Installation): Completely rewritten.
9117         (Installation parameters, Load paths): New sections under
9118         `Installation'.
9120 2003-02-28  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
9122         * tramp.texi: Version 2.0.30 released.
9123         Replace word "path" with "localname" where used as a component of
9124         a Tramp file name.
9126 2003-02-28  Michael Albinus  <Michael.Albinus@alcatel.de>
9128         * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
9129         introduced.
9130         (Installation): Explain what to do if files from the tramp/contrib
9131         directory are needed.
9133 2003-02-23  Alex Schroeder  <alex@emacswiki.org>
9135         * smtpmail.texi (How Mail Works): New.
9137 2003-02-22  Alex Schroeder  <alex@emacswiki.org>
9139         * smtpmail.texi: New file.
9141         * Makefile.in: Build SMTP manual.
9143 2003-02-05  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
9145         * tramp.texi: Version 2.0.29 released.
9146         (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
9147         M-x makeinfo-buffer RET.  Reported by gebser@ameritech.net.
9149 2003-02-01  Michael Albinus  <Michael.Albinus@alcatel.de>
9151         * tramp.texi (Frequently Asked Questions): Explain a workaround if
9152         another package loads accidentally Ange-FTP.
9154 2003-01-24  Michael Albinus  <Michael.Albinus@alcatel.de>
9156         * tramp.texi (Customizing Completion): Add function
9157         `tramp-parse-sconfig'.  Change example of
9158         `tramp-set-completion-function', because parsing of ssh config
9159         files looks more natural.
9161 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
9163         * gnus.texi: Do not use `path' in several locations.
9165 2002-12-26  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
9167         * tramp.texi (External transfer methods): New method `smb'.
9168         From Michael Albinus.
9170 2002-11-05  Karl Berry  <karl@gnu.org>
9172         * info.texi (Info-fontify): Reorder face list to avoid bad line
9173         breaks.
9175 2002-10-06  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9177         * tramp.texi: Move @copying to standard place.
9178         Use @insertcopying.
9180 2002-10-02  Karl Berry  <karl@gnu.org>
9182         * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
9183         dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
9184         eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
9185         message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
9186         speedbar.texi vip.texi viper.texi widget.texi woman.texi):
9187         Per rms, update all manuals to use @copying instead of @ifinfo.
9188         Also use @ifnottex instead of @ifinfo around the top node, where
9189         needed for the sake of the HTML output.
9190         (The Gnus manual is not fixed since it's not clear to me how it
9191         works; and the Tramp manual already uses @copying, although in an
9192         unusual way.  All others were changed.)
9194 2002-09-10  Jonathan Yavner  <jyavner@engineer.com>
9196         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
9197         (../info/ses, ses.dvi): New targets.
9198         * ses.texi: New file.
9200 2002-09-06  Pavel Janík  <Pavel@Janik.cz>
9202         * texinfo.tex: Update to texinfo 4.2.
9204 2002-08-27  Carsten Dominik  <dominik@sand.science.uva.nl>
9206         * reftex.texi: Update to RefTeX 4.19.
9208 2002-06-17  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9210         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
9211         (../info/tramp, tramp.dvi): New targets.
9213 2002-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
9215         * Makefile.in (DVI_TARGETS): Add calc.dvi.
9216         (calc.dvi): Uncomment.
9218 2001-11-07  Eli Zaretskii  <eliz@is.elta.co.il>
9220         * Makefile.in (INFO_TARGETS): Add ../info/calc.
9221         (../info/calc): New target.
9223 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
9225         * (Version 21.1 released.)
9227 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
9229         * Branch for 21.1.
9231 2001-04-14  Eli Zaretskii  <eliz@is.elta.co.il>
9233         * Makefile.in (../info/info): Use an explicit -o switch to
9234         makeinfo.
9236 2001-03-05  Gerd Moellmann  <gerd@gnu.org>
9238         * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
9240 2000-12-20  Eli Zaretskii  <eliz@is.elta.co.il>
9242         * Makefile.in (../info/idlwave): Use --no-split.
9244 2000-12-14  Dave Love  <fx@gnu.org>
9246         * Makefile.in (mostlyclean): Remove gnustmp.*.
9247         (gnus.dvi): Change rule to remove @latex stuff.
9249 2000-10-19  Eric M. Ludlam  <zappo@ultranet.com>
9251         * Makefile.in (Speedbar): Add build targets for speedbar.texi.
9253 2000-10-13  John Wiegley  <johnw@gnu.org>
9255         * Makefile.in: Add build targets for eshell.texi.
9257 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
9259         * Makefile.in: Remove/comment speedbar stuff.
9261 2000-09-22  Dave Love  <fx@gnu.org>
9263         * Makefile.in: Add emacs-mime.
9265 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
9267         * Makefile.in (INFO_TARGETS): Add ../info/woman.
9268         (DVI_TARGETS): Add woman.dvi.
9269         (../info/woman, woman.dvi): New targets.
9271 2000-05-31  Stefan Monnier  <monnier@cs.yale.edu>
9273         * .cvsignore (*.tmp): New entry.  Seems to be used for @macro.
9275         * pcl-cvs.texi: New file.
9276         * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
9277         (../info/pcl-cvs, pcl-cvs.dvi): New targets.
9279 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
9281         * Makefile.in (INFO_TARGETS): Add info/ebrowse.
9282         (../info/ebrowse, ebrowse.dvi): New targets.
9284 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
9286         * Makefile.in (INFO_TARGETS): Add eudc.
9287         (DVI_TARGETS): Add eudc.dvi.
9288         (../info/eudc, eudc.dvi): New targets.
9290 2000-01-05  Eli Zaretskii  <eliz@is.elta.co.il>
9292         * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
9293         compatibility with 8+3 filesystems).
9294         (../info/efaq): Rename from emacs-faq.
9296 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
9298         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
9299         (../info/idlwave, idlwave.dvi): New targets.
9301 1999-10-23  Dave Love  <fx@gnu.org>
9303         * Makefile.in: Use autotype.texi.
9305 1999-10-12  Stefan Monnier  <monnier@cs.yale.edu>
9307         * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
9308         faq.texi file) rather than ../info/faq.
9310 1999-10-07  Gerd Moellmann  <gerd@gnu.org>
9312         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
9313         (../info/ada-mode, ada-mode.dvi): New targets.
9315 1999-09-01  Dave Love  <fx@gnu.org>
9317         * Makefile.in: Add faq.
9319 1999-07-12  Richard Stallman  <rms@gnu.org>
9321         * Version 20.4 released.
9323 1998-08-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
9325         * Version 20.3 released.
9327 1998-04-06  Andreas Schwab  <schwab@gnu.org>
9329         * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
9330         Use it in dvi targets.
9331         (../etc/GNU): Change to $(srcdir) first.
9333 1998-03-11  Carsten Dominik  <cd@delysid.gnu.org>
9335         * reftex.texi: Update for RefTeX version 3.22.
9337 1998-02-08  Richard Stallman  <rms@psilocin.gnu.org>
9339         * Makefile.in (reftex.dvi, ../info/reftex): New targets.
9340         (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9342 1997-09-23  Paul Eggert  <eggert@twinsun.com>
9344         * Makefile.in: Merge changes mistakenly made to `Makefile'.
9345         (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
9347 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9349         * Version 20.2 released.
9351 1997-09-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9353         * Version 20.1 released.
9355 1997-07-10  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9357         * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
9359 1996-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9361         * Version 19.33 released.
9363 1996-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9365         * Version 19.32 released.
9367 1996-06-27  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9369         * Makefile.in: Add rules for the Message manual.
9371 1996-06-26  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9373         * gnus.texi: New version.
9375         * message.texi: New manual.
9377 1996-06-20  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9379         * Makefile.in (All info targets): cd $(srcdir) to do the work.
9381 1996-06-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9383         * Makefile.in (All info targets): Specify $(srcdir) in input files.
9384         Specify -I option.
9385         (All dvi targets): Set the TEXINPUTS variable.
9387 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>
9389         * Version 19.31 released.
9391 1996-01-07  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
9393         * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
9394         (INFO_TARGETS): Use new name.  This avoids name conflict on MSDOS.
9396 1995-11-29  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9398         * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
9399         (INFO_TARGETS): Add ../info/cc-mode.
9400         (DVI_TARGETS): Add cc-mode.dvi.
9402 1995-11-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9404         * Version 19.30 released.
9406 1995-11-04  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9408         * gnus.texi: New file.
9410 1995-11-04  Erik Naggum  <erik@naggum.no>
9412         * gnus.texi: File deleted.
9414 1995-11-02  Stephen Gildea  <gildea@stop.mail-abuse.org>
9416         * mh-e.texi: "Function Index" -> "Command Index" to work with
9417         Emacs 19.30 C-h C-k support of separately-documented commands.
9419 1995-06-26  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9421         * Makefile.in (../info/ediff, ediff.dvi): New targets.
9422         (INFO_TARGETS, DVI_TARGETS): Add those new targets.
9424 1995-04-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9426         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
9427         (../info/viper, viper.dvi): New targets.
9429 1995-04-20  Kevin Rodgers  <kevinr@ihs.com>
9431         * dired-x.texi (Installation): Change the example to set
9432         buffer-local variables like dired-omit-files-p in
9433         dired-mode-hook.
9435 1995-04-17  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9437         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
9438         (../info/mh-e, mh-e.dvi): New targets.
9440 1995-02-07  Richard Stallman  <rms@pogo.gnu.ai.mit.edu>
9442         * Makefile.in (maintainer-clean): Rename from realclean.
9444 1994-11-23  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9446         * Makefile.in: New file.
9447         * Makefile: File deleted.
9449 1994-11-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9451         * Makefile (TEXINDEX_OBJS): Variable deleted.
9452         (texindex, texindex.o, getopt.o): Rules deleted.
9453         All deps on texindex deleted.
9454         (distclean): Don't delete texindex.
9455         (mostlyclean): Don't delete *.o.
9456         * texindex.c, getopt.c: Files deleted.
9458 1994-09-07  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9460         * Version 19.26 released.
9462 1994-05-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9464         * Version 19.25 released.
9466 1994-05-23  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9468         * Version 19.24 released.
9470 1994-05-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9472         * Version 19.23 released.
9474 1994-04-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9476         * Makefile: Delete spurious tab.
9478 1994-02-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9480         * Makefile (.SUFFIXES): New rule.
9482 1994-01-15  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9484         * Makefile (dired-x.dvi, ../info/dired-x): New targets.
9485         (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9487 1994-01-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9489         * Makefile (../info/sc): Rename from sc.info.
9490         (../info/cl): Likewise.
9491         (INFO_TARGETS): Use new names.
9493 1993-12-04  Richard Stallman  (rms@srarc2)
9495         * getopt.c: New file.
9496         * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
9497         (getopt.o): New rule.
9498         (dvi): Don't depend on texindex.
9499         (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
9500         Depend on texindex.
9502 1993-12-03  Richard Stallman  (rms@srarc2)
9504         * Makefile (../info/sc.info): Rename from ../info/sc.
9505         (TEXI2DVI): New variable.
9506         (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
9507         Add explicit commands.
9508         (TEXINDEX_OBJS): Delete duplicate getopt.o.
9510 1993-11-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9512         * Version 19.22 released.
9514 1993-11-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9516         * Makefile (TEXINDEX_OBJS): Delete spurious period.
9518 1993-11-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9520         * Version 19.21 released.
9522 1993-11-15  Paul Eggert  (eggert@twinsun.com)
9524         * man/Makefile (../info/cl.info): Rename from ../info/cl.
9526 1993-11-15  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9528         * Makefile (../etc/GNU): New target.
9529         (EMACSSOURCES): Add gnu1.texi.
9531 1993-11-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9533         * Makefile (realclean): Don't delete the Info files.
9535 1993-10-25  Brian J. Fox  (bfox@albert.gnu.ai.mit.edu)
9537         * forms.texi: Fix forms.texi so that it will format correctly.
9538         Add missing `@end iftex', fix bad reference.
9540         * info.texi, info-stn.texi: New files implement texinfo version of
9541         `info' file.
9543 1993-10-20  Brian J. Fox  (bfox@ai.mit.edu)
9545         * Makefile: Fix targets for texindex, new info.texi files.
9546         * info-stnd.texi: New file implements info for standalone info
9547         reader.
9548         * info.texi: Update to include recent changes to "../info/info".
9549         New source file for ../info/info; includes info-stnd.texi.
9551         * texindex.c: Include "../src/config.h" if building in emacs.
9553         * Makefile: Change all files to FILENAME.texi, force all targets
9554         to be FILENAME, not FILENAME.info.  This changes sc.texinfo,
9555         vip.texinfo, forms.texinfo, cl.texinfo.
9556         Add target to build texindex.c, defining `emacs'.
9558         * forms.texi: Install new file to match version 2.3 of forms.el.
9560 1993-08-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9562         * Version 19.19 released.
9564 1993-08-10  Simon Leinen  (simon@lia.di.epfl.ch)
9566         * sc.texinfo: Fix info file name.
9568         * Makefile (info): Add gnus and sc.
9569         (dvi): Add gnus.dvi and sc.dvi.
9570         (../info/sc, sc.dvi): New targets.
9572 1993-08-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9574         * Version 19.18 released.
9576 1993-07-20  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9578         * Makefile: Fix source file names of the separate manuals.
9579         (gnus.dvi, ../info/gnus): New targets.
9581 1993-07-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9583         * Version 19.17 released.
9585 1993-07-10  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9587         * split-man: Fix typos in last change.
9589 1993-07-06  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9591         * Version 19.16 released.
9593 1993-06-19  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9595         * version 19.15 released.
9597 1993-06-18  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9599         * Makefile (distclean): It's rm, not rf.
9601 1993-06-17  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9603         * Version 19.14 released.
9605 1993-06-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9607         * Makefile: New file.
9609 1993-06-08  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9611         * Version 19.13 released.
9613 1993-05-27  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9615         * Version 19.9 released.
9617 1993-05-25  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9619         * Version 19.8 released.
9621 1993-05-22  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9623         * Version 19.7 released.
9625 1990-08-30  David Lawrence  (tale@pogo.ai.mit.edu)
9627         * gnus.texinfo: New file.  Removed installation instructions.
9629 1990-05-25  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
9631         * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
9633 1989-01-17  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
9635         * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
9636         then define `\sc' as the command for smallcaps in Texinfo.
9637         This means that the @sc command will produce small caps.  bfox has
9638         made the corresponding change to makeinfo and texinfm.el.
9640 1988-08-16  Robert J. Chassell  (bob@frosted-flakes.ai.mit.edu)
9642         * vip.texinfo: Remove menu entry Adding Lisp Code in node
9643         Customization since the menu entry did not point to anything.
9644         Also add an @finalout command to remove overfull hboxes from the
9645         printed output.
9647         * cl.texinfo: Add @bye, \input line and @settitle to file.
9648         This file is clearly intended to be a chapter of some other work,
9649         but the other work does not yet exist.
9651 1988-07-25  Robert J. Chassell  (bob@frosted-flakes.ai.mit.edu)
9653         * texinfo.texinfo: Three typos corrected.
9655 ;; Local Variables:
9656 ;; coding: utf-8
9657 ;; End:
9659   Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
9661   This file is part of GNU Emacs.
9663   GNU Emacs is free software: you can redistribute it and/or modify
9664   it under the terms of the GNU General Public License as published by
9665   the Free Software Foundation, either version 3 of the License, or
9666   (at your option) any later version.
9668   GNU Emacs is distributed in the hope that it will be useful,
9669   but WITHOUT ANY WARRANTY; without even the implied warranty of
9670   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
9671   GNU General Public License for more details.
9673   You should have received a copy of the GNU General Public License
9674   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.