Sync with Tramp 2.2.6-pre.
[emacs.git] / doc / misc / ChangeLog
blob37ad89dfacb598b946664c6c1e764e9f96f5dd8c
1 2012-06-11  Michael Albinus  <michael.albinus@gmx.de>
3         Sync with Tramp 2.2.6-pre.
5         * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{}
6         where appropriate.
7         (Ad-hoc multi-hops): New section.
8         (Remote processes): New subsection "Running remote processes on
9         Windows hosts".
10         (History): Add remote commands on Windows, and ad-hoc multi-hop
11         methods.
12         (External methods): "ControlPersist" must be set to "no" for the
13         `scpc' method.
14         (Remote processes): Add a note about `auto-revert-tail-mode'.
15         (Frequently Asked Questions): Use "scpx" in combination with
16         "ControlPersist".  Reported by Adam Spiers <emacs@adamspiers.org>.
18         * trampver.texi: Update release number.
20 2012-06-10  Chong Yidong  <cyd@gnu.org>
22         * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo
23         compilation for html-mono.
25 2012-06-08  Paul Eggert  <eggert@cs.ucla.edu>
27         * texinfo.tex: Merge from gnulib.
29 2012-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
31         * Makefile.in (echo-info): Don't try to install info files named
32         just ".info".
34 2012-05-28  Glenn Morris  <rgm@gnu.org>
36         * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX.  (Bug#10910)
38         * sc.texi: Nuke hand-written node pointers.
39         Fix top-level menu to match actual node order.
41 2012-05-27  Glenn Morris  <rgm@gnu.org>
43         * cl.texi, dired-x.texi: Nuke hand-written node pointers.
44         Some associated fixes, including not messing with chapno in cl.texi.
46 2012-05-27  Bastien Guerry  <bzg@gnu.org>
48         * org.texi (Durations and time values): Fix typo.
50 2012-05-19  Jay Belanger  <jay.p.belanger@gmail.com>
52         * doc/misc/calc.texi (Basic Operations on Units, Customizing Calc):
53         Mention `calc-ensure-consistent-units'.
55 2012-05-14  Andreas Schwab  <schwab@linux-m68k.org>
57         * cc-mode.texi: Avoid space before macro in 4th argument of cross
58         reference commands.  (Bug#11461)
60         * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
62 2012-05-12  Glenn Morris  <rgm@gnu.org>
64         * Makefile.in (mostlyclean): Add more TeX intermediates.
66         * Makefile.in: Make it look more like the other doc Makefiles.
67         Use explicit $srcdir in all dependencies.
68         Remove cd $srcdir from rules.
69         (VPATH): Remove.
70         (infodir): Set to an absolute path.
71         (INFO_TARGETS): Use short names.
72         (mkinfodir): infodir is now absolute.
73         (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
75         * Makefile.in (info.info): Rename from info, to avoid duplication.
76         (.SUFFIXES): Disable implicit rules.
78         * Makefile.in (MKDIR_P): New, set by configure.
79         (mkinfodir): Use $MKDIR_P.
81 2012-05-07  Glenn Morris  <rgm@gnu.org>
83         * forms.texi (Long Example): Update for changed location of files.
85 2012-05-04  Glenn Morris  <rgm@gnu.org>
87         * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
88         (INFO_TARGETS): Use $INFO_EXT.
89         Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
90         * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
91         (INFO_TARGETS): Use $INFO_EXT.
92         Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
94 2012-05-02  Glenn Morris  <rgm@gnu.org>
96         * Makefile.in (echo-info): New phony target, used by top-level.
98         * viper.texi: Make direntry shorter (also it is no longer "newest").
100         * emacs-gnutls.texi, ert.texi, org.texi:
101         Fix dircategory, direntry to match info/dir.
103         * faq.texi: Convert @inforefs to @xrefs.
104         Fix some malformed cross-references.
105         (File-name conventions): Shorten section name to avoid overfull line.
106         (How to add fonts): Use smallexample to avoid overfull lines.
108 2012-05-01  Teodor Zlatanov  <tzz@lifelogs.com>
110         * auth.texi (Help for users): Update for .gpg file being second.
112 2012-04-27  Ippei Furuhashi  <top.tuna+orgmode@gmail.com>  (tiny change)
114         * org.texi (Agenda commands): Fix two typos: give corresponding
115         function names, according to `org-agenda-view-mode-dispatch'.
117 2012-04-27  Glenn Morris  <rgm@gnu.org>
119         * faq.texi (Major packages and programs): Remove section.
120         There is no point listing 6 packages (cf etc/MORE.STUFF).
121         (Finding Emacs and related packages): Move "Spell-checkers" here.
123 2012-04-22  Michael Albinus  <michael.albinus@gmx.de>
125         * dbus.texi (Version): New node.
126         (Properties and Annotations): Mention the object manager
127         interface.  Describe dbus-get-all-managed-objects.
128         (Type Conversion): Floating point numbers are allowed, if an
129         anteger does not fit Emacs's integer range.
130         (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
131         (Asynchronous Methods): Fix description of
132         dbus-call-method-asynchronously.
133         (Receiving Method Calls): Fix some minor errors.  Add
134         dbus-interface-emacs.
135         (Signals): Describe unicast signals and the new match rules.
136         (Alternative Buses): Add the PRIVATE optional argument to
137         dbus-init-bus.  Describe its new return value.  Add dbus-setenv.
139 2012-04-20  Glenn Morris  <rgm@gnu.org>
141         * faq.texi (New in Emacs 24): New section.
142         (Packages that do not come with Emacs): Mention M-x list-packages.
144 2012-04-14  Alan Mackenzie  <acm@muc.de>
146         * cc-mode.texi (c-offsets-alist): Correct a typo.
148 2012-04-14  Jérémie Courrèges-Anglas  <jca@wxcvbn.org>  (tiny change)
150         * org.texi (Deadlines and scheduling): Fix the example: the
151         DEADLINE item should come right after the headline.  We enforce
152         this convention, so it is a bug not to illustrate it correctly in
153         the manual.
155 2012-04-14  Ippei FURUHASHI  <top.tuna+orgmode@gmail.com>  (tiny change)
157         * org.texi (Agenda commands): Fix documentation bug by swapping
158         the equivalent keybindings to `org-agenda-next-line' with the ones
159         to `org-agenda-previous-line'.
161 2012-04-14  Glenn Morris  <rgm@gnu.org>
163         * Makefile.in: Replace non-portable use of $< in ordinary rules.
165 2012-04-09  Eli Zaretskii  <eliz@gnu.org>
167         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add
168         emacs-gnutls.
169         ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
171 2012-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
173         * Makefile.in: Add emacs-gnutls.texi to build.
175         * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
177 2012-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
179         * auth.texi (Secret Service API): Edit further and give examples.
180         (Secret Service API): Adjust @samp to @code for collection names.
182 2012-04-04  Glenn Morris  <rgm@gnu.org>
184         * auth.texi (Secret Service API): Copyedits.
185         (Help for developers): Fill in some missing function doc-strings.
186         (Help for users, Help for developers)
187         (GnuPG and EasyPG Assistant Configuration): Markup fixes.
189 2012-04-04  Michael Albinus  <michael.albinus@gmx.de>
191         * auth.texi (Secret Service API): Add the missing text.
193 2012-04-04  Chong Yidong  <cyd@gnu.org>
195         * message.texi (Using PGP/MIME): Note that epg is now the default.
197         * gnus.texi: Reduce references to obsolete pgg library.
198         (Security): Note that epg is now the default.
200         * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
202         * nxml-mode.texi (Completion): C-RET is no longer bound to
203         nxml-complete.
205 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
207         * org.texi (Customizing tables in ODT export): Correct few errors.
209 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
211         * org.texi (Links in ODT export): Update.
212         (Labels and captions in ODT export): New node.
214 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
216         * org.texi (Literal examples in ODT export): htmlfontify.el in
217         Emacs-24.1 now supports fontification.  So ODT source blocks will
218         be fontified by default.
220 2012-04-01  Julian Gehring  <julian.gehring@googlemail.com>  (tiny change)
222         * org.texi (Refiling notes): Remove duplicated keybinding.
224 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
226         * org.texi (noweb): Documentation of this new option to the :noweb
227         header argument.
229 2012-04-01  Suvayu Ali  <fatkasuvayu+linux@gmail.com>
231         * org.texi (Header and sectioning): Add example demonstrating how
232         to use "LaTeX_CLASS_OPTIONS".
234 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
236         * org.texi (Noweb reference syntax): Describe the ability to
237         execute noweb references in the manual.
239 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
241         * org.texi (cache): Improve cache documentation when session
242         evaluation is used.
244 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
246         * org.texi (Plain lists): Document removal.
248 2012-04-01  Michael Brand  <michael.ch.brand@gmail.com>
250         * org.texi: Decapitalize file name in references to Calc manual.
252 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
254         * org.texi (Plain lists): Document removal.
256 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
258         * org.texi (Top, OpenDocument Text export)
259         (ODT export commands, Extending ODT export)
260         (Images in ODT export, Tables in ODT export)
261         (Configuring a document converter): Add or Update.
263 2012-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
265         * org.texi (MobileOrg): Change the wording to reflect that the
266         Android Version is no longer just the little brother of the iOS
267         version.
269 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
271         * org.texi (Key bindings and useful functions): Updated babel key
272         binding documentation in manual.
274 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
276         * org.texi (noweb): Document new noweb header value.
278 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
280         * org.texi (noweb-sep): Document new header argument.
282 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
284         * org.texi (noweb-ref): Documentation of this new custom variable.
286 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
288         * org.texi (wrap): Update the new :wrap documentation to match the
289         current implementation.
291 2012-04-01  Thomas Dye  <dk@poto.myhome.westell.com>
293         * org.texi: Added documentation for :wrap.
295 2012-04-01  Thomas Dye  <dk@poto.myhome.westell.com>
297         * org.texi: #+RESULTS now user-configurable.
299 2012-04-01  Thomas Dye  <dk@poto.myhome.westell.com>
301         * org.texi: Documented :noweb no-export.
303 2012-04-01  Thomas Dye  <dk@poto.local>
305         * org.texi: Edit :noweb no header argument for correctness.
307 2012-04-01  Bastien Guerry  <bzg@altern.org>
309         * org.texi (Customization): Update the approximate number of Org
310         variables.
312 2012-04-01  Thomas Dye  <dk@poto.local>
314         * org.texi: The :results wrap produces a drawer instead of a
315         begin_results block.
317 2012-03-22  Peder O. Klingenberg  <peder@klingenberg.no>  (tiny change)
319         * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
320         reflect the new default.
322 2012-03-10  Eli Zaretskii  <eliz@gnu.org>
324         * info.texi (Expert Info): Move the index entry for "Texinfo" from
325         "Getting Started" to this node.  (Bug#10450)
327 2012-03-10  Chong Yidong  <cyd@gnu.org>
329         * flymake.texi (Example -- Configuring a tool called via make):
330         Mention the Automake COMPILE variable (Bug#8715).
332         * info.texi (Getting Started): Add an index entry (Bug#10450).
334 2012-03-02  Michael Albinus  <michael.albinus@gmx.de>
336         * dbus.texi (Signals): Known names will be mapped onto unique
337         names, when registering for signals.
339 2012-02-29  Glenn Morris  <rgm@gnu.org>
341         * url.texi: Fix quote usage in body text.
343         * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
345         * cl.texi: Use @code{} in menus when appropriate.
347 2012-02-28  Glenn Morris  <rgm@gnu.org>
349         * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
350         * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
351         * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
352         * org.texi, sc.texi, vip.texi, viper.texi:
353         Standardize possessive apostrophe usage.
355 2012-02-26  Chong Yidong  <cyd@gnu.org>
357         * ediff.texi (Quick Help Commands): Add a couple of index entries
358         (Bug#10834).
360 2012-02-17  Glenn Morris  <rgm@gnu.org>
362         * gnus.texi (Posting Styles):
363         * remember.texi (Org): Fix cross-refs to other manuals.
365 2012-02-15  Glenn Morris  <rgm@gnu.org>
367         * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
368         (Encryption): New chapter, split out from previous.
370 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
372         * gnus.texi (Customizing the IMAP Connection): Mention
373         nnimap-record-commands.
375 2012-02-10  Glenn Morris  <rgm@gnu.org>
377         * url.texi (Retrieving URLs): Update url-retrieve arguments.
378         Mention url-queue-retrieve.
380 2012-02-09  Glenn Morris  <rgm@gnu.org>
382         * sem-user.texi (Semantic mode user commands): Typo fix.
384         * info.texi (Create Info buffer): Mention info-display-manual.
386 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
388         * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
389         example (modified from an example by Michael Albinus).
391 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
393         * gnus.texi (Agent Basics): Fix outdated description of
394         `gnus-agent-auto-agentize-methods'.
396 2012-01-28  Andreas Schwab  <schwab@linux-m68k.org>
398         * cc-mode.texi: Always @defindex ss.
399         (Config Basics): Fix argument of @itemize.
400         (Macro Backslashes): Add @code around index entry.
402 2012-01-23  Glenn Morris  <rgm@gnu.org>
404         * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
406 2012-01-19  Eric Hanchrow  <eric.hanchrow@gmail.com>
408         * tramp.texi (File): Tweak wording for the `scpc' option.
410 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
412         * gnus.texi (Group Parameters): Really note precedence.
414 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
416         * gnus.texi (Group Parameters): Note precedence.
418 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
420         * org.texi (Noweb reference syntax): Adding documentation of
421         the `*org-babel-use-quick-and-dirty-noweb-expansion*'
422         variable.
424 2012-01-03  Bastien Guerry  <bzg@gnu.org>
426         * org.texi (Plain lists): Split the table to fix the display
427         of items.
429 2012-01-03  Bastien Guerry  <bzg@gnu.org>
431         * org.texi (Plain lists): Fix misplaced explanation.
433 2012-01-03  Bastien Guerry  <bzg@gnu.org>
435         * org.texi (Plain lists, Agenda files): Add index entries.
437 2012-01-03  Julian Gehring  <julian.gehring@googlemail.com>
439         * org.texi: Use "Org mode" instead of alternatives like
440         "Org-mode" or "org-mode".
442 2012-01-03  Bernt Hansen  <bernt@norang.ca>
444         * org.texi (Agenda commands): Document
445         `org-clock-report-include-clocking-task'.
447 2012-01-03  Bastien Guerry  <bzg@gnu.org>
449         * org.texi (Checkboxes): Document the new behavior of `C-u C-c
450         C-c' on checkboxes.
452 2012-01-03  Julian Gehring  <julian.gehring@googlemail.com>
454         * org.texi: End sentences with two spaces.
456 2012-01-03  Michael Brand  <michael.ch.brand@gmail.com>
458         * org.texi (External links): Document the link types file+sys
459         and file+emacs, slightly narrow used page width.
461 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
463         * org.texi (colnames): Note that colnames behavior may differ
464         across languages.
466 2012-01-03  Bastien Guerry  <bzg@gnu.org>
468         * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
470 2012-01-03  Thomas Dye  <dk@poto.westell.com>
472         * org.texi: Augmented discussion of babel property
473         inheritance.  Put footnote outside sentence ending period.
475 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
477         * org.texi (eval): Documenting the full range of :eval header
478         argument values.
480 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
482         * org.texi (eval): Documentation of the new :eval option.
484 2012-01-03  Thomas Dye  <dk@poto.local>
486         * org.texi: Add accumulated properties.
488 2012-01-03  Thomas Dye  <dk@poto.local>
490         * org.texi: Documented no spaces in name=assign, another
491         correction to :var table.
493 2012-01-03  Thomas Dye  <dk@poto.local>
495         * org.texi: Changed DATA to NAME in Working With Source Code
496         section.
498 2012-01-03  Tom Dye  <tsd@tsdye.com>
500         * org.texi: Minor change to :var table.
502 2012-01-03  Tom Dye  <tsd@tsdye.com>
504         * org.texi: More changes to :var table (some examples were wrong).
506 2012-01-03  Tom Dye  <tsd@tsdye.com>
508         * org.texi: Cleaned up :var table.
510 2012-01-03  Bastien Guerry  <bzg@gnu.org>
512         * org.texi (Timestamps, Weekly/daily agenda)
513         (Weekly/daily agenda): Add @cindex for "appointment".
515 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
517         * org.texi (Literal examples): A new link to the template for
518         inserting empty code blocks.
519         (Structure of code blocks): A new link to the template for
520         inserting empty code blocks.
522 2012-01-03  Rafael Laboissiere  <rafael@laboissiere.net>  (tiny change)
524         * org.texi (External links): Add footnote on how the behavior
525         of the text search in Org files are controled by the variable
526         `org-link-search-must-match-exact-headline'.
528 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
530         * org.texi (Buffer-wide header arguments): Update
531         documentation to reflect removal of #+PROPERTIES.
533 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
535         * org.texi (The clock table): Mention that ACHIVED trees
536         contribute to the clock table.
538 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
540         * org.texi (Conflicts): Better yasnippet config info.
542 2012-01-03  Bastien Guerry  <bzg@gnu.org>  (tiny change)
544         * org.texi (Selective export): Explicitely mention the default
545         values for `org-export-select-tags',
546         `org-export-exclude-tags'.
548 2012-01-03  Tom Dye  <tsd@tsdye.com>
550         * org.texi: Added a line to specify that header arguments are
551         lowercase.
553 2012-01-03  Tom Dye  <tsd@tsdye.com>
555         * org.texi: :var requires default value when declared.
557 2012-01-03  Bastien Guerry  <bzg@gnu.org>
559         * org.texi (Handling links): Add a note about the
560         `org-link-frame-setup' option.
562 2012-01-03  David Maus  <dmaus@ictsoc.de>
564         * org.texi (Exporting Agenda Views, Extracting agenda
565         information): Fix command line syntax, quote symbol parameter
566         values.
568 2012-01-03  David Maus  <dmaus@ictsoc.de>
570         * org.texi (Exporting Agenda Views): Fix command line syntax.
572 2011-12-28  Paul Eggert  <eggert@cs.ucla.edu>
574         * gnus.texi (Mail Source Customization, Mail Back End Variables):
575         Use octal notation for file permissions, which are normally
576         thought of in octal.
577         (Mail Back End Variables): Use more-plausible modes in example.
579 2011-12-20  Alan Mackenzie  <acm@muc.de>
581         * cc-mode.texi: Update version string 5.31 -> 5.32.
583 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
585         * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
587 2011-11-24  Glenn Morris  <rgm@gnu.org>
589         * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
591 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
593         * makefile.w32-in: Update dependencies.
595 2011-11-20  Glenn Morris  <rgm@gnu.org>
597         * gnus.texi (Group Information):
598         Remove gnus-group-fetch-faq, command deleted 2010-09-24.
600 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
602         * gnus-coding.texi (Gnus Maintenance Guide):
603         Rename from "Gnus Maintainance Guide".
605         * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
606         * eieio.texi (Customizing):
607         * gnus.texi (Article Washing):
608         * gnus-news.texi:
609         * sem-user.texi (Smart Jump): Fix typos.
611 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
613         * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
615 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
617         * ede.texi (project-am-texinfo):
618         * gnus.texi (Sending or Not Sending):
619         * org.texi (Template elements): Fix typos.
621 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
623         * ediff.texi (Hooks):
624         * sem-user.texi (Semanticdb Roots): Fix typos.
626 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
628         * semantic.texi (Tag handling): Fix typo.
630 2011-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
632         * gnus.texi (Other Gnus Versions): Remove.
634 2011-10-28  Alan Mackenzie  <acm@muc.de>
636         * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
637         (Other Special Indentations): Add an xref to "Macros with ;".
638         (Customizing Macros): Add stuff about syntax in macros.  Add an xref to
639         "Macros with ;".
640         (Macros with ;): New page.
642         * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
643         Document the new handling of nested scopes for movement by defuns.
645 2011-10-23  Michael Albinus  <michael.albinus@gmx.de>
647         Sync with Tramp 2.2.3.
649         * trampver.texi: Update release number.
651 2011-10-14  Glenn Morris  <rgm@gnu.org>
653         * ert.texi (Introduction, How to Run Tests)
654         (Running Tests Interactively, Expected Failures)
655         (Tests and Their Environment, Useful Techniques)
656         (Interactive Debugging, Fixtures and Test Suites):
657         Minor rephrasings.
658         (Running Tests Interactively, The @code{should} Macro): Add xrefs.
659         (Running Tests in Batch Mode): Simplify loading instructions.
660         (Test Selectors): Clarify some selectors.
661         (Expected Failures, Useful Techniques):
662         Make examples fit in 80 columns.
664 2011-10-13  Jay Belanger  <jay.p.belanger@gmail.com>
666         * calc.texi (Basic Operations on Units): Discuss temperature
667         conversion (`u t') alongside with other unit conversions ('u c').
669 2011-10-12  Glenn Morris  <rgm@gnu.org>
671         * ert.texi: Whitespace trivia to make main menu items line up better.
673 2011-10-08  Glenn Morris  <rgm@gnu.org>
675         * Makefile.in: Fix ert rules.
677 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
679         * gnus.texi (Gnus Utility Functions): Add more references and
680         explanations (bug#9683).
682 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
684         * gnus.texi (Archived Messages): Note the default (bug#9552).
686 2011-09-21  Bill Wohler  <wohler@newt.com>
688         Release MH-E manual version 8.3.
690         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
691         release 8.3.
692         (Preface): Updated support information.
693         (From Bill Wohler): Reset text to original version.  As a
694         historical quote, the tense should be correct in the time that it
695         was written.
697 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
699         * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
700         (Finding the News): Doc clarification.
701         (Terminology): Mention naming.
703 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
705         * gnus.texi: Remove mentions of `recent', which are now obsolete.
706         (Interactive): Document `quiet'.
708 2011-08-15  Suvayu Ali  <fatkasuvayu+linux@gmail.com>  (tiny change)
710         * org.texi (Images in LaTeX export): Rewrite.
712 2011-08-15  Bastien Guerry  <bzg@gnu.org>
714         * org.texi (Using the mapping API): Mention 'region as a possible
715         scope for `org-map-entries'.
717 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
719         * org.texi (Visibility cycling): Document `org-copy-visible'.
721 2011-08-15  Bastien Guerry  <bzg@gnu.org>
723         * org.texi (Template expansion): Order template sequences in the
724         proper order.
726 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
728         * org.texi (eval): Expand discussion of the :eval header argument.
730 2011-08-15  Bastien Guerry  <bzg@gnu.org>
732         * org.texi (Languages): Add Lilypond and Awk as supported
733         languages.
735 2011-08-15  Achim Gratz  <stromeko@nexgo.de>
737         * org.texi: Document that both CLOCK_INTO_DRAWER and
738         LOG_INTO_DRAWER can be used to override the contents of variable
739         org-clock-into-drawer (or if unset, org-log-into-drawer).
741         * org.texi: Replace @xref->@pxref.
743 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
745         * org.texi (Evaluating code blocks): Documenting the new option
746         for inline call lines.
748 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
750         * org.texi (Results of evaluation): More explicit about the
751         mechanism through which interactive evaluation of code is
752         performed.
754 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
756         * org.texi (noweb-ref): New header argument documentation.
758 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
760         * org.texi (Extracting source code): Documentation of the new
761         org-babel-tangle-named-block-combination variable.
763 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
765         * org.texi (Structure of code blocks): Explicitly state that the
766         behavior of multiple blocks of the same name is undefined
768 2011-08-15  Christian Egli  <christian.egli@sbszh.ch>
770         * org.texi (TaskJuggler export): Modify the example to reflect the
771         new effort durations.
773 2011-08-15  David Maus  <dmaus@ictsoc.de>
775         * org.texi (Images in LaTeX export): Escape curly brackets in
776         LaTeX example.
778 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
780         * org.texi (The clock table): Document the :properties and
781         :inherit-props arguments for the clocktable.
783 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
785         * org.texi (Tables in LaTeX export): Document specifying placement
786         options for tables.
788 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
790         * org.texi (Evaluating code blocks): More specific documentation
791         about the different types of header arguments.
793 2011-08-15  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
795         * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
797 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
799         * org.texi (Built-in table editor): Document the table field
800         follow mode.
802 2011-08-15  Robert P. Goldman  <rpgoldman@real-time.com>
804         * org.texi (Easy Templates): Document new template.
806 2011-08-15  Robert P. Goldman  <rpgoldman@real-time.com>
808         * org.texi (Literal examples): Add a cross-reference from "Literal
809         Examples" to "Easy Templates."
811 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
813         * org.texi (The clock table): Add link to match syntax.
815 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
817         * org.texi (Agenda commands): Document clock consistency checks.
819 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
821         * org.texi (Built-in table editor): Document that \vert represents
822         a vertical bar in a table field.
824 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
826         * org.texi (Literal examples): Link from "Markup" > "Literate
827         Examples" to "Working with Source Code".
829 2011-08-15  Puneeth Chaganti  <punchagan@gmail.com>
831         * org.texi (Agenda commands): Doc for function option to bulk
832         action.
834 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
836         * org.texi (Template expansion): Document new %<...> template
837         escape.
839 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
841         * org.texi (Selective export): Document exclusion of any tasks
842         from export.
844 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
846         * org.texi (Selective export): Document how to exclude DONE tasks
847         from export.
848         (Publishing options): Document the properties to be used to turn off
849         export of DONE tasks.
851 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
853         * org.texi (The date/time prompt): Document date range protection.
855 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
857         * org.texi (padline): Documentation of the new padline header
858         argument.
860 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
862         * org.texi (var): Adding "[" to list of characters triggering
863         elisp evaluation.
865 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
867         * org.texi (var): Documentation of Emacs Lisp evaluation during
868         variable assignment.
870 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
872         * org.texi (colnames): Reference indexing into variables, and note
873         that colnames are *not* removed before indexing occurs.
874         (rownames): Reference indexing into variables, and note that
875         rownames are *not* removed before indexing occurs.
877 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
879         * org.texi (var): Clarification of indexing into tabular
880         variables.
882 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
884         * org.texi (results): Documentation of the `:results wrap' header
885         argument.
887 2011-08-15  Bastien Guerry  <bzg@gnu.org>
889         * org.texi (LaTeX and PDF export): Add a note about a limitation
890         of the LaTeX export: the org file has to be properly structured.
892 2011-08-15  Bastien Guerry  <bzg@gnu.org>
894         * org.texi (Dynamic blocks, Structure editing): Mention
895         the function `org-narrow-to-block'.
897 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
899         * org.texi (Languages): Updating list of code block supported
900         languages.
902 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
904         * org.texi (Special properties): CATEGORY is a special property,
905         but it may also used in the drawer.
907 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
909         * org.texi (mkdirp): Documentation of the :mkdirp header argument.
911 2011-08-15  Puneeth Chaganti  <punchagan@gmail.com>
913         * org.texi (Include files): Document :lines.
915 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
917         * org.texi (comments): Documentation of the ":comments noweb" code
918         block header argument.
920 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
922         * org.texi (Conflicts): Changed "yasnippets" to "yasnippet" and
923         added extra whitespace around functions to be consistent with the
924         rest of the section.
926 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
928         * org.texi (Evaluating code blocks): Expanded discussion of
929         #+call: line syntax.
930         (Header arguments in function calls): Expanded discussion of
931         #+call: line syntax.
933 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
935         * org.texi (Evaluating code blocks): More explicit about how to
936         pass variables to #+call lines.
938 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
940         * org.texi (Results of evaluation): Link to the :results header
941         argument list from the "Results of evaluation" section.
943 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
945         * org.texi (Conflicts): Adding additional information about
946         resolving org/yasnippet conflicts.
948 2011-08-15  David Maus  <dmaus@ictsoc.de>
950         * org.texi (Publishing options): Document style-include-scripts
951         publishing project property.
953 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
955         * org.texi (Sparse trees): Document the next-error /
956         previous-error functionality.
958 2011-08-15  Tom Dye  <tsd@tsdye.com>
960         * org.texi (cache): Improved documentation of code block caches.
962 2011-08-15  Tom Dye  <tsd@tsdye.com>
964         * org.texi (Code block specific header arguments): Documentation
965         of multi-line header arguments.
967 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
969         * org.texi (Code evaluation security): Add example for using a
970         function.
972 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
974         * org.texi (Tables in LaTeX export): Documentation of new
975         attr_latex options for tables.
977 2011-08-03  Michael Albinus  <michael.albinus@gmx.de>
979         * trampver.texi: Update release number.
981 2011-07-30  Michael Albinus  <michael.albinus@gmx.de>
983         Sync with Tramp 2.2.2.
985         * trampver.texi: Update release number.
987 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
989         * flymake.texi (Example -- Configuring a tool called via make):
990         Use /dev/null instead of the Windows "nul" (bug#8715).
992 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
994         * widget.texi (Setting Up the Buffer): Remove mention of the
995         global keymap parent, which doesn't seem to be accurate
996         (bug#7045).
998 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1000         * org.texi (Special agenda views): Fix double quoting (bug#3509).
1002 2010-07-10  Kevin Ryde  <user42@zip.com.au>
1004         * cl.texi (For Clauses): Add destructuring example processing an
1005         alist (bug#6596).
1007 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1009         * ediff.texi (Major Entry Points): Remove mention of `require',
1010         since that's not pertinent in the installed Emacs (bug#9016).
1012 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1014         * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
1015         (Filtering New Groups): Clarify how simple the "options -n" format is.
1016         (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
1017         is internal.
1019 2011-07-04  Michael Albinus  <michael.albinus@gmx.de>
1021         * tramp.texi (Cleanup remote connections): Add
1022         `tramp-cleanup-this-connection'.
1024 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1026         * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
1027         zombies.
1028         (Checking New Groups): Ditto (bug#8974).
1029         (Checking New Groups): Moved the reference to the right place.
1031 2011-07-03  Dave Abrahams  <dave@boostpro.com>  (tiny change)
1033         * gnus.texi (Startup Files): Clarify that we're talking about numbered
1034         backups, and not actual vc (bug#8975).
1036 2011-07-03  Kevin Ryde  <user42@zip.com.au>
1038         * cl.texi (For Clauses): @items for hash-values and key-bindings
1039         to make them more visible when skimming.  Add examples of `using'
1040         clause to them, examples being clearer than a description in
1041         words (bug#6599).
1043 2011-07-01  Alan Mackenzie  <acm@muc.de>
1045         * cc-mode.texi (Guessing the Style): New page.
1046         (Styles): Add a short introduction to above.
1048 2011-06-28  Deniz Dogan  <deniz@dogan.se>
1050         * rcirc.texi (Configuration): Bug-fix:
1051         `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
1052         Reported by Elias Pipping <pipping@exherbo.org>.
1054 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1056         * gnus.texi (Summary Mail Commands): Document
1057         `gnus-summary-reply-to-list-with-original'.
1059 2011-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1061         * eshell.texi (Known problems): Fix typo.
1063 2011-06-12  Michael Albinus  <michael.albinus@gmx.de>
1065         * tramp.texi (Customizing Completion): Mention authinfo-style files.
1066         (Password handling): `auth-source-debug' is good for debug messages.
1068 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
1070         * gnus.texi (Store custom flags and keywords): Refer to
1071         `gnus-registry-article-marks-to-{chars,names}' instead of
1072         `gnus-registry-user-format-function-{M,M2}'.
1074 2011-05-27  Paul Eggert  <eggert@cs.ucla.edu>
1076         * texinfo.tex: Merge from gnulib.
1078 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
1080         * gnus.texi (Gnus Registry Setup): Rename from "Setup".
1081         (Store custom flags and keywords):
1082         Mention `gnus-registry-user-format-function-M' and
1083         `gnus-registry-user-format-function-M2'.
1085 2011-05-17  Paul Eggert  <eggert@cs.ucla.edu>
1087         * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
1089 2011-05-17  Glenn Morris  <rgm@gnu.org>
1091         * gnus.texi (Face): Fix typo.
1093 2011-05-14  Glenn Morris  <rgm@gnu.org>
1095         * dired-x.texi (Omitting Examples): Minor addition.
1097 2011-05-10  Jim Meyering  <meyering@redhat.com>
1099         * ede.texi: Fix typo "or or -> or".
1101 2011-05-03  Peter Münster  <pmlists@free.fr>  (tiny change)
1103         * gnus.texi (Summary Buffer Lines):
1104         gnus-summary-user-date-format-alist does not exist.
1105         (Sorting the Summary Buffer): More about sorting threads.
1107 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
1109         * trampver.texi: Update release number.
1111 2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
1113         * tramp.texi (Frequently Asked Questions): New item for disabling
1114         Tramp in other packages.
1116 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
1118         * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
1119         (Fancy splitting to parent, Store arbitrary data):
1120         Updated gnus-registry docs.
1122 2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
1124         * ede.texi: Fix typos.
1126 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1128         * gnus.texi (Window Layout): @itemize @code doesn't exist.
1129         It's @table @code.
1131 2011-03-19  Antoine Levitt  <antoine.levitt@gmail.com>
1133         * gnus.texi (Listing Groups): Document gnus-group-list-ticked
1135 2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
1137         * calc.texi (Logarithmic Units): Update the function names.
1139 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1141         * message.texi (Various Commands): Document format specs in the
1142         ellipsis.
1144 2011-03-15  Antoine Levitt  <antoine.levitt@gmail.com>
1146         * message.texi (Insertion Variables): Document message-cite-style.
1148 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
1150         * tramp.texi (Remote processes): New subsection "Running shell on
1151         a remote host".
1153 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1155         * auth.texi (Help for developers): Update docs to explain that the
1156         :save-function will only run the first time.
1158 2011-03-12  Glenn Morris  <rgm@gnu.org>
1160         * Makefile.in (emacs-faq.html): Fix some more cross-refs.
1161         (emacs-faq.text): New target.
1162         (clean): Add emacs-faq.
1164 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
1166         Sync with Tramp 2.2.1.
1168         * trampver.texi: Update release number.
1170 2011-03-11  Glenn Morris  <rgm@gnu.org>
1172         * Makefile.in (HTML_TARGETS): New.
1173         (clean): Delete $HTML_TARGETS.
1174         (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
1176 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
1178         * auth.texi (Help for developers): Show example of using
1179         `auth-source-search' with prompts and :save-function.
1181 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1183         * Version 23.3 released.
1185 2011-03-07  Antoine Levitt  <antoine.levitt@gmail.com>
1187         * message.texi (Message Buffers): Update default value of
1188         message-generate-new-buffers.
1190 2011-03-06  Jay Belanger  <jay.p.belanger@gmail.com>
1192         * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
1193         and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
1194         respectively.
1195         (Musical Notes): New section.
1196         (Customizing Calc): Mention the customizable variable
1197         calc-note-threshold.
1199 2011-03-03  Glenn Morris  <rgm@gnu.org>
1201         * url.texi (Dealing with HTTP documents): Remove reference to
1202         function url-decode-text-part; never seems to have existed.  (Bug#6038)
1203         (Configuration): Update url-configuration-directory description.
1205 2011-03-02  Glenn Morris  <rgm@gnu.org>
1207         * dired-x.texi (Multiple Dired Directories): Remove mentions
1208         of dired-default-directory-alist and dired-default-directory.
1209         Move dired-smart-shell-command here...
1210         (Miscellaneous Commands): ... from here.
1212 2011-03-02  Paul Eggert  <eggert@cs.ucla.edu>
1214         * texinfo.tex: Update to version 2011-02-24.09.
1216 2011-03-02  Glenn Morris  <rgm@gnu.org>
1218         * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
1219         instead of the obsoleted dired-omit-here-always.
1221 2011-02-28  Michael Albinus  <michael.albinus@gmx.de>
1223         * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
1224         supported systems.
1226 2011-02-28  Glenn Morris  <rgm@gnu.org>
1228         * dbus.texi (Type Conversion): Grammar fix.
1230 2011-02-23  Michael Albinus  <michael.albinus@gmx.de>
1232         * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
1233         "Debian GNU/Linux".
1235         * trampver.texi [xemacs]: Set emacsothername to "Emacs".
1237 2011-02-23  Glenn Morris  <rgm@gnu.org>
1239         * dired-x.texi (Features): Minor rephrasing.
1240         (Local Variables): Fix typos.
1242         * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
1243         Standardize some Emacs/XEmacs terminology.
1245         * dired-x.texi (Features): Don't advertise obsolete local variables.
1246         Simplify layout.
1247         (Omitting Variables): Update local variables example.
1248         (Local Variables): Say this is obsolete.  Fix description of
1249         dired-enable-local-variables possible values.
1251 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
1253         * auth.texi (Help for users): Mention ~/.netrc is also searched by
1254         default now.
1256 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1258         * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
1260 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1262         * gnus.texi (Window Layout): Document layout names.
1264 2011-02-19  Eli Zaretskii  <eliz@gnu.org>
1266         * ada-mode.texi: Sync @dircategory with ../../info/dir.
1267         * auth.texi: Sync @dircategory with ../../info/dir.
1268         * autotype.texi: Sync @dircategory with ../../info/dir.
1269         * calc.texi: Sync @dircategory with ../../info/dir.
1270         * cc-mode.texi: Sync @dircategory with ../../info/dir.
1271         * cl.texi: Sync @dircategory with ../../info/dir.
1272         * dbus.texi: Sync @dircategory with ../../info/dir.
1273         * dired-x.texi: Sync @dircategory with ../../info/dir.
1274         * ebrowse.texi: Sync @dircategory with ../../info/dir.
1275         * ede.texi: Sync @dircategory with ../../info/dir.
1276         * ediff.texi: Sync @dircategory with ../../info/dir.
1277         * edt.texi: Sync @dircategory with ../../info/dir.
1278         * eieio.texi: Sync @dircategory with ../../info/dir.
1279         * emacs-mime.texi: Sync @dircategory with ../../info/dir.
1280         * epa.texi: Sync @dircategory with ../../info/dir.
1281         * erc.texi: Sync @dircategory with ../../info/dir.
1282         * eshell.texi: Sync @dircategory with ../../info/dir.
1283         * eudc.texi: Sync @dircategory with ../../info/dir.
1284         * flymake.texi: Sync @dircategory with ../../info/dir.
1285         * forms.texi: Sync @dircategory with ../../info/dir.
1286         * gnus.texi: Sync @dircategory with ../../info/dir.
1287         * idlwave.texi: Sync @dircategory with ../../info/dir.
1288         * mairix-el.texi: Sync @dircategory with ../../info/dir.
1289         * message.texi: Sync @dircategory with ../../info/dir.
1290         * mh-e.texi: Sync @dircategory with ../../info/dir.
1291         * newsticker.texi: Sync @dircategory with ../../info/dir.
1292         * nxml-mode.texi: Sync @dircategory with ../../info/dir.
1293         * org.texi: Sync @dircategory with ../../info/dir.
1294         * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
1295         * pgg.texi: Sync @dircategory with ../../info/dir.
1296         * rcirc.texi: Sync @dircategory with ../../info/dir.
1297         * reftex.texi: Sync @dircategory with ../../info/dir.
1298         * remember.texi: Sync @dircategory with ../../info/dir.
1299         * sasl.texi: Sync @dircategory with ../../info/dir.
1300         * sc.texi: Sync @dircategory with ../../info/dir.
1301         * semantic.texi: Sync @dircategory with ../../info/dir.
1302         * ses.texi: Sync @dircategory with ../../info/dir.
1303         * sieve.texi: Sync @dircategory with ../../info/dir.
1304         * smtpmail.texi: Sync @dircategory with ../../info/dir.
1305         * speedbar.texi: Sync @dircategory with ../../info/dir.
1306         * trampver.texi [emacs]: Set emacsname to "Emacs".
1307         * tramp.texi: Sync @dircategory with ../../info/dir.
1308         * url.texi: Sync @dircategory with ../../info/dir.
1309         * vip.texi: Sync @dircategory with ../../info/dir.
1310         * viper.texi: Sync @dircategory with ../../info/dir.
1311         * widget.texi: Sync @dircategory with ../../info/dir.
1312         * woman.texi: Sync @dircategory with ../../info/dir.
1314 2011-02-19  Glenn Morris  <rgm@gnu.org>
1316         * dired-x.texi (Technical Details): No longer redefines
1317         dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
1318         dired-read-shell-command, or dired-find-buffer-nocreate.
1320 2011-02-18  Glenn Morris  <rgm@gnu.org>
1322         * dired-x.texi (Optional Installation File At Point): Simplify.
1324 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
1326         * auth.texi (Help for users): Use :port instead of :protocol for all
1327         auth-source docs.
1328         (GnuPG and EasyPG Assistant Configuration): Mention the default now is
1329         to have two files in `auth-sources'.
1331 2011-02-16  Glenn Morris  <rgm@gnu.org>
1333         * dired-x.texi: Use emacsver.texi to get Emacs version.
1334         * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
1335         Depend on emacsver.texi.
1337         * dired-x.texi: Drop meaningless version number.
1338         (Introduction): Remove old info.
1339         (Optional Installation Dired Jump): Autoload from dired-x.
1340         Remove incorrect info about loaddefs.el.
1341         (Bugs): Just refer to M-x report-emacs-bug.
1343         * dired-x.texi (Multiple Dired Directories): Update for rename of
1344         default-directory-alist.
1345         (Miscellaneous Commands): No longer mention very old VM version 4.
1347 2011-02-15  Paul Eggert  <eggert@cs.ucla.edu>
1349         Merge from gnulib.
1350         * texinfo.tex: Update to version 2011-02-14.11.
1352 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
1354         * auth.texi (Help for users):
1355         Login collection is "Login" and not "login".
1357 2011-02-13  Michael Albinus  <michael.albinus@gmx.de>
1359         * tramp.texi (History): Remove IMAP support.
1360         (External methods, Frequently Asked Questions): Remove `imap' and
1361         `imaps' methods.
1362         (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
1364         * trampver.texi: Remove default value of `emacsimap'.
1366 2011-02-13  Glenn Morris  <rgm@gnu.org>
1368         * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
1369         * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
1371 2011-02-12  Glenn Morris  <rgm@gnu.org>
1373         * sc.texi (Getting Connected): Remove old index entries.
1375 2011-02-12  Ulrich Mueller  <ulm@gentoo.org>
1377         * url.texi: Remove duplicate @dircategory (Bug#7942).
1379 2011-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
1381         * auth.texi (Overview, Help for users, Help for developers):
1382         Update docs.
1383         (Help for users): Talk about spaces.
1385 2011-02-09  Paul Eggert  <eggert@cs.ucla.edu>
1387         * texinfo.tex: Update to version 2011-02-07.16.
1389 2011-02-07  Michael Albinus  <michael.albinus@gmx.de>
1391         * dbus.texi (Bus names): Adapt descriptions for
1392         dbus-list-activatable-names and dbus-list-known-names.
1394 2011-02-07  Jay Belanger  <jay.p.belanger@gmail.com>
1396         * calc.texi (Logarithmic Units): New section.
1398 2011-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
1400         * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
1401         manuals use it now.
1403         * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
1405 2011-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1407         * overrides.texi: Remove.
1409         * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
1410         * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
1412 2011-02-05  Michael Albinus  <michael.albinus@gmx.de>
1414         * tramp.texi (Frequently Asked Questions): Mention problems with
1415         WinSSHD.
1417         * trampver.texi: Update release number.
1419 2011-02-05  Era Eriksson  <era+tramp@iki.fi>  (tiny change)
1421         * tramp.texi:
1422         Replace "delimet" with "delimit" globally.
1423         Replace "explicite" with "explicit" globally.
1424         Replace "instead of" with "instead" where there was nothing after "of".
1425         Audit use of comma before interrogative pronoun, "that", or "which".
1426         Minor word order, spelling, wording changes.
1428 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
1430         * overrides.texi: New file to set or clear WEBHACKDEVEL.
1432         * sieve.texi: Use WEBHACKDEVEL.
1434         * sasl.texi: Use WEBHACKDEVEL.
1436         * pgg.texi: Use WEBHACKDEVEL.
1438         * message.texi: Use WEBHACKDEVEL.
1440         * gnus.texi: Use WEBHACKDEVEL.
1442         * emacs-mime.texi: Use WEBHACKDEVEL.
1444         * auth.texi: Use WEBHACKDEVEL.
1446         * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
1447         manuals.
1449 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1451         * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
1453 2011-02-03  Paul Eggert  <eggert@cs.ucla.edu>
1455         * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
1456         which in turn is copied from ftp://tug.org/tex/.
1458 2011-02-03  Glenn Morris  <rgm@gnu.org>
1460         * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
1461         (Binding combinations of modifiers and function keys):
1462         Let's assume people reading this are not using Emacs 18.
1464 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1466         * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
1467         since it's run automatically.
1469 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1471         * gnus.texi (Customizing Articles): Fix typo.
1473 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1475         * gnus.texi (Customizing Articles): Document the new way of customizing
1476         the date headers(s).
1478 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1480         * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
1481         splitting example.
1483 2011-01-29  Eli Zaretskii  <eliz@gnu.org>
1485         * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
1486         (MAKEINFO_OPTS): New variable.
1487         (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
1488         ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
1489         ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
1490         ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
1491         ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
1492         ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
1493         ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
1494         ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
1495         ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
1496         ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
1497         ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
1498         ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
1499         ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
1500         ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
1501         ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
1502         ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
1503         ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
1504         ($(infodir)/edt): Use $(MAKEINFO_OPTS).
1506 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1508         * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
1510 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
1512         * message.texi (IDNA): Explain what it is.
1514 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1516         * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
1518 2011-01-23  Werner Lemberg  <wl@gnu.org>
1520         * Makefile.in (MAKEINFO): Now controlled by `configure'.
1521         (MAKEINFO_OPTS): New variable.  Use it where appropriate.
1522         (ENVADD): Update.
1524 2011-01-18  Glenn Morris  <rgm@gnu.org>
1526         * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
1528 2011-01-14  Eduard Wiebe  <usenet@pusto.de>
1530         * nxml-mode.texi (Introduction): Fix file name typos.
1532 2011-01-13  Christian Ohler  <ohler@gnu.org>
1534         * ert.texi: New file.
1536         * Makefile.in:
1537         * makefile.w32-in: Add ert.texi.
1539 2011-01-10  Jan Moringen  <jan.moringen@uni-bielefeld.de>
1541         * dbus.texi (Receiving Method Calls): New function
1542         dbus-register-service.  Rearrange node.
1544 2011-01-07  Paul Eggert  <eggert@cs.ucla.edu>
1546         * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
1547         which in turn is copied from ftp://tug.org/tex/.
1549 2011-01-04  Jan Moringen  <jan.moringen@uni-bielefeld.de>
1551         * dbus.texi (Receiving Method Calls): Describe new optional
1552         parameter dont-register-service of dbus-register-{method,property}.
1554 2010-12-17  Daiki Ueno  <ueno@unixuser.org>
1556         * epa.texi (Encrypting/decrypting *.gpg files):
1557         Mention epa-file-select-keys.
1559 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1561         * gnus.texi (Archived Messages): Remove outdated text.
1563 2010-12-16  Teodor Zlatanov  <tzz@lifelogs.com>
1565         * gnus.texi (Foreign Groups): Add clarification of foreign groups.
1567 2010-12-15  Andrew Cohen  <cohen@andy.bu.edu>
1569         * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
1571 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1573         * gnus.texi (The swish++ Engine): Add customizable parameters
1574         descriptions.
1575         (The swish-e Engine): Ditto.
1577 2010-12-14  Michael Albinus  <michael.albinus@gmx.de>
1579         * tramp.texi (Inline methods): Add "ksu" method.
1580         (Remote processes): Add example with remote `default-directory'.
1582 2010-12-14  Glenn Morris  <rgm@gnu.org>
1584         * faq.texi (Expanding aliases when sending mail):
1585         Now build-mail-aliases is interactive.
1587 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1589         * gnus.texi: First pass at adding (rough) nnir documentation.
1591 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1593         * gnus.texi (Filtering New Groups):
1594         Mention gnus-auto-subscribed-categories.
1595         (The First Time): Remove, since default-subscribed-newsgroups has been
1596         removed.
1598 2010-12-13  Glenn Morris  <rgm@gnu.org>
1600         * cl.texi (For Clauses): Small fixes for frames and windows.
1602 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
1604         * org.texi (Using capture): Document using prefix arguments for
1605         finalizing capture.
1606         (Agenda commands): Document prefix argument for the bulk scatter
1607         command.
1608         (Beamer class export): Document that also overlay arguments can be
1609         passed to the column environment.
1610         (Template elements): Document the new entry type.
1612 2010-12-11  Puneeth Chaganti  <punchagan@gmail.com>
1614         * org.texi (Include files): Document :minlevel.
1616 2010-12-11  Julien Danjou  <julien@danjou.info>
1618         * org.texi (Categories): Document category icons.
1620 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
1622         * org.texi (noweb): Fix typo.
1624 2010-12-06  Tassilo Horn  <tassilo@member.fsf.org>
1626         * gnus.texi (Server Commands): Point to the rest of the server
1627         commands.
1629 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1631         * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
1632         g'.
1634 2010-12-02  Julien Danjou  <julien@danjou.info>
1636         * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
1638 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1640         * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
1641         (Direct Functions): Note the STARTTLS upgrade.
1643 2010-11-27  Glenn Morris  <rgm@gnu.org>
1644             James Clark  <none@example.com>
1646         * nxml-mode.texi (Introduction): New section.
1648 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1650         * gnus.texi (Server Commands): Document gnus-server-show-server.
1652 2010-11-20  Michael Albinus  <michael.albinus@gmx.de>
1654         Sync with Tramp 2.2.0.
1656         * trampver.texi: Update release number.
1658 2010-11-19  Jay Belanger  <jay.p.belanger@gmail.com>
1660         * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
1661         Mention that the TeX specific units won't use the `tex' prefix
1662         in TeX mode.
1664 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1666         * gnus.texi (Misc Article): Document gnus-inhibit-images.
1668 2010-11-17  Glenn Morris  <rgm@gnu.org>
1670         * edt.texi: Remove information about Emacs 19.
1672 2010-11-17  Michael Albinus  <michael.albinus@gmx.de>
1674         * trampver.texi: Update release number.
1676 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1678         * gnus.texi (Article Washing): Fix typo.
1680 2010-11-11  Noorul Islam  <noorul@noorul.com>
1682         * org.texi: Fix typo.
1684 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
1686         * org.texi (Using capture): Explain that refiling is
1687         sensitive to cursor position.
1689 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
1691         * org.texi (Images and tables): Add cross reference to link section.
1693 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
1695         * org.texi: Document the <c> cookie.
1697 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
1699         * org.texi: Multi-line header arguments :PROPERTIES: :ID:
1700         b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
1702 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
1704         * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
1706 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
1708         * org.texi (Project alist): Mention that this is a property list.
1710 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
1712         * org.texi (Setting up the staging area): Document that
1713         file names remain visible when encrypting the MobileOrg files.
1715 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
1717         * org.texi (Setting up the staging area): Document which
1718         versions are needed for encryption.
1720 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
1722         * org.texi (noweb): Update :noweb documentation to
1723         reflect the new "tangle" argument.
1725 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
1727         * org.texi (Batch execution): Improve tangling script in
1728         documentation.
1730 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
1732         * org.texi (Handling links):
1733         (In-buffer settings): Document inlining images on startup.
1735 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
1737         * org.texi (Setting up the staging area): Document use of
1738         crypt password.
1740 2010-11-11  David Maus  <dmaus@ictsoc.de>
1742         * org.texi (Template expansion): Add date related link type escapes.
1744 2010-11-11  David Maus  <dmaus@ictsoc.de>
1746         * org.texi (Template expansion): Add mew in table for link type
1747         escapes.
1749 2010-11-11  David Maus  <dmaus@ictsoc.de>
1751         * org.texi (Template expansion): Fix typo in link type escapes.
1753 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
1755         * org.texi (Structure of code blocks): Another documentation tweak.
1757 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
1759         * org.texi (Structure of code blocks): Documentation tweak.
1761 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
1763         * org.texi (Structure of code blocks):
1764         Update documentation to mention inline code block syntax.
1766 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
1768         * org.texi (comments): Improve wording.
1770 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
1772         * org.texi (comments): Document the new :comments header arguments.
1774 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
1776         * org.texi (Installation): Remove the special
1777         installation instructions for XEmacs.
1779 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
1781         * org.texi (Easy Templates): New section.  Documents quick
1782         insertion of empty structural elements.
1784 2010-11-11  Noorul Islam  <noorul@noorul.com>
1786         * org.texi: Fix doc.
1788 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
1790         * org.texi (The date/time prompt): Document specification
1791         of time ranges.
1793 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
1795         * org.texi (Internal links): Document the changes in
1796         internal links.
1798 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
1800         * org.texi (Agenda commands): Document the limitation for
1801         the filter preset - it can only be used for an entire agenda
1802         view, not in an individual block in a block agenda.
1804 2010-11-11  Eric S Fraga  <e.fraga@ucl.ac.uk>
1806         * org.texi (iCalendar export): Document alarm creation.
1808 2010-11-10  Michael Albinus  <michael.albinus@gmx.de>
1810         * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
1812 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1814         * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
1816 2010-11-09  Jay Belanger  <jay.p.belanger@gmail.com>
1818         * calc.texi: Use emacsver.texi to determine Emacs version.
1820 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1822         * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
1823         since that works by default.
1825 2010-11-03  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1827         * gnus.texi (Customizing the IMAP Connection): Document
1828         `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
1830 2010-11-04  Michael Albinus  <michael.albinus@gmx.de>
1832         * tramp.texi (Remote shell setup): New item "Interactive shell
1833         prompt".  Reported by Christian Millour <cm@abtela.com>.
1834         (Remote shell setup, Remote processes): Use @code{} for
1835         environment variables.
1837 2010-11-03  Glenn Morris  <rgm@gnu.org>
1839         * ediff.texi (Quick Help Commands, Miscellaneous):
1840         * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
1842 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1844         * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
1846 2010-10-31  Glenn Morris  <rgm@gnu.org>
1848         * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
1850 2010-10-31  Glenn Morris  <rgm@gnu.org>
1852         * cc-mode.texi: Remove reference to defunct viewcvs URL.
1854 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1856         * gnus.texi (Client-Side IMAP Splitting):
1857         Mention nnimap-unsplittable-articles.
1859 2010-10-29  Julien Danjou  <julien@danjou.info>
1861         * gnus.texi (Finding the News): Remove references to obsoletes
1862         variables `gnus-nntp-server' and `gnus-secondary-servers'.
1864 2010-10-29  Eli Zaretskii  <eliz@gnu.org>
1866         * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
1867         (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
1868         ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
1869         ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
1871 2010-10-28  Glenn Morris  <rgm@gnu.org>
1873         * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
1874         (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
1875         ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
1877 2010-10-25  Daiki Ueno  <ueno@unixuser.org>
1879         * epa.texi (Mail-mode integration): Add alternative key bindings
1880         for epa-mail commands; escape comma.
1881         Don't use the word "PGP", since it is a non-free program.
1883 2010-10-24  Jay Belanger  <jay.p.belanger@gmail.com>
1885         * calc.texi: Use emacsver.texi to determine Emacs version.
1887 2010-10-24  Juanma Barranquero  <lekktu@gmail.com>
1889         * gnus.texi (Group Parameters, Buttons): Fix typos.
1891 2010-10-22  Tassilo Horn  <tassilo@member.fsf.org>
1893         * gnus.texi (Subscription Commands): Mention that you can also
1894         subscribe to new groups via the Server buffer, which is probably more
1895         convenient when subscribing to many groups.
1897 2010-10-21  Julien Danjou  <julien@danjou.info>
1899         * message.texi (Message Headers): Allow message-default-headers to be a
1900         function.
1902 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1904         * gnus-news.texi: Mention new archive defaults.
1906 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1908         * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
1910 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1912         * gnus.texi (HTML): Document the function value of
1913         gnus-blocked-images.
1914         (Article Washing): shr and gnus-w3m, not the direct function names.
1916 2010-10-20  Julien Danjou  <julien@danjou.info>
1918         * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
1919         variable.
1921 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1923         * gnus.texi (Customizing the IMAP Connection): The port strings are
1924         strings.
1925         (Document Groups): Mention git.
1927 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1929         * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
1930         bzr/Gnus git sync.
1932 2010-10-15  Eli Zaretskii  <eliz@gnu.org>
1934         * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
1935         change.
1937 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1939         * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
1940         @item syntax for in-Emacs makeinfo.
1942 2010-10-13  Teodor Zlatanov  <tzz@lifelogs.com>
1944         * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
1945         trim sentence.
1947 2010-10-12  Daiki Ueno  <ueno@unixuser.org>
1949         * epa.texi (Caching Passphrases):
1950         * auth.texi (GnuPG and EasyPG Assistant Configuration):
1951         Clarify some configurations require to set up gpg-agent.
1953 2010-10-11  Glenn Morris  <rgm@gnu.org>
1955         * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
1957 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1959         * gnus.texi (Spam Package Introduction): Mention `$'.
1961 2010-10-09  Eli Zaretskii  <eliz@gnu.org>
1963         * makefile.w32-in (emacsdir): New variable.
1964         ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
1965         (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
1967 2010-10-09  Glenn Morris  <rgm@gnu.org>
1969         * Makefile.in (mostlyclean): Delete *.toc.
1971         * Makefile.in: Use $< in rules.
1973         * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
1975         * Makefile.in ($(infodir)): Delete rule.
1976         (mkinfodir): New.  Use it in all the info rules, rather than depending
1977         on infodir.
1979 2010-10-09  Glenn Morris  <rgm@gnu.org>
1981         * gnus.texi (Article Washing): Fix previous change.
1983         * Makefile.in (emacsdir): New variable.
1984         ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
1985         Depend on emacsver.texi.
1987         * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
1989         * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
1991 2010-10-08  Julien Danjou  <julien@danjou.info>
1993         * gnus.texi: Add mm-shr.
1995 2010-10-08  Ludovic Courtès  <ludo@gnu.org>
1997         * gnus.texi (Finding the Parent, The Gnus Registry)
1998         (Registry Article Refer Method): Update docs for nnregistry.el.
2000 2010-10-08  Daiki Ueno  <ueno@unixuser.org>
2002         * auth.texi (Help for users)
2003         (GnuPG and EasyPG Assistant Configuration): Update docs.
2005 2010-10-08  Glenn Morris  <rgm@gnu.org>
2007         * cl.texi (Organization, Installation, Old CL Compatibility):
2008         Deprecate cl-compat for new code.
2009         (Usage, Installation): Remove outdated information.
2011         * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
2013 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2015         * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
2017 2010-10-06  Julien Danjou  <julien@danjou.info>
2019         * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
2021         * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
2022         broken link.
2024         * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
2026         * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
2027         to ReiserFS.
2029         * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
2030         (FAQ 7-1): Fix getmail URL.
2032 2010-10-06  Daiki Ueno  <ueno@unixuser.org>
2034         * epa.texi (Caching Passphrases): New section.
2036 2010-10-06  Glenn Morris  <rgm@gnu.org>
2038         * Makefile.in (SHELL): Set it.
2039         (info): Move the mkdir dependency to the individual info files.
2040         (mostlyclean): Tidy up.
2041         (clean): Only delete the specific dvi and pdf files.
2042         (maintainer-clean): Be more restrictive in what we delete.
2043         ($(infodir)): Add parallel build workaround.
2045 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2047         * gnus.texi (Misc Article): Document gnus-widen-article-window.
2049 2010-10-03  Julien Danjou  <julien@danjou.info>
2051         * emacs-mime.texi (Display Customization):
2052         Update mm-inline-large-images documentation and add documentation for
2053         mm-inline-large-images-proportion.
2055 2010-10-03  Michael Albinus  <michael.albinus@gmx.de>
2057         * tramp.texi (Frequently Asked Questions):
2058         Mention remote-file-name-inhibit-cache.
2060 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2062         * gnus.texi (Splitting Mail): Fix @xref syntax.
2063         (Splitting Mail): Really fix the @ref syntax.
2065 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2067         * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
2068         (Article Hiding): Add google banner example.
2069         Suggested by Benjamin Xu.
2071 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2073         * gnus.texi (Spam Package Configuration Examples, SpamOracle):
2074         Remove nnimap-split-rule from examples.
2076 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2078         * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
2079         (NNTP): Document nntp-server-list-active-group.  Suggested by Barry
2080         Fishman.
2081         (Client-Side IMAP Splitting): Add nnimap-split-fancy.
2083 2010-09-30  Julien Danjou  <julien@danjou.info>
2085         * gnus.texi (Gravatars): Fix documentation about
2086         gnu-gravatar-properties.
2088 2010-09-29  Daiki Ueno  <ueno@unixuser.org>
2090         * epa.texi (Bug Reports): New section.
2092 2010-09-29  Glenn Morris  <rgm@gnu.org>
2094         * Makefile.in (top_srcdir): Remove unused variable.
2096 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2098         * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
2099         (Client-Side IMAP Splitting): Document 'default.
2101 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2103         * gnus.texi (Customizing the IMAP Connection):
2104         Document nnimap-fetch-partial-articles.
2106 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2108         * gnus-news.texi: Mention nnimap-inbox.
2110         * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
2112 2010-09-26  Julien Danjou  <julien@danjou.info>
2114         * gnus.texi (Oort Gnus): Remove mention of ssl.el.
2116 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2118         * gnus.texi (Security): Remove gpg.el mention.
2120 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2122         * gnus.texi (Browse Foreign Server): New variable
2123         gnus-browse-subscribe-newsgroup-method.
2125         * gnus-news.texi: Mention it.
2127 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2129         * gnus.texi (NoCeM): Remove.
2130         (Startup Variables): No jingle.
2132 2010-09-25  Ulrich Mueller  <ulm@gentoo.org>
2134         * woman.texi (Interface Options): xz compression is now supported.
2136 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2138         * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
2139         (Unavailable Servers): Document gnus-server-copy-server.
2140         (Using IMAP): Document the new nnimap.
2142 2010-09-25  Julien Danjou  <julien@danjou.info>
2144         * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
2146 2010-09-24  Glenn Morris  <rgm@gnu.org>
2148         * url.texi (Disk Caching): Tweak previous change.
2150 2010-09-24  Julien Danjou  <julien@danjou.info>
2152         * url.texi (Disk Caching): Mention url-cache-expire-time,
2153         url-cache-expired, and url-fetch-from-cache.
2155 2010-09-24  Julien Danjou  <julien@danjou.info>
2157         * gnus.texi: Add Gravatars.
2159 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2161         * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
2163 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2165         * gnus.texi (Expunging mailboxes): Update name of the expunging
2166         command.
2168 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2170         * emacs-mime.texi (rfc2047): Update description for
2171         rfc2047-encode-parameter.
2173 2010-09-13  Michael Albinus  <michael.albinus@gmx.de>
2175         * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
2176         "fish" methods.
2177         (External methods): Remove "scp1_old" and "scp2_old" methods.
2179 2010-09-09  Michael Albinus  <michael.albinus@gmx.de>
2181         * tramp.texi: Remove Japanese manual.  Fix typo.
2183         * trampver.texi: Update release number.  Remove japanesemanual.
2185 2010-09-09  Glenn Morris  <rgm@gnu.org>
2187         * org.texi: Restore clobbered changes (copyright years, untabify).
2189 2010-09-04  Julien Danjou  <julien@danjou.info>  (tiny change)
2191         * gnus.texi (Adaptive Scoring): Fix typo.
2193 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2195         * gnus.texi (Article Display): Document gnus-html-show-images.
2197 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
2199         * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
2201 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2203         * gnus.texi (HTML): Document gnus-max-image-proportion.
2205 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2207         * gnus.texi (HTML): Document gnus-blocked-images.
2209         * message.texi (Wide Reply): Document message-prune-recipient-rules.
2211 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2213         * gnus.texi (Summary Mail Commands): Note that only the addresses from
2214         the first message are used for wide replies.
2215         (Changing Servers): Remove documentation on gnus-change-server and
2216         friends, since it's been removed.
2218 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2220         * gnus.texi (Drafts): Mention B DEL.
2222 2010-08-29  Tim Landscheidt  <tim@tim-landscheidt.de>  (tiny change)
2224         * gnus.texi (Delayed Articles): Mention that the Date header is the
2225         original one, even if you delay.
2227 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2229         * gnus.texi (Asynchronous Fetching):
2230         Document gnus-async-post-fetch-function.
2231         (HTML): Made into its own section.
2233 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
2235         Sync with Tramp 2.1.19.
2237         * tramp.texi (Inline methods, Default Method): Mention
2238         `tramp-inline-compress-start-size'.  Remove "kludgy" phrase.
2239         Remove remark about doubled "-t" argument.
2240         (Auto-save and Backup): Remove reference to Emacs 21.
2241         (Filename Syntax): Describe port numbers.
2242         (Frequently Asked Questions): Adapt supported (X)Emacs versions.  Adapt
2243         supported MS Windows versions.  Remove obsolete URL.  Recommend "sshx"
2244         and "scpx" for echoing shells.  Use the $() syntax, texi2dvi reports
2245         errors with the backquotes.
2246         (External packages): File attributes cache flushing for asynchronous
2247         processes.
2248         (Traces and Profiles): Describe verbose level 9.
2250         * trampver.texi: Update release number.
2252 2010-08-23  Michael Albinus  <michael.albinus@gmx.de>
2254         * dbus.texi (Alternative Buses): New chapter.
2256 2010-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2258         * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
2260 2010-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
2262         * calc.texi (Customizing Calc): Rearrange description of new
2263         variables to match the presentation of other variables.
2265 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
2267         * org.texi (Footnotes, Tables in HTML export): Fix typos.
2269 2010-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
2271         * calc.texi (Making Selections, Selecting Subformulas)
2272         (Customizing Calc): Mention how to use faces to emphasize selected
2273         sub-formulas.
2275 2010-08-05  Michael Albinus  <michael.albinus@gmx.de>
2277         * tramp.texi (External packages): File attributes cache flushing
2278         for asynchronous processes.
2280 2010-08-01  Alan Mackenzie  <acm@muc.de>
2282         Enhance the manual for the latest Java Mode.
2284         * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
2285         annotation-var-cont.
2286         (Java Symbols): Page renamed from Anonymous Class Symbol.  Document the
2287         two new symbols.
2289 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
2291         * tramp.texi (Traces and Profiles): Describe verbose level 9.
2293 2010-07-27  Chong Yidong  <cyd@stupidchicken.com>
2295         * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
2297 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
2299         * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
2301 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
2303         * org.texi: Add macros to get plain quotes in PDF output.
2304         List additional contributors.
2305         (Capture): New section, replaces the section about remember.
2306         (Working With Source Code): New chapter, focused on documenting Org
2307         Babel.
2308         (Code evaluation security): New section.
2309         (MobileOrg): Document DropBox support.
2310         (TaskJuggler export): Document taskjuggler and Gantt chart support.
2311         (Special symbols): Show how to display UTF8 characters for entities.
2312         (Global TODO list): Clarify the use of the "M" key and the differences
2313         to the "m" key.
2314         (RSS Feeds): Mention Atom feeds as well.
2315         (Setting tags): Remove paragraph about
2316         `org-complete-tags-always-offer-all-agenda-tags'.
2318 2010-07-17  Michael Albinus  <michael.albinus@gmx.de>
2320         * tramp.texi (Inline methods): Remove remark about doubled "-t"
2321         argument.
2322         (Frequently Asked Questions): Recommend "sshx" and "scpx" for
2323         echoing shells.
2325 2010-07-10  Michael Albinus  <michael.albinus@gmx.de>
2327         * tramp.texi (Inline methods): Remove "kludgy" phrase.
2328         (Filename Syntax): Describe port numbers.
2330 2010-07-09  Michael Albinus  <michael.albinus@gmx.de>
2332         * dbus.texi (Top): Introduce Index.  Emphasize "nil" whereever
2333         forgotten.
2334         (Type Conversion): Precise conversion of natural numbers.
2335         (Errors and Events): Add "debugging" to concept index.  Add variable
2336         `dbus-debug'.
2338 2010-07-04  Michael Albinus  <michael.albinus@gmx.de>
2340         * dbus.texi (Receiving Method Calls): Add optional argument
2341         EMITS-SIGNAL to `dbus-register-property'.
2343 2010-06-27  Alex Schroeder  <alex@gnu.org>
2345         * nxml-mode.texi (Commands for locating a schema): Fix typo.
2347 2010-06-24  Glenn Morris  <rgm@gnu.org>
2349         * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
2350         * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
2351         * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
2352         * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
2353         * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
2354         * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
2355         * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
2356         * woman.texi: Start direntry descriptions in column 32, per Texinfo
2357         convention.   Make them end with a period.
2359 2010-06-23  Glenn Morris  <rgm@gnu.org>
2361         * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
2362         * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
2363         * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
2364         * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
2365         * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
2366         * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
2368 2010-06-10  Glenn Morris  <rgm@gnu.org>
2370         * idlwave.texi (Load-Path Shadows):
2371         * org.texi (Handling links): Fix typos.
2373 2010-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
2375         * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
2377 2010-05-26  Michael Albinus  <michael.albinus@gmx.de>
2379         * eshell.texi (Built-ins): Describe, how to disable a built-in command
2380         by an alias.  (Bug#6226)
2382 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
2384         * calc.texi (Manipulating Vectors): Mention that vectors can
2385         be used to determine bins for `calc-histogram'.
2387 2010-05-13  Jay Belanger  <jay.p.belanger@gmail.com>
2389         * calc.texi: Remove "\turnoffactive" commands throughout.
2391 2010-05-08  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
2393         * url.texi (HTTP language/coding, Customization):
2394         * message.texi (Header Commands, Responses):
2395         * cl.texi (Argument Lists): Fix typos.
2397 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
2399         * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
2400         Note that Development menu is always available.
2401         (Creating a project): Fix terminology.
2402         (Add/Remove files): Fix typo.
2404 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
2406         * Version 23.2 released.
2408 2010-05-01  Daniel E. Doherty  <ddoherty03@gmail.com>  (tiny change)
2410         * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
2412 2010-05-01  Michael Albinus  <michael.albinus@gmx.de>
2414         * tramp.texi (Inline methods, Default Method):
2415         Mention `tramp-inline-compress-start-size'.
2417 2010-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
2419         * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
2420         the CVS repo.  Put the Git repo in the news section.
2422         * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
2423         Removed some mentions of CVS.  Mention the new Git repo.
2425 2010-04-18  Andreas Seltenreich  <seltenreich@gmx.de>
2427         * gnus.texi (Score File Format): Fix typo.  Reported by Štěpán Němec.
2428         (Mail Group Commands): Add index entry.
2430 2010-04-18  Glenn Morris  <rgm@gnu.org>
2432         * info.texi (Search Index): Mention Emacs's Info-virtual-index.
2434 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
2436         * calc.texi (Radix modes): Mention that the option prefix will
2437         turn on twos-complement mode.
2438         (Inverse and Hyperbolic Flags): Mention the Option flag.
2440 2010-04-15  Carsten Dominik  <carsten.dominik@gmail.com>
2442         * org.texi (LaTeX and PDF export): Add a footnote about xetex.
2443         (LaTeX/PDF export commands): Rename and Move section.
2444         (Sectioning structure): Update.
2445         (References): New use case for field coordinates.
2446         (The export dispatcher): Rename from ASCII export.
2447         (Setting up the staging area): Document the availability of
2448         encryption for MobileOrg.
2449         (Images and tables): Document how to reference labels.
2450         (Index entries): New section.
2451         (Generating an index): New section.
2452         (Column width and alignment): Document that <N> now
2453         means a fixed width, not a maximum width.
2454         (Publishing options): Document the :email option.
2455         (Beamer class export): Fix bug in the BEAMER example.
2456         (Refiling notes): Document refile logging.
2457         (In-buffer settings): Document refile logging keywords.
2458         (Drawers): Document `C-c C-z' command.
2459         (Agenda commands): Mention the alternative key `C-c C-z'.
2460         (Special properties): Document the BLOCKED property.
2461         (The spreadsheet): Mention the formula editor.
2462         (References): Document field coordinates.
2463         (Publishing action): Correct the documentation for the
2464         publishing function.
2465         (The date/time prompt): Document that we accept dates
2466         like month/day/year.
2467         (Cooperation): Document the changes in table.el support.
2468         (Faces for TODO keywords, Faces for TODO keywords)
2469         (Priorities): Document the easy colors.
2470         (Visibility cycling): Document the new double prefix
2471         arg for `org-reveal'.
2472         (Cooperation): Remember.el is part of Emacs.
2473         (Clean view): Mention that `wrap-prefix' is also set by
2474         org-indent-mode.
2475         (Agenda commands): Add information about prefix args to
2476         scheduling and deadline commands.
2477         (Search view): Point to the docstring of
2478         `org-search-view' for more details.
2479         (Agenda commands): Document that `>' prompts for a date.
2480         (Setting tags): Document variable
2481         org-complete-tags-always-offer-all-agenda-tags.
2482         (Column attributes): Cross-reference special properties.
2484 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
2486         Synchronize with Tramp repository.
2488         * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
2489         (Frequently Asked Questions): Adapt supported (X)Emacs versions.
2490         Adapt supported MS Windows versions.  Remove obsolete URL.  Use the $()
2491         syntax, texi2dvi reports errors with the backquotes.
2493         * trampver.texi: Update release number.
2495 2010-04-01  Teodor Zlatanov  <tzz@lifelogs.com>
2497         * gnus.texi (Finding the News): Add pointers to the Server buffer
2498         because it's essential.
2500 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2502         * gnus.texi (MIME Commands): Update description of
2503         gnus-article-browse-html-article.
2505 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2507         * auth.texi (Secret Service API): Add TODO node.
2508         (Help for users): Explain the new source options for `auth-sources'.
2510 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
2512         * trampver.texi: Update release number.
2514 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
2516         * Branch for 23.2.
2518 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
2520         * faq.texi (Escape sequences in shell output): Note that ansi-color is
2521         now enabled by default.
2523 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
2525         * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
2526         when Emacs runs in interactive mode.  (Bug#5645)
2528 2010-02-16  Glenn Morris  <rgm@gnu.org>
2530         * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
2532 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
2534         * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
2536 2010-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2538         * gnus.texi (Score File Format): Fix typo.
2540 2010-01-19  Mark A. Hershberger  <mah@everybody.org>
2542         * cc-mode.texi: Replace references to obsolete c-subword-mode.
2544 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
2546         * ada-mode.texi (Project File Overview): Fix typo.
2548 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2550         * semantic.texi: Add Richard Y. Kim credit.
2552         * eieio.texi (Making New Objects): Fix typo (Bug#5406).
2554 2010-01-17  Michael Albinus  <michael.albinus@gmx.de>
2556         * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
2557         SXEmacs 22 to the supported systems.  New item for hung ssh sessions.
2559 2010-01-17  Glenn Morris  <rgm@gnu.org>
2561         * calc.texi (Reporting Bugs): Don't mention format of repository.
2563         * woman.texi (Bugs): Make "Emacs repository" less specific,
2564         and the URL for same more specific.
2566         * faq.texi (Latest version of Emacs): The repository is now Bazaar.
2568 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2570         * ede.texi (ede-step-project, ede-proj-target):
2571         * tramp.texi (Remote processes): Fix typos.
2573 2010-01-16  Mario Lang  <mlang@delysid.org>
2575         * ede.texi (ede-target):
2576         * org.texi (Refiling notes): Remove duplicated words.
2578 2010-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2580         * gnus.texi (Posting Styles): Use with-current-buffer.
2581         * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
2583 2010-01-02  Kevin Ryde  <user42@zip.com.au>
2585         * eieio.texi (Naming Conventions): Correction to xref on elisp
2586         coding conventions, is "Tips" node not "Standards".
2588 2009-12-24  Chong Yidong  <cyd@stupidchicken.com>
2590         * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
2592         * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
2594 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2596         * gnus.texi (Direct Functions): Add missing port number to tls method.
2598 2009-12-15  Juanma Barranquero  <lekktu@gmail.com>
2600         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
2601         ($(infodir)/edt, edt.dvi): New targets.
2603 2009-12-15  Glenn Morris  <rgm@gnu.org>
2605         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
2606         (edt, $(infodir)/edt, edt.dvi): New targets.
2607         * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
2609         * Makefile.in (PDF_TARGETS, pdf): New.
2610         (clean): Add *.pdf.
2611         Add pdf rules for all manuals.
2613 2009-12-15  Jay Belanger  <jay.p.belanger@gmail.com>
2615         * calc/calc.texi (Radix Modes): Clarify two's complement notation.
2617 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
2619         * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
2620         (Smart Jump, Analyzer Debug): Copyedits.
2621         (Semantic mode user commands): Link to new nodes.
2622         (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
2623         (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
2624         upstream Semantic manual.
2626         * semantic.texi (Introduction): Minor fix to diagram.
2628 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
2630         * eshell.texi (History): Add the other built-in variables.
2631         (Built-ins): Explain built-ins, and how to apply the external commands.
2632         Add `history', `su' and `sudo'.
2634         * tramp.texi (Remote processes): Add missing <RET> in the example.
2636 2009-12-01  Bill Wohler  <wohler@newt.com>
2638         * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
2639         path for mairix example.  Specify -q in namazu example since namazu is
2640         excessively garrulous.
2642 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
2644         * tramp.texi (Remote processes): Improve eshell example with "su"
2645         and "sudo" commands.
2647 2009-11-28  Chong Yidong  <cyd@stupidchicken.com>
2649         * semantic.texi (Analyzer Internals): Rename from Analyzer.
2651         * sem-user.texi (Semantic mode user commands): Fix key syntax.
2652         Document semantic-complete-analyze-inline.
2653         (Semanticdb search debugging commands): Minor clarification.
2654         (Analyzer, Smart Completion, Smart Summary, Smart Jump)
2655         (Analyzer Debug): New nodes, adapted from the upstream Semantic user
2656         manual.
2657         (Semantic mode): Link to Idle Scheduler.
2659 2009-11-28  Kevin Ryde  <user42@zip.com.au>
2661         * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
2662         @pxref, now EIEIO is in Emacs.
2664         * erc.texi (Development): Correction to git tutorial url.
2666 2009-11-26  Glenn Morris  <rgm@gnu.org>
2668         * faq.texi (Latest version of Emacs): Mention stability of development
2669         version.
2670         (Problems with very large files): Max buffer size increase in 23.2.
2671         (VM): VM has moved house again.
2673 2009-11-22  Jay Belanger  <jay.p.belanger@gmail.com>
2675         * calc.texi (Radix modes): Discuss alternate bases for two's complement
2676         notations.
2678 2009-11-20  Carsten Dominik  <dominik@u016822.science.uva.nl>
2680         * org.texi (Column attributes): Fix documentation of new operators.
2682 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
2684         * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
2685         (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
2686         (Idle Completions Mode): Numerous copyedits.
2688 2009-11-17  Juanma Barranquero  <lekktu@gmail.com>
2690         * semantic.texi (Semantic Internals, Glossary):
2691         * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
2692         (Semanticdb search debugging commands): Fix typos.
2694 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
2696         * calc.texi (Radix modes): Mention twos-complement notation.
2698 2009-11-16  Juanma Barranquero  <lekktu@gmail.com>
2700         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
2701         ($(infodir)/semantic, semantic.dvi): New targets.
2703 2009-11-16  Chong Yidong  <cyd@stupidchicken.com>
2705         * Makefile.in: Build the Semantic manual.
2707         * semantic.texi, sem-user.texi: New files, adapted from the Semantic
2708         repository.
2710 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
2712         * dbus.texi (Receiving Method Calls): New defun
2713         `dbus-unregister-service'.
2715 2009-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
2717         * org.texi (Speed keys): New section.
2719 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
2721         * dbus.texi (Type Conversion): Fix typo.
2722         (Asynchronous Methods): Rename `dbus-registered-functions-table' to
2723         `dbus-registered-objects-table'.
2724         (Receiving Method Calls): New defun `dbus-register-property'.
2725         Move `dbus-unregister-object' here.
2727 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
2729         * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
2731 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
2733         * org.texi (Column attributes): Add the new age summary operators.
2734         Also, mention the fact you can only use one summary operator per
2735         property.
2737 2009-11-13  John Wiegley  <johnw@newartisans.com>
2739         * org.texi (Tracking your habits): Add a new section in the
2740         manual about how to track habits.
2741         (Resolving idle time): Add a section on how idle and
2742         dangling clocks are resolved.
2744 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
2746         * org.texi (Agenda commands): Document the new `i' command.
2747         (Inserting deadline/schedule): Document logging changes
2748         of scheduling and deadline times stamps.
2749         (In-buffer settings): Document the in-buffer keywords for logging
2750         changes of scheduling and deadline times stamps.
2751         (Structure editing, Plain lists): Document indentation
2752         cycling in empty entries with TAB.
2753         (Archiving): Document the default archiving command.
2754         (Moving subtrees): Document the new keys for archiving.
2755         (Internal archiving): Fix incorrect key.
2756         (Agenda commands): Document the TODO set switching commands.
2757         (Agenda commands): Document the new archiving keys.
2758         (Clocking work time): Better description on how to save
2759         and restore a clock.
2760         (Resolving idle time): Mention the x11idle program to get true
2761         idleness also under X11.
2762         (Resolving idle time): Use @kbd instead of @key for normal
2763         letters, because this is how he rest of the manual does this.
2764         (Pushing to MobileOrg): Mention that `org-directory'
2765         should be set.
2766         (Agenda commands): Document that SPC is a filter for
2767         any tag.
2768         (Search view): Rename from "Keyword search".
2769         (Capure): New chapter.
2770         (Markup): New chapter.
2771         (Links in HTML export, Images in HTML export):
2772         Extend the section titles.
2773         (Images in HTML export): Document the align option.
2774         (Text areas in HTML export): Extend the section title.
2775         (Images in LaTeX export): Explain image placement in LaTeX.
2777 2009-11-10  Glenn Morris  <rgm@gnu.org>
2779         * sc.texi (Hints to MUA Authors): MUA should do any decoding.
2781 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
2783         * tramp.texi (Auto-save and Backup): Disable backups just for a
2784         method.
2786         * trampver.texi: Update release number.
2788 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
2790         Sync with Tramp 2.1.17.
2792         * trampver.texi: Update release number.
2794 2009-10-29  Glenn Morris  <rgm@gnu.org>
2796         * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
2798 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
2800         * tramp.texi (External methods): Temporary files are kept for
2801         `rsync' and `rsyncc' methods.
2803 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
2805         * eieio.texi: Fix typos.
2807 2009-10-07  Chong Yidong  <cyd@stupidchicken.com>
2809         * cl.texi (Argument Lists): Clarify explicit keyword arguments.
2811 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
2813         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
2814         ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
2816 2009-10-07  Chong Yidong  <cyd@stupidchicken.com>
2818         * Makefile.in: Build EIEIO and EDE manuals.
2820 2009-10-07  Eric Ludlam  <zappo@gnu.org>
2822         * eieio.texi:
2823         * ede.texi: New files.
2825 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
2827         * tramp.texi (Remote processes): Association of a pty is not supported.
2829 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
2831         * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
2832         (Processing LaTeX fragments): Document that the size of images can be
2833         changes using the variable `org-format-latex-options'.
2834         (The date/time prompt, Timestamps): Be more accurate over ISO format
2835         dates and times.
2836         (Visibility cycling): Document showeverything keyword.
2837         (In-buffer settings): Document showeverything keyword.
2838         (Setting up the staging area): Fix the example.
2839         (MobileOrg): New section.
2840         (Agenda commands, Exporting Agenda Views): Document exporting the
2841         agenda view to Org files.
2843 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
2845         * tramp.texi (History): Add IMAP support.
2846         (External methods): Add `imap' and `imaps' methods.
2847         (GVFS based methods): Add indices for `davs'.
2848         (Password handling): Rename anchors.  Add IMAP entries for
2849         ~/.authinfo.gpg.
2851         * trampver.texi: Set default value of `emacsimap'.
2853 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
2855         * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
2857 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
2859         * dired-x.texi (Technical Details):
2860         Delete dired-up-directory (Bug#4292).
2862 2009-09-03  Michael Albinus  <michael.albinus@gmx.de>
2864         * tramp.texi (Frequently Asked Questions): New item for emacsclient.
2866 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
2868         * org.texi (Effort estimates): Document new effort setting commands.
2869         (Agenda commands): Document the new keys fro agenda time motion.
2870         Document entry text mode.  Improve documentation of the keys to include
2871         inactive time stamps into the agenda view.
2872         (Feedback): Document the new bug report command.
2873         (Structure editing): Add an index entry for the sorting of subtrees.
2875 2009-09-02  Teodor Zlatanov  <tzz@lifelogs.com>
2877         * auth.texi (Help for users): Corrected markup.
2879 2009-09-02  Glenn Morris  <rgm@gnu.org>
2881         * emacs-mime.texi (time-date): Mention float-time.
2883 2009-08-30  Jay Belanger  <jay.p.belanger@gmail.com>
2885         * calc.texi (Simplifying Formulas): Improve the wording.
2887 2009-08-29  Teodor Zlatanov  <tzz@lifelogs.com>
2889         * auth.texi: Rewritten for coverage and clarity.
2891 2009-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2893         * gnus.texi (Expiring Mail):
2894         Mention gnus-mark-copied-or-moved-articles-as-expirable.
2895         (Various Various): Mention gnus-safe-html-newsgroups.
2897         * gnus-news.texi: Mention
2898         gnus-mark-copied-or-moved-articles-as-expirable.
2900         * emacs-mime.texi (Display Customization): Add xref to
2901         gnus-safe-html-newsgroups.
2903 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
2905         * tramp.texi (Version Control): Remove.
2906         (Obtaining Tramp): Update cvs checkout command.  Remove nightly tarballs
2907         reference.
2908         (External methods): Correct `scpc' concept index entries.  New method
2909         `rsyncc'.
2910         (External packages): New subsections "Filename completion" and "File
2911         attributes cache".
2913 2009-08-27  Jay Belanger  <jay.p.belanger@gmail.com>
2915         * calc.texi (Rewrite Rules): Improve the example.
2916         (Simplifying Formulas): Explain use of the I and H flags for
2917         simplification.
2919 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
2921         * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
2922         Describe autostart behavior of dbus-ping.
2923         (Synchronous Methods, Asynchronous Methods): Use English numeric format
2924         for timeout values.
2925         (Top): Remove footnote saying D-Bus is not enabled by
2926         default.  (Bug#4256)
2928 2009-08-23  Daiki Ueno  <ueno@unixuser.org>
2930         * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
2931         Reported by Jari Aalto (Bug#4211).
2932         (Mail-mode integration): Mention epa-mail-mode and
2933         epa-global-mail-mode.
2934         (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
2935         epa-setup.
2937 2009-08-16  Michael Albinus  <michael.albinus@gmx.de>
2939         * dbus.texi (Asynchronous Methods): Allow nil handler.
2941 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
2943         * ediff.texi (ediff-current-file): Add information about this new function.
2945         * viper.texi: Add information about C-s in viper's search command.
2947 2009-08-09  Colin Williams  <lackita@gmail.com>  (tiny change)
2949         * calc.texi (Date Forms): Fix typos.
2951 2009-08-08  Glenn Morris  <rgm@gnu.org>
2953         * org.texi (Agenda commands): Restore clobbered change.
2955 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
2957         * calc.texi (Graphics, Devices): Update with the peculiarities of
2958         operation on MS-Windows.
2960 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
2962         * org.texi (Publishing action): Improve documentation of file
2963         names when publishing to the source directory.
2964         (Clean view): Document `org-indent-mode'.
2965         (Clocking work time): Add documentation for the
2966         new :timetamp option when creating a clock report.
2967         (Paragraphs): Fix many typos.
2968         (Plain lists): Remove duplicate explanation about the
2969         `C-c *' command.
2970         (Literal examples): Update to reflect the new behavior
2971         of the -n -r -k switches when exporting source code examples.
2972         (Structure editing): Add information about `C-c *',
2973         converting a plain list into a list of Org items.
2974         (Remember): Small rephrasing of the paragraph
2975         describing remember.el.  Also mentioned that remember.el is part
2976         of Emacs 23, not Emacs 22.
2977         (Clocking work time): Add documentation about
2978         displaying the current clocking time against the effort estimate.
2979         Also add a footnote about using `org-clock-in-prepare-hook' to add
2980         an effort estimate on the fly, just before clocking it.
2981         (Footnotes): Document automatic renumbering and
2982         sorting.
2983         (Agenda commands): Document new bulk commands.
2984         (Plain lists): Document new behavior of
2985         `org-cycle-include-plain-lists'.
2986         Hyphenation only in TeX.
2987         (Clocking work time): Document the key to update effort
2988         estimates.
2989         (Clocking work time): Document the clock time display.
2990         (Structure editing, TODO basics): Document new
2991         variables.
2992         (Column attributes): Document new colciew operators.
2993         (Publishing options): Document :xml-declaration.
2994         (Tracking TODO state changes): Document the
2995         LOG_INTO_DRAWER property.
2996         (Literal examples): Document the new implementation for
2997         editing source code.
2998         (Publishing action): Mention the new publishing
2999         function, to publish an Org source file.
3000         (Publishing links): Mention how to link to an Org source file.
3001         (Macro replacement): Document new macros.
3002         (Handling links): Document type-specific completion
3003         when inserting links.
3004         (Structure editing, Plain lists): Improve documentation
3005         on sorting.
3006         (Internal links): Document custom ids for links.
3007         (Handling links): Document custom ids for links.
3008         (CSS support): Document new class.
3009         (Refiling notes): Document the possibility to create new nodes
3010         during refiling.
3011         (Agenda commands): Document the "?" operator to find
3012         tasks without effort setting.
3013         (Exporting agenda information): Section moved.
3014         (RSS Feeds): New section.
3015         (Built-in table editor): Document M-e and M-a navigate
3016         inside table field.
3017         (Stuck projects): Docment that projects identified as
3018         un-stuck will still be searchd for stuck sub-projects.
3019         (Paragraphs): Document centering.
3020         (Creating timestamps, Agenda commands): Document new
3021         behavior when changing time stamps.
3022         (Structure editing): Document the new command
3023         `org-clone-subtree-with-time-shift'.
3024         (Publishing): Refresh this chapter.
3025         (Export options, Export options, In-buffer settings):
3026         Document the new keywords.
3027         (Matching tags and properties): Collect all
3028         documentation about tags/property matches here.
3029         (Setting tags): Document `org-tag-persistent-alist'.
3030         (Weekly/daily agenda): New section.
3031         (Orgstruct mode): Describe `orgstruct++-mode'.
3032         (Drawers): Mention the LOGBOOK drawer.
3033         (Export options, Sectioning structure): Document the
3034         #+LEATEX_HEADER in-buffer setting.
3035         (Bugs): Section removed.
3036         (Hooks): New section.
3037         (Add-on packages): Move here from old location.
3038         (Context-sensitive commands): New section.
3039         (Setting tags): Document newline option.
3040         (Global TODO list, Matching tags and properties):
3041         Mention more variables.
3042         (Checkboxes): Update to changed command behavior.
3044 2009-08-02  Eric Yu  <sucode@gmail.com>  (tiny change)
3046         * speedbar.texi (Basic Key Bindings): Fix typo.
3048 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
3050         * calc.texi (Vector/Matrix Functions): Add index entries for both
3051         "v" and "V" key bindings.  Mention that `calc-matrix-brackets' only
3052         affects matrices with more than one row.
3053         (Help Commands): Add index entries for "prefix ?" key bindings.
3055 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
3057         * calc.texi (Stack Manipulation Commands): Add documentation for
3058         `calc-transpose-lines'
3060 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
3062         * dbus.texi (Receiving Method Calls): Describe special return value
3063         `:ignore'.
3065 2009-07-24  Alan Mackenzie  <acm@muc.de>
3067         * cc-mode.texi (Config Basics, File Styles): Document that at mode
3068         initialization, any individual variable setting now takes precedence
3069         over one done via c-file-style/c-file-offsets.
3071 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
3073         * calc.texi (Undoing Mistakes): Mention that the undo list will be
3074         truncated when Calc is quit.
3075         (Customizing Calc): Document `calc-undo-length'.
3077 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
3079         * calc.texi (About This Manual): Don't mention chapter numbers in text.
3081 2009-07-11  Kevin Ryde  <user42@zip.com.au>
3083         * pcl-cvs.texi (About PCL-CVS):
3084         * widget.texi (Basic Types):
3085         Fix cross-references.
3087 2009-07-01  Andreas Schwab  <aschwab@redhat.com>
3089         * dbus.texi (Type Conversion): Don't use literal control character.
3091 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
3093         * tramp.texi (GVFS based methods): New section.
3094         (Remote processes): Processes for GVFS based methods run locally.
3096 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
3098         * tramp.texi (Inline methods, External methods, Gateway methods):
3099         Avoid the words "kludge" and hack".
3100         (External methods): Add `synce' method.
3102         * trampver.texi: Update release number.
3104 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
3106         Sync with Tramp 2.1.16.
3108         * tramp.texi (History): Add GVFS support.
3109         (External methods): Precise `rsync' description.  Add `dav', `davs' and
3110         `obex' methods.  Add 'tramp-gvfs-methods' option.
3111         (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
3112         forms.
3113         (Remote Programs): Introduce `tramp-own-remote-path'.
3114         (Remote processes): New subsection "Running remote programs that create
3115         local X11 windows".
3116         (Frequently Asked Questions): Improve code for disabling vc.
3118         * trampver.texi: Update release number.  Set default value of
3119         `emacsgvfs'.
3121 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
3123         * Branch for 23.1.
3125 2009-06-17  Glenn Morris  <rgm@gnu.org>
3127         * faq.texi (Obtaining the FAQ): Add reference to Savannah.
3128         (Latest version of Emacs): Mention source code repository.
3130 2009-06-16  Glenn Morris  <rgm@gnu.org>
3132         * faq.texi (Top): Language tweak.
3133         (Extended commands): Most people have arrow keys.
3134         (Emacs manual): Say how to follow info links.
3135         (File-name conventions): Change title a bit.  Explain about source
3136         versus installed.  Condense etc description.
3137         (Guidelines for newsgroup postings): Mention Savannah list page.
3138         (Newsgroup archives): Simplify.
3139         (Contacting the FSF): Add contact URL.
3140         (Emacs Lisp documentation): Printed version not always available.
3141         (Installing Texinfo documentation): Explain how by hand installation is
3142         not normally needed.  Use add-to-list.  Remove duplicate reference.
3143         (Informational files for Emacs): Move info on Help menu here from
3144         "File-name conventions".
3145         (Help installing Emacs): Tweak uref.
3146         (Obtaining the FAQ): Mention repository.
3147         (Origin of the term Emacs): Explain "ITS".
3148         (Changing load-path): Use add-to-list.
3149         (Automatic indentation): Clarify this is for Text mode.
3150         Don't mention Indented Text mode.
3151         (Finding Emacs on the Internet): The FSF does not seem to offer a
3152         deluxe distribution on CD anymore.
3154 2009-06-16  Glenn Morris  <rgm@gnu.org>
3156         * faq.texi (Top): Mention which Emacs version this FAQ is about.
3157         Recommend the latest release.  Mention how to get older FAQs.
3158         Recommend the Emacs manual.
3159         (Guidelines for newsgroup postings): Discourage cross-posts.
3160         (Underlining paragraphs): Remove.
3161         (Editing MS-DOS files): Remove pre-Emacs 20 information.
3162         (Bugs and problems): Update key-binding.
3163         (Problems with very large files): Mention 64-bit.
3164         (Shell process exits abnormally): Remove.
3165         (Problems with Shell Mode): Rename and update.
3166         (Spontaneous entry into isearch-mode)
3167         (Problems talking to certain hosts): Remove.  This is old information,
3168         in etc/PROBLEMS if needed.
3169         (Emacs takes a long time to visit files, Updating Emacs): Remove.
3170         (Dired claims that no file is on this line): Update.
3171         (Installing Emacs, Problems building Emacs): Simplify.
3172         (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
3173         information.
3174         (Emacs for MS-Windows): Rename from "Emacs for Windows".  Simplify.
3175         (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
3176         (JDEE): "JDEE", not "JDE".
3177         (Handling C-s and C-q with flow control, Binding C-s and C-q):
3178         Remove.  This is old information, in etc/PROBLEMS if needed.
3179         (stty and Backspace key, Kanji and Chinese characters): Remove.
3180         (Right-to-left alphabets): Update section.
3181         (Changing the included text prefix): Gnus uses message-yank-prefix.
3182         Add cross-reference to Supercite manual.
3183         (Saving a copy of outgoing mail): Simplify output file description.
3184         (Expanding aliases when sending mail): Refer to Emacs manual.
3185         Remove old info about RFC822.
3186         Correct description of how to rebuild aliases.
3187         (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
3188         (MIME with Emacs mail packages)
3189         (Viewing articles with embedded underlining)
3190         (Saving a multi-part Gnus posting, Gnus hangs for a long time):
3191         Remove old sections.
3192         (Killing based on nonstandard headers): Remove.  Scoring is preferable,
3193         and is well-documented in the Gnus manual.
3194         (Reading news with Emacs): Merge "Learning more about Gnus" into here.
3195         (Making Gnus faster): Rename from "Starting Gnus faster".
3196         Merge "Catch-up is slow in Gnus" into here.
3198 2009-06-14  Glenn Morris  <rgm@gnu.org>
3200         * faq.texi (Status of Emacs): Re-order with most recent releases first.
3201         (New in Emacs 23): New section.
3202         (Handling C-s and C-q with flow control): Add xref.
3204 2009-06-13  Glenn Morris  <rgm@gnu.org>
3206         * faq.texi (Setting up a customization file): Grammar fix.
3207         Customize is no longer "new".
3208         (Displaying the current line or column): Line-number mode is on by
3209         default.  Don't mention `column' package.  Mention linum.el.
3210         (Turning on abbrevs by default): Explain how to do it for buffers,
3211         modes, and everywhere.
3212         (Associating modes with files): Use add-to-list.  Don't mention Emacs
3213         19.
3214         (Highlighting a region): On by default since 23.1.
3215         (Replacing highlighted text): Update doc quote.
3216         (Working with unprintable characters): Don't mention search-quote-char.
3217         (Using an already running Emacs process): Gnuclient is probably not an
3218         enhancement these days.
3219         (Indenting switch statements): Remove mention of pre-Emacs 20.
3220         (Horizontal scrolling): Abbreviate Emacs 20 description.
3221         (Replacing text across multiple files): Fix name of dired command.
3222         (Disabling backups): Use require not load.
3223         (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
3225 2009-06-13  Bill Wohler  <wohler@newt.com>
3227         Release MH-E manual version 8.2.
3229         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3230         release 8.2.
3232 2009-06-13  Glenn Morris  <rgm@gnu.org>
3234         * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
3235         in this day and age the common meaning is "on the web".
3236         (copying): Use @copyright in all cases.
3237         (Basic keys): Remove reference to deleted manual node "Text Characters".
3238         (File-name conventions): Use GNU as an example rather than SERVICE.
3239         default.el lives in site-lisp.  Update Info directory location.
3240         (Real meaning of copyleft): GPL actions have been brought, but all
3241         settled out of court.
3242         (Guidelines for newsgroup postings): Shorten section title.
3243         Simplify comp.emacs description.
3244         (Newsgroup archives): Change Google URL.  Describe Gmane.
3245         (Unsubscribing from Emacs lists): Remove discussion of "distribution
3246         points".  Mention List-Unsubscribe header.
3247         (Contacting the FSF): Update email and URLs.
3248         (Basic editing): Mention F1 for help.
3249         (Installing Texinfo documentation): Refer to Texinfo website rather
3250         than ftp server.
3251         (Printing a Texinfo file): Mention texi2pdf.
3252         (Informational files for Emacs): Don't describe FTP or SERVICE, they
3253         are just stubs nowadays.
3254         (Latest version of Emacs): Explain version numbers.
3255         (Spell-checkers, Checking TeX and *roff documents): Remove sections.
3256         (Turning on syntax highlighting): No need to mention hilit19 any more.
3257         (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
3258         (Modes for various languages): Remove section.
3259         (Major packages and programs): Remove most version and maintainer
3260         information - it's hard to keep up-to-date, and adds nothing.
3261         Similarly with direct links to mailing lists.
3262         (Spell-checkers): Rename node from Ispell.  Mention Aspell and Hunspell.
3263         (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
3264         years, and Emacs comes with tools for this now.
3265         (Patch): Remove section - this is a standard tool.
3266         (Using function keys under X): Remove section.
3268 2009-06-12  Glenn Morris  <rgm@gnu.org>
3270         * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
3271         (Help installing Emacs): Remove reference to deleted X11 node.
3272         (Associating modes with files): Interpreter-mode-alist is no longer
3273         subservient to auto-mode-alist.
3274         (Installing Emacs): Change future Emacs version.
3275         (Linking with -lX11 fails): Remove old section.
3276         (Packages that do not come with Emacs): Update ELL location.
3277         Emacs Lisp archive is dead.
3278         (Emacs for Windows): Remove reference to old CE port.
3279         (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
3280         (Emacs for VMS and DECwindows): Remove old ports.
3281         (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
3282         (Removing flashing messages): Remove section about non-existent Gnus
3283         option.
3285         * faq.texi (Top): Add @top command.
3286         Remove the optional arguments from all @node commands: makeinfo can
3287         generate these automatically, and it is easier to edit and rearrange
3288         nodes without them.
3290 2009-06-11  Glenn Morris  <rgm@gnu.org>
3292         * faq.texi (Common acronyms): Remove no-longer-existing OSF.
3293         (The LPF): Make the updated URL the sole reference point.
3294         (Learning how to do something): Update refcard price and format.
3295         (Getting a printed manual): Sources in doc/emacs/, not man/.
3296         Also available in PDF format.  Since the page count varies, be less
3297         precise.
3298         (Informational files for Emacs): Remove references to deleted files
3299         LPF and SUN-SUPPORT, and to UUCP.
3300         (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
3301         Remove many obsolete ways to get the FAQ, which now seems only to be
3302         distributed with Emacs.
3303         (Mail and news): Remove sections about Rmail Babyl that no longer apply.
3305 2009-06-09  Chong Yidong  <cyd@stupidchicken.com>
3307         * org.texi (Org Plot): Fix tags (Bug#3507).
3308         (Workflow states, Agenda commands): Fix tags (Bug#3508).
3310         * ada-mode.texi (Installation, Compile commands)
3311         (Project File Overview, No project files, Set compiler options)
3312         (Use GNAT project file, Use multiple GNAT project files)
3313         (Identifier completion): Use @samp for menu items, and @kbd for key
3314         sequences (Bug#3504).
3316 2009-06-04  Daiki Ueno  <ueno@unixuser.org>
3318         * gnus.texi (Security): Fix wording; add a link to epa.info.
3320 2009-06-04  Ryan Yeske  <rcyeske@gmail.com>
3322         * message.texi (Header Commands): Fix descriptions to match
3323         keybindings.
3325 2009-04-22  Daiki Ueno  <ueno@unixuser.org>
3327         * gnus.texi (Security): Mention that EasyPG is the current default.
3329 2009-04-13  Chong Yidong  <cyd@stupidchicken.com>
3331         * ediff.texi (Session Commands): Fix typo.
3333 2009-04-05  Reiner Steib  <Reiner.Steib@gmx.de>
3335         * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
3336         news.software.readers.  Reported by Florian Rehnisch.
3338 2009-04-02  Glenn Morris  <rgm@gnu.org>
3340         * auth.texi: Capitalize direntry.
3342         * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
3343         using a period in the entry name.  (Bug#2797)
3345 2009-03-03  Juanma Barranquero  <lekktu@gmail.com>
3347         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
3348         ($(infodir)/auth, auth.dvi): New targets.
3350 2009-03-03  Glenn Morris  <rgm@gnu.org>
3352         * auth.texi: Fix @setfilename.
3354         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
3355         (auth, $(infodir)/auth, auth.dvi): New rules.
3357 2009-02-25  Glenn Morris  <rgm@gnu.org>
3359         * faq.texi (Emacs for minimalists): New node.  (Bug#2452)
3361 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3363         * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
3365 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3367         * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
3368         gnus-nocem-issuers, and gnus-nocem-verifyer.
3370 2009-02-20  Juanma Barranquero  <lekktu@gmail.com>
3372         * ada-mode.texi (Project files, Automatic Casing):
3373         * dbus.texi (Signals):
3374         * gnus.texi (Selecting a Group, Filtering Incoming Mail):
3375         * mh-e.texi (HTML):
3376         * nxml-mode.texi (Locating a schema)
3377         (Using the document's URI to locate a schema):
3378         * org.texi (Footnotes, Using the mapping API):
3379         * rcirc.texi (Channels): Remove duplicate words.
3381 2009-02-20  Glenn Morris  <rgm@gnu.org>
3383         * dired-x.texi (Miscellaneous Commands):
3384         * gnus.texi: Minor updates for mbox Rmail.
3386 2009-02-16  Karl Berry  <karl@gnu.org>
3388         * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
3389         * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
3390         * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
3391         * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
3392         * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
3393         * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
3394         * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
3395         * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
3396         * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
3397         Consistently use @insertcopying in the Top node,
3398         @contents at the front (after @end titlepage),
3399         and @direntry after @copying.  (Bug#1988)
3401 2009-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
3403         * auth.texi: New file documenting auth-source.
3405 2009-02-13  Carsten Dominik  <dominik@science.uva.nl>
3407         * org.texi (Org Plot): Fix link.
3409 2009-02-09  Daiki Ueno  <ueno@unixuser.org>
3411         * epa.texi (Mail-mode integration): Mention the way to do
3412         "encrypt-to-self".  (Bug#1807)
3414 2009-02-05  Arni Magnusson  <arnima@hafro.is>  (tiny change)
3416         * ada-mode.texi (No project files): Fix typo.  (Bug#2214)
3418 2009-02-04  Reiner Steib  <Reiner.Steib@gmx.de>
3420         * gnus-news.texi: Print version about Incoming*.
3422 2009-02-02  Carsten Dominik  <dominik@science.uva.nl>
3424         * org.texi (Structure editing, Handling links)
3425         (Fast access to TODO states, Javascript support): Make standard docs
3426         correctly reflect default variable settings.
3428 2009-02-02  Glenn Morris  <rgm@gnu.org>
3430         * org.texi: Fix typos.
3432 2009-02-01  Michael Albinus  <michael.albinus@gmx.de>
3434         Sync with Tramp 2.1.15.
3436         * trampver.texi: Update release number.
3438 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
3440         * org.texi (TODO dependencies): Document TODO dependencies on
3441         checkboxes.
3443 2009-01-30  Carsten Dominik  <dominik@science.uva.nl>
3445         * org.texi (TODO dependencies): Document key binding for toggling
3446         ORDERED property.
3448 2009-01-28  Michael Albinus  <michael.albinus@gmx.de>
3450         * dbus.texi (Errors and Events): Fix typos.  Describe second parameter
3451         of hook functions.
3453 2009-01-28  Carsten Dominik  <dominik@science.uva.nl>
3455         * org.texi (TODO dependencies): New section.
3457 2009-01-27  Carsten Dominik  <dominik@science.uva.nl>
3459         * org.texi (Plain lists, TODO basics, Priorities)
3460         (Multiple sets in one file, Conflicts): Document interaction with
3461         `shift-selection-mode'.
3463 2009-01-27  Jay Belanger  <jay.p.belanger@gmail.com>
3465         * calc.texi (Embedded Mode, Algebraic-Style Calculations):
3466         Make Calc the subject of sentences.
3467         (Rearranging Formulas using Selections): Discuss new options
3468         for `j *'.
3470 2009-01-26  Michael Albinus  <michael.albinus@gmx.de>
3472         * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
3474 2009-01-26  Glenn Morris  <rgm@gnu.org>
3476         * org.texi: Fix typos.
3478 2009-01-26  Bill Wohler  <wohler@newt.com>
3480         * mh-e.texi (EDITION, UPDATED): Update.
3482 2009-01-25  Carsten Dominik  <dominik@science.uva.nl>
3484         * org.texi (References): Add information about remote references.
3485         (Built-in table editor): Document `C-c RET' in tables.
3486         (Math symbols, Quoting LaTeX code): Mention that simple
3487         LaTeX macros survive LaTeX export.
3488         (Images in LaTeX export): Show how to create a reference to a
3489         figure.
3490         (Sectioning structure): Document that the LaTeX class can be
3491         specified in a property.
3492         (Text areas in HTML export): New section.
3493         (External links): Add examples for text search and ID links.
3494         (Built-in table editor): Remove the descriptio of `C-c
3495         C-q', it not longer works.
3496         (Literal examples): Document that a space must follow
3497         the colon in short examples.
3498         (Relative timer): Document `org-timer-stop'.
3499         (Footnotes): New section.
3500         (Footnote markup): Shorten section and refer to new Footnote
3501         section.
3502         (Literal examples): Add documentation for line
3503         numbering in and references to code examples.
3504         (CSS support): Fix the description of default CSS styles.
3505         (Capturing column view): Document
3506         "file:path/to/file.org" as an allowed value for the ID property of
3507         a dynamic block copying column view.
3509 2009-01-23  Stephen Eglen  <stephen@gnu.org>
3511         * mh-e.texi (Getting Started): Describe $MH.
3513 2009-01-21  Michael Albinus  <michael.albinus@gmx.de>
3515         * tramp.texi (all): Harmonize usage of "external method",
3516         "external transfer method" and "out-of-band method".
3517         (Connection types): Precise the differences of inline and external
3518         methods.  Written by Adrian Phillips <a.phillips@met.no>.
3520 2009-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
3522         * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
3523         commands as described at the top.  Reported by Allan Gottlieb
3524         <gottlieb@nyu.edu>.
3526 2009-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3528         * gnus.texi (Non-ASCII Group Names, RSS): Update description of
3529         nnmail-pathname-coding-system.
3531 2009-01-17  Peter Tury  <tury.peter@gmail.com>  (tiny change)
3533         * org.texi (Relative timer): Fix typo.
3535 2009-01-15  Juanma Barranquero  <lekktu@gmail.com>
3537         * org.texi (Clocking work time): Fix typo.
3538         Reported by Peter Tury <tury.peter@gmail.com>.  (Bug#1925)
3540 2009-01-13  Glenn Morris  <rgm@gnu.org>
3542         * org.texi: Fix some more typos.
3544 2009-01-13  Peter Tury  <tury.peter@gmail.com>  (tiny change)
3546         * org.texi: Fix some typos.
3548 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3550         * gnus.texi (Group Parameters): Add note for local variables.
3552 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3554         * gnus.texi (Converting Kill Files): Fix URL.
3555         Include gnus-kill-to-score.el in contrib directory.
3557 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3559         * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
3560         Reported by Leo <sdl.web@gmail.com>.  (Bug#1660)
3561         (Paging the Article): Add index entry.
3563 2009-01-03  Stephen Leake  <stephen_leake@member.fsf.org>
3565         * ada-mode.texi (Examples): Delete redundant text.
3567 2009-01-03  Michael Albinus  <michael.albinus@gmx.de>
3569         * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
3571         * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
3572         addresses.
3574 2009-01-03  Bill Wohler  <wohler@newt.com>
3576         * mh-e.texi (Scan Line Formats): Indicate that first column should be
3577         kept empty.
3579 2008-12-20  Carsten Dominik  <dominik@science.uva.nl>
3581         * org.texi (Activation, Exporting, ASCII export, HTML export)
3582         (HTML Export commands, LaTeX/PDF export commands):
3583         Improve documentation about transient-mark-mode.
3584         (References): Document the use of special names like $LR1 to reference
3585         to fields in the last table row.
3587 2008-12-19  Juri Linkov  <juri@jurta.org>
3589         * info.texi (Search Text): Remove mention of removed key binding M-s.
3591 2008-12-18  Carsten Dominik  <dominik@science.uva.nl>
3593         * org.texi (References): Remove mentioning of @0 as reference for the
3594         last line, this has been reverted in the Lisp sources.
3596 2008-12-17  Juanma Barranquero  <lekktu@gmail.com>
3598         * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
3599         (DVI_TARGETS): Remove duplicates.  Add sasl.
3600         ($(infodir)/sasl, sasl.dvi): New targets.
3602 2008-12-17  Carsten Dominik  <dominik@science.uva.nl>
3604         * org.texi: Version number pushed to 6.15d.
3606 2008-12-16  Carsten Dominik  <dominik@science.uva.nl>
3608         * org.texi (Tables in LaTeX export): New section.
3609         (Images in LaTeX export): New section.
3610         (Inlined images, Images in HTML export): Sections renamed.
3612 2008-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
3614         * message.texi (Insertion Variables): Don't advertise sc-cite-original.
3616 2008-12-04  David Engster  <dengste@eml.cc>
3618         * gnus.texi (nnmairix): Mention mairix.el.  Point out the importance
3619         of nnml-get-new-mail.  Change URL for mairix patch.
3621 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
3623         * org.texi (Using the mapping API): Fix bug in mapping example.
3624         (Publishing options): Make the list of properties complete again, in
3625         correspondence to the variable `org-export-plist-vars'.
3626         (Property searches): Document new special values for time comparisons.
3627         (Tag inheritance): Refine the description of tag inheritance.
3628         (Project alist): Add info about the publishing sequence of components.
3629         (Effort estimates): Document the new relative timer.
3631 2008-12-01  Jay Belanger  <jay.p.belanger@gmail.com>
3633         * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
3634         (Using Calc): Clarify use of `C-x * o'.
3635         (Embedded Mode (Overview)): Clarify use of `C-x * e'.
3637 2008-11-28  Richard M Stallman  <rms@gnu.org>
3639         * dbus.texi (Receiving Method Calls): Clean up previous change.
3641 2008-11-26  Michael Albinus  <michael.albinus@gmx.de>
3643         * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
3644         `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
3645         `dbus-unescape-from-identifier'.
3646         (Receiving Method Calls): New constants `dbus-service-emacs' and
3647         `dbus-path-emacs'.  Precise return values of `dbus-register-method'.
3648         (Signals): Use the constants in the example.
3650 2008-11-24  Carsten Dominik  <dominik@science.uva.nl>
3652         * org.texi: Re-apply change to FDL 1.3.
3654 2008-11-23  Carsten Dominik  <dominik@science.uva.nl>
3656         * org.texi (Setting up Remember): Document `org-remember-mode'.
3657         (External links): Document that bbdb links can use a regular
3658         expression.
3659         (External links): Document that elisp links can contain interactive
3660         commands.
3662 2008-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
3664         * viper.texi (viper-translate-all-ESC-keysequences):
3665         Description removed.
3667 2008-11-19  Glenn Morris  <rgm@gnu.org>
3669         * doclicense.texi: Change to FDL 1.3.
3670         Relicense all texi files under FDL 1.3 or later.
3672 2008-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
3674         * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
3676 2008-11-16  Michael Kifer  <kifer@cs.stonybrook.edu>
3678         * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
3680         * ediff.texi: Version/date change.
3682 2008-11-14  Chong Yidong  <cyd@stupidchicken.com>
3684         * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
3686 2008-11-14  Jay Belanger  <jay.p.belanger@gmail.com>
3688         * calc.texi (About This Manual): Comment out a mention of
3689         marginal notes.
3691 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
3693         * org.texi (Clocking work time): Document the :formula property of
3694         clock tables.
3695         (Structure editing, Refiling notes): Document refiling regions.
3696         (Agenda commands): Document the double-prefix version
3697         of the `l' command in the agenda.
3698         (Handling links): Explain the effect of a double prefix
3699         arg to `C-c C-o'.
3700         (TODO basics): Add documentation for tag triggers.
3702 2008-10-23  Glenn Morris  <rgm@gnu.org>
3704         * cl.texi (Function Bindings): Mention `flet' fails to deal with
3705         byte-compiling things like `+'.
3707         * ns-emacs.texi: Merge copyright years of author now with assignment
3708         into FSF years.
3709         (VER): Use it for easier automatic updating.  Use Emacs version rather
3710         than standalone Emacs.app version.
3712 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
3714         * org.texi: Lots of minor fixes.
3715         (Capture): New chapter.
3716         (Org Plot): New section.
3718 2008-09-30  Magnus Henoch  <mange@freemail.hu>
3720         * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
3722 2008-09-30  Jay Belanger  <jay.p.belanger@gmail.com>
3724         * calc.texi (User Defined Units): Mention how to enter optional display
3725         string.
3727 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3729         * message.texi (Sending Variables): Fix variable documentation to
3730         avoid the "y/n" wording.
3732 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
3734         * message.texi (Sending Variables): Add `message-confirm-send' doc.
3736 2008-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3738         * gnus.texi (The Gnus Registry): Don't give argument to @item used in
3739         @enumerate section so as to be able to be formatted with MAKEINFO=no.
3741 2008-09-22  Bill Wohler  <wohler@newt.com>
3743         Release MH-E manual version 8.1.
3745         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3746         release 8.1.
3748         * mh-e.texi: Retain dual license as agreed to by the FSF.
3749         However, bump GPL to Version 3.
3750         Use @include for license text.
3752 2008-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3754         * gnus.texi (Top, Setup, Fancy splitting to parent)
3755         (Store custom flags and keywords, Store arbitrary data):
3756         Clean up markup.
3758 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
3760         * gnus.texi (The Gnus Registry): Document it.
3762 2008-09-08  David Engster  <dengste@eml.cc>
3764         * gnus.texi (nnmairix): Point out that nnml uses MH format.
3765         Clarify section about choosing back end servers.
3767 2008-08-23  Glenn Morris  <rgm@gnu.org>
3769         * dired-x.texi (Shell Command Guessing):
3770         Mention dired-guess-shell-case-fold-search.  (Bug#417)
3772 2008-08-22  Michael Albinus  <michael.albinus@gmx.de>
3774         * trampver.texi: Update release number.
3776 2008-08-18  Brian Cully  <bjc@kublai.com>  (tiny change)
3778         * ns-emacs.texi: Update version.
3779         (Introduction): Correct menu location for options save.
3780         (Customization): Note that defaults are stored under org.gnu.Emacs.
3782 2008-08-11  Bill Wohler  <wohler@newt.com>
3784         * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
3785         explicit about GNU mailutils MH elsewhere (with thanks to Darel
3786         Henman) (closes SF #1768928).
3788 2008-08-10  Glenn Morris  <rgm@gnu.org>
3790         * ns-emacs.texi: Use @copying.  Change copyright of authors with
3791         assignment to FSF.  Change license to GFDL.
3792         (Top): Remove outdated references.
3794 2008-08-07  Reiner Steib  <Reiner.Steib@gmx.de>
3796         * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
3797         Add gnus-summary-sort-by-most-recent-number and
3798         gnus-summary-sort-by-most-recent-date.
3799         (Summary Sorting): Explain prefix argument.
3801 2008-08-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3803         * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
3804         gnus-summary-pipe-output.
3806 2008-08-03  Michael Albinus  <michael.albinus@gmx.de>
3808         * dbus.texi (Receiving Method Calls): Document error handling of own
3809         D-Bus methods.
3811 2008-08-01  Bill Wohler  <wohler@newt.com>
3813         * mh-e.texi (Reading Mail)
3814         (Viewing Attachments): Describe new function
3815         mh-show-preferred-alternative.
3816         (Sending Mail, Redistributing, Sending Message): Describe new hook
3817         mh-annotate-msg-hook.
3819 2008-07-31  Michael Albinus  <michael.albinus@gmx.de>
3821         * dbus.texi (Arguments and Signatures): Fix example.
3822         (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
3823         (Asynchronous Methods): New node.
3824         (Errors and Events): Describe extended layout of `dbus-event'.
3825         New defun `dbus-event-message-type'.
3827 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3829         * ediff.texi: Remove VMS support.
3831 2008-07-29  Juanma Barranquero  <lekktu@gmail.com>
3833         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
3834         ($(infodir)/mairix-el), mairix-el.dvi): New targets.
3836 2008-07-29  Chong Yidong  <cyd@stupidchicken.com>
3838         * Makefile.in: Add mairix-el targets.
3840 2008-07-29  David Engster  <deng@randomsample.de>
3842         * mairix-el.texi: New file.
3844 2008-07-28  Stephen Leake  <stephen_leake@stephe-leake.org>
3846         * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
3847         project files.  Delete 'main_unit' project variable; not needed.  Allow
3848         process environment variables wherever project variables are allowed.
3849         Add tutorial section on multiple GNAT project files.
3851 2008-07-27  Michael Albinus  <michael.albinus@gmx.de>
3853         Sync with Tramp 2.1.14.
3855         * trampver.texi: Update release number.
3857 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
3859         * ns-emacs.texi:
3860         * faq.texi: Remove mentions of Mac Carbon.
3862 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3864         * gnus.texi (Saving Articles): Describe the 2nd argument of
3865         gnus-summary-save-in-pipe.
3866         (SpamAssassin): Use it.
3868 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3870         * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
3872 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
3874         * org.texi (Export options): Document the use of the creator flag.
3876 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
3878         * org.texi: New version 6.06a.
3880 2008-07-23  Juanma Barranquero  <lekktu@gmail.com>
3882         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
3883         ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
3885 2008-07-23  Vincent Belaïche  <vincent.b.1@hotmail.fr>
3887         * calc.texi (Editing Stack Entries):
3888         (Algebraic Entry): Rewrite introductory sentences so it can be used by
3889         Calc's help functions.  Mention fixing typos.
3890         (Customizing Calc): Fix typo.
3892 2008-07-23  Jay Belanger  <jay.p.belanger@gmail.com>
3894         * calc.texi (summarykey): New macro.  Use to correctly format keys in
3895         the summary.
3897 2008-07-20  Adrian Robert  <adrian.b.robert@gmail.com>
3899         * ns-emacs.texi (Customization): Corrected documentation on color
3900         specification formats.
3902 2008-07-19  Andreas Schwab  <schwab@suse.de>
3904         * ns-emacs.texi: Moved from ../emacs.  Add @direntry.
3906         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
3907         (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
3909 2008-07-18  Michael Albinus  <michael.albinus@gmx.de>
3911         * dbus.texi (Inspection): Rework, introduce submenus.
3912         (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
3913         (Properties and Annotations, Arguments and Signatures): New nodes.
3915 2008-07-13  Michael Albinus  <michael.albinus@gmx.de>
3917         * dbus.texi (Receiving Method Calls): Fix description of
3918         `dbus-register-method'.
3919         (Signals): Allow also signal arguments for filtering in
3920         `dbus-register-signal'.
3922 2008-07-13  Vincent Belaïche  <vincent.b.1@hotmail.fr>
3924         * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
3925         `cnorm'.
3926         (Arithmetic Tutorial): Simplify the verification of prime factors.
3928 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3930         * gnus.texi (Saving Articles): Mention
3931         gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
3933 2008-06-29  Jay Belanger  <jay.p.belanger@gmail.com>
3935         * calc.texi: Adjust mode line throughout.
3937 2008-06-28  Juanma Barranquero  <lekktu@gmail.com>
3939         * sasl.texi (Mechanisms): Fix typos.
3941 2008-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
3943         * calc.texi (Killing from the stack): Mention using normal Emacs
3944         copying.
3946 2008-06-21  Michael Albinus  <michael.albinus@gmx.de>
3948         * tramp.texi (Password handling): Rename from "Password caching".
3949         Add `auth-source' mechanism.
3950         (Connection caching): Tramp reopens the connection automatically,
3951         when the operating system on the remote host has been changed.
3953 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
3955         * makefile.w32-in (distclean): Remove makefile.
3957 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
3959         * org.texi (Using the mapping API): New section.
3960         (Agenda column view): New section.
3961         (Moving subtrees): Document archiving to the archive sibling.
3962         (Agenda commands): Document columns view in the agenda.
3963         (Using the property API): Document the API for multi-valued properties.
3965 2008-06-17  Jason Riedy  <jason@acm.org>
3967         * org.texi (A LaTeX example): Note that fmt may be a one-argument
3968         function, and efmt may be a two-argument function.
3969         (Radio tables): Document multiple destinations.
3971 2008-06-16  Glenn Morris  <rgm@gnu.org>
3973         * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
3974         Add Cover-Texts.
3976 2008-06-15  Glenn Morris  <rgm@gnu.org>
3978         * faq.texi (VER): Update to 23.0.60.
3980         * mh-e.texi: Remove option of licensing under GPL.
3981         Add Cover-Texts to GFDL permissions notice.
3982         (GPL): Remove section.
3983         (GFDL): Include doclicense.texi rather than the actual text.
3985         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
3986         (sasl, $(infodir)/sasl, sasl.dvi): New rules.
3988         * sasl.texi: Fix output file name.
3990         * epa.texi, sasl.texi: Refer to license in Emacs manual.
3992         * gnus-coding.texi: Refer to license in Gnus manual.
3994         * idlwave.texi, sasl.texi: Use @copying.
3996         * org.texi: Change to GFDL 1.2.  Refer to license in Emacs manual.
3998         * speedbar.texi: Update Back-Cover Text as per maintain.info.
4000         * url.texi: Use @copying, @title, @subtitle, @author.
4002         * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
4003         * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
4004         * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
4005         * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
4006         * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
4007         * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
4008         * widget.texi, woman.texi:
4009         Remove references to external license, since doclicense is included.
4011         * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
4012         * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
4013         Remove references to non-existent Invariant Sections.
4015 2008-06-14  Glenn Morris  <rgm@gnu.org>
4017         * faq.texi (Major packages and programs): Remove references to external
4018         Supercite, Calc, VIPER, since they have been included for some time.
4019         Update VM, AUCTeX, BBDB entries.
4021 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
4023         * newsticker.texi: Updated to match latest newsticker changes.
4025 2008-06-13  Glenn Morris  <rgm@gnu.org>
4027         * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
4028         * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
4029         * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
4030         * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
4031         * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
4032         * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
4033         * woman.texi:
4034         Update Back-Cover Text as per maintain.info.
4036 2008-06-15  Reiner Steib  <Reiner.Steib@gmx.de>
4038         * gnus-faq.texi: Generate.  Change node names to "FAQ N-M".
4040         * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
4041         (gnus-faq.xml): Update repository host.
4043         * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
4045 2008-06-15  Frank Schmitt  <ich@frank-schmitt.net>
4047         * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
4048         Fix a typo.
4050 2008-06-15  Reiner Steib  <Reiner.Steib@gmx.de>
4052         * gnus.texi (Mail Source Customization): Correct values of
4053         `mail-source-delete-incoming'.  Reported by Tassilo Horn.
4054         (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
4056 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4058         * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
4059         coding standards.
4061 2008-06-14  David Engster  <dengste@eml.cc>
4063         * gnus.texi (nnmairix): Markup fixes.
4065 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4067         * gnus.texi (nnmairix): Markup and other minor fixes.
4069 2008-06-05  David Engster  <dengste@eml.cc>
4071         * gnus.texi (nnmairix): New nodes describing nnmairix.el.
4073 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4075         * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
4076         (Searching, nnir, nnmairix): New stub nodes.
4078 2008-05-30  Felix Lee  <felix.1@canids.net>
4080         * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
4082 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4084         * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
4086 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4088         * gnus.texi (Scoring On Other Headers): Fix typo.  Rearrange.
4090 2008-05-15  Jonathan Yavner  <jyavner@member.fsf.org>
4092         * ses.texi (Acknowledgements): Add Shigeru Fukaya.
4094 2008-05-06  Juanma Barranquero  <lekktu@gmail.com>
4096         * info.texi (Top): Fix typo in xref.
4098 2008-05-05  Karl Berry  <karl@gnu.org>
4100         * info.texi (Top): @xref to stand-alone manual.
4102 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4104         * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
4105         (Various Summary Stuff): Fix typo in last xref.
4107 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4109         * org.texi (Moving subtrees): Fix typo.
4111 2008-04-28  Michael Albinus  <michael.albinus@gmx.de>
4113         * tramp.texi (Frequently Asked Questions): Explain, how to disable
4114         Tramp via `tramp-mode'.
4116 2008-04-27  Carsten Dominik  <dominik@sam.science.uva.nl>
4118         * org.texi: Massive changes, in many parts of the file.
4120 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4122         * gnus.texi (Oort Gnus): Add message-fill-column.
4124 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4126         * gnus.texi (Mail Source Specifiers): Typo fix.
4128 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4130         * gnus.texi (Diary Headers Generation): Update key binding for
4131         `gnus-diary-check-message'.
4133 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4135         * gnus.texi (Emacsen): Addition.
4137 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4139         * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
4141 2008-04-09  Reiner Steib  <Reiner.Steib@gmx.de>
4143         * gnus.texi (Oort Gnus): Mention customizing of tool bars.
4145 2008-04-09  Reiner Steib  <Reiner.Steib@gmx.de>
4147         * gnus-news.texi: Update tool bar item.
4149 2008-04-09  Sven Joachim  <svenjoac@gmx.de>
4151         * gnus-news.texi: Fix typos.
4153 2008-04-11  Jay Belanger  <jay.p.belanger@gmail.com>
4155         * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
4156         Add mention of `kron'.
4158 2008-04-01  Daiki Ueno  <ueno@unixuser.org>
4160         * epa.texi (Encrypting/decrypting *.gpg files):
4161         Document epa-file-name-regexp.
4163 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4165         * gnus.texi (Example Methods): Fix description about ssh-agent.
4166         (Indirect Functions): Fix the default value of nntp-telnet-command;
4167         remove link to connect.html.
4169 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
4171         * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
4172         dbus-call-method.
4173         (Receiving Method Calls): The timeout can be set by the calling client.
4175         * trampver.texi: Update release number.
4177 2008-03-29  Reiner Steib  <Reiner.Steib@gmx.de>
4179         * gnus.texi (Top): Fix version.  Add SASL.
4181 2008-03-29  Michael Albinus  <michael.albinus@gmx.de>
4183         Sync with Tramp 2.1.13.
4185         * trampver.texi: Update release number.
4187 2008-03-29  Chong Yidong  <cyd@stupidchicken.com>
4189         * org.texi: Update to new org-mode website.
4191 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4193         * cl.texi (For Clauses): Fix loop over key-seq to match code.
4195 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4197         * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
4198         gnus-read-ephemeral-gmane-group-url,
4199         gnus-read-ephemeral-emacs-bug-group,
4200         gnus-read-ephemeral-debian-bug-group.
4202 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4204         * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
4206         * gnus-news.texi: Add EasyPG.  Add gnus-article-browse-html-article.
4207         Add FIXMEs for Bookmarks and gnus-registry-marks.
4209 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4211         * gnus.texi (Smileys): Document `smiley-style'.
4213 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4215         * gnus.texi (Gnus Development): Clarify difference between ding and
4216         gnu.emacs.gnus.
4217         (MIME Commands, Using MIME, RSS): Fix markup.
4219         * gnus-faq.texi ([8.4]): Ditto.
4221 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4223         * gnus.texi (Emacsen): Remove obsolete stuff.
4225 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4227         * gnus.texi (Oort Gnus): Add version info WRT
4228         `mail-source-delete-incoming'.
4230 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4232         * gnus.texi (Top): Add "Other related manuals" and version info in
4233         `iftex' output.
4234         (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
4235         gnus-balloon-face-0 and the corresponding format specifiers.
4237 2008-03-26  Michael Albinus  <michael.albinus@gmx.de>
4239         * tramp.texi (Filename completion): Remove footnote about let-bind
4240         of `partial-completion-mode'.  It doesn't work this way.
4242 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4244         * pcl-cvs.texi (Contributors): Update my email.
4246 2008-03-21  Michael Albinus  <michael.albinus@gmx.de>
4248         * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
4250 2008-03-17  Bill Wohler  <wohler@newt.com>
4252         * mh-e.texi (Viewing): Update URL for adding header fields to
4253         mh-invisible-header-fields-default.
4255 2008-03-16  Bill Wohler  <wohler@newt.com>
4257         * mh-e.texi (Preface): Add Gnus to requirements.
4258         (Forwarding): Note that forwarded MIME messages are now inline.
4260 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4262         * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
4263         (Common Variables): Give precedence to the netcat methods over the
4264         telnet methods, and mention that they are more reliable.
4266 2008-03-13  Carsten Dominik  <dominik@science.uva.nl>
4268         * org.texi (Exporting Agenda Views): Document agenda export to
4269         iCalendar.
4270         (Progress logging): Document the new progress logging stuff.
4272 2008-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
4274         * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
4275         Update for change of `mail-source-delete-incoming'.
4277         * gnus-news.texi: Ditto.
4279 2008-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
4281         * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
4282         custom versions.
4284 2008-03-07  Alan Mackenzie  <acm@muc.de>
4286         * cc-mode.texi (Limitations and Known Bugs): State that the number of
4287         parens/brackets in a k&r region is limited.
4289 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4291         * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
4292         using different Emacs versions.
4294 2008-02-27  Glenn Morris  <rgm@gnu.org>
4296         * sc.texi: Remove a lot of old and obsolete info.
4297         (titlepage): Simplify.
4298         (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
4299         (VM with any Emacsen, GNEWS with any Emacsen)
4300         (Overloading for Non-conforming MUAs, Version 3 Changes)
4301         (The Supercite Mailing List): Delete nodes.
4302         (Introduction): Remove info about old packages.
4303         (Getting Connected): Simplify.  Remove info about old packages.
4304         (Citing Commands): Delete Emacs 19 info.
4305         (Hints to MUA Authors): Simplify.
4306         (Thanks and History): Merge in some info from the deleted node
4307         "Version 3 Changes".
4309 2008-02-05  Juanma Barranquero  <lekktu@gmail.com>
4311         * org.texi (Setting tags, In-buffer settings):
4312         * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
4314 2008-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4316         * gnus-news.texi: Mention that spaces and tabs are allowed in the
4317         installation directory name.
4319 2008-02-12  Romain Francoise  <romain@orebokech.com>
4321         * epa.texi (Overview): Fix typo.
4323 2008-02-11  Daiki Ueno  <ueno@unixuser.org>
4325         * epa.texi (Quick start): Remove the .emacs setting.
4327 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
4329         * epa.texi (Quick start): Use the command `epa-enable' instead of
4330         loading `epa-setup'.
4332 2008-02-08  Juanma Barranquero  <lekktu@gmail.com>
4334         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
4335         ($(infodir)/epa, epa.dvi): New targets.
4337 2008-02-08  Daiki Ueno  <ueno@unixuser.org>
4339         * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
4341         * epa.texi: New manual documenting the EasyPG Assistant.
4343 2008-02-06  Michael Albinus  <michael.albinus@gmx.de>
4345         * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
4346         (Inspection): New function dbus-ping.
4348 2008-02-05  Michael Albinus  <michael.albinus@gmx.de>
4350         * tramp.texi (Remote processes): Add `shell-command'.
4352 2008-01-28  Michael Sperber  <sperber@deinprogramm.de>
4354         * gnus.texi (Mail Source Specifiers): Document `group' specifier.
4355         (Group Parameters): Document `mail-source' parameter.
4357 2008-01-27  Michael Albinus  <michael.albinus@gmx.de>
4359         * tramp.texi (Inline methods): The hostname of the su(do)? methods
4360         must be a local host.
4362 2008-01-26  Michael Olson  <mwolson@gnu.org>
4364         * erc.texi: Update version for ERC 5.3 release.
4365         (Obtaining ERC): Update extras URLs for 5.3.
4366         (Development): Write instructions for git, and remove those for Arch.
4367         (History): Mention the switch to git.
4369 2008-01-24  Karl Berry  <karl@gnu.org>
4371         * info.texi (Search Index, Search Text): Mention the command
4372         character in the section name, a la the (Go to node) node.
4374 2008-01-21  Michael Albinus  <michael.albinus@gmx.de>
4376         * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
4378 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4380         * gnus-news.texi: Mention gnus-article-describe-bindings.
4382 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4384         * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
4386 2008-01-18  Carsten Dominik  <dominik@science.uva.nl>
4388         * org.texi (Property inheritance): New section.
4389         (Conventions): New section.
4390         (Structure editing): Document C-RET, the prefix arg to the cut/copy
4391         commands, and the new bindings for refiling.
4392         (Sparse trees): Document the new special command for sparse trees.
4393         (References): Be more clear about the counting of hilines.
4394         (Handling links): Document M-p/n for accessing links.
4395         (Fast access to TODO states): New section.
4396         (Per file keywords): New section.
4397         (Property inheritance): New section.
4398         (Column attributes): New summary types.
4399         (Capturing Column View): New section.
4400         (The date/time prompt): Cover the new features in the date/time prompt.
4401         Compactify the table of keys for the calendar remote control.
4402         (Clocking work time): Document the new :scope parameter.
4403         (Remember): Promoted to chapter.
4404         (Quoted examples): New section.
4405         (Enhancing text): New verbatim environments.
4407 2008-01-14  Michael Albinus  <michael.albinus@gmx.de>
4409         * trampver.texi: Update release number.
4411 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4413         * gnus.texi (Article Keymap):
4414         Add gnus-article-wide-reply-with-original; fix descriptions of
4415         gnus-article-reply-with-original and
4416         gnus-article-followup-with-original.
4418 2008-01-09  Glenn Morris  <rgm@gnu.org>
4420         * nxml-mode.texi: Add @copying section.
4422 2008-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4424         * message.texi (Mail Variables): Add some text from "(gnus)Posting
4425         Server".  Add `message-send-mail-with-mailclient'.
4427         * gnus.texi (Posting Server): Move some text to "(message)Mail
4428         Variables" and add a reference here.
4430 2008-01-04  Michael Albinus  <michael.albinus@gmx.de>
4432         * dbus.texi (Receiving Method Calls): New chapter.
4433         (Errors and Events): Add serial number to events.  Replace "signal" by
4434         "message".  Introduce dbus-event-serial-number.
4436 2008-01-03  Michael Albinus  <michael.albinus@gmx.de>
4438         * dbus.texi (Type Conversion): Explain the type specification for empty
4439         arrays.  Use another example.
4441 2007-12-30  Michael Albinus  <michael.albinus@gmx.de>
4443         * dbus.texi (all): Replace "..." by @dots{}.
4444         (Type Conversion): Precise the value range for :byte types.
4445         (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
4446         Mention its return value.
4447         (Errors and Events): There is no D-Bus error propagation during event
4448         processing.
4450 2007-12-29  Jay Belanger  <jay.p.belanger@gmail.com>
4452         * calc.tex (Yacas Language, Maxima Language, Giac Language):
4453         New sections.
4455 2007-12-29  Reiner Steib  <Reiner.Steib@gmx.de>
4457         * gnus.texi (Group Parameters): Reorder the text and add a note about
4458         `gnus-parameters' near the beginning of the node.
4460 2007-12-29  IRIE Tetsuya  <irie@t.email.ne.jp>  (tiny change)
4462         * gnus.texi (Score File Editing): Fix function name.
4464 2007-12-23  Michael Albinus  <michael.albinus@gmx.de>
4466         Sync with Tramp 2.1.12.
4468         * trampver.texi: Update release number.
4470 2007-12-22  Michael Albinus  <michael.albinus@gmx.de>
4472         * dbus.texi (Type Conversion): Correct input parameters mapping.
4474 2007-12-21  Michael Albinus  <michael.albinus@gmx.de>
4476         * dbus.texi (Type Conversion): Extend for D-Bus compound types.
4477         (Errors and Events): Mention wrong-type-argument error.
4479 2007-12-21  Alex Schroeder  <alex@gnu.org>
4481         * rcirc.texi: Changed single spaces after sentence end to double
4482         spaces.  Fixed some typos.
4483         (Internet Relay Chat): Explain relay.
4484         (Getting started with rcirc): Change items to reflect prompts.
4485         Add more explanation to rcirc-track-minor-mode and added a comment to
4486         warn future maintainers that this section is a copy.
4487         (People): Change /ignore example.
4488         (Keywords): Not keywords.
4490 2007-12-20  Alex Schroeder  <alex@gnu.org>
4492         * rcirc.texi (Top): Fighting Information Overload chapter added.
4493         (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
4494         (rcirc commands): Move /ignore command to the new chapter.
4495         (Fighting Information Overload): New chapter documenting /keyword,
4496         /bright, /dim, channel ignore, and low priority channels.
4497         (Configuration): Document rcirc-server-alist, remove
4498         rcirc-startup-channels-alist and rcirc-default-server.
4500 2007-12-16  Michael Albinus  <michael.albinus@gmx.de>
4502         * dbus.texi (Signals): Fix example in dbus-register-signal.
4504 2007-12-14  Sven Joachim  <svenjoac@gmx.de>
4506         * gnus.texi (Score Variables): Fix typo.
4508 2007-12-07  Michael Albinus  <michael.albinus@gmx.de>
4510         * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
4511         (Signals): Adapt dbus-send-signal and dbus-register-signal.
4512         (Errors and Events): Adapt dbus-event.
4514 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4516         * gnus.texi (Other Files): Add the yenc command.
4518 2007-11-30  Reiner Steib  <Reiner.Steib@gmx.de>
4520         * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
4521         since 2004-08-06.
4523 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4525         * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
4526         on body.
4528 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4530         * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
4531         and rfc2047-allow-irregular-q-encoded-words; fix description of
4532         rfc2047-encode-encoded-words.
4534 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4536         * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
4538 2007-12-05  Michael Olson  <mwolson@gnu.org>
4540         * remember.texi (Diary): Remove "require" line for remember-diary.el.
4541         Update documentation for `remember-diary-file'.
4543 2007-12-04  Michael Albinus  <michael.albinus@gmx.de>
4545         * dbus.texi (Signals): Precise `dbus-register-signal'.
4546         (Errors and Events): Rework events part, the internal structure of
4547         dbus-event has changed.
4549 2007-12-03  Juanma Barranquero  <lekktu@gmail.com>
4551         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
4552         ($(infodir)/dbus, dbus.dvi): New targets.
4554 2007-12-03  Michael Albinus  <michael.albinus@gmx.de>
4556         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
4557         unconditionally.
4559         * dbus.texi (Synchronous Methods): Show the result of the "lshal"
4560         emulation with @print{}.
4562 2007-12-02  Richard Stallman  <rms@gnu.org>
4564         * dbus.texi (Overview): Minor cleanup.
4566 2007-12-02  Michael Albinus  <michael.albinus@gmx.de>
4568         * Makefile.in (INFO_TARGETS): Add dbus.
4569         (DVI_TARGETS): Add dbus.dvi.
4570         (dbus, dbus.dvi): New targets.
4572         * dbus.texi: New file.
4574 2007-11-24  Romain Francoise  <romain@orebokech.com>
4576         * nxml-mode.texi: Add description in @direntry.
4577         Fix file name to match @setfilename.
4579 2007-11-23  Mark A. Hershberger  <mah@everybody.org>
4581         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
4582         ($(infodir)/nxml-mode): New rule.
4584         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
4585         ($(infodir)/nxml-mode): New rule.
4586         (clean): Add nxml-mode*.
4588         * nxml-mode.texi: New file with nxml manual.
4590 2007-11-18  Richard Stallman  <rms@gnu.org>
4592         * flymake.texi (Example -- Configuring a tool called directly):
4593         Update example.
4595 2007-11-18  Michael Albinus  <michael.albinus@gmx.de>
4597         * tramp.texi (Filename completion): Simplify explanation of
4598         double-slash behavior.  Explain directory contents flushing.
4600 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
4602         * calc.texi (TeX and LaTeX Language Modes): Put in
4603         missing braces.
4605 2007-11-15  Richard Stallman  <rms@gnu.org>
4607         * cl.texi (Equality Predicates): Delete `eql'.
4608         (Predicates, Naming Conventions, Top): Delete `eql'.
4609         (Common Lisp Compatibility): Delete `eql'.
4610         (Porting Common Lisp): Delete obsolete backquote info.
4611         Minor clarification about character constants.
4612         (Sequence Basics): Minor clarification.
4614 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
4616         * cc-mode.texi (Electric Keys, Custom Macros):
4617         * tramp.texi (Filename completion): Fix typos.
4619 2007-11-15  Jay Belanger  <jay.p.belanger@gmail.com>
4621         * calc.texi (Basic commands): Mention the menu.
4623 2007-11-12  Michael Albinus  <michael.albinus@gmx.de>
4625         * tramp.texi (Connection caching): Tramp flushes connection
4626         properties when remote operating system has been changed.
4628 2007-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
4630         * gnus-news.texi: Fix spelling.
4631         `message-insert-formatted-citation-line', not
4632         `message-insert-formated-citation-line'.
4634         * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
4636 2007-11-07  Michael Albinus  <michael.albinus@gmx.de>
4638         * tramp.texi (Overview): Mention also the PuTTY integration under
4639         Win32.  Remove paragraphs about Tramp's experimental status.
4640         (Frequently Asked Questions): Add code example for highlighting the
4641         mode line.
4643 2007-11-03  Michael Olson  <mwolson@gnu.org>
4645         * remember.texi: Change mentions of remember-buffer to
4646         remember-finalize throughout.
4648 2007-10-30  Michael Olson  <mwolson@gnu.org>
4650         * remember.texi (Copying): Remove.
4651         (Mailbox): Update with non-BBDB instructions.
4652         (Diary, Org): Add.
4653         (Bibliography, Planner Page): Remove.
4655 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
4657         * makefile.w32-in (INFO_TARGETS): Add remember.
4658         (DVI_TARGETS): Add remember.dvi.
4659         ($(infodir)/remember): New rule.
4660         (clean): Add remember*.
4662 2007-10-30  Michael Olson  <mwolson@gnu.org>
4664         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
4665         ($(infodir)/remember): New rule that builds the Remember Manual.
4667         * remember.texi: New file containing the Remember Mode Manual.
4668         Shuffle chapters around after initial import.
4669         (Function Reference): Split Keystrokes into separate chapter.
4670         (Keystrokes): Document C-c C-k.
4671         (Introduction): Fix typographical issue with "---".
4673 2007-10-29  Richard Stallman  <rms@gnu.org>
4675         * widget.texi (Introduction): Delete discussion of implementation
4676         internals.
4678 2007-10-29  Michael Albinus  <michael.albinus@gmx.de>
4680         * tramp.texi (Connection caching): Host names must be different
4681         when tunneling.
4683 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4685         * gnus.texi, gnus-faq.texi, message.texi: Bump version to
4686         Gnus v5.13.
4688 2007-10-28  Miles Bader  <miles@gnu.org>
4690         * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
4692 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4694         * gnus.texi (Sorting the Summary Buffer):
4695         Remove gnus-article-sort-by-date-reverse.
4697 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4699         * gnus.texi (Non-ASCII Group Names): New node.
4700         (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
4701         gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
4703 2007-10-28  Michaël Cadilhac  <michael@cadilhac.name>
4705         * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
4706         clean the output of the program `imap-shell-program'.
4708 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4710         * gnus.texi (IMAP): Mention nnimap-logout-timeout.
4712 2007-10-28  Tassilo Horn  <tassilo@member.fsf.org>
4714         * gnus.texi (Sticky Articles): Documentation for sticky article
4715         buffers.
4717 2007-10-28  Michaël Cadilhac  <michael@cadilhac.name>
4719         * gnus.texi (RSS): Document nnrss-ignore-article-fields.
4721 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4723         * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
4725 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4727         * gnus.texi (Archived Messages):
4728         Document gnus-update-message-archive-method.
4730 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4732         * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
4734 2007-10-28  Michaël Cadilhac  <michael@cadilhac.name>
4736         * gnus.texi (Group Maneuvering):
4737         Document `gnus-summary-next-group-on-exit'.
4739 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4741         * gnus.texi (Really Various Summary Commands):
4742         Mention gnus-auto-select-on-ephemeral-exit.
4744 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4746         * gnus.texi, message.texi: Bump version number.
4748 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4750         * gnus.texi (Group Line Specification, Misc Group Stuff)
4751         (Server Commands): Parenthesize @pxref{Mail Spool}.
4753 2007-10-28  Didier Verna  <didier@xemacs.org>
4755         New user option: message-signature-directory.
4756         * message.texi (Insertion Variables): Document it.
4757         * gnus.texi (Posting Styles): Ditto.
4759 2007-10-28  Didier Verna  <didier@xemacs.org>
4761         * gnus.texi (Group Line Specification):
4762         * gnus.texi (Misc Group Stuff):
4763         * gnus.texi (Server Commands): Document the group compaction feature.
4765 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4767         * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
4769         * message.texi (Various Message Variables): Add message-fill-column.
4771 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4773         * gnus.texi: Untabify.
4775 2007-10-28  Didier Verna  <didier@xemacs.org>
4777         * gnus.texi (Group Parameters): Document the posting-style merging
4778         process in topic-mode.
4780 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4782         * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
4784 2007-10-28  Romain Francoise  <romain@orebokech.com>
4786         * gnus.texi (Mail Spool): Fix typo.
4787         Update copyright.
4789 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4791         * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
4793 2007-10-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4795         * gnus.texi (Summary Generation Commands):
4796         Add gnus-summary-insert-ticked-articles.
4798 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4800         * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
4801         to spam-spamassassin-program.
4803 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4805         * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
4807 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4809         * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
4811 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4813         * message.texi (Mail Headers): Document `opportunistic'.
4815 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4817         * emacs-mime.texi (Encoding Customization): Explain how to set
4818         mm-coding-system-priorities per hierarchy.
4820 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4822         * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
4823         nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
4825 2007-10-28  Didier Verna  <didier@xemacs.org>
4827         * message.texi (Wide Reply): Update documentation of
4828         message-dont-reply-to-names (now allowing a list of regexps).
4830 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4832         * gnus.texi (Spam Package Introduction): Fix spam menu and links.
4834 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4836         * gnus.texi (SpamAssassin back end): Fix typo.
4838         * sieve.texi (Examples): Fix grammar.
4840 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4842         * gnus.texi (Searching for Articles): Document M-S and M-R.
4843         (Limiting): Document / b.
4845 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4847         * gnus.texi (Thread Commands): T M-^.
4849 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4851         * message.texi (Mail Aliases): Document ecomplete.
4852         (Mail Aliases): Fix typo.
4854 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4856         * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
4857         fix typo.
4859 2007-10-28  Romain Francoise  <romain@orebokech.com>
4861         * gnus.texi (Mail Spool): Grammar fix.
4863 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4865         * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
4866         string.
4868 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4870         * gnus.texi (Group Parameters): Fix description.
4872 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4874         * gnus.texi (Gmane Spam Reporting):
4875         Fix spam-report-gmane-use-article-number.
4876         Add spam-report-user-mail-address.
4878 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4880         * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
4882 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4884         * gnus.texi (Group Parameters): Add simplified sorting example based on
4885         example for `Sorting the Summary Buffer' from Jari Aalto
4886         <jari.aalto@cante.net>.
4887         (Example Methods): Add example for an indirect connection.
4889 2007-10-28  Kevin Greiner  <kevin.greiner@compsol.cc>
4891         * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
4892         (Agent Parameters): Updated parameter names to match code.
4893         (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
4894         'gnus-agent-summary-fetch-series'.
4895         (Agent and flags): New section providing a generalized discussion
4896         of flag handling.
4897         (Agent and IMAP): Remove flag discussion.
4898         (Agent Variables): Add 'gnus-agent-synchronize-flags'.
4900 2007-10-28  Romain Francoise  <romain@orebokech.com>
4902         * gnus.texi (Exiting the Summary Buffer): Add new function
4903         `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
4905 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4907         * gnus.texi (Conformity): Fix typo.
4908         (Customizing Articles): Document `first'.
4910 2007-10-28  Jari Aalto  <jari.aalto@cante.net>
4912         * gnus.texi (Sorting the Summary Buffer):
4913         Add `gnus-thread-sort-by-date-reverse'.  Add example
4914         host to different sorting in NNTP and RSS groups.
4916 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4918         * message.texi (Insertion): Describe prefix for
4919         message-mark-inserted-region and message-mark-insert-file.
4921 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4923         * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
4924         LaTeX documents.  Describe "text/x-gnus-verbatim".
4926 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
4928         * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
4929         (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
4930         (spam-stat spam filtering, SpamOracle)
4931         (Extending the Spam ELisp package): Remove extra quote symbol for
4932         clarity.
4934 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4936         * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
4937         gnus-article-delete-part and gnus-article-replace-part.
4938         (Using MIME): Add gnus-mime-replace-part.
4940 2007-10-28  Romain Francoise  <romain@orebokech.com>
4942         * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
4943         requires `auto-compression-mode' to be enabled.  Add new nnml
4944         variable `nnml-compressed-files-size-threshold'.
4946 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4948         * gnus.texi (Sorting the Summary Buffer):
4949         Add gnus-thread-sort-by-recipient.
4951 2007-10-28  Romain Francoise  <romain@orebokech.com>
4953         * message.texi (Insertion Variables): Mention new variable
4954         `message-yank-empty-prefix'.  Change `message-yank-cited-prefix'
4955         documentation accordingly.
4957 2007-10-28  Romain Francoise  <romain@orebokech.com>
4959         * gnus.texi (To From Newsgroups): Mention new variables
4960         `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
4962 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4964         * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
4965         stuff; gnus-mime-inline-part does the automatic decompression.
4967 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
4969         * gnus.texi (Spam ELisp Package Configuration Examples):
4970         "training.ham" should be "training.spam".
4972 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4974         * message.texi (Mail Variables): Fix the default value for
4975         message-send-mail-function.
4977 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4979         * gnus.texi (Optional Back End Functions): nntp-request-update-info
4980         always returns nil exceptionally.
4982 2007-10-28  Simon Josefsson  <jas@extundo.com>
4984         * gnus.texi (Article Washing): Add libidn URL.
4985         Suggested by Michael Cook <michael@waxrat.com>.
4987 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4989         * gnus.texi (Topic Commands): Fix next/previous.
4991 2007-10-28  Simon Josefsson  <jas@extundo.com>
4993         * gnus.texi (Article Washing): Mention `W i'.
4995 2007-10-28  Jochen Küpper  <jochen@fhi-berlin.mpg.de>
4997         * gnus.texi (Group Parameters): Slight extension of sieve
4998         parameter description.
5000 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5002         * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
5003         matching score files as well.
5004         (Picons): Describe `gnus-picon-style'.
5006 2007-10-28  Romain Francoise  <romain@orebokech.com>
5008         * message.texi (Message Headers): Mention that headers are hidden
5009         using narrowing, and how to expose them.
5010         Update copyright.
5012 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5014         * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
5015         `gnus-summary-sort-by-recipient'.
5017 2007-10-28  Romain Francoise  <romain@orebokech.com>
5019         * gnus.texi (NNTP marks): New node.
5020         (NNTP): Move NNTP marks variables to the new node.
5022 2007-10-28  Jesper Harder  <harder@ifa.au.dk>
5024         * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
5026         * gnus.texi (MIME Commands, Hashcash): Markup fix.
5028 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
5030         * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
5031         everywhere for consistency.
5032         (Filtering Spam Using The Spam ELisp Package): Admonish again.
5033         (Spam ELisp Package Sequence of Events): This is Gnus, say so.
5034         Say "regular expression" instead of "regex."  Admonish.
5035         Pick other words to sound better (s/so/thus/).
5036         (Spam ELisp Package Filtering of Incoming Mail):
5037         Mention statistical filters.  Remove old TODO.
5038         (Spam ELisp Package Sorting and Score Display in Summary Buffer):
5039         New section on sorting and displaying the spam score.
5040         (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
5041         backend but an alias to spam-use-BBDB.
5042         (Extending the Spam ELisp package): Rewrite the example using the
5043         new backend functionality.
5045 2007-10-28  Simon Josefsson  <jas@extundo.com>
5047         * gnus.texi (NNTP): Mention nntp-marks-is-evil and
5048         nntp-marks-directory, from Romain Francoise
5049         <romain@orebokech.com>.
5051 2007-10-28  Magnus Henoch  <mange@freemail.hu>
5053         * gnus.texi (Hashcash): New default value of
5054         hashcash-default-payment.
5056 2007-10-28  Simon Josefsson  <jas@extundo.com>
5058         * gnus.texi (Hashcash): Fix URL.  Add pref to spam section.
5059         (Anti-spam Hashcash Payments): No need to load hashcash.el now.
5061 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5063         * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
5065 2007-10-28  Simon Josefsson  <jas@extundo.com>
5067         * gnus.texi (documentencoding): Add, to avoid warnings.
5069 2007-10-28  Simon Josefsson  <jas@extundo.com>
5071         * message.texi (Mail Headers): Add.
5073         * gnus.texi (Hashcash): Fix.
5075 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
5077         * gnus.texi (Hashcash): Change location of library, also mention
5078         that payments can be verified and fix the name of the
5079         hashcash-path variable.
5081 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5083         * gnus.texi (Article Display): Add `gnus-picon-style'.
5085 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5087         * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
5089 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
5091         * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
5092         (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
5093         warning about ham processors in spam groups removed.
5095 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
5097         * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
5098         From Hubert Chan <hubert@uhoreg.ca>.
5100 2007-10-28  Jesper Harder  <harder@ifa.au.dk>
5102         * gnus.texi (Spam ELisp Package Sequence of Events): Index.
5103         (Mailing List): Typo.
5104         (Customizing Articles): Add gnus-treat-ansi-sequences.
5105         (Article Washing): Index.
5107         * message.texi: Use m-dash consistently.
5109 2007-10-28  Jesper Harder  <harder@ifa.au.dk>
5111         * gnus.texi (GroupLens): Remove.
5113 2007-10-28  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5115         * gnus.texi (Outgoing Messages, Agent Variables):
5116         Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
5117         Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
5119 2007-10-28  Jesper Harder  <harder@ifa.au.dk>
5121         * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
5123 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5125         * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
5127         * gnus.texi (No Gnus): New node.  Includes `gnus-news.texi'.
5129 2007-10-28  Simon Josefsson  <jas@extundo.com>
5131         * gnus.texi (Top): Add SASL.
5133 2007-10-27  Emanuele Giaquinta  <e.giaquinta@glauco.it>  (tiny change)
5135         * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
5137 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5139         * gnus.texi (Troubleshooting): Adjust Gnus version number.
5141 2007-10-27  Jay Belanger  <jay.p.belanger@gmail.com>
5143         * calc.texi (Formulas, Composition Basics): Lower the
5144         precedence of negation.
5146 2007-10-25  Jonathan Yavner  <jyavner@member.fsf.org>
5148         * ses.texi (The Basics): Mention how to create a new spreadsheet.
5149         Mention the new three-letter column identifiers.
5150         (More on cell printing): Calculate-cell and truncate-cell are now `c'
5151         and `t' rather than `C-c C-c' and `C-c C-t'.  Mention the stupid error
5152         message when using `c' on an empty default with default printer.
5153         (Buffer-local variables in spreadsheets): `symbolic-formulas' was
5154         renamed to `ses--symbolic-formulas' some time ago.
5156 2007-10-25  Jay Belanger  <jay.p.belanger@gmail.com>
5158         * calc.texi (Default Simplifications, Making Selections)
5159         (Customizing Calc): Clarify associativity of multiplication.
5161 2007-10-23  Michael Albinus  <michael.albinus@gmx.de>
5163         * tramp.texi (Traces and Profiles): Simplify loop over
5164         `trace-function-background'.
5166 2007-10-22  Juri Linkov  <juri@jurta.org>
5168         * dired-x.texi (Shell Command Guessing): Default values are now
5169         available by typing M-n instead of M-p.
5171 2007-10-21  Michael Albinus  <michael.albinus@gmx.de>
5173         * tramp.texi (Cleanup remote connections): New section.
5174         (Password caching): Remove `tramp-clear-passwd'.
5175         It's not a command anymore.
5176         (Bug Reports): Add `tramp-bug' to function index.
5177         (Function Index, Variable Index): New nodes.
5178         (Remote shell setup): Describe `tramp-password-prompt-regexp'.
5180         * trampver.texi: Update release number.
5182 2007-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
5184         * calc.texi (History and Acknowledgements): Turn comment
5185         about integer size into past tense.
5186         (Time Zones): Remove pointer to Calc author's address.
5187         (Trigonometric and Hyperbolic Functions): Mention cotangent
5188         and hyperbolic cotangent.  Fix typo.
5190 2007-10-10  Michael Albinus  <michael.albinus@gmx.de>
5192         Sync with Tramp 2.1.11.
5194         * trampver.texi: Update release number.
5196 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
5198         * tramp.texi (External packages): New section.
5200 2007-09-29  Juri Linkov  <juri@jurta.org>
5202         * info.texi (Help-Int): Document `L' (`Info-history').
5204 2007-09-26  Carsten Dominik  <dominik@science.uva.nl>
5206         * org.texi: Change links to webpage and maintained email.
5207         (Remember): Promote to Chapter, significant changes.
5208         (Fast access to TODO states): New section.
5209         (Faces for TODO keywords): New section.
5210         (Export options): Example for #+DATE.
5211         (Progress logging): Section moved.
5213 2007-09-26  Bill Wohler  <wohler@newt.com>
5215         * mh-e.texi (HTML): Mention binding of S-mouse-2 to
5216         browse-url-at-mouse.
5218 2007-09-20  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
5220         * flymake.texi (Customizable variables): Face names don't end in -face.
5221         Fix flymake-err-line-patterns template.
5222         (Example -- Configuring a tool called directly): Fix init-function.
5223         (Highlighting erroneous lines): Face names don't end in -face.
5225 2007-09-18  Exal de Jesus Garcia Carrillo  <exal@gmx.de>  (tiny change)
5227         * erc.texi (Special-Features): Fix small typo.
5229 2007-09-14  Michael Albinus  <michael.albinus@gmx.de>
5231         * tramp.texi (Filename Syntax): Provide links to "Inline methods"
5232         and "External transfer methods".
5234 2007-09-13  Jay Belanger  <jay.p.belanger@gmail.com>
5236         * calc.texi (Predefined Units): Add some history.
5238 2007-09-08  Michael Olson  <mwolson@gnu.org>
5240         * erc.texi (Copying): New section included from gpl.texi.
5241         This matches the look of the upstream ERC manual.
5243 2007-09-07  Jay Belanger  <jay.p.belanger@gmail.com>
5245         * calc.texi (History and Acknowledgements): Adjust the "thanks".
5246         (Random Numbers): Clarify the distribution of `random'.
5248 2007-09-06  Glenn Morris  <rgm@gnu.org>
5250         Move manual sources from man/ to subdirectories of doc/.
5251         Split into the Emacs manual in emacs/, and other manuals in misc/.
5252         Change all setfilename commands to use ../../info.
5253         * Makefile.in: Move the parts of the old man/Makefile.in that do not
5254         refer to the Emacs manual here.
5255         (infodir): New variable.
5256         (INFO_TARGETS, info): Use infodir.  Also used by all info targets.
5257         (cc-mode.texi, faq.texi): Update references to source file locations.
5258         * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
5259         do not refer to the Emacs manual here.
5260         (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
5262         * Makefile.in: Add `basename' versions of all info targets, for
5263         convenience when rebuilding just one manual.
5264         (../etc/GNU): Delete obsolete target.
5265         (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
5266         (mostlyclean): Add *.op, *.ops.  Move *.aux *.cps *.fns *.kys *.pgs
5267         *.vrs *.toc here...
5268         (maintainer-clean): ...from here.
5270         * makefile.w32-in (../etc/GNU): Delete obsolete target.
5272 2007-09-01  Jay Belanger  <jay.p.belanger@gmail.com>
5274         * calc.texi (Date Conversions): Clarify definition of
5275         Julian day numbering.
5276         (Date Forms): Clarify definition of Julian day numbering;
5277         add some history.
5279 2007-08-30  Carsten Dominik  <dominik@science.uva.nl>
5281         * org.texi: Version 5.07.
5283 2007-08-24  IRIE Tetsuya  <irie@t.email.ne.jp>  (tiny change)
5285         * message.texi (MIME): Replace mml-attach with mml-attach-file.
5287 2007-08-22  Carsten Dominik  <dominik@science.uva.nl>
5289         * org.texi (Adding hyperlink types): New section.
5290         (Embedded LaTeX): Chapter updated because of LaTeX export.
5291         (LaTeX export): New section.
5292         (Using links out): New section.
5294 2007-08-22  Glenn Morris  <rgm@gnu.org>
5296         * faq.texi (Learning how to do something): Refcards now in
5297         etc/refcards/ directory.
5299 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
5301         * tramp.texi (Remote Programs): Persistency file must be cleared when
5302         changing `tramp-remote-path'.
5303         (Filename Syntax): Don't use @var{} constructs inside the @trampfn
5304         macro.
5306 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
5308         * calc.texi: Move contents to beginning of file.
5309         (Algebraic Entry): Fix the formatting of an example.
5311 2007-08-15  Jay Belanger  <jay.p.belanger@gmail.com>
5313         * calc.texi (Basic Operations on Units): Mention exact versus
5314         inexact conversions.
5316 2007-08-14  Jay Belanger  <jay.p.belanger@gmail.com>
5318         * calc.texi (Basic Operations on Units): Mention default
5319         values for new units.
5320         (Quick Calculator Mode): Mention that binary format will
5321         be displayed.
5323 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5325         * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
5327 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5329         * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
5331 2007-08-08  Glenn Morris  <rgm@gnu.org>
5333         * gnus.texi, sieve.texi: Replace `iff'.
5335 2007-08-03  Jay Belanger  <jay.p.belanger@gmail.com>
5337         * calc.texi (Basic Graphics): Mention the graphing of error
5338         forms.
5339         (Graphics Options): Mention how `g s' handles error forms.
5340         (Curve Fitting): Mention plotting the curves.
5341         (Standard Nonlinear Models): Add additional models.
5342         (Curve Fitting Details): Mention the Levenberg-Marquardt method.
5343         (Linear Fits): Correct result.
5345 2007-08-01  Alan Mackenzie  <acm@muc.de>
5347         * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
5348         to "--no-site-file".
5350 2007-07-29  Michael Albinus  <michael.albinus@gmx.de>
5352         * tramp.texi (Frequently Asked Questions): Point to mode line
5353         extension in Emacs 23.1.
5355         * trampver.texi: Update release number.
5357 2007-07-27  Glenn Morris  <rgm@gnu.org>
5359         * calc.texi (Copying): Include license text from gpl.texi, rather than
5360         in-line.
5362 2007-07-25  Glenn Morris  <rgm@gnu.org>
5364         * calc.texi (Copying): Replace license with GPLv3.
5366         * Relicense all FSF files to GPLv3 or later.
5368 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
5370         Sync with Tramp 2.1.10.
5372         * tramp.texi (trampfn): Expand macro implementation in order to handle
5373         empty arguments.
5374         (trampfnmhl, trampfnuhl, trampfnhl): Remove macros.  Replace all
5375         occurrences by trampfn.
5376         (Frequently Asked Questions): Extend example code for host
5377         identification in the modeline.  Add bbdb to approaches shortening Tramp
5378         file names to be typed.
5380         * trampver.texi: Update release number.
5382 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
5384         * tramp.texi: Move @setfilename ../info/tramp up, outside the header
5385         section.  Reported by <poti@potis.org>.
5386         (Remote processes): Arguments of the program to be debugged are taken
5387         literally.
5388         (Frequently Asked Questions): Simplify recentf example.
5390 2007-07-14  Karl Berry  <karl@gnu.org>
5392         * info.texi (@copying): New Back-Cover Text.
5394         * info.texi (Quitting Info): Move to proper place in source.
5395         (Reported by Benno Schulenberg.)
5397 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
5399         * Makefile.in (../info/emacs-mime): Use --enable-encoding.
5401         * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
5403         * emacs-mime.texi: Add @documentencoding directive.
5405 2007-07-12  Nick Roberts  <nickrob@snap.net.nz>
5407         * tramp.texi (Remote processes): Add an anchor to the subsection
5408         "Running a debugger on a remote host".
5410 2007-07-12  Michael Albinus  <michael.albinus@gmx.de>
5412         * tramp.texi (Remote processes): Don't call it "experimental" any
5413         longer.  Add subsection about running a debugger on a remote host.
5415 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
5417         * org.texi (Properties and columns): Chapter rewritten.
5419 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
5421         * tramp.texi:
5422         * trampver.texi: Migrate to Tramp 2.1.
5424 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
5426         * org.texi (Properties): New chapter.
5428 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
5430         * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
5431         Control Panel.
5433         * gnus.texi (Misc Article): Add index entry for
5434         gnus-single-article-buffer.
5436 2007-06-27  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5438         * gnus.texi (Starting Up): Fix typo.
5440 2007-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5442         * gnus.texi (Asynchronous Fetching): Fix typo.
5444 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
5446         * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
5447         (About This Manual): Remove redundant information.
5448         (Getting Started): Mention author.
5449         (Basic Arithmetic, Customizing Calc): Make description of the
5450         variable `calc-multiplication-has-precedence' match its new effect.
5452 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
5454         * calc.texi (Basic Arithmetic, Customizing Calc):
5455         Mention the variable `calc-multiplication-has-precedence'.
5457 2007-06-19  Carsten Dominik  <dominik@science.uva.nl>
5459         * org.texi (Tag): Section swapped with node Timestamps.
5460         (Formula syntax for Lisp): Document new `L' flag.
5462 2007-06-06  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5464         * gnus.texi (Misc Group Stuff, Summary Buffer)
5465         (Server Commands, Article Keymap): Fix typo.  s/function/command/.
5467 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5469         * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
5470         * gnus.texi (Article Buttons, Mail Source Customization)
5471         (Sending or Not Sending, Customizing NNDiary):
5472         * message.texi (Message Headers):
5473         * mh-e.texi (HTML): Fix typos.
5475 2007-06-07  Michael Albinus  <michael.albinus@gmx.de>
5477         Sync with Tramp 2.0.56.
5479         * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
5480         settings.  Reported by Ted Zlatanov <tzz@lifelogs.com>.
5482 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
5484         * Version 22.1 released.
5486 2007-05-26  Michael Olson  <mwolson@gnu.org>
5488         * erc.texi (Modules): Fix references to completion modules.
5490 2007-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
5492         * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
5494 2007-05-09  Didier Verna  <didier@xemacs.org>
5496         * gnus.texi (Email Based Diary): New.  Proper documentation for the
5497         nndiary back end and the gnus-diary library.
5499 2007-05-03  Karl Berry  <karl@gnu.org>
5501         * .cvsignore (*.pdf): New entry.
5503         * texinfo.tex: Update from current version for better pdf generation.
5505 2007-04-30  Reiner Steib  <Reiner.Steib@gmx.de>
5507         * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
5509 2007-04-28  Glenn Morris  <rgm@gnu.org>
5511         * faq.texi (New in Emacs 22): Restore mention of python.el pending
5512         consideration of legal status.
5514 2007-04-27  J.D. Smith  <jdsmith@as.arizona.edu>
5516         * idlwave.texi: Minor updates for IDLWAVE 6.1.
5518 2007-04-24  Chong Yidong  <cyd@stupidchicken.com>
5520         * faq.texi (New in Emacs 22): python.el removed.
5522 2007-04-23  Jay Belanger  <jay.p.belanger@gmail.com>
5524         * calc.texi (Reporting bugs): Update maintainer's address.
5526 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
5528         * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
5530 2007-04-15  Jay Belanger  <belanger@truman.edu>
5532         * calc.texi (Title page): Remove the date.
5533         (Basic Arithmetic): Emphasize that / binds less strongly than *.
5534         (The Standard Calc Interface): Change trail title.
5535         (Floats): Mention that when non-decimal floats are entered, only
5536         approximations are stored.
5537         (Copying): Move to the appendices.
5538         (GNU Free Documentation License): Add as an appendix.
5540 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
5542         * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
5543         * dired-x.texi, ebrowse.texi, ediff.texi:
5544         * emacs-mime.texi, erc.texi, eshell.texi:
5545         * eudc.texi, flymake.texi, forms.texi, gnus.texi:
5546         * idlwave.texi, message.texi, newsticker.texi, org.texi:
5547         * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
5548         * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
5549         * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
5550         * woman.texi: Include GFDL.
5552         * doclicense.texi: Remove node heading, so that it can be included by
5553         other files.
5555         * dired-x.texi: Relicence under GFDL.  Remove date from title page.
5557         * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
5558         than *.
5560 2007-04-14  Carsten Dominik  <dominik@science.uva.nl>
5562         * org.texi (Formula syntax for Calc): Emphasize the operator precedence
5563         in Calc.
5565 2007-04-09  Romain Francoise  <romain@orebokech.com>
5567         * faq.texi (New in Emacs 22): Mention improvements to the Windows and
5568         Mac OS ports.  Make it clear that mouse-1 complements and doesn't
5569         replace mouse-2.
5571 2007-04-08  Chong Yidong  <cyd@stupidchicken.com>
5573         * woman.texi (Word at point, Interface Options): woman-topic-at-point
5574         renamed to woman-use-topic-at-point.  Document new behavior.
5576 2007-04-08  Richard Stallman  <rms@gnu.org>
5578         * url.texi: Fix some indexing.
5579         (Disk Caching): Drop discussion of old/other Emacs versions.
5581 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5583         * url.texi (Disk Caching): Say Emacs 21 "and later".
5585         * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
5586         on Font locking which now mentions JIT lock.
5588 2007-04-01  Michael Olson  <mwolson@gnu.org>
5590         * erc.texi: Update for the ERC 5.2 release.
5592 2007-03-31  David Kastrup  <dak@gnu.org>
5594         * woman.texi (Topic, Interface Options): Explain changes semantics of
5595         woman-manpath in order to consider MANPATH_MAP entries.
5597 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
5599         * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
5601 2007-03-26  Richard Stallman  <rms@gnu.org>
5603         * pgg.texi (Caching passphrase): Clean up previous change.
5605 2007-03-25  Thien-Thi Nguyen  <ttn@gnu.org>
5607         * gnus.texi (Setting Process Marks): Fix typo.
5609 2007-03-25  Romain Francoise  <romain@orebokech.com>
5611         * faq.texi (New in Emacs 22): Reorganize using an itemized list for
5612         readability, and include various fixes by Daniel Brockman, Nick Roberts
5613         and Dieter Wilhelm.
5615 2007-03-24  Thien-Thi Nguyen  <ttn@gnu.org>
5617         * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
5619         * gnus.texi (Mail Source Specifiers): Fix typo.
5621 2007-03-22  Ralf Angeli  <angeli@caeruleus.net>
5623         * reftex.texi (Imprint): Update maintainer information.
5625 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5627         * message.texi (Message Buffers): Update documentation for
5628         message-generate-new-buffers.
5630 2007-03-15  Daiki Ueno  <ueno@unixuser.org>
5632         * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
5634 2007-03-21  Glenn Morris  <rgm@gnu.org>
5636         * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
5638 2007-03-19  Chong Yidong  <cyd@stupidchicken.com>
5640         * eshell.texi (Known problems): Emacs 21 -> 22.
5642         * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
5644 2007-03-18  Jay Belanger  <belanger@truman.edu>
5646         * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
5648 2007-03-12  Glenn Morris  <rgm@gnu.org>
5650         * calc.texi (Time Zones): Switch to new North America DST rule.
5652         * calc.texi: Replace "daylight savings" with "daylight
5653         saving" in text throughout.
5655 2007-03-11  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5657         * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
5658         The variable now uses a list of symbols instead of just a symbol.
5659         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
5661 2007-03-06  Romain Francoise  <romain@orebokech.com>
5663         * faq.texi (New in Emacs 22): Don't say "now" too much.  Add MH-E to
5664         new packages, and mention Gnus update.
5666 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5668         * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
5669         nntp-open-connection-functions-never-echo-commands.
5671 2007-02-27  Chong Yidong  <cyd@stupidchicken.com>
5673         * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
5674         problems on the console, and security risk in not using gpg-agent.
5676 2007-02-25  Carsten Dominik  <dominik@science.uva.nl>
5678         * org.texi (The spreadsheet): Rename from "Table calculations".
5679         Completely reorganized and rewritten.
5680         (CamelCase links): Section removed.
5681         (Repeating items): New section.
5682         (Tracking TODO state changes): New section.
5683         (Agenda views): Chapter reorganized and rewritten.
5684         (HTML export): Section rewritten.
5685         (Tables in arbitrary syntax): New section.
5686         (Summary): Better feature summary.
5687         (Activation): Document problem with cut-and-paste of Lisp code
5688         from PDF files.
5689         (Visibility cycling): Document indirect buffer use.
5690         (Structure editing): Document sorting.
5691         (Remember): Section rewritten.
5692         (Time stamps): Better description of time stamp types.
5693         (Tag searches): Document regular expression search for tags.
5694         (Stuck projects): New section.
5695         (In-buffer settings): New keywords.
5696         (History and Acknowledgments): Updated description.
5698 2007-02-24  Alan Mackenzie  <acm@muc.de>
5700         * cc-mode.texi (Movement Commands): Insert two missing command names.
5701         (Getting Started): Slight wording correction (use conditional).
5703 2007-02-22  Kim F. Storm  <storm@cua.dk>
5705         * widget.texi (User Interface, Basic Types): Document need to put some
5706         text before the %v escape in :format string in editable-field widget.
5708 2007-02-18  Romain Francoise  <romain@orebokech.com>
5710         * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
5711         `cvs-mode-quit'.
5713 2007-02-10  Markus Triska  <markus.triska@gmx.at>
5715         * widget.texi (Programming Example): Put constant strings in :format.
5717 2007-02-07  Juanma Barranquero  <lekktu@gmail.com>
5719         * faq.texi (Fullscreen mode on MS-Windows): New node.
5721 2007-02-04  David Kastrup  <dak@gnu.org>
5723         * faq.texi (AUCTeX): Update version number.  Should probably be done
5724         for other packages as well.
5726 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5728         * gnus.texi (Batching Agents): Fix example.  Reported by Tassilo Horn
5729         <tassilo@member.fsf.org>.
5731 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
5733         * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
5734         ls-lisp-use-localized-time-format.
5736 2007-01-20  Markus Triska  <markus.triska@gmx.at>
5738         * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
5740 2007-01-13  Michael Olson  <mwolson@gnu.org>
5742         * erc.texi (Modules): Mention capab-identify module.
5744 2007-01-05  Michael Olson  <mwolson@gnu.org>
5746         * erc.texi (Getting Started): Update for /RECONNECT command.
5748 2007-01-04  Richard Stallman  <rms@gnu.org>
5750         * ebrowse.texi: Change C-c b to C-c C-m.
5752 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5754         * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
5755         variables only in info to avoid redundant entries in the printed
5756         manual.
5758 2007-01-02  Daiki Ueno  <ueno@unixuser.org>
5760         * message.texi (Using PGP/MIME): Document gpg-agent usage.
5762 2007-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
5764         * message.texi (Security): Split into sub-nodes.
5766 2007-01-01  Alan Mackenzie  <acm@muc.de>
5768         * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
5769         eval-after-load in Emacs <=21 and a workaround.  Document that
5770         trigraphs are not supported.
5772 2007-01-01  Alan Mackenzie  <acm@muc.de>
5774         * cc-mode.texi ("Filling and Breaking"): Amend the doc for
5775         c-context-line-break.  When invoked within a string, preserve
5776         whitespace.  Add a backslash only when also in a macro.
5778 2007-01-01  Alan Mackenzie  <acm@muc.de>
5780         * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
5782 2007-01-01  Alan Mackenzie  <acm@muc.de>
5784         * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
5785         are now bound by default to c-\(beginning\|end\)-of-defun by default.
5787 2007-01-01  Alan Mackenzie  <acm@muc.de>
5789         * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
5790         "Choosing a Style".
5792         * cc-mode.texi ("Styles"): Add @dfn{style}.
5794 2006-12-30  Michael Albinus  <michael.albinus@gmx.de>
5796         Sync with Tramp 2.0.55.
5798         * trampver.texi: Update release number.
5800 2006-12-29  Reiner Steib  <Reiner.Steib@gmx.de>
5802         * gnus.texi (Customizing Articles): Add index entries for all
5803         gnus-treat-* variables.
5805 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
5807         * gnus.texi (IMAP): Fix incorrect explanation of
5808         nnimap-search-uids-not-since-is-evil in documentation for
5809         nnimap-expunge-search-string.
5811 2006-12-27  Reiner Steib  <Reiner.Steib@gmx.de>
5813         * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
5814         spam-ifile-database.
5816 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5818         * gnus.texi (Spam Package Configuration Examples): Don't encourage to
5819         rebind C-s.
5821 2006-12-26  Jouni K. Seppänen  <jks@iki.fi>
5823         * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
5824         (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
5825         "expiring mail".
5826         (IMAP): Document nnimap-search-uids-not-since-is-evil and
5827         nnimap-nov-is-evil.
5829 2006-12-25  Kevin Ryde  <user42@zip.com.au>
5831         * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
5832         about the key procedure being used heavily.
5834 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
5836         * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
5837         to t.
5838         (Prerequisites): Add explanation about gpg-agent.
5840 2006-12-22  Kevin Ryde  <user42@zip.com.au>
5842         * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
5843         "sort" instead of "sort*".
5845 2006-12-19  Richard Stallman  <rms@gnu.org>
5847         * calc.texi (History and Acknowledgements): Recognize that Emacs
5848         now does have floating point.
5850 2006-12-19  Michael Albinus  <michael.albinus@gmx.de>
5852         * tramp.texi (External transfer methods): Describe new method `scpc'.
5854 2006-12-17  Sascha Wilde  <wilde@sha-bang.de>
5856         * pgg.texi: Added short note on gpg-agent to the introduction.
5858 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5860         * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
5861         also applies to Cc.
5863 2006-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5865         * gnus.texi (X-Face): Clarify.  Say which programs are required
5866         on Windows.
5868 2006-12-08  Michael Olson  <mwolson@gnu.org>
5870         * erc.texi (Modules): Remove documentation for list module.
5872 2006-12-05  Michaël Cadilhac  <michael.cadilhac@lrde.org>
5874         * faq.texi (^M in the shell buffer): Ditto.
5876 2006-11-20  Michael Olson  <mwolson@gnu.org>
5878         * erc.texi: Call this the 5.2 stable pre-release of ERC.
5880 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
5882         * org.texi: Fix typos.
5883         (Agenda commands): Document `C-k'.
5885 2006-11-16  Eli Zaretskii  <eliz@gnu.org>
5887         * url.texi (http/https): Fix a typo in the HTTP URL.
5889 2006-11-14  Stephen Leake  <stephen_leake@stephe-leake.org>
5891         * ada-mode.texi: Total rewrite.
5893 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
5895         * org.texi: Minor typo fixes.
5897 2006-11-13  Bill Wohler  <wohler@newt.com>
5899         Release MH-E manual version 8.0.3.
5901         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
5902         release 8.0.3.
5904         * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
5905         to set MAILDIR.
5906         (Reading Mail): Document the customization of read-mail-command
5907         for MH-E.
5908         (Viewing Attachments): Document mm-discouraged-alternatives.
5909         (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
5910         (Junk): Add more information about the settings of mh-junk-background
5911         in a program.  Add /usr/bin/mh to PATH in examples.
5913 2006-11-12  Richard Stallman  <rms@gnu.org>
5915         * woman.texi: Update author address but say he no longer maintains it.
5917 2006-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
5919         * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
5920         archived trees.
5921         (Checkboxes): Section moved to chapter 5, and extended.
5922         (The date/time prompt): New section.
5923         (Link abbreviations): New section.
5924         (Presentation and sorting): New section.
5925         (Custom agenda views): Section completely rewritten.
5926         (Summary): Compare with Planner.
5927         (Feedback): More info about creating backtraces.
5928         (Plain lists): Modified example.
5929         (Breaking down tasks): New section.
5930         (Custom time format): New section.
5931         (Time stamps): Document inactive timestamps.
5932         (Setting tags): More details about fast tag selection.
5933         (Block agenda): New section.
5934         (Custom agenda views): Section rewritten.
5935         (Block agenda): New section.
5937 2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
5939         * tramp.texi (Configuration): scp is the default method.
5940         (Default Method): Use ssh as example for another method.
5942 2006-10-27  Richard Stallman  <rms@gnu.org>
5944         * woman.texi: Downcase nroff/troff/roff.
5945         (Installation): Chapter deleted.  Some xrefs deleted.
5946         (Background): woman doesn't advise man ;-).
5948 2006-10-26  Roberto Rodríguez  <lanubeblanca@googlemail.com>  (tiny change)
5950         * ada-mode.texi (Project files, Identifier completion)
5951         (Automatic Casing, Debugging, Using non-standard file names)
5952         (Working Remotely): Fix typos.
5954 2006-10-20  Masatake YAMATO  <jet@gyve.org>
5956         * cc-mode.texi (Sample .emacs File): Add missing `)' in
5957         sample code `my-c-initialization-hook'.
5959 2006-10-19  Stuart D. Herring  <herring@lanl.gov>
5961         * widget.texi: Fix typos.
5963 2006-10-19  Michael Albinus  <michael.albinus@gmx.de>
5965         * tramp.texi (Frequently Asked Questions): Remove questions marked with
5966         "???".  There have been no complaints for years, so the information
5967         must be appropriate.
5969 2006-10-16  Richard Stallman  <rms@gnu.org>
5971         * widget.texi: Use @var instead of capitalization.
5972         Clarify many widget type descriptions.
5974 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5976         * gnus.texi (Other modes): Fix typo.  Add alternative index entry for
5977         gnus-dired-attach.
5978         (Selecting a Group): Fix typo.
5980 2006-10-12  Roberto Rodríguez  <lanubeblanca@googlemail.com>  (tiny change)
5982         * widget.texi: Fix typos.
5984 2006-10-06  Reiner Steib  <Reiner.Steib@gmx.de>
5986         * gnus.texi (Image Enhancements): Update for Emacs 22.
5988         * gnus-faq.texi ([1.3]): Update.
5990 2006-10-06  Richard Stallman  <rms@gnu.org>
5992         * faq.texi (Displaying the current line or column):
5993         Delete "As of Emacs 20".
5995 2006-10-06  Romain Francoise  <romain@orebokech.com>
5997         * faq.texi (VM): VM works with Emacs 22 too.
5999 2006-10-06  Richard Stallman  <rms@gnu.org>
6001         * ebrowse.texi: Remove Emacs version "21" from title.
6003 2006-10-02  Reiner Steib  <Reiner.Steib@gmx.de>
6005         * gnus.texi (Foreign Groups): Say where change of editing commands are
6006         stored.  Add reference to `gnus-parameters'.
6008 2006-09-15  Jay Belanger  <belanger@truman.edu>
6010         * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
6011         Change "Library Public License" to "Lesser Public License"
6012         throughout.  Use "yyyy" to represent year.
6014 2006-09-15  Carsten Dominik  <dominik@science.uva.nl>
6016         * org.texi (Setting tags): Typo fix.
6018 2006-09-14  Reiner Steib  <Reiner.Steib@gmx.de>
6020         * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
6022 2006-09-12  Reiner Steib  <Reiner.Steib@gmx.de>
6024         * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
6026 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
6028         * faq.texi (Escape sequences in shell output): EMACS is now set
6029         to Emacs's absolute file name, not to "t".
6030         (^M in the shell buffer): Likewise.
6031         * misc.texi (Interactive Shell): Likewise.
6033 2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
6035         * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
6036         mails with pop3-leave-mail-on-server.  Fix wording.
6037         (Limiting): Improve gnus-summary-limit-to-articles.
6038         (X-Face): Fix typo.
6040 2006-09-11  Simon Josefsson  <jas@extundo.com>
6042         * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
6043         suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
6045 2006-09-06  Simon Josefsson  <jas@extundo.com>
6047         * smtpmail.texi (Authentication): Mention SSL.
6049 2006-09-01  Eli Zaretskii  <eliz@gnu.org>
6051         * rcirc.texi (Internet Relay Chat, Useful IRC commands):
6052         Don't use @indicateurl.
6054         * cc-mode.texi (Subword Movement): Don't use @headitem.
6055         (Custom Braces, Clean-ups): Don't use @tie.
6057 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
6059         Sync with Tramp 2.0.54.
6061         * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
6062         Suggested by Adrian Phillips <a.phillips@met.no>.
6064 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
6066         * org.texi (Installation, Activation): Split from Installation and
6067         Activation.
6068         (Clocking work time): Documented new features.
6070 2006-08-13  Alex Schroeder  <alex@gnu.org>
6072         * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
6073         example.
6075 2006-08-12  Eli Zaretskii  <eliz@gnu.org>
6077         * faq.texi (How to add fonts): New node.
6079 2006-08-05  Romain Francoise  <romain@orebokech.com>
6081         * faq.texi (New in Emacs 22): Expand.
6083 2006-08-03  Michael Olson  <mwolson@gnu.org>
6085         * erc.texi: Update for ERC 5.1.4.
6087 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6089         * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
6090         in .../site-lisp/gnus/ by default.
6091         [ From gnus-news.texi in the trunk. ]
6093 2006-07-27  Reiner Steib  <Reiner.Steib@gmx.de>
6095         * gnus.texi (MIME Commands): Additions for yEnc.
6097 2006-07-24  Richard Stallman  <rms@gnu.org>
6099         * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
6100         * faq.texi: Move periods and commas inside quotes.
6102 2006-07-20  Jay Belanger  <belanger@truman.edu>
6104         * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
6106 2006-07-18  Chong Yidong  <cyd@stupidchicken.com>
6108         * faq.texi (Security risks with Emacs): Document Emacs 22
6109         file-local-variable mechanism.
6111 2006-07-12  Michael Olson  <mwolson@gnu.org>
6113         * erc.texi: Update for ERC 5.1.3.
6115 2006-07-12  Alex Schroeder  <alex@gnu.org>
6117         * rcirc.texi: Fix typos.
6118         (Getting started with rcirc): New calling convention for M-x irc.
6119         Mention #rcirc.  Removed channel tracking.
6120         (Configuration): Change the names of all variables that got changed
6121         recently, eg. rcirc-server to rcirc-default-server.  Added
6122         documentation for rcirc-authinfo, some background for Bitlbee, and
6123         rcirc-track-minor-mode.
6124         (Scrolling conservatively): Fix the xref from Auto Scrolling to just
6125         Scrolling.
6126         (Reconnecting after you have lost the connection): Fix example code
6127         to match code changes.
6129 2006-07-10  Nick Roberts  <nickrob@snap.net.nz>
6131         * gnus.texi, message.texi: Fix typos.
6133 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
6135         * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
6136         commands.
6137         (Global TODO list): Document the use of the variables
6138         `org-agenda-todo-ignore-scheduled' and
6139         `org-agenda-todo-list-sublevels'.
6141 2006-07-05  Richard Stallman  <rms@gnu.org>
6143         * faq.texi (Scrolling only one line): Fix xref.
6145 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
6147         * faq.texi (Evaluating Emacs Lisp code):
6148         Throughout, replace eval-current-buffer with eval-buffer.
6150 2006-07-03  Richard Stallman  <rms@gnu.org>
6152         * rcirc.texi (Scrolling conservatively): Fix xref.
6154         * pcl-cvs.texi (Viewing differences): Usage fix.
6156 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
6158         * org.texi (Agenda commands): Document `s' key to save all org-mode
6159         buffers.
6161 2006-06-30  Ralf Angeli  <angeli@caeruleus.net>
6163         * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
6164         names.  Mention `cvs-msg' face.
6166 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
6168         * org.texi (Checkboxes): New section.
6170 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
6172         * org.texi (Embedded LaTeX): Fix typos and implement small improvements
6173         throughout this chapter.
6175 2006-06-27  Chong Yidong  <cyd@stupidchicken.com>
6177         * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
6178         text for standalone vs Emacs info.
6179         (Help): Clarify header line description.  Use mouse-1 for clicks.
6180         (Help-P): Use mouse-1 for clicks.
6181         (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
6182         (Help-^L, Help-M, Help-Int, Search Index, Go to node)
6183         (Choose menu subtopic): Remove gratuitous Emacs command names.
6184         (Help-FOO): Put usual behavior first.
6185         (Help-Xref): Clicking on xrefs works in Emacs.
6186         (Search Text): Clarify what the default behavior is.
6187         (Create Info buffer): Fix Emacs window/X window confusion.
6188         (Emacs Info Variables): Fix for new Emacs init file behavior.
6190 2006-06-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6192         * gnus.texi (Summary Buffer Lines): Fix typo.
6194 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
6196         * org.texi (Embedded LaTeX): New chapter.
6197         (Archiving): Section rewritten.
6198         (Enhancing text): Some parts moved to the new chapter about LaTeX.
6200 2006-06-20  Bill Wohler  <wohler@newt.com>
6202         Release MH-E manual version 8.0.1.
6204         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6205         release 8.0.1.
6206         (Preface): Depend on GNU mailutils 1.0 and higher.
6208 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6210         * message.texi (News Headers): Update message-syntax-checks section.
6212 2006-06-19  Karl Berry  <karl@gnu.org>
6214         * info.texi (Advanced): Mention C-q, especially with ?.
6216 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
6218         * org.texi (Publishing links): Document the `:link-validation-function'
6219         property.
6220         (Extensions and Hacking): New chapter, includes some sections of the
6221         "Miscellaneous" chapter.
6223 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
6225         * org.texi (Progress logging): New section.
6227 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
6229         * org.texi (ASCII export): Document indentation adaptation.
6230         (Setting tags): Document mutually-exclusive tags.
6232 2006-06-05  Romain Francoise  <romain@orebokech.com>
6234         * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
6235         Fix typo.
6237         * gnus-faq.texi (Question 8.6): Update reference to the Gnus
6238         channel (#gnus@irc.freenode.net).
6239         Fix typos.  Update copyright notice.
6241         * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
6242         (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
6243         (Line-Up Functions, Custom Macros):
6244         * ediff.texi (Window and Frame Configuration)
6245         (Highlighting Difference Regions):
6246         * emacs-mime.texi (Display Customization):
6247         * erc.texi (History):
6248         * eshell.texi (Known problems):
6249         * eudc.texi (Overview, BBDB):
6250         * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
6251         (The problem of spam, SpamOracle, Extending the Spam package)
6252         (Conformity, Terminology):
6253         * idlwave.texi (Routine Info)
6254         (Class and Keyword Inheritance, Padding Operators)
6255         (Breakpoints and Stepping, Electric Debug Mode)
6256         (Examining Variables, Troubleshooting):
6257         * org.texi (Creating timestamps):
6258         * reftex.texi (Commands, Options, Changes):
6259         * tramp.texi (Inline methods, Password caching)
6260         (Auto-save and Backup, Issues):
6261         * vip.texi (Files, Commands in Insert Mode):
6262         * viper.texi (Emacs Preliminaries, States in Viper)
6263         (Packages that Change Keymaps, Viper Specials, Groundwork):
6264         Fix various typos.
6266 2006-05-31  Michael Ernst  <mernst@alum.mit.edu>
6268         * ediff.texi: Fix typos.
6270 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
6272         * org.texi: Small typo fixes.
6274 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6276         * viper.texi (Viper Specials):
6277         * gnus.texi (Example Setup):
6278         * faq.texi (Backspace invokes help):
6279         * dired-x.texi (Optional Installation Dired Jump):
6280         * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
6281         follow coding conventions.
6283 2006-05-29  Michael Albinus  <michael.albinus@gmx.de>
6285         * tramp.texi (Frequently Asked Questions): Disable zsh zle.
6287 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
6289         * pcl-cvs.texi: Fix typos.
6290         (Customization): Say "us".
6292 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
6294         * org.texi: Remove bogus @setfilename.
6296 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
6298         * org.texi (ASCII export): Omit command name.
6299         (HTML export): Add prefix to all lines in Local Variable example.
6300         (Acknowledgments): Typeset names in italics.
6302 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
6304         * org.texi (Plain lists): Add new item navigation commands.
6305         (External links): Document elisp and info links.
6306         (Custom searches): New section.
6307         (Publishing): New chapter.
6308         (HTML export): Include a list of supported CSS classes.
6309         (Setting tags): Describe the fast-tag-setting interface.
6311 2006-05-20  Luc Teirlinck  <teirllm@auburn.edu>
6313         * dired-x.texi: ifinfo -> ifnottex.
6315 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
6317         * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
6319 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
6321         * message.texi (Interface): Add tool bar customization.
6322         (MIME): Index and text additions for mml-attach.
6323         (MIME): Describe mml-dnd-protocol-alist and
6324         mml-dnd-attach-options.
6326         * gnus.texi (Oort Gnus): Reorder entries in sections.
6327         Fix some entries.
6328         (Starting Up): Add references to "Emacs for Heathens" and to
6329         "Finding the News".  Add user-full-name and user-mail-address.
6330         (Group Buffer Format): Add tool bar customization and update.
6331         (Summary Buffer): Add tool bar customization.
6332         (Posting Styles): Add message-alternative-emails.
6334 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
6336         * tramp.texi (Filename completion): Improve wording.
6338 2006-05-07  Romain Francoise  <romain@orebokech.com>
6340         * faq.texi (Using regular expressions): Fix typo.
6341         (Packages that do not come with Emacs): Fix capitalization.
6342         (Replacing text across multiple files): Expand node to explain how
6343         to use `dired-do-query-replace-regexp' in more detail, based on
6344         suggestion by Eric Hanchrow <offby1@blarg.net>.
6346 2006-05-06  Michael Albinus  <michael.albinus@gmx.de>
6348         * tramp.texi (Filename completion): Completion of remote files'
6349         method, user name and host name is active only in partial
6350         completion mode.
6352 2006-05-06  Bill Wohler  <wohler@newt.com>
6354         Release MH-E manual version 8.0.
6356         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6357         release 8.0.
6359 2006-05-06  Bill Wohler  <wohler@newt.com>
6361         * mh-e.texi (MH-BOOK-HOME): Change from
6362         http://www.ics.uci.edu/~mh/book/mh to
6363         http://rand-mh.sourceforge.net/book/mh.
6364         Replace .htm suffix with .html for MH book files.
6365         (Using This Manual): Update key binding for getting relevant
6366         chapter in Info from command key.
6367         (Ranges): Fix itemx.
6369 2006-05-05  Karl Berry  <karl@gnu.org>
6371         * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
6372         (\fonttextsize): New user-level command to change text font size.
6374 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
6376         * pgg.texi (Caching passphrase): Fix markup and typos.  Simplify.
6378 2006-04-26  Sascha Wilde  <wilde@sha-bang.de>  (tiny change)
6380         * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
6382 2006-04-24  Bill Wohler  <wohler@newt.com>
6384         * mh-e.texi (Getting Started): Make it more explicit that you need
6385         to install MH.  Add pointers to current MH implementations.
6387 2006-04-21  Bill Wohler  <wohler@newt.com>
6389         Release MH-E manual version 7.94.
6391         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6392         release 7.94.
6394 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
6396         * org.texi: Many small fixes.
6397         (Handling links): Rename from "Managing links".
6399 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
6401         * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
6402         (Splitting mail using spam-stat): Fix @xref.
6404 2006-04-20  Chong Yidong  <cyd@stupidchicken.com>
6406         * gnus.texi (Spam Package): Major revision of the text.
6407         Previously this node was "Filtering Spam Using The Spam ELisp Package".
6409 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
6411         * org.texi (Time stamps): Better explanation of the purpose of
6412         different time stamps.
6413         (Structure editing, Plain lists): More details on how new items
6414         and headings are inserted.
6416 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
6418         * org.texi (Formula syntax): Fix link to Calc Manual.
6420 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
6422         * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
6424 2006-04-17  Bill Wohler  <wohler@newt.com>
6426         * mh-e.texi (Folders): Update mh-before-quit-hook and
6427         mh-quit-hook example with code that removes the buffers rather
6428         than just bury them.
6430 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
6432         Sync with Tramp 2.0.53.
6434 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
6436         * org.texi (Updating settings): New section.
6437         (Visibility cycling): Better names for the startup folding
6438         options.
6439         (Exporting): Completely restructured.
6440         (The very busy C-c C-c key): New section.
6441         (Summary of in-buffer settings): New section.
6443 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6445         * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
6447 2006-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6449         * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
6450         (Server Commands): Key `v' is reserved for users.
6452 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
6454         * org.texi (Link format): New section, emphasis on bracket links.
6455         (External links): Document bracket links.
6456         (FAQ): Expand to cover shell links and the new link format.
6458 2006-04-09  Kevin Ryde  <user42@zip.com.au>
6460         * org.texi (Formula syntax): Typo in node name of calc-eval xref.
6462 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
6464         * gnus.texi (Summary Buffer Lines): Add `*'.
6466 2006-04-07  Jochen Küpper  <jochen@fhi-berlin.mpg.de>
6468         * gnus.texi (Group Parameters):
6469         Mention gnus-permanently-visible-groups.
6471 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6473         * gnus.texi (Face): Fix typo.
6475 2006-04-05  Reiner Steib  <Reiner.Steib@gmx.de>
6477         * gnus.texi (X-Face): Clarify.
6478         (Face): Need Emacs with PNG support.
6480 2006-04-06  Richard Stallman  <rms@gnu.org>
6482         * idlwave.texi: Delete the blocks "not suitable for inclusion with
6483         Emacs".
6485 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
6487         * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
6488         blocks not suitable for inclusion with Emacs using variable
6489         PARTOFEMACS.
6491 2006-04-04  Simon Josefsson  <jas@extundo.com>
6493         * gnus.texi (Security): Improve.
6495 2006-04-02  Bill Wohler  <wohler@newt.com>
6497         * mh-e.texi (Getting Started, Junk, Bug Reports)
6498         (MH FAQ and Support): Fix URLs.
6500 2006-03-31  Romain Francoise  <romain@orebokech.com>
6502         * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
6503         to t, not nil (and has for the past eight years).
6505 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6507         * message.texi, gnus.texi: Bump version to 5.11.
6509 2006-03-29  Reiner Steib  <Reiner.Steib@gmx.de>
6511         * gnus.texi (Top): Add comment about version line.
6513         * message.texi (Top): Ditto.  Change to take named versions into
6514         account.
6516 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
6518         * gnus.texi (Posting Styles): Add x-face-file to example.
6519         (X-Face): Refer to posting styles.
6521         * gnus-faq.texi ([5.8]): Add x-face-file.
6522         ([8.4]): Add links to gmane.emacs.gnus.user and
6523         gmane.emacs.gnus.general.
6525 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
6527         * gnus-faq.texi: Use .invalid.
6528         ([5.4]): Fix gnus-posting-styles example.
6530 2006-03-27  Romain Francoise  <romain@orebokech.com>
6532         * faq.texi (Emacs/W3): Rename from `w3-mode'.  Mention that
6533         Emacs/W3 needs a new maintainer.
6534         (Ispell): Update author and version info.
6535         (Mailcrypt): Mention PGG.
6536         (New in Emacs 22): Add PGG to the list of new packages.
6537         Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
6538         updating dead URLs.
6540 2006-03-25  Karl Berry  <karl@gnu.org>
6542         * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
6543         * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
6544         * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
6545         * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
6546         * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
6547         * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
6548         * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
6549         (2) do not indent copyright year list (or anything else).
6551 2006-03-21  Bill Wohler  <wohler@newt.com>
6553         * mh-e.texi (Folders): Various edits.
6555 2006-03-20  Romain Francoise  <romain@orebokech.com>
6557         * gnus.texi (Mail Folders): Grammar fix.
6559 2006-03-19  Bill Wohler  <wohler@newt.com>
6561         * mh-e.texi (Replying): Document Mail-Followup-To.
6562         Change manually-formatted table to multitable.  Add debugging info.
6563         Move description of mh-reply-default-reply-to into paragraph
6564         that describes its values.
6566 2006-03-17  Bill Wohler  <wohler@newt.com>
6568         * mh-e.texi: Use smallexample and smalllisp consistently.
6569         (Sending Mail Tour): Update method of entering
6570         addresses and subject.
6571         (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
6572         (Adding Attachments, Searching): Update screenshots for Emacs 22.
6574 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
6576         * org.texi: Version number change only.
6578 2006-03-14  Bill Wohler  <wohler@newt.com>
6580         * mh-e.texi: Add index entries around each paragraph rather than
6581         depend on entries from beginning of node.  Doing so ensures that
6582         index entries are less likely to be forgotten if text is cut and
6583         pasted, and are necessary anyway if the references are on a
6584         separate page.  It seems that makeinfo is now (v. 4.8) only
6585         producing one index entry per node, so there is no longer any
6586         excuse not to.  Use subheading instead of heading.  The incorrect
6587         use of heading produced very large fonts in Info--as large as the
6588         main heading.
6589         (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
6590         versions 6 and 7 appeared *around* the time of these Emacs releases.
6592 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
6594         * org.texi (Clean view): Document new startup options.
6596 2006-03-11  Bill Wohler  <wohler@newt.com>
6598         * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
6599         (Composing, Scan Line Formats): Fix @refs.
6600         (Getting Started): Define MH profile and MH profile components.
6601         (Incorporating Mail, Reading Mail, Viewing, Printing)
6602         (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
6603         (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
6604         for string constants.
6605         (Tool Bar): Remove spurious quote.
6606         (Junk): Use ``...'' instead of "...".
6607         (Scan Line Formats): Replace @samp with @kbd.
6609 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6611         * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
6613 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
6615         * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
6616         easy to understand.
6618 2006-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6620         * gnus.texi: Markup fix.
6621         (Fancy Mail Splitting): Specify new feature.
6623 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6625         * gnus.texi (Fancy Mail Splitting): Improve descriptions about
6626         partial-words matching.
6628 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
6630         * emacs-mime.texi (Display Customization): Reword image/.* stuff.
6632         * gnus.texi (Oort Gnus): Add note about `gnus-load'.
6633         (MIME Commands): Fix mm-discouraged-alternatives.
6635 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
6637         * org.texi: Version number change only.
6639 2006-03-06  Bill Wohler  <wohler@newt.com>
6641         * mh-e.texi: Move from SourceForge repository to Savannah.
6642         This is version 7.93, which is a total rewrite from the previous
6643         edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
6644         version 7.93.
6646 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
6648         * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
6650 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
6652         * org.texi (Interaction): Add item about `org-mouse.el' by
6653         Piotr Zielinski.
6654         (Managing links): Document that also mouse-1 can be used to
6655         activate a link.
6656         (Headlines, FAQ): Add entry about hiding leading stars.
6657         (Miscellaneous): Resort the sections in this chapter to a more
6658         logical sequence.
6660 2006-02-27  Simon Josefsson  <jas@extundo.com>
6662         * emacs-mime.texi (Flowed text): Add mm-fill-flowed.  (Sync
6663         2004-01-27 from the trunk).
6665 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
6667         * cc-mode.texi: Rename c-hungry-backspace to
6668         c-hungry-delete-backwards, at the request of RMS.  Leave the old
6669         name as an alias.
6671 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
6673         * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
6674         include the function header within the defun.
6676 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
6678         * cc-mode.texi: Correct two typos.
6680 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
6682         * cc-mode.texi (Comment Commands): State that C-u M-; kills any
6683         existing comment.
6684         (Electric Keys): Add a justification for electric indentation.
6685         (Hungry WS Deletion): Clear up the names and complications of the
6686         BACKSPACE and DELETE keys.
6688 2006-02-23  Juri Linkov  <juri@jurta.org>
6690         * faq.texi (Common requests): Move `Turning on auto-fill by
6691         default' after `Wrapping words automatically'.  Move `Working with
6692         unprintable characters' before `Searching for/replacing newlines'.
6693         Move `Replacing highlighted text' after `Highlighting a region'.
6694         Merge `Repeating commands' and `Repeating a command as many times
6695         as possible' into the former.
6696         (Packages that do not come with Emacs): Add refs to Gmane and
6697         etc/MORE.STUFF.
6699 2006-02-23  Juri Linkov  <juri@jurta.org>
6701         * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
6702         (Reporting bugs): Suggest using `M-x report-emacs-bug'.
6703         Add xref to `(emacs)Reporting Bugs'.
6704         (Getting a printed manual): Add URL to other formats of the manual.
6705         (Common requests): Fix menu.
6706         (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
6707         (Horizontal scrolling): Mention `truncate-partial-width-windows'.
6708         (Inserting text at the beginning of each line): Add pxref to
6709         `Changing the included text prefix'.
6710         (Forcing the cursor to remain in the same column): Mention `track-eol'
6711         and `set-goal-column'.  Add pxref to `(emacs)Moving Point'.
6712         (Replacing text across multiple files): Add keybinding `Q' for
6713         `dired-do-query-replace'.
6715 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
6717         * reftex.texi: Version number and date change only.
6719         * org.texi (Internal Links): Rewrite to cover the modified
6720         linking system.
6722 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
6724         * faq.texi: Remove the coding cookie, it's not needed anymore.
6726 2006-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6728         * faq.texi (Colors on a TTY): Mention Mac OS port.
6730 2006-02-12  Karl Berry  <karl@gnu.org>
6732         * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
6733         8-bit accented a.
6735 2006-02-09  Reiner Steib  <Reiner.Steib@gmx.de>
6737         * gnus.texi (Gnus Versions): Add history beyond start of Oort.
6739 2006-02-08  Romain Francoise  <romain@orebokech.com>
6741         * faq.texi (Top): Remove paragraph about the FAQ being a
6742         transitional document, etc.
6743         (Searching for/replacing newlines): New node.
6744         (Yanking text in isearch): New node.
6745         (Inserting text at the beginning of each line): Rename and make
6746         more general, mention `M-;' in Message mode.
6748 2006-02-07  Luc Teirlinck  <teirllm@auburn.edu>
6750         * faq.texi (Meta key does not work in xterm)
6751         (Emacs does not display 8-bit characters)
6752         (Inputting eight-bit characters): Update xrefs.
6754 2006-02-06  Romain Francoise  <romain@orebokech.com>
6756         * faq.texi (VM): VM now at version 7.19.
6757         Set myself as maintainer of this file.
6759 2006-02-04  Michael Olson  <mwolson@gnu.org>
6761         * erc.texi (History): Note that ERC is now included with Emacs.
6763 2006-01-31  Romain Francoise  <romain@orebokech.com>
6765         * message.texi (Message Headers): Explain what
6766         `message-alternative-emails' does in more detail.
6767         Update copyright year.
6769 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
6771         * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
6773 2006-01-29  Richard M. Stallman  <rms@gnu.org>
6775         * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
6777 2006-01-29  Michael Olson  <mwolson@gnu.org>
6779         * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
6781         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
6783         * faq.texi (New in Emacs 22): Mention ERC.
6785 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
6787         * rcirc.texi: Capitalize dir entry for consistency with the entry
6788         in info/dir and other entries in the Emacs category.
6789         Fix typos.  Delete trailing whitespace.
6791 2006-01-28  Björn Lindström  <bkhl@elektrubadur.se>
6793         * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
6795 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
6797         * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
6798         (INFO_TARGETS, DVI_TARGETS): Add rcirc.
6800         * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
6801         (INFO_TARGETS, DVI_TARGETS): Add rcirc.
6803 2006-01-27  Alex Schroeder  <alex@gnu.org>
6805         * rcirc.texi: New file.
6807 2006-01-23  Juri Linkov  <juri@jurta.org>
6809         * widget.texi (User Interface): Add S-TAB for widget-backward.
6811 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
6813         Sync with Tramp 2.0.52.
6815         * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
6816         Add Tramp disabling item.  New item for common connection problems.
6817         (various): Apply "ftp" as method for the download URL.
6818         (Bug Reports): Refer to FAQ for common problems.
6820 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
6822         * widget.texi (User Interface): Use @key for TAB.
6824         * ses.texi (Formulas, Printer functions): Use @key for TAB.
6826         * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
6827         for TAB.
6829         * cc-mode.texi (Indentation Calculation): Use @key for TAB.
6831 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6833         * gnus.texi: Update copyright.
6835 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6837         * gnus.texi (Article Washing): Additions.
6839 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
6841         * org.texi (Agenda commands): Document tags command.
6843 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6845         * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
6847 2006-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6849         * gnus.texi (RSS): Addition.
6851 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6853         * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
6855 2005-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6857         * emacs-mime.texi (Display Customization): Add setting example to
6858         mm-discouraged-alternatives.
6860 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6862         * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
6863         version is the canonical version.
6865 2006-01-08  Alex Schroeder  <alex@gnu.org>
6867         * pgg.texi (Caching passphrase): Rewording.
6869 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
6871         * flymake.texi (Obtaining Flymake): Update Flymake's CVS
6872         repository URL.
6874 2006-01-06  Carsten Dominik  <dominik@science.uva.nl>
6876         * org.texi: Removed the accidentally re-added empty line in the
6877         direntry.
6879 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
6881         * org.texi (Agenda Views): Chapter reorganized.
6883 2005-12-29  Romain Francoise  <romain@orebokech.com>
6885         * faq.texi (Using Customize): New node.
6887 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
6889         * org.texi: Remove blank line in @direntry.  It is non-standard
6890         and recursively produces blank lines all over the dir file (when
6891         using Texinfo 4.8).
6893 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
6895         * widget.texi (atoms): Delete obsolete remark about `file' widget.
6897 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
6899         * org.texi (Tags): Boolean logic documented.
6900         (Agenda Views): Document custom commands.
6902 2005-12-20  David Kastrup  <dak@gnu.org>
6904         * faq.texi (AUCTeX): Update version and mailing list info.
6906 2005-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6908         * gnus.texi (MIME Commands): Mention addition of
6909         multipart/alternative to gnus-buttonized-mime-types and add xref
6910         to mm-discouraged-alternatives.
6912         * emacs-mime.texi (Display Customization): Mention addition of
6913         "image/.*" and add xref to gnus-buttonized-mime-types in the
6914         mm-discouraged-alternatives section.
6916 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
6918         * org.texi (Tags): New section.
6919         (Agenda Views): Chapter reorganized.
6921 2005-12-16  Eli Zaretskii  <eliz@gnu.org>
6923         * org.texi (Internal Links): Add a missing comma after an @xref.
6925 2005-12-14  Chong Yidong  <cyd@stupidchicken.com>
6927         * faq.texi (Filling paragraphs with a single space): No need to
6928         change sentence-end now.
6930 2005-12-13  Romain Francoise  <romain@orebokech.com>
6932         * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
6934 2005-12-12  Jay Belanger  <belanger@truman.edu>
6936         * faq.texi (Calc): Update version number.
6938 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
6940         * org.texi (Progress Logging): New section.
6942 2005-12-10  Romain Francoise  <romain@orebokech.com>
6944         Update the Emacs FAQ for the 22.1 release.
6946         * faq.texi: Set VER to `22.1'.
6947         (Basic editing): Explain how to use localized versions of the
6948         Tutorial.  Mention that `C-h r' displays the manual.
6949         Delete obsolete WWW link to an Emacs 18 tutorial.
6950         (Getting a printed manual): Point to the new locations of the
6951         manuals on the GNU Web site.
6952         (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
6953         available via Info (it was previously distributed separately).
6954         (Installing Texinfo documentation): The latest version of Texinfo
6955         is 4.8, not 4.0.
6956         (Informational files for Emacs): COPYING is the GNU General Public
6957         License, not the Emacs General Public License.
6958         (Informational files for Emacs): Delete obsolete link to the
6959         GNUinfo pages as they have been removed from the GNU Web site.
6960         (New in Emacs 22): New node.
6961         (Setting up a customization file): Say that most packages support
6962         Customize nowadays.
6963         (Colors on a TTY): Delete reference to instructions on how to
6964         enable syntax highlighting, it is now enabled by default.
6965         (Turning on abbrevs by default): Emacs now reads the abbrevs file
6966         at startup automatically.
6967         (Controlling case sensitivity): Mention `M-c' in isearch.
6968         (Using an already running Emacs process): Emacs now creates the
6969         socket in `/tmp/emacsUID'.  Fix typos.  Change default location of
6970         gnuserv.  As emacsclient can now run Lisp code as well, delete a
6971         sentence praising gnuserv for that.  Simplify description of how
6972         the client/server operation works.
6973         (Compiler error messages): Delete obsolete text (compile.el has
6974         been rewritten).
6975         (Indenting switch statements): Fix typo.
6976         (Matching parentheses): Simplify setup instructions, mention the
6977         menu bar item in the Options menu.
6978         (Repeating a command as many times as possible): Mention `C-x e'.
6979         (Going to a line by number): Mention new keymap and bindings
6980         `M-g M-g', `M-g M-p' and `M-g M-n'.
6981         (Turning on syntax highlighting): Now on by default.  Simplify.
6982         (Replacing highlighted text): Use `1', not `t'.
6983         (Problems with very large files): The maximum size is now 256MB on
6984         32-bit machines.
6985         (^M in the shell buffer): Mention `comint-process-echoes'.
6986         (Emacs for Apple computers): Emacs 22 has native support for Mac
6987         OS X.
6988         (Translating names to IP addresses): Delete node.
6989         (Binding keys to commands): Fix typo.
6990         (SPC no longer completes file names): New node.
6991         (MIME with Emacs mail packages): Delete section about the Emacs
6992         MIME FAQ (it's not reachable anymore).
6994 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
6996         * cc-mode.texi: The manual has been extensively revised: the
6997         information about using CC Mode has been separated from the larger
6998         and more difficult chapters about configuration.  It has been
6999         updated for CC Mode 5.31.
7001 2005-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7003         * pgg.texi (User Commands): Fix description of pgg-verify-region.
7004         (Selecting an implementation): Fix descriptions.
7006 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7008         * message.texi (Various Message Variables): Addition.
7010 2005-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7012         * message.texi: Fix default values.
7014 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7016         * message.texi (Header Commands): Clarify descriptions of
7017         message-cross-post-followup-to, message-reduce-to-to-cc, and
7018         message-insert-wide-reply.
7019         (Various Commands): Fix kindex for message-kill-to-signature;
7020         clarify description of message-tab.
7022 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7024         * message.texi (Mailing Lists): Fix description about MFT.
7026         * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
7028 2005-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7030         * gnus.texi (Slow Terminal Connection): Replace old description
7031         with new one.
7033 2005-11-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7035         * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
7036         replace X-Draft-Headers with X-Draft-From.
7038 2005-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7040         * gnus.texi (Various Various): Fix the default value of
7041         nnheader-max-head-length.
7042         (Gnus Versions): Fix typo.
7044 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
7046         * org.texi (Structure editing): Document new functionality of
7047         M-RET.
7049 2005-12-06  Luc Teirlinck  <teirllm@auburn.edu>
7051         * org.texi (Internal Links): Fix Texinfo usage.
7053 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
7055         * org.texi (TODO basics): Document the global todo list.
7056         (TODO items): Documents sparse tree for specific TODO
7057         keywords.
7059 2005-11-30  Carsten Dominik  <dominik@science.uva.nl>
7061         * org.texi (Plain Lists): Typos fixed.
7063 2005-11-28  Jay Belanger  <belanger@truman.edu>
7065         * calc.texi: Change references of `M-#' to `C-x *' prefix.
7067 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
7069         * org.texi (Structure editing): New item moving commands added.
7070         (Plain Lists): New section.
7072 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
7074         * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
7075         (Agenda): Document commands `org-cycle-agenda-files' and
7076         `org-agenda-file-to-front'.
7077         (Built-in table editor): Document `org-table-sort-lines'.
7078         (HTML formatting): Export of hand-formatted lists.
7080 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7082         * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
7083         new variable gnus-toolbar-thickness.
7085 2005-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7087         * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
7089 2005-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7091         * gnus.texi (X-Face): Fix description.
7092         (XVarious): Remove gnus-xmas-logo-color-alist and
7093         gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
7095 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7097         * gnus.texi (Group Parameters): Mention new variable
7098         gnus-parameters-case-fold-search.
7099         (Home Score File): Addition.
7101 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
7103         * newsticker.texi: VERSION changed to 1.9.  Updated UPDATED.
7104         (Overview): List supported feed types.
7105         (Installation): No installation necessary when using autoload.
7106         (Configuration): Rename "RSS" to "news".
7108 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
7110         * pgg.texi (User Commands): Document additional passphrase
7111         argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
7112         (Backend methods): Likewise for corresponding pgg-scheme-* functions.
7114 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
7116         * org.texi: Version number changed to 3.19.
7118 2005-10-29  Sascha Wilde  <wilde@sha-bang.de>
7120         * pgg.texi (How to use): Update the example to add autoload of
7121         pgg-encrypt-symmetric-region.
7122         (User Commands): Document pgg-encrypt-symmetric-region.
7123         (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
7125 2005-10-27  Jay Belanger  <belanger@truman.edu>
7127         * calc.texi (Predefined Units): Fix the symbol for a TeX points,
7128         mention other TeX-related units.
7130 2005-10-23  Lars Hansen  <larsh@soem.dk>
7132         * dired-x.texi (Miscellaneous Commands):
7133         Replace dired-do-relative-symlink by dired-do-relsymlink and
7134         dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
7136 2005-10-23  Jay Belanger  <belanger@truman.edu>
7138         * calc.texi (Predefined Units): Use `alpha' for the fine structure
7139         constant.
7141 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
7143         * faq.texi (Bugs and problems):
7144         Replace `dired-move-to-filename-regexp' by
7145         `directory-listing-before-filename-regexp'.
7147 2005-10-22  Eli Zaretskii  <eliz@gnu.org>
7149         * newsticker.texi (UPDATED): Set value.
7151 2005-10-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7153         * gnus.texi (Document Groups): Remove duplicate item.
7155 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
7157         * org.texi (Summary): Mention iCalendar support.
7158         (Exporting): Document iCalendar support.
7160 2005-10-18  Romain Francoise  <romain@orebokech.com>
7162         * viper.texi (Viper Specials): Capitalize GNU.
7164 2005-10-17  Juri Linkov  <juri@jurta.org>
7166         * info.texi (Getting Started, Search Index, Expert Info):
7167         Fix wording.
7168         (Search Text): Replace `echo area' with `mode line'.
7169         (Search Index): Both `i' and `,' find all index entries.
7170         Replace example `C-f' with `C-l' (which exists in index of Info
7171         manual) and delete spaces in its keyboard input sequence.
7172         Delete unnecessary explanations about literal characters.
7174 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7176         * gnus.texi (Document Server Internals): Addition.
7178 2005-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7180         * gnus.texi (A note on namespaces): Fix RFC reference.
7182 2005-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7184         * gnus.texi (RSS): Fix key description.
7186 2005-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7188         * gnus.texi: Emacs/w3 -> Emacs/W3.
7189         (Browsing the Web): Fix description.
7190         (Web Searches): Ditto.
7191         (Customizing W3): Ditto.
7193 2005-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7195         * gnus.texi (Maildir): Clarify expire-age and expire-group.
7197 2005-10-11  Jay Belanger  <belanger@truman.edu>
7199         * calc.texi (Integration): Mention using `a i' to compute definite
7200         integrals.
7202 2005-10-11  Juri Linkov  <juri@jurta.org>
7204         * info.texi: Rearrange nodes.
7205         (Top): Update menu.  Change ref `Info for Experts' to
7206         `Advanced Info Commands'.
7207         (Getting Started): Fix description of manual's parts.
7208         (Help-Int): Change xref `Info Search' to `Search Index', and
7209         `Expert Info' to `Advanced'.
7210         (Advanced): Move node one level up.
7211         (Search Text, Search Index): New nodes split out from `Info Search'.
7212         (Go to node, Choose menu subtopic, Create Info buffer): New nodes
7213         split out from `Advanced'.
7214         (Advanced, Emacs Info Variables): De-document editing an Info file
7215         in Info.
7216         (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
7217         (Creating an Info File): Delete node and move its text to
7218         `Expert Info'.
7220 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
7222         * org.texi (Workflow states): Documented that change in keywords
7223         becomes active only after restart of Emacs.
7225 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
7227         Sync with Tramp 2.0.51.
7229 2005-10-08  Nick Roberts  <nickrob@snap.net.nz>
7231         * speedbar.texi (Introduction): Describe new location of speedbar
7232         on menubar.
7233         (Basic Key Bindings): Remove descriptions of bindings that have
7234         been removed.
7236 2005-10-05  Nick Roberts  <nickrob@snap.net.nz>
7238         * speedbar.texi (GDB): Describe use of watch expressions.
7240 2005-09-28  Simon Josefsson  <jas@extundo.com>
7242         * message.texi (IDNA): Fix.
7244 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7246         * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
7247         nntp-server-hook, and nntp-warn-about-losing-connection; fix
7248         description of nntp-open-connection-function.
7249         (Common Variables): Fix descriptions.
7251 2005-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7253         * gnus.texi (Server Buffer Format): Document the %a format spec.
7255 2005-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7257         * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
7259 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
7261         * org.texi Version 3.16.
7263 2005-09-19  Miles Bader  <miles@gnu.org>
7265         * newsticker.texi: Get rid of CVS keywords.
7267 2005-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7269         * gnus.texi (Finding the Parent): Fix description of how Gnus
7270         finds article.
7272 2005-09-14  Jari Aalto  <jari.aalto@cante.net>
7274         * gnus.texi (Advanced Scoring Examples): New examples to teach how
7275         to drop off non-answered articles.
7277 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
7279         * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
7280         braces (which are unsupported by NMAKE) for macro `srcdir'.
7282 2005-09-17  Eli Zaretskii  <eliz@gnu.org>
7284         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7285         (../info/newsticker, newsticker.dvi): New targets.
7287 2005-09-17  Ulf Jasper  <ulf.jasper@web.de>
7289         * newsticker.texi: Replace @command with @code.  Replace @example
7290         with @lisp.
7291         (Top): Add explanations to menu items.
7292         (GNU Free Documentation License): Remove.
7294 2005-09-16  Romain Francoise  <romain@orebokech.com>
7296         Update all files to specify GFDL version 1.2.
7298         * doclicense.texi (GNU Free Documentation License): Update to
7299         version 1.2.
7301 2005-09-15  Richard M. Stallman  <rms@gnu.org>
7303         * newsticker.texi: Fix @setfilename.
7305         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7306         (../info/newsticker, newsticker.dvi): New targets.
7308 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
7310         * org.texi: Version 3.15.
7312 2005-08-29  Luc Teirlinck  <teirllm@auburn.edu>
7314         * ses.texi: Combine all three indices into one.
7315         Correct a few typos.
7317 2005-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7319         * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
7321 2005-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7323         * emacs-mime.texi (Handles): Remove duplicate item.
7324         (Encoding Customization): Fix the default value for
7325         mm-coding-system-priorities.
7326         (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
7327         (Basic Functions): Fix reference.
7329 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7331         * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
7333 2005-08-18  Richard M. Stallman  <rms@gnu.org>
7335         * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
7336         and web site.
7338         * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
7339         not keyboard-translate.
7341 2005-08-11  Richard M. Stallman  <rms@gnu.org>
7343         * faq.texi (Using regular expressions): Fix xref.
7345 2005-08-09  Juri Linkov  <juri@jurta.org>
7347         * info.texi (Help-P): Replace `Prev' with `Previous'.
7348         (Help-M, Help-Xref): Add S-TAB.
7349         (Help-FOO): Update `u' command.
7350         (Help-Xref): Move info about Mouse-2 from `Help-Int'.
7351         Update info about visibility of xref parts.
7352         (Help-Int): Fix `m' command.  Rename `Info-last' to
7353         `Info-history-back'.  Add `Info-history-forward'.
7354         (Advanced): Fix `g*' and `M-n' commands.
7355         (Info Search): Add `index-apropos' in stand-alone browser.
7356         Add isearch commands.
7357         (Emacs Info Variables): Remove `Info-fontify'.
7358         Add `Info-mode-hook'.  Update face names.
7359         Add `Info-fontify-maximum-menu-size',
7360         `Info-fontify-visited-nodes', `Info-isearch-search'.
7362 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
7364         Sync with Tramp 2.0.50.
7366         * tramp.texi: Use @option{} consequently for method names.
7367         (Inline methods, External transfer methods): Remove references to
7368         Cygwin.
7369         (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
7370         implementation.
7372 2005-07-27  Reiner Steib  <Reiner.Steib@gmx.de>
7374         * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
7375         Mention that gnus-init-file is not read when Emacs is invoked with
7376         --no-init-file or -q.
7378 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
7380         * org.texi: Version 3.14.
7382 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
7384         * org.texi: Version 3.13.
7386 2005-07-18  Juri Linkov  <juri@jurta.org>
7388         * calc.texi (Time Zones, Logical Operations):
7389         * cl.texi (Overview):
7390         * org.texi (TODO types):
7391         * sc.texi (Emacs 18 MUAs):
7392         * speedbar.texi (Top):
7393         * url.texi (History):
7394         Delete duplicate duplicate words.
7396 2005-07-16  Johan Bockgård  <bojohan@users.sourceforge.net>  (tiny change)
7398         * cl.texi (Type Predicates): Document `atom' type.
7400 2005-07-04  Lute Kamstra  <lute@gnu.org>
7402         Update FSF's address in GPL notices.
7404         * calc.texi (Copying):
7405         * doclicense.texi (GNU Free Documentation License):
7406         * faq.texi (Contacting the FSF):
7407         * mh-e.texi (Copying): Update FSF's address.
7409 2005-07-03  Richard M. Stallman  <rms@gnu.org>
7411         * flymake.texi (Example -- Configuring a tool called directly):
7412         Update name of flymake-build-relative-filename.
7414 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7416         * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
7418 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
7420         * org.texi: Version 3.12.
7422 2005-06-24  Eli Zaretskii  <eliz@gnu.org>
7424         * makefile.w32-in (MAKEINFO): Use --force.
7425         (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
7426         Makefile.in.
7427         (gnus.dvi): Use "..." to quote Sed args, so that it works with
7428         more shells.
7430 2005-06-23  Richard M. Stallman  <rms@gnu.org>
7432         * speedbar.texi (Creating a display): Texinfo usage fixes.
7434         * tramp.texi (Customizing Completion, Auto-save and Backup):
7435         Texinfo usage fixes.
7437 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
7439         * dired-x.texi (Miscellaneous Commands):
7440         * ediff.texi (Miscellaneous):
7441         * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
7442         (Agent Variables):
7443         * info.texi (Help-Xref):
7444         * message.texi (Message Headers):
7445         * org.texi (Remember):
7446         * reftex.texi (Options (Defining Label Environments)):
7447         (Options (Index Support)):
7448         (Options (Viewing Cross-References)):
7449         (Options (Misc)):
7450         (Changes):
7451         * speedbar.texi (Creating a display):
7452         * tramp.texi (Customizing Completion, Auto-save and Backup):
7453         Texinfo usage fix.
7455 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
7457         * org.texi: Version 3.11.
7459 2005-06-12  Jay Belanger  <belanger@truman.edu>
7461         * calc.texi (Getting Started): Remove extra menu item.
7463 2005-05-31  Jay Belanger  <belanger@truman.edu>
7465         * calc.texi (Notations Used in This Manual): Use @kbd for key
7466         sequence.
7467         (Demonstration of Calc): Mention another way of starting Calc.
7468         (Starting Calc): Mention long name of M-#.
7469         (Embedded Mode Overview): Remove unnecessary instruction.
7470         (Other M-# commands): Rephrase `M-# 0' explanation.
7471         (Basic Embedded Mode): Rewrite discussion of prefix arguments to
7472         reflect current behavior.
7474 2005-05-30  Jay Belanger  <belanger@truman.edu>
7476         * calc.texi (Hooks): Change description of calc-window-hook and
7477         calc-trail-window-hook to match usage.
7478         (Computational Functions): Add more constant-generating functions.
7479         (Customizable Variables): Use defvar.
7481 2005-05-28  Jay Belanger  <belanger@truman.edu>
7483         * calc.texi (Assignments in Embedded Mode): Fix variable name.
7484         (Basic Embedded Mode): Explain behavior of arguments to
7485         calc-embedded-mode.
7487 2005-05-27  Jay Belanger  <belanger@truman.edu>
7489         * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
7490         current behavior.
7492 2005-05-25  Jay Belanger  <belanger@truman.edu>
7494         * calc.texi: Change Calc version number throughout.
7495         (Keypad Mode): Change location in info output.
7496         (Keypad mode overview): Move picture of keypad.
7498 2005-05-21  Jay Belanger  <belanger@truman.edu>
7500         * calc.texi (Storing variables): Mention that only most variables
7501         are void to begin with.
7503 2005-05-21  Kevin Ryde  <user42@zip.com.au>
7505         * widget.texi (Basic Types): Update cross ref from "Enabling
7506         Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
7507         lispref/text.texi change.
7509 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
7511         * org.texi: Version 3.09.
7513 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
7515         * reftex.texi: Version 4.28.
7517 2005-05-16  Jay Belanger  <belanger@truman.edu>
7519         * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
7521 2005-05-14  Jay Belanger  <belanger@truman.edu>
7523         * calc.texi (Default Simplifications): Insert missing ! (logical
7524         not operator).
7526 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
7528         Sync with Tramp 2.0.49.
7530 2005-05-10  Jay Belanger  <belanger@truman.edu>
7532         * calc.texi (Default Simplifications): Mention that 0^0 simplifies
7533         to 1.
7535 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
7537         * org.texi: Version 3.08, structure reorganized.
7539 2005-04-24  Richard M. Stallman  <rms@gnu.org>
7541         * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
7543 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
7545         * org.texi: Update to version 3.06.
7547 2005-04-13  Lute Kamstra  <lute@gnu.org>
7549         * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
7551 2005-04-10  Thien-Thi Nguyen  <ttn@gnu.org>
7553         * cl.texi (Porting Common Lisp): Fix typo.
7555 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7557         * gnus.texi (RSS): Addition.
7559 2005-04-04  Jay Belanger  <belanger@truman.edu>
7561         * calc.texi: Change Calc version number.
7562         (Customizable variables): Fix description of calc-language-alist.
7563         (Copying): Put in version 2 of GPL.
7565 2005-04-01  Jay Belanger  <belanger@truman.edu>
7567         * calc.texi (Troubleshooting Commands): Remove comment about
7568         installation.
7569         (Installation): Remove section.
7570         (Customizable Variables): New section.
7571         (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
7572         (Graphical Devices): Add references to Customizable Variables.
7574 2005-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7576         * emacs-mime.texi (Display Customization): Markup fixes.
7577         (rfc2047): Update.
7579 2005-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
7581         * gnus-faq.texi: Replaced with auto-generated version.
7583 2005-03-26  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
7585         * dired-x.texi (Multiple Dired Directories): default-directory was
7586         renamed to dired-default-directory.
7588 2005-03-26  Jay Belanger  <belanger@truman.edu>
7590         * calc.texi (Simplifying Formulas, Rewrite Rules):
7591         Change description of top and bottom of fraction.
7592         (Modulo Forms): Move description of how to create modulo forms to
7593         earlier in the section.
7594         (Fraction Mode): Suggest using : to get a fraction by dividing.
7595         (Basic Arithmetic): Adjust placement of command name.
7596         (Truncating the Stack): Emphasize that "hidden" entries are still
7597         visible.
7598         (Installation): Move discussion of printing manual to "About This
7599         Manual".
7600         (About This Manual): Mention how to print the manual.
7601         (Reporting Bugs): Remove first person.
7602         (Building Vectors): Add algebraic version of append.
7603         (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
7604         (Grouping Digits): Fix typo.
7606 2005-03-25  Werner Lemberg  <wl@gnu.org>
7608         * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
7609         Replace `legal' with `valid'.
7611 2005-03-25  Werner Lemberg  <wl@gnu.org>
7613         * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
7615 2005-03-24  Jay Belanger  <belanger@truman.edu>
7617         * calc.texi (General Mode Commands)
7618         (Mode Settings in Embedded Mode): Add some explanation of
7619         recording mode settings.
7621 2005-03-24  Richard M. Stallman  <rms@gnu.org>
7623         * calc.texi: Remove praise of non-free software.
7625         * idlwave.texi: Don't say where to get IDL or its non-free manual.
7626         (Installation): Node deleted.
7628 2005-03-23  Richard M. Stallman  <rms@gnu.org>
7630         * url.texi (HTTP language/coding): Improve last change.
7632 2005-03-22  Jay Belanger  <belanger@truman.edu>
7634         * calc.texi (Embedded Mode): Add new information on changing
7635         modes.
7637 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
7639         Sync with Tramp 2.0.48.
7641         * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
7643         * tramp.texi: Replace "Emacs" by "GNU Emacs".  Replace "Linux" by
7644         "GNU/Linux".  Change all addresses to .gnu.org.
7645         (Default Method): Offer shortened syntax for "su" and "sudo"
7646         methods.
7648 2005-03-07  Richard M. Stallman  <rms@gnu.org>
7650         * url.texi: Fix usage of "e.g.".
7651         (HTTP language/coding): Explain the rules for these strings.
7653 2005-03-06  Richard M. Stallman  <rms@gnu.org>
7655         * woman.texi (Introduction): Minor cleanups.
7657         * url.texi (HTTP language/coding): Get rid of "Emacs 21".
7659         * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
7660         (Installation): Node deleted.
7662         * mh-e.texi (Preface): Get rid of "Emacs 21".
7664         * eshell.texi (Installation): Delete node (for Emacs 20).
7666 2005-03-05  Thien-Thi Nguyen  <ttn@gnu.org>
7668         * flymake.texi: Refill and tweak style in @lisp blocks.
7670 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
7672         * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
7674 2005-03-01  Jay Belanger  <belanger@truman.edu>
7676         * calc.texi (Trigonometric and Hyperbolic Functions):
7677         Mention additional functions.
7678         (Algebraic Simplifications): Mention additional simplifications.
7680 2005-02-18  Jonathan Yavner  <jyavner@member.fsf.org>
7682         * ses.texi: Add concept/function/variable indices (this work was
7683         donated by Brad Collins <brad@chenla.org>, copyright-assignment
7684         papers on file at FSF).
7686 2005-02-10  Jay Belanger  <belanger@truman.edu>
7688         * calc.texi: Change @LaTeX to La@TeX throughout.
7689         Redefine @expr as @math for TeX output.
7690         Redefine @texline as a no-op for TeX output.
7691         Define @tfn, replace @t by @tfn throughout.
7693 2005-02-09  Jay Belanger  <belanger@truman.edu>
7695         * calc.texi: Add macro for LaTeX for info output.
7697 2005-02-08  Kim F. Storm  <storm@cua.dk>
7699         * texinfo.tex (LaTex): Add def.
7701 2005-02-06  Jay Belanger  <belanger@truman.edu>
7703         * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
7704         change name to "TeX and LaTeX Language Modes."  Mention LaTeX mode
7705         throughout manual.
7707 2005-01-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7709         * gnus.texi: Some edits based on comments from David Abrahams.
7711 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7713         * gnus.texi (RSS): Fix the keystroke.
7715 2005-01-24  David Kastrup  <dak@gnu.org>
7717         * faq.texi: Update AUCTeX version info.
7719 2005-01-16  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
7721         * gnus-faq.texi ([4.1]): Typo.
7723 2005-01-19  Jay Belanger  <belanger@truman.edu>
7725         * calc.texi (Keep Arguments): Mention that keeping arguments
7726         doesn't work with keyboard macros.
7728 2005-01-16  Richard M. Stallman  <rms@gnu.org>
7730         * autotype.texi (Autoinserting): Fix small error.
7732 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
7734         Sync with Tramp 2.0.47.
7736         * tramp.texi (Compilation): New section, describing compilation of
7737         remote files.
7739 2005-01-11  Kim F. Storm  <storm@cua.dk>
7741         * widget.texi (Basic Types): Add :follow-link keyword.
7743 2005-01-09  Jay Belanger  <belanger@truman.edu>
7745         * calc.texi (Basic Commands): Describe new behavior of calc-reset.
7747 2005-01-08  Jay Belanger  <belanger@truman.edu>
7749         * calc.texi: Change throughout to reflect new default value of
7750         calc-settings-file.
7752 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7754         * message.texi (Reply): `message-reply-to-function' should return
7755         a list.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
7757 2005-01-06  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
7759         * faq.texi (Changing load-path): Fix typo.
7761 2005-01-05  Jay Belanger  <belanger@truman.edu>
7763         * calc.texi (Programming Tutorial): Replace kbd command by
7764         appropriate characters for a keyboard macro.
7766 2005-01-04  Jay Belanger  <belanger@truman.edu>
7768         * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
7769         for Lucid Emacs.
7770         (Programming Tutorial): Mention that the user needs to be in the
7771         right mode to compute some functions.
7773 2005-01-04  Jay Belanger  <belanger@truman.edu>
7775         * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
7776         no longer applicable.
7778 2005-01-01  Jay Belanger  <belanger@truman.edu>
7780         * calc.texi (Programming Tutorial): Change description of how to
7781         edit keyboard macros to match current behavior.
7783 2004-12-31  Jay Belanger  <belanger@truman.edu>
7785         * calc.texi: Mention C-cC-c as the way to finish editing throughout.
7787 2004-12-20  Jay Belanger  <belanger@truman.edu>
7789         * calc.texi (Types Tutorial): Emphasize that you can't divide by
7790         zero.
7792 2004-12-17  Luc Teirlinck  <teirllm@auburn.edu>
7794         * cc-mode.texi (Text Filling and Line Breaking): Put period after
7795         @xref.
7796         (Font Locking): Avoid @strong{Note:}.
7798 2004-12-17  Michael Albinus  <michael.albinus@gmx.de>
7800         Sync with Tramp 2.0.46.
7802         * tramp.texi (bottom): Add arch-tag.  It was lost, somehow.
7804 2004-12-16  Luc Teirlinck  <teirllm@auburn.edu>
7806         * url.texi: Correct typos.
7807         (Retrieving URLs): @var{nil}->@code{nil}.
7808         (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
7809         the standard "The GNU Emacs Manual" in fifth argument of @xref's.
7810         (Dealing with HTTP documents): @inforef->@xref.
7812 2004-12-15  Jay Belanger  <belanger@truman.edu>
7814         * calc.texi: Consistently capitalized all mode names.
7815         (Answers to Exercises): Mention that an answer can be a fraction
7816         when in Fraction mode.
7818 2004-12-13  Jay Belanger  <belanger@truman.edu>
7820         * calc.texi: Fix some TeX definitions.
7822 2004-12-09  Luc Teirlinck  <teirllm@auburn.edu>
7824         * reftex.texi (Imprint): Remove erroneous @value's.
7826 2004-12-08  Luc Teirlinck  <teirllm@auburn.edu>
7828         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
7829         (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
7831 2004-12-08  Jay Belanger  <belanger@truman.edu>
7833         * calc.texi (Starting Calc): Remove comment about installation.
7834         (Keypad Mode Overview): Remove comment about Emacs 19 support.
7836 2004-12-08  Luc Teirlinck  <teirllm@auburn.edu>
7838         * url.texi: Update @setfilename.
7839         (Getting Started): No need to worry about Gnus versions.
7840         (Dealing with HTTP documents): Use @inforef.
7842         * org.texi: Fix @direntry file name.
7844 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7846         * url.texi: New file.
7848         * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
7850 2004-12-06  Jay Belanger  <belanger@truman.edu>
7852         * calc.texi (Using Calc): Remove paragraph about installation.
7854 2004-12-06  Jay Belanger  <belanger@truman.edu>
7856         * calc.texi: Use more Texinfo macros and less TeX defs.
7857         Remove @refill's.
7859 2004-12-06  Richard M. Stallman  <rms@gnu.org>
7861         * org.texi: New file.
7863 2004-12-05  Richard M. Stallman  <rms@gnu.org>
7865         * Makefile.in (org.dvi, ../info/org): New targets.
7866         (INFO_TARGETS): Add ../info/org.
7867         (DVI_TARGETS): Add org.dvi.
7868         (maintainer-clean): Remove the info files in the info dir.
7870 2004-11-26  Eli Zaretskii  <eliz@gnu.org>
7872         * idlwave.texi: Fix the setfilename directive to put the produced
7873         file in ../info.
7874         (Continued Statement Indentation): Resurrect Jan D.'s change from
7875         2004-11-03 that was lost when a newer version of idlwave.texi was
7876         imported.
7878 2004-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
7880         * gnus-faq.texi ([5.1]): Add missing bracket.
7882         * gnus.texi (Filtering Spam Using The Spam ELisp Package):
7883         Index `spam-initialize'.
7885 2004-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7887         * message.texi (Various Message Variables): Mention that all mail
7888         file variables are derived from `message-directory'.
7890         * gnus.texi (Splitting Mail): Clarify bogus group.
7892 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7894         * emacs-mime.texi (Encoding Customization):
7895         Fix mm-coding-system-priorities entry.
7897 2004-11-03  Jan Djärv  <jan.h.d@swipnet.se>
7899         * idlwave.texi (Continued Statement Indentation):
7900         * reftex.texi (Options (Index Support)):
7901         (Displaying and Editing the Index, Table of Contents):
7902         * speedbar.texi (Creating a display, Major Display Modes):
7903         Replace non-nil with non-@code{nil}.
7905 2004-10-21  Jay Belanger  <belanger@truman.edu>
7907         * calc.texi (Algebraic-Style Calculations): Remove a comment.
7909 2004-10-18  Luc Teirlinck  <teirllm@auburn.edu>
7911         * calc.texi (Reporting Bugs): Double up `@'.
7913 2004-10-18  Jay Belanger  <belanger@truman.edu>
7915         * calc.texi (Reporting Bugs): Change the address that bugs
7916         should be sent to.
7918 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
7920         * gnus.texi (New Features): Add 5.11.
7922         * message.texi (Resending): Remove wrong default value.
7924         * gnus.texi (Mail Source Specifiers): Describe possible problems
7925         of `pop3-leave-mail-on-server'.  Add `pop3-movemail' and
7926         `pop3-leave-mail-on-server' to the index.
7928 2004-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7930         * message.texi (Canceling News): Add how to set a password.
7932 2004-10-12  Jay Belanger  <belanger@truman.edu>
7934         * calc.texi (Help Commands): Change the descriptions of
7935         calc-describe-function and calc-describe-variable to match their
7936         current behavior.
7938 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
7940         * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
7942 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
7944         Sync with Tramp 2.0.45.
7946         * tramp.texi (Frequently Asked Questions): Comment paragraph about
7947         plink link.  The URL is outdated.  Originator contacted for
7948         clarification.
7950 2004-10-10  Juri Linkov  <juri@jurta.org>
7952         * gnus.texi (Top, Marking Articles): Join two menus in one node
7953         because a node can have only one menu.
7955 2004-10-09  Juri Linkov  <juri@jurta.org>
7957         * gnus.texi (Fancy Mail Splitting): Remove backslash in the
7958         example of nnmail-split-fancy.
7960 2004-10-06  Karl Berry  <karl@gnu.org>
7962         * info.texi (@kbd{1}--@kbd{9}): No space around --, for
7963         consistency with other uses of dashes.
7965 2004-10-05  Karl Berry  <karl@gnu.org>
7967         * info.texi: Consistently use --- throughout, periods at end of
7968         menu descriptions, and a couple typos.
7970 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
7972         * sieve.texi (Manage Sieve API): nil -> @code{nil}.
7973         * pgg.texi (User Commands, Backend methods): Do.
7974         * gnus.texi: Markup fixes.
7975         (Setting Process Marks): Fix `M P a' entry.
7976         * emacs-mime.texi: Fixes.
7978 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
7980         * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
7981         again.
7982         Use 5.10 instead of 5.10.0.
7984 2004-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7986         * gnus.texi (Summary Mail Commands): S D e.
7988 2004-09-20  Raymond Scholz  <ray-2004@zonix.de>  (tiny change)
7990         * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
7991         the gnus-article-mode-line-format section.
7993 2004-09-20  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
7995         * gnus.texi (Various Summary Stuff): Fix the documentation for
7996         gnus-newsgroup-variables.
7998 2004-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8000         * gnus.texi (MIME Commands):
8001         Add gnus-mime-display-multipart-as-mixed,
8002         gnus-mime-display-multipart-alternative-as-mixed,
8003         gnus-mime-display-multipart-related-as-mixed.
8004         (Mail Source Customization): Clarify `mail-source-directory'.
8005         (Splitting Mail): Mention gnus-group-find-new-groups.
8006         (SpamOracle): Fix typo.
8008         * gnus-faq.texi: Untabify.
8009         ([6.3]): nnir.el is in contrib directory.
8011         * message.texi (News Headers): Clarify how a unique ID is created.
8013         * gnus.texi (Batching Agents): Fix typo in example.
8014         Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8016 2004-09-20  Andre Srinivasan  <andre@e2open.com>  (tiny change)
8018         * gnus.texi (Group Parameters): Add more on hooks.
8020 2004-09-20  Florian Weimer  <fw@deneb.enyo.de>
8022         * gnus.texi (Charsets): Point to relevant section in emacs-mime.
8024 2004-09-22  Jay Belanger  <belanger@truman.edu>
8026         * calc.texi (Vectors as Lists): Add a warning that the tutorial
8027         might be hidden during part of the session.
8029 2004-09-20  Jay Belanger  <belanger@truman.edu>
8031         * calc.texi (Notations Used in This Manual): Put in an earlier
8032         mention that DEL could be called Backspace.
8034 2004-09-10  Simon Josefsson  <jas@extundo.com>
8036         * gnus.texi (IMAP): Add example.  Suggested and partially written
8037         by Steinar Bang <sb@dod.no>.
8039 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8041         * gnus.texi (IMAP): Add comments about imaps synonym to imap in
8042         netrc syntax.
8044 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8046         * gnus.texi (Spam ELisp Package Sequence of Events):
8047         Some clarifications.
8048         (Spam ELisp Package Global Variables): More clarifications.
8050 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8052         * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
8053         Mention spam-split does not modify incoming mail.
8055 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8057         * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
8059 2004-09-10  Eli Zaretskii  <eliz@gnu.org>
8061         * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
8063 2004-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8065         * makefile.w32-in (sieve, pgg): Use $(infodir).
8067 2004-09-08  Dhruva Krishnamurthy  <dhruva.krishnamurthy@gmail.com>  (tiny change)
8069         * makefile.w32-in: Fix PGG and Sieve entries.
8071 2004-08-28  Eli Zaretskii  <eliz@gnu.org>
8073         * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
8074         Emacs and related programs.
8076 2004-08-27  Richard M. Stallman  <rms@gnu.org>
8078         * faq.texi: Fix texinfo usage, esp. doublequotes.
8079         (Difference between Emacs and XEmacs): Some clarification.
8081         * faq.texi (Difference between Emacs and XEmacs):
8082         Explain not to contrast XEmacs with GNU Emacs.
8084 2004-08-26  Richard M. Stallman  <rms@gnu.org>
8086         * faq.texi (Difference between Emacs and XEmacs): Rewrite.
8088 2004-08-22  David Kastrup  <dak@gnu.org>
8090         * reftex.texi (AUCTeX): Update links, section name.
8092         * faq.texi (Calc): Update availability (included in 22.1).
8093         (AUCTeX): Update availability, information, versions, description.
8095 2004-08-14  Eli Zaretskii  <eliz@gnu.org>
8097         * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
8099 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
8101         * cc-mode.texi: Various updates for CC Mode 5.30.9.
8103 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
8105         Sync with Tramp 2.0.44.
8107 2004-08-05  Lars Hansen  <larsh@math.ku.dk>
8109         * widget.texi (User Interface): Update how to separate the
8110         editable field of an editable-field widget from other widgets.
8111         (Programming Example): Add text after field.
8113 2004-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8115         * emacs-mime.texi (Encoding Customization): Add a note to the
8116         mm-content-transfer-encoding-defaults entry.
8117         (rfc2047): Update.
8119         * gnus.texi (Article Highlighting):
8120         Add gnus-cite-ignore-quoted-from.
8121         (POP before SMTP): New node.
8122         (Posting Styles): Addition.
8123         (Splitting Mail): Add nnmail-split-lowercase-expanded.
8124         (Fancy Mail Splitting): Ditto.
8125         (X-Face): Add gnus-x-face.
8127 2004-08-30  Reiner Steib  <Reiner.Steib@gmx.de>
8129         * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
8130         * pgg.texi, sieve.texi: Use @copying and @insertcopying.
8132 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
8134         * gnus.texi (Mail Source Specifiers):
8135         Describe `pop3-leave-mail-on-server'.
8137 2004-08-02  Reiner Steib  <Reiner.Steib@gmx.de>
8139         * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
8141         * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
8142         repository.  Change setfilename.
8144         * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
8146 2004-07-02  Juri Linkov  <juri@jurta.org>
8148         * pcl-cvs.texi (Viewing differences): Add `d r'.
8150 2004-06-29  Jesper Harder  <harder@ifa.au.dk>
8152         * ses.texi, viper.texi, flymake.texi, faq.texi:
8153         * eshell.texi, ediff.texi: Markup fixes.
8155 2004-06-21  Karl Berry  <karl@gnu.org>
8157         * info.texi (Top): Mention that only Emacs has mouse support.
8158         (Getting Started): Mention this in a few other places.
8160 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
8162         * autotype.texi (Copyrights, Timestamps):
8163         Recommend `before-save-hook' instead of `write-file-functions'.
8165 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
8167         * dired-x.texi (dired-mark-omitted): Update keybinding.
8169 2004-06-10  Kim F. Storm  <storm@cua.dk>
8171         * pcl-cvs.texi (Viewing differences): Add 'd y'.
8173 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
8175         * dired-x.texi (variable dired-omit-mode): Rename from
8176         dired-omit-files-p.
8177         (function dired-omit-mode): Rename from dired-omit-toggle.
8178         Call dired-omit-mode rather than set dired-omit-files-p.
8179         (dired-mark-omitted): Describe command.
8181 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
8183         Version 2.0.41 of Tramp released.
8185 2004-05-29  Juanma Barranquero  <lektu@terra.es>
8187         * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
8188         (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8190 2004-05-29  Richard M. Stallman  <rms@gnu.org>
8192         * cl.texi (Top): Call this chapter `Introduction'.
8193         (Overview): In TeX, no section heading here.
8195         * cc-mode.texi: Put commas after i.e. and e.g.  Minor cleanups.
8197 2004-05-29  Eli Zaretskii  <eliz@gnu.org>
8199         * Makefile.in (../info/flymake, flymake.dvi): New targets.
8200         (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8202 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
8204         * flymake.texi: New file.
8206 2004-05-28  Simon Josefsson  <jas@extundo.com>
8208         * smtpmail.texi (Authentication): Improve STARTTLS discussion.
8210 2004-05-07  Kai Großjohann  <kai@emptydomain.de>
8212         Version 2.0.40 of Tramp released.
8214 2004-04-25  Michael Albinus  <Michael.Albinus@alcatel.de>
8216         Complete rework, based on review by Karl Berry <karl@gnu.org>.
8218         * tramp.texi (Auto-save and Backup): Explain exploitation of new
8219         variables `tramp-backup-directory-alist' and
8220         `tramp-bkup-backup-directory-info'.
8221         (Overview, Connection types)
8222         (External transfer methods, Default Method)
8223         (Windows setup hints): Remove restriction of password entering
8224         with external methods.
8225         (Auto-save and Backup): Make file name example
8226         (X)Emacs neutral.  In case of XEmacs, `bkup-backup-directory-info'
8227         and `auto-save-directory' must be used.
8228         (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
8229         only "NT").  Remove doubled entry "What kinds of systems does
8230         @tramp{} work on".
8231         (tramp): Macro removed.
8232         (Obtaining Tramp): Flag removed from title.
8233         (all): "tramp-" and "-" removed from flag names.  Flags `tramp'
8234         and `trampver' used properly.  Flag `tramp-inst' replaced by
8235         `installchapter'.  Installation related text adapted.
8237 2004-04-28  Masatake YAMATO  <jet@gyve.org>
8239         * widget.texi (Programming Example): Remove overlays.
8241 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
8243         * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
8245 2004-04-23  Juanma Barranquero  <lektu@terra.es>
8247         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8249 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
8251         * info.texi (Info Search): Add info-apropos.
8253 2004-03-22  Juri Linkov  <juri@jurta.org>
8255         * faq.texi: Fix help key bindings.
8257 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
8259         * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
8260         (as suggested by Karl Berry).  Update information about colored
8261         stars in menus.  Add new subheading describing M-n.
8263 2004-03-12  Richard M. Stallman  <rms@gnu.org>
8265         * cl.texi (Top): Rename top node's title.
8267 2004-03-08  Karl Berry  <karl@gnu.org>
8269         * info.texi: \input texinfo.tex instead of just texinfo, to avoid
8270         problems making the texinfo distribution.
8272 2004-02-29  Simon Josefsson  <jas@extundo.com>
8274         * smtpmail.texi (Authentication): Change the list of supported
8275         authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
8276         CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
8277         <voegelas@gmx.net>.
8279 2004-02-29  Juanma Barranquero  <lektu@terra.es>
8281         * makefile.w32-in (mostlyclean, clean, maintainer-clean):
8282         Use $(DEL) instead of rm, and ignore exit code.
8284 2004-02-29  Kai Großjohann  <kgrossjo@eu.uu.net>
8286         Tramp version 2.0.39 released.
8288 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
8290         * tramp.texi (Customizing Completion): Explain new functions
8291         `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
8292         (all): Savannah URLs unified to "http://savannah.nongnu.org".
8293         (Top): Refer to Savannah mailing list as the major one.
8294         Mention older mailing lists in HTML mode only.
8295         (Auto-save and Backup): Add auto-save.  Based on wording of Kai.
8296         (Frequently Asked Questions): Remote hosts must not be Unix-like
8297         for "smb" method.
8298         (Password caching): New node.
8299         (External transfer methods): Refer to password caching for "smb"
8300         method.
8302 2004-02-17  Karl Berry  <karl@gnu.org>
8304         * info.texi (Help-Int): Mention the new line number feature.
8306 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
8308         * ses.texi (Advanced Features): New functionality for
8309         ses-set-header-row (defaults to current row unless C-u used).
8310         (Acknowledgements): Add Stefan Monnier.
8312 2003-12-29  Kevin Ryde  <user42@zip.com.au>
8314         * viper.texi (Vi Macros): Fix reference to the Emacs manual.
8316 2003-11-30  Kai Großjohann  <kai.grossjohann@gmx.net>
8318         Tramp version 2.0.38 released.
8320         * tramp.texi (Remote shell setup): Warn of environment variables
8321         FRUMPLE if user frumple exists.  Suggested by Sven Gabriel
8322         <sven.gabriel@imk.fzk.de>.
8323         (Configuration): Tramp now chooses base64/uuencode
8324         automatically.  Update wording accordingly.
8325         (Top): More description for the `Default Method' menu entry.
8326         (Default Method): Use @code, not @var, for Lisp variables.
8327         (Default Method): New subsection `Which method is the right one
8328         for me?'  Suggested by Christian Kirsch.
8329         (Configuration): Pointer to new subsection added.
8330         (Default Method): Too many "use" in one sentence.
8331         Rephrase.  Reported by Christian Kirsch.
8332         (Filename Syntax): Old `su' example is probably a left-over from
8333         the sm/su method naming.  Replace with `ssh', instead.
8334         (External transfer methods, Auto-save and Backup):
8335         Typo fixes.
8337 2003-11-02  Michael Albinus  <Michael.Albinus@alcatel.de>
8339         * tramp.texi (all): Harmonize all occurrences of @tramp{}.
8340         (Top): Mention japanese manual only if flag `jamanual' is set.
8341         Insert section `Japanese manual' in menu.
8343 2003-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
8345         * eshell.texi (Known Problems): Add doc item.
8347 2003-11-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
8349         * cc-mode.texi: Update for CC Mode 5.30.
8351         Note: Please refrain from doing purely cosmetic changes like
8352         removing trailing whitespace in this manual; it clobbers cvs
8353         merging for no good reason.
8355 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
8357         * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
8358         * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
8359         @acronym{ASCII}.
8361 2003-10-26  Karl Berry  <karl@gnu.org>
8363         * info.texi (Info Search): Echo area, not echo are.  From Debian
8364         diff.
8366 2003-10-26  Per Abrahamsen  <abraham@dina.kvl.dk>
8368         * widget.texi (Defining New Widgets): Document new behavior of
8369         :buttons and :children keywords.
8371 2003-10-22  Miles Bader  <miles@gnu.org>
8373         * Makefile.in (info): Move before $(top_srcdir)/info.
8375 2003-10-17  Thien-Thi Nguyen  <ttn@gnu.org>
8377         * tramp.texi (Inline methods): Small grammar fix.
8378         (External transfer methods): Likewise.
8380 2003-10-08  Nick Roberts  <nick@nick.uklinux.net>
8382         * speedbar.texi: Remove paragraph for GUD that is no longer true.
8384 2003-10-06  Luc Teirlinck  <teirllm@auburn.edu>
8386         * texinfo.tex: Replace `%' in arch tagline by @ignore.
8388 2003-09-30  Richard M. Stallman  <rms@gnu.org>
8390         * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
8392         * widget.texi (User Interface): Fix typos.
8394         * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
8396 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
8398         * pcl-cvs.texi (Selected Files): Fix typo.
8400 2003-09-21  Karl Berry  <karl@gnu.org>
8402         * info.texi (] and [ commands): No period at end of section title.
8404 2003-09-04  Miles Bader  <miles@gnu.org>
8406         * Makefile.in (top_srcdir): New variable.
8407         ($(top_srcdir)/info): New rule.
8408         (info): Depend on it.
8410 2003-09-03  Peter Runestig  <peter@runestig.com>
8412         * makefile.w32-in: New file.
8414 2003-08-26  Per Abrahamsen  <abraham@dina.kvl.dk>
8416         * widget.texi (User Interface): Explain the need of static text
8417         around an editable field.
8419 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
8421         * widget.texi (Basic Types): The argument to `:help-echo' can now
8422         be a form that evaluates to a string.
8424 2003-08-18  Kim F. Storm  <storm@cua.dk>
8426         * calc.texi (Queries in Macros): Update xref to keyboard macro query.
8428 2003-08-16  Richard M. Stallman  <rms@gnu.org>
8430         * dired-x.texi (Shell Command Guessing): Explain *.
8432 2003-08-16  Chunyu Wang  <spr@db.cs.hit.edu.cn>  (tiny change)
8434         * pcl-cvs.texi (Log Edit Mode): Fix key binding for
8435         log-edit-insert-changelog.
8437 2003-08-03  Karl Berry  <karl@gnu.org>
8439         * info.texi: Need @contents.
8441 2003-07-20  Kai Großjohann  <kai.grossjohann@gmx.net>
8443         Tramp version 2.0.36 released.
8445         * tramp.texi (Remote shell setup): Explain about problems with
8446         non-Bourne commands in ~/.profile and ~/.shrc.
8448 2003-07-07  Luc Teirlinck  <teirllm@mail.auburn.edu>
8450         * info.texi (Help-Inv, Help-M, Help-Xref): Update following
8451         renaming of `vis-mode' to `visible-mode'.
8453 2003-07-04  Luc Teirlinck  <teirllm@mail.auburn.edu>
8455         * info.texi (Top, Help-Small-Screen): Remove accidentally added
8456         next, prev and up pointers.
8458 2003-07-02  Luc Teirlinck  <teirllm@mail.auburn.edu>
8460         * info.texi (Help): Mention existence of Emacs and stand-alone
8461         Info at the very beginning of the tutorial.
8462         (Help-Inv): New node.
8463         (Help-]): New node.
8464         (Help-M): Systematically point out the differences between default
8465         Emacs and stand-alone versions.  Delete second menu.
8466         (Help-Xref): Systematically point out the differences between
8467         default Emacs and stand-alone versions.
8468         (Help-Int): Change `l' example.
8469         (Expert Info): Fix typos.
8470         (Emacs Info Variables): Mention `Info-hide-note-references' and
8471         new default for `Info-scroll-prefer-subnodes'.
8473 2003-06-17  Kai Großjohann  <kai.grossjohann@gmx.net>
8475         Version 2.0.35 of Tramp released.
8477         * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
8478         (Inline methods): Add methods `remsh' and `plink1'.
8479         (External transfer methods): Add method `remcp'.
8480         (Multi-hop Methods): Add method `remsh'.
8481         Small patch from Adrian Aichner <adrian@xemacs.org>:
8482         Fix minor typos.
8483         (Concept Index): Add to make manual searchable via
8484         `Info-index'.
8485         (Version Control): Add cindex entry.
8487 2003-05-24  Kai Großjohann  <kai.grossjohann@gmx.net>
8489         * trampver.texi: Version 2.0.34 released.
8491 2003-05-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
8493         * faq.texi: Improve previous changes.
8495 2003-05-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
8497         * faq.texi: Update copyright and maintenance details.
8498         Update some package URLs, versions, and maintainers.
8499         Remove many references to the Emacs Lisp Archive.
8501 2003-04-23  Simon Josefsson  <jas@extundo.com>
8503         * smtpmail.texi: Fix license (the invariant sections mentioned has
8504         never been part of the smtp manual).  Align info dir entry with
8505         other emacs packages.
8507 2003-04-08  Michael Albinus  <Michael.Albinus@alcatel.de>
8509         * tramp.texi: Version 2.0.33 released.
8510         Remove installation chapter.  Remove XEmacs specifics.
8512 2003-03-29  Richard M. Stallman  <rms@gnu.org>
8514         * tramp.texi (Top): Undo the previous renaming.
8515         (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
8517 2003-03-29  Kai Großjohann  <kai.grossjohann@gmx.net>
8519         * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
8520         version of manual.
8522         * tramp.texi (Auto-save and Backup): New node.
8524 2003-03-29  Michael Albinus  <Michael.Albinus@alcatel.de>
8526         * tramp.texi (Top): Include trampver.texi.  Rename "Emacs" to "GNU
8527         Emacs" in order to have better differentiation to "XEmacs".
8528         `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
8529         are new macros in order to point to the other Emacs flavor where
8530         appropriate.  In info case, point to node `Installation' in order
8531         to explain how to generate the other way.  In html case, make a
8532         link to the other html file.
8533         (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
8534         after CVS checkout/update.
8535         (Installation): Completely rewritten.
8536         (Installation parameters, Load paths): New sections under
8537         `Installation'.
8539 2003-02-28  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
8541         * tramp.texi: Version 2.0.30 released.
8542         Replace word "path" with "localname" where used as a component of
8543         a Tramp file name.
8545 2003-02-28  Michael Albinus  <Michael.Albinus@alcatel.de>
8547         * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
8548         introduced.
8549         (Installation): Explain what to do if files from the tramp/contrib
8550         directory are needed.
8552 2003-02-23  Alex Schroeder  <alex@emacswiki.org>
8554         * smtpmail.texi (How Mail Works): New.
8556 2003-02-22  Alex Schroeder  <alex@emacswiki.org>
8558         * smtpmail.texi: New file.
8560         * Makefile.in: Build SMTP manual.
8562 2003-02-05  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
8564         * tramp.texi: Version 2.0.29 released.
8565         (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
8566         M-x makeinfo-buffer RET.  Reported by gebser@ameritech.net.
8568 2003-02-01  Michael Albinus  <Michael.Albinus@alcatel.de>
8570         * tramp.texi (Frequently Asked Questions): Explain a workaround if
8571         another package loads accidentally Ange-FTP.
8573 2003-01-24  Michael Albinus  <Michael.Albinus@alcatel.de>
8575         * tramp.texi (Customizing Completion): Add function
8576         `tramp-parse-sconfig'.  Change example of
8577         `tramp-set-completion-function', because parsing of ssh config
8578         files looks more natural.
8580 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
8582         * gnus.texi: Do not use `path' in several locations.
8584 2002-12-26  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
8586         * tramp.texi (External transfer methods): New method `smb'.
8587         From Michael Albinus.
8589 2002-11-05  Karl Berry  <karl@gnu.org>
8591         * info.texi (Info-fontify): Reorder face list to avoid bad line
8592         breaks.
8594 2002-10-06  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8596         * tramp.texi: Move @copying to standard place.
8597         Use @insertcopying.
8599 2002-10-02  Karl Berry  <karl@gnu.org>
8601         * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
8602         dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
8603         eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
8604         message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
8605         speedbar.texi vip.texi viper.texi widget.texi woman.texi):
8606         Per rms, update all manuals to use @copying instead of @ifinfo.
8607         Also use @ifnottex instead of @ifinfo around the top node, where
8608         needed for the sake of the HTML output.
8609         (The Gnus manual is not fixed since it's not clear to me how it
8610         works; and the Tramp manual already uses @copying, although in an
8611         unusual way.  All others were changed.)
8613 2002-09-10  Jonathan Yavner  <jyavner@engineer.com>
8615         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
8616         (../info/ses, ses.dvi): New targets.
8617         * ses.texi: New file.
8619 2002-09-06  Pavel Janík  <Pavel@Janik.cz>
8621         * texinfo.tex: Update to texinfo 4.2.
8623 2002-08-27  Carsten Dominik  <dominik@sand.science.uva.nl>
8625         * reftex.texi: Update to RefTeX 4.19.
8627 2002-06-17  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8629         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
8630         (../info/tramp, tramp.dvi): New targets.
8632 2002-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
8634         * Makefile.in (DVI_TARGETS): Add calc.dvi.
8635         (calc.dvi): Uncomment.
8637 2001-11-07  Eli Zaretskii  <eliz@is.elta.co.il>
8639         * Makefile.in (INFO_TARGETS): Add ../info/calc.
8640         (../info/calc): New target.
8642 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
8644         * (Version 21.1 released.)
8646 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
8648         * Branch for 21.1.
8650 2001-04-14  Eli Zaretskii  <eliz@is.elta.co.il>
8652         * Makefile.in (../info/info): Use an explicit -o switch to
8653         makeinfo.
8655 2001-03-05  Gerd Moellmann  <gerd@gnu.org>
8657         * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
8659 2000-12-20  Eli Zaretskii  <eliz@is.elta.co.il>
8661         * Makefile.in (../info/idlwave): Use --no-split.
8663 2000-12-14  Dave Love  <fx@gnu.org>
8665         * Makefile.in (mostlyclean): Remove gnustmp.*.
8666         (gnus.dvi): Change rule to remove @latex stuff.
8668 2000-10-19  Eric M. Ludlam  <zappo@ultranet.com>
8670         * Makefile.in (Speedbar): Add build targets for speedbar.texi.
8672 2000-10-13  John Wiegley  <johnw@gnu.org>
8674         * Makefile.in: Add build targets for eshell.texi.
8676 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
8678         * Makefile.in: Remove/comment speedbar stuff.
8680 2000-09-22  Dave Love  <fx@gnu.org>
8682         * Makefile.in: Add emacs-mime.
8684 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
8686         * Makefile.in (INFO_TARGETS): Add ../info/woman.
8687         (DVI_TARGETS): Add woman.dvi.
8688         (../info/woman, woman.dvi): New targets.
8690 2000-05-31  Stefan Monnier  <monnier@cs.yale.edu>
8692         * .cvsignore (*.tmp): New entry.  Seems to be used for @macro.
8694         * pcl-cvs.texi: New file.
8695         * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
8696         (../info/pcl-cvs, pcl-cvs.dvi): New targets.
8698 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
8700         * Makefile.in (INFO_TARGETS): Add info/ebrowse.
8701         (../info/ebrowse, ebrowse.dvi): New targets.
8703 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
8705         * Makefile.in (INFO_TARGETS): Add eudc.
8706         (DVI_TARGETS): Add eudc.dvi.
8707         (../info/eudc, eudc.dvi): New targets.
8709 2000-01-05  Eli Zaretskii  <eliz@is.elta.co.il>
8711         * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
8712         compatibility with 8+3 filesystems).
8713         (../info/efaq): Rename from emacs-faq.
8715 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
8717         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
8718         (../info/idlwave, idlwave.dvi): New targets.
8720 1999-10-23  Dave Love  <fx@gnu.org>
8722         * Makefile.in: Use autotype.texi.
8724 1999-10-12  Stefan Monnier  <monnier@cs.yale.edu>
8726         * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
8727         faq.texi file) rather than ../info/faq.
8729 1999-10-07  Gerd Moellmann  <gerd@gnu.org>
8731         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
8732         (../info/ada-mode, ada-mode.dvi): New targets.
8734 1999-09-01  Dave Love  <fx@gnu.org>
8736         * Makefile.in: Add faq.
8738 1999-07-12  Richard Stallman  <rms@gnu.org>
8740         * Version 20.4 released.
8742 1998-08-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
8744         * Version 20.3 released.
8746 1998-04-06  Andreas Schwab  <schwab@gnu.org>
8748         * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
8749         Use it in dvi targets.
8750         (../etc/GNU): Change to $(srcdir) first.
8752 1998-03-11  Carsten Dominik  <cd@delysid.gnu.org>
8754         * reftex.texi: Update for RefTeX version 3.22.
8756 1998-02-08  Richard Stallman  <rms@psilocin.gnu.org>
8758         * Makefile.in (reftex.dvi, ../info/reftex): New targets.
8759         (INFO_TARGETS, DVI_TARGETS): Add the new targets.
8761 1997-09-23  Paul Eggert  <eggert@twinsun.com>
8763         * Makefile.in: Merge changes mistakenly made to `Makefile'.
8764         (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
8766 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8768         * Version 20.2 released.
8770 1997-09-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8772         * Version 20.1 released.
8774 1997-07-10  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8776         * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
8778 1996-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8780         * Version 19.33 released.
8782 1996-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8784         * Version 19.32 released.
8786 1996-06-27  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
8788         * Makefile.in: Add rules for the Message manual.
8790 1996-06-26  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
8792         * gnus.texi: New version.
8794         * message.texi: New manual.
8796 1996-06-20  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8798         * Makefile.in (All info targets): cd $(srcdir) to do the work.
8800 1996-06-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8802         * Makefile.in (All info targets): Specify $(srcdir) in input files.
8803         Specify -I option.
8804         (All dvi targets): Set the TEXINPUTS variable.
8806 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>
8808         * Version 19.31 released.
8810 1996-01-07  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
8812         * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
8813         (INFO_TARGETS): Use new name.  This avoids name conflict on MSDOS.
8815 1995-11-29  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8817         * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
8818         (INFO_TARGETS): Add ../info/cc-mode.
8819         (DVI_TARGETS): Add cc-mode.dvi.
8821 1995-11-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8823         * Version 19.30 released.
8825 1995-11-04  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
8827         * gnus.texi: New file.
8829 1995-11-04  Erik Naggum  <erik@naggum.no>
8831         * gnus.texi: File deleted.
8833 1995-11-02  Stephen Gildea  <gildea@stop.mail-abuse.org>
8835         * mh-e.texi: "Function Index" -> "Command Index" to work with
8836         Emacs 19.30 C-h C-k support of separately-documented commands.
8838 1995-06-26  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8840         * Makefile.in (../info/ediff, ediff.dvi): New targets.
8841         (INFO_TARGETS, DVI_TARGETS): Add those new targets.
8843 1995-04-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8845         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
8846         (../info/viper, viper.dvi): New targets.
8848 1995-04-20  Kevin Rodgers  <kevinr@ihs.com>
8850         * dired-x.texi (Installation): Change the example to set
8851         buffer-local variables like dired-omit-files-p in
8852         dired-mode-hook.
8854 1995-04-17  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8856         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
8857         (../info/mh-e, mh-e.dvi): New targets.
8859 1995-02-07  Richard Stallman  <rms@pogo.gnu.ai.mit.edu>
8861         * Makefile.in (maintainer-clean): Rename from realclean.
8863 1994-11-23  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8865         * Makefile.in: New file.
8866         * Makefile: File deleted.
8868 1994-11-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8870         * Makefile (TEXINDEX_OBJS): Variable deleted.
8871         (texindex, texindex.o, getopt.o): Rules deleted.
8872         All deps on texindex deleted.
8873         (distclean): Don't delete texindex.
8874         (mostlyclean): Don't delete *.o.
8875         * texindex.c, getopt.c: Files deleted.
8877 1994-09-07  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8879         * Version 19.26 released.
8881 1994-05-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8883         * Version 19.25 released.
8885 1994-05-23  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8887         * Version 19.24 released.
8889 1994-05-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8891         * Version 19.23 released.
8893 1994-04-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8895         * Makefile: Delete spurious tab.
8897 1994-02-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8899         * Makefile (.SUFFIXES): New rule.
8901 1994-01-15  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8903         * Makefile (dired-x.dvi, ../info/dired-x): New targets.
8904         (INFO_TARGETS, DVI_TARGETS): Add the new targets.
8906 1994-01-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8908         * Makefile (../info/sc): Rename from sc.info.
8909         (../info/cl): Likewise.
8910         (INFO_TARGETS): Use new names.
8912 1993-12-04  Richard Stallman  (rms@srarc2)
8914         * getopt.c: New file.
8915         * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
8916         (getopt.o): New rule.
8917         (dvi): Don't depend on texindex.
8918         (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
8919         Depend on texindex.
8921 1993-12-03  Richard Stallman  (rms@srarc2)
8923         * Makefile (../info/sc.info): Rename from ../info/sc.
8924         (TEXI2DVI): New variable.
8925         (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
8926         Add explicit commands.
8927         (TEXINDEX_OBJS): Delete duplicate getopt.o.
8929 1993-11-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8931         * Version 19.22 released.
8933 1993-11-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8935         * Makefile (TEXINDEX_OBJS): Delete spurious period.
8937 1993-11-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8939         * Version 19.21 released.
8941 1993-11-15  Paul Eggert  (eggert@twinsun.com)
8943         * man/Makefile (../info/cl.info): Rename from ../info/cl.
8945 1993-11-15  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8947         * Makefile (../etc/GNU): New target.
8948         (EMACSSOURCES): Add gnu1.texi.
8950 1993-11-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8952         * Makefile (realclean): Don't delete the Info files.
8954 1993-10-25  Brian J. Fox  (bfox@albert.gnu.ai.mit.edu)
8956         * forms.texi: Fix forms.texi so that it will format correctly.
8957         Add missing `@end iftex', fix bad reference.
8959         * info.texi, info-stn.texi: New files implement texinfo version of
8960         `info' file.
8962 1993-10-20  Brian J. Fox  (bfox@ai.mit.edu)
8964         * Makefile: Fix targets for texindex, new info.texi files.
8965         * info-stnd.texi: New file implements info for standalone info
8966         reader.
8967         * info.texi: Update to include recent changes to "../info/info".
8968         New source file for ../info/info; includes info-stnd.texi.
8970         * texindex.c: Include "../src/config.h" if building in emacs.
8972         * Makefile: Change all files to FILENAME.texi, force all targets
8973         to be FILENAME, not FILENAME.info.  This changes sc.texinfo,
8974         vip.texinfo, forms.texinfo, cl.texinfo.
8975         Add target to build texindex.c, defining `emacs'.
8977         * forms.texi: Install new file to match version 2.3 of forms.el.
8979 1993-08-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8981         * Version 19.19 released.
8983 1993-08-10  Simon Leinen  (simon@lia.di.epfl.ch)
8985         * sc.texinfo: Fix info file name.
8987         * Makefile (info): Add gnus and sc.
8988         (dvi): Add gnus.dvi and sc.dvi.
8989         (../info/sc, sc.dvi): New targets.
8991 1993-08-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8993         * Version 19.18 released.
8995 1993-07-20  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8997         * Makefile: Fix source file names of the separate manuals.
8998         (gnus.dvi, ../info/gnus): New targets.
9000 1993-07-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9002         * Version 19.17 released.
9004 1993-07-10  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9006         * split-man: Fix typos in last change.
9008 1993-07-06  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9010         * Version 19.16 released.
9012 1993-06-19  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9014         * version 19.15 released.
9016 1993-06-18  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9018         * Makefile (distclean): It's rm, not rf.
9020 1993-06-17  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9022         * Version 19.14 released.
9024 1993-06-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9026         * Makefile: New file.
9028 1993-06-08  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9030         * Version 19.13 released.
9032 1993-05-27  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9034         * Version 19.9 released.
9036 1993-05-25  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9038         * Version 19.8 released.
9040 1993-05-22  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9042         * Version 19.7 released.
9044 1990-08-30  David Lawrence  (tale@pogo.ai.mit.edu)
9046         * gnus.texinfo: New file.  Removed installation instructions.
9048 1990-05-25  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
9050         * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
9052 1989-01-17  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
9054         * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
9055         then define `\sc' as the command for smallcaps in Texinfo.
9056         This means that the @sc command will produce small caps.  bfox has
9057         made the corresponding change to makeinfo and texinfm.el.
9059 1988-08-16  Robert J. Chassell  (bob@frosted-flakes.ai.mit.edu)
9061         * vip.texinfo: Remove menu entry Adding Lisp Code in node
9062         Customization since the menu entry did not point to anything.
9063         Also add an @finalout command to remove overfull hboxes from the
9064         printed output.
9066         * cl.texinfo: Add @bye, \input line and @settitle to file.
9067         This file is clearly intended to be a chapter of some other work,
9068         but the other work does not yet exist.
9070 1988-07-25  Robert J. Chassell  (bob@frosted-flakes.ai.mit.edu)
9072         * texinfo.texinfo: Three typos corrected.
9074 ;; Local Variables:
9075 ;; coding: utf-8
9076 ;; End:
9078   Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
9080   This file is part of GNU Emacs.
9082   GNU Emacs is free software: you can redistribute it and/or modify
9083   it under the terms of the GNU General Public License as published by
9084   the Free Software Foundation, either version 3 of the License, or
9085   (at your option) any later version.
9087   GNU Emacs is distributed in the hope that it will be useful,
9088   but WITHOUT ANY WARRANTY; without even the implied warranty of
9089   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
9090   GNU General Public License for more details.
9092   You should have received a copy of the GNU General Public License
9093   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.