Merge upstream Org (from commit acbbe2)
[emacs.git] / doc / misc / ChangeLog
bloba0cfd675f0ac7a8413f562a1328a6766945c8b41
1 2012-10-26  Bastien Guerry  <bzg@gnu.org>
3         * org.texi (Installation): Update the link to Org's ELPA.  Also
4         don't mention org-install.el anymore as the replacement file
5         org-loaddefs.el is now loaded by org.el.
7 2012-10-25  Michael Albinus  <michael.albinus@gmx.de>
9         * tramp.texi (Frequently Asked Questions): Mention
10         `tramp-completion-reread-directory-timeout' for performance
11         improvement.
13 2012-10-25  Glenn Morris  <rgm@gnu.org>
15         * cl.texi: Don't mess with the TeX section number counter.
16         Use Texinfo recommended convention for quotes+punctuation.
17         (Overview, Sequence Functions): Rephrase for better line-breaking.
18         (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings)
19         (Macro Bindings, Conditionals, Iteration, Loop Basics)
20         (Random Numbers, Mapping over Sequences, Structures)
21         (Porting Common Lisp): Further updates for cl-lib namespace.
22         (Modify Macros, Declarations, Macro Bindings, Structures):
23         Break long lines in examples.
24         (Dynamic Bindings): Update for changed progv behavior.
25         (Loop Examples, Efficiency Concerns): Markup fixes.
26         (Structures): Remove TeX margin change.
27         (Declarations): Fix typos.
29 2012-10-24  Glenn Morris  <rgm@gnu.org>
31         * cl.texi (Overview, Multiple Values, Creating Symbols)
32         (Numerical Functions): Say less/nothing about the original cl.el.
33         (Old CL Compatibility): Remove.
34         (Assertions): Remove ignore-errors (standard Elisp for some time).
36         * cl.texi (Basic Setf, Macros, Declarations, Symbols, Numbers)
37         (Sequences, Lists, Structures, Assertions, Efficiency Concerns)
38         (Efficiency Concerns, Efficiency Concerns)
39         (Common Lisp Compatibility, Old CL Compatibility):
40         Further updates for cl-lib namespace.
42 2012-10-24  Paul Eggert  <eggert@penguin.cs.ucla.edu>
44         Update manual for new time stamp format (Bug#12706).
45         * emacs-mime.texi (time-date): Update for new format.
46         Also, fix bogus time stamp and modernize a bit.
48 2012-10-23  Glenn Morris  <rgm@gnu.org>
50         * cl.texi: Include emacsver.texi.  Use Emacs version number rather
51         than unchanging cl.el version number.
52         End all menu descriptions with a period.
53         Do not use @dfn{CL} for every instance of "CL".
54         (Overview): Remove no-runtime caveat, and note about foo* names.
55         (Usage): Use cl-lib rather than cl.
56         (Organization, Naming Conventions): Update for cl-lib.el.
57         (Installation): Remove long-irrelevant node.
58         (Program Structure, Predicates, Control Structure):
59         Start updating for cl-lib namespace.
60         * Makefile.in ($(buildinfodir)/cl$(INFO_EXT), cl.dvi, cl.pdf):
61         Depend on emacsver.texi.
63 2012-10-09  Michael Albinus  <michael.albinus@gmx.de>
65         * trampver.texi: Update release number.
67 2012-10-06  Glenn Morris  <rgm@gnu.org>
69         * erc.texi: Include emacsver.texi, and use EMACSVER rather than
70         ERC version.
71         (Introduction): ERC is distributed with Emacs.
72         (Obtaining ERC, Installation): Remove chapters, no longer relevant.
73         (Getting Started): Simplify.
74         (Getting Help and Reporting Bugs): Refer to general Emacs lists.
75         (History): Mention ERC maintained as part of Emacs now.
76         * Makefile.in ($(buildinfodir)/erc$(INFO_EXT), erc.dvi, erc.pdf):
77         Add dependency on emacsver.texi.
79         * erc.texi: Remove hand-written node pointers.
81 2012-10-05  Glenn Morris  <rgm@gnu.org>
83         * newsticker.texi (Overview, Requirements, Usage, Configuration):
84         Copyedits.
86 2012-10-01  Eric Ludlam  <zappo@gnu.org>
88         * ede.texi (Quick Start, Project Local Variables)
89         (Miscellaneous commands, ede-java-root, Development Overview)
90         (Detecting a Project): New nodes.
91         (Simple projects): Node deleted.
93         * eieio.texi (Building Classes): Some slot attributes cannot be
94         overridden.
95         (Slot Options): Remove an example.
96         (Method Invocation, Documentation): New nodes.
98 2012-10-01  Glenn Morris  <rgm@gnu.org>
100         * Makefile.in ($(buildinfodir)/reftex$(INFO_EXT)), reftex.dvi)
101         (reftex.pdf): Add dependency on emacsver.texi.
102         * reftex.texi: Don't include directory part for emacsver.texi;
103         the Makefile's -I handles it.
105 2012-09-30  Ralf Angeli  <angeli@caeruleus.net>
107         Merge from standalone RefTeX repository.
109         * reftex.texi: Express TeX, LaTeX, AUCTeX, BibTeX and RefTeX
110         with macros.
111         (Imprint): Mention Wolfgang in list of contributors.
112         (Creating Citations): Give a hint about how to
113         auto-revert the BibTeX database file when using external editors.
114         (Referencing Labels): Simplify section about reference macro
115         cycling.
116         (Options (Referencing Labels)): Adapt to new structure of
117         `reftex-ref-style-alist'.
118         (Referencing Labels, Reference Styles): Document changes in the
119         referencing functionality.
120         (Commands): Mention options for definition of header and footer in
121         BibTeX files.
122         (Options (Creating Citations)): Document
123         `reftex-create-bibtex-header' and `reftex-create-bibtex-footer'.
124         (Reference Styles): New section.
125         (varioref (LaTeX package), fancyref (LaTeX package)): Remove.
126         (Options (Referencing Labels)): Remove descriptions of deprecated
127         variables `reftex-vref-is-default' and `reftex-fref-is-default'.
128         Add descriptions for `reftex-ref-style-alist' and
129         `reftex-ref-style-default-list'.
130         (Referencing Labels): Update regarding reference styles.
131         (Citation Styles): Mention support for ConTeXt.
132         (Options (Defining Label Environments)): Fix typo.
133         (Options (Creating Citations)): Document
134         `reftex-cite-key-separator'.
136 2012-09-30  Achim Gratz  <Stromeko@Stromeko.DE>
138         * org.texi: Add description of ORG_ADD_CONTRIB to info
139         documentation.  Add link to Worg for more details.
141         * org.texi: Clarify installation procedure.  Provide link to the
142         build system description on Worg.
144         * org.texi: Remove reference to utils/, x11idle.c is now in
145         contrib/scripts.
147         * org.texi: Re-normalize to "Org mode" in manual.
149         * org.texi (Installation): Adapt documentation to new build
150         system.  Mention GNU ELPA (since it needs to be handled like Emacs
151         built-in Org).
153 2012-09-30  Adam Spiers  <orgmode@adamspiers.org>  (tiny change)
155         * org.texi: Fix typo in description of the 'Hooks' section.
157         * org.texi: Add ID to the list of special properties.
159 2012-09-30  Andrew Hyatt  <ahyatt@gmail.com>  (tiny change)
161         * org.texi (Moving subtrees): Document the ability to archive to a
162         datetree.
164 2012-09-30  Bastien Guerry  <bzg@altern.org>
166         * org.texi (Installation, Feedback, Batch execution): Use
167         (add-to-list 'load-path ... t) for the contrib dir.
169         * org.texi (results): Update documentation for ":results drawer"
170         and ":results org".
172         * org.texi (Column width and alignment): Fix typo.
174         * org.texi (Activation): Point to the "Conflicts" section.
176         * org.texi (Conflicts): Mention filladapt.el in the list of
177         conflicting packages.
179         * org.texi (Activation): Adding org-mode to `auto-mode-alist' is
180         not needed for versions of Emacs > 22.1.
182         * org.texi (History and Acknowledgments): Fix typo.
184         * org.texi (History and Acknowledgments): Add my own
185         acknowledgments.
187         * org.texi (Agenda commands): Document the new command and the new
188         option.
190         * org.texi (Agenda commands): Delete `org-agenda-action' section.
191         (Agenda commands): Reorder.  Document `*' to toggle persistent
192         marks.
194         * org.texi (Agenda dispatcher): Mention
195         `org-toggle-agenda-sticky'.
196         (Agenda commands, Exporting Agenda Views): Fix typo.
198         * org.texi (Templates in contexts, Setting Options): Update to
199         reflect changes in how contexts options are processed.
201         * org.texi (Templates in contexts): Document the new structure of
202         the variables `org-agenda-custom-commands-contexts' and
203         `org-capture-templates-contexts'.
205         * org.texi (Templates in contexts): Document the new option
206         `org-capture-templates-contexts'.
207         (Storing searches): Document the new option
208         `org-agenda-custom-commands-contexts'.
210         * org.texi (Formula syntax for Lisp): Reformat.
212         * org.texi (Special properties, Column attributes)
213         (Agenda column view): Document the new special property
214         CLOCKSUM_T.
216         * org.texi (Template expansion): Document the new %l template.
218         * org.texi (Fast access to TODO states): Fix documentation about
219         allowed characters for fast todo selection.
221         * org.texi (Weekly/daily agenda): Mention APPT_WARNTIME and its
222         use in `org-agenda-to-appt'.
224         * org.texi (Comment lines): Update wrt comments.
226         * org.texi (Resolving idle time): Document new keybinding.
228         * org.texi (Clocking commands): Document the use of S-M-<up/down>
229         on clock timestamps.
231         * org.texi (Fast access to TODO states): Explicitely says only
232         letters are supported as fast TODO selection keys.
234         * org.texi (Link abbreviations): Illustrate the use of the "%h"
235         specifier.  Document the new "%(my-function)" specifier.
237         * org.texi (Clocking commands): New cindex.
238         (Clocking commands): Update documentation for `org-clock-in'.
239         Document `org-clock-in-last'.  Mention `org-clock-out' and
240         `org-clock-in-last' as commands that can be globally bound.
241         (Resolving idle time): Document continuous clocking.
243         * org.texi (Top, Introduction): Fix formatting.
244         (Activation): Add index entries.
245         (Conventions): Update section.
246         (Embedded @LaTeX{}): Fix formatting.
248         * org.texi (Visibility cycling): Document `show-children'.
250         * org.texi (Using capture): Mention the `org-capture-last-stored'
251         bookmark as a way to jump to the last stored capture.
253         * org.texi (Uploading files): Fix typo.
255         * org.texi (Using capture): Document `C-0' as a prefix argument
256         for `org-capture'.
258         * org.texi (Agenda commands): Document persistent marks.
260         * org.texi (Template expansion): Update doc to reflect change.
262         * org.texi (Radio tables): Document the :no-escape parameter.
264         * org.texi (Repeated tasks): Document repeat cookies for years,
265         months, weeks, days and hours.
267         * org.texi (Export options): State that you can use the d: option
268         by specifying a list of drawers.
270         * org.texi (HTML preamble and postamble): Small doc improvement.
272 2012-09-30  Brian van den Broek  <vanden@gmail.com>  (tiny change)
274         * org.texi: The sections in the Exporting section of the manual
275         left out articles in the description of the org-export-as-*
276         commands, among other places. This patch adds them, adds a few
277         missing prepositions, and switches instances of "an HTML" to "a
278         html" for internal consistency.
280         * org.texi: Alter several examples of headings with timestamps in
281         them to include the timestamps in the body instead of the heading.
283 2012-09-30  Carsten Dominik  <carsten.dominik@gmail.com>
285         * org.texi (Agenda dispatcher): Document sticky agenda views and
286         the new key for them.
288 2012-09-30  Charles  <millarc@verizon.net>  (tiny change)
290         * org.texi (Advanced features): Fix error in table.
292 2012-09-30  Feng Shu  <tumashu@gmail.com>
294         * org.texi (@LaTeX{} fragments): Document imagemagick as an
295         alternative to dvipng.
297 2012-09-30  François Allisson  <francois@allisson.co>  (tiny change)
299         * org.texi: Remove extra curly bracket.
301 2012-09-30  Giovanni Ridolfi  <giovanni.ridolfi@yahoo.it>  (tiny change)
303         * org.texi (org-clock-in-last and org-clock-cancel): Update the
304         defkeys.
306 2012-09-30  Ippei FURUHASHI  <top.tuna+orgmode@gmail.com>  (tiny change)
308         * org.texi (Agenda commands): Fix two typos by giving
309         corresponding function names, according to
310         `org-agenda-view-mode-dispatch'.
312 2012-09-30  Jan Bäcker  <jan.boecker@jboecker.de>
314         * org.texi (The spreadsheet): Fix typo.
316 2012-09-30  Memnon Anon  <gegendosenfleisch@gmail.com>  (tiny change)
318         * org.texi (Tracking your habits): Point to the "Tracking TODO
319         state changes" section.
321 2012-09-30  Nicolas Goaziou  <n.goaziou@gmail.com>
323         * org.texi (Literal examples): Remove reference to unknown
324         `org-export-latex-minted' variable. Also simplify footnote since
325         `org-export-latex-listings' documentation is exhaustive already.
327         * org.texi (Plain lists): Remove reference to now hard-coded
328         `bullet' automatic rule.
330 2012-09-30  Toby S. Cubitt  <tsc25@cantab.net>
332         * org.texi: Updated documentation accordingly.
334 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
336         * texinfo.tex: Merge from gnulib.
338 2012-09-12  Michael Albinus  <michael.albinus@gmx.de>
340         Sync with Tramp 2.2.6.
342         * tramp.texi (Bug Reports): Cleanup caches before a test run.
344         * trampver.texi: Update release number.
346 2012-09-12  Paul Eggert  <eggert@cs.ucla.edu>
348         * texinfo.tex: Merge from gnulib.
350 2012-08-06  Aurélien Aptel  <aurelien.aptel@gmail.com>
352         * url.texi (Parsed URLs): Adjust to the code's use of defstruct
353         (bug#12096).
355 2012-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
357         * calc.texi (Simplification modes, Conversions)
358         (Operating on Selections): Mention "basic" simplification.
359         (The Calc Mode Line): Mention the mode line display for Basic
360         simplification mode.
361         (Simplify Formulas): Refer to 'algebraic' rather than 'default'
362         simplifications.
363         (Basic Simplifications): Rename from "Limited Simplifications"
364         Replace "limited" by "basic" throughout.
365         (Algebraic Simplifications):  Indicate that the algebraic
366         simplifications are done by default.
367         (Unsafe Simplifications):  Mention `m E'.
368         (Simplification of Units): Mention `m U'.
369         (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
370         (Kinds of Declarations, Functions for Declarations):  Mention
371         "algebraic simplifications" instead of `a s'.
372         (Algebraic Entry): Remove mention of default simplifications.
374 2012-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
376         * calc.texi (Getting Started, Tutorial): Change simulated
377         Calc output to match actual output.
378         (Simplifying Formulas): Mention that algebraic simplification is now
379         the default.
381 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
383         * faq.texi (Right-to-left alphabets): Update for Emacs 24.
384         (Bug#12073)
386 2012-07-25  Paul Eggert  <eggert@cs.ucla.edu>
388         Prefer typical American spelling for "acknowledgment".
389         * calc.texi (History and Acknowledgments): Rename from
390         History and Acknowledgements.
391         * idlwave.texi (Acknowledgments):
392         * ses.texi (Acknowledgments):
393         * woman.texi (Acknowledgments): Rename from Acknowledgements.
395 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
397         Rename configure.in to configure.ac (Bug#11603).
398         * ede.texi (Compiler and Linker objects, ede-proj-project)
399         (ede-step-project): Prefer the name configure.ac to configure.in.
401 2012-07-06  Michael Albinus  <michael.albinus@gmx.de>
403         * tramp.texi (Multi-hops): Introduce
404         `tramp-restricted-shell-hosts-alist'.
406 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
408         * gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
409         methods, so don't mention smtpmail here.
411 2012-06-26  Wolfgang Jenkner  <wjenkner@inode.at>
413         * gnus.texi (Picons): Document gnus-picon-properties.
415 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
417         * gnus.texi: Remove mention of compilation, as that's no longer
418         supported.
420 2012-06-26  Christopher Schmidt  <christopher@ch.ristopher.com>
422         * gnus.texi (Archived Messages): Mention
423         gnus-gcc-pre-body-encode-hook and gnus-gcc-post-body-encode-hook.
425 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
427         * gnus.texi (Various Summary Stuff):
428         Remove mention of `gnus-propagate-marks'.
430 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
432         * gnus.texi: Remove mentions of nnml/nnfolder/nntp backend marks,
433         which no longer exist.
435 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
437         * gnus.texi (Archived Messages):
438         Document gnus-gcc-self-resent-messages.
440 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
442         * message.texi (Mail Variables):
443         Mention the optional user parameter for X-Message-SMTP-Method.
445 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
447         * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
449         * message.texi (Mail Variables): Document X-Message-SMTP-Method.
451 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
453         * gnus.texi (Key Index): Change encoding to utf-8.
455 2012-06-21  Glenn Morris  <rgm@gnu.org>
457         * Makefile.in: Rename infodir to buildinfodir throughout.  (Bug#11737)
459 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
461         * gnus.texi (Group Timestamp): Mention where to find documentation for
462         the `gnus-tmp-' variables (bug#11601).
464 2012-06-11  Michael Albinus  <michael.albinus@gmx.de>
466         Sync with Tramp 2.2.6-pre.
468         * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{}
469         where appropriate.
470         (Ad-hoc multi-hops): New section.
471         (Remote processes): New subsection "Running remote processes on
472         Windows hosts".
473         (History): Add remote commands on Windows, and ad-hoc multi-hop
474         methods.
475         (External methods): "ControlPersist" must be set to "no" for the
476         `scpc' method.
477         (Remote processes): Add a note about `auto-revert-tail-mode'.
478         (Frequently Asked Questions): Use "scpx" in combination with
479         "ControlPersist".  Reported by Adam Spiers <emacs@adamspiers.org>.
481         * trampver.texi: Update release number.
483 2012-06-10  Chong Yidong  <cyd@gnu.org>
485         * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo
486         compilation for html-mono.
488 2012-06-08  Paul Eggert  <eggert@cs.ucla.edu>
490         * texinfo.tex: Merge from gnulib.
492 2012-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
494         * Makefile.in (echo-info): Don't try to install info files named
495         just ".info".
497 2012-05-28  Glenn Morris  <rgm@gnu.org>
499         * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX.  (Bug#10910)
501         * sc.texi: Nuke hand-written node pointers.
502         Fix top-level menu to match actual node order.
504 2012-05-27  Glenn Morris  <rgm@gnu.org>
506         * cl.texi, dired-x.texi: Nuke hand-written node pointers.
507         Some associated fixes, including not messing with chapno in cl.texi.
509 2012-05-27  Bastien Guerry  <bzg@gnu.org>
511         * org.texi (Durations and time values): Fix typo.
513 2012-05-19  Jay Belanger  <jay.p.belanger@gmail.com>
515         * doc/misc/calc.texi (Basic Operations on Units, Customizing Calc):
516         Mention `calc-ensure-consistent-units'.
518 2012-05-14  Andreas Schwab  <schwab@linux-m68k.org>
520         * cc-mode.texi: Avoid space before macro in 4th argument of cross
521         reference commands.  (Bug#11461)
523         * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
525 2012-05-12  Glenn Morris  <rgm@gnu.org>
527         * Makefile.in (mostlyclean): Add more TeX intermediates.
529         * Makefile.in: Make it look more like the other doc Makefiles.
530         Use explicit $srcdir in all dependencies.
531         Remove cd $srcdir from rules.
532         (VPATH): Remove.
533         (infodir): Set to an absolute path.
534         (INFO_TARGETS): Use short names.
535         (mkinfodir): infodir is now absolute.
536         (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
538         * Makefile.in (info.info): Rename from info, to avoid duplication.
539         (.SUFFIXES): Disable implicit rules.
541         * Makefile.in (MKDIR_P): New, set by configure.
542         (mkinfodir): Use $MKDIR_P.
544 2012-05-07  Glenn Morris  <rgm@gnu.org>
546         * forms.texi (Long Example): Update for changed location of files.
548 2012-05-04  Glenn Morris  <rgm@gnu.org>
550         * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
551         (INFO_TARGETS): Use $INFO_EXT.
552         Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
553         * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
554         (INFO_TARGETS): Use $INFO_EXT.
555         Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
557 2012-05-02  Glenn Morris  <rgm@gnu.org>
559         * Makefile.in (echo-info): New phony target, used by top-level.
561         * viper.texi: Make direntry shorter (also it is no longer "newest").
563         * emacs-gnutls.texi, ert.texi, org.texi:
564         Fix dircategory, direntry to match info/dir.
566         * faq.texi: Convert @inforefs to @xrefs.
567         Fix some malformed cross-references.
568         (File-name conventions): Shorten section name to avoid overfull line.
569         (How to add fonts): Use smallexample to avoid overfull lines.
571 2012-05-01  Teodor Zlatanov  <tzz@lifelogs.com>
573         * auth.texi (Help for users): Update for .gpg file being second.
575 2012-04-27  Ippei Furuhashi  <top.tuna+orgmode@gmail.com>  (tiny change)
577         * org.texi (Agenda commands): Fix two typos: give corresponding
578         function names, according to `org-agenda-view-mode-dispatch'.
580 2012-04-27  Glenn Morris  <rgm@gnu.org>
582         * faq.texi (Major packages and programs): Remove section.
583         There is no point listing 6 packages (cf etc/MORE.STUFF).
584         (Finding Emacs and related packages): Move "Spell-checkers" here.
586 2012-04-22  Michael Albinus  <michael.albinus@gmx.de>
588         * dbus.texi (Version): New node.
589         (Properties and Annotations): Mention the object manager
590         interface.  Describe dbus-get-all-managed-objects.
591         (Type Conversion): Floating point numbers are allowed, if an
592         anteger does not fit Emacs's integer range.
593         (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
594         (Asynchronous Methods): Fix description of
595         dbus-call-method-asynchronously.
596         (Receiving Method Calls): Fix some minor errors.  Add
597         dbus-interface-emacs.
598         (Signals): Describe unicast signals and the new match rules.
599         (Alternative Buses): Add the PRIVATE optional argument to
600         dbus-init-bus.  Describe its new return value.  Add dbus-setenv.
602 2012-04-20  Glenn Morris  <rgm@gnu.org>
604         * faq.texi (New in Emacs 24): New section.
605         (Packages that do not come with Emacs): Mention M-x list-packages.
607 2012-04-14  Alan Mackenzie  <acm@muc.de>
609         * cc-mode.texi (c-offsets-alist): Correct a typo.
611 2012-04-14  Jérémie Courrèges-Anglas  <jca@wxcvbn.org>  (tiny change)
613         * org.texi (Deadlines and scheduling): Fix the example: the
614         DEADLINE item should come right after the headline.  We enforce
615         this convention, so it is a bug not to illustrate it correctly in
616         the manual.
618 2012-04-14  Ippei FURUHASHI  <top.tuna+orgmode@gmail.com>  (tiny change)
620         * org.texi (Agenda commands): Fix documentation bug by swapping
621         the equivalent keybindings to `org-agenda-next-line' with the ones
622         to `org-agenda-previous-line'.
624 2012-04-14  Glenn Morris  <rgm@gnu.org>
626         * Makefile.in: Replace non-portable use of $< in ordinary rules.
628 2012-04-09  Eli Zaretskii  <eliz@gnu.org>
630         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add
631         emacs-gnutls.
632         ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
634 2012-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
636         * Makefile.in: Add emacs-gnutls.texi to build.
638         * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
640 2012-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
642         * auth.texi (Secret Service API): Edit further and give examples.
643         (Secret Service API): Adjust @samp to @code for collection names.
645 2012-04-04  Glenn Morris  <rgm@gnu.org>
647         * auth.texi (Secret Service API): Copyedits.
648         (Help for developers): Fill in some missing function doc-strings.
649         (Help for users, Help for developers)
650         (GnuPG and EasyPG Assistant Configuration): Markup fixes.
652 2012-04-04  Michael Albinus  <michael.albinus@gmx.de>
654         * auth.texi (Secret Service API): Add the missing text.
656 2012-04-04  Chong Yidong  <cyd@gnu.org>
658         * message.texi (Using PGP/MIME): Note that epg is now the default.
660         * gnus.texi: Reduce references to obsolete pgg library.
661         (Security): Note that epg is now the default.
663         * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
665         * nxml-mode.texi (Completion): C-RET is no longer bound to
666         nxml-complete.
668 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
670         * org.texi (Customizing tables in ODT export): Correct few errors.
672 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
674         * org.texi (Links in ODT export): Update.
675         (Labels and captions in ODT export): New node.
677 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
679         * org.texi (Literal examples in ODT export): htmlfontify.el in
680         Emacs-24.1 now supports fontification.  So ODT source blocks will
681         be fontified by default.
683 2012-04-01  Julian Gehring  <julian.gehring@googlemail.com>  (tiny change)
685         * org.texi (Refiling notes): Remove duplicated keybinding.
687 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
689         * org.texi (noweb): Documentation of this new option to the :noweb
690         header argument.
692 2012-04-01  Suvayu Ali  <fatkasuvayu+linux@gmail.com>
694         * org.texi (Header and sectioning): Add example demonstrating how
695         to use "LaTeX_CLASS_OPTIONS".
697 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
699         * org.texi (Noweb reference syntax): Describe the ability to
700         execute noweb references in the manual.
702 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
704         * org.texi (cache): Improve cache documentation when session
705         evaluation is used.
707 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
709         * org.texi (Plain lists): Document removal.
711 2012-04-01  Michael Brand  <michael.ch.brand@gmail.com>
713         * org.texi: Decapitalize file name in references to Calc manual.
715 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
717         * org.texi (Plain lists): Document removal.
719 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
721         * org.texi (Top, OpenDocument Text export)
722         (ODT export commands, Extending ODT export)
723         (Images in ODT export, Tables in ODT export)
724         (Configuring a document converter): Add or Update.
726 2012-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
728         * org.texi (MobileOrg): Change the wording to reflect that the
729         Android Version is no longer just the little brother of the iOS
730         version.
732 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
734         * org.texi (Key bindings and useful functions): Updated babel key
735         binding documentation in manual.
737 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
739         * org.texi (noweb): Document new noweb header value.
741 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
743         * org.texi (noweb-sep): Document new header argument.
745 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
747         * org.texi (noweb-ref): Documentation of this new custom variable.
749 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
751         * org.texi (wrap): Update the new :wrap documentation to match the
752         current implementation.
754 2012-04-01  Thomas Dye  <dk@poto.myhome.westell.com>
756         * org.texi: Added documentation for :wrap.
758 2012-04-01  Thomas Dye  <dk@poto.myhome.westell.com>
760         * org.texi: #+RESULTS now user-configurable.
762 2012-04-01  Thomas Dye  <dk@poto.myhome.westell.com>
764         * org.texi: Documented :noweb no-export.
766 2012-04-01  Thomas Dye  <dk@poto.local>
768         * org.texi: Edit :noweb no header argument for correctness.
770 2012-04-01  Bastien Guerry  <bzg@altern.org>
772         * org.texi (Customization): Update the approximate number of Org
773         variables.
775 2012-04-01  Thomas Dye  <dk@poto.local>
777         * org.texi: The :results wrap produces a drawer instead of a
778         begin_results block.
780 2012-03-22  Peder O. Klingenberg  <peder@klingenberg.no>  (tiny change)
782         * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
783         reflect the new default.
785 2012-03-10  Eli Zaretskii  <eliz@gnu.org>
787         * info.texi (Expert Info): Move the index entry for "Texinfo" from
788         "Getting Started" to this node.  (Bug#10450)
790 2012-03-10  Chong Yidong  <cyd@gnu.org>
792         * flymake.texi (Example -- Configuring a tool called via make):
793         Mention the Automake COMPILE variable (Bug#8715).
795         * info.texi (Getting Started): Add an index entry (Bug#10450).
797 2012-03-02  Michael Albinus  <michael.albinus@gmx.de>
799         * dbus.texi (Signals): Known names will be mapped onto unique
800         names, when registering for signals.
802 2012-02-29  Glenn Morris  <rgm@gnu.org>
804         * url.texi: Fix quote usage in body text.
806         * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
808         * cl.texi: Use @code{} in menus when appropriate.
810 2012-02-28  Glenn Morris  <rgm@gnu.org>
812         * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
813         * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
814         * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
815         * org.texi, sc.texi, vip.texi, viper.texi:
816         Standardize possessive apostrophe usage.
818 2012-02-26  Chong Yidong  <cyd@gnu.org>
820         * ediff.texi (Quick Help Commands): Add a couple of index entries
821         (Bug#10834).
823 2012-02-17  Glenn Morris  <rgm@gnu.org>
825         * gnus.texi (Posting Styles):
826         * remember.texi (Org): Fix cross-refs to other manuals.
828 2012-02-15  Glenn Morris  <rgm@gnu.org>
830         * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
831         (Encryption): New chapter, split out from previous.
833 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
835         * gnus.texi (Customizing the IMAP Connection): Mention
836         nnimap-record-commands.
838 2012-02-10  Glenn Morris  <rgm@gnu.org>
840         * url.texi (Retrieving URLs): Update url-retrieve arguments.
841         Mention url-queue-retrieve.
843 2012-02-09  Glenn Morris  <rgm@gnu.org>
845         * sem-user.texi (Semantic mode user commands): Typo fix.
847         * info.texi (Create Info buffer): Mention info-display-manual.
849 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
851         * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
852         example (modified from an example by Michael Albinus).
854 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
856         * gnus.texi (Agent Basics): Fix outdated description of
857         `gnus-agent-auto-agentize-methods'.
859 2012-01-28  Andreas Schwab  <schwab@linux-m68k.org>
861         * cc-mode.texi: Always @defindex ss.
862         (Config Basics): Fix argument of @itemize.
863         (Macro Backslashes): Add @code around index entry.
865 2012-01-23  Glenn Morris  <rgm@gnu.org>
867         * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
869 2012-01-19  Eric Hanchrow  <eric.hanchrow@gmail.com>
871         * tramp.texi (File): Tweak wording for the `scpc' option.
873 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
875         * gnus.texi (Group Parameters): Really note precedence.
877 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
879         * gnus.texi (Group Parameters): Note precedence.
881 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
883         * org.texi (Noweb reference syntax): Adding documentation of
884         the `*org-babel-use-quick-and-dirty-noweb-expansion*'
885         variable.
887 2012-01-03  Bastien Guerry  <bzg@gnu.org>
889         * org.texi (Plain lists): Split the table to fix the display
890         of items.
892 2012-01-03  Bastien Guerry  <bzg@gnu.org>
894         * org.texi (Plain lists): Fix misplaced explanation.
896 2012-01-03  Bastien Guerry  <bzg@gnu.org>
898         * org.texi (Plain lists, Agenda files): Add index entries.
900 2012-01-03  Julian Gehring  <julian.gehring@googlemail.com>
902         * org.texi: Use "Org mode" instead of alternatives like
903         "Org-mode" or "org-mode".
905 2012-01-03  Bernt Hansen  <bernt@norang.ca>
907         * org.texi (Agenda commands): Document
908         `org-clock-report-include-clocking-task'.
910 2012-01-03  Bastien Guerry  <bzg@gnu.org>
912         * org.texi (Checkboxes): Document the new behavior of `C-u C-c
913         C-c' on checkboxes.
915 2012-01-03  Julian Gehring  <julian.gehring@googlemail.com>
917         * org.texi: End sentences with two spaces.
919 2012-01-03  Michael Brand  <michael.ch.brand@gmail.com>
921         * org.texi (External links): Document the link types file+sys
922         and file+emacs, slightly narrow used page width.
924 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
926         * org.texi (colnames): Note that colnames behavior may differ
927         across languages.
929 2012-01-03  Bastien Guerry  <bzg@gnu.org>
931         * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
933 2012-01-03  Thomas Dye  <dk@poto.westell.com>
935         * org.texi: Augmented discussion of babel property
936         inheritance.  Put footnote outside sentence ending period.
938 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
940         * org.texi (eval): Documenting the full range of :eval header
941         argument values.
943 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
945         * org.texi (eval): Documentation of the new :eval option.
947 2012-01-03  Thomas Dye  <dk@poto.local>
949         * org.texi: Add accumulated properties.
951 2012-01-03  Thomas Dye  <dk@poto.local>
953         * org.texi: Documented no spaces in name=assign, another
954         correction to :var table.
956 2012-01-03  Thomas Dye  <dk@poto.local>
958         * org.texi: Changed DATA to NAME in Working With Source Code
959         section.
961 2012-01-03  Tom Dye  <tsd@tsdye.com>
963         * org.texi: Minor change to :var table.
965 2012-01-03  Tom Dye  <tsd@tsdye.com>
967         * org.texi: More changes to :var table (some examples were wrong).
969 2012-01-03  Tom Dye  <tsd@tsdye.com>
971         * org.texi: Cleaned up :var table.
973 2012-01-03  Bastien Guerry  <bzg@gnu.org>
975         * org.texi (Timestamps, Weekly/daily agenda)
976         (Weekly/daily agenda): Add @cindex for "appointment".
978 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
980         * org.texi (Literal examples): A new link to the template for
981         inserting empty code blocks.
982         (Structure of code blocks): A new link to the template for
983         inserting empty code blocks.
985 2012-01-03  Rafael Laboissiere  <rafael@laboissiere.net>  (tiny change)
987         * org.texi (External links): Add footnote on how the behavior
988         of the text search in Org files are controled by the variable
989         `org-link-search-must-match-exact-headline'.
991 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
993         * org.texi (Buffer-wide header arguments): Update
994         documentation to reflect removal of #+PROPERTIES.
996 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
998         * org.texi (The clock table): Mention that ACHIVED trees
999         contribute to the clock table.
1001 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
1003         * org.texi (Conflicts): Better yasnippet config info.
1005 2012-01-03  Bastien Guerry  <bzg@gnu.org>  (tiny change)
1007         * org.texi (Selective export): Explicitely mention the default
1008         values for `org-export-select-tags',
1009         `org-export-exclude-tags'.
1011 2012-01-03  Tom Dye  <tsd@tsdye.com>
1013         * org.texi: Added a line to specify that header arguments are
1014         lowercase.
1016 2012-01-03  Tom Dye  <tsd@tsdye.com>
1018         * org.texi: :var requires default value when declared.
1020 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1022         * org.texi (Handling links): Add a note about the
1023         `org-link-frame-setup' option.
1025 2012-01-03  David Maus  <dmaus@ictsoc.de>
1027         * org.texi (Exporting Agenda Views, Extracting agenda
1028         information): Fix command line syntax, quote symbol parameter
1029         values.
1031 2012-01-03  David Maus  <dmaus@ictsoc.de>
1033         * org.texi (Exporting Agenda Views): Fix command line syntax.
1035 2011-12-28  Paul Eggert  <eggert@cs.ucla.edu>
1037         * gnus.texi (Mail Source Customization, Mail Back End Variables):
1038         Use octal notation for file permissions, which are normally
1039         thought of in octal.
1040         (Mail Back End Variables): Use more-plausible modes in example.
1042 2011-12-20  Alan Mackenzie  <acm@muc.de>
1044         * cc-mode.texi: Update version string 5.31 -> 5.32.
1046 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
1048         * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
1050 2011-11-24  Glenn Morris  <rgm@gnu.org>
1052         * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
1054 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
1056         * makefile.w32-in: Update dependencies.
1058 2011-11-20  Glenn Morris  <rgm@gnu.org>
1060         * gnus.texi (Group Information):
1061         Remove gnus-group-fetch-faq, command deleted 2010-09-24.
1063 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1065         * gnus-coding.texi (Gnus Maintenance Guide):
1066         Rename from "Gnus Maintainance Guide".
1068         * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
1069         * eieio.texi (Customizing):
1070         * gnus.texi (Article Washing):
1071         * gnus-news.texi:
1072         * sem-user.texi (Smart Jump): Fix typos.
1074 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1076         * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
1078 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
1080         * ede.texi (project-am-texinfo):
1081         * gnus.texi (Sending or Not Sending):
1082         * org.texi (Template elements): Fix typos.
1084 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
1086         * ediff.texi (Hooks):
1087         * sem-user.texi (Semanticdb Roots): Fix typos.
1089 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
1091         * semantic.texi (Tag handling): Fix typo.
1093 2011-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1095         * gnus.texi (Other Gnus Versions): Remove.
1097 2011-10-28  Alan Mackenzie  <acm@muc.de>
1099         * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
1100         (Other Special Indentations): Add an xref to "Macros with ;".
1101         (Customizing Macros): Add stuff about syntax in macros.  Add an xref to
1102         "Macros with ;".
1103         (Macros with ;): New page.
1105         * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
1106         Document the new handling of nested scopes for movement by defuns.
1108 2011-10-23  Michael Albinus  <michael.albinus@gmx.de>
1110         Sync with Tramp 2.2.3.
1112         * trampver.texi: Update release number.
1114 2011-10-14  Glenn Morris  <rgm@gnu.org>
1116         * ert.texi (Introduction, How to Run Tests)
1117         (Running Tests Interactively, Expected Failures)
1118         (Tests and Their Environment, Useful Techniques)
1119         (Interactive Debugging, Fixtures and Test Suites):
1120         Minor rephrasings.
1121         (Running Tests Interactively, The @code{should} Macro): Add xrefs.
1122         (Running Tests in Batch Mode): Simplify loading instructions.
1123         (Test Selectors): Clarify some selectors.
1124         (Expected Failures, Useful Techniques):
1125         Make examples fit in 80 columns.
1127 2011-10-13  Jay Belanger  <jay.p.belanger@gmail.com>
1129         * calc.texi (Basic Operations on Units): Discuss temperature
1130         conversion (`u t') alongside with other unit conversions ('u c').
1132 2011-10-12  Glenn Morris  <rgm@gnu.org>
1134         * ert.texi: Whitespace trivia to make main menu items line up better.
1136 2011-10-08  Glenn Morris  <rgm@gnu.org>
1138         * Makefile.in: Fix ert rules.
1140 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1142         * gnus.texi (Gnus Utility Functions): Add more references and
1143         explanations (bug#9683).
1145 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1147         * gnus.texi (Archived Messages): Note the default (bug#9552).
1149 2011-09-21  Bill Wohler  <wohler@newt.com>
1151         Release MH-E manual version 8.3.
1153         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
1154         release 8.3.
1155         (Preface): Updated support information.
1156         (From Bill Wohler): Reset text to original version.  As a
1157         historical quote, the tense should be correct in the time that it
1158         was written.
1160 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1162         * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
1163         (Finding the News): Doc clarification.
1164         (Terminology): Mention naming.
1166 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1168         * gnus.texi: Remove mentions of `recent', which are now obsolete.
1169         (Interactive): Document `quiet'.
1171 2011-08-15  Suvayu Ali  <fatkasuvayu+linux@gmail.com>  (tiny change)
1173         * org.texi (Images in LaTeX export): Rewrite.
1175 2011-08-15  Bastien Guerry  <bzg@gnu.org>
1177         * org.texi (Using the mapping API): Mention 'region as a possible
1178         scope for `org-map-entries'.
1180 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1182         * org.texi (Visibility cycling): Document `org-copy-visible'.
1184 2011-08-15  Bastien Guerry  <bzg@gnu.org>
1186         * org.texi (Template expansion): Order template sequences in the
1187         proper order.
1189 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1191         * org.texi (eval): Expand discussion of the :eval header argument.
1193 2011-08-15  Bastien Guerry  <bzg@gnu.org>
1195         * org.texi (Languages): Add Lilypond and Awk as supported
1196         languages.
1198 2011-08-15  Achim Gratz  <stromeko@nexgo.de>
1200         * org.texi: Document that both CLOCK_INTO_DRAWER and
1201         LOG_INTO_DRAWER can be used to override the contents of variable
1202         org-clock-into-drawer (or if unset, org-log-into-drawer).
1204         * org.texi: Replace @xref->@pxref.
1206 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1208         * org.texi (Evaluating code blocks): Documenting the new option
1209         for inline call lines.
1211 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1213         * org.texi (Results of evaluation): More explicit about the
1214         mechanism through which interactive evaluation of code is
1215         performed.
1217 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1219         * org.texi (noweb-ref): New header argument documentation.
1221 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1223         * org.texi (Extracting source code): Documentation of the new
1224         org-babel-tangle-named-block-combination variable.
1226 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1228         * org.texi (Structure of code blocks): Explicitly state that the
1229         behavior of multiple blocks of the same name is undefined.
1231 2011-08-15  Christian Egli  <christian.egli@sbszh.ch>
1233         * org.texi (TaskJuggler export): Modify the example to reflect the
1234         new effort durations.
1236 2011-08-15  David Maus  <dmaus@ictsoc.de>
1238         * org.texi (Images in LaTeX export): Escape curly brackets in
1239         LaTeX example.
1241 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1243         * org.texi (The clock table): Document the :properties and
1244         :inherit-props arguments for the clocktable.
1246 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1248         * org.texi (Tables in LaTeX export): Document specifying placement
1249         options for tables.
1251 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1253         * org.texi (Evaluating code blocks): More specific documentation
1254         about the different types of header arguments.
1256 2011-08-15  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
1258         * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
1260 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1262         * org.texi (Built-in table editor): Document the table field
1263         follow mode.
1265 2011-08-15  Robert P. Goldman  <rpgoldman@real-time.com>
1267         * org.texi (Easy Templates): Document new template.
1269 2011-08-15  Robert P. Goldman  <rpgoldman@real-time.com>
1271         * org.texi (Literal examples): Add a cross-reference from "Literal
1272         Examples" to "Easy Templates."
1274 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1276         * org.texi (The clock table): Add link to match syntax.
1278 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1280         * org.texi (Agenda commands): Document clock consistency checks.
1282 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1284         * org.texi (Built-in table editor): Document that \vert represents
1285         a vertical bar in a table field.
1287 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1289         * org.texi (Literal examples): Link from "Markup" > "Literate
1290         Examples" to "Working with Source Code".
1292 2011-08-15  Puneeth Chaganti  <punchagan@gmail.com>
1294         * org.texi (Agenda commands): Doc for function option to bulk
1295         action.
1297 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1299         * org.texi (Template expansion): Document new %<...> template
1300         escape.
1302 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1304         * org.texi (Selective export): Document exclusion of any tasks
1305         from export.
1307 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1309         * org.texi (Selective export): Document how to exclude DONE tasks
1310         from export.
1311         (Publishing options): Document the properties to be used to turn off
1312         export of DONE tasks.
1314 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1316         * org.texi (The date/time prompt): Document date range protection.
1318 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1320         * org.texi (padline): Documentation of the new padline header
1321         argument.
1323 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1325         * org.texi (var): Adding "[" to list of characters triggering
1326         elisp evaluation.
1328 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1330         * org.texi (var): Documentation of Emacs Lisp evaluation during
1331         variable assignment.
1333 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1335         * org.texi (colnames): Reference indexing into variables, and note
1336         that colnames are *not* removed before indexing occurs.
1337         (rownames): Reference indexing into variables, and note that
1338         rownames are *not* removed before indexing occurs.
1340 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1342         * org.texi (var): Clarification of indexing into tabular
1343         variables.
1345 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1347         * org.texi (results): Documentation of the `:results wrap' header
1348         argument.
1350 2011-08-15  Bastien Guerry  <bzg@gnu.org>
1352         * org.texi (LaTeX and PDF export): Add a note about a limitation
1353         of the LaTeX export: the org file has to be properly structured.
1355 2011-08-15  Bastien Guerry  <bzg@gnu.org>
1357         * org.texi (Dynamic blocks, Structure editing): Mention
1358         the function `org-narrow-to-block'.
1360 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1362         * org.texi (Languages): Updating list of code block supported
1363         languages.
1365 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1367         * org.texi (Special properties): CATEGORY is a special property,
1368         but it may also used in the drawer.
1370 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1372         * org.texi (mkdirp): Documentation of the :mkdirp header argument.
1374 2011-08-15  Puneeth Chaganti  <punchagan@gmail.com>
1376         * org.texi (Include files): Document :lines.
1378 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1380         * org.texi (comments): Documentation of the ":comments noweb" code
1381         block header argument.
1383 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1385         * org.texi (Conflicts): Changed "yasnippets" to "yasnippet" and
1386         added extra whitespace around functions to be consistent with the
1387         rest of the section.
1389 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1391         * org.texi (Evaluating code blocks): Expanded discussion of
1392         #+call: line syntax.
1393         (Header arguments in function calls): Expanded discussion of
1394         #+call: line syntax.
1396 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1398         * org.texi (Evaluating code blocks): More explicit about how to
1399         pass variables to #+call lines.
1401 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1403         * org.texi (Results of evaluation): Link to the :results header
1404         argument list from the "Results of evaluation" section.
1406 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1408         * org.texi (Conflicts): Adding additional information about
1409         resolving org/yasnippet conflicts.
1411 2011-08-15  David Maus  <dmaus@ictsoc.de>
1413         * org.texi (Publishing options): Document style-include-scripts
1414         publishing project property.
1416 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
1418         * org.texi (Sparse trees): Document the next-error /
1419         previous-error functionality.
1421 2011-08-15  Tom Dye  <tsd@tsdye.com>
1423         * org.texi (cache): Improved documentation of code block caches.
1425 2011-08-15  Tom Dye  <tsd@tsdye.com>
1427         * org.texi (Code block specific header arguments): Documentation
1428         of multi-line header arguments.
1430 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1432         * org.texi (Code evaluation security): Add example for using a
1433         function.
1435 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
1437         * org.texi (Tables in LaTeX export): Documentation of new
1438         attr_latex options for tables.
1440 2011-08-03  Michael Albinus  <michael.albinus@gmx.de>
1442         * trampver.texi: Update release number.
1444 2011-07-30  Michael Albinus  <michael.albinus@gmx.de>
1446         Sync with Tramp 2.2.2.
1448         * trampver.texi: Update release number.
1450 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1452         * flymake.texi (Example -- Configuring a tool called via make):
1453         Use /dev/null instead of the Windows "nul" (bug#8715).
1455 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1457         * widget.texi (Setting Up the Buffer): Remove mention of the
1458         global keymap parent, which doesn't seem to be accurate
1459         (bug#7045).
1461 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1463         * org.texi (Special agenda views): Fix double quoting (bug#3509).
1465 2010-07-10  Kevin Ryde  <user42@zip.com.au>
1467         * cl.texi (For Clauses): Add destructuring example processing an
1468         alist (bug#6596).
1470 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1472         * ediff.texi (Major Entry Points): Remove mention of `require',
1473         since that's not pertinent in the installed Emacs (bug#9016).
1475 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1477         * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
1478         (Filtering New Groups): Clarify how simple the "options -n" format is.
1479         (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
1480         is internal.
1482 2011-07-04  Michael Albinus  <michael.albinus@gmx.de>
1484         * tramp.texi (Cleanup remote connections): Add
1485         `tramp-cleanup-this-connection'.
1487 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1489         * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
1490         zombies.
1491         (Checking New Groups): Ditto (bug#8974).
1492         (Checking New Groups): Moved the reference to the right place.
1494 2011-07-03  Dave Abrahams  <dave@boostpro.com>  (tiny change)
1496         * gnus.texi (Startup Files): Clarify that we're talking about numbered
1497         backups, and not actual vc (bug#8975).
1499 2011-07-03  Kevin Ryde  <user42@zip.com.au>
1501         * cl.texi (For Clauses): @items for hash-values and key-bindings
1502         to make them more visible when skimming.  Add examples of `using'
1503         clause to them, examples being clearer than a description in
1504         words (bug#6599).
1506 2011-07-01  Alan Mackenzie  <acm@muc.de>
1508         * cc-mode.texi (Guessing the Style): New page.
1509         (Styles): Add a short introduction to above.
1511 2011-06-28  Deniz Dogan  <deniz@dogan.se>
1513         * rcirc.texi (Configuration): Bug-fix:
1514         `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
1515         Reported by Elias Pipping <pipping@exherbo.org>.
1517 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1519         * gnus.texi (Summary Mail Commands): Document
1520         `gnus-summary-reply-to-list-with-original'.
1522 2011-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1524         * eshell.texi (Known problems): Fix typo.
1526 2011-06-12  Michael Albinus  <michael.albinus@gmx.de>
1528         * tramp.texi (Customizing Completion): Mention authinfo-style files.
1529         (Password handling): `auth-source-debug' is good for debug messages.
1531 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
1533         * gnus.texi (Store custom flags and keywords): Refer to
1534         `gnus-registry-article-marks-to-{chars,names}' instead of
1535         `gnus-registry-user-format-function-{M,M2}'.
1537 2011-05-27  Paul Eggert  <eggert@cs.ucla.edu>
1539         * texinfo.tex: Merge from gnulib.
1541 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
1543         * gnus.texi (Gnus Registry Setup): Rename from "Setup".
1544         (Store custom flags and keywords):
1545         Mention `gnus-registry-user-format-function-M' and
1546         `gnus-registry-user-format-function-M2'.
1548 2011-05-17  Paul Eggert  <eggert@cs.ucla.edu>
1550         * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
1552 2011-05-17  Glenn Morris  <rgm@gnu.org>
1554         * gnus.texi (Face): Fix typo.
1556 2011-05-14  Glenn Morris  <rgm@gnu.org>
1558         * dired-x.texi (Omitting Examples): Minor addition.
1560 2011-05-10  Jim Meyering  <meyering@redhat.com>
1562         * ede.texi: Fix typo "or or -> or".
1564 2011-05-03  Peter Münster  <pmlists@free.fr>  (tiny change)
1566         * gnus.texi (Summary Buffer Lines):
1567         gnus-summary-user-date-format-alist does not exist.
1568         (Sorting the Summary Buffer): More about sorting threads.
1570 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
1572         * trampver.texi: Update release number.
1574 2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
1576         * tramp.texi (Frequently Asked Questions): New item for disabling
1577         Tramp in other packages.
1579 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
1581         * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
1582         (Fancy splitting to parent, Store arbitrary data):
1583         Updated gnus-registry docs.
1585 2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
1587         * ede.texi: Fix typos.
1589 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1591         * gnus.texi (Window Layout): @itemize @code doesn't exist.
1592         It's @table @code.
1594 2011-03-19  Antoine Levitt  <antoine.levitt@gmail.com>
1596         * gnus.texi (Listing Groups): Document gnus-group-list-ticked.
1598 2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
1600         * calc.texi (Logarithmic Units): Update the function names.
1602 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1604         * message.texi (Various Commands): Document format specs in the
1605         ellipsis.
1607 2011-03-15  Antoine Levitt  <antoine.levitt@gmail.com>
1609         * message.texi (Insertion Variables): Document message-cite-style.
1611 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
1613         * tramp.texi (Remote processes): New subsection "Running shell on
1614         a remote host".
1616 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1618         * auth.texi (Help for developers): Update docs to explain that the
1619         :save-function will only run the first time.
1621 2011-03-12  Glenn Morris  <rgm@gnu.org>
1623         * Makefile.in (emacs-faq.html): Fix some more cross-refs.
1624         (emacs-faq.text): New target.
1625         (clean): Add emacs-faq.
1627 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
1629         Sync with Tramp 2.2.1.
1631         * trampver.texi: Update release number.
1633 2011-03-11  Glenn Morris  <rgm@gnu.org>
1635         * Makefile.in (HTML_TARGETS): New.
1636         (clean): Delete $HTML_TARGETS.
1637         (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
1639 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
1641         * auth.texi (Help for developers): Show example of using
1642         `auth-source-search' with prompts and :save-function.
1644 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1646         * Version 23.3 released.
1648 2011-03-07  Antoine Levitt  <antoine.levitt@gmail.com>
1650         * message.texi (Message Buffers): Update default value of
1651         message-generate-new-buffers.
1653 2011-03-06  Jay Belanger  <jay.p.belanger@gmail.com>
1655         * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
1656         and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
1657         respectively.
1658         (Musical Notes): New section.
1659         (Customizing Calc): Mention the customizable variable
1660         calc-note-threshold.
1662 2011-03-03  Glenn Morris  <rgm@gnu.org>
1664         * url.texi (Dealing with HTTP documents): Remove reference to
1665         function url-decode-text-part; never seems to have existed.  (Bug#6038)
1666         (Configuration): Update url-configuration-directory description.
1668 2011-03-02  Glenn Morris  <rgm@gnu.org>
1670         * dired-x.texi (Multiple Dired Directories): Remove mentions
1671         of dired-default-directory-alist and dired-default-directory.
1672         Move dired-smart-shell-command here...
1673         (Miscellaneous Commands): ... from here.
1675 2011-03-02  Paul Eggert  <eggert@cs.ucla.edu>
1677         * texinfo.tex: Update to version 2011-02-24.09.
1679 2011-03-02  Glenn Morris  <rgm@gnu.org>
1681         * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
1682         instead of the obsoleted dired-omit-here-always.
1684 2011-02-28  Michael Albinus  <michael.albinus@gmx.de>
1686         * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
1687         supported systems.
1689 2011-02-28  Glenn Morris  <rgm@gnu.org>
1691         * dbus.texi (Type Conversion): Grammar fix.
1693 2011-02-23  Michael Albinus  <michael.albinus@gmx.de>
1695         * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
1696         "Debian GNU/Linux".
1698         * trampver.texi [xemacs]: Set emacsothername to "Emacs".
1700 2011-02-23  Glenn Morris  <rgm@gnu.org>
1702         * dired-x.texi (Features): Minor rephrasing.
1703         (Local Variables): Fix typos.
1705         * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
1706         Standardize some Emacs/XEmacs terminology.
1708         * dired-x.texi (Features): Don't advertise obsolete local variables.
1709         Simplify layout.
1710         (Omitting Variables): Update local variables example.
1711         (Local Variables): Say this is obsolete.  Fix description of
1712         dired-enable-local-variables possible values.
1714 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
1716         * auth.texi (Help for users): Mention ~/.netrc is also searched by
1717         default now.
1719 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1721         * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
1723 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1725         * gnus.texi (Window Layout): Document layout names.
1727 2011-02-19  Eli Zaretskii  <eliz@gnu.org>
1729         * ada-mode.texi: Sync @dircategory with ../../info/dir.
1730         * auth.texi: Sync @dircategory with ../../info/dir.
1731         * autotype.texi: Sync @dircategory with ../../info/dir.
1732         * calc.texi: Sync @dircategory with ../../info/dir.
1733         * cc-mode.texi: Sync @dircategory with ../../info/dir.
1734         * cl.texi: Sync @dircategory with ../../info/dir.
1735         * dbus.texi: Sync @dircategory with ../../info/dir.
1736         * dired-x.texi: Sync @dircategory with ../../info/dir.
1737         * ebrowse.texi: Sync @dircategory with ../../info/dir.
1738         * ede.texi: Sync @dircategory with ../../info/dir.
1739         * ediff.texi: Sync @dircategory with ../../info/dir.
1740         * edt.texi: Sync @dircategory with ../../info/dir.
1741         * eieio.texi: Sync @dircategory with ../../info/dir.
1742         * emacs-mime.texi: Sync @dircategory with ../../info/dir.
1743         * epa.texi: Sync @dircategory with ../../info/dir.
1744         * erc.texi: Sync @dircategory with ../../info/dir.
1745         * eshell.texi: Sync @dircategory with ../../info/dir.
1746         * eudc.texi: Sync @dircategory with ../../info/dir.
1747         * flymake.texi: Sync @dircategory with ../../info/dir.
1748         * forms.texi: Sync @dircategory with ../../info/dir.
1749         * gnus.texi: Sync @dircategory with ../../info/dir.
1750         * idlwave.texi: Sync @dircategory with ../../info/dir.
1751         * mairix-el.texi: Sync @dircategory with ../../info/dir.
1752         * message.texi: Sync @dircategory with ../../info/dir.
1753         * mh-e.texi: Sync @dircategory with ../../info/dir.
1754         * newsticker.texi: Sync @dircategory with ../../info/dir.
1755         * nxml-mode.texi: Sync @dircategory with ../../info/dir.
1756         * org.texi: Sync @dircategory with ../../info/dir.
1757         * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
1758         * pgg.texi: Sync @dircategory with ../../info/dir.
1759         * rcirc.texi: Sync @dircategory with ../../info/dir.
1760         * reftex.texi: Sync @dircategory with ../../info/dir.
1761         * remember.texi: Sync @dircategory with ../../info/dir.
1762         * sasl.texi: Sync @dircategory with ../../info/dir.
1763         * sc.texi: Sync @dircategory with ../../info/dir.
1764         * semantic.texi: Sync @dircategory with ../../info/dir.
1765         * ses.texi: Sync @dircategory with ../../info/dir.
1766         * sieve.texi: Sync @dircategory with ../../info/dir.
1767         * smtpmail.texi: Sync @dircategory with ../../info/dir.
1768         * speedbar.texi: Sync @dircategory with ../../info/dir.
1769         * trampver.texi [emacs]: Set emacsname to "Emacs".
1770         * tramp.texi: Sync @dircategory with ../../info/dir.
1771         * url.texi: Sync @dircategory with ../../info/dir.
1772         * vip.texi: Sync @dircategory with ../../info/dir.
1773         * viper.texi: Sync @dircategory with ../../info/dir.
1774         * widget.texi: Sync @dircategory with ../../info/dir.
1775         * woman.texi: Sync @dircategory with ../../info/dir.
1777 2011-02-19  Glenn Morris  <rgm@gnu.org>
1779         * dired-x.texi (Technical Details): No longer redefines
1780         dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
1781         dired-read-shell-command, or dired-find-buffer-nocreate.
1783 2011-02-18  Glenn Morris  <rgm@gnu.org>
1785         * dired-x.texi (Optional Installation File At Point): Simplify.
1787 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
1789         * auth.texi (Help for users): Use :port instead of :protocol for all
1790         auth-source docs.
1791         (GnuPG and EasyPG Assistant Configuration): Mention the default now is
1792         to have two files in `auth-sources'.
1794 2011-02-16  Glenn Morris  <rgm@gnu.org>
1796         * dired-x.texi: Use emacsver.texi to get Emacs version.
1797         * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
1798         Depend on emacsver.texi.
1800         * dired-x.texi: Drop meaningless version number.
1801         (Introduction): Remove old info.
1802         (Optional Installation Dired Jump): Autoload from dired-x.
1803         Remove incorrect info about loaddefs.el.
1804         (Bugs): Just refer to M-x report-emacs-bug.
1806         * dired-x.texi (Multiple Dired Directories): Update for rename of
1807         default-directory-alist.
1808         (Miscellaneous Commands): No longer mention very old VM version 4.
1810 2011-02-15  Paul Eggert  <eggert@cs.ucla.edu>
1812         Merge from gnulib.
1813         * texinfo.tex: Update to version 2011-02-14.11.
1815 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
1817         * auth.texi (Help for users):
1818         Login collection is "Login" and not "login".
1820 2011-02-13  Michael Albinus  <michael.albinus@gmx.de>
1822         * tramp.texi (History): Remove IMAP support.
1823         (External methods, Frequently Asked Questions): Remove `imap' and
1824         `imaps' methods.
1825         (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
1827         * trampver.texi: Remove default value of `emacsimap'.
1829 2011-02-13  Glenn Morris  <rgm@gnu.org>
1831         * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
1832         * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
1834 2011-02-12  Glenn Morris  <rgm@gnu.org>
1836         * sc.texi (Getting Connected): Remove old index entries.
1838 2011-02-12  Ulrich Mueller  <ulm@gentoo.org>
1840         * url.texi: Remove duplicate @dircategory (Bug#7942).
1842 2011-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
1844         * auth.texi (Overview, Help for users, Help for developers):
1845         Update docs.
1846         (Help for users): Talk about spaces.
1848 2011-02-09  Paul Eggert  <eggert@cs.ucla.edu>
1850         * texinfo.tex: Update to version 2011-02-07.16.
1852 2011-02-07  Michael Albinus  <michael.albinus@gmx.de>
1854         * dbus.texi (Bus names): Adapt descriptions for
1855         dbus-list-activatable-names and dbus-list-known-names.
1857 2011-02-07  Jay Belanger  <jay.p.belanger@gmail.com>
1859         * calc.texi (Logarithmic Units): New section.
1861 2011-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
1863         * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
1864         manuals use it now.
1866         * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
1868 2011-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1870         * overrides.texi: Remove.
1872         * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
1873         * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
1875 2011-02-05  Michael Albinus  <michael.albinus@gmx.de>
1877         * tramp.texi (Frequently Asked Questions): Mention problems with
1878         WinSSHD.
1880         * trampver.texi: Update release number.
1882 2011-02-05  Era Eriksson  <era+tramp@iki.fi>  (tiny change)
1884         * tramp.texi:
1885         Replace "delimet" with "delimit" globally.
1886         Replace "explicite" with "explicit" globally.
1887         Replace "instead of" with "instead" where there was nothing after "of".
1888         Audit use of comma before interrogative pronoun, "that", or "which".
1889         Minor word order, spelling, wording changes.
1891 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
1893         * overrides.texi: New file to set or clear WEBHACKDEVEL.
1895         * sieve.texi: Use WEBHACKDEVEL.
1897         * sasl.texi: Use WEBHACKDEVEL.
1899         * pgg.texi: Use WEBHACKDEVEL.
1901         * message.texi: Use WEBHACKDEVEL.
1903         * gnus.texi: Use WEBHACKDEVEL.
1905         * emacs-mime.texi: Use WEBHACKDEVEL.
1907         * auth.texi: Use WEBHACKDEVEL.
1909         * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
1910         manuals.
1912 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1914         * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
1916 2011-02-03  Paul Eggert  <eggert@cs.ucla.edu>
1918         * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
1919         which in turn is copied from ftp://tug.org/tex/.
1921 2011-02-03  Glenn Morris  <rgm@gnu.org>
1923         * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
1924         (Binding combinations of modifiers and function keys):
1925         Let's assume people reading this are not using Emacs 18.
1927 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1929         * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
1930         since it's run automatically.
1932 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1934         * gnus.texi (Customizing Articles): Fix typo.
1936 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1938         * gnus.texi (Customizing Articles): Document the new way of customizing
1939         the date headers(s).
1941 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1943         * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
1944         splitting example.
1946 2011-01-29  Eli Zaretskii  <eliz@gnu.org>
1948         * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
1949         (MAKEINFO_OPTS): New variable.
1950         (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
1951         ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
1952         ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
1953         ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
1954         ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
1955         ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
1956         ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
1957         ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
1958         ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
1959         ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
1960         ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
1961         ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
1962         ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
1963         ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
1964         ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
1965         ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
1966         ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
1967         ($(infodir)/edt): Use $(MAKEINFO_OPTS).
1969 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1971         * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
1973 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
1975         * message.texi (IDNA): Explain what it is.
1977 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1979         * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
1981 2011-01-23  Werner Lemberg  <wl@gnu.org>
1983         * Makefile.in (MAKEINFO): Now controlled by `configure'.
1984         (MAKEINFO_OPTS): New variable.  Use it where appropriate.
1985         (ENVADD): Update.
1987 2011-01-18  Glenn Morris  <rgm@gnu.org>
1989         * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
1991 2011-01-14  Eduard Wiebe  <usenet@pusto.de>
1993         * nxml-mode.texi (Introduction): Fix file name typos.
1995 2011-01-13  Christian Ohler  <ohler@gnu.org>
1997         * ert.texi: New file.
1999         * Makefile.in:
2000         * makefile.w32-in: Add ert.texi.
2002 2011-01-10  Jan Moringen  <jan.moringen@uni-bielefeld.de>
2004         * dbus.texi (Receiving Method Calls): New function
2005         dbus-register-service.  Rearrange node.
2007 2011-01-07  Paul Eggert  <eggert@cs.ucla.edu>
2009         * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
2010         which in turn is copied from ftp://tug.org/tex/.
2012 2011-01-04  Jan Moringen  <jan.moringen@uni-bielefeld.de>
2014         * dbus.texi (Receiving Method Calls): Describe new optional
2015         parameter dont-register-service of dbus-register-{method,property}.
2017 2010-12-17  Daiki Ueno  <ueno@unixuser.org>
2019         * epa.texi (Encrypting/decrypting *.gpg files):
2020         Mention epa-file-select-keys.
2022 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2024         * gnus.texi (Archived Messages): Remove outdated text.
2026 2010-12-16  Teodor Zlatanov  <tzz@lifelogs.com>
2028         * gnus.texi (Foreign Groups): Add clarification of foreign groups.
2030 2010-12-15  Andrew Cohen  <cohen@andy.bu.edu>
2032         * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
2034 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
2036         * gnus.texi (The swish++ Engine): Add customizable parameters
2037         descriptions.
2038         (The swish-e Engine): Ditto.
2040 2010-12-14  Michael Albinus  <michael.albinus@gmx.de>
2042         * tramp.texi (Inline methods): Add "ksu" method.
2043         (Remote processes): Add example with remote `default-directory'.
2045 2010-12-14  Glenn Morris  <rgm@gnu.org>
2047         * faq.texi (Expanding aliases when sending mail):
2048         Now build-mail-aliases is interactive.
2050 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
2052         * gnus.texi: First pass at adding (rough) nnir documentation.
2054 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2056         * gnus.texi (Filtering New Groups):
2057         Mention gnus-auto-subscribed-categories.
2058         (The First Time): Remove, since default-subscribed-newsgroups has been
2059         removed.
2061 2010-12-13  Glenn Morris  <rgm@gnu.org>
2063         * cl.texi (For Clauses): Small fixes for frames and windows.
2065 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
2067         * org.texi (Using capture): Document using prefix arguments for
2068         finalizing capture.
2069         (Agenda commands): Document prefix argument for the bulk scatter
2070         command.
2071         (Beamer class export): Document that also overlay arguments can be
2072         passed to the column environment.
2073         (Template elements): Document the new entry type.
2075 2010-12-11  Puneeth Chaganti  <punchagan@gmail.com>
2077         * org.texi (Include files): Document :minlevel.
2079 2010-12-11  Julien Danjou  <julien@danjou.info>
2081         * org.texi (Categories): Document category icons.
2083 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
2085         * org.texi (noweb): Fix typo.
2087 2010-12-06  Tassilo Horn  <tassilo@member.fsf.org>
2089         * gnus.texi (Server Commands): Point to the rest of the server
2090         commands.
2092 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2094         * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
2095         g'.
2097 2010-12-02  Julien Danjou  <julien@danjou.info>
2099         * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
2101 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2103         * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
2104         (Direct Functions): Note the STARTTLS upgrade.
2106 2010-11-27  Glenn Morris  <rgm@gnu.org>
2107             James Clark  <none@example.com>
2109         * nxml-mode.texi (Introduction): New section.
2111 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2113         * gnus.texi (Server Commands): Document gnus-server-show-server.
2115 2010-11-20  Michael Albinus  <michael.albinus@gmx.de>
2117         Sync with Tramp 2.2.0.
2119         * trampver.texi: Update release number.
2121 2010-11-19  Jay Belanger  <jay.p.belanger@gmail.com>
2123         * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
2124         Mention that the TeX specific units won't use the `tex' prefix
2125         in TeX mode.
2127 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2129         * gnus.texi (Misc Article): Document gnus-inhibit-images.
2131 2010-11-17  Glenn Morris  <rgm@gnu.org>
2133         * edt.texi: Remove information about Emacs 19.
2135 2010-11-17  Michael Albinus  <michael.albinus@gmx.de>
2137         * trampver.texi: Update release number.
2139 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2141         * gnus.texi (Article Washing): Fix typo.
2143 2010-11-11  Noorul Islam  <noorul@noorul.com>
2145         * org.texi: Fix typo.
2147 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2149         * org.texi (Using capture): Explain that refiling is
2150         sensitive to cursor position.
2152 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2154         * org.texi (Images and tables): Add cross reference to link section.
2156 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2158         * org.texi: Document the <c> cookie.
2160 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2162         * org.texi: Multi-line header arguments :PROPERTIES: :ID:
2163         b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
2165 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2167         * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
2169 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2171         * org.texi (Project alist): Mention that this is a property list.
2173 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2175         * org.texi (Setting up the staging area): Document that
2176         file names remain visible when encrypting the MobileOrg files.
2178 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2180         * org.texi (Setting up the staging area): Document which
2181         versions are needed for encryption.
2183 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2185         * org.texi (noweb): Update :noweb documentation to
2186         reflect the new "tangle" argument.
2188 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2190         * org.texi (Batch execution): Improve tangling script in
2191         documentation.
2193 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2195         * org.texi (Handling links):
2196         (In-buffer settings): Document inlining images on startup.
2198 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2200         * org.texi (Setting up the staging area): Document use of
2201         crypt password.
2203 2010-11-11  David Maus  <dmaus@ictsoc.de>
2205         * org.texi (Template expansion): Add date related link type escapes.
2207 2010-11-11  David Maus  <dmaus@ictsoc.de>
2209         * org.texi (Template expansion): Add mew in table for link type
2210         escapes.
2212 2010-11-11  David Maus  <dmaus@ictsoc.de>
2214         * org.texi (Template expansion): Fix typo in link type escapes.
2216 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2218         * org.texi (Structure of code blocks): Another documentation tweak.
2220 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2222         * org.texi (Structure of code blocks): Documentation tweak.
2224 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2226         * org.texi (Structure of code blocks):
2227         Update documentation to mention inline code block syntax.
2229 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2231         * org.texi (comments): Improve wording.
2233 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
2235         * org.texi (comments): Document the new :comments header arguments.
2237 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2239         * org.texi (Installation): Remove the special
2240         installation instructions for XEmacs.
2242 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
2244         * org.texi (Easy Templates): New section.  Documents quick
2245         insertion of empty structural elements.
2247 2010-11-11  Noorul Islam  <noorul@noorul.com>
2249         * org.texi: Fix doc.
2251 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
2253         * org.texi (The date/time prompt): Document specification
2254         of time ranges.
2256 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2258         * org.texi (Internal links): Document the changes in
2259         internal links.
2261 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2263         * org.texi (Agenda commands): Document the limitation for
2264         the filter preset - it can only be used for an entire agenda
2265         view, not in an individual block in a block agenda.
2267 2010-11-11  Eric S Fraga  <e.fraga@ucl.ac.uk>
2269         * org.texi (iCalendar export): Document alarm creation.
2271 2010-11-10  Michael Albinus  <michael.albinus@gmx.de>
2273         * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
2275 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2277         * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
2279 2010-11-09  Jay Belanger  <jay.p.belanger@gmail.com>
2281         * calc.texi: Use emacsver.texi to determine Emacs version.
2283 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2285         * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
2286         since that works by default.
2288 2010-11-03  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2290         * gnus.texi (Customizing the IMAP Connection): Document
2291         `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
2293 2010-11-04  Michael Albinus  <michael.albinus@gmx.de>
2295         * tramp.texi (Remote shell setup): New item "Interactive shell
2296         prompt".  Reported by Christian Millour <cm@abtela.com>.
2297         (Remote shell setup, Remote processes): Use @code{} for
2298         environment variables.
2300 2010-11-03  Glenn Morris  <rgm@gnu.org>
2302         * ediff.texi (Quick Help Commands, Miscellaneous):
2303         * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
2305 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2307         * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
2309 2010-10-31  Glenn Morris  <rgm@gnu.org>
2311         * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
2313 2010-10-31  Glenn Morris  <rgm@gnu.org>
2315         * cc-mode.texi: Remove reference to defunct viewcvs URL.
2317 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2319         * gnus.texi (Client-Side IMAP Splitting):
2320         Mention nnimap-unsplittable-articles.
2322 2010-10-29  Julien Danjou  <julien@danjou.info>
2324         * gnus.texi (Finding the News): Remove references to obsoletes
2325         variables `gnus-nntp-server' and `gnus-secondary-servers'.
2327 2010-10-29  Eli Zaretskii  <eliz@gnu.org>
2329         * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
2330         (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
2331         ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
2332         ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
2334 2010-10-28  Glenn Morris  <rgm@gnu.org>
2336         * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
2337         (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
2338         ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
2340 2010-10-25  Daiki Ueno  <ueno@unixuser.org>
2342         * epa.texi (Mail-mode integration): Add alternative key bindings
2343         for epa-mail commands; escape comma.
2344         Don't use the word "PGP", since it is a non-free program.
2346 2010-10-24  Jay Belanger  <jay.p.belanger@gmail.com>
2348         * calc.texi: Use emacsver.texi to determine Emacs version.
2350 2010-10-24  Juanma Barranquero  <lekktu@gmail.com>
2352         * gnus.texi (Group Parameters, Buttons): Fix typos.
2354 2010-10-22  Tassilo Horn  <tassilo@member.fsf.org>
2356         * gnus.texi (Subscription Commands): Mention that you can also
2357         subscribe to new groups via the Server buffer, which is probably more
2358         convenient when subscribing to many groups.
2360 2010-10-21  Julien Danjou  <julien@danjou.info>
2362         * message.texi (Message Headers): Allow message-default-headers to be a
2363         function.
2365 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2367         * gnus-news.texi: Mention new archive defaults.
2369 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2371         * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
2373 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2375         * gnus.texi (HTML): Document the function value of
2376         gnus-blocked-images.
2377         (Article Washing): shr and gnus-w3m, not the direct function names.
2379 2010-10-20  Julien Danjou  <julien@danjou.info>
2381         * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
2382         variable.
2384 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2386         * gnus.texi (Customizing the IMAP Connection): The port strings are
2387         strings.
2388         (Document Groups): Mention git.
2390 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2392         * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
2393         bzr/Gnus git sync.
2395 2010-10-15  Eli Zaretskii  <eliz@gnu.org>
2397         * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
2398         change.
2400 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2402         * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
2403         @item syntax for in-Emacs makeinfo.
2405 2010-10-13  Teodor Zlatanov  <tzz@lifelogs.com>
2407         * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
2408         trim sentence.
2410 2010-10-12  Daiki Ueno  <ueno@unixuser.org>
2412         * epa.texi (Caching Passphrases):
2413         * auth.texi (GnuPG and EasyPG Assistant Configuration):
2414         Clarify some configurations require to set up gpg-agent.
2416 2010-10-11  Glenn Morris  <rgm@gnu.org>
2418         * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
2420 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2422         * gnus.texi (Spam Package Introduction): Mention `$'.
2424 2010-10-09  Eli Zaretskii  <eliz@gnu.org>
2426         * makefile.w32-in (emacsdir): New variable.
2427         ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
2428         (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
2430 2010-10-09  Glenn Morris  <rgm@gnu.org>
2432         * Makefile.in (mostlyclean): Delete *.toc.
2434         * Makefile.in: Use $< in rules.
2436         * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
2438         * Makefile.in ($(infodir)): Delete rule.
2439         (mkinfodir): New.  Use it in all the info rules, rather than depending
2440         on infodir.
2442 2010-10-09  Glenn Morris  <rgm@gnu.org>
2444         * gnus.texi (Article Washing): Fix previous change.
2446         * Makefile.in (emacsdir): New variable.
2447         ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
2448         Depend on emacsver.texi.
2450         * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
2452         * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
2454 2010-10-08  Julien Danjou  <julien@danjou.info>
2456         * gnus.texi: Add mm-shr.
2458 2010-10-08  Ludovic Courtès  <ludo@gnu.org>
2460         * gnus.texi (Finding the Parent, The Gnus Registry)
2461         (Registry Article Refer Method): Update docs for nnregistry.el.
2463 2010-10-08  Daiki Ueno  <ueno@unixuser.org>
2465         * auth.texi (Help for users)
2466         (GnuPG and EasyPG Assistant Configuration): Update docs.
2468 2010-10-08  Glenn Morris  <rgm@gnu.org>
2470         * cl.texi (Organization, Installation, Old CL Compatibility):
2471         Deprecate cl-compat for new code.
2472         (Usage, Installation): Remove outdated information.
2474         * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
2476 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2478         * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
2480 2010-10-06  Julien Danjou  <julien@danjou.info>
2482         * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
2484         * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
2485         broken link.
2487         * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
2489         * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
2490         to ReiserFS.
2492         * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
2493         (FAQ 7-1): Fix getmail URL.
2495 2010-10-06  Daiki Ueno  <ueno@unixuser.org>
2497         * epa.texi (Caching Passphrases): New section.
2499 2010-10-06  Glenn Morris  <rgm@gnu.org>
2501         * Makefile.in (SHELL): Set it.
2502         (info): Move the mkdir dependency to the individual info files.
2503         (mostlyclean): Tidy up.
2504         (clean): Only delete the specific dvi and pdf files.
2505         (maintainer-clean): Be more restrictive in what we delete.
2506         ($(infodir)): Add parallel build workaround.
2508 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2510         * gnus.texi (Misc Article): Document gnus-widen-article-window.
2512 2010-10-03  Julien Danjou  <julien@danjou.info>
2514         * emacs-mime.texi (Display Customization):
2515         Update mm-inline-large-images documentation and add documentation for
2516         mm-inline-large-images-proportion.
2518 2010-10-03  Michael Albinus  <michael.albinus@gmx.de>
2520         * tramp.texi (Frequently Asked Questions):
2521         Mention remote-file-name-inhibit-cache.
2523 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2525         * gnus.texi (Splitting Mail): Fix @xref syntax.
2526         (Splitting Mail): Really fix the @ref syntax.
2528 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2530         * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
2531         (Article Hiding): Add google banner example.
2532         Suggested by Benjamin Xu.
2534 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2536         * gnus.texi (Spam Package Configuration Examples, SpamOracle):
2537         Remove nnimap-split-rule from examples.
2539 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2541         * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
2542         (NNTP): Document nntp-server-list-active-group.  Suggested by Barry
2543         Fishman.
2544         (Client-Side IMAP Splitting): Add nnimap-split-fancy.
2546 2010-09-30  Julien Danjou  <julien@danjou.info>
2548         * gnus.texi (Gravatars): Fix documentation about
2549         gnu-gravatar-properties.
2551 2010-09-29  Daiki Ueno  <ueno@unixuser.org>
2553         * epa.texi (Bug Reports): New section.
2555 2010-09-29  Glenn Morris  <rgm@gnu.org>
2557         * Makefile.in (top_srcdir): Remove unused variable.
2559 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2561         * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
2562         (Client-Side IMAP Splitting): Document 'default.
2564 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2566         * gnus.texi (Customizing the IMAP Connection):
2567         Document nnimap-fetch-partial-articles.
2569 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2571         * gnus-news.texi: Mention nnimap-inbox.
2573         * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
2575 2010-09-26  Julien Danjou  <julien@danjou.info>
2577         * gnus.texi (Oort Gnus): Remove mention of ssl.el.
2579 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2581         * gnus.texi (Security): Remove gpg.el mention.
2583 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2585         * gnus.texi (Browse Foreign Server): New variable
2586         gnus-browse-subscribe-newsgroup-method.
2588         * gnus-news.texi: Mention it.
2590 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2592         * gnus.texi (NoCeM): Remove.
2593         (Startup Variables): No jingle.
2595 2010-09-25  Ulrich Mueller  <ulm@gentoo.org>
2597         * woman.texi (Interface Options): xz compression is now supported.
2599 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2601         * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
2602         (Unavailable Servers): Document gnus-server-copy-server.
2603         (Using IMAP): Document the new nnimap.
2605 2010-09-25  Julien Danjou  <julien@danjou.info>
2607         * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
2609 2010-09-24  Glenn Morris  <rgm@gnu.org>
2611         * url.texi (Disk Caching): Tweak previous change.
2613 2010-09-24  Julien Danjou  <julien@danjou.info>
2615         * url.texi (Disk Caching): Mention url-cache-expire-time,
2616         url-cache-expired, and url-fetch-from-cache.
2618 2010-09-24  Julien Danjou  <julien@danjou.info>
2620         * gnus.texi: Add Gravatars.
2622 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2624         * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
2626 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2628         * gnus.texi (Expunging mailboxes): Update name of the expunging
2629         command.
2631 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2633         * emacs-mime.texi (rfc2047): Update description for
2634         rfc2047-encode-parameter.
2636 2010-09-13  Michael Albinus  <michael.albinus@gmx.de>
2638         * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
2639         "fish" methods.
2640         (External methods): Remove "scp1_old" and "scp2_old" methods.
2642 2010-09-09  Michael Albinus  <michael.albinus@gmx.de>
2644         * tramp.texi: Remove Japanese manual.  Fix typo.
2646         * trampver.texi: Update release number.  Remove japanesemanual.
2648 2010-09-09  Glenn Morris  <rgm@gnu.org>
2650         * org.texi: Restore clobbered changes (copyright years, untabify).
2652 2010-09-04  Julien Danjou  <julien@danjou.info>  (tiny change)
2654         * gnus.texi (Adaptive Scoring): Fix typo.
2656 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2658         * gnus.texi (Article Display): Document gnus-html-show-images.
2660 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
2662         * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
2664 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2666         * gnus.texi (HTML): Document gnus-max-image-proportion.
2668 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2670         * gnus.texi (HTML): Document gnus-blocked-images.
2672         * message.texi (Wide Reply): Document message-prune-recipient-rules.
2674 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2676         * gnus.texi (Summary Mail Commands): Note that only the addresses from
2677         the first message are used for wide replies.
2678         (Changing Servers): Remove documentation on gnus-change-server and
2679         friends, since it's been removed.
2681 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2683         * gnus.texi (Drafts): Mention B DEL.
2685 2010-08-29  Tim Landscheidt  <tim@tim-landscheidt.de>  (tiny change)
2687         * gnus.texi (Delayed Articles): Mention that the Date header is the
2688         original one, even if you delay.
2690 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2692         * gnus.texi (Asynchronous Fetching):
2693         Document gnus-async-post-fetch-function.
2694         (HTML): Made into its own section.
2696 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
2698         Sync with Tramp 2.1.19.
2700         * tramp.texi (Inline methods, Default Method): Mention
2701         `tramp-inline-compress-start-size'.  Remove "kludgy" phrase.
2702         Remove remark about doubled "-t" argument.
2703         (Auto-save and Backup): Remove reference to Emacs 21.
2704         (Filename Syntax): Describe port numbers.
2705         (Frequently Asked Questions): Adapt supported (X)Emacs versions.  Adapt
2706         supported MS Windows versions.  Remove obsolete URL.  Recommend "sshx"
2707         and "scpx" for echoing shells.  Use the $() syntax, texi2dvi reports
2708         errors with the backquotes.
2709         (External packages): File attributes cache flushing for asynchronous
2710         processes.
2711         (Traces and Profiles): Describe verbose level 9.
2713         * trampver.texi: Update release number.
2715 2010-08-23  Michael Albinus  <michael.albinus@gmx.de>
2717         * dbus.texi (Alternative Buses): New chapter.
2719 2010-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2721         * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
2723 2010-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
2725         * calc.texi (Customizing Calc): Rearrange description of new
2726         variables to match the presentation of other variables.
2728 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
2730         * org.texi (Footnotes, Tables in HTML export): Fix typos.
2732 2010-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
2734         * calc.texi (Making Selections, Selecting Subformulas)
2735         (Customizing Calc): Mention how to use faces to emphasize selected
2736         sub-formulas.
2738 2010-08-05  Michael Albinus  <michael.albinus@gmx.de>
2740         * tramp.texi (External packages): File attributes cache flushing
2741         for asynchronous processes.
2743 2010-08-01  Alan Mackenzie  <acm@muc.de>
2745         Enhance the manual for the latest Java Mode.
2747         * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
2748         annotation-var-cont.
2749         (Java Symbols): Page renamed from Anonymous Class Symbol.  Document the
2750         two new symbols.
2752 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
2754         * tramp.texi (Traces and Profiles): Describe verbose level 9.
2756 2010-07-27  Chong Yidong  <cyd@stupidchicken.com>
2758         * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
2760 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
2762         * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
2764 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
2766         * org.texi: Add macros to get plain quotes in PDF output.
2767         List additional contributors.
2768         (Capture): New section, replaces the section about remember.
2769         (Working With Source Code): New chapter, focused on documenting Org
2770         Babel.
2771         (Code evaluation security): New section.
2772         (MobileOrg): Document DropBox support.
2773         (TaskJuggler export): Document taskjuggler and Gantt chart support.
2774         (Special symbols): Show how to display UTF8 characters for entities.
2775         (Global TODO list): Clarify the use of the "M" key and the differences
2776         to the "m" key.
2777         (RSS Feeds): Mention Atom feeds as well.
2778         (Setting tags): Remove paragraph about
2779         `org-complete-tags-always-offer-all-agenda-tags'.
2781 2010-07-17  Michael Albinus  <michael.albinus@gmx.de>
2783         * tramp.texi (Inline methods): Remove remark about doubled "-t"
2784         argument.
2785         (Frequently Asked Questions): Recommend "sshx" and "scpx" for
2786         echoing shells.
2788 2010-07-10  Michael Albinus  <michael.albinus@gmx.de>
2790         * tramp.texi (Inline methods): Remove "kludgy" phrase.
2791         (Filename Syntax): Describe port numbers.
2793 2010-07-09  Michael Albinus  <michael.albinus@gmx.de>
2795         * dbus.texi (Top): Introduce Index.  Emphasize "nil" whereever
2796         forgotten.
2797         (Type Conversion): Precise conversion of natural numbers.
2798         (Errors and Events): Add "debugging" to concept index.  Add variable
2799         `dbus-debug'.
2801 2010-07-04  Michael Albinus  <michael.albinus@gmx.de>
2803         * dbus.texi (Receiving Method Calls): Add optional argument
2804         EMITS-SIGNAL to `dbus-register-property'.
2806 2010-06-27  Alex Schroeder  <alex@gnu.org>
2808         * nxml-mode.texi (Commands for locating a schema): Fix typo.
2810 2010-06-24  Glenn Morris  <rgm@gnu.org>
2812         * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
2813         * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
2814         * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
2815         * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
2816         * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
2817         * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
2818         * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
2819         * woman.texi: Start direntry descriptions in column 32, per Texinfo
2820         convention.   Make them end with a period.
2822 2010-06-23  Glenn Morris  <rgm@gnu.org>
2824         * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
2825         * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
2826         * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
2827         * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
2828         * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
2829         * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
2831 2010-06-10  Glenn Morris  <rgm@gnu.org>
2833         * idlwave.texi (Load-Path Shadows):
2834         * org.texi (Handling links): Fix typos.
2836 2010-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
2838         * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
2840 2010-05-26  Michael Albinus  <michael.albinus@gmx.de>
2842         * eshell.texi (Built-ins): Describe, how to disable a built-in command
2843         by an alias.  (Bug#6226)
2845 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
2847         * calc.texi (Manipulating Vectors): Mention that vectors can
2848         be used to determine bins for `calc-histogram'.
2850 2010-05-13  Jay Belanger  <jay.p.belanger@gmail.com>
2852         * calc.texi: Remove "\turnoffactive" commands throughout.
2854 2010-05-08  Å tÄ›pán NÄ›mec  <stepnem@gmail.com>  (tiny change)
2856         * url.texi (HTTP language/coding, Customization):
2857         * message.texi (Header Commands, Responses):
2858         * cl.texi (Argument Lists): Fix typos.
2860 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
2862         * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
2863         Note that Development menu is always available.
2864         (Creating a project): Fix terminology.
2865         (Add/Remove files): Fix typo.
2867 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
2869         * Version 23.2 released.
2871 2010-05-01  Daniel E. Doherty  <ddoherty03@gmail.com>  (tiny change)
2873         * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
2875 2010-05-01  Michael Albinus  <michael.albinus@gmx.de>
2877         * tramp.texi (Inline methods, Default Method):
2878         Mention `tramp-inline-compress-start-size'.
2880 2010-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
2882         * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
2883         the CVS repo.  Put the Git repo in the news section.
2885         * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
2886         Removed some mentions of CVS.  Mention the new Git repo.
2888 2010-04-18  Andreas Seltenreich  <seltenreich@gmx.de>
2890         * gnus.texi (Score File Format): Fix typo.  Reported by Å tÄ›pán NÄ›mec.
2891         (Mail Group Commands): Add index entry.
2893 2010-04-18  Glenn Morris  <rgm@gnu.org>
2895         * info.texi (Search Index): Mention Emacs's Info-virtual-index.
2897 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
2899         * calc.texi (Radix modes): Mention that the option prefix will
2900         turn on twos-complement mode.
2901         (Inverse and Hyperbolic Flags): Mention the Option flag.
2903 2010-04-15  Carsten Dominik  <carsten.dominik@gmail.com>
2905         * org.texi (LaTeX and PDF export): Add a footnote about xetex.
2906         (LaTeX/PDF export commands): Rename and Move section.
2907         (Sectioning structure): Update.
2908         (References): New use case for field coordinates.
2909         (The export dispatcher): Rename from ASCII export.
2910         (Setting up the staging area): Document the availability of
2911         encryption for MobileOrg.
2912         (Images and tables): Document how to reference labels.
2913         (Index entries): New section.
2914         (Generating an index): New section.
2915         (Column width and alignment): Document that <N> now
2916         means a fixed width, not a maximum width.
2917         (Publishing options): Document the :email option.
2918         (Beamer class export): Fix bug in the BEAMER example.
2919         (Refiling notes): Document refile logging.
2920         (In-buffer settings): Document refile logging keywords.
2921         (Drawers): Document `C-c C-z' command.
2922         (Agenda commands): Mention the alternative key `C-c C-z'.
2923         (Special properties): Document the BLOCKED property.
2924         (The spreadsheet): Mention the formula editor.
2925         (References): Document field coordinates.
2926         (Publishing action): Correct the documentation for the
2927         publishing function.
2928         (The date/time prompt): Document that we accept dates
2929         like month/day/year.
2930         (Cooperation): Document the changes in table.el support.
2931         (Faces for TODO keywords, Faces for TODO keywords)
2932         (Priorities): Document the easy colors.
2933         (Visibility cycling): Document the new double prefix
2934         arg for `org-reveal'.
2935         (Cooperation): Remember.el is part of Emacs.
2936         (Clean view): Mention that `wrap-prefix' is also set by
2937         org-indent-mode.
2938         (Agenda commands): Add information about prefix args to
2939         scheduling and deadline commands.
2940         (Search view): Point to the docstring of
2941         `org-search-view' for more details.
2942         (Agenda commands): Document that `>' prompts for a date.
2943         (Setting tags): Document variable
2944         org-complete-tags-always-offer-all-agenda-tags.
2945         (Column attributes): Cross-reference special properties.
2947 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
2949         Synchronize with Tramp repository.
2951         * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
2952         (Frequently Asked Questions): Adapt supported (X)Emacs versions.
2953         Adapt supported MS Windows versions.  Remove obsolete URL.  Use the $()
2954         syntax, texi2dvi reports errors with the backquotes.
2956         * trampver.texi: Update release number.
2958 2010-04-01  Teodor Zlatanov  <tzz@lifelogs.com>
2960         * gnus.texi (Finding the News): Add pointers to the Server buffer
2961         because it's essential.
2963 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2965         * gnus.texi (MIME Commands): Update description of
2966         gnus-article-browse-html-article.
2968 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2970         * auth.texi (Secret Service API): Add TODO node.
2971         (Help for users): Explain the new source options for `auth-sources'.
2973 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
2975         * trampver.texi: Update release number.
2977 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
2979         * Branch for 23.2.
2981 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
2983         * faq.texi (Escape sequences in shell output): Note that ansi-color is
2984         now enabled by default.
2986 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
2988         * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
2989         when Emacs runs in interactive mode.  (Bug#5645)
2991 2010-02-16  Glenn Morris  <rgm@gnu.org>
2993         * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
2995 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
2997         * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
2999 2010-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3001         * gnus.texi (Score File Format): Fix typo.
3003 2010-01-19  Mark A. Hershberger  <mah@everybody.org>
3005         * cc-mode.texi: Replace references to obsolete c-subword-mode.
3007 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
3009         * ada-mode.texi (Project File Overview): Fix typo.
3011 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3013         * semantic.texi: Add Richard Y. Kim credit.
3015         * eieio.texi (Making New Objects): Fix typo (Bug#5406).
3017 2010-01-17  Michael Albinus  <michael.albinus@gmx.de>
3019         * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
3020         SXEmacs 22 to the supported systems.  New item for hung ssh sessions.
3022 2010-01-17  Glenn Morris  <rgm@gnu.org>
3024         * calc.texi (Reporting Bugs): Don't mention format of repository.
3026         * woman.texi (Bugs): Make "Emacs repository" less specific,
3027         and the URL for same more specific.
3029         * faq.texi (Latest version of Emacs): The repository is now Bazaar.
3031 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3033         * ede.texi (ede-step-project, ede-proj-target):
3034         * tramp.texi (Remote processes): Fix typos.
3036 2010-01-16  Mario Lang  <mlang@delysid.org>
3038         * ede.texi (ede-target):
3039         * org.texi (Refiling notes): Remove duplicated words.
3041 2010-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3043         * gnus.texi (Posting Styles): Use with-current-buffer.
3044         * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
3046 2010-01-02  Kevin Ryde  <user42@zip.com.au>
3048         * eieio.texi (Naming Conventions): Correction to xref on elisp
3049         coding conventions, is "Tips" node not "Standards".
3051 2009-12-24  Chong Yidong  <cyd@stupidchicken.com>
3053         * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
3055         * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
3057 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3059         * gnus.texi (Direct Functions): Add missing port number to tls method.
3061 2009-12-15  Juanma Barranquero  <lekktu@gmail.com>
3063         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
3064         ($(infodir)/edt, edt.dvi): New targets.
3066 2009-12-15  Glenn Morris  <rgm@gnu.org>
3068         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
3069         (edt, $(infodir)/edt, edt.dvi): New targets.
3070         * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
3072         * Makefile.in (PDF_TARGETS, pdf): New.
3073         (clean): Add *.pdf.
3074         Add pdf rules for all manuals.
3076 2009-12-15  Jay Belanger  <jay.p.belanger@gmail.com>
3078         * calc/calc.texi (Radix Modes): Clarify two's complement notation.
3080 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
3082         * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
3083         (Smart Jump, Analyzer Debug): Copyedits.
3084         (Semantic mode user commands): Link to new nodes.
3085         (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
3086         (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
3087         upstream Semantic manual.
3089         * semantic.texi (Introduction): Minor fix to diagram.
3091 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
3093         * eshell.texi (History): Add the other built-in variables.
3094         (Built-ins): Explain built-ins, and how to apply the external commands.
3095         Add `history', `su' and `sudo'.
3097         * tramp.texi (Remote processes): Add missing <RET> in the example.
3099 2009-12-01  Bill Wohler  <wohler@newt.com>
3101         * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
3102         path for mairix example.  Specify -q in namazu example since namazu is
3103         excessively garrulous.
3105 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
3107         * tramp.texi (Remote processes): Improve eshell example with "su"
3108         and "sudo" commands.
3110 2009-11-28  Chong Yidong  <cyd@stupidchicken.com>
3112         * semantic.texi (Analyzer Internals): Rename from Analyzer.
3114         * sem-user.texi (Semantic mode user commands): Fix key syntax.
3115         Document semantic-complete-analyze-inline.
3116         (Semanticdb search debugging commands): Minor clarification.
3117         (Analyzer, Smart Completion, Smart Summary, Smart Jump)
3118         (Analyzer Debug): New nodes, adapted from the upstream Semantic user
3119         manual.
3120         (Semantic mode): Link to Idle Scheduler.
3122 2009-11-28  Kevin Ryde  <user42@zip.com.au>
3124         * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
3125         @pxref, now EIEIO is in Emacs.
3127         * erc.texi (Development): Correction to git tutorial url.
3129 2009-11-26  Glenn Morris  <rgm@gnu.org>
3131         * faq.texi (Latest version of Emacs): Mention stability of development
3132         version.
3133         (Problems with very large files): Max buffer size increase in 23.2.
3134         (VM): VM has moved house again.
3136 2009-11-22  Jay Belanger  <jay.p.belanger@gmail.com>
3138         * calc.texi (Radix modes): Discuss alternate bases for two's complement
3139         notations.
3141 2009-11-20  Carsten Dominik  <dominik@u016822.science.uva.nl>
3143         * org.texi (Column attributes): Fix documentation of new operators.
3145 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
3147         * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
3148         (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
3149         (Idle Completions Mode): Numerous copyedits.
3151 2009-11-17  Juanma Barranquero  <lekktu@gmail.com>
3153         * semantic.texi (Semantic Internals, Glossary):
3154         * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
3155         (Semanticdb search debugging commands): Fix typos.
3157 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
3159         * calc.texi (Radix modes): Mention twos-complement notation.
3161 2009-11-16  Juanma Barranquero  <lekktu@gmail.com>
3163         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
3164         ($(infodir)/semantic, semantic.dvi): New targets.
3166 2009-11-16  Chong Yidong  <cyd@stupidchicken.com>
3168         * Makefile.in: Build the Semantic manual.
3170         * semantic.texi, sem-user.texi: New files, adapted from the Semantic
3171         repository.
3173 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
3175         * dbus.texi (Receiving Method Calls): New defun
3176         `dbus-unregister-service'.
3178 2009-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
3180         * org.texi (Speed keys): New section.
3182 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
3184         * dbus.texi (Type Conversion): Fix typo.
3185         (Asynchronous Methods): Rename `dbus-registered-functions-table' to
3186         `dbus-registered-objects-table'.
3187         (Receiving Method Calls): New defun `dbus-register-property'.
3188         Move `dbus-unregister-object' here.
3190 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
3192         * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
3194 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
3196         * org.texi (Column attributes): Add the new age summary operators.
3197         Also, mention the fact you can only use one summary operator per
3198         property.
3200 2009-11-13  John Wiegley  <johnw@newartisans.com>
3202         * org.texi (Tracking your habits): Add a new section in the
3203         manual about how to track habits.
3204         (Resolving idle time): Add a section on how idle and
3205         dangling clocks are resolved.
3207 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
3209         * org.texi (Agenda commands): Document the new `i' command.
3210         (Inserting deadline/schedule): Document logging changes
3211         of scheduling and deadline times stamps.
3212         (In-buffer settings): Document the in-buffer keywords for logging
3213         changes of scheduling and deadline times stamps.
3214         (Structure editing, Plain lists): Document indentation
3215         cycling in empty entries with TAB.
3216         (Archiving): Document the default archiving command.
3217         (Moving subtrees): Document the new keys for archiving.
3218         (Internal archiving): Fix incorrect key.
3219         (Agenda commands): Document the TODO set switching commands.
3220         (Agenda commands): Document the new archiving keys.
3221         (Clocking work time): Better description on how to save
3222         and restore a clock.
3223         (Resolving idle time): Mention the x11idle program to get true
3224         idleness also under X11.
3225         (Resolving idle time): Use @kbd instead of @key for normal
3226         letters, because this is how he rest of the manual does this.
3227         (Pushing to MobileOrg): Mention that `org-directory'
3228         should be set.
3229         (Agenda commands): Document that SPC is a filter for
3230         any tag.
3231         (Search view): Rename from "Keyword search".
3232         (Capure): New chapter.
3233         (Markup): New chapter.
3234         (Links in HTML export, Images in HTML export):
3235         Extend the section titles.
3236         (Images in HTML export): Document the align option.
3237         (Text areas in HTML export): Extend the section title.
3238         (Images in LaTeX export): Explain image placement in LaTeX.
3240 2009-11-10  Glenn Morris  <rgm@gnu.org>
3242         * sc.texi (Hints to MUA Authors): MUA should do any decoding.
3244 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
3246         * tramp.texi (Auto-save and Backup): Disable backups just for a
3247         method.
3249         * trampver.texi: Update release number.
3251 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
3253         Sync with Tramp 2.1.17.
3255         * trampver.texi: Update release number.
3257 2009-10-29  Glenn Morris  <rgm@gnu.org>
3259         * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
3261 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
3263         * tramp.texi (External methods): Temporary files are kept for
3264         `rsync' and `rsyncc' methods.
3266 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
3268         * eieio.texi: Fix typos.
3270 2009-10-07  Chong Yidong  <cyd@stupidchicken.com>
3272         * cl.texi (Argument Lists): Clarify explicit keyword arguments.
3274 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
3276         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
3277         ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
3279 2009-10-07  Chong Yidong  <cyd@stupidchicken.com>
3281         * Makefile.in: Build EIEIO and EDE manuals.
3283 2009-10-07  Eric Ludlam  <zappo@gnu.org>
3285         * eieio.texi:
3286         * ede.texi: New files.
3288 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
3290         * tramp.texi (Remote processes): Association of a pty is not supported.
3292 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
3294         * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
3295         (Processing LaTeX fragments): Document that the size of images can be
3296         changes using the variable `org-format-latex-options'.
3297         (The date/time prompt, Timestamps): Be more accurate over ISO format
3298         dates and times.
3299         (Visibility cycling): Document showeverything keyword.
3300         (In-buffer settings): Document showeverything keyword.
3301         (Setting up the staging area): Fix the example.
3302         (MobileOrg): New section.
3303         (Agenda commands, Exporting Agenda Views): Document exporting the
3304         agenda view to Org files.
3306 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
3308         * tramp.texi (History): Add IMAP support.
3309         (External methods): Add `imap' and `imaps' methods.
3310         (GVFS based methods): Add indices for `davs'.
3311         (Password handling): Rename anchors.  Add IMAP entries for
3312         ~/.authinfo.gpg.
3314         * trampver.texi: Set default value of `emacsimap'.
3316 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3318         * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
3320 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
3322         * dired-x.texi (Technical Details):
3323         Delete dired-up-directory (Bug#4292).
3325 2009-09-03  Michael Albinus  <michael.albinus@gmx.de>
3327         * tramp.texi (Frequently Asked Questions): New item for emacsclient.
3329 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
3331         * org.texi (Effort estimates): Document new effort setting commands.
3332         (Agenda commands): Document the new keys fro agenda time motion.
3333         Document entry text mode.  Improve documentation of the keys to include
3334         inactive time stamps into the agenda view.
3335         (Feedback): Document the new bug report command.
3336         (Structure editing): Add an index entry for the sorting of subtrees.
3338 2009-09-02  Teodor Zlatanov  <tzz@lifelogs.com>
3340         * auth.texi (Help for users): Corrected markup.
3342 2009-09-02  Glenn Morris  <rgm@gnu.org>
3344         * emacs-mime.texi (time-date): Mention float-time.
3346 2009-08-30  Jay Belanger  <jay.p.belanger@gmail.com>
3348         * calc.texi (Simplifying Formulas): Improve the wording.
3350 2009-08-29  Teodor Zlatanov  <tzz@lifelogs.com>
3352         * auth.texi: Rewritten for coverage and clarity.
3354 2009-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3356         * gnus.texi (Expiring Mail):
3357         Mention gnus-mark-copied-or-moved-articles-as-expirable.
3358         (Various Various): Mention gnus-safe-html-newsgroups.
3360         * gnus-news.texi: Mention
3361         gnus-mark-copied-or-moved-articles-as-expirable.
3363         * emacs-mime.texi (Display Customization): Add xref to
3364         gnus-safe-html-newsgroups.
3366 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
3368         * tramp.texi (Version Control): Remove.
3369         (Obtaining Tramp): Update cvs checkout command.  Remove nightly tarballs
3370         reference.
3371         (External methods): Correct `scpc' concept index entries.  New method
3372         `rsyncc'.
3373         (External packages): New subsections "Filename completion" and "File
3374         attributes cache".
3376 2009-08-27  Jay Belanger  <jay.p.belanger@gmail.com>
3378         * calc.texi (Rewrite Rules): Improve the example.
3379         (Simplifying Formulas): Explain use of the I and H flags for
3380         simplification.
3382 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
3384         * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
3385         Describe autostart behavior of dbus-ping.
3386         (Synchronous Methods, Asynchronous Methods): Use English numeric format
3387         for timeout values.
3388         (Top): Remove footnote saying D-Bus is not enabled by
3389         default.  (Bug#4256)
3391 2009-08-23  Daiki Ueno  <ueno@unixuser.org>
3393         * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
3394         Reported by Jari Aalto (Bug#4211).
3395         (Mail-mode integration): Mention epa-mail-mode and
3396         epa-global-mail-mode.
3397         (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
3398         epa-setup.
3400 2009-08-16  Michael Albinus  <michael.albinus@gmx.de>
3402         * dbus.texi (Asynchronous Methods): Allow nil handler.
3404 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
3406         * ediff.texi (ediff-current-file): Add information about this new function.
3408         * viper.texi: Add information about C-s in viper's search command.
3410 2009-08-09  Colin Williams  <lackita@gmail.com>  (tiny change)
3412         * calc.texi (Date Forms): Fix typos.
3414 2009-08-08  Glenn Morris  <rgm@gnu.org>
3416         * org.texi (Agenda commands): Restore clobbered change.
3418 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
3420         * calc.texi (Graphics, Devices): Update with the peculiarities of
3421         operation on MS-Windows.
3423 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
3425         * org.texi (Publishing action): Improve documentation of file
3426         names when publishing to the source directory.
3427         (Clean view): Document `org-indent-mode'.
3428         (Clocking work time): Add documentation for the
3429         new :timetamp option when creating a clock report.
3430         (Paragraphs): Fix many typos.
3431         (Plain lists): Remove duplicate explanation about the
3432         `C-c *' command.
3433         (Literal examples): Update to reflect the new behavior
3434         of the -n -r -k switches when exporting source code examples.
3435         (Structure editing): Add information about `C-c *',
3436         converting a plain list into a list of Org items.
3437         (Remember): Small rephrasing of the paragraph
3438         describing remember.el.  Also mentioned that remember.el is part
3439         of Emacs 23, not Emacs 22.
3440         (Clocking work time): Add documentation about
3441         displaying the current clocking time against the effort estimate.
3442         Also add a footnote about using `org-clock-in-prepare-hook' to add
3443         an effort estimate on the fly, just before clocking it.
3444         (Footnotes): Document automatic renumbering and
3445         sorting.
3446         (Agenda commands): Document new bulk commands.
3447         (Plain lists): Document new behavior of
3448         `org-cycle-include-plain-lists'.
3449         Hyphenation only in TeX.
3450         (Clocking work time): Document the key to update effort
3451         estimates.
3452         (Clocking work time): Document the clock time display.
3453         (Structure editing, TODO basics): Document new
3454         variables.
3455         (Column attributes): Document new colciew operators.
3456         (Publishing options): Document :xml-declaration.
3457         (Tracking TODO state changes): Document the
3458         LOG_INTO_DRAWER property.
3459         (Literal examples): Document the new implementation for
3460         editing source code.
3461         (Publishing action): Mention the new publishing
3462         function, to publish an Org source file.
3463         (Publishing links): Mention how to link to an Org source file.
3464         (Macro replacement): Document new macros.
3465         (Handling links): Document type-specific completion
3466         when inserting links.
3467         (Structure editing, Plain lists): Improve documentation
3468         on sorting.
3469         (Internal links): Document custom ids for links.
3470         (Handling links): Document custom ids for links.
3471         (CSS support): Document new class.
3472         (Refiling notes): Document the possibility to create new nodes
3473         during refiling.
3474         (Agenda commands): Document the "?" operator to find
3475         tasks without effort setting.
3476         (Exporting agenda information): Section moved.
3477         (RSS Feeds): New section.
3478         (Built-in table editor): Document M-e and M-a navigate
3479         inside table field.
3480         (Stuck projects): Docment that projects identified as
3481         un-stuck will still be searchd for stuck sub-projects.
3482         (Paragraphs): Document centering.
3483         (Creating timestamps, Agenda commands): Document new
3484         behavior when changing time stamps.
3485         (Structure editing): Document the new command
3486         `org-clone-subtree-with-time-shift'.
3487         (Publishing): Refresh this chapter.
3488         (Export options, Export options, In-buffer settings):
3489         Document the new keywords.
3490         (Matching tags and properties): Collect all
3491         documentation about tags/property matches here.
3492         (Setting tags): Document `org-tag-persistent-alist'.
3493         (Weekly/daily agenda): New section.
3494         (Orgstruct mode): Describe `orgstruct++-mode'.
3495         (Drawers): Mention the LOGBOOK drawer.
3496         (Export options, Sectioning structure): Document the
3497         #+LEATEX_HEADER in-buffer setting.
3498         (Bugs): Section removed.
3499         (Hooks): New section.
3500         (Add-on packages): Move here from old location.
3501         (Context-sensitive commands): New section.
3502         (Setting tags): Document newline option.
3503         (Global TODO list, Matching tags and properties):
3504         Mention more variables.
3505         (Checkboxes): Update to changed command behavior.
3507 2009-08-02  Eric Yu  <sucode@gmail.com>  (tiny change)
3509         * speedbar.texi (Basic Key Bindings): Fix typo.
3511 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
3513         * calc.texi (Vector/Matrix Functions): Add index entries for both
3514         "v" and "V" key bindings.  Mention that `calc-matrix-brackets' only
3515         affects matrices with more than one row.
3516         (Help Commands): Add index entries for "prefix ?" key bindings.
3518 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
3520         * calc.texi (Stack Manipulation Commands): Add documentation for
3521         `calc-transpose-lines'.
3523 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
3525         * dbus.texi (Receiving Method Calls): Describe special return value
3526         `:ignore'.
3528 2009-07-24  Alan Mackenzie  <acm@muc.de>
3530         * cc-mode.texi (Config Basics, File Styles): Document that at mode
3531         initialization, any individual variable setting now takes precedence
3532         over one done via c-file-style/c-file-offsets.
3534 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
3536         * calc.texi (Undoing Mistakes): Mention that the undo list will be
3537         truncated when Calc is quit.
3538         (Customizing Calc): Document `calc-undo-length'.
3540 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
3542         * calc.texi (About This Manual): Don't mention chapter numbers in text.
3544 2009-07-11  Kevin Ryde  <user42@zip.com.au>
3546         * pcl-cvs.texi (About PCL-CVS):
3547         * widget.texi (Basic Types):
3548         Fix cross-references.
3550 2009-07-01  Andreas Schwab  <aschwab@redhat.com>
3552         * dbus.texi (Type Conversion): Don't use literal control character.
3554 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
3556         * tramp.texi (GVFS based methods): New section.
3557         (Remote processes): Processes for GVFS based methods run locally.
3559 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
3561         * tramp.texi (Inline methods, External methods, Gateway methods):
3562         Avoid the words "kludge" and hack".
3563         (External methods): Add `synce' method.
3565         * trampver.texi: Update release number.
3567 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
3569         Sync with Tramp 2.1.16.
3571         * tramp.texi (History): Add GVFS support.
3572         (External methods): Precise `rsync' description.  Add `dav', `davs' and
3573         `obex' methods.  Add 'tramp-gvfs-methods' option.
3574         (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
3575         forms.
3576         (Remote Programs): Introduce `tramp-own-remote-path'.
3577         (Remote processes): New subsection "Running remote programs that create
3578         local X11 windows".
3579         (Frequently Asked Questions): Improve code for disabling vc.
3581         * trampver.texi: Update release number.  Set default value of
3582         `emacsgvfs'.
3584 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
3586         * Branch for 23.1.
3588 2009-06-17  Glenn Morris  <rgm@gnu.org>
3590         * faq.texi (Obtaining the FAQ): Add reference to Savannah.
3591         (Latest version of Emacs): Mention source code repository.
3593 2009-06-16  Glenn Morris  <rgm@gnu.org>
3595         * faq.texi (Top): Language tweak.
3596         (Extended commands): Most people have arrow keys.
3597         (Emacs manual): Say how to follow info links.
3598         (File-name conventions): Change title a bit.  Explain about source
3599         versus installed.  Condense etc description.
3600         (Guidelines for newsgroup postings): Mention Savannah list page.
3601         (Newsgroup archives): Simplify.
3602         (Contacting the FSF): Add contact URL.
3603         (Emacs Lisp documentation): Printed version not always available.
3604         (Installing Texinfo documentation): Explain how by hand installation is
3605         not normally needed.  Use add-to-list.  Remove duplicate reference.
3606         (Informational files for Emacs): Move info on Help menu here from
3607         "File-name conventions".
3608         (Help installing Emacs): Tweak uref.
3609         (Obtaining the FAQ): Mention repository.
3610         (Origin of the term Emacs): Explain "ITS".
3611         (Changing load-path): Use add-to-list.
3612         (Automatic indentation): Clarify this is for Text mode.
3613         Don't mention Indented Text mode.
3614         (Finding Emacs on the Internet): The FSF does not seem to offer a
3615         deluxe distribution on CD anymore.
3617 2009-06-16  Glenn Morris  <rgm@gnu.org>
3619         * faq.texi (Top): Mention which Emacs version this FAQ is about.
3620         Recommend the latest release.  Mention how to get older FAQs.
3621         Recommend the Emacs manual.
3622         (Guidelines for newsgroup postings): Discourage cross-posts.
3623         (Underlining paragraphs): Remove.
3624         (Editing MS-DOS files): Remove pre-Emacs 20 information.
3625         (Bugs and problems): Update key-binding.
3626         (Problems with very large files): Mention 64-bit.
3627         (Shell process exits abnormally): Remove.
3628         (Problems with Shell Mode): Rename and update.
3629         (Spontaneous entry into isearch-mode)
3630         (Problems talking to certain hosts): Remove.  This is old information,
3631         in etc/PROBLEMS if needed.
3632         (Emacs takes a long time to visit files, Updating Emacs): Remove.
3633         (Dired claims that no file is on this line): Update.
3634         (Installing Emacs, Problems building Emacs): Simplify.
3635         (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
3636         information.
3637         (Emacs for MS-Windows): Rename from "Emacs for Windows".  Simplify.
3638         (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
3639         (JDEE): "JDEE", not "JDE".
3640         (Handling C-s and C-q with flow control, Binding C-s and C-q):
3641         Remove.  This is old information, in etc/PROBLEMS if needed.
3642         (stty and Backspace key, Kanji and Chinese characters): Remove.
3643         (Right-to-left alphabets): Update section.
3644         (Changing the included text prefix): Gnus uses message-yank-prefix.
3645         Add cross-reference to Supercite manual.
3646         (Saving a copy of outgoing mail): Simplify output file description.
3647         (Expanding aliases when sending mail): Refer to Emacs manual.
3648         Remove old info about RFC822.
3649         Correct description of how to rebuild aliases.
3650         (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
3651         (MIME with Emacs mail packages)
3652         (Viewing articles with embedded underlining)
3653         (Saving a multi-part Gnus posting, Gnus hangs for a long time):
3654         Remove old sections.
3655         (Killing based on nonstandard headers): Remove.  Scoring is preferable,
3656         and is well-documented in the Gnus manual.
3657         (Reading news with Emacs): Merge "Learning more about Gnus" into here.
3658         (Making Gnus faster): Rename from "Starting Gnus faster".
3659         Merge "Catch-up is slow in Gnus" into here.
3661 2009-06-14  Glenn Morris  <rgm@gnu.org>
3663         * faq.texi (Status of Emacs): Re-order with most recent releases first.
3664         (New in Emacs 23): New section.
3665         (Handling C-s and C-q with flow control): Add xref.
3667 2009-06-13  Glenn Morris  <rgm@gnu.org>
3669         * faq.texi (Setting up a customization file): Grammar fix.
3670         Customize is no longer "new".
3671         (Displaying the current line or column): Line-number mode is on by
3672         default.  Don't mention `column' package.  Mention linum.el.
3673         (Turning on abbrevs by default): Explain how to do it for buffers,
3674         modes, and everywhere.
3675         (Associating modes with files): Use add-to-list.  Don't mention Emacs
3676         19.
3677         (Highlighting a region): On by default since 23.1.
3678         (Replacing highlighted text): Update doc quote.
3679         (Working with unprintable characters): Don't mention search-quote-char.
3680         (Using an already running Emacs process): Gnuclient is probably not an
3681         enhancement these days.
3682         (Indenting switch statements): Remove mention of pre-Emacs 20.
3683         (Horizontal scrolling): Abbreviate Emacs 20 description.
3684         (Replacing text across multiple files): Fix name of dired command.
3685         (Disabling backups): Use require not load.
3686         (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
3688 2009-06-13  Bill Wohler  <wohler@newt.com>
3690         Release MH-E manual version 8.2.
3692         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3693         release 8.2.
3695 2009-06-13  Glenn Morris  <rgm@gnu.org>
3697         * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
3698         in this day and age the common meaning is "on the web".
3699         (copying): Use @copyright in all cases.
3700         (Basic keys): Remove reference to deleted manual node "Text Characters".
3701         (File-name conventions): Use GNU as an example rather than SERVICE.
3702         default.el lives in site-lisp.  Update Info directory location.
3703         (Real meaning of copyleft): GPL actions have been brought, but all
3704         settled out of court.
3705         (Guidelines for newsgroup postings): Shorten section title.
3706         Simplify comp.emacs description.
3707         (Newsgroup archives): Change Google URL.  Describe Gmane.
3708         (Unsubscribing from Emacs lists): Remove discussion of "distribution
3709         points".  Mention List-Unsubscribe header.
3710         (Contacting the FSF): Update email and URLs.
3711         (Basic editing): Mention F1 for help.
3712         (Installing Texinfo documentation): Refer to Texinfo website rather
3713         than ftp server.
3714         (Printing a Texinfo file): Mention texi2pdf.
3715         (Informational files for Emacs): Don't describe FTP or SERVICE, they
3716         are just stubs nowadays.
3717         (Latest version of Emacs): Explain version numbers.
3718         (Spell-checkers, Checking TeX and *roff documents): Remove sections.
3719         (Turning on syntax highlighting): No need to mention hilit19 any more.
3720         (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
3721         (Modes for various languages): Remove section.
3722         (Major packages and programs): Remove most version and maintainer
3723         information - it's hard to keep up-to-date, and adds nothing.
3724         Similarly with direct links to mailing lists.
3725         (Spell-checkers): Rename node from Ispell.  Mention Aspell and Hunspell.
3726         (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
3727         years, and Emacs comes with tools for this now.
3728         (Patch): Remove section - this is a standard tool.
3729         (Using function keys under X): Remove section.
3731 2009-06-12  Glenn Morris  <rgm@gnu.org>
3733         * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
3734         (Help installing Emacs): Remove reference to deleted X11 node.
3735         (Associating modes with files): Interpreter-mode-alist is no longer
3736         subservient to auto-mode-alist.
3737         (Installing Emacs): Change future Emacs version.
3738         (Linking with -lX11 fails): Remove old section.
3739         (Packages that do not come with Emacs): Update ELL location.
3740         Emacs Lisp archive is dead.
3741         (Emacs for Windows): Remove reference to old CE port.
3742         (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
3743         (Emacs for VMS and DECwindows): Remove old ports.
3744         (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
3745         (Removing flashing messages): Remove section about non-existent Gnus
3746         option.
3748         * faq.texi (Top): Add @top command.
3749         Remove the optional arguments from all @node commands: makeinfo can
3750         generate these automatically, and it is easier to edit and rearrange
3751         nodes without them.
3753 2009-06-11  Glenn Morris  <rgm@gnu.org>
3755         * faq.texi (Common acronyms): Remove no-longer-existing OSF.
3756         (The LPF): Make the updated URL the sole reference point.
3757         (Learning how to do something): Update refcard price and format.
3758         (Getting a printed manual): Sources in doc/emacs/, not man/.
3759         Also available in PDF format.  Since the page count varies, be less
3760         precise.
3761         (Informational files for Emacs): Remove references to deleted files
3762         LPF and SUN-SUPPORT, and to UUCP.
3763         (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
3764         Remove many obsolete ways to get the FAQ, which now seems only to be
3765         distributed with Emacs.
3766         (Mail and news): Remove sections about Rmail Babyl that no longer apply.
3768 2009-06-09  Chong Yidong  <cyd@stupidchicken.com>
3770         * org.texi (Org Plot): Fix tags (Bug#3507).
3771         (Workflow states, Agenda commands): Fix tags (Bug#3508).
3773         * ada-mode.texi (Installation, Compile commands)
3774         (Project File Overview, No project files, Set compiler options)
3775         (Use GNAT project file, Use multiple GNAT project files)
3776         (Identifier completion): Use @samp for menu items, and @kbd for key
3777         sequences (Bug#3504).
3779 2009-06-04  Daiki Ueno  <ueno@unixuser.org>
3781         * gnus.texi (Security): Fix wording; add a link to epa.info.
3783 2009-06-04  Ryan Yeske  <rcyeske@gmail.com>
3785         * message.texi (Header Commands): Fix descriptions to match
3786         keybindings.
3788 2009-04-22  Daiki Ueno  <ueno@unixuser.org>
3790         * gnus.texi (Security): Mention that EasyPG is the current default.
3792 2009-04-13  Chong Yidong  <cyd@stupidchicken.com>
3794         * ediff.texi (Session Commands): Fix typo.
3796 2009-04-05  Reiner Steib  <Reiner.Steib@gmx.de>
3798         * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
3799         news.software.readers.  Reported by Florian Rehnisch.
3801 2009-04-02  Glenn Morris  <rgm@gnu.org>
3803         * auth.texi: Capitalize direntry.
3805         * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
3806         using a period in the entry name.  (Bug#2797)
3808 2009-03-03  Juanma Barranquero  <lekktu@gmail.com>
3810         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
3811         ($(infodir)/auth, auth.dvi): New targets.
3813 2009-03-03  Glenn Morris  <rgm@gnu.org>
3815         * auth.texi: Fix @setfilename.
3817         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
3818         (auth, $(infodir)/auth, auth.dvi): New rules.
3820 2009-02-25  Glenn Morris  <rgm@gnu.org>
3822         * faq.texi (Emacs for minimalists): New node.  (Bug#2452)
3824 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3826         * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
3828 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3830         * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
3831         gnus-nocem-issuers, and gnus-nocem-verifyer.
3833 2009-02-20  Juanma Barranquero  <lekktu@gmail.com>
3835         * ada-mode.texi (Project files, Automatic Casing):
3836         * dbus.texi (Signals):
3837         * gnus.texi (Selecting a Group, Filtering Incoming Mail):
3838         * mh-e.texi (HTML):
3839         * nxml-mode.texi (Locating a schema)
3840         (Using the document's URI to locate a schema):
3841         * org.texi (Footnotes, Using the mapping API):
3842         * rcirc.texi (Channels): Remove duplicate words.
3844 2009-02-20  Glenn Morris  <rgm@gnu.org>
3846         * dired-x.texi (Miscellaneous Commands):
3847         * gnus.texi: Minor updates for mbox Rmail.
3849 2009-02-16  Karl Berry  <karl@gnu.org>
3851         * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
3852         * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
3853         * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
3854         * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
3855         * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
3856         * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
3857         * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
3858         * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
3859         * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
3860         Consistently use @insertcopying in the Top node,
3861         @contents at the front (after @end titlepage),
3862         and @direntry after @copying.  (Bug#1988)
3864 2009-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
3866         * auth.texi: New file documenting auth-source.
3868 2009-02-13  Carsten Dominik  <dominik@science.uva.nl>
3870         * org.texi (Org Plot): Fix link.
3872 2009-02-09  Daiki Ueno  <ueno@unixuser.org>
3874         * epa.texi (Mail-mode integration): Mention the way to do
3875         "encrypt-to-self".  (Bug#1807)
3877 2009-02-05  Arni Magnusson  <arnima@hafro.is>  (tiny change)
3879         * ada-mode.texi (No project files): Fix typo.  (Bug#2214)
3881 2009-02-04  Reiner Steib  <Reiner.Steib@gmx.de>
3883         * gnus-news.texi: Print version about Incoming*.
3885 2009-02-02  Carsten Dominik  <dominik@science.uva.nl>
3887         * org.texi (Structure editing, Handling links)
3888         (Fast access to TODO states, Javascript support): Make standard docs
3889         correctly reflect default variable settings.
3891 2009-02-02  Glenn Morris  <rgm@gnu.org>
3893         * org.texi: Fix typos.
3895 2009-02-01  Michael Albinus  <michael.albinus@gmx.de>
3897         Sync with Tramp 2.1.15.
3899         * trampver.texi: Update release number.
3901 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
3903         * org.texi (TODO dependencies): Document TODO dependencies on
3904         checkboxes.
3906 2009-01-30  Carsten Dominik  <dominik@science.uva.nl>
3908         * org.texi (TODO dependencies): Document key binding for toggling
3909         ORDERED property.
3911 2009-01-28  Michael Albinus  <michael.albinus@gmx.de>
3913         * dbus.texi (Errors and Events): Fix typos.  Describe second parameter
3914         of hook functions.
3916 2009-01-28  Carsten Dominik  <dominik@science.uva.nl>
3918         * org.texi (TODO dependencies): New section.
3920 2009-01-27  Carsten Dominik  <dominik@science.uva.nl>
3922         * org.texi (Plain lists, TODO basics, Priorities)
3923         (Multiple sets in one file, Conflicts): Document interaction with
3924         `shift-selection-mode'.
3926 2009-01-27  Jay Belanger  <jay.p.belanger@gmail.com>
3928         * calc.texi (Embedded Mode, Algebraic-Style Calculations):
3929         Make Calc the subject of sentences.
3930         (Rearranging Formulas using Selections): Discuss new options
3931         for `j *'.
3933 2009-01-26  Michael Albinus  <michael.albinus@gmx.de>
3935         * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
3937 2009-01-26  Glenn Morris  <rgm@gnu.org>
3939         * org.texi: Fix typos.
3941 2009-01-26  Bill Wohler  <wohler@newt.com>
3943         * mh-e.texi (EDITION, UPDATED): Update.
3945 2009-01-25  Carsten Dominik  <dominik@science.uva.nl>
3947         * org.texi (References): Add information about remote references.
3948         (Built-in table editor): Document `C-c RET' in tables.
3949         (Math symbols, Quoting LaTeX code): Mention that simple
3950         LaTeX macros survive LaTeX export.
3951         (Images in LaTeX export): Show how to create a reference to a
3952         figure.
3953         (Sectioning structure): Document that the LaTeX class can be
3954         specified in a property.
3955         (Text areas in HTML export): New section.
3956         (External links): Add examples for text search and ID links.
3957         (Built-in table editor): Remove the descriptio of `C-c
3958         C-q', it not longer works.
3959         (Literal examples): Document that a space must follow
3960         the colon in short examples.
3961         (Relative timer): Document `org-timer-stop'.
3962         (Footnotes): New section.
3963         (Footnote markup): Shorten section and refer to new Footnote
3964         section.
3965         (Literal examples): Add documentation for line
3966         numbering in and references to code examples.
3967         (CSS support): Fix the description of default CSS styles.
3968         (Capturing column view): Document
3969         "file:path/to/file.org" as an allowed value for the ID property of
3970         a dynamic block copying column view.
3972 2009-01-23  Stephen Eglen  <stephen@gnu.org>
3974         * mh-e.texi (Getting Started): Describe $MH.
3976 2009-01-21  Michael Albinus  <michael.albinus@gmx.de>
3978         * tramp.texi (all): Harmonize usage of "external method",
3979         "external transfer method" and "out-of-band method".
3980         (Connection types): Precise the differences of inline and external
3981         methods.  Written by Adrian Phillips <a.phillips@met.no>.
3983 2009-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
3985         * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
3986         commands as described at the top.  Reported by Allan Gottlieb
3987         <gottlieb@nyu.edu>.
3989 2009-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3991         * gnus.texi (Non-ASCII Group Names, RSS): Update description of
3992         nnmail-pathname-coding-system.
3994 2009-01-17  Peter Tury  <tury.peter@gmail.com>  (tiny change)
3996         * org.texi (Relative timer): Fix typo.
3998 2009-01-15  Juanma Barranquero  <lekktu@gmail.com>
4000         * org.texi (Clocking work time): Fix typo.
4001         Reported by Peter Tury <tury.peter@gmail.com>.  (Bug#1925)
4003 2009-01-13  Glenn Morris  <rgm@gnu.org>
4005         * org.texi: Fix some more typos.
4007 2009-01-13  Peter Tury  <tury.peter@gmail.com>  (tiny change)
4009         * org.texi: Fix some typos.
4011 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4013         * gnus.texi (Group Parameters): Add note for local variables.
4015 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4017         * gnus.texi (Converting Kill Files): Fix URL.
4018         Include gnus-kill-to-score.el in contrib directory.
4020 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4022         * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
4023         Reported by Leo <sdl.web@gmail.com>.  (Bug#1660)
4024         (Paging the Article): Add index entry.
4026 2009-01-03  Stephen Leake  <stephen_leake@member.fsf.org>
4028         * ada-mode.texi (Examples): Delete redundant text.
4030 2009-01-03  Michael Albinus  <michael.albinus@gmx.de>
4032         * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
4034         * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
4035         addresses.
4037 2009-01-03  Bill Wohler  <wohler@newt.com>
4039         * mh-e.texi (Scan Line Formats): Indicate that first column should be
4040         kept empty.
4042 2008-12-20  Carsten Dominik  <dominik@science.uva.nl>
4044         * org.texi (Activation, Exporting, ASCII export, HTML export)
4045         (HTML Export commands, LaTeX/PDF export commands):
4046         Improve documentation about transient-mark-mode.
4047         (References): Document the use of special names like $LR1 to reference
4048         to fields in the last table row.
4050 2008-12-19  Juri Linkov  <juri@jurta.org>
4052         * info.texi (Search Text): Remove mention of removed key binding M-s.
4054 2008-12-18  Carsten Dominik  <dominik@science.uva.nl>
4056         * org.texi (References): Remove mentioning of @0 as reference for the
4057         last line, this has been reverted in the Lisp sources.
4059 2008-12-17  Juanma Barranquero  <lekktu@gmail.com>
4061         * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
4062         (DVI_TARGETS): Remove duplicates.  Add sasl.
4063         ($(infodir)/sasl, sasl.dvi): New targets.
4065 2008-12-17  Carsten Dominik  <dominik@science.uva.nl>
4067         * org.texi: Version number pushed to 6.15d.
4069 2008-12-16  Carsten Dominik  <dominik@science.uva.nl>
4071         * org.texi (Tables in LaTeX export): New section.
4072         (Images in LaTeX export): New section.
4073         (Inlined images, Images in HTML export): Sections renamed.
4075 2008-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
4077         * message.texi (Insertion Variables): Don't advertise sc-cite-original.
4079 2008-12-04  David Engster  <dengste@eml.cc>
4081         * gnus.texi (nnmairix): Mention mairix.el.  Point out the importance
4082         of nnml-get-new-mail.  Change URL for mairix patch.
4084 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
4086         * org.texi (Using the mapping API): Fix bug in mapping example.
4087         (Publishing options): Make the list of properties complete again, in
4088         correspondence to the variable `org-export-plist-vars'.
4089         (Property searches): Document new special values for time comparisons.
4090         (Tag inheritance): Refine the description of tag inheritance.
4091         (Project alist): Add info about the publishing sequence of components.
4092         (Effort estimates): Document the new relative timer.
4094 2008-12-01  Jay Belanger  <jay.p.belanger@gmail.com>
4096         * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
4097         (Using Calc): Clarify use of `C-x * o'.
4098         (Embedded Mode (Overview)): Clarify use of `C-x * e'.
4100 2008-11-28  Richard M Stallman  <rms@gnu.org>
4102         * dbus.texi (Receiving Method Calls): Clean up previous change.
4104 2008-11-26  Michael Albinus  <michael.albinus@gmx.de>
4106         * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
4107         `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
4108         `dbus-unescape-from-identifier'.
4109         (Receiving Method Calls): New constants `dbus-service-emacs' and
4110         `dbus-path-emacs'.  Precise return values of `dbus-register-method'.
4111         (Signals): Use the constants in the example.
4113 2008-11-24  Carsten Dominik  <dominik@science.uva.nl>
4115         * org.texi: Re-apply change to FDL 1.3.
4117 2008-11-23  Carsten Dominik  <dominik@science.uva.nl>
4119         * org.texi (Setting up Remember): Document `org-remember-mode'.
4120         (External links): Document that bbdb links can use a regular
4121         expression.
4122         (External links): Document that elisp links can contain interactive
4123         commands.
4125 2008-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
4127         * viper.texi (viper-translate-all-ESC-keysequences):
4128         Description removed.
4130 2008-11-19  Glenn Morris  <rgm@gnu.org>
4132         * doclicense.texi: Change to FDL 1.3.
4133         Relicense all texi files under FDL 1.3 or later.
4135 2008-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
4137         * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
4139 2008-11-16  Michael Kifer  <kifer@cs.stonybrook.edu>
4141         * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
4143         * ediff.texi: Version/date change.
4145 2008-11-14  Chong Yidong  <cyd@stupidchicken.com>
4147         * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
4149 2008-11-14  Jay Belanger  <jay.p.belanger@gmail.com>
4151         * calc.texi (About This Manual): Comment out a mention of
4152         marginal notes.
4154 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
4156         * org.texi (Clocking work time): Document the :formula property of
4157         clock tables.
4158         (Structure editing, Refiling notes): Document refiling regions.
4159         (Agenda commands): Document the double-prefix version
4160         of the `l' command in the agenda.
4161         (Handling links): Explain the effect of a double prefix
4162         arg to `C-c C-o'.
4163         (TODO basics): Add documentation for tag triggers.
4165 2008-10-23  Glenn Morris  <rgm@gnu.org>
4167         * cl.texi (Function Bindings): Mention `flet' fails to deal with
4168         byte-compiling things like `+'.
4170         * ns-emacs.texi: Merge copyright years of author now with assignment
4171         into FSF years.
4172         (VER): Use it for easier automatic updating.  Use Emacs version rather
4173         than standalone Emacs.app version.
4175 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
4177         * org.texi: Lots of minor fixes.
4178         (Capture): New chapter.
4179         (Org Plot): New section.
4181 2008-09-30  Magnus Henoch  <mange@freemail.hu>
4183         * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
4185 2008-09-30  Jay Belanger  <jay.p.belanger@gmail.com>
4187         * calc.texi (User Defined Units): Mention how to enter optional display
4188         string.
4190 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4192         * message.texi (Sending Variables): Fix variable documentation to
4193         avoid the "y/n" wording.
4195 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4197         * message.texi (Sending Variables): Add `message-confirm-send' doc.
4199 2008-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4201         * gnus.texi (The Gnus Registry): Don't give argument to @item used in
4202         @enumerate section so as to be able to be formatted with MAKEINFO=no.
4204 2008-09-22  Bill Wohler  <wohler@newt.com>
4206         Release MH-E manual version 8.1.
4208         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
4209         release 8.1.
4211         * mh-e.texi: Retain dual license as agreed to by the FSF.
4212         However, bump GPL to Version 3.
4213         Use @include for license text.
4215 2008-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4217         * gnus.texi (Top, Setup, Fancy splitting to parent)
4218         (Store custom flags and keywords, Store arbitrary data):
4219         Clean up markup.
4221 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4223         * gnus.texi (The Gnus Registry): Document it.
4225 2008-09-08  David Engster  <dengste@eml.cc>
4227         * gnus.texi (nnmairix): Point out that nnml uses MH format.
4228         Clarify section about choosing back end servers.
4230 2008-08-23  Glenn Morris  <rgm@gnu.org>
4232         * dired-x.texi (Shell Command Guessing):
4233         Mention dired-guess-shell-case-fold-search.  (Bug#417)
4235 2008-08-22  Michael Albinus  <michael.albinus@gmx.de>
4237         * trampver.texi: Update release number.
4239 2008-08-18  Brian Cully  <bjc@kublai.com>  (tiny change)
4241         * ns-emacs.texi: Update version.
4242         (Introduction): Correct menu location for options save.
4243         (Customization): Note that defaults are stored under org.gnu.Emacs.
4245 2008-08-11  Bill Wohler  <wohler@newt.com>
4247         * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
4248         explicit about GNU mailutils MH elsewhere (with thanks to Darel
4249         Henman) (closes SF #1768928).
4251 2008-08-10  Glenn Morris  <rgm@gnu.org>
4253         * ns-emacs.texi: Use @copying.  Change copyright of authors with
4254         assignment to FSF.  Change license to GFDL.
4255         (Top): Remove outdated references.
4257 2008-08-07  Reiner Steib  <Reiner.Steib@gmx.de>
4259         * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
4260         Add gnus-summary-sort-by-most-recent-number and
4261         gnus-summary-sort-by-most-recent-date.
4262         (Summary Sorting): Explain prefix argument.
4264 2008-08-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4266         * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
4267         gnus-summary-pipe-output.
4269 2008-08-03  Michael Albinus  <michael.albinus@gmx.de>
4271         * dbus.texi (Receiving Method Calls): Document error handling of own
4272         D-Bus methods.
4274 2008-08-01  Bill Wohler  <wohler@newt.com>
4276         * mh-e.texi (Reading Mail)
4277         (Viewing Attachments): Describe new function
4278         mh-show-preferred-alternative.
4279         (Sending Mail, Redistributing, Sending Message): Describe new hook
4280         mh-annotate-msg-hook.
4282 2008-07-31  Michael Albinus  <michael.albinus@gmx.de>
4284         * dbus.texi (Arguments and Signatures): Fix example.
4285         (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
4286         (Asynchronous Methods): New node.
4287         (Errors and Events): Describe extended layout of `dbus-event'.
4288         New defun `dbus-event-message-type'.
4290 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4292         * ediff.texi: Remove VMS support.
4294 2008-07-29  Juanma Barranquero  <lekktu@gmail.com>
4296         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
4297         ($(infodir)/mairix-el), mairix-el.dvi): New targets.
4299 2008-07-29  Chong Yidong  <cyd@stupidchicken.com>
4301         * Makefile.in: Add mairix-el targets.
4303 2008-07-29  David Engster  <deng@randomsample.de>
4305         * mairix-el.texi: New file.
4307 2008-07-28  Stephen Leake  <stephen_leake@stephe-leake.org>
4309         * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
4310         project files.  Delete 'main_unit' project variable; not needed.  Allow
4311         process environment variables wherever project variables are allowed.
4312         Add tutorial section on multiple GNAT project files.
4314 2008-07-27  Michael Albinus  <michael.albinus@gmx.de>
4316         Sync with Tramp 2.1.14.
4318         * trampver.texi: Update release number.
4320 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
4322         * ns-emacs.texi:
4323         * faq.texi: Remove mentions of Mac Carbon.
4325 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4327         * gnus.texi (Saving Articles): Describe the 2nd argument of
4328         gnus-summary-save-in-pipe.
4329         (SpamAssassin): Use it.
4331 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4333         * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
4335 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
4337         * org.texi (Export options): Document the use of the creator flag.
4339 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
4341         * org.texi: New version 6.06a.
4343 2008-07-23  Juanma Barranquero  <lekktu@gmail.com>
4345         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
4346         ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
4348 2008-07-23  Vincent Belaïche  <vincent.b.1@hotmail.fr>
4350         * calc.texi (Editing Stack Entries):
4351         (Algebraic Entry): Rewrite introductory sentences so it can be used by
4352         Calc's help functions.  Mention fixing typos.
4353         (Customizing Calc): Fix typo.
4355 2008-07-23  Jay Belanger  <jay.p.belanger@gmail.com>
4357         * calc.texi (summarykey): New macro.  Use to correctly format keys in
4358         the summary.
4360 2008-07-20  Adrian Robert  <adrian.b.robert@gmail.com>
4362         * ns-emacs.texi (Customization): Corrected documentation on color
4363         specification formats.
4365 2008-07-19  Andreas Schwab  <schwab@suse.de>
4367         * ns-emacs.texi: Moved from ../emacs.  Add @direntry.
4369         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
4370         (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
4372 2008-07-18  Michael Albinus  <michael.albinus@gmx.de>
4374         * dbus.texi (Inspection): Rework, introduce submenus.
4375         (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
4376         (Properties and Annotations, Arguments and Signatures): New nodes.
4378 2008-07-13  Michael Albinus  <michael.albinus@gmx.de>
4380         * dbus.texi (Receiving Method Calls): Fix description of
4381         `dbus-register-method'.
4382         (Signals): Allow also signal arguments for filtering in
4383         `dbus-register-signal'.
4385 2008-07-13  Vincent Belaïche  <vincent.b.1@hotmail.fr>
4387         * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
4388         `cnorm'.
4389         (Arithmetic Tutorial): Simplify the verification of prime factors.
4391 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4393         * gnus.texi (Saving Articles): Mention
4394         gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
4396 2008-06-29  Jay Belanger  <jay.p.belanger@gmail.com>
4398         * calc.texi: Adjust mode line throughout.
4400 2008-06-28  Juanma Barranquero  <lekktu@gmail.com>
4402         * sasl.texi (Mechanisms): Fix typos.
4404 2008-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
4406         * calc.texi (Killing from the stack): Mention using normal Emacs
4407         copying.
4409 2008-06-21  Michael Albinus  <michael.albinus@gmx.de>
4411         * tramp.texi (Password handling): Rename from "Password caching".
4412         Add `auth-source' mechanism.
4413         (Connection caching): Tramp reopens the connection automatically,
4414         when the operating system on the remote host has been changed.
4416 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
4418         * makefile.w32-in (distclean): Remove makefile.
4420 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
4422         * org.texi (Using the mapping API): New section.
4423         (Agenda column view): New section.
4424         (Moving subtrees): Document archiving to the archive sibling.
4425         (Agenda commands): Document columns view in the agenda.
4426         (Using the property API): Document the API for multi-valued properties.
4428 2008-06-17  Jason Riedy  <jason@acm.org>
4430         * org.texi (A LaTeX example): Note that fmt may be a one-argument
4431         function, and efmt may be a two-argument function.
4432         (Radio tables): Document multiple destinations.
4434 2008-06-16  Glenn Morris  <rgm@gnu.org>
4436         * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
4437         Add Cover-Texts.
4439 2008-06-15  Glenn Morris  <rgm@gnu.org>
4441         * faq.texi (VER): Update to 23.0.60.
4443         * mh-e.texi: Remove option of licensing under GPL.
4444         Add Cover-Texts to GFDL permissions notice.
4445         (GPL): Remove section.
4446         (GFDL): Include doclicense.texi rather than the actual text.
4448         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
4449         (sasl, $(infodir)/sasl, sasl.dvi): New rules.
4451         * sasl.texi: Fix output file name.
4453         * epa.texi, sasl.texi: Refer to license in Emacs manual.
4455         * gnus-coding.texi: Refer to license in Gnus manual.
4457         * idlwave.texi, sasl.texi: Use @copying.
4459         * org.texi: Change to GFDL 1.2.  Refer to license in Emacs manual.
4461         * speedbar.texi: Update Back-Cover Text as per maintain.info.
4463         * url.texi: Use @copying, @title, @subtitle, @author.
4465         * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
4466         * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
4467         * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
4468         * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
4469         * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
4470         * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
4471         * widget.texi, woman.texi:
4472         Remove references to external license, since doclicense is included.
4474         * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
4475         * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
4476         Remove references to non-existent Invariant Sections.
4478 2008-06-14  Glenn Morris  <rgm@gnu.org>
4480         * faq.texi (Major packages and programs): Remove references to external
4481         Supercite, Calc, VIPER, since they have been included for some time.
4482         Update VM, AUCTeX, BBDB entries.
4484 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
4486         * newsticker.texi: Updated to match latest newsticker changes.
4488 2008-06-13  Glenn Morris  <rgm@gnu.org>
4490         * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
4491         * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
4492         * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
4493         * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
4494         * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
4495         * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
4496         * woman.texi:
4497         Update Back-Cover Text as per maintain.info.
4499 2008-06-15  Reiner Steib  <Reiner.Steib@gmx.de>
4501         * gnus-faq.texi: Generate.  Change node names to "FAQ N-M".
4503         * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
4504         (gnus-faq.xml): Update repository host.
4506         * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
4508 2008-06-15  Frank Schmitt  <ich@frank-schmitt.net>
4510         * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
4511         Fix a typo.
4513 2008-06-15  Reiner Steib  <Reiner.Steib@gmx.de>
4515         * gnus.texi (Mail Source Customization): Correct values of
4516         `mail-source-delete-incoming'.  Reported by Tassilo Horn.
4517         (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
4519 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4521         * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
4522         coding standards.
4524 2008-06-14  David Engster  <dengste@eml.cc>
4526         * gnus.texi (nnmairix): Markup fixes.
4528 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4530         * gnus.texi (nnmairix): Markup and other minor fixes.
4532 2008-06-05  David Engster  <dengste@eml.cc>
4534         * gnus.texi (nnmairix): New nodes describing nnmairix.el.
4536 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4538         * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
4539         (Searching, nnir, nnmairix): New stub nodes.
4541 2008-05-30  Felix Lee  <felix.1@canids.net>
4543         * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
4545 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4547         * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
4549 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4551         * gnus.texi (Scoring On Other Headers): Fix typo.  Rearrange.
4553 2008-05-15  Jonathan Yavner  <jyavner@member.fsf.org>
4555         * ses.texi (Acknowledgements): Add Shigeru Fukaya.
4557 2008-05-06  Juanma Barranquero  <lekktu@gmail.com>
4559         * info.texi (Top): Fix typo in xref.
4561 2008-05-05  Karl Berry  <karl@gnu.org>
4563         * info.texi (Top): @xref to stand-alone manual.
4565 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4567         * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
4568         (Various Summary Stuff): Fix typo in last xref.
4570 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4572         * org.texi (Moving subtrees): Fix typo.
4574 2008-04-28  Michael Albinus  <michael.albinus@gmx.de>
4576         * tramp.texi (Frequently Asked Questions): Explain, how to disable
4577         Tramp via `tramp-mode'.
4579 2008-04-27  Carsten Dominik  <dominik@sam.science.uva.nl>
4581         * org.texi: Massive changes, in many parts of the file.
4583 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4585         * gnus.texi (Oort Gnus): Add message-fill-column.
4587 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4589         * gnus.texi (Mail Source Specifiers): Typo fix.
4591 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4593         * gnus.texi (Diary Headers Generation): Update key binding for
4594         `gnus-diary-check-message'.
4596 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4598         * gnus.texi (Emacsen): Addition.
4600 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4602         * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
4604 2008-04-09  Reiner Steib  <Reiner.Steib@gmx.de>
4606         * gnus.texi (Oort Gnus): Mention customizing of tool bars.
4608 2008-04-09  Reiner Steib  <Reiner.Steib@gmx.de>
4610         * gnus-news.texi: Update tool bar item.
4612 2008-04-09  Sven Joachim  <svenjoac@gmx.de>
4614         * gnus-news.texi: Fix typos.
4616 2008-04-11  Jay Belanger  <jay.p.belanger@gmail.com>
4618         * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
4619         Add mention of `kron'.
4621 2008-04-01  Daiki Ueno  <ueno@unixuser.org>
4623         * epa.texi (Encrypting/decrypting *.gpg files):
4624         Document epa-file-name-regexp.
4626 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4628         * gnus.texi (Example Methods): Fix description about ssh-agent.
4629         (Indirect Functions): Fix the default value of nntp-telnet-command;
4630         remove link to connect.html.
4632 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
4634         * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
4635         dbus-call-method.
4636         (Receiving Method Calls): The timeout can be set by the calling client.
4638         * trampver.texi: Update release number.
4640 2008-03-29  Reiner Steib  <Reiner.Steib@gmx.de>
4642         * gnus.texi (Top): Fix version.  Add SASL.
4644 2008-03-29  Michael Albinus  <michael.albinus@gmx.de>
4646         Sync with Tramp 2.1.13.
4648         * trampver.texi: Update release number.
4650 2008-03-29  Chong Yidong  <cyd@stupidchicken.com>
4652         * org.texi: Update to new org-mode website.
4654 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4656         * cl.texi (For Clauses): Fix loop over key-seq to match code.
4658 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4660         * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
4661         gnus-read-ephemeral-gmane-group-url,
4662         gnus-read-ephemeral-emacs-bug-group,
4663         gnus-read-ephemeral-debian-bug-group.
4665 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4667         * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
4669         * gnus-news.texi: Add EasyPG.  Add gnus-article-browse-html-article.
4670         Add FIXMEs for Bookmarks and gnus-registry-marks.
4672 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4674         * gnus.texi (Smileys): Document `smiley-style'.
4676 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4678         * gnus.texi (Gnus Development): Clarify difference between ding and
4679         gnu.emacs.gnus.
4680         (MIME Commands, Using MIME, RSS): Fix markup.
4682         * gnus-faq.texi ([8.4]): Ditto.
4684 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4686         * gnus.texi (Emacsen): Remove obsolete stuff.
4688 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4690         * gnus.texi (Oort Gnus): Add version info WRT
4691         `mail-source-delete-incoming'.
4693 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4695         * gnus.texi (Top): Add "Other related manuals" and version info in
4696         `iftex' output.
4697         (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
4698         gnus-balloon-face-0 and the corresponding format specifiers.
4700 2008-03-26  Michael Albinus  <michael.albinus@gmx.de>
4702         * tramp.texi (Filename completion): Remove footnote about let-bind
4703         of `partial-completion-mode'.  It doesn't work this way.
4705 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4707         * pcl-cvs.texi (Contributors): Update my email.
4709 2008-03-21  Michael Albinus  <michael.albinus@gmx.de>
4711         * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
4713 2008-03-17  Bill Wohler  <wohler@newt.com>
4715         * mh-e.texi (Viewing): Update URL for adding header fields to
4716         mh-invisible-header-fields-default.
4718 2008-03-16  Bill Wohler  <wohler@newt.com>
4720         * mh-e.texi (Preface): Add Gnus to requirements.
4721         (Forwarding): Note that forwarded MIME messages are now inline.
4723 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4725         * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
4726         (Common Variables): Give precedence to the netcat methods over the
4727         telnet methods, and mention that they are more reliable.
4729 2008-03-13  Carsten Dominik  <dominik@science.uva.nl>
4731         * org.texi (Exporting Agenda Views): Document agenda export to
4732         iCalendar.
4733         (Progress logging): Document the new progress logging stuff.
4735 2008-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
4737         * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
4738         Update for change of `mail-source-delete-incoming'.
4740         * gnus-news.texi: Ditto.
4742 2008-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
4744         * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
4745         custom versions.
4747 2008-03-07  Alan Mackenzie  <acm@muc.de>
4749         * cc-mode.texi (Limitations and Known Bugs): State that the number of
4750         parens/brackets in a k&r region is limited.
4752 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4754         * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
4755         using different Emacs versions.
4757 2008-02-27  Glenn Morris  <rgm@gnu.org>
4759         * sc.texi: Remove a lot of old and obsolete info.
4760         (titlepage): Simplify.
4761         (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
4762         (VM with any Emacsen, GNEWS with any Emacsen)
4763         (Overloading for Non-conforming MUAs, Version 3 Changes)
4764         (The Supercite Mailing List): Delete nodes.
4765         (Introduction): Remove info about old packages.
4766         (Getting Connected): Simplify.  Remove info about old packages.
4767         (Citing Commands): Delete Emacs 19 info.
4768         (Hints to MUA Authors): Simplify.
4769         (Thanks and History): Merge in some info from the deleted node
4770         "Version 3 Changes".
4772 2008-02-05  Juanma Barranquero  <lekktu@gmail.com>
4774         * org.texi (Setting tags, In-buffer settings):
4775         * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
4777 2008-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4779         * gnus-news.texi: Mention that spaces and tabs are allowed in the
4780         installation directory name.
4782 2008-02-12  Romain Francoise  <romain@orebokech.com>
4784         * epa.texi (Overview): Fix typo.
4786 2008-02-11  Daiki Ueno  <ueno@unixuser.org>
4788         * epa.texi (Quick start): Remove the .emacs setting.
4790 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
4792         * epa.texi (Quick start): Use the command `epa-enable' instead of
4793         loading `epa-setup'.
4795 2008-02-08  Juanma Barranquero  <lekktu@gmail.com>
4797         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
4798         ($(infodir)/epa, epa.dvi): New targets.
4800 2008-02-08  Daiki Ueno  <ueno@unixuser.org>
4802         * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
4804         * epa.texi: New manual documenting the EasyPG Assistant.
4806 2008-02-06  Michael Albinus  <michael.albinus@gmx.de>
4808         * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
4809         (Inspection): New function dbus-ping.
4811 2008-02-05  Michael Albinus  <michael.albinus@gmx.de>
4813         * tramp.texi (Remote processes): Add `shell-command'.
4815 2008-01-28  Michael Sperber  <sperber@deinprogramm.de>
4817         * gnus.texi (Mail Source Specifiers): Document `group' specifier.
4818         (Group Parameters): Document `mail-source' parameter.
4820 2008-01-27  Michael Albinus  <michael.albinus@gmx.de>
4822         * tramp.texi (Inline methods): The hostname of the su(do)? methods
4823         must be a local host.
4825 2008-01-26  Michael Olson  <mwolson@gnu.org>
4827         * erc.texi: Update version for ERC 5.3 release.
4828         (Obtaining ERC): Update extras URLs for 5.3.
4829         (Development): Write instructions for git, and remove those for Arch.
4830         (History): Mention the switch to git.
4832 2008-01-24  Karl Berry  <karl@gnu.org>
4834         * info.texi (Search Index, Search Text): Mention the command
4835         character in the section name, a la the (Go to node) node.
4837 2008-01-21  Michael Albinus  <michael.albinus@gmx.de>
4839         * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
4841 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4843         * gnus-news.texi: Mention gnus-article-describe-bindings.
4845 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4847         * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
4849 2008-01-18  Carsten Dominik  <dominik@science.uva.nl>
4851         * org.texi (Property inheritance): New section.
4852         (Conventions): New section.
4853         (Structure editing): Document C-RET, the prefix arg to the cut/copy
4854         commands, and the new bindings for refiling.
4855         (Sparse trees): Document the new special command for sparse trees.
4856         (References): Be more clear about the counting of hilines.
4857         (Handling links): Document M-p/n for accessing links.
4858         (Fast access to TODO states): New section.
4859         (Per file keywords): New section.
4860         (Property inheritance): New section.
4861         (Column attributes): New summary types.
4862         (Capturing Column View): New section.
4863         (The date/time prompt): Cover the new features in the date/time prompt.
4864         Compactify the table of keys for the calendar remote control.
4865         (Clocking work time): Document the new :scope parameter.
4866         (Remember): Promoted to chapter.
4867         (Quoted examples): New section.
4868         (Enhancing text): New verbatim environments.
4870 2008-01-14  Michael Albinus  <michael.albinus@gmx.de>
4872         * trampver.texi: Update release number.
4874 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4876         * gnus.texi (Article Keymap):
4877         Add gnus-article-wide-reply-with-original; fix descriptions of
4878         gnus-article-reply-with-original and
4879         gnus-article-followup-with-original.
4881 2008-01-09  Glenn Morris  <rgm@gnu.org>
4883         * nxml-mode.texi: Add @copying section.
4885 2008-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4887         * message.texi (Mail Variables): Add some text from "(gnus)Posting
4888         Server".  Add `message-send-mail-with-mailclient'.
4890         * gnus.texi (Posting Server): Move some text to "(message)Mail
4891         Variables" and add a reference here.
4893 2008-01-04  Michael Albinus  <michael.albinus@gmx.de>
4895         * dbus.texi (Receiving Method Calls): New chapter.
4896         (Errors and Events): Add serial number to events.  Replace "signal" by
4897         "message".  Introduce dbus-event-serial-number.
4899 2008-01-03  Michael Albinus  <michael.albinus@gmx.de>
4901         * dbus.texi (Type Conversion): Explain the type specification for empty
4902         arrays.  Use another example.
4904 2007-12-30  Michael Albinus  <michael.albinus@gmx.de>
4906         * dbus.texi (all): Replace "..." by @dots{}.
4907         (Type Conversion): Precise the value range for :byte types.
4908         (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
4909         Mention its return value.
4910         (Errors and Events): There is no D-Bus error propagation during event
4911         processing.
4913 2007-12-29  Jay Belanger  <jay.p.belanger@gmail.com>
4915         * calc.tex (Yacas Language, Maxima Language, Giac Language):
4916         New sections.
4918 2007-12-29  Reiner Steib  <Reiner.Steib@gmx.de>
4920         * gnus.texi (Group Parameters): Reorder the text and add a note about
4921         `gnus-parameters' near the beginning of the node.
4923 2007-12-29  IRIE Tetsuya  <irie@t.email.ne.jp>  (tiny change)
4925         * gnus.texi (Score File Editing): Fix function name.
4927 2007-12-23  Michael Albinus  <michael.albinus@gmx.de>
4929         Sync with Tramp 2.1.12.
4931         * trampver.texi: Update release number.
4933 2007-12-22  Michael Albinus  <michael.albinus@gmx.de>
4935         * dbus.texi (Type Conversion): Correct input parameters mapping.
4937 2007-12-21  Michael Albinus  <michael.albinus@gmx.de>
4939         * dbus.texi (Type Conversion): Extend for D-Bus compound types.
4940         (Errors and Events): Mention wrong-type-argument error.
4942 2007-12-21  Alex Schroeder  <alex@gnu.org>
4944         * rcirc.texi: Changed single spaces after sentence end to double
4945         spaces.  Fixed some typos.
4946         (Internet Relay Chat): Explain relay.
4947         (Getting started with rcirc): Change items to reflect prompts.
4948         Add more explanation to rcirc-track-minor-mode and added a comment to
4949         warn future maintainers that this section is a copy.
4950         (People): Change /ignore example.
4951         (Keywords): Not keywords.
4953 2007-12-20  Alex Schroeder  <alex@gnu.org>
4955         * rcirc.texi (Top): Fighting Information Overload chapter added.
4956         (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
4957         (rcirc commands): Move /ignore command to the new chapter.
4958         (Fighting Information Overload): New chapter documenting /keyword,
4959         /bright, /dim, channel ignore, and low priority channels.
4960         (Configuration): Document rcirc-server-alist, remove
4961         rcirc-startup-channels-alist and rcirc-default-server.
4963 2007-12-16  Michael Albinus  <michael.albinus@gmx.de>
4965         * dbus.texi (Signals): Fix example in dbus-register-signal.
4967 2007-12-14  Sven Joachim  <svenjoac@gmx.de>
4969         * gnus.texi (Score Variables): Fix typo.
4971 2007-12-07  Michael Albinus  <michael.albinus@gmx.de>
4973         * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
4974         (Signals): Adapt dbus-send-signal and dbus-register-signal.
4975         (Errors and Events): Adapt dbus-event.
4977 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4979         * gnus.texi (Other Files): Add the yenc command.
4981 2007-11-30  Reiner Steib  <Reiner.Steib@gmx.de>
4983         * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
4984         since 2004-08-06.
4986 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4988         * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
4989         on body.
4991 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4993         * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
4994         and rfc2047-allow-irregular-q-encoded-words; fix description of
4995         rfc2047-encode-encoded-words.
4997 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4999         * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
5001 2007-12-05  Michael Olson  <mwolson@gnu.org>
5003         * remember.texi (Diary): Remove "require" line for remember-diary.el.
5004         Update documentation for `remember-diary-file'.
5006 2007-12-04  Michael Albinus  <michael.albinus@gmx.de>
5008         * dbus.texi (Signals): Precise `dbus-register-signal'.
5009         (Errors and Events): Rework events part, the internal structure of
5010         dbus-event has changed.
5012 2007-12-03  Juanma Barranquero  <lekktu@gmail.com>
5014         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
5015         ($(infodir)/dbus, dbus.dvi): New targets.
5017 2007-12-03  Michael Albinus  <michael.albinus@gmx.de>
5019         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
5020         unconditionally.
5022         * dbus.texi (Synchronous Methods): Show the result of the "lshal"
5023         emulation with @print{}.
5025 2007-12-02  Richard Stallman  <rms@gnu.org>
5027         * dbus.texi (Overview): Minor cleanup.
5029 2007-12-02  Michael Albinus  <michael.albinus@gmx.de>
5031         * Makefile.in (INFO_TARGETS): Add dbus.
5032         (DVI_TARGETS): Add dbus.dvi.
5033         (dbus, dbus.dvi): New targets.
5035         * dbus.texi: New file.
5037 2007-11-24  Romain Francoise  <romain@orebokech.com>
5039         * nxml-mode.texi: Add description in @direntry.
5040         Fix file name to match @setfilename.
5042 2007-11-23  Mark A. Hershberger  <mah@everybody.org>
5044         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5045         ($(infodir)/nxml-mode): New rule.
5047         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
5048         ($(infodir)/nxml-mode): New rule.
5049         (clean): Add nxml-mode*.
5051         * nxml-mode.texi: New file with nxml manual.
5053 2007-11-18  Richard Stallman  <rms@gnu.org>
5055         * flymake.texi (Example -- Configuring a tool called directly):
5056         Update example.
5058 2007-11-18  Michael Albinus  <michael.albinus@gmx.de>
5060         * tramp.texi (Filename completion): Simplify explanation of
5061         double-slash behavior.  Explain directory contents flushing.
5063 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
5065         * calc.texi (TeX and LaTeX Language Modes): Put in
5066         missing braces.
5068 2007-11-15  Richard Stallman  <rms@gnu.org>
5070         * cl.texi (Equality Predicates): Delete `eql'.
5071         (Predicates, Naming Conventions, Top): Delete `eql'.
5072         (Common Lisp Compatibility): Delete `eql'.
5073         (Porting Common Lisp): Delete obsolete backquote info.
5074         Minor clarification about character constants.
5075         (Sequence Basics): Minor clarification.
5077 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
5079         * cc-mode.texi (Electric Keys, Custom Macros):
5080         * tramp.texi (Filename completion): Fix typos.
5082 2007-11-15  Jay Belanger  <jay.p.belanger@gmail.com>
5084         * calc.texi (Basic commands): Mention the menu.
5086 2007-11-12  Michael Albinus  <michael.albinus@gmx.de>
5088         * tramp.texi (Connection caching): Tramp flushes connection
5089         properties when remote operating system has been changed.
5091 2007-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
5093         * gnus-news.texi: Fix spelling.
5094         `message-insert-formatted-citation-line', not
5095         `message-insert-formated-citation-line'.
5097         * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
5099 2007-11-07  Michael Albinus  <michael.albinus@gmx.de>
5101         * tramp.texi (Overview): Mention also the PuTTY integration under
5102         w32.  Remove paragraphs about Tramp's experimental status.
5103         (Frequently Asked Questions): Add code example for highlighting the
5104         mode line.
5106 2007-11-03  Michael Olson  <mwolson@gnu.org>
5108         * remember.texi: Change mentions of remember-buffer to
5109         remember-finalize throughout.
5111 2007-10-30  Michael Olson  <mwolson@gnu.org>
5113         * remember.texi (Copying): Remove.
5114         (Mailbox): Update with non-BBDB instructions.
5115         (Diary, Org): Add.
5116         (Bibliography, Planner Page): Remove.
5118 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
5120         * makefile.w32-in (INFO_TARGETS): Add remember.
5121         (DVI_TARGETS): Add remember.dvi.
5122         ($(infodir)/remember): New rule.
5123         (clean): Add remember*.
5125 2007-10-30  Michael Olson  <mwolson@gnu.org>
5127         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
5128         ($(infodir)/remember): New rule that builds the Remember Manual.
5130         * remember.texi: New file containing the Remember Mode Manual.
5131         Shuffle chapters around after initial import.
5132         (Function Reference): Split Keystrokes into separate chapter.
5133         (Keystrokes): Document C-c C-k.
5134         (Introduction): Fix typographical issue with "---".
5136 2007-10-29  Richard Stallman  <rms@gnu.org>
5138         * widget.texi (Introduction): Delete discussion of implementation
5139         internals.
5141 2007-10-29  Michael Albinus  <michael.albinus@gmx.de>
5143         * tramp.texi (Connection caching): Host names must be different
5144         when tunneling.
5146 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5148         * gnus.texi, gnus-faq.texi, message.texi: Bump version to
5149         Gnus v5.13.
5151 2007-10-28  Miles Bader  <miles@gnu.org>
5153         * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
5155 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5157         * gnus.texi (Sorting the Summary Buffer):
5158         Remove gnus-article-sort-by-date-reverse.
5160 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5162         * gnus.texi (Non-ASCII Group Names): New node.
5163         (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
5164         gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
5166 2007-10-28  Michaël Cadilhac  <michael@cadilhac.name>
5168         * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
5169         clean the output of the program `imap-shell-program'.
5171 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5173         * gnus.texi (IMAP): Mention nnimap-logout-timeout.
5175 2007-10-28  Tassilo Horn  <tassilo@member.fsf.org>
5177         * gnus.texi (Sticky Articles): Documentation for sticky article
5178         buffers.
5180 2007-10-28  Michaël Cadilhac  <michael@cadilhac.name>
5182         * gnus.texi (RSS): Document nnrss-ignore-article-fields.
5184 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5186         * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
5188 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5190         * gnus.texi (Archived Messages):
5191         Document gnus-update-message-archive-method.
5193 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5195         * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
5197 2007-10-28  Michaël Cadilhac  <michael@cadilhac.name>
5199         * gnus.texi (Group Maneuvering):
5200         Document `gnus-summary-next-group-on-exit'.
5202 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5204         * gnus.texi (Really Various Summary Commands):
5205         Mention gnus-auto-select-on-ephemeral-exit.
5207 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5209         * gnus.texi, message.texi: Bump version number.
5211 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5213         * gnus.texi (Group Line Specification, Misc Group Stuff)
5214         (Server Commands): Parenthesize @pxref{Mail Spool}.
5216 2007-10-28  Didier Verna  <didier@xemacs.org>
5218         New user option: message-signature-directory.
5219         * message.texi (Insertion Variables): Document it.
5220         * gnus.texi (Posting Styles): Ditto.
5222 2007-10-28  Didier Verna  <didier@xemacs.org>
5224         * gnus.texi (Group Line Specification):
5225         * gnus.texi (Misc Group Stuff):
5226         * gnus.texi (Server Commands): Document the group compaction feature.
5228 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5230         * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
5232         * message.texi (Various Message Variables): Add message-fill-column.
5234 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5236         * gnus.texi: Untabify.
5238 2007-10-28  Didier Verna  <didier@xemacs.org>
5240         * gnus.texi (Group Parameters): Document the posting-style merging
5241         process in topic-mode.
5243 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5245         * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
5247 2007-10-28  Romain Francoise  <romain@orebokech.com>
5249         * gnus.texi (Mail Spool): Fix typo.
5250         Update copyright.
5252 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5254         * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
5256 2007-10-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5258         * gnus.texi (Summary Generation Commands):
5259         Add gnus-summary-insert-ticked-articles.
5261 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5263         * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
5264         to spam-spamassassin-program.
5266 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5268         * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
5270 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5272         * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
5274 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5276         * message.texi (Mail Headers): Document `opportunistic'.
5278 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5280         * emacs-mime.texi (Encoding Customization): Explain how to set
5281         mm-coding-system-priorities per hierarchy.
5283 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5285         * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
5286         nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
5288 2007-10-28  Didier Verna  <didier@xemacs.org>
5290         * message.texi (Wide Reply): Update documentation of
5291         message-dont-reply-to-names (now allowing a list of regexps).
5293 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5295         * gnus.texi (Spam Package Introduction): Fix spam menu and links.
5297 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5299         * gnus.texi (SpamAssassin back end): Fix typo.
5301         * sieve.texi (Examples): Fix grammar.
5303 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5305         * gnus.texi (Searching for Articles): Document M-S and M-R.
5306         (Limiting): Document / b.
5308 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5310         * gnus.texi (Thread Commands): T M-^.
5312 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5314         * message.texi (Mail Aliases): Document ecomplete.
5315         (Mail Aliases): Fix typo.
5317 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5319         * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
5320         fix typo.
5322 2007-10-28  Romain Francoise  <romain@orebokech.com>
5324         * gnus.texi (Mail Spool): Grammar fix.
5326 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5328         * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
5329         string.
5331 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5333         * gnus.texi (Group Parameters): Fix description.
5335 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5337         * gnus.texi (Gmane Spam Reporting):
5338         Fix spam-report-gmane-use-article-number.
5339         Add spam-report-user-mail-address.
5341 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5343         * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
5345 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5347         * gnus.texi (Group Parameters): Add simplified sorting example based on
5348         example for `Sorting the Summary Buffer' from Jari Aalto
5349         <jari.aalto@cante.net>.
5350         (Example Methods): Add example for an indirect connection.
5352 2007-10-28  Kevin Greiner  <kevin.greiner@compsol.cc>
5354         * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
5355         (Agent Parameters): Updated parameter names to match code.
5356         (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
5357         'gnus-agent-summary-fetch-series'.
5358         (Agent and flags): New section providing a generalized discussion
5359         of flag handling.
5360         (Agent and IMAP): Remove flag discussion.
5361         (Agent Variables): Add 'gnus-agent-synchronize-flags'.
5363 2007-10-28  Romain Francoise  <romain@orebokech.com>
5365         * gnus.texi (Exiting the Summary Buffer): Add new function
5366         `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
5368 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5370         * gnus.texi (Conformity): Fix typo.
5371         (Customizing Articles): Document `first'.
5373 2007-10-28  Jari Aalto  <jari.aalto@cante.net>
5375         * gnus.texi (Sorting the Summary Buffer):
5376         Add `gnus-thread-sort-by-date-reverse'.  Add example
5377         host to different sorting in NNTP and RSS groups.
5379 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5381         * message.texi (Insertion): Describe prefix for
5382         message-mark-inserted-region and message-mark-insert-file.
5384 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5386         * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
5387         LaTeX documents.  Describe "text/x-gnus-verbatim".
5389 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
5391         * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
5392         (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
5393         (spam-stat spam filtering, SpamOracle)
5394         (Extending the Spam ELisp package): Remove extra quote symbol for
5395         clarity.
5397 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5399         * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
5400         gnus-article-delete-part and gnus-article-replace-part.
5401         (Using MIME): Add gnus-mime-replace-part.
5403 2007-10-28  Romain Francoise  <romain@orebokech.com>
5405         * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
5406         requires `auto-compression-mode' to be enabled.  Add new nnml
5407         variable `nnml-compressed-files-size-threshold'.
5409 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5411         * gnus.texi (Sorting the Summary Buffer):
5412         Add gnus-thread-sort-by-recipient.
5414 2007-10-28  Romain Francoise  <romain@orebokech.com>
5416         * message.texi (Insertion Variables): Mention new variable
5417         `message-yank-empty-prefix'.  Change `message-yank-cited-prefix'
5418         documentation accordingly.
5420 2007-10-28  Romain Francoise  <romain@orebokech.com>
5422         * gnus.texi (To From Newsgroups): Mention new variables
5423         `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
5425 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5427         * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
5428         stuff; gnus-mime-inline-part does the automatic decompression.
5430 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
5432         * gnus.texi (Spam ELisp Package Configuration Examples):
5433         "training.ham" should be "training.spam".
5435 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5437         * message.texi (Mail Variables): Fix the default value for
5438         message-send-mail-function.
5440 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5442         * gnus.texi (Optional Back End Functions): nntp-request-update-info
5443         always returns nil exceptionally.
5445 2007-10-28  Simon Josefsson  <jas@extundo.com>
5447         * gnus.texi (Article Washing): Add libidn URL.
5448         Suggested by Michael Cook <michael@waxrat.com>.
5450 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5452         * gnus.texi (Topic Commands): Fix next/previous.
5454 2007-10-28  Simon Josefsson  <jas@extundo.com>
5456         * gnus.texi (Article Washing): Mention `W i'.
5458 2007-10-28  Jochen Küpper  <jochen@fhi-berlin.mpg.de>
5460         * gnus.texi (Group Parameters): Slight extension of sieve
5461         parameter description.
5463 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5465         * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
5466         matching score files as well.
5467         (Picons): Describe `gnus-picon-style'.
5469 2007-10-28  Romain Francoise  <romain@orebokech.com>
5471         * message.texi (Message Headers): Mention that headers are hidden
5472         using narrowing, and how to expose them.
5473         Update copyright.
5475 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5477         * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
5478         `gnus-summary-sort-by-recipient'.
5480 2007-10-28  Romain Francoise  <romain@orebokech.com>
5482         * gnus.texi (NNTP marks): New node.
5483         (NNTP): Move NNTP marks variables to the new node.
5485 2007-10-28  Jesper Harder  <harder@ifa.au.dk>
5487         * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
5489         * gnus.texi (MIME Commands, Hashcash): Markup fix.
5491 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
5493         * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
5494         everywhere for consistency.
5495         (Filtering Spam Using The Spam ELisp Package): Admonish again.
5496         (Spam ELisp Package Sequence of Events): This is Gnus, say so.
5497         Say "regular expression" instead of "regex."  Admonish.
5498         Pick other words to sound better (s/so/thus/).
5499         (Spam ELisp Package Filtering of Incoming Mail):
5500         Mention statistical filters.  Remove old TODO.
5501         (Spam ELisp Package Sorting and Score Display in Summary Buffer):
5502         New section on sorting and displaying the spam score.
5503         (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
5504         backend but an alias to spam-use-BBDB.
5505         (Extending the Spam ELisp package): Rewrite the example using the
5506         new backend functionality.
5508 2007-10-28  Simon Josefsson  <jas@extundo.com>
5510         * gnus.texi (NNTP): Mention nntp-marks-is-evil and
5511         nntp-marks-directory, from Romain Francoise
5512         <romain@orebokech.com>.
5514 2007-10-28  Magnus Henoch  <mange@freemail.hu>
5516         * gnus.texi (Hashcash): New default value of
5517         hashcash-default-payment.
5519 2007-10-28  Simon Josefsson  <jas@extundo.com>
5521         * gnus.texi (Hashcash): Fix URL.  Add pref to spam section.
5522         (Anti-spam Hashcash Payments): No need to load hashcash.el now.
5524 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5526         * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
5528 2007-10-28  Simon Josefsson  <jas@extundo.com>
5530         * gnus.texi (documentencoding): Add, to avoid warnings.
5532 2007-10-28  Simon Josefsson  <jas@extundo.com>
5534         * message.texi (Mail Headers): Add.
5536         * gnus.texi (Hashcash): Fix.
5538 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
5540         * gnus.texi (Hashcash): Change location of library, also mention
5541         that payments can be verified and fix the name of the
5542         hashcash-path variable.
5544 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5546         * gnus.texi (Article Display): Add `gnus-picon-style'.
5548 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5550         * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
5552 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
5554         * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
5555         (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
5556         warning about ham processors in spam groups removed.
5558 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
5560         * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
5561         From Hubert Chan <hubert@uhoreg.ca>.
5563 2007-10-28  Jesper Harder  <harder@ifa.au.dk>
5565         * gnus.texi (Spam ELisp Package Sequence of Events): Index.
5566         (Mailing List): Typo.
5567         (Customizing Articles): Add gnus-treat-ansi-sequences.
5568         (Article Washing): Index.
5570         * message.texi: Use m-dash consistently.
5572 2007-10-28  Jesper Harder  <harder@ifa.au.dk>
5574         * gnus.texi (GroupLens): Remove.
5576 2007-10-28  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5578         * gnus.texi (Outgoing Messages, Agent Variables):
5579         Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
5580         Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
5582 2007-10-28  Jesper Harder  <harder@ifa.au.dk>
5584         * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
5586 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5588         * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
5590         * gnus.texi (No Gnus): New node.  Includes `gnus-news.texi'.
5592 2007-10-28  Simon Josefsson  <jas@extundo.com>
5594         * gnus.texi (Top): Add SASL.
5596 2007-10-27  Emanuele Giaquinta  <e.giaquinta@glauco.it>  (tiny change)
5598         * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
5600 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5602         * gnus.texi (Troubleshooting): Adjust Gnus version number.
5604 2007-10-27  Jay Belanger  <jay.p.belanger@gmail.com>
5606         * calc.texi (Formulas, Composition Basics): Lower the
5607         precedence of negation.
5609 2007-10-25  Jonathan Yavner  <jyavner@member.fsf.org>
5611         * ses.texi (The Basics): Mention how to create a new spreadsheet.
5612         Mention the new three-letter column identifiers.
5613         (More on cell printing): Calculate-cell and truncate-cell are now `c'
5614         and `t' rather than `C-c C-c' and `C-c C-t'.  Mention the stupid error
5615         message when using `c' on an empty default with default printer.
5616         (Buffer-local variables in spreadsheets): `symbolic-formulas' was
5617         renamed to `ses--symbolic-formulas' some time ago.
5619 2007-10-25  Jay Belanger  <jay.p.belanger@gmail.com>
5621         * calc.texi (Default Simplifications, Making Selections)
5622         (Customizing Calc): Clarify associativity of multiplication.
5624 2007-10-23  Michael Albinus  <michael.albinus@gmx.de>
5626         * tramp.texi (Traces and Profiles): Simplify loop over
5627         `trace-function-background'.
5629 2007-10-22  Juri Linkov  <juri@jurta.org>
5631         * dired-x.texi (Shell Command Guessing): Default values are now
5632         available by typing M-n instead of M-p.
5634 2007-10-21  Michael Albinus  <michael.albinus@gmx.de>
5636         * tramp.texi (Cleanup remote connections): New section.
5637         (Password caching): Remove `tramp-clear-passwd'.
5638         It's not a command anymore.
5639         (Bug Reports): Add `tramp-bug' to function index.
5640         (Function Index, Variable Index): New nodes.
5641         (Remote shell setup): Describe `tramp-password-prompt-regexp'.
5643         * trampver.texi: Update release number.
5645 2007-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
5647         * calc.texi (History and Acknowledgements): Turn comment
5648         about integer size into past tense.
5649         (Time Zones): Remove pointer to Calc author's address.
5650         (Trigonometric and Hyperbolic Functions): Mention cotangent
5651         and hyperbolic cotangent.  Fix typo.
5653 2007-10-10  Michael Albinus  <michael.albinus@gmx.de>
5655         Sync with Tramp 2.1.11.
5657         * trampver.texi: Update release number.
5659 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
5661         * tramp.texi (External packages): New section.
5663 2007-09-29  Juri Linkov  <juri@jurta.org>
5665         * info.texi (Help-Int): Document `L' (`Info-history').
5667 2007-09-26  Carsten Dominik  <dominik@science.uva.nl>
5669         * org.texi: Change links to webpage and maintained email.
5670         (Remember): Promote to Chapter, significant changes.
5671         (Fast access to TODO states): New section.
5672         (Faces for TODO keywords): New section.
5673         (Export options): Example for #+DATE.
5674         (Progress logging): Section moved.
5676 2007-09-26  Bill Wohler  <wohler@newt.com>
5678         * mh-e.texi (HTML): Mention binding of S-mouse-2 to
5679         browse-url-at-mouse.
5681 2007-09-20  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
5683         * flymake.texi (Customizable variables): Face names don't end in -face.
5684         Fix flymake-err-line-patterns template.
5685         (Example -- Configuring a tool called directly): Fix init-function.
5686         (Highlighting erroneous lines): Face names don't end in -face.
5688 2007-09-18  Exal de Jesus Garcia Carrillo  <exal@gmx.de>  (tiny change)
5690         * erc.texi (Special-Features): Fix small typo.
5692 2007-09-14  Michael Albinus  <michael.albinus@gmx.de>
5694         * tramp.texi (Filename Syntax): Provide links to "Inline methods"
5695         and "External transfer methods".
5697 2007-09-13  Jay Belanger  <jay.p.belanger@gmail.com>
5699         * calc.texi (Predefined Units): Add some history.
5701 2007-09-08  Michael Olson  <mwolson@gnu.org>
5703         * erc.texi (Copying): New section included from gpl.texi.
5704         This matches the look of the upstream ERC manual.
5706 2007-09-07  Jay Belanger  <jay.p.belanger@gmail.com>
5708         * calc.texi (History and Acknowledgements): Adjust the "thanks".
5709         (Random Numbers): Clarify the distribution of `random'.
5711 2007-09-06  Glenn Morris  <rgm@gnu.org>
5713         Move manual sources from man/ to subdirectories of doc/.
5714         Split into the Emacs manual in emacs/, and other manuals in misc/.
5715         Change all setfilename commands to use ../../info.
5716         * Makefile.in: Move the parts of the old man/Makefile.in that do not
5717         refer to the Emacs manual here.
5718         (infodir): New variable.
5719         (INFO_TARGETS, info): Use infodir.  Also used by all info targets.
5720         (cc-mode.texi, faq.texi): Update references to source file locations.
5721         * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
5722         do not refer to the Emacs manual here.
5723         (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
5725         * Makefile.in: Add `basename' versions of all info targets, for
5726         convenience when rebuilding just one manual.
5727         (../etc/GNU): Delete obsolete target.
5728         (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
5729         (mostlyclean): Add *.op, *.ops.  Move *.aux *.cps *.fns *.kys *.pgs
5730         *.vrs *.toc here...
5731         (maintainer-clean): ...from here.
5733         * makefile.w32-in (../etc/GNU): Delete obsolete target.
5735 2007-09-01  Jay Belanger  <jay.p.belanger@gmail.com>
5737         * calc.texi (Date Conversions): Clarify definition of
5738         Julian day numbering.
5739         (Date Forms): Clarify definition of Julian day numbering;
5740         add some history.
5742 2007-08-30  Carsten Dominik  <dominik@science.uva.nl>
5744         * org.texi: Version 5.07.
5746 2007-08-24  IRIE Tetsuya  <irie@t.email.ne.jp>  (tiny change)
5748         * message.texi (MIME): Replace mml-attach with mml-attach-file.
5750 2007-08-22  Carsten Dominik  <dominik@science.uva.nl>
5752         * org.texi (Adding hyperlink types): New section.
5753         (Embedded LaTeX): Chapter updated because of LaTeX export.
5754         (LaTeX export): New section.
5755         (Using links out): New section.
5757 2007-08-22  Glenn Morris  <rgm@gnu.org>
5759         * faq.texi (Learning how to do something): Refcards now in
5760         etc/refcards/ directory.
5762 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
5764         * tramp.texi (Remote Programs): Persistency file must be cleared when
5765         changing `tramp-remote-path'.
5766         (Filename Syntax): Don't use @var{} constructs inside the @trampfn
5767         macro.
5769 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
5771         * calc.texi: Move contents to beginning of file.
5772         (Algebraic Entry): Fix the formatting of an example.
5774 2007-08-15  Jay Belanger  <jay.p.belanger@gmail.com>
5776         * calc.texi (Basic Operations on Units): Mention exact versus
5777         inexact conversions.
5779 2007-08-14  Jay Belanger  <jay.p.belanger@gmail.com>
5781         * calc.texi (Basic Operations on Units): Mention default
5782         values for new units.
5783         (Quick Calculator Mode): Mention that binary format will
5784         be displayed.
5786 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5788         * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
5790 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5792         * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
5794 2007-08-08  Glenn Morris  <rgm@gnu.org>
5796         * gnus.texi, sieve.texi: Replace `iff'.
5798 2007-08-03  Jay Belanger  <jay.p.belanger@gmail.com>
5800         * calc.texi (Basic Graphics): Mention the graphing of error
5801         forms.
5802         (Graphics Options): Mention how `g s' handles error forms.
5803         (Curve Fitting): Mention plotting the curves.
5804         (Standard Nonlinear Models): Add additional models.
5805         (Curve Fitting Details): Mention the Levenberg-Marquardt method.
5806         (Linear Fits): Correct result.
5808 2007-08-01  Alan Mackenzie  <acm@muc.de>
5810         * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
5811         to "--no-site-file".
5813 2007-07-29  Michael Albinus  <michael.albinus@gmx.de>
5815         * tramp.texi (Frequently Asked Questions): Point to mode line
5816         extension in Emacs 23.1.
5818         * trampver.texi: Update release number.
5820 2007-07-27  Glenn Morris  <rgm@gnu.org>
5822         * calc.texi (Copying): Include license text from gpl.texi, rather than
5823         in-line.
5825 2007-07-25  Glenn Morris  <rgm@gnu.org>
5827         * calc.texi (Copying): Replace license with GPLv3.
5829         * Relicense all FSF files to GPLv3 or later.
5831 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
5833         Sync with Tramp 2.1.10.
5835         * tramp.texi (trampfn): Expand macro implementation in order to handle
5836         empty arguments.
5837         (trampfnmhl, trampfnuhl, trampfnhl): Remove macros.  Replace all
5838         occurrences by trampfn.
5839         (Frequently Asked Questions): Extend example code for host
5840         identification in the modeline.  Add bbdb to approaches shortening Tramp
5841         file names to be typed.
5843         * trampver.texi: Update release number.
5845 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
5847         * tramp.texi: Move @setfilename ../info/tramp up, outside the header
5848         section.  Reported by <poti@potis.org>.
5849         (Remote processes): Arguments of the program to be debugged are taken
5850         literally.
5851         (Frequently Asked Questions): Simplify recentf example.
5853 2007-07-14  Karl Berry  <karl@gnu.org>
5855         * info.texi (@copying): New Back-Cover Text.
5857         * info.texi (Quitting Info): Move to proper place in source.
5858         (Reported by Benno Schulenberg.)
5860 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
5862         * Makefile.in (../info/emacs-mime): Use --enable-encoding.
5864         * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
5866         * emacs-mime.texi: Add @documentencoding directive.
5868 2007-07-12  Nick Roberts  <nickrob@snap.net.nz>
5870         * tramp.texi (Remote processes): Add an anchor to the subsection
5871         "Running a debugger on a remote host".
5873 2007-07-12  Michael Albinus  <michael.albinus@gmx.de>
5875         * tramp.texi (Remote processes): Don't call it "experimental" any
5876         longer.  Add subsection about running a debugger on a remote host.
5878 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
5880         * org.texi (Properties and columns): Chapter rewritten.
5882 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
5884         * tramp.texi:
5885         * trampver.texi: Migrate to Tramp 2.1.
5887 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
5889         * org.texi (Properties): New chapter.
5891 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
5893         * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
5894         Control Panel.
5896         * gnus.texi (Misc Article): Add index entry for
5897         gnus-single-article-buffer.
5899 2007-06-27  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5901         * gnus.texi (Starting Up): Fix typo.
5903 2007-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5905         * gnus.texi (Asynchronous Fetching): Fix typo.
5907 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
5909         * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
5910         (About This Manual): Remove redundant information.
5911         (Getting Started): Mention author.
5912         (Basic Arithmetic, Customizing Calc): Make description of the
5913         variable `calc-multiplication-has-precedence' match its new effect.
5915 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
5917         * calc.texi (Basic Arithmetic, Customizing Calc):
5918         Mention the variable `calc-multiplication-has-precedence'.
5920 2007-06-19  Carsten Dominik  <dominik@science.uva.nl>
5922         * org.texi (Tag): Section swapped with node Timestamps.
5923         (Formula syntax for Lisp): Document new `L' flag.
5925 2007-06-06  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5927         * gnus.texi (Misc Group Stuff, Summary Buffer)
5928         (Server Commands, Article Keymap): Fix typo.  s/function/command/.
5930 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5932         * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
5933         * gnus.texi (Article Buttons, Mail Source Customization)
5934         (Sending or Not Sending, Customizing NNDiary):
5935         * message.texi (Message Headers):
5936         * mh-e.texi (HTML): Fix typos.
5938 2007-06-07  Michael Albinus  <michael.albinus@gmx.de>
5940         Sync with Tramp 2.0.56.
5942         * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
5943         settings.  Reported by Ted Zlatanov <tzz@lifelogs.com>.
5945 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
5947         * Version 22.1 released.
5949 2007-05-26  Michael Olson  <mwolson@gnu.org>
5951         * erc.texi (Modules): Fix references to completion modules.
5953 2007-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
5955         * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
5957 2007-05-09  Didier Verna  <didier@xemacs.org>
5959         * gnus.texi (Email Based Diary): New.  Proper documentation for the
5960         nndiary back end and the gnus-diary library.
5962 2007-05-03  Karl Berry  <karl@gnu.org>
5964         * .cvsignore (*.pdf): New entry.
5966         * texinfo.tex: Update from current version for better pdf generation.
5968 2007-04-30  Reiner Steib  <Reiner.Steib@gmx.de>
5970         * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
5972 2007-04-28  Glenn Morris  <rgm@gnu.org>
5974         * faq.texi (New in Emacs 22): Restore mention of python.el pending
5975         consideration of legal status.
5977 2007-04-27  J.D. Smith  <jdsmith@as.arizona.edu>
5979         * idlwave.texi: Minor updates for IDLWAVE 6.1.
5981 2007-04-24  Chong Yidong  <cyd@stupidchicken.com>
5983         * faq.texi (New in Emacs 22): python.el removed.
5985 2007-04-23  Jay Belanger  <jay.p.belanger@gmail.com>
5987         * calc.texi (Reporting bugs): Update maintainer's address.
5989 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
5991         * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
5993 2007-04-15  Jay Belanger  <belanger@truman.edu>
5995         * calc.texi (Title page): Remove the date.
5996         (Basic Arithmetic): Emphasize that / binds less strongly than *.
5997         (The Standard Calc Interface): Change trail title.
5998         (Floats): Mention that when non-decimal floats are entered, only
5999         approximations are stored.
6000         (Copying): Move to the appendices.
6001         (GNU Free Documentation License): Add as an appendix.
6003 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
6005         * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
6006         * dired-x.texi, ebrowse.texi, ediff.texi:
6007         * emacs-mime.texi, erc.texi, eshell.texi:
6008         * eudc.texi, flymake.texi, forms.texi, gnus.texi:
6009         * idlwave.texi, message.texi, newsticker.texi, org.texi:
6010         * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
6011         * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
6012         * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
6013         * woman.texi: Include GFDL.
6015         * doclicense.texi: Remove node heading, so that it can be included by
6016         other files.
6018         * dired-x.texi: Relicence under GFDL.  Remove date from title page.
6020         * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
6021         than *.
6023 2007-04-14  Carsten Dominik  <dominik@science.uva.nl>
6025         * org.texi (Formula syntax for Calc): Emphasize the operator precedence
6026         in Calc.
6028 2007-04-09  Romain Francoise  <romain@orebokech.com>
6030         * faq.texi (New in Emacs 22): Mention improvements to the Windows and
6031         Mac OS ports.  Make it clear that mouse-1 complements and doesn't
6032         replace mouse-2.
6034 2007-04-08  Chong Yidong  <cyd@stupidchicken.com>
6036         * woman.texi (Word at point, Interface Options): woman-topic-at-point
6037         renamed to woman-use-topic-at-point.  Document new behavior.
6039 2007-04-08  Richard Stallman  <rms@gnu.org>
6041         * url.texi: Fix some indexing.
6042         (Disk Caching): Drop discussion of old/other Emacs versions.
6044 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
6046         * url.texi (Disk Caching): Say Emacs 21 "and later".
6048         * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
6049         on Font locking which now mentions JIT lock.
6051 2007-04-01  Michael Olson  <mwolson@gnu.org>
6053         * erc.texi: Update for the ERC 5.2 release.
6055 2007-03-31  David Kastrup  <dak@gnu.org>
6057         * woman.texi (Topic, Interface Options): Explain changes semantics of
6058         woman-manpath in order to consider MANPATH_MAP entries.
6060 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
6062         * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
6064 2007-03-26  Richard Stallman  <rms@gnu.org>
6066         * pgg.texi (Caching passphrase): Clean up previous change.
6068 2007-03-25  Thien-Thi Nguyen  <ttn@gnu.org>
6070         * gnus.texi (Setting Process Marks): Fix typo.
6072 2007-03-25  Romain Francoise  <romain@orebokech.com>
6074         * faq.texi (New in Emacs 22): Reorganize using an itemized list for
6075         readability, and include various fixes by Daniel Brockman, Nick Roberts
6076         and Dieter Wilhelm.
6078 2007-03-24  Thien-Thi Nguyen  <ttn@gnu.org>
6080         * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
6082         * gnus.texi (Mail Source Specifiers): Fix typo.
6084 2007-03-22  Ralf Angeli  <angeli@caeruleus.net>
6086         * reftex.texi (Imprint): Update maintainer information.
6088 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6090         * message.texi (Message Buffers): Update documentation for
6091         message-generate-new-buffers.
6093 2007-03-15  Daiki Ueno  <ueno@unixuser.org>
6095         * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
6097 2007-03-21  Glenn Morris  <rgm@gnu.org>
6099         * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
6101 2007-03-19  Chong Yidong  <cyd@stupidchicken.com>
6103         * eshell.texi (Known problems): Emacs 21 -> 22.
6105         * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
6107 2007-03-18  Jay Belanger  <belanger@truman.edu>
6109         * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
6111 2007-03-12  Glenn Morris  <rgm@gnu.org>
6113         * calc.texi (Time Zones): Switch to new North America DST rule.
6115         * calc.texi: Replace "daylight savings" with "daylight
6116         saving" in text throughout.
6118 2007-03-11  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6120         * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
6121         The variable now uses a list of symbols instead of just a symbol.
6122         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
6124 2007-03-06  Romain Francoise  <romain@orebokech.com>
6126         * faq.texi (New in Emacs 22): Don't say "now" too much.  Add MH-E to
6127         new packages, and mention Gnus update.
6129 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6131         * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
6132         nntp-open-connection-functions-never-echo-commands.
6134 2007-02-27  Chong Yidong  <cyd@stupidchicken.com>
6136         * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
6137         problems on the console, and security risk in not using gpg-agent.
6139 2007-02-25  Carsten Dominik  <dominik@science.uva.nl>
6141         * org.texi (The spreadsheet): Rename from "Table calculations".
6142         Completely reorganized and rewritten.
6143         (CamelCase links): Section removed.
6144         (Repeating items): New section.
6145         (Tracking TODO state changes): New section.
6146         (Agenda views): Chapter reorganized and rewritten.
6147         (HTML export): Section rewritten.
6148         (Tables in arbitrary syntax): New section.
6149         (Summary): Better feature summary.
6150         (Activation): Document problem with cut-and-paste of Lisp code
6151         from PDF files.
6152         (Visibility cycling): Document indirect buffer use.
6153         (Structure editing): Document sorting.
6154         (Remember): Section rewritten.
6155         (Time stamps): Better description of time stamp types.
6156         (Tag searches): Document regular expression search for tags.
6157         (Stuck projects): New section.
6158         (In-buffer settings): New keywords.
6159         (History and Acknowledgments): Updated description.
6161 2007-02-24  Alan Mackenzie  <acm@muc.de>
6163         * cc-mode.texi (Movement Commands): Insert two missing command names.
6164         (Getting Started): Slight wording correction (use conditional).
6166 2007-02-22  Kim F. Storm  <storm@cua.dk>
6168         * widget.texi (User Interface, Basic Types): Document need to put some
6169         text before the %v escape in :format string in editable-field widget.
6171 2007-02-18  Romain Francoise  <romain@orebokech.com>
6173         * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
6174         `cvs-mode-quit'.
6176 2007-02-10  Markus Triska  <markus.triska@gmx.at>
6178         * widget.texi (Programming Example): Put constant strings in :format.
6180 2007-02-07  Juanma Barranquero  <lekktu@gmail.com>
6182         * faq.texi (Fullscreen mode on MS-Windows): New node.
6184 2007-02-04  David Kastrup  <dak@gnu.org>
6186         * faq.texi (AUCTeX): Update version number.  Should probably be done
6187         for other packages as well.
6189 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6191         * gnus.texi (Batching Agents): Fix example.  Reported by Tassilo Horn
6192         <tassilo@member.fsf.org>.
6194 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
6196         * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
6197         ls-lisp-use-localized-time-format.
6199 2007-01-20  Markus Triska  <markus.triska@gmx.at>
6201         * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
6203 2007-01-13  Michael Olson  <mwolson@gnu.org>
6205         * erc.texi (Modules): Mention capab-identify module.
6207 2007-01-05  Michael Olson  <mwolson@gnu.org>
6209         * erc.texi (Getting Started): Update for /RECONNECT command.
6211 2007-01-04  Richard Stallman  <rms@gnu.org>
6213         * ebrowse.texi: Change C-c b to C-c C-m.
6215 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6217         * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
6218         variables only in info to avoid redundant entries in the printed
6219         manual.
6221 2007-01-02  Daiki Ueno  <ueno@unixuser.org>
6223         * message.texi (Using PGP/MIME): Document gpg-agent usage.
6225 2007-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
6227         * message.texi (Security): Split into sub-nodes.
6229 2007-01-01  Alan Mackenzie  <acm@muc.de>
6231         * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
6232         eval-after-load in Emacs <=21 and a workaround.  Document that
6233         trigraphs are not supported.
6235 2007-01-01  Alan Mackenzie  <acm@muc.de>
6237         * cc-mode.texi ("Filling and Breaking"): Amend the doc for
6238         c-context-line-break.  When invoked within a string, preserve
6239         whitespace.  Add a backslash only when also in a macro.
6241 2007-01-01  Alan Mackenzie  <acm@muc.de>
6243         * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
6245 2007-01-01  Alan Mackenzie  <acm@muc.de>
6247         * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
6248         are now bound by default to c-\(beginning\|end\)-of-defun by default.
6250 2007-01-01  Alan Mackenzie  <acm@muc.de>
6252         * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
6253         "Choosing a Style".
6255         * cc-mode.texi ("Styles"): Add @dfn{style}.
6257 2006-12-30  Michael Albinus  <michael.albinus@gmx.de>
6259         Sync with Tramp 2.0.55.
6261         * trampver.texi: Update release number.
6263 2006-12-29  Reiner Steib  <Reiner.Steib@gmx.de>
6265         * gnus.texi (Customizing Articles): Add index entries for all
6266         gnus-treat-* variables.
6268 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
6270         * gnus.texi (IMAP): Fix incorrect explanation of
6271         nnimap-search-uids-not-since-is-evil in documentation for
6272         nnimap-expunge-search-string.
6274 2006-12-27  Reiner Steib  <Reiner.Steib@gmx.de>
6276         * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
6277         spam-ifile-database.
6279 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6281         * gnus.texi (Spam Package Configuration Examples): Don't encourage to
6282         rebind C-s.
6284 2006-12-26  Jouni K. Seppänen  <jks@iki.fi>
6286         * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
6287         (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
6288         "expiring mail".
6289         (IMAP): Document nnimap-search-uids-not-since-is-evil and
6290         nnimap-nov-is-evil.
6292 2006-12-25  Kevin Ryde  <user42@zip.com.au>
6294         * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
6295         about the key procedure being used heavily.
6297 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
6299         * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
6300         to t.
6301         (Prerequisites): Add explanation about gpg-agent.
6303 2006-12-22  Kevin Ryde  <user42@zip.com.au>
6305         * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
6306         "sort" instead of "sort*".
6308 2006-12-19  Richard Stallman  <rms@gnu.org>
6310         * calc.texi (History and Acknowledgements): Recognize that Emacs
6311         now does have floating point.
6313 2006-12-19  Michael Albinus  <michael.albinus@gmx.de>
6315         * tramp.texi (External transfer methods): Describe new method `scpc'.
6317 2006-12-17  Sascha Wilde  <wilde@sha-bang.de>
6319         * pgg.texi: Added short note on gpg-agent to the introduction.
6321 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6323         * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
6324         also applies to Cc.
6326 2006-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6328         * gnus.texi (X-Face): Clarify.  Say which programs are required
6329         on Windows.
6331 2006-12-08  Michael Olson  <mwolson@gnu.org>
6333         * erc.texi (Modules): Remove documentation for list module.
6335 2006-12-05  Michaël Cadilhac  <michael.cadilhac@lrde.org>
6337         * faq.texi (^M in the shell buffer): Ditto.
6339 2006-11-20  Michael Olson  <mwolson@gnu.org>
6341         * erc.texi: Call this the 5.2 stable pre-release of ERC.
6343 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
6345         * org.texi: Fix typos.
6346         (Agenda commands): Document `C-k'.
6348 2006-11-16  Eli Zaretskii  <eliz@gnu.org>
6350         * url.texi (http/https): Fix a typo in the HTTP URL.
6352 2006-11-14  Stephen Leake  <stephen_leake@stephe-leake.org>
6354         * ada-mode.texi: Total rewrite.
6356 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
6358         * org.texi: Minor typo fixes.
6360 2006-11-13  Bill Wohler  <wohler@newt.com>
6362         Release MH-E manual version 8.0.3.
6364         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6365         release 8.0.3.
6367         * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
6368         to set MAILDIR.
6369         (Reading Mail): Document the customization of read-mail-command
6370         for MH-E.
6371         (Viewing Attachments): Document mm-discouraged-alternatives.
6372         (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
6373         (Junk): Add more information about the settings of mh-junk-background
6374         in a program.  Add /usr/bin/mh to PATH in examples.
6376 2006-11-12  Richard Stallman  <rms@gnu.org>
6378         * woman.texi: Update author address but say he no longer maintains it.
6380 2006-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
6382         * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
6383         archived trees.
6384         (Checkboxes): Section moved to chapter 5, and extended.
6385         (The date/time prompt): New section.
6386         (Link abbreviations): New section.
6387         (Presentation and sorting): New section.
6388         (Custom agenda views): Section completely rewritten.
6389         (Summary): Compare with Planner.
6390         (Feedback): More info about creating backtraces.
6391         (Plain lists): Modified example.
6392         (Breaking down tasks): New section.
6393         (Custom time format): New section.
6394         (Time stamps): Document inactive timestamps.
6395         (Setting tags): More details about fast tag selection.
6396         (Block agenda): New section.
6397         (Custom agenda views): Section rewritten.
6398         (Block agenda): New section.
6400 2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
6402         * tramp.texi (Configuration): scp is the default method.
6403         (Default Method): Use ssh as example for another method.
6405 2006-10-27  Richard Stallman  <rms@gnu.org>
6407         * woman.texi: Downcase nroff/troff/roff.
6408         (Installation): Chapter deleted.  Some xrefs deleted.
6409         (Background): woman doesn't advise man ;-).
6411 2006-10-26  Roberto Rodríguez  <lanubeblanca@googlemail.com>  (tiny change)
6413         * ada-mode.texi (Project files, Identifier completion)
6414         (Automatic Casing, Debugging, Using non-standard file names)
6415         (Working Remotely): Fix typos.
6417 2006-10-20  Masatake YAMATO  <jet@gyve.org>
6419         * cc-mode.texi (Sample .emacs File): Add missing `)' in
6420         sample code `my-c-initialization-hook'.
6422 2006-10-19  Stuart D. Herring  <herring@lanl.gov>
6424         * widget.texi: Fix typos.
6426 2006-10-19  Michael Albinus  <michael.albinus@gmx.de>
6428         * tramp.texi (Frequently Asked Questions): Remove questions marked with
6429         "???".  There have been no complaints for years, so the information
6430         must be appropriate.
6432 2006-10-16  Richard Stallman  <rms@gnu.org>
6434         * widget.texi: Use @var instead of capitalization.
6435         Clarify many widget type descriptions.
6437 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6439         * gnus.texi (Other modes): Fix typo.  Add alternative index entry for
6440         gnus-dired-attach.
6441         (Selecting a Group): Fix typo.
6443 2006-10-12  Roberto Rodríguez  <lanubeblanca@googlemail.com>  (tiny change)
6445         * widget.texi: Fix typos.
6447 2006-10-06  Reiner Steib  <Reiner.Steib@gmx.de>
6449         * gnus.texi (Image Enhancements): Update for Emacs 22.
6451         * gnus-faq.texi ([1.3]): Update.
6453 2006-10-06  Richard Stallman  <rms@gnu.org>
6455         * faq.texi (Displaying the current line or column):
6456         Delete "As of Emacs 20".
6458 2006-10-06  Romain Francoise  <romain@orebokech.com>
6460         * faq.texi (VM): VM works with Emacs 22 too.
6462 2006-10-06  Richard Stallman  <rms@gnu.org>
6464         * ebrowse.texi: Remove Emacs version "21" from title.
6466 2006-10-02  Reiner Steib  <Reiner.Steib@gmx.de>
6468         * gnus.texi (Foreign Groups): Say where change of editing commands are
6469         stored.  Add reference to `gnus-parameters'.
6471 2006-09-15  Jay Belanger  <belanger@truman.edu>
6473         * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
6474         Change "Library Public License" to "Lesser Public License"
6475         throughout.  Use "yyyy" to represent year.
6477 2006-09-15  Carsten Dominik  <dominik@science.uva.nl>
6479         * org.texi (Setting tags): Typo fix.
6481 2006-09-14  Reiner Steib  <Reiner.Steib@gmx.de>
6483         * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
6485 2006-09-12  Reiner Steib  <Reiner.Steib@gmx.de>
6487         * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
6489 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
6491         * faq.texi (Escape sequences in shell output): EMACS is now set
6492         to Emacs's absolute file name, not to "t".
6493         (^M in the shell buffer): Likewise.
6494         * misc.texi (Interactive Shell): Likewise.
6496 2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
6498         * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
6499         mails with pop3-leave-mail-on-server.  Fix wording.
6500         (Limiting): Improve gnus-summary-limit-to-articles.
6501         (X-Face): Fix typo.
6503 2006-09-11  Simon Josefsson  <jas@extundo.com>
6505         * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
6506         suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
6508 2006-09-06  Simon Josefsson  <jas@extundo.com>
6510         * smtpmail.texi (Authentication): Mention SSL.
6512 2006-09-01  Eli Zaretskii  <eliz@gnu.org>
6514         * rcirc.texi (Internet Relay Chat, Useful IRC commands):
6515         Don't use @indicateurl.
6517         * cc-mode.texi (Subword Movement): Don't use @headitem.
6518         (Custom Braces, Clean-ups): Don't use @tie.
6520 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
6522         Sync with Tramp 2.0.54.
6524         * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
6525         Suggested by Adrian Phillips <a.phillips@met.no>.
6527 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
6529         * org.texi (Installation, Activation): Split from Installation and
6530         Activation.
6531         (Clocking work time): Documented new features.
6533 2006-08-13  Alex Schroeder  <alex@gnu.org>
6535         * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
6536         example.
6538 2006-08-12  Eli Zaretskii  <eliz@gnu.org>
6540         * faq.texi (How to add fonts): New node.
6542 2006-08-05  Romain Francoise  <romain@orebokech.com>
6544         * faq.texi (New in Emacs 22): Expand.
6546 2006-08-03  Michael Olson  <mwolson@gnu.org>
6548         * erc.texi: Update for ERC 5.1.4.
6550 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6552         * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
6553         in .../site-lisp/gnus/ by default.
6554         [ From gnus-news.texi in the trunk. ]
6556 2006-07-27  Reiner Steib  <Reiner.Steib@gmx.de>
6558         * gnus.texi (MIME Commands): Additions for yEnc.
6560 2006-07-24  Richard Stallman  <rms@gnu.org>
6562         * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
6563         * faq.texi: Move periods and commas inside quotes.
6565 2006-07-20  Jay Belanger  <belanger@truman.edu>
6567         * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
6569 2006-07-18  Chong Yidong  <cyd@stupidchicken.com>
6571         * faq.texi (Security risks with Emacs): Document Emacs 22
6572         file-local-variable mechanism.
6574 2006-07-12  Michael Olson  <mwolson@gnu.org>
6576         * erc.texi: Update for ERC 5.1.3.
6578 2006-07-12  Alex Schroeder  <alex@gnu.org>
6580         * rcirc.texi: Fix typos.
6581         (Getting started with rcirc): New calling convention for M-x irc.
6582         Mention #rcirc.  Removed channel tracking.
6583         (Configuration): Change the names of all variables that got changed
6584         recently, eg. rcirc-server to rcirc-default-server.  Added
6585         documentation for rcirc-authinfo, some background for Bitlbee, and
6586         rcirc-track-minor-mode.
6587         (Scrolling conservatively): Fix the xref from Auto Scrolling to just
6588         Scrolling.
6589         (Reconnecting after you have lost the connection): Fix example code
6590         to match code changes.
6592 2006-07-10  Nick Roberts  <nickrob@snap.net.nz>
6594         * gnus.texi, message.texi: Fix typos.
6596 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
6598         * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
6599         commands.
6600         (Global TODO list): Document the use of the variables
6601         `org-agenda-todo-ignore-scheduled' and
6602         `org-agenda-todo-list-sublevels'.
6604 2006-07-05  Richard Stallman  <rms@gnu.org>
6606         * faq.texi (Scrolling only one line): Fix xref.
6608 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
6610         * faq.texi (Evaluating Emacs Lisp code):
6611         Throughout, replace eval-current-buffer with eval-buffer.
6613 2006-07-03  Richard Stallman  <rms@gnu.org>
6615         * rcirc.texi (Scrolling conservatively): Fix xref.
6617         * pcl-cvs.texi (Viewing differences): Usage fix.
6619 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
6621         * org.texi (Agenda commands): Document `s' key to save all org-mode
6622         buffers.
6624 2006-06-30  Ralf Angeli  <angeli@caeruleus.net>
6626         * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
6627         names.  Mention `cvs-msg' face.
6629 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
6631         * org.texi (Checkboxes): New section.
6633 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
6635         * org.texi (Embedded LaTeX): Fix typos and implement small improvements
6636         throughout this chapter.
6638 2006-06-27  Chong Yidong  <cyd@stupidchicken.com>
6640         * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
6641         text for standalone vs Emacs info.
6642         (Help): Clarify header line description.  Use mouse-1 for clicks.
6643         (Help-P): Use mouse-1 for clicks.
6644         (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
6645         (Help-^L, Help-M, Help-Int, Search Index, Go to node)
6646         (Choose menu subtopic): Remove gratuitous Emacs command names.
6647         (Help-FOO): Put usual behavior first.
6648         (Help-Xref): Clicking on xrefs works in Emacs.
6649         (Search Text): Clarify what the default behavior is.
6650         (Create Info buffer): Fix Emacs window/X window confusion.
6651         (Emacs Info Variables): Fix for new Emacs init file behavior.
6653 2006-06-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6655         * gnus.texi (Summary Buffer Lines): Fix typo.
6657 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
6659         * org.texi (Embedded LaTeX): New chapter.
6660         (Archiving): Section rewritten.
6661         (Enhancing text): Some parts moved to the new chapter about LaTeX.
6663 2006-06-20  Bill Wohler  <wohler@newt.com>
6665         Release MH-E manual version 8.0.1.
6667         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6668         release 8.0.1.
6669         (Preface): Depend on GNU mailutils 1.0 and higher.
6671 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6673         * message.texi (News Headers): Update message-syntax-checks section.
6675 2006-06-19  Karl Berry  <karl@gnu.org>
6677         * info.texi (Advanced): Mention C-q, especially with ?.
6679 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
6681         * org.texi (Publishing links): Document the `:link-validation-function'
6682         property.
6683         (Extensions and Hacking): New chapter, includes some sections of the
6684         "Miscellaneous" chapter.
6686 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
6688         * org.texi (Progress logging): New section.
6690 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
6692         * org.texi (ASCII export): Document indentation adaptation.
6693         (Setting tags): Document mutually-exclusive tags.
6695 2006-06-05  Romain Francoise  <romain@orebokech.com>
6697         * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
6698         Fix typo.
6700         * gnus-faq.texi (Question 8.6): Update reference to the Gnus
6701         channel (#gnus@irc.freenode.net).
6702         Fix typos.  Update copyright notice.
6704         * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
6705         (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
6706         (Line-Up Functions, Custom Macros):
6707         * ediff.texi (Window and Frame Configuration)
6708         (Highlighting Difference Regions):
6709         * emacs-mime.texi (Display Customization):
6710         * erc.texi (History):
6711         * eshell.texi (Known problems):
6712         * eudc.texi (Overview, BBDB):
6713         * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
6714         (The problem of spam, SpamOracle, Extending the Spam package)
6715         (Conformity, Terminology):
6716         * idlwave.texi (Routine Info)
6717         (Class and Keyword Inheritance, Padding Operators)
6718         (Breakpoints and Stepping, Electric Debug Mode)
6719         (Examining Variables, Troubleshooting):
6720         * org.texi (Creating timestamps):
6721         * reftex.texi (Commands, Options, Changes):
6722         * tramp.texi (Inline methods, Password caching)
6723         (Auto-save and Backup, Issues):
6724         * vip.texi (Files, Commands in Insert Mode):
6725         * viper.texi (Emacs Preliminaries, States in Viper)
6726         (Packages that Change Keymaps, Viper Specials, Groundwork):
6727         Fix various typos.
6729 2006-05-31  Michael Ernst  <mernst@alum.mit.edu>
6731         * ediff.texi: Fix typos.
6733 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
6735         * org.texi: Small typo fixes.
6737 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6739         * viper.texi (Viper Specials):
6740         * gnus.texi (Example Setup):
6741         * faq.texi (Backspace invokes help):
6742         * dired-x.texi (Optional Installation Dired Jump):
6743         * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
6744         follow coding conventions.
6746 2006-05-29  Michael Albinus  <michael.albinus@gmx.de>
6748         * tramp.texi (Frequently Asked Questions): Disable zsh zle.
6750 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
6752         * pcl-cvs.texi: Fix typos.
6753         (Customization): Say "us".
6755 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
6757         * org.texi: Remove bogus @setfilename.
6759 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
6761         * org.texi (ASCII export): Omit command name.
6762         (HTML export): Add prefix to all lines in Local Variable example.
6763         (Acknowledgments): Typeset names in italics.
6765 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
6767         * org.texi (Plain lists): Add new item navigation commands.
6768         (External links): Document elisp and info links.
6769         (Custom searches): New section.
6770         (Publishing): New chapter.
6771         (HTML export): Include a list of supported CSS classes.
6772         (Setting tags): Describe the fast-tag-setting interface.
6774 2006-05-20  Luc Teirlinck  <teirllm@auburn.edu>
6776         * dired-x.texi: ifinfo -> ifnottex.
6778 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
6780         * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
6782 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
6784         * message.texi (Interface): Add tool bar customization.
6785         (MIME): Index and text additions for mml-attach.
6786         (MIME): Describe mml-dnd-protocol-alist and
6787         mml-dnd-attach-options.
6789         * gnus.texi (Oort Gnus): Reorder entries in sections.
6790         Fix some entries.
6791         (Starting Up): Add references to "Emacs for Heathens" and to
6792         "Finding the News".  Add user-full-name and user-mail-address.
6793         (Group Buffer Format): Add tool bar customization and update.
6794         (Summary Buffer): Add tool bar customization.
6795         (Posting Styles): Add message-alternative-emails.
6797 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
6799         * tramp.texi (Filename completion): Improve wording.
6801 2006-05-07  Romain Francoise  <romain@orebokech.com>
6803         * faq.texi (Using regular expressions): Fix typo.
6804         (Packages that do not come with Emacs): Fix capitalization.
6805         (Replacing text across multiple files): Expand node to explain how
6806         to use `dired-do-query-replace-regexp' in more detail, based on
6807         suggestion by Eric Hanchrow <offby1@blarg.net>.
6809 2006-05-06  Michael Albinus  <michael.albinus@gmx.de>
6811         * tramp.texi (Filename completion): Completion of remote files'
6812         method, user name and host name is active only in partial
6813         completion mode.
6815 2006-05-06  Bill Wohler  <wohler@newt.com>
6817         Release MH-E manual version 8.0.
6819         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6820         release 8.0.
6822 2006-05-06  Bill Wohler  <wohler@newt.com>
6824         * mh-e.texi (MH-BOOK-HOME): Change from
6825         http://www.ics.uci.edu/~mh/book/mh to
6826         http://rand-mh.sourceforge.net/book/mh.
6827         Replace .htm suffix with .html for MH book files.
6828         (Using This Manual): Update key binding for getting relevant
6829         chapter in Info from command key.
6830         (Ranges): Fix itemx.
6832 2006-05-05  Karl Berry  <karl@gnu.org>
6834         * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
6835         (\fonttextsize): New user-level command to change text font size.
6837 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
6839         * pgg.texi (Caching passphrase): Fix markup and typos.  Simplify.
6841 2006-04-26  Sascha Wilde  <wilde@sha-bang.de>  (tiny change)
6843         * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
6845 2006-04-24  Bill Wohler  <wohler@newt.com>
6847         * mh-e.texi (Getting Started): Make it more explicit that you need
6848         to install MH.  Add pointers to current MH implementations.
6850 2006-04-21  Bill Wohler  <wohler@newt.com>
6852         Release MH-E manual version 7.94.
6854         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6855         release 7.94.
6857 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
6859         * org.texi: Many small fixes.
6860         (Handling links): Rename from "Managing links".
6862 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
6864         * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
6865         (Splitting mail using spam-stat): Fix @xref.
6867 2006-04-20  Chong Yidong  <cyd@stupidchicken.com>
6869         * gnus.texi (Spam Package): Major revision of the text.
6870         Previously this node was "Filtering Spam Using The Spam ELisp Package".
6872 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
6874         * org.texi (Time stamps): Better explanation of the purpose of
6875         different time stamps.
6876         (Structure editing, Plain lists): More details on how new items
6877         and headings are inserted.
6879 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
6881         * org.texi (Formula syntax): Fix link to Calc Manual.
6883 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
6885         * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
6887 2006-04-17  Bill Wohler  <wohler@newt.com>
6889         * mh-e.texi (Folders): Update mh-before-quit-hook and
6890         mh-quit-hook example with code that removes the buffers rather
6891         than just bury them.
6893 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
6895         Sync with Tramp 2.0.53.
6897 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
6899         * org.texi (Updating settings): New section.
6900         (Visibility cycling): Better names for the startup folding
6901         options.
6902         (Exporting): Completely restructured.
6903         (The very busy C-c C-c key): New section.
6904         (Summary of in-buffer settings): New section.
6906 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6908         * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
6910 2006-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6912         * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
6913         (Server Commands): Key `v' is reserved for users.
6915 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
6917         * org.texi (Link format): New section, emphasis on bracket links.
6918         (External links): Document bracket links.
6919         (FAQ): Expand to cover shell links and the new link format.
6921 2006-04-09  Kevin Ryde  <user42@zip.com.au>
6923         * org.texi (Formula syntax): Typo in node name of calc-eval xref.
6925 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
6927         * gnus.texi (Summary Buffer Lines): Add `*'.
6929 2006-04-07  Jochen Küpper  <jochen@fhi-berlin.mpg.de>
6931         * gnus.texi (Group Parameters):
6932         Mention gnus-permanently-visible-groups.
6934 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6936         * gnus.texi (Face): Fix typo.
6938 2006-04-05  Reiner Steib  <Reiner.Steib@gmx.de>
6940         * gnus.texi (X-Face): Clarify.
6941         (Face): Need Emacs with PNG support.
6943 2006-04-06  Richard Stallman  <rms@gnu.org>
6945         * idlwave.texi: Delete the blocks "not suitable for inclusion with
6946         Emacs".
6948 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
6950         * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
6951         blocks not suitable for inclusion with Emacs using variable
6952         PARTOFEMACS.
6954 2006-04-04  Simon Josefsson  <jas@extundo.com>
6956         * gnus.texi (Security): Improve.
6958 2006-04-02  Bill Wohler  <wohler@newt.com>
6960         * mh-e.texi (Getting Started, Junk, Bug Reports)
6961         (MH FAQ and Support): Fix URLs.
6963 2006-03-31  Romain Francoise  <romain@orebokech.com>
6965         * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
6966         to t, not nil (and has for the past eight years).
6968 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6970         * message.texi, gnus.texi: Bump version to 5.11.
6972 2006-03-29  Reiner Steib  <Reiner.Steib@gmx.de>
6974         * gnus.texi (Top): Add comment about version line.
6976         * message.texi (Top): Ditto.  Change to take named versions into
6977         account.
6979 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
6981         * gnus.texi (Posting Styles): Add x-face-file to example.
6982         (X-Face): Refer to posting styles.
6984         * gnus-faq.texi ([5.8]): Add x-face-file.
6985         ([8.4]): Add links to gmane.emacs.gnus.user and
6986         gmane.emacs.gnus.general.
6988 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
6990         * gnus-faq.texi: Use .invalid.
6991         ([5.4]): Fix gnus-posting-styles example.
6993 2006-03-27  Romain Francoise  <romain@orebokech.com>
6995         * faq.texi (Emacs/W3): Rename from `w3-mode'.  Mention that
6996         Emacs/W3 needs a new maintainer.
6997         (Ispell): Update author and version info.
6998         (Mailcrypt): Mention PGG.
6999         (New in Emacs 22): Add PGG to the list of new packages.
7000         Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
7001         updating dead URLs.
7003 2006-03-25  Karl Berry  <karl@gnu.org>
7005         * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
7006         * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
7007         * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
7008         * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
7009         * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
7010         * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
7011         * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
7012         (2) do not indent copyright year list (or anything else).
7014 2006-03-21  Bill Wohler  <wohler@newt.com>
7016         * mh-e.texi (Folders): Various edits.
7018 2006-03-20  Romain Francoise  <romain@orebokech.com>
7020         * gnus.texi (Mail Folders): Grammar fix.
7022 2006-03-19  Bill Wohler  <wohler@newt.com>
7024         * mh-e.texi (Replying): Document Mail-Followup-To.
7025         Change manually-formatted table to multitable.  Add debugging info.
7026         Move description of mh-reply-default-reply-to into paragraph
7027         that describes its values.
7029 2006-03-17  Bill Wohler  <wohler@newt.com>
7031         * mh-e.texi: Use smallexample and smalllisp consistently.
7032         (Sending Mail Tour): Update method of entering
7033         addresses and subject.
7034         (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
7035         (Adding Attachments, Searching): Update screenshots for Emacs 22.
7037 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
7039         * org.texi: Version number change only.
7041 2006-03-14  Bill Wohler  <wohler@newt.com>
7043         * mh-e.texi: Add index entries around each paragraph rather than
7044         depend on entries from beginning of node.  Doing so ensures that
7045         index entries are less likely to be forgotten if text is cut and
7046         pasted, and are necessary anyway if the references are on a
7047         separate page.  It seems that makeinfo is now (v. 4.8) only
7048         producing one index entry per node, so there is no longer any
7049         excuse not to.  Use subheading instead of heading.  The incorrect
7050         use of heading produced very large fonts in Info--as large as the
7051         main heading.
7052         (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
7053         versions 6 and 7 appeared *around* the time of these Emacs releases.
7055 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
7057         * org.texi (Clean view): Document new startup options.
7059 2006-03-11  Bill Wohler  <wohler@newt.com>
7061         * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
7062         (Composing, Scan Line Formats): Fix @refs.
7063         (Getting Started): Define MH profile and MH profile components.
7064         (Incorporating Mail, Reading Mail, Viewing, Printing)
7065         (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
7066         (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
7067         for string constants.
7068         (Tool Bar): Remove spurious quote.
7069         (Junk): Use ``...'' instead of "...".
7070         (Scan Line Formats): Replace @samp with @kbd.
7072 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7074         * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
7076 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
7078         * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
7079         easy to understand.
7081 2006-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7083         * gnus.texi: Markup fix.
7084         (Fancy Mail Splitting): Specify new feature.
7086 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7088         * gnus.texi (Fancy Mail Splitting): Improve descriptions about
7089         partial-words matching.
7091 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
7093         * emacs-mime.texi (Display Customization): Reword image/.* stuff.
7095         * gnus.texi (Oort Gnus): Add note about `gnus-load'.
7096         (MIME Commands): Fix mm-discouraged-alternatives.
7098 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
7100         * org.texi: Version number change only.
7102 2006-03-06  Bill Wohler  <wohler@newt.com>
7104         * mh-e.texi: Move from SourceForge repository to Savannah.
7105         This is version 7.93, which is a total rewrite from the previous
7106         edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
7107         version 7.93.
7109 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
7111         * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
7113 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
7115         * org.texi (Interaction): Add item about `org-mouse.el' by
7116         Piotr Zielinski.
7117         (Managing links): Document that also mouse-1 can be used to
7118         activate a link.
7119         (Headlines, FAQ): Add entry about hiding leading stars.
7120         (Miscellaneous): Resort the sections in this chapter to a more
7121         logical sequence.
7123 2006-02-27  Simon Josefsson  <jas@extundo.com>
7125         * emacs-mime.texi (Flowed text): Add mm-fill-flowed.  (Sync
7126         2004-01-27 from the trunk).
7128 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
7130         * cc-mode.texi: Rename c-hungry-backspace to
7131         c-hungry-delete-backwards, at the request of RMS.  Leave the old
7132         name as an alias.
7134 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
7136         * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
7137         include the function header within the defun.
7139 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
7141         * cc-mode.texi: Correct two typos.
7143 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
7145         * cc-mode.texi (Comment Commands): State that C-u M-; kills any
7146         existing comment.
7147         (Electric Keys): Add a justification for electric indentation.
7148         (Hungry WS Deletion): Clear up the names and complications of the
7149         BACKSPACE and DELETE keys.
7151 2006-02-23  Juri Linkov  <juri@jurta.org>
7153         * faq.texi (Common requests): Move `Turning on auto-fill by
7154         default' after `Wrapping words automatically'.  Move `Working with
7155         unprintable characters' before `Searching for/replacing newlines'.
7156         Move `Replacing highlighted text' after `Highlighting a region'.
7157         Merge `Repeating commands' and `Repeating a command as many times
7158         as possible' into the former.
7159         (Packages that do not come with Emacs): Add refs to Gmane and
7160         etc/MORE.STUFF.
7162 2006-02-23  Juri Linkov  <juri@jurta.org>
7164         * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
7165         (Reporting bugs): Suggest using `M-x report-emacs-bug'.
7166         Add xref to `(emacs)Reporting Bugs'.
7167         (Getting a printed manual): Add URL to other formats of the manual.
7168         (Common requests): Fix menu.
7169         (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
7170         (Horizontal scrolling): Mention `truncate-partial-width-windows'.
7171         (Inserting text at the beginning of each line): Add pxref to
7172         `Changing the included text prefix'.
7173         (Forcing the cursor to remain in the same column): Mention `track-eol'
7174         and `set-goal-column'.  Add pxref to `(emacs)Moving Point'.
7175         (Replacing text across multiple files): Add keybinding `Q' for
7176         `dired-do-query-replace'.
7178 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
7180         * reftex.texi: Version number and date change only.
7182         * org.texi (Internal Links): Rewrite to cover the modified
7183         linking system.
7185 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
7187         * faq.texi: Remove the coding cookie, it's not needed anymore.
7189 2006-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7191         * faq.texi (Colors on a TTY): Mention Mac OS port.
7193 2006-02-12  Karl Berry  <karl@gnu.org>
7195         * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
7196         8-bit accented a.
7198 2006-02-09  Reiner Steib  <Reiner.Steib@gmx.de>
7200         * gnus.texi (Gnus Versions): Add history beyond start of Oort.
7202 2006-02-08  Romain Francoise  <romain@orebokech.com>
7204         * faq.texi (Top): Remove paragraph about the FAQ being a
7205         transitional document, etc.
7206         (Searching for/replacing newlines): New node.
7207         (Yanking text in isearch): New node.
7208         (Inserting text at the beginning of each line): Rename and make
7209         more general, mention `M-;' in Message mode.
7211 2006-02-07  Luc Teirlinck  <teirllm@auburn.edu>
7213         * faq.texi (Meta key does not work in xterm)
7214         (Emacs does not display 8-bit characters)
7215         (Inputting eight-bit characters): Update xrefs.
7217 2006-02-06  Romain Francoise  <romain@orebokech.com>
7219         * faq.texi (VM): VM now at version 7.19.
7220         Set myself as maintainer of this file.
7222 2006-02-04  Michael Olson  <mwolson@gnu.org>
7224         * erc.texi (History): Note that ERC is now included with Emacs.
7226 2006-01-31  Romain Francoise  <romain@orebokech.com>
7228         * message.texi (Message Headers): Explain what
7229         `message-alternative-emails' does in more detail.
7230         Update copyright year.
7232 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
7234         * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
7236 2006-01-29  Richard M. Stallman  <rms@gnu.org>
7238         * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
7240 2006-01-29  Michael Olson  <mwolson@gnu.org>
7242         * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
7244         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
7246         * faq.texi (New in Emacs 22): Mention ERC.
7248 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
7250         * rcirc.texi: Capitalize dir entry for consistency with the entry
7251         in info/dir and other entries in the Emacs category.
7252         Fix typos.  Delete trailing whitespace.
7254 2006-01-28  Björn Lindström  <bkhl@elektrubadur.se>
7256         * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
7258 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
7260         * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
7261         (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7263         * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
7264         (INFO_TARGETS, DVI_TARGETS): Add rcirc.
7266 2006-01-27  Alex Schroeder  <alex@gnu.org>
7268         * rcirc.texi: New file.
7270 2006-01-23  Juri Linkov  <juri@jurta.org>
7272         * widget.texi (User Interface): Add S-TAB for widget-backward.
7274 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
7276         Sync with Tramp 2.0.52.
7278         * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
7279         Add Tramp disabling item.  New item for common connection problems.
7280         (various): Apply "ftp" as method for the download URL.
7281         (Bug Reports): Refer to FAQ for common problems.
7283 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
7285         * widget.texi (User Interface): Use @key for TAB.
7287         * ses.texi (Formulas, Printer functions): Use @key for TAB.
7289         * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
7290         for TAB.
7292         * cc-mode.texi (Indentation Calculation): Use @key for TAB.
7294 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7296         * gnus.texi: Update copyright.
7298 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7300         * gnus.texi (Article Washing): Additions.
7302 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
7304         * org.texi (Agenda commands): Document tags command.
7306 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7308         * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
7310 2006-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7312         * gnus.texi (RSS): Addition.
7314 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7316         * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
7318 2005-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7320         * emacs-mime.texi (Display Customization): Add setting example to
7321         mm-discouraged-alternatives.
7323 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7325         * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
7326         version is the canonical version.
7328 2006-01-08  Alex Schroeder  <alex@gnu.org>
7330         * pgg.texi (Caching passphrase): Rewording.
7332 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
7334         * flymake.texi (Obtaining Flymake): Update Flymake's CVS
7335         repository URL.
7337 2006-01-06  Carsten Dominik  <dominik@science.uva.nl>
7339         * org.texi: Removed the accidentally re-added empty line in the
7340         direntry.
7342 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
7344         * org.texi (Agenda Views): Chapter reorganized.
7346 2005-12-29  Romain Francoise  <romain@orebokech.com>
7348         * faq.texi (Using Customize): New node.
7350 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
7352         * org.texi: Remove blank line in @direntry.  It is non-standard
7353         and recursively produces blank lines all over the dir file (when
7354         using Texinfo 4.8).
7356 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
7358         * widget.texi (atoms): Delete obsolete remark about `file' widget.
7360 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
7362         * org.texi (Tags): Boolean logic documented.
7363         (Agenda Views): Document custom commands.
7365 2005-12-20  David Kastrup  <dak@gnu.org>
7367         * faq.texi (AUCTeX): Update version and mailing list info.
7369 2005-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7371         * gnus.texi (MIME Commands): Mention addition of
7372         multipart/alternative to gnus-buttonized-mime-types and add xref
7373         to mm-discouraged-alternatives.
7375         * emacs-mime.texi (Display Customization): Mention addition of
7376         "image/.*" and add xref to gnus-buttonized-mime-types in the
7377         mm-discouraged-alternatives section.
7379 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
7381         * org.texi (Tags): New section.
7382         (Agenda Views): Chapter reorganized.
7384 2005-12-16  Eli Zaretskii  <eliz@gnu.org>
7386         * org.texi (Internal Links): Add a missing comma after an @xref.
7388 2005-12-14  Chong Yidong  <cyd@stupidchicken.com>
7390         * faq.texi (Filling paragraphs with a single space): No need to
7391         change sentence-end now.
7393 2005-12-13  Romain Francoise  <romain@orebokech.com>
7395         * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
7397 2005-12-12  Jay Belanger  <belanger@truman.edu>
7399         * faq.texi (Calc): Update version number.
7401 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
7403         * org.texi (Progress Logging): New section.
7405 2005-12-10  Romain Francoise  <romain@orebokech.com>
7407         Update the Emacs FAQ for the 22.1 release.
7409         * faq.texi: Set VER to `22.1'.
7410         (Basic editing): Explain how to use localized versions of the
7411         Tutorial.  Mention that `C-h r' displays the manual.
7412         Delete obsolete WWW link to an Emacs 18 tutorial.
7413         (Getting a printed manual): Point to the new locations of the
7414         manuals on the GNU Web site.
7415         (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
7416         available via Info (it was previously distributed separately).
7417         (Installing Texinfo documentation): The latest version of Texinfo
7418         is 4.8, not 4.0.
7419         (Informational files for Emacs): COPYING is the GNU General Public
7420         License, not the Emacs General Public License.
7421         (Informational files for Emacs): Delete obsolete link to the
7422         GNUinfo pages as they have been removed from the GNU Web site.
7423         (New in Emacs 22): New node.
7424         (Setting up a customization file): Say that most packages support
7425         Customize nowadays.
7426         (Colors on a TTY): Delete reference to instructions on how to
7427         enable syntax highlighting, it is now enabled by default.
7428         (Turning on abbrevs by default): Emacs now reads the abbrevs file
7429         at startup automatically.
7430         (Controlling case sensitivity): Mention `M-c' in isearch.
7431         (Using an already running Emacs process): Emacs now creates the
7432         socket in `/tmp/emacsUID'.  Fix typos.  Change default location of
7433         gnuserv.  As emacsclient can now run Lisp code as well, delete a
7434         sentence praising gnuserv for that.  Simplify description of how
7435         the client/server operation works.
7436         (Compiler error messages): Delete obsolete text (compile.el has
7437         been rewritten).
7438         (Indenting switch statements): Fix typo.
7439         (Matching parentheses): Simplify setup instructions, mention the
7440         menu bar item in the Options menu.
7441         (Repeating a command as many times as possible): Mention `C-x e'.
7442         (Going to a line by number): Mention new keymap and bindings
7443         `M-g M-g', `M-g M-p' and `M-g M-n'.
7444         (Turning on syntax highlighting): Now on by default.  Simplify.
7445         (Replacing highlighted text): Use `1', not `t'.
7446         (Problems with very large files): The maximum size is now 256MB on
7447         32-bit machines.
7448         (^M in the shell buffer): Mention `comint-process-echoes'.
7449         (Emacs for Apple computers): Emacs 22 has native support for Mac
7450         OS X.
7451         (Translating names to IP addresses): Delete node.
7452         (Binding keys to commands): Fix typo.
7453         (SPC no longer completes file names): New node.
7454         (MIME with Emacs mail packages): Delete section about the Emacs
7455         MIME FAQ (it's not reachable anymore).
7457 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
7459         * cc-mode.texi: The manual has been extensively revised: the
7460         information about using CC Mode has been separated from the larger
7461         and more difficult chapters about configuration.  It has been
7462         updated for CC Mode 5.31.
7464 2005-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7466         * pgg.texi (User Commands): Fix description of pgg-verify-region.
7467         (Selecting an implementation): Fix descriptions.
7469 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7471         * message.texi (Various Message Variables): Addition.
7473 2005-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7475         * message.texi: Fix default values.
7477 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7479         * message.texi (Header Commands): Clarify descriptions of
7480         message-cross-post-followup-to, message-reduce-to-to-cc, and
7481         message-insert-wide-reply.
7482         (Various Commands): Fix kindex for message-kill-to-signature;
7483         clarify description of message-tab.
7485 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7487         * message.texi (Mailing Lists): Fix description about MFT.
7489         * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
7491 2005-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7493         * gnus.texi (Slow Terminal Connection): Replace old description
7494         with new one.
7496 2005-11-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7498         * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
7499         replace X-Draft-Headers with X-Draft-From.
7501 2005-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7503         * gnus.texi (Various Various): Fix the default value of
7504         nnheader-max-head-length.
7505         (Gnus Versions): Fix typo.
7507 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
7509         * org.texi (Structure editing): Document new functionality of
7510         M-RET.
7512 2005-12-06  Luc Teirlinck  <teirllm@auburn.edu>
7514         * org.texi (Internal Links): Fix Texinfo usage.
7516 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
7518         * org.texi (TODO basics): Document the global todo list.
7519         (TODO items): Documents sparse tree for specific TODO
7520         keywords.
7522 2005-11-30  Carsten Dominik  <dominik@science.uva.nl>
7524         * org.texi (Plain Lists): Typos fixed.
7526 2005-11-28  Jay Belanger  <belanger@truman.edu>
7528         * calc.texi: Change references of `M-#' to `C-x *' prefix.
7530 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
7532         * org.texi (Structure editing): New item moving commands added.
7533         (Plain Lists): New section.
7535 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
7537         * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
7538         (Agenda): Document commands `org-cycle-agenda-files' and
7539         `org-agenda-file-to-front'.
7540         (Built-in table editor): Document `org-table-sort-lines'.
7541         (HTML formatting): Export of hand-formatted lists.
7543 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7545         * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
7546         new variable gnus-toolbar-thickness.
7548 2005-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7550         * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
7552 2005-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7554         * gnus.texi (X-Face): Fix description.
7555         (XVarious): Remove gnus-xmas-logo-color-alist and
7556         gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
7558 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7560         * gnus.texi (Group Parameters): Mention new variable
7561         gnus-parameters-case-fold-search.
7562         (Home Score File): Addition.
7564 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
7566         * newsticker.texi: VERSION changed to 1.9.  Updated UPDATED.
7567         (Overview): List supported feed types.
7568         (Installation): No installation necessary when using autoload.
7569         (Configuration): Rename "RSS" to "news".
7571 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
7573         * pgg.texi (User Commands): Document additional passphrase
7574         argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
7575         (Backend methods): Likewise for corresponding pgg-scheme-* functions.
7577 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
7579         * org.texi: Version number changed to 3.19.
7581 2005-10-29  Sascha Wilde  <wilde@sha-bang.de>
7583         * pgg.texi (How to use): Update the example to add autoload of
7584         pgg-encrypt-symmetric-region.
7585         (User Commands): Document pgg-encrypt-symmetric-region.
7586         (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
7588 2005-10-27  Jay Belanger  <belanger@truman.edu>
7590         * calc.texi (Predefined Units): Fix the symbol for a TeX points,
7591         mention other TeX-related units.
7593 2005-10-23  Lars Hansen  <larsh@soem.dk>
7595         * dired-x.texi (Miscellaneous Commands):
7596         Replace dired-do-relative-symlink by dired-do-relsymlink and
7597         dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
7599 2005-10-23  Jay Belanger  <belanger@truman.edu>
7601         * calc.texi (Predefined Units): Use `alpha' for the fine structure
7602         constant.
7604 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
7606         * faq.texi (Bugs and problems):
7607         Replace `dired-move-to-filename-regexp' by
7608         `directory-listing-before-filename-regexp'.
7610 2005-10-22  Eli Zaretskii  <eliz@gnu.org>
7612         * newsticker.texi (UPDATED): Set value.
7614 2005-10-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7616         * gnus.texi (Document Groups): Remove duplicate item.
7618 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
7620         * org.texi (Summary): Mention iCalendar support.
7621         (Exporting): Document iCalendar support.
7623 2005-10-18  Romain Francoise  <romain@orebokech.com>
7625         * viper.texi (Viper Specials): Capitalize GNU.
7627 2005-10-17  Juri Linkov  <juri@jurta.org>
7629         * info.texi (Getting Started, Search Index, Expert Info):
7630         Fix wording.
7631         (Search Text): Replace `echo area' with `mode line'.
7632         (Search Index): Both `i' and `,' find all index entries.
7633         Replace example `C-f' with `C-l' (which exists in index of Info
7634         manual) and delete spaces in its keyboard input sequence.
7635         Delete unnecessary explanations about literal characters.
7637 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7639         * gnus.texi (Document Server Internals): Addition.
7641 2005-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7643         * gnus.texi (A note on namespaces): Fix RFC reference.
7645 2005-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7647         * gnus.texi (RSS): Fix key description.
7649 2005-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7651         * gnus.texi: Emacs/w3 -> Emacs/W3.
7652         (Browsing the Web): Fix description.
7653         (Web Searches): Ditto.
7654         (Customizing W3): Ditto.
7656 2005-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7658         * gnus.texi (Maildir): Clarify expire-age and expire-group.
7660 2005-10-11  Jay Belanger  <belanger@truman.edu>
7662         * calc.texi (Integration): Mention using `a i' to compute definite
7663         integrals.
7665 2005-10-11  Juri Linkov  <juri@jurta.org>
7667         * info.texi: Rearrange nodes.
7668         (Top): Update menu.  Change ref `Info for Experts' to
7669         `Advanced Info Commands'.
7670         (Getting Started): Fix description of manual's parts.
7671         (Help-Int): Change xref `Info Search' to `Search Index', and
7672         `Expert Info' to `Advanced'.
7673         (Advanced): Move node one level up.
7674         (Search Text, Search Index): New nodes split out from `Info Search'.
7675         (Go to node, Choose menu subtopic, Create Info buffer): New nodes
7676         split out from `Advanced'.
7677         (Advanced, Emacs Info Variables): De-document editing an Info file
7678         in Info.
7679         (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
7680         (Creating an Info File): Delete node and move its text to
7681         `Expert Info'.
7683 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
7685         * org.texi (Workflow states): Documented that change in keywords
7686         becomes active only after restart of Emacs.
7688 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
7690         Sync with Tramp 2.0.51.
7692 2005-10-08  Nick Roberts  <nickrob@snap.net.nz>
7694         * speedbar.texi (Introduction): Describe new location of speedbar
7695         on menubar.
7696         (Basic Key Bindings): Remove descriptions of bindings that have
7697         been removed.
7699 2005-10-05  Nick Roberts  <nickrob@snap.net.nz>
7701         * speedbar.texi (GDB): Describe use of watch expressions.
7703 2005-09-28  Simon Josefsson  <jas@extundo.com>
7705         * message.texi (IDNA): Fix.
7707 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7709         * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
7710         nntp-server-hook, and nntp-warn-about-losing-connection; fix
7711         description of nntp-open-connection-function.
7712         (Common Variables): Fix descriptions.
7714 2005-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7716         * gnus.texi (Server Buffer Format): Document the %a format spec.
7718 2005-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7720         * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
7722 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
7724         * org.texi Version 3.16.
7726 2005-09-19  Miles Bader  <miles@gnu.org>
7728         * newsticker.texi: Get rid of CVS keywords.
7730 2005-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7732         * gnus.texi (Finding the Parent): Fix description of how Gnus
7733         finds article.
7735 2005-09-14  Jari Aalto  <jari.aalto@cante.net>
7737         * gnus.texi (Advanced Scoring Examples): New examples to teach how
7738         to drop off non-answered articles.
7740 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
7742         * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
7743         braces (which are unsupported by NMAKE) for macro `srcdir'.
7745 2005-09-17  Eli Zaretskii  <eliz@gnu.org>
7747         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7748         (../info/newsticker, newsticker.dvi): New targets.
7750 2005-09-17  Ulf Jasper  <ulf.jasper@web.de>
7752         * newsticker.texi: Replace @command with @code.  Replace @example
7753         with @lisp.
7754         (Top): Add explanations to menu items.
7755         (GNU Free Documentation License): Remove.
7757 2005-09-16  Romain Francoise  <romain@orebokech.com>
7759         Update all files to specify GFDL version 1.2.
7761         * doclicense.texi (GNU Free Documentation License): Update to
7762         version 1.2.
7764 2005-09-15  Richard M. Stallman  <rms@gnu.org>
7766         * newsticker.texi: Fix @setfilename.
7768         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7769         (../info/newsticker, newsticker.dvi): New targets.
7771 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
7773         * org.texi: Version 3.15.
7775 2005-08-29  Luc Teirlinck  <teirllm@auburn.edu>
7777         * ses.texi: Combine all three indices into one.
7778         Correct a few typos.
7780 2005-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7782         * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
7784 2005-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7786         * emacs-mime.texi (Handles): Remove duplicate item.
7787         (Encoding Customization): Fix the default value for
7788         mm-coding-system-priorities.
7789         (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
7790         (Basic Functions): Fix reference.
7792 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7794         * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
7796 2005-08-18  Richard M. Stallman  <rms@gnu.org>
7798         * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
7799         and web site.
7801         * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
7802         not keyboard-translate.
7804 2005-08-11  Richard M. Stallman  <rms@gnu.org>
7806         * faq.texi (Using regular expressions): Fix xref.
7808 2005-08-09  Juri Linkov  <juri@jurta.org>
7810         * info.texi (Help-P): Replace `Prev' with `Previous'.
7811         (Help-M, Help-Xref): Add S-TAB.
7812         (Help-FOO): Update `u' command.
7813         (Help-Xref): Move info about Mouse-2 from `Help-Int'.
7814         Update info about visibility of xref parts.
7815         (Help-Int): Fix `m' command.  Rename `Info-last' to
7816         `Info-history-back'.  Add `Info-history-forward'.
7817         (Advanced): Fix `g*' and `M-n' commands.
7818         (Info Search): Add `index-apropos' in stand-alone browser.
7819         Add isearch commands.
7820         (Emacs Info Variables): Remove `Info-fontify'.
7821         Add `Info-mode-hook'.  Update face names.
7822         Add `Info-fontify-maximum-menu-size',
7823         `Info-fontify-visited-nodes', `Info-isearch-search'.
7825 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
7827         Sync with Tramp 2.0.50.
7829         * tramp.texi: Use @option{} consequently for method names.
7830         (Inline methods, External transfer methods): Remove references to
7831         Cygwin.
7832         (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
7833         implementation.
7835 2005-07-27  Reiner Steib  <Reiner.Steib@gmx.de>
7837         * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
7838         Mention that gnus-init-file is not read when Emacs is invoked with
7839         --no-init-file or -q.
7841 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
7843         * org.texi: Version 3.14.
7845 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
7847         * org.texi: Version 3.13.
7849 2005-07-18  Juri Linkov  <juri@jurta.org>
7851         * calc.texi (Time Zones, Logical Operations):
7852         * cl.texi (Overview):
7853         * org.texi (TODO types):
7854         * sc.texi (Emacs 18 MUAs):
7855         * speedbar.texi (Top):
7856         * url.texi (History):
7857         Delete duplicate duplicate words.
7859 2005-07-16  Johan BockgÃ¥rd  <bojohan@users.sourceforge.net>  (tiny change)
7861         * cl.texi (Type Predicates): Document `atom' type.
7863 2005-07-04  Lute Kamstra  <lute@gnu.org>
7865         Update FSF's address in GPL notices.
7867         * calc.texi (Copying):
7868         * doclicense.texi (GNU Free Documentation License):
7869         * faq.texi (Contacting the FSF):
7870         * mh-e.texi (Copying): Update FSF's address.
7872 2005-07-03  Richard M. Stallman  <rms@gnu.org>
7874         * flymake.texi (Example -- Configuring a tool called directly):
7875         Update name of flymake-build-relative-filename.
7877 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7879         * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
7881 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
7883         * org.texi: Version 3.12.
7885 2005-06-24  Eli Zaretskii  <eliz@gnu.org>
7887         * makefile.w32-in (MAKEINFO): Use --force.
7888         (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
7889         Makefile.in.
7890         (gnus.dvi): Use "..." to quote Sed args, so that it works with
7891         more shells.
7893 2005-06-23  Richard M. Stallman  <rms@gnu.org>
7895         * speedbar.texi (Creating a display): Texinfo usage fixes.
7897         * tramp.texi (Customizing Completion, Auto-save and Backup):
7898         Texinfo usage fixes.
7900 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
7902         * dired-x.texi (Miscellaneous Commands):
7903         * ediff.texi (Miscellaneous):
7904         * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
7905         (Agent Variables):
7906         * info.texi (Help-Xref):
7907         * message.texi (Message Headers):
7908         * org.texi (Remember):
7909         * reftex.texi (Options (Defining Label Environments)):
7910         (Options (Index Support)):
7911         (Options (Viewing Cross-References)):
7912         (Options (Misc)):
7913         (Changes):
7914         * speedbar.texi (Creating a display):
7915         * tramp.texi (Customizing Completion, Auto-save and Backup):
7916         Texinfo usage fix.
7918 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
7920         * org.texi: Version 3.11.
7922 2005-06-12  Jay Belanger  <belanger@truman.edu>
7924         * calc.texi (Getting Started): Remove extra menu item.
7926 2005-05-31  Jay Belanger  <belanger@truman.edu>
7928         * calc.texi (Notations Used in This Manual): Use @kbd for key
7929         sequence.
7930         (Demonstration of Calc): Mention another way of starting Calc.
7931         (Starting Calc): Mention long name of M-#.
7932         (Embedded Mode Overview): Remove unnecessary instruction.
7933         (Other M-# commands): Rephrase `M-# 0' explanation.
7934         (Basic Embedded Mode): Rewrite discussion of prefix arguments to
7935         reflect current behavior.
7937 2005-05-30  Jay Belanger  <belanger@truman.edu>
7939         * calc.texi (Hooks): Change description of calc-window-hook and
7940         calc-trail-window-hook to match usage.
7941         (Computational Functions): Add more constant-generating functions.
7942         (Customizable Variables): Use defvar.
7944 2005-05-28  Jay Belanger  <belanger@truman.edu>
7946         * calc.texi (Assignments in Embedded Mode): Fix variable name.
7947         (Basic Embedded Mode): Explain behavior of arguments to
7948         calc-embedded-mode.
7950 2005-05-27  Jay Belanger  <belanger@truman.edu>
7952         * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
7953         current behavior.
7955 2005-05-25  Jay Belanger  <belanger@truman.edu>
7957         * calc.texi: Change Calc version number throughout.
7958         (Keypad Mode): Change location in info output.
7959         (Keypad mode overview): Move picture of keypad.
7961 2005-05-21  Jay Belanger  <belanger@truman.edu>
7963         * calc.texi (Storing variables): Mention that only most variables
7964         are void to begin with.
7966 2005-05-21  Kevin Ryde  <user42@zip.com.au>
7968         * widget.texi (Basic Types): Update cross ref from "Enabling
7969         Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
7970         lispref/text.texi change.
7972 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
7974         * org.texi: Version 3.09.
7976 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
7978         * reftex.texi: Version 4.28.
7980 2005-05-16  Jay Belanger  <belanger@truman.edu>
7982         * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
7984 2005-05-14  Jay Belanger  <belanger@truman.edu>
7986         * calc.texi (Default Simplifications): Insert missing ! (logical
7987         not operator).
7989 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
7991         Sync with Tramp 2.0.49.
7993 2005-05-10  Jay Belanger  <belanger@truman.edu>
7995         * calc.texi (Default Simplifications): Mention that 0^0 simplifies
7996         to 1.
7998 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
8000         * org.texi: Version 3.08, structure reorganized.
8002 2005-04-24  Richard M. Stallman  <rms@gnu.org>
8004         * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
8006 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
8008         * org.texi: Update to version 3.06.
8010 2005-04-13  Lute Kamstra  <lute@gnu.org>
8012         * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
8014 2005-04-10  Thien-Thi Nguyen  <ttn@gnu.org>
8016         * cl.texi (Porting Common Lisp): Fix typo.
8018 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8020         * gnus.texi (RSS): Addition.
8022 2005-04-04  Jay Belanger  <belanger@truman.edu>
8024         * calc.texi: Change Calc version number.
8025         (Customizable variables): Fix description of calc-language-alist.
8026         (Copying): Put in version 2 of GPL.
8028 2005-04-01  Jay Belanger  <belanger@truman.edu>
8030         * calc.texi (Troubleshooting Commands): Remove comment about
8031         installation.
8032         (Installation): Remove section.
8033         (Customizable Variables): New section.
8034         (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
8035         (Graphical Devices): Add references to Customizable Variables.
8037 2005-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8039         * emacs-mime.texi (Display Customization): Markup fixes.
8040         (rfc2047): Update.
8042 2005-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
8044         * gnus-faq.texi: Replaced with auto-generated version.
8046 2005-03-26  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
8048         * dired-x.texi (Multiple Dired Directories): default-directory was
8049         renamed to dired-default-directory.
8051 2005-03-26  Jay Belanger  <belanger@truman.edu>
8053         * calc.texi (Simplifying Formulas, Rewrite Rules):
8054         Change description of top and bottom of fraction.
8055         (Modulo Forms): Move description of how to create modulo forms to
8056         earlier in the section.
8057         (Fraction Mode): Suggest using : to get a fraction by dividing.
8058         (Basic Arithmetic): Adjust placement of command name.
8059         (Truncating the Stack): Emphasize that "hidden" entries are still
8060         visible.
8061         (Installation): Move discussion of printing manual to "About This
8062         Manual".
8063         (About This Manual): Mention how to print the manual.
8064         (Reporting Bugs): Remove first person.
8065         (Building Vectors): Add algebraic version of append.
8066         (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
8067         (Grouping Digits): Fix typo.
8069 2005-03-25  Werner Lemberg  <wl@gnu.org>
8071         * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
8072         Replace `legal' with `valid'.
8074 2005-03-25  Werner Lemberg  <wl@gnu.org>
8076         * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
8078 2005-03-24  Jay Belanger  <belanger@truman.edu>
8080         * calc.texi (General Mode Commands)
8081         (Mode Settings in Embedded Mode): Add some explanation of
8082         recording mode settings.
8084 2005-03-24  Richard M. Stallman  <rms@gnu.org>
8086         * calc.texi: Remove praise of non-free software.
8088         * idlwave.texi: Don't say where to get IDL or its non-free manual.
8089         (Installation): Node deleted.
8091 2005-03-23  Richard M. Stallman  <rms@gnu.org>
8093         * url.texi (HTTP language/coding): Improve last change.
8095 2005-03-22  Jay Belanger  <belanger@truman.edu>
8097         * calc.texi (Embedded Mode): Add new information on changing
8098         modes.
8100 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
8102         Sync with Tramp 2.0.48.
8104         * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
8106         * tramp.texi: Replace "Emacs" by "GNU Emacs".  Replace "Linux" by
8107         "GNU/Linux".  Change all addresses to .gnu.org.
8108         (Default Method): Offer shortened syntax for "su" and "sudo"
8109         methods.
8111 2005-03-07  Richard M. Stallman  <rms@gnu.org>
8113         * url.texi: Fix usage of "e.g.".
8114         (HTTP language/coding): Explain the rules for these strings.
8116 2005-03-06  Richard M. Stallman  <rms@gnu.org>
8118         * woman.texi (Introduction): Minor cleanups.
8120         * url.texi (HTTP language/coding): Get rid of "Emacs 21".
8122         * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
8123         (Installation): Node deleted.
8125         * mh-e.texi (Preface): Get rid of "Emacs 21".
8127         * eshell.texi (Installation): Delete node (for Emacs 20).
8129 2005-03-05  Thien-Thi Nguyen  <ttn@gnu.org>
8131         * flymake.texi: Refill and tweak style in @lisp blocks.
8133 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8135         * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
8137 2005-03-01  Jay Belanger  <belanger@truman.edu>
8139         * calc.texi (Trigonometric and Hyperbolic Functions):
8140         Mention additional functions.
8141         (Algebraic Simplifications): Mention additional simplifications.
8143 2005-02-18  Jonathan Yavner  <jyavner@member.fsf.org>
8145         * ses.texi: Add concept/function/variable indices (this work was
8146         donated by Brad Collins <brad@chenla.org>, copyright-assignment
8147         papers on file at FSF).
8149 2005-02-10  Jay Belanger  <belanger@truman.edu>
8151         * calc.texi: Change @LaTeX to La@TeX throughout.
8152         Redefine @expr as @math for TeX output.
8153         Redefine @texline as a no-op for TeX output.
8154         Define @tfn, replace @t by @tfn throughout.
8156 2005-02-09  Jay Belanger  <belanger@truman.edu>
8158         * calc.texi: Add macro for LaTeX for info output.
8160 2005-02-08  Kim F. Storm  <storm@cua.dk>
8162         * texinfo.tex (LaTex): Add def.
8164 2005-02-06  Jay Belanger  <belanger@truman.edu>
8166         * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
8167         change name to "TeX and LaTeX Language Modes."  Mention LaTeX mode
8168         throughout manual.
8170 2005-01-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8172         * gnus.texi: Some edits based on comments from David Abrahams.
8174 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8176         * gnus.texi (RSS): Fix the keystroke.
8178 2005-01-24  David Kastrup  <dak@gnu.org>
8180         * faq.texi: Update AUCTeX version info.
8182 2005-01-16  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
8184         * gnus-faq.texi ([4.1]): Typo.
8186 2005-01-19  Jay Belanger  <belanger@truman.edu>
8188         * calc.texi (Keep Arguments): Mention that keeping arguments
8189         doesn't work with keyboard macros.
8191 2005-01-16  Richard M. Stallman  <rms@gnu.org>
8193         * autotype.texi (Autoinserting): Fix small error.
8195 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
8197         Sync with Tramp 2.0.47.
8199         * tramp.texi (Compilation): New section, describing compilation of
8200         remote files.
8202 2005-01-11  Kim F. Storm  <storm@cua.dk>
8204         * widget.texi (Basic Types): Add :follow-link keyword.
8206 2005-01-09  Jay Belanger  <belanger@truman.edu>
8208         * calc.texi (Basic Commands): Describe new behavior of calc-reset.
8210 2005-01-08  Jay Belanger  <belanger@truman.edu>
8212         * calc.texi: Change throughout to reflect new default value of
8213         calc-settings-file.
8215 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8217         * message.texi (Reply): `message-reply-to-function' should return
8218         a list.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
8220 2005-01-06  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
8222         * faq.texi (Changing load-path): Fix typo.
8224 2005-01-05  Jay Belanger  <belanger@truman.edu>
8226         * calc.texi (Programming Tutorial): Replace kbd command by
8227         appropriate characters for a keyboard macro.
8229 2005-01-04  Jay Belanger  <belanger@truman.edu>
8231         * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
8232         for Lucid Emacs.
8233         (Programming Tutorial): Mention that the user needs to be in the
8234         right mode to compute some functions.
8236 2005-01-04  Jay Belanger  <belanger@truman.edu>
8238         * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
8239         no longer applicable.
8241 2005-01-01  Jay Belanger  <belanger@truman.edu>
8243         * calc.texi (Programming Tutorial): Change description of how to
8244         edit keyboard macros to match current behavior.
8246 2004-12-31  Jay Belanger  <belanger@truman.edu>
8248         * calc.texi: Mention C-cC-c as the way to finish editing throughout.
8250 2004-12-20  Jay Belanger  <belanger@truman.edu>
8252         * calc.texi (Types Tutorial): Emphasize that you can't divide by
8253         zero.
8255 2004-12-17  Luc Teirlinck  <teirllm@auburn.edu>
8257         * cc-mode.texi (Text Filling and Line Breaking): Put period after
8258         @xref.
8259         (Font Locking): Avoid @strong{Note:}.
8261 2004-12-17  Michael Albinus  <michael.albinus@gmx.de>
8263         Sync with Tramp 2.0.46.
8265         * tramp.texi (bottom): Add arch-tag.  It was lost, somehow.
8267 2004-12-16  Luc Teirlinck  <teirllm@auburn.edu>
8269         * url.texi: Correct typos.
8270         (Retrieving URLs): @var{nil}->@code{nil}.
8271         (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
8272         the standard "The GNU Emacs Manual" in fifth argument of @xref's.
8273         (Dealing with HTTP documents): @inforef->@xref.
8275 2004-12-15  Jay Belanger  <belanger@truman.edu>
8277         * calc.texi: Consistently capitalized all mode names.
8278         (Answers to Exercises): Mention that an answer can be a fraction
8279         when in Fraction mode.
8281 2004-12-13  Jay Belanger  <belanger@truman.edu>
8283         * calc.texi: Fix some TeX definitions.
8285 2004-12-09  Luc Teirlinck  <teirllm@auburn.edu>
8287         * reftex.texi (Imprint): Remove erroneous @value's.
8289 2004-12-08  Luc Teirlinck  <teirllm@auburn.edu>
8291         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
8292         (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
8294 2004-12-08  Jay Belanger  <belanger@truman.edu>
8296         * calc.texi (Starting Calc): Remove comment about installation.
8297         (Keypad Mode Overview): Remove comment about Emacs 19 support.
8299 2004-12-08  Luc Teirlinck  <teirllm@auburn.edu>
8301         * url.texi: Update @setfilename.
8302         (Getting Started): No need to worry about Gnus versions.
8303         (Dealing with HTTP documents): Use @inforef.
8305         * org.texi: Fix @direntry file name.
8307 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8309         * url.texi: New file.
8311         * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
8313 2004-12-06  Jay Belanger  <belanger@truman.edu>
8315         * calc.texi (Using Calc): Remove paragraph about installation.
8317 2004-12-06  Jay Belanger  <belanger@truman.edu>
8319         * calc.texi: Use more Texinfo macros and less TeX defs.
8320         Remove @refill's.
8322 2004-12-06  Richard M. Stallman  <rms@gnu.org>
8324         * org.texi: New file.
8326 2004-12-05  Richard M. Stallman  <rms@gnu.org>
8328         * Makefile.in (org.dvi, ../info/org): New targets.
8329         (INFO_TARGETS): Add ../info/org.
8330         (DVI_TARGETS): Add org.dvi.
8331         (maintainer-clean): Remove the info files in the info dir.
8333 2004-11-26  Eli Zaretskii  <eliz@gnu.org>
8335         * idlwave.texi: Fix the setfilename directive to put the produced
8336         file in ../info.
8337         (Continued Statement Indentation): Resurrect Jan D.'s change from
8338         2004-11-03 that was lost when a newer version of idlwave.texi was
8339         imported.
8341 2004-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
8343         * gnus-faq.texi ([5.1]): Add missing bracket.
8345         * gnus.texi (Filtering Spam Using The Spam ELisp Package):
8346         Index `spam-initialize'.
8348 2004-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8350         * message.texi (Various Message Variables): Mention that all mail
8351         file variables are derived from `message-directory'.
8353         * gnus.texi (Splitting Mail): Clarify bogus group.
8355 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8357         * emacs-mime.texi (Encoding Customization):
8358         Fix mm-coding-system-priorities entry.
8360 2004-11-03  Jan Djärv  <jan.h.d@swipnet.se>
8362         * idlwave.texi (Continued Statement Indentation):
8363         * reftex.texi (Options (Index Support)):
8364         (Displaying and Editing the Index, Table of Contents):
8365         * speedbar.texi (Creating a display, Major Display Modes):
8366         Replace non-nil with non-@code{nil}.
8368 2004-10-21  Jay Belanger  <belanger@truman.edu>
8370         * calc.texi (Algebraic-Style Calculations): Remove a comment.
8372 2004-10-18  Luc Teirlinck  <teirllm@auburn.edu>
8374         * calc.texi (Reporting Bugs): Double up `@'.
8376 2004-10-18  Jay Belanger  <belanger@truman.edu>
8378         * calc.texi (Reporting Bugs): Change the address that bugs
8379         should be sent to.
8381 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
8383         * gnus.texi (New Features): Add 5.11.
8385         * message.texi (Resending): Remove wrong default value.
8387         * gnus.texi (Mail Source Specifiers): Describe possible problems
8388         of `pop3-leave-mail-on-server'.  Add `pop3-movemail' and
8389         `pop3-leave-mail-on-server' to the index.
8391 2004-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8393         * message.texi (Canceling News): Add how to set a password.
8395 2004-10-12  Jay Belanger  <belanger@truman.edu>
8397         * calc.texi (Help Commands): Change the descriptions of
8398         calc-describe-function and calc-describe-variable to match their
8399         current behavior.
8401 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
8403         * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
8405 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
8407         Sync with Tramp 2.0.45.
8409         * tramp.texi (Frequently Asked Questions): Comment paragraph about
8410         plink link.  The URL is outdated.  Originator contacted for
8411         clarification.
8413 2004-10-10  Juri Linkov  <juri@jurta.org>
8415         * gnus.texi (Top, Marking Articles): Join two menus in one node
8416         because a node can have only one menu.
8418 2004-10-09  Juri Linkov  <juri@jurta.org>
8420         * gnus.texi (Fancy Mail Splitting): Remove backslash in the
8421         example of nnmail-split-fancy.
8423 2004-10-06  Karl Berry  <karl@gnu.org>
8425         * info.texi (@kbd{1}--@kbd{9}): No space around --, for
8426         consistency with other uses of dashes.
8428 2004-10-05  Karl Berry  <karl@gnu.org>
8430         * info.texi: Consistently use --- throughout, periods at end of
8431         menu descriptions, and a couple typos.
8433 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
8435         * sieve.texi (Manage Sieve API): nil -> @code{nil}.
8436         * pgg.texi (User Commands, Backend methods): Do.
8437         * gnus.texi: Markup fixes.
8438         (Setting Process Marks): Fix `M P a' entry.
8439         * emacs-mime.texi: Fixes.
8441 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
8443         * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
8444         again.
8445         Use 5.10 instead of 5.10.0.
8447 2004-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8449         * gnus.texi (Summary Mail Commands): S D e.
8451 2004-09-20  Raymond Scholz  <ray-2004@zonix.de>  (tiny change)
8453         * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
8454         the gnus-article-mode-line-format section.
8456 2004-09-20  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
8458         * gnus.texi (Various Summary Stuff): Fix the documentation for
8459         gnus-newsgroup-variables.
8461 2004-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8463         * gnus.texi (MIME Commands):
8464         Add gnus-mime-display-multipart-as-mixed,
8465         gnus-mime-display-multipart-alternative-as-mixed,
8466         gnus-mime-display-multipart-related-as-mixed.
8467         (Mail Source Customization): Clarify `mail-source-directory'.
8468         (Splitting Mail): Mention gnus-group-find-new-groups.
8469         (SpamOracle): Fix typo.
8471         * gnus-faq.texi: Untabify.
8472         ([6.3]): nnir.el is in contrib directory.
8474         * message.texi (News Headers): Clarify how a unique ID is created.
8476         * gnus.texi (Batching Agents): Fix typo in example.
8477         Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8479 2004-09-20  Andre Srinivasan  <andre@e2open.com>  (tiny change)
8481         * gnus.texi (Group Parameters): Add more on hooks.
8483 2004-09-20  Florian Weimer  <fw@deneb.enyo.de>
8485         * gnus.texi (Charsets): Point to relevant section in emacs-mime.
8487 2004-09-22  Jay Belanger  <belanger@truman.edu>
8489         * calc.texi (Vectors as Lists): Add a warning that the tutorial
8490         might be hidden during part of the session.
8492 2004-09-20  Jay Belanger  <belanger@truman.edu>
8494         * calc.texi (Notations Used in This Manual): Put in an earlier
8495         mention that DEL could be called Backspace.
8497 2004-09-10  Simon Josefsson  <jas@extundo.com>
8499         * gnus.texi (IMAP): Add example.  Suggested and partially written
8500         by Steinar Bang <sb@dod.no>.
8502 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8504         * gnus.texi (IMAP): Add comments about imaps synonym to imap in
8505         netrc syntax.
8507 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8509         * gnus.texi (Spam ELisp Package Sequence of Events):
8510         Some clarifications.
8511         (Spam ELisp Package Global Variables): More clarifications.
8513 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8515         * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
8516         Mention spam-split does not modify incoming mail.
8518 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8520         * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
8522 2004-09-10  Eli Zaretskii  <eliz@gnu.org>
8524         * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
8526 2004-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8528         * makefile.w32-in (sieve, pgg): Use $(infodir).
8530 2004-09-08  Dhruva Krishnamurthy  <dhruva.krishnamurthy@gmail.com>  (tiny change)
8532         * makefile.w32-in: Fix PGG and Sieve entries.
8534 2004-08-28  Eli Zaretskii  <eliz@gnu.org>
8536         * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
8537         Emacs and related programs.
8539 2004-08-27  Richard M. Stallman  <rms@gnu.org>
8541         * faq.texi: Fix texinfo usage, esp. doublequotes.
8542         (Difference between Emacs and XEmacs): Some clarification.
8544         * faq.texi (Difference between Emacs and XEmacs):
8545         Explain not to contrast XEmacs with GNU Emacs.
8547 2004-08-26  Richard M. Stallman  <rms@gnu.org>
8549         * faq.texi (Difference between Emacs and XEmacs): Rewrite.
8551 2004-08-22  David Kastrup  <dak@gnu.org>
8553         * reftex.texi (AUCTeX): Update links, section name.
8555         * faq.texi (Calc): Update availability (included in 22.1).
8556         (AUCTeX): Update availability, information, versions, description.
8558 2004-08-14  Eli Zaretskii  <eliz@gnu.org>
8560         * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
8562 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
8564         * cc-mode.texi: Various updates for CC Mode 5.30.9.
8566 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
8568         Sync with Tramp 2.0.44.
8570 2004-08-05  Lars Hansen  <larsh@math.ku.dk>
8572         * widget.texi (User Interface): Update how to separate the
8573         editable field of an editable-field widget from other widgets.
8574         (Programming Example): Add text after field.
8576 2004-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8578         * emacs-mime.texi (Encoding Customization): Add a note to the
8579         mm-content-transfer-encoding-defaults entry.
8580         (rfc2047): Update.
8582         * gnus.texi (Article Highlighting):
8583         Add gnus-cite-ignore-quoted-from.
8584         (POP before SMTP): New node.
8585         (Posting Styles): Addition.
8586         (Splitting Mail): Add nnmail-split-lowercase-expanded.
8587         (Fancy Mail Splitting): Ditto.
8588         (X-Face): Add gnus-x-face.
8590 2004-08-30  Reiner Steib  <Reiner.Steib@gmx.de>
8592         * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
8593         * pgg.texi, sieve.texi: Use @copying and @insertcopying.
8595 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
8597         * gnus.texi (Mail Source Specifiers):
8598         Describe `pop3-leave-mail-on-server'.
8600 2004-08-02  Reiner Steib  <Reiner.Steib@gmx.de>
8602         * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
8604         * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
8605         repository.  Change setfilename.
8607         * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
8609 2004-07-02  Juri Linkov  <juri@jurta.org>
8611         * pcl-cvs.texi (Viewing differences): Add `d r'.
8613 2004-06-29  Jesper Harder  <harder@ifa.au.dk>
8615         * ses.texi, viper.texi, flymake.texi, faq.texi:
8616         * eshell.texi, ediff.texi: Markup fixes.
8618 2004-06-21  Karl Berry  <karl@gnu.org>
8620         * info.texi (Top): Mention that only Emacs has mouse support.
8621         (Getting Started): Mention this in a few other places.
8623 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
8625         * autotype.texi (Copyrights, Timestamps):
8626         Recommend `before-save-hook' instead of `write-file-functions'.
8628 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
8630         * dired-x.texi (dired-mark-omitted): Update keybinding.
8632 2004-06-10  Kim F. Storm  <storm@cua.dk>
8634         * pcl-cvs.texi (Viewing differences): Add 'd y'.
8636 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
8638         * dired-x.texi (variable dired-omit-mode): Rename from
8639         dired-omit-files-p.
8640         (function dired-omit-mode): Rename from dired-omit-toggle.
8641         Call dired-omit-mode rather than set dired-omit-files-p.
8642         (dired-mark-omitted): Describe command.
8644 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
8646         Version 2.0.41 of Tramp released.
8648 2004-05-29  Juanma Barranquero  <lektu@terra.es>
8650         * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
8651         (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8653 2004-05-29  Richard M. Stallman  <rms@gnu.org>
8655         * cl.texi (Top): Call this chapter `Introduction'.
8656         (Overview): In TeX, no section heading here.
8658         * cc-mode.texi: Put commas after i.e. and e.g.  Minor cleanups.
8660 2004-05-29  Eli Zaretskii  <eliz@gnu.org>
8662         * Makefile.in (../info/flymake, flymake.dvi): New targets.
8663         (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8665 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
8667         * flymake.texi: New file.
8669 2004-05-28  Simon Josefsson  <jas@extundo.com>
8671         * smtpmail.texi (Authentication): Improve STARTTLS discussion.
8673 2004-05-07  Kai Großjohann  <kai@emptydomain.de>
8675         Version 2.0.40 of Tramp released.
8677 2004-04-25  Michael Albinus  <Michael.Albinus@alcatel.de>
8679         Complete rework, based on review by Karl Berry <karl@gnu.org>.
8681         * tramp.texi (Auto-save and Backup): Explain exploitation of new
8682         variables `tramp-backup-directory-alist' and
8683         `tramp-bkup-backup-directory-info'.
8684         (Overview, Connection types)
8685         (External transfer methods, Default Method)
8686         (Windows setup hints): Remove restriction of password entering
8687         with external methods.
8688         (Auto-save and Backup): Make file name example
8689         (X)Emacs neutral.  In case of XEmacs, `bkup-backup-directory-info'
8690         and `auto-save-directory' must be used.
8691         (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
8692         only "NT").  Remove doubled entry "What kinds of systems does
8693         @tramp{} work on".
8694         (tramp): Macro removed.
8695         (Obtaining Tramp): Flag removed from title.
8696         (all): "tramp-" and "-" removed from flag names.  Flags `tramp'
8697         and `trampver' used properly.  Flag `tramp-inst' replaced by
8698         `installchapter'.  Installation related text adapted.
8700 2004-04-28  Masatake YAMATO  <jet@gyve.org>
8702         * widget.texi (Programming Example): Remove overlays.
8704 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
8706         * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
8708 2004-04-23  Juanma Barranquero  <lektu@terra.es>
8710         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8712 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
8714         * info.texi (Info Search): Add info-apropos.
8716 2004-03-22  Juri Linkov  <juri@jurta.org>
8718         * faq.texi: Fix help key bindings.
8720 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
8722         * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
8723         (as suggested by Karl Berry).  Update information about colored
8724         stars in menus.  Add new subheading describing M-n.
8726 2004-03-12  Richard M. Stallman  <rms@gnu.org>
8728         * cl.texi (Top): Rename top node's title.
8730 2004-03-08  Karl Berry  <karl@gnu.org>
8732         * info.texi: \input texinfo.tex instead of just texinfo, to avoid
8733         problems making the texinfo distribution.
8735 2004-02-29  Simon Josefsson  <jas@extundo.com>
8737         * smtpmail.texi (Authentication): Change the list of supported
8738         authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
8739         CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
8740         <voegelas@gmx.net>.
8742 2004-02-29  Juanma Barranquero  <lektu@terra.es>
8744         * makefile.w32-in (mostlyclean, clean, maintainer-clean):
8745         Use $(DEL) instead of rm, and ignore exit code.
8747 2004-02-29  Kai Großjohann  <kgrossjo@eu.uu.net>
8749         Tramp version 2.0.39 released.
8751 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
8753         * tramp.texi (Customizing Completion): Explain new functions
8754         `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
8755         (all): Savannah URLs unified to "http://savannah.nongnu.org".
8756         (Top): Refer to Savannah mailing list as the major one.
8757         Mention older mailing lists in HTML mode only.
8758         (Auto-save and Backup): Add auto-save.  Based on wording of Kai.
8759         (Frequently Asked Questions): Remote hosts must not be Unix-like
8760         for "smb" method.
8761         (Password caching): New node.
8762         (External transfer methods): Refer to password caching for "smb"
8763         method.
8765 2004-02-17  Karl Berry  <karl@gnu.org>
8767         * info.texi (Help-Int): Mention the new line number feature.
8769 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
8771         * ses.texi (Advanced Features): New functionality for
8772         ses-set-header-row (defaults to current row unless C-u used).
8773         (Acknowledgements): Add Stefan Monnier.
8775 2003-12-29  Kevin Ryde  <user42@zip.com.au>
8777         * viper.texi (Vi Macros): Fix reference to the Emacs manual.
8779 2003-11-30  Kai Großjohann  <kai.grossjohann@gmx.net>
8781         Tramp version 2.0.38 released.
8783         * tramp.texi (Remote shell setup): Warn of environment variables
8784         FRUMPLE if user frumple exists.  Suggested by Sven Gabriel
8785         <sven.gabriel@imk.fzk.de>.
8786         (Configuration): Tramp now chooses base64/uuencode
8787         automatically.  Update wording accordingly.
8788         (Top): More description for the `Default Method' menu entry.
8789         (Default Method): Use @code, not @var, for Lisp variables.
8790         (Default Method): New subsection `Which method is the right one
8791         for me?'  Suggested by Christian Kirsch.
8792         (Configuration): Pointer to new subsection added.
8793         (Default Method): Too many "use" in one sentence.
8794         Rephrase.  Reported by Christian Kirsch.
8795         (Filename Syntax): Old `su' example is probably a left-over from
8796         the sm/su method naming.  Replace with `ssh', instead.
8797         (External transfer methods, Auto-save and Backup):
8798         Typo fixes.
8800 2003-11-02  Michael Albinus  <Michael.Albinus@alcatel.de>
8802         * tramp.texi (all): Harmonize all occurrences of @tramp{}.
8803         (Top): Mention japanese manual only if flag `jamanual' is set.
8804         Insert section `Japanese manual' in menu.
8806 2003-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
8808         * eshell.texi (Known Problems): Add doc item.
8810 2003-11-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
8812         * cc-mode.texi: Update for CC Mode 5.30.
8814         Note: Please refrain from doing purely cosmetic changes like
8815         removing trailing whitespace in this manual; it clobbers cvs
8816         merging for no good reason.
8818 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
8820         * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
8821         * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
8822         @acronym{ASCII}.
8824 2003-10-26  Karl Berry  <karl@gnu.org>
8826         * info.texi (Info Search): Echo area, not echo are.  From Debian
8827         diff.
8829 2003-10-26  Per Abrahamsen  <abraham@dina.kvl.dk>
8831         * widget.texi (Defining New Widgets): Document new behavior of
8832         :buttons and :children keywords.
8834 2003-10-22  Miles Bader  <miles@gnu.org>
8836         * Makefile.in (info): Move before $(top_srcdir)/info.
8838 2003-10-17  Thien-Thi Nguyen  <ttn@gnu.org>
8840         * tramp.texi (Inline methods): Small grammar fix.
8841         (External transfer methods): Likewise.
8843 2003-10-08  Nick Roberts  <nick@nick.uklinux.net>
8845         * speedbar.texi: Remove paragraph for GUD that is no longer true.
8847 2003-10-06  Luc Teirlinck  <teirllm@auburn.edu>
8849         * texinfo.tex: Replace `%' in arch tagline by @ignore.
8851 2003-09-30  Richard M. Stallman  <rms@gnu.org>
8853         * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
8855         * widget.texi (User Interface): Fix typos.
8857         * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
8859 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
8861         * pcl-cvs.texi (Selected Files): Fix typo.
8863 2003-09-21  Karl Berry  <karl@gnu.org>
8865         * info.texi (] and [ commands): No period at end of section title.
8867 2003-09-04  Miles Bader  <miles@gnu.org>
8869         * Makefile.in (top_srcdir): New variable.
8870         ($(top_srcdir)/info): New rule.
8871         (info): Depend on it.
8873 2003-09-03  Peter Runestig  <peter@runestig.com>
8875         * makefile.w32-in: New file.
8877 2003-08-26  Per Abrahamsen  <abraham@dina.kvl.dk>
8879         * widget.texi (User Interface): Explain the need of static text
8880         around an editable field.
8882 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
8884         * widget.texi (Basic Types): The argument to `:help-echo' can now
8885         be a form that evaluates to a string.
8887 2003-08-18  Kim F. Storm  <storm@cua.dk>
8889         * calc.texi (Queries in Macros): Update xref to keyboard macro query.
8891 2003-08-16  Richard M. Stallman  <rms@gnu.org>
8893         * dired-x.texi (Shell Command Guessing): Explain *.
8895 2003-08-16  Chunyu Wang  <spr@db.cs.hit.edu.cn>  (tiny change)
8897         * pcl-cvs.texi (Log Edit Mode): Fix key binding for
8898         log-edit-insert-changelog.
8900 2003-08-03  Karl Berry  <karl@gnu.org>
8902         * info.texi: Need @contents.
8904 2003-07-20  Kai Großjohann  <kai.grossjohann@gmx.net>
8906         Tramp version 2.0.36 released.
8908         * tramp.texi (Remote shell setup): Explain about problems with
8909         non-Bourne commands in ~/.profile and ~/.shrc.
8911 2003-07-07  Luc Teirlinck  <teirllm@mail.auburn.edu>
8913         * info.texi (Help-Inv, Help-M, Help-Xref): Update following
8914         renaming of `vis-mode' to `visible-mode'.
8916 2003-07-04  Luc Teirlinck  <teirllm@mail.auburn.edu>
8918         * info.texi (Top, Help-Small-Screen): Remove accidentally added
8919         next, prev and up pointers.
8921 2003-07-02  Luc Teirlinck  <teirllm@mail.auburn.edu>
8923         * info.texi (Help): Mention existence of Emacs and stand-alone
8924         Info at the very beginning of the tutorial.
8925         (Help-Inv): New node.
8926         (Help-]): New node.
8927         (Help-M): Systematically point out the differences between default
8928         Emacs and stand-alone versions.  Delete second menu.
8929         (Help-Xref): Systematically point out the differences between
8930         default Emacs and stand-alone versions.
8931         (Help-Int): Change `l' example.
8932         (Expert Info): Fix typos.
8933         (Emacs Info Variables): Mention `Info-hide-note-references' and
8934         new default for `Info-scroll-prefer-subnodes'.
8936 2003-06-17  Kai Großjohann  <kai.grossjohann@gmx.net>
8938         Version 2.0.35 of Tramp released.
8940         * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
8941         (Inline methods): Add methods `remsh' and `plink1'.
8942         (External transfer methods): Add method `remcp'.
8943         (Multi-hop Methods): Add method `remsh'.
8944         Small patch from Adrian Aichner <adrian@xemacs.org>:
8945         Fix minor typos.
8946         (Concept Index): Add to make manual searchable via
8947         `Info-index'.
8948         (Version Control): Add cindex entry.
8950 2003-05-24  Kai Großjohann  <kai.grossjohann@gmx.net>
8952         * trampver.texi: Version 2.0.34 released.
8954 2003-05-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
8956         * faq.texi: Improve previous changes.
8958 2003-05-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
8960         * faq.texi: Update copyright and maintenance details.
8961         Update some package URLs, versions, and maintainers.
8962         Remove many references to the Emacs Lisp Archive.
8964 2003-04-23  Simon Josefsson  <jas@extundo.com>
8966         * smtpmail.texi: Fix license (the invariant sections mentioned has
8967         never been part of the smtp manual).  Align info dir entry with
8968         other emacs packages.
8970 2003-04-08  Michael Albinus  <Michael.Albinus@alcatel.de>
8972         * tramp.texi: Version 2.0.33 released.
8973         Remove installation chapter.  Remove XEmacs specifics.
8975 2003-03-29  Richard M. Stallman  <rms@gnu.org>
8977         * tramp.texi (Top): Undo the previous renaming.
8978         (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
8980 2003-03-29  Kai Großjohann  <kai.grossjohann@gmx.net>
8982         * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
8983         version of manual.
8985         * tramp.texi (Auto-save and Backup): New node.
8987 2003-03-29  Michael Albinus  <Michael.Albinus@alcatel.de>
8989         * tramp.texi (Top): Include trampver.texi.  Rename "Emacs" to "GNU
8990         Emacs" in order to have better differentiation to "XEmacs".
8991         `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
8992         are new macros in order to point to the other Emacs flavor where
8993         appropriate.  In info case, point to node `Installation' in order
8994         to explain how to generate the other way.  In html case, make a
8995         link to the other html file.
8996         (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
8997         after CVS checkout/update.
8998         (Installation): Completely rewritten.
8999         (Installation parameters, Load paths): New sections under
9000         `Installation'.
9002 2003-02-28  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
9004         * tramp.texi: Version 2.0.30 released.
9005         Replace word "path" with "localname" where used as a component of
9006         a Tramp file name.
9008 2003-02-28  Michael Albinus  <Michael.Albinus@alcatel.de>
9010         * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
9011         introduced.
9012         (Installation): Explain what to do if files from the tramp/contrib
9013         directory are needed.
9015 2003-02-23  Alex Schroeder  <alex@emacswiki.org>
9017         * smtpmail.texi (How Mail Works): New.
9019 2003-02-22  Alex Schroeder  <alex@emacswiki.org>
9021         * smtpmail.texi: New file.
9023         * Makefile.in: Build SMTP manual.
9025 2003-02-05  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
9027         * tramp.texi: Version 2.0.29 released.
9028         (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
9029         M-x makeinfo-buffer RET.  Reported by gebser@ameritech.net.
9031 2003-02-01  Michael Albinus  <Michael.Albinus@alcatel.de>
9033         * tramp.texi (Frequently Asked Questions): Explain a workaround if
9034         another package loads accidentally Ange-FTP.
9036 2003-01-24  Michael Albinus  <Michael.Albinus@alcatel.de>
9038         * tramp.texi (Customizing Completion): Add function
9039         `tramp-parse-sconfig'.  Change example of
9040         `tramp-set-completion-function', because parsing of ssh config
9041         files looks more natural.
9043 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
9045         * gnus.texi: Do not use `path' in several locations.
9047 2002-12-26  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
9049         * tramp.texi (External transfer methods): New method `smb'.
9050         From Michael Albinus.
9052 2002-11-05  Karl Berry  <karl@gnu.org>
9054         * info.texi (Info-fontify): Reorder face list to avoid bad line
9055         breaks.
9057 2002-10-06  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9059         * tramp.texi: Move @copying to standard place.
9060         Use @insertcopying.
9062 2002-10-02  Karl Berry  <karl@gnu.org>
9064         * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
9065         dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
9066         eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
9067         message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
9068         speedbar.texi vip.texi viper.texi widget.texi woman.texi):
9069         Per rms, update all manuals to use @copying instead of @ifinfo.
9070         Also use @ifnottex instead of @ifinfo around the top node, where
9071         needed for the sake of the HTML output.
9072         (The Gnus manual is not fixed since it's not clear to me how it
9073         works; and the Tramp manual already uses @copying, although in an
9074         unusual way.  All others were changed.)
9076 2002-09-10  Jonathan Yavner  <jyavner@engineer.com>
9078         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
9079         (../info/ses, ses.dvi): New targets.
9080         * ses.texi: New file.
9082 2002-09-06  Pavel Janík  <Pavel@Janik.cz>
9084         * texinfo.tex: Update to texinfo 4.2.
9086 2002-08-27  Carsten Dominik  <dominik@sand.science.uva.nl>
9088         * reftex.texi: Update to RefTeX 4.19.
9090 2002-06-17  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9092         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
9093         (../info/tramp, tramp.dvi): New targets.
9095 2002-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
9097         * Makefile.in (DVI_TARGETS): Add calc.dvi.
9098         (calc.dvi): Uncomment.
9100 2001-11-07  Eli Zaretskii  <eliz@is.elta.co.il>
9102         * Makefile.in (INFO_TARGETS): Add ../info/calc.
9103         (../info/calc): New target.
9105 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
9107         * (Version 21.1 released.)
9109 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
9111         * Branch for 21.1.
9113 2001-04-14  Eli Zaretskii  <eliz@is.elta.co.il>
9115         * Makefile.in (../info/info): Use an explicit -o switch to
9116         makeinfo.
9118 2001-03-05  Gerd Moellmann  <gerd@gnu.org>
9120         * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
9122 2000-12-20  Eli Zaretskii  <eliz@is.elta.co.il>
9124         * Makefile.in (../info/idlwave): Use --no-split.
9126 2000-12-14  Dave Love  <fx@gnu.org>
9128         * Makefile.in (mostlyclean): Remove gnustmp.*.
9129         (gnus.dvi): Change rule to remove @latex stuff.
9131 2000-10-19  Eric M. Ludlam  <zappo@ultranet.com>
9133         * Makefile.in (Speedbar): Add build targets for speedbar.texi.
9135 2000-10-13  John Wiegley  <johnw@gnu.org>
9137         * Makefile.in: Add build targets for eshell.texi.
9139 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
9141         * Makefile.in: Remove/comment speedbar stuff.
9143 2000-09-22  Dave Love  <fx@gnu.org>
9145         * Makefile.in: Add emacs-mime.
9147 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
9149         * Makefile.in (INFO_TARGETS): Add ../info/woman.
9150         (DVI_TARGETS): Add woman.dvi.
9151         (../info/woman, woman.dvi): New targets.
9153 2000-05-31  Stefan Monnier  <monnier@cs.yale.edu>
9155         * .cvsignore (*.tmp): New entry.  Seems to be used for @macro.
9157         * pcl-cvs.texi: New file.
9158         * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
9159         (../info/pcl-cvs, pcl-cvs.dvi): New targets.
9161 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
9163         * Makefile.in (INFO_TARGETS): Add info/ebrowse.
9164         (../info/ebrowse, ebrowse.dvi): New targets.
9166 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
9168         * Makefile.in (INFO_TARGETS): Add eudc.
9169         (DVI_TARGETS): Add eudc.dvi.
9170         (../info/eudc, eudc.dvi): New targets.
9172 2000-01-05  Eli Zaretskii  <eliz@is.elta.co.il>
9174         * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
9175         compatibility with 8+3 filesystems).
9176         (../info/efaq): Rename from emacs-faq.
9178 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
9180         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
9181         (../info/idlwave, idlwave.dvi): New targets.
9183 1999-10-23  Dave Love  <fx@gnu.org>
9185         * Makefile.in: Use autotype.texi.
9187 1999-10-12  Stefan Monnier  <monnier@cs.yale.edu>
9189         * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
9190         faq.texi file) rather than ../info/faq.
9192 1999-10-07  Gerd Moellmann  <gerd@gnu.org>
9194         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
9195         (../info/ada-mode, ada-mode.dvi): New targets.
9197 1999-09-01  Dave Love  <fx@gnu.org>
9199         * Makefile.in: Add faq.
9201 1999-07-12  Richard Stallman  <rms@gnu.org>
9203         * Version 20.4 released.
9205 1998-08-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
9207         * Version 20.3 released.
9209 1998-04-06  Andreas Schwab  <schwab@gnu.org>
9211         * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
9212         Use it in dvi targets.
9213         (../etc/GNU): Change to $(srcdir) first.
9215 1998-03-11  Carsten Dominik  <cd@delysid.gnu.org>
9217         * reftex.texi: Update for RefTeX version 3.22.
9219 1998-02-08  Richard Stallman  <rms@psilocin.gnu.org>
9221         * Makefile.in (reftex.dvi, ../info/reftex): New targets.
9222         (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9224 1997-09-23  Paul Eggert  <eggert@twinsun.com>
9226         * Makefile.in: Merge changes mistakenly made to `Makefile'.
9227         (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
9229 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9231         * Version 20.2 released.
9233 1997-09-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9235         * Version 20.1 released.
9237 1997-07-10  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9239         * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
9241 1996-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9243         * Version 19.33 released.
9245 1996-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9247         * Version 19.32 released.
9249 1996-06-27  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9251         * Makefile.in: Add rules for the Message manual.
9253 1996-06-26  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9255         * gnus.texi: New version.
9257         * message.texi: New manual.
9259 1996-06-20  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9261         * Makefile.in (All info targets): cd $(srcdir) to do the work.
9263 1996-06-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
9265         * Makefile.in (All info targets): Specify $(srcdir) in input files.
9266         Specify -I option.
9267         (All dvi targets): Set the TEXINPUTS variable.
9269 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>
9271         * Version 19.31 released.
9273 1996-01-07  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
9275         * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
9276         (INFO_TARGETS): Use new name.  This avoids name conflict on MSDOS.
9278 1995-11-29  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9280         * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
9281         (INFO_TARGETS): Add ../info/cc-mode.
9282         (DVI_TARGETS): Add cc-mode.dvi.
9284 1995-11-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9286         * Version 19.30 released.
9288 1995-11-04  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9290         * gnus.texi: New file.
9292 1995-11-04  Erik Naggum  <erik@naggum.no>
9294         * gnus.texi: File deleted.
9296 1995-11-02  Stephen Gildea  <gildea@stop.mail-abuse.org>
9298         * mh-e.texi: "Function Index" -> "Command Index" to work with
9299         Emacs 19.30 C-h C-k support of separately-documented commands.
9301 1995-06-26  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9303         * Makefile.in (../info/ediff, ediff.dvi): New targets.
9304         (INFO_TARGETS, DVI_TARGETS): Add those new targets.
9306 1995-04-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9308         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
9309         (../info/viper, viper.dvi): New targets.
9311 1995-04-20  Kevin Rodgers  <kevinr@ihs.com>
9313         * dired-x.texi (Installation): Change the example to set
9314         buffer-local variables like dired-omit-files-p in
9315         dired-mode-hook.
9317 1995-04-17  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9319         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
9320         (../info/mh-e, mh-e.dvi): New targets.
9322 1995-02-07  Richard Stallman  <rms@pogo.gnu.ai.mit.edu>
9324         * Makefile.in (maintainer-clean): Rename from realclean.
9326 1994-11-23  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9328         * Makefile.in: New file.
9329         * Makefile: File deleted.
9331 1994-11-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9333         * Makefile (TEXINDEX_OBJS): Variable deleted.
9334         (texindex, texindex.o, getopt.o): Rules deleted.
9335         All deps on texindex deleted.
9336         (distclean): Don't delete texindex.
9337         (mostlyclean): Don't delete *.o.
9338         * texindex.c, getopt.c: Files deleted.
9340 1994-09-07  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
9342         * Version 19.26 released.
9344 1994-05-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9346         * Version 19.25 released.
9348 1994-05-23  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9350         * Version 19.24 released.
9352 1994-05-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9354         * Version 19.23 released.
9356 1994-04-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9358         * Makefile: Delete spurious tab.
9360 1994-02-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9362         * Makefile (.SUFFIXES): New rule.
9364 1994-01-15  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9366         * Makefile (dired-x.dvi, ../info/dired-x): New targets.
9367         (INFO_TARGETS, DVI_TARGETS): Add the new targets.
9369 1994-01-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9371         * Makefile (../info/sc): Rename from sc.info.
9372         (../info/cl): Likewise.
9373         (INFO_TARGETS): Use new names.
9375 1993-12-04  Richard Stallman  (rms@srarc2)
9377         * getopt.c: New file.
9378         * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
9379         (getopt.o): New rule.
9380         (dvi): Don't depend on texindex.
9381         (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
9382         Depend on texindex.
9384 1993-12-03  Richard Stallman  (rms@srarc2)
9386         * Makefile (../info/sc.info): Rename from ../info/sc.
9387         (TEXI2DVI): New variable.
9388         (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
9389         Add explicit commands.
9390         (TEXINDEX_OBJS): Delete duplicate getopt.o.
9392 1993-11-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9394         * Version 19.22 released.
9396 1993-11-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9398         * Makefile (TEXINDEX_OBJS): Delete spurious period.
9400 1993-11-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9402         * Version 19.21 released.
9404 1993-11-15  Paul Eggert  (eggert@twinsun.com)
9406         * man/Makefile (../info/cl.info): Rename from ../info/cl.
9408 1993-11-15  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9410         * Makefile (../etc/GNU): New target.
9411         (EMACSSOURCES): Add gnu1.texi.
9413 1993-11-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9415         * Makefile (realclean): Don't delete the Info files.
9417 1993-10-25  Brian J. Fox  (bfox@albert.gnu.ai.mit.edu)
9419         * forms.texi: Fix forms.texi so that it will format correctly.
9420         Add missing `@end iftex', fix bad reference.
9422         * info.texi, info-stn.texi: New files implement texinfo version of
9423         `info' file.
9425 1993-10-20  Brian J. Fox  (bfox@ai.mit.edu)
9427         * Makefile: Fix targets for texindex, new info.texi files.
9428         * info-stnd.texi: New file implements info for standalone info
9429         reader.
9430         * info.texi: Update to include recent changes to "../info/info".
9431         New source file for ../info/info; includes info-stnd.texi.
9433         * texindex.c: Include "../src/config.h" if building in emacs.
9435         * Makefile: Change all files to FILENAME.texi, force all targets
9436         to be FILENAME, not FILENAME.info.  This changes sc.texinfo,
9437         vip.texinfo, forms.texinfo, cl.texinfo.
9438         Add target to build texindex.c, defining `emacs'.
9440         * forms.texi: Install new file to match version 2.3 of forms.el.
9442 1993-08-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9444         * Version 19.19 released.
9446 1993-08-10  Simon Leinen  (simon@lia.di.epfl.ch)
9448         * sc.texinfo: Fix info file name.
9450         * Makefile (info): Add gnus and sc.
9451         (dvi): Add gnus.dvi and sc.dvi.
9452         (../info/sc, sc.dvi): New targets.
9454 1993-08-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9456         * Version 19.18 released.
9458 1993-07-20  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9460         * Makefile: Fix source file names of the separate manuals.
9461         (gnus.dvi, ../info/gnus): New targets.
9463 1993-07-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9465         * Version 19.17 released.
9467 1993-07-10  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9469         * split-man: Fix typos in last change.
9471 1993-07-06  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9473         * Version 19.16 released.
9475 1993-06-19  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9477         * version 19.15 released.
9479 1993-06-18  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9481         * Makefile (distclean): It's rm, not rf.
9483 1993-06-17  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9485         * Version 19.14 released.
9487 1993-06-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9489         * Makefile: New file.
9491 1993-06-08  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9493         * Version 19.13 released.
9495 1993-05-27  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9497         * Version 19.9 released.
9499 1993-05-25  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9501         * Version 19.8 released.
9503 1993-05-22  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9505         * Version 19.7 released.
9507 1990-08-30  David Lawrence  (tale@pogo.ai.mit.edu)
9509         * gnus.texinfo: New file.  Removed installation instructions.
9511 1990-05-25  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
9513         * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
9515 1989-01-17  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
9517         * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
9518         then define `\sc' as the command for smallcaps in Texinfo.
9519         This means that the @sc command will produce small caps.  bfox has
9520         made the corresponding change to makeinfo and texinfm.el.
9522 1988-08-16  Robert J. Chassell  (bob@frosted-flakes.ai.mit.edu)
9524         * vip.texinfo: Remove menu entry Adding Lisp Code in node
9525         Customization since the menu entry did not point to anything.
9526         Also add an @finalout command to remove overfull hboxes from the
9527         printed output.
9529         * cl.texinfo: Add @bye, \input line and @settitle to file.
9530         This file is clearly intended to be a chapter of some other work,
9531         but the other work does not yet exist.
9533 1988-07-25  Robert J. Chassell  (bob@frosted-flakes.ai.mit.edu)
9535         * texinfo.texinfo: Three typos corrected.
9537 ;; Local Variables:
9538 ;; coding: utf-8
9539 ;; End:
9541   Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
9543   This file is part of GNU Emacs.
9545   GNU Emacs is free software: you can redistribute it and/or modify
9546   it under the terms of the GNU General Public License as published by
9547   the Free Software Foundation, either version 3 of the License, or
9548   (at your option) any later version.
9550   GNU Emacs is distributed in the hope that it will be useful,
9551   but WITHOUT ANY WARRANTY; without even the implied warranty of
9552   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
9553   GNU General Public License for more details.
9555   You should have received a copy of the GNU General Public License
9556   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.