Update the URL library manual.
[emacs.git] / doc / misc / ChangeLog
blobd7af0d79c6886e642e81a856d1c56f36ad8c2d9b
1 2012-11-08  Chong Yidong  <cyd@gnu.org>
3         * url.texi (Introduction): Rename from Getting Started.  Rewrite
4         the introduction.
5         (URI Parsing): Rewrite.  Omit the obsolete attributes slot.
7 2012-11-07  Glenn Morris  <rgm@gnu.org>
9         * cl.texi (Obsolete Setf Customization):
10         Revert defsetf example to the more correct let rather than prog1.
11         Give define-modify-macro, defsetf, and define-setf-method
12         gv.el replacements.
14 2012-11-06  Glenn Morris  <rgm@gnu.org>
16         * cl.texi (Overview): Mention EIEIO here, as well as the appendix.
17         (Setf Extensions): Remove obsolete reference.
18         (Obsolete Setf Customization):
19         Move note on lack of setf functions to lispref/variables.texi.
20         Undocument get-setf-method, since it no longer exists.
21         Mention simple defsetf replaced by gv-define-simple-setter.
23 2012-11-03  Glenn Morris  <rgm@gnu.org>
25         * cl.texi: Further general copyedits.
26         (List Functions): Remove copy-tree, standard elisp for some time.
27         (Efficiency Concerns): Comment out examples that no longer apply.
28         (Compiler Optimizations): Rename from "Optimizing Compiler"; reword.
29         (Creating Symbols, Random Numbers): De-emphasize internal
30         variables cl--gensym-counter and cl--random-state.  (Bug#12788)
32 2012-11-02  Glenn Morris  <rgm@gnu.org>
34         * cl.texi (Naming Conventions, Type Predicates, Macros)
35         (Predicates on Numbers): No longer mention cl-floatp-safe.
37 2012-11-01  Glenn Morris  <rgm@gnu.org>
39         * cl.texi: General copyedits for style, line-breaks, etc.
40         (Time of Evaluation, Iteration): Add xref to Emacs Lisp manual.
41         (Macro Bindings, Blocks and Exits):
42         Acknowledge existence of lexical-binding.
43         (Iteration): Mainly defer to doc of standard dolist, dotimes.
45 2012-10-31  Glenn Morris  <rgm@gnu.org>
47         * ert.texi (Introduction, The @code{should} Macro):
48         Refer to "cl-assert" rather than "assert".
50         * cl.texi (Function Bindings): Update for cl-flet and cl-labels.
51         (Obsolete Lexical Binding): Rename section from "Lexical Bindings".
52         (Obsolete Macros): Rename section from "Obsolete Lexical Macros".
53         Reword, and add details of flet and labels.
54         (Modify Macros, Function Bindings): Add some xrefs.
56 2012-10-30  Glenn Morris  <rgm@gnu.org>
58         * cl.texi (Modify Macros): Update for cl-letf changes.
59         (Obsolete Lexical Macros): Say a little more about letf/cl-letf.
60         (Setf Extensions): Partially restore note about cl-getf,
61         mainly moved to lispref/variables.texi.
62         (Property Lists): Fix cl-getf typos.
63         (Mapping over Sequences): Mention cl-mapc naming oddity.
65 2012-10-29  Glenn Morris  <rgm@gnu.org>
67         * cl.texi (Organization): More details on cl-lib.el versus cl.el.
68         (Setf Extensions): Remove `apply' setf since it seems to be disabled.
69         (Customizing Setf): Move contents to "Obsolete Setf Customization".
70         (Modify Macros, Multiple Values, Other Clauses):
71         Remove mentions of obsolete features.
72         (Obsolete Setf Customization): Don't mention `apply' setf.
74 2012-10-28  Glenn Morris  <rgm@gnu.org>
76         * cl.texi (Multiple Values, Common Lisp Compatibility):
77         More namespace updates.
78         (Obsolete Features): Copyedits.
79         (Obsolete Lexical Macros, Obsolete Setf Customization):
80         New subsections.
82         * cl.texi (Porting Common Lisp, Lexical Bindings):
83         Add some xrefs to the Elisp manual.
85         * cl.texi (Lexical Bindings): Move to appendix of obsolete features.
86         (Porting Common Lisp): Emacs Lisp can do true lexical binding now.
87         (Obsolete Features): New appendix.  Move Lexical Bindings here.
89 2012-10-27  Glenn Morris  <rgm@gnu.org>
91         * cl.texi: Use defmac for macros rather than defspec.
92         (Efficiency Concerns): Related copyedit.
94         * cl.texi (Control Structure): Update for setf now being in core.
95         (Setf Extensions): Rename from Basic Setf.  Move much of the
96         former content to lispref/variables.texi.
97         (Modify Macros): Move pop, push details to lispref/variables.texi.
98         (Customizing Setf): Copyedits for setf etc being in core.
99         (Modify Macros, Efficiency Concerns, Porting Common Lisp):
100         Further namespaces updates.
102 2012-10-26  Bastien Guerry  <bzg@gnu.org>
104         * org.texi (Installation): Update the link to Org's ELPA.  Also
105         don't mention org-install.el anymore as the replacement file
106         org-loaddefs.el is now loaded by org.el.
108 2012-10-25  Michael Albinus  <michael.albinus@gmx.de>
110         * tramp.texi (Frequently Asked Questions): Mention
111         `tramp-completion-reread-directory-timeout' for performance
112         improvement.
114 2012-10-25  Glenn Morris  <rgm@gnu.org>
116         * cl.texi: Don't mess with the TeX section number counter.
117         Use Texinfo recommended convention for quotes+punctuation.
118         (Overview, Sequence Functions): Rephrase for better line-breaking.
119         (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings)
120         (Macro Bindings, Conditionals, Iteration, Loop Basics)
121         (Random Numbers, Mapping over Sequences, Structures)
122         (Porting Common Lisp): Further updates for cl-lib namespace.
123         (Modify Macros, Declarations, Macro Bindings, Structures):
124         Break long lines in examples.
125         (Dynamic Bindings): Update for changed progv behavior.
126         (Loop Examples, Efficiency Concerns): Markup fixes.
127         (Structures): Remove TeX margin change.
128         (Declarations): Fix typos.
130 2012-10-24  Glenn Morris  <rgm@gnu.org>
132         * cl.texi (Overview, Multiple Values, Creating Symbols)
133         (Numerical Functions): Say less/nothing about the original cl.el.
134         (Old CL Compatibility): Remove.
135         (Assertions): Remove ignore-errors (standard Elisp for some time).
137         * cl.texi (Basic Setf, Macros, Declarations, Symbols, Numbers)
138         (Sequences, Lists, Structures, Assertions, Efficiency Concerns)
139         (Efficiency Concerns, Efficiency Concerns)
140         (Common Lisp Compatibility, Old CL Compatibility):
141         Further updates for cl-lib namespace.
143 2012-10-24  Paul Eggert  <eggert@penguin.cs.ucla.edu>
145         Update manual for new time stamp format (Bug#12706).
146         * emacs-mime.texi (time-date): Update for new format.
147         Also, fix bogus time stamp and modernize a bit.
149 2012-10-23  Glenn Morris  <rgm@gnu.org>
151         * cl.texi: Include emacsver.texi.  Use Emacs version number rather
152         than unchanging cl.el version number.
153         End all menu descriptions with a period.
154         Do not use @dfn{CL} for every instance of "CL".
155         (Overview): Remove no-runtime caveat, and note about foo* names.
156         (Usage): Use cl-lib rather than cl.
157         (Organization, Naming Conventions): Update for cl-lib.el.
158         (Installation): Remove long-irrelevant node.
159         (Program Structure, Predicates, Control Structure):
160         Start updating for cl-lib namespace.
161         * Makefile.in ($(buildinfodir)/cl$(INFO_EXT), cl.dvi, cl.pdf):
162         Depend on emacsver.texi.
164 2012-10-09  Michael Albinus  <michael.albinus@gmx.de>
166         * trampver.texi: Update release number.
168 2012-10-06  Glenn Morris  <rgm@gnu.org>
170         * erc.texi: Include emacsver.texi, and use EMACSVER rather than
171         ERC version.
172         (Introduction): ERC is distributed with Emacs.
173         (Obtaining ERC, Installation): Remove chapters, no longer relevant.
174         (Getting Started): Simplify.
175         (Getting Help and Reporting Bugs): Refer to general Emacs lists.
176         (History): Mention ERC maintained as part of Emacs now.
177         * Makefile.in ($(buildinfodir)/erc$(INFO_EXT), erc.dvi, erc.pdf):
178         Add dependency on emacsver.texi.
180         * erc.texi: Remove hand-written node pointers.
182 2012-10-05  Glenn Morris  <rgm@gnu.org>
184         * newsticker.texi (Overview, Requirements, Usage, Configuration):
185         Copyedits.
187 2012-10-01  Eric Ludlam  <zappo@gnu.org>
189         * ede.texi (Quick Start, Project Local Variables)
190         (Miscellaneous commands, ede-java-root, Development Overview)
191         (Detecting a Project): New nodes.
192         (Simple projects): Node deleted.
194         * eieio.texi (Building Classes): Some slot attributes cannot be
195         overridden.
196         (Slot Options): Remove an example.
197         (Method Invocation, Documentation): New nodes.
199 2012-10-01  Glenn Morris  <rgm@gnu.org>
201         * Makefile.in ($(buildinfodir)/reftex$(INFO_EXT)), reftex.dvi)
202         (reftex.pdf): Add dependency on emacsver.texi.
203         * reftex.texi: Don't include directory part for emacsver.texi;
204         the Makefile's -I handles it.
206 2012-09-30  Ralf Angeli  <angeli@caeruleus.net>
208         Merge from standalone RefTeX repository.
210         * reftex.texi: Express TeX, LaTeX, AUCTeX, BibTeX and RefTeX
211         with macros.
212         (Imprint): Mention Wolfgang in list of contributors.
213         (Creating Citations): Give a hint about how to
214         auto-revert the BibTeX database file when using external editors.
215         (Referencing Labels): Simplify section about reference macro
216         cycling.
217         (Options (Referencing Labels)): Adapt to new structure of
218         `reftex-ref-style-alist'.
219         (Referencing Labels, Reference Styles): Document changes in the
220         referencing functionality.
221         (Commands): Mention options for definition of header and footer in
222         BibTeX files.
223         (Options (Creating Citations)): Document
224         `reftex-create-bibtex-header' and `reftex-create-bibtex-footer'.
225         (Reference Styles): New section.
226         (varioref (LaTeX package), fancyref (LaTeX package)): Remove.
227         (Options (Referencing Labels)): Remove descriptions of deprecated
228         variables `reftex-vref-is-default' and `reftex-fref-is-default'.
229         Add descriptions for `reftex-ref-style-alist' and
230         `reftex-ref-style-default-list'.
231         (Referencing Labels): Update regarding reference styles.
232         (Citation Styles): Mention support for ConTeXt.
233         (Options (Defining Label Environments)): Fix typo.
234         (Options (Creating Citations)): Document
235         `reftex-cite-key-separator'.
237 2012-09-30  Achim Gratz  <Stromeko@Stromeko.DE>
239         * org.texi: Add description of ORG_ADD_CONTRIB to info
240         documentation.  Add link to Worg for more details.
242         * org.texi: Clarify installation procedure.  Provide link to the
243         build system description on Worg.
245         * org.texi: Remove reference to utils/, x11idle.c is now in
246         contrib/scripts.
248         * org.texi: Re-normalize to "Org mode" in manual.
250         * org.texi (Installation): Adapt documentation to new build
251         system.  Mention GNU ELPA (since it needs to be handled like Emacs
252         built-in Org).
254 2012-09-30  Adam Spiers  <orgmode@adamspiers.org>  (tiny change)
256         * org.texi: Fix typo in description of the 'Hooks' section.
258         * org.texi: Add ID to the list of special properties.
260 2012-09-30  Andrew Hyatt  <ahyatt@gmail.com>  (tiny change)
262         * org.texi (Moving subtrees): Document the ability to archive to a
263         datetree.
265 2012-09-30  Bastien Guerry  <bzg@altern.org>
267         * org.texi (Installation, Feedback, Batch execution): Use
268         (add-to-list 'load-path ... t) for the contrib dir.
270         * org.texi (results): Update documentation for ":results drawer"
271         and ":results org".
273         * org.texi (Column width and alignment): Fix typo.
275         * org.texi (Activation): Point to the "Conflicts" section.
277         * org.texi (Conflicts): Mention filladapt.el in the list of
278         conflicting packages.
280         * org.texi (Activation): Adding org-mode to `auto-mode-alist' is
281         not needed for versions of Emacs > 22.1.
283         * org.texi (History and Acknowledgments): Fix typo.
285         * org.texi (History and Acknowledgments): Add my own
286         acknowledgments.
288         * org.texi (Agenda commands): Document the new command and the new
289         option.
291         * org.texi (Agenda commands): Delete `org-agenda-action' section.
292         (Agenda commands): Reorder.  Document `*' to toggle persistent
293         marks.
295         * org.texi (Agenda dispatcher): Mention
296         `org-toggle-agenda-sticky'.
297         (Agenda commands, Exporting Agenda Views): Fix typo.
299         * org.texi (Templates in contexts, Setting Options): Update to
300         reflect changes in how contexts options are processed.
302         * org.texi (Templates in contexts): Document the new structure of
303         the variables `org-agenda-custom-commands-contexts' and
304         `org-capture-templates-contexts'.
306         * org.texi (Templates in contexts): Document the new option
307         `org-capture-templates-contexts'.
308         (Storing searches): Document the new option
309         `org-agenda-custom-commands-contexts'.
311         * org.texi (Formula syntax for Lisp): Reformat.
313         * org.texi (Special properties, Column attributes)
314         (Agenda column view): Document the new special property
315         CLOCKSUM_T.
317         * org.texi (Template expansion): Document the new %l template.
319         * org.texi (Fast access to TODO states): Fix documentation about
320         allowed characters for fast todo selection.
322         * org.texi (Weekly/daily agenda): Mention APPT_WARNTIME and its
323         use in `org-agenda-to-appt'.
325         * org.texi (Comment lines): Update wrt comments.
327         * org.texi (Resolving idle time): Document new keybinding.
329         * org.texi (Clocking commands): Document the use of S-M-<up/down>
330         on clock timestamps.
332         * org.texi (Fast access to TODO states): Explicitely says only
333         letters are supported as fast TODO selection keys.
335         * org.texi (Link abbreviations): Illustrate the use of the "%h"
336         specifier.  Document the new "%(my-function)" specifier.
338         * org.texi (Clocking commands): New cindex.
339         (Clocking commands): Update documentation for `org-clock-in'.
340         Document `org-clock-in-last'.  Mention `org-clock-out' and
341         `org-clock-in-last' as commands that can be globally bound.
342         (Resolving idle time): Document continuous clocking.
344         * org.texi (Top, Introduction): Fix formatting.
345         (Activation): Add index entries.
346         (Conventions): Update section.
347         (Embedded @LaTeX{}): Fix formatting.
349         * org.texi (Visibility cycling): Document `show-children'.
351         * org.texi (Using capture): Mention the `org-capture-last-stored'
352         bookmark as a way to jump to the last stored capture.
354         * org.texi (Uploading files): Fix typo.
356         * org.texi (Using capture): Document `C-0' as a prefix argument
357         for `org-capture'.
359         * org.texi (Agenda commands): Document persistent marks.
361         * org.texi (Template expansion): Update doc to reflect change.
363         * org.texi (Radio tables): Document the :no-escape parameter.
365         * org.texi (Repeated tasks): Document repeat cookies for years,
366         months, weeks, days and hours.
368         * org.texi (Export options): State that you can use the d: option
369         by specifying a list of drawers.
371         * org.texi (HTML preamble and postamble): Small doc improvement.
373 2012-09-30  Brian van den Broek  <vanden@gmail.com>  (tiny change)
375         * org.texi: The sections in the Exporting section of the manual
376         left out articles in the description of the org-export-as-*
377         commands, among other places. This patch adds them, adds a few
378         missing prepositions, and switches instances of "an HTML" to "a
379         html" for internal consistency.
381         * org.texi: Alter several examples of headings with timestamps in
382         them to include the timestamps in the body instead of the heading.
384 2012-09-30  Carsten Dominik  <carsten.dominik@gmail.com>
386         * org.texi (Agenda dispatcher): Document sticky agenda views and
387         the new key for them.
389 2012-09-30  Charles  <millarc@verizon.net>  (tiny change)
391         * org.texi (Advanced features): Fix error in table.
393 2012-09-30  Feng Shu  <tumashu@gmail.com>
395         * org.texi (@LaTeX{} fragments): Document imagemagick as an
396         alternative to dvipng.
398 2012-09-30  François Allisson  <francois@allisson.co>  (tiny change)
400         * org.texi: Remove extra curly bracket.
402 2012-09-30  Giovanni Ridolfi  <giovanni.ridolfi@yahoo.it>  (tiny change)
404         * org.texi (org-clock-in-last and org-clock-cancel): Update the
405         defkeys.
407 2012-09-30  Ippei FURUHASHI  <top.tuna+orgmode@gmail.com>  (tiny change)
409         * org.texi (Agenda commands): Fix two typos by giving
410         corresponding function names, according to
411         `org-agenda-view-mode-dispatch'.
413 2012-09-30  Jan Bäcker  <jan.boecker@jboecker.de>
415         * org.texi (The spreadsheet): Fix typo.
417 2012-09-30  Memnon Anon  <gegendosenfleisch@gmail.com>  (tiny change)
419         * org.texi (Tracking your habits): Point to the "Tracking TODO
420         state changes" section.
422 2012-09-30  Nicolas Goaziou  <n.goaziou@gmail.com>
424         * org.texi (Literal examples): Remove reference to unknown
425         `org-export-latex-minted' variable. Also simplify footnote since
426         `org-export-latex-listings' documentation is exhaustive already.
428         * org.texi (Plain lists): Remove reference to now hard-coded
429         `bullet' automatic rule.
431 2012-09-30  Toby S. Cubitt  <tsc25@cantab.net>
433         * org.texi: Updated documentation accordingly.
435 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
437         * texinfo.tex: Merge from gnulib.
439 2012-09-12  Michael Albinus  <michael.albinus@gmx.de>
441         Sync with Tramp 2.2.6.
443         * tramp.texi (Bug Reports): Cleanup caches before a test run.
445         * trampver.texi: Update release number.
447 2012-09-12  Paul Eggert  <eggert@cs.ucla.edu>
449         * texinfo.tex: Merge from gnulib.
451 2012-08-06  Aurélien Aptel  <aurelien.aptel@gmail.com>
453         * url.texi (Parsed URLs): Adjust to the code's use of defstruct
454         (bug#12096).
456 2012-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
458         * calc.texi (Simplification modes, Conversions)
459         (Operating on Selections): Mention "basic" simplification.
460         (The Calc Mode Line): Mention the mode line display for Basic
461         simplification mode.
462         (Simplify Formulas): Refer to 'algebraic' rather than 'default'
463         simplifications.
464         (Basic Simplifications): Rename from "Limited Simplifications"
465         Replace "limited" by "basic" throughout.
466         (Algebraic Simplifications):  Indicate that the algebraic
467         simplifications are done by default.
468         (Unsafe Simplifications):  Mention `m E'.
469         (Simplification of Units): Mention `m U'.
470         (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
471         (Kinds of Declarations, Functions for Declarations):  Mention
472         "algebraic simplifications" instead of `a s'.
473         (Algebraic Entry): Remove mention of default simplifications.
475 2012-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
477         * calc.texi (Getting Started, Tutorial): Change simulated
478         Calc output to match actual output.
479         (Simplifying Formulas): Mention that algebraic simplification is now
480         the default.
482 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
484         * faq.texi (Right-to-left alphabets): Update for Emacs 24.
485         (Bug#12073)
487 2012-07-25  Paul Eggert  <eggert@cs.ucla.edu>
489         Prefer typical American spelling for "acknowledgment".
490         * calc.texi (History and Acknowledgments): Rename from
491         History and Acknowledgements.
492         * idlwave.texi (Acknowledgments):
493         * ses.texi (Acknowledgments):
494         * woman.texi (Acknowledgments): Rename from Acknowledgements.
496 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
498         Rename configure.in to configure.ac (Bug#11603).
499         * ede.texi (Compiler and Linker objects, ede-proj-project)
500         (ede-step-project): Prefer the name configure.ac to configure.in.
502 2012-07-06  Michael Albinus  <michael.albinus@gmx.de>
504         * tramp.texi (Multi-hops): Introduce
505         `tramp-restricted-shell-hosts-alist'.
507 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
509         * gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
510         methods, so don't mention smtpmail here.
512 2012-06-26  Wolfgang Jenkner  <wjenkner@inode.at>
514         * gnus.texi (Picons): Document gnus-picon-properties.
516 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
518         * gnus.texi: Remove mention of compilation, as that's no longer
519         supported.
521 2012-06-26  Christopher Schmidt  <christopher@ch.ristopher.com>
523         * gnus.texi (Archived Messages): Mention
524         gnus-gcc-pre-body-encode-hook and gnus-gcc-post-body-encode-hook.
526 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
528         * gnus.texi (Various Summary Stuff):
529         Remove mention of `gnus-propagate-marks'.
531 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
533         * gnus.texi: Remove mentions of nnml/nnfolder/nntp backend marks,
534         which no longer exist.
536 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
538         * gnus.texi (Archived Messages):
539         Document gnus-gcc-self-resent-messages.
541 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
543         * message.texi (Mail Variables):
544         Mention the optional user parameter for X-Message-SMTP-Method.
546 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
548         * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
550         * message.texi (Mail Variables): Document X-Message-SMTP-Method.
552 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
554         * gnus.texi (Key Index): Change encoding to utf-8.
556 2012-06-21  Glenn Morris  <rgm@gnu.org>
558         * Makefile.in: Rename infodir to buildinfodir throughout.  (Bug#11737)
560 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
562         * gnus.texi (Group Timestamp): Mention where to find documentation for
563         the `gnus-tmp-' variables (bug#11601).
565 2012-06-11  Michael Albinus  <michael.albinus@gmx.de>
567         Sync with Tramp 2.2.6-pre.
569         * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{}
570         where appropriate.
571         (Ad-hoc multi-hops): New section.
572         (Remote processes): New subsection "Running remote processes on
573         Windows hosts".
574         (History): Add remote commands on Windows, and ad-hoc multi-hop
575         methods.
576         (External methods): "ControlPersist" must be set to "no" for the
577         `scpc' method.
578         (Remote processes): Add a note about `auto-revert-tail-mode'.
579         (Frequently Asked Questions): Use "scpx" in combination with
580         "ControlPersist".  Reported by Adam Spiers <emacs@adamspiers.org>.
582         * trampver.texi: Update release number.
584 2012-06-10  Chong Yidong  <cyd@gnu.org>
586         * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo
587         compilation for html-mono.
589 2012-06-08  Paul Eggert  <eggert@cs.ucla.edu>
591         * texinfo.tex: Merge from gnulib.
593 2012-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
595         * Makefile.in (echo-info): Don't try to install info files named
596         just ".info".
598 2012-05-28  Glenn Morris  <rgm@gnu.org>
600         * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX.  (Bug#10910)
602         * sc.texi: Nuke hand-written node pointers.
603         Fix top-level menu to match actual node order.
605 2012-05-27  Glenn Morris  <rgm@gnu.org>
607         * cl.texi, dired-x.texi: Nuke hand-written node pointers.
608         Some associated fixes, including not messing with chapno in cl.texi.
610 2012-05-27  Bastien Guerry  <bzg@gnu.org>
612         * org.texi (Durations and time values): Fix typo.
614 2012-05-19  Jay Belanger  <jay.p.belanger@gmail.com>
616         * doc/misc/calc.texi (Basic Operations on Units, Customizing Calc):
617         Mention `calc-ensure-consistent-units'.
619 2012-05-14  Andreas Schwab  <schwab@linux-m68k.org>
621         * cc-mode.texi: Avoid space before macro in 4th argument of cross
622         reference commands.  (Bug#11461)
624         * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
626 2012-05-12  Glenn Morris  <rgm@gnu.org>
628         * Makefile.in (mostlyclean): Add more TeX intermediates.
630         * Makefile.in: Make it look more like the other doc Makefiles.
631         Use explicit $srcdir in all dependencies.
632         Remove cd $srcdir from rules.
633         (VPATH): Remove.
634         (infodir): Set to an absolute path.
635         (INFO_TARGETS): Use short names.
636         (mkinfodir): infodir is now absolute.
637         (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
639         * Makefile.in (info.info): Rename from info, to avoid duplication.
640         (.SUFFIXES): Disable implicit rules.
642         * Makefile.in (MKDIR_P): New, set by configure.
643         (mkinfodir): Use $MKDIR_P.
645 2012-05-07  Glenn Morris  <rgm@gnu.org>
647         * forms.texi (Long Example): Update for changed location of files.
649 2012-05-04  Glenn Morris  <rgm@gnu.org>
651         * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
652         (INFO_TARGETS): Use $INFO_EXT.
653         Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
654         * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
655         (INFO_TARGETS): Use $INFO_EXT.
656         Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
658 2012-05-02  Glenn Morris  <rgm@gnu.org>
660         * Makefile.in (echo-info): New phony target, used by top-level.
662         * viper.texi: Make direntry shorter (also it is no longer "newest").
664         * emacs-gnutls.texi, ert.texi, org.texi:
665         Fix dircategory, direntry to match info/dir.
667         * faq.texi: Convert @inforefs to @xrefs.
668         Fix some malformed cross-references.
669         (File-name conventions): Shorten section name to avoid overfull line.
670         (How to add fonts): Use smallexample to avoid overfull lines.
672 2012-05-01  Teodor Zlatanov  <tzz@lifelogs.com>
674         * auth.texi (Help for users): Update for .gpg file being second.
676 2012-04-27  Ippei Furuhashi  <top.tuna+orgmode@gmail.com>  (tiny change)
678         * org.texi (Agenda commands): Fix two typos: give corresponding
679         function names, according to `org-agenda-view-mode-dispatch'.
681 2012-04-27  Glenn Morris  <rgm@gnu.org>
683         * faq.texi (Major packages and programs): Remove section.
684         There is no point listing 6 packages (cf etc/MORE.STUFF).
685         (Finding Emacs and related packages): Move "Spell-checkers" here.
687 2012-04-22  Michael Albinus  <michael.albinus@gmx.de>
689         * dbus.texi (Version): New node.
690         (Properties and Annotations): Mention the object manager
691         interface.  Describe dbus-get-all-managed-objects.
692         (Type Conversion): Floating point numbers are allowed, if an
693         anteger does not fit Emacs's integer range.
694         (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
695         (Asynchronous Methods): Fix description of
696         dbus-call-method-asynchronously.
697         (Receiving Method Calls): Fix some minor errors.  Add
698         dbus-interface-emacs.
699         (Signals): Describe unicast signals and the new match rules.
700         (Alternative Buses): Add the PRIVATE optional argument to
701         dbus-init-bus.  Describe its new return value.  Add dbus-setenv.
703 2012-04-20  Glenn Morris  <rgm@gnu.org>
705         * faq.texi (New in Emacs 24): New section.
706         (Packages that do not come with Emacs): Mention M-x list-packages.
708 2012-04-14  Alan Mackenzie  <acm@muc.de>
710         * cc-mode.texi (c-offsets-alist): Correct a typo.
712 2012-04-14  Jérémie Courrèges-Anglas  <jca@wxcvbn.org>  (tiny change)
714         * org.texi (Deadlines and scheduling): Fix the example: the
715         DEADLINE item should come right after the headline.  We enforce
716         this convention, so it is a bug not to illustrate it correctly in
717         the manual.
719 2012-04-14  Ippei FURUHASHI  <top.tuna+orgmode@gmail.com>  (tiny change)
721         * org.texi (Agenda commands): Fix documentation bug by swapping
722         the equivalent keybindings to `org-agenda-next-line' with the ones
723         to `org-agenda-previous-line'.
725 2012-04-14  Glenn Morris  <rgm@gnu.org>
727         * Makefile.in: Replace non-portable use of $< in ordinary rules.
729 2012-04-09  Eli Zaretskii  <eliz@gnu.org>
731         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add
732         emacs-gnutls.
733         ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
735 2012-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
737         * Makefile.in: Add emacs-gnutls.texi to build.
739         * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
741 2012-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
743         * auth.texi (Secret Service API): Edit further and give examples.
744         (Secret Service API): Adjust @samp to @code for collection names.
746 2012-04-04  Glenn Morris  <rgm@gnu.org>
748         * auth.texi (Secret Service API): Copyedits.
749         (Help for developers): Fill in some missing function doc-strings.
750         (Help for users, Help for developers)
751         (GnuPG and EasyPG Assistant Configuration): Markup fixes.
753 2012-04-04  Michael Albinus  <michael.albinus@gmx.de>
755         * auth.texi (Secret Service API): Add the missing text.
757 2012-04-04  Chong Yidong  <cyd@gnu.org>
759         * message.texi (Using PGP/MIME): Note that epg is now the default.
761         * gnus.texi: Reduce references to obsolete pgg library.
762         (Security): Note that epg is now the default.
764         * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
766         * nxml-mode.texi (Completion): C-RET is no longer bound to
767         nxml-complete.
769 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
771         * org.texi (Customizing tables in ODT export): Correct few errors.
773 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
775         * org.texi (Links in ODT export): Update.
776         (Labels and captions in ODT export): New node.
778 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
780         * org.texi (Literal examples in ODT export): htmlfontify.el in
781         Emacs-24.1 now supports fontification.  So ODT source blocks will
782         be fontified by default.
784 2012-04-01  Julian Gehring  <julian.gehring@googlemail.com>  (tiny change)
786         * org.texi (Refiling notes): Remove duplicated keybinding.
788 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
790         * org.texi (noweb): Documentation of this new option to the :noweb
791         header argument.
793 2012-04-01  Suvayu Ali  <fatkasuvayu+linux@gmail.com>
795         * org.texi (Header and sectioning): Add example demonstrating how
796         to use "LaTeX_CLASS_OPTIONS".
798 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
800         * org.texi (Noweb reference syntax): Describe the ability to
801         execute noweb references in the manual.
803 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
805         * org.texi (cache): Improve cache documentation when session
806         evaluation is used.
808 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
810         * org.texi (Plain lists): Document removal.
812 2012-04-01  Michael Brand  <michael.ch.brand@gmail.com>
814         * org.texi: Decapitalize file name in references to Calc manual.
816 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
818         * org.texi (Plain lists): Document removal.
820 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
822         * org.texi (Top, OpenDocument Text export)
823         (ODT export commands, Extending ODT export)
824         (Images in ODT export, Tables in ODT export)
825         (Configuring a document converter): Add or Update.
827 2012-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
829         * org.texi (MobileOrg): Change the wording to reflect that the
830         Android Version is no longer just the little brother of the iOS
831         version.
833 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
835         * org.texi (Key bindings and useful functions): Updated babel key
836         binding documentation in manual.
838 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
840         * org.texi (noweb): Document new noweb header value.
842 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
844         * org.texi (noweb-sep): Document new header argument.
846 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
848         * org.texi (noweb-ref): Documentation of this new custom variable.
850 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
852         * org.texi (wrap): Update the new :wrap documentation to match the
853         current implementation.
855 2012-04-01  Thomas Dye  <dk@poto.myhome.westell.com>
857         * org.texi: Added documentation for :wrap.
859 2012-04-01  Thomas Dye  <dk@poto.myhome.westell.com>
861         * org.texi: #+RESULTS now user-configurable.
863 2012-04-01  Thomas Dye  <dk@poto.myhome.westell.com>
865         * org.texi: Documented :noweb no-export.
867 2012-04-01  Thomas Dye  <dk@poto.local>
869         * org.texi: Edit :noweb no header argument for correctness.
871 2012-04-01  Bastien Guerry  <bzg@altern.org>
873         * org.texi (Customization): Update the approximate number of Org
874         variables.
876 2012-04-01  Thomas Dye  <dk@poto.local>
878         * org.texi: The :results wrap produces a drawer instead of a
879         begin_results block.
881 2012-03-22  Peder O. Klingenberg  <peder@klingenberg.no>  (tiny change)
883         * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
884         reflect the new default.
886 2012-03-10  Eli Zaretskii  <eliz@gnu.org>
888         * info.texi (Expert Info): Move the index entry for "Texinfo" from
889         "Getting Started" to this node.  (Bug#10450)
891 2012-03-10  Chong Yidong  <cyd@gnu.org>
893         * flymake.texi (Example -- Configuring a tool called via make):
894         Mention the Automake COMPILE variable (Bug#8715).
896         * info.texi (Getting Started): Add an index entry (Bug#10450).
898 2012-03-02  Michael Albinus  <michael.albinus@gmx.de>
900         * dbus.texi (Signals): Known names will be mapped onto unique
901         names, when registering for signals.
903 2012-02-29  Glenn Morris  <rgm@gnu.org>
905         * url.texi: Fix quote usage in body text.
907         * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
909         * cl.texi: Use @code{} in menus when appropriate.
911 2012-02-28  Glenn Morris  <rgm@gnu.org>
913         * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
914         * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
915         * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
916         * org.texi, sc.texi, vip.texi, viper.texi:
917         Standardize possessive apostrophe usage.
919 2012-02-26  Chong Yidong  <cyd@gnu.org>
921         * ediff.texi (Quick Help Commands): Add a couple of index entries
922         (Bug#10834).
924 2012-02-17  Glenn Morris  <rgm@gnu.org>
926         * gnus.texi (Posting Styles):
927         * remember.texi (Org): Fix cross-refs to other manuals.
929 2012-02-15  Glenn Morris  <rgm@gnu.org>
931         * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
932         (Encryption): New chapter, split out from previous.
934 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
936         * gnus.texi (Customizing the IMAP Connection): Mention
937         nnimap-record-commands.
939 2012-02-10  Glenn Morris  <rgm@gnu.org>
941         * url.texi (Retrieving URLs): Update url-retrieve arguments.
942         Mention url-queue-retrieve.
944 2012-02-09  Glenn Morris  <rgm@gnu.org>
946         * sem-user.texi (Semantic mode user commands): Typo fix.
948         * info.texi (Create Info buffer): Mention info-display-manual.
950 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
952         * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
953         example (modified from an example by Michael Albinus).
955 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
957         * gnus.texi (Agent Basics): Fix outdated description of
958         `gnus-agent-auto-agentize-methods'.
960 2012-01-28  Andreas Schwab  <schwab@linux-m68k.org>
962         * cc-mode.texi: Always @defindex ss.
963         (Config Basics): Fix argument of @itemize.
964         (Macro Backslashes): Add @code around index entry.
966 2012-01-23  Glenn Morris  <rgm@gnu.org>
968         * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
970 2012-01-19  Eric Hanchrow  <eric.hanchrow@gmail.com>
972         * tramp.texi (File): Tweak wording for the `scpc' option.
974 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
976         * gnus.texi (Group Parameters): Really note precedence.
978 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
980         * gnus.texi (Group Parameters): Note precedence.
982 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
984         * org.texi (Noweb reference syntax): Adding documentation of
985         the `*org-babel-use-quick-and-dirty-noweb-expansion*'
986         variable.
988 2012-01-03  Bastien Guerry  <bzg@gnu.org>
990         * org.texi (Plain lists): Split the table to fix the display
991         of items.
993 2012-01-03  Bastien Guerry  <bzg@gnu.org>
995         * org.texi (Plain lists): Fix misplaced explanation.
997 2012-01-03  Bastien Guerry  <bzg@gnu.org>
999         * org.texi (Plain lists, Agenda files): Add index entries.
1001 2012-01-03  Julian Gehring  <julian.gehring@googlemail.com>
1003         * org.texi: Use "Org mode" instead of alternatives like
1004         "Org-mode" or "org-mode".
1006 2012-01-03  Bernt Hansen  <bernt@norang.ca>
1008         * org.texi (Agenda commands): Document
1009         `org-clock-report-include-clocking-task'.
1011 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1013         * org.texi (Checkboxes): Document the new behavior of `C-u C-c
1014         C-c' on checkboxes.
1016 2012-01-03  Julian Gehring  <julian.gehring@googlemail.com>
1018         * org.texi: End sentences with two spaces.
1020 2012-01-03  Michael Brand  <michael.ch.brand@gmail.com>
1022         * org.texi (External links): Document the link types file+sys
1023         and file+emacs, slightly narrow used page width.
1025 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
1027         * org.texi (colnames): Note that colnames behavior may differ
1028         across languages.
1030 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1032         * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
1034 2012-01-03  Thomas Dye  <dk@poto.westell.com>
1036         * org.texi: Augmented discussion of babel property
1037         inheritance.  Put footnote outside sentence ending period.
1039 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
1041         * org.texi (eval): Documenting the full range of :eval header
1042         argument values.
1044 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
1046         * org.texi (eval): Documentation of the new :eval option.
1048 2012-01-03  Thomas Dye  <dk@poto.local>
1050         * org.texi: Add accumulated properties.
1052 2012-01-03  Thomas Dye  <dk@poto.local>
1054         * org.texi: Documented no spaces in name=assign, another
1055         correction to :var table.
1057 2012-01-03  Thomas Dye  <dk@poto.local>
1059         * org.texi: Changed DATA to NAME in Working With Source Code
1060         section.
1062 2012-01-03  Tom Dye  <tsd@tsdye.com>
1064         * org.texi: Minor change to :var table.
1066 2012-01-03  Tom Dye  <tsd@tsdye.com>
1068         * org.texi: More changes to :var table (some examples were wrong).
1070 2012-01-03  Tom Dye  <tsd@tsdye.com>
1072         * org.texi: Cleaned up :var table.
1074 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1076         * org.texi (Timestamps, Weekly/daily agenda)
1077         (Weekly/daily agenda): Add @cindex for "appointment".
1079 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
1081         * org.texi (Literal examples): A new link to the template for
1082         inserting empty code blocks.
1083         (Structure of code blocks): A new link to the template for
1084         inserting empty code blocks.
1086 2012-01-03  Rafael Laboissiere  <rafael@laboissiere.net>  (tiny change)
1088         * org.texi (External links): Add footnote on how the behavior
1089         of the text search in Org files are controled by the variable
1090         `org-link-search-must-match-exact-headline'.
1092 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
1094         * org.texi (Buffer-wide header arguments): Update
1095         documentation to reflect removal of #+PROPERTIES.
1097 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
1099         * org.texi (The clock table): Mention that ACHIVED trees
1100         contribute to the clock table.
1102 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
1104         * org.texi (Conflicts): Better yasnippet config info.
1106 2012-01-03  Bastien Guerry  <bzg@gnu.org>  (tiny change)
1108         * org.texi (Selective export): Explicitely mention the default
1109         values for `org-export-select-tags',
1110         `org-export-exclude-tags'.
1112 2012-01-03  Tom Dye  <tsd@tsdye.com>
1114         * org.texi: Added a line to specify that header arguments are
1115         lowercase.
1117 2012-01-03  Tom Dye  <tsd@tsdye.com>
1119         * org.texi: :var requires default value when declared.
1121 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1123         * org.texi (Handling links): Add a note about the
1124         `org-link-frame-setup' option.
1126 2012-01-03  David Maus  <dmaus@ictsoc.de>
1128         * org.texi (Exporting Agenda Views, Extracting agenda
1129         information): Fix command line syntax, quote symbol parameter
1130         values.
1132 2012-01-03  David Maus  <dmaus@ictsoc.de>
1134         * org.texi (Exporting Agenda Views): Fix command line syntax.
1136 2011-12-28  Paul Eggert  <eggert@cs.ucla.edu>
1138         * gnus.texi (Mail Source Customization, Mail Back End Variables):
1139         Use octal notation for file permissions, which are normally
1140         thought of in octal.
1141         (Mail Back End Variables): Use more-plausible modes in example.
1143 2011-12-20  Alan Mackenzie  <acm@muc.de>
1145         * cc-mode.texi: Update version string 5.31 -> 5.32.
1147 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
1149         * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
1151 2011-11-24  Glenn Morris  <rgm@gnu.org>
1153         * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
1155 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
1157         * makefile.w32-in: Update dependencies.
1159 2011-11-20  Glenn Morris  <rgm@gnu.org>
1161         * gnus.texi (Group Information):
1162         Remove gnus-group-fetch-faq, command deleted 2010-09-24.
1164 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1166         * gnus-coding.texi (Gnus Maintenance Guide):
1167         Rename from "Gnus Maintainance Guide".
1169         * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
1170         * eieio.texi (Customizing):
1171         * gnus.texi (Article Washing):
1172         * gnus-news.texi:
1173         * sem-user.texi (Smart Jump): Fix typos.
1175 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1177         * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
1179 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
1181         * ede.texi (project-am-texinfo):
1182         * gnus.texi (Sending or Not Sending):
1183         * org.texi (Template elements): Fix typos.
1185 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
1187         * ediff.texi (Hooks):
1188         * sem-user.texi (Semanticdb Roots): Fix typos.
1190 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
1192         * semantic.texi (Tag handling): Fix typo.
1194 2011-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1196         * gnus.texi (Other Gnus Versions): Remove.
1198 2011-10-28  Alan Mackenzie  <acm@muc.de>
1200         * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
1201         (Other Special Indentations): Add an xref to "Macros with ;".
1202         (Customizing Macros): Add stuff about syntax in macros.  Add an xref to
1203         "Macros with ;".
1204         (Macros with ;): New page.
1206         * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
1207         Document the new handling of nested scopes for movement by defuns.
1209 2011-10-23  Michael Albinus  <michael.albinus@gmx.de>
1211         Sync with Tramp 2.2.3.
1213         * trampver.texi: Update release number.
1215 2011-10-14  Glenn Morris  <rgm@gnu.org>
1217         * ert.texi (Introduction, How to Run Tests)
1218         (Running Tests Interactively, Expected Failures)
1219         (Tests and Their Environment, Useful Techniques)
1220         (Interactive Debugging, Fixtures and Test Suites):
1221         Minor rephrasings.
1222         (Running Tests Interactively, The @code{should} Macro): Add xrefs.
1223         (Running Tests in Batch Mode): Simplify loading instructions.
1224         (Test Selectors): Clarify some selectors.
1225         (Expected Failures, Useful Techniques):
1226         Make examples fit in 80 columns.
1228 2011-10-13  Jay Belanger  <jay.p.belanger@gmail.com>
1230         * calc.texi (Basic Operations on Units): Discuss temperature
1231         conversion (`u t') alongside with other unit conversions ('u c').
1233 2011-10-12  Glenn Morris  <rgm@gnu.org>
1235         * ert.texi: Whitespace trivia to make main menu items line up better.
1237 2011-10-08  Glenn Morris  <rgm@gnu.org>
1239         * Makefile.in: Fix ert rules.
1241 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1243         * gnus.texi (Gnus Utility Functions): Add more references and
1244         explanations (bug#9683).
1246 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1248         * gnus.texi (Archived Messages): Note the default (bug#9552).
1250 2011-09-21  Bill Wohler  <wohler@newt.com>
1252         Release MH-E manual version 8.3.
1254         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
1255         release 8.3.
1256         (Preface): Updated support information.
1257         (From Bill Wohler): Reset text to original version.  As a
1258         historical quote, the tense should be correct in the time that it
1259         was written.
1261 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1263         * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
1264         (Finding the News): Doc clarification.
1265         (Terminology): Mention naming.
1267 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1269         * gnus.texi: Remove mentions of `recent', which are now obsolete.
1270         (Interactive): Document `quiet'.
1272 2011-08-15  Suvayu Ali  <fatkasuvayu+linux@gmail.com>  (tiny change)
1274         * org.texi (Images in LaTeX export): Rewrite.
1276 2011-08-15  Bastien Guerry  <bzg@gnu.org>
1278         * org.texi (Using the mapping API): Mention 'region as a possible
1279         scope for `org-map-entries'.
1281 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1283         * org.texi (Visibility cycling): Document `org-copy-visible'.
1285 2011-08-15  Bastien Guerry  <bzg@gnu.org>
1287         * org.texi (Template expansion): Order template sequences in the
1288         proper order.
1290 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1292         * org.texi (eval): Expand discussion of the :eval header argument.
1294 2011-08-15  Bastien Guerry  <bzg@gnu.org>
1296         * org.texi (Languages): Add Lilypond and Awk as supported
1297         languages.
1299 2011-08-15  Achim Gratz  <stromeko@nexgo.de>
1301         * org.texi: Document that both CLOCK_INTO_DRAWER and
1302         LOG_INTO_DRAWER can be used to override the contents of variable
1303         org-clock-into-drawer (or if unset, org-log-into-drawer).
1305         * org.texi: Replace @xref->@pxref.
1307 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1309         * org.texi (Evaluating code blocks): Documenting the new option
1310         for inline call lines.
1312 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1314         * org.texi (Results of evaluation): More explicit about the
1315         mechanism through which interactive evaluation of code is
1316         performed.
1318 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1320         * org.texi (noweb-ref): New header argument documentation.
1322 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1324         * org.texi (Extracting source code): Documentation of the new
1325         org-babel-tangle-named-block-combination variable.
1327 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1329         * org.texi (Structure of code blocks): Explicitly state that the
1330         behavior of multiple blocks of the same name is undefined.
1332 2011-08-15  Christian Egli  <christian.egli@sbszh.ch>
1334         * org.texi (TaskJuggler export): Modify the example to reflect the
1335         new effort durations.
1337 2011-08-15  David Maus  <dmaus@ictsoc.de>
1339         * org.texi (Images in LaTeX export): Escape curly brackets in
1340         LaTeX example.
1342 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1344         * org.texi (The clock table): Document the :properties and
1345         :inherit-props arguments for the clocktable.
1347 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1349         * org.texi (Tables in LaTeX export): Document specifying placement
1350         options for tables.
1352 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1354         * org.texi (Evaluating code blocks): More specific documentation
1355         about the different types of header arguments.
1357 2011-08-15  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
1359         * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
1361 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1363         * org.texi (Built-in table editor): Document the table field
1364         follow mode.
1366 2011-08-15  Robert P. Goldman  <rpgoldman@real-time.com>
1368         * org.texi (Easy Templates): Document new template.
1370 2011-08-15  Robert P. Goldman  <rpgoldman@real-time.com>
1372         * org.texi (Literal examples): Add a cross-reference from "Literal
1373         Examples" to "Easy Templates."
1375 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1377         * org.texi (The clock table): Add link to match syntax.
1379 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1381         * org.texi (Agenda commands): Document clock consistency checks.
1383 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1385         * org.texi (Built-in table editor): Document that \vert represents
1386         a vertical bar in a table field.
1388 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1390         * org.texi (Literal examples): Link from "Markup" > "Literate
1391         Examples" to "Working with Source Code".
1393 2011-08-15  Puneeth Chaganti  <punchagan@gmail.com>
1395         * org.texi (Agenda commands): Doc for function option to bulk
1396         action.
1398 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1400         * org.texi (Template expansion): Document new %<...> template
1401         escape.
1403 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1405         * org.texi (Selective export): Document exclusion of any tasks
1406         from export.
1408 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1410         * org.texi (Selective export): Document how to exclude DONE tasks
1411         from export.
1412         (Publishing options): Document the properties to be used to turn off
1413         export of DONE tasks.
1415 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1417         * org.texi (The date/time prompt): Document date range protection.
1419 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1421         * org.texi (padline): Documentation of the new padline header
1422         argument.
1424 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1426         * org.texi (var): Adding "[" to list of characters triggering
1427         elisp evaluation.
1429 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1431         * org.texi (var): Documentation of Emacs Lisp evaluation during
1432         variable assignment.
1434 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1436         * org.texi (colnames): Reference indexing into variables, and note
1437         that colnames are *not* removed before indexing occurs.
1438         (rownames): Reference indexing into variables, and note that
1439         rownames are *not* removed before indexing occurs.
1441 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1443         * org.texi (var): Clarification of indexing into tabular
1444         variables.
1446 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1448         * org.texi (results): Documentation of the `:results wrap' header
1449         argument.
1451 2011-08-15  Bastien Guerry  <bzg@gnu.org>
1453         * org.texi (LaTeX and PDF export): Add a note about a limitation
1454         of the LaTeX export: the org file has to be properly structured.
1456 2011-08-15  Bastien Guerry  <bzg@gnu.org>
1458         * org.texi (Dynamic blocks, Structure editing): Mention
1459         the function `org-narrow-to-block'.
1461 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1463         * org.texi (Languages): Updating list of code block supported
1464         languages.
1466 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1468         * org.texi (Special properties): CATEGORY is a special property,
1469         but it may also used in the drawer.
1471 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1473         * org.texi (mkdirp): Documentation of the :mkdirp header argument.
1475 2011-08-15  Puneeth Chaganti  <punchagan@gmail.com>
1477         * org.texi (Include files): Document :lines.
1479 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1481         * org.texi (comments): Documentation of the ":comments noweb" code
1482         block header argument.
1484 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1486         * org.texi (Conflicts): Changed "yasnippets" to "yasnippet" and
1487         added extra whitespace around functions to be consistent with the
1488         rest of the section.
1490 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1492         * org.texi (Evaluating code blocks): Expanded discussion of
1493         #+call: line syntax.
1494         (Header arguments in function calls): Expanded discussion of
1495         #+call: line syntax.
1497 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1499         * org.texi (Evaluating code blocks): More explicit about how to
1500         pass variables to #+call lines.
1502 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1504         * org.texi (Results of evaluation): Link to the :results header
1505         argument list from the "Results of evaluation" section.
1507 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1509         * org.texi (Conflicts): Adding additional information about
1510         resolving org/yasnippet conflicts.
1512 2011-08-15  David Maus  <dmaus@ictsoc.de>
1514         * org.texi (Publishing options): Document style-include-scripts
1515         publishing project property.
1517 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1519         * org.texi (Sparse trees): Document the next-error /
1520         previous-error functionality.
1522 2011-08-15  Tom Dye  <tsd@tsdye.com>
1524         * org.texi (cache): Improved documentation of code block caches.
1526 2011-08-15  Tom Dye  <tsd@tsdye.com>
1528         * org.texi (Code block specific header arguments): Documentation
1529         of multi-line header arguments.
1531 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1533         * org.texi (Code evaluation security): Add example for using a
1534         function.
1536 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1538         * org.texi (Tables in LaTeX export): Documentation of new
1539         attr_latex options for tables.
1541 2011-08-03  Michael Albinus  <michael.albinus@gmx.de>
1543         * trampver.texi: Update release number.
1545 2011-07-30  Michael Albinus  <michael.albinus@gmx.de>
1547         Sync with Tramp 2.2.2.
1549         * trampver.texi: Update release number.
1551 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1553         * flymake.texi (Example -- Configuring a tool called via make):
1554         Use /dev/null instead of the Windows "nul" (bug#8715).
1556 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1558         * widget.texi (Setting Up the Buffer): Remove mention of the
1559         global keymap parent, which doesn't seem to be accurate
1560         (bug#7045).
1562 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1564         * org.texi (Special agenda views): Fix double quoting (bug#3509).
1566 2010-07-10  Kevin Ryde  <user42@zip.com.au>
1568         * cl.texi (For Clauses): Add destructuring example processing an
1569         alist (bug#6596).
1571 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1573         * ediff.texi (Major Entry Points): Remove mention of `require',
1574         since that's not pertinent in the installed Emacs (bug#9016).
1576 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1578         * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
1579         (Filtering New Groups): Clarify how simple the "options -n" format is.
1580         (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
1581         is internal.
1583 2011-07-04  Michael Albinus  <michael.albinus@gmx.de>
1585         * tramp.texi (Cleanup remote connections): Add
1586         `tramp-cleanup-this-connection'.
1588 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1590         * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
1591         zombies.
1592         (Checking New Groups): Ditto (bug#8974).
1593         (Checking New Groups): Moved the reference to the right place.
1595 2011-07-03  Dave Abrahams  <dave@boostpro.com>  (tiny change)
1597         * gnus.texi (Startup Files): Clarify that we're talking about numbered
1598         backups, and not actual vc (bug#8975).
1600 2011-07-03  Kevin Ryde  <user42@zip.com.au>
1602         * cl.texi (For Clauses): @items for hash-values and key-bindings
1603         to make them more visible when skimming.  Add examples of `using'
1604         clause to them, examples being clearer than a description in
1605         words (bug#6599).
1607 2011-07-01  Alan Mackenzie  <acm@muc.de>
1609         * cc-mode.texi (Guessing the Style): New page.
1610         (Styles): Add a short introduction to above.
1612 2011-06-28  Deniz Dogan  <deniz@dogan.se>
1614         * rcirc.texi (Configuration): Bug-fix:
1615         `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
1616         Reported by Elias Pipping <pipping@exherbo.org>.
1618 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1620         * gnus.texi (Summary Mail Commands): Document
1621         `gnus-summary-reply-to-list-with-original'.
1623 2011-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1625         * eshell.texi (Known problems): Fix typo.
1627 2011-06-12  Michael Albinus  <michael.albinus@gmx.de>
1629         * tramp.texi (Customizing Completion): Mention authinfo-style files.
1630         (Password handling): `auth-source-debug' is good for debug messages.
1632 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
1634         * gnus.texi (Store custom flags and keywords): Refer to
1635         `gnus-registry-article-marks-to-{chars,names}' instead of
1636         `gnus-registry-user-format-function-{M,M2}'.
1638 2011-05-27  Paul Eggert  <eggert@cs.ucla.edu>
1640         * texinfo.tex: Merge from gnulib.
1642 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
1644         * gnus.texi (Gnus Registry Setup): Rename from "Setup".
1645         (Store custom flags and keywords):
1646         Mention `gnus-registry-user-format-function-M' and
1647         `gnus-registry-user-format-function-M2'.
1649 2011-05-17  Paul Eggert  <eggert@cs.ucla.edu>
1651         * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
1653 2011-05-17  Glenn Morris  <rgm@gnu.org>
1655         * gnus.texi (Face): Fix typo.
1657 2011-05-14  Glenn Morris  <rgm@gnu.org>
1659         * dired-x.texi (Omitting Examples): Minor addition.
1661 2011-05-10  Jim Meyering  <meyering@redhat.com>
1663         * ede.texi: Fix typo "or or -> or".
1665 2011-05-03  Peter Münster  <pmlists@free.fr>  (tiny change)
1667         * gnus.texi (Summary Buffer Lines):
1668         gnus-summary-user-date-format-alist does not exist.
1669         (Sorting the Summary Buffer): More about sorting threads.
1671 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
1673         * trampver.texi: Update release number.
1675 2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
1677         * tramp.texi (Frequently Asked Questions): New item for disabling
1678         Tramp in other packages.
1680 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
1682         * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
1683         (Fancy splitting to parent, Store arbitrary data):
1684         Updated gnus-registry docs.
1686 2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
1688         * ede.texi: Fix typos.
1690 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1692         * gnus.texi (Window Layout): @itemize @code doesn't exist.
1693         It's @table @code.
1695 2011-03-19  Antoine Levitt  <antoine.levitt@gmail.com>
1697         * gnus.texi (Listing Groups): Document gnus-group-list-ticked.
1699 2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
1701         * calc.texi (Logarithmic Units): Update the function names.
1703 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1705         * message.texi (Various Commands): Document format specs in the
1706         ellipsis.
1708 2011-03-15  Antoine Levitt  <antoine.levitt@gmail.com>
1710         * message.texi (Insertion Variables): Document message-cite-style.
1712 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
1714         * tramp.texi (Remote processes): New subsection "Running shell on
1715         a remote host".
1717 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1719         * auth.texi (Help for developers): Update docs to explain that the
1720         :save-function will only run the first time.
1722 2011-03-12  Glenn Morris  <rgm@gnu.org>
1724         * Makefile.in (emacs-faq.html): Fix some more cross-refs.
1725         (emacs-faq.text): New target.
1726         (clean): Add emacs-faq.
1728 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
1730         Sync with Tramp 2.2.1.
1732         * trampver.texi: Update release number.
1734 2011-03-11  Glenn Morris  <rgm@gnu.org>
1736         * Makefile.in (HTML_TARGETS): New.
1737         (clean): Delete $HTML_TARGETS.
1738         (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
1740 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
1742         * auth.texi (Help for developers): Show example of using
1743         `auth-source-search' with prompts and :save-function.
1745 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1747         * Version 23.3 released.
1749 2011-03-07  Antoine Levitt  <antoine.levitt@gmail.com>
1751         * message.texi (Message Buffers): Update default value of
1752         message-generate-new-buffers.
1754 2011-03-06  Jay Belanger  <jay.p.belanger@gmail.com>
1756         * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
1757         and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
1758         respectively.
1759         (Musical Notes): New section.
1760         (Customizing Calc): Mention the customizable variable
1761         calc-note-threshold.
1763 2011-03-03  Glenn Morris  <rgm@gnu.org>
1765         * url.texi (Dealing with HTTP documents): Remove reference to
1766         function url-decode-text-part; never seems to have existed.  (Bug#6038)
1767         (Configuration): Update url-configuration-directory description.
1769 2011-03-02  Glenn Morris  <rgm@gnu.org>
1771         * dired-x.texi (Multiple Dired Directories): Remove mentions
1772         of dired-default-directory-alist and dired-default-directory.
1773         Move dired-smart-shell-command here...
1774         (Miscellaneous Commands): ... from here.
1776 2011-03-02  Paul Eggert  <eggert@cs.ucla.edu>
1778         * texinfo.tex: Update to version 2011-02-24.09.
1780 2011-03-02  Glenn Morris  <rgm@gnu.org>
1782         * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
1783         instead of the obsoleted dired-omit-here-always.
1785 2011-02-28  Michael Albinus  <michael.albinus@gmx.de>
1787         * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
1788         supported systems.
1790 2011-02-28  Glenn Morris  <rgm@gnu.org>
1792         * dbus.texi (Type Conversion): Grammar fix.
1794 2011-02-23  Michael Albinus  <michael.albinus@gmx.de>
1796         * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
1797         "Debian GNU/Linux".
1799         * trampver.texi [xemacs]: Set emacsothername to "Emacs".
1801 2011-02-23  Glenn Morris  <rgm@gnu.org>
1803         * dired-x.texi (Features): Minor rephrasing.
1804         (Local Variables): Fix typos.
1806         * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
1807         Standardize some Emacs/XEmacs terminology.
1809         * dired-x.texi (Features): Don't advertise obsolete local variables.
1810         Simplify layout.
1811         (Omitting Variables): Update local variables example.
1812         (Local Variables): Say this is obsolete.  Fix description of
1813         dired-enable-local-variables possible values.
1815 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
1817         * auth.texi (Help for users): Mention ~/.netrc is also searched by
1818         default now.
1820 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1822         * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
1824 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1826         * gnus.texi (Window Layout): Document layout names.
1828 2011-02-19  Eli Zaretskii  <eliz@gnu.org>
1830         * ada-mode.texi: Sync @dircategory with ../../info/dir.
1831         * auth.texi: Sync @dircategory with ../../info/dir.
1832         * autotype.texi: Sync @dircategory with ../../info/dir.
1833         * calc.texi: Sync @dircategory with ../../info/dir.
1834         * cc-mode.texi: Sync @dircategory with ../../info/dir.
1835         * cl.texi: Sync @dircategory with ../../info/dir.
1836         * dbus.texi: Sync @dircategory with ../../info/dir.
1837         * dired-x.texi: Sync @dircategory with ../../info/dir.
1838         * ebrowse.texi: Sync @dircategory with ../../info/dir.
1839         * ede.texi: Sync @dircategory with ../../info/dir.
1840         * ediff.texi: Sync @dircategory with ../../info/dir.
1841         * edt.texi: Sync @dircategory with ../../info/dir.
1842         * eieio.texi: Sync @dircategory with ../../info/dir.
1843         * emacs-mime.texi: Sync @dircategory with ../../info/dir.
1844         * epa.texi: Sync @dircategory with ../../info/dir.
1845         * erc.texi: Sync @dircategory with ../../info/dir.
1846         * eshell.texi: Sync @dircategory with ../../info/dir.
1847         * eudc.texi: Sync @dircategory with ../../info/dir.
1848         * flymake.texi: Sync @dircategory with ../../info/dir.
1849         * forms.texi: Sync @dircategory with ../../info/dir.
1850         * gnus.texi: Sync @dircategory with ../../info/dir.
1851         * idlwave.texi: Sync @dircategory with ../../info/dir.
1852         * mairix-el.texi: Sync @dircategory with ../../info/dir.
1853         * message.texi: Sync @dircategory with ../../info/dir.
1854         * mh-e.texi: Sync @dircategory with ../../info/dir.
1855         * newsticker.texi: Sync @dircategory with ../../info/dir.
1856         * nxml-mode.texi: Sync @dircategory with ../../info/dir.
1857         * org.texi: Sync @dircategory with ../../info/dir.
1858         * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
1859         * pgg.texi: Sync @dircategory with ../../info/dir.
1860         * rcirc.texi: Sync @dircategory with ../../info/dir.
1861         * reftex.texi: Sync @dircategory with ../../info/dir.
1862         * remember.texi: Sync @dircategory with ../../info/dir.
1863         * sasl.texi: Sync @dircategory with ../../info/dir.
1864         * sc.texi: Sync @dircategory with ../../info/dir.
1865         * semantic.texi: Sync @dircategory with ../../info/dir.
1866         * ses.texi: Sync @dircategory with ../../info/dir.
1867         * sieve.texi: Sync @dircategory with ../../info/dir.
1868         * smtpmail.texi: Sync @dircategory with ../../info/dir.
1869         * speedbar.texi: Sync @dircategory with ../../info/dir.
1870         * trampver.texi [emacs]: Set emacsname to "Emacs".
1871         * tramp.texi: Sync @dircategory with ../../info/dir.
1872         * url.texi: Sync @dircategory with ../../info/dir.
1873         * vip.texi: Sync @dircategory with ../../info/dir.
1874         * viper.texi: Sync @dircategory with ../../info/dir.
1875         * widget.texi: Sync @dircategory with ../../info/dir.
1876         * woman.texi: Sync @dircategory with ../../info/dir.
1878 2011-02-19  Glenn Morris  <rgm@gnu.org>
1880         * dired-x.texi (Technical Details): No longer redefines
1881         dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
1882         dired-read-shell-command, or dired-find-buffer-nocreate.
1884 2011-02-18  Glenn Morris  <rgm@gnu.org>
1886         * dired-x.texi (Optional Installation File At Point): Simplify.
1888 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
1890         * auth.texi (Help for users): Use :port instead of :protocol for all
1891         auth-source docs.
1892         (GnuPG and EasyPG Assistant Configuration): Mention the default now is
1893         to have two files in `auth-sources'.
1895 2011-02-16  Glenn Morris  <rgm@gnu.org>
1897         * dired-x.texi: Use emacsver.texi to get Emacs version.
1898         * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
1899         Depend on emacsver.texi.
1901         * dired-x.texi: Drop meaningless version number.
1902         (Introduction): Remove old info.
1903         (Optional Installation Dired Jump): Autoload from dired-x.
1904         Remove incorrect info about loaddefs.el.
1905         (Bugs): Just refer to M-x report-emacs-bug.
1907         * dired-x.texi (Multiple Dired Directories): Update for rename of
1908         default-directory-alist.
1909         (Miscellaneous Commands): No longer mention very old VM version 4.
1911 2011-02-15  Paul Eggert  <eggert@cs.ucla.edu>
1913         Merge from gnulib.
1914         * texinfo.tex: Update to version 2011-02-14.11.
1916 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
1918         * auth.texi (Help for users):
1919         Login collection is "Login" and not "login".
1921 2011-02-13  Michael Albinus  <michael.albinus@gmx.de>
1923         * tramp.texi (History): Remove IMAP support.
1924         (External methods, Frequently Asked Questions): Remove `imap' and
1925         `imaps' methods.
1926         (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
1928         * trampver.texi: Remove default value of `emacsimap'.
1930 2011-02-13  Glenn Morris  <rgm@gnu.org>
1932         * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
1933         * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
1935 2011-02-12  Glenn Morris  <rgm@gnu.org>
1937         * sc.texi (Getting Connected): Remove old index entries.
1939 2011-02-12  Ulrich Mueller  <ulm@gentoo.org>
1941         * url.texi: Remove duplicate @dircategory (Bug#7942).
1943 2011-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
1945         * auth.texi (Overview, Help for users, Help for developers):
1946         Update docs.
1947         (Help for users): Talk about spaces.
1949 2011-02-09  Paul Eggert  <eggert@cs.ucla.edu>
1951         * texinfo.tex: Update to version 2011-02-07.16.
1953 2011-02-07  Michael Albinus  <michael.albinus@gmx.de>
1955         * dbus.texi (Bus names): Adapt descriptions for
1956         dbus-list-activatable-names and dbus-list-known-names.
1958 2011-02-07  Jay Belanger  <jay.p.belanger@gmail.com>
1960         * calc.texi (Logarithmic Units): New section.
1962 2011-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
1964         * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
1965         manuals use it now.
1967         * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
1969 2011-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1971         * overrides.texi: Remove.
1973         * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
1974         * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
1976 2011-02-05  Michael Albinus  <michael.albinus@gmx.de>
1978         * tramp.texi (Frequently Asked Questions): Mention problems with
1979         WinSSHD.
1981         * trampver.texi: Update release number.
1983 2011-02-05  Era Eriksson  <era+tramp@iki.fi>  (tiny change)
1985         * tramp.texi:
1986         Replace "delimet" with "delimit" globally.
1987         Replace "explicite" with "explicit" globally.
1988         Replace "instead of" with "instead" where there was nothing after "of".
1989         Audit use of comma before interrogative pronoun, "that", or "which".
1990         Minor word order, spelling, wording changes.
1992 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
1994         * overrides.texi: New file to set or clear WEBHACKDEVEL.
1996         * sieve.texi: Use WEBHACKDEVEL.
1998         * sasl.texi: Use WEBHACKDEVEL.
2000         * pgg.texi: Use WEBHACKDEVEL.
2002         * message.texi: Use WEBHACKDEVEL.
2004         * gnus.texi: Use WEBHACKDEVEL.
2006         * emacs-mime.texi: Use WEBHACKDEVEL.
2008         * auth.texi: Use WEBHACKDEVEL.
2010         * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
2011         manuals.
2013 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
2015         * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
2017 2011-02-03  Paul Eggert  <eggert@cs.ucla.edu>
2019         * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
2020         which in turn is copied from ftp://tug.org/tex/.
2022 2011-02-03  Glenn Morris  <rgm@gnu.org>
2024         * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
2025         (Binding combinations of modifiers and function keys):
2026         Let's assume people reading this are not using Emacs 18.
2028 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2030         * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
2031         since it's run automatically.
2033 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2035         * gnus.texi (Customizing Articles): Fix typo.
2037 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2039         * gnus.texi (Customizing Articles): Document the new way of customizing
2040         the date headers(s).
2042 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2044         * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
2045         splitting example.
2047 2011-01-29  Eli Zaretskii  <eliz@gnu.org>
2049         * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
2050         (MAKEINFO_OPTS): New variable.
2051         (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
2052         ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
2053         ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
2054         ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
2055         ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
2056         ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
2057         ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
2058         ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
2059         ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
2060         ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
2061         ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
2062         ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
2063         ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
2064         ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
2065         ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
2066         ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
2067         ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
2068         ($(infodir)/edt): Use $(MAKEINFO_OPTS).
2070 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2072         * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
2074 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
2076         * message.texi (IDNA): Explain what it is.
2078 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2080         * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
2082 2011-01-23  Werner Lemberg  <wl@gnu.org>
2084         * Makefile.in (MAKEINFO): Now controlled by `configure'.
2085         (MAKEINFO_OPTS): New variable.  Use it where appropriate.
2086         (ENVADD): Update.
2088 2011-01-18  Glenn Morris  <rgm@gnu.org>
2090         * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
2092 2011-01-14  Eduard Wiebe  <usenet@pusto.de>
2094         * nxml-mode.texi (Introduction): Fix file name typos.
2096 2011-01-13  Christian Ohler  <ohler@gnu.org>
2098         * ert.texi: New file.
2100         * Makefile.in:
2101         * makefile.w32-in: Add ert.texi.
2103 2011-01-10  Jan Moringen  <jan.moringen@uni-bielefeld.de>
2105         * dbus.texi (Receiving Method Calls): New function
2106         dbus-register-service.  Rearrange node.
2108 2011-01-07  Paul Eggert  <eggert@cs.ucla.edu>
2110         * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
2111         which in turn is copied from ftp://tug.org/tex/.
2113 2011-01-04  Jan Moringen  <jan.moringen@uni-bielefeld.de>
2115         * dbus.texi (Receiving Method Calls): Describe new optional
2116         parameter dont-register-service of dbus-register-{method,property}.
2118 2010-12-17  Daiki Ueno  <ueno@unixuser.org>
2120         * epa.texi (Encrypting/decrypting *.gpg files):
2121         Mention epa-file-select-keys.
2123 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2125         * gnus.texi (Archived Messages): Remove outdated text.
2127 2010-12-16  Teodor Zlatanov  <tzz@lifelogs.com>
2129         * gnus.texi (Foreign Groups): Add clarification of foreign groups.
2131 2010-12-15  Andrew Cohen  <cohen@andy.bu.edu>
2133         * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
2135 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
2137         * gnus.texi (The swish++ Engine): Add customizable parameters
2138         descriptions.
2139         (The swish-e Engine): Ditto.
2141 2010-12-14  Michael Albinus  <michael.albinus@gmx.de>
2143         * tramp.texi (Inline methods): Add "ksu" method.
2144         (Remote processes): Add example with remote `default-directory'.
2146 2010-12-14  Glenn Morris  <rgm@gnu.org>
2148         * faq.texi (Expanding aliases when sending mail):
2149         Now build-mail-aliases is interactive.
2151 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
2153         * gnus.texi: First pass at adding (rough) nnir documentation.
2155 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2157         * gnus.texi (Filtering New Groups):
2158         Mention gnus-auto-subscribed-categories.
2159         (The First Time): Remove, since default-subscribed-newsgroups has been
2160         removed.
2162 2010-12-13  Glenn Morris  <rgm@gnu.org>
2164         * cl.texi (For Clauses): Small fixes for frames and windows.
2166 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
2168         * org.texi (Using capture): Document using prefix arguments for
2169         finalizing capture.
2170         (Agenda commands): Document prefix argument for the bulk scatter
2171         command.
2172         (Beamer class export): Document that also overlay arguments can be
2173         passed to the column environment.
2174         (Template elements): Document the new entry type.
2176 2010-12-11  Puneeth Chaganti  <punchagan@gmail.com>
2178         * org.texi (Include files): Document :minlevel.
2180 2010-12-11  Julien Danjou  <julien@danjou.info>
2182         * org.texi (Categories): Document category icons.
2184 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
2186         * org.texi (noweb): Fix typo.
2188 2010-12-06  Tassilo Horn  <tassilo@member.fsf.org>
2190         * gnus.texi (Server Commands): Point to the rest of the server
2191         commands.
2193 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2195         * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
2196         g'.
2198 2010-12-02  Julien Danjou  <julien@danjou.info>
2200         * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
2202 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2204         * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
2205         (Direct Functions): Note the STARTTLS upgrade.
2207 2010-11-27  Glenn Morris  <rgm@gnu.org>
2208             James Clark  <none@example.com>
2210         * nxml-mode.texi (Introduction): New section.
2212 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2214         * gnus.texi (Server Commands): Document gnus-server-show-server.
2216 2010-11-20  Michael Albinus  <michael.albinus@gmx.de>
2218         Sync with Tramp 2.2.0.
2220         * trampver.texi: Update release number.
2222 2010-11-19  Jay Belanger  <jay.p.belanger@gmail.com>
2224         * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
2225         Mention that the TeX specific units won't use the `tex' prefix
2226         in TeX mode.
2228 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2230         * gnus.texi (Misc Article): Document gnus-inhibit-images.
2232 2010-11-17  Glenn Morris  <rgm@gnu.org>
2234         * edt.texi: Remove information about Emacs 19.
2236 2010-11-17  Michael Albinus  <michael.albinus@gmx.de>
2238         * trampver.texi: Update release number.
2240 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2242         * gnus.texi (Article Washing): Fix typo.
2244 2010-11-11  Noorul Islam  <noorul@noorul.com>
2246         * org.texi: Fix typo.
2248 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2250         * org.texi (Using capture): Explain that refiling is
2251         sensitive to cursor position.
2253 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2255         * org.texi (Images and tables): Add cross reference to link section.
2257 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2259         * org.texi: Document the <c> cookie.
2261 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2263         * org.texi: Multi-line header arguments :PROPERTIES: :ID:
2264         b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
2266 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2268         * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
2270 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2272         * org.texi (Project alist): Mention that this is a property list.
2274 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2276         * org.texi (Setting up the staging area): Document that
2277         file names remain visible when encrypting the MobileOrg files.
2279 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2281         * org.texi (Setting up the staging area): Document which
2282         versions are needed for encryption.
2284 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2286         * org.texi (noweb): Update :noweb documentation to
2287         reflect the new "tangle" argument.
2289 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2291         * org.texi (Batch execution): Improve tangling script in
2292         documentation.
2294 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2296         * org.texi (Handling links):
2297         (In-buffer settings): Document inlining images on startup.
2299 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2301         * org.texi (Setting up the staging area): Document use of
2302         crypt password.
2304 2010-11-11  David Maus  <dmaus@ictsoc.de>
2306         * org.texi (Template expansion): Add date related link type escapes.
2308 2010-11-11  David Maus  <dmaus@ictsoc.de>
2310         * org.texi (Template expansion): Add mew in table for link type
2311         escapes.
2313 2010-11-11  David Maus  <dmaus@ictsoc.de>
2315         * org.texi (Template expansion): Fix typo in link type escapes.
2317 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2319         * org.texi (Structure of code blocks): Another documentation tweak.
2321 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2323         * org.texi (Structure of code blocks): Documentation tweak.
2325 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2327         * org.texi (Structure of code blocks):
2328         Update documentation to mention inline code block syntax.
2330 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2332         * org.texi (comments): Improve wording.
2334 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2336         * org.texi (comments): Document the new :comments header arguments.
2338 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2340         * org.texi (Installation): Remove the special
2341         installation instructions for XEmacs.
2343 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
2345         * org.texi (Easy Templates): New section.  Documents quick
2346         insertion of empty structural elements.
2348 2010-11-11  Noorul Islam  <noorul@noorul.com>
2350         * org.texi: Fix doc.
2352 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
2354         * org.texi (The date/time prompt): Document specification
2355         of time ranges.
2357 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2359         * org.texi (Internal links): Document the changes in
2360         internal links.
2362 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2364         * org.texi (Agenda commands): Document the limitation for
2365         the filter preset - it can only be used for an entire agenda
2366         view, not in an individual block in a block agenda.
2368 2010-11-11  Eric S Fraga  <e.fraga@ucl.ac.uk>
2370         * org.texi (iCalendar export): Document alarm creation.
2372 2010-11-10  Michael Albinus  <michael.albinus@gmx.de>
2374         * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
2376 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2378         * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
2380 2010-11-09  Jay Belanger  <jay.p.belanger@gmail.com>
2382         * calc.texi: Use emacsver.texi to determine Emacs version.
2384 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2386         * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
2387         since that works by default.
2389 2010-11-03  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2391         * gnus.texi (Customizing the IMAP Connection): Document
2392         `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
2394 2010-11-04  Michael Albinus  <michael.albinus@gmx.de>
2396         * tramp.texi (Remote shell setup): New item "Interactive shell
2397         prompt".  Reported by Christian Millour <cm@abtela.com>.
2398         (Remote shell setup, Remote processes): Use @code{} for
2399         environment variables.
2401 2010-11-03  Glenn Morris  <rgm@gnu.org>
2403         * ediff.texi (Quick Help Commands, Miscellaneous):
2404         * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
2406 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2408         * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
2410 2010-10-31  Glenn Morris  <rgm@gnu.org>
2412         * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
2414 2010-10-31  Glenn Morris  <rgm@gnu.org>
2416         * cc-mode.texi: Remove reference to defunct viewcvs URL.
2418 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2420         * gnus.texi (Client-Side IMAP Splitting):
2421         Mention nnimap-unsplittable-articles.
2423 2010-10-29  Julien Danjou  <julien@danjou.info>
2425         * gnus.texi (Finding the News): Remove references to obsoletes
2426         variables `gnus-nntp-server' and `gnus-secondary-servers'.
2428 2010-10-29  Eli Zaretskii  <eliz@gnu.org>
2430         * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
2431         (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
2432         ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
2433         ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
2435 2010-10-28  Glenn Morris  <rgm@gnu.org>
2437         * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
2438         (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
2439         ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
2441 2010-10-25  Daiki Ueno  <ueno@unixuser.org>
2443         * epa.texi (Mail-mode integration): Add alternative key bindings
2444         for epa-mail commands; escape comma.
2445         Don't use the word "PGP", since it is a non-free program.
2447 2010-10-24  Jay Belanger  <jay.p.belanger@gmail.com>
2449         * calc.texi: Use emacsver.texi to determine Emacs version.
2451 2010-10-24  Juanma Barranquero  <lekktu@gmail.com>
2453         * gnus.texi (Group Parameters, Buttons): Fix typos.
2455 2010-10-22  Tassilo Horn  <tassilo@member.fsf.org>
2457         * gnus.texi (Subscription Commands): Mention that you can also
2458         subscribe to new groups via the Server buffer, which is probably more
2459         convenient when subscribing to many groups.
2461 2010-10-21  Julien Danjou  <julien@danjou.info>
2463         * message.texi (Message Headers): Allow message-default-headers to be a
2464         function.
2466 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2468         * gnus-news.texi: Mention new archive defaults.
2470 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2472         * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
2474 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2476         * gnus.texi (HTML): Document the function value of
2477         gnus-blocked-images.
2478         (Article Washing): shr and gnus-w3m, not the direct function names.
2480 2010-10-20  Julien Danjou  <julien@danjou.info>
2482         * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
2483         variable.
2485 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2487         * gnus.texi (Customizing the IMAP Connection): The port strings are
2488         strings.
2489         (Document Groups): Mention git.
2491 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2493         * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
2494         bzr/Gnus git sync.
2496 2010-10-15  Eli Zaretskii  <eliz@gnu.org>
2498         * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
2499         change.
2501 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2503         * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
2504         @item syntax for in-Emacs makeinfo.
2506 2010-10-13  Teodor Zlatanov  <tzz@lifelogs.com>
2508         * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
2509         trim sentence.
2511 2010-10-12  Daiki Ueno  <ueno@unixuser.org>
2513         * epa.texi (Caching Passphrases):
2514         * auth.texi (GnuPG and EasyPG Assistant Configuration):
2515         Clarify some configurations require to set up gpg-agent.
2517 2010-10-11  Glenn Morris  <rgm@gnu.org>
2519         * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
2521 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2523         * gnus.texi (Spam Package Introduction): Mention `$'.
2525 2010-10-09  Eli Zaretskii  <eliz@gnu.org>
2527         * makefile.w32-in (emacsdir): New variable.
2528         ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
2529         (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
2531 2010-10-09  Glenn Morris  <rgm@gnu.org>
2533         * Makefile.in (mostlyclean): Delete *.toc.
2535         * Makefile.in: Use $< in rules.
2537         * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
2539         * Makefile.in ($(infodir)): Delete rule.
2540         (mkinfodir): New.  Use it in all the info rules, rather than depending
2541         on infodir.
2543 2010-10-09  Glenn Morris  <rgm@gnu.org>
2545         * gnus.texi (Article Washing): Fix previous change.
2547         * Makefile.in (emacsdir): New variable.
2548         ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
2549         Depend on emacsver.texi.
2551         * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
2553         * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
2555 2010-10-08  Julien Danjou  <julien@danjou.info>
2557         * gnus.texi: Add mm-shr.
2559 2010-10-08  Ludovic Courtès  <ludo@gnu.org>
2561         * gnus.texi (Finding the Parent, The Gnus Registry)
2562         (Registry Article Refer Method): Update docs for nnregistry.el.
2564 2010-10-08  Daiki Ueno  <ueno@unixuser.org>
2566         * auth.texi (Help for users)
2567         (GnuPG and EasyPG Assistant Configuration): Update docs.
2569 2010-10-08  Glenn Morris  <rgm@gnu.org>
2571         * cl.texi (Organization, Installation, Old CL Compatibility):
2572         Deprecate cl-compat for new code.
2573         (Usage, Installation): Remove outdated information.
2575         * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
2577 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2579         * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
2581 2010-10-06  Julien Danjou  <julien@danjou.info>
2583         * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
2585         * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
2586         broken link.
2588         * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
2590         * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
2591         to ReiserFS.
2593         * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
2594         (FAQ 7-1): Fix getmail URL.
2596 2010-10-06  Daiki Ueno  <ueno@unixuser.org>
2598         * epa.texi (Caching Passphrases): New section.
2600 2010-10-06  Glenn Morris  <rgm@gnu.org>
2602         * Makefile.in (SHELL): Set it.
2603         (info): Move the mkdir dependency to the individual info files.
2604         (mostlyclean): Tidy up.
2605         (clean): Only delete the specific dvi and pdf files.
2606         (maintainer-clean): Be more restrictive in what we delete.
2607         ($(infodir)): Add parallel build workaround.
2609 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2611         * gnus.texi (Misc Article): Document gnus-widen-article-window.
2613 2010-10-03  Julien Danjou  <julien@danjou.info>
2615         * emacs-mime.texi (Display Customization):
2616         Update mm-inline-large-images documentation and add documentation for
2617         mm-inline-large-images-proportion.
2619 2010-10-03  Michael Albinus  <michael.albinus@gmx.de>
2621         * tramp.texi (Frequently Asked Questions):
2622         Mention remote-file-name-inhibit-cache.
2624 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2626         * gnus.texi (Splitting Mail): Fix @xref syntax.
2627         (Splitting Mail): Really fix the @ref syntax.
2629 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2631         * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
2632         (Article Hiding): Add google banner example.
2633         Suggested by Benjamin Xu.
2635 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2637         * gnus.texi (Spam Package Configuration Examples, SpamOracle):
2638         Remove nnimap-split-rule from examples.
2640 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2642         * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
2643         (NNTP): Document nntp-server-list-active-group.  Suggested by Barry
2644         Fishman.
2645         (Client-Side IMAP Splitting): Add nnimap-split-fancy.
2647 2010-09-30  Julien Danjou  <julien@danjou.info>
2649         * gnus.texi (Gravatars): Fix documentation about
2650         gnu-gravatar-properties.
2652 2010-09-29  Daiki Ueno  <ueno@unixuser.org>
2654         * epa.texi (Bug Reports): New section.
2656 2010-09-29  Glenn Morris  <rgm@gnu.org>
2658         * Makefile.in (top_srcdir): Remove unused variable.
2660 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2662         * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
2663         (Client-Side IMAP Splitting): Document 'default.
2665 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2667         * gnus.texi (Customizing the IMAP Connection):
2668         Document nnimap-fetch-partial-articles.
2670 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2672         * gnus-news.texi: Mention nnimap-inbox.
2674         * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
2676 2010-09-26  Julien Danjou  <julien@danjou.info>
2678         * gnus.texi (Oort Gnus): Remove mention of ssl.el.
2680 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2682         * gnus.texi (Security): Remove gpg.el mention.
2684 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2686         * gnus.texi (Browse Foreign Server): New variable
2687         gnus-browse-subscribe-newsgroup-method.
2689         * gnus-news.texi: Mention it.
2691 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2693         * gnus.texi (NoCeM): Remove.
2694         (Startup Variables): No jingle.
2696 2010-09-25  Ulrich Mueller  <ulm@gentoo.org>
2698         * woman.texi (Interface Options): xz compression is now supported.
2700 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2702         * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
2703         (Unavailable Servers): Document gnus-server-copy-server.
2704         (Using IMAP): Document the new nnimap.
2706 2010-09-25  Julien Danjou  <julien@danjou.info>
2708         * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
2710 2010-09-24  Glenn Morris  <rgm@gnu.org>
2712         * url.texi (Disk Caching): Tweak previous change.
2714 2010-09-24  Julien Danjou  <julien@danjou.info>
2716         * url.texi (Disk Caching): Mention url-cache-expire-time,
2717         url-cache-expired, and url-fetch-from-cache.
2719 2010-09-24  Julien Danjou  <julien@danjou.info>
2721         * gnus.texi: Add Gravatars.
2723 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2725         * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
2727 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2729         * gnus.texi (Expunging mailboxes): Update name of the expunging
2730         command.
2732 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2734         * emacs-mime.texi (rfc2047): Update description for
2735         rfc2047-encode-parameter.
2737 2010-09-13  Michael Albinus  <michael.albinus@gmx.de>
2739         * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
2740         "fish" methods.
2741         (External methods): Remove "scp1_old" and "scp2_old" methods.
2743 2010-09-09  Michael Albinus  <michael.albinus@gmx.de>
2745         * tramp.texi: Remove Japanese manual.  Fix typo.
2747         * trampver.texi: Update release number.  Remove japanesemanual.
2749 2010-09-09  Glenn Morris  <rgm@gnu.org>
2751         * org.texi: Restore clobbered changes (copyright years, untabify).
2753 2010-09-04  Julien Danjou  <julien@danjou.info>  (tiny change)
2755         * gnus.texi (Adaptive Scoring): Fix typo.
2757 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2759         * gnus.texi (Article Display): Document gnus-html-show-images.
2761 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
2763         * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
2765 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2767         * gnus.texi (HTML): Document gnus-max-image-proportion.
2769 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2771         * gnus.texi (HTML): Document gnus-blocked-images.
2773         * message.texi (Wide Reply): Document message-prune-recipient-rules.
2775 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2777         * gnus.texi (Summary Mail Commands): Note that only the addresses from
2778         the first message are used for wide replies.
2779         (Changing Servers): Remove documentation on gnus-change-server and
2780         friends, since it's been removed.
2782 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2784         * gnus.texi (Drafts): Mention B DEL.
2786 2010-08-29  Tim Landscheidt  <tim@tim-landscheidt.de>  (tiny change)
2788         * gnus.texi (Delayed Articles): Mention that the Date header is the
2789         original one, even if you delay.
2791 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2793         * gnus.texi (Asynchronous Fetching):
2794         Document gnus-async-post-fetch-function.
2795         (HTML): Made into its own section.
2797 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
2799         Sync with Tramp 2.1.19.
2801         * tramp.texi (Inline methods, Default Method): Mention
2802         `tramp-inline-compress-start-size'.  Remove "kludgy" phrase.
2803         Remove remark about doubled "-t" argument.
2804         (Auto-save and Backup): Remove reference to Emacs 21.
2805         (Filename Syntax): Describe port numbers.
2806         (Frequently Asked Questions): Adapt supported (X)Emacs versions.  Adapt
2807         supported MS Windows versions.  Remove obsolete URL.  Recommend "sshx"
2808         and "scpx" for echoing shells.  Use the $() syntax, texi2dvi reports
2809         errors with the backquotes.
2810         (External packages): File attributes cache flushing for asynchronous
2811         processes.
2812         (Traces and Profiles): Describe verbose level 9.
2814         * trampver.texi: Update release number.
2816 2010-08-23  Michael Albinus  <michael.albinus@gmx.de>
2818         * dbus.texi (Alternative Buses): New chapter.
2820 2010-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2822         * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
2824 2010-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
2826         * calc.texi (Customizing Calc): Rearrange description of new
2827         variables to match the presentation of other variables.
2829 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
2831         * org.texi (Footnotes, Tables in HTML export): Fix typos.
2833 2010-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
2835         * calc.texi (Making Selections, Selecting Subformulas)
2836         (Customizing Calc): Mention how to use faces to emphasize selected
2837         sub-formulas.
2839 2010-08-05  Michael Albinus  <michael.albinus@gmx.de>
2841         * tramp.texi (External packages): File attributes cache flushing
2842         for asynchronous processes.
2844 2010-08-01  Alan Mackenzie  <acm@muc.de>
2846         Enhance the manual for the latest Java Mode.
2848         * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
2849         annotation-var-cont.
2850         (Java Symbols): Page renamed from Anonymous Class Symbol.  Document the
2851         two new symbols.
2853 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
2855         * tramp.texi (Traces and Profiles): Describe verbose level 9.
2857 2010-07-27  Chong Yidong  <cyd@stupidchicken.com>
2859         * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
2861 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
2863         * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
2865 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
2867         * org.texi: Add macros to get plain quotes in PDF output.
2868         List additional contributors.
2869         (Capture): New section, replaces the section about remember.
2870         (Working With Source Code): New chapter, focused on documenting Org
2871         Babel.
2872         (Code evaluation security): New section.
2873         (MobileOrg): Document DropBox support.
2874         (TaskJuggler export): Document taskjuggler and Gantt chart support.
2875         (Special symbols): Show how to display UTF8 characters for entities.
2876         (Global TODO list): Clarify the use of the "M" key and the differences
2877         to the "m" key.
2878         (RSS Feeds): Mention Atom feeds as well.
2879         (Setting tags): Remove paragraph about
2880         `org-complete-tags-always-offer-all-agenda-tags'.
2882 2010-07-17  Michael Albinus  <michael.albinus@gmx.de>
2884         * tramp.texi (Inline methods): Remove remark about doubled "-t"
2885         argument.
2886         (Frequently Asked Questions): Recommend "sshx" and "scpx" for
2887         echoing shells.
2889 2010-07-10  Michael Albinus  <michael.albinus@gmx.de>
2891         * tramp.texi (Inline methods): Remove "kludgy" phrase.
2892         (Filename Syntax): Describe port numbers.
2894 2010-07-09  Michael Albinus  <michael.albinus@gmx.de>
2896         * dbus.texi (Top): Introduce Index.  Emphasize "nil" whereever
2897         forgotten.
2898         (Type Conversion): Precise conversion of natural numbers.
2899         (Errors and Events): Add "debugging" to concept index.  Add variable
2900         `dbus-debug'.
2902 2010-07-04  Michael Albinus  <michael.albinus@gmx.de>
2904         * dbus.texi (Receiving Method Calls): Add optional argument
2905         EMITS-SIGNAL to `dbus-register-property'.
2907 2010-06-27  Alex Schroeder  <alex@gnu.org>
2909         * nxml-mode.texi (Commands for locating a schema): Fix typo.
2911 2010-06-24  Glenn Morris  <rgm@gnu.org>
2913         * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
2914         * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
2915         * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
2916         * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
2917         * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
2918         * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
2919         * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
2920         * woman.texi: Start direntry descriptions in column 32, per Texinfo
2921         convention.   Make them end with a period.
2923 2010-06-23  Glenn Morris  <rgm@gnu.org>
2925         * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
2926         * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
2927         * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
2928         * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
2929         * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
2930         * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
2932 2010-06-10  Glenn Morris  <rgm@gnu.org>
2934         * idlwave.texi (Load-Path Shadows):
2935         * org.texi (Handling links): Fix typos.
2937 2010-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
2939         * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
2941 2010-05-26  Michael Albinus  <michael.albinus@gmx.de>
2943         * eshell.texi (Built-ins): Describe, how to disable a built-in command
2944         by an alias.  (Bug#6226)
2946 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
2948         * calc.texi (Manipulating Vectors): Mention that vectors can
2949         be used to determine bins for `calc-histogram'.
2951 2010-05-13  Jay Belanger  <jay.p.belanger@gmail.com>
2953         * calc.texi: Remove "\turnoffactive" commands throughout.
2955 2010-05-08  Å tÄ›pán NÄ›mec  <stepnem@gmail.com>  (tiny change)
2957         * url.texi (HTTP language/coding, Customization):
2958         * message.texi (Header Commands, Responses):
2959         * cl.texi (Argument Lists): Fix typos.
2961 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
2963         * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
2964         Note that Development menu is always available.
2965         (Creating a project): Fix terminology.
2966         (Add/Remove files): Fix typo.
2968 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
2970         * Version 23.2 released.
2972 2010-05-01  Daniel E. Doherty  <ddoherty03@gmail.com>  (tiny change)
2974         * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
2976 2010-05-01  Michael Albinus  <michael.albinus@gmx.de>
2978         * tramp.texi (Inline methods, Default Method):
2979         Mention `tramp-inline-compress-start-size'.
2981 2010-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
2983         * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
2984         the CVS repo.  Put the Git repo in the news section.
2986         * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
2987         Removed some mentions of CVS.  Mention the new Git repo.
2989 2010-04-18  Andreas Seltenreich  <seltenreich@gmx.de>
2991         * gnus.texi (Score File Format): Fix typo.  Reported by Å tÄ›pán NÄ›mec.
2992         (Mail Group Commands): Add index entry.
2994 2010-04-18  Glenn Morris  <rgm@gnu.org>
2996         * info.texi (Search Index): Mention Emacs's Info-virtual-index.
2998 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
3000         * calc.texi (Radix modes): Mention that the option prefix will
3001         turn on twos-complement mode.
3002         (Inverse and Hyperbolic Flags): Mention the Option flag.
3004 2010-04-15  Carsten Dominik  <carsten.dominik@gmail.com>
3006         * org.texi (LaTeX and PDF export): Add a footnote about xetex.
3007         (LaTeX/PDF export commands): Rename and Move section.
3008         (Sectioning structure): Update.
3009         (References): New use case for field coordinates.
3010         (The export dispatcher): Rename from ASCII export.
3011         (Setting up the staging area): Document the availability of
3012         encryption for MobileOrg.
3013         (Images and tables): Document how to reference labels.
3014         (Index entries): New section.
3015         (Generating an index): New section.
3016         (Column width and alignment): Document that <N> now
3017         means a fixed width, not a maximum width.
3018         (Publishing options): Document the :email option.
3019         (Beamer class export): Fix bug in the BEAMER example.
3020         (Refiling notes): Document refile logging.
3021         (In-buffer settings): Document refile logging keywords.
3022         (Drawers): Document `C-c C-z' command.
3023         (Agenda commands): Mention the alternative key `C-c C-z'.
3024         (Special properties): Document the BLOCKED property.
3025         (The spreadsheet): Mention the formula editor.
3026         (References): Document field coordinates.
3027         (Publishing action): Correct the documentation for the
3028         publishing function.
3029         (The date/time prompt): Document that we accept dates
3030         like month/day/year.
3031         (Cooperation): Document the changes in table.el support.
3032         (Faces for TODO keywords, Faces for TODO keywords)
3033         (Priorities): Document the easy colors.
3034         (Visibility cycling): Document the new double prefix
3035         arg for `org-reveal'.
3036         (Cooperation): Remember.el is part of Emacs.
3037         (Clean view): Mention that `wrap-prefix' is also set by
3038         org-indent-mode.
3039         (Agenda commands): Add information about prefix args to
3040         scheduling and deadline commands.
3041         (Search view): Point to the docstring of
3042         `org-search-view' for more details.
3043         (Agenda commands): Document that `>' prompts for a date.
3044         (Setting tags): Document variable
3045         org-complete-tags-always-offer-all-agenda-tags.
3046         (Column attributes): Cross-reference special properties.
3048 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
3050         Synchronize with Tramp repository.
3052         * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
3053         (Frequently Asked Questions): Adapt supported (X)Emacs versions.
3054         Adapt supported MS Windows versions.  Remove obsolete URL.  Use the $()
3055         syntax, texi2dvi reports errors with the backquotes.
3057         * trampver.texi: Update release number.
3059 2010-04-01  Teodor Zlatanov  <tzz@lifelogs.com>
3061         * gnus.texi (Finding the News): Add pointers to the Server buffer
3062         because it's essential.
3064 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3066         * gnus.texi (MIME Commands): Update description of
3067         gnus-article-browse-html-article.
3069 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3071         * auth.texi (Secret Service API): Add TODO node.
3072         (Help for users): Explain the new source options for `auth-sources'.
3074 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
3076         * trampver.texi: Update release number.
3078 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
3080         * Branch for 23.2.
3082 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
3084         * faq.texi (Escape sequences in shell output): Note that ansi-color is
3085         now enabled by default.
3087 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
3089         * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
3090         when Emacs runs in interactive mode.  (Bug#5645)
3092 2010-02-16  Glenn Morris  <rgm@gnu.org>
3094         * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
3096 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
3098         * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
3100 2010-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3102         * gnus.texi (Score File Format): Fix typo.
3104 2010-01-19  Mark A. Hershberger  <mah@everybody.org>
3106         * cc-mode.texi: Replace references to obsolete c-subword-mode.
3108 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
3110         * ada-mode.texi (Project File Overview): Fix typo.
3112 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3114         * semantic.texi: Add Richard Y. Kim credit.
3116         * eieio.texi (Making New Objects): Fix typo (Bug#5406).
3118 2010-01-17  Michael Albinus  <michael.albinus@gmx.de>
3120         * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
3121         SXEmacs 22 to the supported systems.  New item for hung ssh sessions.
3123 2010-01-17  Glenn Morris  <rgm@gnu.org>
3125         * calc.texi (Reporting Bugs): Don't mention format of repository.
3127         * woman.texi (Bugs): Make "Emacs repository" less specific,
3128         and the URL for same more specific.
3130         * faq.texi (Latest version of Emacs): The repository is now Bazaar.
3132 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3134         * ede.texi (ede-step-project, ede-proj-target):
3135         * tramp.texi (Remote processes): Fix typos.
3137 2010-01-16  Mario Lang  <mlang@delysid.org>
3139         * ede.texi (ede-target):
3140         * org.texi (Refiling notes): Remove duplicated words.
3142 2010-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3144         * gnus.texi (Posting Styles): Use with-current-buffer.
3145         * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
3147 2010-01-02  Kevin Ryde  <user42@zip.com.au>
3149         * eieio.texi (Naming Conventions): Correction to xref on elisp
3150         coding conventions, is "Tips" node not "Standards".
3152 2009-12-24  Chong Yidong  <cyd@stupidchicken.com>
3154         * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
3156         * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
3158 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3160         * gnus.texi (Direct Functions): Add missing port number to tls method.
3162 2009-12-15  Juanma Barranquero  <lekktu@gmail.com>
3164         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
3165         ($(infodir)/edt, edt.dvi): New targets.
3167 2009-12-15  Glenn Morris  <rgm@gnu.org>
3169         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
3170         (edt, $(infodir)/edt, edt.dvi): New targets.
3171         * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
3173         * Makefile.in (PDF_TARGETS, pdf): New.
3174         (clean): Add *.pdf.
3175         Add pdf rules for all manuals.
3177 2009-12-15  Jay Belanger  <jay.p.belanger@gmail.com>
3179         * calc/calc.texi (Radix Modes): Clarify two's complement notation.
3181 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
3183         * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
3184         (Smart Jump, Analyzer Debug): Copyedits.
3185         (Semantic mode user commands): Link to new nodes.
3186         (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
3187         (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
3188         upstream Semantic manual.
3190         * semantic.texi (Introduction): Minor fix to diagram.
3192 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
3194         * eshell.texi (History): Add the other built-in variables.
3195         (Built-ins): Explain built-ins, and how to apply the external commands.
3196         Add `history', `su' and `sudo'.
3198         * tramp.texi (Remote processes): Add missing <RET> in the example.
3200 2009-12-01  Bill Wohler  <wohler@newt.com>
3202         * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
3203         path for mairix example.  Specify -q in namazu example since namazu is
3204         excessively garrulous.
3206 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
3208         * tramp.texi (Remote processes): Improve eshell example with "su"
3209         and "sudo" commands.
3211 2009-11-28  Chong Yidong  <cyd@stupidchicken.com>
3213         * semantic.texi (Analyzer Internals): Rename from Analyzer.
3215         * sem-user.texi (Semantic mode user commands): Fix key syntax.
3216         Document semantic-complete-analyze-inline.
3217         (Semanticdb search debugging commands): Minor clarification.
3218         (Analyzer, Smart Completion, Smart Summary, Smart Jump)
3219         (Analyzer Debug): New nodes, adapted from the upstream Semantic user
3220         manual.
3221         (Semantic mode): Link to Idle Scheduler.
3223 2009-11-28  Kevin Ryde  <user42@zip.com.au>
3225         * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
3226         @pxref, now EIEIO is in Emacs.
3228         * erc.texi (Development): Correction to git tutorial url.
3230 2009-11-26  Glenn Morris  <rgm@gnu.org>
3232         * faq.texi (Latest version of Emacs): Mention stability of development
3233         version.
3234         (Problems with very large files): Max buffer size increase in 23.2.
3235         (VM): VM has moved house again.
3237 2009-11-22  Jay Belanger  <jay.p.belanger@gmail.com>
3239         * calc.texi (Radix modes): Discuss alternate bases for two's complement
3240         notations.
3242 2009-11-20  Carsten Dominik  <dominik@u016822.science.uva.nl>
3244         * org.texi (Column attributes): Fix documentation of new operators.
3246 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
3248         * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
3249         (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
3250         (Idle Completions Mode): Numerous copyedits.
3252 2009-11-17  Juanma Barranquero  <lekktu@gmail.com>
3254         * semantic.texi (Semantic Internals, Glossary):
3255         * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
3256         (Semanticdb search debugging commands): Fix typos.
3258 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
3260         * calc.texi (Radix modes): Mention twos-complement notation.
3262 2009-11-16  Juanma Barranquero  <lekktu@gmail.com>
3264         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
3265         ($(infodir)/semantic, semantic.dvi): New targets.
3267 2009-11-16  Chong Yidong  <cyd@stupidchicken.com>
3269         * Makefile.in: Build the Semantic manual.
3271         * semantic.texi, sem-user.texi: New files, adapted from the Semantic
3272         repository.
3274 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
3276         * dbus.texi (Receiving Method Calls): New defun
3277         `dbus-unregister-service'.
3279 2009-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
3281         * org.texi (Speed keys): New section.
3283 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
3285         * dbus.texi (Type Conversion): Fix typo.
3286         (Asynchronous Methods): Rename `dbus-registered-functions-table' to
3287         `dbus-registered-objects-table'.
3288         (Receiving Method Calls): New defun `dbus-register-property'.
3289         Move `dbus-unregister-object' here.
3291 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
3293         * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
3295 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
3297         * org.texi (Column attributes): Add the new age summary operators.
3298         Also, mention the fact you can only use one summary operator per
3299         property.
3301 2009-11-13  John Wiegley  <johnw@newartisans.com>
3303         * org.texi (Tracking your habits): Add a new section in the
3304         manual about how to track habits.
3305         (Resolving idle time): Add a section on how idle and
3306         dangling clocks are resolved.
3308 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
3310         * org.texi (Agenda commands): Document the new `i' command.
3311         (Inserting deadline/schedule): Document logging changes
3312         of scheduling and deadline times stamps.
3313         (In-buffer settings): Document the in-buffer keywords for logging
3314         changes of scheduling and deadline times stamps.
3315         (Structure editing, Plain lists): Document indentation
3316         cycling in empty entries with TAB.
3317         (Archiving): Document the default archiving command.
3318         (Moving subtrees): Document the new keys for archiving.
3319         (Internal archiving): Fix incorrect key.
3320         (Agenda commands): Document the TODO set switching commands.
3321         (Agenda commands): Document the new archiving keys.
3322         (Clocking work time): Better description on how to save
3323         and restore a clock.
3324         (Resolving idle time): Mention the x11idle program to get true
3325         idleness also under X11.
3326         (Resolving idle time): Use @kbd instead of @key for normal
3327         letters, because this is how he rest of the manual does this.
3328         (Pushing to MobileOrg): Mention that `org-directory'
3329         should be set.
3330         (Agenda commands): Document that SPC is a filter for
3331         any tag.
3332         (Search view): Rename from "Keyword search".
3333         (Capure): New chapter.
3334         (Markup): New chapter.
3335         (Links in HTML export, Images in HTML export):
3336         Extend the section titles.
3337         (Images in HTML export): Document the align option.
3338         (Text areas in HTML export): Extend the section title.
3339         (Images in LaTeX export): Explain image placement in LaTeX.
3341 2009-11-10  Glenn Morris  <rgm@gnu.org>
3343         * sc.texi (Hints to MUA Authors): MUA should do any decoding.
3345 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
3347         * tramp.texi (Auto-save and Backup): Disable backups just for a
3348         method.
3350         * trampver.texi: Update release number.
3352 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
3354         Sync with Tramp 2.1.17.
3356         * trampver.texi: Update release number.
3358 2009-10-29  Glenn Morris  <rgm@gnu.org>
3360         * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
3362 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
3364         * tramp.texi (External methods): Temporary files are kept for
3365         `rsync' and `rsyncc' methods.
3367 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
3369         * eieio.texi: Fix typos.
3371 2009-10-07  Chong Yidong  <cyd@stupidchicken.com>
3373         * cl.texi (Argument Lists): Clarify explicit keyword arguments.
3375 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
3377         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
3378         ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
3380 2009-10-07  Chong Yidong  <cyd@stupidchicken.com>
3382         * Makefile.in: Build EIEIO and EDE manuals.
3384 2009-10-07  Eric Ludlam  <zappo@gnu.org>
3386         * eieio.texi:
3387         * ede.texi: New files.
3389 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
3391         * tramp.texi (Remote processes): Association of a pty is not supported.
3393 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
3395         * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
3396         (Processing LaTeX fragments): Document that the size of images can be
3397         changes using the variable `org-format-latex-options'.
3398         (The date/time prompt, Timestamps): Be more accurate over ISO format
3399         dates and times.
3400         (Visibility cycling): Document showeverything keyword.
3401         (In-buffer settings): Document showeverything keyword.
3402         (Setting up the staging area): Fix the example.
3403         (MobileOrg): New section.
3404         (Agenda commands, Exporting Agenda Views): Document exporting the
3405         agenda view to Org files.
3407 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
3409         * tramp.texi (History): Add IMAP support.
3410         (External methods): Add `imap' and `imaps' methods.
3411         (GVFS based methods): Add indices for `davs'.
3412         (Password handling): Rename anchors.  Add IMAP entries for
3413         ~/.authinfo.gpg.
3415         * trampver.texi: Set default value of `emacsimap'.
3417 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3419         * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
3421 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
3423         * dired-x.texi (Technical Details):
3424         Delete dired-up-directory (Bug#4292).
3426 2009-09-03  Michael Albinus  <michael.albinus@gmx.de>
3428         * tramp.texi (Frequently Asked Questions): New item for emacsclient.
3430 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
3432         * org.texi (Effort estimates): Document new effort setting commands.
3433         (Agenda commands): Document the new keys fro agenda time motion.
3434         Document entry text mode.  Improve documentation of the keys to include
3435         inactive time stamps into the agenda view.
3436         (Feedback): Document the new bug report command.
3437         (Structure editing): Add an index entry for the sorting of subtrees.
3439 2009-09-02  Teodor Zlatanov  <tzz@lifelogs.com>
3441         * auth.texi (Help for users): Corrected markup.
3443 2009-09-02  Glenn Morris  <rgm@gnu.org>
3445         * emacs-mime.texi (time-date): Mention float-time.
3447 2009-08-30  Jay Belanger  <jay.p.belanger@gmail.com>
3449         * calc.texi (Simplifying Formulas): Improve the wording.
3451 2009-08-29  Teodor Zlatanov  <tzz@lifelogs.com>
3453         * auth.texi: Rewritten for coverage and clarity.
3455 2009-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3457         * gnus.texi (Expiring Mail):
3458         Mention gnus-mark-copied-or-moved-articles-as-expirable.
3459         (Various Various): Mention gnus-safe-html-newsgroups.
3461         * gnus-news.texi: Mention
3462         gnus-mark-copied-or-moved-articles-as-expirable.
3464         * emacs-mime.texi (Display Customization): Add xref to
3465         gnus-safe-html-newsgroups.
3467 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
3469         * tramp.texi (Version Control): Remove.
3470         (Obtaining Tramp): Update cvs checkout command.  Remove nightly tarballs
3471         reference.
3472         (External methods): Correct `scpc' concept index entries.  New method
3473         `rsyncc'.
3474         (External packages): New subsections "Filename completion" and "File
3475         attributes cache".
3477 2009-08-27  Jay Belanger  <jay.p.belanger@gmail.com>
3479         * calc.texi (Rewrite Rules): Improve the example.
3480         (Simplifying Formulas): Explain use of the I and H flags for
3481         simplification.
3483 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
3485         * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
3486         Describe autostart behavior of dbus-ping.
3487         (Synchronous Methods, Asynchronous Methods): Use English numeric format
3488         for timeout values.
3489         (Top): Remove footnote saying D-Bus is not enabled by
3490         default.  (Bug#4256)
3492 2009-08-23  Daiki Ueno  <ueno@unixuser.org>
3494         * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
3495         Reported by Jari Aalto (Bug#4211).
3496         (Mail-mode integration): Mention epa-mail-mode and
3497         epa-global-mail-mode.
3498         (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
3499         epa-setup.
3501 2009-08-16  Michael Albinus  <michael.albinus@gmx.de>
3503         * dbus.texi (Asynchronous Methods): Allow nil handler.
3505 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
3507         * ediff.texi (ediff-current-file): Add information about this new function.
3509         * viper.texi: Add information about C-s in viper's search command.
3511 2009-08-09  Colin Williams  <lackita@gmail.com>  (tiny change)
3513         * calc.texi (Date Forms): Fix typos.
3515 2009-08-08  Glenn Morris  <rgm@gnu.org>
3517         * org.texi (Agenda commands): Restore clobbered change.
3519 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
3521         * calc.texi (Graphics, Devices): Update with the peculiarities of
3522         operation on MS-Windows.
3524 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
3526         * org.texi (Publishing action): Improve documentation of file
3527         names when publishing to the source directory.
3528         (Clean view): Document `org-indent-mode'.
3529         (Clocking work time): Add documentation for the
3530         new :timetamp option when creating a clock report.
3531         (Paragraphs): Fix many typos.
3532         (Plain lists): Remove duplicate explanation about the
3533         `C-c *' command.
3534         (Literal examples): Update to reflect the new behavior
3535         of the -n -r -k switches when exporting source code examples.
3536         (Structure editing): Add information about `C-c *',
3537         converting a plain list into a list of Org items.
3538         (Remember): Small rephrasing of the paragraph
3539         describing remember.el.  Also mentioned that remember.el is part
3540         of Emacs 23, not Emacs 22.
3541         (Clocking work time): Add documentation about
3542         displaying the current clocking time against the effort estimate.
3543         Also add a footnote about using `org-clock-in-prepare-hook' to add
3544         an effort estimate on the fly, just before clocking it.
3545         (Footnotes): Document automatic renumbering and
3546         sorting.
3547         (Agenda commands): Document new bulk commands.
3548         (Plain lists): Document new behavior of
3549         `org-cycle-include-plain-lists'.
3550         Hyphenation only in TeX.
3551         (Clocking work time): Document the key to update effort
3552         estimates.
3553         (Clocking work time): Document the clock time display.
3554         (Structure editing, TODO basics): Document new
3555         variables.
3556         (Column attributes): Document new colciew operators.
3557         (Publishing options): Document :xml-declaration.
3558         (Tracking TODO state changes): Document the
3559         LOG_INTO_DRAWER property.
3560         (Literal examples): Document the new implementation for
3561         editing source code.
3562         (Publishing action): Mention the new publishing
3563         function, to publish an Org source file.
3564         (Publishing links): Mention how to link to an Org source file.
3565         (Macro replacement): Document new macros.
3566         (Handling links): Document type-specific completion
3567         when inserting links.
3568         (Structure editing, Plain lists): Improve documentation
3569         on sorting.
3570         (Internal links): Document custom ids for links.
3571         (Handling links): Document custom ids for links.
3572         (CSS support): Document new class.
3573         (Refiling notes): Document the possibility to create new nodes
3574         during refiling.
3575         (Agenda commands): Document the "?" operator to find
3576         tasks without effort setting.
3577         (Exporting agenda information): Section moved.
3578         (RSS Feeds): New section.
3579         (Built-in table editor): Document M-e and M-a navigate
3580         inside table field.
3581         (Stuck projects): Docment that projects identified as
3582         un-stuck will still be searchd for stuck sub-projects.
3583         (Paragraphs): Document centering.
3584         (Creating timestamps, Agenda commands): Document new
3585         behavior when changing time stamps.
3586         (Structure editing): Document the new command
3587         `org-clone-subtree-with-time-shift'.
3588         (Publishing): Refresh this chapter.
3589         (Export options, Export options, In-buffer settings):
3590         Document the new keywords.
3591         (Matching tags and properties): Collect all
3592         documentation about tags/property matches here.
3593         (Setting tags): Document `org-tag-persistent-alist'.
3594         (Weekly/daily agenda): New section.
3595         (Orgstruct mode): Describe `orgstruct++-mode'.
3596         (Drawers): Mention the LOGBOOK drawer.
3597         (Export options, Sectioning structure): Document the
3598         #+LEATEX_HEADER in-buffer setting.
3599         (Bugs): Section removed.
3600         (Hooks): New section.
3601         (Add-on packages): Move here from old location.
3602         (Context-sensitive commands): New section.
3603         (Setting tags): Document newline option.
3604         (Global TODO list, Matching tags and properties):
3605         Mention more variables.
3606         (Checkboxes): Update to changed command behavior.
3608 2009-08-02  Eric Yu  <sucode@gmail.com>  (tiny change)
3610         * speedbar.texi (Basic Key Bindings): Fix typo.
3612 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
3614         * calc.texi (Vector/Matrix Functions): Add index entries for both
3615         "v" and "V" key bindings.  Mention that `calc-matrix-brackets' only
3616         affects matrices with more than one row.
3617         (Help Commands): Add index entries for "prefix ?" key bindings.
3619 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
3621         * calc.texi (Stack Manipulation Commands): Add documentation for
3622         `calc-transpose-lines'.
3624 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
3626         * dbus.texi (Receiving Method Calls): Describe special return value
3627         `:ignore'.
3629 2009-07-24  Alan Mackenzie  <acm@muc.de>
3631         * cc-mode.texi (Config Basics, File Styles): Document that at mode
3632         initialization, any individual variable setting now takes precedence
3633         over one done via c-file-style/c-file-offsets.
3635 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
3637         * calc.texi (Undoing Mistakes): Mention that the undo list will be
3638         truncated when Calc is quit.
3639         (Customizing Calc): Document `calc-undo-length'.
3641 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
3643         * calc.texi (About This Manual): Don't mention chapter numbers in text.
3645 2009-07-11  Kevin Ryde  <user42@zip.com.au>
3647         * pcl-cvs.texi (About PCL-CVS):
3648         * widget.texi (Basic Types):
3649         Fix cross-references.
3651 2009-07-01  Andreas Schwab  <aschwab@redhat.com>
3653         * dbus.texi (Type Conversion): Don't use literal control character.
3655 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
3657         * tramp.texi (GVFS based methods): New section.
3658         (Remote processes): Processes for GVFS based methods run locally.
3660 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
3662         * tramp.texi (Inline methods, External methods, Gateway methods):
3663         Avoid the words "kludge" and hack".
3664         (External methods): Add `synce' method.
3666         * trampver.texi: Update release number.
3668 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
3670         Sync with Tramp 2.1.16.
3672         * tramp.texi (History): Add GVFS support.
3673         (External methods): Precise `rsync' description.  Add `dav', `davs' and
3674         `obex' methods.  Add 'tramp-gvfs-methods' option.
3675         (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
3676         forms.
3677         (Remote Programs): Introduce `tramp-own-remote-path'.
3678         (Remote processes): New subsection "Running remote programs that create
3679         local X11 windows".
3680         (Frequently Asked Questions): Improve code for disabling vc.
3682         * trampver.texi: Update release number.  Set default value of
3683         `emacsgvfs'.
3685 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
3687         * Branch for 23.1.
3689 2009-06-17  Glenn Morris  <rgm@gnu.org>
3691         * faq.texi (Obtaining the FAQ): Add reference to Savannah.
3692         (Latest version of Emacs): Mention source code repository.
3694 2009-06-16  Glenn Morris  <rgm@gnu.org>
3696         * faq.texi (Top): Language tweak.
3697         (Extended commands): Most people have arrow keys.
3698         (Emacs manual): Say how to follow info links.
3699         (File-name conventions): Change title a bit.  Explain about source
3700         versus installed.  Condense etc description.
3701         (Guidelines for newsgroup postings): Mention Savannah list page.
3702         (Newsgroup archives): Simplify.
3703         (Contacting the FSF): Add contact URL.
3704         (Emacs Lisp documentation): Printed version not always available.
3705         (Installing Texinfo documentation): Explain how by hand installation is
3706         not normally needed.  Use add-to-list.  Remove duplicate reference.
3707         (Informational files for Emacs): Move info on Help menu here from
3708         "File-name conventions".
3709         (Help installing Emacs): Tweak uref.
3710         (Obtaining the FAQ): Mention repository.
3711         (Origin of the term Emacs): Explain "ITS".
3712         (Changing load-path): Use add-to-list.
3713         (Automatic indentation): Clarify this is for Text mode.
3714         Don't mention Indented Text mode.
3715         (Finding Emacs on the Internet): The FSF does not seem to offer a
3716         deluxe distribution on CD anymore.
3718 2009-06-16  Glenn Morris  <rgm@gnu.org>
3720         * faq.texi (Top): Mention which Emacs version this FAQ is about.
3721         Recommend the latest release.  Mention how to get older FAQs.
3722         Recommend the Emacs manual.
3723         (Guidelines for newsgroup postings): Discourage cross-posts.
3724         (Underlining paragraphs): Remove.
3725         (Editing MS-DOS files): Remove pre-Emacs 20 information.
3726         (Bugs and problems): Update key-binding.
3727         (Problems with very large files): Mention 64-bit.
3728         (Shell process exits abnormally): Remove.
3729         (Problems with Shell Mode): Rename and update.
3730         (Spontaneous entry into isearch-mode)
3731         (Problems talking to certain hosts): Remove.  This is old information,
3732         in etc/PROBLEMS if needed.
3733         (Emacs takes a long time to visit files, Updating Emacs): Remove.
3734         (Dired claims that no file is on this line): Update.
3735         (Installing Emacs, Problems building Emacs): Simplify.
3736         (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
3737         information.
3738         (Emacs for MS-Windows): Rename from "Emacs for Windows".  Simplify.
3739         (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
3740         (JDEE): "JDEE", not "JDE".
3741         (Handling C-s and C-q with flow control, Binding C-s and C-q):
3742         Remove.  This is old information, in etc/PROBLEMS if needed.
3743         (stty and Backspace key, Kanji and Chinese characters): Remove.
3744         (Right-to-left alphabets): Update section.
3745         (Changing the included text prefix): Gnus uses message-yank-prefix.
3746         Add cross-reference to Supercite manual.
3747         (Saving a copy of outgoing mail): Simplify output file description.
3748         (Expanding aliases when sending mail): Refer to Emacs manual.
3749         Remove old info about RFC822.
3750         Correct description of how to rebuild aliases.
3751         (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
3752         (MIME with Emacs mail packages)
3753         (Viewing articles with embedded underlining)
3754         (Saving a multi-part Gnus posting, Gnus hangs for a long time):
3755         Remove old sections.
3756         (Killing based on nonstandard headers): Remove.  Scoring is preferable,
3757         and is well-documented in the Gnus manual.
3758         (Reading news with Emacs): Merge "Learning more about Gnus" into here.
3759         (Making Gnus faster): Rename from "Starting Gnus faster".
3760         Merge "Catch-up is slow in Gnus" into here.
3762 2009-06-14  Glenn Morris  <rgm@gnu.org>
3764         * faq.texi (Status of Emacs): Re-order with most recent releases first.
3765         (New in Emacs 23): New section.
3766         (Handling C-s and C-q with flow control): Add xref.
3768 2009-06-13  Glenn Morris  <rgm@gnu.org>
3770         * faq.texi (Setting up a customization file): Grammar fix.
3771         Customize is no longer "new".
3772         (Displaying the current line or column): Line-number mode is on by
3773         default.  Don't mention `column' package.  Mention linum.el.
3774         (Turning on abbrevs by default): Explain how to do it for buffers,
3775         modes, and everywhere.
3776         (Associating modes with files): Use add-to-list.  Don't mention Emacs
3777         19.
3778         (Highlighting a region): On by default since 23.1.
3779         (Replacing highlighted text): Update doc quote.
3780         (Working with unprintable characters): Don't mention search-quote-char.
3781         (Using an already running Emacs process): Gnuclient is probably not an
3782         enhancement these days.
3783         (Indenting switch statements): Remove mention of pre-Emacs 20.
3784         (Horizontal scrolling): Abbreviate Emacs 20 description.
3785         (Replacing text across multiple files): Fix name of dired command.
3786         (Disabling backups): Use require not load.
3787         (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
3789 2009-06-13  Bill Wohler  <wohler@newt.com>
3791         Release MH-E manual version 8.2.
3793         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3794         release 8.2.
3796 2009-06-13  Glenn Morris  <rgm@gnu.org>
3798         * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
3799         in this day and age the common meaning is "on the web".
3800         (copying): Use @copyright in all cases.
3801         (Basic keys): Remove reference to deleted manual node "Text Characters".
3802         (File-name conventions): Use GNU as an example rather than SERVICE.
3803         default.el lives in site-lisp.  Update Info directory location.
3804         (Real meaning of copyleft): GPL actions have been brought, but all
3805         settled out of court.
3806         (Guidelines for newsgroup postings): Shorten section title.
3807         Simplify comp.emacs description.
3808         (Newsgroup archives): Change Google URL.  Describe Gmane.
3809         (Unsubscribing from Emacs lists): Remove discussion of "distribution
3810         points".  Mention List-Unsubscribe header.
3811         (Contacting the FSF): Update email and URLs.
3812         (Basic editing): Mention F1 for help.
3813         (Installing Texinfo documentation): Refer to Texinfo website rather
3814         than ftp server.
3815         (Printing a Texinfo file): Mention texi2pdf.
3816         (Informational files for Emacs): Don't describe FTP or SERVICE, they
3817         are just stubs nowadays.
3818         (Latest version of Emacs): Explain version numbers.
3819         (Spell-checkers, Checking TeX and *roff documents): Remove sections.
3820         (Turning on syntax highlighting): No need to mention hilit19 any more.
3821         (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
3822         (Modes for various languages): Remove section.
3823         (Major packages and programs): Remove most version and maintainer
3824         information - it's hard to keep up-to-date, and adds nothing.
3825         Similarly with direct links to mailing lists.
3826         (Spell-checkers): Rename node from Ispell.  Mention Aspell and Hunspell.
3827         (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
3828         years, and Emacs comes with tools for this now.
3829         (Patch): Remove section - this is a standard tool.
3830         (Using function keys under X): Remove section.
3832 2009-06-12  Glenn Morris  <rgm@gnu.org>
3834         * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
3835         (Help installing Emacs): Remove reference to deleted X11 node.
3836         (Associating modes with files): Interpreter-mode-alist is no longer
3837         subservient to auto-mode-alist.
3838         (Installing Emacs): Change future Emacs version.
3839         (Linking with -lX11 fails): Remove old section.
3840         (Packages that do not come with Emacs): Update ELL location.
3841         Emacs Lisp archive is dead.
3842         (Emacs for Windows): Remove reference to old CE port.
3843         (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
3844         (Emacs for VMS and DECwindows): Remove old ports.
3845         (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
3846         (Removing flashing messages): Remove section about non-existent Gnus
3847         option.
3849         * faq.texi (Top): Add @top command.
3850         Remove the optional arguments from all @node commands: makeinfo can
3851         generate these automatically, and it is easier to edit and rearrange
3852         nodes without them.
3854 2009-06-11  Glenn Morris  <rgm@gnu.org>
3856         * faq.texi (Common acronyms): Remove no-longer-existing OSF.
3857         (The LPF): Make the updated URL the sole reference point.
3858         (Learning how to do something): Update refcard price and format.
3859         (Getting a printed manual): Sources in doc/emacs/, not man/.
3860         Also available in PDF format.  Since the page count varies, be less
3861         precise.
3862         (Informational files for Emacs): Remove references to deleted files
3863         LPF and SUN-SUPPORT, and to UUCP.
3864         (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
3865         Remove many obsolete ways to get the FAQ, which now seems only to be
3866         distributed with Emacs.
3867         (Mail and news): Remove sections about Rmail Babyl that no longer apply.
3869 2009-06-09  Chong Yidong  <cyd@stupidchicken.com>
3871         * org.texi (Org Plot): Fix tags (Bug#3507).
3872         (Workflow states, Agenda commands): Fix tags (Bug#3508).
3874         * ada-mode.texi (Installation, Compile commands)
3875         (Project File Overview, No project files, Set compiler options)
3876         (Use GNAT project file, Use multiple GNAT project files)
3877         (Identifier completion): Use @samp for menu items, and @kbd for key
3878         sequences (Bug#3504).
3880 2009-06-04  Daiki Ueno  <ueno@unixuser.org>
3882         * gnus.texi (Security): Fix wording; add a link to epa.info.
3884 2009-06-04  Ryan Yeske  <rcyeske@gmail.com>
3886         * message.texi (Header Commands): Fix descriptions to match
3887         keybindings.
3889 2009-04-22  Daiki Ueno  <ueno@unixuser.org>
3891         * gnus.texi (Security): Mention that EasyPG is the current default.
3893 2009-04-13  Chong Yidong  <cyd@stupidchicken.com>
3895         * ediff.texi (Session Commands): Fix typo.
3897 2009-04-05  Reiner Steib  <Reiner.Steib@gmx.de>
3899         * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
3900         news.software.readers.  Reported by Florian Rehnisch.
3902 2009-04-02  Glenn Morris  <rgm@gnu.org>
3904         * auth.texi: Capitalize direntry.
3906         * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
3907         using a period in the entry name.  (Bug#2797)
3909 2009-03-03  Juanma Barranquero  <lekktu@gmail.com>
3911         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
3912         ($(infodir)/auth, auth.dvi): New targets.
3914 2009-03-03  Glenn Morris  <rgm@gnu.org>
3916         * auth.texi: Fix @setfilename.
3918         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
3919         (auth, $(infodir)/auth, auth.dvi): New rules.
3921 2009-02-25  Glenn Morris  <rgm@gnu.org>
3923         * faq.texi (Emacs for minimalists): New node.  (Bug#2452)
3925 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3927         * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
3929 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3931         * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
3932         gnus-nocem-issuers, and gnus-nocem-verifyer.
3934 2009-02-20  Juanma Barranquero  <lekktu@gmail.com>
3936         * ada-mode.texi (Project files, Automatic Casing):
3937         * dbus.texi (Signals):
3938         * gnus.texi (Selecting a Group, Filtering Incoming Mail):
3939         * mh-e.texi (HTML):
3940         * nxml-mode.texi (Locating a schema)
3941         (Using the document's URI to locate a schema):
3942         * org.texi (Footnotes, Using the mapping API):
3943         * rcirc.texi (Channels): Remove duplicate words.
3945 2009-02-20  Glenn Morris  <rgm@gnu.org>
3947         * dired-x.texi (Miscellaneous Commands):
3948         * gnus.texi: Minor updates for mbox Rmail.
3950 2009-02-16  Karl Berry  <karl@gnu.org>
3952         * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
3953         * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
3954         * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
3955         * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
3956         * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
3957         * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
3958         * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
3959         * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
3960         * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
3961         Consistently use @insertcopying in the Top node,
3962         @contents at the front (after @end titlepage),
3963         and @direntry after @copying.  (Bug#1988)
3965 2009-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
3967         * auth.texi: New file documenting auth-source.
3969 2009-02-13  Carsten Dominik  <dominik@science.uva.nl>
3971         * org.texi (Org Plot): Fix link.
3973 2009-02-09  Daiki Ueno  <ueno@unixuser.org>
3975         * epa.texi (Mail-mode integration): Mention the way to do
3976         "encrypt-to-self".  (Bug#1807)
3978 2009-02-05  Arni Magnusson  <arnima@hafro.is>  (tiny change)
3980         * ada-mode.texi (No project files): Fix typo.  (Bug#2214)
3982 2009-02-04  Reiner Steib  <Reiner.Steib@gmx.de>
3984         * gnus-news.texi: Print version about Incoming*.
3986 2009-02-02  Carsten Dominik  <dominik@science.uva.nl>
3988         * org.texi (Structure editing, Handling links)
3989         (Fast access to TODO states, Javascript support): Make standard docs
3990         correctly reflect default variable settings.
3992 2009-02-02  Glenn Morris  <rgm@gnu.org>
3994         * org.texi: Fix typos.
3996 2009-02-01  Michael Albinus  <michael.albinus@gmx.de>
3998         Sync with Tramp 2.1.15.
4000         * trampver.texi: Update release number.
4002 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
4004         * org.texi (TODO dependencies): Document TODO dependencies on
4005         checkboxes.
4007 2009-01-30  Carsten Dominik  <dominik@science.uva.nl>
4009         * org.texi (TODO dependencies): Document key binding for toggling
4010         ORDERED property.
4012 2009-01-28  Michael Albinus  <michael.albinus@gmx.de>
4014         * dbus.texi (Errors and Events): Fix typos.  Describe second parameter
4015         of hook functions.
4017 2009-01-28  Carsten Dominik  <dominik@science.uva.nl>
4019         * org.texi (TODO dependencies): New section.
4021 2009-01-27  Carsten Dominik  <dominik@science.uva.nl>
4023         * org.texi (Plain lists, TODO basics, Priorities)
4024         (Multiple sets in one file, Conflicts): Document interaction with
4025         `shift-selection-mode'.
4027 2009-01-27  Jay Belanger  <jay.p.belanger@gmail.com>
4029         * calc.texi (Embedded Mode, Algebraic-Style Calculations):
4030         Make Calc the subject of sentences.
4031         (Rearranging Formulas using Selections): Discuss new options
4032         for `j *'.
4034 2009-01-26  Michael Albinus  <michael.albinus@gmx.de>
4036         * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
4038 2009-01-26  Glenn Morris  <rgm@gnu.org>
4040         * org.texi: Fix typos.
4042 2009-01-26  Bill Wohler  <wohler@newt.com>
4044         * mh-e.texi (EDITION, UPDATED): Update.
4046 2009-01-25  Carsten Dominik  <dominik@science.uva.nl>
4048         * org.texi (References): Add information about remote references.
4049         (Built-in table editor): Document `C-c RET' in tables.
4050         (Math symbols, Quoting LaTeX code): Mention that simple
4051         LaTeX macros survive LaTeX export.
4052         (Images in LaTeX export): Show how to create a reference to a
4053         figure.
4054         (Sectioning structure): Document that the LaTeX class can be
4055         specified in a property.
4056         (Text areas in HTML export): New section.
4057         (External links): Add examples for text search and ID links.
4058         (Built-in table editor): Remove the descriptio of `C-c
4059         C-q', it not longer works.
4060         (Literal examples): Document that a space must follow
4061         the colon in short examples.
4062         (Relative timer): Document `org-timer-stop'.
4063         (Footnotes): New section.
4064         (Footnote markup): Shorten section and refer to new Footnote
4065         section.
4066         (Literal examples): Add documentation for line
4067         numbering in and references to code examples.
4068         (CSS support): Fix the description of default CSS styles.
4069         (Capturing column view): Document
4070         "file:path/to/file.org" as an allowed value for the ID property of
4071         a dynamic block copying column view.
4073 2009-01-23  Stephen Eglen  <stephen@gnu.org>
4075         * mh-e.texi (Getting Started): Describe $MH.
4077 2009-01-21  Michael Albinus  <michael.albinus@gmx.de>
4079         * tramp.texi (all): Harmonize usage of "external method",
4080         "external transfer method" and "out-of-band method".
4081         (Connection types): Precise the differences of inline and external
4082         methods.  Written by Adrian Phillips <a.phillips@met.no>.
4084 2009-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
4086         * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
4087         commands as described at the top.  Reported by Allan Gottlieb
4088         <gottlieb@nyu.edu>.
4090 2009-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4092         * gnus.texi (Non-ASCII Group Names, RSS): Update description of
4093         nnmail-pathname-coding-system.
4095 2009-01-17  Peter Tury  <tury.peter@gmail.com>  (tiny change)
4097         * org.texi (Relative timer): Fix typo.
4099 2009-01-15  Juanma Barranquero  <lekktu@gmail.com>
4101         * org.texi (Clocking work time): Fix typo.
4102         Reported by Peter Tury <tury.peter@gmail.com>.  (Bug#1925)
4104 2009-01-13  Glenn Morris  <rgm@gnu.org>
4106         * org.texi: Fix some more typos.
4108 2009-01-13  Peter Tury  <tury.peter@gmail.com>  (tiny change)
4110         * org.texi: Fix some typos.
4112 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4114         * gnus.texi (Group Parameters): Add note for local variables.
4116 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4118         * gnus.texi (Converting Kill Files): Fix URL.
4119         Include gnus-kill-to-score.el in contrib directory.
4121 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4123         * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
4124         Reported by Leo <sdl.web@gmail.com>.  (Bug#1660)
4125         (Paging the Article): Add index entry.
4127 2009-01-03  Stephen Leake  <stephen_leake@member.fsf.org>
4129         * ada-mode.texi (Examples): Delete redundant text.
4131 2009-01-03  Michael Albinus  <michael.albinus@gmx.de>
4133         * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
4135         * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
4136         addresses.
4138 2009-01-03  Bill Wohler  <wohler@newt.com>
4140         * mh-e.texi (Scan Line Formats): Indicate that first column should be
4141         kept empty.
4143 2008-12-20  Carsten Dominik  <dominik@science.uva.nl>
4145         * org.texi (Activation, Exporting, ASCII export, HTML export)
4146         (HTML Export commands, LaTeX/PDF export commands):
4147         Improve documentation about transient-mark-mode.
4148         (References): Document the use of special names like $LR1 to reference
4149         to fields in the last table row.
4151 2008-12-19  Juri Linkov  <juri@jurta.org>
4153         * info.texi (Search Text): Remove mention of removed key binding M-s.
4155 2008-12-18  Carsten Dominik  <dominik@science.uva.nl>
4157         * org.texi (References): Remove mentioning of @0 as reference for the
4158         last line, this has been reverted in the Lisp sources.
4160 2008-12-17  Juanma Barranquero  <lekktu@gmail.com>
4162         * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
4163         (DVI_TARGETS): Remove duplicates.  Add sasl.
4164         ($(infodir)/sasl, sasl.dvi): New targets.
4166 2008-12-17  Carsten Dominik  <dominik@science.uva.nl>
4168         * org.texi: Version number pushed to 6.15d.
4170 2008-12-16  Carsten Dominik  <dominik@science.uva.nl>
4172         * org.texi (Tables in LaTeX export): New section.
4173         (Images in LaTeX export): New section.
4174         (Inlined images, Images in HTML export): Sections renamed.
4176 2008-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
4178         * message.texi (Insertion Variables): Don't advertise sc-cite-original.
4180 2008-12-04  David Engster  <dengste@eml.cc>
4182         * gnus.texi (nnmairix): Mention mairix.el.  Point out the importance
4183         of nnml-get-new-mail.  Change URL for mairix patch.
4185 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
4187         * org.texi (Using the mapping API): Fix bug in mapping example.
4188         (Publishing options): Make the list of properties complete again, in
4189         correspondence to the variable `org-export-plist-vars'.
4190         (Property searches): Document new special values for time comparisons.
4191         (Tag inheritance): Refine the description of tag inheritance.
4192         (Project alist): Add info about the publishing sequence of components.
4193         (Effort estimates): Document the new relative timer.
4195 2008-12-01  Jay Belanger  <jay.p.belanger@gmail.com>
4197         * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
4198         (Using Calc): Clarify use of `C-x * o'.
4199         (Embedded Mode (Overview)): Clarify use of `C-x * e'.
4201 2008-11-28  Richard M Stallman  <rms@gnu.org>
4203         * dbus.texi (Receiving Method Calls): Clean up previous change.
4205 2008-11-26  Michael Albinus  <michael.albinus@gmx.de>
4207         * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
4208         `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
4209         `dbus-unescape-from-identifier'.
4210         (Receiving Method Calls): New constants `dbus-service-emacs' and
4211         `dbus-path-emacs'.  Precise return values of `dbus-register-method'.
4212         (Signals): Use the constants in the example.
4214 2008-11-24  Carsten Dominik  <dominik@science.uva.nl>
4216         * org.texi: Re-apply change to FDL 1.3.
4218 2008-11-23  Carsten Dominik  <dominik@science.uva.nl>
4220         * org.texi (Setting up Remember): Document `org-remember-mode'.
4221         (External links): Document that bbdb links can use a regular
4222         expression.
4223         (External links): Document that elisp links can contain interactive
4224         commands.
4226 2008-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
4228         * viper.texi (viper-translate-all-ESC-keysequences):
4229         Description removed.
4231 2008-11-19  Glenn Morris  <rgm@gnu.org>
4233         * doclicense.texi: Change to FDL 1.3.
4234         Relicense all texi files under FDL 1.3 or later.
4236 2008-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
4238         * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
4240 2008-11-16  Michael Kifer  <kifer@cs.stonybrook.edu>
4242         * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
4244         * ediff.texi: Version/date change.
4246 2008-11-14  Chong Yidong  <cyd@stupidchicken.com>
4248         * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
4250 2008-11-14  Jay Belanger  <jay.p.belanger@gmail.com>
4252         * calc.texi (About This Manual): Comment out a mention of
4253         marginal notes.
4255 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
4257         * org.texi (Clocking work time): Document the :formula property of
4258         clock tables.
4259         (Structure editing, Refiling notes): Document refiling regions.
4260         (Agenda commands): Document the double-prefix version
4261         of the `l' command in the agenda.
4262         (Handling links): Explain the effect of a double prefix
4263         arg to `C-c C-o'.
4264         (TODO basics): Add documentation for tag triggers.
4266 2008-10-23  Glenn Morris  <rgm@gnu.org>
4268         * cl.texi (Function Bindings): Mention `flet' fails to deal with
4269         byte-compiling things like `+'.
4271         * ns-emacs.texi: Merge copyright years of author now with assignment
4272         into FSF years.
4273         (VER): Use it for easier automatic updating.  Use Emacs version rather
4274         than standalone Emacs.app version.
4276 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
4278         * org.texi: Lots of minor fixes.
4279         (Capture): New chapter.
4280         (Org Plot): New section.
4282 2008-09-30  Magnus Henoch  <mange@freemail.hu>
4284         * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
4286 2008-09-30  Jay Belanger  <jay.p.belanger@gmail.com>
4288         * calc.texi (User Defined Units): Mention how to enter optional display
4289         string.
4291 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4293         * message.texi (Sending Variables): Fix variable documentation to
4294         avoid the "y/n" wording.
4296 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4298         * message.texi (Sending Variables): Add `message-confirm-send' doc.
4300 2008-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4302         * gnus.texi (The Gnus Registry): Don't give argument to @item used in
4303         @enumerate section so as to be able to be formatted with MAKEINFO=no.
4305 2008-09-22  Bill Wohler  <wohler@newt.com>
4307         Release MH-E manual version 8.1.
4309         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
4310         release 8.1.
4312         * mh-e.texi: Retain dual license as agreed to by the FSF.
4313         However, bump GPL to Version 3.
4314         Use @include for license text.
4316 2008-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4318         * gnus.texi (Top, Setup, Fancy splitting to parent)
4319         (Store custom flags and keywords, Store arbitrary data):
4320         Clean up markup.
4322 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4324         * gnus.texi (The Gnus Registry): Document it.
4326 2008-09-08  David Engster  <dengste@eml.cc>
4328         * gnus.texi (nnmairix): Point out that nnml uses MH format.
4329         Clarify section about choosing back end servers.
4331 2008-08-23  Glenn Morris  <rgm@gnu.org>
4333         * dired-x.texi (Shell Command Guessing):
4334         Mention dired-guess-shell-case-fold-search.  (Bug#417)
4336 2008-08-22  Michael Albinus  <michael.albinus@gmx.de>
4338         * trampver.texi: Update release number.
4340 2008-08-18  Brian Cully  <bjc@kublai.com>  (tiny change)
4342         * ns-emacs.texi: Update version.
4343         (Introduction): Correct menu location for options save.
4344         (Customization): Note that defaults are stored under org.gnu.Emacs.
4346 2008-08-11  Bill Wohler  <wohler@newt.com>
4348         * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
4349         explicit about GNU mailutils MH elsewhere (with thanks to Darel
4350         Henman) (closes SF #1768928).
4352 2008-08-10  Glenn Morris  <rgm@gnu.org>
4354         * ns-emacs.texi: Use @copying.  Change copyright of authors with
4355         assignment to FSF.  Change license to GFDL.
4356         (Top): Remove outdated references.
4358 2008-08-07  Reiner Steib  <Reiner.Steib@gmx.de>
4360         * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
4361         Add gnus-summary-sort-by-most-recent-number and
4362         gnus-summary-sort-by-most-recent-date.
4363         (Summary Sorting): Explain prefix argument.
4365 2008-08-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4367         * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
4368         gnus-summary-pipe-output.
4370 2008-08-03  Michael Albinus  <michael.albinus@gmx.de>
4372         * dbus.texi (Receiving Method Calls): Document error handling of own
4373         D-Bus methods.
4375 2008-08-01  Bill Wohler  <wohler@newt.com>
4377         * mh-e.texi (Reading Mail)
4378         (Viewing Attachments): Describe new function
4379         mh-show-preferred-alternative.
4380         (Sending Mail, Redistributing, Sending Message): Describe new hook
4381         mh-annotate-msg-hook.
4383 2008-07-31  Michael Albinus  <michael.albinus@gmx.de>
4385         * dbus.texi (Arguments and Signatures): Fix example.
4386         (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
4387         (Asynchronous Methods): New node.
4388         (Errors and Events): Describe extended layout of `dbus-event'.
4389         New defun `dbus-event-message-type'.
4391 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4393         * ediff.texi: Remove VMS support.
4395 2008-07-29  Juanma Barranquero  <lekktu@gmail.com>
4397         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
4398         ($(infodir)/mairix-el), mairix-el.dvi): New targets.
4400 2008-07-29  Chong Yidong  <cyd@stupidchicken.com>
4402         * Makefile.in: Add mairix-el targets.
4404 2008-07-29  David Engster  <deng@randomsample.de>
4406         * mairix-el.texi: New file.
4408 2008-07-28  Stephen Leake  <stephen_leake@stephe-leake.org>
4410         * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
4411         project files.  Delete 'main_unit' project variable; not needed.  Allow
4412         process environment variables wherever project variables are allowed.
4413         Add tutorial section on multiple GNAT project files.
4415 2008-07-27  Michael Albinus  <michael.albinus@gmx.de>
4417         Sync with Tramp 2.1.14.
4419         * trampver.texi: Update release number.
4421 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
4423         * ns-emacs.texi:
4424         * faq.texi: Remove mentions of Mac Carbon.
4426 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4428         * gnus.texi (Saving Articles): Describe the 2nd argument of
4429         gnus-summary-save-in-pipe.
4430         (SpamAssassin): Use it.
4432 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4434         * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
4436 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
4438         * org.texi (Export options): Document the use of the creator flag.
4440 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
4442         * org.texi: New version 6.06a.
4444 2008-07-23  Juanma Barranquero  <lekktu@gmail.com>
4446         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
4447         ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
4449 2008-07-23  Vincent Belaïche  <vincent.b.1@hotmail.fr>
4451         * calc.texi (Editing Stack Entries):
4452         (Algebraic Entry): Rewrite introductory sentences so it can be used by
4453         Calc's help functions.  Mention fixing typos.
4454         (Customizing Calc): Fix typo.
4456 2008-07-23  Jay Belanger  <jay.p.belanger@gmail.com>
4458         * calc.texi (summarykey): New macro.  Use to correctly format keys in
4459         the summary.
4461 2008-07-20  Adrian Robert  <adrian.b.robert@gmail.com>
4463         * ns-emacs.texi (Customization): Corrected documentation on color
4464         specification formats.
4466 2008-07-19  Andreas Schwab  <schwab@suse.de>
4468         * ns-emacs.texi: Moved from ../emacs.  Add @direntry.
4470         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
4471         (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
4473 2008-07-18  Michael Albinus  <michael.albinus@gmx.de>
4475         * dbus.texi (Inspection): Rework, introduce submenus.
4476         (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
4477         (Properties and Annotations, Arguments and Signatures): New nodes.
4479 2008-07-13  Michael Albinus  <michael.albinus@gmx.de>
4481         * dbus.texi (Receiving Method Calls): Fix description of
4482         `dbus-register-method'.
4483         (Signals): Allow also signal arguments for filtering in
4484         `dbus-register-signal'.
4486 2008-07-13  Vincent Belaïche  <vincent.b.1@hotmail.fr>
4488         * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
4489         `cnorm'.
4490         (Arithmetic Tutorial): Simplify the verification of prime factors.
4492 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4494         * gnus.texi (Saving Articles): Mention
4495         gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
4497 2008-06-29  Jay Belanger  <jay.p.belanger@gmail.com>
4499         * calc.texi: Adjust mode line throughout.
4501 2008-06-28  Juanma Barranquero  <lekktu@gmail.com>
4503         * sasl.texi (Mechanisms): Fix typos.
4505 2008-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
4507         * calc.texi (Killing from the stack): Mention using normal Emacs
4508         copying.
4510 2008-06-21  Michael Albinus  <michael.albinus@gmx.de>
4512         * tramp.texi (Password handling): Rename from "Password caching".
4513         Add `auth-source' mechanism.
4514         (Connection caching): Tramp reopens the connection automatically,
4515         when the operating system on the remote host has been changed.
4517 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
4519         * makefile.w32-in (distclean): Remove makefile.
4521 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
4523         * org.texi (Using the mapping API): New section.
4524         (Agenda column view): New section.
4525         (Moving subtrees): Document archiving to the archive sibling.
4526         (Agenda commands): Document columns view in the agenda.
4527         (Using the property API): Document the API for multi-valued properties.
4529 2008-06-17  Jason Riedy  <jason@acm.org>
4531         * org.texi (A LaTeX example): Note that fmt may be a one-argument
4532         function, and efmt may be a two-argument function.
4533         (Radio tables): Document multiple destinations.
4535 2008-06-16  Glenn Morris  <rgm@gnu.org>
4537         * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
4538         Add Cover-Texts.
4540 2008-06-15  Glenn Morris  <rgm@gnu.org>
4542         * faq.texi (VER): Update to 23.0.60.
4544         * mh-e.texi: Remove option of licensing under GPL.
4545         Add Cover-Texts to GFDL permissions notice.
4546         (GPL): Remove section.
4547         (GFDL): Include doclicense.texi rather than the actual text.
4549         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
4550         (sasl, $(infodir)/sasl, sasl.dvi): New rules.
4552         * sasl.texi: Fix output file name.
4554         * epa.texi, sasl.texi: Refer to license in Emacs manual.
4556         * gnus-coding.texi: Refer to license in Gnus manual.
4558         * idlwave.texi, sasl.texi: Use @copying.
4560         * org.texi: Change to GFDL 1.2.  Refer to license in Emacs manual.
4562         * speedbar.texi: Update Back-Cover Text as per maintain.info.
4564         * url.texi: Use @copying, @title, @subtitle, @author.
4566         * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
4567         * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
4568         * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
4569         * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
4570         * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
4571         * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
4572         * widget.texi, woman.texi:
4573         Remove references to external license, since doclicense is included.
4575         * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
4576         * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
4577         Remove references to non-existent Invariant Sections.
4579 2008-06-14  Glenn Morris  <rgm@gnu.org>
4581         * faq.texi (Major packages and programs): Remove references to external
4582         Supercite, Calc, VIPER, since they have been included for some time.
4583         Update VM, AUCTeX, BBDB entries.
4585 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
4587         * newsticker.texi: Updated to match latest newsticker changes.
4589 2008-06-13  Glenn Morris  <rgm@gnu.org>
4591         * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
4592         * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
4593         * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
4594         * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
4595         * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
4596         * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
4597         * woman.texi:
4598         Update Back-Cover Text as per maintain.info.
4600 2008-06-15  Reiner Steib  <Reiner.Steib@gmx.de>
4602         * gnus-faq.texi: Generate.  Change node names to "FAQ N-M".
4604         * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
4605         (gnus-faq.xml): Update repository host.
4607         * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
4609 2008-06-15  Frank Schmitt  <ich@frank-schmitt.net>
4611         * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
4612         Fix a typo.
4614 2008-06-15  Reiner Steib  <Reiner.Steib@gmx.de>
4616         * gnus.texi (Mail Source Customization): Correct values of
4617         `mail-source-delete-incoming'.  Reported by Tassilo Horn.
4618         (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
4620 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4622         * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
4623         coding standards.
4625 2008-06-14  David Engster  <dengste@eml.cc>
4627         * gnus.texi (nnmairix): Markup fixes.
4629 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4631         * gnus.texi (nnmairix): Markup and other minor fixes.
4633 2008-06-05  David Engster  <dengste@eml.cc>
4635         * gnus.texi (nnmairix): New nodes describing nnmairix.el.
4637 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4639         * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
4640         (Searching, nnir, nnmairix): New stub nodes.
4642 2008-05-30  Felix Lee  <felix.1@canids.net>
4644         * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
4646 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4648         * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
4650 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4652         * gnus.texi (Scoring On Other Headers): Fix typo.  Rearrange.
4654 2008-05-15  Jonathan Yavner  <jyavner@member.fsf.org>
4656         * ses.texi (Acknowledgements): Add Shigeru Fukaya.
4658 2008-05-06  Juanma Barranquero  <lekktu@gmail.com>
4660         * info.texi (Top): Fix typo in xref.
4662 2008-05-05  Karl Berry  <karl@gnu.org>
4664         * info.texi (Top): @xref to stand-alone manual.
4666 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4668         * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
4669         (Various Summary Stuff): Fix typo in last xref.
4671 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4673         * org.texi (Moving subtrees): Fix typo.
4675 2008-04-28  Michael Albinus  <michael.albinus@gmx.de>
4677         * tramp.texi (Frequently Asked Questions): Explain, how to disable
4678         Tramp via `tramp-mode'.
4680 2008-04-27  Carsten Dominik  <dominik@sam.science.uva.nl>
4682         * org.texi: Massive changes, in many parts of the file.
4684 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4686         * gnus.texi (Oort Gnus): Add message-fill-column.
4688 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4690         * gnus.texi (Mail Source Specifiers): Typo fix.
4692 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4694         * gnus.texi (Diary Headers Generation): Update key binding for
4695         `gnus-diary-check-message'.
4697 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4699         * gnus.texi (Emacsen): Addition.
4701 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4703         * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
4705 2008-04-09  Reiner Steib  <Reiner.Steib@gmx.de>
4707         * gnus.texi (Oort Gnus): Mention customizing of tool bars.
4709 2008-04-09  Reiner Steib  <Reiner.Steib@gmx.de>
4711         * gnus-news.texi: Update tool bar item.
4713 2008-04-09  Sven Joachim  <svenjoac@gmx.de>
4715         * gnus-news.texi: Fix typos.
4717 2008-04-11  Jay Belanger  <jay.p.belanger@gmail.com>
4719         * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
4720         Add mention of `kron'.
4722 2008-04-01  Daiki Ueno  <ueno@unixuser.org>
4724         * epa.texi (Encrypting/decrypting *.gpg files):
4725         Document epa-file-name-regexp.
4727 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4729         * gnus.texi (Example Methods): Fix description about ssh-agent.
4730         (Indirect Functions): Fix the default value of nntp-telnet-command;
4731         remove link to connect.html.
4733 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
4735         * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
4736         dbus-call-method.
4737         (Receiving Method Calls): The timeout can be set by the calling client.
4739         * trampver.texi: Update release number.
4741 2008-03-29  Reiner Steib  <Reiner.Steib@gmx.de>
4743         * gnus.texi (Top): Fix version.  Add SASL.
4745 2008-03-29  Michael Albinus  <michael.albinus@gmx.de>
4747         Sync with Tramp 2.1.13.
4749         * trampver.texi: Update release number.
4751 2008-03-29  Chong Yidong  <cyd@stupidchicken.com>
4753         * org.texi: Update to new org-mode website.
4755 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4757         * cl.texi (For Clauses): Fix loop over key-seq to match code.
4759 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4761         * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
4762         gnus-read-ephemeral-gmane-group-url,
4763         gnus-read-ephemeral-emacs-bug-group,
4764         gnus-read-ephemeral-debian-bug-group.
4766 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4768         * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
4770         * gnus-news.texi: Add EasyPG.  Add gnus-article-browse-html-article.
4771         Add FIXMEs for Bookmarks and gnus-registry-marks.
4773 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4775         * gnus.texi (Smileys): Document `smiley-style'.
4777 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4779         * gnus.texi (Gnus Development): Clarify difference between ding and
4780         gnu.emacs.gnus.
4781         (MIME Commands, Using MIME, RSS): Fix markup.
4783         * gnus-faq.texi ([8.4]): Ditto.
4785 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4787         * gnus.texi (Emacsen): Remove obsolete stuff.
4789 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4791         * gnus.texi (Oort Gnus): Add version info WRT
4792         `mail-source-delete-incoming'.
4794 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4796         * gnus.texi (Top): Add "Other related manuals" and version info in
4797         `iftex' output.
4798         (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
4799         gnus-balloon-face-0 and the corresponding format specifiers.
4801 2008-03-26  Michael Albinus  <michael.albinus@gmx.de>
4803         * tramp.texi (Filename completion): Remove footnote about let-bind
4804         of `partial-completion-mode'.  It doesn't work this way.
4806 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4808         * pcl-cvs.texi (Contributors): Update my email.
4810 2008-03-21  Michael Albinus  <michael.albinus@gmx.de>
4812         * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
4814 2008-03-17  Bill Wohler  <wohler@newt.com>
4816         * mh-e.texi (Viewing): Update URL for adding header fields to
4817         mh-invisible-header-fields-default.
4819 2008-03-16  Bill Wohler  <wohler@newt.com>
4821         * mh-e.texi (Preface): Add Gnus to requirements.
4822         (Forwarding): Note that forwarded MIME messages are now inline.
4824 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4826         * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
4827         (Common Variables): Give precedence to the netcat methods over the
4828         telnet methods, and mention that they are more reliable.
4830 2008-03-13  Carsten Dominik  <dominik@science.uva.nl>
4832         * org.texi (Exporting Agenda Views): Document agenda export to
4833         iCalendar.
4834         (Progress logging): Document the new progress logging stuff.
4836 2008-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
4838         * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
4839         Update for change of `mail-source-delete-incoming'.
4841         * gnus-news.texi: Ditto.
4843 2008-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
4845         * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
4846         custom versions.
4848 2008-03-07  Alan Mackenzie  <acm@muc.de>
4850         * cc-mode.texi (Limitations and Known Bugs): State that the number of
4851         parens/brackets in a k&r region is limited.
4853 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4855         * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
4856         using different Emacs versions.
4858 2008-02-27  Glenn Morris  <rgm@gnu.org>
4860         * sc.texi: Remove a lot of old and obsolete info.
4861         (titlepage): Simplify.
4862         (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
4863         (VM with any Emacsen, GNEWS with any Emacsen)
4864         (Overloading for Non-conforming MUAs, Version 3 Changes)
4865         (The Supercite Mailing List): Delete nodes.
4866         (Introduction): Remove info about old packages.
4867         (Getting Connected): Simplify.  Remove info about old packages.
4868         (Citing Commands): Delete Emacs 19 info.
4869         (Hints to MUA Authors): Simplify.
4870         (Thanks and History): Merge in some info from the deleted node
4871         "Version 3 Changes".
4873 2008-02-05  Juanma Barranquero  <lekktu@gmail.com>
4875         * org.texi (Setting tags, In-buffer settings):
4876         * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
4878 2008-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4880         * gnus-news.texi: Mention that spaces and tabs are allowed in the
4881         installation directory name.
4883 2008-02-12  Romain Francoise  <romain@orebokech.com>
4885         * epa.texi (Overview): Fix typo.
4887 2008-02-11  Daiki Ueno  <ueno@unixuser.org>
4889         * epa.texi (Quick start): Remove the .emacs setting.
4891 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
4893         * epa.texi (Quick start): Use the command `epa-enable' instead of
4894         loading `epa-setup'.
4896 2008-02-08  Juanma Barranquero  <lekktu@gmail.com>
4898         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
4899         ($(infodir)/epa, epa.dvi): New targets.
4901 2008-02-08  Daiki Ueno  <ueno@unixuser.org>
4903         * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
4905         * epa.texi: New manual documenting the EasyPG Assistant.
4907 2008-02-06  Michael Albinus  <michael.albinus@gmx.de>
4909         * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
4910         (Inspection): New function dbus-ping.
4912 2008-02-05  Michael Albinus  <michael.albinus@gmx.de>
4914         * tramp.texi (Remote processes): Add `shell-command'.
4916 2008-01-28  Michael Sperber  <sperber@deinprogramm.de>
4918         * gnus.texi (Mail Source Specifiers): Document `group' specifier.
4919         (Group Parameters): Document `mail-source' parameter.
4921 2008-01-27  Michael Albinus  <michael.albinus@gmx.de>
4923         * tramp.texi (Inline methods): The hostname of the su(do)? methods
4924         must be a local host.
4926 2008-01-26  Michael Olson  <mwolson@gnu.org>
4928         * erc.texi: Update version for ERC 5.3 release.
4929         (Obtaining ERC): Update extras URLs for 5.3.
4930         (Development): Write instructions for git, and remove those for Arch.
4931         (History): Mention the switch to git.
4933 2008-01-24  Karl Berry  <karl@gnu.org>
4935         * info.texi (Search Index, Search Text): Mention the command
4936         character in the section name, a la the (Go to node) node.
4938 2008-01-21  Michael Albinus  <michael.albinus@gmx.de>
4940         * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
4942 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4944         * gnus-news.texi: Mention gnus-article-describe-bindings.
4946 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4948         * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
4950 2008-01-18  Carsten Dominik  <dominik@science.uva.nl>
4952         * org.texi (Property inheritance): New section.
4953         (Conventions): New section.
4954         (Structure editing): Document C-RET, the prefix arg to the cut/copy
4955         commands, and the new bindings for refiling.
4956         (Sparse trees): Document the new special command for sparse trees.
4957         (References): Be more clear about the counting of hilines.
4958         (Handling links): Document M-p/n for accessing links.
4959         (Fast access to TODO states): New section.
4960         (Per file keywords): New section.
4961         (Property inheritance): New section.
4962         (Column attributes): New summary types.
4963         (Capturing Column View): New section.
4964         (The date/time prompt): Cover the new features in the date/time prompt.
4965         Compactify the table of keys for the calendar remote control.
4966         (Clocking work time): Document the new :scope parameter.
4967         (Remember): Promoted to chapter.
4968         (Quoted examples): New section.
4969         (Enhancing text): New verbatim environments.
4971 2008-01-14  Michael Albinus  <michael.albinus@gmx.de>
4973         * trampver.texi: Update release number.
4975 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4977         * gnus.texi (Article Keymap):
4978         Add gnus-article-wide-reply-with-original; fix descriptions of
4979         gnus-article-reply-with-original and
4980         gnus-article-followup-with-original.
4982 2008-01-09  Glenn Morris  <rgm@gnu.org>
4984         * nxml-mode.texi: Add @copying section.
4986 2008-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4988         * message.texi (Mail Variables): Add some text from "(gnus)Posting
4989         Server".  Add `message-send-mail-with-mailclient'.
4991         * gnus.texi (Posting Server): Move some text to "(message)Mail
4992         Variables" and add a reference here.
4994 2008-01-04  Michael Albinus  <michael.albinus@gmx.de>
4996         * dbus.texi (Receiving Method Calls): New chapter.
4997         (Errors and Events): Add serial number to events.  Replace "signal" by
4998         "message".  Introduce dbus-event-serial-number.
5000 2008-01-03  Michael Albinus  <michael.albinus@gmx.de>
5002         * dbus.texi (Type Conversion): Explain the type specification for empty
5003         arrays.  Use another example.
5005 2007-12-30  Michael Albinus  <michael.albinus@gmx.de>
5007         * dbus.texi (all): Replace "..." by @dots{}.
5008         (Type Conversion): Precise the value range for :byte types.
5009         (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
5010         Mention its return value.
5011         (Errors and Events): There is no D-Bus error propagation during event
5012         processing.
5014 2007-12-29  Jay Belanger  <jay.p.belanger@gmail.com>
5016         * calc.tex (Yacas Language, Maxima Language, Giac Language):
5017         New sections.
5019 2007-12-29  Reiner Steib  <Reiner.Steib@gmx.de>
5021         * gnus.texi (Group Parameters): Reorder the text and add a note about
5022         `gnus-parameters' near the beginning of the node.
5024 2007-12-29  IRIE Tetsuya  <irie@t.email.ne.jp>  (tiny change)
5026         * gnus.texi (Score File Editing): Fix function name.
5028 2007-12-23  Michael Albinus  <michael.albinus@gmx.de>
5030         Sync with Tramp 2.1.12.
5032         * trampver.texi: Update release number.
5034 2007-12-22  Michael Albinus  <michael.albinus@gmx.de>
5036         * dbus.texi (Type Conversion): Correct input parameters mapping.
5038 2007-12-21  Michael Albinus  <michael.albinus@gmx.de>
5040         * dbus.texi (Type Conversion): Extend for D-Bus compound types.
5041         (Errors and Events): Mention wrong-type-argument error.
5043 2007-12-21  Alex Schroeder  <alex@gnu.org>
5045         * rcirc.texi: Changed single spaces after sentence end to double
5046         spaces.  Fixed some typos.
5047         (Internet Relay Chat): Explain relay.
5048         (Getting started with rcirc): Change items to reflect prompts.
5049         Add more explanation to rcirc-track-minor-mode and added a comment to
5050         warn future maintainers that this section is a copy.
5051         (People): Change /ignore example.
5052         (Keywords): Not keywords.
5054 2007-12-20  Alex Schroeder  <alex@gnu.org>
5056         * rcirc.texi (Top): Fighting Information Overload chapter added.
5057         (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
5058         (rcirc commands): Move /ignore command to the new chapter.
5059         (Fighting Information Overload): New chapter documenting /keyword,
5060         /bright, /dim, channel ignore, and low priority channels.
5061         (Configuration): Document rcirc-server-alist, remove
5062         rcirc-startup-channels-alist and rcirc-default-server.
5064 2007-12-16  Michael Albinus  <michael.albinus@gmx.de>
5066         * dbus.texi (Signals): Fix example in dbus-register-signal.
5068 2007-12-14  Sven Joachim  <svenjoac@gmx.de>
5070         * gnus.texi (Score Variables): Fix typo.
5072 2007-12-07  Michael Albinus  <michael.albinus@gmx.de>
5074         * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
5075         (Signals): Adapt dbus-send-signal and dbus-register-signal.
5076         (Errors and Events): Adapt dbus-event.
5078 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5080         * gnus.texi (Other Files): Add the yenc command.
5082 2007-11-30  Reiner Steib  <Reiner.Steib@gmx.de>
5084         * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
5085         since 2004-08-06.
5087 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5089         * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
5090         on body.
5092 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5094         * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
5095         and rfc2047-allow-irregular-q-encoded-words; fix description of
5096         rfc2047-encode-encoded-words.
5098 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5100         * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
5102 2007-12-05  Michael Olson  <mwolson@gnu.org>
5104         * remember.texi (Diary): Remove "require" line for remember-diary.el.
5105         Update documentation for `remember-diary-file'.
5107 2007-12-04  Michael Albinus  <michael.albinus@gmx.de>
5109         * dbus.texi (Signals): Precise `dbus-register-signal'.
5110         (Errors and Events): Rework events part, the internal structure of
5111         dbus-event has changed.
5113 2007-12-03  Juanma Barranquero  <lekktu@gmail.com>
5115         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
5116         ($(infodir)/dbus, dbus.dvi): New targets.
5118 2007-12-03  Michael Albinus  <michael.albinus@gmx.de>
5120         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
5121         unconditionally.
5123         * dbus.texi (Synchronous Methods): Show the result of the "lshal"
5124         emulation with @print{}.
5126 2007-12-02  Richard Stallman  <rms@gnu.org>
5128         * dbus.texi (Overview): Minor cleanup.
5130 2007-12-02  Michael Albinus  <michael.albinus@gmx.de>
5132         * Makefile.in (INFO_TARGETS): Add dbus.
5133         (DVI_TARGETS): Add dbus.dvi.
5134         (dbus, dbus.dvi): New targets.
5136         * dbus.texi: New file.
5138 2007-11-24  Romain Francoise  <romain@orebokech.com>
5140         * nxml-mode.texi: Add description in @direntry.
5141         Fix file name to match @setfilename.
5143 2007-11-23  Mark A. Hershberger  <mah@everybody.org>
5145         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5146         ($(infodir)/nxml-mode): New rule.
5148         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5149         ($(infodir)/nxml-mode): New rule.
5150         (clean): Add nxml-mode*.
5152         * nxml-mode.texi: New file with nxml manual.
5154 2007-11-18  Richard Stallman  <rms@gnu.org>
5156         * flymake.texi (Example -- Configuring a tool called directly):
5157         Update example.
5159 2007-11-18  Michael Albinus  <michael.albinus@gmx.de>
5161         * tramp.texi (Filename completion): Simplify explanation of
5162         double-slash behavior.  Explain directory contents flushing.
5164 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
5166         * calc.texi (TeX and LaTeX Language Modes): Put in
5167         missing braces.
5169 2007-11-15  Richard Stallman  <rms@gnu.org>
5171         * cl.texi (Equality Predicates): Delete `eql'.
5172         (Predicates, Naming Conventions, Top): Delete `eql'.
5173         (Common Lisp Compatibility): Delete `eql'.
5174         (Porting Common Lisp): Delete obsolete backquote info.
5175         Minor clarification about character constants.
5176         (Sequence Basics): Minor clarification.
5178 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
5180         * cc-mode.texi (Electric Keys, Custom Macros):
5181         * tramp.texi (Filename completion): Fix typos.
5183 2007-11-15  Jay Belanger  <jay.p.belanger@gmail.com>
5185         * calc.texi (Basic commands): Mention the menu.
5187 2007-11-12  Michael Albinus  <michael.albinus@gmx.de>
5189         * tramp.texi (Connection caching): Tramp flushes connection
5190         properties when remote operating system has been changed.
5192 2007-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
5194         * gnus-news.texi: Fix spelling.
5195         `message-insert-formatted-citation-line', not
5196         `message-insert-formated-citation-line'.
5198         * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
5200 2007-11-07  Michael Albinus  <michael.albinus@gmx.de>
5202         * tramp.texi (Overview): Mention also the PuTTY integration under
5203         w32.  Remove paragraphs about Tramp's experimental status.
5204         (Frequently Asked Questions): Add code example for highlighting the
5205         mode line.
5207 2007-11-03  Michael Olson  <mwolson@gnu.org>
5209         * remember.texi: Change mentions of remember-buffer to
5210         remember-finalize throughout.
5212 2007-10-30  Michael Olson  <mwolson@gnu.org>
5214         * remember.texi (Copying): Remove.
5215         (Mailbox): Update with non-BBDB instructions.
5216         (Diary, Org): Add.
5217         (Bibliography, Planner Page): Remove.
5219 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
5221         * makefile.w32-in (INFO_TARGETS): Add remember.
5222         (DVI_TARGETS): Add remember.dvi.
5223         ($(infodir)/remember): New rule.
5224         (clean): Add remember*.
5226 2007-10-30  Michael Olson  <mwolson@gnu.org>
5228         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
5229         ($(infodir)/remember): New rule that builds the Remember Manual.
5231         * remember.texi: New file containing the Remember Mode Manual.
5232         Shuffle chapters around after initial import.
5233         (Function Reference): Split Keystrokes into separate chapter.
5234         (Keystrokes): Document C-c C-k.
5235         (Introduction): Fix typographical issue with "---".
5237 2007-10-29  Richard Stallman  <rms@gnu.org>
5239         * widget.texi (Introduction): Delete discussion of implementation
5240         internals.
5242 2007-10-29  Michael Albinus  <michael.albinus@gmx.de>
5244         * tramp.texi (Connection caching): Host names must be different
5245         when tunneling.
5247 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5249         * gnus.texi, gnus-faq.texi, message.texi: Bump version to
5250         Gnus v5.13.
5252 2007-10-28  Miles Bader  <miles@gnu.org>
5254         * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
5256 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5258         * gnus.texi (Sorting the Summary Buffer):
5259         Remove gnus-article-sort-by-date-reverse.
5261 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5263         * gnus.texi (Non-ASCII Group Names): New node.
5264         (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
5265         gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
5267 2007-10-28  Michaël Cadilhac  <michael@cadilhac.name>
5269         * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
5270         clean the output of the program `imap-shell-program'.
5272 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5274         * gnus.texi (IMAP): Mention nnimap-logout-timeout.
5276 2007-10-28  Tassilo Horn  <tassilo@member.fsf.org>
5278         * gnus.texi (Sticky Articles): Documentation for sticky article
5279         buffers.
5281 2007-10-28  Michaël Cadilhac  <michael@cadilhac.name>
5283         * gnus.texi (RSS): Document nnrss-ignore-article-fields.
5285 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5287         * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
5289 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5291         * gnus.texi (Archived Messages):
5292         Document gnus-update-message-archive-method.
5294 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5296         * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
5298 2007-10-28  Michaël Cadilhac  <michael@cadilhac.name>
5300         * gnus.texi (Group Maneuvering):
5301         Document `gnus-summary-next-group-on-exit'.
5303 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5305         * gnus.texi (Really Various Summary Commands):
5306         Mention gnus-auto-select-on-ephemeral-exit.
5308 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5310         * gnus.texi, message.texi: Bump version number.
5312 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5314         * gnus.texi (Group Line Specification, Misc Group Stuff)
5315         (Server Commands): Parenthesize @pxref{Mail Spool}.
5317 2007-10-28  Didier Verna  <didier@xemacs.org>
5319         New user option: message-signature-directory.
5320         * message.texi (Insertion Variables): Document it.
5321         * gnus.texi (Posting Styles): Ditto.
5323 2007-10-28  Didier Verna  <didier@xemacs.org>
5325         * gnus.texi (Group Line Specification):
5326         * gnus.texi (Misc Group Stuff):
5327         * gnus.texi (Server Commands): Document the group compaction feature.
5329 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5331         * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
5333         * message.texi (Various Message Variables): Add message-fill-column.
5335 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5337         * gnus.texi: Untabify.
5339 2007-10-28  Didier Verna  <didier@xemacs.org>
5341         * gnus.texi (Group Parameters): Document the posting-style merging
5342         process in topic-mode.
5344 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5346         * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
5348 2007-10-28  Romain Francoise  <romain@orebokech.com>
5350         * gnus.texi (Mail Spool): Fix typo.
5351         Update copyright.
5353 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5355         * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
5357 2007-10-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5359         * gnus.texi (Summary Generation Commands):
5360         Add gnus-summary-insert-ticked-articles.
5362 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5364         * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
5365         to spam-spamassassin-program.
5367 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5369         * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
5371 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5373         * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
5375 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5377         * message.texi (Mail Headers): Document `opportunistic'.
5379 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5381         * emacs-mime.texi (Encoding Customization): Explain how to set
5382         mm-coding-system-priorities per hierarchy.
5384 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5386         * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
5387         nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
5389 2007-10-28  Didier Verna  <didier@xemacs.org>
5391         * message.texi (Wide Reply): Update documentation of
5392         message-dont-reply-to-names (now allowing a list of regexps).
5394 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5396         * gnus.texi (Spam Package Introduction): Fix spam menu and links.
5398 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5400         * gnus.texi (SpamAssassin back end): Fix typo.
5402         * sieve.texi (Examples): Fix grammar.
5404 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5406         * gnus.texi (Searching for Articles): Document M-S and M-R.
5407         (Limiting): Document / b.
5409 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5411         * gnus.texi (Thread Commands): T M-^.
5413 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5415         * message.texi (Mail Aliases): Document ecomplete.
5416         (Mail Aliases): Fix typo.
5418 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5420         * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
5421         fix typo.
5423 2007-10-28  Romain Francoise  <romain@orebokech.com>
5425         * gnus.texi (Mail Spool): Grammar fix.
5427 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5429         * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
5430         string.
5432 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5434         * gnus.texi (Group Parameters): Fix description.
5436 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5438         * gnus.texi (Gmane Spam Reporting):
5439         Fix spam-report-gmane-use-article-number.
5440         Add spam-report-user-mail-address.
5442 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5444         * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
5446 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5448         * gnus.texi (Group Parameters): Add simplified sorting example based on
5449         example for `Sorting the Summary Buffer' from Jari Aalto
5450         <jari.aalto@cante.net>.
5451         (Example Methods): Add example for an indirect connection.
5453 2007-10-28  Kevin Greiner  <kevin.greiner@compsol.cc>
5455         * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
5456         (Agent Parameters): Updated parameter names to match code.
5457         (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
5458         'gnus-agent-summary-fetch-series'.
5459         (Agent and flags): New section providing a generalized discussion
5460         of flag handling.
5461         (Agent and IMAP): Remove flag discussion.
5462         (Agent Variables): Add 'gnus-agent-synchronize-flags'.
5464 2007-10-28  Romain Francoise  <romain@orebokech.com>
5466         * gnus.texi (Exiting the Summary Buffer): Add new function
5467         `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
5469 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5471         * gnus.texi (Conformity): Fix typo.
5472         (Customizing Articles): Document `first'.
5474 2007-10-28  Jari Aalto  <jari.aalto@cante.net>
5476         * gnus.texi (Sorting the Summary Buffer):
5477         Add `gnus-thread-sort-by-date-reverse'.  Add example
5478         host to different sorting in NNTP and RSS groups.
5480 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5482         * message.texi (Insertion): Describe prefix for
5483         message-mark-inserted-region and message-mark-insert-file.
5485 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5487         * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
5488         LaTeX documents.  Describe "text/x-gnus-verbatim".
5490 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
5492         * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
5493         (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
5494         (spam-stat spam filtering, SpamOracle)
5495         (Extending the Spam ELisp package): Remove extra quote symbol for
5496         clarity.
5498 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5500         * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
5501         gnus-article-delete-part and gnus-article-replace-part.
5502         (Using MIME): Add gnus-mime-replace-part.
5504 2007-10-28  Romain Francoise  <romain@orebokech.com>
5506         * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
5507         requires `auto-compression-mode' to be enabled.  Add new nnml
5508         variable `nnml-compressed-files-size-threshold'.
5510 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5512         * gnus.texi (Sorting the Summary Buffer):
5513         Add gnus-thread-sort-by-recipient.
5515 2007-10-28  Romain Francoise  <romain@orebokech.com>
5517         * message.texi (Insertion Variables): Mention new variable
5518         `message-yank-empty-prefix'.  Change `message-yank-cited-prefix'
5519         documentation accordingly.
5521 2007-10-28  Romain Francoise  <romain@orebokech.com>
5523         * gnus.texi (To From Newsgroups): Mention new variables
5524         `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
5526 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5528         * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
5529         stuff; gnus-mime-inline-part does the automatic decompression.
5531 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
5533         * gnus.texi (Spam ELisp Package Configuration Examples):
5534         "training.ham" should be "training.spam".
5536 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5538         * message.texi (Mail Variables): Fix the default value for
5539         message-send-mail-function.
5541 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5543         * gnus.texi (Optional Back End Functions): nntp-request-update-info
5544         always returns nil exceptionally.
5546 2007-10-28  Simon Josefsson  <jas@extundo.com>
5548         * gnus.texi (Article Washing): Add libidn URL.
5549         Suggested by Michael Cook <michael@waxrat.com>.
5551 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5553         * gnus.texi (Topic Commands): Fix next/previous.
5555 2007-10-28  Simon Josefsson  <jas@extundo.com>
5557         * gnus.texi (Article Washing): Mention `W i'.
5559 2007-10-28  Jochen Küpper  <jochen@fhi-berlin.mpg.de>
5561         * gnus.texi (Group Parameters): Slight extension of sieve
5562         parameter description.
5564 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5566         * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
5567         matching score files as well.
5568         (Picons): Describe `gnus-picon-style'.
5570 2007-10-28  Romain Francoise  <romain@orebokech.com>
5572         * message.texi (Message Headers): Mention that headers are hidden
5573         using narrowing, and how to expose them.
5574         Update copyright.
5576 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5578         * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
5579         `gnus-summary-sort-by-recipient'.
5581 2007-10-28  Romain Francoise  <romain@orebokech.com>
5583         * gnus.texi (NNTP marks): New node.
5584         (NNTP): Move NNTP marks variables to the new node.
5586 2007-10-28  Jesper Harder  <harder@ifa.au.dk>
5588         * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
5590         * gnus.texi (MIME Commands, Hashcash): Markup fix.
5592 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
5594         * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
5595         everywhere for consistency.
5596         (Filtering Spam Using The Spam ELisp Package): Admonish again.
5597         (Spam ELisp Package Sequence of Events): This is Gnus, say so.
5598         Say "regular expression" instead of "regex."  Admonish.
5599         Pick other words to sound better (s/so/thus/).
5600         (Spam ELisp Package Filtering of Incoming Mail):
5601         Mention statistical filters.  Remove old TODO.
5602         (Spam ELisp Package Sorting and Score Display in Summary Buffer):
5603         New section on sorting and displaying the spam score.
5604         (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
5605         backend but an alias to spam-use-BBDB.
5606         (Extending the Spam ELisp package): Rewrite the example using the
5607         new backend functionality.
5609 2007-10-28  Simon Josefsson  <jas@extundo.com>
5611         * gnus.texi (NNTP): Mention nntp-marks-is-evil and
5612         nntp-marks-directory, from Romain Francoise
5613         <romain@orebokech.com>.
5615 2007-10-28  Magnus Henoch  <mange@freemail.hu>
5617         * gnus.texi (Hashcash): New default value of
5618         hashcash-default-payment.
5620 2007-10-28  Simon Josefsson  <jas@extundo.com>
5622         * gnus.texi (Hashcash): Fix URL.  Add pref to spam section.
5623         (Anti-spam Hashcash Payments): No need to load hashcash.el now.
5625 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5627         * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
5629 2007-10-28  Simon Josefsson  <jas@extundo.com>
5631         * gnus.texi (documentencoding): Add, to avoid warnings.
5633 2007-10-28  Simon Josefsson  <jas@extundo.com>
5635         * message.texi (Mail Headers): Add.
5637         * gnus.texi (Hashcash): Fix.
5639 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
5641         * gnus.texi (Hashcash): Change location of library, also mention
5642         that payments can be verified and fix the name of the
5643         hashcash-path variable.
5645 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5647         * gnus.texi (Article Display): Add `gnus-picon-style'.
5649 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5651         * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
5653 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
5655         * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
5656         (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
5657         warning about ham processors in spam groups removed.
5659 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
5661         * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
5662         From Hubert Chan <hubert@uhoreg.ca>.
5664 2007-10-28  Jesper Harder  <harder@ifa.au.dk>
5666         * gnus.texi (Spam ELisp Package Sequence of Events): Index.
5667         (Mailing List): Typo.
5668         (Customizing Articles): Add gnus-treat-ansi-sequences.
5669         (Article Washing): Index.
5671         * message.texi: Use m-dash consistently.
5673 2007-10-28  Jesper Harder  <harder@ifa.au.dk>
5675         * gnus.texi (GroupLens): Remove.
5677 2007-10-28  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5679         * gnus.texi (Outgoing Messages, Agent Variables):
5680         Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
5681         Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
5683 2007-10-28  Jesper Harder  <harder@ifa.au.dk>
5685         * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
5687 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5689         * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
5691         * gnus.texi (No Gnus): New node.  Includes `gnus-news.texi'.
5693 2007-10-28  Simon Josefsson  <jas@extundo.com>
5695         * gnus.texi (Top): Add SASL.
5697 2007-10-27  Emanuele Giaquinta  <e.giaquinta@glauco.it>  (tiny change)
5699         * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
5701 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5703         * gnus.texi (Troubleshooting): Adjust Gnus version number.
5705 2007-10-27  Jay Belanger  <jay.p.belanger@gmail.com>
5707         * calc.texi (Formulas, Composition Basics): Lower the
5708         precedence of negation.
5710 2007-10-25  Jonathan Yavner  <jyavner@member.fsf.org>
5712         * ses.texi (The Basics): Mention how to create a new spreadsheet.
5713         Mention the new three-letter column identifiers.
5714         (More on cell printing): Calculate-cell and truncate-cell are now `c'
5715         and `t' rather than `C-c C-c' and `C-c C-t'.  Mention the stupid error
5716         message when using `c' on an empty default with default printer.
5717         (Buffer-local variables in spreadsheets): `symbolic-formulas' was
5718         renamed to `ses--symbolic-formulas' some time ago.
5720 2007-10-25  Jay Belanger  <jay.p.belanger@gmail.com>
5722         * calc.texi (Default Simplifications, Making Selections)
5723         (Customizing Calc): Clarify associativity of multiplication.
5725 2007-10-23  Michael Albinus  <michael.albinus@gmx.de>
5727         * tramp.texi (Traces and Profiles): Simplify loop over
5728         `trace-function-background'.
5730 2007-10-22  Juri Linkov  <juri@jurta.org>
5732         * dired-x.texi (Shell Command Guessing): Default values are now
5733         available by typing M-n instead of M-p.
5735 2007-10-21  Michael Albinus  <michael.albinus@gmx.de>
5737         * tramp.texi (Cleanup remote connections): New section.
5738         (Password caching): Remove `tramp-clear-passwd'.
5739         It's not a command anymore.
5740         (Bug Reports): Add `tramp-bug' to function index.
5741         (Function Index, Variable Index): New nodes.
5742         (Remote shell setup): Describe `tramp-password-prompt-regexp'.
5744         * trampver.texi: Update release number.
5746 2007-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
5748         * calc.texi (History and Acknowledgements): Turn comment
5749         about integer size into past tense.
5750         (Time Zones): Remove pointer to Calc author's address.
5751         (Trigonometric and Hyperbolic Functions): Mention cotangent
5752         and hyperbolic cotangent.  Fix typo.
5754 2007-10-10  Michael Albinus  <michael.albinus@gmx.de>
5756         Sync with Tramp 2.1.11.
5758         * trampver.texi: Update release number.
5760 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
5762         * tramp.texi (External packages): New section.
5764 2007-09-29  Juri Linkov  <juri@jurta.org>
5766         * info.texi (Help-Int): Document `L' (`Info-history').
5768 2007-09-26  Carsten Dominik  <dominik@science.uva.nl>
5770         * org.texi: Change links to webpage and maintained email.
5771         (Remember): Promote to Chapter, significant changes.
5772         (Fast access to TODO states): New section.
5773         (Faces for TODO keywords): New section.
5774         (Export options): Example for #+DATE.
5775         (Progress logging): Section moved.
5777 2007-09-26  Bill Wohler  <wohler@newt.com>
5779         * mh-e.texi (HTML): Mention binding of S-mouse-2 to
5780         browse-url-at-mouse.
5782 2007-09-20  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
5784         * flymake.texi (Customizable variables): Face names don't end in -face.
5785         Fix flymake-err-line-patterns template.
5786         (Example -- Configuring a tool called directly): Fix init-function.
5787         (Highlighting erroneous lines): Face names don't end in -face.
5789 2007-09-18  Exal de Jesus Garcia Carrillo  <exal@gmx.de>  (tiny change)
5791         * erc.texi (Special-Features): Fix small typo.
5793 2007-09-14  Michael Albinus  <michael.albinus@gmx.de>
5795         * tramp.texi (Filename Syntax): Provide links to "Inline methods"
5796         and "External transfer methods".
5798 2007-09-13  Jay Belanger  <jay.p.belanger@gmail.com>
5800         * calc.texi (Predefined Units): Add some history.
5802 2007-09-08  Michael Olson  <mwolson@gnu.org>
5804         * erc.texi (Copying): New section included from gpl.texi.
5805         This matches the look of the upstream ERC manual.
5807 2007-09-07  Jay Belanger  <jay.p.belanger@gmail.com>
5809         * calc.texi (History and Acknowledgements): Adjust the "thanks".
5810         (Random Numbers): Clarify the distribution of `random'.
5812 2007-09-06  Glenn Morris  <rgm@gnu.org>
5814         Move manual sources from man/ to subdirectories of doc/.
5815         Split into the Emacs manual in emacs/, and other manuals in misc/.
5816         Change all setfilename commands to use ../../info.
5817         * Makefile.in: Move the parts of the old man/Makefile.in that do not
5818         refer to the Emacs manual here.
5819         (infodir): New variable.
5820         (INFO_TARGETS, info): Use infodir.  Also used by all info targets.
5821         (cc-mode.texi, faq.texi): Update references to source file locations.
5822         * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
5823         do not refer to the Emacs manual here.
5824         (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
5826         * Makefile.in: Add `basename' versions of all info targets, for
5827         convenience when rebuilding just one manual.
5828         (../etc/GNU): Delete obsolete target.
5829         (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
5830         (mostlyclean): Add *.op, *.ops.  Move *.aux *.cps *.fns *.kys *.pgs
5831         *.vrs *.toc here...
5832         (maintainer-clean): ...from here.
5834         * makefile.w32-in (../etc/GNU): Delete obsolete target.
5836 2007-09-01  Jay Belanger  <jay.p.belanger@gmail.com>
5838         * calc.texi (Date Conversions): Clarify definition of
5839         Julian day numbering.
5840         (Date Forms): Clarify definition of Julian day numbering;
5841         add some history.
5843 2007-08-30  Carsten Dominik  <dominik@science.uva.nl>
5845         * org.texi: Version 5.07.
5847 2007-08-24  IRIE Tetsuya  <irie@t.email.ne.jp>  (tiny change)
5849         * message.texi (MIME): Replace mml-attach with mml-attach-file.
5851 2007-08-22  Carsten Dominik  <dominik@science.uva.nl>
5853         * org.texi (Adding hyperlink types): New section.
5854         (Embedded LaTeX): Chapter updated because of LaTeX export.
5855         (LaTeX export): New section.
5856         (Using links out): New section.
5858 2007-08-22  Glenn Morris  <rgm@gnu.org>
5860         * faq.texi (Learning how to do something): Refcards now in
5861         etc/refcards/ directory.
5863 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
5865         * tramp.texi (Remote Programs): Persistency file must be cleared when
5866         changing `tramp-remote-path'.
5867         (Filename Syntax): Don't use @var{} constructs inside the @trampfn
5868         macro.
5870 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
5872         * calc.texi: Move contents to beginning of file.
5873         (Algebraic Entry): Fix the formatting of an example.
5875 2007-08-15  Jay Belanger  <jay.p.belanger@gmail.com>
5877         * calc.texi (Basic Operations on Units): Mention exact versus
5878         inexact conversions.
5880 2007-08-14  Jay Belanger  <jay.p.belanger@gmail.com>
5882         * calc.texi (Basic Operations on Units): Mention default
5883         values for new units.
5884         (Quick Calculator Mode): Mention that binary format will
5885         be displayed.
5887 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5889         * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
5891 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5893         * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
5895 2007-08-08  Glenn Morris  <rgm@gnu.org>
5897         * gnus.texi, sieve.texi: Replace `iff'.
5899 2007-08-03  Jay Belanger  <jay.p.belanger@gmail.com>
5901         * calc.texi (Basic Graphics): Mention the graphing of error
5902         forms.
5903         (Graphics Options): Mention how `g s' handles error forms.
5904         (Curve Fitting): Mention plotting the curves.
5905         (Standard Nonlinear Models): Add additional models.
5906         (Curve Fitting Details): Mention the Levenberg-Marquardt method.
5907         (Linear Fits): Correct result.
5909 2007-08-01  Alan Mackenzie  <acm@muc.de>
5911         * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
5912         to "--no-site-file".
5914 2007-07-29  Michael Albinus  <michael.albinus@gmx.de>
5916         * tramp.texi (Frequently Asked Questions): Point to mode line
5917         extension in Emacs 23.1.
5919         * trampver.texi: Update release number.
5921 2007-07-27  Glenn Morris  <rgm@gnu.org>
5923         * calc.texi (Copying): Include license text from gpl.texi, rather than
5924         in-line.
5926 2007-07-25  Glenn Morris  <rgm@gnu.org>
5928         * calc.texi (Copying): Replace license with GPLv3.
5930         * Relicense all FSF files to GPLv3 or later.
5932 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
5934         Sync with Tramp 2.1.10.
5936         * tramp.texi (trampfn): Expand macro implementation in order to handle
5937         empty arguments.
5938         (trampfnmhl, trampfnuhl, trampfnhl): Remove macros.  Replace all
5939         occurrences by trampfn.
5940         (Frequently Asked Questions): Extend example code for host
5941         identification in the modeline.  Add bbdb to approaches shortening Tramp
5942         file names to be typed.
5944         * trampver.texi: Update release number.
5946 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
5948         * tramp.texi: Move @setfilename ../info/tramp up, outside the header
5949         section.  Reported by <poti@potis.org>.
5950         (Remote processes): Arguments of the program to be debugged are taken
5951         literally.
5952         (Frequently Asked Questions): Simplify recentf example.
5954 2007-07-14  Karl Berry  <karl@gnu.org>
5956         * info.texi (@copying): New Back-Cover Text.
5958         * info.texi (Quitting Info): Move to proper place in source.
5959         (Reported by Benno Schulenberg.)
5961 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
5963         * Makefile.in (../info/emacs-mime): Use --enable-encoding.
5965         * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
5967         * emacs-mime.texi: Add @documentencoding directive.
5969 2007-07-12  Nick Roberts  <nickrob@snap.net.nz>
5971         * tramp.texi (Remote processes): Add an anchor to the subsection
5972         "Running a debugger on a remote host".
5974 2007-07-12  Michael Albinus  <michael.albinus@gmx.de>
5976         * tramp.texi (Remote processes): Don't call it "experimental" any
5977         longer.  Add subsection about running a debugger on a remote host.
5979 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
5981         * org.texi (Properties and columns): Chapter rewritten.
5983 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
5985         * tramp.texi:
5986         * trampver.texi: Migrate to Tramp 2.1.
5988 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
5990         * org.texi (Properties): New chapter.
5992 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
5994         * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
5995         Control Panel.
5997         * gnus.texi (Misc Article): Add index entry for
5998         gnus-single-article-buffer.
6000 2007-06-27  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6002         * gnus.texi (Starting Up): Fix typo.
6004 2007-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6006         * gnus.texi (Asynchronous Fetching): Fix typo.
6008 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
6010         * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
6011         (About This Manual): Remove redundant information.
6012         (Getting Started): Mention author.
6013         (Basic Arithmetic, Customizing Calc): Make description of the
6014         variable `calc-multiplication-has-precedence' match its new effect.
6016 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
6018         * calc.texi (Basic Arithmetic, Customizing Calc):
6019         Mention the variable `calc-multiplication-has-precedence'.
6021 2007-06-19  Carsten Dominik  <dominik@science.uva.nl>
6023         * org.texi (Tag): Section swapped with node Timestamps.
6024         (Formula syntax for Lisp): Document new `L' flag.
6026 2007-06-06  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6028         * gnus.texi (Misc Group Stuff, Summary Buffer)
6029         (Server Commands, Article Keymap): Fix typo.  s/function/command/.
6031 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6033         * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
6034         * gnus.texi (Article Buttons, Mail Source Customization)
6035         (Sending or Not Sending, Customizing NNDiary):
6036         * message.texi (Message Headers):
6037         * mh-e.texi (HTML): Fix typos.
6039 2007-06-07  Michael Albinus  <michael.albinus@gmx.de>
6041         Sync with Tramp 2.0.56.
6043         * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
6044         settings.  Reported by Ted Zlatanov <tzz@lifelogs.com>.
6046 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
6048         * Version 22.1 released.
6050 2007-05-26  Michael Olson  <mwolson@gnu.org>
6052         * erc.texi (Modules): Fix references to completion modules.
6054 2007-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
6056         * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
6058 2007-05-09  Didier Verna  <didier@xemacs.org>
6060         * gnus.texi (Email Based Diary): New.  Proper documentation for the
6061         nndiary back end and the gnus-diary library.
6063 2007-05-03  Karl Berry  <karl@gnu.org>
6065         * .cvsignore (*.pdf): New entry.
6067         * texinfo.tex: Update from current version for better pdf generation.
6069 2007-04-30  Reiner Steib  <Reiner.Steib@gmx.de>
6071         * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
6073 2007-04-28  Glenn Morris  <rgm@gnu.org>
6075         * faq.texi (New in Emacs 22): Restore mention of python.el pending
6076         consideration of legal status.
6078 2007-04-27  J.D. Smith  <jdsmith@as.arizona.edu>
6080         * idlwave.texi: Minor updates for IDLWAVE 6.1.
6082 2007-04-24  Chong Yidong  <cyd@stupidchicken.com>
6084         * faq.texi (New in Emacs 22): python.el removed.
6086 2007-04-23  Jay Belanger  <jay.p.belanger@gmail.com>
6088         * calc.texi (Reporting bugs): Update maintainer's address.
6090 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
6092         * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
6094 2007-04-15  Jay Belanger  <belanger@truman.edu>
6096         * calc.texi (Title page): Remove the date.
6097         (Basic Arithmetic): Emphasize that / binds less strongly than *.
6098         (The Standard Calc Interface): Change trail title.
6099         (Floats): Mention that when non-decimal floats are entered, only
6100         approximations are stored.
6101         (Copying): Move to the appendices.
6102         (GNU Free Documentation License): Add as an appendix.
6104 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
6106         * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
6107         * dired-x.texi, ebrowse.texi, ediff.texi:
6108         * emacs-mime.texi, erc.texi, eshell.texi:
6109         * eudc.texi, flymake.texi, forms.texi, gnus.texi:
6110         * idlwave.texi, message.texi, newsticker.texi, org.texi:
6111         * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
6112         * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
6113         * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
6114         * woman.texi: Include GFDL.
6116         * doclicense.texi: Remove node heading, so that it can be included by
6117         other files.
6119         * dired-x.texi: Relicence under GFDL.  Remove date from title page.
6121         * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
6122         than *.
6124 2007-04-14  Carsten Dominik  <dominik@science.uva.nl>
6126         * org.texi (Formula syntax for Calc): Emphasize the operator precedence
6127         in Calc.
6129 2007-04-09  Romain Francoise  <romain@orebokech.com>
6131         * faq.texi (New in Emacs 22): Mention improvements to the Windows and
6132         Mac OS ports.  Make it clear that mouse-1 complements and doesn't
6133         replace mouse-2.
6135 2007-04-08  Chong Yidong  <cyd@stupidchicken.com>
6137         * woman.texi (Word at point, Interface Options): woman-topic-at-point
6138         renamed to woman-use-topic-at-point.  Document new behavior.
6140 2007-04-08  Richard Stallman  <rms@gnu.org>
6142         * url.texi: Fix some indexing.
6143         (Disk Caching): Drop discussion of old/other Emacs versions.
6145 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
6147         * url.texi (Disk Caching): Say Emacs 21 "and later".
6149         * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
6150         on Font locking which now mentions JIT lock.
6152 2007-04-01  Michael Olson  <mwolson@gnu.org>
6154         * erc.texi: Update for the ERC 5.2 release.
6156 2007-03-31  David Kastrup  <dak@gnu.org>
6158         * woman.texi (Topic, Interface Options): Explain changes semantics of
6159         woman-manpath in order to consider MANPATH_MAP entries.
6161 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
6163         * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
6165 2007-03-26  Richard Stallman  <rms@gnu.org>
6167         * pgg.texi (Caching passphrase): Clean up previous change.
6169 2007-03-25  Thien-Thi Nguyen  <ttn@gnu.org>
6171         * gnus.texi (Setting Process Marks): Fix typo.
6173 2007-03-25  Romain Francoise  <romain@orebokech.com>
6175         * faq.texi (New in Emacs 22): Reorganize using an itemized list for
6176         readability, and include various fixes by Daniel Brockman, Nick Roberts
6177         and Dieter Wilhelm.
6179 2007-03-24  Thien-Thi Nguyen  <ttn@gnu.org>
6181         * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
6183         * gnus.texi (Mail Source Specifiers): Fix typo.
6185 2007-03-22  Ralf Angeli  <angeli@caeruleus.net>
6187         * reftex.texi (Imprint): Update maintainer information.
6189 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6191         * message.texi (Message Buffers): Update documentation for
6192         message-generate-new-buffers.
6194 2007-03-15  Daiki Ueno  <ueno@unixuser.org>
6196         * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
6198 2007-03-21  Glenn Morris  <rgm@gnu.org>
6200         * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
6202 2007-03-19  Chong Yidong  <cyd@stupidchicken.com>
6204         * eshell.texi (Known problems): Emacs 21 -> 22.
6206         * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
6208 2007-03-18  Jay Belanger  <belanger@truman.edu>
6210         * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
6212 2007-03-12  Glenn Morris  <rgm@gnu.org>
6214         * calc.texi (Time Zones): Switch to new North America DST rule.
6216         * calc.texi: Replace "daylight savings" with "daylight
6217         saving" in text throughout.
6219 2007-03-11  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6221         * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
6222         The variable now uses a list of symbols instead of just a symbol.
6223         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
6225 2007-03-06  Romain Francoise  <romain@orebokech.com>
6227         * faq.texi (New in Emacs 22): Don't say "now" too much.  Add MH-E to
6228         new packages, and mention Gnus update.
6230 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6232         * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
6233         nntp-open-connection-functions-never-echo-commands.
6235 2007-02-27  Chong Yidong  <cyd@stupidchicken.com>
6237         * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
6238         problems on the console, and security risk in not using gpg-agent.
6240 2007-02-25  Carsten Dominik  <dominik@science.uva.nl>
6242         * org.texi (The spreadsheet): Rename from "Table calculations".
6243         Completely reorganized and rewritten.
6244         (CamelCase links): Section removed.
6245         (Repeating items): New section.
6246         (Tracking TODO state changes): New section.
6247         (Agenda views): Chapter reorganized and rewritten.
6248         (HTML export): Section rewritten.
6249         (Tables in arbitrary syntax): New section.
6250         (Summary): Better feature summary.
6251         (Activation): Document problem with cut-and-paste of Lisp code
6252         from PDF files.
6253         (Visibility cycling): Document indirect buffer use.
6254         (Structure editing): Document sorting.
6255         (Remember): Section rewritten.
6256         (Time stamps): Better description of time stamp types.
6257         (Tag searches): Document regular expression search for tags.
6258         (Stuck projects): New section.
6259         (In-buffer settings): New keywords.
6260         (History and Acknowledgments): Updated description.
6262 2007-02-24  Alan Mackenzie  <acm@muc.de>
6264         * cc-mode.texi (Movement Commands): Insert two missing command names.
6265         (Getting Started): Slight wording correction (use conditional).
6267 2007-02-22  Kim F. Storm  <storm@cua.dk>
6269         * widget.texi (User Interface, Basic Types): Document need to put some
6270         text before the %v escape in :format string in editable-field widget.
6272 2007-02-18  Romain Francoise  <romain@orebokech.com>
6274         * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
6275         `cvs-mode-quit'.
6277 2007-02-10  Markus Triska  <markus.triska@gmx.at>
6279         * widget.texi (Programming Example): Put constant strings in :format.
6281 2007-02-07  Juanma Barranquero  <lekktu@gmail.com>
6283         * faq.texi (Fullscreen mode on MS-Windows): New node.
6285 2007-02-04  David Kastrup  <dak@gnu.org>
6287         * faq.texi (AUCTeX): Update version number.  Should probably be done
6288         for other packages as well.
6290 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6292         * gnus.texi (Batching Agents): Fix example.  Reported by Tassilo Horn
6293         <tassilo@member.fsf.org>.
6295 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
6297         * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
6298         ls-lisp-use-localized-time-format.
6300 2007-01-20  Markus Triska  <markus.triska@gmx.at>
6302         * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
6304 2007-01-13  Michael Olson  <mwolson@gnu.org>
6306         * erc.texi (Modules): Mention capab-identify module.
6308 2007-01-05  Michael Olson  <mwolson@gnu.org>
6310         * erc.texi (Getting Started): Update for /RECONNECT command.
6312 2007-01-04  Richard Stallman  <rms@gnu.org>
6314         * ebrowse.texi: Change C-c b to C-c C-m.
6316 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6318         * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
6319         variables only in info to avoid redundant entries in the printed
6320         manual.
6322 2007-01-02  Daiki Ueno  <ueno@unixuser.org>
6324         * message.texi (Using PGP/MIME): Document gpg-agent usage.
6326 2007-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
6328         * message.texi (Security): Split into sub-nodes.
6330 2007-01-01  Alan Mackenzie  <acm@muc.de>
6332         * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
6333         eval-after-load in Emacs <=21 and a workaround.  Document that
6334         trigraphs are not supported.
6336 2007-01-01  Alan Mackenzie  <acm@muc.de>
6338         * cc-mode.texi ("Filling and Breaking"): Amend the doc for
6339         c-context-line-break.  When invoked within a string, preserve
6340         whitespace.  Add a backslash only when also in a macro.
6342 2007-01-01  Alan Mackenzie  <acm@muc.de>
6344         * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
6346 2007-01-01  Alan Mackenzie  <acm@muc.de>
6348         * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
6349         are now bound by default to c-\(beginning\|end\)-of-defun by default.
6351 2007-01-01  Alan Mackenzie  <acm@muc.de>
6353         * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
6354         "Choosing a Style".
6356         * cc-mode.texi ("Styles"): Add @dfn{style}.
6358 2006-12-30  Michael Albinus  <michael.albinus@gmx.de>
6360         Sync with Tramp 2.0.55.
6362         * trampver.texi: Update release number.
6364 2006-12-29  Reiner Steib  <Reiner.Steib@gmx.de>
6366         * gnus.texi (Customizing Articles): Add index entries for all
6367         gnus-treat-* variables.
6369 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
6371         * gnus.texi (IMAP): Fix incorrect explanation of
6372         nnimap-search-uids-not-since-is-evil in documentation for
6373         nnimap-expunge-search-string.
6375 2006-12-27  Reiner Steib  <Reiner.Steib@gmx.de>
6377         * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
6378         spam-ifile-database.
6380 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6382         * gnus.texi (Spam Package Configuration Examples): Don't encourage to
6383         rebind C-s.
6385 2006-12-26  Jouni K. Seppänen  <jks@iki.fi>
6387         * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
6388         (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
6389         "expiring mail".
6390         (IMAP): Document nnimap-search-uids-not-since-is-evil and
6391         nnimap-nov-is-evil.
6393 2006-12-25  Kevin Ryde  <user42@zip.com.au>
6395         * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
6396         about the key procedure being used heavily.
6398 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
6400         * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
6401         to t.
6402         (Prerequisites): Add explanation about gpg-agent.
6404 2006-12-22  Kevin Ryde  <user42@zip.com.au>
6406         * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
6407         "sort" instead of "sort*".
6409 2006-12-19  Richard Stallman  <rms@gnu.org>
6411         * calc.texi (History and Acknowledgements): Recognize that Emacs
6412         now does have floating point.
6414 2006-12-19  Michael Albinus  <michael.albinus@gmx.de>
6416         * tramp.texi (External transfer methods): Describe new method `scpc'.
6418 2006-12-17  Sascha Wilde  <wilde@sha-bang.de>
6420         * pgg.texi: Added short note on gpg-agent to the introduction.
6422 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6424         * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
6425         also applies to Cc.
6427 2006-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6429         * gnus.texi (X-Face): Clarify.  Say which programs are required
6430         on Windows.
6432 2006-12-08  Michael Olson  <mwolson@gnu.org>
6434         * erc.texi (Modules): Remove documentation for list module.
6436 2006-12-05  Michaël Cadilhac  <michael.cadilhac@lrde.org>
6438         * faq.texi (^M in the shell buffer): Ditto.
6440 2006-11-20  Michael Olson  <mwolson@gnu.org>
6442         * erc.texi: Call this the 5.2 stable pre-release of ERC.
6444 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
6446         * org.texi: Fix typos.
6447         (Agenda commands): Document `C-k'.
6449 2006-11-16  Eli Zaretskii  <eliz@gnu.org>
6451         * url.texi (http/https): Fix a typo in the HTTP URL.
6453 2006-11-14  Stephen Leake  <stephen_leake@stephe-leake.org>
6455         * ada-mode.texi: Total rewrite.
6457 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
6459         * org.texi: Minor typo fixes.
6461 2006-11-13  Bill Wohler  <wohler@newt.com>
6463         Release MH-E manual version 8.0.3.
6465         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6466         release 8.0.3.
6468         * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
6469         to set MAILDIR.
6470         (Reading Mail): Document the customization of read-mail-command
6471         for MH-E.
6472         (Viewing Attachments): Document mm-discouraged-alternatives.
6473         (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
6474         (Junk): Add more information about the settings of mh-junk-background
6475         in a program.  Add /usr/bin/mh to PATH in examples.
6477 2006-11-12  Richard Stallman  <rms@gnu.org>
6479         * woman.texi: Update author address but say he no longer maintains it.
6481 2006-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
6483         * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
6484         archived trees.
6485         (Checkboxes): Section moved to chapter 5, and extended.
6486         (The date/time prompt): New section.
6487         (Link abbreviations): New section.
6488         (Presentation and sorting): New section.
6489         (Custom agenda views): Section completely rewritten.
6490         (Summary): Compare with Planner.
6491         (Feedback): More info about creating backtraces.
6492         (Plain lists): Modified example.
6493         (Breaking down tasks): New section.
6494         (Custom time format): New section.
6495         (Time stamps): Document inactive timestamps.
6496         (Setting tags): More details about fast tag selection.
6497         (Block agenda): New section.
6498         (Custom agenda views): Section rewritten.
6499         (Block agenda): New section.
6501 2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
6503         * tramp.texi (Configuration): scp is the default method.
6504         (Default Method): Use ssh as example for another method.
6506 2006-10-27  Richard Stallman  <rms@gnu.org>
6508         * woman.texi: Downcase nroff/troff/roff.
6509         (Installation): Chapter deleted.  Some xrefs deleted.
6510         (Background): woman doesn't advise man ;-).
6512 2006-10-26  Roberto Rodríguez  <lanubeblanca@googlemail.com>  (tiny change)
6514         * ada-mode.texi (Project files, Identifier completion)
6515         (Automatic Casing, Debugging, Using non-standard file names)
6516         (Working Remotely): Fix typos.
6518 2006-10-20  Masatake YAMATO  <jet@gyve.org>
6520         * cc-mode.texi (Sample .emacs File): Add missing `)' in
6521         sample code `my-c-initialization-hook'.
6523 2006-10-19  Stuart D. Herring  <herring@lanl.gov>
6525         * widget.texi: Fix typos.
6527 2006-10-19  Michael Albinus  <michael.albinus@gmx.de>
6529         * tramp.texi (Frequently Asked Questions): Remove questions marked with
6530         "???".  There have been no complaints for years, so the information
6531         must be appropriate.
6533 2006-10-16  Richard Stallman  <rms@gnu.org>
6535         * widget.texi: Use @var instead of capitalization.
6536         Clarify many widget type descriptions.
6538 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6540         * gnus.texi (Other modes): Fix typo.  Add alternative index entry for
6541         gnus-dired-attach.
6542         (Selecting a Group): Fix typo.
6544 2006-10-12  Roberto Rodríguez  <lanubeblanca@googlemail.com>  (tiny change)
6546         * widget.texi: Fix typos.
6548 2006-10-06  Reiner Steib  <Reiner.Steib@gmx.de>
6550         * gnus.texi (Image Enhancements): Update for Emacs 22.
6552         * gnus-faq.texi ([1.3]): Update.
6554 2006-10-06  Richard Stallman  <rms@gnu.org>
6556         * faq.texi (Displaying the current line or column):
6557         Delete "As of Emacs 20".
6559 2006-10-06  Romain Francoise  <romain@orebokech.com>
6561         * faq.texi (VM): VM works with Emacs 22 too.
6563 2006-10-06  Richard Stallman  <rms@gnu.org>
6565         * ebrowse.texi: Remove Emacs version "21" from title.
6567 2006-10-02  Reiner Steib  <Reiner.Steib@gmx.de>
6569         * gnus.texi (Foreign Groups): Say where change of editing commands are
6570         stored.  Add reference to `gnus-parameters'.
6572 2006-09-15  Jay Belanger  <belanger@truman.edu>
6574         * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
6575         Change "Library Public License" to "Lesser Public License"
6576         throughout.  Use "yyyy" to represent year.
6578 2006-09-15  Carsten Dominik  <dominik@science.uva.nl>
6580         * org.texi (Setting tags): Typo fix.
6582 2006-09-14  Reiner Steib  <Reiner.Steib@gmx.de>
6584         * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
6586 2006-09-12  Reiner Steib  <Reiner.Steib@gmx.de>
6588         * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
6590 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
6592         * faq.texi (Escape sequences in shell output): EMACS is now set
6593         to Emacs's absolute file name, not to "t".
6594         (^M in the shell buffer): Likewise.
6595         * misc.texi (Interactive Shell): Likewise.
6597 2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
6599         * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
6600         mails with pop3-leave-mail-on-server.  Fix wording.
6601         (Limiting): Improve gnus-summary-limit-to-articles.
6602         (X-Face): Fix typo.
6604 2006-09-11  Simon Josefsson  <jas@extundo.com>
6606         * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
6607         suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
6609 2006-09-06  Simon Josefsson  <jas@extundo.com>
6611         * smtpmail.texi (Authentication): Mention SSL.
6613 2006-09-01  Eli Zaretskii  <eliz@gnu.org>
6615         * rcirc.texi (Internet Relay Chat, Useful IRC commands):
6616         Don't use @indicateurl.
6618         * cc-mode.texi (Subword Movement): Don't use @headitem.
6619         (Custom Braces, Clean-ups): Don't use @tie.
6621 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
6623         Sync with Tramp 2.0.54.
6625         * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
6626         Suggested by Adrian Phillips <a.phillips@met.no>.
6628 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
6630         * org.texi (Installation, Activation): Split from Installation and
6631         Activation.
6632         (Clocking work time): Documented new features.
6634 2006-08-13  Alex Schroeder  <alex@gnu.org>
6636         * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
6637         example.
6639 2006-08-12  Eli Zaretskii  <eliz@gnu.org>
6641         * faq.texi (How to add fonts): New node.
6643 2006-08-05  Romain Francoise  <romain@orebokech.com>
6645         * faq.texi (New in Emacs 22): Expand.
6647 2006-08-03  Michael Olson  <mwolson@gnu.org>
6649         * erc.texi: Update for ERC 5.1.4.
6651 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6653         * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
6654         in .../site-lisp/gnus/ by default.
6655         [ From gnus-news.texi in the trunk. ]
6657 2006-07-27  Reiner Steib  <Reiner.Steib@gmx.de>
6659         * gnus.texi (MIME Commands): Additions for yEnc.
6661 2006-07-24  Richard Stallman  <rms@gnu.org>
6663         * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
6664         * faq.texi: Move periods and commas inside quotes.
6666 2006-07-20  Jay Belanger  <belanger@truman.edu>
6668         * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
6670 2006-07-18  Chong Yidong  <cyd@stupidchicken.com>
6672         * faq.texi (Security risks with Emacs): Document Emacs 22
6673         file-local-variable mechanism.
6675 2006-07-12  Michael Olson  <mwolson@gnu.org>
6677         * erc.texi: Update for ERC 5.1.3.
6679 2006-07-12  Alex Schroeder  <alex@gnu.org>
6681         * rcirc.texi: Fix typos.
6682         (Getting started with rcirc): New calling convention for M-x irc.
6683         Mention #rcirc.  Removed channel tracking.
6684         (Configuration): Change the names of all variables that got changed
6685         recently, eg. rcirc-server to rcirc-default-server.  Added
6686         documentation for rcirc-authinfo, some background for Bitlbee, and
6687         rcirc-track-minor-mode.
6688         (Scrolling conservatively): Fix the xref from Auto Scrolling to just
6689         Scrolling.
6690         (Reconnecting after you have lost the connection): Fix example code
6691         to match code changes.
6693 2006-07-10  Nick Roberts  <nickrob@snap.net.nz>
6695         * gnus.texi, message.texi: Fix typos.
6697 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
6699         * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
6700         commands.
6701         (Global TODO list): Document the use of the variables
6702         `org-agenda-todo-ignore-scheduled' and
6703         `org-agenda-todo-list-sublevels'.
6705 2006-07-05  Richard Stallman  <rms@gnu.org>
6707         * faq.texi (Scrolling only one line): Fix xref.
6709 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
6711         * faq.texi (Evaluating Emacs Lisp code):
6712         Throughout, replace eval-current-buffer with eval-buffer.
6714 2006-07-03  Richard Stallman  <rms@gnu.org>
6716         * rcirc.texi (Scrolling conservatively): Fix xref.
6718         * pcl-cvs.texi (Viewing differences): Usage fix.
6720 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
6722         * org.texi (Agenda commands): Document `s' key to save all org-mode
6723         buffers.
6725 2006-06-30  Ralf Angeli  <angeli@caeruleus.net>
6727         * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
6728         names.  Mention `cvs-msg' face.
6730 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
6732         * org.texi (Checkboxes): New section.
6734 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
6736         * org.texi (Embedded LaTeX): Fix typos and implement small improvements
6737         throughout this chapter.
6739 2006-06-27  Chong Yidong  <cyd@stupidchicken.com>
6741         * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
6742         text for standalone vs Emacs info.
6743         (Help): Clarify header line description.  Use mouse-1 for clicks.
6744         (Help-P): Use mouse-1 for clicks.
6745         (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
6746         (Help-^L, Help-M, Help-Int, Search Index, Go to node)
6747         (Choose menu subtopic): Remove gratuitous Emacs command names.
6748         (Help-FOO): Put usual behavior first.
6749         (Help-Xref): Clicking on xrefs works in Emacs.
6750         (Search Text): Clarify what the default behavior is.
6751         (Create Info buffer): Fix Emacs window/X window confusion.
6752         (Emacs Info Variables): Fix for new Emacs init file behavior.
6754 2006-06-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6756         * gnus.texi (Summary Buffer Lines): Fix typo.
6758 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
6760         * org.texi (Embedded LaTeX): New chapter.
6761         (Archiving): Section rewritten.
6762         (Enhancing text): Some parts moved to the new chapter about LaTeX.
6764 2006-06-20  Bill Wohler  <wohler@newt.com>
6766         Release MH-E manual version 8.0.1.
6768         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6769         release 8.0.1.
6770         (Preface): Depend on GNU mailutils 1.0 and higher.
6772 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6774         * message.texi (News Headers): Update message-syntax-checks section.
6776 2006-06-19  Karl Berry  <karl@gnu.org>
6778         * info.texi (Advanced): Mention C-q, especially with ?.
6780 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
6782         * org.texi (Publishing links): Document the `:link-validation-function'
6783         property.
6784         (Extensions and Hacking): New chapter, includes some sections of the
6785         "Miscellaneous" chapter.
6787 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
6789         * org.texi (Progress logging): New section.
6791 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
6793         * org.texi (ASCII export): Document indentation adaptation.
6794         (Setting tags): Document mutually-exclusive tags.
6796 2006-06-05  Romain Francoise  <romain@orebokech.com>
6798         * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
6799         Fix typo.
6801         * gnus-faq.texi (Question 8.6): Update reference to the Gnus
6802         channel (#gnus@irc.freenode.net).
6803         Fix typos.  Update copyright notice.
6805         * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
6806         (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
6807         (Line-Up Functions, Custom Macros):
6808         * ediff.texi (Window and Frame Configuration)
6809         (Highlighting Difference Regions):
6810         * emacs-mime.texi (Display Customization):
6811         * erc.texi (History):
6812         * eshell.texi (Known problems):
6813         * eudc.texi (Overview, BBDB):
6814         * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
6815         (The problem of spam, SpamOracle, Extending the Spam package)
6816         (Conformity, Terminology):
6817         * idlwave.texi (Routine Info)
6818         (Class and Keyword Inheritance, Padding Operators)
6819         (Breakpoints and Stepping, Electric Debug Mode)
6820         (Examining Variables, Troubleshooting):
6821         * org.texi (Creating timestamps):
6822         * reftex.texi (Commands, Options, Changes):
6823         * tramp.texi (Inline methods, Password caching)
6824         (Auto-save and Backup, Issues):
6825         * vip.texi (Files, Commands in Insert Mode):
6826         * viper.texi (Emacs Preliminaries, States in Viper)
6827         (Packages that Change Keymaps, Viper Specials, Groundwork):
6828         Fix various typos.
6830 2006-05-31  Michael Ernst  <mernst@alum.mit.edu>
6832         * ediff.texi: Fix typos.
6834 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
6836         * org.texi: Small typo fixes.
6838 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6840         * viper.texi (Viper Specials):
6841         * gnus.texi (Example Setup):
6842         * faq.texi (Backspace invokes help):
6843         * dired-x.texi (Optional Installation Dired Jump):
6844         * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
6845         follow coding conventions.
6847 2006-05-29  Michael Albinus  <michael.albinus@gmx.de>
6849         * tramp.texi (Frequently Asked Questions): Disable zsh zle.
6851 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
6853         * pcl-cvs.texi: Fix typos.
6854         (Customization): Say "us".
6856 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
6858         * org.texi: Remove bogus @setfilename.
6860 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
6862         * org.texi (ASCII export): Omit command name.
6863         (HTML export): Add prefix to all lines in Local Variable example.
6864         (Acknowledgments): Typeset names in italics.
6866 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
6868         * org.texi (Plain lists): Add new item navigation commands.
6869         (External links): Document elisp and info links.
6870         (Custom searches): New section.
6871         (Publishing): New chapter.
6872         (HTML export): Include a list of supported CSS classes.
6873         (Setting tags): Describe the fast-tag-setting interface.
6875 2006-05-20  Luc Teirlinck  <teirllm@auburn.edu>
6877         * dired-x.texi: ifinfo -> ifnottex.
6879 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
6881         * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
6883 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
6885         * message.texi (Interface): Add tool bar customization.
6886         (MIME): Index and text additions for mml-attach.
6887         (MIME): Describe mml-dnd-protocol-alist and
6888         mml-dnd-attach-options.
6890         * gnus.texi (Oort Gnus): Reorder entries in sections.
6891         Fix some entries.
6892         (Starting Up): Add references to "Emacs for Heathens" and to
6893         "Finding the News".  Add user-full-name and user-mail-address.
6894         (Group Buffer Format): Add tool bar customization and update.
6895         (Summary Buffer): Add tool bar customization.
6896         (Posting Styles): Add message-alternative-emails.
6898 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
6900         * tramp.texi (Filename completion): Improve wording.
6902 2006-05-07  Romain Francoise  <romain@orebokech.com>
6904         * faq.texi (Using regular expressions): Fix typo.
6905         (Packages that do not come with Emacs): Fix capitalization.
6906         (Replacing text across multiple files): Expand node to explain how
6907         to use `dired-do-query-replace-regexp' in more detail, based on
6908         suggestion by Eric Hanchrow <offby1@blarg.net>.
6910 2006-05-06  Michael Albinus  <michael.albinus@gmx.de>
6912         * tramp.texi (Filename completion): Completion of remote files'
6913         method, user name and host name is active only in partial
6914         completion mode.
6916 2006-05-06  Bill Wohler  <wohler@newt.com>
6918         Release MH-E manual version 8.0.
6920         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6921         release 8.0.
6923 2006-05-06  Bill Wohler  <wohler@newt.com>
6925         * mh-e.texi (MH-BOOK-HOME): Change from
6926         http://www.ics.uci.edu/~mh/book/mh to
6927         http://rand-mh.sourceforge.net/book/mh.
6928         Replace .htm suffix with .html for MH book files.
6929         (Using This Manual): Update key binding for getting relevant
6930         chapter in Info from command key.
6931         (Ranges): Fix itemx.
6933 2006-05-05  Karl Berry  <karl@gnu.org>
6935         * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
6936         (\fonttextsize): New user-level command to change text font size.
6938 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
6940         * pgg.texi (Caching passphrase): Fix markup and typos.  Simplify.
6942 2006-04-26  Sascha Wilde  <wilde@sha-bang.de>  (tiny change)
6944         * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
6946 2006-04-24  Bill Wohler  <wohler@newt.com>
6948         * mh-e.texi (Getting Started): Make it more explicit that you need
6949         to install MH.  Add pointers to current MH implementations.
6951 2006-04-21  Bill Wohler  <wohler@newt.com>
6953         Release MH-E manual version 7.94.
6955         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6956         release 7.94.
6958 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
6960         * org.texi: Many small fixes.
6961         (Handling links): Rename from "Managing links".
6963 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
6965         * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
6966         (Splitting mail using spam-stat): Fix @xref.
6968 2006-04-20  Chong Yidong  <cyd@stupidchicken.com>
6970         * gnus.texi (Spam Package): Major revision of the text.
6971         Previously this node was "Filtering Spam Using The Spam ELisp Package".
6973 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
6975         * org.texi (Time stamps): Better explanation of the purpose of
6976         different time stamps.
6977         (Structure editing, Plain lists): More details on how new items
6978         and headings are inserted.
6980 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
6982         * org.texi (Formula syntax): Fix link to Calc Manual.
6984 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
6986         * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
6988 2006-04-17  Bill Wohler  <wohler@newt.com>
6990         * mh-e.texi (Folders): Update mh-before-quit-hook and
6991         mh-quit-hook example with code that removes the buffers rather
6992         than just bury them.
6994 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
6996         Sync with Tramp 2.0.53.
6998 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
7000         * org.texi (Updating settings): New section.
7001         (Visibility cycling): Better names for the startup folding
7002         options.
7003         (Exporting): Completely restructured.
7004         (The very busy C-c C-c key): New section.
7005         (Summary of in-buffer settings): New section.
7007 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7009         * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
7011 2006-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7013         * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
7014         (Server Commands): Key `v' is reserved for users.
7016 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
7018         * org.texi (Link format): New section, emphasis on bracket links.
7019         (External links): Document bracket links.
7020         (FAQ): Expand to cover shell links and the new link format.
7022 2006-04-09  Kevin Ryde  <user42@zip.com.au>
7024         * org.texi (Formula syntax): Typo in node name of calc-eval xref.
7026 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
7028         * gnus.texi (Summary Buffer Lines): Add `*'.
7030 2006-04-07  Jochen Küpper  <jochen@fhi-berlin.mpg.de>
7032         * gnus.texi (Group Parameters):
7033         Mention gnus-permanently-visible-groups.
7035 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7037         * gnus.texi (Face): Fix typo.
7039 2006-04-05  Reiner Steib  <Reiner.Steib@gmx.de>
7041         * gnus.texi (X-Face): Clarify.
7042         (Face): Need Emacs with PNG support.
7044 2006-04-06  Richard Stallman  <rms@gnu.org>
7046         * idlwave.texi: Delete the blocks "not suitable for inclusion with
7047         Emacs".
7049 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
7051         * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
7052         blocks not suitable for inclusion with Emacs using variable
7053         PARTOFEMACS.
7055 2006-04-04  Simon Josefsson  <jas@extundo.com>
7057         * gnus.texi (Security): Improve.
7059 2006-04-02  Bill Wohler  <wohler@newt.com>
7061         * mh-e.texi (Getting Started, Junk, Bug Reports)
7062         (MH FAQ and Support): Fix URLs.
7064 2006-03-31  Romain Francoise  <romain@orebokech.com>
7066         * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
7067         to t, not nil (and has for the past eight years).
7069 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7071         * message.texi, gnus.texi: Bump version to 5.11.
7073 2006-03-29  Reiner Steib  <Reiner.Steib@gmx.de>
7075         * gnus.texi (Top): Add comment about version line.
7077         * message.texi (Top): Ditto.  Change to take named versions into
7078         account.
7080 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
7082         * gnus.texi (Posting Styles): Add x-face-file to example.
7083         (X-Face): Refer to posting styles.
7085         * gnus-faq.texi ([5.8]): Add x-face-file.
7086         ([8.4]): Add links to gmane.emacs.gnus.user and
7087         gmane.emacs.gnus.general.
7089 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
7091         * gnus-faq.texi: Use .invalid.
7092         ([5.4]): Fix gnus-posting-styles example.
7094 2006-03-27  Romain Francoise  <romain@orebokech.com>
7096         * faq.texi (Emacs/W3): Rename from `w3-mode'.  Mention that
7097         Emacs/W3 needs a new maintainer.
7098         (Ispell): Update author and version info.
7099         (Mailcrypt): Mention PGG.
7100         (New in Emacs 22): Add PGG to the list of new packages.
7101         Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
7102         updating dead URLs.
7104 2006-03-25  Karl Berry  <karl@gnu.org>
7106         * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
7107         * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
7108         * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
7109         * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
7110         * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
7111         * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
7112         * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
7113         (2) do not indent copyright year list (or anything else).
7115 2006-03-21  Bill Wohler  <wohler@newt.com>
7117         * mh-e.texi (Folders): Various edits.
7119 2006-03-20  Romain Francoise  <romain@orebokech.com>
7121         * gnus.texi (Mail Folders): Grammar fix.
7123 2006-03-19  Bill Wohler  <wohler@newt.com>
7125         * mh-e.texi (Replying): Document Mail-Followup-To.
7126         Change manually-formatted table to multitable.  Add debugging info.
7127         Move description of mh-reply-default-reply-to into paragraph
7128         that describes its values.
7130 2006-03-17  Bill Wohler  <wohler@newt.com>
7132         * mh-e.texi: Use smallexample and smalllisp consistently.
7133         (Sending Mail Tour): Update method of entering
7134         addresses and subject.
7135         (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
7136         (Adding Attachments, Searching): Update screenshots for Emacs 22.
7138 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
7140         * org.texi: Version number change only.
7142 2006-03-14  Bill Wohler  <wohler@newt.com>
7144         * mh-e.texi: Add index entries around each paragraph rather than
7145         depend on entries from beginning of node.  Doing so ensures that
7146         index entries are less likely to be forgotten if text is cut and
7147         pasted, and are necessary anyway if the references are on a
7148         separate page.  It seems that makeinfo is now (v. 4.8) only
7149         producing one index entry per node, so there is no longer any
7150         excuse not to.  Use subheading instead of heading.  The incorrect
7151         use of heading produced very large fonts in Info--as large as the
7152         main heading.
7153         (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
7154         versions 6 and 7 appeared *around* the time of these Emacs releases.
7156 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
7158         * org.texi (Clean view): Document new startup options.
7160 2006-03-11  Bill Wohler  <wohler@newt.com>
7162         * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
7163         (Composing, Scan Line Formats): Fix @refs.
7164         (Getting Started): Define MH profile and MH profile components.
7165         (Incorporating Mail, Reading Mail, Viewing, Printing)
7166         (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
7167         (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
7168         for string constants.
7169         (Tool Bar): Remove spurious quote.
7170         (Junk): Use ``...'' instead of "...".
7171         (Scan Line Formats): Replace @samp with @kbd.
7173 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7175         * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
7177 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
7179         * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
7180         easy to understand.
7182 2006-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7184         * gnus.texi: Markup fix.
7185         (Fancy Mail Splitting): Specify new feature.
7187 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7189         * gnus.texi (Fancy Mail Splitting): Improve descriptions about
7190         partial-words matching.
7192 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
7194         * emacs-mime.texi (Display Customization): Reword image/.* stuff.
7196         * gnus.texi (Oort Gnus): Add note about `gnus-load'.
7197         (MIME Commands): Fix mm-discouraged-alternatives.
7199 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
7201         * org.texi: Version number change only.
7203 2006-03-06  Bill Wohler  <wohler@newt.com>
7205         * mh-e.texi: Move from SourceForge repository to Savannah.
7206         This is version 7.93, which is a total rewrite from the previous
7207         edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
7208         version 7.93.
7210 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
7212         * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
7214 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
7216         * org.texi (Interaction): Add item about `org-mouse.el' by
7217         Piotr Zielinski.
7218         (Managing links): Document that also mouse-1 can be used to
7219         activate a link.
7220         (Headlines, FAQ): Add entry about hiding leading stars.
7221         (Miscellaneous): Resort the sections in this chapter to a more
7222         logical sequence.
7224 2006-02-27  Simon Josefsson  <jas@extundo.com>
7226         * emacs-mime.texi (Flowed text): Add mm-fill-flowed.  (Sync
7227         2004-01-27 from the trunk).
7229 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
7231         * cc-mode.texi: Rename c-hungry-backspace to
7232         c-hungry-delete-backwards, at the request of RMS.  Leave the old
7233         name as an alias.
7235 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
7237         * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
7238         include the function header within the defun.
7240 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
7242         * cc-mode.texi: Correct two typos.
7244 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
7246         * cc-mode.texi (Comment Commands): State that C-u M-; kills any
7247         existing comment.
7248         (Electric Keys): Add a justification for electric indentation.
7249         (Hungry WS Deletion): Clear up the names and complications of the
7250         BACKSPACE and DELETE keys.
7252 2006-02-23  Juri Linkov  <juri@jurta.org>
7254         * faq.texi (Common requests): Move `Turning on auto-fill by
7255         default' after `Wrapping words automatically'.  Move `Working with
7256         unprintable characters' before `Searching for/replacing newlines'.
7257         Move `Replacing highlighted text' after `Highlighting a region'.
7258         Merge `Repeating commands' and `Repeating a command as many times
7259         as possible' into the former.
7260         (Packages that do not come with Emacs): Add refs to Gmane and
7261         etc/MORE.STUFF.
7263 2006-02-23  Juri Linkov  <juri@jurta.org>
7265         * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
7266         (Reporting bugs): Suggest using `M-x report-emacs-bug'.
7267         Add xref to `(emacs)Reporting Bugs'.
7268         (Getting a printed manual): Add URL to other formats of the manual.
7269         (Common requests): Fix menu.
7270         (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
7271         (Horizontal scrolling): Mention `truncate-partial-width-windows'.
7272         (Inserting text at the beginning of each line): Add pxref to
7273         `Changing the included text prefix'.
7274         (Forcing the cursor to remain in the same column): Mention `track-eol'
7275         and `set-goal-column'.  Add pxref to `(emacs)Moving Point'.
7276         (Replacing text across multiple files): Add keybinding `Q' for
7277         `dired-do-query-replace'.
7279 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
7281         * reftex.texi: Version number and date change only.
7283         * org.texi (Internal Links): Rewrite to cover the modified
7284         linking system.
7286 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
7288         * faq.texi: Remove the coding cookie, it's not needed anymore.
7290 2006-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7292         * faq.texi (Colors on a TTY): Mention Mac OS port.
7294 2006-02-12  Karl Berry  <karl@gnu.org>
7296         * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
7297         8-bit accented a.
7299 2006-02-09  Reiner Steib  <Reiner.Steib@gmx.de>
7301         * gnus.texi (Gnus Versions): Add history beyond start of Oort.
7303 2006-02-08  Romain Francoise  <romain@orebokech.com>
7305         * faq.texi (Top): Remove paragraph about the FAQ being a
7306         transitional document, etc.
7307         (Searching for/replacing newlines): New node.
7308         (Yanking text in isearch): New node.
7309         (Inserting text at the beginning of each line): Rename and make
7310         more general, mention `M-;' in Message mode.
7312 2006-02-07  Luc Teirlinck  <teirllm@auburn.edu>
7314         * faq.texi (Meta key does not work in xterm)
7315         (Emacs does not display 8-bit characters)
7316         (Inputting eight-bit characters): Update xrefs.
7318 2006-02-06  Romain Francoise  <romain@orebokech.com>
7320         * faq.texi (VM): VM now at version 7.19.
7321         Set myself as maintainer of this file.
7323 2006-02-04  Michael Olson  <mwolson@gnu.org>
7325         * erc.texi (History): Note that ERC is now included with Emacs.
7327 2006-01-31  Romain Francoise  <romain@orebokech.com>
7329         * message.texi (Message Headers): Explain what
7330         `message-alternative-emails' does in more detail.
7331         Update copyright year.
7333 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
7335         * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
7337 2006-01-29  Richard M. Stallman  <rms@gnu.org>
7339         * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
7341 2006-01-29  Michael Olson  <mwolson@gnu.org>
7343         * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
7345         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
7347         * faq.texi (New in Emacs 22): Mention ERC.
7349 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
7351         * rcirc.texi: Capitalize dir entry for consistency with the entry
7352         in info/dir and other entries in the Emacs category.
7353         Fix typos.  Delete trailing whitespace.
7355 2006-01-28  Björn Lindström  <bkhl@elektrubadur.se>
7357         * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
7359 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
7361         * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
7362         (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7364         * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
7365         (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7367 2006-01-27  Alex Schroeder  <alex@gnu.org>
7369         * rcirc.texi: New file.
7371 2006-01-23  Juri Linkov  <juri@jurta.org>
7373         * widget.texi (User Interface): Add S-TAB for widget-backward.
7375 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
7377         Sync with Tramp 2.0.52.
7379         * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
7380         Add Tramp disabling item.  New item for common connection problems.
7381         (various): Apply "ftp" as method for the download URL.
7382         (Bug Reports): Refer to FAQ for common problems.
7384 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
7386         * widget.texi (User Interface): Use @key for TAB.
7388         * ses.texi (Formulas, Printer functions): Use @key for TAB.
7390         * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
7391         for TAB.
7393         * cc-mode.texi (Indentation Calculation): Use @key for TAB.
7395 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7397         * gnus.texi: Update copyright.
7399 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7401         * gnus.texi (Article Washing): Additions.
7403 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
7405         * org.texi (Agenda commands): Document tags command.
7407 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7409         * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
7411 2006-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7413         * gnus.texi (RSS): Addition.
7415 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7417         * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
7419 2005-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7421         * emacs-mime.texi (Display Customization): Add setting example to
7422         mm-discouraged-alternatives.
7424 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7426         * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
7427         version is the canonical version.
7429 2006-01-08  Alex Schroeder  <alex@gnu.org>
7431         * pgg.texi (Caching passphrase): Rewording.
7433 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
7435         * flymake.texi (Obtaining Flymake): Update Flymake's CVS
7436         repository URL.
7438 2006-01-06  Carsten Dominik  <dominik@science.uva.nl>
7440         * org.texi: Removed the accidentally re-added empty line in the
7441         direntry.
7443 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
7445         * org.texi (Agenda Views): Chapter reorganized.
7447 2005-12-29  Romain Francoise  <romain@orebokech.com>
7449         * faq.texi (Using Customize): New node.
7451 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
7453         * org.texi: Remove blank line in @direntry.  It is non-standard
7454         and recursively produces blank lines all over the dir file (when
7455         using Texinfo 4.8).
7457 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
7459         * widget.texi (atoms): Delete obsolete remark about `file' widget.
7461 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
7463         * org.texi (Tags): Boolean logic documented.
7464         (Agenda Views): Document custom commands.
7466 2005-12-20  David Kastrup  <dak@gnu.org>
7468         * faq.texi (AUCTeX): Update version and mailing list info.
7470 2005-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7472         * gnus.texi (MIME Commands): Mention addition of
7473         multipart/alternative to gnus-buttonized-mime-types and add xref
7474         to mm-discouraged-alternatives.
7476         * emacs-mime.texi (Display Customization): Mention addition of
7477         "image/.*" and add xref to gnus-buttonized-mime-types in the
7478         mm-discouraged-alternatives section.
7480 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
7482         * org.texi (Tags): New section.
7483         (Agenda Views): Chapter reorganized.
7485 2005-12-16  Eli Zaretskii  <eliz@gnu.org>
7487         * org.texi (Internal Links): Add a missing comma after an @xref.
7489 2005-12-14  Chong Yidong  <cyd@stupidchicken.com>
7491         * faq.texi (Filling paragraphs with a single space): No need to
7492         change sentence-end now.
7494 2005-12-13  Romain Francoise  <romain@orebokech.com>
7496         * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
7498 2005-12-12  Jay Belanger  <belanger@truman.edu>
7500         * faq.texi (Calc): Update version number.
7502 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
7504         * org.texi (Progress Logging): New section.
7506 2005-12-10  Romain Francoise  <romain@orebokech.com>
7508         Update the Emacs FAQ for the 22.1 release.
7510         * faq.texi: Set VER to `22.1'.
7511         (Basic editing): Explain how to use localized versions of the
7512         Tutorial.  Mention that `C-h r' displays the manual.
7513         Delete obsolete WWW link to an Emacs 18 tutorial.
7514         (Getting a printed manual): Point to the new locations of the
7515         manuals on the GNU Web site.
7516         (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
7517         available via Info (it was previously distributed separately).
7518         (Installing Texinfo documentation): The latest version of Texinfo
7519         is 4.8, not 4.0.
7520         (Informational files for Emacs): COPYING is the GNU General Public
7521         License, not the Emacs General Public License.
7522         (Informational files for Emacs): Delete obsolete link to the
7523         GNUinfo pages as they have been removed from the GNU Web site.
7524         (New in Emacs 22): New node.
7525         (Setting up a customization file): Say that most packages support
7526         Customize nowadays.
7527         (Colors on a TTY): Delete reference to instructions on how to
7528         enable syntax highlighting, it is now enabled by default.
7529         (Turning on abbrevs by default): Emacs now reads the abbrevs file
7530         at startup automatically.
7531         (Controlling case sensitivity): Mention `M-c' in isearch.
7532         (Using an already running Emacs process): Emacs now creates the
7533         socket in `/tmp/emacsUID'.  Fix typos.  Change default location of
7534         gnuserv.  As emacsclient can now run Lisp code as well, delete a
7535         sentence praising gnuserv for that.  Simplify description of how
7536         the client/server operation works.
7537         (Compiler error messages): Delete obsolete text (compile.el has
7538         been rewritten).
7539         (Indenting switch statements): Fix typo.
7540         (Matching parentheses): Simplify setup instructions, mention the
7541         menu bar item in the Options menu.
7542         (Repeating a command as many times as possible): Mention `C-x e'.
7543         (Going to a line by number): Mention new keymap and bindings
7544         `M-g M-g', `M-g M-p' and `M-g M-n'.
7545         (Turning on syntax highlighting): Now on by default.  Simplify.
7546         (Replacing highlighted text): Use `1', not `t'.
7547         (Problems with very large files): The maximum size is now 256MB on
7548         32-bit machines.
7549         (^M in the shell buffer): Mention `comint-process-echoes'.
7550         (Emacs for Apple computers): Emacs 22 has native support for Mac
7551         OS X.
7552         (Translating names to IP addresses): Delete node.
7553         (Binding keys to commands): Fix typo.
7554         (SPC no longer completes file names): New node.
7555         (MIME with Emacs mail packages): Delete section about the Emacs
7556         MIME FAQ (it's not reachable anymore).
7558 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
7560         * cc-mode.texi: The manual has been extensively revised: the
7561         information about using CC Mode has been separated from the larger
7562         and more difficult chapters about configuration.  It has been
7563         updated for CC Mode 5.31.
7565 2005-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7567         * pgg.texi (User Commands): Fix description of pgg-verify-region.
7568         (Selecting an implementation): Fix descriptions.
7570 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7572         * message.texi (Various Message Variables): Addition.
7574 2005-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7576         * message.texi: Fix default values.
7578 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7580         * message.texi (Header Commands): Clarify descriptions of
7581         message-cross-post-followup-to, message-reduce-to-to-cc, and
7582         message-insert-wide-reply.
7583         (Various Commands): Fix kindex for message-kill-to-signature;
7584         clarify description of message-tab.
7586 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7588         * message.texi (Mailing Lists): Fix description about MFT.
7590         * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
7592 2005-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7594         * gnus.texi (Slow Terminal Connection): Replace old description
7595         with new one.
7597 2005-11-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7599         * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
7600         replace X-Draft-Headers with X-Draft-From.
7602 2005-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7604         * gnus.texi (Various Various): Fix the default value of
7605         nnheader-max-head-length.
7606         (Gnus Versions): Fix typo.
7608 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
7610         * org.texi (Structure editing): Document new functionality of
7611         M-RET.
7613 2005-12-06  Luc Teirlinck  <teirllm@auburn.edu>
7615         * org.texi (Internal Links): Fix Texinfo usage.
7617 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
7619         * org.texi (TODO basics): Document the global todo list.
7620         (TODO items): Documents sparse tree for specific TODO
7621         keywords.
7623 2005-11-30  Carsten Dominik  <dominik@science.uva.nl>
7625         * org.texi (Plain Lists): Typos fixed.
7627 2005-11-28  Jay Belanger  <belanger@truman.edu>
7629         * calc.texi: Change references of `M-#' to `C-x *' prefix.
7631 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
7633         * org.texi (Structure editing): New item moving commands added.
7634         (Plain Lists): New section.
7636 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
7638         * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
7639         (Agenda): Document commands `org-cycle-agenda-files' and
7640         `org-agenda-file-to-front'.
7641         (Built-in table editor): Document `org-table-sort-lines'.
7642         (HTML formatting): Export of hand-formatted lists.
7644 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7646         * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
7647         new variable gnus-toolbar-thickness.
7649 2005-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7651         * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
7653 2005-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7655         * gnus.texi (X-Face): Fix description.
7656         (XVarious): Remove gnus-xmas-logo-color-alist and
7657         gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
7659 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7661         * gnus.texi (Group Parameters): Mention new variable
7662         gnus-parameters-case-fold-search.
7663         (Home Score File): Addition.
7665 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
7667         * newsticker.texi: VERSION changed to 1.9.  Updated UPDATED.
7668         (Overview): List supported feed types.
7669         (Installation): No installation necessary when using autoload.
7670         (Configuration): Rename "RSS" to "news".
7672 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
7674         * pgg.texi (User Commands): Document additional passphrase
7675         argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
7676         (Backend methods): Likewise for corresponding pgg-scheme-* functions.
7678 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
7680         * org.texi: Version number changed to 3.19.
7682 2005-10-29  Sascha Wilde  <wilde@sha-bang.de>
7684         * pgg.texi (How to use): Update the example to add autoload of
7685         pgg-encrypt-symmetric-region.
7686         (User Commands): Document pgg-encrypt-symmetric-region.
7687         (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
7689 2005-10-27  Jay Belanger  <belanger@truman.edu>
7691         * calc.texi (Predefined Units): Fix the symbol for a TeX points,
7692         mention other TeX-related units.
7694 2005-10-23  Lars Hansen  <larsh@soem.dk>
7696         * dired-x.texi (Miscellaneous Commands):
7697         Replace dired-do-relative-symlink by dired-do-relsymlink and
7698         dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
7700 2005-10-23  Jay Belanger  <belanger@truman.edu>
7702         * calc.texi (Predefined Units): Use `alpha' for the fine structure
7703         constant.
7705 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
7707         * faq.texi (Bugs and problems):
7708         Replace `dired-move-to-filename-regexp' by
7709         `directory-listing-before-filename-regexp'.
7711 2005-10-22  Eli Zaretskii  <eliz@gnu.org>
7713         * newsticker.texi (UPDATED): Set value.
7715 2005-10-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7717         * gnus.texi (Document Groups): Remove duplicate item.
7719 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
7721         * org.texi (Summary): Mention iCalendar support.
7722         (Exporting): Document iCalendar support.
7724 2005-10-18  Romain Francoise  <romain@orebokech.com>
7726         * viper.texi (Viper Specials): Capitalize GNU.
7728 2005-10-17  Juri Linkov  <juri@jurta.org>
7730         * info.texi (Getting Started, Search Index, Expert Info):
7731         Fix wording.
7732         (Search Text): Replace `echo area' with `mode line'.
7733         (Search Index): Both `i' and `,' find all index entries.
7734         Replace example `C-f' with `C-l' (which exists in index of Info
7735         manual) and delete spaces in its keyboard input sequence.
7736         Delete unnecessary explanations about literal characters.
7738 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7740         * gnus.texi (Document Server Internals): Addition.
7742 2005-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7744         * gnus.texi (A note on namespaces): Fix RFC reference.
7746 2005-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7748         * gnus.texi (RSS): Fix key description.
7750 2005-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7752         * gnus.texi: Emacs/w3 -> Emacs/W3.
7753         (Browsing the Web): Fix description.
7754         (Web Searches): Ditto.
7755         (Customizing W3): Ditto.
7757 2005-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7759         * gnus.texi (Maildir): Clarify expire-age and expire-group.
7761 2005-10-11  Jay Belanger  <belanger@truman.edu>
7763         * calc.texi (Integration): Mention using `a i' to compute definite
7764         integrals.
7766 2005-10-11  Juri Linkov  <juri@jurta.org>
7768         * info.texi: Rearrange nodes.
7769         (Top): Update menu.  Change ref `Info for Experts' to
7770         `Advanced Info Commands'.
7771         (Getting Started): Fix description of manual's parts.
7772         (Help-Int): Change xref `Info Search' to `Search Index', and
7773         `Expert Info' to `Advanced'.
7774         (Advanced): Move node one level up.
7775         (Search Text, Search Index): New nodes split out from `Info Search'.
7776         (Go to node, Choose menu subtopic, Create Info buffer): New nodes
7777         split out from `Advanced'.
7778         (Advanced, Emacs Info Variables): De-document editing an Info file
7779         in Info.
7780         (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
7781         (Creating an Info File): Delete node and move its text to
7782         `Expert Info'.
7784 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
7786         * org.texi (Workflow states): Documented that change in keywords
7787         becomes active only after restart of Emacs.
7789 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
7791         Sync with Tramp 2.0.51.
7793 2005-10-08  Nick Roberts  <nickrob@snap.net.nz>
7795         * speedbar.texi (Introduction): Describe new location of speedbar
7796         on menubar.
7797         (Basic Key Bindings): Remove descriptions of bindings that have
7798         been removed.
7800 2005-10-05  Nick Roberts  <nickrob@snap.net.nz>
7802         * speedbar.texi (GDB): Describe use of watch expressions.
7804 2005-09-28  Simon Josefsson  <jas@extundo.com>
7806         * message.texi (IDNA): Fix.
7808 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7810         * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
7811         nntp-server-hook, and nntp-warn-about-losing-connection; fix
7812         description of nntp-open-connection-function.
7813         (Common Variables): Fix descriptions.
7815 2005-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7817         * gnus.texi (Server Buffer Format): Document the %a format spec.
7819 2005-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7821         * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
7823 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
7825         * org.texi Version 3.16.
7827 2005-09-19  Miles Bader  <miles@gnu.org>
7829         * newsticker.texi: Get rid of CVS keywords.
7831 2005-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7833         * gnus.texi (Finding the Parent): Fix description of how Gnus
7834         finds article.
7836 2005-09-14  Jari Aalto  <jari.aalto@cante.net>
7838         * gnus.texi (Advanced Scoring Examples): New examples to teach how
7839         to drop off non-answered articles.
7841 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
7843         * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
7844         braces (which are unsupported by NMAKE) for macro `srcdir'.
7846 2005-09-17  Eli Zaretskii  <eliz@gnu.org>
7848         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7849         (../info/newsticker, newsticker.dvi): New targets.
7851 2005-09-17  Ulf Jasper  <ulf.jasper@web.de>
7853         * newsticker.texi: Replace @command with @code.  Replace @example
7854         with @lisp.
7855         (Top): Add explanations to menu items.
7856         (GNU Free Documentation License): Remove.
7858 2005-09-16  Romain Francoise  <romain@orebokech.com>
7860         Update all files to specify GFDL version 1.2.
7862         * doclicense.texi (GNU Free Documentation License): Update to
7863         version 1.2.
7865 2005-09-15  Richard M. Stallman  <rms@gnu.org>
7867         * newsticker.texi: Fix @setfilename.
7869         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7870         (../info/newsticker, newsticker.dvi): New targets.
7872 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
7874         * org.texi: Version 3.15.
7876 2005-08-29  Luc Teirlinck  <teirllm@auburn.edu>
7878         * ses.texi: Combine all three indices into one.
7879         Correct a few typos.
7881 2005-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7883         * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
7885 2005-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7887         * emacs-mime.texi (Handles): Remove duplicate item.
7888         (Encoding Customization): Fix the default value for
7889         mm-coding-system-priorities.
7890         (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
7891         (Basic Functions): Fix reference.
7893 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7895         * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
7897 2005-08-18  Richard M. Stallman  <rms@gnu.org>
7899         * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
7900         and web site.
7902         * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
7903         not keyboard-translate.
7905 2005-08-11  Richard M. Stallman  <rms@gnu.org>
7907         * faq.texi (Using regular expressions): Fix xref.
7909 2005-08-09  Juri Linkov  <juri@jurta.org>
7911         * info.texi (Help-P): Replace `Prev' with `Previous'.
7912         (Help-M, Help-Xref): Add S-TAB.
7913         (Help-FOO): Update `u' command.
7914         (Help-Xref): Move info about Mouse-2 from `Help-Int'.
7915         Update info about visibility of xref parts.
7916         (Help-Int): Fix `m' command.  Rename `Info-last' to
7917         `Info-history-back'.  Add `Info-history-forward'.
7918         (Advanced): Fix `g*' and `M-n' commands.
7919         (Info Search): Add `index-apropos' in stand-alone browser.
7920         Add isearch commands.
7921         (Emacs Info Variables): Remove `Info-fontify'.
7922         Add `Info-mode-hook'.  Update face names.
7923         Add `Info-fontify-maximum-menu-size',
7924         `Info-fontify-visited-nodes', `Info-isearch-search'.
7926 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
7928         Sync with Tramp 2.0.50.
7930         * tramp.texi: Use @option{} consequently for method names.
7931         (Inline methods, External transfer methods): Remove references to
7932         Cygwin.
7933         (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
7934         implementation.
7936 2005-07-27  Reiner Steib  <Reiner.Steib@gmx.de>
7938         * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
7939         Mention that gnus-init-file is not read when Emacs is invoked with
7940         --no-init-file or -q.
7942 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
7944         * org.texi: Version 3.14.
7946 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
7948         * org.texi: Version 3.13.
7950 2005-07-18  Juri Linkov  <juri@jurta.org>
7952         * calc.texi (Time Zones, Logical Operations):
7953         * cl.texi (Overview):
7954         * org.texi (TODO types):
7955         * sc.texi (Emacs 18 MUAs):
7956         * speedbar.texi (Top):
7957         * url.texi (History):
7958         Delete duplicate duplicate words.
7960 2005-07-16  Johan BockgÃ¥rd  <bojohan@users.sourceforge.net>  (tiny change)
7962         * cl.texi (Type Predicates): Document `atom' type.
7964 2005-07-04  Lute Kamstra  <lute@gnu.org>
7966         Update FSF's address in GPL notices.
7968         * calc.texi (Copying):
7969         * doclicense.texi (GNU Free Documentation License):
7970         * faq.texi (Contacting the FSF):
7971         * mh-e.texi (Copying): Update FSF's address.
7973 2005-07-03  Richard M. Stallman  <rms@gnu.org>
7975         * flymake.texi (Example -- Configuring a tool called directly):
7976         Update name of flymake-build-relative-filename.
7978 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7980         * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
7982 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
7984         * org.texi: Version 3.12.
7986 2005-06-24  Eli Zaretskii  <eliz@gnu.org>
7988         * makefile.w32-in (MAKEINFO): Use --force.
7989         (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
7990         Makefile.in.
7991         (gnus.dvi): Use "..." to quote Sed args, so that it works with
7992         more shells.
7994 2005-06-23  Richard M. Stallman  <rms@gnu.org>
7996         * speedbar.texi (Creating a display): Texinfo usage fixes.
7998         * tramp.texi (Customizing Completion, Auto-save and Backup):
7999         Texinfo usage fixes.
8001 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
8003         * dired-x.texi (Miscellaneous Commands):
8004         * ediff.texi (Miscellaneous):
8005         * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
8006         (Agent Variables):
8007         * info.texi (Help-Xref):
8008         * message.texi (Message Headers):
8009         * org.texi (Remember):
8010         * reftex.texi (Options (Defining Label Environments)):
8011         (Options (Index Support)):
8012         (Options (Viewing Cross-References)):
8013         (Options (Misc)):
8014         (Changes):
8015         * speedbar.texi (Creating a display):
8016         * tramp.texi (Customizing Completion, Auto-save and Backup):
8017         Texinfo usage fix.
8019 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
8021         * org.texi: Version 3.11.
8023 2005-06-12  Jay Belanger  <belanger@truman.edu>
8025         * calc.texi (Getting Started): Remove extra menu item.
8027 2005-05-31  Jay Belanger  <belanger@truman.edu>
8029         * calc.texi (Notations Used in This Manual): Use @kbd for key
8030         sequence.
8031         (Demonstration of Calc): Mention another way of starting Calc.
8032         (Starting Calc): Mention long name of M-#.
8033         (Embedded Mode Overview): Remove unnecessary instruction.
8034         (Other M-# commands): Rephrase `M-# 0' explanation.
8035         (Basic Embedded Mode): Rewrite discussion of prefix arguments to
8036         reflect current behavior.
8038 2005-05-30  Jay Belanger  <belanger@truman.edu>
8040         * calc.texi (Hooks): Change description of calc-window-hook and
8041         calc-trail-window-hook to match usage.
8042         (Computational Functions): Add more constant-generating functions.
8043         (Customizable Variables): Use defvar.
8045 2005-05-28  Jay Belanger  <belanger@truman.edu>
8047         * calc.texi (Assignments in Embedded Mode): Fix variable name.
8048         (Basic Embedded Mode): Explain behavior of arguments to
8049         calc-embedded-mode.
8051 2005-05-27  Jay Belanger  <belanger@truman.edu>
8053         * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
8054         current behavior.
8056 2005-05-25  Jay Belanger  <belanger@truman.edu>
8058         * calc.texi: Change Calc version number throughout.
8059         (Keypad Mode): Change location in info output.
8060         (Keypad mode overview): Move picture of keypad.
8062 2005-05-21  Jay Belanger  <belanger@truman.edu>
8064         * calc.texi (Storing variables): Mention that only most variables
8065         are void to begin with.
8067 2005-05-21  Kevin Ryde  <user42@zip.com.au>
8069         * widget.texi (Basic Types): Update cross ref from "Enabling
8070         Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
8071         lispref/text.texi change.
8073 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
8075         * org.texi: Version 3.09.
8077 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
8079         * reftex.texi: Version 4.28.
8081 2005-05-16  Jay Belanger  <belanger@truman.edu>
8083         * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
8085 2005-05-14  Jay Belanger  <belanger@truman.edu>
8087         * calc.texi (Default Simplifications): Insert missing ! (logical
8088         not operator).
8090 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
8092         Sync with Tramp 2.0.49.
8094 2005-05-10  Jay Belanger  <belanger@truman.edu>
8096         * calc.texi (Default Simplifications): Mention that 0^0 simplifies
8097         to 1.
8099 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
8101         * org.texi: Version 3.08, structure reorganized.
8103 2005-04-24  Richard M. Stallman  <rms@gnu.org>
8105         * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
8107 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
8109         * org.texi: Update to version 3.06.
8111 2005-04-13  Lute Kamstra  <lute@gnu.org>
8113         * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
8115 2005-04-10  Thien-Thi Nguyen  <ttn@gnu.org>
8117         * cl.texi (Porting Common Lisp): Fix typo.
8119 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8121         * gnus.texi (RSS): Addition.
8123 2005-04-04  Jay Belanger  <belanger@truman.edu>
8125         * calc.texi: Change Calc version number.
8126         (Customizable variables): Fix description of calc-language-alist.
8127         (Copying): Put in version 2 of GPL.
8129 2005-04-01  Jay Belanger  <belanger@truman.edu>
8131         * calc.texi (Troubleshooting Commands): Remove comment about
8132         installation.
8133         (Installation): Remove section.
8134         (Customizable Variables): New section.
8135         (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
8136         (Graphical Devices): Add references to Customizable Variables.
8138 2005-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8140         * emacs-mime.texi (Display Customization): Markup fixes.
8141         (rfc2047): Update.
8143 2005-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
8145         * gnus-faq.texi: Replaced with auto-generated version.
8147 2005-03-26  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
8149         * dired-x.texi (Multiple Dired Directories): default-directory was
8150         renamed to dired-default-directory.
8152 2005-03-26  Jay Belanger  <belanger@truman.edu>
8154         * calc.texi (Simplifying Formulas, Rewrite Rules):
8155         Change description of top and bottom of fraction.
8156         (Modulo Forms): Move description of how to create modulo forms to
8157         earlier in the section.
8158         (Fraction Mode): Suggest using : to get a fraction by dividing.
8159         (Basic Arithmetic): Adjust placement of command name.
8160         (Truncating the Stack): Emphasize that "hidden" entries are still
8161         visible.
8162         (Installation): Move discussion of printing manual to "About This
8163         Manual".
8164         (About This Manual): Mention how to print the manual.
8165         (Reporting Bugs): Remove first person.
8166         (Building Vectors): Add algebraic version of append.
8167         (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
8168         (Grouping Digits): Fix typo.
8170 2005-03-25  Werner Lemberg  <wl@gnu.org>
8172         * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
8173         Replace `legal' with `valid'.
8175 2005-03-25  Werner Lemberg  <wl@gnu.org>
8177         * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
8179 2005-03-24  Jay Belanger  <belanger@truman.edu>
8181         * calc.texi (General Mode Commands)
8182         (Mode Settings in Embedded Mode): Add some explanation of
8183         recording mode settings.
8185 2005-03-24  Richard M. Stallman  <rms@gnu.org>
8187         * calc.texi: Remove praise of non-free software.
8189         * idlwave.texi: Don't say where to get IDL or its non-free manual.
8190         (Installation): Node deleted.
8192 2005-03-23  Richard M. Stallman  <rms@gnu.org>
8194         * url.texi (HTTP language/coding): Improve last change.
8196 2005-03-22  Jay Belanger  <belanger@truman.edu>
8198         * calc.texi (Embedded Mode): Add new information on changing
8199         modes.
8201 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
8203         Sync with Tramp 2.0.48.
8205         * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
8207         * tramp.texi: Replace "Emacs" by "GNU Emacs".  Replace "Linux" by
8208         "GNU/Linux".  Change all addresses to .gnu.org.
8209         (Default Method): Offer shortened syntax for "su" and "sudo"
8210         methods.
8212 2005-03-07  Richard M. Stallman  <rms@gnu.org>
8214         * url.texi: Fix usage of "e.g.".
8215         (HTTP language/coding): Explain the rules for these strings.
8217 2005-03-06  Richard M. Stallman  <rms@gnu.org>
8219         * woman.texi (Introduction): Minor cleanups.
8221         * url.texi (HTTP language/coding): Get rid of "Emacs 21".
8223         * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
8224         (Installation): Node deleted.
8226         * mh-e.texi (Preface): Get rid of "Emacs 21".
8228         * eshell.texi (Installation): Delete node (for Emacs 20).
8230 2005-03-05  Thien-Thi Nguyen  <ttn@gnu.org>
8232         * flymake.texi: Refill and tweak style in @lisp blocks.
8234 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8236         * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
8238 2005-03-01  Jay Belanger  <belanger@truman.edu>
8240         * calc.texi (Trigonometric and Hyperbolic Functions):
8241         Mention additional functions.
8242         (Algebraic Simplifications): Mention additional simplifications.
8244 2005-02-18  Jonathan Yavner  <jyavner@member.fsf.org>
8246         * ses.texi: Add concept/function/variable indices (this work was
8247         donated by Brad Collins <brad@chenla.org>, copyright-assignment
8248         papers on file at FSF).
8250 2005-02-10  Jay Belanger  <belanger@truman.edu>
8252         * calc.texi: Change @LaTeX to La@TeX throughout.
8253         Redefine @expr as @math for TeX output.
8254         Redefine @texline as a no-op for TeX output.
8255         Define @tfn, replace @t by @tfn throughout.
8257 2005-02-09  Jay Belanger  <belanger@truman.edu>
8259         * calc.texi: Add macro for LaTeX for info output.
8261 2005-02-08  Kim F. Storm  <storm@cua.dk>
8263         * texinfo.tex (LaTex): Add def.
8265 2005-02-06  Jay Belanger  <belanger@truman.edu>
8267         * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
8268         change name to "TeX and LaTeX Language Modes."  Mention LaTeX mode
8269         throughout manual.
8271 2005-01-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8273         * gnus.texi: Some edits based on comments from David Abrahams.
8275 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8277         * gnus.texi (RSS): Fix the keystroke.
8279 2005-01-24  David Kastrup  <dak@gnu.org>
8281         * faq.texi: Update AUCTeX version info.
8283 2005-01-16  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
8285         * gnus-faq.texi ([4.1]): Typo.
8287 2005-01-19  Jay Belanger  <belanger@truman.edu>
8289         * calc.texi (Keep Arguments): Mention that keeping arguments
8290         doesn't work with keyboard macros.
8292 2005-01-16  Richard M. Stallman  <rms@gnu.org>
8294         * autotype.texi (Autoinserting): Fix small error.
8296 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
8298         Sync with Tramp 2.0.47.
8300         * tramp.texi (Compilation): New section, describing compilation of
8301         remote files.
8303 2005-01-11  Kim F. Storm  <storm@cua.dk>
8305         * widget.texi (Basic Types): Add :follow-link keyword.
8307 2005-01-09  Jay Belanger  <belanger@truman.edu>
8309         * calc.texi (Basic Commands): Describe new behavior of calc-reset.
8311 2005-01-08  Jay Belanger  <belanger@truman.edu>
8313         * calc.texi: Change throughout to reflect new default value of
8314         calc-settings-file.
8316 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8318         * message.texi (Reply): `message-reply-to-function' should return
8319         a list.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
8321 2005-01-06  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
8323         * faq.texi (Changing load-path): Fix typo.
8325 2005-01-05  Jay Belanger  <belanger@truman.edu>
8327         * calc.texi (Programming Tutorial): Replace kbd command by
8328         appropriate characters for a keyboard macro.
8330 2005-01-04  Jay Belanger  <belanger@truman.edu>
8332         * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
8333         for Lucid Emacs.
8334         (Programming Tutorial): Mention that the user needs to be in the
8335         right mode to compute some functions.
8337 2005-01-04  Jay Belanger  <belanger@truman.edu>
8339         * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
8340         no longer applicable.
8342 2005-01-01  Jay Belanger  <belanger@truman.edu>
8344         * calc.texi (Programming Tutorial): Change description of how to
8345         edit keyboard macros to match current behavior.
8347 2004-12-31  Jay Belanger  <belanger@truman.edu>
8349         * calc.texi: Mention C-cC-c as the way to finish editing throughout.
8351 2004-12-20  Jay Belanger  <belanger@truman.edu>
8353         * calc.texi (Types Tutorial): Emphasize that you can't divide by
8354         zero.
8356 2004-12-17  Luc Teirlinck  <teirllm@auburn.edu>
8358         * cc-mode.texi (Text Filling and Line Breaking): Put period after
8359         @xref.
8360         (Font Locking): Avoid @strong{Note:}.
8362 2004-12-17  Michael Albinus  <michael.albinus@gmx.de>
8364         Sync with Tramp 2.0.46.
8366         * tramp.texi (bottom): Add arch-tag.  It was lost, somehow.
8368 2004-12-16  Luc Teirlinck  <teirllm@auburn.edu>
8370         * url.texi: Correct typos.
8371         (Retrieving URLs): @var{nil}->@code{nil}.
8372         (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
8373         the standard "The GNU Emacs Manual" in fifth argument of @xref's.
8374         (Dealing with HTTP documents): @inforef->@xref.
8376 2004-12-15  Jay Belanger  <belanger@truman.edu>
8378         * calc.texi: Consistently capitalized all mode names.
8379         (Answers to Exercises): Mention that an answer can be a fraction
8380         when in Fraction mode.
8382 2004-12-13  Jay Belanger  <belanger@truman.edu>
8384         * calc.texi: Fix some TeX definitions.
8386 2004-12-09  Luc Teirlinck  <teirllm@auburn.edu>
8388         * reftex.texi (Imprint): Remove erroneous @value's.
8390 2004-12-08  Luc Teirlinck  <teirllm@auburn.edu>
8392         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
8393         (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
8395 2004-12-08  Jay Belanger  <belanger@truman.edu>
8397         * calc.texi (Starting Calc): Remove comment about installation.
8398         (Keypad Mode Overview): Remove comment about Emacs 19 support.
8400 2004-12-08  Luc Teirlinck  <teirllm@auburn.edu>
8402         * url.texi: Update @setfilename.
8403         (Getting Started): No need to worry about Gnus versions.
8404         (Dealing with HTTP documents): Use @inforef.
8406         * org.texi: Fix @direntry file name.
8408 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8410         * url.texi: New file.
8412         * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
8414 2004-12-06  Jay Belanger  <belanger@truman.edu>
8416         * calc.texi (Using Calc): Remove paragraph about installation.
8418 2004-12-06  Jay Belanger  <belanger@truman.edu>
8420         * calc.texi: Use more Texinfo macros and less TeX defs.
8421         Remove @refill's.
8423 2004-12-06  Richard M. Stallman  <rms@gnu.org>
8425         * org.texi: New file.
8427 2004-12-05  Richard M. Stallman  <rms@gnu.org>
8429         * Makefile.in (org.dvi, ../info/org): New targets.
8430         (INFO_TARGETS): Add ../info/org.
8431         (DVI_TARGETS): Add org.dvi.
8432         (maintainer-clean): Remove the info files in the info dir.
8434 2004-11-26  Eli Zaretskii  <eliz@gnu.org>
8436         * idlwave.texi: Fix the setfilename directive to put the produced
8437         file in ../info.
8438         (Continued Statement Indentation): Resurrect Jan D.'s change from
8439         2004-11-03 that was lost when a newer version of idlwave.texi was
8440         imported.
8442 2004-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
8444         * gnus-faq.texi ([5.1]): Add missing bracket.
8446         * gnus.texi (Filtering Spam Using The Spam ELisp Package):
8447         Index `spam-initialize'.
8449 2004-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8451         * message.texi (Various Message Variables): Mention that all mail
8452         file variables are derived from `message-directory'.
8454         * gnus.texi (Splitting Mail): Clarify bogus group.
8456 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8458         * emacs-mime.texi (Encoding Customization):
8459         Fix mm-coding-system-priorities entry.
8461 2004-11-03  Jan Djärv  <jan.h.d@swipnet.se>
8463         * idlwave.texi (Continued Statement Indentation):
8464         * reftex.texi (Options (Index Support)):
8465         (Displaying and Editing the Index, Table of Contents):
8466         * speedbar.texi (Creating a display, Major Display Modes):
8467         Replace non-nil with non-@code{nil}.
8469 2004-10-21  Jay Belanger  <belanger@truman.edu>
8471         * calc.texi (Algebraic-Style Calculations): Remove a comment.
8473 2004-10-18  Luc Teirlinck  <teirllm@auburn.edu>
8475         * calc.texi (Reporting Bugs): Double up `@'.
8477 2004-10-18  Jay Belanger  <belanger@truman.edu>
8479         * calc.texi (Reporting Bugs): Change the address that bugs
8480         should be sent to.
8482 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
8484         * gnus.texi (New Features): Add 5.11.
8486         * message.texi (Resending): Remove wrong default value.
8488         * gnus.texi (Mail Source Specifiers): Describe possible problems
8489         of `pop3-leave-mail-on-server'.  Add `pop3-movemail' and
8490         `pop3-leave-mail-on-server' to the index.
8492 2004-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8494         * message.texi (Canceling News): Add how to set a password.
8496 2004-10-12  Jay Belanger  <belanger@truman.edu>
8498         * calc.texi (Help Commands): Change the descriptions of
8499         calc-describe-function and calc-describe-variable to match their
8500         current behavior.
8502 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
8504         * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
8506 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
8508         Sync with Tramp 2.0.45.
8510         * tramp.texi (Frequently Asked Questions): Comment paragraph about
8511         plink link.  The URL is outdated.  Originator contacted for
8512         clarification.
8514 2004-10-10  Juri Linkov  <juri@jurta.org>
8516         * gnus.texi (Top, Marking Articles): Join two menus in one node
8517         because a node can have only one menu.
8519 2004-10-09  Juri Linkov  <juri@jurta.org>
8521         * gnus.texi (Fancy Mail Splitting): Remove backslash in the
8522         example of nnmail-split-fancy.
8524 2004-10-06  Karl Berry  <karl@gnu.org>
8526         * info.texi (@kbd{1}--@kbd{9}): No space around --, for
8527         consistency with other uses of dashes.
8529 2004-10-05  Karl Berry  <karl@gnu.org>
8531         * info.texi: Consistently use --- throughout, periods at end of
8532         menu descriptions, and a couple typos.
8534 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
8536         * sieve.texi (Manage Sieve API): nil -> @code{nil}.
8537         * pgg.texi (User Commands, Backend methods): Do.
8538         * gnus.texi: Markup fixes.
8539         (Setting Process Marks): Fix `M P a' entry.
8540         * emacs-mime.texi: Fixes.
8542 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
8544         * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
8545         again.
8546         Use 5.10 instead of 5.10.0.
8548 2004-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8550         * gnus.texi (Summary Mail Commands): S D e.
8552 2004-09-20  Raymond Scholz  <ray-2004@zonix.de>  (tiny change)
8554         * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
8555         the gnus-article-mode-line-format section.
8557 2004-09-20  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
8559         * gnus.texi (Various Summary Stuff): Fix the documentation for
8560         gnus-newsgroup-variables.
8562 2004-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8564         * gnus.texi (MIME Commands):
8565         Add gnus-mime-display-multipart-as-mixed,
8566         gnus-mime-display-multipart-alternative-as-mixed,
8567         gnus-mime-display-multipart-related-as-mixed.
8568         (Mail Source Customization): Clarify `mail-source-directory'.
8569         (Splitting Mail): Mention gnus-group-find-new-groups.
8570         (SpamOracle): Fix typo.
8572         * gnus-faq.texi: Untabify.
8573         ([6.3]): nnir.el is in contrib directory.
8575         * message.texi (News Headers): Clarify how a unique ID is created.
8577         * gnus.texi (Batching Agents): Fix typo in example.
8578         Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8580 2004-09-20  Andre Srinivasan  <andre@e2open.com>  (tiny change)
8582         * gnus.texi (Group Parameters): Add more on hooks.
8584 2004-09-20  Florian Weimer  <fw@deneb.enyo.de>
8586         * gnus.texi (Charsets): Point to relevant section in emacs-mime.
8588 2004-09-22  Jay Belanger  <belanger@truman.edu>
8590         * calc.texi (Vectors as Lists): Add a warning that the tutorial
8591         might be hidden during part of the session.
8593 2004-09-20  Jay Belanger  <belanger@truman.edu>
8595         * calc.texi (Notations Used in This Manual): Put in an earlier
8596         mention that DEL could be called Backspace.
8598 2004-09-10  Simon Josefsson  <jas@extundo.com>
8600         * gnus.texi (IMAP): Add example.  Suggested and partially written
8601         by Steinar Bang <sb@dod.no>.
8603 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8605         * gnus.texi (IMAP): Add comments about imaps synonym to imap in
8606         netrc syntax.
8608 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8610         * gnus.texi (Spam ELisp Package Sequence of Events):
8611         Some clarifications.
8612         (Spam ELisp Package Global Variables): More clarifications.
8614 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8616         * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
8617         Mention spam-split does not modify incoming mail.
8619 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8621         * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
8623 2004-09-10  Eli Zaretskii  <eliz@gnu.org>
8625         * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
8627 2004-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8629         * makefile.w32-in (sieve, pgg): Use $(infodir).
8631 2004-09-08  Dhruva Krishnamurthy  <dhruva.krishnamurthy@gmail.com>  (tiny change)
8633         * makefile.w32-in: Fix PGG and Sieve entries.
8635 2004-08-28  Eli Zaretskii  <eliz@gnu.org>
8637         * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
8638         Emacs and related programs.
8640 2004-08-27  Richard M. Stallman  <rms@gnu.org>
8642         * faq.texi: Fix texinfo usage, esp. doublequotes.
8643         (Difference between Emacs and XEmacs): Some clarification.
8645         * faq.texi (Difference between Emacs and XEmacs):
8646         Explain not to contrast XEmacs with GNU Emacs.
8648 2004-08-26  Richard M. Stallman  <rms@gnu.org>
8650         * faq.texi (Difference between Emacs and XEmacs): Rewrite.
8652 2004-08-22  David Kastrup  <dak@gnu.org>
8654         * reftex.texi (AUCTeX): Update links, section name.
8656         * faq.texi (Calc): Update availability (included in 22.1).
8657         (AUCTeX): Update availability, information, versions, description.
8659 2004-08-14  Eli Zaretskii  <eliz@gnu.org>
8661         * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
8663 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
8665         * cc-mode.texi: Various updates for CC Mode 5.30.9.
8667 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
8669         Sync with Tramp 2.0.44.
8671 2004-08-05  Lars Hansen  <larsh@math.ku.dk>
8673         * widget.texi (User Interface): Update how to separate the
8674         editable field of an editable-field widget from other widgets.
8675         (Programming Example): Add text after field.
8677 2004-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8679         * emacs-mime.texi (Encoding Customization): Add a note to the
8680         mm-content-transfer-encoding-defaults entry.
8681         (rfc2047): Update.
8683         * gnus.texi (Article Highlighting):
8684         Add gnus-cite-ignore-quoted-from.
8685         (POP before SMTP): New node.
8686         (Posting Styles): Addition.
8687         (Splitting Mail): Add nnmail-split-lowercase-expanded.
8688         (Fancy Mail Splitting): Ditto.
8689         (X-Face): Add gnus-x-face.
8691 2004-08-30  Reiner Steib  <Reiner.Steib@gmx.de>
8693         * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
8694         * pgg.texi, sieve.texi: Use @copying and @insertcopying.
8696 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
8698         * gnus.texi (Mail Source Specifiers):
8699         Describe `pop3-leave-mail-on-server'.
8701 2004-08-02  Reiner Steib  <Reiner.Steib@gmx.de>
8703         * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
8705         * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
8706         repository.  Change setfilename.
8708         * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
8710 2004-07-02  Juri Linkov  <juri@jurta.org>
8712         * pcl-cvs.texi (Viewing differences): Add `d r'.
8714 2004-06-29  Jesper Harder  <harder@ifa.au.dk>
8716         * ses.texi, viper.texi, flymake.texi, faq.texi:
8717         * eshell.texi, ediff.texi: Markup fixes.
8719 2004-06-21  Karl Berry  <karl@gnu.org>
8721         * info.texi (Top): Mention that only Emacs has mouse support.
8722         (Getting Started): Mention this in a few other places.
8724 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
8726         * autotype.texi (Copyrights, Timestamps):
8727         Recommend `before-save-hook' instead of `write-file-functions'.
8729 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
8731         * dired-x.texi (dired-mark-omitted): Update keybinding.
8733 2004-06-10  Kim F. Storm  <storm@cua.dk>
8735         * pcl-cvs.texi (Viewing differences): Add 'd y'.
8737 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
8739         * dired-x.texi (variable dired-omit-mode): Rename from
8740         dired-omit-files-p.
8741         (function dired-omit-mode): Rename from dired-omit-toggle.
8742         Call dired-omit-mode rather than set dired-omit-files-p.
8743         (dired-mark-omitted): Describe command.
8745 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
8747         Version 2.0.41 of Tramp released.
8749 2004-05-29  Juanma Barranquero  <lektu@terra.es>
8751         * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
8752         (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8754 2004-05-29  Richard M. Stallman  <rms@gnu.org>
8756         * cl.texi (Top): Call this chapter `Introduction'.
8757         (Overview): In TeX, no section heading here.
8759         * cc-mode.texi: Put commas after i.e. and e.g.  Minor cleanups.
8761 2004-05-29  Eli Zaretskii  <eliz@gnu.org>
8763         * Makefile.in (../info/flymake, flymake.dvi): New targets.
8764         (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8766 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
8768         * flymake.texi: New file.
8770 2004-05-28  Simon Josefsson  <jas@extundo.com>
8772         * smtpmail.texi (Authentication): Improve STARTTLS discussion.
8774 2004-05-07  Kai Großjohann  <kai@emptydomain.de>
8776         Version 2.0.40 of Tramp released.
8778 2004-04-25  Michael Albinus  <Michael.Albinus@alcatel.de>
8780         Complete rework, based on review by Karl Berry <karl@gnu.org>.
8782         * tramp.texi (Auto-save and Backup): Explain exploitation of new
8783         variables `tramp-backup-directory-alist' and
8784         `tramp-bkup-backup-directory-info'.
8785         (Overview, Connection types)
8786         (External transfer methods, Default Method)
8787         (Windows setup hints): Remove restriction of password entering
8788         with external methods.
8789         (Auto-save and Backup): Make file name example
8790         (X)Emacs neutral.  In case of XEmacs, `bkup-backup-directory-info'
8791         and `auto-save-directory' must be used.
8792         (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
8793         only "NT").  Remove doubled entry "What kinds of systems does
8794         @tramp{} work on".
8795         (tramp): Macro removed.
8796         (Obtaining Tramp): Flag removed from title.
8797         (all): "tramp-" and "-" removed from flag names.  Flags `tramp'
8798         and `trampver' used properly.  Flag `tramp-inst' replaced by
8799         `installchapter'.  Installation related text adapted.
8801 2004-04-28  Masatake YAMATO  <jet@gyve.org>
8803         * widget.texi (Programming Example): Remove overlays.
8805 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
8807         * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
8809 2004-04-23  Juanma Barranquero  <lektu@terra.es>
8811         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8813 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
8815         * info.texi (Info Search): Add info-apropos.
8817 2004-03-22  Juri Linkov  <juri@jurta.org>
8819         * faq.texi: Fix help key bindings.
8821 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
8823         * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
8824         (as suggested by Karl Berry).  Update information about colored
8825         stars in menus.  Add new subheading describing M-n.
8827 2004-03-12  Richard M. Stallman  <rms@gnu.org>
8829         * cl.texi (Top): Rename top node's title.
8831 2004-03-08  Karl Berry  <karl@gnu.org>
8833         * info.texi: \input texinfo.tex instead of just texinfo, to avoid
8834         problems making the texinfo distribution.
8836 2004-02-29  Simon Josefsson  <jas@extundo.com>
8838         * smtpmail.texi (Authentication): Change the list of supported
8839         authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
8840         CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
8841         <voegelas@gmx.net>.
8843 2004-02-29  Juanma Barranquero  <lektu@terra.es>
8845         * makefile.w32-in (mostlyclean, clean, maintainer-clean):
8846         Use $(DEL) instead of rm, and ignore exit code.
8848 2004-02-29  Kai Großjohann  <kgrossjo@eu.uu.net>
8850         Tramp version 2.0.39 released.
8852 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
8854         * tramp.texi (Customizing Completion): Explain new functions
8855         `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
8856         (all): Savannah URLs unified to "http://savannah.nongnu.org".
8857         (Top): Refer to Savannah mailing list as the major one.
8858         Mention older mailing lists in HTML mode only.
8859         (Auto-save and Backup): Add auto-save.  Based on wording of Kai.
8860         (Frequently Asked Questions): Remote hosts must not be Unix-like
8861         for "smb" method.
8862         (Password caching): New node.
8863         (External transfer methods): Refer to password caching for "smb"
8864         method.
8866 2004-02-17  Karl Berry  <karl@gnu.org>
8868         * info.texi (Help-Int): Mention the new line number feature.
8870 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
8872         * ses.texi (Advanced Features): New functionality for
8873         ses-set-header-row (defaults to current row unless C-u used).
8874         (Acknowledgements): Add Stefan Monnier.
8876 2003-12-29  Kevin Ryde  <user42@zip.com.au>
8878         * viper.texi (Vi Macros): Fix reference to the Emacs manual.
8880 2003-11-30  Kai Großjohann  <kai.grossjohann@gmx.net>
8882         Tramp version 2.0.38 released.
8884         * tramp.texi (Remote shell setup): Warn of environment variables
8885         FRUMPLE if user frumple exists.  Suggested by Sven Gabriel
8886         <sven.gabriel@imk.fzk.de>.
8887         (Configuration): Tramp now chooses base64/uuencode
8888         automatically.  Update wording accordingly.
8889         (Top): More description for the `Default Method' menu entry.
8890         (Default Method): Use @code, not @var, for Lisp variables.
8891         (Default Method): New subsection `Which method is the right one
8892         for me?'  Suggested by Christian Kirsch.
8893         (Configuration): Pointer to new subsection added.
8894         (Default Method): Too many "use" in one sentence.
8895         Rephrase.  Reported by Christian Kirsch.
8896         (Filename Syntax): Old `su' example is probably a left-over from
8897         the sm/su method naming.  Replace with `ssh', instead.
8898         (External transfer methods, Auto-save and Backup):
8899         Typo fixes.
8901 2003-11-02  Michael Albinus  <Michael.Albinus@alcatel.de>
8903         * tramp.texi (all): Harmonize all occurrences of @tramp{}.
8904         (Top): Mention japanese manual only if flag `jamanual' is set.
8905         Insert section `Japanese manual' in menu.
8907 2003-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
8909         * eshell.texi (Known Problems): Add doc item.
8911 2003-11-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
8913         * cc-mode.texi: Update for CC Mode 5.30.
8915         Note: Please refrain from doing purely cosmetic changes like
8916         removing trailing whitespace in this manual; it clobbers cvs
8917         merging for no good reason.
8919 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
8921         * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
8922         * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
8923         @acronym{ASCII}.
8925 2003-10-26  Karl Berry  <karl@gnu.org>
8927         * info.texi (Info Search): Echo area, not echo are.  From Debian
8928         diff.
8930 2003-10-26  Per Abrahamsen  <abraham@dina.kvl.dk>
8932         * widget.texi (Defining New Widgets): Document new behavior of
8933         :buttons and :children keywords.
8935 2003-10-22  Miles Bader  <miles@gnu.org>
8937         * Makefile.in (info): Move before $(top_srcdir)/info.
8939 2003-10-17  Thien-Thi Nguyen  <ttn@gnu.org>
8941         * tramp.texi (Inline methods): Small grammar fix.
8942         (External transfer methods): Likewise.
8944 2003-10-08  Nick Roberts  <nick@nick.uklinux.net>
8946         * speedbar.texi: Remove paragraph for GUD that is no longer true.
8948 2003-10-06  Luc Teirlinck  <teirllm@auburn.edu>
8950         * texinfo.tex: Replace `%' in arch tagline by @ignore.
8952 2003-09-30  Richard M. Stallman  <rms@gnu.org>
8954         * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
8956         * widget.texi (User Interface): Fix typos.
8958         * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
8960 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
8962         * pcl-cvs.texi (Selected Files): Fix typo.
8964 2003-09-21  Karl Berry  <karl@gnu.org>
8966         * info.texi (] and [ commands): No period at end of section title.
8968 2003-09-04  Miles Bader  <miles@gnu.org>
8970         * Makefile.in (top_srcdir): New variable.
8971         ($(top_srcdir)/info): New rule.
8972         (info): Depend on it.
8974 2003-09-03  Peter Runestig  <peter@runestig.com>
8976         * makefile.w32-in: New file.
8978 2003-08-26  Per Abrahamsen  <abraham@dina.kvl.dk>
8980         * widget.texi (User Interface): Explain the need of static text
8981         around an editable field.
8983 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
8985         * widget.texi (Basic Types): The argument to `:help-echo' can now
8986         be a form that evaluates to a string.
8988 2003-08-18  Kim F. Storm  <storm@cua.dk>
8990         * calc.texi (Queries in Macros): Update xref to keyboard macro query.
8992 2003-08-16  Richard M. Stallman  <rms@gnu.org>
8994         * dired-x.texi (Shell Command Guessing): Explain *.
8996 2003-08-16  Chunyu Wang  <spr@db.cs.hit.edu.cn>  (tiny change)
8998         * pcl-cvs.texi (Log Edit Mode): Fix key binding for
8999         log-edit-insert-changelog.
9001 2003-08-03  Karl Berry  <karl@gnu.org>
9003         * info.texi: Need @contents.
9005 2003-07-20  Kai Großjohann  <kai.grossjohann@gmx.net>
9007         Tramp version 2.0.36 released.
9009         * tramp.texi (Remote shell setup): Explain about problems with
9010         non-Bourne commands in ~/.profile and ~/.shrc.
9012 2003-07-07  Luc Teirlinck  <teirllm@mail.auburn.edu>
9014         * info.texi (Help-Inv, Help-M, Help-Xref): Update following
9015         renaming of `vis-mode' to `visible-mode'.
9017 2003-07-04  Luc Teirlinck  <teirllm@mail.auburn.edu>
9019         * info.texi (Top, Help-Small-Screen): Remove accidentally added
9020         next, prev and up pointers.
9022 2003-07-02  Luc Teirlinck  <teirllm@mail.auburn.edu>
9024         * info.texi (Help): Mention existence of Emacs and stand-alone
9025         Info at the very beginning of the tutorial.
9026         (Help-Inv): New node.
9027         (Help-]): New node.
9028         (Help-M): Systematically point out the differences between default
9029         Emacs and stand-alone versions.  Delete second menu.
9030         (Help-Xref): Systematically point out the differences between
9031         default Emacs and stand-alone versions.
9032         (Help-Int): Change `l' example.
9033         (Expert Info): Fix typos.
9034         (Emacs Info Variables): Mention `Info-hide-note-references' and
9035         new default for `Info-scroll-prefer-subnodes'.
9037 2003-06-17  Kai Großjohann  <kai.grossjohann@gmx.net>
9039         Version 2.0.35 of Tramp released.
9041         * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
9042         (Inline methods): Add methods `remsh' and `plink1'.
9043         (External transfer methods): Add method `remcp'.
9044         (Multi-hop Methods): Add method `remsh'.
9045         Small patch from Adrian Aichner <adrian@xemacs.org>:
9046         Fix minor typos.
9047         (Concept Index): Add to make manual searchable via
9048         `Info-index'.
9049         (Version Control): Add cindex entry.
9051 2003-05-24  Kai Großjohann  <kai.grossjohann@gmx.net>
9053         * trampver.texi: Version 2.0.34 released.
9055 2003-05-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
9057         * faq.texi: Improve previous changes.
9059 2003-05-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
9061         * faq.texi: Update copyright and maintenance details.
9062         Update some package URLs, versions, and maintainers.
9063         Remove many references to the Emacs Lisp Archive.
9065 2003-04-23  Simon Josefsson  <jas@extundo.com>
9067         * smtpmail.texi: Fix license (the invariant sections mentioned has
9068         never been part of the smtp manual).  Align info dir entry with
9069         other emacs packages.
9071 2003-04-08  Michael Albinus  <Michael.Albinus@alcatel.de>
9073         * tramp.texi: Version 2.0.33 released.
9074         Remove installation chapter.  Remove XEmacs specifics.
9076 2003-03-29  Richard M. Stallman  <rms@gnu.org>
9078         * tramp.texi (Top): Undo the previous renaming.
9079         (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
9081 2003-03-29  Kai Großjohann  <kai.grossjohann@gmx.net>
9083         * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
9084         version of manual.
9086         * tramp.texi (Auto-save and Backup): New node.
9088 2003-03-29  Michael Albinus  <Michael.Albinus@alcatel.de>
9090         * tramp.texi (Top): Include trampver.texi.  Rename "Emacs" to "GNU
9091         Emacs" in order to have better differentiation to "XEmacs".
9092         `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
9093         are new macros in order to point to the other Emacs flavor where
9094         appropriate.  In info case, point to node `Installation' in order
9095         to explain how to generate the other way.  In html case, make a
9096         link to the other html file.
9097         (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
9098         after CVS checkout/update.
9099         (Installation): Completely rewritten.
9100         (Installation parameters, Load paths): New sections under
9101         `Installation'.
9103 2003-02-28  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
9105         * tramp.texi: Version 2.0.30 released.
9106         Replace word "path" with "localname" where used as a component of
9107         a Tramp file name.
9109 2003-02-28  Michael Albinus  <Michael.Albinus@alcatel.de>
9111         * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
9112         introduced.
9113         (Installation): Explain what to do if files from the tramp/contrib
9114         directory are needed.
9116 2003-02-23  Alex Schroeder  <alex@emacswiki.org>
9118         * smtpmail.texi (How Mail Works): New.
9120 2003-02-22  Alex Schroeder  <alex@emacswiki.org>
9122         * smtpmail.texi: New file.
9124         * Makefile.in: Build SMTP manual.
9126 2003-02-05  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
9128         * tramp.texi: Version 2.0.29 released.
9129         (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
9130         M-x makeinfo-buffer RET.  Reported by gebser@ameritech.net.
9132 2003-02-01  Michael Albinus  <Michael.Albinus@alcatel.de>
9134         * tramp.texi (Frequently Asked Questions): Explain a workaround if
9135         another package loads accidentally Ange-FTP.
9137 2003-01-24  Michael Albinus  <Michael.Albinus@alcatel.de>
9139         * tramp.texi (Customizing Completion): Add function
9140         `tramp-parse-sconfig'.  Change example of
9141         `tramp-set-completion-function', because parsing of ssh config
9142         files looks more natural.
9144 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
9146         * gnus.texi: Do not use `path' in several locations.
9148 2002-12-26  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
9150         * tramp.texi (External transfer methods): New method `smb'.
9151         From Michael Albinus.
9153 2002-11-05  Karl Berry  <karl@gnu.org>
9155         * info.texi (Info-fontify): Reorder face list to avoid bad line
9156         breaks.
9158 2002-10-06  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9160         * tramp.texi: Move @copying to standard place.
9161         Use @insertcopying.
9163 2002-10-02  Karl Berry  <karl@gnu.org>
9165         * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
9166         dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
9167         eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
9168         message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
9169         speedbar.texi vip.texi viper.texi widget.texi woman.texi):
9170         Per rms, update all manuals to use @copying instead of @ifinfo.
9171         Also use @ifnottex instead of @ifinfo around the top node, where
9172         needed for the sake of the HTML output.
9173         (The Gnus manual is not fixed since it's not clear to me how it
9174         works; and the Tramp manual already uses @copying, although in an
9175         unusual way.  All others were changed.)
9177 2002-09-10  Jonathan Yavner  <jyavner@engineer.com>
9179         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
9180         (../info/ses, ses.dvi): New targets.
9181         * ses.texi: New file.
9183 2002-09-06  Pavel Janík  <Pavel@Janik.cz>
9185         * texinfo.tex: Update to texinfo 4.2.
9187 2002-08-27  Carsten Dominik  <dominik@sand.science.uva.nl>
9189         * reftex.texi: Update to RefTeX 4.19.
9191 2002-06-17  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9193         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
9194         (../info/tramp, tramp.dvi): New targets.
9196 2002-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
9198         * Makefile.in (DVI_TARGETS): Add calc.dvi.
9199         (calc.dvi): Uncomment.
9201 2001-11-07  Eli Zaretskii  <eliz@is.elta.co.il>
9203         * Makefile.in (INFO_TARGETS): Add ../info/calc.
9204         (../info/calc): New target.
9206 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
9208         * (Version 21.1 released.)
9210 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
9212         * Branch for 21.1.
9214 2001-04-14  Eli Zaretskii  <eliz@is.elta.co.il>
9216         * Makefile.in (../info/info): Use an explicit -o switch to
9217         makeinfo.
9219 2001-03-05  Gerd Moellmann  <gerd@gnu.org>
9221         * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
9223 2000-12-20  Eli Zaretskii  <eliz@is.elta.co.il>
9225         * Makefile.in (../info/idlwave): Use --no-split.
9227 2000-12-14  Dave Love  <fx@gnu.org>
9229         * Makefile.in (mostlyclean): Remove gnustmp.*.
9230         (gnus.dvi): Change rule to remove @latex stuff.
9232 2000-10-19  Eric M. Ludlam  <zappo@ultranet.com>
9234         * Makefile.in (Speedbar): Add build targets for speedbar.texi.
9236 2000-10-13  John Wiegley  <johnw@gnu.org>
9238         * Makefile.in: Add build targets for eshell.texi.
9240 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
9242         * Makefile.in: Remove/comment speedbar stuff.
9244 2000-09-22  Dave Love  <fx@gnu.org>
9246         * Makefile.in: Add emacs-mime.
9248 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
9250         * Makefile.in (INFO_TARGETS): Add ../info/woman.
9251         (DVI_TARGETS): Add woman.dvi.
9252         (../info/woman, woman.dvi): New targets.
9254 2000-05-31  Stefan Monnier  <monnier@cs.yale.edu>
9256         * .cvsignore (*.tmp): New entry.  Seems to be used for @macro.
9258         * pcl-cvs.texi: New file.
9259         * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
9260         (../info/pcl-cvs, pcl-cvs.dvi): New targets.
9262 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
9264         * Makefile.in (INFO_TARGETS): Add info/ebrowse.
9265         (../info/ebrowse, ebrowse.dvi): New targets.
9267 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
9269         * Makefile.in (INFO_TARGETS): Add eudc.
9270         (DVI_TARGETS): Add eudc.dvi.
9271         (../info/eudc, eudc.dvi): New targets.
9273 2000-01-05  Eli Zaretskii  <eliz@is.elta.co.il>
9275         * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
9276         compatibility with 8+3 filesystems).
9277         (../info/efaq): Rename from emacs-faq.
9279 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
9281         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
9282         (../info/idlwave, idlwave.dvi): New targets.
9284 1999-10-23  Dave Love  <fx@gnu.org>
9286         * Makefile.in: Use autotype.texi.
9288 1999-10-12  Stefan Monnier  <monnier@cs.yale.edu>
9290         * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
9291         faq.texi file) rather than ../info/faq.
9293 1999-10-07  Gerd Moellmann  <gerd@gnu.org>
9295         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
9296         (../info/ada-mode, ada-mode.dvi): New targets.
9298 1999-09-01  Dave Love  <fx@gnu.org>
9300         * Makefile.in: Add faq.
9302 1999-07-12  Richard Stallman  <rms@gnu.org>
9304         * Version 20.4 released.
9306 1998-08-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
9308         * Version 20.3 released.
9310 1998-04-06  Andreas Schwab  <schwab@gnu.org>
9312         * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
9313         Use it in dvi targets.
9314         (../etc/GNU): Change to $(srcdir) first.
9316 1998-03-11  Carsten Dominik  <cd@delysid.gnu.org>
9318         * reftex.texi: Update for RefTeX version 3.22.
9320 1998-02-08  Richard Stallman  <rms@psilocin.gnu.org>
9322         * Makefile.in (reftex.dvi, ../info/reftex): New targets.
9323         (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9325 1997-09-23  Paul Eggert  <eggert@twinsun.com>
9327         * Makefile.in: Merge changes mistakenly made to `Makefile'.
9328         (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
9330 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9332         * Version 20.2 released.
9334 1997-09-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9336         * Version 20.1 released.
9338 1997-07-10  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9340         * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
9342 1996-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9344         * Version 19.33 released.
9346 1996-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9348         * Version 19.32 released.
9350 1996-06-27  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9352         * Makefile.in: Add rules for the Message manual.
9354 1996-06-26  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9356         * gnus.texi: New version.
9358         * message.texi: New manual.
9360 1996-06-20  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9362         * Makefile.in (All info targets): cd $(srcdir) to do the work.
9364 1996-06-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9366         * Makefile.in (All info targets): Specify $(srcdir) in input files.
9367         Specify -I option.
9368         (All dvi targets): Set the TEXINPUTS variable.
9370 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>
9372         * Version 19.31 released.
9374 1996-01-07  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
9376         * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
9377         (INFO_TARGETS): Use new name.  This avoids name conflict on MSDOS.
9379 1995-11-29  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9381         * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
9382         (INFO_TARGETS): Add ../info/cc-mode.
9383         (DVI_TARGETS): Add cc-mode.dvi.
9385 1995-11-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9387         * Version 19.30 released.
9389 1995-11-04  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9391         * gnus.texi: New file.
9393 1995-11-04  Erik Naggum  <erik@naggum.no>
9395         * gnus.texi: File deleted.
9397 1995-11-02  Stephen Gildea  <gildea@stop.mail-abuse.org>
9399         * mh-e.texi: "Function Index" -> "Command Index" to work with
9400         Emacs 19.30 C-h C-k support of separately-documented commands.
9402 1995-06-26  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9404         * Makefile.in (../info/ediff, ediff.dvi): New targets.
9405         (INFO_TARGETS, DVI_TARGETS): Add those new targets.
9407 1995-04-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9409         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
9410         (../info/viper, viper.dvi): New targets.
9412 1995-04-20  Kevin Rodgers  <kevinr@ihs.com>
9414         * dired-x.texi (Installation): Change the example to set
9415         buffer-local variables like dired-omit-files-p in
9416         dired-mode-hook.
9418 1995-04-17  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9420         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
9421         (../info/mh-e, mh-e.dvi): New targets.
9423 1995-02-07  Richard Stallman  <rms@pogo.gnu.ai.mit.edu>
9425         * Makefile.in (maintainer-clean): Rename from realclean.
9427 1994-11-23  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9429         * Makefile.in: New file.
9430         * Makefile: File deleted.
9432 1994-11-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9434         * Makefile (TEXINDEX_OBJS): Variable deleted.
9435         (texindex, texindex.o, getopt.o): Rules deleted.
9436         All deps on texindex deleted.
9437         (distclean): Don't delete texindex.
9438         (mostlyclean): Don't delete *.o.
9439         * texindex.c, getopt.c: Files deleted.
9441 1994-09-07  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9443         * Version 19.26 released.
9445 1994-05-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9447         * Version 19.25 released.
9449 1994-05-23  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9451         * Version 19.24 released.
9453 1994-05-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9455         * Version 19.23 released.
9457 1994-04-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9459         * Makefile: Delete spurious tab.
9461 1994-02-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9463         * Makefile (.SUFFIXES): New rule.
9465 1994-01-15  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9467         * Makefile (dired-x.dvi, ../info/dired-x): New targets.
9468         (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9470 1994-01-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9472         * Makefile (../info/sc): Rename from sc.info.
9473         (../info/cl): Likewise.
9474         (INFO_TARGETS): Use new names.
9476 1993-12-04  Richard Stallman  (rms@srarc2)
9478         * getopt.c: New file.
9479         * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
9480         (getopt.o): New rule.
9481         (dvi): Don't depend on texindex.
9482         (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
9483         Depend on texindex.
9485 1993-12-03  Richard Stallman  (rms@srarc2)
9487         * Makefile (../info/sc.info): Rename from ../info/sc.
9488         (TEXI2DVI): New variable.
9489         (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
9490         Add explicit commands.
9491         (TEXINDEX_OBJS): Delete duplicate getopt.o.
9493 1993-11-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9495         * Version 19.22 released.
9497 1993-11-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9499         * Makefile (TEXINDEX_OBJS): Delete spurious period.
9501 1993-11-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9503         * Version 19.21 released.
9505 1993-11-15  Paul Eggert  (eggert@twinsun.com)
9507         * man/Makefile (../info/cl.info): Rename from ../info/cl.
9509 1993-11-15  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9511         * Makefile (../etc/GNU): New target.
9512         (EMACSSOURCES): Add gnu1.texi.
9514 1993-11-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9516         * Makefile (realclean): Don't delete the Info files.
9518 1993-10-25  Brian J. Fox  (bfox@albert.gnu.ai.mit.edu)
9520         * forms.texi: Fix forms.texi so that it will format correctly.
9521         Add missing `@end iftex', fix bad reference.
9523         * info.texi, info-stn.texi: New files implement texinfo version of
9524         `info' file.
9526 1993-10-20  Brian J. Fox  (bfox@ai.mit.edu)
9528         * Makefile: Fix targets for texindex, new info.texi files.
9529         * info-stnd.texi: New file implements info for standalone info
9530         reader.
9531         * info.texi: Update to include recent changes to "../info/info".
9532         New source file for ../info/info; includes info-stnd.texi.
9534         * texindex.c: Include "../src/config.h" if building in emacs.
9536         * Makefile: Change all files to FILENAME.texi, force all targets
9537         to be FILENAME, not FILENAME.info.  This changes sc.texinfo,
9538         vip.texinfo, forms.texinfo, cl.texinfo.
9539         Add target to build texindex.c, defining `emacs'.
9541         * forms.texi: Install new file to match version 2.3 of forms.el.
9543 1993-08-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9545         * Version 19.19 released.
9547 1993-08-10  Simon Leinen  (simon@lia.di.epfl.ch)
9549         * sc.texinfo: Fix info file name.
9551         * Makefile (info): Add gnus and sc.
9552         (dvi): Add gnus.dvi and sc.dvi.
9553         (../info/sc, sc.dvi): New targets.
9555 1993-08-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9557         * Version 19.18 released.
9559 1993-07-20  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9561         * Makefile: Fix source file names of the separate manuals.
9562         (gnus.dvi, ../info/gnus): New targets.
9564 1993-07-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9566         * Version 19.17 released.
9568 1993-07-10  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9570         * split-man: Fix typos in last change.
9572 1993-07-06  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9574         * Version 19.16 released.
9576 1993-06-19  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9578         * version 19.15 released.
9580 1993-06-18  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9582         * Makefile (distclean): It's rm, not rf.
9584 1993-06-17  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9586         * Version 19.14 released.
9588 1993-06-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9590         * Makefile: New file.
9592 1993-06-08  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9594         * Version 19.13 released.
9596 1993-05-27  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9598         * Version 19.9 released.
9600 1993-05-25  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9602         * Version 19.8 released.
9604 1993-05-22  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9606         * Version 19.7 released.
9608 1990-08-30  David Lawrence  (tale@pogo.ai.mit.edu)
9610         * gnus.texinfo: New file.  Removed installation instructions.
9612 1990-05-25  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
9614         * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
9616 1989-01-17  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
9618         * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
9619         then define `\sc' as the command for smallcaps in Texinfo.
9620         This means that the @sc command will produce small caps.  bfox has
9621         made the corresponding change to makeinfo and texinfm.el.
9623 1988-08-16  Robert J. Chassell  (bob@frosted-flakes.ai.mit.edu)
9625         * vip.texinfo: Remove menu entry Adding Lisp Code in node
9626         Customization since the menu entry did not point to anything.
9627         Also add an @finalout command to remove overfull hboxes from the
9628         printed output.
9630         * cl.texinfo: Add @bye, \input line and @settitle to file.
9631         This file is clearly intended to be a chapter of some other work,
9632         but the other work does not yet exist.
9634 1988-07-25  Robert J. Chassell  (bob@frosted-flakes.ai.mit.edu)
9636         * texinfo.texinfo: Three typos corrected.
9638 ;; Local Variables:
9639 ;; coding: utf-8
9640 ;; End:
9642   Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
9644   This file is part of GNU Emacs.
9646   GNU Emacs is free software: you can redistribute it and/or modify
9647   it under the terms of the GNU General Public License as published by
9648   the Free Software Foundation, either version 3 of the License, or
9649   (at your option) any later version.
9651   GNU Emacs is distributed in the hope that it will be useful,
9652   but WITHOUT ANY WARRANTY; without even the implied warranty of
9653   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
9654   GNU General Public License for more details.
9656   You should have received a copy of the GNU General Public License
9657   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.