Move some cl.texi setf extensions to the Obsolete appendix
[emacs.git] / doc / misc / ChangeLog
blobe85e18ff5c77b1c14e0890483cadfca6db1edb74
1 2012-10-29  Glenn Morris  <rgm@gnu.org>
3         * cl.texi (Organization): More details on cl-lib.el versus cl.el.
4         (Setf Extensions): Remove `apply' setf since it seems to be disabled.
5         (Customizing Setf): Move contents to "Obsolete Setf Customization".
6         (Modify Macros, Multiple Values): Remove mentions of obsolete feature.
8 2012-10-28  Glenn Morris  <rgm@gnu.org>
10         * cl.texi (Multiple Values, Common Lisp Compatibility):
11         More namespace updates.
12         (Obsolete Features): Copyedits.
13         (Obsolete Lexical Macros, Obsolete Setf Customization):
14         New subsections.
16         * cl.texi (Porting Common Lisp, Lexical Bindings):
17         Add some xrefs to the Elisp manual.
19         * cl.texi (Lexical Bindings): Move to appendix of obsolete features.
20         (Porting Common Lisp): Emacs Lisp can do true lexical binding now.
21         (Obsolete Features): New appendix.  Move Lexical Bindings here.
23 2012-10-27  Glenn Morris  <rgm@gnu.org>
25         * cl.texi: Use defmac for macros rather than defspec.
26         (Efficiency Concerns): Related copyedit.
28         * cl.texi (Control Structure): Update for setf now being in core.
29         (Setf Extensions): Rename from Basic Setf.  Move much of the
30         former content to lispref/variables.texi.
31         (Modify Macros): Move pop, push details to lispref/variables.texi.
32         (Customizing Setf): Copyedits for setf etc being in core.
33         (Modify Macros, Efficiency Concerns, Porting Common Lisp):
34         Further namespaces updates.
36 2012-10-26  Bastien Guerry  <bzg@gnu.org>
38         * org.texi (Installation): Update the link to Org's ELPA.  Also
39         don't mention org-install.el anymore as the replacement file
40         org-loaddefs.el is now loaded by org.el.
42 2012-10-25  Michael Albinus  <michael.albinus@gmx.de>
44         * tramp.texi (Frequently Asked Questions): Mention
45         `tramp-completion-reread-directory-timeout' for performance
46         improvement.
48 2012-10-25  Glenn Morris  <rgm@gnu.org>
50         * cl.texi: Don't mess with the TeX section number counter.
51         Use Texinfo recommended convention for quotes+punctuation.
52         (Overview, Sequence Functions): Rephrase for better line-breaking.
53         (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings)
54         (Macro Bindings, Conditionals, Iteration, Loop Basics)
55         (Random Numbers, Mapping over Sequences, Structures)
56         (Porting Common Lisp): Further updates for cl-lib namespace.
57         (Modify Macros, Declarations, Macro Bindings, Structures):
58         Break long lines in examples.
59         (Dynamic Bindings): Update for changed progv behavior.
60         (Loop Examples, Efficiency Concerns): Markup fixes.
61         (Structures): Remove TeX margin change.
62         (Declarations): Fix typos.
64 2012-10-24  Glenn Morris  <rgm@gnu.org>
66         * cl.texi (Overview, Multiple Values, Creating Symbols)
67         (Numerical Functions): Say less/nothing about the original cl.el.
68         (Old CL Compatibility): Remove.
69         (Assertions): Remove ignore-errors (standard Elisp for some time).
71         * cl.texi (Basic Setf, Macros, Declarations, Symbols, Numbers)
72         (Sequences, Lists, Structures, Assertions, Efficiency Concerns)
73         (Efficiency Concerns, Efficiency Concerns)
74         (Common Lisp Compatibility, Old CL Compatibility):
75         Further updates for cl-lib namespace.
77 2012-10-24  Paul Eggert  <eggert@penguin.cs.ucla.edu>
79         Update manual for new time stamp format (Bug#12706).
80         * emacs-mime.texi (time-date): Update for new format.
81         Also, fix bogus time stamp and modernize a bit.
83 2012-10-23  Glenn Morris  <rgm@gnu.org>
85         * cl.texi: Include emacsver.texi.  Use Emacs version number rather
86         than unchanging cl.el version number.
87         End all menu descriptions with a period.
88         Do not use @dfn{CL} for every instance of "CL".
89         (Overview): Remove no-runtime caveat, and note about foo* names.
90         (Usage): Use cl-lib rather than cl.
91         (Organization, Naming Conventions): Update for cl-lib.el.
92         (Installation): Remove long-irrelevant node.
93         (Program Structure, Predicates, Control Structure):
94         Start updating for cl-lib namespace.
95         * Makefile.in ($(buildinfodir)/cl$(INFO_EXT), cl.dvi, cl.pdf):
96         Depend on emacsver.texi.
98 2012-10-09  Michael Albinus  <michael.albinus@gmx.de>
100         * trampver.texi: Update release number.
102 2012-10-06  Glenn Morris  <rgm@gnu.org>
104         * erc.texi: Include emacsver.texi, and use EMACSVER rather than
105         ERC version.
106         (Introduction): ERC is distributed with Emacs.
107         (Obtaining ERC, Installation): Remove chapters, no longer relevant.
108         (Getting Started): Simplify.
109         (Getting Help and Reporting Bugs): Refer to general Emacs lists.
110         (History): Mention ERC maintained as part of Emacs now.
111         * Makefile.in ($(buildinfodir)/erc$(INFO_EXT), erc.dvi, erc.pdf):
112         Add dependency on emacsver.texi.
114         * erc.texi: Remove hand-written node pointers.
116 2012-10-05  Glenn Morris  <rgm@gnu.org>
118         * newsticker.texi (Overview, Requirements, Usage, Configuration):
119         Copyedits.
121 2012-10-01  Eric Ludlam  <zappo@gnu.org>
123         * ede.texi (Quick Start, Project Local Variables)
124         (Miscellaneous commands, ede-java-root, Development Overview)
125         (Detecting a Project): New nodes.
126         (Simple projects): Node deleted.
128         * eieio.texi (Building Classes): Some slot attributes cannot be
129         overridden.
130         (Slot Options): Remove an example.
131         (Method Invocation, Documentation): New nodes.
133 2012-10-01  Glenn Morris  <rgm@gnu.org>
135         * Makefile.in ($(buildinfodir)/reftex$(INFO_EXT)), reftex.dvi)
136         (reftex.pdf): Add dependency on emacsver.texi.
137         * reftex.texi: Don't include directory part for emacsver.texi;
138         the Makefile's -I handles it.
140 2012-09-30  Ralf Angeli  <angeli@caeruleus.net>
142         Merge from standalone RefTeX repository.
144         * reftex.texi: Express TeX, LaTeX, AUCTeX, BibTeX and RefTeX
145         with macros.
146         (Imprint): Mention Wolfgang in list of contributors.
147         (Creating Citations): Give a hint about how to
148         auto-revert the BibTeX database file when using external editors.
149         (Referencing Labels): Simplify section about reference macro
150         cycling.
151         (Options (Referencing Labels)): Adapt to new structure of
152         `reftex-ref-style-alist'.
153         (Referencing Labels, Reference Styles): Document changes in the
154         referencing functionality.
155         (Commands): Mention options for definition of header and footer in
156         BibTeX files.
157         (Options (Creating Citations)): Document
158         `reftex-create-bibtex-header' and `reftex-create-bibtex-footer'.
159         (Reference Styles): New section.
160         (varioref (LaTeX package), fancyref (LaTeX package)): Remove.
161         (Options (Referencing Labels)): Remove descriptions of deprecated
162         variables `reftex-vref-is-default' and `reftex-fref-is-default'.
163         Add descriptions for `reftex-ref-style-alist' and
164         `reftex-ref-style-default-list'.
165         (Referencing Labels): Update regarding reference styles.
166         (Citation Styles): Mention support for ConTeXt.
167         (Options (Defining Label Environments)): Fix typo.
168         (Options (Creating Citations)): Document
169         `reftex-cite-key-separator'.
171 2012-09-30  Achim Gratz  <Stromeko@Stromeko.DE>
173         * org.texi: Add description of ORG_ADD_CONTRIB to info
174         documentation.  Add link to Worg for more details.
176         * org.texi: Clarify installation procedure.  Provide link to the
177         build system description on Worg.
179         * org.texi: Remove reference to utils/, x11idle.c is now in
180         contrib/scripts.
182         * org.texi: Re-normalize to "Org mode" in manual.
184         * org.texi (Installation): Adapt documentation to new build
185         system.  Mention GNU ELPA (since it needs to be handled like Emacs
186         built-in Org).
188 2012-09-30  Adam Spiers  <orgmode@adamspiers.org>  (tiny change)
190         * org.texi: Fix typo in description of the 'Hooks' section.
192         * org.texi: Add ID to the list of special properties.
194 2012-09-30  Andrew Hyatt  <ahyatt@gmail.com>  (tiny change)
196         * org.texi (Moving subtrees): Document the ability to archive to a
197         datetree.
199 2012-09-30  Bastien Guerry  <bzg@altern.org>
201         * org.texi (Installation, Feedback, Batch execution): Use
202         (add-to-list 'load-path ... t) for the contrib dir.
204         * org.texi (results): Update documentation for ":results drawer"
205         and ":results org".
207         * org.texi (Column width and alignment): Fix typo.
209         * org.texi (Activation): Point to the "Conflicts" section.
211         * org.texi (Conflicts): Mention filladapt.el in the list of
212         conflicting packages.
214         * org.texi (Activation): Adding org-mode to `auto-mode-alist' is
215         not needed for versions of Emacs > 22.1.
217         * org.texi (History and Acknowledgments): Fix typo.
219         * org.texi (History and Acknowledgments): Add my own
220         acknowledgments.
222         * org.texi (Agenda commands): Document the new command and the new
223         option.
225         * org.texi (Agenda commands): Delete `org-agenda-action' section.
226         (Agenda commands): Reorder.  Document `*' to toggle persistent
227         marks.
229         * org.texi (Agenda dispatcher): Mention
230         `org-toggle-agenda-sticky'.
231         (Agenda commands, Exporting Agenda Views): Fix typo.
233         * org.texi (Templates in contexts, Setting Options): Update to
234         reflect changes in how contexts options are processed.
236         * org.texi (Templates in contexts): Document the new structure of
237         the variables `org-agenda-custom-commands-contexts' and
238         `org-capture-templates-contexts'.
240         * org.texi (Templates in contexts): Document the new option
241         `org-capture-templates-contexts'.
242         (Storing searches): Document the new option
243         `org-agenda-custom-commands-contexts'.
245         * org.texi (Formula syntax for Lisp): Reformat.
247         * org.texi (Special properties, Column attributes)
248         (Agenda column view): Document the new special property
249         CLOCKSUM_T.
251         * org.texi (Template expansion): Document the new %l template.
253         * org.texi (Fast access to TODO states): Fix documentation about
254         allowed characters for fast todo selection.
256         * org.texi (Weekly/daily agenda): Mention APPT_WARNTIME and its
257         use in `org-agenda-to-appt'.
259         * org.texi (Comment lines): Update wrt comments.
261         * org.texi (Resolving idle time): Document new keybinding.
263         * org.texi (Clocking commands): Document the use of S-M-<up/down>
264         on clock timestamps.
266         * org.texi (Fast access to TODO states): Explicitely says only
267         letters are supported as fast TODO selection keys.
269         * org.texi (Link abbreviations): Illustrate the use of the "%h"
270         specifier.  Document the new "%(my-function)" specifier.
272         * org.texi (Clocking commands): New cindex.
273         (Clocking commands): Update documentation for `org-clock-in'.
274         Document `org-clock-in-last'.  Mention `org-clock-out' and
275         `org-clock-in-last' as commands that can be globally bound.
276         (Resolving idle time): Document continuous clocking.
278         * org.texi (Top, Introduction): Fix formatting.
279         (Activation): Add index entries.
280         (Conventions): Update section.
281         (Embedded @LaTeX{}): Fix formatting.
283         * org.texi (Visibility cycling): Document `show-children'.
285         * org.texi (Using capture): Mention the `org-capture-last-stored'
286         bookmark as a way to jump to the last stored capture.
288         * org.texi (Uploading files): Fix typo.
290         * org.texi (Using capture): Document `C-0' as a prefix argument
291         for `org-capture'.
293         * org.texi (Agenda commands): Document persistent marks.
295         * org.texi (Template expansion): Update doc to reflect change.
297         * org.texi (Radio tables): Document the :no-escape parameter.
299         * org.texi (Repeated tasks): Document repeat cookies for years,
300         months, weeks, days and hours.
302         * org.texi (Export options): State that you can use the d: option
303         by specifying a list of drawers.
305         * org.texi (HTML preamble and postamble): Small doc improvement.
307 2012-09-30  Brian van den Broek  <vanden@gmail.com>  (tiny change)
309         * org.texi: The sections in the Exporting section of the manual
310         left out articles in the description of the org-export-as-*
311         commands, among other places. This patch adds them, adds a few
312         missing prepositions, and switches instances of "an HTML" to "a
313         html" for internal consistency.
315         * org.texi: Alter several examples of headings with timestamps in
316         them to include the timestamps in the body instead of the heading.
318 2012-09-30  Carsten Dominik  <carsten.dominik@gmail.com>
320         * org.texi (Agenda dispatcher): Document sticky agenda views and
321         the new key for them.
323 2012-09-30  Charles  <millarc@verizon.net>  (tiny change)
325         * org.texi (Advanced features): Fix error in table.
327 2012-09-30  Feng Shu  <tumashu@gmail.com>
329         * org.texi (@LaTeX{} fragments): Document imagemagick as an
330         alternative to dvipng.
332 2012-09-30  François Allisson  <francois@allisson.co>  (tiny change)
334         * org.texi: Remove extra curly bracket.
336 2012-09-30  Giovanni Ridolfi  <giovanni.ridolfi@yahoo.it>  (tiny change)
338         * org.texi (org-clock-in-last and org-clock-cancel): Update the
339         defkeys.
341 2012-09-30  Ippei FURUHASHI  <top.tuna+orgmode@gmail.com>  (tiny change)
343         * org.texi (Agenda commands): Fix two typos by giving
344         corresponding function names, according to
345         `org-agenda-view-mode-dispatch'.
347 2012-09-30  Jan Bäcker  <jan.boecker@jboecker.de>
349         * org.texi (The spreadsheet): Fix typo.
351 2012-09-30  Memnon Anon  <gegendosenfleisch@gmail.com>  (tiny change)
353         * org.texi (Tracking your habits): Point to the "Tracking TODO
354         state changes" section.
356 2012-09-30  Nicolas Goaziou  <n.goaziou@gmail.com>
358         * org.texi (Literal examples): Remove reference to unknown
359         `org-export-latex-minted' variable. Also simplify footnote since
360         `org-export-latex-listings' documentation is exhaustive already.
362         * org.texi (Plain lists): Remove reference to now hard-coded
363         `bullet' automatic rule.
365 2012-09-30  Toby S. Cubitt  <tsc25@cantab.net>
367         * org.texi: Updated documentation accordingly.
369 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
371         * texinfo.tex: Merge from gnulib.
373 2012-09-12  Michael Albinus  <michael.albinus@gmx.de>
375         Sync with Tramp 2.2.6.
377         * tramp.texi (Bug Reports): Cleanup caches before a test run.
379         * trampver.texi: Update release number.
381 2012-09-12  Paul Eggert  <eggert@cs.ucla.edu>
383         * texinfo.tex: Merge from gnulib.
385 2012-08-06  Aurélien Aptel  <aurelien.aptel@gmail.com>
387         * url.texi (Parsed URLs): Adjust to the code's use of defstruct
388         (bug#12096).
390 2012-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
392         * calc.texi (Simplification modes, Conversions)
393         (Operating on Selections): Mention "basic" simplification.
394         (The Calc Mode Line): Mention the mode line display for Basic
395         simplification mode.
396         (Simplify Formulas): Refer to 'algebraic' rather than 'default'
397         simplifications.
398         (Basic Simplifications): Rename from "Limited Simplifications"
399         Replace "limited" by "basic" throughout.
400         (Algebraic Simplifications):  Indicate that the algebraic
401         simplifications are done by default.
402         (Unsafe Simplifications):  Mention `m E'.
403         (Simplification of Units): Mention `m U'.
404         (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
405         (Kinds of Declarations, Functions for Declarations):  Mention
406         "algebraic simplifications" instead of `a s'.
407         (Algebraic Entry): Remove mention of default simplifications.
409 2012-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
411         * calc.texi (Getting Started, Tutorial): Change simulated
412         Calc output to match actual output.
413         (Simplifying Formulas): Mention that algebraic simplification is now
414         the default.
416 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
418         * faq.texi (Right-to-left alphabets): Update for Emacs 24.
419         (Bug#12073)
421 2012-07-25  Paul Eggert  <eggert@cs.ucla.edu>
423         Prefer typical American spelling for "acknowledgment".
424         * calc.texi (History and Acknowledgments): Rename from
425         History and Acknowledgements.
426         * idlwave.texi (Acknowledgments):
427         * ses.texi (Acknowledgments):
428         * woman.texi (Acknowledgments): Rename from Acknowledgements.
430 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
432         Rename configure.in to configure.ac (Bug#11603).
433         * ede.texi (Compiler and Linker objects, ede-proj-project)
434         (ede-step-project): Prefer the name configure.ac to configure.in.
436 2012-07-06  Michael Albinus  <michael.albinus@gmx.de>
438         * tramp.texi (Multi-hops): Introduce
439         `tramp-restricted-shell-hosts-alist'.
441 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
443         * gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
444         methods, so don't mention smtpmail here.
446 2012-06-26  Wolfgang Jenkner  <wjenkner@inode.at>
448         * gnus.texi (Picons): Document gnus-picon-properties.
450 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
452         * gnus.texi: Remove mention of compilation, as that's no longer
453         supported.
455 2012-06-26  Christopher Schmidt  <christopher@ch.ristopher.com>
457         * gnus.texi (Archived Messages): Mention
458         gnus-gcc-pre-body-encode-hook and gnus-gcc-post-body-encode-hook.
460 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
462         * gnus.texi (Various Summary Stuff):
463         Remove mention of `gnus-propagate-marks'.
465 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
467         * gnus.texi: Remove mentions of nnml/nnfolder/nntp backend marks,
468         which no longer exist.
470 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
472         * gnus.texi (Archived Messages):
473         Document gnus-gcc-self-resent-messages.
475 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
477         * message.texi (Mail Variables):
478         Mention the optional user parameter for X-Message-SMTP-Method.
480 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
482         * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
484         * message.texi (Mail Variables): Document X-Message-SMTP-Method.
486 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
488         * gnus.texi (Key Index): Change encoding to utf-8.
490 2012-06-21  Glenn Morris  <rgm@gnu.org>
492         * Makefile.in: Rename infodir to buildinfodir throughout.  (Bug#11737)
494 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
496         * gnus.texi (Group Timestamp): Mention where to find documentation for
497         the `gnus-tmp-' variables (bug#11601).
499 2012-06-11  Michael Albinus  <michael.albinus@gmx.de>
501         Sync with Tramp 2.2.6-pre.
503         * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{}
504         where appropriate.
505         (Ad-hoc multi-hops): New section.
506         (Remote processes): New subsection "Running remote processes on
507         Windows hosts".
508         (History): Add remote commands on Windows, and ad-hoc multi-hop
509         methods.
510         (External methods): "ControlPersist" must be set to "no" for the
511         `scpc' method.
512         (Remote processes): Add a note about `auto-revert-tail-mode'.
513         (Frequently Asked Questions): Use "scpx" in combination with
514         "ControlPersist".  Reported by Adam Spiers <emacs@adamspiers.org>.
516         * trampver.texi: Update release number.
518 2012-06-10  Chong Yidong  <cyd@gnu.org>
520         * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo
521         compilation for html-mono.
523 2012-06-08  Paul Eggert  <eggert@cs.ucla.edu>
525         * texinfo.tex: Merge from gnulib.
527 2012-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
529         * Makefile.in (echo-info): Don't try to install info files named
530         just ".info".
532 2012-05-28  Glenn Morris  <rgm@gnu.org>
534         * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX.  (Bug#10910)
536         * sc.texi: Nuke hand-written node pointers.
537         Fix top-level menu to match actual node order.
539 2012-05-27  Glenn Morris  <rgm@gnu.org>
541         * cl.texi, dired-x.texi: Nuke hand-written node pointers.
542         Some associated fixes, including not messing with chapno in cl.texi.
544 2012-05-27  Bastien Guerry  <bzg@gnu.org>
546         * org.texi (Durations and time values): Fix typo.
548 2012-05-19  Jay Belanger  <jay.p.belanger@gmail.com>
550         * doc/misc/calc.texi (Basic Operations on Units, Customizing Calc):
551         Mention `calc-ensure-consistent-units'.
553 2012-05-14  Andreas Schwab  <schwab@linux-m68k.org>
555         * cc-mode.texi: Avoid space before macro in 4th argument of cross
556         reference commands.  (Bug#11461)
558         * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
560 2012-05-12  Glenn Morris  <rgm@gnu.org>
562         * Makefile.in (mostlyclean): Add more TeX intermediates.
564         * Makefile.in: Make it look more like the other doc Makefiles.
565         Use explicit $srcdir in all dependencies.
566         Remove cd $srcdir from rules.
567         (VPATH): Remove.
568         (infodir): Set to an absolute path.
569         (INFO_TARGETS): Use short names.
570         (mkinfodir): infodir is now absolute.
571         (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
573         * Makefile.in (info.info): Rename from info, to avoid duplication.
574         (.SUFFIXES): Disable implicit rules.
576         * Makefile.in (MKDIR_P): New, set by configure.
577         (mkinfodir): Use $MKDIR_P.
579 2012-05-07  Glenn Morris  <rgm@gnu.org>
581         * forms.texi (Long Example): Update for changed location of files.
583 2012-05-04  Glenn Morris  <rgm@gnu.org>
585         * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
586         (INFO_TARGETS): Use $INFO_EXT.
587         Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
588         * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
589         (INFO_TARGETS): Use $INFO_EXT.
590         Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
592 2012-05-02  Glenn Morris  <rgm@gnu.org>
594         * Makefile.in (echo-info): New phony target, used by top-level.
596         * viper.texi: Make direntry shorter (also it is no longer "newest").
598         * emacs-gnutls.texi, ert.texi, org.texi:
599         Fix dircategory, direntry to match info/dir.
601         * faq.texi: Convert @inforefs to @xrefs.
602         Fix some malformed cross-references.
603         (File-name conventions): Shorten section name to avoid overfull line.
604         (How to add fonts): Use smallexample to avoid overfull lines.
606 2012-05-01  Teodor Zlatanov  <tzz@lifelogs.com>
608         * auth.texi (Help for users): Update for .gpg file being second.
610 2012-04-27  Ippei Furuhashi  <top.tuna+orgmode@gmail.com>  (tiny change)
612         * org.texi (Agenda commands): Fix two typos: give corresponding
613         function names, according to `org-agenda-view-mode-dispatch'.
615 2012-04-27  Glenn Morris  <rgm@gnu.org>
617         * faq.texi (Major packages and programs): Remove section.
618         There is no point listing 6 packages (cf etc/MORE.STUFF).
619         (Finding Emacs and related packages): Move "Spell-checkers" here.
621 2012-04-22  Michael Albinus  <michael.albinus@gmx.de>
623         * dbus.texi (Version): New node.
624         (Properties and Annotations): Mention the object manager
625         interface.  Describe dbus-get-all-managed-objects.
626         (Type Conversion): Floating point numbers are allowed, if an
627         anteger does not fit Emacs's integer range.
628         (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
629         (Asynchronous Methods): Fix description of
630         dbus-call-method-asynchronously.
631         (Receiving Method Calls): Fix some minor errors.  Add
632         dbus-interface-emacs.
633         (Signals): Describe unicast signals and the new match rules.
634         (Alternative Buses): Add the PRIVATE optional argument to
635         dbus-init-bus.  Describe its new return value.  Add dbus-setenv.
637 2012-04-20  Glenn Morris  <rgm@gnu.org>
639         * faq.texi (New in Emacs 24): New section.
640         (Packages that do not come with Emacs): Mention M-x list-packages.
642 2012-04-14  Alan Mackenzie  <acm@muc.de>
644         * cc-mode.texi (c-offsets-alist): Correct a typo.
646 2012-04-14  Jérémie Courrèges-Anglas  <jca@wxcvbn.org>  (tiny change)
648         * org.texi (Deadlines and scheduling): Fix the example: the
649         DEADLINE item should come right after the headline.  We enforce
650         this convention, so it is a bug not to illustrate it correctly in
651         the manual.
653 2012-04-14  Ippei FURUHASHI  <top.tuna+orgmode@gmail.com>  (tiny change)
655         * org.texi (Agenda commands): Fix documentation bug by swapping
656         the equivalent keybindings to `org-agenda-next-line' with the ones
657         to `org-agenda-previous-line'.
659 2012-04-14  Glenn Morris  <rgm@gnu.org>
661         * Makefile.in: Replace non-portable use of $< in ordinary rules.
663 2012-04-09  Eli Zaretskii  <eliz@gnu.org>
665         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add
666         emacs-gnutls.
667         ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
669 2012-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
671         * Makefile.in: Add emacs-gnutls.texi to build.
673         * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
675 2012-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
677         * auth.texi (Secret Service API): Edit further and give examples.
678         (Secret Service API): Adjust @samp to @code for collection names.
680 2012-04-04  Glenn Morris  <rgm@gnu.org>
682         * auth.texi (Secret Service API): Copyedits.
683         (Help for developers): Fill in some missing function doc-strings.
684         (Help for users, Help for developers)
685         (GnuPG and EasyPG Assistant Configuration): Markup fixes.
687 2012-04-04  Michael Albinus  <michael.albinus@gmx.de>
689         * auth.texi (Secret Service API): Add the missing text.
691 2012-04-04  Chong Yidong  <cyd@gnu.org>
693         * message.texi (Using PGP/MIME): Note that epg is now the default.
695         * gnus.texi: Reduce references to obsolete pgg library.
696         (Security): Note that epg is now the default.
698         * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
700         * nxml-mode.texi (Completion): C-RET is no longer bound to
701         nxml-complete.
703 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
705         * org.texi (Customizing tables in ODT export): Correct few errors.
707 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
709         * org.texi (Links in ODT export): Update.
710         (Labels and captions in ODT export): New node.
712 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
714         * org.texi (Literal examples in ODT export): htmlfontify.el in
715         Emacs-24.1 now supports fontification.  So ODT source blocks will
716         be fontified by default.
718 2012-04-01  Julian Gehring  <julian.gehring@googlemail.com>  (tiny change)
720         * org.texi (Refiling notes): Remove duplicated keybinding.
722 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
724         * org.texi (noweb): Documentation of this new option to the :noweb
725         header argument.
727 2012-04-01  Suvayu Ali  <fatkasuvayu+linux@gmail.com>
729         * org.texi (Header and sectioning): Add example demonstrating how
730         to use "LaTeX_CLASS_OPTIONS".
732 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
734         * org.texi (Noweb reference syntax): Describe the ability to
735         execute noweb references in the manual.
737 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
739         * org.texi (cache): Improve cache documentation when session
740         evaluation is used.
742 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
744         * org.texi (Plain lists): Document removal.
746 2012-04-01  Michael Brand  <michael.ch.brand@gmail.com>
748         * org.texi: Decapitalize file name in references to Calc manual.
750 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
752         * org.texi (Plain lists): Document removal.
754 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
756         * org.texi (Top, OpenDocument Text export)
757         (ODT export commands, Extending ODT export)
758         (Images in ODT export, Tables in ODT export)
759         (Configuring a document converter): Add or Update.
761 2012-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
763         * org.texi (MobileOrg): Change the wording to reflect that the
764         Android Version is no longer just the little brother of the iOS
765         version.
767 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
769         * org.texi (Key bindings and useful functions): Updated babel key
770         binding documentation in manual.
772 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
774         * org.texi (noweb): Document new noweb header value.
776 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
778         * org.texi (noweb-sep): Document new header argument.
780 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
782         * org.texi (noweb-ref): Documentation of this new custom variable.
784 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
786         * org.texi (wrap): Update the new :wrap documentation to match the
787         current implementation.
789 2012-04-01  Thomas Dye  <dk@poto.myhome.westell.com>
791         * org.texi: Added documentation for :wrap.
793 2012-04-01  Thomas Dye  <dk@poto.myhome.westell.com>
795         * org.texi: #+RESULTS now user-configurable.
797 2012-04-01  Thomas Dye  <dk@poto.myhome.westell.com>
799         * org.texi: Documented :noweb no-export.
801 2012-04-01  Thomas Dye  <dk@poto.local>
803         * org.texi: Edit :noweb no header argument for correctness.
805 2012-04-01  Bastien Guerry  <bzg@altern.org>
807         * org.texi (Customization): Update the approximate number of Org
808         variables.
810 2012-04-01  Thomas Dye  <dk@poto.local>
812         * org.texi: The :results wrap produces a drawer instead of a
813         begin_results block.
815 2012-03-22  Peder O. Klingenberg  <peder@klingenberg.no>  (tiny change)
817         * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
818         reflect the new default.
820 2012-03-10  Eli Zaretskii  <eliz@gnu.org>
822         * info.texi (Expert Info): Move the index entry for "Texinfo" from
823         "Getting Started" to this node.  (Bug#10450)
825 2012-03-10  Chong Yidong  <cyd@gnu.org>
827         * flymake.texi (Example -- Configuring a tool called via make):
828         Mention the Automake COMPILE variable (Bug#8715).
830         * info.texi (Getting Started): Add an index entry (Bug#10450).
832 2012-03-02  Michael Albinus  <michael.albinus@gmx.de>
834         * dbus.texi (Signals): Known names will be mapped onto unique
835         names, when registering for signals.
837 2012-02-29  Glenn Morris  <rgm@gnu.org>
839         * url.texi: Fix quote usage in body text.
841         * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
843         * cl.texi: Use @code{} in menus when appropriate.
845 2012-02-28  Glenn Morris  <rgm@gnu.org>
847         * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
848         * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
849         * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
850         * org.texi, sc.texi, vip.texi, viper.texi:
851         Standardize possessive apostrophe usage.
853 2012-02-26  Chong Yidong  <cyd@gnu.org>
855         * ediff.texi (Quick Help Commands): Add a couple of index entries
856         (Bug#10834).
858 2012-02-17  Glenn Morris  <rgm@gnu.org>
860         * gnus.texi (Posting Styles):
861         * remember.texi (Org): Fix cross-refs to other manuals.
863 2012-02-15  Glenn Morris  <rgm@gnu.org>
865         * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
866         (Encryption): New chapter, split out from previous.
868 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
870         * gnus.texi (Customizing the IMAP Connection): Mention
871         nnimap-record-commands.
873 2012-02-10  Glenn Morris  <rgm@gnu.org>
875         * url.texi (Retrieving URLs): Update url-retrieve arguments.
876         Mention url-queue-retrieve.
878 2012-02-09  Glenn Morris  <rgm@gnu.org>
880         * sem-user.texi (Semantic mode user commands): Typo fix.
882         * info.texi (Create Info buffer): Mention info-display-manual.
884 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
886         * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
887         example (modified from an example by Michael Albinus).
889 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
891         * gnus.texi (Agent Basics): Fix outdated description of
892         `gnus-agent-auto-agentize-methods'.
894 2012-01-28  Andreas Schwab  <schwab@linux-m68k.org>
896         * cc-mode.texi: Always @defindex ss.
897         (Config Basics): Fix argument of @itemize.
898         (Macro Backslashes): Add @code around index entry.
900 2012-01-23  Glenn Morris  <rgm@gnu.org>
902         * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
904 2012-01-19  Eric Hanchrow  <eric.hanchrow@gmail.com>
906         * tramp.texi (File): Tweak wording for the `scpc' option.
908 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
910         * gnus.texi (Group Parameters): Really note precedence.
912 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
914         * gnus.texi (Group Parameters): Note precedence.
916 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
918         * org.texi (Noweb reference syntax): Adding documentation of
919         the `*org-babel-use-quick-and-dirty-noweb-expansion*'
920         variable.
922 2012-01-03  Bastien Guerry  <bzg@gnu.org>
924         * org.texi (Plain lists): Split the table to fix the display
925         of items.
927 2012-01-03  Bastien Guerry  <bzg@gnu.org>
929         * org.texi (Plain lists): Fix misplaced explanation.
931 2012-01-03  Bastien Guerry  <bzg@gnu.org>
933         * org.texi (Plain lists, Agenda files): Add index entries.
935 2012-01-03  Julian Gehring  <julian.gehring@googlemail.com>
937         * org.texi: Use "Org mode" instead of alternatives like
938         "Org-mode" or "org-mode".
940 2012-01-03  Bernt Hansen  <bernt@norang.ca>
942         * org.texi (Agenda commands): Document
943         `org-clock-report-include-clocking-task'.
945 2012-01-03  Bastien Guerry  <bzg@gnu.org>
947         * org.texi (Checkboxes): Document the new behavior of `C-u C-c
948         C-c' on checkboxes.
950 2012-01-03  Julian Gehring  <julian.gehring@googlemail.com>
952         * org.texi: End sentences with two spaces.
954 2012-01-03  Michael Brand  <michael.ch.brand@gmail.com>
956         * org.texi (External links): Document the link types file+sys
957         and file+emacs, slightly narrow used page width.
959 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
961         * org.texi (colnames): Note that colnames behavior may differ
962         across languages.
964 2012-01-03  Bastien Guerry  <bzg@gnu.org>
966         * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
968 2012-01-03  Thomas Dye  <dk@poto.westell.com>
970         * org.texi: Augmented discussion of babel property
971         inheritance.  Put footnote outside sentence ending period.
973 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
975         * org.texi (eval): Documenting the full range of :eval header
976         argument values.
978 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
980         * org.texi (eval): Documentation of the new :eval option.
982 2012-01-03  Thomas Dye  <dk@poto.local>
984         * org.texi: Add accumulated properties.
986 2012-01-03  Thomas Dye  <dk@poto.local>
988         * org.texi: Documented no spaces in name=assign, another
989         correction to :var table.
991 2012-01-03  Thomas Dye  <dk@poto.local>
993         * org.texi: Changed DATA to NAME in Working With Source Code
994         section.
996 2012-01-03  Tom Dye  <tsd@tsdye.com>
998         * org.texi: Minor change to :var table.
1000 2012-01-03  Tom Dye  <tsd@tsdye.com>
1002         * org.texi: More changes to :var table (some examples were wrong).
1004 2012-01-03  Tom Dye  <tsd@tsdye.com>
1006         * org.texi: Cleaned up :var table.
1008 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1010         * org.texi (Timestamps, Weekly/daily agenda)
1011         (Weekly/daily agenda): Add @cindex for "appointment".
1013 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
1015         * org.texi (Literal examples): A new link to the template for
1016         inserting empty code blocks.
1017         (Structure of code blocks): A new link to the template for
1018         inserting empty code blocks.
1020 2012-01-03  Rafael Laboissiere  <rafael@laboissiere.net>  (tiny change)
1022         * org.texi (External links): Add footnote on how the behavior
1023         of the text search in Org files are controled by the variable
1024         `org-link-search-must-match-exact-headline'.
1026 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
1028         * org.texi (Buffer-wide header arguments): Update
1029         documentation to reflect removal of #+PROPERTIES.
1031 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
1033         * org.texi (The clock table): Mention that ACHIVED trees
1034         contribute to the clock table.
1036 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
1038         * org.texi (Conflicts): Better yasnippet config info.
1040 2012-01-03  Bastien Guerry  <bzg@gnu.org>  (tiny change)
1042         * org.texi (Selective export): Explicitely mention the default
1043         values for `org-export-select-tags',
1044         `org-export-exclude-tags'.
1046 2012-01-03  Tom Dye  <tsd@tsdye.com>
1048         * org.texi: Added a line to specify that header arguments are
1049         lowercase.
1051 2012-01-03  Tom Dye  <tsd@tsdye.com>
1053         * org.texi: :var requires default value when declared.
1055 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1057         * org.texi (Handling links): Add a note about the
1058         `org-link-frame-setup' option.
1060 2012-01-03  David Maus  <dmaus@ictsoc.de>
1062         * org.texi (Exporting Agenda Views, Extracting agenda
1063         information): Fix command line syntax, quote symbol parameter
1064         values.
1066 2012-01-03  David Maus  <dmaus@ictsoc.de>
1068         * org.texi (Exporting Agenda Views): Fix command line syntax.
1070 2011-12-28  Paul Eggert  <eggert@cs.ucla.edu>
1072         * gnus.texi (Mail Source Customization, Mail Back End Variables):
1073         Use octal notation for file permissions, which are normally
1074         thought of in octal.
1075         (Mail Back End Variables): Use more-plausible modes in example.
1077 2011-12-20  Alan Mackenzie  <acm@muc.de>
1079         * cc-mode.texi: Update version string 5.31 -> 5.32.
1081 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
1083         * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
1085 2011-11-24  Glenn Morris  <rgm@gnu.org>
1087         * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
1089 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
1091         * makefile.w32-in: Update dependencies.
1093 2011-11-20  Glenn Morris  <rgm@gnu.org>
1095         * gnus.texi (Group Information):
1096         Remove gnus-group-fetch-faq, command deleted 2010-09-24.
1098 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1100         * gnus-coding.texi (Gnus Maintenance Guide):
1101         Rename from "Gnus Maintainance Guide".
1103         * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
1104         * eieio.texi (Customizing):
1105         * gnus.texi (Article Washing):
1106         * gnus-news.texi:
1107         * sem-user.texi (Smart Jump): Fix typos.
1109 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1111         * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
1113 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
1115         * ede.texi (project-am-texinfo):
1116         * gnus.texi (Sending or Not Sending):
1117         * org.texi (Template elements): Fix typos.
1119 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
1121         * ediff.texi (Hooks):
1122         * sem-user.texi (Semanticdb Roots): Fix typos.
1124 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
1126         * semantic.texi (Tag handling): Fix typo.
1128 2011-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1130         * gnus.texi (Other Gnus Versions): Remove.
1132 2011-10-28  Alan Mackenzie  <acm@muc.de>
1134         * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
1135         (Other Special Indentations): Add an xref to "Macros with ;".
1136         (Customizing Macros): Add stuff about syntax in macros.  Add an xref to
1137         "Macros with ;".
1138         (Macros with ;): New page.
1140         * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
1141         Document the new handling of nested scopes for movement by defuns.
1143 2011-10-23  Michael Albinus  <michael.albinus@gmx.de>
1145         Sync with Tramp 2.2.3.
1147         * trampver.texi: Update release number.
1149 2011-10-14  Glenn Morris  <rgm@gnu.org>
1151         * ert.texi (Introduction, How to Run Tests)
1152         (Running Tests Interactively, Expected Failures)
1153         (Tests and Their Environment, Useful Techniques)
1154         (Interactive Debugging, Fixtures and Test Suites):
1155         Minor rephrasings.
1156         (Running Tests Interactively, The @code{should} Macro): Add xrefs.
1157         (Running Tests in Batch Mode): Simplify loading instructions.
1158         (Test Selectors): Clarify some selectors.
1159         (Expected Failures, Useful Techniques):
1160         Make examples fit in 80 columns.
1162 2011-10-13  Jay Belanger  <jay.p.belanger@gmail.com>
1164         * calc.texi (Basic Operations on Units): Discuss temperature
1165         conversion (`u t') alongside with other unit conversions ('u c').
1167 2011-10-12  Glenn Morris  <rgm@gnu.org>
1169         * ert.texi: Whitespace trivia to make main menu items line up better.
1171 2011-10-08  Glenn Morris  <rgm@gnu.org>
1173         * Makefile.in: Fix ert rules.
1175 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1177         * gnus.texi (Gnus Utility Functions): Add more references and
1178         explanations (bug#9683).
1180 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1182         * gnus.texi (Archived Messages): Note the default (bug#9552).
1184 2011-09-21  Bill Wohler  <wohler@newt.com>
1186         Release MH-E manual version 8.3.
1188         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
1189         release 8.3.
1190         (Preface): Updated support information.
1191         (From Bill Wohler): Reset text to original version.  As a
1192         historical quote, the tense should be correct in the time that it
1193         was written.
1195 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1197         * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
1198         (Finding the News): Doc clarification.
1199         (Terminology): Mention naming.
1201 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1203         * gnus.texi: Remove mentions of `recent', which are now obsolete.
1204         (Interactive): Document `quiet'.
1206 2011-08-15  Suvayu Ali  <fatkasuvayu+linux@gmail.com>  (tiny change)
1208         * org.texi (Images in LaTeX export): Rewrite.
1210 2011-08-15  Bastien Guerry  <bzg@gnu.org>
1212         * org.texi (Using the mapping API): Mention 'region as a possible
1213         scope for `org-map-entries'.
1215 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1217         * org.texi (Visibility cycling): Document `org-copy-visible'.
1219 2011-08-15  Bastien Guerry  <bzg@gnu.org>
1221         * org.texi (Template expansion): Order template sequences in the
1222         proper order.
1224 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1226         * org.texi (eval): Expand discussion of the :eval header argument.
1228 2011-08-15  Bastien Guerry  <bzg@gnu.org>
1230         * org.texi (Languages): Add Lilypond and Awk as supported
1231         languages.
1233 2011-08-15  Achim Gratz  <stromeko@nexgo.de>
1235         * org.texi: Document that both CLOCK_INTO_DRAWER and
1236         LOG_INTO_DRAWER can be used to override the contents of variable
1237         org-clock-into-drawer (or if unset, org-log-into-drawer).
1239         * org.texi: Replace @xref->@pxref.
1241 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1243         * org.texi (Evaluating code blocks): Documenting the new option
1244         for inline call lines.
1246 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1248         * org.texi (Results of evaluation): More explicit about the
1249         mechanism through which interactive evaluation of code is
1250         performed.
1252 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1254         * org.texi (noweb-ref): New header argument documentation.
1256 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1258         * org.texi (Extracting source code): Documentation of the new
1259         org-babel-tangle-named-block-combination variable.
1261 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1263         * org.texi (Structure of code blocks): Explicitly state that the
1264         behavior of multiple blocks of the same name is undefined.
1266 2011-08-15  Christian Egli  <christian.egli@sbszh.ch>
1268         * org.texi (TaskJuggler export): Modify the example to reflect the
1269         new effort durations.
1271 2011-08-15  David Maus  <dmaus@ictsoc.de>
1273         * org.texi (Images in LaTeX export): Escape curly brackets in
1274         LaTeX example.
1276 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1278         * org.texi (The clock table): Document the :properties and
1279         :inherit-props arguments for the clocktable.
1281 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1283         * org.texi (Tables in LaTeX export): Document specifying placement
1284         options for tables.
1286 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1288         * org.texi (Evaluating code blocks): More specific documentation
1289         about the different types of header arguments.
1291 2011-08-15  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
1293         * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
1295 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1297         * org.texi (Built-in table editor): Document the table field
1298         follow mode.
1300 2011-08-15  Robert P. Goldman  <rpgoldman@real-time.com>
1302         * org.texi (Easy Templates): Document new template.
1304 2011-08-15  Robert P. Goldman  <rpgoldman@real-time.com>
1306         * org.texi (Literal examples): Add a cross-reference from "Literal
1307         Examples" to "Easy Templates."
1309 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1311         * org.texi (The clock table): Add link to match syntax.
1313 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1315         * org.texi (Agenda commands): Document clock consistency checks.
1317 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1319         * org.texi (Built-in table editor): Document that \vert represents
1320         a vertical bar in a table field.
1322 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1324         * org.texi (Literal examples): Link from "Markup" > "Literate
1325         Examples" to "Working with Source Code".
1327 2011-08-15  Puneeth Chaganti  <punchagan@gmail.com>
1329         * org.texi (Agenda commands): Doc for function option to bulk
1330         action.
1332 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1334         * org.texi (Template expansion): Document new %<...> template
1335         escape.
1337 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1339         * org.texi (Selective export): Document exclusion of any tasks
1340         from export.
1342 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1344         * org.texi (Selective export): Document how to exclude DONE tasks
1345         from export.
1346         (Publishing options): Document the properties to be used to turn off
1347         export of DONE tasks.
1349 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1351         * org.texi (The date/time prompt): Document date range protection.
1353 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1355         * org.texi (padline): Documentation of the new padline header
1356         argument.
1358 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1360         * org.texi (var): Adding "[" to list of characters triggering
1361         elisp evaluation.
1363 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1365         * org.texi (var): Documentation of Emacs Lisp evaluation during
1366         variable assignment.
1368 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1370         * org.texi (colnames): Reference indexing into variables, and note
1371         that colnames are *not* removed before indexing occurs.
1372         (rownames): Reference indexing into variables, and note that
1373         rownames are *not* removed before indexing occurs.
1375 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1377         * org.texi (var): Clarification of indexing into tabular
1378         variables.
1380 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1382         * org.texi (results): Documentation of the `:results wrap' header
1383         argument.
1385 2011-08-15  Bastien Guerry  <bzg@gnu.org>
1387         * org.texi (LaTeX and PDF export): Add a note about a limitation
1388         of the LaTeX export: the org file has to be properly structured.
1390 2011-08-15  Bastien Guerry  <bzg@gnu.org>
1392         * org.texi (Dynamic blocks, Structure editing): Mention
1393         the function `org-narrow-to-block'.
1395 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1397         * org.texi (Languages): Updating list of code block supported
1398         languages.
1400 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1402         * org.texi (Special properties): CATEGORY is a special property,
1403         but it may also used in the drawer.
1405 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1407         * org.texi (mkdirp): Documentation of the :mkdirp header argument.
1409 2011-08-15  Puneeth Chaganti  <punchagan@gmail.com>
1411         * org.texi (Include files): Document :lines.
1413 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1415         * org.texi (comments): Documentation of the ":comments noweb" code
1416         block header argument.
1418 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1420         * org.texi (Conflicts): Changed "yasnippets" to "yasnippet" and
1421         added extra whitespace around functions to be consistent with the
1422         rest of the section.
1424 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1426         * org.texi (Evaluating code blocks): Expanded discussion of
1427         #+call: line syntax.
1428         (Header arguments in function calls): Expanded discussion of
1429         #+call: line syntax.
1431 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1433         * org.texi (Evaluating code blocks): More explicit about how to
1434         pass variables to #+call lines.
1436 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1438         * org.texi (Results of evaluation): Link to the :results header
1439         argument list from the "Results of evaluation" section.
1441 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1443         * org.texi (Conflicts): Adding additional information about
1444         resolving org/yasnippet conflicts.
1446 2011-08-15  David Maus  <dmaus@ictsoc.de>
1448         * org.texi (Publishing options): Document style-include-scripts
1449         publishing project property.
1451 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1453         * org.texi (Sparse trees): Document the next-error /
1454         previous-error functionality.
1456 2011-08-15  Tom Dye  <tsd@tsdye.com>
1458         * org.texi (cache): Improved documentation of code block caches.
1460 2011-08-15  Tom Dye  <tsd@tsdye.com>
1462         * org.texi (Code block specific header arguments): Documentation
1463         of multi-line header arguments.
1465 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1467         * org.texi (Code evaluation security): Add example for using a
1468         function.
1470 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1472         * org.texi (Tables in LaTeX export): Documentation of new
1473         attr_latex options for tables.
1475 2011-08-03  Michael Albinus  <michael.albinus@gmx.de>
1477         * trampver.texi: Update release number.
1479 2011-07-30  Michael Albinus  <michael.albinus@gmx.de>
1481         Sync with Tramp 2.2.2.
1483         * trampver.texi: Update release number.
1485 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1487         * flymake.texi (Example -- Configuring a tool called via make):
1488         Use /dev/null instead of the Windows "nul" (bug#8715).
1490 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1492         * widget.texi (Setting Up the Buffer): Remove mention of the
1493         global keymap parent, which doesn't seem to be accurate
1494         (bug#7045).
1496 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1498         * org.texi (Special agenda views): Fix double quoting (bug#3509).
1500 2010-07-10  Kevin Ryde  <user42@zip.com.au>
1502         * cl.texi (For Clauses): Add destructuring example processing an
1503         alist (bug#6596).
1505 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1507         * ediff.texi (Major Entry Points): Remove mention of `require',
1508         since that's not pertinent in the installed Emacs (bug#9016).
1510 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1512         * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
1513         (Filtering New Groups): Clarify how simple the "options -n" format is.
1514         (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
1515         is internal.
1517 2011-07-04  Michael Albinus  <michael.albinus@gmx.de>
1519         * tramp.texi (Cleanup remote connections): Add
1520         `tramp-cleanup-this-connection'.
1522 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1524         * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
1525         zombies.
1526         (Checking New Groups): Ditto (bug#8974).
1527         (Checking New Groups): Moved the reference to the right place.
1529 2011-07-03  Dave Abrahams  <dave@boostpro.com>  (tiny change)
1531         * gnus.texi (Startup Files): Clarify that we're talking about numbered
1532         backups, and not actual vc (bug#8975).
1534 2011-07-03  Kevin Ryde  <user42@zip.com.au>
1536         * cl.texi (For Clauses): @items for hash-values and key-bindings
1537         to make them more visible when skimming.  Add examples of `using'
1538         clause to them, examples being clearer than a description in
1539         words (bug#6599).
1541 2011-07-01  Alan Mackenzie  <acm@muc.de>
1543         * cc-mode.texi (Guessing the Style): New page.
1544         (Styles): Add a short introduction to above.
1546 2011-06-28  Deniz Dogan  <deniz@dogan.se>
1548         * rcirc.texi (Configuration): Bug-fix:
1549         `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
1550         Reported by Elias Pipping <pipping@exherbo.org>.
1552 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1554         * gnus.texi (Summary Mail Commands): Document
1555         `gnus-summary-reply-to-list-with-original'.
1557 2011-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1559         * eshell.texi (Known problems): Fix typo.
1561 2011-06-12  Michael Albinus  <michael.albinus@gmx.de>
1563         * tramp.texi (Customizing Completion): Mention authinfo-style files.
1564         (Password handling): `auth-source-debug' is good for debug messages.
1566 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
1568         * gnus.texi (Store custom flags and keywords): Refer to
1569         `gnus-registry-article-marks-to-{chars,names}' instead of
1570         `gnus-registry-user-format-function-{M,M2}'.
1572 2011-05-27  Paul Eggert  <eggert@cs.ucla.edu>
1574         * texinfo.tex: Merge from gnulib.
1576 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
1578         * gnus.texi (Gnus Registry Setup): Rename from "Setup".
1579         (Store custom flags and keywords):
1580         Mention `gnus-registry-user-format-function-M' and
1581         `gnus-registry-user-format-function-M2'.
1583 2011-05-17  Paul Eggert  <eggert@cs.ucla.edu>
1585         * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
1587 2011-05-17  Glenn Morris  <rgm@gnu.org>
1589         * gnus.texi (Face): Fix typo.
1591 2011-05-14  Glenn Morris  <rgm@gnu.org>
1593         * dired-x.texi (Omitting Examples): Minor addition.
1595 2011-05-10  Jim Meyering  <meyering@redhat.com>
1597         * ede.texi: Fix typo "or or -> or".
1599 2011-05-03  Peter Münster  <pmlists@free.fr>  (tiny change)
1601         * gnus.texi (Summary Buffer Lines):
1602         gnus-summary-user-date-format-alist does not exist.
1603         (Sorting the Summary Buffer): More about sorting threads.
1605 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
1607         * trampver.texi: Update release number.
1609 2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
1611         * tramp.texi (Frequently Asked Questions): New item for disabling
1612         Tramp in other packages.
1614 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
1616         * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
1617         (Fancy splitting to parent, Store arbitrary data):
1618         Updated gnus-registry docs.
1620 2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
1622         * ede.texi: Fix typos.
1624 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1626         * gnus.texi (Window Layout): @itemize @code doesn't exist.
1627         It's @table @code.
1629 2011-03-19  Antoine Levitt  <antoine.levitt@gmail.com>
1631         * gnus.texi (Listing Groups): Document gnus-group-list-ticked.
1633 2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
1635         * calc.texi (Logarithmic Units): Update the function names.
1637 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1639         * message.texi (Various Commands): Document format specs in the
1640         ellipsis.
1642 2011-03-15  Antoine Levitt  <antoine.levitt@gmail.com>
1644         * message.texi (Insertion Variables): Document message-cite-style.
1646 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
1648         * tramp.texi (Remote processes): New subsection "Running shell on
1649         a remote host".
1651 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1653         * auth.texi (Help for developers): Update docs to explain that the
1654         :save-function will only run the first time.
1656 2011-03-12  Glenn Morris  <rgm@gnu.org>
1658         * Makefile.in (emacs-faq.html): Fix some more cross-refs.
1659         (emacs-faq.text): New target.
1660         (clean): Add emacs-faq.
1662 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
1664         Sync with Tramp 2.2.1.
1666         * trampver.texi: Update release number.
1668 2011-03-11  Glenn Morris  <rgm@gnu.org>
1670         * Makefile.in (HTML_TARGETS): New.
1671         (clean): Delete $HTML_TARGETS.
1672         (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
1674 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
1676         * auth.texi (Help for developers): Show example of using
1677         `auth-source-search' with prompts and :save-function.
1679 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1681         * Version 23.3 released.
1683 2011-03-07  Antoine Levitt  <antoine.levitt@gmail.com>
1685         * message.texi (Message Buffers): Update default value of
1686         message-generate-new-buffers.
1688 2011-03-06  Jay Belanger  <jay.p.belanger@gmail.com>
1690         * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
1691         and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
1692         respectively.
1693         (Musical Notes): New section.
1694         (Customizing Calc): Mention the customizable variable
1695         calc-note-threshold.
1697 2011-03-03  Glenn Morris  <rgm@gnu.org>
1699         * url.texi (Dealing with HTTP documents): Remove reference to
1700         function url-decode-text-part; never seems to have existed.  (Bug#6038)
1701         (Configuration): Update url-configuration-directory description.
1703 2011-03-02  Glenn Morris  <rgm@gnu.org>
1705         * dired-x.texi (Multiple Dired Directories): Remove mentions
1706         of dired-default-directory-alist and dired-default-directory.
1707         Move dired-smart-shell-command here...
1708         (Miscellaneous Commands): ... from here.
1710 2011-03-02  Paul Eggert  <eggert@cs.ucla.edu>
1712         * texinfo.tex: Update to version 2011-02-24.09.
1714 2011-03-02  Glenn Morris  <rgm@gnu.org>
1716         * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
1717         instead of the obsoleted dired-omit-here-always.
1719 2011-02-28  Michael Albinus  <michael.albinus@gmx.de>
1721         * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
1722         supported systems.
1724 2011-02-28  Glenn Morris  <rgm@gnu.org>
1726         * dbus.texi (Type Conversion): Grammar fix.
1728 2011-02-23  Michael Albinus  <michael.albinus@gmx.de>
1730         * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
1731         "Debian GNU/Linux".
1733         * trampver.texi [xemacs]: Set emacsothername to "Emacs".
1735 2011-02-23  Glenn Morris  <rgm@gnu.org>
1737         * dired-x.texi (Features): Minor rephrasing.
1738         (Local Variables): Fix typos.
1740         * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
1741         Standardize some Emacs/XEmacs terminology.
1743         * dired-x.texi (Features): Don't advertise obsolete local variables.
1744         Simplify layout.
1745         (Omitting Variables): Update local variables example.
1746         (Local Variables): Say this is obsolete.  Fix description of
1747         dired-enable-local-variables possible values.
1749 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
1751         * auth.texi (Help for users): Mention ~/.netrc is also searched by
1752         default now.
1754 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1756         * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
1758 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1760         * gnus.texi (Window Layout): Document layout names.
1762 2011-02-19  Eli Zaretskii  <eliz@gnu.org>
1764         * ada-mode.texi: Sync @dircategory with ../../info/dir.
1765         * auth.texi: Sync @dircategory with ../../info/dir.
1766         * autotype.texi: Sync @dircategory with ../../info/dir.
1767         * calc.texi: Sync @dircategory with ../../info/dir.
1768         * cc-mode.texi: Sync @dircategory with ../../info/dir.
1769         * cl.texi: Sync @dircategory with ../../info/dir.
1770         * dbus.texi: Sync @dircategory with ../../info/dir.
1771         * dired-x.texi: Sync @dircategory with ../../info/dir.
1772         * ebrowse.texi: Sync @dircategory with ../../info/dir.
1773         * ede.texi: Sync @dircategory with ../../info/dir.
1774         * ediff.texi: Sync @dircategory with ../../info/dir.
1775         * edt.texi: Sync @dircategory with ../../info/dir.
1776         * eieio.texi: Sync @dircategory with ../../info/dir.
1777         * emacs-mime.texi: Sync @dircategory with ../../info/dir.
1778         * epa.texi: Sync @dircategory with ../../info/dir.
1779         * erc.texi: Sync @dircategory with ../../info/dir.
1780         * eshell.texi: Sync @dircategory with ../../info/dir.
1781         * eudc.texi: Sync @dircategory with ../../info/dir.
1782         * flymake.texi: Sync @dircategory with ../../info/dir.
1783         * forms.texi: Sync @dircategory with ../../info/dir.
1784         * gnus.texi: Sync @dircategory with ../../info/dir.
1785         * idlwave.texi: Sync @dircategory with ../../info/dir.
1786         * mairix-el.texi: Sync @dircategory with ../../info/dir.
1787         * message.texi: Sync @dircategory with ../../info/dir.
1788         * mh-e.texi: Sync @dircategory with ../../info/dir.
1789         * newsticker.texi: Sync @dircategory with ../../info/dir.
1790         * nxml-mode.texi: Sync @dircategory with ../../info/dir.
1791         * org.texi: Sync @dircategory with ../../info/dir.
1792         * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
1793         * pgg.texi: Sync @dircategory with ../../info/dir.
1794         * rcirc.texi: Sync @dircategory with ../../info/dir.
1795         * reftex.texi: Sync @dircategory with ../../info/dir.
1796         * remember.texi: Sync @dircategory with ../../info/dir.
1797         * sasl.texi: Sync @dircategory with ../../info/dir.
1798         * sc.texi: Sync @dircategory with ../../info/dir.
1799         * semantic.texi: Sync @dircategory with ../../info/dir.
1800         * ses.texi: Sync @dircategory with ../../info/dir.
1801         * sieve.texi: Sync @dircategory with ../../info/dir.
1802         * smtpmail.texi: Sync @dircategory with ../../info/dir.
1803         * speedbar.texi: Sync @dircategory with ../../info/dir.
1804         * trampver.texi [emacs]: Set emacsname to "Emacs".
1805         * tramp.texi: Sync @dircategory with ../../info/dir.
1806         * url.texi: Sync @dircategory with ../../info/dir.
1807         * vip.texi: Sync @dircategory with ../../info/dir.
1808         * viper.texi: Sync @dircategory with ../../info/dir.
1809         * widget.texi: Sync @dircategory with ../../info/dir.
1810         * woman.texi: Sync @dircategory with ../../info/dir.
1812 2011-02-19  Glenn Morris  <rgm@gnu.org>
1814         * dired-x.texi (Technical Details): No longer redefines
1815         dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
1816         dired-read-shell-command, or dired-find-buffer-nocreate.
1818 2011-02-18  Glenn Morris  <rgm@gnu.org>
1820         * dired-x.texi (Optional Installation File At Point): Simplify.
1822 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
1824         * auth.texi (Help for users): Use :port instead of :protocol for all
1825         auth-source docs.
1826         (GnuPG and EasyPG Assistant Configuration): Mention the default now is
1827         to have two files in `auth-sources'.
1829 2011-02-16  Glenn Morris  <rgm@gnu.org>
1831         * dired-x.texi: Use emacsver.texi to get Emacs version.
1832         * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
1833         Depend on emacsver.texi.
1835         * dired-x.texi: Drop meaningless version number.
1836         (Introduction): Remove old info.
1837         (Optional Installation Dired Jump): Autoload from dired-x.
1838         Remove incorrect info about loaddefs.el.
1839         (Bugs): Just refer to M-x report-emacs-bug.
1841         * dired-x.texi (Multiple Dired Directories): Update for rename of
1842         default-directory-alist.
1843         (Miscellaneous Commands): No longer mention very old VM version 4.
1845 2011-02-15  Paul Eggert  <eggert@cs.ucla.edu>
1847         Merge from gnulib.
1848         * texinfo.tex: Update to version 2011-02-14.11.
1850 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
1852         * auth.texi (Help for users):
1853         Login collection is "Login" and not "login".
1855 2011-02-13  Michael Albinus  <michael.albinus@gmx.de>
1857         * tramp.texi (History): Remove IMAP support.
1858         (External methods, Frequently Asked Questions): Remove `imap' and
1859         `imaps' methods.
1860         (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
1862         * trampver.texi: Remove default value of `emacsimap'.
1864 2011-02-13  Glenn Morris  <rgm@gnu.org>
1866         * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
1867         * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
1869 2011-02-12  Glenn Morris  <rgm@gnu.org>
1871         * sc.texi (Getting Connected): Remove old index entries.
1873 2011-02-12  Ulrich Mueller  <ulm@gentoo.org>
1875         * url.texi: Remove duplicate @dircategory (Bug#7942).
1877 2011-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
1879         * auth.texi (Overview, Help for users, Help for developers):
1880         Update docs.
1881         (Help for users): Talk about spaces.
1883 2011-02-09  Paul Eggert  <eggert@cs.ucla.edu>
1885         * texinfo.tex: Update to version 2011-02-07.16.
1887 2011-02-07  Michael Albinus  <michael.albinus@gmx.de>
1889         * dbus.texi (Bus names): Adapt descriptions for
1890         dbus-list-activatable-names and dbus-list-known-names.
1892 2011-02-07  Jay Belanger  <jay.p.belanger@gmail.com>
1894         * calc.texi (Logarithmic Units): New section.
1896 2011-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
1898         * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
1899         manuals use it now.
1901         * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
1903 2011-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1905         * overrides.texi: Remove.
1907         * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
1908         * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
1910 2011-02-05  Michael Albinus  <michael.albinus@gmx.de>
1912         * tramp.texi (Frequently Asked Questions): Mention problems with
1913         WinSSHD.
1915         * trampver.texi: Update release number.
1917 2011-02-05  Era Eriksson  <era+tramp@iki.fi>  (tiny change)
1919         * tramp.texi:
1920         Replace "delimet" with "delimit" globally.
1921         Replace "explicite" with "explicit" globally.
1922         Replace "instead of" with "instead" where there was nothing after "of".
1923         Audit use of comma before interrogative pronoun, "that", or "which".
1924         Minor word order, spelling, wording changes.
1926 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
1928         * overrides.texi: New file to set or clear WEBHACKDEVEL.
1930         * sieve.texi: Use WEBHACKDEVEL.
1932         * sasl.texi: Use WEBHACKDEVEL.
1934         * pgg.texi: Use WEBHACKDEVEL.
1936         * message.texi: Use WEBHACKDEVEL.
1938         * gnus.texi: Use WEBHACKDEVEL.
1940         * emacs-mime.texi: Use WEBHACKDEVEL.
1942         * auth.texi: Use WEBHACKDEVEL.
1944         * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
1945         manuals.
1947 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1949         * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
1951 2011-02-03  Paul Eggert  <eggert@cs.ucla.edu>
1953         * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
1954         which in turn is copied from ftp://tug.org/tex/.
1956 2011-02-03  Glenn Morris  <rgm@gnu.org>
1958         * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
1959         (Binding combinations of modifiers and function keys):
1960         Let's assume people reading this are not using Emacs 18.
1962 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1964         * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
1965         since it's run automatically.
1967 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1969         * gnus.texi (Customizing Articles): Fix typo.
1971 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1973         * gnus.texi (Customizing Articles): Document the new way of customizing
1974         the date headers(s).
1976 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1978         * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
1979         splitting example.
1981 2011-01-29  Eli Zaretskii  <eliz@gnu.org>
1983         * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
1984         (MAKEINFO_OPTS): New variable.
1985         (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
1986         ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
1987         ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
1988         ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
1989         ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
1990         ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
1991         ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
1992         ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
1993         ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
1994         ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
1995         ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
1996         ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
1997         ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
1998         ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
1999         ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
2000         ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
2001         ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
2002         ($(infodir)/edt): Use $(MAKEINFO_OPTS).
2004 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2006         * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
2008 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
2010         * message.texi (IDNA): Explain what it is.
2012 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2014         * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
2016 2011-01-23  Werner Lemberg  <wl@gnu.org>
2018         * Makefile.in (MAKEINFO): Now controlled by `configure'.
2019         (MAKEINFO_OPTS): New variable.  Use it where appropriate.
2020         (ENVADD): Update.
2022 2011-01-18  Glenn Morris  <rgm@gnu.org>
2024         * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
2026 2011-01-14  Eduard Wiebe  <usenet@pusto.de>
2028         * nxml-mode.texi (Introduction): Fix file name typos.
2030 2011-01-13  Christian Ohler  <ohler@gnu.org>
2032         * ert.texi: New file.
2034         * Makefile.in:
2035         * makefile.w32-in: Add ert.texi.
2037 2011-01-10  Jan Moringen  <jan.moringen@uni-bielefeld.de>
2039         * dbus.texi (Receiving Method Calls): New function
2040         dbus-register-service.  Rearrange node.
2042 2011-01-07  Paul Eggert  <eggert@cs.ucla.edu>
2044         * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
2045         which in turn is copied from ftp://tug.org/tex/.
2047 2011-01-04  Jan Moringen  <jan.moringen@uni-bielefeld.de>
2049         * dbus.texi (Receiving Method Calls): Describe new optional
2050         parameter dont-register-service of dbus-register-{method,property}.
2052 2010-12-17  Daiki Ueno  <ueno@unixuser.org>
2054         * epa.texi (Encrypting/decrypting *.gpg files):
2055         Mention epa-file-select-keys.
2057 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2059         * gnus.texi (Archived Messages): Remove outdated text.
2061 2010-12-16  Teodor Zlatanov  <tzz@lifelogs.com>
2063         * gnus.texi (Foreign Groups): Add clarification of foreign groups.
2065 2010-12-15  Andrew Cohen  <cohen@andy.bu.edu>
2067         * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
2069 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
2071         * gnus.texi (The swish++ Engine): Add customizable parameters
2072         descriptions.
2073         (The swish-e Engine): Ditto.
2075 2010-12-14  Michael Albinus  <michael.albinus@gmx.de>
2077         * tramp.texi (Inline methods): Add "ksu" method.
2078         (Remote processes): Add example with remote `default-directory'.
2080 2010-12-14  Glenn Morris  <rgm@gnu.org>
2082         * faq.texi (Expanding aliases when sending mail):
2083         Now build-mail-aliases is interactive.
2085 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
2087         * gnus.texi: First pass at adding (rough) nnir documentation.
2089 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2091         * gnus.texi (Filtering New Groups):
2092         Mention gnus-auto-subscribed-categories.
2093         (The First Time): Remove, since default-subscribed-newsgroups has been
2094         removed.
2096 2010-12-13  Glenn Morris  <rgm@gnu.org>
2098         * cl.texi (For Clauses): Small fixes for frames and windows.
2100 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
2102         * org.texi (Using capture): Document using prefix arguments for
2103         finalizing capture.
2104         (Agenda commands): Document prefix argument for the bulk scatter
2105         command.
2106         (Beamer class export): Document that also overlay arguments can be
2107         passed to the column environment.
2108         (Template elements): Document the new entry type.
2110 2010-12-11  Puneeth Chaganti  <punchagan@gmail.com>
2112         * org.texi (Include files): Document :minlevel.
2114 2010-12-11  Julien Danjou  <julien@danjou.info>
2116         * org.texi (Categories): Document category icons.
2118 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
2120         * org.texi (noweb): Fix typo.
2122 2010-12-06  Tassilo Horn  <tassilo@member.fsf.org>
2124         * gnus.texi (Server Commands): Point to the rest of the server
2125         commands.
2127 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2129         * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
2130         g'.
2132 2010-12-02  Julien Danjou  <julien@danjou.info>
2134         * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
2136 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2138         * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
2139         (Direct Functions): Note the STARTTLS upgrade.
2141 2010-11-27  Glenn Morris  <rgm@gnu.org>
2142             James Clark  <none@example.com>
2144         * nxml-mode.texi (Introduction): New section.
2146 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2148         * gnus.texi (Server Commands): Document gnus-server-show-server.
2150 2010-11-20  Michael Albinus  <michael.albinus@gmx.de>
2152         Sync with Tramp 2.2.0.
2154         * trampver.texi: Update release number.
2156 2010-11-19  Jay Belanger  <jay.p.belanger@gmail.com>
2158         * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
2159         Mention that the TeX specific units won't use the `tex' prefix
2160         in TeX mode.
2162 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2164         * gnus.texi (Misc Article): Document gnus-inhibit-images.
2166 2010-11-17  Glenn Morris  <rgm@gnu.org>
2168         * edt.texi: Remove information about Emacs 19.
2170 2010-11-17  Michael Albinus  <michael.albinus@gmx.de>
2172         * trampver.texi: Update release number.
2174 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2176         * gnus.texi (Article Washing): Fix typo.
2178 2010-11-11  Noorul Islam  <noorul@noorul.com>
2180         * org.texi: Fix typo.
2182 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2184         * org.texi (Using capture): Explain that refiling is
2185         sensitive to cursor position.
2187 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2189         * org.texi (Images and tables): Add cross reference to link section.
2191 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2193         * org.texi: Document the <c> cookie.
2195 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2197         * org.texi: Multi-line header arguments :PROPERTIES: :ID:
2198         b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
2200 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2202         * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
2204 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2206         * org.texi (Project alist): Mention that this is a property list.
2208 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2210         * org.texi (Setting up the staging area): Document that
2211         file names remain visible when encrypting the MobileOrg files.
2213 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2215         * org.texi (Setting up the staging area): Document which
2216         versions are needed for encryption.
2218 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2220         * org.texi (noweb): Update :noweb documentation to
2221         reflect the new "tangle" argument.
2223 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2225         * org.texi (Batch execution): Improve tangling script in
2226         documentation.
2228 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2230         * org.texi (Handling links):
2231         (In-buffer settings): Document inlining images on startup.
2233 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2235         * org.texi (Setting up the staging area): Document use of
2236         crypt password.
2238 2010-11-11  David Maus  <dmaus@ictsoc.de>
2240         * org.texi (Template expansion): Add date related link type escapes.
2242 2010-11-11  David Maus  <dmaus@ictsoc.de>
2244         * org.texi (Template expansion): Add mew in table for link type
2245         escapes.
2247 2010-11-11  David Maus  <dmaus@ictsoc.de>
2249         * org.texi (Template expansion): Fix typo in link type escapes.
2251 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2253         * org.texi (Structure of code blocks): Another documentation tweak.
2255 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2257         * org.texi (Structure of code blocks): Documentation tweak.
2259 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2261         * org.texi (Structure of code blocks):
2262         Update documentation to mention inline code block syntax.
2264 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2266         * org.texi (comments): Improve wording.
2268 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2270         * org.texi (comments): Document the new :comments header arguments.
2272 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2274         * org.texi (Installation): Remove the special
2275         installation instructions for XEmacs.
2277 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
2279         * org.texi (Easy Templates): New section.  Documents quick
2280         insertion of empty structural elements.
2282 2010-11-11  Noorul Islam  <noorul@noorul.com>
2284         * org.texi: Fix doc.
2286 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
2288         * org.texi (The date/time prompt): Document specification
2289         of time ranges.
2291 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2293         * org.texi (Internal links): Document the changes in
2294         internal links.
2296 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2298         * org.texi (Agenda commands): Document the limitation for
2299         the filter preset - it can only be used for an entire agenda
2300         view, not in an individual block in a block agenda.
2302 2010-11-11  Eric S Fraga  <e.fraga@ucl.ac.uk>
2304         * org.texi (iCalendar export): Document alarm creation.
2306 2010-11-10  Michael Albinus  <michael.albinus@gmx.de>
2308         * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
2310 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2312         * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
2314 2010-11-09  Jay Belanger  <jay.p.belanger@gmail.com>
2316         * calc.texi: Use emacsver.texi to determine Emacs version.
2318 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2320         * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
2321         since that works by default.
2323 2010-11-03  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2325         * gnus.texi (Customizing the IMAP Connection): Document
2326         `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
2328 2010-11-04  Michael Albinus  <michael.albinus@gmx.de>
2330         * tramp.texi (Remote shell setup): New item "Interactive shell
2331         prompt".  Reported by Christian Millour <cm@abtela.com>.
2332         (Remote shell setup, Remote processes): Use @code{} for
2333         environment variables.
2335 2010-11-03  Glenn Morris  <rgm@gnu.org>
2337         * ediff.texi (Quick Help Commands, Miscellaneous):
2338         * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
2340 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2342         * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
2344 2010-10-31  Glenn Morris  <rgm@gnu.org>
2346         * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
2348 2010-10-31  Glenn Morris  <rgm@gnu.org>
2350         * cc-mode.texi: Remove reference to defunct viewcvs URL.
2352 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2354         * gnus.texi (Client-Side IMAP Splitting):
2355         Mention nnimap-unsplittable-articles.
2357 2010-10-29  Julien Danjou  <julien@danjou.info>
2359         * gnus.texi (Finding the News): Remove references to obsoletes
2360         variables `gnus-nntp-server' and `gnus-secondary-servers'.
2362 2010-10-29  Eli Zaretskii  <eliz@gnu.org>
2364         * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
2365         (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
2366         ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
2367         ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
2369 2010-10-28  Glenn Morris  <rgm@gnu.org>
2371         * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
2372         (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
2373         ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
2375 2010-10-25  Daiki Ueno  <ueno@unixuser.org>
2377         * epa.texi (Mail-mode integration): Add alternative key bindings
2378         for epa-mail commands; escape comma.
2379         Don't use the word "PGP", since it is a non-free program.
2381 2010-10-24  Jay Belanger  <jay.p.belanger@gmail.com>
2383         * calc.texi: Use emacsver.texi to determine Emacs version.
2385 2010-10-24  Juanma Barranquero  <lekktu@gmail.com>
2387         * gnus.texi (Group Parameters, Buttons): Fix typos.
2389 2010-10-22  Tassilo Horn  <tassilo@member.fsf.org>
2391         * gnus.texi (Subscription Commands): Mention that you can also
2392         subscribe to new groups via the Server buffer, which is probably more
2393         convenient when subscribing to many groups.
2395 2010-10-21  Julien Danjou  <julien@danjou.info>
2397         * message.texi (Message Headers): Allow message-default-headers to be a
2398         function.
2400 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2402         * gnus-news.texi: Mention new archive defaults.
2404 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2406         * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
2408 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2410         * gnus.texi (HTML): Document the function value of
2411         gnus-blocked-images.
2412         (Article Washing): shr and gnus-w3m, not the direct function names.
2414 2010-10-20  Julien Danjou  <julien@danjou.info>
2416         * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
2417         variable.
2419 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2421         * gnus.texi (Customizing the IMAP Connection): The port strings are
2422         strings.
2423         (Document Groups): Mention git.
2425 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2427         * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
2428         bzr/Gnus git sync.
2430 2010-10-15  Eli Zaretskii  <eliz@gnu.org>
2432         * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
2433         change.
2435 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2437         * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
2438         @item syntax for in-Emacs makeinfo.
2440 2010-10-13  Teodor Zlatanov  <tzz@lifelogs.com>
2442         * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
2443         trim sentence.
2445 2010-10-12  Daiki Ueno  <ueno@unixuser.org>
2447         * epa.texi (Caching Passphrases):
2448         * auth.texi (GnuPG and EasyPG Assistant Configuration):
2449         Clarify some configurations require to set up gpg-agent.
2451 2010-10-11  Glenn Morris  <rgm@gnu.org>
2453         * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
2455 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2457         * gnus.texi (Spam Package Introduction): Mention `$'.
2459 2010-10-09  Eli Zaretskii  <eliz@gnu.org>
2461         * makefile.w32-in (emacsdir): New variable.
2462         ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
2463         (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
2465 2010-10-09  Glenn Morris  <rgm@gnu.org>
2467         * Makefile.in (mostlyclean): Delete *.toc.
2469         * Makefile.in: Use $< in rules.
2471         * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
2473         * Makefile.in ($(infodir)): Delete rule.
2474         (mkinfodir): New.  Use it in all the info rules, rather than depending
2475         on infodir.
2477 2010-10-09  Glenn Morris  <rgm@gnu.org>
2479         * gnus.texi (Article Washing): Fix previous change.
2481         * Makefile.in (emacsdir): New variable.
2482         ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
2483         Depend on emacsver.texi.
2485         * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
2487         * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
2489 2010-10-08  Julien Danjou  <julien@danjou.info>
2491         * gnus.texi: Add mm-shr.
2493 2010-10-08  Ludovic Courtès  <ludo@gnu.org>
2495         * gnus.texi (Finding the Parent, The Gnus Registry)
2496         (Registry Article Refer Method): Update docs for nnregistry.el.
2498 2010-10-08  Daiki Ueno  <ueno@unixuser.org>
2500         * auth.texi (Help for users)
2501         (GnuPG and EasyPG Assistant Configuration): Update docs.
2503 2010-10-08  Glenn Morris  <rgm@gnu.org>
2505         * cl.texi (Organization, Installation, Old CL Compatibility):
2506         Deprecate cl-compat for new code.
2507         (Usage, Installation): Remove outdated information.
2509         * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
2511 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2513         * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
2515 2010-10-06  Julien Danjou  <julien@danjou.info>
2517         * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
2519         * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
2520         broken link.
2522         * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
2524         * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
2525         to ReiserFS.
2527         * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
2528         (FAQ 7-1): Fix getmail URL.
2530 2010-10-06  Daiki Ueno  <ueno@unixuser.org>
2532         * epa.texi (Caching Passphrases): New section.
2534 2010-10-06  Glenn Morris  <rgm@gnu.org>
2536         * Makefile.in (SHELL): Set it.
2537         (info): Move the mkdir dependency to the individual info files.
2538         (mostlyclean): Tidy up.
2539         (clean): Only delete the specific dvi and pdf files.
2540         (maintainer-clean): Be more restrictive in what we delete.
2541         ($(infodir)): Add parallel build workaround.
2543 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2545         * gnus.texi (Misc Article): Document gnus-widen-article-window.
2547 2010-10-03  Julien Danjou  <julien@danjou.info>
2549         * emacs-mime.texi (Display Customization):
2550         Update mm-inline-large-images documentation and add documentation for
2551         mm-inline-large-images-proportion.
2553 2010-10-03  Michael Albinus  <michael.albinus@gmx.de>
2555         * tramp.texi (Frequently Asked Questions):
2556         Mention remote-file-name-inhibit-cache.
2558 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2560         * gnus.texi (Splitting Mail): Fix @xref syntax.
2561         (Splitting Mail): Really fix the @ref syntax.
2563 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2565         * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
2566         (Article Hiding): Add google banner example.
2567         Suggested by Benjamin Xu.
2569 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2571         * gnus.texi (Spam Package Configuration Examples, SpamOracle):
2572         Remove nnimap-split-rule from examples.
2574 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2576         * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
2577         (NNTP): Document nntp-server-list-active-group.  Suggested by Barry
2578         Fishman.
2579         (Client-Side IMAP Splitting): Add nnimap-split-fancy.
2581 2010-09-30  Julien Danjou  <julien@danjou.info>
2583         * gnus.texi (Gravatars): Fix documentation about
2584         gnu-gravatar-properties.
2586 2010-09-29  Daiki Ueno  <ueno@unixuser.org>
2588         * epa.texi (Bug Reports): New section.
2590 2010-09-29  Glenn Morris  <rgm@gnu.org>
2592         * Makefile.in (top_srcdir): Remove unused variable.
2594 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2596         * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
2597         (Client-Side IMAP Splitting): Document 'default.
2599 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2601         * gnus.texi (Customizing the IMAP Connection):
2602         Document nnimap-fetch-partial-articles.
2604 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2606         * gnus-news.texi: Mention nnimap-inbox.
2608         * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
2610 2010-09-26  Julien Danjou  <julien@danjou.info>
2612         * gnus.texi (Oort Gnus): Remove mention of ssl.el.
2614 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2616         * gnus.texi (Security): Remove gpg.el mention.
2618 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2620         * gnus.texi (Browse Foreign Server): New variable
2621         gnus-browse-subscribe-newsgroup-method.
2623         * gnus-news.texi: Mention it.
2625 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2627         * gnus.texi (NoCeM): Remove.
2628         (Startup Variables): No jingle.
2630 2010-09-25  Ulrich Mueller  <ulm@gentoo.org>
2632         * woman.texi (Interface Options): xz compression is now supported.
2634 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2636         * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
2637         (Unavailable Servers): Document gnus-server-copy-server.
2638         (Using IMAP): Document the new nnimap.
2640 2010-09-25  Julien Danjou  <julien@danjou.info>
2642         * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
2644 2010-09-24  Glenn Morris  <rgm@gnu.org>
2646         * url.texi (Disk Caching): Tweak previous change.
2648 2010-09-24  Julien Danjou  <julien@danjou.info>
2650         * url.texi (Disk Caching): Mention url-cache-expire-time,
2651         url-cache-expired, and url-fetch-from-cache.
2653 2010-09-24  Julien Danjou  <julien@danjou.info>
2655         * gnus.texi: Add Gravatars.
2657 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2659         * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
2661 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2663         * gnus.texi (Expunging mailboxes): Update name of the expunging
2664         command.
2666 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2668         * emacs-mime.texi (rfc2047): Update description for
2669         rfc2047-encode-parameter.
2671 2010-09-13  Michael Albinus  <michael.albinus@gmx.de>
2673         * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
2674         "fish" methods.
2675         (External methods): Remove "scp1_old" and "scp2_old" methods.
2677 2010-09-09  Michael Albinus  <michael.albinus@gmx.de>
2679         * tramp.texi: Remove Japanese manual.  Fix typo.
2681         * trampver.texi: Update release number.  Remove japanesemanual.
2683 2010-09-09  Glenn Morris  <rgm@gnu.org>
2685         * org.texi: Restore clobbered changes (copyright years, untabify).
2687 2010-09-04  Julien Danjou  <julien@danjou.info>  (tiny change)
2689         * gnus.texi (Adaptive Scoring): Fix typo.
2691 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2693         * gnus.texi (Article Display): Document gnus-html-show-images.
2695 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
2697         * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
2699 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2701         * gnus.texi (HTML): Document gnus-max-image-proportion.
2703 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2705         * gnus.texi (HTML): Document gnus-blocked-images.
2707         * message.texi (Wide Reply): Document message-prune-recipient-rules.
2709 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2711         * gnus.texi (Summary Mail Commands): Note that only the addresses from
2712         the first message are used for wide replies.
2713         (Changing Servers): Remove documentation on gnus-change-server and
2714         friends, since it's been removed.
2716 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2718         * gnus.texi (Drafts): Mention B DEL.
2720 2010-08-29  Tim Landscheidt  <tim@tim-landscheidt.de>  (tiny change)
2722         * gnus.texi (Delayed Articles): Mention that the Date header is the
2723         original one, even if you delay.
2725 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2727         * gnus.texi (Asynchronous Fetching):
2728         Document gnus-async-post-fetch-function.
2729         (HTML): Made into its own section.
2731 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
2733         Sync with Tramp 2.1.19.
2735         * tramp.texi (Inline methods, Default Method): Mention
2736         `tramp-inline-compress-start-size'.  Remove "kludgy" phrase.
2737         Remove remark about doubled "-t" argument.
2738         (Auto-save and Backup): Remove reference to Emacs 21.
2739         (Filename Syntax): Describe port numbers.
2740         (Frequently Asked Questions): Adapt supported (X)Emacs versions.  Adapt
2741         supported MS Windows versions.  Remove obsolete URL.  Recommend "sshx"
2742         and "scpx" for echoing shells.  Use the $() syntax, texi2dvi reports
2743         errors with the backquotes.
2744         (External packages): File attributes cache flushing for asynchronous
2745         processes.
2746         (Traces and Profiles): Describe verbose level 9.
2748         * trampver.texi: Update release number.
2750 2010-08-23  Michael Albinus  <michael.albinus@gmx.de>
2752         * dbus.texi (Alternative Buses): New chapter.
2754 2010-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2756         * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
2758 2010-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
2760         * calc.texi (Customizing Calc): Rearrange description of new
2761         variables to match the presentation of other variables.
2763 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
2765         * org.texi (Footnotes, Tables in HTML export): Fix typos.
2767 2010-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
2769         * calc.texi (Making Selections, Selecting Subformulas)
2770         (Customizing Calc): Mention how to use faces to emphasize selected
2771         sub-formulas.
2773 2010-08-05  Michael Albinus  <michael.albinus@gmx.de>
2775         * tramp.texi (External packages): File attributes cache flushing
2776         for asynchronous processes.
2778 2010-08-01  Alan Mackenzie  <acm@muc.de>
2780         Enhance the manual for the latest Java Mode.
2782         * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
2783         annotation-var-cont.
2784         (Java Symbols): Page renamed from Anonymous Class Symbol.  Document the
2785         two new symbols.
2787 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
2789         * tramp.texi (Traces and Profiles): Describe verbose level 9.
2791 2010-07-27  Chong Yidong  <cyd@stupidchicken.com>
2793         * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
2795 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
2797         * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
2799 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
2801         * org.texi: Add macros to get plain quotes in PDF output.
2802         List additional contributors.
2803         (Capture): New section, replaces the section about remember.
2804         (Working With Source Code): New chapter, focused on documenting Org
2805         Babel.
2806         (Code evaluation security): New section.
2807         (MobileOrg): Document DropBox support.
2808         (TaskJuggler export): Document taskjuggler and Gantt chart support.
2809         (Special symbols): Show how to display UTF8 characters for entities.
2810         (Global TODO list): Clarify the use of the "M" key and the differences
2811         to the "m" key.
2812         (RSS Feeds): Mention Atom feeds as well.
2813         (Setting tags): Remove paragraph about
2814         `org-complete-tags-always-offer-all-agenda-tags'.
2816 2010-07-17  Michael Albinus  <michael.albinus@gmx.de>
2818         * tramp.texi (Inline methods): Remove remark about doubled "-t"
2819         argument.
2820         (Frequently Asked Questions): Recommend "sshx" and "scpx" for
2821         echoing shells.
2823 2010-07-10  Michael Albinus  <michael.albinus@gmx.de>
2825         * tramp.texi (Inline methods): Remove "kludgy" phrase.
2826         (Filename Syntax): Describe port numbers.
2828 2010-07-09  Michael Albinus  <michael.albinus@gmx.de>
2830         * dbus.texi (Top): Introduce Index.  Emphasize "nil" whereever
2831         forgotten.
2832         (Type Conversion): Precise conversion of natural numbers.
2833         (Errors and Events): Add "debugging" to concept index.  Add variable
2834         `dbus-debug'.
2836 2010-07-04  Michael Albinus  <michael.albinus@gmx.de>
2838         * dbus.texi (Receiving Method Calls): Add optional argument
2839         EMITS-SIGNAL to `dbus-register-property'.
2841 2010-06-27  Alex Schroeder  <alex@gnu.org>
2843         * nxml-mode.texi (Commands for locating a schema): Fix typo.
2845 2010-06-24  Glenn Morris  <rgm@gnu.org>
2847         * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
2848         * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
2849         * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
2850         * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
2851         * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
2852         * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
2853         * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
2854         * woman.texi: Start direntry descriptions in column 32, per Texinfo
2855         convention.   Make them end with a period.
2857 2010-06-23  Glenn Morris  <rgm@gnu.org>
2859         * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
2860         * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
2861         * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
2862         * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
2863         * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
2864         * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
2866 2010-06-10  Glenn Morris  <rgm@gnu.org>
2868         * idlwave.texi (Load-Path Shadows):
2869         * org.texi (Handling links): Fix typos.
2871 2010-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
2873         * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
2875 2010-05-26  Michael Albinus  <michael.albinus@gmx.de>
2877         * eshell.texi (Built-ins): Describe, how to disable a built-in command
2878         by an alias.  (Bug#6226)
2880 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
2882         * calc.texi (Manipulating Vectors): Mention that vectors can
2883         be used to determine bins for `calc-histogram'.
2885 2010-05-13  Jay Belanger  <jay.p.belanger@gmail.com>
2887         * calc.texi: Remove "\turnoffactive" commands throughout.
2889 2010-05-08  Å tÄ›pán NÄ›mec  <stepnem@gmail.com>  (tiny change)
2891         * url.texi (HTTP language/coding, Customization):
2892         * message.texi (Header Commands, Responses):
2893         * cl.texi (Argument Lists): Fix typos.
2895 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
2897         * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
2898         Note that Development menu is always available.
2899         (Creating a project): Fix terminology.
2900         (Add/Remove files): Fix typo.
2902 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
2904         * Version 23.2 released.
2906 2010-05-01  Daniel E. Doherty  <ddoherty03@gmail.com>  (tiny change)
2908         * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
2910 2010-05-01  Michael Albinus  <michael.albinus@gmx.de>
2912         * tramp.texi (Inline methods, Default Method):
2913         Mention `tramp-inline-compress-start-size'.
2915 2010-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
2917         * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
2918         the CVS repo.  Put the Git repo in the news section.
2920         * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
2921         Removed some mentions of CVS.  Mention the new Git repo.
2923 2010-04-18  Andreas Seltenreich  <seltenreich@gmx.de>
2925         * gnus.texi (Score File Format): Fix typo.  Reported by Å tÄ›pán NÄ›mec.
2926         (Mail Group Commands): Add index entry.
2928 2010-04-18  Glenn Morris  <rgm@gnu.org>
2930         * info.texi (Search Index): Mention Emacs's Info-virtual-index.
2932 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
2934         * calc.texi (Radix modes): Mention that the option prefix will
2935         turn on twos-complement mode.
2936         (Inverse and Hyperbolic Flags): Mention the Option flag.
2938 2010-04-15  Carsten Dominik  <carsten.dominik@gmail.com>
2940         * org.texi (LaTeX and PDF export): Add a footnote about xetex.
2941         (LaTeX/PDF export commands): Rename and Move section.
2942         (Sectioning structure): Update.
2943         (References): New use case for field coordinates.
2944         (The export dispatcher): Rename from ASCII export.
2945         (Setting up the staging area): Document the availability of
2946         encryption for MobileOrg.
2947         (Images and tables): Document how to reference labels.
2948         (Index entries): New section.
2949         (Generating an index): New section.
2950         (Column width and alignment): Document that <N> now
2951         means a fixed width, not a maximum width.
2952         (Publishing options): Document the :email option.
2953         (Beamer class export): Fix bug in the BEAMER example.
2954         (Refiling notes): Document refile logging.
2955         (In-buffer settings): Document refile logging keywords.
2956         (Drawers): Document `C-c C-z' command.
2957         (Agenda commands): Mention the alternative key `C-c C-z'.
2958         (Special properties): Document the BLOCKED property.
2959         (The spreadsheet): Mention the formula editor.
2960         (References): Document field coordinates.
2961         (Publishing action): Correct the documentation for the
2962         publishing function.
2963         (The date/time prompt): Document that we accept dates
2964         like month/day/year.
2965         (Cooperation): Document the changes in table.el support.
2966         (Faces for TODO keywords, Faces for TODO keywords)
2967         (Priorities): Document the easy colors.
2968         (Visibility cycling): Document the new double prefix
2969         arg for `org-reveal'.
2970         (Cooperation): Remember.el is part of Emacs.
2971         (Clean view): Mention that `wrap-prefix' is also set by
2972         org-indent-mode.
2973         (Agenda commands): Add information about prefix args to
2974         scheduling and deadline commands.
2975         (Search view): Point to the docstring of
2976         `org-search-view' for more details.
2977         (Agenda commands): Document that `>' prompts for a date.
2978         (Setting tags): Document variable
2979         org-complete-tags-always-offer-all-agenda-tags.
2980         (Column attributes): Cross-reference special properties.
2982 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
2984         Synchronize with Tramp repository.
2986         * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
2987         (Frequently Asked Questions): Adapt supported (X)Emacs versions.
2988         Adapt supported MS Windows versions.  Remove obsolete URL.  Use the $()
2989         syntax, texi2dvi reports errors with the backquotes.
2991         * trampver.texi: Update release number.
2993 2010-04-01  Teodor Zlatanov  <tzz@lifelogs.com>
2995         * gnus.texi (Finding the News): Add pointers to the Server buffer
2996         because it's essential.
2998 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3000         * gnus.texi (MIME Commands): Update description of
3001         gnus-article-browse-html-article.
3003 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3005         * auth.texi (Secret Service API): Add TODO node.
3006         (Help for users): Explain the new source options for `auth-sources'.
3008 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
3010         * trampver.texi: Update release number.
3012 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
3014         * Branch for 23.2.
3016 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
3018         * faq.texi (Escape sequences in shell output): Note that ansi-color is
3019         now enabled by default.
3021 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
3023         * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
3024         when Emacs runs in interactive mode.  (Bug#5645)
3026 2010-02-16  Glenn Morris  <rgm@gnu.org>
3028         * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
3030 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
3032         * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
3034 2010-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3036         * gnus.texi (Score File Format): Fix typo.
3038 2010-01-19  Mark A. Hershberger  <mah@everybody.org>
3040         * cc-mode.texi: Replace references to obsolete c-subword-mode.
3042 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
3044         * ada-mode.texi (Project File Overview): Fix typo.
3046 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3048         * semantic.texi: Add Richard Y. Kim credit.
3050         * eieio.texi (Making New Objects): Fix typo (Bug#5406).
3052 2010-01-17  Michael Albinus  <michael.albinus@gmx.de>
3054         * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
3055         SXEmacs 22 to the supported systems.  New item for hung ssh sessions.
3057 2010-01-17  Glenn Morris  <rgm@gnu.org>
3059         * calc.texi (Reporting Bugs): Don't mention format of repository.
3061         * woman.texi (Bugs): Make "Emacs repository" less specific,
3062         and the URL for same more specific.
3064         * faq.texi (Latest version of Emacs): The repository is now Bazaar.
3066 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3068         * ede.texi (ede-step-project, ede-proj-target):
3069         * tramp.texi (Remote processes): Fix typos.
3071 2010-01-16  Mario Lang  <mlang@delysid.org>
3073         * ede.texi (ede-target):
3074         * org.texi (Refiling notes): Remove duplicated words.
3076 2010-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3078         * gnus.texi (Posting Styles): Use with-current-buffer.
3079         * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
3081 2010-01-02  Kevin Ryde  <user42@zip.com.au>
3083         * eieio.texi (Naming Conventions): Correction to xref on elisp
3084         coding conventions, is "Tips" node not "Standards".
3086 2009-12-24  Chong Yidong  <cyd@stupidchicken.com>
3088         * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
3090         * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
3092 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3094         * gnus.texi (Direct Functions): Add missing port number to tls method.
3096 2009-12-15  Juanma Barranquero  <lekktu@gmail.com>
3098         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
3099         ($(infodir)/edt, edt.dvi): New targets.
3101 2009-12-15  Glenn Morris  <rgm@gnu.org>
3103         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
3104         (edt, $(infodir)/edt, edt.dvi): New targets.
3105         * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
3107         * Makefile.in (PDF_TARGETS, pdf): New.
3108         (clean): Add *.pdf.
3109         Add pdf rules for all manuals.
3111 2009-12-15  Jay Belanger  <jay.p.belanger@gmail.com>
3113         * calc/calc.texi (Radix Modes): Clarify two's complement notation.
3115 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
3117         * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
3118         (Smart Jump, Analyzer Debug): Copyedits.
3119         (Semantic mode user commands): Link to new nodes.
3120         (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
3121         (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
3122         upstream Semantic manual.
3124         * semantic.texi (Introduction): Minor fix to diagram.
3126 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
3128         * eshell.texi (History): Add the other built-in variables.
3129         (Built-ins): Explain built-ins, and how to apply the external commands.
3130         Add `history', `su' and `sudo'.
3132         * tramp.texi (Remote processes): Add missing <RET> in the example.
3134 2009-12-01  Bill Wohler  <wohler@newt.com>
3136         * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
3137         path for mairix example.  Specify -q in namazu example since namazu is
3138         excessively garrulous.
3140 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
3142         * tramp.texi (Remote processes): Improve eshell example with "su"
3143         and "sudo" commands.
3145 2009-11-28  Chong Yidong  <cyd@stupidchicken.com>
3147         * semantic.texi (Analyzer Internals): Rename from Analyzer.
3149         * sem-user.texi (Semantic mode user commands): Fix key syntax.
3150         Document semantic-complete-analyze-inline.
3151         (Semanticdb search debugging commands): Minor clarification.
3152         (Analyzer, Smart Completion, Smart Summary, Smart Jump)
3153         (Analyzer Debug): New nodes, adapted from the upstream Semantic user
3154         manual.
3155         (Semantic mode): Link to Idle Scheduler.
3157 2009-11-28  Kevin Ryde  <user42@zip.com.au>
3159         * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
3160         @pxref, now EIEIO is in Emacs.
3162         * erc.texi (Development): Correction to git tutorial url.
3164 2009-11-26  Glenn Morris  <rgm@gnu.org>
3166         * faq.texi (Latest version of Emacs): Mention stability of development
3167         version.
3168         (Problems with very large files): Max buffer size increase in 23.2.
3169         (VM): VM has moved house again.
3171 2009-11-22  Jay Belanger  <jay.p.belanger@gmail.com>
3173         * calc.texi (Radix modes): Discuss alternate bases for two's complement
3174         notations.
3176 2009-11-20  Carsten Dominik  <dominik@u016822.science.uva.nl>
3178         * org.texi (Column attributes): Fix documentation of new operators.
3180 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
3182         * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
3183         (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
3184         (Idle Completions Mode): Numerous copyedits.
3186 2009-11-17  Juanma Barranquero  <lekktu@gmail.com>
3188         * semantic.texi (Semantic Internals, Glossary):
3189         * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
3190         (Semanticdb search debugging commands): Fix typos.
3192 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
3194         * calc.texi (Radix modes): Mention twos-complement notation.
3196 2009-11-16  Juanma Barranquero  <lekktu@gmail.com>
3198         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
3199         ($(infodir)/semantic, semantic.dvi): New targets.
3201 2009-11-16  Chong Yidong  <cyd@stupidchicken.com>
3203         * Makefile.in: Build the Semantic manual.
3205         * semantic.texi, sem-user.texi: New files, adapted from the Semantic
3206         repository.
3208 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
3210         * dbus.texi (Receiving Method Calls): New defun
3211         `dbus-unregister-service'.
3213 2009-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
3215         * org.texi (Speed keys): New section.
3217 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
3219         * dbus.texi (Type Conversion): Fix typo.
3220         (Asynchronous Methods): Rename `dbus-registered-functions-table' to
3221         `dbus-registered-objects-table'.
3222         (Receiving Method Calls): New defun `dbus-register-property'.
3223         Move `dbus-unregister-object' here.
3225 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
3227         * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
3229 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
3231         * org.texi (Column attributes): Add the new age summary operators.
3232         Also, mention the fact you can only use one summary operator per
3233         property.
3235 2009-11-13  John Wiegley  <johnw@newartisans.com>
3237         * org.texi (Tracking your habits): Add a new section in the
3238         manual about how to track habits.
3239         (Resolving idle time): Add a section on how idle and
3240         dangling clocks are resolved.
3242 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
3244         * org.texi (Agenda commands): Document the new `i' command.
3245         (Inserting deadline/schedule): Document logging changes
3246         of scheduling and deadline times stamps.
3247         (In-buffer settings): Document the in-buffer keywords for logging
3248         changes of scheduling and deadline times stamps.
3249         (Structure editing, Plain lists): Document indentation
3250         cycling in empty entries with TAB.
3251         (Archiving): Document the default archiving command.
3252         (Moving subtrees): Document the new keys for archiving.
3253         (Internal archiving): Fix incorrect key.
3254         (Agenda commands): Document the TODO set switching commands.
3255         (Agenda commands): Document the new archiving keys.
3256         (Clocking work time): Better description on how to save
3257         and restore a clock.
3258         (Resolving idle time): Mention the x11idle program to get true
3259         idleness also under X11.
3260         (Resolving idle time): Use @kbd instead of @key for normal
3261         letters, because this is how he rest of the manual does this.
3262         (Pushing to MobileOrg): Mention that `org-directory'
3263         should be set.
3264         (Agenda commands): Document that SPC is a filter for
3265         any tag.
3266         (Search view): Rename from "Keyword search".
3267         (Capure): New chapter.
3268         (Markup): New chapter.
3269         (Links in HTML export, Images in HTML export):
3270         Extend the section titles.
3271         (Images in HTML export): Document the align option.
3272         (Text areas in HTML export): Extend the section title.
3273         (Images in LaTeX export): Explain image placement in LaTeX.
3275 2009-11-10  Glenn Morris  <rgm@gnu.org>
3277         * sc.texi (Hints to MUA Authors): MUA should do any decoding.
3279 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
3281         * tramp.texi (Auto-save and Backup): Disable backups just for a
3282         method.
3284         * trampver.texi: Update release number.
3286 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
3288         Sync with Tramp 2.1.17.
3290         * trampver.texi: Update release number.
3292 2009-10-29  Glenn Morris  <rgm@gnu.org>
3294         * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
3296 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
3298         * tramp.texi (External methods): Temporary files are kept for
3299         `rsync' and `rsyncc' methods.
3301 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
3303         * eieio.texi: Fix typos.
3305 2009-10-07  Chong Yidong  <cyd@stupidchicken.com>
3307         * cl.texi (Argument Lists): Clarify explicit keyword arguments.
3309 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
3311         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
3312         ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
3314 2009-10-07  Chong Yidong  <cyd@stupidchicken.com>
3316         * Makefile.in: Build EIEIO and EDE manuals.
3318 2009-10-07  Eric Ludlam  <zappo@gnu.org>
3320         * eieio.texi:
3321         * ede.texi: New files.
3323 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
3325         * tramp.texi (Remote processes): Association of a pty is not supported.
3327 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
3329         * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
3330         (Processing LaTeX fragments): Document that the size of images can be
3331         changes using the variable `org-format-latex-options'.
3332         (The date/time prompt, Timestamps): Be more accurate over ISO format
3333         dates and times.
3334         (Visibility cycling): Document showeverything keyword.
3335         (In-buffer settings): Document showeverything keyword.
3336         (Setting up the staging area): Fix the example.
3337         (MobileOrg): New section.
3338         (Agenda commands, Exporting Agenda Views): Document exporting the
3339         agenda view to Org files.
3341 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
3343         * tramp.texi (History): Add IMAP support.
3344         (External methods): Add `imap' and `imaps' methods.
3345         (GVFS based methods): Add indices for `davs'.
3346         (Password handling): Rename anchors.  Add IMAP entries for
3347         ~/.authinfo.gpg.
3349         * trampver.texi: Set default value of `emacsimap'.
3351 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3353         * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
3355 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
3357         * dired-x.texi (Technical Details):
3358         Delete dired-up-directory (Bug#4292).
3360 2009-09-03  Michael Albinus  <michael.albinus@gmx.de>
3362         * tramp.texi (Frequently Asked Questions): New item for emacsclient.
3364 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
3366         * org.texi (Effort estimates): Document new effort setting commands.
3367         (Agenda commands): Document the new keys fro agenda time motion.
3368         Document entry text mode.  Improve documentation of the keys to include
3369         inactive time stamps into the agenda view.
3370         (Feedback): Document the new bug report command.
3371         (Structure editing): Add an index entry for the sorting of subtrees.
3373 2009-09-02  Teodor Zlatanov  <tzz@lifelogs.com>
3375         * auth.texi (Help for users): Corrected markup.
3377 2009-09-02  Glenn Morris  <rgm@gnu.org>
3379         * emacs-mime.texi (time-date): Mention float-time.
3381 2009-08-30  Jay Belanger  <jay.p.belanger@gmail.com>
3383         * calc.texi (Simplifying Formulas): Improve the wording.
3385 2009-08-29  Teodor Zlatanov  <tzz@lifelogs.com>
3387         * auth.texi: Rewritten for coverage and clarity.
3389 2009-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3391         * gnus.texi (Expiring Mail):
3392         Mention gnus-mark-copied-or-moved-articles-as-expirable.
3393         (Various Various): Mention gnus-safe-html-newsgroups.
3395         * gnus-news.texi: Mention
3396         gnus-mark-copied-or-moved-articles-as-expirable.
3398         * emacs-mime.texi (Display Customization): Add xref to
3399         gnus-safe-html-newsgroups.
3401 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
3403         * tramp.texi (Version Control): Remove.
3404         (Obtaining Tramp): Update cvs checkout command.  Remove nightly tarballs
3405         reference.
3406         (External methods): Correct `scpc' concept index entries.  New method
3407         `rsyncc'.
3408         (External packages): New subsections "Filename completion" and "File
3409         attributes cache".
3411 2009-08-27  Jay Belanger  <jay.p.belanger@gmail.com>
3413         * calc.texi (Rewrite Rules): Improve the example.
3414         (Simplifying Formulas): Explain use of the I and H flags for
3415         simplification.
3417 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
3419         * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
3420         Describe autostart behavior of dbus-ping.
3421         (Synchronous Methods, Asynchronous Methods): Use English numeric format
3422         for timeout values.
3423         (Top): Remove footnote saying D-Bus is not enabled by
3424         default.  (Bug#4256)
3426 2009-08-23  Daiki Ueno  <ueno@unixuser.org>
3428         * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
3429         Reported by Jari Aalto (Bug#4211).
3430         (Mail-mode integration): Mention epa-mail-mode and
3431         epa-global-mail-mode.
3432         (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
3433         epa-setup.
3435 2009-08-16  Michael Albinus  <michael.albinus@gmx.de>
3437         * dbus.texi (Asynchronous Methods): Allow nil handler.
3439 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
3441         * ediff.texi (ediff-current-file): Add information about this new function.
3443         * viper.texi: Add information about C-s in viper's search command.
3445 2009-08-09  Colin Williams  <lackita@gmail.com>  (tiny change)
3447         * calc.texi (Date Forms): Fix typos.
3449 2009-08-08  Glenn Morris  <rgm@gnu.org>
3451         * org.texi (Agenda commands): Restore clobbered change.
3453 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
3455         * calc.texi (Graphics, Devices): Update with the peculiarities of
3456         operation on MS-Windows.
3458 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
3460         * org.texi (Publishing action): Improve documentation of file
3461         names when publishing to the source directory.
3462         (Clean view): Document `org-indent-mode'.
3463         (Clocking work time): Add documentation for the
3464         new :timetamp option when creating a clock report.
3465         (Paragraphs): Fix many typos.
3466         (Plain lists): Remove duplicate explanation about the
3467         `C-c *' command.
3468         (Literal examples): Update to reflect the new behavior
3469         of the -n -r -k switches when exporting source code examples.
3470         (Structure editing): Add information about `C-c *',
3471         converting a plain list into a list of Org items.
3472         (Remember): Small rephrasing of the paragraph
3473         describing remember.el.  Also mentioned that remember.el is part
3474         of Emacs 23, not Emacs 22.
3475         (Clocking work time): Add documentation about
3476         displaying the current clocking time against the effort estimate.
3477         Also add a footnote about using `org-clock-in-prepare-hook' to add
3478         an effort estimate on the fly, just before clocking it.
3479         (Footnotes): Document automatic renumbering and
3480         sorting.
3481         (Agenda commands): Document new bulk commands.
3482         (Plain lists): Document new behavior of
3483         `org-cycle-include-plain-lists'.
3484         Hyphenation only in TeX.
3485         (Clocking work time): Document the key to update effort
3486         estimates.
3487         (Clocking work time): Document the clock time display.
3488         (Structure editing, TODO basics): Document new
3489         variables.
3490         (Column attributes): Document new colciew operators.
3491         (Publishing options): Document :xml-declaration.
3492         (Tracking TODO state changes): Document the
3493         LOG_INTO_DRAWER property.
3494         (Literal examples): Document the new implementation for
3495         editing source code.
3496         (Publishing action): Mention the new publishing
3497         function, to publish an Org source file.
3498         (Publishing links): Mention how to link to an Org source file.
3499         (Macro replacement): Document new macros.
3500         (Handling links): Document type-specific completion
3501         when inserting links.
3502         (Structure editing, Plain lists): Improve documentation
3503         on sorting.
3504         (Internal links): Document custom ids for links.
3505         (Handling links): Document custom ids for links.
3506         (CSS support): Document new class.
3507         (Refiling notes): Document the possibility to create new nodes
3508         during refiling.
3509         (Agenda commands): Document the "?" operator to find
3510         tasks without effort setting.
3511         (Exporting agenda information): Section moved.
3512         (RSS Feeds): New section.
3513         (Built-in table editor): Document M-e and M-a navigate
3514         inside table field.
3515         (Stuck projects): Docment that projects identified as
3516         un-stuck will still be searchd for stuck sub-projects.
3517         (Paragraphs): Document centering.
3518         (Creating timestamps, Agenda commands): Document new
3519         behavior when changing time stamps.
3520         (Structure editing): Document the new command
3521         `org-clone-subtree-with-time-shift'.
3522         (Publishing): Refresh this chapter.
3523         (Export options, Export options, In-buffer settings):
3524         Document the new keywords.
3525         (Matching tags and properties): Collect all
3526         documentation about tags/property matches here.
3527         (Setting tags): Document `org-tag-persistent-alist'.
3528         (Weekly/daily agenda): New section.
3529         (Orgstruct mode): Describe `orgstruct++-mode'.
3530         (Drawers): Mention the LOGBOOK drawer.
3531         (Export options, Sectioning structure): Document the
3532         #+LEATEX_HEADER in-buffer setting.
3533         (Bugs): Section removed.
3534         (Hooks): New section.
3535         (Add-on packages): Move here from old location.
3536         (Context-sensitive commands): New section.
3537         (Setting tags): Document newline option.
3538         (Global TODO list, Matching tags and properties):
3539         Mention more variables.
3540         (Checkboxes): Update to changed command behavior.
3542 2009-08-02  Eric Yu  <sucode@gmail.com>  (tiny change)
3544         * speedbar.texi (Basic Key Bindings): Fix typo.
3546 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
3548         * calc.texi (Vector/Matrix Functions): Add index entries for both
3549         "v" and "V" key bindings.  Mention that `calc-matrix-brackets' only
3550         affects matrices with more than one row.
3551         (Help Commands): Add index entries for "prefix ?" key bindings.
3553 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
3555         * calc.texi (Stack Manipulation Commands): Add documentation for
3556         `calc-transpose-lines'.
3558 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
3560         * dbus.texi (Receiving Method Calls): Describe special return value
3561         `:ignore'.
3563 2009-07-24  Alan Mackenzie  <acm@muc.de>
3565         * cc-mode.texi (Config Basics, File Styles): Document that at mode
3566         initialization, any individual variable setting now takes precedence
3567         over one done via c-file-style/c-file-offsets.
3569 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
3571         * calc.texi (Undoing Mistakes): Mention that the undo list will be
3572         truncated when Calc is quit.
3573         (Customizing Calc): Document `calc-undo-length'.
3575 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
3577         * calc.texi (About This Manual): Don't mention chapter numbers in text.
3579 2009-07-11  Kevin Ryde  <user42@zip.com.au>
3581         * pcl-cvs.texi (About PCL-CVS):
3582         * widget.texi (Basic Types):
3583         Fix cross-references.
3585 2009-07-01  Andreas Schwab  <aschwab@redhat.com>
3587         * dbus.texi (Type Conversion): Don't use literal control character.
3589 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
3591         * tramp.texi (GVFS based methods): New section.
3592         (Remote processes): Processes for GVFS based methods run locally.
3594 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
3596         * tramp.texi (Inline methods, External methods, Gateway methods):
3597         Avoid the words "kludge" and hack".
3598         (External methods): Add `synce' method.
3600         * trampver.texi: Update release number.
3602 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
3604         Sync with Tramp 2.1.16.
3606         * tramp.texi (History): Add GVFS support.
3607         (External methods): Precise `rsync' description.  Add `dav', `davs' and
3608         `obex' methods.  Add 'tramp-gvfs-methods' option.
3609         (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
3610         forms.
3611         (Remote Programs): Introduce `tramp-own-remote-path'.
3612         (Remote processes): New subsection "Running remote programs that create
3613         local X11 windows".
3614         (Frequently Asked Questions): Improve code for disabling vc.
3616         * trampver.texi: Update release number.  Set default value of
3617         `emacsgvfs'.
3619 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
3621         * Branch for 23.1.
3623 2009-06-17  Glenn Morris  <rgm@gnu.org>
3625         * faq.texi (Obtaining the FAQ): Add reference to Savannah.
3626         (Latest version of Emacs): Mention source code repository.
3628 2009-06-16  Glenn Morris  <rgm@gnu.org>
3630         * faq.texi (Top): Language tweak.
3631         (Extended commands): Most people have arrow keys.
3632         (Emacs manual): Say how to follow info links.
3633         (File-name conventions): Change title a bit.  Explain about source
3634         versus installed.  Condense etc description.
3635         (Guidelines for newsgroup postings): Mention Savannah list page.
3636         (Newsgroup archives): Simplify.
3637         (Contacting the FSF): Add contact URL.
3638         (Emacs Lisp documentation): Printed version not always available.
3639         (Installing Texinfo documentation): Explain how by hand installation is
3640         not normally needed.  Use add-to-list.  Remove duplicate reference.
3641         (Informational files for Emacs): Move info on Help menu here from
3642         "File-name conventions".
3643         (Help installing Emacs): Tweak uref.
3644         (Obtaining the FAQ): Mention repository.
3645         (Origin of the term Emacs): Explain "ITS".
3646         (Changing load-path): Use add-to-list.
3647         (Automatic indentation): Clarify this is for Text mode.
3648         Don't mention Indented Text mode.
3649         (Finding Emacs on the Internet): The FSF does not seem to offer a
3650         deluxe distribution on CD anymore.
3652 2009-06-16  Glenn Morris  <rgm@gnu.org>
3654         * faq.texi (Top): Mention which Emacs version this FAQ is about.
3655         Recommend the latest release.  Mention how to get older FAQs.
3656         Recommend the Emacs manual.
3657         (Guidelines for newsgroup postings): Discourage cross-posts.
3658         (Underlining paragraphs): Remove.
3659         (Editing MS-DOS files): Remove pre-Emacs 20 information.
3660         (Bugs and problems): Update key-binding.
3661         (Problems with very large files): Mention 64-bit.
3662         (Shell process exits abnormally): Remove.
3663         (Problems with Shell Mode): Rename and update.
3664         (Spontaneous entry into isearch-mode)
3665         (Problems talking to certain hosts): Remove.  This is old information,
3666         in etc/PROBLEMS if needed.
3667         (Emacs takes a long time to visit files, Updating Emacs): Remove.
3668         (Dired claims that no file is on this line): Update.
3669         (Installing Emacs, Problems building Emacs): Simplify.
3670         (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
3671         information.
3672         (Emacs for MS-Windows): Rename from "Emacs for Windows".  Simplify.
3673         (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
3674         (JDEE): "JDEE", not "JDE".
3675         (Handling C-s and C-q with flow control, Binding C-s and C-q):
3676         Remove.  This is old information, in etc/PROBLEMS if needed.
3677         (stty and Backspace key, Kanji and Chinese characters): Remove.
3678         (Right-to-left alphabets): Update section.
3679         (Changing the included text prefix): Gnus uses message-yank-prefix.
3680         Add cross-reference to Supercite manual.
3681         (Saving a copy of outgoing mail): Simplify output file description.
3682         (Expanding aliases when sending mail): Refer to Emacs manual.
3683         Remove old info about RFC822.
3684         Correct description of how to rebuild aliases.
3685         (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
3686         (MIME with Emacs mail packages)
3687         (Viewing articles with embedded underlining)
3688         (Saving a multi-part Gnus posting, Gnus hangs for a long time):
3689         Remove old sections.
3690         (Killing based on nonstandard headers): Remove.  Scoring is preferable,
3691         and is well-documented in the Gnus manual.
3692         (Reading news with Emacs): Merge "Learning more about Gnus" into here.
3693         (Making Gnus faster): Rename from "Starting Gnus faster".
3694         Merge "Catch-up is slow in Gnus" into here.
3696 2009-06-14  Glenn Morris  <rgm@gnu.org>
3698         * faq.texi (Status of Emacs): Re-order with most recent releases first.
3699         (New in Emacs 23): New section.
3700         (Handling C-s and C-q with flow control): Add xref.
3702 2009-06-13  Glenn Morris  <rgm@gnu.org>
3704         * faq.texi (Setting up a customization file): Grammar fix.
3705         Customize is no longer "new".
3706         (Displaying the current line or column): Line-number mode is on by
3707         default.  Don't mention `column' package.  Mention linum.el.
3708         (Turning on abbrevs by default): Explain how to do it for buffers,
3709         modes, and everywhere.
3710         (Associating modes with files): Use add-to-list.  Don't mention Emacs
3711         19.
3712         (Highlighting a region): On by default since 23.1.
3713         (Replacing highlighted text): Update doc quote.
3714         (Working with unprintable characters): Don't mention search-quote-char.
3715         (Using an already running Emacs process): Gnuclient is probably not an
3716         enhancement these days.
3717         (Indenting switch statements): Remove mention of pre-Emacs 20.
3718         (Horizontal scrolling): Abbreviate Emacs 20 description.
3719         (Replacing text across multiple files): Fix name of dired command.
3720         (Disabling backups): Use require not load.
3721         (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
3723 2009-06-13  Bill Wohler  <wohler@newt.com>
3725         Release MH-E manual version 8.2.
3727         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3728         release 8.2.
3730 2009-06-13  Glenn Morris  <rgm@gnu.org>
3732         * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
3733         in this day and age the common meaning is "on the web".
3734         (copying): Use @copyright in all cases.
3735         (Basic keys): Remove reference to deleted manual node "Text Characters".
3736         (File-name conventions): Use GNU as an example rather than SERVICE.
3737         default.el lives in site-lisp.  Update Info directory location.
3738         (Real meaning of copyleft): GPL actions have been brought, but all
3739         settled out of court.
3740         (Guidelines for newsgroup postings): Shorten section title.
3741         Simplify comp.emacs description.
3742         (Newsgroup archives): Change Google URL.  Describe Gmane.
3743         (Unsubscribing from Emacs lists): Remove discussion of "distribution
3744         points".  Mention List-Unsubscribe header.
3745         (Contacting the FSF): Update email and URLs.
3746         (Basic editing): Mention F1 for help.
3747         (Installing Texinfo documentation): Refer to Texinfo website rather
3748         than ftp server.
3749         (Printing a Texinfo file): Mention texi2pdf.
3750         (Informational files for Emacs): Don't describe FTP or SERVICE, they
3751         are just stubs nowadays.
3752         (Latest version of Emacs): Explain version numbers.
3753         (Spell-checkers, Checking TeX and *roff documents): Remove sections.
3754         (Turning on syntax highlighting): No need to mention hilit19 any more.
3755         (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
3756         (Modes for various languages): Remove section.
3757         (Major packages and programs): Remove most version and maintainer
3758         information - it's hard to keep up-to-date, and adds nothing.
3759         Similarly with direct links to mailing lists.
3760         (Spell-checkers): Rename node from Ispell.  Mention Aspell and Hunspell.
3761         (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
3762         years, and Emacs comes with tools for this now.
3763         (Patch): Remove section - this is a standard tool.
3764         (Using function keys under X): Remove section.
3766 2009-06-12  Glenn Morris  <rgm@gnu.org>
3768         * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
3769         (Help installing Emacs): Remove reference to deleted X11 node.
3770         (Associating modes with files): Interpreter-mode-alist is no longer
3771         subservient to auto-mode-alist.
3772         (Installing Emacs): Change future Emacs version.
3773         (Linking with -lX11 fails): Remove old section.
3774         (Packages that do not come with Emacs): Update ELL location.
3775         Emacs Lisp archive is dead.
3776         (Emacs for Windows): Remove reference to old CE port.
3777         (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
3778         (Emacs for VMS and DECwindows): Remove old ports.
3779         (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
3780         (Removing flashing messages): Remove section about non-existent Gnus
3781         option.
3783         * faq.texi (Top): Add @top command.
3784         Remove the optional arguments from all @node commands: makeinfo can
3785         generate these automatically, and it is easier to edit and rearrange
3786         nodes without them.
3788 2009-06-11  Glenn Morris  <rgm@gnu.org>
3790         * faq.texi (Common acronyms): Remove no-longer-existing OSF.
3791         (The LPF): Make the updated URL the sole reference point.
3792         (Learning how to do something): Update refcard price and format.
3793         (Getting a printed manual): Sources in doc/emacs/, not man/.
3794         Also available in PDF format.  Since the page count varies, be less
3795         precise.
3796         (Informational files for Emacs): Remove references to deleted files
3797         LPF and SUN-SUPPORT, and to UUCP.
3798         (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
3799         Remove many obsolete ways to get the FAQ, which now seems only to be
3800         distributed with Emacs.
3801         (Mail and news): Remove sections about Rmail Babyl that no longer apply.
3803 2009-06-09  Chong Yidong  <cyd@stupidchicken.com>
3805         * org.texi (Org Plot): Fix tags (Bug#3507).
3806         (Workflow states, Agenda commands): Fix tags (Bug#3508).
3808         * ada-mode.texi (Installation, Compile commands)
3809         (Project File Overview, No project files, Set compiler options)
3810         (Use GNAT project file, Use multiple GNAT project files)
3811         (Identifier completion): Use @samp for menu items, and @kbd for key
3812         sequences (Bug#3504).
3814 2009-06-04  Daiki Ueno  <ueno@unixuser.org>
3816         * gnus.texi (Security): Fix wording; add a link to epa.info.
3818 2009-06-04  Ryan Yeske  <rcyeske@gmail.com>
3820         * message.texi (Header Commands): Fix descriptions to match
3821         keybindings.
3823 2009-04-22  Daiki Ueno  <ueno@unixuser.org>
3825         * gnus.texi (Security): Mention that EasyPG is the current default.
3827 2009-04-13  Chong Yidong  <cyd@stupidchicken.com>
3829         * ediff.texi (Session Commands): Fix typo.
3831 2009-04-05  Reiner Steib  <Reiner.Steib@gmx.de>
3833         * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
3834         news.software.readers.  Reported by Florian Rehnisch.
3836 2009-04-02  Glenn Morris  <rgm@gnu.org>
3838         * auth.texi: Capitalize direntry.
3840         * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
3841         using a period in the entry name.  (Bug#2797)
3843 2009-03-03  Juanma Barranquero  <lekktu@gmail.com>
3845         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
3846         ($(infodir)/auth, auth.dvi): New targets.
3848 2009-03-03  Glenn Morris  <rgm@gnu.org>
3850         * auth.texi: Fix @setfilename.
3852         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
3853         (auth, $(infodir)/auth, auth.dvi): New rules.
3855 2009-02-25  Glenn Morris  <rgm@gnu.org>
3857         * faq.texi (Emacs for minimalists): New node.  (Bug#2452)
3859 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3861         * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
3863 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3865         * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
3866         gnus-nocem-issuers, and gnus-nocem-verifyer.
3868 2009-02-20  Juanma Barranquero  <lekktu@gmail.com>
3870         * ada-mode.texi (Project files, Automatic Casing):
3871         * dbus.texi (Signals):
3872         * gnus.texi (Selecting a Group, Filtering Incoming Mail):
3873         * mh-e.texi (HTML):
3874         * nxml-mode.texi (Locating a schema)
3875         (Using the document's URI to locate a schema):
3876         * org.texi (Footnotes, Using the mapping API):
3877         * rcirc.texi (Channels): Remove duplicate words.
3879 2009-02-20  Glenn Morris  <rgm@gnu.org>
3881         * dired-x.texi (Miscellaneous Commands):
3882         * gnus.texi: Minor updates for mbox Rmail.
3884 2009-02-16  Karl Berry  <karl@gnu.org>
3886         * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
3887         * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
3888         * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
3889         * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
3890         * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
3891         * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
3892         * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
3893         * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
3894         * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
3895         Consistently use @insertcopying in the Top node,
3896         @contents at the front (after @end titlepage),
3897         and @direntry after @copying.  (Bug#1988)
3899 2009-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
3901         * auth.texi: New file documenting auth-source.
3903 2009-02-13  Carsten Dominik  <dominik@science.uva.nl>
3905         * org.texi (Org Plot): Fix link.
3907 2009-02-09  Daiki Ueno  <ueno@unixuser.org>
3909         * epa.texi (Mail-mode integration): Mention the way to do
3910         "encrypt-to-self".  (Bug#1807)
3912 2009-02-05  Arni Magnusson  <arnima@hafro.is>  (tiny change)
3914         * ada-mode.texi (No project files): Fix typo.  (Bug#2214)
3916 2009-02-04  Reiner Steib  <Reiner.Steib@gmx.de>
3918         * gnus-news.texi: Print version about Incoming*.
3920 2009-02-02  Carsten Dominik  <dominik@science.uva.nl>
3922         * org.texi (Structure editing, Handling links)
3923         (Fast access to TODO states, Javascript support): Make standard docs
3924         correctly reflect default variable settings.
3926 2009-02-02  Glenn Morris  <rgm@gnu.org>
3928         * org.texi: Fix typos.
3930 2009-02-01  Michael Albinus  <michael.albinus@gmx.de>
3932         Sync with Tramp 2.1.15.
3934         * trampver.texi: Update release number.
3936 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
3938         * org.texi (TODO dependencies): Document TODO dependencies on
3939         checkboxes.
3941 2009-01-30  Carsten Dominik  <dominik@science.uva.nl>
3943         * org.texi (TODO dependencies): Document key binding for toggling
3944         ORDERED property.
3946 2009-01-28  Michael Albinus  <michael.albinus@gmx.de>
3948         * dbus.texi (Errors and Events): Fix typos.  Describe second parameter
3949         of hook functions.
3951 2009-01-28  Carsten Dominik  <dominik@science.uva.nl>
3953         * org.texi (TODO dependencies): New section.
3955 2009-01-27  Carsten Dominik  <dominik@science.uva.nl>
3957         * org.texi (Plain lists, TODO basics, Priorities)
3958         (Multiple sets in one file, Conflicts): Document interaction with
3959         `shift-selection-mode'.
3961 2009-01-27  Jay Belanger  <jay.p.belanger@gmail.com>
3963         * calc.texi (Embedded Mode, Algebraic-Style Calculations):
3964         Make Calc the subject of sentences.
3965         (Rearranging Formulas using Selections): Discuss new options
3966         for `j *'.
3968 2009-01-26  Michael Albinus  <michael.albinus@gmx.de>
3970         * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
3972 2009-01-26  Glenn Morris  <rgm@gnu.org>
3974         * org.texi: Fix typos.
3976 2009-01-26  Bill Wohler  <wohler@newt.com>
3978         * mh-e.texi (EDITION, UPDATED): Update.
3980 2009-01-25  Carsten Dominik  <dominik@science.uva.nl>
3982         * org.texi (References): Add information about remote references.
3983         (Built-in table editor): Document `C-c RET' in tables.
3984         (Math symbols, Quoting LaTeX code): Mention that simple
3985         LaTeX macros survive LaTeX export.
3986         (Images in LaTeX export): Show how to create a reference to a
3987         figure.
3988         (Sectioning structure): Document that the LaTeX class can be
3989         specified in a property.
3990         (Text areas in HTML export): New section.
3991         (External links): Add examples for text search and ID links.
3992         (Built-in table editor): Remove the descriptio of `C-c
3993         C-q', it not longer works.
3994         (Literal examples): Document that a space must follow
3995         the colon in short examples.
3996         (Relative timer): Document `org-timer-stop'.
3997         (Footnotes): New section.
3998         (Footnote markup): Shorten section and refer to new Footnote
3999         section.
4000         (Literal examples): Add documentation for line
4001         numbering in and references to code examples.
4002         (CSS support): Fix the description of default CSS styles.
4003         (Capturing column view): Document
4004         "file:path/to/file.org" as an allowed value for the ID property of
4005         a dynamic block copying column view.
4007 2009-01-23  Stephen Eglen  <stephen@gnu.org>
4009         * mh-e.texi (Getting Started): Describe $MH.
4011 2009-01-21  Michael Albinus  <michael.albinus@gmx.de>
4013         * tramp.texi (all): Harmonize usage of "external method",
4014         "external transfer method" and "out-of-band method".
4015         (Connection types): Precise the differences of inline and external
4016         methods.  Written by Adrian Phillips <a.phillips@met.no>.
4018 2009-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
4020         * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
4021         commands as described at the top.  Reported by Allan Gottlieb
4022         <gottlieb@nyu.edu>.
4024 2009-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4026         * gnus.texi (Non-ASCII Group Names, RSS): Update description of
4027         nnmail-pathname-coding-system.
4029 2009-01-17  Peter Tury  <tury.peter@gmail.com>  (tiny change)
4031         * org.texi (Relative timer): Fix typo.
4033 2009-01-15  Juanma Barranquero  <lekktu@gmail.com>
4035         * org.texi (Clocking work time): Fix typo.
4036         Reported by Peter Tury <tury.peter@gmail.com>.  (Bug#1925)
4038 2009-01-13  Glenn Morris  <rgm@gnu.org>
4040         * org.texi: Fix some more typos.
4042 2009-01-13  Peter Tury  <tury.peter@gmail.com>  (tiny change)
4044         * org.texi: Fix some typos.
4046 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4048         * gnus.texi (Group Parameters): Add note for local variables.
4050 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4052         * gnus.texi (Converting Kill Files): Fix URL.
4053         Include gnus-kill-to-score.el in contrib directory.
4055 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4057         * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
4058         Reported by Leo <sdl.web@gmail.com>.  (Bug#1660)
4059         (Paging the Article): Add index entry.
4061 2009-01-03  Stephen Leake  <stephen_leake@member.fsf.org>
4063         * ada-mode.texi (Examples): Delete redundant text.
4065 2009-01-03  Michael Albinus  <michael.albinus@gmx.de>
4067         * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
4069         * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
4070         addresses.
4072 2009-01-03  Bill Wohler  <wohler@newt.com>
4074         * mh-e.texi (Scan Line Formats): Indicate that first column should be
4075         kept empty.
4077 2008-12-20  Carsten Dominik  <dominik@science.uva.nl>
4079         * org.texi (Activation, Exporting, ASCII export, HTML export)
4080         (HTML Export commands, LaTeX/PDF export commands):
4081         Improve documentation about transient-mark-mode.
4082         (References): Document the use of special names like $LR1 to reference
4083         to fields in the last table row.
4085 2008-12-19  Juri Linkov  <juri@jurta.org>
4087         * info.texi (Search Text): Remove mention of removed key binding M-s.
4089 2008-12-18  Carsten Dominik  <dominik@science.uva.nl>
4091         * org.texi (References): Remove mentioning of @0 as reference for the
4092         last line, this has been reverted in the Lisp sources.
4094 2008-12-17  Juanma Barranquero  <lekktu@gmail.com>
4096         * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
4097         (DVI_TARGETS): Remove duplicates.  Add sasl.
4098         ($(infodir)/sasl, sasl.dvi): New targets.
4100 2008-12-17  Carsten Dominik  <dominik@science.uva.nl>
4102         * org.texi: Version number pushed to 6.15d.
4104 2008-12-16  Carsten Dominik  <dominik@science.uva.nl>
4106         * org.texi (Tables in LaTeX export): New section.
4107         (Images in LaTeX export): New section.
4108         (Inlined images, Images in HTML export): Sections renamed.
4110 2008-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
4112         * message.texi (Insertion Variables): Don't advertise sc-cite-original.
4114 2008-12-04  David Engster  <dengste@eml.cc>
4116         * gnus.texi (nnmairix): Mention mairix.el.  Point out the importance
4117         of nnml-get-new-mail.  Change URL for mairix patch.
4119 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
4121         * org.texi (Using the mapping API): Fix bug in mapping example.
4122         (Publishing options): Make the list of properties complete again, in
4123         correspondence to the variable `org-export-plist-vars'.
4124         (Property searches): Document new special values for time comparisons.
4125         (Tag inheritance): Refine the description of tag inheritance.
4126         (Project alist): Add info about the publishing sequence of components.
4127         (Effort estimates): Document the new relative timer.
4129 2008-12-01  Jay Belanger  <jay.p.belanger@gmail.com>
4131         * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
4132         (Using Calc): Clarify use of `C-x * o'.
4133         (Embedded Mode (Overview)): Clarify use of `C-x * e'.
4135 2008-11-28  Richard M Stallman  <rms@gnu.org>
4137         * dbus.texi (Receiving Method Calls): Clean up previous change.
4139 2008-11-26  Michael Albinus  <michael.albinus@gmx.de>
4141         * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
4142         `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
4143         `dbus-unescape-from-identifier'.
4144         (Receiving Method Calls): New constants `dbus-service-emacs' and
4145         `dbus-path-emacs'.  Precise return values of `dbus-register-method'.
4146         (Signals): Use the constants in the example.
4148 2008-11-24  Carsten Dominik  <dominik@science.uva.nl>
4150         * org.texi: Re-apply change to FDL 1.3.
4152 2008-11-23  Carsten Dominik  <dominik@science.uva.nl>
4154         * org.texi (Setting up Remember): Document `org-remember-mode'.
4155         (External links): Document that bbdb links can use a regular
4156         expression.
4157         (External links): Document that elisp links can contain interactive
4158         commands.
4160 2008-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
4162         * viper.texi (viper-translate-all-ESC-keysequences):
4163         Description removed.
4165 2008-11-19  Glenn Morris  <rgm@gnu.org>
4167         * doclicense.texi: Change to FDL 1.3.
4168         Relicense all texi files under FDL 1.3 or later.
4170 2008-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
4172         * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
4174 2008-11-16  Michael Kifer  <kifer@cs.stonybrook.edu>
4176         * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
4178         * ediff.texi: Version/date change.
4180 2008-11-14  Chong Yidong  <cyd@stupidchicken.com>
4182         * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
4184 2008-11-14  Jay Belanger  <jay.p.belanger@gmail.com>
4186         * calc.texi (About This Manual): Comment out a mention of
4187         marginal notes.
4189 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
4191         * org.texi (Clocking work time): Document the :formula property of
4192         clock tables.
4193         (Structure editing, Refiling notes): Document refiling regions.
4194         (Agenda commands): Document the double-prefix version
4195         of the `l' command in the agenda.
4196         (Handling links): Explain the effect of a double prefix
4197         arg to `C-c C-o'.
4198         (TODO basics): Add documentation for tag triggers.
4200 2008-10-23  Glenn Morris  <rgm@gnu.org>
4202         * cl.texi (Function Bindings): Mention `flet' fails to deal with
4203         byte-compiling things like `+'.
4205         * ns-emacs.texi: Merge copyright years of author now with assignment
4206         into FSF years.
4207         (VER): Use it for easier automatic updating.  Use Emacs version rather
4208         than standalone Emacs.app version.
4210 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
4212         * org.texi: Lots of minor fixes.
4213         (Capture): New chapter.
4214         (Org Plot): New section.
4216 2008-09-30  Magnus Henoch  <mange@freemail.hu>
4218         * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
4220 2008-09-30  Jay Belanger  <jay.p.belanger@gmail.com>
4222         * calc.texi (User Defined Units): Mention how to enter optional display
4223         string.
4225 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4227         * message.texi (Sending Variables): Fix variable documentation to
4228         avoid the "y/n" wording.
4230 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4232         * message.texi (Sending Variables): Add `message-confirm-send' doc.
4234 2008-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4236         * gnus.texi (The Gnus Registry): Don't give argument to @item used in
4237         @enumerate section so as to be able to be formatted with MAKEINFO=no.
4239 2008-09-22  Bill Wohler  <wohler@newt.com>
4241         Release MH-E manual version 8.1.
4243         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
4244         release 8.1.
4246         * mh-e.texi: Retain dual license as agreed to by the FSF.
4247         However, bump GPL to Version 3.
4248         Use @include for license text.
4250 2008-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4252         * gnus.texi (Top, Setup, Fancy splitting to parent)
4253         (Store custom flags and keywords, Store arbitrary data):
4254         Clean up markup.
4256 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4258         * gnus.texi (The Gnus Registry): Document it.
4260 2008-09-08  David Engster  <dengste@eml.cc>
4262         * gnus.texi (nnmairix): Point out that nnml uses MH format.
4263         Clarify section about choosing back end servers.
4265 2008-08-23  Glenn Morris  <rgm@gnu.org>
4267         * dired-x.texi (Shell Command Guessing):
4268         Mention dired-guess-shell-case-fold-search.  (Bug#417)
4270 2008-08-22  Michael Albinus  <michael.albinus@gmx.de>
4272         * trampver.texi: Update release number.
4274 2008-08-18  Brian Cully  <bjc@kublai.com>  (tiny change)
4276         * ns-emacs.texi: Update version.
4277         (Introduction): Correct menu location for options save.
4278         (Customization): Note that defaults are stored under org.gnu.Emacs.
4280 2008-08-11  Bill Wohler  <wohler@newt.com>
4282         * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
4283         explicit about GNU mailutils MH elsewhere (with thanks to Darel
4284         Henman) (closes SF #1768928).
4286 2008-08-10  Glenn Morris  <rgm@gnu.org>
4288         * ns-emacs.texi: Use @copying.  Change copyright of authors with
4289         assignment to FSF.  Change license to GFDL.
4290         (Top): Remove outdated references.
4292 2008-08-07  Reiner Steib  <Reiner.Steib@gmx.de>
4294         * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
4295         Add gnus-summary-sort-by-most-recent-number and
4296         gnus-summary-sort-by-most-recent-date.
4297         (Summary Sorting): Explain prefix argument.
4299 2008-08-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4301         * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
4302         gnus-summary-pipe-output.
4304 2008-08-03  Michael Albinus  <michael.albinus@gmx.de>
4306         * dbus.texi (Receiving Method Calls): Document error handling of own
4307         D-Bus methods.
4309 2008-08-01  Bill Wohler  <wohler@newt.com>
4311         * mh-e.texi (Reading Mail)
4312         (Viewing Attachments): Describe new function
4313         mh-show-preferred-alternative.
4314         (Sending Mail, Redistributing, Sending Message): Describe new hook
4315         mh-annotate-msg-hook.
4317 2008-07-31  Michael Albinus  <michael.albinus@gmx.de>
4319         * dbus.texi (Arguments and Signatures): Fix example.
4320         (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
4321         (Asynchronous Methods): New node.
4322         (Errors and Events): Describe extended layout of `dbus-event'.
4323         New defun `dbus-event-message-type'.
4325 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4327         * ediff.texi: Remove VMS support.
4329 2008-07-29  Juanma Barranquero  <lekktu@gmail.com>
4331         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
4332         ($(infodir)/mairix-el), mairix-el.dvi): New targets.
4334 2008-07-29  Chong Yidong  <cyd@stupidchicken.com>
4336         * Makefile.in: Add mairix-el targets.
4338 2008-07-29  David Engster  <deng@randomsample.de>
4340         * mairix-el.texi: New file.
4342 2008-07-28  Stephen Leake  <stephen_leake@stephe-leake.org>
4344         * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
4345         project files.  Delete 'main_unit' project variable; not needed.  Allow
4346         process environment variables wherever project variables are allowed.
4347         Add tutorial section on multiple GNAT project files.
4349 2008-07-27  Michael Albinus  <michael.albinus@gmx.de>
4351         Sync with Tramp 2.1.14.
4353         * trampver.texi: Update release number.
4355 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
4357         * ns-emacs.texi:
4358         * faq.texi: Remove mentions of Mac Carbon.
4360 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4362         * gnus.texi (Saving Articles): Describe the 2nd argument of
4363         gnus-summary-save-in-pipe.
4364         (SpamAssassin): Use it.
4366 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4368         * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
4370 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
4372         * org.texi (Export options): Document the use of the creator flag.
4374 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
4376         * org.texi: New version 6.06a.
4378 2008-07-23  Juanma Barranquero  <lekktu@gmail.com>
4380         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
4381         ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
4383 2008-07-23  Vincent Belaïche  <vincent.b.1@hotmail.fr>
4385         * calc.texi (Editing Stack Entries):
4386         (Algebraic Entry): Rewrite introductory sentences so it can be used by
4387         Calc's help functions.  Mention fixing typos.
4388         (Customizing Calc): Fix typo.
4390 2008-07-23  Jay Belanger  <jay.p.belanger@gmail.com>
4392         * calc.texi (summarykey): New macro.  Use to correctly format keys in
4393         the summary.
4395 2008-07-20  Adrian Robert  <adrian.b.robert@gmail.com>
4397         * ns-emacs.texi (Customization): Corrected documentation on color
4398         specification formats.
4400 2008-07-19  Andreas Schwab  <schwab@suse.de>
4402         * ns-emacs.texi: Moved from ../emacs.  Add @direntry.
4404         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
4405         (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
4407 2008-07-18  Michael Albinus  <michael.albinus@gmx.de>
4409         * dbus.texi (Inspection): Rework, introduce submenus.
4410         (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
4411         (Properties and Annotations, Arguments and Signatures): New nodes.
4413 2008-07-13  Michael Albinus  <michael.albinus@gmx.de>
4415         * dbus.texi (Receiving Method Calls): Fix description of
4416         `dbus-register-method'.
4417         (Signals): Allow also signal arguments for filtering in
4418         `dbus-register-signal'.
4420 2008-07-13  Vincent Belaïche  <vincent.b.1@hotmail.fr>
4422         * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
4423         `cnorm'.
4424         (Arithmetic Tutorial): Simplify the verification of prime factors.
4426 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4428         * gnus.texi (Saving Articles): Mention
4429         gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
4431 2008-06-29  Jay Belanger  <jay.p.belanger@gmail.com>
4433         * calc.texi: Adjust mode line throughout.
4435 2008-06-28  Juanma Barranquero  <lekktu@gmail.com>
4437         * sasl.texi (Mechanisms): Fix typos.
4439 2008-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
4441         * calc.texi (Killing from the stack): Mention using normal Emacs
4442         copying.
4444 2008-06-21  Michael Albinus  <michael.albinus@gmx.de>
4446         * tramp.texi (Password handling): Rename from "Password caching".
4447         Add `auth-source' mechanism.
4448         (Connection caching): Tramp reopens the connection automatically,
4449         when the operating system on the remote host has been changed.
4451 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
4453         * makefile.w32-in (distclean): Remove makefile.
4455 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
4457         * org.texi (Using the mapping API): New section.
4458         (Agenda column view): New section.
4459         (Moving subtrees): Document archiving to the archive sibling.
4460         (Agenda commands): Document columns view in the agenda.
4461         (Using the property API): Document the API for multi-valued properties.
4463 2008-06-17  Jason Riedy  <jason@acm.org>
4465         * org.texi (A LaTeX example): Note that fmt may be a one-argument
4466         function, and efmt may be a two-argument function.
4467         (Radio tables): Document multiple destinations.
4469 2008-06-16  Glenn Morris  <rgm@gnu.org>
4471         * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
4472         Add Cover-Texts.
4474 2008-06-15  Glenn Morris  <rgm@gnu.org>
4476         * faq.texi (VER): Update to 23.0.60.
4478         * mh-e.texi: Remove option of licensing under GPL.
4479         Add Cover-Texts to GFDL permissions notice.
4480         (GPL): Remove section.
4481         (GFDL): Include doclicense.texi rather than the actual text.
4483         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
4484         (sasl, $(infodir)/sasl, sasl.dvi): New rules.
4486         * sasl.texi: Fix output file name.
4488         * epa.texi, sasl.texi: Refer to license in Emacs manual.
4490         * gnus-coding.texi: Refer to license in Gnus manual.
4492         * idlwave.texi, sasl.texi: Use @copying.
4494         * org.texi: Change to GFDL 1.2.  Refer to license in Emacs manual.
4496         * speedbar.texi: Update Back-Cover Text as per maintain.info.
4498         * url.texi: Use @copying, @title, @subtitle, @author.
4500         * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
4501         * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
4502         * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
4503         * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
4504         * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
4505         * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
4506         * widget.texi, woman.texi:
4507         Remove references to external license, since doclicense is included.
4509         * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
4510         * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
4511         Remove references to non-existent Invariant Sections.
4513 2008-06-14  Glenn Morris  <rgm@gnu.org>
4515         * faq.texi (Major packages and programs): Remove references to external
4516         Supercite, Calc, VIPER, since they have been included for some time.
4517         Update VM, AUCTeX, BBDB entries.
4519 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
4521         * newsticker.texi: Updated to match latest newsticker changes.
4523 2008-06-13  Glenn Morris  <rgm@gnu.org>
4525         * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
4526         * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
4527         * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
4528         * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
4529         * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
4530         * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
4531         * woman.texi:
4532         Update Back-Cover Text as per maintain.info.
4534 2008-06-15  Reiner Steib  <Reiner.Steib@gmx.de>
4536         * gnus-faq.texi: Generate.  Change node names to "FAQ N-M".
4538         * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
4539         (gnus-faq.xml): Update repository host.
4541         * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
4543 2008-06-15  Frank Schmitt  <ich@frank-schmitt.net>
4545         * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
4546         Fix a typo.
4548 2008-06-15  Reiner Steib  <Reiner.Steib@gmx.de>
4550         * gnus.texi (Mail Source Customization): Correct values of
4551         `mail-source-delete-incoming'.  Reported by Tassilo Horn.
4552         (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
4554 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4556         * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
4557         coding standards.
4559 2008-06-14  David Engster  <dengste@eml.cc>
4561         * gnus.texi (nnmairix): Markup fixes.
4563 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4565         * gnus.texi (nnmairix): Markup and other minor fixes.
4567 2008-06-05  David Engster  <dengste@eml.cc>
4569         * gnus.texi (nnmairix): New nodes describing nnmairix.el.
4571 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4573         * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
4574         (Searching, nnir, nnmairix): New stub nodes.
4576 2008-05-30  Felix Lee  <felix.1@canids.net>
4578         * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
4580 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4582         * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
4584 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4586         * gnus.texi (Scoring On Other Headers): Fix typo.  Rearrange.
4588 2008-05-15  Jonathan Yavner  <jyavner@member.fsf.org>
4590         * ses.texi (Acknowledgements): Add Shigeru Fukaya.
4592 2008-05-06  Juanma Barranquero  <lekktu@gmail.com>
4594         * info.texi (Top): Fix typo in xref.
4596 2008-05-05  Karl Berry  <karl@gnu.org>
4598         * info.texi (Top): @xref to stand-alone manual.
4600 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4602         * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
4603         (Various Summary Stuff): Fix typo in last xref.
4605 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4607         * org.texi (Moving subtrees): Fix typo.
4609 2008-04-28  Michael Albinus  <michael.albinus@gmx.de>
4611         * tramp.texi (Frequently Asked Questions): Explain, how to disable
4612         Tramp via `tramp-mode'.
4614 2008-04-27  Carsten Dominik  <dominik@sam.science.uva.nl>
4616         * org.texi: Massive changes, in many parts of the file.
4618 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4620         * gnus.texi (Oort Gnus): Add message-fill-column.
4622 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4624         * gnus.texi (Mail Source Specifiers): Typo fix.
4626 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4628         * gnus.texi (Diary Headers Generation): Update key binding for
4629         `gnus-diary-check-message'.
4631 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4633         * gnus.texi (Emacsen): Addition.
4635 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4637         * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
4639 2008-04-09  Reiner Steib  <Reiner.Steib@gmx.de>
4641         * gnus.texi (Oort Gnus): Mention customizing of tool bars.
4643 2008-04-09  Reiner Steib  <Reiner.Steib@gmx.de>
4645         * gnus-news.texi: Update tool bar item.
4647 2008-04-09  Sven Joachim  <svenjoac@gmx.de>
4649         * gnus-news.texi: Fix typos.
4651 2008-04-11  Jay Belanger  <jay.p.belanger@gmail.com>
4653         * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
4654         Add mention of `kron'.
4656 2008-04-01  Daiki Ueno  <ueno@unixuser.org>
4658         * epa.texi (Encrypting/decrypting *.gpg files):
4659         Document epa-file-name-regexp.
4661 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4663         * gnus.texi (Example Methods): Fix description about ssh-agent.
4664         (Indirect Functions): Fix the default value of nntp-telnet-command;
4665         remove link to connect.html.
4667 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
4669         * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
4670         dbus-call-method.
4671         (Receiving Method Calls): The timeout can be set by the calling client.
4673         * trampver.texi: Update release number.
4675 2008-03-29  Reiner Steib  <Reiner.Steib@gmx.de>
4677         * gnus.texi (Top): Fix version.  Add SASL.
4679 2008-03-29  Michael Albinus  <michael.albinus@gmx.de>
4681         Sync with Tramp 2.1.13.
4683         * trampver.texi: Update release number.
4685 2008-03-29  Chong Yidong  <cyd@stupidchicken.com>
4687         * org.texi: Update to new org-mode website.
4689 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4691         * cl.texi (For Clauses): Fix loop over key-seq to match code.
4693 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4695         * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
4696         gnus-read-ephemeral-gmane-group-url,
4697         gnus-read-ephemeral-emacs-bug-group,
4698         gnus-read-ephemeral-debian-bug-group.
4700 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4702         * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
4704         * gnus-news.texi: Add EasyPG.  Add gnus-article-browse-html-article.
4705         Add FIXMEs for Bookmarks and gnus-registry-marks.
4707 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4709         * gnus.texi (Smileys): Document `smiley-style'.
4711 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4713         * gnus.texi (Gnus Development): Clarify difference between ding and
4714         gnu.emacs.gnus.
4715         (MIME Commands, Using MIME, RSS): Fix markup.
4717         * gnus-faq.texi ([8.4]): Ditto.
4719 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4721         * gnus.texi (Emacsen): Remove obsolete stuff.
4723 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4725         * gnus.texi (Oort Gnus): Add version info WRT
4726         `mail-source-delete-incoming'.
4728 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4730         * gnus.texi (Top): Add "Other related manuals" and version info in
4731         `iftex' output.
4732         (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
4733         gnus-balloon-face-0 and the corresponding format specifiers.
4735 2008-03-26  Michael Albinus  <michael.albinus@gmx.de>
4737         * tramp.texi (Filename completion): Remove footnote about let-bind
4738         of `partial-completion-mode'.  It doesn't work this way.
4740 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4742         * pcl-cvs.texi (Contributors): Update my email.
4744 2008-03-21  Michael Albinus  <michael.albinus@gmx.de>
4746         * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
4748 2008-03-17  Bill Wohler  <wohler@newt.com>
4750         * mh-e.texi (Viewing): Update URL for adding header fields to
4751         mh-invisible-header-fields-default.
4753 2008-03-16  Bill Wohler  <wohler@newt.com>
4755         * mh-e.texi (Preface): Add Gnus to requirements.
4756         (Forwarding): Note that forwarded MIME messages are now inline.
4758 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4760         * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
4761         (Common Variables): Give precedence to the netcat methods over the
4762         telnet methods, and mention that they are more reliable.
4764 2008-03-13  Carsten Dominik  <dominik@science.uva.nl>
4766         * org.texi (Exporting Agenda Views): Document agenda export to
4767         iCalendar.
4768         (Progress logging): Document the new progress logging stuff.
4770 2008-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
4772         * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
4773         Update for change of `mail-source-delete-incoming'.
4775         * gnus-news.texi: Ditto.
4777 2008-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
4779         * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
4780         custom versions.
4782 2008-03-07  Alan Mackenzie  <acm@muc.de>
4784         * cc-mode.texi (Limitations and Known Bugs): State that the number of
4785         parens/brackets in a k&r region is limited.
4787 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4789         * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
4790         using different Emacs versions.
4792 2008-02-27  Glenn Morris  <rgm@gnu.org>
4794         * sc.texi: Remove a lot of old and obsolete info.
4795         (titlepage): Simplify.
4796         (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
4797         (VM with any Emacsen, GNEWS with any Emacsen)
4798         (Overloading for Non-conforming MUAs, Version 3 Changes)
4799         (The Supercite Mailing List): Delete nodes.
4800         (Introduction): Remove info about old packages.
4801         (Getting Connected): Simplify.  Remove info about old packages.
4802         (Citing Commands): Delete Emacs 19 info.
4803         (Hints to MUA Authors): Simplify.
4804         (Thanks and History): Merge in some info from the deleted node
4805         "Version 3 Changes".
4807 2008-02-05  Juanma Barranquero  <lekktu@gmail.com>
4809         * org.texi (Setting tags, In-buffer settings):
4810         * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
4812 2008-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4814         * gnus-news.texi: Mention that spaces and tabs are allowed in the
4815         installation directory name.
4817 2008-02-12  Romain Francoise  <romain@orebokech.com>
4819         * epa.texi (Overview): Fix typo.
4821 2008-02-11  Daiki Ueno  <ueno@unixuser.org>
4823         * epa.texi (Quick start): Remove the .emacs setting.
4825 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
4827         * epa.texi (Quick start): Use the command `epa-enable' instead of
4828         loading `epa-setup'.
4830 2008-02-08  Juanma Barranquero  <lekktu@gmail.com>
4832         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
4833         ($(infodir)/epa, epa.dvi): New targets.
4835 2008-02-08  Daiki Ueno  <ueno@unixuser.org>
4837         * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
4839         * epa.texi: New manual documenting the EasyPG Assistant.
4841 2008-02-06  Michael Albinus  <michael.albinus@gmx.de>
4843         * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
4844         (Inspection): New function dbus-ping.
4846 2008-02-05  Michael Albinus  <michael.albinus@gmx.de>
4848         * tramp.texi (Remote processes): Add `shell-command'.
4850 2008-01-28  Michael Sperber  <sperber@deinprogramm.de>
4852         * gnus.texi (Mail Source Specifiers): Document `group' specifier.
4853         (Group Parameters): Document `mail-source' parameter.
4855 2008-01-27  Michael Albinus  <michael.albinus@gmx.de>
4857         * tramp.texi (Inline methods): The hostname of the su(do)? methods
4858         must be a local host.
4860 2008-01-26  Michael Olson  <mwolson@gnu.org>
4862         * erc.texi: Update version for ERC 5.3 release.
4863         (Obtaining ERC): Update extras URLs for 5.3.
4864         (Development): Write instructions for git, and remove those for Arch.
4865         (History): Mention the switch to git.
4867 2008-01-24  Karl Berry  <karl@gnu.org>
4869         * info.texi (Search Index, Search Text): Mention the command
4870         character in the section name, a la the (Go to node) node.
4872 2008-01-21  Michael Albinus  <michael.albinus@gmx.de>
4874         * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
4876 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4878         * gnus-news.texi: Mention gnus-article-describe-bindings.
4880 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4882         * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
4884 2008-01-18  Carsten Dominik  <dominik@science.uva.nl>
4886         * org.texi (Property inheritance): New section.
4887         (Conventions): New section.
4888         (Structure editing): Document C-RET, the prefix arg to the cut/copy
4889         commands, and the new bindings for refiling.
4890         (Sparse trees): Document the new special command for sparse trees.
4891         (References): Be more clear about the counting of hilines.
4892         (Handling links): Document M-p/n for accessing links.
4893         (Fast access to TODO states): New section.
4894         (Per file keywords): New section.
4895         (Property inheritance): New section.
4896         (Column attributes): New summary types.
4897         (Capturing Column View): New section.
4898         (The date/time prompt): Cover the new features in the date/time prompt.
4899         Compactify the table of keys for the calendar remote control.
4900         (Clocking work time): Document the new :scope parameter.
4901         (Remember): Promoted to chapter.
4902         (Quoted examples): New section.
4903         (Enhancing text): New verbatim environments.
4905 2008-01-14  Michael Albinus  <michael.albinus@gmx.de>
4907         * trampver.texi: Update release number.
4909 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4911         * gnus.texi (Article Keymap):
4912         Add gnus-article-wide-reply-with-original; fix descriptions of
4913         gnus-article-reply-with-original and
4914         gnus-article-followup-with-original.
4916 2008-01-09  Glenn Morris  <rgm@gnu.org>
4918         * nxml-mode.texi: Add @copying section.
4920 2008-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4922         * message.texi (Mail Variables): Add some text from "(gnus)Posting
4923         Server".  Add `message-send-mail-with-mailclient'.
4925         * gnus.texi (Posting Server): Move some text to "(message)Mail
4926         Variables" and add a reference here.
4928 2008-01-04  Michael Albinus  <michael.albinus@gmx.de>
4930         * dbus.texi (Receiving Method Calls): New chapter.
4931         (Errors and Events): Add serial number to events.  Replace "signal" by
4932         "message".  Introduce dbus-event-serial-number.
4934 2008-01-03  Michael Albinus  <michael.albinus@gmx.de>
4936         * dbus.texi (Type Conversion): Explain the type specification for empty
4937         arrays.  Use another example.
4939 2007-12-30  Michael Albinus  <michael.albinus@gmx.de>
4941         * dbus.texi (all): Replace "..." by @dots{}.
4942         (Type Conversion): Precise the value range for :byte types.
4943         (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
4944         Mention its return value.
4945         (Errors and Events): There is no D-Bus error propagation during event
4946         processing.
4948 2007-12-29  Jay Belanger  <jay.p.belanger@gmail.com>
4950         * calc.tex (Yacas Language, Maxima Language, Giac Language):
4951         New sections.
4953 2007-12-29  Reiner Steib  <Reiner.Steib@gmx.de>
4955         * gnus.texi (Group Parameters): Reorder the text and add a note about
4956         `gnus-parameters' near the beginning of the node.
4958 2007-12-29  IRIE Tetsuya  <irie@t.email.ne.jp>  (tiny change)
4960         * gnus.texi (Score File Editing): Fix function name.
4962 2007-12-23  Michael Albinus  <michael.albinus@gmx.de>
4964         Sync with Tramp 2.1.12.
4966         * trampver.texi: Update release number.
4968 2007-12-22  Michael Albinus  <michael.albinus@gmx.de>
4970         * dbus.texi (Type Conversion): Correct input parameters mapping.
4972 2007-12-21  Michael Albinus  <michael.albinus@gmx.de>
4974         * dbus.texi (Type Conversion): Extend for D-Bus compound types.
4975         (Errors and Events): Mention wrong-type-argument error.
4977 2007-12-21  Alex Schroeder  <alex@gnu.org>
4979         * rcirc.texi: Changed single spaces after sentence end to double
4980         spaces.  Fixed some typos.
4981         (Internet Relay Chat): Explain relay.
4982         (Getting started with rcirc): Change items to reflect prompts.
4983         Add more explanation to rcirc-track-minor-mode and added a comment to
4984         warn future maintainers that this section is a copy.
4985         (People): Change /ignore example.
4986         (Keywords): Not keywords.
4988 2007-12-20  Alex Schroeder  <alex@gnu.org>
4990         * rcirc.texi (Top): Fighting Information Overload chapter added.
4991         (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
4992         (rcirc commands): Move /ignore command to the new chapter.
4993         (Fighting Information Overload): New chapter documenting /keyword,
4994         /bright, /dim, channel ignore, and low priority channels.
4995         (Configuration): Document rcirc-server-alist, remove
4996         rcirc-startup-channels-alist and rcirc-default-server.
4998 2007-12-16  Michael Albinus  <michael.albinus@gmx.de>
5000         * dbus.texi (Signals): Fix example in dbus-register-signal.
5002 2007-12-14  Sven Joachim  <svenjoac@gmx.de>
5004         * gnus.texi (Score Variables): Fix typo.
5006 2007-12-07  Michael Albinus  <michael.albinus@gmx.de>
5008         * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
5009         (Signals): Adapt dbus-send-signal and dbus-register-signal.
5010         (Errors and Events): Adapt dbus-event.
5012 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5014         * gnus.texi (Other Files): Add the yenc command.
5016 2007-11-30  Reiner Steib  <Reiner.Steib@gmx.de>
5018         * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
5019         since 2004-08-06.
5021 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5023         * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
5024         on body.
5026 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5028         * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
5029         and rfc2047-allow-irregular-q-encoded-words; fix description of
5030         rfc2047-encode-encoded-words.
5032 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5034         * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
5036 2007-12-05  Michael Olson  <mwolson@gnu.org>
5038         * remember.texi (Diary): Remove "require" line for remember-diary.el.
5039         Update documentation for `remember-diary-file'.
5041 2007-12-04  Michael Albinus  <michael.albinus@gmx.de>
5043         * dbus.texi (Signals): Precise `dbus-register-signal'.
5044         (Errors and Events): Rework events part, the internal structure of
5045         dbus-event has changed.
5047 2007-12-03  Juanma Barranquero  <lekktu@gmail.com>
5049         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
5050         ($(infodir)/dbus, dbus.dvi): New targets.
5052 2007-12-03  Michael Albinus  <michael.albinus@gmx.de>
5054         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
5055         unconditionally.
5057         * dbus.texi (Synchronous Methods): Show the result of the "lshal"
5058         emulation with @print{}.
5060 2007-12-02  Richard Stallman  <rms@gnu.org>
5062         * dbus.texi (Overview): Minor cleanup.
5064 2007-12-02  Michael Albinus  <michael.albinus@gmx.de>
5066         * Makefile.in (INFO_TARGETS): Add dbus.
5067         (DVI_TARGETS): Add dbus.dvi.
5068         (dbus, dbus.dvi): New targets.
5070         * dbus.texi: New file.
5072 2007-11-24  Romain Francoise  <romain@orebokech.com>
5074         * nxml-mode.texi: Add description in @direntry.
5075         Fix file name to match @setfilename.
5077 2007-11-23  Mark A. Hershberger  <mah@everybody.org>
5079         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5080         ($(infodir)/nxml-mode): New rule.
5082         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5083         ($(infodir)/nxml-mode): New rule.
5084         (clean): Add nxml-mode*.
5086         * nxml-mode.texi: New file with nxml manual.
5088 2007-11-18  Richard Stallman  <rms@gnu.org>
5090         * flymake.texi (Example -- Configuring a tool called directly):
5091         Update example.
5093 2007-11-18  Michael Albinus  <michael.albinus@gmx.de>
5095         * tramp.texi (Filename completion): Simplify explanation of
5096         double-slash behavior.  Explain directory contents flushing.
5098 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
5100         * calc.texi (TeX and LaTeX Language Modes): Put in
5101         missing braces.
5103 2007-11-15  Richard Stallman  <rms@gnu.org>
5105         * cl.texi (Equality Predicates): Delete `eql'.
5106         (Predicates, Naming Conventions, Top): Delete `eql'.
5107         (Common Lisp Compatibility): Delete `eql'.
5108         (Porting Common Lisp): Delete obsolete backquote info.
5109         Minor clarification about character constants.
5110         (Sequence Basics): Minor clarification.
5112 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
5114         * cc-mode.texi (Electric Keys, Custom Macros):
5115         * tramp.texi (Filename completion): Fix typos.
5117 2007-11-15  Jay Belanger  <jay.p.belanger@gmail.com>
5119         * calc.texi (Basic commands): Mention the menu.
5121 2007-11-12  Michael Albinus  <michael.albinus@gmx.de>
5123         * tramp.texi (Connection caching): Tramp flushes connection
5124         properties when remote operating system has been changed.
5126 2007-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
5128         * gnus-news.texi: Fix spelling.
5129         `message-insert-formatted-citation-line', not
5130         `message-insert-formated-citation-line'.
5132         * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
5134 2007-11-07  Michael Albinus  <michael.albinus@gmx.de>
5136         * tramp.texi (Overview): Mention also the PuTTY integration under
5137         w32.  Remove paragraphs about Tramp's experimental status.
5138         (Frequently Asked Questions): Add code example for highlighting the
5139         mode line.
5141 2007-11-03  Michael Olson  <mwolson@gnu.org>
5143         * remember.texi: Change mentions of remember-buffer to
5144         remember-finalize throughout.
5146 2007-10-30  Michael Olson  <mwolson@gnu.org>
5148         * remember.texi (Copying): Remove.
5149         (Mailbox): Update with non-BBDB instructions.
5150         (Diary, Org): Add.
5151         (Bibliography, Planner Page): Remove.
5153 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
5155         * makefile.w32-in (INFO_TARGETS): Add remember.
5156         (DVI_TARGETS): Add remember.dvi.
5157         ($(infodir)/remember): New rule.
5158         (clean): Add remember*.
5160 2007-10-30  Michael Olson  <mwolson@gnu.org>
5162         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
5163         ($(infodir)/remember): New rule that builds the Remember Manual.
5165         * remember.texi: New file containing the Remember Mode Manual.
5166         Shuffle chapters around after initial import.
5167         (Function Reference): Split Keystrokes into separate chapter.
5168         (Keystrokes): Document C-c C-k.
5169         (Introduction): Fix typographical issue with "---".
5171 2007-10-29  Richard Stallman  <rms@gnu.org>
5173         * widget.texi (Introduction): Delete discussion of implementation
5174         internals.
5176 2007-10-29  Michael Albinus  <michael.albinus@gmx.de>
5178         * tramp.texi (Connection caching): Host names must be different
5179         when tunneling.
5181 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5183         * gnus.texi, gnus-faq.texi, message.texi: Bump version to
5184         Gnus v5.13.
5186 2007-10-28  Miles Bader  <miles@gnu.org>
5188         * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
5190 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5192         * gnus.texi (Sorting the Summary Buffer):
5193         Remove gnus-article-sort-by-date-reverse.
5195 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5197         * gnus.texi (Non-ASCII Group Names): New node.
5198         (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
5199         gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
5201 2007-10-28  Michaël Cadilhac  <michael@cadilhac.name>
5203         * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
5204         clean the output of the program `imap-shell-program'.
5206 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5208         * gnus.texi (IMAP): Mention nnimap-logout-timeout.
5210 2007-10-28  Tassilo Horn  <tassilo@member.fsf.org>
5212         * gnus.texi (Sticky Articles): Documentation for sticky article
5213         buffers.
5215 2007-10-28  Michaël Cadilhac  <michael@cadilhac.name>
5217         * gnus.texi (RSS): Document nnrss-ignore-article-fields.
5219 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5221         * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
5223 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5225         * gnus.texi (Archived Messages):
5226         Document gnus-update-message-archive-method.
5228 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5230         * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
5232 2007-10-28  Michaël Cadilhac  <michael@cadilhac.name>
5234         * gnus.texi (Group Maneuvering):
5235         Document `gnus-summary-next-group-on-exit'.
5237 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5239         * gnus.texi (Really Various Summary Commands):
5240         Mention gnus-auto-select-on-ephemeral-exit.
5242 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5244         * gnus.texi, message.texi: Bump version number.
5246 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5248         * gnus.texi (Group Line Specification, Misc Group Stuff)
5249         (Server Commands): Parenthesize @pxref{Mail Spool}.
5251 2007-10-28  Didier Verna  <didier@xemacs.org>
5253         New user option: message-signature-directory.
5254         * message.texi (Insertion Variables): Document it.
5255         * gnus.texi (Posting Styles): Ditto.
5257 2007-10-28  Didier Verna  <didier@xemacs.org>
5259         * gnus.texi (Group Line Specification):
5260         * gnus.texi (Misc Group Stuff):
5261         * gnus.texi (Server Commands): Document the group compaction feature.
5263 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5265         * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
5267         * message.texi (Various Message Variables): Add message-fill-column.
5269 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5271         * gnus.texi: Untabify.
5273 2007-10-28  Didier Verna  <didier@xemacs.org>
5275         * gnus.texi (Group Parameters): Document the posting-style merging
5276         process in topic-mode.
5278 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5280         * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
5282 2007-10-28  Romain Francoise  <romain@orebokech.com>
5284         * gnus.texi (Mail Spool): Fix typo.
5285         Update copyright.
5287 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5289         * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
5291 2007-10-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5293         * gnus.texi (Summary Generation Commands):
5294         Add gnus-summary-insert-ticked-articles.
5296 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5298         * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
5299         to spam-spamassassin-program.
5301 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5303         * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
5305 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5307         * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
5309 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5311         * message.texi (Mail Headers): Document `opportunistic'.
5313 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5315         * emacs-mime.texi (Encoding Customization): Explain how to set
5316         mm-coding-system-priorities per hierarchy.
5318 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5320         * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
5321         nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
5323 2007-10-28  Didier Verna  <didier@xemacs.org>
5325         * message.texi (Wide Reply): Update documentation of
5326         message-dont-reply-to-names (now allowing a list of regexps).
5328 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5330         * gnus.texi (Spam Package Introduction): Fix spam menu and links.
5332 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5334         * gnus.texi (SpamAssassin back end): Fix typo.
5336         * sieve.texi (Examples): Fix grammar.
5338 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5340         * gnus.texi (Searching for Articles): Document M-S and M-R.
5341         (Limiting): Document / b.
5343 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5345         * gnus.texi (Thread Commands): T M-^.
5347 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5349         * message.texi (Mail Aliases): Document ecomplete.
5350         (Mail Aliases): Fix typo.
5352 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5354         * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
5355         fix typo.
5357 2007-10-28  Romain Francoise  <romain@orebokech.com>
5359         * gnus.texi (Mail Spool): Grammar fix.
5361 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5363         * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
5364         string.
5366 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5368         * gnus.texi (Group Parameters): Fix description.
5370 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5372         * gnus.texi (Gmane Spam Reporting):
5373         Fix spam-report-gmane-use-article-number.
5374         Add spam-report-user-mail-address.
5376 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5378         * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
5380 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5382         * gnus.texi (Group Parameters): Add simplified sorting example based on
5383         example for `Sorting the Summary Buffer' from Jari Aalto
5384         <jari.aalto@cante.net>.
5385         (Example Methods): Add example for an indirect connection.
5387 2007-10-28  Kevin Greiner  <kevin.greiner@compsol.cc>
5389         * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
5390         (Agent Parameters): Updated parameter names to match code.
5391         (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
5392         'gnus-agent-summary-fetch-series'.
5393         (Agent and flags): New section providing a generalized discussion
5394         of flag handling.
5395         (Agent and IMAP): Remove flag discussion.
5396         (Agent Variables): Add 'gnus-agent-synchronize-flags'.
5398 2007-10-28  Romain Francoise  <romain@orebokech.com>
5400         * gnus.texi (Exiting the Summary Buffer): Add new function
5401         `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
5403 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5405         * gnus.texi (Conformity): Fix typo.
5406         (Customizing Articles): Document `first'.
5408 2007-10-28  Jari Aalto  <jari.aalto@cante.net>
5410         * gnus.texi (Sorting the Summary Buffer):
5411         Add `gnus-thread-sort-by-date-reverse'.  Add example
5412         host to different sorting in NNTP and RSS groups.
5414 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5416         * message.texi (Insertion): Describe prefix for
5417         message-mark-inserted-region and message-mark-insert-file.
5419 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5421         * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
5422         LaTeX documents.  Describe "text/x-gnus-verbatim".
5424 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
5426         * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
5427         (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
5428         (spam-stat spam filtering, SpamOracle)
5429         (Extending the Spam ELisp package): Remove extra quote symbol for
5430         clarity.
5432 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5434         * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
5435         gnus-article-delete-part and gnus-article-replace-part.
5436         (Using MIME): Add gnus-mime-replace-part.
5438 2007-10-28  Romain Francoise  <romain@orebokech.com>
5440         * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
5441         requires `auto-compression-mode' to be enabled.  Add new nnml
5442         variable `nnml-compressed-files-size-threshold'.
5444 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5446         * gnus.texi (Sorting the Summary Buffer):
5447         Add gnus-thread-sort-by-recipient.
5449 2007-10-28  Romain Francoise  <romain@orebokech.com>
5451         * message.texi (Insertion Variables): Mention new variable
5452         `message-yank-empty-prefix'.  Change `message-yank-cited-prefix'
5453         documentation accordingly.
5455 2007-10-28  Romain Francoise  <romain@orebokech.com>
5457         * gnus.texi (To From Newsgroups): Mention new variables
5458         `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
5460 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5462         * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
5463         stuff; gnus-mime-inline-part does the automatic decompression.
5465 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
5467         * gnus.texi (Spam ELisp Package Configuration Examples):
5468         "training.ham" should be "training.spam".
5470 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5472         * message.texi (Mail Variables): Fix the default value for
5473         message-send-mail-function.
5475 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5477         * gnus.texi (Optional Back End Functions): nntp-request-update-info
5478         always returns nil exceptionally.
5480 2007-10-28  Simon Josefsson  <jas@extundo.com>
5482         * gnus.texi (Article Washing): Add libidn URL.
5483         Suggested by Michael Cook <michael@waxrat.com>.
5485 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5487         * gnus.texi (Topic Commands): Fix next/previous.
5489 2007-10-28  Simon Josefsson  <jas@extundo.com>
5491         * gnus.texi (Article Washing): Mention `W i'.
5493 2007-10-28  Jochen Küpper  <jochen@fhi-berlin.mpg.de>
5495         * gnus.texi (Group Parameters): Slight extension of sieve
5496         parameter description.
5498 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5500         * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
5501         matching score files as well.
5502         (Picons): Describe `gnus-picon-style'.
5504 2007-10-28  Romain Francoise  <romain@orebokech.com>
5506         * message.texi (Message Headers): Mention that headers are hidden
5507         using narrowing, and how to expose them.
5508         Update copyright.
5510 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5512         * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
5513         `gnus-summary-sort-by-recipient'.
5515 2007-10-28  Romain Francoise  <romain@orebokech.com>
5517         * gnus.texi (NNTP marks): New node.
5518         (NNTP): Move NNTP marks variables to the new node.
5520 2007-10-28  Jesper Harder  <harder@ifa.au.dk>
5522         * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
5524         * gnus.texi (MIME Commands, Hashcash): Markup fix.
5526 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
5528         * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
5529         everywhere for consistency.
5530         (Filtering Spam Using The Spam ELisp Package): Admonish again.
5531         (Spam ELisp Package Sequence of Events): This is Gnus, say so.
5532         Say "regular expression" instead of "regex."  Admonish.
5533         Pick other words to sound better (s/so/thus/).
5534         (Spam ELisp Package Filtering of Incoming Mail):
5535         Mention statistical filters.  Remove old TODO.
5536         (Spam ELisp Package Sorting and Score Display in Summary Buffer):
5537         New section on sorting and displaying the spam score.
5538         (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
5539         backend but an alias to spam-use-BBDB.
5540         (Extending the Spam ELisp package): Rewrite the example using the
5541         new backend functionality.
5543 2007-10-28  Simon Josefsson  <jas@extundo.com>
5545         * gnus.texi (NNTP): Mention nntp-marks-is-evil and
5546         nntp-marks-directory, from Romain Francoise
5547         <romain@orebokech.com>.
5549 2007-10-28  Magnus Henoch  <mange@freemail.hu>
5551         * gnus.texi (Hashcash): New default value of
5552         hashcash-default-payment.
5554 2007-10-28  Simon Josefsson  <jas@extundo.com>
5556         * gnus.texi (Hashcash): Fix URL.  Add pref to spam section.
5557         (Anti-spam Hashcash Payments): No need to load hashcash.el now.
5559 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5561         * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
5563 2007-10-28  Simon Josefsson  <jas@extundo.com>
5565         * gnus.texi (documentencoding): Add, to avoid warnings.
5567 2007-10-28  Simon Josefsson  <jas@extundo.com>
5569         * message.texi (Mail Headers): Add.
5571         * gnus.texi (Hashcash): Fix.
5573 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
5575         * gnus.texi (Hashcash): Change location of library, also mention
5576         that payments can be verified and fix the name of the
5577         hashcash-path variable.
5579 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5581         * gnus.texi (Article Display): Add `gnus-picon-style'.
5583 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5585         * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
5587 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
5589         * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
5590         (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
5591         warning about ham processors in spam groups removed.
5593 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
5595         * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
5596         From Hubert Chan <hubert@uhoreg.ca>.
5598 2007-10-28  Jesper Harder  <harder@ifa.au.dk>
5600         * gnus.texi (Spam ELisp Package Sequence of Events): Index.
5601         (Mailing List): Typo.
5602         (Customizing Articles): Add gnus-treat-ansi-sequences.
5603         (Article Washing): Index.
5605         * message.texi: Use m-dash consistently.
5607 2007-10-28  Jesper Harder  <harder@ifa.au.dk>
5609         * gnus.texi (GroupLens): Remove.
5611 2007-10-28  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5613         * gnus.texi (Outgoing Messages, Agent Variables):
5614         Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
5615         Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
5617 2007-10-28  Jesper Harder  <harder@ifa.au.dk>
5619         * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
5621 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5623         * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
5625         * gnus.texi (No Gnus): New node.  Includes `gnus-news.texi'.
5627 2007-10-28  Simon Josefsson  <jas@extundo.com>
5629         * gnus.texi (Top): Add SASL.
5631 2007-10-27  Emanuele Giaquinta  <e.giaquinta@glauco.it>  (tiny change)
5633         * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
5635 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5637         * gnus.texi (Troubleshooting): Adjust Gnus version number.
5639 2007-10-27  Jay Belanger  <jay.p.belanger@gmail.com>
5641         * calc.texi (Formulas, Composition Basics): Lower the
5642         precedence of negation.
5644 2007-10-25  Jonathan Yavner  <jyavner@member.fsf.org>
5646         * ses.texi (The Basics): Mention how to create a new spreadsheet.
5647         Mention the new three-letter column identifiers.
5648         (More on cell printing): Calculate-cell and truncate-cell are now `c'
5649         and `t' rather than `C-c C-c' and `C-c C-t'.  Mention the stupid error
5650         message when using `c' on an empty default with default printer.
5651         (Buffer-local variables in spreadsheets): `symbolic-formulas' was
5652         renamed to `ses--symbolic-formulas' some time ago.
5654 2007-10-25  Jay Belanger  <jay.p.belanger@gmail.com>
5656         * calc.texi (Default Simplifications, Making Selections)
5657         (Customizing Calc): Clarify associativity of multiplication.
5659 2007-10-23  Michael Albinus  <michael.albinus@gmx.de>
5661         * tramp.texi (Traces and Profiles): Simplify loop over
5662         `trace-function-background'.
5664 2007-10-22  Juri Linkov  <juri@jurta.org>
5666         * dired-x.texi (Shell Command Guessing): Default values are now
5667         available by typing M-n instead of M-p.
5669 2007-10-21  Michael Albinus  <michael.albinus@gmx.de>
5671         * tramp.texi (Cleanup remote connections): New section.
5672         (Password caching): Remove `tramp-clear-passwd'.
5673         It's not a command anymore.
5674         (Bug Reports): Add `tramp-bug' to function index.
5675         (Function Index, Variable Index): New nodes.
5676         (Remote shell setup): Describe `tramp-password-prompt-regexp'.
5678         * trampver.texi: Update release number.
5680 2007-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
5682         * calc.texi (History and Acknowledgements): Turn comment
5683         about integer size into past tense.
5684         (Time Zones): Remove pointer to Calc author's address.
5685         (Trigonometric and Hyperbolic Functions): Mention cotangent
5686         and hyperbolic cotangent.  Fix typo.
5688 2007-10-10  Michael Albinus  <michael.albinus@gmx.de>
5690         Sync with Tramp 2.1.11.
5692         * trampver.texi: Update release number.
5694 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
5696         * tramp.texi (External packages): New section.
5698 2007-09-29  Juri Linkov  <juri@jurta.org>
5700         * info.texi (Help-Int): Document `L' (`Info-history').
5702 2007-09-26  Carsten Dominik  <dominik@science.uva.nl>
5704         * org.texi: Change links to webpage and maintained email.
5705         (Remember): Promote to Chapter, significant changes.
5706         (Fast access to TODO states): New section.
5707         (Faces for TODO keywords): New section.
5708         (Export options): Example for #+DATE.
5709         (Progress logging): Section moved.
5711 2007-09-26  Bill Wohler  <wohler@newt.com>
5713         * mh-e.texi (HTML): Mention binding of S-mouse-2 to
5714         browse-url-at-mouse.
5716 2007-09-20  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
5718         * flymake.texi (Customizable variables): Face names don't end in -face.
5719         Fix flymake-err-line-patterns template.
5720         (Example -- Configuring a tool called directly): Fix init-function.
5721         (Highlighting erroneous lines): Face names don't end in -face.
5723 2007-09-18  Exal de Jesus Garcia Carrillo  <exal@gmx.de>  (tiny change)
5725         * erc.texi (Special-Features): Fix small typo.
5727 2007-09-14  Michael Albinus  <michael.albinus@gmx.de>
5729         * tramp.texi (Filename Syntax): Provide links to "Inline methods"
5730         and "External transfer methods".
5732 2007-09-13  Jay Belanger  <jay.p.belanger@gmail.com>
5734         * calc.texi (Predefined Units): Add some history.
5736 2007-09-08  Michael Olson  <mwolson@gnu.org>
5738         * erc.texi (Copying): New section included from gpl.texi.
5739         This matches the look of the upstream ERC manual.
5741 2007-09-07  Jay Belanger  <jay.p.belanger@gmail.com>
5743         * calc.texi (History and Acknowledgements): Adjust the "thanks".
5744         (Random Numbers): Clarify the distribution of `random'.
5746 2007-09-06  Glenn Morris  <rgm@gnu.org>
5748         Move manual sources from man/ to subdirectories of doc/.
5749         Split into the Emacs manual in emacs/, and other manuals in misc/.
5750         Change all setfilename commands to use ../../info.
5751         * Makefile.in: Move the parts of the old man/Makefile.in that do not
5752         refer to the Emacs manual here.
5753         (infodir): New variable.
5754         (INFO_TARGETS, info): Use infodir.  Also used by all info targets.
5755         (cc-mode.texi, faq.texi): Update references to source file locations.
5756         * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
5757         do not refer to the Emacs manual here.
5758         (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
5760         * Makefile.in: Add `basename' versions of all info targets, for
5761         convenience when rebuilding just one manual.
5762         (../etc/GNU): Delete obsolete target.
5763         (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
5764         (mostlyclean): Add *.op, *.ops.  Move *.aux *.cps *.fns *.kys *.pgs
5765         *.vrs *.toc here...
5766         (maintainer-clean): ...from here.
5768         * makefile.w32-in (../etc/GNU): Delete obsolete target.
5770 2007-09-01  Jay Belanger  <jay.p.belanger@gmail.com>
5772         * calc.texi (Date Conversions): Clarify definition of
5773         Julian day numbering.
5774         (Date Forms): Clarify definition of Julian day numbering;
5775         add some history.
5777 2007-08-30  Carsten Dominik  <dominik@science.uva.nl>
5779         * org.texi: Version 5.07.
5781 2007-08-24  IRIE Tetsuya  <irie@t.email.ne.jp>  (tiny change)
5783         * message.texi (MIME): Replace mml-attach with mml-attach-file.
5785 2007-08-22  Carsten Dominik  <dominik@science.uva.nl>
5787         * org.texi (Adding hyperlink types): New section.
5788         (Embedded LaTeX): Chapter updated because of LaTeX export.
5789         (LaTeX export): New section.
5790         (Using links out): New section.
5792 2007-08-22  Glenn Morris  <rgm@gnu.org>
5794         * faq.texi (Learning how to do something): Refcards now in
5795         etc/refcards/ directory.
5797 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
5799         * tramp.texi (Remote Programs): Persistency file must be cleared when
5800         changing `tramp-remote-path'.
5801         (Filename Syntax): Don't use @var{} constructs inside the @trampfn
5802         macro.
5804 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
5806         * calc.texi: Move contents to beginning of file.
5807         (Algebraic Entry): Fix the formatting of an example.
5809 2007-08-15  Jay Belanger  <jay.p.belanger@gmail.com>
5811         * calc.texi (Basic Operations on Units): Mention exact versus
5812         inexact conversions.
5814 2007-08-14  Jay Belanger  <jay.p.belanger@gmail.com>
5816         * calc.texi (Basic Operations on Units): Mention default
5817         values for new units.
5818         (Quick Calculator Mode): Mention that binary format will
5819         be displayed.
5821 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5823         * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
5825 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5827         * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
5829 2007-08-08  Glenn Morris  <rgm@gnu.org>
5831         * gnus.texi, sieve.texi: Replace `iff'.
5833 2007-08-03  Jay Belanger  <jay.p.belanger@gmail.com>
5835         * calc.texi (Basic Graphics): Mention the graphing of error
5836         forms.
5837         (Graphics Options): Mention how `g s' handles error forms.
5838         (Curve Fitting): Mention plotting the curves.
5839         (Standard Nonlinear Models): Add additional models.
5840         (Curve Fitting Details): Mention the Levenberg-Marquardt method.
5841         (Linear Fits): Correct result.
5843 2007-08-01  Alan Mackenzie  <acm@muc.de>
5845         * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
5846         to "--no-site-file".
5848 2007-07-29  Michael Albinus  <michael.albinus@gmx.de>
5850         * tramp.texi (Frequently Asked Questions): Point to mode line
5851         extension in Emacs 23.1.
5853         * trampver.texi: Update release number.
5855 2007-07-27  Glenn Morris  <rgm@gnu.org>
5857         * calc.texi (Copying): Include license text from gpl.texi, rather than
5858         in-line.
5860 2007-07-25  Glenn Morris  <rgm@gnu.org>
5862         * calc.texi (Copying): Replace license with GPLv3.
5864         * Relicense all FSF files to GPLv3 or later.
5866 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
5868         Sync with Tramp 2.1.10.
5870         * tramp.texi (trampfn): Expand macro implementation in order to handle
5871         empty arguments.
5872         (trampfnmhl, trampfnuhl, trampfnhl): Remove macros.  Replace all
5873         occurrences by trampfn.
5874         (Frequently Asked Questions): Extend example code for host
5875         identification in the modeline.  Add bbdb to approaches shortening Tramp
5876         file names to be typed.
5878         * trampver.texi: Update release number.
5880 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
5882         * tramp.texi: Move @setfilename ../info/tramp up, outside the header
5883         section.  Reported by <poti@potis.org>.
5884         (Remote processes): Arguments of the program to be debugged are taken
5885         literally.
5886         (Frequently Asked Questions): Simplify recentf example.
5888 2007-07-14  Karl Berry  <karl@gnu.org>
5890         * info.texi (@copying): New Back-Cover Text.
5892         * info.texi (Quitting Info): Move to proper place in source.
5893         (Reported by Benno Schulenberg.)
5895 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
5897         * Makefile.in (../info/emacs-mime): Use --enable-encoding.
5899         * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
5901         * emacs-mime.texi: Add @documentencoding directive.
5903 2007-07-12  Nick Roberts  <nickrob@snap.net.nz>
5905         * tramp.texi (Remote processes): Add an anchor to the subsection
5906         "Running a debugger on a remote host".
5908 2007-07-12  Michael Albinus  <michael.albinus@gmx.de>
5910         * tramp.texi (Remote processes): Don't call it "experimental" any
5911         longer.  Add subsection about running a debugger on a remote host.
5913 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
5915         * org.texi (Properties and columns): Chapter rewritten.
5917 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
5919         * tramp.texi:
5920         * trampver.texi: Migrate to Tramp 2.1.
5922 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
5924         * org.texi (Properties): New chapter.
5926 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
5928         * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
5929         Control Panel.
5931         * gnus.texi (Misc Article): Add index entry for
5932         gnus-single-article-buffer.
5934 2007-06-27  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5936         * gnus.texi (Starting Up): Fix typo.
5938 2007-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5940         * gnus.texi (Asynchronous Fetching): Fix typo.
5942 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
5944         * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
5945         (About This Manual): Remove redundant information.
5946         (Getting Started): Mention author.
5947         (Basic Arithmetic, Customizing Calc): Make description of the
5948         variable `calc-multiplication-has-precedence' match its new effect.
5950 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
5952         * calc.texi (Basic Arithmetic, Customizing Calc):
5953         Mention the variable `calc-multiplication-has-precedence'.
5955 2007-06-19  Carsten Dominik  <dominik@science.uva.nl>
5957         * org.texi (Tag): Section swapped with node Timestamps.
5958         (Formula syntax for Lisp): Document new `L' flag.
5960 2007-06-06  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5962         * gnus.texi (Misc Group Stuff, Summary Buffer)
5963         (Server Commands, Article Keymap): Fix typo.  s/function/command/.
5965 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5967         * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
5968         * gnus.texi (Article Buttons, Mail Source Customization)
5969         (Sending or Not Sending, Customizing NNDiary):
5970         * message.texi (Message Headers):
5971         * mh-e.texi (HTML): Fix typos.
5973 2007-06-07  Michael Albinus  <michael.albinus@gmx.de>
5975         Sync with Tramp 2.0.56.
5977         * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
5978         settings.  Reported by Ted Zlatanov <tzz@lifelogs.com>.
5980 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
5982         * Version 22.1 released.
5984 2007-05-26  Michael Olson  <mwolson@gnu.org>
5986         * erc.texi (Modules): Fix references to completion modules.
5988 2007-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
5990         * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
5992 2007-05-09  Didier Verna  <didier@xemacs.org>
5994         * gnus.texi (Email Based Diary): New.  Proper documentation for the
5995         nndiary back end and the gnus-diary library.
5997 2007-05-03  Karl Berry  <karl@gnu.org>
5999         * .cvsignore (*.pdf): New entry.
6001         * texinfo.tex: Update from current version for better pdf generation.
6003 2007-04-30  Reiner Steib  <Reiner.Steib@gmx.de>
6005         * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
6007 2007-04-28  Glenn Morris  <rgm@gnu.org>
6009         * faq.texi (New in Emacs 22): Restore mention of python.el pending
6010         consideration of legal status.
6012 2007-04-27  J.D. Smith  <jdsmith@as.arizona.edu>
6014         * idlwave.texi: Minor updates for IDLWAVE 6.1.
6016 2007-04-24  Chong Yidong  <cyd@stupidchicken.com>
6018         * faq.texi (New in Emacs 22): python.el removed.
6020 2007-04-23  Jay Belanger  <jay.p.belanger@gmail.com>
6022         * calc.texi (Reporting bugs): Update maintainer's address.
6024 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
6026         * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
6028 2007-04-15  Jay Belanger  <belanger@truman.edu>
6030         * calc.texi (Title page): Remove the date.
6031         (Basic Arithmetic): Emphasize that / binds less strongly than *.
6032         (The Standard Calc Interface): Change trail title.
6033         (Floats): Mention that when non-decimal floats are entered, only
6034         approximations are stored.
6035         (Copying): Move to the appendices.
6036         (GNU Free Documentation License): Add as an appendix.
6038 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
6040         * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
6041         * dired-x.texi, ebrowse.texi, ediff.texi:
6042         * emacs-mime.texi, erc.texi, eshell.texi:
6043         * eudc.texi, flymake.texi, forms.texi, gnus.texi:
6044         * idlwave.texi, message.texi, newsticker.texi, org.texi:
6045         * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
6046         * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
6047         * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
6048         * woman.texi: Include GFDL.
6050         * doclicense.texi: Remove node heading, so that it can be included by
6051         other files.
6053         * dired-x.texi: Relicence under GFDL.  Remove date from title page.
6055         * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
6056         than *.
6058 2007-04-14  Carsten Dominik  <dominik@science.uva.nl>
6060         * org.texi (Formula syntax for Calc): Emphasize the operator precedence
6061         in Calc.
6063 2007-04-09  Romain Francoise  <romain@orebokech.com>
6065         * faq.texi (New in Emacs 22): Mention improvements to the Windows and
6066         Mac OS ports.  Make it clear that mouse-1 complements and doesn't
6067         replace mouse-2.
6069 2007-04-08  Chong Yidong  <cyd@stupidchicken.com>
6071         * woman.texi (Word at point, Interface Options): woman-topic-at-point
6072         renamed to woman-use-topic-at-point.  Document new behavior.
6074 2007-04-08  Richard Stallman  <rms@gnu.org>
6076         * url.texi: Fix some indexing.
6077         (Disk Caching): Drop discussion of old/other Emacs versions.
6079 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
6081         * url.texi (Disk Caching): Say Emacs 21 "and later".
6083         * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
6084         on Font locking which now mentions JIT lock.
6086 2007-04-01  Michael Olson  <mwolson@gnu.org>
6088         * erc.texi: Update for the ERC 5.2 release.
6090 2007-03-31  David Kastrup  <dak@gnu.org>
6092         * woman.texi (Topic, Interface Options): Explain changes semantics of
6093         woman-manpath in order to consider MANPATH_MAP entries.
6095 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
6097         * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
6099 2007-03-26  Richard Stallman  <rms@gnu.org>
6101         * pgg.texi (Caching passphrase): Clean up previous change.
6103 2007-03-25  Thien-Thi Nguyen  <ttn@gnu.org>
6105         * gnus.texi (Setting Process Marks): Fix typo.
6107 2007-03-25  Romain Francoise  <romain@orebokech.com>
6109         * faq.texi (New in Emacs 22): Reorganize using an itemized list for
6110         readability, and include various fixes by Daniel Brockman, Nick Roberts
6111         and Dieter Wilhelm.
6113 2007-03-24  Thien-Thi Nguyen  <ttn@gnu.org>
6115         * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
6117         * gnus.texi (Mail Source Specifiers): Fix typo.
6119 2007-03-22  Ralf Angeli  <angeli@caeruleus.net>
6121         * reftex.texi (Imprint): Update maintainer information.
6123 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6125         * message.texi (Message Buffers): Update documentation for
6126         message-generate-new-buffers.
6128 2007-03-15  Daiki Ueno  <ueno@unixuser.org>
6130         * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
6132 2007-03-21  Glenn Morris  <rgm@gnu.org>
6134         * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
6136 2007-03-19  Chong Yidong  <cyd@stupidchicken.com>
6138         * eshell.texi (Known problems): Emacs 21 -> 22.
6140         * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
6142 2007-03-18  Jay Belanger  <belanger@truman.edu>
6144         * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
6146 2007-03-12  Glenn Morris  <rgm@gnu.org>
6148         * calc.texi (Time Zones): Switch to new North America DST rule.
6150         * calc.texi: Replace "daylight savings" with "daylight
6151         saving" in text throughout.
6153 2007-03-11  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6155         * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
6156         The variable now uses a list of symbols instead of just a symbol.
6157         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
6159 2007-03-06  Romain Francoise  <romain@orebokech.com>
6161         * faq.texi (New in Emacs 22): Don't say "now" too much.  Add MH-E to
6162         new packages, and mention Gnus update.
6164 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6166         * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
6167         nntp-open-connection-functions-never-echo-commands.
6169 2007-02-27  Chong Yidong  <cyd@stupidchicken.com>
6171         * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
6172         problems on the console, and security risk in not using gpg-agent.
6174 2007-02-25  Carsten Dominik  <dominik@science.uva.nl>
6176         * org.texi (The spreadsheet): Rename from "Table calculations".
6177         Completely reorganized and rewritten.
6178         (CamelCase links): Section removed.
6179         (Repeating items): New section.
6180         (Tracking TODO state changes): New section.
6181         (Agenda views): Chapter reorganized and rewritten.
6182         (HTML export): Section rewritten.
6183         (Tables in arbitrary syntax): New section.
6184         (Summary): Better feature summary.
6185         (Activation): Document problem with cut-and-paste of Lisp code
6186         from PDF files.
6187         (Visibility cycling): Document indirect buffer use.
6188         (Structure editing): Document sorting.
6189         (Remember): Section rewritten.
6190         (Time stamps): Better description of time stamp types.
6191         (Tag searches): Document regular expression search for tags.
6192         (Stuck projects): New section.
6193         (In-buffer settings): New keywords.
6194         (History and Acknowledgments): Updated description.
6196 2007-02-24  Alan Mackenzie  <acm@muc.de>
6198         * cc-mode.texi (Movement Commands): Insert two missing command names.
6199         (Getting Started): Slight wording correction (use conditional).
6201 2007-02-22  Kim F. Storm  <storm@cua.dk>
6203         * widget.texi (User Interface, Basic Types): Document need to put some
6204         text before the %v escape in :format string in editable-field widget.
6206 2007-02-18  Romain Francoise  <romain@orebokech.com>
6208         * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
6209         `cvs-mode-quit'.
6211 2007-02-10  Markus Triska  <markus.triska@gmx.at>
6213         * widget.texi (Programming Example): Put constant strings in :format.
6215 2007-02-07  Juanma Barranquero  <lekktu@gmail.com>
6217         * faq.texi (Fullscreen mode on MS-Windows): New node.
6219 2007-02-04  David Kastrup  <dak@gnu.org>
6221         * faq.texi (AUCTeX): Update version number.  Should probably be done
6222         for other packages as well.
6224 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6226         * gnus.texi (Batching Agents): Fix example.  Reported by Tassilo Horn
6227         <tassilo@member.fsf.org>.
6229 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
6231         * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
6232         ls-lisp-use-localized-time-format.
6234 2007-01-20  Markus Triska  <markus.triska@gmx.at>
6236         * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
6238 2007-01-13  Michael Olson  <mwolson@gnu.org>
6240         * erc.texi (Modules): Mention capab-identify module.
6242 2007-01-05  Michael Olson  <mwolson@gnu.org>
6244         * erc.texi (Getting Started): Update for /RECONNECT command.
6246 2007-01-04  Richard Stallman  <rms@gnu.org>
6248         * ebrowse.texi: Change C-c b to C-c C-m.
6250 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6252         * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
6253         variables only in info to avoid redundant entries in the printed
6254         manual.
6256 2007-01-02  Daiki Ueno  <ueno@unixuser.org>
6258         * message.texi (Using PGP/MIME): Document gpg-agent usage.
6260 2007-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
6262         * message.texi (Security): Split into sub-nodes.
6264 2007-01-01  Alan Mackenzie  <acm@muc.de>
6266         * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
6267         eval-after-load in Emacs <=21 and a workaround.  Document that
6268         trigraphs are not supported.
6270 2007-01-01  Alan Mackenzie  <acm@muc.de>
6272         * cc-mode.texi ("Filling and Breaking"): Amend the doc for
6273         c-context-line-break.  When invoked within a string, preserve
6274         whitespace.  Add a backslash only when also in a macro.
6276 2007-01-01  Alan Mackenzie  <acm@muc.de>
6278         * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
6280 2007-01-01  Alan Mackenzie  <acm@muc.de>
6282         * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
6283         are now bound by default to c-\(beginning\|end\)-of-defun by default.
6285 2007-01-01  Alan Mackenzie  <acm@muc.de>
6287         * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
6288         "Choosing a Style".
6290         * cc-mode.texi ("Styles"): Add @dfn{style}.
6292 2006-12-30  Michael Albinus  <michael.albinus@gmx.de>
6294         Sync with Tramp 2.0.55.
6296         * trampver.texi: Update release number.
6298 2006-12-29  Reiner Steib  <Reiner.Steib@gmx.de>
6300         * gnus.texi (Customizing Articles): Add index entries for all
6301         gnus-treat-* variables.
6303 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
6305         * gnus.texi (IMAP): Fix incorrect explanation of
6306         nnimap-search-uids-not-since-is-evil in documentation for
6307         nnimap-expunge-search-string.
6309 2006-12-27  Reiner Steib  <Reiner.Steib@gmx.de>
6311         * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
6312         spam-ifile-database.
6314 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6316         * gnus.texi (Spam Package Configuration Examples): Don't encourage to
6317         rebind C-s.
6319 2006-12-26  Jouni K. Seppänen  <jks@iki.fi>
6321         * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
6322         (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
6323         "expiring mail".
6324         (IMAP): Document nnimap-search-uids-not-since-is-evil and
6325         nnimap-nov-is-evil.
6327 2006-12-25  Kevin Ryde  <user42@zip.com.au>
6329         * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
6330         about the key procedure being used heavily.
6332 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
6334         * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
6335         to t.
6336         (Prerequisites): Add explanation about gpg-agent.
6338 2006-12-22  Kevin Ryde  <user42@zip.com.au>
6340         * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
6341         "sort" instead of "sort*".
6343 2006-12-19  Richard Stallman  <rms@gnu.org>
6345         * calc.texi (History and Acknowledgements): Recognize that Emacs
6346         now does have floating point.
6348 2006-12-19  Michael Albinus  <michael.albinus@gmx.de>
6350         * tramp.texi (External transfer methods): Describe new method `scpc'.
6352 2006-12-17  Sascha Wilde  <wilde@sha-bang.de>
6354         * pgg.texi: Added short note on gpg-agent to the introduction.
6356 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6358         * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
6359         also applies to Cc.
6361 2006-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6363         * gnus.texi (X-Face): Clarify.  Say which programs are required
6364         on Windows.
6366 2006-12-08  Michael Olson  <mwolson@gnu.org>
6368         * erc.texi (Modules): Remove documentation for list module.
6370 2006-12-05  Michaël Cadilhac  <michael.cadilhac@lrde.org>
6372         * faq.texi (^M in the shell buffer): Ditto.
6374 2006-11-20  Michael Olson  <mwolson@gnu.org>
6376         * erc.texi: Call this the 5.2 stable pre-release of ERC.
6378 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
6380         * org.texi: Fix typos.
6381         (Agenda commands): Document `C-k'.
6383 2006-11-16  Eli Zaretskii  <eliz@gnu.org>
6385         * url.texi (http/https): Fix a typo in the HTTP URL.
6387 2006-11-14  Stephen Leake  <stephen_leake@stephe-leake.org>
6389         * ada-mode.texi: Total rewrite.
6391 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
6393         * org.texi: Minor typo fixes.
6395 2006-11-13  Bill Wohler  <wohler@newt.com>
6397         Release MH-E manual version 8.0.3.
6399         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6400         release 8.0.3.
6402         * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
6403         to set MAILDIR.
6404         (Reading Mail): Document the customization of read-mail-command
6405         for MH-E.
6406         (Viewing Attachments): Document mm-discouraged-alternatives.
6407         (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
6408         (Junk): Add more information about the settings of mh-junk-background
6409         in a program.  Add /usr/bin/mh to PATH in examples.
6411 2006-11-12  Richard Stallman  <rms@gnu.org>
6413         * woman.texi: Update author address but say he no longer maintains it.
6415 2006-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
6417         * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
6418         archived trees.
6419         (Checkboxes): Section moved to chapter 5, and extended.
6420         (The date/time prompt): New section.
6421         (Link abbreviations): New section.
6422         (Presentation and sorting): New section.
6423         (Custom agenda views): Section completely rewritten.
6424         (Summary): Compare with Planner.
6425         (Feedback): More info about creating backtraces.
6426         (Plain lists): Modified example.
6427         (Breaking down tasks): New section.
6428         (Custom time format): New section.
6429         (Time stamps): Document inactive timestamps.
6430         (Setting tags): More details about fast tag selection.
6431         (Block agenda): New section.
6432         (Custom agenda views): Section rewritten.
6433         (Block agenda): New section.
6435 2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
6437         * tramp.texi (Configuration): scp is the default method.
6438         (Default Method): Use ssh as example for another method.
6440 2006-10-27  Richard Stallman  <rms@gnu.org>
6442         * woman.texi: Downcase nroff/troff/roff.
6443         (Installation): Chapter deleted.  Some xrefs deleted.
6444         (Background): woman doesn't advise man ;-).
6446 2006-10-26  Roberto Rodríguez  <lanubeblanca@googlemail.com>  (tiny change)
6448         * ada-mode.texi (Project files, Identifier completion)
6449         (Automatic Casing, Debugging, Using non-standard file names)
6450         (Working Remotely): Fix typos.
6452 2006-10-20  Masatake YAMATO  <jet@gyve.org>
6454         * cc-mode.texi (Sample .emacs File): Add missing `)' in
6455         sample code `my-c-initialization-hook'.
6457 2006-10-19  Stuart D. Herring  <herring@lanl.gov>
6459         * widget.texi: Fix typos.
6461 2006-10-19  Michael Albinus  <michael.albinus@gmx.de>
6463         * tramp.texi (Frequently Asked Questions): Remove questions marked with
6464         "???".  There have been no complaints for years, so the information
6465         must be appropriate.
6467 2006-10-16  Richard Stallman  <rms@gnu.org>
6469         * widget.texi: Use @var instead of capitalization.
6470         Clarify many widget type descriptions.
6472 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6474         * gnus.texi (Other modes): Fix typo.  Add alternative index entry for
6475         gnus-dired-attach.
6476         (Selecting a Group): Fix typo.
6478 2006-10-12  Roberto Rodríguez  <lanubeblanca@googlemail.com>  (tiny change)
6480         * widget.texi: Fix typos.
6482 2006-10-06  Reiner Steib  <Reiner.Steib@gmx.de>
6484         * gnus.texi (Image Enhancements): Update for Emacs 22.
6486         * gnus-faq.texi ([1.3]): Update.
6488 2006-10-06  Richard Stallman  <rms@gnu.org>
6490         * faq.texi (Displaying the current line or column):
6491         Delete "As of Emacs 20".
6493 2006-10-06  Romain Francoise  <romain@orebokech.com>
6495         * faq.texi (VM): VM works with Emacs 22 too.
6497 2006-10-06  Richard Stallman  <rms@gnu.org>
6499         * ebrowse.texi: Remove Emacs version "21" from title.
6501 2006-10-02  Reiner Steib  <Reiner.Steib@gmx.de>
6503         * gnus.texi (Foreign Groups): Say where change of editing commands are
6504         stored.  Add reference to `gnus-parameters'.
6506 2006-09-15  Jay Belanger  <belanger@truman.edu>
6508         * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
6509         Change "Library Public License" to "Lesser Public License"
6510         throughout.  Use "yyyy" to represent year.
6512 2006-09-15  Carsten Dominik  <dominik@science.uva.nl>
6514         * org.texi (Setting tags): Typo fix.
6516 2006-09-14  Reiner Steib  <Reiner.Steib@gmx.de>
6518         * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
6520 2006-09-12  Reiner Steib  <Reiner.Steib@gmx.de>
6522         * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
6524 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
6526         * faq.texi (Escape sequences in shell output): EMACS is now set
6527         to Emacs's absolute file name, not to "t".
6528         (^M in the shell buffer): Likewise.
6529         * misc.texi (Interactive Shell): Likewise.
6531 2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
6533         * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
6534         mails with pop3-leave-mail-on-server.  Fix wording.
6535         (Limiting): Improve gnus-summary-limit-to-articles.
6536         (X-Face): Fix typo.
6538 2006-09-11  Simon Josefsson  <jas@extundo.com>
6540         * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
6541         suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
6543 2006-09-06  Simon Josefsson  <jas@extundo.com>
6545         * smtpmail.texi (Authentication): Mention SSL.
6547 2006-09-01  Eli Zaretskii  <eliz@gnu.org>
6549         * rcirc.texi (Internet Relay Chat, Useful IRC commands):
6550         Don't use @indicateurl.
6552         * cc-mode.texi (Subword Movement): Don't use @headitem.
6553         (Custom Braces, Clean-ups): Don't use @tie.
6555 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
6557         Sync with Tramp 2.0.54.
6559         * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
6560         Suggested by Adrian Phillips <a.phillips@met.no>.
6562 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
6564         * org.texi (Installation, Activation): Split from Installation and
6565         Activation.
6566         (Clocking work time): Documented new features.
6568 2006-08-13  Alex Schroeder  <alex@gnu.org>
6570         * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
6571         example.
6573 2006-08-12  Eli Zaretskii  <eliz@gnu.org>
6575         * faq.texi (How to add fonts): New node.
6577 2006-08-05  Romain Francoise  <romain@orebokech.com>
6579         * faq.texi (New in Emacs 22): Expand.
6581 2006-08-03  Michael Olson  <mwolson@gnu.org>
6583         * erc.texi: Update for ERC 5.1.4.
6585 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6587         * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
6588         in .../site-lisp/gnus/ by default.
6589         [ From gnus-news.texi in the trunk. ]
6591 2006-07-27  Reiner Steib  <Reiner.Steib@gmx.de>
6593         * gnus.texi (MIME Commands): Additions for yEnc.
6595 2006-07-24  Richard Stallman  <rms@gnu.org>
6597         * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
6598         * faq.texi: Move periods and commas inside quotes.
6600 2006-07-20  Jay Belanger  <belanger@truman.edu>
6602         * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
6604 2006-07-18  Chong Yidong  <cyd@stupidchicken.com>
6606         * faq.texi (Security risks with Emacs): Document Emacs 22
6607         file-local-variable mechanism.
6609 2006-07-12  Michael Olson  <mwolson@gnu.org>
6611         * erc.texi: Update for ERC 5.1.3.
6613 2006-07-12  Alex Schroeder  <alex@gnu.org>
6615         * rcirc.texi: Fix typos.
6616         (Getting started with rcirc): New calling convention for M-x irc.
6617         Mention #rcirc.  Removed channel tracking.
6618         (Configuration): Change the names of all variables that got changed
6619         recently, eg. rcirc-server to rcirc-default-server.  Added
6620         documentation for rcirc-authinfo, some background for Bitlbee, and
6621         rcirc-track-minor-mode.
6622         (Scrolling conservatively): Fix the xref from Auto Scrolling to just
6623         Scrolling.
6624         (Reconnecting after you have lost the connection): Fix example code
6625         to match code changes.
6627 2006-07-10  Nick Roberts  <nickrob@snap.net.nz>
6629         * gnus.texi, message.texi: Fix typos.
6631 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
6633         * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
6634         commands.
6635         (Global TODO list): Document the use of the variables
6636         `org-agenda-todo-ignore-scheduled' and
6637         `org-agenda-todo-list-sublevels'.
6639 2006-07-05  Richard Stallman  <rms@gnu.org>
6641         * faq.texi (Scrolling only one line): Fix xref.
6643 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
6645         * faq.texi (Evaluating Emacs Lisp code):
6646         Throughout, replace eval-current-buffer with eval-buffer.
6648 2006-07-03  Richard Stallman  <rms@gnu.org>
6650         * rcirc.texi (Scrolling conservatively): Fix xref.
6652         * pcl-cvs.texi (Viewing differences): Usage fix.
6654 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
6656         * org.texi (Agenda commands): Document `s' key to save all org-mode
6657         buffers.
6659 2006-06-30  Ralf Angeli  <angeli@caeruleus.net>
6661         * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
6662         names.  Mention `cvs-msg' face.
6664 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
6666         * org.texi (Checkboxes): New section.
6668 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
6670         * org.texi (Embedded LaTeX): Fix typos and implement small improvements
6671         throughout this chapter.
6673 2006-06-27  Chong Yidong  <cyd@stupidchicken.com>
6675         * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
6676         text for standalone vs Emacs info.
6677         (Help): Clarify header line description.  Use mouse-1 for clicks.
6678         (Help-P): Use mouse-1 for clicks.
6679         (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
6680         (Help-^L, Help-M, Help-Int, Search Index, Go to node)
6681         (Choose menu subtopic): Remove gratuitous Emacs command names.
6682         (Help-FOO): Put usual behavior first.
6683         (Help-Xref): Clicking on xrefs works in Emacs.
6684         (Search Text): Clarify what the default behavior is.
6685         (Create Info buffer): Fix Emacs window/X window confusion.
6686         (Emacs Info Variables): Fix for new Emacs init file behavior.
6688 2006-06-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6690         * gnus.texi (Summary Buffer Lines): Fix typo.
6692 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
6694         * org.texi (Embedded LaTeX): New chapter.
6695         (Archiving): Section rewritten.
6696         (Enhancing text): Some parts moved to the new chapter about LaTeX.
6698 2006-06-20  Bill Wohler  <wohler@newt.com>
6700         Release MH-E manual version 8.0.1.
6702         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6703         release 8.0.1.
6704         (Preface): Depend on GNU mailutils 1.0 and higher.
6706 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6708         * message.texi (News Headers): Update message-syntax-checks section.
6710 2006-06-19  Karl Berry  <karl@gnu.org>
6712         * info.texi (Advanced): Mention C-q, especially with ?.
6714 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
6716         * org.texi (Publishing links): Document the `:link-validation-function'
6717         property.
6718         (Extensions and Hacking): New chapter, includes some sections of the
6719         "Miscellaneous" chapter.
6721 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
6723         * org.texi (Progress logging): New section.
6725 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
6727         * org.texi (ASCII export): Document indentation adaptation.
6728         (Setting tags): Document mutually-exclusive tags.
6730 2006-06-05  Romain Francoise  <romain@orebokech.com>
6732         * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
6733         Fix typo.
6735         * gnus-faq.texi (Question 8.6): Update reference to the Gnus
6736         channel (#gnus@irc.freenode.net).
6737         Fix typos.  Update copyright notice.
6739         * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
6740         (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
6741         (Line-Up Functions, Custom Macros):
6742         * ediff.texi (Window and Frame Configuration)
6743         (Highlighting Difference Regions):
6744         * emacs-mime.texi (Display Customization):
6745         * erc.texi (History):
6746         * eshell.texi (Known problems):
6747         * eudc.texi (Overview, BBDB):
6748         * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
6749         (The problem of spam, SpamOracle, Extending the Spam package)
6750         (Conformity, Terminology):
6751         * idlwave.texi (Routine Info)
6752         (Class and Keyword Inheritance, Padding Operators)
6753         (Breakpoints and Stepping, Electric Debug Mode)
6754         (Examining Variables, Troubleshooting):
6755         * org.texi (Creating timestamps):
6756         * reftex.texi (Commands, Options, Changes):
6757         * tramp.texi (Inline methods, Password caching)
6758         (Auto-save and Backup, Issues):
6759         * vip.texi (Files, Commands in Insert Mode):
6760         * viper.texi (Emacs Preliminaries, States in Viper)
6761         (Packages that Change Keymaps, Viper Specials, Groundwork):
6762         Fix various typos.
6764 2006-05-31  Michael Ernst  <mernst@alum.mit.edu>
6766         * ediff.texi: Fix typos.
6768 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
6770         * org.texi: Small typo fixes.
6772 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6774         * viper.texi (Viper Specials):
6775         * gnus.texi (Example Setup):
6776         * faq.texi (Backspace invokes help):
6777         * dired-x.texi (Optional Installation Dired Jump):
6778         * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
6779         follow coding conventions.
6781 2006-05-29  Michael Albinus  <michael.albinus@gmx.de>
6783         * tramp.texi (Frequently Asked Questions): Disable zsh zle.
6785 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
6787         * pcl-cvs.texi: Fix typos.
6788         (Customization): Say "us".
6790 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
6792         * org.texi: Remove bogus @setfilename.
6794 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
6796         * org.texi (ASCII export): Omit command name.
6797         (HTML export): Add prefix to all lines in Local Variable example.
6798         (Acknowledgments): Typeset names in italics.
6800 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
6802         * org.texi (Plain lists): Add new item navigation commands.
6803         (External links): Document elisp and info links.
6804         (Custom searches): New section.
6805         (Publishing): New chapter.
6806         (HTML export): Include a list of supported CSS classes.
6807         (Setting tags): Describe the fast-tag-setting interface.
6809 2006-05-20  Luc Teirlinck  <teirllm@auburn.edu>
6811         * dired-x.texi: ifinfo -> ifnottex.
6813 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
6815         * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
6817 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
6819         * message.texi (Interface): Add tool bar customization.
6820         (MIME): Index and text additions for mml-attach.
6821         (MIME): Describe mml-dnd-protocol-alist and
6822         mml-dnd-attach-options.
6824         * gnus.texi (Oort Gnus): Reorder entries in sections.
6825         Fix some entries.
6826         (Starting Up): Add references to "Emacs for Heathens" and to
6827         "Finding the News".  Add user-full-name and user-mail-address.
6828         (Group Buffer Format): Add tool bar customization and update.
6829         (Summary Buffer): Add tool bar customization.
6830         (Posting Styles): Add message-alternative-emails.
6832 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
6834         * tramp.texi (Filename completion): Improve wording.
6836 2006-05-07  Romain Francoise  <romain@orebokech.com>
6838         * faq.texi (Using regular expressions): Fix typo.
6839         (Packages that do not come with Emacs): Fix capitalization.
6840         (Replacing text across multiple files): Expand node to explain how
6841         to use `dired-do-query-replace-regexp' in more detail, based on
6842         suggestion by Eric Hanchrow <offby1@blarg.net>.
6844 2006-05-06  Michael Albinus  <michael.albinus@gmx.de>
6846         * tramp.texi (Filename completion): Completion of remote files'
6847         method, user name and host name is active only in partial
6848         completion mode.
6850 2006-05-06  Bill Wohler  <wohler@newt.com>
6852         Release MH-E manual version 8.0.
6854         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6855         release 8.0.
6857 2006-05-06  Bill Wohler  <wohler@newt.com>
6859         * mh-e.texi (MH-BOOK-HOME): Change from
6860         http://www.ics.uci.edu/~mh/book/mh to
6861         http://rand-mh.sourceforge.net/book/mh.
6862         Replace .htm suffix with .html for MH book files.
6863         (Using This Manual): Update key binding for getting relevant
6864         chapter in Info from command key.
6865         (Ranges): Fix itemx.
6867 2006-05-05  Karl Berry  <karl@gnu.org>
6869         * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
6870         (\fonttextsize): New user-level command to change text font size.
6872 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
6874         * pgg.texi (Caching passphrase): Fix markup and typos.  Simplify.
6876 2006-04-26  Sascha Wilde  <wilde@sha-bang.de>  (tiny change)
6878         * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
6880 2006-04-24  Bill Wohler  <wohler@newt.com>
6882         * mh-e.texi (Getting Started): Make it more explicit that you need
6883         to install MH.  Add pointers to current MH implementations.
6885 2006-04-21  Bill Wohler  <wohler@newt.com>
6887         Release MH-E manual version 7.94.
6889         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6890         release 7.94.
6892 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
6894         * org.texi: Many small fixes.
6895         (Handling links): Rename from "Managing links".
6897 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
6899         * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
6900         (Splitting mail using spam-stat): Fix @xref.
6902 2006-04-20  Chong Yidong  <cyd@stupidchicken.com>
6904         * gnus.texi (Spam Package): Major revision of the text.
6905         Previously this node was "Filtering Spam Using The Spam ELisp Package".
6907 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
6909         * org.texi (Time stamps): Better explanation of the purpose of
6910         different time stamps.
6911         (Structure editing, Plain lists): More details on how new items
6912         and headings are inserted.
6914 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
6916         * org.texi (Formula syntax): Fix link to Calc Manual.
6918 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
6920         * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
6922 2006-04-17  Bill Wohler  <wohler@newt.com>
6924         * mh-e.texi (Folders): Update mh-before-quit-hook and
6925         mh-quit-hook example with code that removes the buffers rather
6926         than just bury them.
6928 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
6930         Sync with Tramp 2.0.53.
6932 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
6934         * org.texi (Updating settings): New section.
6935         (Visibility cycling): Better names for the startup folding
6936         options.
6937         (Exporting): Completely restructured.
6938         (The very busy C-c C-c key): New section.
6939         (Summary of in-buffer settings): New section.
6941 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6943         * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
6945 2006-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6947         * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
6948         (Server Commands): Key `v' is reserved for users.
6950 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
6952         * org.texi (Link format): New section, emphasis on bracket links.
6953         (External links): Document bracket links.
6954         (FAQ): Expand to cover shell links and the new link format.
6956 2006-04-09  Kevin Ryde  <user42@zip.com.au>
6958         * org.texi (Formula syntax): Typo in node name of calc-eval xref.
6960 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
6962         * gnus.texi (Summary Buffer Lines): Add `*'.
6964 2006-04-07  Jochen Küpper  <jochen@fhi-berlin.mpg.de>
6966         * gnus.texi (Group Parameters):
6967         Mention gnus-permanently-visible-groups.
6969 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6971         * gnus.texi (Face): Fix typo.
6973 2006-04-05  Reiner Steib  <Reiner.Steib@gmx.de>
6975         * gnus.texi (X-Face): Clarify.
6976         (Face): Need Emacs with PNG support.
6978 2006-04-06  Richard Stallman  <rms@gnu.org>
6980         * idlwave.texi: Delete the blocks "not suitable for inclusion with
6981         Emacs".
6983 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
6985         * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
6986         blocks not suitable for inclusion with Emacs using variable
6987         PARTOFEMACS.
6989 2006-04-04  Simon Josefsson  <jas@extundo.com>
6991         * gnus.texi (Security): Improve.
6993 2006-04-02  Bill Wohler  <wohler@newt.com>
6995         * mh-e.texi (Getting Started, Junk, Bug Reports)
6996         (MH FAQ and Support): Fix URLs.
6998 2006-03-31  Romain Francoise  <romain@orebokech.com>
7000         * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
7001         to t, not nil (and has for the past eight years).
7003 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7005         * message.texi, gnus.texi: Bump version to 5.11.
7007 2006-03-29  Reiner Steib  <Reiner.Steib@gmx.de>
7009         * gnus.texi (Top): Add comment about version line.
7011         * message.texi (Top): Ditto.  Change to take named versions into
7012         account.
7014 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
7016         * gnus.texi (Posting Styles): Add x-face-file to example.
7017         (X-Face): Refer to posting styles.
7019         * gnus-faq.texi ([5.8]): Add x-face-file.
7020         ([8.4]): Add links to gmane.emacs.gnus.user and
7021         gmane.emacs.gnus.general.
7023 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
7025         * gnus-faq.texi: Use .invalid.
7026         ([5.4]): Fix gnus-posting-styles example.
7028 2006-03-27  Romain Francoise  <romain@orebokech.com>
7030         * faq.texi (Emacs/W3): Rename from `w3-mode'.  Mention that
7031         Emacs/W3 needs a new maintainer.
7032         (Ispell): Update author and version info.
7033         (Mailcrypt): Mention PGG.
7034         (New in Emacs 22): Add PGG to the list of new packages.
7035         Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
7036         updating dead URLs.
7038 2006-03-25  Karl Berry  <karl@gnu.org>
7040         * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
7041         * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
7042         * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
7043         * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
7044         * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
7045         * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
7046         * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
7047         (2) do not indent copyright year list (or anything else).
7049 2006-03-21  Bill Wohler  <wohler@newt.com>
7051         * mh-e.texi (Folders): Various edits.
7053 2006-03-20  Romain Francoise  <romain@orebokech.com>
7055         * gnus.texi (Mail Folders): Grammar fix.
7057 2006-03-19  Bill Wohler  <wohler@newt.com>
7059         * mh-e.texi (Replying): Document Mail-Followup-To.
7060         Change manually-formatted table to multitable.  Add debugging info.
7061         Move description of mh-reply-default-reply-to into paragraph
7062         that describes its values.
7064 2006-03-17  Bill Wohler  <wohler@newt.com>
7066         * mh-e.texi: Use smallexample and smalllisp consistently.
7067         (Sending Mail Tour): Update method of entering
7068         addresses and subject.
7069         (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
7070         (Adding Attachments, Searching): Update screenshots for Emacs 22.
7072 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
7074         * org.texi: Version number change only.
7076 2006-03-14  Bill Wohler  <wohler@newt.com>
7078         * mh-e.texi: Add index entries around each paragraph rather than
7079         depend on entries from beginning of node.  Doing so ensures that
7080         index entries are less likely to be forgotten if text is cut and
7081         pasted, and are necessary anyway if the references are on a
7082         separate page.  It seems that makeinfo is now (v. 4.8) only
7083         producing one index entry per node, so there is no longer any
7084         excuse not to.  Use subheading instead of heading.  The incorrect
7085         use of heading produced very large fonts in Info--as large as the
7086         main heading.
7087         (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
7088         versions 6 and 7 appeared *around* the time of these Emacs releases.
7090 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
7092         * org.texi (Clean view): Document new startup options.
7094 2006-03-11  Bill Wohler  <wohler@newt.com>
7096         * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
7097         (Composing, Scan Line Formats): Fix @refs.
7098         (Getting Started): Define MH profile and MH profile components.
7099         (Incorporating Mail, Reading Mail, Viewing, Printing)
7100         (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
7101         (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
7102         for string constants.
7103         (Tool Bar): Remove spurious quote.
7104         (Junk): Use ``...'' instead of "...".
7105         (Scan Line Formats): Replace @samp with @kbd.
7107 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7109         * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
7111 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
7113         * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
7114         easy to understand.
7116 2006-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7118         * gnus.texi: Markup fix.
7119         (Fancy Mail Splitting): Specify new feature.
7121 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7123         * gnus.texi (Fancy Mail Splitting): Improve descriptions about
7124         partial-words matching.
7126 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
7128         * emacs-mime.texi (Display Customization): Reword image/.* stuff.
7130         * gnus.texi (Oort Gnus): Add note about `gnus-load'.
7131         (MIME Commands): Fix mm-discouraged-alternatives.
7133 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
7135         * org.texi: Version number change only.
7137 2006-03-06  Bill Wohler  <wohler@newt.com>
7139         * mh-e.texi: Move from SourceForge repository to Savannah.
7140         This is version 7.93, which is a total rewrite from the previous
7141         edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
7142         version 7.93.
7144 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
7146         * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
7148 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
7150         * org.texi (Interaction): Add item about `org-mouse.el' by
7151         Piotr Zielinski.
7152         (Managing links): Document that also mouse-1 can be used to
7153         activate a link.
7154         (Headlines, FAQ): Add entry about hiding leading stars.
7155         (Miscellaneous): Resort the sections in this chapter to a more
7156         logical sequence.
7158 2006-02-27  Simon Josefsson  <jas@extundo.com>
7160         * emacs-mime.texi (Flowed text): Add mm-fill-flowed.  (Sync
7161         2004-01-27 from the trunk).
7163 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
7165         * cc-mode.texi: Rename c-hungry-backspace to
7166         c-hungry-delete-backwards, at the request of RMS.  Leave the old
7167         name as an alias.
7169 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
7171         * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
7172         include the function header within the defun.
7174 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
7176         * cc-mode.texi: Correct two typos.
7178 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
7180         * cc-mode.texi (Comment Commands): State that C-u M-; kills any
7181         existing comment.
7182         (Electric Keys): Add a justification for electric indentation.
7183         (Hungry WS Deletion): Clear up the names and complications of the
7184         BACKSPACE and DELETE keys.
7186 2006-02-23  Juri Linkov  <juri@jurta.org>
7188         * faq.texi (Common requests): Move `Turning on auto-fill by
7189         default' after `Wrapping words automatically'.  Move `Working with
7190         unprintable characters' before `Searching for/replacing newlines'.
7191         Move `Replacing highlighted text' after `Highlighting a region'.
7192         Merge `Repeating commands' and `Repeating a command as many times
7193         as possible' into the former.
7194         (Packages that do not come with Emacs): Add refs to Gmane and
7195         etc/MORE.STUFF.
7197 2006-02-23  Juri Linkov  <juri@jurta.org>
7199         * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
7200         (Reporting bugs): Suggest using `M-x report-emacs-bug'.
7201         Add xref to `(emacs)Reporting Bugs'.
7202         (Getting a printed manual): Add URL to other formats of the manual.
7203         (Common requests): Fix menu.
7204         (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
7205         (Horizontal scrolling): Mention `truncate-partial-width-windows'.
7206         (Inserting text at the beginning of each line): Add pxref to
7207         `Changing the included text prefix'.
7208         (Forcing the cursor to remain in the same column): Mention `track-eol'
7209         and `set-goal-column'.  Add pxref to `(emacs)Moving Point'.
7210         (Replacing text across multiple files): Add keybinding `Q' for
7211         `dired-do-query-replace'.
7213 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
7215         * reftex.texi: Version number and date change only.
7217         * org.texi (Internal Links): Rewrite to cover the modified
7218         linking system.
7220 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
7222         * faq.texi: Remove the coding cookie, it's not needed anymore.
7224 2006-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7226         * faq.texi (Colors on a TTY): Mention Mac OS port.
7228 2006-02-12  Karl Berry  <karl@gnu.org>
7230         * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
7231         8-bit accented a.
7233 2006-02-09  Reiner Steib  <Reiner.Steib@gmx.de>
7235         * gnus.texi (Gnus Versions): Add history beyond start of Oort.
7237 2006-02-08  Romain Francoise  <romain@orebokech.com>
7239         * faq.texi (Top): Remove paragraph about the FAQ being a
7240         transitional document, etc.
7241         (Searching for/replacing newlines): New node.
7242         (Yanking text in isearch): New node.
7243         (Inserting text at the beginning of each line): Rename and make
7244         more general, mention `M-;' in Message mode.
7246 2006-02-07  Luc Teirlinck  <teirllm@auburn.edu>
7248         * faq.texi (Meta key does not work in xterm)
7249         (Emacs does not display 8-bit characters)
7250         (Inputting eight-bit characters): Update xrefs.
7252 2006-02-06  Romain Francoise  <romain@orebokech.com>
7254         * faq.texi (VM): VM now at version 7.19.
7255         Set myself as maintainer of this file.
7257 2006-02-04  Michael Olson  <mwolson@gnu.org>
7259         * erc.texi (History): Note that ERC is now included with Emacs.
7261 2006-01-31  Romain Francoise  <romain@orebokech.com>
7263         * message.texi (Message Headers): Explain what
7264         `message-alternative-emails' does in more detail.
7265         Update copyright year.
7267 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
7269         * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
7271 2006-01-29  Richard M. Stallman  <rms@gnu.org>
7273         * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
7275 2006-01-29  Michael Olson  <mwolson@gnu.org>
7277         * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
7279         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
7281         * faq.texi (New in Emacs 22): Mention ERC.
7283 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
7285         * rcirc.texi: Capitalize dir entry for consistency with the entry
7286         in info/dir and other entries in the Emacs category.
7287         Fix typos.  Delete trailing whitespace.
7289 2006-01-28  Björn Lindström  <bkhl@elektrubadur.se>
7291         * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
7293 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
7295         * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
7296         (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7298         * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
7299         (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7301 2006-01-27  Alex Schroeder  <alex@gnu.org>
7303         * rcirc.texi: New file.
7305 2006-01-23  Juri Linkov  <juri@jurta.org>
7307         * widget.texi (User Interface): Add S-TAB for widget-backward.
7309 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
7311         Sync with Tramp 2.0.52.
7313         * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
7314         Add Tramp disabling item.  New item for common connection problems.
7315         (various): Apply "ftp" as method for the download URL.
7316         (Bug Reports): Refer to FAQ for common problems.
7318 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
7320         * widget.texi (User Interface): Use @key for TAB.
7322         * ses.texi (Formulas, Printer functions): Use @key for TAB.
7324         * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
7325         for TAB.
7327         * cc-mode.texi (Indentation Calculation): Use @key for TAB.
7329 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7331         * gnus.texi: Update copyright.
7333 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7335         * gnus.texi (Article Washing): Additions.
7337 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
7339         * org.texi (Agenda commands): Document tags command.
7341 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7343         * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
7345 2006-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7347         * gnus.texi (RSS): Addition.
7349 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7351         * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
7353 2005-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7355         * emacs-mime.texi (Display Customization): Add setting example to
7356         mm-discouraged-alternatives.
7358 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7360         * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
7361         version is the canonical version.
7363 2006-01-08  Alex Schroeder  <alex@gnu.org>
7365         * pgg.texi (Caching passphrase): Rewording.
7367 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
7369         * flymake.texi (Obtaining Flymake): Update Flymake's CVS
7370         repository URL.
7372 2006-01-06  Carsten Dominik  <dominik@science.uva.nl>
7374         * org.texi: Removed the accidentally re-added empty line in the
7375         direntry.
7377 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
7379         * org.texi (Agenda Views): Chapter reorganized.
7381 2005-12-29  Romain Francoise  <romain@orebokech.com>
7383         * faq.texi (Using Customize): New node.
7385 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
7387         * org.texi: Remove blank line in @direntry.  It is non-standard
7388         and recursively produces blank lines all over the dir file (when
7389         using Texinfo 4.8).
7391 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
7393         * widget.texi (atoms): Delete obsolete remark about `file' widget.
7395 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
7397         * org.texi (Tags): Boolean logic documented.
7398         (Agenda Views): Document custom commands.
7400 2005-12-20  David Kastrup  <dak@gnu.org>
7402         * faq.texi (AUCTeX): Update version and mailing list info.
7404 2005-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7406         * gnus.texi (MIME Commands): Mention addition of
7407         multipart/alternative to gnus-buttonized-mime-types and add xref
7408         to mm-discouraged-alternatives.
7410         * emacs-mime.texi (Display Customization): Mention addition of
7411         "image/.*" and add xref to gnus-buttonized-mime-types in the
7412         mm-discouraged-alternatives section.
7414 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
7416         * org.texi (Tags): New section.
7417         (Agenda Views): Chapter reorganized.
7419 2005-12-16  Eli Zaretskii  <eliz@gnu.org>
7421         * org.texi (Internal Links): Add a missing comma after an @xref.
7423 2005-12-14  Chong Yidong  <cyd@stupidchicken.com>
7425         * faq.texi (Filling paragraphs with a single space): No need to
7426         change sentence-end now.
7428 2005-12-13  Romain Francoise  <romain@orebokech.com>
7430         * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
7432 2005-12-12  Jay Belanger  <belanger@truman.edu>
7434         * faq.texi (Calc): Update version number.
7436 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
7438         * org.texi (Progress Logging): New section.
7440 2005-12-10  Romain Francoise  <romain@orebokech.com>
7442         Update the Emacs FAQ for the 22.1 release.
7444         * faq.texi: Set VER to `22.1'.
7445         (Basic editing): Explain how to use localized versions of the
7446         Tutorial.  Mention that `C-h r' displays the manual.
7447         Delete obsolete WWW link to an Emacs 18 tutorial.
7448         (Getting a printed manual): Point to the new locations of the
7449         manuals on the GNU Web site.
7450         (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
7451         available via Info (it was previously distributed separately).
7452         (Installing Texinfo documentation): The latest version of Texinfo
7453         is 4.8, not 4.0.
7454         (Informational files for Emacs): COPYING is the GNU General Public
7455         License, not the Emacs General Public License.
7456         (Informational files for Emacs): Delete obsolete link to the
7457         GNUinfo pages as they have been removed from the GNU Web site.
7458         (New in Emacs 22): New node.
7459         (Setting up a customization file): Say that most packages support
7460         Customize nowadays.
7461         (Colors on a TTY): Delete reference to instructions on how to
7462         enable syntax highlighting, it is now enabled by default.
7463         (Turning on abbrevs by default): Emacs now reads the abbrevs file
7464         at startup automatically.
7465         (Controlling case sensitivity): Mention `M-c' in isearch.
7466         (Using an already running Emacs process): Emacs now creates the
7467         socket in `/tmp/emacsUID'.  Fix typos.  Change default location of
7468         gnuserv.  As emacsclient can now run Lisp code as well, delete a
7469         sentence praising gnuserv for that.  Simplify description of how
7470         the client/server operation works.
7471         (Compiler error messages): Delete obsolete text (compile.el has
7472         been rewritten).
7473         (Indenting switch statements): Fix typo.
7474         (Matching parentheses): Simplify setup instructions, mention the
7475         menu bar item in the Options menu.
7476         (Repeating a command as many times as possible): Mention `C-x e'.
7477         (Going to a line by number): Mention new keymap and bindings
7478         `M-g M-g', `M-g M-p' and `M-g M-n'.
7479         (Turning on syntax highlighting): Now on by default.  Simplify.
7480         (Replacing highlighted text): Use `1', not `t'.
7481         (Problems with very large files): The maximum size is now 256MB on
7482         32-bit machines.
7483         (^M in the shell buffer): Mention `comint-process-echoes'.
7484         (Emacs for Apple computers): Emacs 22 has native support for Mac
7485         OS X.
7486         (Translating names to IP addresses): Delete node.
7487         (Binding keys to commands): Fix typo.
7488         (SPC no longer completes file names): New node.
7489         (MIME with Emacs mail packages): Delete section about the Emacs
7490         MIME FAQ (it's not reachable anymore).
7492 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
7494         * cc-mode.texi: The manual has been extensively revised: the
7495         information about using CC Mode has been separated from the larger
7496         and more difficult chapters about configuration.  It has been
7497         updated for CC Mode 5.31.
7499 2005-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7501         * pgg.texi (User Commands): Fix description of pgg-verify-region.
7502         (Selecting an implementation): Fix descriptions.
7504 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7506         * message.texi (Various Message Variables): Addition.
7508 2005-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7510         * message.texi: Fix default values.
7512 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7514         * message.texi (Header Commands): Clarify descriptions of
7515         message-cross-post-followup-to, message-reduce-to-to-cc, and
7516         message-insert-wide-reply.
7517         (Various Commands): Fix kindex for message-kill-to-signature;
7518         clarify description of message-tab.
7520 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7522         * message.texi (Mailing Lists): Fix description about MFT.
7524         * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
7526 2005-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7528         * gnus.texi (Slow Terminal Connection): Replace old description
7529         with new one.
7531 2005-11-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7533         * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
7534         replace X-Draft-Headers with X-Draft-From.
7536 2005-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7538         * gnus.texi (Various Various): Fix the default value of
7539         nnheader-max-head-length.
7540         (Gnus Versions): Fix typo.
7542 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
7544         * org.texi (Structure editing): Document new functionality of
7545         M-RET.
7547 2005-12-06  Luc Teirlinck  <teirllm@auburn.edu>
7549         * org.texi (Internal Links): Fix Texinfo usage.
7551 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
7553         * org.texi (TODO basics): Document the global todo list.
7554         (TODO items): Documents sparse tree for specific TODO
7555         keywords.
7557 2005-11-30  Carsten Dominik  <dominik@science.uva.nl>
7559         * org.texi (Plain Lists): Typos fixed.
7561 2005-11-28  Jay Belanger  <belanger@truman.edu>
7563         * calc.texi: Change references of `M-#' to `C-x *' prefix.
7565 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
7567         * org.texi (Structure editing): New item moving commands added.
7568         (Plain Lists): New section.
7570 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
7572         * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
7573         (Agenda): Document commands `org-cycle-agenda-files' and
7574         `org-agenda-file-to-front'.
7575         (Built-in table editor): Document `org-table-sort-lines'.
7576         (HTML formatting): Export of hand-formatted lists.
7578 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7580         * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
7581         new variable gnus-toolbar-thickness.
7583 2005-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7585         * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
7587 2005-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7589         * gnus.texi (X-Face): Fix description.
7590         (XVarious): Remove gnus-xmas-logo-color-alist and
7591         gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
7593 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7595         * gnus.texi (Group Parameters): Mention new variable
7596         gnus-parameters-case-fold-search.
7597         (Home Score File): Addition.
7599 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
7601         * newsticker.texi: VERSION changed to 1.9.  Updated UPDATED.
7602         (Overview): List supported feed types.
7603         (Installation): No installation necessary when using autoload.
7604         (Configuration): Rename "RSS" to "news".
7606 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
7608         * pgg.texi (User Commands): Document additional passphrase
7609         argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
7610         (Backend methods): Likewise for corresponding pgg-scheme-* functions.
7612 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
7614         * org.texi: Version number changed to 3.19.
7616 2005-10-29  Sascha Wilde  <wilde@sha-bang.de>
7618         * pgg.texi (How to use): Update the example to add autoload of
7619         pgg-encrypt-symmetric-region.
7620         (User Commands): Document pgg-encrypt-symmetric-region.
7621         (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
7623 2005-10-27  Jay Belanger  <belanger@truman.edu>
7625         * calc.texi (Predefined Units): Fix the symbol for a TeX points,
7626         mention other TeX-related units.
7628 2005-10-23  Lars Hansen  <larsh@soem.dk>
7630         * dired-x.texi (Miscellaneous Commands):
7631         Replace dired-do-relative-symlink by dired-do-relsymlink and
7632         dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
7634 2005-10-23  Jay Belanger  <belanger@truman.edu>
7636         * calc.texi (Predefined Units): Use `alpha' for the fine structure
7637         constant.
7639 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
7641         * faq.texi (Bugs and problems):
7642         Replace `dired-move-to-filename-regexp' by
7643         `directory-listing-before-filename-regexp'.
7645 2005-10-22  Eli Zaretskii  <eliz@gnu.org>
7647         * newsticker.texi (UPDATED): Set value.
7649 2005-10-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7651         * gnus.texi (Document Groups): Remove duplicate item.
7653 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
7655         * org.texi (Summary): Mention iCalendar support.
7656         (Exporting): Document iCalendar support.
7658 2005-10-18  Romain Francoise  <romain@orebokech.com>
7660         * viper.texi (Viper Specials): Capitalize GNU.
7662 2005-10-17  Juri Linkov  <juri@jurta.org>
7664         * info.texi (Getting Started, Search Index, Expert Info):
7665         Fix wording.
7666         (Search Text): Replace `echo area' with `mode line'.
7667         (Search Index): Both `i' and `,' find all index entries.
7668         Replace example `C-f' with `C-l' (which exists in index of Info
7669         manual) and delete spaces in its keyboard input sequence.
7670         Delete unnecessary explanations about literal characters.
7672 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7674         * gnus.texi (Document Server Internals): Addition.
7676 2005-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7678         * gnus.texi (A note on namespaces): Fix RFC reference.
7680 2005-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7682         * gnus.texi (RSS): Fix key description.
7684 2005-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7686         * gnus.texi: Emacs/w3 -> Emacs/W3.
7687         (Browsing the Web): Fix description.
7688         (Web Searches): Ditto.
7689         (Customizing W3): Ditto.
7691 2005-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7693         * gnus.texi (Maildir): Clarify expire-age and expire-group.
7695 2005-10-11  Jay Belanger  <belanger@truman.edu>
7697         * calc.texi (Integration): Mention using `a i' to compute definite
7698         integrals.
7700 2005-10-11  Juri Linkov  <juri@jurta.org>
7702         * info.texi: Rearrange nodes.
7703         (Top): Update menu.  Change ref `Info for Experts' to
7704         `Advanced Info Commands'.
7705         (Getting Started): Fix description of manual's parts.
7706         (Help-Int): Change xref `Info Search' to `Search Index', and
7707         `Expert Info' to `Advanced'.
7708         (Advanced): Move node one level up.
7709         (Search Text, Search Index): New nodes split out from `Info Search'.
7710         (Go to node, Choose menu subtopic, Create Info buffer): New nodes
7711         split out from `Advanced'.
7712         (Advanced, Emacs Info Variables): De-document editing an Info file
7713         in Info.
7714         (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
7715         (Creating an Info File): Delete node and move its text to
7716         `Expert Info'.
7718 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
7720         * org.texi (Workflow states): Documented that change in keywords
7721         becomes active only after restart of Emacs.
7723 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
7725         Sync with Tramp 2.0.51.
7727 2005-10-08  Nick Roberts  <nickrob@snap.net.nz>
7729         * speedbar.texi (Introduction): Describe new location of speedbar
7730         on menubar.
7731         (Basic Key Bindings): Remove descriptions of bindings that have
7732         been removed.
7734 2005-10-05  Nick Roberts  <nickrob@snap.net.nz>
7736         * speedbar.texi (GDB): Describe use of watch expressions.
7738 2005-09-28  Simon Josefsson  <jas@extundo.com>
7740         * message.texi (IDNA): Fix.
7742 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7744         * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
7745         nntp-server-hook, and nntp-warn-about-losing-connection; fix
7746         description of nntp-open-connection-function.
7747         (Common Variables): Fix descriptions.
7749 2005-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7751         * gnus.texi (Server Buffer Format): Document the %a format spec.
7753 2005-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7755         * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
7757 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
7759         * org.texi Version 3.16.
7761 2005-09-19  Miles Bader  <miles@gnu.org>
7763         * newsticker.texi: Get rid of CVS keywords.
7765 2005-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7767         * gnus.texi (Finding the Parent): Fix description of how Gnus
7768         finds article.
7770 2005-09-14  Jari Aalto  <jari.aalto@cante.net>
7772         * gnus.texi (Advanced Scoring Examples): New examples to teach how
7773         to drop off non-answered articles.
7775 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
7777         * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
7778         braces (which are unsupported by NMAKE) for macro `srcdir'.
7780 2005-09-17  Eli Zaretskii  <eliz@gnu.org>
7782         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7783         (../info/newsticker, newsticker.dvi): New targets.
7785 2005-09-17  Ulf Jasper  <ulf.jasper@web.de>
7787         * newsticker.texi: Replace @command with @code.  Replace @example
7788         with @lisp.
7789         (Top): Add explanations to menu items.
7790         (GNU Free Documentation License): Remove.
7792 2005-09-16  Romain Francoise  <romain@orebokech.com>
7794         Update all files to specify GFDL version 1.2.
7796         * doclicense.texi (GNU Free Documentation License): Update to
7797         version 1.2.
7799 2005-09-15  Richard M. Stallman  <rms@gnu.org>
7801         * newsticker.texi: Fix @setfilename.
7803         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7804         (../info/newsticker, newsticker.dvi): New targets.
7806 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
7808         * org.texi: Version 3.15.
7810 2005-08-29  Luc Teirlinck  <teirllm@auburn.edu>
7812         * ses.texi: Combine all three indices into one.
7813         Correct a few typos.
7815 2005-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7817         * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
7819 2005-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7821         * emacs-mime.texi (Handles): Remove duplicate item.
7822         (Encoding Customization): Fix the default value for
7823         mm-coding-system-priorities.
7824         (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
7825         (Basic Functions): Fix reference.
7827 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7829         * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
7831 2005-08-18  Richard M. Stallman  <rms@gnu.org>
7833         * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
7834         and web site.
7836         * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
7837         not keyboard-translate.
7839 2005-08-11  Richard M. Stallman  <rms@gnu.org>
7841         * faq.texi (Using regular expressions): Fix xref.
7843 2005-08-09  Juri Linkov  <juri@jurta.org>
7845         * info.texi (Help-P): Replace `Prev' with `Previous'.
7846         (Help-M, Help-Xref): Add S-TAB.
7847         (Help-FOO): Update `u' command.
7848         (Help-Xref): Move info about Mouse-2 from `Help-Int'.
7849         Update info about visibility of xref parts.
7850         (Help-Int): Fix `m' command.  Rename `Info-last' to
7851         `Info-history-back'.  Add `Info-history-forward'.
7852         (Advanced): Fix `g*' and `M-n' commands.
7853         (Info Search): Add `index-apropos' in stand-alone browser.
7854         Add isearch commands.
7855         (Emacs Info Variables): Remove `Info-fontify'.
7856         Add `Info-mode-hook'.  Update face names.
7857         Add `Info-fontify-maximum-menu-size',
7858         `Info-fontify-visited-nodes', `Info-isearch-search'.
7860 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
7862         Sync with Tramp 2.0.50.
7864         * tramp.texi: Use @option{} consequently for method names.
7865         (Inline methods, External transfer methods): Remove references to
7866         Cygwin.
7867         (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
7868         implementation.
7870 2005-07-27  Reiner Steib  <Reiner.Steib@gmx.de>
7872         * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
7873         Mention that gnus-init-file is not read when Emacs is invoked with
7874         --no-init-file or -q.
7876 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
7878         * org.texi: Version 3.14.
7880 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
7882         * org.texi: Version 3.13.
7884 2005-07-18  Juri Linkov  <juri@jurta.org>
7886         * calc.texi (Time Zones, Logical Operations):
7887         * cl.texi (Overview):
7888         * org.texi (TODO types):
7889         * sc.texi (Emacs 18 MUAs):
7890         * speedbar.texi (Top):
7891         * url.texi (History):
7892         Delete duplicate duplicate words.
7894 2005-07-16  Johan BockgÃ¥rd  <bojohan@users.sourceforge.net>  (tiny change)
7896         * cl.texi (Type Predicates): Document `atom' type.
7898 2005-07-04  Lute Kamstra  <lute@gnu.org>
7900         Update FSF's address in GPL notices.
7902         * calc.texi (Copying):
7903         * doclicense.texi (GNU Free Documentation License):
7904         * faq.texi (Contacting the FSF):
7905         * mh-e.texi (Copying): Update FSF's address.
7907 2005-07-03  Richard M. Stallman  <rms@gnu.org>
7909         * flymake.texi (Example -- Configuring a tool called directly):
7910         Update name of flymake-build-relative-filename.
7912 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7914         * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
7916 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
7918         * org.texi: Version 3.12.
7920 2005-06-24  Eli Zaretskii  <eliz@gnu.org>
7922         * makefile.w32-in (MAKEINFO): Use --force.
7923         (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
7924         Makefile.in.
7925         (gnus.dvi): Use "..." to quote Sed args, so that it works with
7926         more shells.
7928 2005-06-23  Richard M. Stallman  <rms@gnu.org>
7930         * speedbar.texi (Creating a display): Texinfo usage fixes.
7932         * tramp.texi (Customizing Completion, Auto-save and Backup):
7933         Texinfo usage fixes.
7935 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
7937         * dired-x.texi (Miscellaneous Commands):
7938         * ediff.texi (Miscellaneous):
7939         * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
7940         (Agent Variables):
7941         * info.texi (Help-Xref):
7942         * message.texi (Message Headers):
7943         * org.texi (Remember):
7944         * reftex.texi (Options (Defining Label Environments)):
7945         (Options (Index Support)):
7946         (Options (Viewing Cross-References)):
7947         (Options (Misc)):
7948         (Changes):
7949         * speedbar.texi (Creating a display):
7950         * tramp.texi (Customizing Completion, Auto-save and Backup):
7951         Texinfo usage fix.
7953 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
7955         * org.texi: Version 3.11.
7957 2005-06-12  Jay Belanger  <belanger@truman.edu>
7959         * calc.texi (Getting Started): Remove extra menu item.
7961 2005-05-31  Jay Belanger  <belanger@truman.edu>
7963         * calc.texi (Notations Used in This Manual): Use @kbd for key
7964         sequence.
7965         (Demonstration of Calc): Mention another way of starting Calc.
7966         (Starting Calc): Mention long name of M-#.
7967         (Embedded Mode Overview): Remove unnecessary instruction.
7968         (Other M-# commands): Rephrase `M-# 0' explanation.
7969         (Basic Embedded Mode): Rewrite discussion of prefix arguments to
7970         reflect current behavior.
7972 2005-05-30  Jay Belanger  <belanger@truman.edu>
7974         * calc.texi (Hooks): Change description of calc-window-hook and
7975         calc-trail-window-hook to match usage.
7976         (Computational Functions): Add more constant-generating functions.
7977         (Customizable Variables): Use defvar.
7979 2005-05-28  Jay Belanger  <belanger@truman.edu>
7981         * calc.texi (Assignments in Embedded Mode): Fix variable name.
7982         (Basic Embedded Mode): Explain behavior of arguments to
7983         calc-embedded-mode.
7985 2005-05-27  Jay Belanger  <belanger@truman.edu>
7987         * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
7988         current behavior.
7990 2005-05-25  Jay Belanger  <belanger@truman.edu>
7992         * calc.texi: Change Calc version number throughout.
7993         (Keypad Mode): Change location in info output.
7994         (Keypad mode overview): Move picture of keypad.
7996 2005-05-21  Jay Belanger  <belanger@truman.edu>
7998         * calc.texi (Storing variables): Mention that only most variables
7999         are void to begin with.
8001 2005-05-21  Kevin Ryde  <user42@zip.com.au>
8003         * widget.texi (Basic Types): Update cross ref from "Enabling
8004         Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
8005         lispref/text.texi change.
8007 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
8009         * org.texi: Version 3.09.
8011 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
8013         * reftex.texi: Version 4.28.
8015 2005-05-16  Jay Belanger  <belanger@truman.edu>
8017         * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
8019 2005-05-14  Jay Belanger  <belanger@truman.edu>
8021         * calc.texi (Default Simplifications): Insert missing ! (logical
8022         not operator).
8024 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
8026         Sync with Tramp 2.0.49.
8028 2005-05-10  Jay Belanger  <belanger@truman.edu>
8030         * calc.texi (Default Simplifications): Mention that 0^0 simplifies
8031         to 1.
8033 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
8035         * org.texi: Version 3.08, structure reorganized.
8037 2005-04-24  Richard M. Stallman  <rms@gnu.org>
8039         * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
8041 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
8043         * org.texi: Update to version 3.06.
8045 2005-04-13  Lute Kamstra  <lute@gnu.org>
8047         * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
8049 2005-04-10  Thien-Thi Nguyen  <ttn@gnu.org>
8051         * cl.texi (Porting Common Lisp): Fix typo.
8053 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8055         * gnus.texi (RSS): Addition.
8057 2005-04-04  Jay Belanger  <belanger@truman.edu>
8059         * calc.texi: Change Calc version number.
8060         (Customizable variables): Fix description of calc-language-alist.
8061         (Copying): Put in version 2 of GPL.
8063 2005-04-01  Jay Belanger  <belanger@truman.edu>
8065         * calc.texi (Troubleshooting Commands): Remove comment about
8066         installation.
8067         (Installation): Remove section.
8068         (Customizable Variables): New section.
8069         (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
8070         (Graphical Devices): Add references to Customizable Variables.
8072 2005-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8074         * emacs-mime.texi (Display Customization): Markup fixes.
8075         (rfc2047): Update.
8077 2005-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
8079         * gnus-faq.texi: Replaced with auto-generated version.
8081 2005-03-26  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
8083         * dired-x.texi (Multiple Dired Directories): default-directory was
8084         renamed to dired-default-directory.
8086 2005-03-26  Jay Belanger  <belanger@truman.edu>
8088         * calc.texi (Simplifying Formulas, Rewrite Rules):
8089         Change description of top and bottom of fraction.
8090         (Modulo Forms): Move description of how to create modulo forms to
8091         earlier in the section.
8092         (Fraction Mode): Suggest using : to get a fraction by dividing.
8093         (Basic Arithmetic): Adjust placement of command name.
8094         (Truncating the Stack): Emphasize that "hidden" entries are still
8095         visible.
8096         (Installation): Move discussion of printing manual to "About This
8097         Manual".
8098         (About This Manual): Mention how to print the manual.
8099         (Reporting Bugs): Remove first person.
8100         (Building Vectors): Add algebraic version of append.
8101         (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
8102         (Grouping Digits): Fix typo.
8104 2005-03-25  Werner Lemberg  <wl@gnu.org>
8106         * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
8107         Replace `legal' with `valid'.
8109 2005-03-25  Werner Lemberg  <wl@gnu.org>
8111         * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
8113 2005-03-24  Jay Belanger  <belanger@truman.edu>
8115         * calc.texi (General Mode Commands)
8116         (Mode Settings in Embedded Mode): Add some explanation of
8117         recording mode settings.
8119 2005-03-24  Richard M. Stallman  <rms@gnu.org>
8121         * calc.texi: Remove praise of non-free software.
8123         * idlwave.texi: Don't say where to get IDL or its non-free manual.
8124         (Installation): Node deleted.
8126 2005-03-23  Richard M. Stallman  <rms@gnu.org>
8128         * url.texi (HTTP language/coding): Improve last change.
8130 2005-03-22  Jay Belanger  <belanger@truman.edu>
8132         * calc.texi (Embedded Mode): Add new information on changing
8133         modes.
8135 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
8137         Sync with Tramp 2.0.48.
8139         * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
8141         * tramp.texi: Replace "Emacs" by "GNU Emacs".  Replace "Linux" by
8142         "GNU/Linux".  Change all addresses to .gnu.org.
8143         (Default Method): Offer shortened syntax for "su" and "sudo"
8144         methods.
8146 2005-03-07  Richard M. Stallman  <rms@gnu.org>
8148         * url.texi: Fix usage of "e.g.".
8149         (HTTP language/coding): Explain the rules for these strings.
8151 2005-03-06  Richard M. Stallman  <rms@gnu.org>
8153         * woman.texi (Introduction): Minor cleanups.
8155         * url.texi (HTTP language/coding): Get rid of "Emacs 21".
8157         * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
8158         (Installation): Node deleted.
8160         * mh-e.texi (Preface): Get rid of "Emacs 21".
8162         * eshell.texi (Installation): Delete node (for Emacs 20).
8164 2005-03-05  Thien-Thi Nguyen  <ttn@gnu.org>
8166         * flymake.texi: Refill and tweak style in @lisp blocks.
8168 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8170         * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
8172 2005-03-01  Jay Belanger  <belanger@truman.edu>
8174         * calc.texi (Trigonometric and Hyperbolic Functions):
8175         Mention additional functions.
8176         (Algebraic Simplifications): Mention additional simplifications.
8178 2005-02-18  Jonathan Yavner  <jyavner@member.fsf.org>
8180         * ses.texi: Add concept/function/variable indices (this work was
8181         donated by Brad Collins <brad@chenla.org>, copyright-assignment
8182         papers on file at FSF).
8184 2005-02-10  Jay Belanger  <belanger@truman.edu>
8186         * calc.texi: Change @LaTeX to La@TeX throughout.
8187         Redefine @expr as @math for TeX output.
8188         Redefine @texline as a no-op for TeX output.
8189         Define @tfn, replace @t by @tfn throughout.
8191 2005-02-09  Jay Belanger  <belanger@truman.edu>
8193         * calc.texi: Add macro for LaTeX for info output.
8195 2005-02-08  Kim F. Storm  <storm@cua.dk>
8197         * texinfo.tex (LaTex): Add def.
8199 2005-02-06  Jay Belanger  <belanger@truman.edu>
8201         * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
8202         change name to "TeX and LaTeX Language Modes."  Mention LaTeX mode
8203         throughout manual.
8205 2005-01-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8207         * gnus.texi: Some edits based on comments from David Abrahams.
8209 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8211         * gnus.texi (RSS): Fix the keystroke.
8213 2005-01-24  David Kastrup  <dak@gnu.org>
8215         * faq.texi: Update AUCTeX version info.
8217 2005-01-16  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
8219         * gnus-faq.texi ([4.1]): Typo.
8221 2005-01-19  Jay Belanger  <belanger@truman.edu>
8223         * calc.texi (Keep Arguments): Mention that keeping arguments
8224         doesn't work with keyboard macros.
8226 2005-01-16  Richard M. Stallman  <rms@gnu.org>
8228         * autotype.texi (Autoinserting): Fix small error.
8230 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
8232         Sync with Tramp 2.0.47.
8234         * tramp.texi (Compilation): New section, describing compilation of
8235         remote files.
8237 2005-01-11  Kim F. Storm  <storm@cua.dk>
8239         * widget.texi (Basic Types): Add :follow-link keyword.
8241 2005-01-09  Jay Belanger  <belanger@truman.edu>
8243         * calc.texi (Basic Commands): Describe new behavior of calc-reset.
8245 2005-01-08  Jay Belanger  <belanger@truman.edu>
8247         * calc.texi: Change throughout to reflect new default value of
8248         calc-settings-file.
8250 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8252         * message.texi (Reply): `message-reply-to-function' should return
8253         a list.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
8255 2005-01-06  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
8257         * faq.texi (Changing load-path): Fix typo.
8259 2005-01-05  Jay Belanger  <belanger@truman.edu>
8261         * calc.texi (Programming Tutorial): Replace kbd command by
8262         appropriate characters for a keyboard macro.
8264 2005-01-04  Jay Belanger  <belanger@truman.edu>
8266         * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
8267         for Lucid Emacs.
8268         (Programming Tutorial): Mention that the user needs to be in the
8269         right mode to compute some functions.
8271 2005-01-04  Jay Belanger  <belanger@truman.edu>
8273         * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
8274         no longer applicable.
8276 2005-01-01  Jay Belanger  <belanger@truman.edu>
8278         * calc.texi (Programming Tutorial): Change description of how to
8279         edit keyboard macros to match current behavior.
8281 2004-12-31  Jay Belanger  <belanger@truman.edu>
8283         * calc.texi: Mention C-cC-c as the way to finish editing throughout.
8285 2004-12-20  Jay Belanger  <belanger@truman.edu>
8287         * calc.texi (Types Tutorial): Emphasize that you can't divide by
8288         zero.
8290 2004-12-17  Luc Teirlinck  <teirllm@auburn.edu>
8292         * cc-mode.texi (Text Filling and Line Breaking): Put period after
8293         @xref.
8294         (Font Locking): Avoid @strong{Note:}.
8296 2004-12-17  Michael Albinus  <michael.albinus@gmx.de>
8298         Sync with Tramp 2.0.46.
8300         * tramp.texi (bottom): Add arch-tag.  It was lost, somehow.
8302 2004-12-16  Luc Teirlinck  <teirllm@auburn.edu>
8304         * url.texi: Correct typos.
8305         (Retrieving URLs): @var{nil}->@code{nil}.
8306         (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
8307         the standard "The GNU Emacs Manual" in fifth argument of @xref's.
8308         (Dealing with HTTP documents): @inforef->@xref.
8310 2004-12-15  Jay Belanger  <belanger@truman.edu>
8312         * calc.texi: Consistently capitalized all mode names.
8313         (Answers to Exercises): Mention that an answer can be a fraction
8314         when in Fraction mode.
8316 2004-12-13  Jay Belanger  <belanger@truman.edu>
8318         * calc.texi: Fix some TeX definitions.
8320 2004-12-09  Luc Teirlinck  <teirllm@auburn.edu>
8322         * reftex.texi (Imprint): Remove erroneous @value's.
8324 2004-12-08  Luc Teirlinck  <teirllm@auburn.edu>
8326         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
8327         (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
8329 2004-12-08  Jay Belanger  <belanger@truman.edu>
8331         * calc.texi (Starting Calc): Remove comment about installation.
8332         (Keypad Mode Overview): Remove comment about Emacs 19 support.
8334 2004-12-08  Luc Teirlinck  <teirllm@auburn.edu>
8336         * url.texi: Update @setfilename.
8337         (Getting Started): No need to worry about Gnus versions.
8338         (Dealing with HTTP documents): Use @inforef.
8340         * org.texi: Fix @direntry file name.
8342 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8344         * url.texi: New file.
8346         * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
8348 2004-12-06  Jay Belanger  <belanger@truman.edu>
8350         * calc.texi (Using Calc): Remove paragraph about installation.
8352 2004-12-06  Jay Belanger  <belanger@truman.edu>
8354         * calc.texi: Use more Texinfo macros and less TeX defs.
8355         Remove @refill's.
8357 2004-12-06  Richard M. Stallman  <rms@gnu.org>
8359         * org.texi: New file.
8361 2004-12-05  Richard M. Stallman  <rms@gnu.org>
8363         * Makefile.in (org.dvi, ../info/org): New targets.
8364         (INFO_TARGETS): Add ../info/org.
8365         (DVI_TARGETS): Add org.dvi.
8366         (maintainer-clean): Remove the info files in the info dir.
8368 2004-11-26  Eli Zaretskii  <eliz@gnu.org>
8370         * idlwave.texi: Fix the setfilename directive to put the produced
8371         file in ../info.
8372         (Continued Statement Indentation): Resurrect Jan D.'s change from
8373         2004-11-03 that was lost when a newer version of idlwave.texi was
8374         imported.
8376 2004-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
8378         * gnus-faq.texi ([5.1]): Add missing bracket.
8380         * gnus.texi (Filtering Spam Using The Spam ELisp Package):
8381         Index `spam-initialize'.
8383 2004-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8385         * message.texi (Various Message Variables): Mention that all mail
8386         file variables are derived from `message-directory'.
8388         * gnus.texi (Splitting Mail): Clarify bogus group.
8390 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8392         * emacs-mime.texi (Encoding Customization):
8393         Fix mm-coding-system-priorities entry.
8395 2004-11-03  Jan Djärv  <jan.h.d@swipnet.se>
8397         * idlwave.texi (Continued Statement Indentation):
8398         * reftex.texi (Options (Index Support)):
8399         (Displaying and Editing the Index, Table of Contents):
8400         * speedbar.texi (Creating a display, Major Display Modes):
8401         Replace non-nil with non-@code{nil}.
8403 2004-10-21  Jay Belanger  <belanger@truman.edu>
8405         * calc.texi (Algebraic-Style Calculations): Remove a comment.
8407 2004-10-18  Luc Teirlinck  <teirllm@auburn.edu>
8409         * calc.texi (Reporting Bugs): Double up `@'.
8411 2004-10-18  Jay Belanger  <belanger@truman.edu>
8413         * calc.texi (Reporting Bugs): Change the address that bugs
8414         should be sent to.
8416 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
8418         * gnus.texi (New Features): Add 5.11.
8420         * message.texi (Resending): Remove wrong default value.
8422         * gnus.texi (Mail Source Specifiers): Describe possible problems
8423         of `pop3-leave-mail-on-server'.  Add `pop3-movemail' and
8424         `pop3-leave-mail-on-server' to the index.
8426 2004-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8428         * message.texi (Canceling News): Add how to set a password.
8430 2004-10-12  Jay Belanger  <belanger@truman.edu>
8432         * calc.texi (Help Commands): Change the descriptions of
8433         calc-describe-function and calc-describe-variable to match their
8434         current behavior.
8436 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
8438         * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
8440 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
8442         Sync with Tramp 2.0.45.
8444         * tramp.texi (Frequently Asked Questions): Comment paragraph about
8445         plink link.  The URL is outdated.  Originator contacted for
8446         clarification.
8448 2004-10-10  Juri Linkov  <juri@jurta.org>
8450         * gnus.texi (Top, Marking Articles): Join two menus in one node
8451         because a node can have only one menu.
8453 2004-10-09  Juri Linkov  <juri@jurta.org>
8455         * gnus.texi (Fancy Mail Splitting): Remove backslash in the
8456         example of nnmail-split-fancy.
8458 2004-10-06  Karl Berry  <karl@gnu.org>
8460         * info.texi (@kbd{1}--@kbd{9}): No space around --, for
8461         consistency with other uses of dashes.
8463 2004-10-05  Karl Berry  <karl@gnu.org>
8465         * info.texi: Consistently use --- throughout, periods at end of
8466         menu descriptions, and a couple typos.
8468 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
8470         * sieve.texi (Manage Sieve API): nil -> @code{nil}.
8471         * pgg.texi (User Commands, Backend methods): Do.
8472         * gnus.texi: Markup fixes.
8473         (Setting Process Marks): Fix `M P a' entry.
8474         * emacs-mime.texi: Fixes.
8476 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
8478         * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
8479         again.
8480         Use 5.10 instead of 5.10.0.
8482 2004-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8484         * gnus.texi (Summary Mail Commands): S D e.
8486 2004-09-20  Raymond Scholz  <ray-2004@zonix.de>  (tiny change)
8488         * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
8489         the gnus-article-mode-line-format section.
8491 2004-09-20  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
8493         * gnus.texi (Various Summary Stuff): Fix the documentation for
8494         gnus-newsgroup-variables.
8496 2004-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8498         * gnus.texi (MIME Commands):
8499         Add gnus-mime-display-multipart-as-mixed,
8500         gnus-mime-display-multipart-alternative-as-mixed,
8501         gnus-mime-display-multipart-related-as-mixed.
8502         (Mail Source Customization): Clarify `mail-source-directory'.
8503         (Splitting Mail): Mention gnus-group-find-new-groups.
8504         (SpamOracle): Fix typo.
8506         * gnus-faq.texi: Untabify.
8507         ([6.3]): nnir.el is in contrib directory.
8509         * message.texi (News Headers): Clarify how a unique ID is created.
8511         * gnus.texi (Batching Agents): Fix typo in example.
8512         Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8514 2004-09-20  Andre Srinivasan  <andre@e2open.com>  (tiny change)
8516         * gnus.texi (Group Parameters): Add more on hooks.
8518 2004-09-20  Florian Weimer  <fw@deneb.enyo.de>
8520         * gnus.texi (Charsets): Point to relevant section in emacs-mime.
8522 2004-09-22  Jay Belanger  <belanger@truman.edu>
8524         * calc.texi (Vectors as Lists): Add a warning that the tutorial
8525         might be hidden during part of the session.
8527 2004-09-20  Jay Belanger  <belanger@truman.edu>
8529         * calc.texi (Notations Used in This Manual): Put in an earlier
8530         mention that DEL could be called Backspace.
8532 2004-09-10  Simon Josefsson  <jas@extundo.com>
8534         * gnus.texi (IMAP): Add example.  Suggested and partially written
8535         by Steinar Bang <sb@dod.no>.
8537 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8539         * gnus.texi (IMAP): Add comments about imaps synonym to imap in
8540         netrc syntax.
8542 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8544         * gnus.texi (Spam ELisp Package Sequence of Events):
8545         Some clarifications.
8546         (Spam ELisp Package Global Variables): More clarifications.
8548 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8550         * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
8551         Mention spam-split does not modify incoming mail.
8553 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8555         * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
8557 2004-09-10  Eli Zaretskii  <eliz@gnu.org>
8559         * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
8561 2004-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8563         * makefile.w32-in (sieve, pgg): Use $(infodir).
8565 2004-09-08  Dhruva Krishnamurthy  <dhruva.krishnamurthy@gmail.com>  (tiny change)
8567         * makefile.w32-in: Fix PGG and Sieve entries.
8569 2004-08-28  Eli Zaretskii  <eliz@gnu.org>
8571         * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
8572         Emacs and related programs.
8574 2004-08-27  Richard M. Stallman  <rms@gnu.org>
8576         * faq.texi: Fix texinfo usage, esp. doublequotes.
8577         (Difference between Emacs and XEmacs): Some clarification.
8579         * faq.texi (Difference between Emacs and XEmacs):
8580         Explain not to contrast XEmacs with GNU Emacs.
8582 2004-08-26  Richard M. Stallman  <rms@gnu.org>
8584         * faq.texi (Difference between Emacs and XEmacs): Rewrite.
8586 2004-08-22  David Kastrup  <dak@gnu.org>
8588         * reftex.texi (AUCTeX): Update links, section name.
8590         * faq.texi (Calc): Update availability (included in 22.1).
8591         (AUCTeX): Update availability, information, versions, description.
8593 2004-08-14  Eli Zaretskii  <eliz@gnu.org>
8595         * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
8597 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
8599         * cc-mode.texi: Various updates for CC Mode 5.30.9.
8601 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
8603         Sync with Tramp 2.0.44.
8605 2004-08-05  Lars Hansen  <larsh@math.ku.dk>
8607         * widget.texi (User Interface): Update how to separate the
8608         editable field of an editable-field widget from other widgets.
8609         (Programming Example): Add text after field.
8611 2004-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8613         * emacs-mime.texi (Encoding Customization): Add a note to the
8614         mm-content-transfer-encoding-defaults entry.
8615         (rfc2047): Update.
8617         * gnus.texi (Article Highlighting):
8618         Add gnus-cite-ignore-quoted-from.
8619         (POP before SMTP): New node.
8620         (Posting Styles): Addition.
8621         (Splitting Mail): Add nnmail-split-lowercase-expanded.
8622         (Fancy Mail Splitting): Ditto.
8623         (X-Face): Add gnus-x-face.
8625 2004-08-30  Reiner Steib  <Reiner.Steib@gmx.de>
8627         * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
8628         * pgg.texi, sieve.texi: Use @copying and @insertcopying.
8630 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
8632         * gnus.texi (Mail Source Specifiers):
8633         Describe `pop3-leave-mail-on-server'.
8635 2004-08-02  Reiner Steib  <Reiner.Steib@gmx.de>
8637         * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
8639         * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
8640         repository.  Change setfilename.
8642         * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
8644 2004-07-02  Juri Linkov  <juri@jurta.org>
8646         * pcl-cvs.texi (Viewing differences): Add `d r'.
8648 2004-06-29  Jesper Harder  <harder@ifa.au.dk>
8650         * ses.texi, viper.texi, flymake.texi, faq.texi:
8651         * eshell.texi, ediff.texi: Markup fixes.
8653 2004-06-21  Karl Berry  <karl@gnu.org>
8655         * info.texi (Top): Mention that only Emacs has mouse support.
8656         (Getting Started): Mention this in a few other places.
8658 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
8660         * autotype.texi (Copyrights, Timestamps):
8661         Recommend `before-save-hook' instead of `write-file-functions'.
8663 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
8665         * dired-x.texi (dired-mark-omitted): Update keybinding.
8667 2004-06-10  Kim F. Storm  <storm@cua.dk>
8669         * pcl-cvs.texi (Viewing differences): Add 'd y'.
8671 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
8673         * dired-x.texi (variable dired-omit-mode): Rename from
8674         dired-omit-files-p.
8675         (function dired-omit-mode): Rename from dired-omit-toggle.
8676         Call dired-omit-mode rather than set dired-omit-files-p.
8677         (dired-mark-omitted): Describe command.
8679 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
8681         Version 2.0.41 of Tramp released.
8683 2004-05-29  Juanma Barranquero  <lektu@terra.es>
8685         * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
8686         (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8688 2004-05-29  Richard M. Stallman  <rms@gnu.org>
8690         * cl.texi (Top): Call this chapter `Introduction'.
8691         (Overview): In TeX, no section heading here.
8693         * cc-mode.texi: Put commas after i.e. and e.g.  Minor cleanups.
8695 2004-05-29  Eli Zaretskii  <eliz@gnu.org>
8697         * Makefile.in (../info/flymake, flymake.dvi): New targets.
8698         (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8700 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
8702         * flymake.texi: New file.
8704 2004-05-28  Simon Josefsson  <jas@extundo.com>
8706         * smtpmail.texi (Authentication): Improve STARTTLS discussion.
8708 2004-05-07  Kai Großjohann  <kai@emptydomain.de>
8710         Version 2.0.40 of Tramp released.
8712 2004-04-25  Michael Albinus  <Michael.Albinus@alcatel.de>
8714         Complete rework, based on review by Karl Berry <karl@gnu.org>.
8716         * tramp.texi (Auto-save and Backup): Explain exploitation of new
8717         variables `tramp-backup-directory-alist' and
8718         `tramp-bkup-backup-directory-info'.
8719         (Overview, Connection types)
8720         (External transfer methods, Default Method)
8721         (Windows setup hints): Remove restriction of password entering
8722         with external methods.
8723         (Auto-save and Backup): Make file name example
8724         (X)Emacs neutral.  In case of XEmacs, `bkup-backup-directory-info'
8725         and `auto-save-directory' must be used.
8726         (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
8727         only "NT").  Remove doubled entry "What kinds of systems does
8728         @tramp{} work on".
8729         (tramp): Macro removed.
8730         (Obtaining Tramp): Flag removed from title.
8731         (all): "tramp-" and "-" removed from flag names.  Flags `tramp'
8732         and `trampver' used properly.  Flag `tramp-inst' replaced by
8733         `installchapter'.  Installation related text adapted.
8735 2004-04-28  Masatake YAMATO  <jet@gyve.org>
8737         * widget.texi (Programming Example): Remove overlays.
8739 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
8741         * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
8743 2004-04-23  Juanma Barranquero  <lektu@terra.es>
8745         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8747 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
8749         * info.texi (Info Search): Add info-apropos.
8751 2004-03-22  Juri Linkov  <juri@jurta.org>
8753         * faq.texi: Fix help key bindings.
8755 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
8757         * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
8758         (as suggested by Karl Berry).  Update information about colored
8759         stars in menus.  Add new subheading describing M-n.
8761 2004-03-12  Richard M. Stallman  <rms@gnu.org>
8763         * cl.texi (Top): Rename top node's title.
8765 2004-03-08  Karl Berry  <karl@gnu.org>
8767         * info.texi: \input texinfo.tex instead of just texinfo, to avoid
8768         problems making the texinfo distribution.
8770 2004-02-29  Simon Josefsson  <jas@extundo.com>
8772         * smtpmail.texi (Authentication): Change the list of supported
8773         authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
8774         CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
8775         <voegelas@gmx.net>.
8777 2004-02-29  Juanma Barranquero  <lektu@terra.es>
8779         * makefile.w32-in (mostlyclean, clean, maintainer-clean):
8780         Use $(DEL) instead of rm, and ignore exit code.
8782 2004-02-29  Kai Großjohann  <kgrossjo@eu.uu.net>
8784         Tramp version 2.0.39 released.
8786 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
8788         * tramp.texi (Customizing Completion): Explain new functions
8789         `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
8790         (all): Savannah URLs unified to "http://savannah.nongnu.org".
8791         (Top): Refer to Savannah mailing list as the major one.
8792         Mention older mailing lists in HTML mode only.
8793         (Auto-save and Backup): Add auto-save.  Based on wording of Kai.
8794         (Frequently Asked Questions): Remote hosts must not be Unix-like
8795         for "smb" method.
8796         (Password caching): New node.
8797         (External transfer methods): Refer to password caching for "smb"
8798         method.
8800 2004-02-17  Karl Berry  <karl@gnu.org>
8802         * info.texi (Help-Int): Mention the new line number feature.
8804 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
8806         * ses.texi (Advanced Features): New functionality for
8807         ses-set-header-row (defaults to current row unless C-u used).
8808         (Acknowledgements): Add Stefan Monnier.
8810 2003-12-29  Kevin Ryde  <user42@zip.com.au>
8812         * viper.texi (Vi Macros): Fix reference to the Emacs manual.
8814 2003-11-30  Kai Großjohann  <kai.grossjohann@gmx.net>
8816         Tramp version 2.0.38 released.
8818         * tramp.texi (Remote shell setup): Warn of environment variables
8819         FRUMPLE if user frumple exists.  Suggested by Sven Gabriel
8820         <sven.gabriel@imk.fzk.de>.
8821         (Configuration): Tramp now chooses base64/uuencode
8822         automatically.  Update wording accordingly.
8823         (Top): More description for the `Default Method' menu entry.
8824         (Default Method): Use @code, not @var, for Lisp variables.
8825         (Default Method): New subsection `Which method is the right one
8826         for me?'  Suggested by Christian Kirsch.
8827         (Configuration): Pointer to new subsection added.
8828         (Default Method): Too many "use" in one sentence.
8829         Rephrase.  Reported by Christian Kirsch.
8830         (Filename Syntax): Old `su' example is probably a left-over from
8831         the sm/su method naming.  Replace with `ssh', instead.
8832         (External transfer methods, Auto-save and Backup):
8833         Typo fixes.
8835 2003-11-02  Michael Albinus  <Michael.Albinus@alcatel.de>
8837         * tramp.texi (all): Harmonize all occurrences of @tramp{}.
8838         (Top): Mention japanese manual only if flag `jamanual' is set.
8839         Insert section `Japanese manual' in menu.
8841 2003-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
8843         * eshell.texi (Known Problems): Add doc item.
8845 2003-11-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
8847         * cc-mode.texi: Update for CC Mode 5.30.
8849         Note: Please refrain from doing purely cosmetic changes like
8850         removing trailing whitespace in this manual; it clobbers cvs
8851         merging for no good reason.
8853 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
8855         * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
8856         * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
8857         @acronym{ASCII}.
8859 2003-10-26  Karl Berry  <karl@gnu.org>
8861         * info.texi (Info Search): Echo area, not echo are.  From Debian
8862         diff.
8864 2003-10-26  Per Abrahamsen  <abraham@dina.kvl.dk>
8866         * widget.texi (Defining New Widgets): Document new behavior of
8867         :buttons and :children keywords.
8869 2003-10-22  Miles Bader  <miles@gnu.org>
8871         * Makefile.in (info): Move before $(top_srcdir)/info.
8873 2003-10-17  Thien-Thi Nguyen  <ttn@gnu.org>
8875         * tramp.texi (Inline methods): Small grammar fix.
8876         (External transfer methods): Likewise.
8878 2003-10-08  Nick Roberts  <nick@nick.uklinux.net>
8880         * speedbar.texi: Remove paragraph for GUD that is no longer true.
8882 2003-10-06  Luc Teirlinck  <teirllm@auburn.edu>
8884         * texinfo.tex: Replace `%' in arch tagline by @ignore.
8886 2003-09-30  Richard M. Stallman  <rms@gnu.org>
8888         * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
8890         * widget.texi (User Interface): Fix typos.
8892         * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
8894 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
8896         * pcl-cvs.texi (Selected Files): Fix typo.
8898 2003-09-21  Karl Berry  <karl@gnu.org>
8900         * info.texi (] and [ commands): No period at end of section title.
8902 2003-09-04  Miles Bader  <miles@gnu.org>
8904         * Makefile.in (top_srcdir): New variable.
8905         ($(top_srcdir)/info): New rule.
8906         (info): Depend on it.
8908 2003-09-03  Peter Runestig  <peter@runestig.com>
8910         * makefile.w32-in: New file.
8912 2003-08-26  Per Abrahamsen  <abraham@dina.kvl.dk>
8914         * widget.texi (User Interface): Explain the need of static text
8915         around an editable field.
8917 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
8919         * widget.texi (Basic Types): The argument to `:help-echo' can now
8920         be a form that evaluates to a string.
8922 2003-08-18  Kim F. Storm  <storm@cua.dk>
8924         * calc.texi (Queries in Macros): Update xref to keyboard macro query.
8926 2003-08-16  Richard M. Stallman  <rms@gnu.org>
8928         * dired-x.texi (Shell Command Guessing): Explain *.
8930 2003-08-16  Chunyu Wang  <spr@db.cs.hit.edu.cn>  (tiny change)
8932         * pcl-cvs.texi (Log Edit Mode): Fix key binding for
8933         log-edit-insert-changelog.
8935 2003-08-03  Karl Berry  <karl@gnu.org>
8937         * info.texi: Need @contents.
8939 2003-07-20  Kai Großjohann  <kai.grossjohann@gmx.net>
8941         Tramp version 2.0.36 released.
8943         * tramp.texi (Remote shell setup): Explain about problems with
8944         non-Bourne commands in ~/.profile and ~/.shrc.
8946 2003-07-07  Luc Teirlinck  <teirllm@mail.auburn.edu>
8948         * info.texi (Help-Inv, Help-M, Help-Xref): Update following
8949         renaming of `vis-mode' to `visible-mode'.
8951 2003-07-04  Luc Teirlinck  <teirllm@mail.auburn.edu>
8953         * info.texi (Top, Help-Small-Screen): Remove accidentally added
8954         next, prev and up pointers.
8956 2003-07-02  Luc Teirlinck  <teirllm@mail.auburn.edu>
8958         * info.texi (Help): Mention existence of Emacs and stand-alone
8959         Info at the very beginning of the tutorial.
8960         (Help-Inv): New node.
8961         (Help-]): New node.
8962         (Help-M): Systematically point out the differences between default
8963         Emacs and stand-alone versions.  Delete second menu.
8964         (Help-Xref): Systematically point out the differences between
8965         default Emacs and stand-alone versions.
8966         (Help-Int): Change `l' example.
8967         (Expert Info): Fix typos.
8968         (Emacs Info Variables): Mention `Info-hide-note-references' and
8969         new default for `Info-scroll-prefer-subnodes'.
8971 2003-06-17  Kai Großjohann  <kai.grossjohann@gmx.net>
8973         Version 2.0.35 of Tramp released.
8975         * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
8976         (Inline methods): Add methods `remsh' and `plink1'.
8977         (External transfer methods): Add method `remcp'.
8978         (Multi-hop Methods): Add method `remsh'.
8979         Small patch from Adrian Aichner <adrian@xemacs.org>:
8980         Fix minor typos.
8981         (Concept Index): Add to make manual searchable via
8982         `Info-index'.
8983         (Version Control): Add cindex entry.
8985 2003-05-24  Kai Großjohann  <kai.grossjohann@gmx.net>
8987         * trampver.texi: Version 2.0.34 released.
8989 2003-05-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
8991         * faq.texi: Improve previous changes.
8993 2003-05-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
8995         * faq.texi: Update copyright and maintenance details.
8996         Update some package URLs, versions, and maintainers.
8997         Remove many references to the Emacs Lisp Archive.
8999 2003-04-23  Simon Josefsson  <jas@extundo.com>
9001         * smtpmail.texi: Fix license (the invariant sections mentioned has
9002         never been part of the smtp manual).  Align info dir entry with
9003         other emacs packages.
9005 2003-04-08  Michael Albinus  <Michael.Albinus@alcatel.de>
9007         * tramp.texi: Version 2.0.33 released.
9008         Remove installation chapter.  Remove XEmacs specifics.
9010 2003-03-29  Richard M. Stallman  <rms@gnu.org>
9012         * tramp.texi (Top): Undo the previous renaming.
9013         (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
9015 2003-03-29  Kai Großjohann  <kai.grossjohann@gmx.net>
9017         * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
9018         version of manual.
9020         * tramp.texi (Auto-save and Backup): New node.
9022 2003-03-29  Michael Albinus  <Michael.Albinus@alcatel.de>
9024         * tramp.texi (Top): Include trampver.texi.  Rename "Emacs" to "GNU
9025         Emacs" in order to have better differentiation to "XEmacs".
9026         `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
9027         are new macros in order to point to the other Emacs flavor where
9028         appropriate.  In info case, point to node `Installation' in order
9029         to explain how to generate the other way.  In html case, make a
9030         link to the other html file.
9031         (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
9032         after CVS checkout/update.
9033         (Installation): Completely rewritten.
9034         (Installation parameters, Load paths): New sections under
9035         `Installation'.
9037 2003-02-28  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
9039         * tramp.texi: Version 2.0.30 released.
9040         Replace word "path" with "localname" where used as a component of
9041         a Tramp file name.
9043 2003-02-28  Michael Albinus  <Michael.Albinus@alcatel.de>
9045         * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
9046         introduced.
9047         (Installation): Explain what to do if files from the tramp/contrib
9048         directory are needed.
9050 2003-02-23  Alex Schroeder  <alex@emacswiki.org>
9052         * smtpmail.texi (How Mail Works): New.
9054 2003-02-22  Alex Schroeder  <alex@emacswiki.org>
9056         * smtpmail.texi: New file.
9058         * Makefile.in: Build SMTP manual.
9060 2003-02-05  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
9062         * tramp.texi: Version 2.0.29 released.
9063         (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
9064         M-x makeinfo-buffer RET.  Reported by gebser@ameritech.net.
9066 2003-02-01  Michael Albinus  <Michael.Albinus@alcatel.de>
9068         * tramp.texi (Frequently Asked Questions): Explain a workaround if
9069         another package loads accidentally Ange-FTP.
9071 2003-01-24  Michael Albinus  <Michael.Albinus@alcatel.de>
9073         * tramp.texi (Customizing Completion): Add function
9074         `tramp-parse-sconfig'.  Change example of
9075         `tramp-set-completion-function', because parsing of ssh config
9076         files looks more natural.
9078 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
9080         * gnus.texi: Do not use `path' in several locations.
9082 2002-12-26  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
9084         * tramp.texi (External transfer methods): New method `smb'.
9085         From Michael Albinus.
9087 2002-11-05  Karl Berry  <karl@gnu.org>
9089         * info.texi (Info-fontify): Reorder face list to avoid bad line
9090         breaks.
9092 2002-10-06  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9094         * tramp.texi: Move @copying to standard place.
9095         Use @insertcopying.
9097 2002-10-02  Karl Berry  <karl@gnu.org>
9099         * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
9100         dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
9101         eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
9102         message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
9103         speedbar.texi vip.texi viper.texi widget.texi woman.texi):
9104         Per rms, update all manuals to use @copying instead of @ifinfo.
9105         Also use @ifnottex instead of @ifinfo around the top node, where
9106         needed for the sake of the HTML output.
9107         (The Gnus manual is not fixed since it's not clear to me how it
9108         works; and the Tramp manual already uses @copying, although in an
9109         unusual way.  All others were changed.)
9111 2002-09-10  Jonathan Yavner  <jyavner@engineer.com>
9113         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
9114         (../info/ses, ses.dvi): New targets.
9115         * ses.texi: New file.
9117 2002-09-06  Pavel Janík  <Pavel@Janik.cz>
9119         * texinfo.tex: Update to texinfo 4.2.
9121 2002-08-27  Carsten Dominik  <dominik@sand.science.uva.nl>
9123         * reftex.texi: Update to RefTeX 4.19.
9125 2002-06-17  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9127         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
9128         (../info/tramp, tramp.dvi): New targets.
9130 2002-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
9132         * Makefile.in (DVI_TARGETS): Add calc.dvi.
9133         (calc.dvi): Uncomment.
9135 2001-11-07  Eli Zaretskii  <eliz@is.elta.co.il>
9137         * Makefile.in (INFO_TARGETS): Add ../info/calc.
9138         (../info/calc): New target.
9140 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
9142         * (Version 21.1 released.)
9144 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
9146         * Branch for 21.1.
9148 2001-04-14  Eli Zaretskii  <eliz@is.elta.co.il>
9150         * Makefile.in (../info/info): Use an explicit -o switch to
9151         makeinfo.
9153 2001-03-05  Gerd Moellmann  <gerd@gnu.org>
9155         * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
9157 2000-12-20  Eli Zaretskii  <eliz@is.elta.co.il>
9159         * Makefile.in (../info/idlwave): Use --no-split.
9161 2000-12-14  Dave Love  <fx@gnu.org>
9163         * Makefile.in (mostlyclean): Remove gnustmp.*.
9164         (gnus.dvi): Change rule to remove @latex stuff.
9166 2000-10-19  Eric M. Ludlam  <zappo@ultranet.com>
9168         * Makefile.in (Speedbar): Add build targets for speedbar.texi.
9170 2000-10-13  John Wiegley  <johnw@gnu.org>
9172         * Makefile.in: Add build targets for eshell.texi.
9174 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
9176         * Makefile.in: Remove/comment speedbar stuff.
9178 2000-09-22  Dave Love  <fx@gnu.org>
9180         * Makefile.in: Add emacs-mime.
9182 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
9184         * Makefile.in (INFO_TARGETS): Add ../info/woman.
9185         (DVI_TARGETS): Add woman.dvi.
9186         (../info/woman, woman.dvi): New targets.
9188 2000-05-31  Stefan Monnier  <monnier@cs.yale.edu>
9190         * .cvsignore (*.tmp): New entry.  Seems to be used for @macro.
9192         * pcl-cvs.texi: New file.
9193         * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
9194         (../info/pcl-cvs, pcl-cvs.dvi): New targets.
9196 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
9198         * Makefile.in (INFO_TARGETS): Add info/ebrowse.
9199         (../info/ebrowse, ebrowse.dvi): New targets.
9201 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
9203         * Makefile.in (INFO_TARGETS): Add eudc.
9204         (DVI_TARGETS): Add eudc.dvi.
9205         (../info/eudc, eudc.dvi): New targets.
9207 2000-01-05  Eli Zaretskii  <eliz@is.elta.co.il>
9209         * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
9210         compatibility with 8+3 filesystems).
9211         (../info/efaq): Rename from emacs-faq.
9213 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
9215         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
9216         (../info/idlwave, idlwave.dvi): New targets.
9218 1999-10-23  Dave Love  <fx@gnu.org>
9220         * Makefile.in: Use autotype.texi.
9222 1999-10-12  Stefan Monnier  <monnier@cs.yale.edu>
9224         * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
9225         faq.texi file) rather than ../info/faq.
9227 1999-10-07  Gerd Moellmann  <gerd@gnu.org>
9229         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
9230         (../info/ada-mode, ada-mode.dvi): New targets.
9232 1999-09-01  Dave Love  <fx@gnu.org>
9234         * Makefile.in: Add faq.
9236 1999-07-12  Richard Stallman  <rms@gnu.org>
9238         * Version 20.4 released.
9240 1998-08-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
9242         * Version 20.3 released.
9244 1998-04-06  Andreas Schwab  <schwab@gnu.org>
9246         * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
9247         Use it in dvi targets.
9248         (../etc/GNU): Change to $(srcdir) first.
9250 1998-03-11  Carsten Dominik  <cd@delysid.gnu.org>
9252         * reftex.texi: Update for RefTeX version 3.22.
9254 1998-02-08  Richard Stallman  <rms@psilocin.gnu.org>
9256         * Makefile.in (reftex.dvi, ../info/reftex): New targets.
9257         (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9259 1997-09-23  Paul Eggert  <eggert@twinsun.com>
9261         * Makefile.in: Merge changes mistakenly made to `Makefile'.
9262         (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
9264 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9266         * Version 20.2 released.
9268 1997-09-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9270         * Version 20.1 released.
9272 1997-07-10  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9274         * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
9276 1996-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9278         * Version 19.33 released.
9280 1996-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9282         * Version 19.32 released.
9284 1996-06-27  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9286         * Makefile.in: Add rules for the Message manual.
9288 1996-06-26  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9290         * gnus.texi: New version.
9292         * message.texi: New manual.
9294 1996-06-20  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9296         * Makefile.in (All info targets): cd $(srcdir) to do the work.
9298 1996-06-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9300         * Makefile.in (All info targets): Specify $(srcdir) in input files.
9301         Specify -I option.
9302         (All dvi targets): Set the TEXINPUTS variable.
9304 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>
9306         * Version 19.31 released.
9308 1996-01-07  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
9310         * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
9311         (INFO_TARGETS): Use new name.  This avoids name conflict on MSDOS.
9313 1995-11-29  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9315         * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
9316         (INFO_TARGETS): Add ../info/cc-mode.
9317         (DVI_TARGETS): Add cc-mode.dvi.
9319 1995-11-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9321         * Version 19.30 released.
9323 1995-11-04  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9325         * gnus.texi: New file.
9327 1995-11-04  Erik Naggum  <erik@naggum.no>
9329         * gnus.texi: File deleted.
9331 1995-11-02  Stephen Gildea  <gildea@stop.mail-abuse.org>
9333         * mh-e.texi: "Function Index" -> "Command Index" to work with
9334         Emacs 19.30 C-h C-k support of separately-documented commands.
9336 1995-06-26  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9338         * Makefile.in (../info/ediff, ediff.dvi): New targets.
9339         (INFO_TARGETS, DVI_TARGETS): Add those new targets.
9341 1995-04-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9343         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
9344         (../info/viper, viper.dvi): New targets.
9346 1995-04-20  Kevin Rodgers  <kevinr@ihs.com>
9348         * dired-x.texi (Installation): Change the example to set
9349         buffer-local variables like dired-omit-files-p in
9350         dired-mode-hook.
9352 1995-04-17  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9354         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
9355         (../info/mh-e, mh-e.dvi): New targets.
9357 1995-02-07  Richard Stallman  <rms@pogo.gnu.ai.mit.edu>
9359         * Makefile.in (maintainer-clean): Rename from realclean.
9361 1994-11-23  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9363         * Makefile.in: New file.
9364         * Makefile: File deleted.
9366 1994-11-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9368         * Makefile (TEXINDEX_OBJS): Variable deleted.
9369         (texindex, texindex.o, getopt.o): Rules deleted.
9370         All deps on texindex deleted.
9371         (distclean): Don't delete texindex.
9372         (mostlyclean): Don't delete *.o.
9373         * texindex.c, getopt.c: Files deleted.
9375 1994-09-07  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9377         * Version 19.26 released.
9379 1994-05-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9381         * Version 19.25 released.
9383 1994-05-23  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9385         * Version 19.24 released.
9387 1994-05-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9389         * Version 19.23 released.
9391 1994-04-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9393         * Makefile: Delete spurious tab.
9395 1994-02-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9397         * Makefile (.SUFFIXES): New rule.
9399 1994-01-15  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9401         * Makefile (dired-x.dvi, ../info/dired-x): New targets.
9402         (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9404 1994-01-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9406         * Makefile (../info/sc): Rename from sc.info.
9407         (../info/cl): Likewise.
9408         (INFO_TARGETS): Use new names.
9410 1993-12-04  Richard Stallman  (rms@srarc2)
9412         * getopt.c: New file.
9413         * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
9414         (getopt.o): New rule.
9415         (dvi): Don't depend on texindex.
9416         (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
9417         Depend on texindex.
9419 1993-12-03  Richard Stallman  (rms@srarc2)
9421         * Makefile (../info/sc.info): Rename from ../info/sc.
9422         (TEXI2DVI): New variable.
9423         (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
9424         Add explicit commands.
9425         (TEXINDEX_OBJS): Delete duplicate getopt.o.
9427 1993-11-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9429         * Version 19.22 released.
9431 1993-11-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9433         * Makefile (TEXINDEX_OBJS): Delete spurious period.
9435 1993-11-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9437         * Version 19.21 released.
9439 1993-11-15  Paul Eggert  (eggert@twinsun.com)
9441         * man/Makefile (../info/cl.info): Rename from ../info/cl.
9443 1993-11-15  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9445         * Makefile (../etc/GNU): New target.
9446         (EMACSSOURCES): Add gnu1.texi.
9448 1993-11-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9450         * Makefile (realclean): Don't delete the Info files.
9452 1993-10-25  Brian J. Fox  (bfox@albert.gnu.ai.mit.edu)
9454         * forms.texi: Fix forms.texi so that it will format correctly.
9455         Add missing `@end iftex', fix bad reference.
9457         * info.texi, info-stn.texi: New files implement texinfo version of
9458         `info' file.
9460 1993-10-20  Brian J. Fox  (bfox@ai.mit.edu)
9462         * Makefile: Fix targets for texindex, new info.texi files.
9463         * info-stnd.texi: New file implements info for standalone info
9464         reader.
9465         * info.texi: Update to include recent changes to "../info/info".
9466         New source file for ../info/info; includes info-stnd.texi.
9468         * texindex.c: Include "../src/config.h" if building in emacs.
9470         * Makefile: Change all files to FILENAME.texi, force all targets
9471         to be FILENAME, not FILENAME.info.  This changes sc.texinfo,
9472         vip.texinfo, forms.texinfo, cl.texinfo.
9473         Add target to build texindex.c, defining `emacs'.
9475         * forms.texi: Install new file to match version 2.3 of forms.el.
9477 1993-08-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9479         * Version 19.19 released.
9481 1993-08-10  Simon Leinen  (simon@lia.di.epfl.ch)
9483         * sc.texinfo: Fix info file name.
9485         * Makefile (info): Add gnus and sc.
9486         (dvi): Add gnus.dvi and sc.dvi.
9487         (../info/sc, sc.dvi): New targets.
9489 1993-08-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9491         * Version 19.18 released.
9493 1993-07-20  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9495         * Makefile: Fix source file names of the separate manuals.
9496         (gnus.dvi, ../info/gnus): New targets.
9498 1993-07-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9500         * Version 19.17 released.
9502 1993-07-10  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9504         * split-man: Fix typos in last change.
9506 1993-07-06  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9508         * Version 19.16 released.
9510 1993-06-19  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9512         * version 19.15 released.
9514 1993-06-18  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9516         * Makefile (distclean): It's rm, not rf.
9518 1993-06-17  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9520         * Version 19.14 released.
9522 1993-06-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9524         * Makefile: New file.
9526 1993-06-08  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9528         * Version 19.13 released.
9530 1993-05-27  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9532         * Version 19.9 released.
9534 1993-05-25  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9536         * Version 19.8 released.
9538 1993-05-22  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9540         * Version 19.7 released.
9542 1990-08-30  David Lawrence  (tale@pogo.ai.mit.edu)
9544         * gnus.texinfo: New file.  Removed installation instructions.
9546 1990-05-25  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
9548         * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
9550 1989-01-17  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
9552         * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
9553         then define `\sc' as the command for smallcaps in Texinfo.
9554         This means that the @sc command will produce small caps.  bfox has
9555         made the corresponding change to makeinfo and texinfm.el.
9557 1988-08-16  Robert J. Chassell  (bob@frosted-flakes.ai.mit.edu)
9559         * vip.texinfo: Remove menu entry Adding Lisp Code in node
9560         Customization since the menu entry did not point to anything.
9561         Also add an @finalout command to remove overfull hboxes from the
9562         printed output.
9564         * cl.texinfo: Add @bye, \input line and @settitle to file.
9565         This file is clearly intended to be a chapter of some other work,
9566         but the other work does not yet exist.
9568 1988-07-25  Robert J. Chassell  (bob@frosted-flakes.ai.mit.edu)
9570         * texinfo.texinfo: Three typos corrected.
9572 ;; Local Variables:
9573 ;; coding: utf-8
9574 ;; End:
9576   Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
9578   This file is part of GNU Emacs.
9580   GNU Emacs is free software: you can redistribute it and/or modify
9581   it under the terms of the GNU General Public License as published by
9582   the Free Software Foundation, either version 3 of the License, or
9583   (at your option) any later version.
9585   GNU Emacs is distributed in the hope that it will be useful,
9586   but WITHOUT ANY WARRANTY; without even the implied warranty of
9587   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
9588   GNU General Public License for more details.
9590   You should have received a copy of the GNU General Public License
9591   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.