* dbusbind.c: Fix cut'n'waste error. Use HAVE_DBUS_VALIDATE_INTERFACE.
[emacs.git] / doc / misc / ChangeLog
blob11fe77ea4713ad118f4f412e072aca004d714ef2
1 2012-10-31  Glenn Morris  <rgm@gnu.org>
3         * cl.texi (Function Bindings): Update for cl-flet and cl-labels.
4         (Obsolete Lexical Binding): Rename section from "Lexical Bindings".
5         (Obsolete Macros): Rename section from "Obsolete Lexical Macros".
6         Reword, and add details of flet and labels.
8 2012-10-30  Glenn Morris  <rgm@gnu.org>
10         * cl.texi (Modify Macros): Update for cl-letf changes.
11         (Obsolete Lexical Macros): Say a little more about letf/cl-letf.
12         (Setf Extensions): Partially restore note about cl-getf,
13         mainly moved to lispref/variables.texi.
14         (Property Lists): Fix cl-getf typos.
15         (Mapping over Sequences): Mention cl-mapc naming oddity.
17 2012-10-29  Glenn Morris  <rgm@gnu.org>
19         * cl.texi (Organization): More details on cl-lib.el versus cl.el.
20         (Setf Extensions): Remove `apply' setf since it seems to be disabled.
21         (Customizing Setf): Move contents to "Obsolete Setf Customization".
22         (Modify Macros, Multiple Values, Other Clauses):
23         Remove mentions of obsolete features.
24         (Obsolete Setf Customization): Don't mention `apply' setf.
26 2012-10-28  Glenn Morris  <rgm@gnu.org>
28         * cl.texi (Multiple Values, Common Lisp Compatibility):
29         More namespace updates.
30         (Obsolete Features): Copyedits.
31         (Obsolete Lexical Macros, Obsolete Setf Customization):
32         New subsections.
34         * cl.texi (Porting Common Lisp, Lexical Bindings):
35         Add some xrefs to the Elisp manual.
37         * cl.texi (Lexical Bindings): Move to appendix of obsolete features.
38         (Porting Common Lisp): Emacs Lisp can do true lexical binding now.
39         (Obsolete Features): New appendix.  Move Lexical Bindings here.
41 2012-10-27  Glenn Morris  <rgm@gnu.org>
43         * cl.texi: Use defmac for macros rather than defspec.
44         (Efficiency Concerns): Related copyedit.
46         * cl.texi (Control Structure): Update for setf now being in core.
47         (Setf Extensions): Rename from Basic Setf.  Move much of the
48         former content to lispref/variables.texi.
49         (Modify Macros): Move pop, push details to lispref/variables.texi.
50         (Customizing Setf): Copyedits for setf etc being in core.
51         (Modify Macros, Efficiency Concerns, Porting Common Lisp):
52         Further namespaces updates.
54 2012-10-26  Bastien Guerry  <bzg@gnu.org>
56         * org.texi (Installation): Update the link to Org's ELPA.  Also
57         don't mention org-install.el anymore as the replacement file
58         org-loaddefs.el is now loaded by org.el.
60 2012-10-25  Michael Albinus  <michael.albinus@gmx.de>
62         * tramp.texi (Frequently Asked Questions): Mention
63         `tramp-completion-reread-directory-timeout' for performance
64         improvement.
66 2012-10-25  Glenn Morris  <rgm@gnu.org>
68         * cl.texi: Don't mess with the TeX section number counter.
69         Use Texinfo recommended convention for quotes+punctuation.
70         (Overview, Sequence Functions): Rephrase for better line-breaking.
71         (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings)
72         (Macro Bindings, Conditionals, Iteration, Loop Basics)
73         (Random Numbers, Mapping over Sequences, Structures)
74         (Porting Common Lisp): Further updates for cl-lib namespace.
75         (Modify Macros, Declarations, Macro Bindings, Structures):
76         Break long lines in examples.
77         (Dynamic Bindings): Update for changed progv behavior.
78         (Loop Examples, Efficiency Concerns): Markup fixes.
79         (Structures): Remove TeX margin change.
80         (Declarations): Fix typos.
82 2012-10-24  Glenn Morris  <rgm@gnu.org>
84         * cl.texi (Overview, Multiple Values, Creating Symbols)
85         (Numerical Functions): Say less/nothing about the original cl.el.
86         (Old CL Compatibility): Remove.
87         (Assertions): Remove ignore-errors (standard Elisp for some time).
89         * cl.texi (Basic Setf, Macros, Declarations, Symbols, Numbers)
90         (Sequences, Lists, Structures, Assertions, Efficiency Concerns)
91         (Efficiency Concerns, Efficiency Concerns)
92         (Common Lisp Compatibility, Old CL Compatibility):
93         Further updates for cl-lib namespace.
95 2012-10-24  Paul Eggert  <eggert@penguin.cs.ucla.edu>
97         Update manual for new time stamp format (Bug#12706).
98         * emacs-mime.texi (time-date): Update for new format.
99         Also, fix bogus time stamp and modernize a bit.
101 2012-10-23  Glenn Morris  <rgm@gnu.org>
103         * cl.texi: Include emacsver.texi.  Use Emacs version number rather
104         than unchanging cl.el version number.
105         End all menu descriptions with a period.
106         Do not use @dfn{CL} for every instance of "CL".
107         (Overview): Remove no-runtime caveat, and note about foo* names.
108         (Usage): Use cl-lib rather than cl.
109         (Organization, Naming Conventions): Update for cl-lib.el.
110         (Installation): Remove long-irrelevant node.
111         (Program Structure, Predicates, Control Structure):
112         Start updating for cl-lib namespace.
113         * Makefile.in ($(buildinfodir)/cl$(INFO_EXT), cl.dvi, cl.pdf):
114         Depend on emacsver.texi.
116 2012-10-09  Michael Albinus  <michael.albinus@gmx.de>
118         * trampver.texi: Update release number.
120 2012-10-06  Glenn Morris  <rgm@gnu.org>
122         * erc.texi: Include emacsver.texi, and use EMACSVER rather than
123         ERC version.
124         (Introduction): ERC is distributed with Emacs.
125         (Obtaining ERC, Installation): Remove chapters, no longer relevant.
126         (Getting Started): Simplify.
127         (Getting Help and Reporting Bugs): Refer to general Emacs lists.
128         (History): Mention ERC maintained as part of Emacs now.
129         * Makefile.in ($(buildinfodir)/erc$(INFO_EXT), erc.dvi, erc.pdf):
130         Add dependency on emacsver.texi.
132         * erc.texi: Remove hand-written node pointers.
134 2012-10-05  Glenn Morris  <rgm@gnu.org>
136         * newsticker.texi (Overview, Requirements, Usage, Configuration):
137         Copyedits.
139 2012-10-01  Eric Ludlam  <zappo@gnu.org>
141         * ede.texi (Quick Start, Project Local Variables)
142         (Miscellaneous commands, ede-java-root, Development Overview)
143         (Detecting a Project): New nodes.
144         (Simple projects): Node deleted.
146         * eieio.texi (Building Classes): Some slot attributes cannot be
147         overridden.
148         (Slot Options): Remove an example.
149         (Method Invocation, Documentation): New nodes.
151 2012-10-01  Glenn Morris  <rgm@gnu.org>
153         * Makefile.in ($(buildinfodir)/reftex$(INFO_EXT)), reftex.dvi)
154         (reftex.pdf): Add dependency on emacsver.texi.
155         * reftex.texi: Don't include directory part for emacsver.texi;
156         the Makefile's -I handles it.
158 2012-09-30  Ralf Angeli  <angeli@caeruleus.net>
160         Merge from standalone RefTeX repository.
162         * reftex.texi: Express TeX, LaTeX, AUCTeX, BibTeX and RefTeX
163         with macros.
164         (Imprint): Mention Wolfgang in list of contributors.
165         (Creating Citations): Give a hint about how to
166         auto-revert the BibTeX database file when using external editors.
167         (Referencing Labels): Simplify section about reference macro
168         cycling.
169         (Options (Referencing Labels)): Adapt to new structure of
170         `reftex-ref-style-alist'.
171         (Referencing Labels, Reference Styles): Document changes in the
172         referencing functionality.
173         (Commands): Mention options for definition of header and footer in
174         BibTeX files.
175         (Options (Creating Citations)): Document
176         `reftex-create-bibtex-header' and `reftex-create-bibtex-footer'.
177         (Reference Styles): New section.
178         (varioref (LaTeX package), fancyref (LaTeX package)): Remove.
179         (Options (Referencing Labels)): Remove descriptions of deprecated
180         variables `reftex-vref-is-default' and `reftex-fref-is-default'.
181         Add descriptions for `reftex-ref-style-alist' and
182         `reftex-ref-style-default-list'.
183         (Referencing Labels): Update regarding reference styles.
184         (Citation Styles): Mention support for ConTeXt.
185         (Options (Defining Label Environments)): Fix typo.
186         (Options (Creating Citations)): Document
187         `reftex-cite-key-separator'.
189 2012-09-30  Achim Gratz  <Stromeko@Stromeko.DE>
191         * org.texi: Add description of ORG_ADD_CONTRIB to info
192         documentation.  Add link to Worg for more details.
194         * org.texi: Clarify installation procedure.  Provide link to the
195         build system description on Worg.
197         * org.texi: Remove reference to utils/, x11idle.c is now in
198         contrib/scripts.
200         * org.texi: Re-normalize to "Org mode" in manual.
202         * org.texi (Installation): Adapt documentation to new build
203         system.  Mention GNU ELPA (since it needs to be handled like Emacs
204         built-in Org).
206 2012-09-30  Adam Spiers  <orgmode@adamspiers.org>  (tiny change)
208         * org.texi: Fix typo in description of the 'Hooks' section.
210         * org.texi: Add ID to the list of special properties.
212 2012-09-30  Andrew Hyatt  <ahyatt@gmail.com>  (tiny change)
214         * org.texi (Moving subtrees): Document the ability to archive to a
215         datetree.
217 2012-09-30  Bastien Guerry  <bzg@altern.org>
219         * org.texi (Installation, Feedback, Batch execution): Use
220         (add-to-list 'load-path ... t) for the contrib dir.
222         * org.texi (results): Update documentation for ":results drawer"
223         and ":results org".
225         * org.texi (Column width and alignment): Fix typo.
227         * org.texi (Activation): Point to the "Conflicts" section.
229         * org.texi (Conflicts): Mention filladapt.el in the list of
230         conflicting packages.
232         * org.texi (Activation): Adding org-mode to `auto-mode-alist' is
233         not needed for versions of Emacs > 22.1.
235         * org.texi (History and Acknowledgments): Fix typo.
237         * org.texi (History and Acknowledgments): Add my own
238         acknowledgments.
240         * org.texi (Agenda commands): Document the new command and the new
241         option.
243         * org.texi (Agenda commands): Delete `org-agenda-action' section.
244         (Agenda commands): Reorder.  Document `*' to toggle persistent
245         marks.
247         * org.texi (Agenda dispatcher): Mention
248         `org-toggle-agenda-sticky'.
249         (Agenda commands, Exporting Agenda Views): Fix typo.
251         * org.texi (Templates in contexts, Setting Options): Update to
252         reflect changes in how contexts options are processed.
254         * org.texi (Templates in contexts): Document the new structure of
255         the variables `org-agenda-custom-commands-contexts' and
256         `org-capture-templates-contexts'.
258         * org.texi (Templates in contexts): Document the new option
259         `org-capture-templates-contexts'.
260         (Storing searches): Document the new option
261         `org-agenda-custom-commands-contexts'.
263         * org.texi (Formula syntax for Lisp): Reformat.
265         * org.texi (Special properties, Column attributes)
266         (Agenda column view): Document the new special property
267         CLOCKSUM_T.
269         * org.texi (Template expansion): Document the new %l template.
271         * org.texi (Fast access to TODO states): Fix documentation about
272         allowed characters for fast todo selection.
274         * org.texi (Weekly/daily agenda): Mention APPT_WARNTIME and its
275         use in `org-agenda-to-appt'.
277         * org.texi (Comment lines): Update wrt comments.
279         * org.texi (Resolving idle time): Document new keybinding.
281         * org.texi (Clocking commands): Document the use of S-M-<up/down>
282         on clock timestamps.
284         * org.texi (Fast access to TODO states): Explicitely says only
285         letters are supported as fast TODO selection keys.
287         * org.texi (Link abbreviations): Illustrate the use of the "%h"
288         specifier.  Document the new "%(my-function)" specifier.
290         * org.texi (Clocking commands): New cindex.
291         (Clocking commands): Update documentation for `org-clock-in'.
292         Document `org-clock-in-last'.  Mention `org-clock-out' and
293         `org-clock-in-last' as commands that can be globally bound.
294         (Resolving idle time): Document continuous clocking.
296         * org.texi (Top, Introduction): Fix formatting.
297         (Activation): Add index entries.
298         (Conventions): Update section.
299         (Embedded @LaTeX{}): Fix formatting.
301         * org.texi (Visibility cycling): Document `show-children'.
303         * org.texi (Using capture): Mention the `org-capture-last-stored'
304         bookmark as a way to jump to the last stored capture.
306         * org.texi (Uploading files): Fix typo.
308         * org.texi (Using capture): Document `C-0' as a prefix argument
309         for `org-capture'.
311         * org.texi (Agenda commands): Document persistent marks.
313         * org.texi (Template expansion): Update doc to reflect change.
315         * org.texi (Radio tables): Document the :no-escape parameter.
317         * org.texi (Repeated tasks): Document repeat cookies for years,
318         months, weeks, days and hours.
320         * org.texi (Export options): State that you can use the d: option
321         by specifying a list of drawers.
323         * org.texi (HTML preamble and postamble): Small doc improvement.
325 2012-09-30  Brian van den Broek  <vanden@gmail.com>  (tiny change)
327         * org.texi: The sections in the Exporting section of the manual
328         left out articles in the description of the org-export-as-*
329         commands, among other places. This patch adds them, adds a few
330         missing prepositions, and switches instances of "an HTML" to "a
331         html" for internal consistency.
333         * org.texi: Alter several examples of headings with timestamps in
334         them to include the timestamps in the body instead of the heading.
336 2012-09-30  Carsten Dominik  <carsten.dominik@gmail.com>
338         * org.texi (Agenda dispatcher): Document sticky agenda views and
339         the new key for them.
341 2012-09-30  Charles  <millarc@verizon.net>  (tiny change)
343         * org.texi (Advanced features): Fix error in table.
345 2012-09-30  Feng Shu  <tumashu@gmail.com>
347         * org.texi (@LaTeX{} fragments): Document imagemagick as an
348         alternative to dvipng.
350 2012-09-30  François Allisson  <francois@allisson.co>  (tiny change)
352         * org.texi: Remove extra curly bracket.
354 2012-09-30  Giovanni Ridolfi  <giovanni.ridolfi@yahoo.it>  (tiny change)
356         * org.texi (org-clock-in-last and org-clock-cancel): Update the
357         defkeys.
359 2012-09-30  Ippei FURUHASHI  <top.tuna+orgmode@gmail.com>  (tiny change)
361         * org.texi (Agenda commands): Fix two typos by giving
362         corresponding function names, according to
363         `org-agenda-view-mode-dispatch'.
365 2012-09-30  Jan Bäcker  <jan.boecker@jboecker.de>
367         * org.texi (The spreadsheet): Fix typo.
369 2012-09-30  Memnon Anon  <gegendosenfleisch@gmail.com>  (tiny change)
371         * org.texi (Tracking your habits): Point to the "Tracking TODO
372         state changes" section.
374 2012-09-30  Nicolas Goaziou  <n.goaziou@gmail.com>
376         * org.texi (Literal examples): Remove reference to unknown
377         `org-export-latex-minted' variable. Also simplify footnote since
378         `org-export-latex-listings' documentation is exhaustive already.
380         * org.texi (Plain lists): Remove reference to now hard-coded
381         `bullet' automatic rule.
383 2012-09-30  Toby S. Cubitt  <tsc25@cantab.net>
385         * org.texi: Updated documentation accordingly.
387 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
389         * texinfo.tex: Merge from gnulib.
391 2012-09-12  Michael Albinus  <michael.albinus@gmx.de>
393         Sync with Tramp 2.2.6.
395         * tramp.texi (Bug Reports): Cleanup caches before a test run.
397         * trampver.texi: Update release number.
399 2012-09-12  Paul Eggert  <eggert@cs.ucla.edu>
401         * texinfo.tex: Merge from gnulib.
403 2012-08-06  Aurélien Aptel  <aurelien.aptel@gmail.com>
405         * url.texi (Parsed URLs): Adjust to the code's use of defstruct
406         (bug#12096).
408 2012-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
410         * calc.texi (Simplification modes, Conversions)
411         (Operating on Selections): Mention "basic" simplification.
412         (The Calc Mode Line): Mention the mode line display for Basic
413         simplification mode.
414         (Simplify Formulas): Refer to 'algebraic' rather than 'default'
415         simplifications.
416         (Basic Simplifications): Rename from "Limited Simplifications"
417         Replace "limited" by "basic" throughout.
418         (Algebraic Simplifications):  Indicate that the algebraic
419         simplifications are done by default.
420         (Unsafe Simplifications):  Mention `m E'.
421         (Simplification of Units): Mention `m U'.
422         (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
423         (Kinds of Declarations, Functions for Declarations):  Mention
424         "algebraic simplifications" instead of `a s'.
425         (Algebraic Entry): Remove mention of default simplifications.
427 2012-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
429         * calc.texi (Getting Started, Tutorial): Change simulated
430         Calc output to match actual output.
431         (Simplifying Formulas): Mention that algebraic simplification is now
432         the default.
434 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
436         * faq.texi (Right-to-left alphabets): Update for Emacs 24.
437         (Bug#12073)
439 2012-07-25  Paul Eggert  <eggert@cs.ucla.edu>
441         Prefer typical American spelling for "acknowledgment".
442         * calc.texi (History and Acknowledgments): Rename from
443         History and Acknowledgements.
444         * idlwave.texi (Acknowledgments):
445         * ses.texi (Acknowledgments):
446         * woman.texi (Acknowledgments): Rename from Acknowledgements.
448 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
450         Rename configure.in to configure.ac (Bug#11603).
451         * ede.texi (Compiler and Linker objects, ede-proj-project)
452         (ede-step-project): Prefer the name configure.ac to configure.in.
454 2012-07-06  Michael Albinus  <michael.albinus@gmx.de>
456         * tramp.texi (Multi-hops): Introduce
457         `tramp-restricted-shell-hosts-alist'.
459 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
461         * gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
462         methods, so don't mention smtpmail here.
464 2012-06-26  Wolfgang Jenkner  <wjenkner@inode.at>
466         * gnus.texi (Picons): Document gnus-picon-properties.
468 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
470         * gnus.texi: Remove mention of compilation, as that's no longer
471         supported.
473 2012-06-26  Christopher Schmidt  <christopher@ch.ristopher.com>
475         * gnus.texi (Archived Messages): Mention
476         gnus-gcc-pre-body-encode-hook and gnus-gcc-post-body-encode-hook.
478 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
480         * gnus.texi (Various Summary Stuff):
481         Remove mention of `gnus-propagate-marks'.
483 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
485         * gnus.texi: Remove mentions of nnml/nnfolder/nntp backend marks,
486         which no longer exist.
488 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
490         * gnus.texi (Archived Messages):
491         Document gnus-gcc-self-resent-messages.
493 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
495         * message.texi (Mail Variables):
496         Mention the optional user parameter for X-Message-SMTP-Method.
498 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
500         * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
502         * message.texi (Mail Variables): Document X-Message-SMTP-Method.
504 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
506         * gnus.texi (Key Index): Change encoding to utf-8.
508 2012-06-21  Glenn Morris  <rgm@gnu.org>
510         * Makefile.in: Rename infodir to buildinfodir throughout.  (Bug#11737)
512 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
514         * gnus.texi (Group Timestamp): Mention where to find documentation for
515         the `gnus-tmp-' variables (bug#11601).
517 2012-06-11  Michael Albinus  <michael.albinus@gmx.de>
519         Sync with Tramp 2.2.6-pre.
521         * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{}
522         where appropriate.
523         (Ad-hoc multi-hops): New section.
524         (Remote processes): New subsection "Running remote processes on
525         Windows hosts".
526         (History): Add remote commands on Windows, and ad-hoc multi-hop
527         methods.
528         (External methods): "ControlPersist" must be set to "no" for the
529         `scpc' method.
530         (Remote processes): Add a note about `auto-revert-tail-mode'.
531         (Frequently Asked Questions): Use "scpx" in combination with
532         "ControlPersist".  Reported by Adam Spiers <emacs@adamspiers.org>.
534         * trampver.texi: Update release number.
536 2012-06-10  Chong Yidong  <cyd@gnu.org>
538         * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo
539         compilation for html-mono.
541 2012-06-08  Paul Eggert  <eggert@cs.ucla.edu>
543         * texinfo.tex: Merge from gnulib.
545 2012-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
547         * Makefile.in (echo-info): Don't try to install info files named
548         just ".info".
550 2012-05-28  Glenn Morris  <rgm@gnu.org>
552         * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX.  (Bug#10910)
554         * sc.texi: Nuke hand-written node pointers.
555         Fix top-level menu to match actual node order.
557 2012-05-27  Glenn Morris  <rgm@gnu.org>
559         * cl.texi, dired-x.texi: Nuke hand-written node pointers.
560         Some associated fixes, including not messing with chapno in cl.texi.
562 2012-05-27  Bastien Guerry  <bzg@gnu.org>
564         * org.texi (Durations and time values): Fix typo.
566 2012-05-19  Jay Belanger  <jay.p.belanger@gmail.com>
568         * doc/misc/calc.texi (Basic Operations on Units, Customizing Calc):
569         Mention `calc-ensure-consistent-units'.
571 2012-05-14  Andreas Schwab  <schwab@linux-m68k.org>
573         * cc-mode.texi: Avoid space before macro in 4th argument of cross
574         reference commands.  (Bug#11461)
576         * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
578 2012-05-12  Glenn Morris  <rgm@gnu.org>
580         * Makefile.in (mostlyclean): Add more TeX intermediates.
582         * Makefile.in: Make it look more like the other doc Makefiles.
583         Use explicit $srcdir in all dependencies.
584         Remove cd $srcdir from rules.
585         (VPATH): Remove.
586         (infodir): Set to an absolute path.
587         (INFO_TARGETS): Use short names.
588         (mkinfodir): infodir is now absolute.
589         (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
591         * Makefile.in (info.info): Rename from info, to avoid duplication.
592         (.SUFFIXES): Disable implicit rules.
594         * Makefile.in (MKDIR_P): New, set by configure.
595         (mkinfodir): Use $MKDIR_P.
597 2012-05-07  Glenn Morris  <rgm@gnu.org>
599         * forms.texi (Long Example): Update for changed location of files.
601 2012-05-04  Glenn Morris  <rgm@gnu.org>
603         * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
604         (INFO_TARGETS): Use $INFO_EXT.
605         Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
606         * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
607         (INFO_TARGETS): Use $INFO_EXT.
608         Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
610 2012-05-02  Glenn Morris  <rgm@gnu.org>
612         * Makefile.in (echo-info): New phony target, used by top-level.
614         * viper.texi: Make direntry shorter (also it is no longer "newest").
616         * emacs-gnutls.texi, ert.texi, org.texi:
617         Fix dircategory, direntry to match info/dir.
619         * faq.texi: Convert @inforefs to @xrefs.
620         Fix some malformed cross-references.
621         (File-name conventions): Shorten section name to avoid overfull line.
622         (How to add fonts): Use smallexample to avoid overfull lines.
624 2012-05-01  Teodor Zlatanov  <tzz@lifelogs.com>
626         * auth.texi (Help for users): Update for .gpg file being second.
628 2012-04-27  Ippei Furuhashi  <top.tuna+orgmode@gmail.com>  (tiny change)
630         * org.texi (Agenda commands): Fix two typos: give corresponding
631         function names, according to `org-agenda-view-mode-dispatch'.
633 2012-04-27  Glenn Morris  <rgm@gnu.org>
635         * faq.texi (Major packages and programs): Remove section.
636         There is no point listing 6 packages (cf etc/MORE.STUFF).
637         (Finding Emacs and related packages): Move "Spell-checkers" here.
639 2012-04-22  Michael Albinus  <michael.albinus@gmx.de>
641         * dbus.texi (Version): New node.
642         (Properties and Annotations): Mention the object manager
643         interface.  Describe dbus-get-all-managed-objects.
644         (Type Conversion): Floating point numbers are allowed, if an
645         anteger does not fit Emacs's integer range.
646         (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
647         (Asynchronous Methods): Fix description of
648         dbus-call-method-asynchronously.
649         (Receiving Method Calls): Fix some minor errors.  Add
650         dbus-interface-emacs.
651         (Signals): Describe unicast signals and the new match rules.
652         (Alternative Buses): Add the PRIVATE optional argument to
653         dbus-init-bus.  Describe its new return value.  Add dbus-setenv.
655 2012-04-20  Glenn Morris  <rgm@gnu.org>
657         * faq.texi (New in Emacs 24): New section.
658         (Packages that do not come with Emacs): Mention M-x list-packages.
660 2012-04-14  Alan Mackenzie  <acm@muc.de>
662         * cc-mode.texi (c-offsets-alist): Correct a typo.
664 2012-04-14  Jérémie Courrèges-Anglas  <jca@wxcvbn.org>  (tiny change)
666         * org.texi (Deadlines and scheduling): Fix the example: the
667         DEADLINE item should come right after the headline.  We enforce
668         this convention, so it is a bug not to illustrate it correctly in
669         the manual.
671 2012-04-14  Ippei FURUHASHI  <top.tuna+orgmode@gmail.com>  (tiny change)
673         * org.texi (Agenda commands): Fix documentation bug by swapping
674         the equivalent keybindings to `org-agenda-next-line' with the ones
675         to `org-agenda-previous-line'.
677 2012-04-14  Glenn Morris  <rgm@gnu.org>
679         * Makefile.in: Replace non-portable use of $< in ordinary rules.
681 2012-04-09  Eli Zaretskii  <eliz@gnu.org>
683         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add
684         emacs-gnutls.
685         ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
687 2012-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
689         * Makefile.in: Add emacs-gnutls.texi to build.
691         * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
693 2012-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
695         * auth.texi (Secret Service API): Edit further and give examples.
696         (Secret Service API): Adjust @samp to @code for collection names.
698 2012-04-04  Glenn Morris  <rgm@gnu.org>
700         * auth.texi (Secret Service API): Copyedits.
701         (Help for developers): Fill in some missing function doc-strings.
702         (Help for users, Help for developers)
703         (GnuPG and EasyPG Assistant Configuration): Markup fixes.
705 2012-04-04  Michael Albinus  <michael.albinus@gmx.de>
707         * auth.texi (Secret Service API): Add the missing text.
709 2012-04-04  Chong Yidong  <cyd@gnu.org>
711         * message.texi (Using PGP/MIME): Note that epg is now the default.
713         * gnus.texi: Reduce references to obsolete pgg library.
714         (Security): Note that epg is now the default.
716         * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
718         * nxml-mode.texi (Completion): C-RET is no longer bound to
719         nxml-complete.
721 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
723         * org.texi (Customizing tables in ODT export): Correct few errors.
725 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
727         * org.texi (Links in ODT export): Update.
728         (Labels and captions in ODT export): New node.
730 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
732         * org.texi (Literal examples in ODT export): htmlfontify.el in
733         Emacs-24.1 now supports fontification.  So ODT source blocks will
734         be fontified by default.
736 2012-04-01  Julian Gehring  <julian.gehring@googlemail.com>  (tiny change)
738         * org.texi (Refiling notes): Remove duplicated keybinding.
740 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
742         * org.texi (noweb): Documentation of this new option to the :noweb
743         header argument.
745 2012-04-01  Suvayu Ali  <fatkasuvayu+linux@gmail.com>
747         * org.texi (Header and sectioning): Add example demonstrating how
748         to use "LaTeX_CLASS_OPTIONS".
750 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
752         * org.texi (Noweb reference syntax): Describe the ability to
753         execute noweb references in the manual.
755 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
757         * org.texi (cache): Improve cache documentation when session
758         evaluation is used.
760 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
762         * org.texi (Plain lists): Document removal.
764 2012-04-01  Michael Brand  <michael.ch.brand@gmail.com>
766         * org.texi: Decapitalize file name in references to Calc manual.
768 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
770         * org.texi (Plain lists): Document removal.
772 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
774         * org.texi (Top, OpenDocument Text export)
775         (ODT export commands, Extending ODT export)
776         (Images in ODT export, Tables in ODT export)
777         (Configuring a document converter): Add or Update.
779 2012-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
781         * org.texi (MobileOrg): Change the wording to reflect that the
782         Android Version is no longer just the little brother of the iOS
783         version.
785 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
787         * org.texi (Key bindings and useful functions): Updated babel key
788         binding documentation in manual.
790 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
792         * org.texi (noweb): Document new noweb header value.
794 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
796         * org.texi (noweb-sep): Document new header argument.
798 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
800         * org.texi (noweb-ref): Documentation of this new custom variable.
802 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
804         * org.texi (wrap): Update the new :wrap documentation to match the
805         current implementation.
807 2012-04-01  Thomas Dye  <dk@poto.myhome.westell.com>
809         * org.texi: Added documentation for :wrap.
811 2012-04-01  Thomas Dye  <dk@poto.myhome.westell.com>
813         * org.texi: #+RESULTS now user-configurable.
815 2012-04-01  Thomas Dye  <dk@poto.myhome.westell.com>
817         * org.texi: Documented :noweb no-export.
819 2012-04-01  Thomas Dye  <dk@poto.local>
821         * org.texi: Edit :noweb no header argument for correctness.
823 2012-04-01  Bastien Guerry  <bzg@altern.org>
825         * org.texi (Customization): Update the approximate number of Org
826         variables.
828 2012-04-01  Thomas Dye  <dk@poto.local>
830         * org.texi: The :results wrap produces a drawer instead of a
831         begin_results block.
833 2012-03-22  Peder O. Klingenberg  <peder@klingenberg.no>  (tiny change)
835         * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
836         reflect the new default.
838 2012-03-10  Eli Zaretskii  <eliz@gnu.org>
840         * info.texi (Expert Info): Move the index entry for "Texinfo" from
841         "Getting Started" to this node.  (Bug#10450)
843 2012-03-10  Chong Yidong  <cyd@gnu.org>
845         * flymake.texi (Example -- Configuring a tool called via make):
846         Mention the Automake COMPILE variable (Bug#8715).
848         * info.texi (Getting Started): Add an index entry (Bug#10450).
850 2012-03-02  Michael Albinus  <michael.albinus@gmx.de>
852         * dbus.texi (Signals): Known names will be mapped onto unique
853         names, when registering for signals.
855 2012-02-29  Glenn Morris  <rgm@gnu.org>
857         * url.texi: Fix quote usage in body text.
859         * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
861         * cl.texi: Use @code{} in menus when appropriate.
863 2012-02-28  Glenn Morris  <rgm@gnu.org>
865         * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
866         * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
867         * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
868         * org.texi, sc.texi, vip.texi, viper.texi:
869         Standardize possessive apostrophe usage.
871 2012-02-26  Chong Yidong  <cyd@gnu.org>
873         * ediff.texi (Quick Help Commands): Add a couple of index entries
874         (Bug#10834).
876 2012-02-17  Glenn Morris  <rgm@gnu.org>
878         * gnus.texi (Posting Styles):
879         * remember.texi (Org): Fix cross-refs to other manuals.
881 2012-02-15  Glenn Morris  <rgm@gnu.org>
883         * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
884         (Encryption): New chapter, split out from previous.
886 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
888         * gnus.texi (Customizing the IMAP Connection): Mention
889         nnimap-record-commands.
891 2012-02-10  Glenn Morris  <rgm@gnu.org>
893         * url.texi (Retrieving URLs): Update url-retrieve arguments.
894         Mention url-queue-retrieve.
896 2012-02-09  Glenn Morris  <rgm@gnu.org>
898         * sem-user.texi (Semantic mode user commands): Typo fix.
900         * info.texi (Create Info buffer): Mention info-display-manual.
902 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
904         * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
905         example (modified from an example by Michael Albinus).
907 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
909         * gnus.texi (Agent Basics): Fix outdated description of
910         `gnus-agent-auto-agentize-methods'.
912 2012-01-28  Andreas Schwab  <schwab@linux-m68k.org>
914         * cc-mode.texi: Always @defindex ss.
915         (Config Basics): Fix argument of @itemize.
916         (Macro Backslashes): Add @code around index entry.
918 2012-01-23  Glenn Morris  <rgm@gnu.org>
920         * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
922 2012-01-19  Eric Hanchrow  <eric.hanchrow@gmail.com>
924         * tramp.texi (File): Tweak wording for the `scpc' option.
926 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
928         * gnus.texi (Group Parameters): Really note precedence.
930 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
932         * gnus.texi (Group Parameters): Note precedence.
934 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
936         * org.texi (Noweb reference syntax): Adding documentation of
937         the `*org-babel-use-quick-and-dirty-noweb-expansion*'
938         variable.
940 2012-01-03  Bastien Guerry  <bzg@gnu.org>
942         * org.texi (Plain lists): Split the table to fix the display
943         of items.
945 2012-01-03  Bastien Guerry  <bzg@gnu.org>
947         * org.texi (Plain lists): Fix misplaced explanation.
949 2012-01-03  Bastien Guerry  <bzg@gnu.org>
951         * org.texi (Plain lists, Agenda files): Add index entries.
953 2012-01-03  Julian Gehring  <julian.gehring@googlemail.com>
955         * org.texi: Use "Org mode" instead of alternatives like
956         "Org-mode" or "org-mode".
958 2012-01-03  Bernt Hansen  <bernt@norang.ca>
960         * org.texi (Agenda commands): Document
961         `org-clock-report-include-clocking-task'.
963 2012-01-03  Bastien Guerry  <bzg@gnu.org>
965         * org.texi (Checkboxes): Document the new behavior of `C-u C-c
966         C-c' on checkboxes.
968 2012-01-03  Julian Gehring  <julian.gehring@googlemail.com>
970         * org.texi: End sentences with two spaces.
972 2012-01-03  Michael Brand  <michael.ch.brand@gmail.com>
974         * org.texi (External links): Document the link types file+sys
975         and file+emacs, slightly narrow used page width.
977 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
979         * org.texi (colnames): Note that colnames behavior may differ
980         across languages.
982 2012-01-03  Bastien Guerry  <bzg@gnu.org>
984         * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
986 2012-01-03  Thomas Dye  <dk@poto.westell.com>
988         * org.texi: Augmented discussion of babel property
989         inheritance.  Put footnote outside sentence ending period.
991 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
993         * org.texi (eval): Documenting the full range of :eval header
994         argument values.
996 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
998         * org.texi (eval): Documentation of the new :eval option.
1000 2012-01-03  Thomas Dye  <dk@poto.local>
1002         * org.texi: Add accumulated properties.
1004 2012-01-03  Thomas Dye  <dk@poto.local>
1006         * org.texi: Documented no spaces in name=assign, another
1007         correction to :var table.
1009 2012-01-03  Thomas Dye  <dk@poto.local>
1011         * org.texi: Changed DATA to NAME in Working With Source Code
1012         section.
1014 2012-01-03  Tom Dye  <tsd@tsdye.com>
1016         * org.texi: Minor change to :var table.
1018 2012-01-03  Tom Dye  <tsd@tsdye.com>
1020         * org.texi: More changes to :var table (some examples were wrong).
1022 2012-01-03  Tom Dye  <tsd@tsdye.com>
1024         * org.texi: Cleaned up :var table.
1026 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1028         * org.texi (Timestamps, Weekly/daily agenda)
1029         (Weekly/daily agenda): Add @cindex for "appointment".
1031 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
1033         * org.texi (Literal examples): A new link to the template for
1034         inserting empty code blocks.
1035         (Structure of code blocks): A new link to the template for
1036         inserting empty code blocks.
1038 2012-01-03  Rafael Laboissiere  <rafael@laboissiere.net>  (tiny change)
1040         * org.texi (External links): Add footnote on how the behavior
1041         of the text search in Org files are controled by the variable
1042         `org-link-search-must-match-exact-headline'.
1044 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
1046         * org.texi (Buffer-wide header arguments): Update
1047         documentation to reflect removal of #+PROPERTIES.
1049 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
1051         * org.texi (The clock table): Mention that ACHIVED trees
1052         contribute to the clock table.
1054 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
1056         * org.texi (Conflicts): Better yasnippet config info.
1058 2012-01-03  Bastien Guerry  <bzg@gnu.org>  (tiny change)
1060         * org.texi (Selective export): Explicitely mention the default
1061         values for `org-export-select-tags',
1062         `org-export-exclude-tags'.
1064 2012-01-03  Tom Dye  <tsd@tsdye.com>
1066         * org.texi: Added a line to specify that header arguments are
1067         lowercase.
1069 2012-01-03  Tom Dye  <tsd@tsdye.com>
1071         * org.texi: :var requires default value when declared.
1073 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1075         * org.texi (Handling links): Add a note about the
1076         `org-link-frame-setup' option.
1078 2012-01-03  David Maus  <dmaus@ictsoc.de>
1080         * org.texi (Exporting Agenda Views, Extracting agenda
1081         information): Fix command line syntax, quote symbol parameter
1082         values.
1084 2012-01-03  David Maus  <dmaus@ictsoc.de>
1086         * org.texi (Exporting Agenda Views): Fix command line syntax.
1088 2011-12-28  Paul Eggert  <eggert@cs.ucla.edu>
1090         * gnus.texi (Mail Source Customization, Mail Back End Variables):
1091         Use octal notation for file permissions, which are normally
1092         thought of in octal.
1093         (Mail Back End Variables): Use more-plausible modes in example.
1095 2011-12-20  Alan Mackenzie  <acm@muc.de>
1097         * cc-mode.texi: Update version string 5.31 -> 5.32.
1099 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
1101         * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
1103 2011-11-24  Glenn Morris  <rgm@gnu.org>
1105         * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
1107 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
1109         * makefile.w32-in: Update dependencies.
1111 2011-11-20  Glenn Morris  <rgm@gnu.org>
1113         * gnus.texi (Group Information):
1114         Remove gnus-group-fetch-faq, command deleted 2010-09-24.
1116 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1118         * gnus-coding.texi (Gnus Maintenance Guide):
1119         Rename from "Gnus Maintainance Guide".
1121         * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
1122         * eieio.texi (Customizing):
1123         * gnus.texi (Article Washing):
1124         * gnus-news.texi:
1125         * sem-user.texi (Smart Jump): Fix typos.
1127 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1129         * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
1131 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
1133         * ede.texi (project-am-texinfo):
1134         * gnus.texi (Sending or Not Sending):
1135         * org.texi (Template elements): Fix typos.
1137 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
1139         * ediff.texi (Hooks):
1140         * sem-user.texi (Semanticdb Roots): Fix typos.
1142 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
1144         * semantic.texi (Tag handling): Fix typo.
1146 2011-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1148         * gnus.texi (Other Gnus Versions): Remove.
1150 2011-10-28  Alan Mackenzie  <acm@muc.de>
1152         * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
1153         (Other Special Indentations): Add an xref to "Macros with ;".
1154         (Customizing Macros): Add stuff about syntax in macros.  Add an xref to
1155         "Macros with ;".
1156         (Macros with ;): New page.
1158         * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
1159         Document the new handling of nested scopes for movement by defuns.
1161 2011-10-23  Michael Albinus  <michael.albinus@gmx.de>
1163         Sync with Tramp 2.2.3.
1165         * trampver.texi: Update release number.
1167 2011-10-14  Glenn Morris  <rgm@gnu.org>
1169         * ert.texi (Introduction, How to Run Tests)
1170         (Running Tests Interactively, Expected Failures)
1171         (Tests and Their Environment, Useful Techniques)
1172         (Interactive Debugging, Fixtures and Test Suites):
1173         Minor rephrasings.
1174         (Running Tests Interactively, The @code{should} Macro): Add xrefs.
1175         (Running Tests in Batch Mode): Simplify loading instructions.
1176         (Test Selectors): Clarify some selectors.
1177         (Expected Failures, Useful Techniques):
1178         Make examples fit in 80 columns.
1180 2011-10-13  Jay Belanger  <jay.p.belanger@gmail.com>
1182         * calc.texi (Basic Operations on Units): Discuss temperature
1183         conversion (`u t') alongside with other unit conversions ('u c').
1185 2011-10-12  Glenn Morris  <rgm@gnu.org>
1187         * ert.texi: Whitespace trivia to make main menu items line up better.
1189 2011-10-08  Glenn Morris  <rgm@gnu.org>
1191         * Makefile.in: Fix ert rules.
1193 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1195         * gnus.texi (Gnus Utility Functions): Add more references and
1196         explanations (bug#9683).
1198 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1200         * gnus.texi (Archived Messages): Note the default (bug#9552).
1202 2011-09-21  Bill Wohler  <wohler@newt.com>
1204         Release MH-E manual version 8.3.
1206         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
1207         release 8.3.
1208         (Preface): Updated support information.
1209         (From Bill Wohler): Reset text to original version.  As a
1210         historical quote, the tense should be correct in the time that it
1211         was written.
1213 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1215         * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
1216         (Finding the News): Doc clarification.
1217         (Terminology): Mention naming.
1219 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1221         * gnus.texi: Remove mentions of `recent', which are now obsolete.
1222         (Interactive): Document `quiet'.
1224 2011-08-15  Suvayu Ali  <fatkasuvayu+linux@gmail.com>  (tiny change)
1226         * org.texi (Images in LaTeX export): Rewrite.
1228 2011-08-15  Bastien Guerry  <bzg@gnu.org>
1230         * org.texi (Using the mapping API): Mention 'region as a possible
1231         scope for `org-map-entries'.
1233 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1235         * org.texi (Visibility cycling): Document `org-copy-visible'.
1237 2011-08-15  Bastien Guerry  <bzg@gnu.org>
1239         * org.texi (Template expansion): Order template sequences in the
1240         proper order.
1242 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1244         * org.texi (eval): Expand discussion of the :eval header argument.
1246 2011-08-15  Bastien Guerry  <bzg@gnu.org>
1248         * org.texi (Languages): Add Lilypond and Awk as supported
1249         languages.
1251 2011-08-15  Achim Gratz  <stromeko@nexgo.de>
1253         * org.texi: Document that both CLOCK_INTO_DRAWER and
1254         LOG_INTO_DRAWER can be used to override the contents of variable
1255         org-clock-into-drawer (or if unset, org-log-into-drawer).
1257         * org.texi: Replace @xref->@pxref.
1259 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1261         * org.texi (Evaluating code blocks): Documenting the new option
1262         for inline call lines.
1264 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1266         * org.texi (Results of evaluation): More explicit about the
1267         mechanism through which interactive evaluation of code is
1268         performed.
1270 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1272         * org.texi (noweb-ref): New header argument documentation.
1274 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1276         * org.texi (Extracting source code): Documentation of the new
1277         org-babel-tangle-named-block-combination variable.
1279 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1281         * org.texi (Structure of code blocks): Explicitly state that the
1282         behavior of multiple blocks of the same name is undefined.
1284 2011-08-15  Christian Egli  <christian.egli@sbszh.ch>
1286         * org.texi (TaskJuggler export): Modify the example to reflect the
1287         new effort durations.
1289 2011-08-15  David Maus  <dmaus@ictsoc.de>
1291         * org.texi (Images in LaTeX export): Escape curly brackets in
1292         LaTeX example.
1294 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1296         * org.texi (The clock table): Document the :properties and
1297         :inherit-props arguments for the clocktable.
1299 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1301         * org.texi (Tables in LaTeX export): Document specifying placement
1302         options for tables.
1304 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1306         * org.texi (Evaluating code blocks): More specific documentation
1307         about the different types of header arguments.
1309 2011-08-15  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
1311         * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
1313 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1315         * org.texi (Built-in table editor): Document the table field
1316         follow mode.
1318 2011-08-15  Robert P. Goldman  <rpgoldman@real-time.com>
1320         * org.texi (Easy Templates): Document new template.
1322 2011-08-15  Robert P. Goldman  <rpgoldman@real-time.com>
1324         * org.texi (Literal examples): Add a cross-reference from "Literal
1325         Examples" to "Easy Templates."
1327 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1329         * org.texi (The clock table): Add link to match syntax.
1331 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1333         * org.texi (Agenda commands): Document clock consistency checks.
1335 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1337         * org.texi (Built-in table editor): Document that \vert represents
1338         a vertical bar in a table field.
1340 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1342         * org.texi (Literal examples): Link from "Markup" > "Literate
1343         Examples" to "Working with Source Code".
1345 2011-08-15  Puneeth Chaganti  <punchagan@gmail.com>
1347         * org.texi (Agenda commands): Doc for function option to bulk
1348         action.
1350 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1352         * org.texi (Template expansion): Document new %<...> template
1353         escape.
1355 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1357         * org.texi (Selective export): Document exclusion of any tasks
1358         from export.
1360 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1362         * org.texi (Selective export): Document how to exclude DONE tasks
1363         from export.
1364         (Publishing options): Document the properties to be used to turn off
1365         export of DONE tasks.
1367 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1369         * org.texi (The date/time prompt): Document date range protection.
1371 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1373         * org.texi (padline): Documentation of the new padline header
1374         argument.
1376 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1378         * org.texi (var): Adding "[" to list of characters triggering
1379         elisp evaluation.
1381 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1383         * org.texi (var): Documentation of Emacs Lisp evaluation during
1384         variable assignment.
1386 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1388         * org.texi (colnames): Reference indexing into variables, and note
1389         that colnames are *not* removed before indexing occurs.
1390         (rownames): Reference indexing into variables, and note that
1391         rownames are *not* removed before indexing occurs.
1393 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1395         * org.texi (var): Clarification of indexing into tabular
1396         variables.
1398 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1400         * org.texi (results): Documentation of the `:results wrap' header
1401         argument.
1403 2011-08-15  Bastien Guerry  <bzg@gnu.org>
1405         * org.texi (LaTeX and PDF export): Add a note about a limitation
1406         of the LaTeX export: the org file has to be properly structured.
1408 2011-08-15  Bastien Guerry  <bzg@gnu.org>
1410         * org.texi (Dynamic blocks, Structure editing): Mention
1411         the function `org-narrow-to-block'.
1413 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1415         * org.texi (Languages): Updating list of code block supported
1416         languages.
1418 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1420         * org.texi (Special properties): CATEGORY is a special property,
1421         but it may also used in the drawer.
1423 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1425         * org.texi (mkdirp): Documentation of the :mkdirp header argument.
1427 2011-08-15  Puneeth Chaganti  <punchagan@gmail.com>
1429         * org.texi (Include files): Document :lines.
1431 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1433         * org.texi (comments): Documentation of the ":comments noweb" code
1434         block header argument.
1436 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1438         * org.texi (Conflicts): Changed "yasnippets" to "yasnippet" and
1439         added extra whitespace around functions to be consistent with the
1440         rest of the section.
1442 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1444         * org.texi (Evaluating code blocks): Expanded discussion of
1445         #+call: line syntax.
1446         (Header arguments in function calls): Expanded discussion of
1447         #+call: line syntax.
1449 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1451         * org.texi (Evaluating code blocks): More explicit about how to
1452         pass variables to #+call lines.
1454 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1456         * org.texi (Results of evaluation): Link to the :results header
1457         argument list from the "Results of evaluation" section.
1459 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1461         * org.texi (Conflicts): Adding additional information about
1462         resolving org/yasnippet conflicts.
1464 2011-08-15  David Maus  <dmaus@ictsoc.de>
1466         * org.texi (Publishing options): Document style-include-scripts
1467         publishing project property.
1469 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1471         * org.texi (Sparse trees): Document the next-error /
1472         previous-error functionality.
1474 2011-08-15  Tom Dye  <tsd@tsdye.com>
1476         * org.texi (cache): Improved documentation of code block caches.
1478 2011-08-15  Tom Dye  <tsd@tsdye.com>
1480         * org.texi (Code block specific header arguments): Documentation
1481         of multi-line header arguments.
1483 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1485         * org.texi (Code evaluation security): Add example for using a
1486         function.
1488 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1490         * org.texi (Tables in LaTeX export): Documentation of new
1491         attr_latex options for tables.
1493 2011-08-03  Michael Albinus  <michael.albinus@gmx.de>
1495         * trampver.texi: Update release number.
1497 2011-07-30  Michael Albinus  <michael.albinus@gmx.de>
1499         Sync with Tramp 2.2.2.
1501         * trampver.texi: Update release number.
1503 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1505         * flymake.texi (Example -- Configuring a tool called via make):
1506         Use /dev/null instead of the Windows "nul" (bug#8715).
1508 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1510         * widget.texi (Setting Up the Buffer): Remove mention of the
1511         global keymap parent, which doesn't seem to be accurate
1512         (bug#7045).
1514 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1516         * org.texi (Special agenda views): Fix double quoting (bug#3509).
1518 2010-07-10  Kevin Ryde  <user42@zip.com.au>
1520         * cl.texi (For Clauses): Add destructuring example processing an
1521         alist (bug#6596).
1523 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1525         * ediff.texi (Major Entry Points): Remove mention of `require',
1526         since that's not pertinent in the installed Emacs (bug#9016).
1528 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1530         * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
1531         (Filtering New Groups): Clarify how simple the "options -n" format is.
1532         (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
1533         is internal.
1535 2011-07-04  Michael Albinus  <michael.albinus@gmx.de>
1537         * tramp.texi (Cleanup remote connections): Add
1538         `tramp-cleanup-this-connection'.
1540 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1542         * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
1543         zombies.
1544         (Checking New Groups): Ditto (bug#8974).
1545         (Checking New Groups): Moved the reference to the right place.
1547 2011-07-03  Dave Abrahams  <dave@boostpro.com>  (tiny change)
1549         * gnus.texi (Startup Files): Clarify that we're talking about numbered
1550         backups, and not actual vc (bug#8975).
1552 2011-07-03  Kevin Ryde  <user42@zip.com.au>
1554         * cl.texi (For Clauses): @items for hash-values and key-bindings
1555         to make them more visible when skimming.  Add examples of `using'
1556         clause to them, examples being clearer than a description in
1557         words (bug#6599).
1559 2011-07-01  Alan Mackenzie  <acm@muc.de>
1561         * cc-mode.texi (Guessing the Style): New page.
1562         (Styles): Add a short introduction to above.
1564 2011-06-28  Deniz Dogan  <deniz@dogan.se>
1566         * rcirc.texi (Configuration): Bug-fix:
1567         `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
1568         Reported by Elias Pipping <pipping@exherbo.org>.
1570 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1572         * gnus.texi (Summary Mail Commands): Document
1573         `gnus-summary-reply-to-list-with-original'.
1575 2011-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1577         * eshell.texi (Known problems): Fix typo.
1579 2011-06-12  Michael Albinus  <michael.albinus@gmx.de>
1581         * tramp.texi (Customizing Completion): Mention authinfo-style files.
1582         (Password handling): `auth-source-debug' is good for debug messages.
1584 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
1586         * gnus.texi (Store custom flags and keywords): Refer to
1587         `gnus-registry-article-marks-to-{chars,names}' instead of
1588         `gnus-registry-user-format-function-{M,M2}'.
1590 2011-05-27  Paul Eggert  <eggert@cs.ucla.edu>
1592         * texinfo.tex: Merge from gnulib.
1594 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
1596         * gnus.texi (Gnus Registry Setup): Rename from "Setup".
1597         (Store custom flags and keywords):
1598         Mention `gnus-registry-user-format-function-M' and
1599         `gnus-registry-user-format-function-M2'.
1601 2011-05-17  Paul Eggert  <eggert@cs.ucla.edu>
1603         * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
1605 2011-05-17  Glenn Morris  <rgm@gnu.org>
1607         * gnus.texi (Face): Fix typo.
1609 2011-05-14  Glenn Morris  <rgm@gnu.org>
1611         * dired-x.texi (Omitting Examples): Minor addition.
1613 2011-05-10  Jim Meyering  <meyering@redhat.com>
1615         * ede.texi: Fix typo "or or -> or".
1617 2011-05-03  Peter Münster  <pmlists@free.fr>  (tiny change)
1619         * gnus.texi (Summary Buffer Lines):
1620         gnus-summary-user-date-format-alist does not exist.
1621         (Sorting the Summary Buffer): More about sorting threads.
1623 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
1625         * trampver.texi: Update release number.
1627 2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
1629         * tramp.texi (Frequently Asked Questions): New item for disabling
1630         Tramp in other packages.
1632 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
1634         * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
1635         (Fancy splitting to parent, Store arbitrary data):
1636         Updated gnus-registry docs.
1638 2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
1640         * ede.texi: Fix typos.
1642 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1644         * gnus.texi (Window Layout): @itemize @code doesn't exist.
1645         It's @table @code.
1647 2011-03-19  Antoine Levitt  <antoine.levitt@gmail.com>
1649         * gnus.texi (Listing Groups): Document gnus-group-list-ticked.
1651 2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
1653         * calc.texi (Logarithmic Units): Update the function names.
1655 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1657         * message.texi (Various Commands): Document format specs in the
1658         ellipsis.
1660 2011-03-15  Antoine Levitt  <antoine.levitt@gmail.com>
1662         * message.texi (Insertion Variables): Document message-cite-style.
1664 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
1666         * tramp.texi (Remote processes): New subsection "Running shell on
1667         a remote host".
1669 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1671         * auth.texi (Help for developers): Update docs to explain that the
1672         :save-function will only run the first time.
1674 2011-03-12  Glenn Morris  <rgm@gnu.org>
1676         * Makefile.in (emacs-faq.html): Fix some more cross-refs.
1677         (emacs-faq.text): New target.
1678         (clean): Add emacs-faq.
1680 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
1682         Sync with Tramp 2.2.1.
1684         * trampver.texi: Update release number.
1686 2011-03-11  Glenn Morris  <rgm@gnu.org>
1688         * Makefile.in (HTML_TARGETS): New.
1689         (clean): Delete $HTML_TARGETS.
1690         (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
1692 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
1694         * auth.texi (Help for developers): Show example of using
1695         `auth-source-search' with prompts and :save-function.
1697 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1699         * Version 23.3 released.
1701 2011-03-07  Antoine Levitt  <antoine.levitt@gmail.com>
1703         * message.texi (Message Buffers): Update default value of
1704         message-generate-new-buffers.
1706 2011-03-06  Jay Belanger  <jay.p.belanger@gmail.com>
1708         * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
1709         and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
1710         respectively.
1711         (Musical Notes): New section.
1712         (Customizing Calc): Mention the customizable variable
1713         calc-note-threshold.
1715 2011-03-03  Glenn Morris  <rgm@gnu.org>
1717         * url.texi (Dealing with HTTP documents): Remove reference to
1718         function url-decode-text-part; never seems to have existed.  (Bug#6038)
1719         (Configuration): Update url-configuration-directory description.
1721 2011-03-02  Glenn Morris  <rgm@gnu.org>
1723         * dired-x.texi (Multiple Dired Directories): Remove mentions
1724         of dired-default-directory-alist and dired-default-directory.
1725         Move dired-smart-shell-command here...
1726         (Miscellaneous Commands): ... from here.
1728 2011-03-02  Paul Eggert  <eggert@cs.ucla.edu>
1730         * texinfo.tex: Update to version 2011-02-24.09.
1732 2011-03-02  Glenn Morris  <rgm@gnu.org>
1734         * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
1735         instead of the obsoleted dired-omit-here-always.
1737 2011-02-28  Michael Albinus  <michael.albinus@gmx.de>
1739         * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
1740         supported systems.
1742 2011-02-28  Glenn Morris  <rgm@gnu.org>
1744         * dbus.texi (Type Conversion): Grammar fix.
1746 2011-02-23  Michael Albinus  <michael.albinus@gmx.de>
1748         * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
1749         "Debian GNU/Linux".
1751         * trampver.texi [xemacs]: Set emacsothername to "Emacs".
1753 2011-02-23  Glenn Morris  <rgm@gnu.org>
1755         * dired-x.texi (Features): Minor rephrasing.
1756         (Local Variables): Fix typos.
1758         * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
1759         Standardize some Emacs/XEmacs terminology.
1761         * dired-x.texi (Features): Don't advertise obsolete local variables.
1762         Simplify layout.
1763         (Omitting Variables): Update local variables example.
1764         (Local Variables): Say this is obsolete.  Fix description of
1765         dired-enable-local-variables possible values.
1767 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
1769         * auth.texi (Help for users): Mention ~/.netrc is also searched by
1770         default now.
1772 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1774         * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
1776 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1778         * gnus.texi (Window Layout): Document layout names.
1780 2011-02-19  Eli Zaretskii  <eliz@gnu.org>
1782         * ada-mode.texi: Sync @dircategory with ../../info/dir.
1783         * auth.texi: Sync @dircategory with ../../info/dir.
1784         * autotype.texi: Sync @dircategory with ../../info/dir.
1785         * calc.texi: Sync @dircategory with ../../info/dir.
1786         * cc-mode.texi: Sync @dircategory with ../../info/dir.
1787         * cl.texi: Sync @dircategory with ../../info/dir.
1788         * dbus.texi: Sync @dircategory with ../../info/dir.
1789         * dired-x.texi: Sync @dircategory with ../../info/dir.
1790         * ebrowse.texi: Sync @dircategory with ../../info/dir.
1791         * ede.texi: Sync @dircategory with ../../info/dir.
1792         * ediff.texi: Sync @dircategory with ../../info/dir.
1793         * edt.texi: Sync @dircategory with ../../info/dir.
1794         * eieio.texi: Sync @dircategory with ../../info/dir.
1795         * emacs-mime.texi: Sync @dircategory with ../../info/dir.
1796         * epa.texi: Sync @dircategory with ../../info/dir.
1797         * erc.texi: Sync @dircategory with ../../info/dir.
1798         * eshell.texi: Sync @dircategory with ../../info/dir.
1799         * eudc.texi: Sync @dircategory with ../../info/dir.
1800         * flymake.texi: Sync @dircategory with ../../info/dir.
1801         * forms.texi: Sync @dircategory with ../../info/dir.
1802         * gnus.texi: Sync @dircategory with ../../info/dir.
1803         * idlwave.texi: Sync @dircategory with ../../info/dir.
1804         * mairix-el.texi: Sync @dircategory with ../../info/dir.
1805         * message.texi: Sync @dircategory with ../../info/dir.
1806         * mh-e.texi: Sync @dircategory with ../../info/dir.
1807         * newsticker.texi: Sync @dircategory with ../../info/dir.
1808         * nxml-mode.texi: Sync @dircategory with ../../info/dir.
1809         * org.texi: Sync @dircategory with ../../info/dir.
1810         * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
1811         * pgg.texi: Sync @dircategory with ../../info/dir.
1812         * rcirc.texi: Sync @dircategory with ../../info/dir.
1813         * reftex.texi: Sync @dircategory with ../../info/dir.
1814         * remember.texi: Sync @dircategory with ../../info/dir.
1815         * sasl.texi: Sync @dircategory with ../../info/dir.
1816         * sc.texi: Sync @dircategory with ../../info/dir.
1817         * semantic.texi: Sync @dircategory with ../../info/dir.
1818         * ses.texi: Sync @dircategory with ../../info/dir.
1819         * sieve.texi: Sync @dircategory with ../../info/dir.
1820         * smtpmail.texi: Sync @dircategory with ../../info/dir.
1821         * speedbar.texi: Sync @dircategory with ../../info/dir.
1822         * trampver.texi [emacs]: Set emacsname to "Emacs".
1823         * tramp.texi: Sync @dircategory with ../../info/dir.
1824         * url.texi: Sync @dircategory with ../../info/dir.
1825         * vip.texi: Sync @dircategory with ../../info/dir.
1826         * viper.texi: Sync @dircategory with ../../info/dir.
1827         * widget.texi: Sync @dircategory with ../../info/dir.
1828         * woman.texi: Sync @dircategory with ../../info/dir.
1830 2011-02-19  Glenn Morris  <rgm@gnu.org>
1832         * dired-x.texi (Technical Details): No longer redefines
1833         dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
1834         dired-read-shell-command, or dired-find-buffer-nocreate.
1836 2011-02-18  Glenn Morris  <rgm@gnu.org>
1838         * dired-x.texi (Optional Installation File At Point): Simplify.
1840 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
1842         * auth.texi (Help for users): Use :port instead of :protocol for all
1843         auth-source docs.
1844         (GnuPG and EasyPG Assistant Configuration): Mention the default now is
1845         to have two files in `auth-sources'.
1847 2011-02-16  Glenn Morris  <rgm@gnu.org>
1849         * dired-x.texi: Use emacsver.texi to get Emacs version.
1850         * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
1851         Depend on emacsver.texi.
1853         * dired-x.texi: Drop meaningless version number.
1854         (Introduction): Remove old info.
1855         (Optional Installation Dired Jump): Autoload from dired-x.
1856         Remove incorrect info about loaddefs.el.
1857         (Bugs): Just refer to M-x report-emacs-bug.
1859         * dired-x.texi (Multiple Dired Directories): Update for rename of
1860         default-directory-alist.
1861         (Miscellaneous Commands): No longer mention very old VM version 4.
1863 2011-02-15  Paul Eggert  <eggert@cs.ucla.edu>
1865         Merge from gnulib.
1866         * texinfo.tex: Update to version 2011-02-14.11.
1868 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
1870         * auth.texi (Help for users):
1871         Login collection is "Login" and not "login".
1873 2011-02-13  Michael Albinus  <michael.albinus@gmx.de>
1875         * tramp.texi (History): Remove IMAP support.
1876         (External methods, Frequently Asked Questions): Remove `imap' and
1877         `imaps' methods.
1878         (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
1880         * trampver.texi: Remove default value of `emacsimap'.
1882 2011-02-13  Glenn Morris  <rgm@gnu.org>
1884         * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
1885         * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
1887 2011-02-12  Glenn Morris  <rgm@gnu.org>
1889         * sc.texi (Getting Connected): Remove old index entries.
1891 2011-02-12  Ulrich Mueller  <ulm@gentoo.org>
1893         * url.texi: Remove duplicate @dircategory (Bug#7942).
1895 2011-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
1897         * auth.texi (Overview, Help for users, Help for developers):
1898         Update docs.
1899         (Help for users): Talk about spaces.
1901 2011-02-09  Paul Eggert  <eggert@cs.ucla.edu>
1903         * texinfo.tex: Update to version 2011-02-07.16.
1905 2011-02-07  Michael Albinus  <michael.albinus@gmx.de>
1907         * dbus.texi (Bus names): Adapt descriptions for
1908         dbus-list-activatable-names and dbus-list-known-names.
1910 2011-02-07  Jay Belanger  <jay.p.belanger@gmail.com>
1912         * calc.texi (Logarithmic Units): New section.
1914 2011-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
1916         * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
1917         manuals use it now.
1919         * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
1921 2011-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1923         * overrides.texi: Remove.
1925         * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
1926         * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
1928 2011-02-05  Michael Albinus  <michael.albinus@gmx.de>
1930         * tramp.texi (Frequently Asked Questions): Mention problems with
1931         WinSSHD.
1933         * trampver.texi: Update release number.
1935 2011-02-05  Era Eriksson  <era+tramp@iki.fi>  (tiny change)
1937         * tramp.texi:
1938         Replace "delimet" with "delimit" globally.
1939         Replace "explicite" with "explicit" globally.
1940         Replace "instead of" with "instead" where there was nothing after "of".
1941         Audit use of comma before interrogative pronoun, "that", or "which".
1942         Minor word order, spelling, wording changes.
1944 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
1946         * overrides.texi: New file to set or clear WEBHACKDEVEL.
1948         * sieve.texi: Use WEBHACKDEVEL.
1950         * sasl.texi: Use WEBHACKDEVEL.
1952         * pgg.texi: Use WEBHACKDEVEL.
1954         * message.texi: Use WEBHACKDEVEL.
1956         * gnus.texi: Use WEBHACKDEVEL.
1958         * emacs-mime.texi: Use WEBHACKDEVEL.
1960         * auth.texi: Use WEBHACKDEVEL.
1962         * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
1963         manuals.
1965 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1967         * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
1969 2011-02-03  Paul Eggert  <eggert@cs.ucla.edu>
1971         * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
1972         which in turn is copied from ftp://tug.org/tex/.
1974 2011-02-03  Glenn Morris  <rgm@gnu.org>
1976         * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
1977         (Binding combinations of modifiers and function keys):
1978         Let's assume people reading this are not using Emacs 18.
1980 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1982         * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
1983         since it's run automatically.
1985 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1987         * gnus.texi (Customizing Articles): Fix typo.
1989 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1991         * gnus.texi (Customizing Articles): Document the new way of customizing
1992         the date headers(s).
1994 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1996         * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
1997         splitting example.
1999 2011-01-29  Eli Zaretskii  <eliz@gnu.org>
2001         * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
2002         (MAKEINFO_OPTS): New variable.
2003         (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
2004         ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
2005         ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
2006         ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
2007         ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
2008         ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
2009         ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
2010         ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
2011         ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
2012         ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
2013         ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
2014         ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
2015         ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
2016         ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
2017         ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
2018         ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
2019         ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
2020         ($(infodir)/edt): Use $(MAKEINFO_OPTS).
2022 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2024         * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
2026 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
2028         * message.texi (IDNA): Explain what it is.
2030 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2032         * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
2034 2011-01-23  Werner Lemberg  <wl@gnu.org>
2036         * Makefile.in (MAKEINFO): Now controlled by `configure'.
2037         (MAKEINFO_OPTS): New variable.  Use it where appropriate.
2038         (ENVADD): Update.
2040 2011-01-18  Glenn Morris  <rgm@gnu.org>
2042         * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
2044 2011-01-14  Eduard Wiebe  <usenet@pusto.de>
2046         * nxml-mode.texi (Introduction): Fix file name typos.
2048 2011-01-13  Christian Ohler  <ohler@gnu.org>
2050         * ert.texi: New file.
2052         * Makefile.in:
2053         * makefile.w32-in: Add ert.texi.
2055 2011-01-10  Jan Moringen  <jan.moringen@uni-bielefeld.de>
2057         * dbus.texi (Receiving Method Calls): New function
2058         dbus-register-service.  Rearrange node.
2060 2011-01-07  Paul Eggert  <eggert@cs.ucla.edu>
2062         * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
2063         which in turn is copied from ftp://tug.org/tex/.
2065 2011-01-04  Jan Moringen  <jan.moringen@uni-bielefeld.de>
2067         * dbus.texi (Receiving Method Calls): Describe new optional
2068         parameter dont-register-service of dbus-register-{method,property}.
2070 2010-12-17  Daiki Ueno  <ueno@unixuser.org>
2072         * epa.texi (Encrypting/decrypting *.gpg files):
2073         Mention epa-file-select-keys.
2075 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2077         * gnus.texi (Archived Messages): Remove outdated text.
2079 2010-12-16  Teodor Zlatanov  <tzz@lifelogs.com>
2081         * gnus.texi (Foreign Groups): Add clarification of foreign groups.
2083 2010-12-15  Andrew Cohen  <cohen@andy.bu.edu>
2085         * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
2087 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
2089         * gnus.texi (The swish++ Engine): Add customizable parameters
2090         descriptions.
2091         (The swish-e Engine): Ditto.
2093 2010-12-14  Michael Albinus  <michael.albinus@gmx.de>
2095         * tramp.texi (Inline methods): Add "ksu" method.
2096         (Remote processes): Add example with remote `default-directory'.
2098 2010-12-14  Glenn Morris  <rgm@gnu.org>
2100         * faq.texi (Expanding aliases when sending mail):
2101         Now build-mail-aliases is interactive.
2103 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
2105         * gnus.texi: First pass at adding (rough) nnir documentation.
2107 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2109         * gnus.texi (Filtering New Groups):
2110         Mention gnus-auto-subscribed-categories.
2111         (The First Time): Remove, since default-subscribed-newsgroups has been
2112         removed.
2114 2010-12-13  Glenn Morris  <rgm@gnu.org>
2116         * cl.texi (For Clauses): Small fixes for frames and windows.
2118 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
2120         * org.texi (Using capture): Document using prefix arguments for
2121         finalizing capture.
2122         (Agenda commands): Document prefix argument for the bulk scatter
2123         command.
2124         (Beamer class export): Document that also overlay arguments can be
2125         passed to the column environment.
2126         (Template elements): Document the new entry type.
2128 2010-12-11  Puneeth Chaganti  <punchagan@gmail.com>
2130         * org.texi (Include files): Document :minlevel.
2132 2010-12-11  Julien Danjou  <julien@danjou.info>
2134         * org.texi (Categories): Document category icons.
2136 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
2138         * org.texi (noweb): Fix typo.
2140 2010-12-06  Tassilo Horn  <tassilo@member.fsf.org>
2142         * gnus.texi (Server Commands): Point to the rest of the server
2143         commands.
2145 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2147         * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
2148         g'.
2150 2010-12-02  Julien Danjou  <julien@danjou.info>
2152         * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
2154 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2156         * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
2157         (Direct Functions): Note the STARTTLS upgrade.
2159 2010-11-27  Glenn Morris  <rgm@gnu.org>
2160             James Clark  <none@example.com>
2162         * nxml-mode.texi (Introduction): New section.
2164 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2166         * gnus.texi (Server Commands): Document gnus-server-show-server.
2168 2010-11-20  Michael Albinus  <michael.albinus@gmx.de>
2170         Sync with Tramp 2.2.0.
2172         * trampver.texi: Update release number.
2174 2010-11-19  Jay Belanger  <jay.p.belanger@gmail.com>
2176         * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
2177         Mention that the TeX specific units won't use the `tex' prefix
2178         in TeX mode.
2180 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2182         * gnus.texi (Misc Article): Document gnus-inhibit-images.
2184 2010-11-17  Glenn Morris  <rgm@gnu.org>
2186         * edt.texi: Remove information about Emacs 19.
2188 2010-11-17  Michael Albinus  <michael.albinus@gmx.de>
2190         * trampver.texi: Update release number.
2192 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2194         * gnus.texi (Article Washing): Fix typo.
2196 2010-11-11  Noorul Islam  <noorul@noorul.com>
2198         * org.texi: Fix typo.
2200 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2202         * org.texi (Using capture): Explain that refiling is
2203         sensitive to cursor position.
2205 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2207         * org.texi (Images and tables): Add cross reference to link section.
2209 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2211         * org.texi: Document the <c> cookie.
2213 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2215         * org.texi: Multi-line header arguments :PROPERTIES: :ID:
2216         b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
2218 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2220         * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
2222 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2224         * org.texi (Project alist): Mention that this is a property list.
2226 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2228         * org.texi (Setting up the staging area): Document that
2229         file names remain visible when encrypting the MobileOrg files.
2231 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2233         * org.texi (Setting up the staging area): Document which
2234         versions are needed for encryption.
2236 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2238         * org.texi (noweb): Update :noweb documentation to
2239         reflect the new "tangle" argument.
2241 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2243         * org.texi (Batch execution): Improve tangling script in
2244         documentation.
2246 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2248         * org.texi (Handling links):
2249         (In-buffer settings): Document inlining images on startup.
2251 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2253         * org.texi (Setting up the staging area): Document use of
2254         crypt password.
2256 2010-11-11  David Maus  <dmaus@ictsoc.de>
2258         * org.texi (Template expansion): Add date related link type escapes.
2260 2010-11-11  David Maus  <dmaus@ictsoc.de>
2262         * org.texi (Template expansion): Add mew in table for link type
2263         escapes.
2265 2010-11-11  David Maus  <dmaus@ictsoc.de>
2267         * org.texi (Template expansion): Fix typo in link type escapes.
2269 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2271         * org.texi (Structure of code blocks): Another documentation tweak.
2273 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2275         * org.texi (Structure of code blocks): Documentation tweak.
2277 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2279         * org.texi (Structure of code blocks):
2280         Update documentation to mention inline code block syntax.
2282 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2284         * org.texi (comments): Improve wording.
2286 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2288         * org.texi (comments): Document the new :comments header arguments.
2290 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2292         * org.texi (Installation): Remove the special
2293         installation instructions for XEmacs.
2295 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
2297         * org.texi (Easy Templates): New section.  Documents quick
2298         insertion of empty structural elements.
2300 2010-11-11  Noorul Islam  <noorul@noorul.com>
2302         * org.texi: Fix doc.
2304 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
2306         * org.texi (The date/time prompt): Document specification
2307         of time ranges.
2309 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2311         * org.texi (Internal links): Document the changes in
2312         internal links.
2314 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2316         * org.texi (Agenda commands): Document the limitation for
2317         the filter preset - it can only be used for an entire agenda
2318         view, not in an individual block in a block agenda.
2320 2010-11-11  Eric S Fraga  <e.fraga@ucl.ac.uk>
2322         * org.texi (iCalendar export): Document alarm creation.
2324 2010-11-10  Michael Albinus  <michael.albinus@gmx.de>
2326         * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
2328 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2330         * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
2332 2010-11-09  Jay Belanger  <jay.p.belanger@gmail.com>
2334         * calc.texi: Use emacsver.texi to determine Emacs version.
2336 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2338         * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
2339         since that works by default.
2341 2010-11-03  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2343         * gnus.texi (Customizing the IMAP Connection): Document
2344         `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
2346 2010-11-04  Michael Albinus  <michael.albinus@gmx.de>
2348         * tramp.texi (Remote shell setup): New item "Interactive shell
2349         prompt".  Reported by Christian Millour <cm@abtela.com>.
2350         (Remote shell setup, Remote processes): Use @code{} for
2351         environment variables.
2353 2010-11-03  Glenn Morris  <rgm@gnu.org>
2355         * ediff.texi (Quick Help Commands, Miscellaneous):
2356         * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
2358 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2360         * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
2362 2010-10-31  Glenn Morris  <rgm@gnu.org>
2364         * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
2366 2010-10-31  Glenn Morris  <rgm@gnu.org>
2368         * cc-mode.texi: Remove reference to defunct viewcvs URL.
2370 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2372         * gnus.texi (Client-Side IMAP Splitting):
2373         Mention nnimap-unsplittable-articles.
2375 2010-10-29  Julien Danjou  <julien@danjou.info>
2377         * gnus.texi (Finding the News): Remove references to obsoletes
2378         variables `gnus-nntp-server' and `gnus-secondary-servers'.
2380 2010-10-29  Eli Zaretskii  <eliz@gnu.org>
2382         * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
2383         (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
2384         ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
2385         ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
2387 2010-10-28  Glenn Morris  <rgm@gnu.org>
2389         * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
2390         (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
2391         ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
2393 2010-10-25  Daiki Ueno  <ueno@unixuser.org>
2395         * epa.texi (Mail-mode integration): Add alternative key bindings
2396         for epa-mail commands; escape comma.
2397         Don't use the word "PGP", since it is a non-free program.
2399 2010-10-24  Jay Belanger  <jay.p.belanger@gmail.com>
2401         * calc.texi: Use emacsver.texi to determine Emacs version.
2403 2010-10-24  Juanma Barranquero  <lekktu@gmail.com>
2405         * gnus.texi (Group Parameters, Buttons): Fix typos.
2407 2010-10-22  Tassilo Horn  <tassilo@member.fsf.org>
2409         * gnus.texi (Subscription Commands): Mention that you can also
2410         subscribe to new groups via the Server buffer, which is probably more
2411         convenient when subscribing to many groups.
2413 2010-10-21  Julien Danjou  <julien@danjou.info>
2415         * message.texi (Message Headers): Allow message-default-headers to be a
2416         function.
2418 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2420         * gnus-news.texi: Mention new archive defaults.
2422 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2424         * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
2426 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2428         * gnus.texi (HTML): Document the function value of
2429         gnus-blocked-images.
2430         (Article Washing): shr and gnus-w3m, not the direct function names.
2432 2010-10-20  Julien Danjou  <julien@danjou.info>
2434         * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
2435         variable.
2437 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2439         * gnus.texi (Customizing the IMAP Connection): The port strings are
2440         strings.
2441         (Document Groups): Mention git.
2443 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2445         * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
2446         bzr/Gnus git sync.
2448 2010-10-15  Eli Zaretskii  <eliz@gnu.org>
2450         * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
2451         change.
2453 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2455         * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
2456         @item syntax for in-Emacs makeinfo.
2458 2010-10-13  Teodor Zlatanov  <tzz@lifelogs.com>
2460         * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
2461         trim sentence.
2463 2010-10-12  Daiki Ueno  <ueno@unixuser.org>
2465         * epa.texi (Caching Passphrases):
2466         * auth.texi (GnuPG and EasyPG Assistant Configuration):
2467         Clarify some configurations require to set up gpg-agent.
2469 2010-10-11  Glenn Morris  <rgm@gnu.org>
2471         * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
2473 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2475         * gnus.texi (Spam Package Introduction): Mention `$'.
2477 2010-10-09  Eli Zaretskii  <eliz@gnu.org>
2479         * makefile.w32-in (emacsdir): New variable.
2480         ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
2481         (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
2483 2010-10-09  Glenn Morris  <rgm@gnu.org>
2485         * Makefile.in (mostlyclean): Delete *.toc.
2487         * Makefile.in: Use $< in rules.
2489         * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
2491         * Makefile.in ($(infodir)): Delete rule.
2492         (mkinfodir): New.  Use it in all the info rules, rather than depending
2493         on infodir.
2495 2010-10-09  Glenn Morris  <rgm@gnu.org>
2497         * gnus.texi (Article Washing): Fix previous change.
2499         * Makefile.in (emacsdir): New variable.
2500         ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
2501         Depend on emacsver.texi.
2503         * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
2505         * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
2507 2010-10-08  Julien Danjou  <julien@danjou.info>
2509         * gnus.texi: Add mm-shr.
2511 2010-10-08  Ludovic Courtès  <ludo@gnu.org>
2513         * gnus.texi (Finding the Parent, The Gnus Registry)
2514         (Registry Article Refer Method): Update docs for nnregistry.el.
2516 2010-10-08  Daiki Ueno  <ueno@unixuser.org>
2518         * auth.texi (Help for users)
2519         (GnuPG and EasyPG Assistant Configuration): Update docs.
2521 2010-10-08  Glenn Morris  <rgm@gnu.org>
2523         * cl.texi (Organization, Installation, Old CL Compatibility):
2524         Deprecate cl-compat for new code.
2525         (Usage, Installation): Remove outdated information.
2527         * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
2529 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2531         * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
2533 2010-10-06  Julien Danjou  <julien@danjou.info>
2535         * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
2537         * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
2538         broken link.
2540         * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
2542         * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
2543         to ReiserFS.
2545         * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
2546         (FAQ 7-1): Fix getmail URL.
2548 2010-10-06  Daiki Ueno  <ueno@unixuser.org>
2550         * epa.texi (Caching Passphrases): New section.
2552 2010-10-06  Glenn Morris  <rgm@gnu.org>
2554         * Makefile.in (SHELL): Set it.
2555         (info): Move the mkdir dependency to the individual info files.
2556         (mostlyclean): Tidy up.
2557         (clean): Only delete the specific dvi and pdf files.
2558         (maintainer-clean): Be more restrictive in what we delete.
2559         ($(infodir)): Add parallel build workaround.
2561 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2563         * gnus.texi (Misc Article): Document gnus-widen-article-window.
2565 2010-10-03  Julien Danjou  <julien@danjou.info>
2567         * emacs-mime.texi (Display Customization):
2568         Update mm-inline-large-images documentation and add documentation for
2569         mm-inline-large-images-proportion.
2571 2010-10-03  Michael Albinus  <michael.albinus@gmx.de>
2573         * tramp.texi (Frequently Asked Questions):
2574         Mention remote-file-name-inhibit-cache.
2576 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2578         * gnus.texi (Splitting Mail): Fix @xref syntax.
2579         (Splitting Mail): Really fix the @ref syntax.
2581 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2583         * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
2584         (Article Hiding): Add google banner example.
2585         Suggested by Benjamin Xu.
2587 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2589         * gnus.texi (Spam Package Configuration Examples, SpamOracle):
2590         Remove nnimap-split-rule from examples.
2592 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2594         * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
2595         (NNTP): Document nntp-server-list-active-group.  Suggested by Barry
2596         Fishman.
2597         (Client-Side IMAP Splitting): Add nnimap-split-fancy.
2599 2010-09-30  Julien Danjou  <julien@danjou.info>
2601         * gnus.texi (Gravatars): Fix documentation about
2602         gnu-gravatar-properties.
2604 2010-09-29  Daiki Ueno  <ueno@unixuser.org>
2606         * epa.texi (Bug Reports): New section.
2608 2010-09-29  Glenn Morris  <rgm@gnu.org>
2610         * Makefile.in (top_srcdir): Remove unused variable.
2612 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2614         * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
2615         (Client-Side IMAP Splitting): Document 'default.
2617 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2619         * gnus.texi (Customizing the IMAP Connection):
2620         Document nnimap-fetch-partial-articles.
2622 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2624         * gnus-news.texi: Mention nnimap-inbox.
2626         * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
2628 2010-09-26  Julien Danjou  <julien@danjou.info>
2630         * gnus.texi (Oort Gnus): Remove mention of ssl.el.
2632 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2634         * gnus.texi (Security): Remove gpg.el mention.
2636 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2638         * gnus.texi (Browse Foreign Server): New variable
2639         gnus-browse-subscribe-newsgroup-method.
2641         * gnus-news.texi: Mention it.
2643 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2645         * gnus.texi (NoCeM): Remove.
2646         (Startup Variables): No jingle.
2648 2010-09-25  Ulrich Mueller  <ulm@gentoo.org>
2650         * woman.texi (Interface Options): xz compression is now supported.
2652 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2654         * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
2655         (Unavailable Servers): Document gnus-server-copy-server.
2656         (Using IMAP): Document the new nnimap.
2658 2010-09-25  Julien Danjou  <julien@danjou.info>
2660         * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
2662 2010-09-24  Glenn Morris  <rgm@gnu.org>
2664         * url.texi (Disk Caching): Tweak previous change.
2666 2010-09-24  Julien Danjou  <julien@danjou.info>
2668         * url.texi (Disk Caching): Mention url-cache-expire-time,
2669         url-cache-expired, and url-fetch-from-cache.
2671 2010-09-24  Julien Danjou  <julien@danjou.info>
2673         * gnus.texi: Add Gravatars.
2675 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2677         * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
2679 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2681         * gnus.texi (Expunging mailboxes): Update name of the expunging
2682         command.
2684 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2686         * emacs-mime.texi (rfc2047): Update description for
2687         rfc2047-encode-parameter.
2689 2010-09-13  Michael Albinus  <michael.albinus@gmx.de>
2691         * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
2692         "fish" methods.
2693         (External methods): Remove "scp1_old" and "scp2_old" methods.
2695 2010-09-09  Michael Albinus  <michael.albinus@gmx.de>
2697         * tramp.texi: Remove Japanese manual.  Fix typo.
2699         * trampver.texi: Update release number.  Remove japanesemanual.
2701 2010-09-09  Glenn Morris  <rgm@gnu.org>
2703         * org.texi: Restore clobbered changes (copyright years, untabify).
2705 2010-09-04  Julien Danjou  <julien@danjou.info>  (tiny change)
2707         * gnus.texi (Adaptive Scoring): Fix typo.
2709 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2711         * gnus.texi (Article Display): Document gnus-html-show-images.
2713 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
2715         * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
2717 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2719         * gnus.texi (HTML): Document gnus-max-image-proportion.
2721 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2723         * gnus.texi (HTML): Document gnus-blocked-images.
2725         * message.texi (Wide Reply): Document message-prune-recipient-rules.
2727 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2729         * gnus.texi (Summary Mail Commands): Note that only the addresses from
2730         the first message are used for wide replies.
2731         (Changing Servers): Remove documentation on gnus-change-server and
2732         friends, since it's been removed.
2734 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2736         * gnus.texi (Drafts): Mention B DEL.
2738 2010-08-29  Tim Landscheidt  <tim@tim-landscheidt.de>  (tiny change)
2740         * gnus.texi (Delayed Articles): Mention that the Date header is the
2741         original one, even if you delay.
2743 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2745         * gnus.texi (Asynchronous Fetching):
2746         Document gnus-async-post-fetch-function.
2747         (HTML): Made into its own section.
2749 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
2751         Sync with Tramp 2.1.19.
2753         * tramp.texi (Inline methods, Default Method): Mention
2754         `tramp-inline-compress-start-size'.  Remove "kludgy" phrase.
2755         Remove remark about doubled "-t" argument.
2756         (Auto-save and Backup): Remove reference to Emacs 21.
2757         (Filename Syntax): Describe port numbers.
2758         (Frequently Asked Questions): Adapt supported (X)Emacs versions.  Adapt
2759         supported MS Windows versions.  Remove obsolete URL.  Recommend "sshx"
2760         and "scpx" for echoing shells.  Use the $() syntax, texi2dvi reports
2761         errors with the backquotes.
2762         (External packages): File attributes cache flushing for asynchronous
2763         processes.
2764         (Traces and Profiles): Describe verbose level 9.
2766         * trampver.texi: Update release number.
2768 2010-08-23  Michael Albinus  <michael.albinus@gmx.de>
2770         * dbus.texi (Alternative Buses): New chapter.
2772 2010-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2774         * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
2776 2010-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
2778         * calc.texi (Customizing Calc): Rearrange description of new
2779         variables to match the presentation of other variables.
2781 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
2783         * org.texi (Footnotes, Tables in HTML export): Fix typos.
2785 2010-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
2787         * calc.texi (Making Selections, Selecting Subformulas)
2788         (Customizing Calc): Mention how to use faces to emphasize selected
2789         sub-formulas.
2791 2010-08-05  Michael Albinus  <michael.albinus@gmx.de>
2793         * tramp.texi (External packages): File attributes cache flushing
2794         for asynchronous processes.
2796 2010-08-01  Alan Mackenzie  <acm@muc.de>
2798         Enhance the manual for the latest Java Mode.
2800         * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
2801         annotation-var-cont.
2802         (Java Symbols): Page renamed from Anonymous Class Symbol.  Document the
2803         two new symbols.
2805 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
2807         * tramp.texi (Traces and Profiles): Describe verbose level 9.
2809 2010-07-27  Chong Yidong  <cyd@stupidchicken.com>
2811         * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
2813 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
2815         * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
2817 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
2819         * org.texi: Add macros to get plain quotes in PDF output.
2820         List additional contributors.
2821         (Capture): New section, replaces the section about remember.
2822         (Working With Source Code): New chapter, focused on documenting Org
2823         Babel.
2824         (Code evaluation security): New section.
2825         (MobileOrg): Document DropBox support.
2826         (TaskJuggler export): Document taskjuggler and Gantt chart support.
2827         (Special symbols): Show how to display UTF8 characters for entities.
2828         (Global TODO list): Clarify the use of the "M" key and the differences
2829         to the "m" key.
2830         (RSS Feeds): Mention Atom feeds as well.
2831         (Setting tags): Remove paragraph about
2832         `org-complete-tags-always-offer-all-agenda-tags'.
2834 2010-07-17  Michael Albinus  <michael.albinus@gmx.de>
2836         * tramp.texi (Inline methods): Remove remark about doubled "-t"
2837         argument.
2838         (Frequently Asked Questions): Recommend "sshx" and "scpx" for
2839         echoing shells.
2841 2010-07-10  Michael Albinus  <michael.albinus@gmx.de>
2843         * tramp.texi (Inline methods): Remove "kludgy" phrase.
2844         (Filename Syntax): Describe port numbers.
2846 2010-07-09  Michael Albinus  <michael.albinus@gmx.de>
2848         * dbus.texi (Top): Introduce Index.  Emphasize "nil" whereever
2849         forgotten.
2850         (Type Conversion): Precise conversion of natural numbers.
2851         (Errors and Events): Add "debugging" to concept index.  Add variable
2852         `dbus-debug'.
2854 2010-07-04  Michael Albinus  <michael.albinus@gmx.de>
2856         * dbus.texi (Receiving Method Calls): Add optional argument
2857         EMITS-SIGNAL to `dbus-register-property'.
2859 2010-06-27  Alex Schroeder  <alex@gnu.org>
2861         * nxml-mode.texi (Commands for locating a schema): Fix typo.
2863 2010-06-24  Glenn Morris  <rgm@gnu.org>
2865         * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
2866         * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
2867         * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
2868         * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
2869         * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
2870         * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
2871         * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
2872         * woman.texi: Start direntry descriptions in column 32, per Texinfo
2873         convention.   Make them end with a period.
2875 2010-06-23  Glenn Morris  <rgm@gnu.org>
2877         * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
2878         * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
2879         * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
2880         * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
2881         * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
2882         * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
2884 2010-06-10  Glenn Morris  <rgm@gnu.org>
2886         * idlwave.texi (Load-Path Shadows):
2887         * org.texi (Handling links): Fix typos.
2889 2010-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
2891         * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
2893 2010-05-26  Michael Albinus  <michael.albinus@gmx.de>
2895         * eshell.texi (Built-ins): Describe, how to disable a built-in command
2896         by an alias.  (Bug#6226)
2898 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
2900         * calc.texi (Manipulating Vectors): Mention that vectors can
2901         be used to determine bins for `calc-histogram'.
2903 2010-05-13  Jay Belanger  <jay.p.belanger@gmail.com>
2905         * calc.texi: Remove "\turnoffactive" commands throughout.
2907 2010-05-08  Å tÄ›pán NÄ›mec  <stepnem@gmail.com>  (tiny change)
2909         * url.texi (HTTP language/coding, Customization):
2910         * message.texi (Header Commands, Responses):
2911         * cl.texi (Argument Lists): Fix typos.
2913 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
2915         * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
2916         Note that Development menu is always available.
2917         (Creating a project): Fix terminology.
2918         (Add/Remove files): Fix typo.
2920 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
2922         * Version 23.2 released.
2924 2010-05-01  Daniel E. Doherty  <ddoherty03@gmail.com>  (tiny change)
2926         * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
2928 2010-05-01  Michael Albinus  <michael.albinus@gmx.de>
2930         * tramp.texi (Inline methods, Default Method):
2931         Mention `tramp-inline-compress-start-size'.
2933 2010-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
2935         * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
2936         the CVS repo.  Put the Git repo in the news section.
2938         * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
2939         Removed some mentions of CVS.  Mention the new Git repo.
2941 2010-04-18  Andreas Seltenreich  <seltenreich@gmx.de>
2943         * gnus.texi (Score File Format): Fix typo.  Reported by Å tÄ›pán NÄ›mec.
2944         (Mail Group Commands): Add index entry.
2946 2010-04-18  Glenn Morris  <rgm@gnu.org>
2948         * info.texi (Search Index): Mention Emacs's Info-virtual-index.
2950 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
2952         * calc.texi (Radix modes): Mention that the option prefix will
2953         turn on twos-complement mode.
2954         (Inverse and Hyperbolic Flags): Mention the Option flag.
2956 2010-04-15  Carsten Dominik  <carsten.dominik@gmail.com>
2958         * org.texi (LaTeX and PDF export): Add a footnote about xetex.
2959         (LaTeX/PDF export commands): Rename and Move section.
2960         (Sectioning structure): Update.
2961         (References): New use case for field coordinates.
2962         (The export dispatcher): Rename from ASCII export.
2963         (Setting up the staging area): Document the availability of
2964         encryption for MobileOrg.
2965         (Images and tables): Document how to reference labels.
2966         (Index entries): New section.
2967         (Generating an index): New section.
2968         (Column width and alignment): Document that <N> now
2969         means a fixed width, not a maximum width.
2970         (Publishing options): Document the :email option.
2971         (Beamer class export): Fix bug in the BEAMER example.
2972         (Refiling notes): Document refile logging.
2973         (In-buffer settings): Document refile logging keywords.
2974         (Drawers): Document `C-c C-z' command.
2975         (Agenda commands): Mention the alternative key `C-c C-z'.
2976         (Special properties): Document the BLOCKED property.
2977         (The spreadsheet): Mention the formula editor.
2978         (References): Document field coordinates.
2979         (Publishing action): Correct the documentation for the
2980         publishing function.
2981         (The date/time prompt): Document that we accept dates
2982         like month/day/year.
2983         (Cooperation): Document the changes in table.el support.
2984         (Faces for TODO keywords, Faces for TODO keywords)
2985         (Priorities): Document the easy colors.
2986         (Visibility cycling): Document the new double prefix
2987         arg for `org-reveal'.
2988         (Cooperation): Remember.el is part of Emacs.
2989         (Clean view): Mention that `wrap-prefix' is also set by
2990         org-indent-mode.
2991         (Agenda commands): Add information about prefix args to
2992         scheduling and deadline commands.
2993         (Search view): Point to the docstring of
2994         `org-search-view' for more details.
2995         (Agenda commands): Document that `>' prompts for a date.
2996         (Setting tags): Document variable
2997         org-complete-tags-always-offer-all-agenda-tags.
2998         (Column attributes): Cross-reference special properties.
3000 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
3002         Synchronize with Tramp repository.
3004         * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
3005         (Frequently Asked Questions): Adapt supported (X)Emacs versions.
3006         Adapt supported MS Windows versions.  Remove obsolete URL.  Use the $()
3007         syntax, texi2dvi reports errors with the backquotes.
3009         * trampver.texi: Update release number.
3011 2010-04-01  Teodor Zlatanov  <tzz@lifelogs.com>
3013         * gnus.texi (Finding the News): Add pointers to the Server buffer
3014         because it's essential.
3016 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3018         * gnus.texi (MIME Commands): Update description of
3019         gnus-article-browse-html-article.
3021 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3023         * auth.texi (Secret Service API): Add TODO node.
3024         (Help for users): Explain the new source options for `auth-sources'.
3026 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
3028         * trampver.texi: Update release number.
3030 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
3032         * Branch for 23.2.
3034 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
3036         * faq.texi (Escape sequences in shell output): Note that ansi-color is
3037         now enabled by default.
3039 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
3041         * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
3042         when Emacs runs in interactive mode.  (Bug#5645)
3044 2010-02-16  Glenn Morris  <rgm@gnu.org>
3046         * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
3048 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
3050         * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
3052 2010-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3054         * gnus.texi (Score File Format): Fix typo.
3056 2010-01-19  Mark A. Hershberger  <mah@everybody.org>
3058         * cc-mode.texi: Replace references to obsolete c-subword-mode.
3060 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
3062         * ada-mode.texi (Project File Overview): Fix typo.
3064 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3066         * semantic.texi: Add Richard Y. Kim credit.
3068         * eieio.texi (Making New Objects): Fix typo (Bug#5406).
3070 2010-01-17  Michael Albinus  <michael.albinus@gmx.de>
3072         * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
3073         SXEmacs 22 to the supported systems.  New item for hung ssh sessions.
3075 2010-01-17  Glenn Morris  <rgm@gnu.org>
3077         * calc.texi (Reporting Bugs): Don't mention format of repository.
3079         * woman.texi (Bugs): Make "Emacs repository" less specific,
3080         and the URL for same more specific.
3082         * faq.texi (Latest version of Emacs): The repository is now Bazaar.
3084 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3086         * ede.texi (ede-step-project, ede-proj-target):
3087         * tramp.texi (Remote processes): Fix typos.
3089 2010-01-16  Mario Lang  <mlang@delysid.org>
3091         * ede.texi (ede-target):
3092         * org.texi (Refiling notes): Remove duplicated words.
3094 2010-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3096         * gnus.texi (Posting Styles): Use with-current-buffer.
3097         * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
3099 2010-01-02  Kevin Ryde  <user42@zip.com.au>
3101         * eieio.texi (Naming Conventions): Correction to xref on elisp
3102         coding conventions, is "Tips" node not "Standards".
3104 2009-12-24  Chong Yidong  <cyd@stupidchicken.com>
3106         * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
3108         * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
3110 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3112         * gnus.texi (Direct Functions): Add missing port number to tls method.
3114 2009-12-15  Juanma Barranquero  <lekktu@gmail.com>
3116         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
3117         ($(infodir)/edt, edt.dvi): New targets.
3119 2009-12-15  Glenn Morris  <rgm@gnu.org>
3121         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
3122         (edt, $(infodir)/edt, edt.dvi): New targets.
3123         * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
3125         * Makefile.in (PDF_TARGETS, pdf): New.
3126         (clean): Add *.pdf.
3127         Add pdf rules for all manuals.
3129 2009-12-15  Jay Belanger  <jay.p.belanger@gmail.com>
3131         * calc/calc.texi (Radix Modes): Clarify two's complement notation.
3133 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
3135         * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
3136         (Smart Jump, Analyzer Debug): Copyedits.
3137         (Semantic mode user commands): Link to new nodes.
3138         (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
3139         (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
3140         upstream Semantic manual.
3142         * semantic.texi (Introduction): Minor fix to diagram.
3144 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
3146         * eshell.texi (History): Add the other built-in variables.
3147         (Built-ins): Explain built-ins, and how to apply the external commands.
3148         Add `history', `su' and `sudo'.
3150         * tramp.texi (Remote processes): Add missing <RET> in the example.
3152 2009-12-01  Bill Wohler  <wohler@newt.com>
3154         * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
3155         path for mairix example.  Specify -q in namazu example since namazu is
3156         excessively garrulous.
3158 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
3160         * tramp.texi (Remote processes): Improve eshell example with "su"
3161         and "sudo" commands.
3163 2009-11-28  Chong Yidong  <cyd@stupidchicken.com>
3165         * semantic.texi (Analyzer Internals): Rename from Analyzer.
3167         * sem-user.texi (Semantic mode user commands): Fix key syntax.
3168         Document semantic-complete-analyze-inline.
3169         (Semanticdb search debugging commands): Minor clarification.
3170         (Analyzer, Smart Completion, Smart Summary, Smart Jump)
3171         (Analyzer Debug): New nodes, adapted from the upstream Semantic user
3172         manual.
3173         (Semantic mode): Link to Idle Scheduler.
3175 2009-11-28  Kevin Ryde  <user42@zip.com.au>
3177         * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
3178         @pxref, now EIEIO is in Emacs.
3180         * erc.texi (Development): Correction to git tutorial url.
3182 2009-11-26  Glenn Morris  <rgm@gnu.org>
3184         * faq.texi (Latest version of Emacs): Mention stability of development
3185         version.
3186         (Problems with very large files): Max buffer size increase in 23.2.
3187         (VM): VM has moved house again.
3189 2009-11-22  Jay Belanger  <jay.p.belanger@gmail.com>
3191         * calc.texi (Radix modes): Discuss alternate bases for two's complement
3192         notations.
3194 2009-11-20  Carsten Dominik  <dominik@u016822.science.uva.nl>
3196         * org.texi (Column attributes): Fix documentation of new operators.
3198 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
3200         * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
3201         (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
3202         (Idle Completions Mode): Numerous copyedits.
3204 2009-11-17  Juanma Barranquero  <lekktu@gmail.com>
3206         * semantic.texi (Semantic Internals, Glossary):
3207         * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
3208         (Semanticdb search debugging commands): Fix typos.
3210 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
3212         * calc.texi (Radix modes): Mention twos-complement notation.
3214 2009-11-16  Juanma Barranquero  <lekktu@gmail.com>
3216         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
3217         ($(infodir)/semantic, semantic.dvi): New targets.
3219 2009-11-16  Chong Yidong  <cyd@stupidchicken.com>
3221         * Makefile.in: Build the Semantic manual.
3223         * semantic.texi, sem-user.texi: New files, adapted from the Semantic
3224         repository.
3226 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
3228         * dbus.texi (Receiving Method Calls): New defun
3229         `dbus-unregister-service'.
3231 2009-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
3233         * org.texi (Speed keys): New section.
3235 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
3237         * dbus.texi (Type Conversion): Fix typo.
3238         (Asynchronous Methods): Rename `dbus-registered-functions-table' to
3239         `dbus-registered-objects-table'.
3240         (Receiving Method Calls): New defun `dbus-register-property'.
3241         Move `dbus-unregister-object' here.
3243 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
3245         * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
3247 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
3249         * org.texi (Column attributes): Add the new age summary operators.
3250         Also, mention the fact you can only use one summary operator per
3251         property.
3253 2009-11-13  John Wiegley  <johnw@newartisans.com>
3255         * org.texi (Tracking your habits): Add a new section in the
3256         manual about how to track habits.
3257         (Resolving idle time): Add a section on how idle and
3258         dangling clocks are resolved.
3260 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
3262         * org.texi (Agenda commands): Document the new `i' command.
3263         (Inserting deadline/schedule): Document logging changes
3264         of scheduling and deadline times stamps.
3265         (In-buffer settings): Document the in-buffer keywords for logging
3266         changes of scheduling and deadline times stamps.
3267         (Structure editing, Plain lists): Document indentation
3268         cycling in empty entries with TAB.
3269         (Archiving): Document the default archiving command.
3270         (Moving subtrees): Document the new keys for archiving.
3271         (Internal archiving): Fix incorrect key.
3272         (Agenda commands): Document the TODO set switching commands.
3273         (Agenda commands): Document the new archiving keys.
3274         (Clocking work time): Better description on how to save
3275         and restore a clock.
3276         (Resolving idle time): Mention the x11idle program to get true
3277         idleness also under X11.
3278         (Resolving idle time): Use @kbd instead of @key for normal
3279         letters, because this is how he rest of the manual does this.
3280         (Pushing to MobileOrg): Mention that `org-directory'
3281         should be set.
3282         (Agenda commands): Document that SPC is a filter for
3283         any tag.
3284         (Search view): Rename from "Keyword search".
3285         (Capure): New chapter.
3286         (Markup): New chapter.
3287         (Links in HTML export, Images in HTML export):
3288         Extend the section titles.
3289         (Images in HTML export): Document the align option.
3290         (Text areas in HTML export): Extend the section title.
3291         (Images in LaTeX export): Explain image placement in LaTeX.
3293 2009-11-10  Glenn Morris  <rgm@gnu.org>
3295         * sc.texi (Hints to MUA Authors): MUA should do any decoding.
3297 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
3299         * tramp.texi (Auto-save and Backup): Disable backups just for a
3300         method.
3302         * trampver.texi: Update release number.
3304 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
3306         Sync with Tramp 2.1.17.
3308         * trampver.texi: Update release number.
3310 2009-10-29  Glenn Morris  <rgm@gnu.org>
3312         * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
3314 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
3316         * tramp.texi (External methods): Temporary files are kept for
3317         `rsync' and `rsyncc' methods.
3319 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
3321         * eieio.texi: Fix typos.
3323 2009-10-07  Chong Yidong  <cyd@stupidchicken.com>
3325         * cl.texi (Argument Lists): Clarify explicit keyword arguments.
3327 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
3329         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
3330         ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
3332 2009-10-07  Chong Yidong  <cyd@stupidchicken.com>
3334         * Makefile.in: Build EIEIO and EDE manuals.
3336 2009-10-07  Eric Ludlam  <zappo@gnu.org>
3338         * eieio.texi:
3339         * ede.texi: New files.
3341 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
3343         * tramp.texi (Remote processes): Association of a pty is not supported.
3345 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
3347         * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
3348         (Processing LaTeX fragments): Document that the size of images can be
3349         changes using the variable `org-format-latex-options'.
3350         (The date/time prompt, Timestamps): Be more accurate over ISO format
3351         dates and times.
3352         (Visibility cycling): Document showeverything keyword.
3353         (In-buffer settings): Document showeverything keyword.
3354         (Setting up the staging area): Fix the example.
3355         (MobileOrg): New section.
3356         (Agenda commands, Exporting Agenda Views): Document exporting the
3357         agenda view to Org files.
3359 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
3361         * tramp.texi (History): Add IMAP support.
3362         (External methods): Add `imap' and `imaps' methods.
3363         (GVFS based methods): Add indices for `davs'.
3364         (Password handling): Rename anchors.  Add IMAP entries for
3365         ~/.authinfo.gpg.
3367         * trampver.texi: Set default value of `emacsimap'.
3369 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3371         * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
3373 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
3375         * dired-x.texi (Technical Details):
3376         Delete dired-up-directory (Bug#4292).
3378 2009-09-03  Michael Albinus  <michael.albinus@gmx.de>
3380         * tramp.texi (Frequently Asked Questions): New item for emacsclient.
3382 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
3384         * org.texi (Effort estimates): Document new effort setting commands.
3385         (Agenda commands): Document the new keys fro agenda time motion.
3386         Document entry text mode.  Improve documentation of the keys to include
3387         inactive time stamps into the agenda view.
3388         (Feedback): Document the new bug report command.
3389         (Structure editing): Add an index entry for the sorting of subtrees.
3391 2009-09-02  Teodor Zlatanov  <tzz@lifelogs.com>
3393         * auth.texi (Help for users): Corrected markup.
3395 2009-09-02  Glenn Morris  <rgm@gnu.org>
3397         * emacs-mime.texi (time-date): Mention float-time.
3399 2009-08-30  Jay Belanger  <jay.p.belanger@gmail.com>
3401         * calc.texi (Simplifying Formulas): Improve the wording.
3403 2009-08-29  Teodor Zlatanov  <tzz@lifelogs.com>
3405         * auth.texi: Rewritten for coverage and clarity.
3407 2009-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3409         * gnus.texi (Expiring Mail):
3410         Mention gnus-mark-copied-or-moved-articles-as-expirable.
3411         (Various Various): Mention gnus-safe-html-newsgroups.
3413         * gnus-news.texi: Mention
3414         gnus-mark-copied-or-moved-articles-as-expirable.
3416         * emacs-mime.texi (Display Customization): Add xref to
3417         gnus-safe-html-newsgroups.
3419 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
3421         * tramp.texi (Version Control): Remove.
3422         (Obtaining Tramp): Update cvs checkout command.  Remove nightly tarballs
3423         reference.
3424         (External methods): Correct `scpc' concept index entries.  New method
3425         `rsyncc'.
3426         (External packages): New subsections "Filename completion" and "File
3427         attributes cache".
3429 2009-08-27  Jay Belanger  <jay.p.belanger@gmail.com>
3431         * calc.texi (Rewrite Rules): Improve the example.
3432         (Simplifying Formulas): Explain use of the I and H flags for
3433         simplification.
3435 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
3437         * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
3438         Describe autostart behavior of dbus-ping.
3439         (Synchronous Methods, Asynchronous Methods): Use English numeric format
3440         for timeout values.
3441         (Top): Remove footnote saying D-Bus is not enabled by
3442         default.  (Bug#4256)
3444 2009-08-23  Daiki Ueno  <ueno@unixuser.org>
3446         * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
3447         Reported by Jari Aalto (Bug#4211).
3448         (Mail-mode integration): Mention epa-mail-mode and
3449         epa-global-mail-mode.
3450         (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
3451         epa-setup.
3453 2009-08-16  Michael Albinus  <michael.albinus@gmx.de>
3455         * dbus.texi (Asynchronous Methods): Allow nil handler.
3457 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
3459         * ediff.texi (ediff-current-file): Add information about this new function.
3461         * viper.texi: Add information about C-s in viper's search command.
3463 2009-08-09  Colin Williams  <lackita@gmail.com>  (tiny change)
3465         * calc.texi (Date Forms): Fix typos.
3467 2009-08-08  Glenn Morris  <rgm@gnu.org>
3469         * org.texi (Agenda commands): Restore clobbered change.
3471 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
3473         * calc.texi (Graphics, Devices): Update with the peculiarities of
3474         operation on MS-Windows.
3476 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
3478         * org.texi (Publishing action): Improve documentation of file
3479         names when publishing to the source directory.
3480         (Clean view): Document `org-indent-mode'.
3481         (Clocking work time): Add documentation for the
3482         new :timetamp option when creating a clock report.
3483         (Paragraphs): Fix many typos.
3484         (Plain lists): Remove duplicate explanation about the
3485         `C-c *' command.
3486         (Literal examples): Update to reflect the new behavior
3487         of the -n -r -k switches when exporting source code examples.
3488         (Structure editing): Add information about `C-c *',
3489         converting a plain list into a list of Org items.
3490         (Remember): Small rephrasing of the paragraph
3491         describing remember.el.  Also mentioned that remember.el is part
3492         of Emacs 23, not Emacs 22.
3493         (Clocking work time): Add documentation about
3494         displaying the current clocking time against the effort estimate.
3495         Also add a footnote about using `org-clock-in-prepare-hook' to add
3496         an effort estimate on the fly, just before clocking it.
3497         (Footnotes): Document automatic renumbering and
3498         sorting.
3499         (Agenda commands): Document new bulk commands.
3500         (Plain lists): Document new behavior of
3501         `org-cycle-include-plain-lists'.
3502         Hyphenation only in TeX.
3503         (Clocking work time): Document the key to update effort
3504         estimates.
3505         (Clocking work time): Document the clock time display.
3506         (Structure editing, TODO basics): Document new
3507         variables.
3508         (Column attributes): Document new colciew operators.
3509         (Publishing options): Document :xml-declaration.
3510         (Tracking TODO state changes): Document the
3511         LOG_INTO_DRAWER property.
3512         (Literal examples): Document the new implementation for
3513         editing source code.
3514         (Publishing action): Mention the new publishing
3515         function, to publish an Org source file.
3516         (Publishing links): Mention how to link to an Org source file.
3517         (Macro replacement): Document new macros.
3518         (Handling links): Document type-specific completion
3519         when inserting links.
3520         (Structure editing, Plain lists): Improve documentation
3521         on sorting.
3522         (Internal links): Document custom ids for links.
3523         (Handling links): Document custom ids for links.
3524         (CSS support): Document new class.
3525         (Refiling notes): Document the possibility to create new nodes
3526         during refiling.
3527         (Agenda commands): Document the "?" operator to find
3528         tasks without effort setting.
3529         (Exporting agenda information): Section moved.
3530         (RSS Feeds): New section.
3531         (Built-in table editor): Document M-e and M-a navigate
3532         inside table field.
3533         (Stuck projects): Docment that projects identified as
3534         un-stuck will still be searchd for stuck sub-projects.
3535         (Paragraphs): Document centering.
3536         (Creating timestamps, Agenda commands): Document new
3537         behavior when changing time stamps.
3538         (Structure editing): Document the new command
3539         `org-clone-subtree-with-time-shift'.
3540         (Publishing): Refresh this chapter.
3541         (Export options, Export options, In-buffer settings):
3542         Document the new keywords.
3543         (Matching tags and properties): Collect all
3544         documentation about tags/property matches here.
3545         (Setting tags): Document `org-tag-persistent-alist'.
3546         (Weekly/daily agenda): New section.
3547         (Orgstruct mode): Describe `orgstruct++-mode'.
3548         (Drawers): Mention the LOGBOOK drawer.
3549         (Export options, Sectioning structure): Document the
3550         #+LEATEX_HEADER in-buffer setting.
3551         (Bugs): Section removed.
3552         (Hooks): New section.
3553         (Add-on packages): Move here from old location.
3554         (Context-sensitive commands): New section.
3555         (Setting tags): Document newline option.
3556         (Global TODO list, Matching tags and properties):
3557         Mention more variables.
3558         (Checkboxes): Update to changed command behavior.
3560 2009-08-02  Eric Yu  <sucode@gmail.com>  (tiny change)
3562         * speedbar.texi (Basic Key Bindings): Fix typo.
3564 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
3566         * calc.texi (Vector/Matrix Functions): Add index entries for both
3567         "v" and "V" key bindings.  Mention that `calc-matrix-brackets' only
3568         affects matrices with more than one row.
3569         (Help Commands): Add index entries for "prefix ?" key bindings.
3571 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
3573         * calc.texi (Stack Manipulation Commands): Add documentation for
3574         `calc-transpose-lines'.
3576 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
3578         * dbus.texi (Receiving Method Calls): Describe special return value
3579         `:ignore'.
3581 2009-07-24  Alan Mackenzie  <acm@muc.de>
3583         * cc-mode.texi (Config Basics, File Styles): Document that at mode
3584         initialization, any individual variable setting now takes precedence
3585         over one done via c-file-style/c-file-offsets.
3587 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
3589         * calc.texi (Undoing Mistakes): Mention that the undo list will be
3590         truncated when Calc is quit.
3591         (Customizing Calc): Document `calc-undo-length'.
3593 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
3595         * calc.texi (About This Manual): Don't mention chapter numbers in text.
3597 2009-07-11  Kevin Ryde  <user42@zip.com.au>
3599         * pcl-cvs.texi (About PCL-CVS):
3600         * widget.texi (Basic Types):
3601         Fix cross-references.
3603 2009-07-01  Andreas Schwab  <aschwab@redhat.com>
3605         * dbus.texi (Type Conversion): Don't use literal control character.
3607 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
3609         * tramp.texi (GVFS based methods): New section.
3610         (Remote processes): Processes for GVFS based methods run locally.
3612 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
3614         * tramp.texi (Inline methods, External methods, Gateway methods):
3615         Avoid the words "kludge" and hack".
3616         (External methods): Add `synce' method.
3618         * trampver.texi: Update release number.
3620 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
3622         Sync with Tramp 2.1.16.
3624         * tramp.texi (History): Add GVFS support.
3625         (External methods): Precise `rsync' description.  Add `dav', `davs' and
3626         `obex' methods.  Add 'tramp-gvfs-methods' option.
3627         (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
3628         forms.
3629         (Remote Programs): Introduce `tramp-own-remote-path'.
3630         (Remote processes): New subsection "Running remote programs that create
3631         local X11 windows".
3632         (Frequently Asked Questions): Improve code for disabling vc.
3634         * trampver.texi: Update release number.  Set default value of
3635         `emacsgvfs'.
3637 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
3639         * Branch for 23.1.
3641 2009-06-17  Glenn Morris  <rgm@gnu.org>
3643         * faq.texi (Obtaining the FAQ): Add reference to Savannah.
3644         (Latest version of Emacs): Mention source code repository.
3646 2009-06-16  Glenn Morris  <rgm@gnu.org>
3648         * faq.texi (Top): Language tweak.
3649         (Extended commands): Most people have arrow keys.
3650         (Emacs manual): Say how to follow info links.
3651         (File-name conventions): Change title a bit.  Explain about source
3652         versus installed.  Condense etc description.
3653         (Guidelines for newsgroup postings): Mention Savannah list page.
3654         (Newsgroup archives): Simplify.
3655         (Contacting the FSF): Add contact URL.
3656         (Emacs Lisp documentation): Printed version not always available.
3657         (Installing Texinfo documentation): Explain how by hand installation is
3658         not normally needed.  Use add-to-list.  Remove duplicate reference.
3659         (Informational files for Emacs): Move info on Help menu here from
3660         "File-name conventions".
3661         (Help installing Emacs): Tweak uref.
3662         (Obtaining the FAQ): Mention repository.
3663         (Origin of the term Emacs): Explain "ITS".
3664         (Changing load-path): Use add-to-list.
3665         (Automatic indentation): Clarify this is for Text mode.
3666         Don't mention Indented Text mode.
3667         (Finding Emacs on the Internet): The FSF does not seem to offer a
3668         deluxe distribution on CD anymore.
3670 2009-06-16  Glenn Morris  <rgm@gnu.org>
3672         * faq.texi (Top): Mention which Emacs version this FAQ is about.
3673         Recommend the latest release.  Mention how to get older FAQs.
3674         Recommend the Emacs manual.
3675         (Guidelines for newsgroup postings): Discourage cross-posts.
3676         (Underlining paragraphs): Remove.
3677         (Editing MS-DOS files): Remove pre-Emacs 20 information.
3678         (Bugs and problems): Update key-binding.
3679         (Problems with very large files): Mention 64-bit.
3680         (Shell process exits abnormally): Remove.
3681         (Problems with Shell Mode): Rename and update.
3682         (Spontaneous entry into isearch-mode)
3683         (Problems talking to certain hosts): Remove.  This is old information,
3684         in etc/PROBLEMS if needed.
3685         (Emacs takes a long time to visit files, Updating Emacs): Remove.
3686         (Dired claims that no file is on this line): Update.
3687         (Installing Emacs, Problems building Emacs): Simplify.
3688         (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
3689         information.
3690         (Emacs for MS-Windows): Rename from "Emacs for Windows".  Simplify.
3691         (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
3692         (JDEE): "JDEE", not "JDE".
3693         (Handling C-s and C-q with flow control, Binding C-s and C-q):
3694         Remove.  This is old information, in etc/PROBLEMS if needed.
3695         (stty and Backspace key, Kanji and Chinese characters): Remove.
3696         (Right-to-left alphabets): Update section.
3697         (Changing the included text prefix): Gnus uses message-yank-prefix.
3698         Add cross-reference to Supercite manual.
3699         (Saving a copy of outgoing mail): Simplify output file description.
3700         (Expanding aliases when sending mail): Refer to Emacs manual.
3701         Remove old info about RFC822.
3702         Correct description of how to rebuild aliases.
3703         (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
3704         (MIME with Emacs mail packages)
3705         (Viewing articles with embedded underlining)
3706         (Saving a multi-part Gnus posting, Gnus hangs for a long time):
3707         Remove old sections.
3708         (Killing based on nonstandard headers): Remove.  Scoring is preferable,
3709         and is well-documented in the Gnus manual.
3710         (Reading news with Emacs): Merge "Learning more about Gnus" into here.
3711         (Making Gnus faster): Rename from "Starting Gnus faster".
3712         Merge "Catch-up is slow in Gnus" into here.
3714 2009-06-14  Glenn Morris  <rgm@gnu.org>
3716         * faq.texi (Status of Emacs): Re-order with most recent releases first.
3717         (New in Emacs 23): New section.
3718         (Handling C-s and C-q with flow control): Add xref.
3720 2009-06-13  Glenn Morris  <rgm@gnu.org>
3722         * faq.texi (Setting up a customization file): Grammar fix.
3723         Customize is no longer "new".
3724         (Displaying the current line or column): Line-number mode is on by
3725         default.  Don't mention `column' package.  Mention linum.el.
3726         (Turning on abbrevs by default): Explain how to do it for buffers,
3727         modes, and everywhere.
3728         (Associating modes with files): Use add-to-list.  Don't mention Emacs
3729         19.
3730         (Highlighting a region): On by default since 23.1.
3731         (Replacing highlighted text): Update doc quote.
3732         (Working with unprintable characters): Don't mention search-quote-char.
3733         (Using an already running Emacs process): Gnuclient is probably not an
3734         enhancement these days.
3735         (Indenting switch statements): Remove mention of pre-Emacs 20.
3736         (Horizontal scrolling): Abbreviate Emacs 20 description.
3737         (Replacing text across multiple files): Fix name of dired command.
3738         (Disabling backups): Use require not load.
3739         (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
3741 2009-06-13  Bill Wohler  <wohler@newt.com>
3743         Release MH-E manual version 8.2.
3745         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3746         release 8.2.
3748 2009-06-13  Glenn Morris  <rgm@gnu.org>
3750         * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
3751         in this day and age the common meaning is "on the web".
3752         (copying): Use @copyright in all cases.
3753         (Basic keys): Remove reference to deleted manual node "Text Characters".
3754         (File-name conventions): Use GNU as an example rather than SERVICE.
3755         default.el lives in site-lisp.  Update Info directory location.
3756         (Real meaning of copyleft): GPL actions have been brought, but all
3757         settled out of court.
3758         (Guidelines for newsgroup postings): Shorten section title.
3759         Simplify comp.emacs description.
3760         (Newsgroup archives): Change Google URL.  Describe Gmane.
3761         (Unsubscribing from Emacs lists): Remove discussion of "distribution
3762         points".  Mention List-Unsubscribe header.
3763         (Contacting the FSF): Update email and URLs.
3764         (Basic editing): Mention F1 for help.
3765         (Installing Texinfo documentation): Refer to Texinfo website rather
3766         than ftp server.
3767         (Printing a Texinfo file): Mention texi2pdf.
3768         (Informational files for Emacs): Don't describe FTP or SERVICE, they
3769         are just stubs nowadays.
3770         (Latest version of Emacs): Explain version numbers.
3771         (Spell-checkers, Checking TeX and *roff documents): Remove sections.
3772         (Turning on syntax highlighting): No need to mention hilit19 any more.
3773         (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
3774         (Modes for various languages): Remove section.
3775         (Major packages and programs): Remove most version and maintainer
3776         information - it's hard to keep up-to-date, and adds nothing.
3777         Similarly with direct links to mailing lists.
3778         (Spell-checkers): Rename node from Ispell.  Mention Aspell and Hunspell.
3779         (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
3780         years, and Emacs comes with tools for this now.
3781         (Patch): Remove section - this is a standard tool.
3782         (Using function keys under X): Remove section.
3784 2009-06-12  Glenn Morris  <rgm@gnu.org>
3786         * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
3787         (Help installing Emacs): Remove reference to deleted X11 node.
3788         (Associating modes with files): Interpreter-mode-alist is no longer
3789         subservient to auto-mode-alist.
3790         (Installing Emacs): Change future Emacs version.
3791         (Linking with -lX11 fails): Remove old section.
3792         (Packages that do not come with Emacs): Update ELL location.
3793         Emacs Lisp archive is dead.
3794         (Emacs for Windows): Remove reference to old CE port.
3795         (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
3796         (Emacs for VMS and DECwindows): Remove old ports.
3797         (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
3798         (Removing flashing messages): Remove section about non-existent Gnus
3799         option.
3801         * faq.texi (Top): Add @top command.
3802         Remove the optional arguments from all @node commands: makeinfo can
3803         generate these automatically, and it is easier to edit and rearrange
3804         nodes without them.
3806 2009-06-11  Glenn Morris  <rgm@gnu.org>
3808         * faq.texi (Common acronyms): Remove no-longer-existing OSF.
3809         (The LPF): Make the updated URL the sole reference point.
3810         (Learning how to do something): Update refcard price and format.
3811         (Getting a printed manual): Sources in doc/emacs/, not man/.
3812         Also available in PDF format.  Since the page count varies, be less
3813         precise.
3814         (Informational files for Emacs): Remove references to deleted files
3815         LPF and SUN-SUPPORT, and to UUCP.
3816         (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
3817         Remove many obsolete ways to get the FAQ, which now seems only to be
3818         distributed with Emacs.
3819         (Mail and news): Remove sections about Rmail Babyl that no longer apply.
3821 2009-06-09  Chong Yidong  <cyd@stupidchicken.com>
3823         * org.texi (Org Plot): Fix tags (Bug#3507).
3824         (Workflow states, Agenda commands): Fix tags (Bug#3508).
3826         * ada-mode.texi (Installation, Compile commands)
3827         (Project File Overview, No project files, Set compiler options)
3828         (Use GNAT project file, Use multiple GNAT project files)
3829         (Identifier completion): Use @samp for menu items, and @kbd for key
3830         sequences (Bug#3504).
3832 2009-06-04  Daiki Ueno  <ueno@unixuser.org>
3834         * gnus.texi (Security): Fix wording; add a link to epa.info.
3836 2009-06-04  Ryan Yeske  <rcyeske@gmail.com>
3838         * message.texi (Header Commands): Fix descriptions to match
3839         keybindings.
3841 2009-04-22  Daiki Ueno  <ueno@unixuser.org>
3843         * gnus.texi (Security): Mention that EasyPG is the current default.
3845 2009-04-13  Chong Yidong  <cyd@stupidchicken.com>
3847         * ediff.texi (Session Commands): Fix typo.
3849 2009-04-05  Reiner Steib  <Reiner.Steib@gmx.de>
3851         * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
3852         news.software.readers.  Reported by Florian Rehnisch.
3854 2009-04-02  Glenn Morris  <rgm@gnu.org>
3856         * auth.texi: Capitalize direntry.
3858         * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
3859         using a period in the entry name.  (Bug#2797)
3861 2009-03-03  Juanma Barranquero  <lekktu@gmail.com>
3863         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
3864         ($(infodir)/auth, auth.dvi): New targets.
3866 2009-03-03  Glenn Morris  <rgm@gnu.org>
3868         * auth.texi: Fix @setfilename.
3870         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
3871         (auth, $(infodir)/auth, auth.dvi): New rules.
3873 2009-02-25  Glenn Morris  <rgm@gnu.org>
3875         * faq.texi (Emacs for minimalists): New node.  (Bug#2452)
3877 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3879         * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
3881 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3883         * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
3884         gnus-nocem-issuers, and gnus-nocem-verifyer.
3886 2009-02-20  Juanma Barranquero  <lekktu@gmail.com>
3888         * ada-mode.texi (Project files, Automatic Casing):
3889         * dbus.texi (Signals):
3890         * gnus.texi (Selecting a Group, Filtering Incoming Mail):
3891         * mh-e.texi (HTML):
3892         * nxml-mode.texi (Locating a schema)
3893         (Using the document's URI to locate a schema):
3894         * org.texi (Footnotes, Using the mapping API):
3895         * rcirc.texi (Channels): Remove duplicate words.
3897 2009-02-20  Glenn Morris  <rgm@gnu.org>
3899         * dired-x.texi (Miscellaneous Commands):
3900         * gnus.texi: Minor updates for mbox Rmail.
3902 2009-02-16  Karl Berry  <karl@gnu.org>
3904         * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
3905         * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
3906         * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
3907         * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
3908         * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
3909         * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
3910         * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
3911         * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
3912         * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
3913         Consistently use @insertcopying in the Top node,
3914         @contents at the front (after @end titlepage),
3915         and @direntry after @copying.  (Bug#1988)
3917 2009-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
3919         * auth.texi: New file documenting auth-source.
3921 2009-02-13  Carsten Dominik  <dominik@science.uva.nl>
3923         * org.texi (Org Plot): Fix link.
3925 2009-02-09  Daiki Ueno  <ueno@unixuser.org>
3927         * epa.texi (Mail-mode integration): Mention the way to do
3928         "encrypt-to-self".  (Bug#1807)
3930 2009-02-05  Arni Magnusson  <arnima@hafro.is>  (tiny change)
3932         * ada-mode.texi (No project files): Fix typo.  (Bug#2214)
3934 2009-02-04  Reiner Steib  <Reiner.Steib@gmx.de>
3936         * gnus-news.texi: Print version about Incoming*.
3938 2009-02-02  Carsten Dominik  <dominik@science.uva.nl>
3940         * org.texi (Structure editing, Handling links)
3941         (Fast access to TODO states, Javascript support): Make standard docs
3942         correctly reflect default variable settings.
3944 2009-02-02  Glenn Morris  <rgm@gnu.org>
3946         * org.texi: Fix typos.
3948 2009-02-01  Michael Albinus  <michael.albinus@gmx.de>
3950         Sync with Tramp 2.1.15.
3952         * trampver.texi: Update release number.
3954 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
3956         * org.texi (TODO dependencies): Document TODO dependencies on
3957         checkboxes.
3959 2009-01-30  Carsten Dominik  <dominik@science.uva.nl>
3961         * org.texi (TODO dependencies): Document key binding for toggling
3962         ORDERED property.
3964 2009-01-28  Michael Albinus  <michael.albinus@gmx.de>
3966         * dbus.texi (Errors and Events): Fix typos.  Describe second parameter
3967         of hook functions.
3969 2009-01-28  Carsten Dominik  <dominik@science.uva.nl>
3971         * org.texi (TODO dependencies): New section.
3973 2009-01-27  Carsten Dominik  <dominik@science.uva.nl>
3975         * org.texi (Plain lists, TODO basics, Priorities)
3976         (Multiple sets in one file, Conflicts): Document interaction with
3977         `shift-selection-mode'.
3979 2009-01-27  Jay Belanger  <jay.p.belanger@gmail.com>
3981         * calc.texi (Embedded Mode, Algebraic-Style Calculations):
3982         Make Calc the subject of sentences.
3983         (Rearranging Formulas using Selections): Discuss new options
3984         for `j *'.
3986 2009-01-26  Michael Albinus  <michael.albinus@gmx.de>
3988         * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
3990 2009-01-26  Glenn Morris  <rgm@gnu.org>
3992         * org.texi: Fix typos.
3994 2009-01-26  Bill Wohler  <wohler@newt.com>
3996         * mh-e.texi (EDITION, UPDATED): Update.
3998 2009-01-25  Carsten Dominik  <dominik@science.uva.nl>
4000         * org.texi (References): Add information about remote references.
4001         (Built-in table editor): Document `C-c RET' in tables.
4002         (Math symbols, Quoting LaTeX code): Mention that simple
4003         LaTeX macros survive LaTeX export.
4004         (Images in LaTeX export): Show how to create a reference to a
4005         figure.
4006         (Sectioning structure): Document that the LaTeX class can be
4007         specified in a property.
4008         (Text areas in HTML export): New section.
4009         (External links): Add examples for text search and ID links.
4010         (Built-in table editor): Remove the descriptio of `C-c
4011         C-q', it not longer works.
4012         (Literal examples): Document that a space must follow
4013         the colon in short examples.
4014         (Relative timer): Document `org-timer-stop'.
4015         (Footnotes): New section.
4016         (Footnote markup): Shorten section and refer to new Footnote
4017         section.
4018         (Literal examples): Add documentation for line
4019         numbering in and references to code examples.
4020         (CSS support): Fix the description of default CSS styles.
4021         (Capturing column view): Document
4022         "file:path/to/file.org" as an allowed value for the ID property of
4023         a dynamic block copying column view.
4025 2009-01-23  Stephen Eglen  <stephen@gnu.org>
4027         * mh-e.texi (Getting Started): Describe $MH.
4029 2009-01-21  Michael Albinus  <michael.albinus@gmx.de>
4031         * tramp.texi (all): Harmonize usage of "external method",
4032         "external transfer method" and "out-of-band method".
4033         (Connection types): Precise the differences of inline and external
4034         methods.  Written by Adrian Phillips <a.phillips@met.no>.
4036 2009-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
4038         * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
4039         commands as described at the top.  Reported by Allan Gottlieb
4040         <gottlieb@nyu.edu>.
4042 2009-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4044         * gnus.texi (Non-ASCII Group Names, RSS): Update description of
4045         nnmail-pathname-coding-system.
4047 2009-01-17  Peter Tury  <tury.peter@gmail.com>  (tiny change)
4049         * org.texi (Relative timer): Fix typo.
4051 2009-01-15  Juanma Barranquero  <lekktu@gmail.com>
4053         * org.texi (Clocking work time): Fix typo.
4054         Reported by Peter Tury <tury.peter@gmail.com>.  (Bug#1925)
4056 2009-01-13  Glenn Morris  <rgm@gnu.org>
4058         * org.texi: Fix some more typos.
4060 2009-01-13  Peter Tury  <tury.peter@gmail.com>  (tiny change)
4062         * org.texi: Fix some typos.
4064 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4066         * gnus.texi (Group Parameters): Add note for local variables.
4068 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4070         * gnus.texi (Converting Kill Files): Fix URL.
4071         Include gnus-kill-to-score.el in contrib directory.
4073 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4075         * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
4076         Reported by Leo <sdl.web@gmail.com>.  (Bug#1660)
4077         (Paging the Article): Add index entry.
4079 2009-01-03  Stephen Leake  <stephen_leake@member.fsf.org>
4081         * ada-mode.texi (Examples): Delete redundant text.
4083 2009-01-03  Michael Albinus  <michael.albinus@gmx.de>
4085         * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
4087         * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
4088         addresses.
4090 2009-01-03  Bill Wohler  <wohler@newt.com>
4092         * mh-e.texi (Scan Line Formats): Indicate that first column should be
4093         kept empty.
4095 2008-12-20  Carsten Dominik  <dominik@science.uva.nl>
4097         * org.texi (Activation, Exporting, ASCII export, HTML export)
4098         (HTML Export commands, LaTeX/PDF export commands):
4099         Improve documentation about transient-mark-mode.
4100         (References): Document the use of special names like $LR1 to reference
4101         to fields in the last table row.
4103 2008-12-19  Juri Linkov  <juri@jurta.org>
4105         * info.texi (Search Text): Remove mention of removed key binding M-s.
4107 2008-12-18  Carsten Dominik  <dominik@science.uva.nl>
4109         * org.texi (References): Remove mentioning of @0 as reference for the
4110         last line, this has been reverted in the Lisp sources.
4112 2008-12-17  Juanma Barranquero  <lekktu@gmail.com>
4114         * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
4115         (DVI_TARGETS): Remove duplicates.  Add sasl.
4116         ($(infodir)/sasl, sasl.dvi): New targets.
4118 2008-12-17  Carsten Dominik  <dominik@science.uva.nl>
4120         * org.texi: Version number pushed to 6.15d.
4122 2008-12-16  Carsten Dominik  <dominik@science.uva.nl>
4124         * org.texi (Tables in LaTeX export): New section.
4125         (Images in LaTeX export): New section.
4126         (Inlined images, Images in HTML export): Sections renamed.
4128 2008-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
4130         * message.texi (Insertion Variables): Don't advertise sc-cite-original.
4132 2008-12-04  David Engster  <dengste@eml.cc>
4134         * gnus.texi (nnmairix): Mention mairix.el.  Point out the importance
4135         of nnml-get-new-mail.  Change URL for mairix patch.
4137 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
4139         * org.texi (Using the mapping API): Fix bug in mapping example.
4140         (Publishing options): Make the list of properties complete again, in
4141         correspondence to the variable `org-export-plist-vars'.
4142         (Property searches): Document new special values for time comparisons.
4143         (Tag inheritance): Refine the description of tag inheritance.
4144         (Project alist): Add info about the publishing sequence of components.
4145         (Effort estimates): Document the new relative timer.
4147 2008-12-01  Jay Belanger  <jay.p.belanger@gmail.com>
4149         * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
4150         (Using Calc): Clarify use of `C-x * o'.
4151         (Embedded Mode (Overview)): Clarify use of `C-x * e'.
4153 2008-11-28  Richard M Stallman  <rms@gnu.org>
4155         * dbus.texi (Receiving Method Calls): Clean up previous change.
4157 2008-11-26  Michael Albinus  <michael.albinus@gmx.de>
4159         * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
4160         `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
4161         `dbus-unescape-from-identifier'.
4162         (Receiving Method Calls): New constants `dbus-service-emacs' and
4163         `dbus-path-emacs'.  Precise return values of `dbus-register-method'.
4164         (Signals): Use the constants in the example.
4166 2008-11-24  Carsten Dominik  <dominik@science.uva.nl>
4168         * org.texi: Re-apply change to FDL 1.3.
4170 2008-11-23  Carsten Dominik  <dominik@science.uva.nl>
4172         * org.texi (Setting up Remember): Document `org-remember-mode'.
4173         (External links): Document that bbdb links can use a regular
4174         expression.
4175         (External links): Document that elisp links can contain interactive
4176         commands.
4178 2008-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
4180         * viper.texi (viper-translate-all-ESC-keysequences):
4181         Description removed.
4183 2008-11-19  Glenn Morris  <rgm@gnu.org>
4185         * doclicense.texi: Change to FDL 1.3.
4186         Relicense all texi files under FDL 1.3 or later.
4188 2008-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
4190         * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
4192 2008-11-16  Michael Kifer  <kifer@cs.stonybrook.edu>
4194         * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
4196         * ediff.texi: Version/date change.
4198 2008-11-14  Chong Yidong  <cyd@stupidchicken.com>
4200         * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
4202 2008-11-14  Jay Belanger  <jay.p.belanger@gmail.com>
4204         * calc.texi (About This Manual): Comment out a mention of
4205         marginal notes.
4207 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
4209         * org.texi (Clocking work time): Document the :formula property of
4210         clock tables.
4211         (Structure editing, Refiling notes): Document refiling regions.
4212         (Agenda commands): Document the double-prefix version
4213         of the `l' command in the agenda.
4214         (Handling links): Explain the effect of a double prefix
4215         arg to `C-c C-o'.
4216         (TODO basics): Add documentation for tag triggers.
4218 2008-10-23  Glenn Morris  <rgm@gnu.org>
4220         * cl.texi (Function Bindings): Mention `flet' fails to deal with
4221         byte-compiling things like `+'.
4223         * ns-emacs.texi: Merge copyright years of author now with assignment
4224         into FSF years.
4225         (VER): Use it for easier automatic updating.  Use Emacs version rather
4226         than standalone Emacs.app version.
4228 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
4230         * org.texi: Lots of minor fixes.
4231         (Capture): New chapter.
4232         (Org Plot): New section.
4234 2008-09-30  Magnus Henoch  <mange@freemail.hu>
4236         * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
4238 2008-09-30  Jay Belanger  <jay.p.belanger@gmail.com>
4240         * calc.texi (User Defined Units): Mention how to enter optional display
4241         string.
4243 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4245         * message.texi (Sending Variables): Fix variable documentation to
4246         avoid the "y/n" wording.
4248 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4250         * message.texi (Sending Variables): Add `message-confirm-send' doc.
4252 2008-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4254         * gnus.texi (The Gnus Registry): Don't give argument to @item used in
4255         @enumerate section so as to be able to be formatted with MAKEINFO=no.
4257 2008-09-22  Bill Wohler  <wohler@newt.com>
4259         Release MH-E manual version 8.1.
4261         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
4262         release 8.1.
4264         * mh-e.texi: Retain dual license as agreed to by the FSF.
4265         However, bump GPL to Version 3.
4266         Use @include for license text.
4268 2008-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4270         * gnus.texi (Top, Setup, Fancy splitting to parent)
4271         (Store custom flags and keywords, Store arbitrary data):
4272         Clean up markup.
4274 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4276         * gnus.texi (The Gnus Registry): Document it.
4278 2008-09-08  David Engster  <dengste@eml.cc>
4280         * gnus.texi (nnmairix): Point out that nnml uses MH format.
4281         Clarify section about choosing back end servers.
4283 2008-08-23  Glenn Morris  <rgm@gnu.org>
4285         * dired-x.texi (Shell Command Guessing):
4286         Mention dired-guess-shell-case-fold-search.  (Bug#417)
4288 2008-08-22  Michael Albinus  <michael.albinus@gmx.de>
4290         * trampver.texi: Update release number.
4292 2008-08-18  Brian Cully  <bjc@kublai.com>  (tiny change)
4294         * ns-emacs.texi: Update version.
4295         (Introduction): Correct menu location for options save.
4296         (Customization): Note that defaults are stored under org.gnu.Emacs.
4298 2008-08-11  Bill Wohler  <wohler@newt.com>
4300         * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
4301         explicit about GNU mailutils MH elsewhere (with thanks to Darel
4302         Henman) (closes SF #1768928).
4304 2008-08-10  Glenn Morris  <rgm@gnu.org>
4306         * ns-emacs.texi: Use @copying.  Change copyright of authors with
4307         assignment to FSF.  Change license to GFDL.
4308         (Top): Remove outdated references.
4310 2008-08-07  Reiner Steib  <Reiner.Steib@gmx.de>
4312         * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
4313         Add gnus-summary-sort-by-most-recent-number and
4314         gnus-summary-sort-by-most-recent-date.
4315         (Summary Sorting): Explain prefix argument.
4317 2008-08-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4319         * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
4320         gnus-summary-pipe-output.
4322 2008-08-03  Michael Albinus  <michael.albinus@gmx.de>
4324         * dbus.texi (Receiving Method Calls): Document error handling of own
4325         D-Bus methods.
4327 2008-08-01  Bill Wohler  <wohler@newt.com>
4329         * mh-e.texi (Reading Mail)
4330         (Viewing Attachments): Describe new function
4331         mh-show-preferred-alternative.
4332         (Sending Mail, Redistributing, Sending Message): Describe new hook
4333         mh-annotate-msg-hook.
4335 2008-07-31  Michael Albinus  <michael.albinus@gmx.de>
4337         * dbus.texi (Arguments and Signatures): Fix example.
4338         (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
4339         (Asynchronous Methods): New node.
4340         (Errors and Events): Describe extended layout of `dbus-event'.
4341         New defun `dbus-event-message-type'.
4343 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4345         * ediff.texi: Remove VMS support.
4347 2008-07-29  Juanma Barranquero  <lekktu@gmail.com>
4349         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
4350         ($(infodir)/mairix-el), mairix-el.dvi): New targets.
4352 2008-07-29  Chong Yidong  <cyd@stupidchicken.com>
4354         * Makefile.in: Add mairix-el targets.
4356 2008-07-29  David Engster  <deng@randomsample.de>
4358         * mairix-el.texi: New file.
4360 2008-07-28  Stephen Leake  <stephen_leake@stephe-leake.org>
4362         * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
4363         project files.  Delete 'main_unit' project variable; not needed.  Allow
4364         process environment variables wherever project variables are allowed.
4365         Add tutorial section on multiple GNAT project files.
4367 2008-07-27  Michael Albinus  <michael.albinus@gmx.de>
4369         Sync with Tramp 2.1.14.
4371         * trampver.texi: Update release number.
4373 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
4375         * ns-emacs.texi:
4376         * faq.texi: Remove mentions of Mac Carbon.
4378 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4380         * gnus.texi (Saving Articles): Describe the 2nd argument of
4381         gnus-summary-save-in-pipe.
4382         (SpamAssassin): Use it.
4384 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4386         * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
4388 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
4390         * org.texi (Export options): Document the use of the creator flag.
4392 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
4394         * org.texi: New version 6.06a.
4396 2008-07-23  Juanma Barranquero  <lekktu@gmail.com>
4398         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
4399         ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
4401 2008-07-23  Vincent Belaïche  <vincent.b.1@hotmail.fr>
4403         * calc.texi (Editing Stack Entries):
4404         (Algebraic Entry): Rewrite introductory sentences so it can be used by
4405         Calc's help functions.  Mention fixing typos.
4406         (Customizing Calc): Fix typo.
4408 2008-07-23  Jay Belanger  <jay.p.belanger@gmail.com>
4410         * calc.texi (summarykey): New macro.  Use to correctly format keys in
4411         the summary.
4413 2008-07-20  Adrian Robert  <adrian.b.robert@gmail.com>
4415         * ns-emacs.texi (Customization): Corrected documentation on color
4416         specification formats.
4418 2008-07-19  Andreas Schwab  <schwab@suse.de>
4420         * ns-emacs.texi: Moved from ../emacs.  Add @direntry.
4422         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
4423         (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
4425 2008-07-18  Michael Albinus  <michael.albinus@gmx.de>
4427         * dbus.texi (Inspection): Rework, introduce submenus.
4428         (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
4429         (Properties and Annotations, Arguments and Signatures): New nodes.
4431 2008-07-13  Michael Albinus  <michael.albinus@gmx.de>
4433         * dbus.texi (Receiving Method Calls): Fix description of
4434         `dbus-register-method'.
4435         (Signals): Allow also signal arguments for filtering in
4436         `dbus-register-signal'.
4438 2008-07-13  Vincent Belaïche  <vincent.b.1@hotmail.fr>
4440         * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
4441         `cnorm'.
4442         (Arithmetic Tutorial): Simplify the verification of prime factors.
4444 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4446         * gnus.texi (Saving Articles): Mention
4447         gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
4449 2008-06-29  Jay Belanger  <jay.p.belanger@gmail.com>
4451         * calc.texi: Adjust mode line throughout.
4453 2008-06-28  Juanma Barranquero  <lekktu@gmail.com>
4455         * sasl.texi (Mechanisms): Fix typos.
4457 2008-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
4459         * calc.texi (Killing from the stack): Mention using normal Emacs
4460         copying.
4462 2008-06-21  Michael Albinus  <michael.albinus@gmx.de>
4464         * tramp.texi (Password handling): Rename from "Password caching".
4465         Add `auth-source' mechanism.
4466         (Connection caching): Tramp reopens the connection automatically,
4467         when the operating system on the remote host has been changed.
4469 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
4471         * makefile.w32-in (distclean): Remove makefile.
4473 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
4475         * org.texi (Using the mapping API): New section.
4476         (Agenda column view): New section.
4477         (Moving subtrees): Document archiving to the archive sibling.
4478         (Agenda commands): Document columns view in the agenda.
4479         (Using the property API): Document the API for multi-valued properties.
4481 2008-06-17  Jason Riedy  <jason@acm.org>
4483         * org.texi (A LaTeX example): Note that fmt may be a one-argument
4484         function, and efmt may be a two-argument function.
4485         (Radio tables): Document multiple destinations.
4487 2008-06-16  Glenn Morris  <rgm@gnu.org>
4489         * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
4490         Add Cover-Texts.
4492 2008-06-15  Glenn Morris  <rgm@gnu.org>
4494         * faq.texi (VER): Update to 23.0.60.
4496         * mh-e.texi: Remove option of licensing under GPL.
4497         Add Cover-Texts to GFDL permissions notice.
4498         (GPL): Remove section.
4499         (GFDL): Include doclicense.texi rather than the actual text.
4501         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
4502         (sasl, $(infodir)/sasl, sasl.dvi): New rules.
4504         * sasl.texi: Fix output file name.
4506         * epa.texi, sasl.texi: Refer to license in Emacs manual.
4508         * gnus-coding.texi: Refer to license in Gnus manual.
4510         * idlwave.texi, sasl.texi: Use @copying.
4512         * org.texi: Change to GFDL 1.2.  Refer to license in Emacs manual.
4514         * speedbar.texi: Update Back-Cover Text as per maintain.info.
4516         * url.texi: Use @copying, @title, @subtitle, @author.
4518         * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
4519         * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
4520         * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
4521         * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
4522         * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
4523         * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
4524         * widget.texi, woman.texi:
4525         Remove references to external license, since doclicense is included.
4527         * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
4528         * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
4529         Remove references to non-existent Invariant Sections.
4531 2008-06-14  Glenn Morris  <rgm@gnu.org>
4533         * faq.texi (Major packages and programs): Remove references to external
4534         Supercite, Calc, VIPER, since they have been included for some time.
4535         Update VM, AUCTeX, BBDB entries.
4537 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
4539         * newsticker.texi: Updated to match latest newsticker changes.
4541 2008-06-13  Glenn Morris  <rgm@gnu.org>
4543         * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
4544         * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
4545         * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
4546         * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
4547         * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
4548         * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
4549         * woman.texi:
4550         Update Back-Cover Text as per maintain.info.
4552 2008-06-15  Reiner Steib  <Reiner.Steib@gmx.de>
4554         * gnus-faq.texi: Generate.  Change node names to "FAQ N-M".
4556         * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
4557         (gnus-faq.xml): Update repository host.
4559         * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
4561 2008-06-15  Frank Schmitt  <ich@frank-schmitt.net>
4563         * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
4564         Fix a typo.
4566 2008-06-15  Reiner Steib  <Reiner.Steib@gmx.de>
4568         * gnus.texi (Mail Source Customization): Correct values of
4569         `mail-source-delete-incoming'.  Reported by Tassilo Horn.
4570         (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
4572 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4574         * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
4575         coding standards.
4577 2008-06-14  David Engster  <dengste@eml.cc>
4579         * gnus.texi (nnmairix): Markup fixes.
4581 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4583         * gnus.texi (nnmairix): Markup and other minor fixes.
4585 2008-06-05  David Engster  <dengste@eml.cc>
4587         * gnus.texi (nnmairix): New nodes describing nnmairix.el.
4589 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4591         * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
4592         (Searching, nnir, nnmairix): New stub nodes.
4594 2008-05-30  Felix Lee  <felix.1@canids.net>
4596         * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
4598 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4600         * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
4602 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4604         * gnus.texi (Scoring On Other Headers): Fix typo.  Rearrange.
4606 2008-05-15  Jonathan Yavner  <jyavner@member.fsf.org>
4608         * ses.texi (Acknowledgements): Add Shigeru Fukaya.
4610 2008-05-06  Juanma Barranquero  <lekktu@gmail.com>
4612         * info.texi (Top): Fix typo in xref.
4614 2008-05-05  Karl Berry  <karl@gnu.org>
4616         * info.texi (Top): @xref to stand-alone manual.
4618 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4620         * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
4621         (Various Summary Stuff): Fix typo in last xref.
4623 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4625         * org.texi (Moving subtrees): Fix typo.
4627 2008-04-28  Michael Albinus  <michael.albinus@gmx.de>
4629         * tramp.texi (Frequently Asked Questions): Explain, how to disable
4630         Tramp via `tramp-mode'.
4632 2008-04-27  Carsten Dominik  <dominik@sam.science.uva.nl>
4634         * org.texi: Massive changes, in many parts of the file.
4636 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4638         * gnus.texi (Oort Gnus): Add message-fill-column.
4640 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4642         * gnus.texi (Mail Source Specifiers): Typo fix.
4644 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4646         * gnus.texi (Diary Headers Generation): Update key binding for
4647         `gnus-diary-check-message'.
4649 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4651         * gnus.texi (Emacsen): Addition.
4653 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4655         * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
4657 2008-04-09  Reiner Steib  <Reiner.Steib@gmx.de>
4659         * gnus.texi (Oort Gnus): Mention customizing of tool bars.
4661 2008-04-09  Reiner Steib  <Reiner.Steib@gmx.de>
4663         * gnus-news.texi: Update tool bar item.
4665 2008-04-09  Sven Joachim  <svenjoac@gmx.de>
4667         * gnus-news.texi: Fix typos.
4669 2008-04-11  Jay Belanger  <jay.p.belanger@gmail.com>
4671         * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
4672         Add mention of `kron'.
4674 2008-04-01  Daiki Ueno  <ueno@unixuser.org>
4676         * epa.texi (Encrypting/decrypting *.gpg files):
4677         Document epa-file-name-regexp.
4679 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4681         * gnus.texi (Example Methods): Fix description about ssh-agent.
4682         (Indirect Functions): Fix the default value of nntp-telnet-command;
4683         remove link to connect.html.
4685 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
4687         * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
4688         dbus-call-method.
4689         (Receiving Method Calls): The timeout can be set by the calling client.
4691         * trampver.texi: Update release number.
4693 2008-03-29  Reiner Steib  <Reiner.Steib@gmx.de>
4695         * gnus.texi (Top): Fix version.  Add SASL.
4697 2008-03-29  Michael Albinus  <michael.albinus@gmx.de>
4699         Sync with Tramp 2.1.13.
4701         * trampver.texi: Update release number.
4703 2008-03-29  Chong Yidong  <cyd@stupidchicken.com>
4705         * org.texi: Update to new org-mode website.
4707 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4709         * cl.texi (For Clauses): Fix loop over key-seq to match code.
4711 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4713         * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
4714         gnus-read-ephemeral-gmane-group-url,
4715         gnus-read-ephemeral-emacs-bug-group,
4716         gnus-read-ephemeral-debian-bug-group.
4718 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4720         * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
4722         * gnus-news.texi: Add EasyPG.  Add gnus-article-browse-html-article.
4723         Add FIXMEs for Bookmarks and gnus-registry-marks.
4725 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4727         * gnus.texi (Smileys): Document `smiley-style'.
4729 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4731         * gnus.texi (Gnus Development): Clarify difference between ding and
4732         gnu.emacs.gnus.
4733         (MIME Commands, Using MIME, RSS): Fix markup.
4735         * gnus-faq.texi ([8.4]): Ditto.
4737 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4739         * gnus.texi (Emacsen): Remove obsolete stuff.
4741 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4743         * gnus.texi (Oort Gnus): Add version info WRT
4744         `mail-source-delete-incoming'.
4746 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4748         * gnus.texi (Top): Add "Other related manuals" and version info in
4749         `iftex' output.
4750         (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
4751         gnus-balloon-face-0 and the corresponding format specifiers.
4753 2008-03-26  Michael Albinus  <michael.albinus@gmx.de>
4755         * tramp.texi (Filename completion): Remove footnote about let-bind
4756         of `partial-completion-mode'.  It doesn't work this way.
4758 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4760         * pcl-cvs.texi (Contributors): Update my email.
4762 2008-03-21  Michael Albinus  <michael.albinus@gmx.de>
4764         * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
4766 2008-03-17  Bill Wohler  <wohler@newt.com>
4768         * mh-e.texi (Viewing): Update URL for adding header fields to
4769         mh-invisible-header-fields-default.
4771 2008-03-16  Bill Wohler  <wohler@newt.com>
4773         * mh-e.texi (Preface): Add Gnus to requirements.
4774         (Forwarding): Note that forwarded MIME messages are now inline.
4776 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4778         * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
4779         (Common Variables): Give precedence to the netcat methods over the
4780         telnet methods, and mention that they are more reliable.
4782 2008-03-13  Carsten Dominik  <dominik@science.uva.nl>
4784         * org.texi (Exporting Agenda Views): Document agenda export to
4785         iCalendar.
4786         (Progress logging): Document the new progress logging stuff.
4788 2008-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
4790         * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
4791         Update for change of `mail-source-delete-incoming'.
4793         * gnus-news.texi: Ditto.
4795 2008-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
4797         * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
4798         custom versions.
4800 2008-03-07  Alan Mackenzie  <acm@muc.de>
4802         * cc-mode.texi (Limitations and Known Bugs): State that the number of
4803         parens/brackets in a k&r region is limited.
4805 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4807         * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
4808         using different Emacs versions.
4810 2008-02-27  Glenn Morris  <rgm@gnu.org>
4812         * sc.texi: Remove a lot of old and obsolete info.
4813         (titlepage): Simplify.
4814         (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
4815         (VM with any Emacsen, GNEWS with any Emacsen)
4816         (Overloading for Non-conforming MUAs, Version 3 Changes)
4817         (The Supercite Mailing List): Delete nodes.
4818         (Introduction): Remove info about old packages.
4819         (Getting Connected): Simplify.  Remove info about old packages.
4820         (Citing Commands): Delete Emacs 19 info.
4821         (Hints to MUA Authors): Simplify.
4822         (Thanks and History): Merge in some info from the deleted node
4823         "Version 3 Changes".
4825 2008-02-05  Juanma Barranquero  <lekktu@gmail.com>
4827         * org.texi (Setting tags, In-buffer settings):
4828         * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
4830 2008-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4832         * gnus-news.texi: Mention that spaces and tabs are allowed in the
4833         installation directory name.
4835 2008-02-12  Romain Francoise  <romain@orebokech.com>
4837         * epa.texi (Overview): Fix typo.
4839 2008-02-11  Daiki Ueno  <ueno@unixuser.org>
4841         * epa.texi (Quick start): Remove the .emacs setting.
4843 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
4845         * epa.texi (Quick start): Use the command `epa-enable' instead of
4846         loading `epa-setup'.
4848 2008-02-08  Juanma Barranquero  <lekktu@gmail.com>
4850         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
4851         ($(infodir)/epa, epa.dvi): New targets.
4853 2008-02-08  Daiki Ueno  <ueno@unixuser.org>
4855         * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
4857         * epa.texi: New manual documenting the EasyPG Assistant.
4859 2008-02-06  Michael Albinus  <michael.albinus@gmx.de>
4861         * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
4862         (Inspection): New function dbus-ping.
4864 2008-02-05  Michael Albinus  <michael.albinus@gmx.de>
4866         * tramp.texi (Remote processes): Add `shell-command'.
4868 2008-01-28  Michael Sperber  <sperber@deinprogramm.de>
4870         * gnus.texi (Mail Source Specifiers): Document `group' specifier.
4871         (Group Parameters): Document `mail-source' parameter.
4873 2008-01-27  Michael Albinus  <michael.albinus@gmx.de>
4875         * tramp.texi (Inline methods): The hostname of the su(do)? methods
4876         must be a local host.
4878 2008-01-26  Michael Olson  <mwolson@gnu.org>
4880         * erc.texi: Update version for ERC 5.3 release.
4881         (Obtaining ERC): Update extras URLs for 5.3.
4882         (Development): Write instructions for git, and remove those for Arch.
4883         (History): Mention the switch to git.
4885 2008-01-24  Karl Berry  <karl@gnu.org>
4887         * info.texi (Search Index, Search Text): Mention the command
4888         character in the section name, a la the (Go to node) node.
4890 2008-01-21  Michael Albinus  <michael.albinus@gmx.de>
4892         * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
4894 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4896         * gnus-news.texi: Mention gnus-article-describe-bindings.
4898 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4900         * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
4902 2008-01-18  Carsten Dominik  <dominik@science.uva.nl>
4904         * org.texi (Property inheritance): New section.
4905         (Conventions): New section.
4906         (Structure editing): Document C-RET, the prefix arg to the cut/copy
4907         commands, and the new bindings for refiling.
4908         (Sparse trees): Document the new special command for sparse trees.
4909         (References): Be more clear about the counting of hilines.
4910         (Handling links): Document M-p/n for accessing links.
4911         (Fast access to TODO states): New section.
4912         (Per file keywords): New section.
4913         (Property inheritance): New section.
4914         (Column attributes): New summary types.
4915         (Capturing Column View): New section.
4916         (The date/time prompt): Cover the new features in the date/time prompt.
4917         Compactify the table of keys for the calendar remote control.
4918         (Clocking work time): Document the new :scope parameter.
4919         (Remember): Promoted to chapter.
4920         (Quoted examples): New section.
4921         (Enhancing text): New verbatim environments.
4923 2008-01-14  Michael Albinus  <michael.albinus@gmx.de>
4925         * trampver.texi: Update release number.
4927 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4929         * gnus.texi (Article Keymap):
4930         Add gnus-article-wide-reply-with-original; fix descriptions of
4931         gnus-article-reply-with-original and
4932         gnus-article-followup-with-original.
4934 2008-01-09  Glenn Morris  <rgm@gnu.org>
4936         * nxml-mode.texi: Add @copying section.
4938 2008-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4940         * message.texi (Mail Variables): Add some text from "(gnus)Posting
4941         Server".  Add `message-send-mail-with-mailclient'.
4943         * gnus.texi (Posting Server): Move some text to "(message)Mail
4944         Variables" and add a reference here.
4946 2008-01-04  Michael Albinus  <michael.albinus@gmx.de>
4948         * dbus.texi (Receiving Method Calls): New chapter.
4949         (Errors and Events): Add serial number to events.  Replace "signal" by
4950         "message".  Introduce dbus-event-serial-number.
4952 2008-01-03  Michael Albinus  <michael.albinus@gmx.de>
4954         * dbus.texi (Type Conversion): Explain the type specification for empty
4955         arrays.  Use another example.
4957 2007-12-30  Michael Albinus  <michael.albinus@gmx.de>
4959         * dbus.texi (all): Replace "..." by @dots{}.
4960         (Type Conversion): Precise the value range for :byte types.
4961         (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
4962         Mention its return value.
4963         (Errors and Events): There is no D-Bus error propagation during event
4964         processing.
4966 2007-12-29  Jay Belanger  <jay.p.belanger@gmail.com>
4968         * calc.tex (Yacas Language, Maxima Language, Giac Language):
4969         New sections.
4971 2007-12-29  Reiner Steib  <Reiner.Steib@gmx.de>
4973         * gnus.texi (Group Parameters): Reorder the text and add a note about
4974         `gnus-parameters' near the beginning of the node.
4976 2007-12-29  IRIE Tetsuya  <irie@t.email.ne.jp>  (tiny change)
4978         * gnus.texi (Score File Editing): Fix function name.
4980 2007-12-23  Michael Albinus  <michael.albinus@gmx.de>
4982         Sync with Tramp 2.1.12.
4984         * trampver.texi: Update release number.
4986 2007-12-22  Michael Albinus  <michael.albinus@gmx.de>
4988         * dbus.texi (Type Conversion): Correct input parameters mapping.
4990 2007-12-21  Michael Albinus  <michael.albinus@gmx.de>
4992         * dbus.texi (Type Conversion): Extend for D-Bus compound types.
4993         (Errors and Events): Mention wrong-type-argument error.
4995 2007-12-21  Alex Schroeder  <alex@gnu.org>
4997         * rcirc.texi: Changed single spaces after sentence end to double
4998         spaces.  Fixed some typos.
4999         (Internet Relay Chat): Explain relay.
5000         (Getting started with rcirc): Change items to reflect prompts.
5001         Add more explanation to rcirc-track-minor-mode and added a comment to
5002         warn future maintainers that this section is a copy.
5003         (People): Change /ignore example.
5004         (Keywords): Not keywords.
5006 2007-12-20  Alex Schroeder  <alex@gnu.org>
5008         * rcirc.texi (Top): Fighting Information Overload chapter added.
5009         (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
5010         (rcirc commands): Move /ignore command to the new chapter.
5011         (Fighting Information Overload): New chapter documenting /keyword,
5012         /bright, /dim, channel ignore, and low priority channels.
5013         (Configuration): Document rcirc-server-alist, remove
5014         rcirc-startup-channels-alist and rcirc-default-server.
5016 2007-12-16  Michael Albinus  <michael.albinus@gmx.de>
5018         * dbus.texi (Signals): Fix example in dbus-register-signal.
5020 2007-12-14  Sven Joachim  <svenjoac@gmx.de>
5022         * gnus.texi (Score Variables): Fix typo.
5024 2007-12-07  Michael Albinus  <michael.albinus@gmx.de>
5026         * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
5027         (Signals): Adapt dbus-send-signal and dbus-register-signal.
5028         (Errors and Events): Adapt dbus-event.
5030 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5032         * gnus.texi (Other Files): Add the yenc command.
5034 2007-11-30  Reiner Steib  <Reiner.Steib@gmx.de>
5036         * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
5037         since 2004-08-06.
5039 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5041         * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
5042         on body.
5044 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5046         * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
5047         and rfc2047-allow-irregular-q-encoded-words; fix description of
5048         rfc2047-encode-encoded-words.
5050 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5052         * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
5054 2007-12-05  Michael Olson  <mwolson@gnu.org>
5056         * remember.texi (Diary): Remove "require" line for remember-diary.el.
5057         Update documentation for `remember-diary-file'.
5059 2007-12-04  Michael Albinus  <michael.albinus@gmx.de>
5061         * dbus.texi (Signals): Precise `dbus-register-signal'.
5062         (Errors and Events): Rework events part, the internal structure of
5063         dbus-event has changed.
5065 2007-12-03  Juanma Barranquero  <lekktu@gmail.com>
5067         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
5068         ($(infodir)/dbus, dbus.dvi): New targets.
5070 2007-12-03  Michael Albinus  <michael.albinus@gmx.de>
5072         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
5073         unconditionally.
5075         * dbus.texi (Synchronous Methods): Show the result of the "lshal"
5076         emulation with @print{}.
5078 2007-12-02  Richard Stallman  <rms@gnu.org>
5080         * dbus.texi (Overview): Minor cleanup.
5082 2007-12-02  Michael Albinus  <michael.albinus@gmx.de>
5084         * Makefile.in (INFO_TARGETS): Add dbus.
5085         (DVI_TARGETS): Add dbus.dvi.
5086         (dbus, dbus.dvi): New targets.
5088         * dbus.texi: New file.
5090 2007-11-24  Romain Francoise  <romain@orebokech.com>
5092         * nxml-mode.texi: Add description in @direntry.
5093         Fix file name to match @setfilename.
5095 2007-11-23  Mark A. Hershberger  <mah@everybody.org>
5097         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5098         ($(infodir)/nxml-mode): New rule.
5100         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5101         ($(infodir)/nxml-mode): New rule.
5102         (clean): Add nxml-mode*.
5104         * nxml-mode.texi: New file with nxml manual.
5106 2007-11-18  Richard Stallman  <rms@gnu.org>
5108         * flymake.texi (Example -- Configuring a tool called directly):
5109         Update example.
5111 2007-11-18  Michael Albinus  <michael.albinus@gmx.de>
5113         * tramp.texi (Filename completion): Simplify explanation of
5114         double-slash behavior.  Explain directory contents flushing.
5116 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
5118         * calc.texi (TeX and LaTeX Language Modes): Put in
5119         missing braces.
5121 2007-11-15  Richard Stallman  <rms@gnu.org>
5123         * cl.texi (Equality Predicates): Delete `eql'.
5124         (Predicates, Naming Conventions, Top): Delete `eql'.
5125         (Common Lisp Compatibility): Delete `eql'.
5126         (Porting Common Lisp): Delete obsolete backquote info.
5127         Minor clarification about character constants.
5128         (Sequence Basics): Minor clarification.
5130 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
5132         * cc-mode.texi (Electric Keys, Custom Macros):
5133         * tramp.texi (Filename completion): Fix typos.
5135 2007-11-15  Jay Belanger  <jay.p.belanger@gmail.com>
5137         * calc.texi (Basic commands): Mention the menu.
5139 2007-11-12  Michael Albinus  <michael.albinus@gmx.de>
5141         * tramp.texi (Connection caching): Tramp flushes connection
5142         properties when remote operating system has been changed.
5144 2007-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
5146         * gnus-news.texi: Fix spelling.
5147         `message-insert-formatted-citation-line', not
5148         `message-insert-formated-citation-line'.
5150         * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
5152 2007-11-07  Michael Albinus  <michael.albinus@gmx.de>
5154         * tramp.texi (Overview): Mention also the PuTTY integration under
5155         w32.  Remove paragraphs about Tramp's experimental status.
5156         (Frequently Asked Questions): Add code example for highlighting the
5157         mode line.
5159 2007-11-03  Michael Olson  <mwolson@gnu.org>
5161         * remember.texi: Change mentions of remember-buffer to
5162         remember-finalize throughout.
5164 2007-10-30  Michael Olson  <mwolson@gnu.org>
5166         * remember.texi (Copying): Remove.
5167         (Mailbox): Update with non-BBDB instructions.
5168         (Diary, Org): Add.
5169         (Bibliography, Planner Page): Remove.
5171 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
5173         * makefile.w32-in (INFO_TARGETS): Add remember.
5174         (DVI_TARGETS): Add remember.dvi.
5175         ($(infodir)/remember): New rule.
5176         (clean): Add remember*.
5178 2007-10-30  Michael Olson  <mwolson@gnu.org>
5180         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
5181         ($(infodir)/remember): New rule that builds the Remember Manual.
5183         * remember.texi: New file containing the Remember Mode Manual.
5184         Shuffle chapters around after initial import.
5185         (Function Reference): Split Keystrokes into separate chapter.
5186         (Keystrokes): Document C-c C-k.
5187         (Introduction): Fix typographical issue with "---".
5189 2007-10-29  Richard Stallman  <rms@gnu.org>
5191         * widget.texi (Introduction): Delete discussion of implementation
5192         internals.
5194 2007-10-29  Michael Albinus  <michael.albinus@gmx.de>
5196         * tramp.texi (Connection caching): Host names must be different
5197         when tunneling.
5199 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5201         * gnus.texi, gnus-faq.texi, message.texi: Bump version to
5202         Gnus v5.13.
5204 2007-10-28  Miles Bader  <miles@gnu.org>
5206         * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
5208 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5210         * gnus.texi (Sorting the Summary Buffer):
5211         Remove gnus-article-sort-by-date-reverse.
5213 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5215         * gnus.texi (Non-ASCII Group Names): New node.
5216         (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
5217         gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
5219 2007-10-28  Michaël Cadilhac  <michael@cadilhac.name>
5221         * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
5222         clean the output of the program `imap-shell-program'.
5224 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5226         * gnus.texi (IMAP): Mention nnimap-logout-timeout.
5228 2007-10-28  Tassilo Horn  <tassilo@member.fsf.org>
5230         * gnus.texi (Sticky Articles): Documentation for sticky article
5231         buffers.
5233 2007-10-28  Michaël Cadilhac  <michael@cadilhac.name>
5235         * gnus.texi (RSS): Document nnrss-ignore-article-fields.
5237 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5239         * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
5241 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5243         * gnus.texi (Archived Messages):
5244         Document gnus-update-message-archive-method.
5246 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5248         * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
5250 2007-10-28  Michaël Cadilhac  <michael@cadilhac.name>
5252         * gnus.texi (Group Maneuvering):
5253         Document `gnus-summary-next-group-on-exit'.
5255 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5257         * gnus.texi (Really Various Summary Commands):
5258         Mention gnus-auto-select-on-ephemeral-exit.
5260 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5262         * gnus.texi, message.texi: Bump version number.
5264 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5266         * gnus.texi (Group Line Specification, Misc Group Stuff)
5267         (Server Commands): Parenthesize @pxref{Mail Spool}.
5269 2007-10-28  Didier Verna  <didier@xemacs.org>
5271         New user option: message-signature-directory.
5272         * message.texi (Insertion Variables): Document it.
5273         * gnus.texi (Posting Styles): Ditto.
5275 2007-10-28  Didier Verna  <didier@xemacs.org>
5277         * gnus.texi (Group Line Specification):
5278         * gnus.texi (Misc Group Stuff):
5279         * gnus.texi (Server Commands): Document the group compaction feature.
5281 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5283         * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
5285         * message.texi (Various Message Variables): Add message-fill-column.
5287 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5289         * gnus.texi: Untabify.
5291 2007-10-28  Didier Verna  <didier@xemacs.org>
5293         * gnus.texi (Group Parameters): Document the posting-style merging
5294         process in topic-mode.
5296 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5298         * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
5300 2007-10-28  Romain Francoise  <romain@orebokech.com>
5302         * gnus.texi (Mail Spool): Fix typo.
5303         Update copyright.
5305 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5307         * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
5309 2007-10-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5311         * gnus.texi (Summary Generation Commands):
5312         Add gnus-summary-insert-ticked-articles.
5314 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5316         * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
5317         to spam-spamassassin-program.
5319 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5321         * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
5323 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5325         * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
5327 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5329         * message.texi (Mail Headers): Document `opportunistic'.
5331 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5333         * emacs-mime.texi (Encoding Customization): Explain how to set
5334         mm-coding-system-priorities per hierarchy.
5336 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5338         * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
5339         nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
5341 2007-10-28  Didier Verna  <didier@xemacs.org>
5343         * message.texi (Wide Reply): Update documentation of
5344         message-dont-reply-to-names (now allowing a list of regexps).
5346 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5348         * gnus.texi (Spam Package Introduction): Fix spam menu and links.
5350 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5352         * gnus.texi (SpamAssassin back end): Fix typo.
5354         * sieve.texi (Examples): Fix grammar.
5356 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5358         * gnus.texi (Searching for Articles): Document M-S and M-R.
5359         (Limiting): Document / b.
5361 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5363         * gnus.texi (Thread Commands): T M-^.
5365 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5367         * message.texi (Mail Aliases): Document ecomplete.
5368         (Mail Aliases): Fix typo.
5370 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5372         * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
5373         fix typo.
5375 2007-10-28  Romain Francoise  <romain@orebokech.com>
5377         * gnus.texi (Mail Spool): Grammar fix.
5379 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5381         * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
5382         string.
5384 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5386         * gnus.texi (Group Parameters): Fix description.
5388 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5390         * gnus.texi (Gmane Spam Reporting):
5391         Fix spam-report-gmane-use-article-number.
5392         Add spam-report-user-mail-address.
5394 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5396         * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
5398 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5400         * gnus.texi (Group Parameters): Add simplified sorting example based on
5401         example for `Sorting the Summary Buffer' from Jari Aalto
5402         <jari.aalto@cante.net>.
5403         (Example Methods): Add example for an indirect connection.
5405 2007-10-28  Kevin Greiner  <kevin.greiner@compsol.cc>
5407         * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
5408         (Agent Parameters): Updated parameter names to match code.
5409         (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
5410         'gnus-agent-summary-fetch-series'.
5411         (Agent and flags): New section providing a generalized discussion
5412         of flag handling.
5413         (Agent and IMAP): Remove flag discussion.
5414         (Agent Variables): Add 'gnus-agent-synchronize-flags'.
5416 2007-10-28  Romain Francoise  <romain@orebokech.com>
5418         * gnus.texi (Exiting the Summary Buffer): Add new function
5419         `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
5421 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5423         * gnus.texi (Conformity): Fix typo.
5424         (Customizing Articles): Document `first'.
5426 2007-10-28  Jari Aalto  <jari.aalto@cante.net>
5428         * gnus.texi (Sorting the Summary Buffer):
5429         Add `gnus-thread-sort-by-date-reverse'.  Add example
5430         host to different sorting in NNTP and RSS groups.
5432 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5434         * message.texi (Insertion): Describe prefix for
5435         message-mark-inserted-region and message-mark-insert-file.
5437 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5439         * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
5440         LaTeX documents.  Describe "text/x-gnus-verbatim".
5442 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
5444         * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
5445         (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
5446         (spam-stat spam filtering, SpamOracle)
5447         (Extending the Spam ELisp package): Remove extra quote symbol for
5448         clarity.
5450 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5452         * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
5453         gnus-article-delete-part and gnus-article-replace-part.
5454         (Using MIME): Add gnus-mime-replace-part.
5456 2007-10-28  Romain Francoise  <romain@orebokech.com>
5458         * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
5459         requires `auto-compression-mode' to be enabled.  Add new nnml
5460         variable `nnml-compressed-files-size-threshold'.
5462 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5464         * gnus.texi (Sorting the Summary Buffer):
5465         Add gnus-thread-sort-by-recipient.
5467 2007-10-28  Romain Francoise  <romain@orebokech.com>
5469         * message.texi (Insertion Variables): Mention new variable
5470         `message-yank-empty-prefix'.  Change `message-yank-cited-prefix'
5471         documentation accordingly.
5473 2007-10-28  Romain Francoise  <romain@orebokech.com>
5475         * gnus.texi (To From Newsgroups): Mention new variables
5476         `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
5478 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5480         * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
5481         stuff; gnus-mime-inline-part does the automatic decompression.
5483 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
5485         * gnus.texi (Spam ELisp Package Configuration Examples):
5486         "training.ham" should be "training.spam".
5488 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5490         * message.texi (Mail Variables): Fix the default value for
5491         message-send-mail-function.
5493 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5495         * gnus.texi (Optional Back End Functions): nntp-request-update-info
5496         always returns nil exceptionally.
5498 2007-10-28  Simon Josefsson  <jas@extundo.com>
5500         * gnus.texi (Article Washing): Add libidn URL.
5501         Suggested by Michael Cook <michael@waxrat.com>.
5503 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5505         * gnus.texi (Topic Commands): Fix next/previous.
5507 2007-10-28  Simon Josefsson  <jas@extundo.com>
5509         * gnus.texi (Article Washing): Mention `W i'.
5511 2007-10-28  Jochen Küpper  <jochen@fhi-berlin.mpg.de>
5513         * gnus.texi (Group Parameters): Slight extension of sieve
5514         parameter description.
5516 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5518         * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
5519         matching score files as well.
5520         (Picons): Describe `gnus-picon-style'.
5522 2007-10-28  Romain Francoise  <romain@orebokech.com>
5524         * message.texi (Message Headers): Mention that headers are hidden
5525         using narrowing, and how to expose them.
5526         Update copyright.
5528 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5530         * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
5531         `gnus-summary-sort-by-recipient'.
5533 2007-10-28  Romain Francoise  <romain@orebokech.com>
5535         * gnus.texi (NNTP marks): New node.
5536         (NNTP): Move NNTP marks variables to the new node.
5538 2007-10-28  Jesper Harder  <harder@ifa.au.dk>
5540         * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
5542         * gnus.texi (MIME Commands, Hashcash): Markup fix.
5544 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
5546         * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
5547         everywhere for consistency.
5548         (Filtering Spam Using The Spam ELisp Package): Admonish again.
5549         (Spam ELisp Package Sequence of Events): This is Gnus, say so.
5550         Say "regular expression" instead of "regex."  Admonish.
5551         Pick other words to sound better (s/so/thus/).
5552         (Spam ELisp Package Filtering of Incoming Mail):
5553         Mention statistical filters.  Remove old TODO.
5554         (Spam ELisp Package Sorting and Score Display in Summary Buffer):
5555         New section on sorting and displaying the spam score.
5556         (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
5557         backend but an alias to spam-use-BBDB.
5558         (Extending the Spam ELisp package): Rewrite the example using the
5559         new backend functionality.
5561 2007-10-28  Simon Josefsson  <jas@extundo.com>
5563         * gnus.texi (NNTP): Mention nntp-marks-is-evil and
5564         nntp-marks-directory, from Romain Francoise
5565         <romain@orebokech.com>.
5567 2007-10-28  Magnus Henoch  <mange@freemail.hu>
5569         * gnus.texi (Hashcash): New default value of
5570         hashcash-default-payment.
5572 2007-10-28  Simon Josefsson  <jas@extundo.com>
5574         * gnus.texi (Hashcash): Fix URL.  Add pref to spam section.
5575         (Anti-spam Hashcash Payments): No need to load hashcash.el now.
5577 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5579         * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
5581 2007-10-28  Simon Josefsson  <jas@extundo.com>
5583         * gnus.texi (documentencoding): Add, to avoid warnings.
5585 2007-10-28  Simon Josefsson  <jas@extundo.com>
5587         * message.texi (Mail Headers): Add.
5589         * gnus.texi (Hashcash): Fix.
5591 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
5593         * gnus.texi (Hashcash): Change location of library, also mention
5594         that payments can be verified and fix the name of the
5595         hashcash-path variable.
5597 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5599         * gnus.texi (Article Display): Add `gnus-picon-style'.
5601 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5603         * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
5605 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
5607         * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
5608         (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
5609         warning about ham processors in spam groups removed.
5611 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
5613         * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
5614         From Hubert Chan <hubert@uhoreg.ca>.
5616 2007-10-28  Jesper Harder  <harder@ifa.au.dk>
5618         * gnus.texi (Spam ELisp Package Sequence of Events): Index.
5619         (Mailing List): Typo.
5620         (Customizing Articles): Add gnus-treat-ansi-sequences.
5621         (Article Washing): Index.
5623         * message.texi: Use m-dash consistently.
5625 2007-10-28  Jesper Harder  <harder@ifa.au.dk>
5627         * gnus.texi (GroupLens): Remove.
5629 2007-10-28  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5631         * gnus.texi (Outgoing Messages, Agent Variables):
5632         Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
5633         Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
5635 2007-10-28  Jesper Harder  <harder@ifa.au.dk>
5637         * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
5639 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5641         * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
5643         * gnus.texi (No Gnus): New node.  Includes `gnus-news.texi'.
5645 2007-10-28  Simon Josefsson  <jas@extundo.com>
5647         * gnus.texi (Top): Add SASL.
5649 2007-10-27  Emanuele Giaquinta  <e.giaquinta@glauco.it>  (tiny change)
5651         * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
5653 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5655         * gnus.texi (Troubleshooting): Adjust Gnus version number.
5657 2007-10-27  Jay Belanger  <jay.p.belanger@gmail.com>
5659         * calc.texi (Formulas, Composition Basics): Lower the
5660         precedence of negation.
5662 2007-10-25  Jonathan Yavner  <jyavner@member.fsf.org>
5664         * ses.texi (The Basics): Mention how to create a new spreadsheet.
5665         Mention the new three-letter column identifiers.
5666         (More on cell printing): Calculate-cell and truncate-cell are now `c'
5667         and `t' rather than `C-c C-c' and `C-c C-t'.  Mention the stupid error
5668         message when using `c' on an empty default with default printer.
5669         (Buffer-local variables in spreadsheets): `symbolic-formulas' was
5670         renamed to `ses--symbolic-formulas' some time ago.
5672 2007-10-25  Jay Belanger  <jay.p.belanger@gmail.com>
5674         * calc.texi (Default Simplifications, Making Selections)
5675         (Customizing Calc): Clarify associativity of multiplication.
5677 2007-10-23  Michael Albinus  <michael.albinus@gmx.de>
5679         * tramp.texi (Traces and Profiles): Simplify loop over
5680         `trace-function-background'.
5682 2007-10-22  Juri Linkov  <juri@jurta.org>
5684         * dired-x.texi (Shell Command Guessing): Default values are now
5685         available by typing M-n instead of M-p.
5687 2007-10-21  Michael Albinus  <michael.albinus@gmx.de>
5689         * tramp.texi (Cleanup remote connections): New section.
5690         (Password caching): Remove `tramp-clear-passwd'.
5691         It's not a command anymore.
5692         (Bug Reports): Add `tramp-bug' to function index.
5693         (Function Index, Variable Index): New nodes.
5694         (Remote shell setup): Describe `tramp-password-prompt-regexp'.
5696         * trampver.texi: Update release number.
5698 2007-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
5700         * calc.texi (History and Acknowledgements): Turn comment
5701         about integer size into past tense.
5702         (Time Zones): Remove pointer to Calc author's address.
5703         (Trigonometric and Hyperbolic Functions): Mention cotangent
5704         and hyperbolic cotangent.  Fix typo.
5706 2007-10-10  Michael Albinus  <michael.albinus@gmx.de>
5708         Sync with Tramp 2.1.11.
5710         * trampver.texi: Update release number.
5712 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
5714         * tramp.texi (External packages): New section.
5716 2007-09-29  Juri Linkov  <juri@jurta.org>
5718         * info.texi (Help-Int): Document `L' (`Info-history').
5720 2007-09-26  Carsten Dominik  <dominik@science.uva.nl>
5722         * org.texi: Change links to webpage and maintained email.
5723         (Remember): Promote to Chapter, significant changes.
5724         (Fast access to TODO states): New section.
5725         (Faces for TODO keywords): New section.
5726         (Export options): Example for #+DATE.
5727         (Progress logging): Section moved.
5729 2007-09-26  Bill Wohler  <wohler@newt.com>
5731         * mh-e.texi (HTML): Mention binding of S-mouse-2 to
5732         browse-url-at-mouse.
5734 2007-09-20  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
5736         * flymake.texi (Customizable variables): Face names don't end in -face.
5737         Fix flymake-err-line-patterns template.
5738         (Example -- Configuring a tool called directly): Fix init-function.
5739         (Highlighting erroneous lines): Face names don't end in -face.
5741 2007-09-18  Exal de Jesus Garcia Carrillo  <exal@gmx.de>  (tiny change)
5743         * erc.texi (Special-Features): Fix small typo.
5745 2007-09-14  Michael Albinus  <michael.albinus@gmx.de>
5747         * tramp.texi (Filename Syntax): Provide links to "Inline methods"
5748         and "External transfer methods".
5750 2007-09-13  Jay Belanger  <jay.p.belanger@gmail.com>
5752         * calc.texi (Predefined Units): Add some history.
5754 2007-09-08  Michael Olson  <mwolson@gnu.org>
5756         * erc.texi (Copying): New section included from gpl.texi.
5757         This matches the look of the upstream ERC manual.
5759 2007-09-07  Jay Belanger  <jay.p.belanger@gmail.com>
5761         * calc.texi (History and Acknowledgements): Adjust the "thanks".
5762         (Random Numbers): Clarify the distribution of `random'.
5764 2007-09-06  Glenn Morris  <rgm@gnu.org>
5766         Move manual sources from man/ to subdirectories of doc/.
5767         Split into the Emacs manual in emacs/, and other manuals in misc/.
5768         Change all setfilename commands to use ../../info.
5769         * Makefile.in: Move the parts of the old man/Makefile.in that do not
5770         refer to the Emacs manual here.
5771         (infodir): New variable.
5772         (INFO_TARGETS, info): Use infodir.  Also used by all info targets.
5773         (cc-mode.texi, faq.texi): Update references to source file locations.
5774         * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
5775         do not refer to the Emacs manual here.
5776         (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
5778         * Makefile.in: Add `basename' versions of all info targets, for
5779         convenience when rebuilding just one manual.
5780         (../etc/GNU): Delete obsolete target.
5781         (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
5782         (mostlyclean): Add *.op, *.ops.  Move *.aux *.cps *.fns *.kys *.pgs
5783         *.vrs *.toc here...
5784         (maintainer-clean): ...from here.
5786         * makefile.w32-in (../etc/GNU): Delete obsolete target.
5788 2007-09-01  Jay Belanger  <jay.p.belanger@gmail.com>
5790         * calc.texi (Date Conversions): Clarify definition of
5791         Julian day numbering.
5792         (Date Forms): Clarify definition of Julian day numbering;
5793         add some history.
5795 2007-08-30  Carsten Dominik  <dominik@science.uva.nl>
5797         * org.texi: Version 5.07.
5799 2007-08-24  IRIE Tetsuya  <irie@t.email.ne.jp>  (tiny change)
5801         * message.texi (MIME): Replace mml-attach with mml-attach-file.
5803 2007-08-22  Carsten Dominik  <dominik@science.uva.nl>
5805         * org.texi (Adding hyperlink types): New section.
5806         (Embedded LaTeX): Chapter updated because of LaTeX export.
5807         (LaTeX export): New section.
5808         (Using links out): New section.
5810 2007-08-22  Glenn Morris  <rgm@gnu.org>
5812         * faq.texi (Learning how to do something): Refcards now in
5813         etc/refcards/ directory.
5815 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
5817         * tramp.texi (Remote Programs): Persistency file must be cleared when
5818         changing `tramp-remote-path'.
5819         (Filename Syntax): Don't use @var{} constructs inside the @trampfn
5820         macro.
5822 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
5824         * calc.texi: Move contents to beginning of file.
5825         (Algebraic Entry): Fix the formatting of an example.
5827 2007-08-15  Jay Belanger  <jay.p.belanger@gmail.com>
5829         * calc.texi (Basic Operations on Units): Mention exact versus
5830         inexact conversions.
5832 2007-08-14  Jay Belanger  <jay.p.belanger@gmail.com>
5834         * calc.texi (Basic Operations on Units): Mention default
5835         values for new units.
5836         (Quick Calculator Mode): Mention that binary format will
5837         be displayed.
5839 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5841         * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
5843 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5845         * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
5847 2007-08-08  Glenn Morris  <rgm@gnu.org>
5849         * gnus.texi, sieve.texi: Replace `iff'.
5851 2007-08-03  Jay Belanger  <jay.p.belanger@gmail.com>
5853         * calc.texi (Basic Graphics): Mention the graphing of error
5854         forms.
5855         (Graphics Options): Mention how `g s' handles error forms.
5856         (Curve Fitting): Mention plotting the curves.
5857         (Standard Nonlinear Models): Add additional models.
5858         (Curve Fitting Details): Mention the Levenberg-Marquardt method.
5859         (Linear Fits): Correct result.
5861 2007-08-01  Alan Mackenzie  <acm@muc.de>
5863         * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
5864         to "--no-site-file".
5866 2007-07-29  Michael Albinus  <michael.albinus@gmx.de>
5868         * tramp.texi (Frequently Asked Questions): Point to mode line
5869         extension in Emacs 23.1.
5871         * trampver.texi: Update release number.
5873 2007-07-27  Glenn Morris  <rgm@gnu.org>
5875         * calc.texi (Copying): Include license text from gpl.texi, rather than
5876         in-line.
5878 2007-07-25  Glenn Morris  <rgm@gnu.org>
5880         * calc.texi (Copying): Replace license with GPLv3.
5882         * Relicense all FSF files to GPLv3 or later.
5884 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
5886         Sync with Tramp 2.1.10.
5888         * tramp.texi (trampfn): Expand macro implementation in order to handle
5889         empty arguments.
5890         (trampfnmhl, trampfnuhl, trampfnhl): Remove macros.  Replace all
5891         occurrences by trampfn.
5892         (Frequently Asked Questions): Extend example code for host
5893         identification in the modeline.  Add bbdb to approaches shortening Tramp
5894         file names to be typed.
5896         * trampver.texi: Update release number.
5898 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
5900         * tramp.texi: Move @setfilename ../info/tramp up, outside the header
5901         section.  Reported by <poti@potis.org>.
5902         (Remote processes): Arguments of the program to be debugged are taken
5903         literally.
5904         (Frequently Asked Questions): Simplify recentf example.
5906 2007-07-14  Karl Berry  <karl@gnu.org>
5908         * info.texi (@copying): New Back-Cover Text.
5910         * info.texi (Quitting Info): Move to proper place in source.
5911         (Reported by Benno Schulenberg.)
5913 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
5915         * Makefile.in (../info/emacs-mime): Use --enable-encoding.
5917         * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
5919         * emacs-mime.texi: Add @documentencoding directive.
5921 2007-07-12  Nick Roberts  <nickrob@snap.net.nz>
5923         * tramp.texi (Remote processes): Add an anchor to the subsection
5924         "Running a debugger on a remote host".
5926 2007-07-12  Michael Albinus  <michael.albinus@gmx.de>
5928         * tramp.texi (Remote processes): Don't call it "experimental" any
5929         longer.  Add subsection about running a debugger on a remote host.
5931 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
5933         * org.texi (Properties and columns): Chapter rewritten.
5935 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
5937         * tramp.texi:
5938         * trampver.texi: Migrate to Tramp 2.1.
5940 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
5942         * org.texi (Properties): New chapter.
5944 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
5946         * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
5947         Control Panel.
5949         * gnus.texi (Misc Article): Add index entry for
5950         gnus-single-article-buffer.
5952 2007-06-27  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5954         * gnus.texi (Starting Up): Fix typo.
5956 2007-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5958         * gnus.texi (Asynchronous Fetching): Fix typo.
5960 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
5962         * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
5963         (About This Manual): Remove redundant information.
5964         (Getting Started): Mention author.
5965         (Basic Arithmetic, Customizing Calc): Make description of the
5966         variable `calc-multiplication-has-precedence' match its new effect.
5968 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
5970         * calc.texi (Basic Arithmetic, Customizing Calc):
5971         Mention the variable `calc-multiplication-has-precedence'.
5973 2007-06-19  Carsten Dominik  <dominik@science.uva.nl>
5975         * org.texi (Tag): Section swapped with node Timestamps.
5976         (Formula syntax for Lisp): Document new `L' flag.
5978 2007-06-06  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5980         * gnus.texi (Misc Group Stuff, Summary Buffer)
5981         (Server Commands, Article Keymap): Fix typo.  s/function/command/.
5983 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5985         * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
5986         * gnus.texi (Article Buttons, Mail Source Customization)
5987         (Sending or Not Sending, Customizing NNDiary):
5988         * message.texi (Message Headers):
5989         * mh-e.texi (HTML): Fix typos.
5991 2007-06-07  Michael Albinus  <michael.albinus@gmx.de>
5993         Sync with Tramp 2.0.56.
5995         * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
5996         settings.  Reported by Ted Zlatanov <tzz@lifelogs.com>.
5998 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
6000         * Version 22.1 released.
6002 2007-05-26  Michael Olson  <mwolson@gnu.org>
6004         * erc.texi (Modules): Fix references to completion modules.
6006 2007-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
6008         * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
6010 2007-05-09  Didier Verna  <didier@xemacs.org>
6012         * gnus.texi (Email Based Diary): New.  Proper documentation for the
6013         nndiary back end and the gnus-diary library.
6015 2007-05-03  Karl Berry  <karl@gnu.org>
6017         * .cvsignore (*.pdf): New entry.
6019         * texinfo.tex: Update from current version for better pdf generation.
6021 2007-04-30  Reiner Steib  <Reiner.Steib@gmx.de>
6023         * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
6025 2007-04-28  Glenn Morris  <rgm@gnu.org>
6027         * faq.texi (New in Emacs 22): Restore mention of python.el pending
6028         consideration of legal status.
6030 2007-04-27  J.D. Smith  <jdsmith@as.arizona.edu>
6032         * idlwave.texi: Minor updates for IDLWAVE 6.1.
6034 2007-04-24  Chong Yidong  <cyd@stupidchicken.com>
6036         * faq.texi (New in Emacs 22): python.el removed.
6038 2007-04-23  Jay Belanger  <jay.p.belanger@gmail.com>
6040         * calc.texi (Reporting bugs): Update maintainer's address.
6042 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
6044         * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
6046 2007-04-15  Jay Belanger  <belanger@truman.edu>
6048         * calc.texi (Title page): Remove the date.
6049         (Basic Arithmetic): Emphasize that / binds less strongly than *.
6050         (The Standard Calc Interface): Change trail title.
6051         (Floats): Mention that when non-decimal floats are entered, only
6052         approximations are stored.
6053         (Copying): Move to the appendices.
6054         (GNU Free Documentation License): Add as an appendix.
6056 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
6058         * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
6059         * dired-x.texi, ebrowse.texi, ediff.texi:
6060         * emacs-mime.texi, erc.texi, eshell.texi:
6061         * eudc.texi, flymake.texi, forms.texi, gnus.texi:
6062         * idlwave.texi, message.texi, newsticker.texi, org.texi:
6063         * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
6064         * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
6065         * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
6066         * woman.texi: Include GFDL.
6068         * doclicense.texi: Remove node heading, so that it can be included by
6069         other files.
6071         * dired-x.texi: Relicence under GFDL.  Remove date from title page.
6073         * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
6074         than *.
6076 2007-04-14  Carsten Dominik  <dominik@science.uva.nl>
6078         * org.texi (Formula syntax for Calc): Emphasize the operator precedence
6079         in Calc.
6081 2007-04-09  Romain Francoise  <romain@orebokech.com>
6083         * faq.texi (New in Emacs 22): Mention improvements to the Windows and
6084         Mac OS ports.  Make it clear that mouse-1 complements and doesn't
6085         replace mouse-2.
6087 2007-04-08  Chong Yidong  <cyd@stupidchicken.com>
6089         * woman.texi (Word at point, Interface Options): woman-topic-at-point
6090         renamed to woman-use-topic-at-point.  Document new behavior.
6092 2007-04-08  Richard Stallman  <rms@gnu.org>
6094         * url.texi: Fix some indexing.
6095         (Disk Caching): Drop discussion of old/other Emacs versions.
6097 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
6099         * url.texi (Disk Caching): Say Emacs 21 "and later".
6101         * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
6102         on Font locking which now mentions JIT lock.
6104 2007-04-01  Michael Olson  <mwolson@gnu.org>
6106         * erc.texi: Update for the ERC 5.2 release.
6108 2007-03-31  David Kastrup  <dak@gnu.org>
6110         * woman.texi (Topic, Interface Options): Explain changes semantics of
6111         woman-manpath in order to consider MANPATH_MAP entries.
6113 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
6115         * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
6117 2007-03-26  Richard Stallman  <rms@gnu.org>
6119         * pgg.texi (Caching passphrase): Clean up previous change.
6121 2007-03-25  Thien-Thi Nguyen  <ttn@gnu.org>
6123         * gnus.texi (Setting Process Marks): Fix typo.
6125 2007-03-25  Romain Francoise  <romain@orebokech.com>
6127         * faq.texi (New in Emacs 22): Reorganize using an itemized list for
6128         readability, and include various fixes by Daniel Brockman, Nick Roberts
6129         and Dieter Wilhelm.
6131 2007-03-24  Thien-Thi Nguyen  <ttn@gnu.org>
6133         * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
6135         * gnus.texi (Mail Source Specifiers): Fix typo.
6137 2007-03-22  Ralf Angeli  <angeli@caeruleus.net>
6139         * reftex.texi (Imprint): Update maintainer information.
6141 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6143         * message.texi (Message Buffers): Update documentation for
6144         message-generate-new-buffers.
6146 2007-03-15  Daiki Ueno  <ueno@unixuser.org>
6148         * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
6150 2007-03-21  Glenn Morris  <rgm@gnu.org>
6152         * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
6154 2007-03-19  Chong Yidong  <cyd@stupidchicken.com>
6156         * eshell.texi (Known problems): Emacs 21 -> 22.
6158         * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
6160 2007-03-18  Jay Belanger  <belanger@truman.edu>
6162         * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
6164 2007-03-12  Glenn Morris  <rgm@gnu.org>
6166         * calc.texi (Time Zones): Switch to new North America DST rule.
6168         * calc.texi: Replace "daylight savings" with "daylight
6169         saving" in text throughout.
6171 2007-03-11  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6173         * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
6174         The variable now uses a list of symbols instead of just a symbol.
6175         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
6177 2007-03-06  Romain Francoise  <romain@orebokech.com>
6179         * faq.texi (New in Emacs 22): Don't say "now" too much.  Add MH-E to
6180         new packages, and mention Gnus update.
6182 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6184         * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
6185         nntp-open-connection-functions-never-echo-commands.
6187 2007-02-27  Chong Yidong  <cyd@stupidchicken.com>
6189         * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
6190         problems on the console, and security risk in not using gpg-agent.
6192 2007-02-25  Carsten Dominik  <dominik@science.uva.nl>
6194         * org.texi (The spreadsheet): Rename from "Table calculations".
6195         Completely reorganized and rewritten.
6196         (CamelCase links): Section removed.
6197         (Repeating items): New section.
6198         (Tracking TODO state changes): New section.
6199         (Agenda views): Chapter reorganized and rewritten.
6200         (HTML export): Section rewritten.
6201         (Tables in arbitrary syntax): New section.
6202         (Summary): Better feature summary.
6203         (Activation): Document problem with cut-and-paste of Lisp code
6204         from PDF files.
6205         (Visibility cycling): Document indirect buffer use.
6206         (Structure editing): Document sorting.
6207         (Remember): Section rewritten.
6208         (Time stamps): Better description of time stamp types.
6209         (Tag searches): Document regular expression search for tags.
6210         (Stuck projects): New section.
6211         (In-buffer settings): New keywords.
6212         (History and Acknowledgments): Updated description.
6214 2007-02-24  Alan Mackenzie  <acm@muc.de>
6216         * cc-mode.texi (Movement Commands): Insert two missing command names.
6217         (Getting Started): Slight wording correction (use conditional).
6219 2007-02-22  Kim F. Storm  <storm@cua.dk>
6221         * widget.texi (User Interface, Basic Types): Document need to put some
6222         text before the %v escape in :format string in editable-field widget.
6224 2007-02-18  Romain Francoise  <romain@orebokech.com>
6226         * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
6227         `cvs-mode-quit'.
6229 2007-02-10  Markus Triska  <markus.triska@gmx.at>
6231         * widget.texi (Programming Example): Put constant strings in :format.
6233 2007-02-07  Juanma Barranquero  <lekktu@gmail.com>
6235         * faq.texi (Fullscreen mode on MS-Windows): New node.
6237 2007-02-04  David Kastrup  <dak@gnu.org>
6239         * faq.texi (AUCTeX): Update version number.  Should probably be done
6240         for other packages as well.
6242 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6244         * gnus.texi (Batching Agents): Fix example.  Reported by Tassilo Horn
6245         <tassilo@member.fsf.org>.
6247 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
6249         * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
6250         ls-lisp-use-localized-time-format.
6252 2007-01-20  Markus Triska  <markus.triska@gmx.at>
6254         * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
6256 2007-01-13  Michael Olson  <mwolson@gnu.org>
6258         * erc.texi (Modules): Mention capab-identify module.
6260 2007-01-05  Michael Olson  <mwolson@gnu.org>
6262         * erc.texi (Getting Started): Update for /RECONNECT command.
6264 2007-01-04  Richard Stallman  <rms@gnu.org>
6266         * ebrowse.texi: Change C-c b to C-c C-m.
6268 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6270         * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
6271         variables only in info to avoid redundant entries in the printed
6272         manual.
6274 2007-01-02  Daiki Ueno  <ueno@unixuser.org>
6276         * message.texi (Using PGP/MIME): Document gpg-agent usage.
6278 2007-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
6280         * message.texi (Security): Split into sub-nodes.
6282 2007-01-01  Alan Mackenzie  <acm@muc.de>
6284         * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
6285         eval-after-load in Emacs <=21 and a workaround.  Document that
6286         trigraphs are not supported.
6288 2007-01-01  Alan Mackenzie  <acm@muc.de>
6290         * cc-mode.texi ("Filling and Breaking"): Amend the doc for
6291         c-context-line-break.  When invoked within a string, preserve
6292         whitespace.  Add a backslash only when also in a macro.
6294 2007-01-01  Alan Mackenzie  <acm@muc.de>
6296         * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
6298 2007-01-01  Alan Mackenzie  <acm@muc.de>
6300         * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
6301         are now bound by default to c-\(beginning\|end\)-of-defun by default.
6303 2007-01-01  Alan Mackenzie  <acm@muc.de>
6305         * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
6306         "Choosing a Style".
6308         * cc-mode.texi ("Styles"): Add @dfn{style}.
6310 2006-12-30  Michael Albinus  <michael.albinus@gmx.de>
6312         Sync with Tramp 2.0.55.
6314         * trampver.texi: Update release number.
6316 2006-12-29  Reiner Steib  <Reiner.Steib@gmx.de>
6318         * gnus.texi (Customizing Articles): Add index entries for all
6319         gnus-treat-* variables.
6321 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
6323         * gnus.texi (IMAP): Fix incorrect explanation of
6324         nnimap-search-uids-not-since-is-evil in documentation for
6325         nnimap-expunge-search-string.
6327 2006-12-27  Reiner Steib  <Reiner.Steib@gmx.de>
6329         * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
6330         spam-ifile-database.
6332 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6334         * gnus.texi (Spam Package Configuration Examples): Don't encourage to
6335         rebind C-s.
6337 2006-12-26  Jouni K. Seppänen  <jks@iki.fi>
6339         * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
6340         (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
6341         "expiring mail".
6342         (IMAP): Document nnimap-search-uids-not-since-is-evil and
6343         nnimap-nov-is-evil.
6345 2006-12-25  Kevin Ryde  <user42@zip.com.au>
6347         * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
6348         about the key procedure being used heavily.
6350 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
6352         * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
6353         to t.
6354         (Prerequisites): Add explanation about gpg-agent.
6356 2006-12-22  Kevin Ryde  <user42@zip.com.au>
6358         * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
6359         "sort" instead of "sort*".
6361 2006-12-19  Richard Stallman  <rms@gnu.org>
6363         * calc.texi (History and Acknowledgements): Recognize that Emacs
6364         now does have floating point.
6366 2006-12-19  Michael Albinus  <michael.albinus@gmx.de>
6368         * tramp.texi (External transfer methods): Describe new method `scpc'.
6370 2006-12-17  Sascha Wilde  <wilde@sha-bang.de>
6372         * pgg.texi: Added short note on gpg-agent to the introduction.
6374 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6376         * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
6377         also applies to Cc.
6379 2006-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6381         * gnus.texi (X-Face): Clarify.  Say which programs are required
6382         on Windows.
6384 2006-12-08  Michael Olson  <mwolson@gnu.org>
6386         * erc.texi (Modules): Remove documentation for list module.
6388 2006-12-05  Michaël Cadilhac  <michael.cadilhac@lrde.org>
6390         * faq.texi (^M in the shell buffer): Ditto.
6392 2006-11-20  Michael Olson  <mwolson@gnu.org>
6394         * erc.texi: Call this the 5.2 stable pre-release of ERC.
6396 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
6398         * org.texi: Fix typos.
6399         (Agenda commands): Document `C-k'.
6401 2006-11-16  Eli Zaretskii  <eliz@gnu.org>
6403         * url.texi (http/https): Fix a typo in the HTTP URL.
6405 2006-11-14  Stephen Leake  <stephen_leake@stephe-leake.org>
6407         * ada-mode.texi: Total rewrite.
6409 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
6411         * org.texi: Minor typo fixes.
6413 2006-11-13  Bill Wohler  <wohler@newt.com>
6415         Release MH-E manual version 8.0.3.
6417         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6418         release 8.0.3.
6420         * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
6421         to set MAILDIR.
6422         (Reading Mail): Document the customization of read-mail-command
6423         for MH-E.
6424         (Viewing Attachments): Document mm-discouraged-alternatives.
6425         (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
6426         (Junk): Add more information about the settings of mh-junk-background
6427         in a program.  Add /usr/bin/mh to PATH in examples.
6429 2006-11-12  Richard Stallman  <rms@gnu.org>
6431         * woman.texi: Update author address but say he no longer maintains it.
6433 2006-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
6435         * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
6436         archived trees.
6437         (Checkboxes): Section moved to chapter 5, and extended.
6438         (The date/time prompt): New section.
6439         (Link abbreviations): New section.
6440         (Presentation and sorting): New section.
6441         (Custom agenda views): Section completely rewritten.
6442         (Summary): Compare with Planner.
6443         (Feedback): More info about creating backtraces.
6444         (Plain lists): Modified example.
6445         (Breaking down tasks): New section.
6446         (Custom time format): New section.
6447         (Time stamps): Document inactive timestamps.
6448         (Setting tags): More details about fast tag selection.
6449         (Block agenda): New section.
6450         (Custom agenda views): Section rewritten.
6451         (Block agenda): New section.
6453 2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
6455         * tramp.texi (Configuration): scp is the default method.
6456         (Default Method): Use ssh as example for another method.
6458 2006-10-27  Richard Stallman  <rms@gnu.org>
6460         * woman.texi: Downcase nroff/troff/roff.
6461         (Installation): Chapter deleted.  Some xrefs deleted.
6462         (Background): woman doesn't advise man ;-).
6464 2006-10-26  Roberto Rodríguez  <lanubeblanca@googlemail.com>  (tiny change)
6466         * ada-mode.texi (Project files, Identifier completion)
6467         (Automatic Casing, Debugging, Using non-standard file names)
6468         (Working Remotely): Fix typos.
6470 2006-10-20  Masatake YAMATO  <jet@gyve.org>
6472         * cc-mode.texi (Sample .emacs File): Add missing `)' in
6473         sample code `my-c-initialization-hook'.
6475 2006-10-19  Stuart D. Herring  <herring@lanl.gov>
6477         * widget.texi: Fix typos.
6479 2006-10-19  Michael Albinus  <michael.albinus@gmx.de>
6481         * tramp.texi (Frequently Asked Questions): Remove questions marked with
6482         "???".  There have been no complaints for years, so the information
6483         must be appropriate.
6485 2006-10-16  Richard Stallman  <rms@gnu.org>
6487         * widget.texi: Use @var instead of capitalization.
6488         Clarify many widget type descriptions.
6490 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6492         * gnus.texi (Other modes): Fix typo.  Add alternative index entry for
6493         gnus-dired-attach.
6494         (Selecting a Group): Fix typo.
6496 2006-10-12  Roberto Rodríguez  <lanubeblanca@googlemail.com>  (tiny change)
6498         * widget.texi: Fix typos.
6500 2006-10-06  Reiner Steib  <Reiner.Steib@gmx.de>
6502         * gnus.texi (Image Enhancements): Update for Emacs 22.
6504         * gnus-faq.texi ([1.3]): Update.
6506 2006-10-06  Richard Stallman  <rms@gnu.org>
6508         * faq.texi (Displaying the current line or column):
6509         Delete "As of Emacs 20".
6511 2006-10-06  Romain Francoise  <romain@orebokech.com>
6513         * faq.texi (VM): VM works with Emacs 22 too.
6515 2006-10-06  Richard Stallman  <rms@gnu.org>
6517         * ebrowse.texi: Remove Emacs version "21" from title.
6519 2006-10-02  Reiner Steib  <Reiner.Steib@gmx.de>
6521         * gnus.texi (Foreign Groups): Say where change of editing commands are
6522         stored.  Add reference to `gnus-parameters'.
6524 2006-09-15  Jay Belanger  <belanger@truman.edu>
6526         * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
6527         Change "Library Public License" to "Lesser Public License"
6528         throughout.  Use "yyyy" to represent year.
6530 2006-09-15  Carsten Dominik  <dominik@science.uva.nl>
6532         * org.texi (Setting tags): Typo fix.
6534 2006-09-14  Reiner Steib  <Reiner.Steib@gmx.de>
6536         * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
6538 2006-09-12  Reiner Steib  <Reiner.Steib@gmx.de>
6540         * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
6542 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
6544         * faq.texi (Escape sequences in shell output): EMACS is now set
6545         to Emacs's absolute file name, not to "t".
6546         (^M in the shell buffer): Likewise.
6547         * misc.texi (Interactive Shell): Likewise.
6549 2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
6551         * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
6552         mails with pop3-leave-mail-on-server.  Fix wording.
6553         (Limiting): Improve gnus-summary-limit-to-articles.
6554         (X-Face): Fix typo.
6556 2006-09-11  Simon Josefsson  <jas@extundo.com>
6558         * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
6559         suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
6561 2006-09-06  Simon Josefsson  <jas@extundo.com>
6563         * smtpmail.texi (Authentication): Mention SSL.
6565 2006-09-01  Eli Zaretskii  <eliz@gnu.org>
6567         * rcirc.texi (Internet Relay Chat, Useful IRC commands):
6568         Don't use @indicateurl.
6570         * cc-mode.texi (Subword Movement): Don't use @headitem.
6571         (Custom Braces, Clean-ups): Don't use @tie.
6573 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
6575         Sync with Tramp 2.0.54.
6577         * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
6578         Suggested by Adrian Phillips <a.phillips@met.no>.
6580 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
6582         * org.texi (Installation, Activation): Split from Installation and
6583         Activation.
6584         (Clocking work time): Documented new features.
6586 2006-08-13  Alex Schroeder  <alex@gnu.org>
6588         * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
6589         example.
6591 2006-08-12  Eli Zaretskii  <eliz@gnu.org>
6593         * faq.texi (How to add fonts): New node.
6595 2006-08-05  Romain Francoise  <romain@orebokech.com>
6597         * faq.texi (New in Emacs 22): Expand.
6599 2006-08-03  Michael Olson  <mwolson@gnu.org>
6601         * erc.texi: Update for ERC 5.1.4.
6603 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6605         * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
6606         in .../site-lisp/gnus/ by default.
6607         [ From gnus-news.texi in the trunk. ]
6609 2006-07-27  Reiner Steib  <Reiner.Steib@gmx.de>
6611         * gnus.texi (MIME Commands): Additions for yEnc.
6613 2006-07-24  Richard Stallman  <rms@gnu.org>
6615         * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
6616         * faq.texi: Move periods and commas inside quotes.
6618 2006-07-20  Jay Belanger  <belanger@truman.edu>
6620         * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
6622 2006-07-18  Chong Yidong  <cyd@stupidchicken.com>
6624         * faq.texi (Security risks with Emacs): Document Emacs 22
6625         file-local-variable mechanism.
6627 2006-07-12  Michael Olson  <mwolson@gnu.org>
6629         * erc.texi: Update for ERC 5.1.3.
6631 2006-07-12  Alex Schroeder  <alex@gnu.org>
6633         * rcirc.texi: Fix typos.
6634         (Getting started with rcirc): New calling convention for M-x irc.
6635         Mention #rcirc.  Removed channel tracking.
6636         (Configuration): Change the names of all variables that got changed
6637         recently, eg. rcirc-server to rcirc-default-server.  Added
6638         documentation for rcirc-authinfo, some background for Bitlbee, and
6639         rcirc-track-minor-mode.
6640         (Scrolling conservatively): Fix the xref from Auto Scrolling to just
6641         Scrolling.
6642         (Reconnecting after you have lost the connection): Fix example code
6643         to match code changes.
6645 2006-07-10  Nick Roberts  <nickrob@snap.net.nz>
6647         * gnus.texi, message.texi: Fix typos.
6649 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
6651         * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
6652         commands.
6653         (Global TODO list): Document the use of the variables
6654         `org-agenda-todo-ignore-scheduled' and
6655         `org-agenda-todo-list-sublevels'.
6657 2006-07-05  Richard Stallman  <rms@gnu.org>
6659         * faq.texi (Scrolling only one line): Fix xref.
6661 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
6663         * faq.texi (Evaluating Emacs Lisp code):
6664         Throughout, replace eval-current-buffer with eval-buffer.
6666 2006-07-03  Richard Stallman  <rms@gnu.org>
6668         * rcirc.texi (Scrolling conservatively): Fix xref.
6670         * pcl-cvs.texi (Viewing differences): Usage fix.
6672 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
6674         * org.texi (Agenda commands): Document `s' key to save all org-mode
6675         buffers.
6677 2006-06-30  Ralf Angeli  <angeli@caeruleus.net>
6679         * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
6680         names.  Mention `cvs-msg' face.
6682 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
6684         * org.texi (Checkboxes): New section.
6686 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
6688         * org.texi (Embedded LaTeX): Fix typos and implement small improvements
6689         throughout this chapter.
6691 2006-06-27  Chong Yidong  <cyd@stupidchicken.com>
6693         * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
6694         text for standalone vs Emacs info.
6695         (Help): Clarify header line description.  Use mouse-1 for clicks.
6696         (Help-P): Use mouse-1 for clicks.
6697         (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
6698         (Help-^L, Help-M, Help-Int, Search Index, Go to node)
6699         (Choose menu subtopic): Remove gratuitous Emacs command names.
6700         (Help-FOO): Put usual behavior first.
6701         (Help-Xref): Clicking on xrefs works in Emacs.
6702         (Search Text): Clarify what the default behavior is.
6703         (Create Info buffer): Fix Emacs window/X window confusion.
6704         (Emacs Info Variables): Fix for new Emacs init file behavior.
6706 2006-06-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6708         * gnus.texi (Summary Buffer Lines): Fix typo.
6710 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
6712         * org.texi (Embedded LaTeX): New chapter.
6713         (Archiving): Section rewritten.
6714         (Enhancing text): Some parts moved to the new chapter about LaTeX.
6716 2006-06-20  Bill Wohler  <wohler@newt.com>
6718         Release MH-E manual version 8.0.1.
6720         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6721         release 8.0.1.
6722         (Preface): Depend on GNU mailutils 1.0 and higher.
6724 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6726         * message.texi (News Headers): Update message-syntax-checks section.
6728 2006-06-19  Karl Berry  <karl@gnu.org>
6730         * info.texi (Advanced): Mention C-q, especially with ?.
6732 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
6734         * org.texi (Publishing links): Document the `:link-validation-function'
6735         property.
6736         (Extensions and Hacking): New chapter, includes some sections of the
6737         "Miscellaneous" chapter.
6739 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
6741         * org.texi (Progress logging): New section.
6743 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
6745         * org.texi (ASCII export): Document indentation adaptation.
6746         (Setting tags): Document mutually-exclusive tags.
6748 2006-06-05  Romain Francoise  <romain@orebokech.com>
6750         * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
6751         Fix typo.
6753         * gnus-faq.texi (Question 8.6): Update reference to the Gnus
6754         channel (#gnus@irc.freenode.net).
6755         Fix typos.  Update copyright notice.
6757         * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
6758         (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
6759         (Line-Up Functions, Custom Macros):
6760         * ediff.texi (Window and Frame Configuration)
6761         (Highlighting Difference Regions):
6762         * emacs-mime.texi (Display Customization):
6763         * erc.texi (History):
6764         * eshell.texi (Known problems):
6765         * eudc.texi (Overview, BBDB):
6766         * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
6767         (The problem of spam, SpamOracle, Extending the Spam package)
6768         (Conformity, Terminology):
6769         * idlwave.texi (Routine Info)
6770         (Class and Keyword Inheritance, Padding Operators)
6771         (Breakpoints and Stepping, Electric Debug Mode)
6772         (Examining Variables, Troubleshooting):
6773         * org.texi (Creating timestamps):
6774         * reftex.texi (Commands, Options, Changes):
6775         * tramp.texi (Inline methods, Password caching)
6776         (Auto-save and Backup, Issues):
6777         * vip.texi (Files, Commands in Insert Mode):
6778         * viper.texi (Emacs Preliminaries, States in Viper)
6779         (Packages that Change Keymaps, Viper Specials, Groundwork):
6780         Fix various typos.
6782 2006-05-31  Michael Ernst  <mernst@alum.mit.edu>
6784         * ediff.texi: Fix typos.
6786 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
6788         * org.texi: Small typo fixes.
6790 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6792         * viper.texi (Viper Specials):
6793         * gnus.texi (Example Setup):
6794         * faq.texi (Backspace invokes help):
6795         * dired-x.texi (Optional Installation Dired Jump):
6796         * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
6797         follow coding conventions.
6799 2006-05-29  Michael Albinus  <michael.albinus@gmx.de>
6801         * tramp.texi (Frequently Asked Questions): Disable zsh zle.
6803 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
6805         * pcl-cvs.texi: Fix typos.
6806         (Customization): Say "us".
6808 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
6810         * org.texi: Remove bogus @setfilename.
6812 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
6814         * org.texi (ASCII export): Omit command name.
6815         (HTML export): Add prefix to all lines in Local Variable example.
6816         (Acknowledgments): Typeset names in italics.
6818 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
6820         * org.texi (Plain lists): Add new item navigation commands.
6821         (External links): Document elisp and info links.
6822         (Custom searches): New section.
6823         (Publishing): New chapter.
6824         (HTML export): Include a list of supported CSS classes.
6825         (Setting tags): Describe the fast-tag-setting interface.
6827 2006-05-20  Luc Teirlinck  <teirllm@auburn.edu>
6829         * dired-x.texi: ifinfo -> ifnottex.
6831 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
6833         * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
6835 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
6837         * message.texi (Interface): Add tool bar customization.
6838         (MIME): Index and text additions for mml-attach.
6839         (MIME): Describe mml-dnd-protocol-alist and
6840         mml-dnd-attach-options.
6842         * gnus.texi (Oort Gnus): Reorder entries in sections.
6843         Fix some entries.
6844         (Starting Up): Add references to "Emacs for Heathens" and to
6845         "Finding the News".  Add user-full-name and user-mail-address.
6846         (Group Buffer Format): Add tool bar customization and update.
6847         (Summary Buffer): Add tool bar customization.
6848         (Posting Styles): Add message-alternative-emails.
6850 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
6852         * tramp.texi (Filename completion): Improve wording.
6854 2006-05-07  Romain Francoise  <romain@orebokech.com>
6856         * faq.texi (Using regular expressions): Fix typo.
6857         (Packages that do not come with Emacs): Fix capitalization.
6858         (Replacing text across multiple files): Expand node to explain how
6859         to use `dired-do-query-replace-regexp' in more detail, based on
6860         suggestion by Eric Hanchrow <offby1@blarg.net>.
6862 2006-05-06  Michael Albinus  <michael.albinus@gmx.de>
6864         * tramp.texi (Filename completion): Completion of remote files'
6865         method, user name and host name is active only in partial
6866         completion mode.
6868 2006-05-06  Bill Wohler  <wohler@newt.com>
6870         Release MH-E manual version 8.0.
6872         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6873         release 8.0.
6875 2006-05-06  Bill Wohler  <wohler@newt.com>
6877         * mh-e.texi (MH-BOOK-HOME): Change from
6878         http://www.ics.uci.edu/~mh/book/mh to
6879         http://rand-mh.sourceforge.net/book/mh.
6880         Replace .htm suffix with .html for MH book files.
6881         (Using This Manual): Update key binding for getting relevant
6882         chapter in Info from command key.
6883         (Ranges): Fix itemx.
6885 2006-05-05  Karl Berry  <karl@gnu.org>
6887         * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
6888         (\fonttextsize): New user-level command to change text font size.
6890 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
6892         * pgg.texi (Caching passphrase): Fix markup and typos.  Simplify.
6894 2006-04-26  Sascha Wilde  <wilde@sha-bang.de>  (tiny change)
6896         * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
6898 2006-04-24  Bill Wohler  <wohler@newt.com>
6900         * mh-e.texi (Getting Started): Make it more explicit that you need
6901         to install MH.  Add pointers to current MH implementations.
6903 2006-04-21  Bill Wohler  <wohler@newt.com>
6905         Release MH-E manual version 7.94.
6907         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6908         release 7.94.
6910 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
6912         * org.texi: Many small fixes.
6913         (Handling links): Rename from "Managing links".
6915 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
6917         * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
6918         (Splitting mail using spam-stat): Fix @xref.
6920 2006-04-20  Chong Yidong  <cyd@stupidchicken.com>
6922         * gnus.texi (Spam Package): Major revision of the text.
6923         Previously this node was "Filtering Spam Using The Spam ELisp Package".
6925 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
6927         * org.texi (Time stamps): Better explanation of the purpose of
6928         different time stamps.
6929         (Structure editing, Plain lists): More details on how new items
6930         and headings are inserted.
6932 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
6934         * org.texi (Formula syntax): Fix link to Calc Manual.
6936 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
6938         * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
6940 2006-04-17  Bill Wohler  <wohler@newt.com>
6942         * mh-e.texi (Folders): Update mh-before-quit-hook and
6943         mh-quit-hook example with code that removes the buffers rather
6944         than just bury them.
6946 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
6948         Sync with Tramp 2.0.53.
6950 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
6952         * org.texi (Updating settings): New section.
6953         (Visibility cycling): Better names for the startup folding
6954         options.
6955         (Exporting): Completely restructured.
6956         (The very busy C-c C-c key): New section.
6957         (Summary of in-buffer settings): New section.
6959 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6961         * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
6963 2006-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6965         * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
6966         (Server Commands): Key `v' is reserved for users.
6968 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
6970         * org.texi (Link format): New section, emphasis on bracket links.
6971         (External links): Document bracket links.
6972         (FAQ): Expand to cover shell links and the new link format.
6974 2006-04-09  Kevin Ryde  <user42@zip.com.au>
6976         * org.texi (Formula syntax): Typo in node name of calc-eval xref.
6978 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
6980         * gnus.texi (Summary Buffer Lines): Add `*'.
6982 2006-04-07  Jochen Küpper  <jochen@fhi-berlin.mpg.de>
6984         * gnus.texi (Group Parameters):
6985         Mention gnus-permanently-visible-groups.
6987 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6989         * gnus.texi (Face): Fix typo.
6991 2006-04-05  Reiner Steib  <Reiner.Steib@gmx.de>
6993         * gnus.texi (X-Face): Clarify.
6994         (Face): Need Emacs with PNG support.
6996 2006-04-06  Richard Stallman  <rms@gnu.org>
6998         * idlwave.texi: Delete the blocks "not suitable for inclusion with
6999         Emacs".
7001 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
7003         * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
7004         blocks not suitable for inclusion with Emacs using variable
7005         PARTOFEMACS.
7007 2006-04-04  Simon Josefsson  <jas@extundo.com>
7009         * gnus.texi (Security): Improve.
7011 2006-04-02  Bill Wohler  <wohler@newt.com>
7013         * mh-e.texi (Getting Started, Junk, Bug Reports)
7014         (MH FAQ and Support): Fix URLs.
7016 2006-03-31  Romain Francoise  <romain@orebokech.com>
7018         * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
7019         to t, not nil (and has for the past eight years).
7021 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7023         * message.texi, gnus.texi: Bump version to 5.11.
7025 2006-03-29  Reiner Steib  <Reiner.Steib@gmx.de>
7027         * gnus.texi (Top): Add comment about version line.
7029         * message.texi (Top): Ditto.  Change to take named versions into
7030         account.
7032 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
7034         * gnus.texi (Posting Styles): Add x-face-file to example.
7035         (X-Face): Refer to posting styles.
7037         * gnus-faq.texi ([5.8]): Add x-face-file.
7038         ([8.4]): Add links to gmane.emacs.gnus.user and
7039         gmane.emacs.gnus.general.
7041 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
7043         * gnus-faq.texi: Use .invalid.
7044         ([5.4]): Fix gnus-posting-styles example.
7046 2006-03-27  Romain Francoise  <romain@orebokech.com>
7048         * faq.texi (Emacs/W3): Rename from `w3-mode'.  Mention that
7049         Emacs/W3 needs a new maintainer.
7050         (Ispell): Update author and version info.
7051         (Mailcrypt): Mention PGG.
7052         (New in Emacs 22): Add PGG to the list of new packages.
7053         Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
7054         updating dead URLs.
7056 2006-03-25  Karl Berry  <karl@gnu.org>
7058         * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
7059         * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
7060         * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
7061         * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
7062         * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
7063         * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
7064         * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
7065         (2) do not indent copyright year list (or anything else).
7067 2006-03-21  Bill Wohler  <wohler@newt.com>
7069         * mh-e.texi (Folders): Various edits.
7071 2006-03-20  Romain Francoise  <romain@orebokech.com>
7073         * gnus.texi (Mail Folders): Grammar fix.
7075 2006-03-19  Bill Wohler  <wohler@newt.com>
7077         * mh-e.texi (Replying): Document Mail-Followup-To.
7078         Change manually-formatted table to multitable.  Add debugging info.
7079         Move description of mh-reply-default-reply-to into paragraph
7080         that describes its values.
7082 2006-03-17  Bill Wohler  <wohler@newt.com>
7084         * mh-e.texi: Use smallexample and smalllisp consistently.
7085         (Sending Mail Tour): Update method of entering
7086         addresses and subject.
7087         (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
7088         (Adding Attachments, Searching): Update screenshots for Emacs 22.
7090 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
7092         * org.texi: Version number change only.
7094 2006-03-14  Bill Wohler  <wohler@newt.com>
7096         * mh-e.texi: Add index entries around each paragraph rather than
7097         depend on entries from beginning of node.  Doing so ensures that
7098         index entries are less likely to be forgotten if text is cut and
7099         pasted, and are necessary anyway if the references are on a
7100         separate page.  It seems that makeinfo is now (v. 4.8) only
7101         producing one index entry per node, so there is no longer any
7102         excuse not to.  Use subheading instead of heading.  The incorrect
7103         use of heading produced very large fonts in Info--as large as the
7104         main heading.
7105         (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
7106         versions 6 and 7 appeared *around* the time of these Emacs releases.
7108 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
7110         * org.texi (Clean view): Document new startup options.
7112 2006-03-11  Bill Wohler  <wohler@newt.com>
7114         * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
7115         (Composing, Scan Line Formats): Fix @refs.
7116         (Getting Started): Define MH profile and MH profile components.
7117         (Incorporating Mail, Reading Mail, Viewing, Printing)
7118         (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
7119         (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
7120         for string constants.
7121         (Tool Bar): Remove spurious quote.
7122         (Junk): Use ``...'' instead of "...".
7123         (Scan Line Formats): Replace @samp with @kbd.
7125 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7127         * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
7129 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
7131         * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
7132         easy to understand.
7134 2006-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7136         * gnus.texi: Markup fix.
7137         (Fancy Mail Splitting): Specify new feature.
7139 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7141         * gnus.texi (Fancy Mail Splitting): Improve descriptions about
7142         partial-words matching.
7144 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
7146         * emacs-mime.texi (Display Customization): Reword image/.* stuff.
7148         * gnus.texi (Oort Gnus): Add note about `gnus-load'.
7149         (MIME Commands): Fix mm-discouraged-alternatives.
7151 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
7153         * org.texi: Version number change only.
7155 2006-03-06  Bill Wohler  <wohler@newt.com>
7157         * mh-e.texi: Move from SourceForge repository to Savannah.
7158         This is version 7.93, which is a total rewrite from the previous
7159         edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
7160         version 7.93.
7162 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
7164         * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
7166 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
7168         * org.texi (Interaction): Add item about `org-mouse.el' by
7169         Piotr Zielinski.
7170         (Managing links): Document that also mouse-1 can be used to
7171         activate a link.
7172         (Headlines, FAQ): Add entry about hiding leading stars.
7173         (Miscellaneous): Resort the sections in this chapter to a more
7174         logical sequence.
7176 2006-02-27  Simon Josefsson  <jas@extundo.com>
7178         * emacs-mime.texi (Flowed text): Add mm-fill-flowed.  (Sync
7179         2004-01-27 from the trunk).
7181 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
7183         * cc-mode.texi: Rename c-hungry-backspace to
7184         c-hungry-delete-backwards, at the request of RMS.  Leave the old
7185         name as an alias.
7187 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
7189         * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
7190         include the function header within the defun.
7192 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
7194         * cc-mode.texi: Correct two typos.
7196 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
7198         * cc-mode.texi (Comment Commands): State that C-u M-; kills any
7199         existing comment.
7200         (Electric Keys): Add a justification for electric indentation.
7201         (Hungry WS Deletion): Clear up the names and complications of the
7202         BACKSPACE and DELETE keys.
7204 2006-02-23  Juri Linkov  <juri@jurta.org>
7206         * faq.texi (Common requests): Move `Turning on auto-fill by
7207         default' after `Wrapping words automatically'.  Move `Working with
7208         unprintable characters' before `Searching for/replacing newlines'.
7209         Move `Replacing highlighted text' after `Highlighting a region'.
7210         Merge `Repeating commands' and `Repeating a command as many times
7211         as possible' into the former.
7212         (Packages that do not come with Emacs): Add refs to Gmane and
7213         etc/MORE.STUFF.
7215 2006-02-23  Juri Linkov  <juri@jurta.org>
7217         * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
7218         (Reporting bugs): Suggest using `M-x report-emacs-bug'.
7219         Add xref to `(emacs)Reporting Bugs'.
7220         (Getting a printed manual): Add URL to other formats of the manual.
7221         (Common requests): Fix menu.
7222         (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
7223         (Horizontal scrolling): Mention `truncate-partial-width-windows'.
7224         (Inserting text at the beginning of each line): Add pxref to
7225         `Changing the included text prefix'.
7226         (Forcing the cursor to remain in the same column): Mention `track-eol'
7227         and `set-goal-column'.  Add pxref to `(emacs)Moving Point'.
7228         (Replacing text across multiple files): Add keybinding `Q' for
7229         `dired-do-query-replace'.
7231 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
7233         * reftex.texi: Version number and date change only.
7235         * org.texi (Internal Links): Rewrite to cover the modified
7236         linking system.
7238 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
7240         * faq.texi: Remove the coding cookie, it's not needed anymore.
7242 2006-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7244         * faq.texi (Colors on a TTY): Mention Mac OS port.
7246 2006-02-12  Karl Berry  <karl@gnu.org>
7248         * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
7249         8-bit accented a.
7251 2006-02-09  Reiner Steib  <Reiner.Steib@gmx.de>
7253         * gnus.texi (Gnus Versions): Add history beyond start of Oort.
7255 2006-02-08  Romain Francoise  <romain@orebokech.com>
7257         * faq.texi (Top): Remove paragraph about the FAQ being a
7258         transitional document, etc.
7259         (Searching for/replacing newlines): New node.
7260         (Yanking text in isearch): New node.
7261         (Inserting text at the beginning of each line): Rename and make
7262         more general, mention `M-;' in Message mode.
7264 2006-02-07  Luc Teirlinck  <teirllm@auburn.edu>
7266         * faq.texi (Meta key does not work in xterm)
7267         (Emacs does not display 8-bit characters)
7268         (Inputting eight-bit characters): Update xrefs.
7270 2006-02-06  Romain Francoise  <romain@orebokech.com>
7272         * faq.texi (VM): VM now at version 7.19.
7273         Set myself as maintainer of this file.
7275 2006-02-04  Michael Olson  <mwolson@gnu.org>
7277         * erc.texi (History): Note that ERC is now included with Emacs.
7279 2006-01-31  Romain Francoise  <romain@orebokech.com>
7281         * message.texi (Message Headers): Explain what
7282         `message-alternative-emails' does in more detail.
7283         Update copyright year.
7285 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
7287         * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
7289 2006-01-29  Richard M. Stallman  <rms@gnu.org>
7291         * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
7293 2006-01-29  Michael Olson  <mwolson@gnu.org>
7295         * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
7297         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
7299         * faq.texi (New in Emacs 22): Mention ERC.
7301 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
7303         * rcirc.texi: Capitalize dir entry for consistency with the entry
7304         in info/dir and other entries in the Emacs category.
7305         Fix typos.  Delete trailing whitespace.
7307 2006-01-28  Björn Lindström  <bkhl@elektrubadur.se>
7309         * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
7311 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
7313         * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
7314         (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7316         * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
7317         (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7319 2006-01-27  Alex Schroeder  <alex@gnu.org>
7321         * rcirc.texi: New file.
7323 2006-01-23  Juri Linkov  <juri@jurta.org>
7325         * widget.texi (User Interface): Add S-TAB for widget-backward.
7327 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
7329         Sync with Tramp 2.0.52.
7331         * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
7332         Add Tramp disabling item.  New item for common connection problems.
7333         (various): Apply "ftp" as method for the download URL.
7334         (Bug Reports): Refer to FAQ for common problems.
7336 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
7338         * widget.texi (User Interface): Use @key for TAB.
7340         * ses.texi (Formulas, Printer functions): Use @key for TAB.
7342         * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
7343         for TAB.
7345         * cc-mode.texi (Indentation Calculation): Use @key for TAB.
7347 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7349         * gnus.texi: Update copyright.
7351 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7353         * gnus.texi (Article Washing): Additions.
7355 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
7357         * org.texi (Agenda commands): Document tags command.
7359 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7361         * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
7363 2006-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7365         * gnus.texi (RSS): Addition.
7367 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7369         * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
7371 2005-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7373         * emacs-mime.texi (Display Customization): Add setting example to
7374         mm-discouraged-alternatives.
7376 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7378         * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
7379         version is the canonical version.
7381 2006-01-08  Alex Schroeder  <alex@gnu.org>
7383         * pgg.texi (Caching passphrase): Rewording.
7385 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
7387         * flymake.texi (Obtaining Flymake): Update Flymake's CVS
7388         repository URL.
7390 2006-01-06  Carsten Dominik  <dominik@science.uva.nl>
7392         * org.texi: Removed the accidentally re-added empty line in the
7393         direntry.
7395 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
7397         * org.texi (Agenda Views): Chapter reorganized.
7399 2005-12-29  Romain Francoise  <romain@orebokech.com>
7401         * faq.texi (Using Customize): New node.
7403 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
7405         * org.texi: Remove blank line in @direntry.  It is non-standard
7406         and recursively produces blank lines all over the dir file (when
7407         using Texinfo 4.8).
7409 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
7411         * widget.texi (atoms): Delete obsolete remark about `file' widget.
7413 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
7415         * org.texi (Tags): Boolean logic documented.
7416         (Agenda Views): Document custom commands.
7418 2005-12-20  David Kastrup  <dak@gnu.org>
7420         * faq.texi (AUCTeX): Update version and mailing list info.
7422 2005-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7424         * gnus.texi (MIME Commands): Mention addition of
7425         multipart/alternative to gnus-buttonized-mime-types and add xref
7426         to mm-discouraged-alternatives.
7428         * emacs-mime.texi (Display Customization): Mention addition of
7429         "image/.*" and add xref to gnus-buttonized-mime-types in the
7430         mm-discouraged-alternatives section.
7432 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
7434         * org.texi (Tags): New section.
7435         (Agenda Views): Chapter reorganized.
7437 2005-12-16  Eli Zaretskii  <eliz@gnu.org>
7439         * org.texi (Internal Links): Add a missing comma after an @xref.
7441 2005-12-14  Chong Yidong  <cyd@stupidchicken.com>
7443         * faq.texi (Filling paragraphs with a single space): No need to
7444         change sentence-end now.
7446 2005-12-13  Romain Francoise  <romain@orebokech.com>
7448         * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
7450 2005-12-12  Jay Belanger  <belanger@truman.edu>
7452         * faq.texi (Calc): Update version number.
7454 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
7456         * org.texi (Progress Logging): New section.
7458 2005-12-10  Romain Francoise  <romain@orebokech.com>
7460         Update the Emacs FAQ for the 22.1 release.
7462         * faq.texi: Set VER to `22.1'.
7463         (Basic editing): Explain how to use localized versions of the
7464         Tutorial.  Mention that `C-h r' displays the manual.
7465         Delete obsolete WWW link to an Emacs 18 tutorial.
7466         (Getting a printed manual): Point to the new locations of the
7467         manuals on the GNU Web site.
7468         (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
7469         available via Info (it was previously distributed separately).
7470         (Installing Texinfo documentation): The latest version of Texinfo
7471         is 4.8, not 4.0.
7472         (Informational files for Emacs): COPYING is the GNU General Public
7473         License, not the Emacs General Public License.
7474         (Informational files for Emacs): Delete obsolete link to the
7475         GNUinfo pages as they have been removed from the GNU Web site.
7476         (New in Emacs 22): New node.
7477         (Setting up a customization file): Say that most packages support
7478         Customize nowadays.
7479         (Colors on a TTY): Delete reference to instructions on how to
7480         enable syntax highlighting, it is now enabled by default.
7481         (Turning on abbrevs by default): Emacs now reads the abbrevs file
7482         at startup automatically.
7483         (Controlling case sensitivity): Mention `M-c' in isearch.
7484         (Using an already running Emacs process): Emacs now creates the
7485         socket in `/tmp/emacsUID'.  Fix typos.  Change default location of
7486         gnuserv.  As emacsclient can now run Lisp code as well, delete a
7487         sentence praising gnuserv for that.  Simplify description of how
7488         the client/server operation works.
7489         (Compiler error messages): Delete obsolete text (compile.el has
7490         been rewritten).
7491         (Indenting switch statements): Fix typo.
7492         (Matching parentheses): Simplify setup instructions, mention the
7493         menu bar item in the Options menu.
7494         (Repeating a command as many times as possible): Mention `C-x e'.
7495         (Going to a line by number): Mention new keymap and bindings
7496         `M-g M-g', `M-g M-p' and `M-g M-n'.
7497         (Turning on syntax highlighting): Now on by default.  Simplify.
7498         (Replacing highlighted text): Use `1', not `t'.
7499         (Problems with very large files): The maximum size is now 256MB on
7500         32-bit machines.
7501         (^M in the shell buffer): Mention `comint-process-echoes'.
7502         (Emacs for Apple computers): Emacs 22 has native support for Mac
7503         OS X.
7504         (Translating names to IP addresses): Delete node.
7505         (Binding keys to commands): Fix typo.
7506         (SPC no longer completes file names): New node.
7507         (MIME with Emacs mail packages): Delete section about the Emacs
7508         MIME FAQ (it's not reachable anymore).
7510 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
7512         * cc-mode.texi: The manual has been extensively revised: the
7513         information about using CC Mode has been separated from the larger
7514         and more difficult chapters about configuration.  It has been
7515         updated for CC Mode 5.31.
7517 2005-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7519         * pgg.texi (User Commands): Fix description of pgg-verify-region.
7520         (Selecting an implementation): Fix descriptions.
7522 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7524         * message.texi (Various Message Variables): Addition.
7526 2005-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7528         * message.texi: Fix default values.
7530 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7532         * message.texi (Header Commands): Clarify descriptions of
7533         message-cross-post-followup-to, message-reduce-to-to-cc, and
7534         message-insert-wide-reply.
7535         (Various Commands): Fix kindex for message-kill-to-signature;
7536         clarify description of message-tab.
7538 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7540         * message.texi (Mailing Lists): Fix description about MFT.
7542         * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
7544 2005-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7546         * gnus.texi (Slow Terminal Connection): Replace old description
7547         with new one.
7549 2005-11-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7551         * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
7552         replace X-Draft-Headers with X-Draft-From.
7554 2005-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7556         * gnus.texi (Various Various): Fix the default value of
7557         nnheader-max-head-length.
7558         (Gnus Versions): Fix typo.
7560 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
7562         * org.texi (Structure editing): Document new functionality of
7563         M-RET.
7565 2005-12-06  Luc Teirlinck  <teirllm@auburn.edu>
7567         * org.texi (Internal Links): Fix Texinfo usage.
7569 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
7571         * org.texi (TODO basics): Document the global todo list.
7572         (TODO items): Documents sparse tree for specific TODO
7573         keywords.
7575 2005-11-30  Carsten Dominik  <dominik@science.uva.nl>
7577         * org.texi (Plain Lists): Typos fixed.
7579 2005-11-28  Jay Belanger  <belanger@truman.edu>
7581         * calc.texi: Change references of `M-#' to `C-x *' prefix.
7583 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
7585         * org.texi (Structure editing): New item moving commands added.
7586         (Plain Lists): New section.
7588 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
7590         * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
7591         (Agenda): Document commands `org-cycle-agenda-files' and
7592         `org-agenda-file-to-front'.
7593         (Built-in table editor): Document `org-table-sort-lines'.
7594         (HTML formatting): Export of hand-formatted lists.
7596 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7598         * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
7599         new variable gnus-toolbar-thickness.
7601 2005-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7603         * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
7605 2005-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7607         * gnus.texi (X-Face): Fix description.
7608         (XVarious): Remove gnus-xmas-logo-color-alist and
7609         gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
7611 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7613         * gnus.texi (Group Parameters): Mention new variable
7614         gnus-parameters-case-fold-search.
7615         (Home Score File): Addition.
7617 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
7619         * newsticker.texi: VERSION changed to 1.9.  Updated UPDATED.
7620         (Overview): List supported feed types.
7621         (Installation): No installation necessary when using autoload.
7622         (Configuration): Rename "RSS" to "news".
7624 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
7626         * pgg.texi (User Commands): Document additional passphrase
7627         argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
7628         (Backend methods): Likewise for corresponding pgg-scheme-* functions.
7630 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
7632         * org.texi: Version number changed to 3.19.
7634 2005-10-29  Sascha Wilde  <wilde@sha-bang.de>
7636         * pgg.texi (How to use): Update the example to add autoload of
7637         pgg-encrypt-symmetric-region.
7638         (User Commands): Document pgg-encrypt-symmetric-region.
7639         (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
7641 2005-10-27  Jay Belanger  <belanger@truman.edu>
7643         * calc.texi (Predefined Units): Fix the symbol for a TeX points,
7644         mention other TeX-related units.
7646 2005-10-23  Lars Hansen  <larsh@soem.dk>
7648         * dired-x.texi (Miscellaneous Commands):
7649         Replace dired-do-relative-symlink by dired-do-relsymlink and
7650         dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
7652 2005-10-23  Jay Belanger  <belanger@truman.edu>
7654         * calc.texi (Predefined Units): Use `alpha' for the fine structure
7655         constant.
7657 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
7659         * faq.texi (Bugs and problems):
7660         Replace `dired-move-to-filename-regexp' by
7661         `directory-listing-before-filename-regexp'.
7663 2005-10-22  Eli Zaretskii  <eliz@gnu.org>
7665         * newsticker.texi (UPDATED): Set value.
7667 2005-10-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7669         * gnus.texi (Document Groups): Remove duplicate item.
7671 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
7673         * org.texi (Summary): Mention iCalendar support.
7674         (Exporting): Document iCalendar support.
7676 2005-10-18  Romain Francoise  <romain@orebokech.com>
7678         * viper.texi (Viper Specials): Capitalize GNU.
7680 2005-10-17  Juri Linkov  <juri@jurta.org>
7682         * info.texi (Getting Started, Search Index, Expert Info):
7683         Fix wording.
7684         (Search Text): Replace `echo area' with `mode line'.
7685         (Search Index): Both `i' and `,' find all index entries.
7686         Replace example `C-f' with `C-l' (which exists in index of Info
7687         manual) and delete spaces in its keyboard input sequence.
7688         Delete unnecessary explanations about literal characters.
7690 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7692         * gnus.texi (Document Server Internals): Addition.
7694 2005-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7696         * gnus.texi (A note on namespaces): Fix RFC reference.
7698 2005-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7700         * gnus.texi (RSS): Fix key description.
7702 2005-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7704         * gnus.texi: Emacs/w3 -> Emacs/W3.
7705         (Browsing the Web): Fix description.
7706         (Web Searches): Ditto.
7707         (Customizing W3): Ditto.
7709 2005-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7711         * gnus.texi (Maildir): Clarify expire-age and expire-group.
7713 2005-10-11  Jay Belanger  <belanger@truman.edu>
7715         * calc.texi (Integration): Mention using `a i' to compute definite
7716         integrals.
7718 2005-10-11  Juri Linkov  <juri@jurta.org>
7720         * info.texi: Rearrange nodes.
7721         (Top): Update menu.  Change ref `Info for Experts' to
7722         `Advanced Info Commands'.
7723         (Getting Started): Fix description of manual's parts.
7724         (Help-Int): Change xref `Info Search' to `Search Index', and
7725         `Expert Info' to `Advanced'.
7726         (Advanced): Move node one level up.
7727         (Search Text, Search Index): New nodes split out from `Info Search'.
7728         (Go to node, Choose menu subtopic, Create Info buffer): New nodes
7729         split out from `Advanced'.
7730         (Advanced, Emacs Info Variables): De-document editing an Info file
7731         in Info.
7732         (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
7733         (Creating an Info File): Delete node and move its text to
7734         `Expert Info'.
7736 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
7738         * org.texi (Workflow states): Documented that change in keywords
7739         becomes active only after restart of Emacs.
7741 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
7743         Sync with Tramp 2.0.51.
7745 2005-10-08  Nick Roberts  <nickrob@snap.net.nz>
7747         * speedbar.texi (Introduction): Describe new location of speedbar
7748         on menubar.
7749         (Basic Key Bindings): Remove descriptions of bindings that have
7750         been removed.
7752 2005-10-05  Nick Roberts  <nickrob@snap.net.nz>
7754         * speedbar.texi (GDB): Describe use of watch expressions.
7756 2005-09-28  Simon Josefsson  <jas@extundo.com>
7758         * message.texi (IDNA): Fix.
7760 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7762         * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
7763         nntp-server-hook, and nntp-warn-about-losing-connection; fix
7764         description of nntp-open-connection-function.
7765         (Common Variables): Fix descriptions.
7767 2005-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7769         * gnus.texi (Server Buffer Format): Document the %a format spec.
7771 2005-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7773         * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
7775 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
7777         * org.texi Version 3.16.
7779 2005-09-19  Miles Bader  <miles@gnu.org>
7781         * newsticker.texi: Get rid of CVS keywords.
7783 2005-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7785         * gnus.texi (Finding the Parent): Fix description of how Gnus
7786         finds article.
7788 2005-09-14  Jari Aalto  <jari.aalto@cante.net>
7790         * gnus.texi (Advanced Scoring Examples): New examples to teach how
7791         to drop off non-answered articles.
7793 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
7795         * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
7796         braces (which are unsupported by NMAKE) for macro `srcdir'.
7798 2005-09-17  Eli Zaretskii  <eliz@gnu.org>
7800         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7801         (../info/newsticker, newsticker.dvi): New targets.
7803 2005-09-17  Ulf Jasper  <ulf.jasper@web.de>
7805         * newsticker.texi: Replace @command with @code.  Replace @example
7806         with @lisp.
7807         (Top): Add explanations to menu items.
7808         (GNU Free Documentation License): Remove.
7810 2005-09-16  Romain Francoise  <romain@orebokech.com>
7812         Update all files to specify GFDL version 1.2.
7814         * doclicense.texi (GNU Free Documentation License): Update to
7815         version 1.2.
7817 2005-09-15  Richard M. Stallman  <rms@gnu.org>
7819         * newsticker.texi: Fix @setfilename.
7821         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7822         (../info/newsticker, newsticker.dvi): New targets.
7824 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
7826         * org.texi: Version 3.15.
7828 2005-08-29  Luc Teirlinck  <teirllm@auburn.edu>
7830         * ses.texi: Combine all three indices into one.
7831         Correct a few typos.
7833 2005-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7835         * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
7837 2005-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7839         * emacs-mime.texi (Handles): Remove duplicate item.
7840         (Encoding Customization): Fix the default value for
7841         mm-coding-system-priorities.
7842         (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
7843         (Basic Functions): Fix reference.
7845 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7847         * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
7849 2005-08-18  Richard M. Stallman  <rms@gnu.org>
7851         * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
7852         and web site.
7854         * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
7855         not keyboard-translate.
7857 2005-08-11  Richard M. Stallman  <rms@gnu.org>
7859         * faq.texi (Using regular expressions): Fix xref.
7861 2005-08-09  Juri Linkov  <juri@jurta.org>
7863         * info.texi (Help-P): Replace `Prev' with `Previous'.
7864         (Help-M, Help-Xref): Add S-TAB.
7865         (Help-FOO): Update `u' command.
7866         (Help-Xref): Move info about Mouse-2 from `Help-Int'.
7867         Update info about visibility of xref parts.
7868         (Help-Int): Fix `m' command.  Rename `Info-last' to
7869         `Info-history-back'.  Add `Info-history-forward'.
7870         (Advanced): Fix `g*' and `M-n' commands.
7871         (Info Search): Add `index-apropos' in stand-alone browser.
7872         Add isearch commands.
7873         (Emacs Info Variables): Remove `Info-fontify'.
7874         Add `Info-mode-hook'.  Update face names.
7875         Add `Info-fontify-maximum-menu-size',
7876         `Info-fontify-visited-nodes', `Info-isearch-search'.
7878 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
7880         Sync with Tramp 2.0.50.
7882         * tramp.texi: Use @option{} consequently for method names.
7883         (Inline methods, External transfer methods): Remove references to
7884         Cygwin.
7885         (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
7886         implementation.
7888 2005-07-27  Reiner Steib  <Reiner.Steib@gmx.de>
7890         * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
7891         Mention that gnus-init-file is not read when Emacs is invoked with
7892         --no-init-file or -q.
7894 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
7896         * org.texi: Version 3.14.
7898 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
7900         * org.texi: Version 3.13.
7902 2005-07-18  Juri Linkov  <juri@jurta.org>
7904         * calc.texi (Time Zones, Logical Operations):
7905         * cl.texi (Overview):
7906         * org.texi (TODO types):
7907         * sc.texi (Emacs 18 MUAs):
7908         * speedbar.texi (Top):
7909         * url.texi (History):
7910         Delete duplicate duplicate words.
7912 2005-07-16  Johan BockgÃ¥rd  <bojohan@users.sourceforge.net>  (tiny change)
7914         * cl.texi (Type Predicates): Document `atom' type.
7916 2005-07-04  Lute Kamstra  <lute@gnu.org>
7918         Update FSF's address in GPL notices.
7920         * calc.texi (Copying):
7921         * doclicense.texi (GNU Free Documentation License):
7922         * faq.texi (Contacting the FSF):
7923         * mh-e.texi (Copying): Update FSF's address.
7925 2005-07-03  Richard M. Stallman  <rms@gnu.org>
7927         * flymake.texi (Example -- Configuring a tool called directly):
7928         Update name of flymake-build-relative-filename.
7930 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7932         * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
7934 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
7936         * org.texi: Version 3.12.
7938 2005-06-24  Eli Zaretskii  <eliz@gnu.org>
7940         * makefile.w32-in (MAKEINFO): Use --force.
7941         (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
7942         Makefile.in.
7943         (gnus.dvi): Use "..." to quote Sed args, so that it works with
7944         more shells.
7946 2005-06-23  Richard M. Stallman  <rms@gnu.org>
7948         * speedbar.texi (Creating a display): Texinfo usage fixes.
7950         * tramp.texi (Customizing Completion, Auto-save and Backup):
7951         Texinfo usage fixes.
7953 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
7955         * dired-x.texi (Miscellaneous Commands):
7956         * ediff.texi (Miscellaneous):
7957         * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
7958         (Agent Variables):
7959         * info.texi (Help-Xref):
7960         * message.texi (Message Headers):
7961         * org.texi (Remember):
7962         * reftex.texi (Options (Defining Label Environments)):
7963         (Options (Index Support)):
7964         (Options (Viewing Cross-References)):
7965         (Options (Misc)):
7966         (Changes):
7967         * speedbar.texi (Creating a display):
7968         * tramp.texi (Customizing Completion, Auto-save and Backup):
7969         Texinfo usage fix.
7971 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
7973         * org.texi: Version 3.11.
7975 2005-06-12  Jay Belanger  <belanger@truman.edu>
7977         * calc.texi (Getting Started): Remove extra menu item.
7979 2005-05-31  Jay Belanger  <belanger@truman.edu>
7981         * calc.texi (Notations Used in This Manual): Use @kbd for key
7982         sequence.
7983         (Demonstration of Calc): Mention another way of starting Calc.
7984         (Starting Calc): Mention long name of M-#.
7985         (Embedded Mode Overview): Remove unnecessary instruction.
7986         (Other M-# commands): Rephrase `M-# 0' explanation.
7987         (Basic Embedded Mode): Rewrite discussion of prefix arguments to
7988         reflect current behavior.
7990 2005-05-30  Jay Belanger  <belanger@truman.edu>
7992         * calc.texi (Hooks): Change description of calc-window-hook and
7993         calc-trail-window-hook to match usage.
7994         (Computational Functions): Add more constant-generating functions.
7995         (Customizable Variables): Use defvar.
7997 2005-05-28  Jay Belanger  <belanger@truman.edu>
7999         * calc.texi (Assignments in Embedded Mode): Fix variable name.
8000         (Basic Embedded Mode): Explain behavior of arguments to
8001         calc-embedded-mode.
8003 2005-05-27  Jay Belanger  <belanger@truman.edu>
8005         * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
8006         current behavior.
8008 2005-05-25  Jay Belanger  <belanger@truman.edu>
8010         * calc.texi: Change Calc version number throughout.
8011         (Keypad Mode): Change location in info output.
8012         (Keypad mode overview): Move picture of keypad.
8014 2005-05-21  Jay Belanger  <belanger@truman.edu>
8016         * calc.texi (Storing variables): Mention that only most variables
8017         are void to begin with.
8019 2005-05-21  Kevin Ryde  <user42@zip.com.au>
8021         * widget.texi (Basic Types): Update cross ref from "Enabling
8022         Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
8023         lispref/text.texi change.
8025 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
8027         * org.texi: Version 3.09.
8029 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
8031         * reftex.texi: Version 4.28.
8033 2005-05-16  Jay Belanger  <belanger@truman.edu>
8035         * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
8037 2005-05-14  Jay Belanger  <belanger@truman.edu>
8039         * calc.texi (Default Simplifications): Insert missing ! (logical
8040         not operator).
8042 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
8044         Sync with Tramp 2.0.49.
8046 2005-05-10  Jay Belanger  <belanger@truman.edu>
8048         * calc.texi (Default Simplifications): Mention that 0^0 simplifies
8049         to 1.
8051 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
8053         * org.texi: Version 3.08, structure reorganized.
8055 2005-04-24  Richard M. Stallman  <rms@gnu.org>
8057         * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
8059 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
8061         * org.texi: Update to version 3.06.
8063 2005-04-13  Lute Kamstra  <lute@gnu.org>
8065         * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
8067 2005-04-10  Thien-Thi Nguyen  <ttn@gnu.org>
8069         * cl.texi (Porting Common Lisp): Fix typo.
8071 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8073         * gnus.texi (RSS): Addition.
8075 2005-04-04  Jay Belanger  <belanger@truman.edu>
8077         * calc.texi: Change Calc version number.
8078         (Customizable variables): Fix description of calc-language-alist.
8079         (Copying): Put in version 2 of GPL.
8081 2005-04-01  Jay Belanger  <belanger@truman.edu>
8083         * calc.texi (Troubleshooting Commands): Remove comment about
8084         installation.
8085         (Installation): Remove section.
8086         (Customizable Variables): New section.
8087         (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
8088         (Graphical Devices): Add references to Customizable Variables.
8090 2005-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8092         * emacs-mime.texi (Display Customization): Markup fixes.
8093         (rfc2047): Update.
8095 2005-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
8097         * gnus-faq.texi: Replaced with auto-generated version.
8099 2005-03-26  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
8101         * dired-x.texi (Multiple Dired Directories): default-directory was
8102         renamed to dired-default-directory.
8104 2005-03-26  Jay Belanger  <belanger@truman.edu>
8106         * calc.texi (Simplifying Formulas, Rewrite Rules):
8107         Change description of top and bottom of fraction.
8108         (Modulo Forms): Move description of how to create modulo forms to
8109         earlier in the section.
8110         (Fraction Mode): Suggest using : to get a fraction by dividing.
8111         (Basic Arithmetic): Adjust placement of command name.
8112         (Truncating the Stack): Emphasize that "hidden" entries are still
8113         visible.
8114         (Installation): Move discussion of printing manual to "About This
8115         Manual".
8116         (About This Manual): Mention how to print the manual.
8117         (Reporting Bugs): Remove first person.
8118         (Building Vectors): Add algebraic version of append.
8119         (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
8120         (Grouping Digits): Fix typo.
8122 2005-03-25  Werner Lemberg  <wl@gnu.org>
8124         * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
8125         Replace `legal' with `valid'.
8127 2005-03-25  Werner Lemberg  <wl@gnu.org>
8129         * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
8131 2005-03-24  Jay Belanger  <belanger@truman.edu>
8133         * calc.texi (General Mode Commands)
8134         (Mode Settings in Embedded Mode): Add some explanation of
8135         recording mode settings.
8137 2005-03-24  Richard M. Stallman  <rms@gnu.org>
8139         * calc.texi: Remove praise of non-free software.
8141         * idlwave.texi: Don't say where to get IDL or its non-free manual.
8142         (Installation): Node deleted.
8144 2005-03-23  Richard M. Stallman  <rms@gnu.org>
8146         * url.texi (HTTP language/coding): Improve last change.
8148 2005-03-22  Jay Belanger  <belanger@truman.edu>
8150         * calc.texi (Embedded Mode): Add new information on changing
8151         modes.
8153 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
8155         Sync with Tramp 2.0.48.
8157         * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
8159         * tramp.texi: Replace "Emacs" by "GNU Emacs".  Replace "Linux" by
8160         "GNU/Linux".  Change all addresses to .gnu.org.
8161         (Default Method): Offer shortened syntax for "su" and "sudo"
8162         methods.
8164 2005-03-07  Richard M. Stallman  <rms@gnu.org>
8166         * url.texi: Fix usage of "e.g.".
8167         (HTTP language/coding): Explain the rules for these strings.
8169 2005-03-06  Richard M. Stallman  <rms@gnu.org>
8171         * woman.texi (Introduction): Minor cleanups.
8173         * url.texi (HTTP language/coding): Get rid of "Emacs 21".
8175         * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
8176         (Installation): Node deleted.
8178         * mh-e.texi (Preface): Get rid of "Emacs 21".
8180         * eshell.texi (Installation): Delete node (for Emacs 20).
8182 2005-03-05  Thien-Thi Nguyen  <ttn@gnu.org>
8184         * flymake.texi: Refill and tweak style in @lisp blocks.
8186 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8188         * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
8190 2005-03-01  Jay Belanger  <belanger@truman.edu>
8192         * calc.texi (Trigonometric and Hyperbolic Functions):
8193         Mention additional functions.
8194         (Algebraic Simplifications): Mention additional simplifications.
8196 2005-02-18  Jonathan Yavner  <jyavner@member.fsf.org>
8198         * ses.texi: Add concept/function/variable indices (this work was
8199         donated by Brad Collins <brad@chenla.org>, copyright-assignment
8200         papers on file at FSF).
8202 2005-02-10  Jay Belanger  <belanger@truman.edu>
8204         * calc.texi: Change @LaTeX to La@TeX throughout.
8205         Redefine @expr as @math for TeX output.
8206         Redefine @texline as a no-op for TeX output.
8207         Define @tfn, replace @t by @tfn throughout.
8209 2005-02-09  Jay Belanger  <belanger@truman.edu>
8211         * calc.texi: Add macro for LaTeX for info output.
8213 2005-02-08  Kim F. Storm  <storm@cua.dk>
8215         * texinfo.tex (LaTex): Add def.
8217 2005-02-06  Jay Belanger  <belanger@truman.edu>
8219         * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
8220         change name to "TeX and LaTeX Language Modes."  Mention LaTeX mode
8221         throughout manual.
8223 2005-01-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8225         * gnus.texi: Some edits based on comments from David Abrahams.
8227 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8229         * gnus.texi (RSS): Fix the keystroke.
8231 2005-01-24  David Kastrup  <dak@gnu.org>
8233         * faq.texi: Update AUCTeX version info.
8235 2005-01-16  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
8237         * gnus-faq.texi ([4.1]): Typo.
8239 2005-01-19  Jay Belanger  <belanger@truman.edu>
8241         * calc.texi (Keep Arguments): Mention that keeping arguments
8242         doesn't work with keyboard macros.
8244 2005-01-16  Richard M. Stallman  <rms@gnu.org>
8246         * autotype.texi (Autoinserting): Fix small error.
8248 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
8250         Sync with Tramp 2.0.47.
8252         * tramp.texi (Compilation): New section, describing compilation of
8253         remote files.
8255 2005-01-11  Kim F. Storm  <storm@cua.dk>
8257         * widget.texi (Basic Types): Add :follow-link keyword.
8259 2005-01-09  Jay Belanger  <belanger@truman.edu>
8261         * calc.texi (Basic Commands): Describe new behavior of calc-reset.
8263 2005-01-08  Jay Belanger  <belanger@truman.edu>
8265         * calc.texi: Change throughout to reflect new default value of
8266         calc-settings-file.
8268 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8270         * message.texi (Reply): `message-reply-to-function' should return
8271         a list.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
8273 2005-01-06  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
8275         * faq.texi (Changing load-path): Fix typo.
8277 2005-01-05  Jay Belanger  <belanger@truman.edu>
8279         * calc.texi (Programming Tutorial): Replace kbd command by
8280         appropriate characters for a keyboard macro.
8282 2005-01-04  Jay Belanger  <belanger@truman.edu>
8284         * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
8285         for Lucid Emacs.
8286         (Programming Tutorial): Mention that the user needs to be in the
8287         right mode to compute some functions.
8289 2005-01-04  Jay Belanger  <belanger@truman.edu>
8291         * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
8292         no longer applicable.
8294 2005-01-01  Jay Belanger  <belanger@truman.edu>
8296         * calc.texi (Programming Tutorial): Change description of how to
8297         edit keyboard macros to match current behavior.
8299 2004-12-31  Jay Belanger  <belanger@truman.edu>
8301         * calc.texi: Mention C-cC-c as the way to finish editing throughout.
8303 2004-12-20  Jay Belanger  <belanger@truman.edu>
8305         * calc.texi (Types Tutorial): Emphasize that you can't divide by
8306         zero.
8308 2004-12-17  Luc Teirlinck  <teirllm@auburn.edu>
8310         * cc-mode.texi (Text Filling and Line Breaking): Put period after
8311         @xref.
8312         (Font Locking): Avoid @strong{Note:}.
8314 2004-12-17  Michael Albinus  <michael.albinus@gmx.de>
8316         Sync with Tramp 2.0.46.
8318         * tramp.texi (bottom): Add arch-tag.  It was lost, somehow.
8320 2004-12-16  Luc Teirlinck  <teirllm@auburn.edu>
8322         * url.texi: Correct typos.
8323         (Retrieving URLs): @var{nil}->@code{nil}.
8324         (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
8325         the standard "The GNU Emacs Manual" in fifth argument of @xref's.
8326         (Dealing with HTTP documents): @inforef->@xref.
8328 2004-12-15  Jay Belanger  <belanger@truman.edu>
8330         * calc.texi: Consistently capitalized all mode names.
8331         (Answers to Exercises): Mention that an answer can be a fraction
8332         when in Fraction mode.
8334 2004-12-13  Jay Belanger  <belanger@truman.edu>
8336         * calc.texi: Fix some TeX definitions.
8338 2004-12-09  Luc Teirlinck  <teirllm@auburn.edu>
8340         * reftex.texi (Imprint): Remove erroneous @value's.
8342 2004-12-08  Luc Teirlinck  <teirllm@auburn.edu>
8344         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
8345         (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
8347 2004-12-08  Jay Belanger  <belanger@truman.edu>
8349         * calc.texi (Starting Calc): Remove comment about installation.
8350         (Keypad Mode Overview): Remove comment about Emacs 19 support.
8352 2004-12-08  Luc Teirlinck  <teirllm@auburn.edu>
8354         * url.texi: Update @setfilename.
8355         (Getting Started): No need to worry about Gnus versions.
8356         (Dealing with HTTP documents): Use @inforef.
8358         * org.texi: Fix @direntry file name.
8360 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8362         * url.texi: New file.
8364         * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
8366 2004-12-06  Jay Belanger  <belanger@truman.edu>
8368         * calc.texi (Using Calc): Remove paragraph about installation.
8370 2004-12-06  Jay Belanger  <belanger@truman.edu>
8372         * calc.texi: Use more Texinfo macros and less TeX defs.
8373         Remove @refill's.
8375 2004-12-06  Richard M. Stallman  <rms@gnu.org>
8377         * org.texi: New file.
8379 2004-12-05  Richard M. Stallman  <rms@gnu.org>
8381         * Makefile.in (org.dvi, ../info/org): New targets.
8382         (INFO_TARGETS): Add ../info/org.
8383         (DVI_TARGETS): Add org.dvi.
8384         (maintainer-clean): Remove the info files in the info dir.
8386 2004-11-26  Eli Zaretskii  <eliz@gnu.org>
8388         * idlwave.texi: Fix the setfilename directive to put the produced
8389         file in ../info.
8390         (Continued Statement Indentation): Resurrect Jan D.'s change from
8391         2004-11-03 that was lost when a newer version of idlwave.texi was
8392         imported.
8394 2004-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
8396         * gnus-faq.texi ([5.1]): Add missing bracket.
8398         * gnus.texi (Filtering Spam Using The Spam ELisp Package):
8399         Index `spam-initialize'.
8401 2004-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8403         * message.texi (Various Message Variables): Mention that all mail
8404         file variables are derived from `message-directory'.
8406         * gnus.texi (Splitting Mail): Clarify bogus group.
8408 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8410         * emacs-mime.texi (Encoding Customization):
8411         Fix mm-coding-system-priorities entry.
8413 2004-11-03  Jan Djärv  <jan.h.d@swipnet.se>
8415         * idlwave.texi (Continued Statement Indentation):
8416         * reftex.texi (Options (Index Support)):
8417         (Displaying and Editing the Index, Table of Contents):
8418         * speedbar.texi (Creating a display, Major Display Modes):
8419         Replace non-nil with non-@code{nil}.
8421 2004-10-21  Jay Belanger  <belanger@truman.edu>
8423         * calc.texi (Algebraic-Style Calculations): Remove a comment.
8425 2004-10-18  Luc Teirlinck  <teirllm@auburn.edu>
8427         * calc.texi (Reporting Bugs): Double up `@'.
8429 2004-10-18  Jay Belanger  <belanger@truman.edu>
8431         * calc.texi (Reporting Bugs): Change the address that bugs
8432         should be sent to.
8434 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
8436         * gnus.texi (New Features): Add 5.11.
8438         * message.texi (Resending): Remove wrong default value.
8440         * gnus.texi (Mail Source Specifiers): Describe possible problems
8441         of `pop3-leave-mail-on-server'.  Add `pop3-movemail' and
8442         `pop3-leave-mail-on-server' to the index.
8444 2004-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8446         * message.texi (Canceling News): Add how to set a password.
8448 2004-10-12  Jay Belanger  <belanger@truman.edu>
8450         * calc.texi (Help Commands): Change the descriptions of
8451         calc-describe-function and calc-describe-variable to match their
8452         current behavior.
8454 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
8456         * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
8458 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
8460         Sync with Tramp 2.0.45.
8462         * tramp.texi (Frequently Asked Questions): Comment paragraph about
8463         plink link.  The URL is outdated.  Originator contacted for
8464         clarification.
8466 2004-10-10  Juri Linkov  <juri@jurta.org>
8468         * gnus.texi (Top, Marking Articles): Join two menus in one node
8469         because a node can have only one menu.
8471 2004-10-09  Juri Linkov  <juri@jurta.org>
8473         * gnus.texi (Fancy Mail Splitting): Remove backslash in the
8474         example of nnmail-split-fancy.
8476 2004-10-06  Karl Berry  <karl@gnu.org>
8478         * info.texi (@kbd{1}--@kbd{9}): No space around --, for
8479         consistency with other uses of dashes.
8481 2004-10-05  Karl Berry  <karl@gnu.org>
8483         * info.texi: Consistently use --- throughout, periods at end of
8484         menu descriptions, and a couple typos.
8486 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
8488         * sieve.texi (Manage Sieve API): nil -> @code{nil}.
8489         * pgg.texi (User Commands, Backend methods): Do.
8490         * gnus.texi: Markup fixes.
8491         (Setting Process Marks): Fix `M P a' entry.
8492         * emacs-mime.texi: Fixes.
8494 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
8496         * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
8497         again.
8498         Use 5.10 instead of 5.10.0.
8500 2004-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8502         * gnus.texi (Summary Mail Commands): S D e.
8504 2004-09-20  Raymond Scholz  <ray-2004@zonix.de>  (tiny change)
8506         * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
8507         the gnus-article-mode-line-format section.
8509 2004-09-20  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
8511         * gnus.texi (Various Summary Stuff): Fix the documentation for
8512         gnus-newsgroup-variables.
8514 2004-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8516         * gnus.texi (MIME Commands):
8517         Add gnus-mime-display-multipart-as-mixed,
8518         gnus-mime-display-multipart-alternative-as-mixed,
8519         gnus-mime-display-multipart-related-as-mixed.
8520         (Mail Source Customization): Clarify `mail-source-directory'.
8521         (Splitting Mail): Mention gnus-group-find-new-groups.
8522         (SpamOracle): Fix typo.
8524         * gnus-faq.texi: Untabify.
8525         ([6.3]): nnir.el is in contrib directory.
8527         * message.texi (News Headers): Clarify how a unique ID is created.
8529         * gnus.texi (Batching Agents): Fix typo in example.
8530         Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8532 2004-09-20  Andre Srinivasan  <andre@e2open.com>  (tiny change)
8534         * gnus.texi (Group Parameters): Add more on hooks.
8536 2004-09-20  Florian Weimer  <fw@deneb.enyo.de>
8538         * gnus.texi (Charsets): Point to relevant section in emacs-mime.
8540 2004-09-22  Jay Belanger  <belanger@truman.edu>
8542         * calc.texi (Vectors as Lists): Add a warning that the tutorial
8543         might be hidden during part of the session.
8545 2004-09-20  Jay Belanger  <belanger@truman.edu>
8547         * calc.texi (Notations Used in This Manual): Put in an earlier
8548         mention that DEL could be called Backspace.
8550 2004-09-10  Simon Josefsson  <jas@extundo.com>
8552         * gnus.texi (IMAP): Add example.  Suggested and partially written
8553         by Steinar Bang <sb@dod.no>.
8555 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8557         * gnus.texi (IMAP): Add comments about imaps synonym to imap in
8558         netrc syntax.
8560 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8562         * gnus.texi (Spam ELisp Package Sequence of Events):
8563         Some clarifications.
8564         (Spam ELisp Package Global Variables): More clarifications.
8566 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8568         * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
8569         Mention spam-split does not modify incoming mail.
8571 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8573         * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
8575 2004-09-10  Eli Zaretskii  <eliz@gnu.org>
8577         * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
8579 2004-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8581         * makefile.w32-in (sieve, pgg): Use $(infodir).
8583 2004-09-08  Dhruva Krishnamurthy  <dhruva.krishnamurthy@gmail.com>  (tiny change)
8585         * makefile.w32-in: Fix PGG and Sieve entries.
8587 2004-08-28  Eli Zaretskii  <eliz@gnu.org>
8589         * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
8590         Emacs and related programs.
8592 2004-08-27  Richard M. Stallman  <rms@gnu.org>
8594         * faq.texi: Fix texinfo usage, esp. doublequotes.
8595         (Difference between Emacs and XEmacs): Some clarification.
8597         * faq.texi (Difference between Emacs and XEmacs):
8598         Explain not to contrast XEmacs with GNU Emacs.
8600 2004-08-26  Richard M. Stallman  <rms@gnu.org>
8602         * faq.texi (Difference between Emacs and XEmacs): Rewrite.
8604 2004-08-22  David Kastrup  <dak@gnu.org>
8606         * reftex.texi (AUCTeX): Update links, section name.
8608         * faq.texi (Calc): Update availability (included in 22.1).
8609         (AUCTeX): Update availability, information, versions, description.
8611 2004-08-14  Eli Zaretskii  <eliz@gnu.org>
8613         * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
8615 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
8617         * cc-mode.texi: Various updates for CC Mode 5.30.9.
8619 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
8621         Sync with Tramp 2.0.44.
8623 2004-08-05  Lars Hansen  <larsh@math.ku.dk>
8625         * widget.texi (User Interface): Update how to separate the
8626         editable field of an editable-field widget from other widgets.
8627         (Programming Example): Add text after field.
8629 2004-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8631         * emacs-mime.texi (Encoding Customization): Add a note to the
8632         mm-content-transfer-encoding-defaults entry.
8633         (rfc2047): Update.
8635         * gnus.texi (Article Highlighting):
8636         Add gnus-cite-ignore-quoted-from.
8637         (POP before SMTP): New node.
8638         (Posting Styles): Addition.
8639         (Splitting Mail): Add nnmail-split-lowercase-expanded.
8640         (Fancy Mail Splitting): Ditto.
8641         (X-Face): Add gnus-x-face.
8643 2004-08-30  Reiner Steib  <Reiner.Steib@gmx.de>
8645         * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
8646         * pgg.texi, sieve.texi: Use @copying and @insertcopying.
8648 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
8650         * gnus.texi (Mail Source Specifiers):
8651         Describe `pop3-leave-mail-on-server'.
8653 2004-08-02  Reiner Steib  <Reiner.Steib@gmx.de>
8655         * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
8657         * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
8658         repository.  Change setfilename.
8660         * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
8662 2004-07-02  Juri Linkov  <juri@jurta.org>
8664         * pcl-cvs.texi (Viewing differences): Add `d r'.
8666 2004-06-29  Jesper Harder  <harder@ifa.au.dk>
8668         * ses.texi, viper.texi, flymake.texi, faq.texi:
8669         * eshell.texi, ediff.texi: Markup fixes.
8671 2004-06-21  Karl Berry  <karl@gnu.org>
8673         * info.texi (Top): Mention that only Emacs has mouse support.
8674         (Getting Started): Mention this in a few other places.
8676 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
8678         * autotype.texi (Copyrights, Timestamps):
8679         Recommend `before-save-hook' instead of `write-file-functions'.
8681 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
8683         * dired-x.texi (dired-mark-omitted): Update keybinding.
8685 2004-06-10  Kim F. Storm  <storm@cua.dk>
8687         * pcl-cvs.texi (Viewing differences): Add 'd y'.
8689 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
8691         * dired-x.texi (variable dired-omit-mode): Rename from
8692         dired-omit-files-p.
8693         (function dired-omit-mode): Rename from dired-omit-toggle.
8694         Call dired-omit-mode rather than set dired-omit-files-p.
8695         (dired-mark-omitted): Describe command.
8697 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
8699         Version 2.0.41 of Tramp released.
8701 2004-05-29  Juanma Barranquero  <lektu@terra.es>
8703         * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
8704         (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8706 2004-05-29  Richard M. Stallman  <rms@gnu.org>
8708         * cl.texi (Top): Call this chapter `Introduction'.
8709         (Overview): In TeX, no section heading here.
8711         * cc-mode.texi: Put commas after i.e. and e.g.  Minor cleanups.
8713 2004-05-29  Eli Zaretskii  <eliz@gnu.org>
8715         * Makefile.in (../info/flymake, flymake.dvi): New targets.
8716         (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8718 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
8720         * flymake.texi: New file.
8722 2004-05-28  Simon Josefsson  <jas@extundo.com>
8724         * smtpmail.texi (Authentication): Improve STARTTLS discussion.
8726 2004-05-07  Kai Großjohann  <kai@emptydomain.de>
8728         Version 2.0.40 of Tramp released.
8730 2004-04-25  Michael Albinus  <Michael.Albinus@alcatel.de>
8732         Complete rework, based on review by Karl Berry <karl@gnu.org>.
8734         * tramp.texi (Auto-save and Backup): Explain exploitation of new
8735         variables `tramp-backup-directory-alist' and
8736         `tramp-bkup-backup-directory-info'.
8737         (Overview, Connection types)
8738         (External transfer methods, Default Method)
8739         (Windows setup hints): Remove restriction of password entering
8740         with external methods.
8741         (Auto-save and Backup): Make file name example
8742         (X)Emacs neutral.  In case of XEmacs, `bkup-backup-directory-info'
8743         and `auto-save-directory' must be used.
8744         (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
8745         only "NT").  Remove doubled entry "What kinds of systems does
8746         @tramp{} work on".
8747         (tramp): Macro removed.
8748         (Obtaining Tramp): Flag removed from title.
8749         (all): "tramp-" and "-" removed from flag names.  Flags `tramp'
8750         and `trampver' used properly.  Flag `tramp-inst' replaced by
8751         `installchapter'.  Installation related text adapted.
8753 2004-04-28  Masatake YAMATO  <jet@gyve.org>
8755         * widget.texi (Programming Example): Remove overlays.
8757 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
8759         * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
8761 2004-04-23  Juanma Barranquero  <lektu@terra.es>
8763         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8765 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
8767         * info.texi (Info Search): Add info-apropos.
8769 2004-03-22  Juri Linkov  <juri@jurta.org>
8771         * faq.texi: Fix help key bindings.
8773 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
8775         * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
8776         (as suggested by Karl Berry).  Update information about colored
8777         stars in menus.  Add new subheading describing M-n.
8779 2004-03-12  Richard M. Stallman  <rms@gnu.org>
8781         * cl.texi (Top): Rename top node's title.
8783 2004-03-08  Karl Berry  <karl@gnu.org>
8785         * info.texi: \input texinfo.tex instead of just texinfo, to avoid
8786         problems making the texinfo distribution.
8788 2004-02-29  Simon Josefsson  <jas@extundo.com>
8790         * smtpmail.texi (Authentication): Change the list of supported
8791         authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
8792         CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
8793         <voegelas@gmx.net>.
8795 2004-02-29  Juanma Barranquero  <lektu@terra.es>
8797         * makefile.w32-in (mostlyclean, clean, maintainer-clean):
8798         Use $(DEL) instead of rm, and ignore exit code.
8800 2004-02-29  Kai Großjohann  <kgrossjo@eu.uu.net>
8802         Tramp version 2.0.39 released.
8804 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
8806         * tramp.texi (Customizing Completion): Explain new functions
8807         `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
8808         (all): Savannah URLs unified to "http://savannah.nongnu.org".
8809         (Top): Refer to Savannah mailing list as the major one.
8810         Mention older mailing lists in HTML mode only.
8811         (Auto-save and Backup): Add auto-save.  Based on wording of Kai.
8812         (Frequently Asked Questions): Remote hosts must not be Unix-like
8813         for "smb" method.
8814         (Password caching): New node.
8815         (External transfer methods): Refer to password caching for "smb"
8816         method.
8818 2004-02-17  Karl Berry  <karl@gnu.org>
8820         * info.texi (Help-Int): Mention the new line number feature.
8822 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
8824         * ses.texi (Advanced Features): New functionality for
8825         ses-set-header-row (defaults to current row unless C-u used).
8826         (Acknowledgements): Add Stefan Monnier.
8828 2003-12-29  Kevin Ryde  <user42@zip.com.au>
8830         * viper.texi (Vi Macros): Fix reference to the Emacs manual.
8832 2003-11-30  Kai Großjohann  <kai.grossjohann@gmx.net>
8834         Tramp version 2.0.38 released.
8836         * tramp.texi (Remote shell setup): Warn of environment variables
8837         FRUMPLE if user frumple exists.  Suggested by Sven Gabriel
8838         <sven.gabriel@imk.fzk.de>.
8839         (Configuration): Tramp now chooses base64/uuencode
8840         automatically.  Update wording accordingly.
8841         (Top): More description for the `Default Method' menu entry.
8842         (Default Method): Use @code, not @var, for Lisp variables.
8843         (Default Method): New subsection `Which method is the right one
8844         for me?'  Suggested by Christian Kirsch.
8845         (Configuration): Pointer to new subsection added.
8846         (Default Method): Too many "use" in one sentence.
8847         Rephrase.  Reported by Christian Kirsch.
8848         (Filename Syntax): Old `su' example is probably a left-over from
8849         the sm/su method naming.  Replace with `ssh', instead.
8850         (External transfer methods, Auto-save and Backup):
8851         Typo fixes.
8853 2003-11-02  Michael Albinus  <Michael.Albinus@alcatel.de>
8855         * tramp.texi (all): Harmonize all occurrences of @tramp{}.
8856         (Top): Mention japanese manual only if flag `jamanual' is set.
8857         Insert section `Japanese manual' in menu.
8859 2003-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
8861         * eshell.texi (Known Problems): Add doc item.
8863 2003-11-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
8865         * cc-mode.texi: Update for CC Mode 5.30.
8867         Note: Please refrain from doing purely cosmetic changes like
8868         removing trailing whitespace in this manual; it clobbers cvs
8869         merging for no good reason.
8871 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
8873         * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
8874         * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
8875         @acronym{ASCII}.
8877 2003-10-26  Karl Berry  <karl@gnu.org>
8879         * info.texi (Info Search): Echo area, not echo are.  From Debian
8880         diff.
8882 2003-10-26  Per Abrahamsen  <abraham@dina.kvl.dk>
8884         * widget.texi (Defining New Widgets): Document new behavior of
8885         :buttons and :children keywords.
8887 2003-10-22  Miles Bader  <miles@gnu.org>
8889         * Makefile.in (info): Move before $(top_srcdir)/info.
8891 2003-10-17  Thien-Thi Nguyen  <ttn@gnu.org>
8893         * tramp.texi (Inline methods): Small grammar fix.
8894         (External transfer methods): Likewise.
8896 2003-10-08  Nick Roberts  <nick@nick.uklinux.net>
8898         * speedbar.texi: Remove paragraph for GUD that is no longer true.
8900 2003-10-06  Luc Teirlinck  <teirllm@auburn.edu>
8902         * texinfo.tex: Replace `%' in arch tagline by @ignore.
8904 2003-09-30  Richard M. Stallman  <rms@gnu.org>
8906         * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
8908         * widget.texi (User Interface): Fix typos.
8910         * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
8912 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
8914         * pcl-cvs.texi (Selected Files): Fix typo.
8916 2003-09-21  Karl Berry  <karl@gnu.org>
8918         * info.texi (] and [ commands): No period at end of section title.
8920 2003-09-04  Miles Bader  <miles@gnu.org>
8922         * Makefile.in (top_srcdir): New variable.
8923         ($(top_srcdir)/info): New rule.
8924         (info): Depend on it.
8926 2003-09-03  Peter Runestig  <peter@runestig.com>
8928         * makefile.w32-in: New file.
8930 2003-08-26  Per Abrahamsen  <abraham@dina.kvl.dk>
8932         * widget.texi (User Interface): Explain the need of static text
8933         around an editable field.
8935 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
8937         * widget.texi (Basic Types): The argument to `:help-echo' can now
8938         be a form that evaluates to a string.
8940 2003-08-18  Kim F. Storm  <storm@cua.dk>
8942         * calc.texi (Queries in Macros): Update xref to keyboard macro query.
8944 2003-08-16  Richard M. Stallman  <rms@gnu.org>
8946         * dired-x.texi (Shell Command Guessing): Explain *.
8948 2003-08-16  Chunyu Wang  <spr@db.cs.hit.edu.cn>  (tiny change)
8950         * pcl-cvs.texi (Log Edit Mode): Fix key binding for
8951         log-edit-insert-changelog.
8953 2003-08-03  Karl Berry  <karl@gnu.org>
8955         * info.texi: Need @contents.
8957 2003-07-20  Kai Großjohann  <kai.grossjohann@gmx.net>
8959         Tramp version 2.0.36 released.
8961         * tramp.texi (Remote shell setup): Explain about problems with
8962         non-Bourne commands in ~/.profile and ~/.shrc.
8964 2003-07-07  Luc Teirlinck  <teirllm@mail.auburn.edu>
8966         * info.texi (Help-Inv, Help-M, Help-Xref): Update following
8967         renaming of `vis-mode' to `visible-mode'.
8969 2003-07-04  Luc Teirlinck  <teirllm@mail.auburn.edu>
8971         * info.texi (Top, Help-Small-Screen): Remove accidentally added
8972         next, prev and up pointers.
8974 2003-07-02  Luc Teirlinck  <teirllm@mail.auburn.edu>
8976         * info.texi (Help): Mention existence of Emacs and stand-alone
8977         Info at the very beginning of the tutorial.
8978         (Help-Inv): New node.
8979         (Help-]): New node.
8980         (Help-M): Systematically point out the differences between default
8981         Emacs and stand-alone versions.  Delete second menu.
8982         (Help-Xref): Systematically point out the differences between
8983         default Emacs and stand-alone versions.
8984         (Help-Int): Change `l' example.
8985         (Expert Info): Fix typos.
8986         (Emacs Info Variables): Mention `Info-hide-note-references' and
8987         new default for `Info-scroll-prefer-subnodes'.
8989 2003-06-17  Kai Großjohann  <kai.grossjohann@gmx.net>
8991         Version 2.0.35 of Tramp released.
8993         * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
8994         (Inline methods): Add methods `remsh' and `plink1'.
8995         (External transfer methods): Add method `remcp'.
8996         (Multi-hop Methods): Add method `remsh'.
8997         Small patch from Adrian Aichner <adrian@xemacs.org>:
8998         Fix minor typos.
8999         (Concept Index): Add to make manual searchable via
9000         `Info-index'.
9001         (Version Control): Add cindex entry.
9003 2003-05-24  Kai Großjohann  <kai.grossjohann@gmx.net>
9005         * trampver.texi: Version 2.0.34 released.
9007 2003-05-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
9009         * faq.texi: Improve previous changes.
9011 2003-05-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
9013         * faq.texi: Update copyright and maintenance details.
9014         Update some package URLs, versions, and maintainers.
9015         Remove many references to the Emacs Lisp Archive.
9017 2003-04-23  Simon Josefsson  <jas@extundo.com>
9019         * smtpmail.texi: Fix license (the invariant sections mentioned has
9020         never been part of the smtp manual).  Align info dir entry with
9021         other emacs packages.
9023 2003-04-08  Michael Albinus  <Michael.Albinus@alcatel.de>
9025         * tramp.texi: Version 2.0.33 released.
9026         Remove installation chapter.  Remove XEmacs specifics.
9028 2003-03-29  Richard M. Stallman  <rms@gnu.org>
9030         * tramp.texi (Top): Undo the previous renaming.
9031         (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
9033 2003-03-29  Kai Großjohann  <kai.grossjohann@gmx.net>
9035         * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
9036         version of manual.
9038         * tramp.texi (Auto-save and Backup): New node.
9040 2003-03-29  Michael Albinus  <Michael.Albinus@alcatel.de>
9042         * tramp.texi (Top): Include trampver.texi.  Rename "Emacs" to "GNU
9043         Emacs" in order to have better differentiation to "XEmacs".
9044         `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
9045         are new macros in order to point to the other Emacs flavor where
9046         appropriate.  In info case, point to node `Installation' in order
9047         to explain how to generate the other way.  In html case, make a
9048         link to the other html file.
9049         (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
9050         after CVS checkout/update.
9051         (Installation): Completely rewritten.
9052         (Installation parameters, Load paths): New sections under
9053         `Installation'.
9055 2003-02-28  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
9057         * tramp.texi: Version 2.0.30 released.
9058         Replace word "path" with "localname" where used as a component of
9059         a Tramp file name.
9061 2003-02-28  Michael Albinus  <Michael.Albinus@alcatel.de>
9063         * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
9064         introduced.
9065         (Installation): Explain what to do if files from the tramp/contrib
9066         directory are needed.
9068 2003-02-23  Alex Schroeder  <alex@emacswiki.org>
9070         * smtpmail.texi (How Mail Works): New.
9072 2003-02-22  Alex Schroeder  <alex@emacswiki.org>
9074         * smtpmail.texi: New file.
9076         * Makefile.in: Build SMTP manual.
9078 2003-02-05  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
9080         * tramp.texi: Version 2.0.29 released.
9081         (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
9082         M-x makeinfo-buffer RET.  Reported by gebser@ameritech.net.
9084 2003-02-01  Michael Albinus  <Michael.Albinus@alcatel.de>
9086         * tramp.texi (Frequently Asked Questions): Explain a workaround if
9087         another package loads accidentally Ange-FTP.
9089 2003-01-24  Michael Albinus  <Michael.Albinus@alcatel.de>
9091         * tramp.texi (Customizing Completion): Add function
9092         `tramp-parse-sconfig'.  Change example of
9093         `tramp-set-completion-function', because parsing of ssh config
9094         files looks more natural.
9096 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
9098         * gnus.texi: Do not use `path' in several locations.
9100 2002-12-26  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
9102         * tramp.texi (External transfer methods): New method `smb'.
9103         From Michael Albinus.
9105 2002-11-05  Karl Berry  <karl@gnu.org>
9107         * info.texi (Info-fontify): Reorder face list to avoid bad line
9108         breaks.
9110 2002-10-06  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9112         * tramp.texi: Move @copying to standard place.
9113         Use @insertcopying.
9115 2002-10-02  Karl Berry  <karl@gnu.org>
9117         * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
9118         dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
9119         eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
9120         message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
9121         speedbar.texi vip.texi viper.texi widget.texi woman.texi):
9122         Per rms, update all manuals to use @copying instead of @ifinfo.
9123         Also use @ifnottex instead of @ifinfo around the top node, where
9124         needed for the sake of the HTML output.
9125         (The Gnus manual is not fixed since it's not clear to me how it
9126         works; and the Tramp manual already uses @copying, although in an
9127         unusual way.  All others were changed.)
9129 2002-09-10  Jonathan Yavner  <jyavner@engineer.com>
9131         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
9132         (../info/ses, ses.dvi): New targets.
9133         * ses.texi: New file.
9135 2002-09-06  Pavel Janík  <Pavel@Janik.cz>
9137         * texinfo.tex: Update to texinfo 4.2.
9139 2002-08-27  Carsten Dominik  <dominik@sand.science.uva.nl>
9141         * reftex.texi: Update to RefTeX 4.19.
9143 2002-06-17  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9145         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
9146         (../info/tramp, tramp.dvi): New targets.
9148 2002-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
9150         * Makefile.in (DVI_TARGETS): Add calc.dvi.
9151         (calc.dvi): Uncomment.
9153 2001-11-07  Eli Zaretskii  <eliz@is.elta.co.il>
9155         * Makefile.in (INFO_TARGETS): Add ../info/calc.
9156         (../info/calc): New target.
9158 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
9160         * (Version 21.1 released.)
9162 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
9164         * Branch for 21.1.
9166 2001-04-14  Eli Zaretskii  <eliz@is.elta.co.il>
9168         * Makefile.in (../info/info): Use an explicit -o switch to
9169         makeinfo.
9171 2001-03-05  Gerd Moellmann  <gerd@gnu.org>
9173         * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
9175 2000-12-20  Eli Zaretskii  <eliz@is.elta.co.il>
9177         * Makefile.in (../info/idlwave): Use --no-split.
9179 2000-12-14  Dave Love  <fx@gnu.org>
9181         * Makefile.in (mostlyclean): Remove gnustmp.*.
9182         (gnus.dvi): Change rule to remove @latex stuff.
9184 2000-10-19  Eric M. Ludlam  <zappo@ultranet.com>
9186         * Makefile.in (Speedbar): Add build targets for speedbar.texi.
9188 2000-10-13  John Wiegley  <johnw@gnu.org>
9190         * Makefile.in: Add build targets for eshell.texi.
9192 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
9194         * Makefile.in: Remove/comment speedbar stuff.
9196 2000-09-22  Dave Love  <fx@gnu.org>
9198         * Makefile.in: Add emacs-mime.
9200 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
9202         * Makefile.in (INFO_TARGETS): Add ../info/woman.
9203         (DVI_TARGETS): Add woman.dvi.
9204         (../info/woman, woman.dvi): New targets.
9206 2000-05-31  Stefan Monnier  <monnier@cs.yale.edu>
9208         * .cvsignore (*.tmp): New entry.  Seems to be used for @macro.
9210         * pcl-cvs.texi: New file.
9211         * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
9212         (../info/pcl-cvs, pcl-cvs.dvi): New targets.
9214 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
9216         * Makefile.in (INFO_TARGETS): Add info/ebrowse.
9217         (../info/ebrowse, ebrowse.dvi): New targets.
9219 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
9221         * Makefile.in (INFO_TARGETS): Add eudc.
9222         (DVI_TARGETS): Add eudc.dvi.
9223         (../info/eudc, eudc.dvi): New targets.
9225 2000-01-05  Eli Zaretskii  <eliz@is.elta.co.il>
9227         * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
9228         compatibility with 8+3 filesystems).
9229         (../info/efaq): Rename from emacs-faq.
9231 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
9233         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
9234         (../info/idlwave, idlwave.dvi): New targets.
9236 1999-10-23  Dave Love  <fx@gnu.org>
9238         * Makefile.in: Use autotype.texi.
9240 1999-10-12  Stefan Monnier  <monnier@cs.yale.edu>
9242         * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
9243         faq.texi file) rather than ../info/faq.
9245 1999-10-07  Gerd Moellmann  <gerd@gnu.org>
9247         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
9248         (../info/ada-mode, ada-mode.dvi): New targets.
9250 1999-09-01  Dave Love  <fx@gnu.org>
9252         * Makefile.in: Add faq.
9254 1999-07-12  Richard Stallman  <rms@gnu.org>
9256         * Version 20.4 released.
9258 1998-08-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
9260         * Version 20.3 released.
9262 1998-04-06  Andreas Schwab  <schwab@gnu.org>
9264         * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
9265         Use it in dvi targets.
9266         (../etc/GNU): Change to $(srcdir) first.
9268 1998-03-11  Carsten Dominik  <cd@delysid.gnu.org>
9270         * reftex.texi: Update for RefTeX version 3.22.
9272 1998-02-08  Richard Stallman  <rms@psilocin.gnu.org>
9274         * Makefile.in (reftex.dvi, ../info/reftex): New targets.
9275         (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9277 1997-09-23  Paul Eggert  <eggert@twinsun.com>
9279         * Makefile.in: Merge changes mistakenly made to `Makefile'.
9280         (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
9282 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9284         * Version 20.2 released.
9286 1997-09-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9288         * Version 20.1 released.
9290 1997-07-10  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9292         * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
9294 1996-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9296         * Version 19.33 released.
9298 1996-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9300         * Version 19.32 released.
9302 1996-06-27  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9304         * Makefile.in: Add rules for the Message manual.
9306 1996-06-26  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9308         * gnus.texi: New version.
9310         * message.texi: New manual.
9312 1996-06-20  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9314         * Makefile.in (All info targets): cd $(srcdir) to do the work.
9316 1996-06-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9318         * Makefile.in (All info targets): Specify $(srcdir) in input files.
9319         Specify -I option.
9320         (All dvi targets): Set the TEXINPUTS variable.
9322 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>
9324         * Version 19.31 released.
9326 1996-01-07  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
9328         * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
9329         (INFO_TARGETS): Use new name.  This avoids name conflict on MSDOS.
9331 1995-11-29  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9333         * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
9334         (INFO_TARGETS): Add ../info/cc-mode.
9335         (DVI_TARGETS): Add cc-mode.dvi.
9337 1995-11-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9339         * Version 19.30 released.
9341 1995-11-04  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9343         * gnus.texi: New file.
9345 1995-11-04  Erik Naggum  <erik@naggum.no>
9347         * gnus.texi: File deleted.
9349 1995-11-02  Stephen Gildea  <gildea@stop.mail-abuse.org>
9351         * mh-e.texi: "Function Index" -> "Command Index" to work with
9352         Emacs 19.30 C-h C-k support of separately-documented commands.
9354 1995-06-26  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9356         * Makefile.in (../info/ediff, ediff.dvi): New targets.
9357         (INFO_TARGETS, DVI_TARGETS): Add those new targets.
9359 1995-04-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9361         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
9362         (../info/viper, viper.dvi): New targets.
9364 1995-04-20  Kevin Rodgers  <kevinr@ihs.com>
9366         * dired-x.texi (Installation): Change the example to set
9367         buffer-local variables like dired-omit-files-p in
9368         dired-mode-hook.
9370 1995-04-17  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9372         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
9373         (../info/mh-e, mh-e.dvi): New targets.
9375 1995-02-07  Richard Stallman  <rms@pogo.gnu.ai.mit.edu>
9377         * Makefile.in (maintainer-clean): Rename from realclean.
9379 1994-11-23  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9381         * Makefile.in: New file.
9382         * Makefile: File deleted.
9384 1994-11-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9386         * Makefile (TEXINDEX_OBJS): Variable deleted.
9387         (texindex, texindex.o, getopt.o): Rules deleted.
9388         All deps on texindex deleted.
9389         (distclean): Don't delete texindex.
9390         (mostlyclean): Don't delete *.o.
9391         * texindex.c, getopt.c: Files deleted.
9393 1994-09-07  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9395         * Version 19.26 released.
9397 1994-05-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9399         * Version 19.25 released.
9401 1994-05-23  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9403         * Version 19.24 released.
9405 1994-05-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9407         * Version 19.23 released.
9409 1994-04-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9411         * Makefile: Delete spurious tab.
9413 1994-02-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9415         * Makefile (.SUFFIXES): New rule.
9417 1994-01-15  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9419         * Makefile (dired-x.dvi, ../info/dired-x): New targets.
9420         (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9422 1994-01-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9424         * Makefile (../info/sc): Rename from sc.info.
9425         (../info/cl): Likewise.
9426         (INFO_TARGETS): Use new names.
9428 1993-12-04  Richard Stallman  (rms@srarc2)
9430         * getopt.c: New file.
9431         * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
9432         (getopt.o): New rule.
9433         (dvi): Don't depend on texindex.
9434         (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
9435         Depend on texindex.
9437 1993-12-03  Richard Stallman  (rms@srarc2)
9439         * Makefile (../info/sc.info): Rename from ../info/sc.
9440         (TEXI2DVI): New variable.
9441         (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
9442         Add explicit commands.
9443         (TEXINDEX_OBJS): Delete duplicate getopt.o.
9445 1993-11-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9447         * Version 19.22 released.
9449 1993-11-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9451         * Makefile (TEXINDEX_OBJS): Delete spurious period.
9453 1993-11-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9455         * Version 19.21 released.
9457 1993-11-15  Paul Eggert  (eggert@twinsun.com)
9459         * man/Makefile (../info/cl.info): Rename from ../info/cl.
9461 1993-11-15  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9463         * Makefile (../etc/GNU): New target.
9464         (EMACSSOURCES): Add gnu1.texi.
9466 1993-11-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9468         * Makefile (realclean): Don't delete the Info files.
9470 1993-10-25  Brian J. Fox  (bfox@albert.gnu.ai.mit.edu)
9472         * forms.texi: Fix forms.texi so that it will format correctly.
9473         Add missing `@end iftex', fix bad reference.
9475         * info.texi, info-stn.texi: New files implement texinfo version of
9476         `info' file.
9478 1993-10-20  Brian J. Fox  (bfox@ai.mit.edu)
9480         * Makefile: Fix targets for texindex, new info.texi files.
9481         * info-stnd.texi: New file implements info for standalone info
9482         reader.
9483         * info.texi: Update to include recent changes to "../info/info".
9484         New source file for ../info/info; includes info-stnd.texi.
9486         * texindex.c: Include "../src/config.h" if building in emacs.
9488         * Makefile: Change all files to FILENAME.texi, force all targets
9489         to be FILENAME, not FILENAME.info.  This changes sc.texinfo,
9490         vip.texinfo, forms.texinfo, cl.texinfo.
9491         Add target to build texindex.c, defining `emacs'.
9493         * forms.texi: Install new file to match version 2.3 of forms.el.
9495 1993-08-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9497         * Version 19.19 released.
9499 1993-08-10  Simon Leinen  (simon@lia.di.epfl.ch)
9501         * sc.texinfo: Fix info file name.
9503         * Makefile (info): Add gnus and sc.
9504         (dvi): Add gnus.dvi and sc.dvi.
9505         (../info/sc, sc.dvi): New targets.
9507 1993-08-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9509         * Version 19.18 released.
9511 1993-07-20  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9513         * Makefile: Fix source file names of the separate manuals.
9514         (gnus.dvi, ../info/gnus): New targets.
9516 1993-07-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9518         * Version 19.17 released.
9520 1993-07-10  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9522         * split-man: Fix typos in last change.
9524 1993-07-06  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9526         * Version 19.16 released.
9528 1993-06-19  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9530         * version 19.15 released.
9532 1993-06-18  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9534         * Makefile (distclean): It's rm, not rf.
9536 1993-06-17  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9538         * Version 19.14 released.
9540 1993-06-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9542         * Makefile: New file.
9544 1993-06-08  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9546         * Version 19.13 released.
9548 1993-05-27  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9550         * Version 19.9 released.
9552 1993-05-25  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9554         * Version 19.8 released.
9556 1993-05-22  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9558         * Version 19.7 released.
9560 1990-08-30  David Lawrence  (tale@pogo.ai.mit.edu)
9562         * gnus.texinfo: New file.  Removed installation instructions.
9564 1990-05-25  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
9566         * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
9568 1989-01-17  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
9570         * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
9571         then define `\sc' as the command for smallcaps in Texinfo.
9572         This means that the @sc command will produce small caps.  bfox has
9573         made the corresponding change to makeinfo and texinfm.el.
9575 1988-08-16  Robert J. Chassell  (bob@frosted-flakes.ai.mit.edu)
9577         * vip.texinfo: Remove menu entry Adding Lisp Code in node
9578         Customization since the menu entry did not point to anything.
9579         Also add an @finalout command to remove overfull hboxes from the
9580         printed output.
9582         * cl.texinfo: Add @bye, \input line and @settitle to file.
9583         This file is clearly intended to be a chapter of some other work,
9584         but the other work does not yet exist.
9586 1988-07-25  Robert J. Chassell  (bob@frosted-flakes.ai.mit.edu)
9588         * texinfo.texinfo: Three typos corrected.
9590 ;; Local Variables:
9591 ;; coding: utf-8
9592 ;; End:
9594   Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
9596   This file is part of GNU Emacs.
9598   GNU Emacs is free software: you can redistribute it and/or modify
9599   it under the terms of the GNU General Public License as published by
9600   the Free Software Foundation, either version 3 of the License, or
9601   (at your option) any later version.
9603   GNU Emacs is distributed in the hope that it will be useful,
9604   but WITHOUT ANY WARRANTY; without even the implied warranty of
9605   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
9606   GNU General Public License for more details.
9608   You should have received a copy of the GNU General Public License
9609   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.