Merge from emacs-24; up to 2012-04-26T03:04:36Z!cyd@gnu.org
[emacs.git] / doc / misc / ChangeLog
blob212343f4c67e440d16c5f3884df29b22d8117dc8
1 2012-06-21  Glenn Morris  <rgm@gnu.org>
3         * Makefile.in: Rename infodir to buildinfodir throughout.  (Bug#11737)
5 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7         * gnus.texi (Group Timestamp): Mention where to find documentation for
8         the `gnus-tmp-' variables (bug#11601).
10 2012-06-11  Michael Albinus  <michael.albinus@gmx.de>
12         Sync with Tramp 2.2.6-pre.
14         * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{}
15         where appropriate.
16         (Ad-hoc multi-hops): New section.
17         (Remote processes): New subsection "Running remote processes on
18         Windows hosts".
19         (History): Add remote commands on Windows, and ad-hoc multi-hop
20         methods.
21         (External methods): "ControlPersist" must be set to "no" for the
22         `scpc' method.
23         (Remote processes): Add a note about `auto-revert-tail-mode'.
24         (Frequently Asked Questions): Use "scpx" in combination with
25         "ControlPersist".  Reported by Adam Spiers <emacs@adamspiers.org>.
27         * trampver.texi: Update release number.
29 2012-06-10  Chong Yidong  <cyd@gnu.org>
31         * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo
32         compilation for html-mono.
34 2012-06-08  Paul Eggert  <eggert@cs.ucla.edu>
36         * texinfo.tex: Merge from gnulib.
38 2012-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
40         * Makefile.in (echo-info): Don't try to install info files named
41         just ".info".
43 2012-05-28  Glenn Morris  <rgm@gnu.org>
45         * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX.  (Bug#10910)
47         * sc.texi: Nuke hand-written node pointers.
48         Fix top-level menu to match actual node order.
50 2012-05-27  Glenn Morris  <rgm@gnu.org>
52         * cl.texi, dired-x.texi: Nuke hand-written node pointers.
53         Some associated fixes, including not messing with chapno in cl.texi.
55 2012-05-27  Bastien Guerry  <bzg@gnu.org>
57         * org.texi (Durations and time values): Fix typo.
59 2012-05-19  Jay Belanger  <jay.p.belanger@gmail.com>
61         * doc/misc/calc.texi (Basic Operations on Units, Customizing Calc):
62         Mention `calc-ensure-consistent-units'.
64 2012-05-14  Andreas Schwab  <schwab@linux-m68k.org>
66         * cc-mode.texi: Avoid space before macro in 4th argument of cross
67         reference commands.  (Bug#11461)
69         * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
71 2012-05-12  Glenn Morris  <rgm@gnu.org>
73         * Makefile.in (mostlyclean): Add more TeX intermediates.
75         * Makefile.in: Make it look more like the other doc Makefiles.
76         Use explicit $srcdir in all dependencies.
77         Remove cd $srcdir from rules.
78         (VPATH): Remove.
79         (infodir): Set to an absolute path.
80         (INFO_TARGETS): Use short names.
81         (mkinfodir): infodir is now absolute.
82         (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
84         * Makefile.in (info.info): Rename from info, to avoid duplication.
85         (.SUFFIXES): Disable implicit rules.
87         * Makefile.in (MKDIR_P): New, set by configure.
88         (mkinfodir): Use $MKDIR_P.
90 2012-05-07  Glenn Morris  <rgm@gnu.org>
92         * forms.texi (Long Example): Update for changed location of files.
94 2012-05-04  Glenn Morris  <rgm@gnu.org>
96         * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
97         (INFO_TARGETS): Use $INFO_EXT.
98         Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
99         * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
100         (INFO_TARGETS): Use $INFO_EXT.
101         Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
103 2012-05-02  Glenn Morris  <rgm@gnu.org>
105         * Makefile.in (echo-info): New phony target, used by top-level.
107         * viper.texi: Make direntry shorter (also it is no longer "newest").
109         * emacs-gnutls.texi, ert.texi, org.texi:
110         Fix dircategory, direntry to match info/dir.
112         * faq.texi: Convert @inforefs to @xrefs.
113         Fix some malformed cross-references.
114         (File-name conventions): Shorten section name to avoid overfull line.
115         (How to add fonts): Use smallexample to avoid overfull lines.
117 2012-05-01  Teodor Zlatanov  <tzz@lifelogs.com>
119         * auth.texi (Help for users): Update for .gpg file being second.
121 2012-04-27  Ippei Furuhashi  <top.tuna+orgmode@gmail.com>  (tiny change)
123         * org.texi (Agenda commands): Fix two typos: give corresponding
124         function names, according to `org-agenda-view-mode-dispatch'.
126 2012-04-27  Glenn Morris  <rgm@gnu.org>
128         * faq.texi (Major packages and programs): Remove section.
129         There is no point listing 6 packages (cf etc/MORE.STUFF).
130         (Finding Emacs and related packages): Move "Spell-checkers" here.
132 2012-04-22  Michael Albinus  <michael.albinus@gmx.de>
134         * dbus.texi (Version): New node.
135         (Properties and Annotations): Mention the object manager
136         interface.  Describe dbus-get-all-managed-objects.
137         (Type Conversion): Floating point numbers are allowed, if an
138         anteger does not fit Emacs's integer range.
139         (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
140         (Asynchronous Methods): Fix description of
141         dbus-call-method-asynchronously.
142         (Receiving Method Calls): Fix some minor errors.  Add
143         dbus-interface-emacs.
144         (Signals): Describe unicast signals and the new match rules.
145         (Alternative Buses): Add the PRIVATE optional argument to
146         dbus-init-bus.  Describe its new return value.  Add dbus-setenv.
148 2012-04-20  Glenn Morris  <rgm@gnu.org>
150         * faq.texi (New in Emacs 24): New section.
151         (Packages that do not come with Emacs): Mention M-x list-packages.
153 2012-04-14  Alan Mackenzie  <acm@muc.de>
155         * cc-mode.texi (c-offsets-alist): Correct a typo.
157 2012-04-14  Jérémie Courrèges-Anglas  <jca@wxcvbn.org>  (tiny change)
159         * org.texi (Deadlines and scheduling): Fix the example: the
160         DEADLINE item should come right after the headline.  We enforce
161         this convention, so it is a bug not to illustrate it correctly in
162         the manual.
164 2012-04-14  Ippei FURUHASHI  <top.tuna+orgmode@gmail.com>  (tiny change)
166         * org.texi (Agenda commands): Fix documentation bug by swapping
167         the equivalent keybindings to `org-agenda-next-line' with the ones
168         to `org-agenda-previous-line'.
170 2012-04-14  Glenn Morris  <rgm@gnu.org>
172         * Makefile.in: Replace non-portable use of $< in ordinary rules.
174 2012-04-09  Eli Zaretskii  <eliz@gnu.org>
176         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add
177         emacs-gnutls.
178         ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
180 2012-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
182         * Makefile.in: Add emacs-gnutls.texi to build.
184         * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
186 2012-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
188         * auth.texi (Secret Service API): Edit further and give examples.
189         (Secret Service API): Adjust @samp to @code for collection names.
191 2012-04-04  Glenn Morris  <rgm@gnu.org>
193         * auth.texi (Secret Service API): Copyedits.
194         (Help for developers): Fill in some missing function doc-strings.
195         (Help for users, Help for developers)
196         (GnuPG and EasyPG Assistant Configuration): Markup fixes.
198 2012-04-04  Michael Albinus  <michael.albinus@gmx.de>
200         * auth.texi (Secret Service API): Add the missing text.
202 2012-04-04  Chong Yidong  <cyd@gnu.org>
204         * message.texi (Using PGP/MIME): Note that epg is now the default.
206         * gnus.texi: Reduce references to obsolete pgg library.
207         (Security): Note that epg is now the default.
209         * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
211         * nxml-mode.texi (Completion): C-RET is no longer bound to
212         nxml-complete.
214 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
216         * org.texi (Customizing tables in ODT export): Correct few errors.
218 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
220         * org.texi (Links in ODT export): Update.
221         (Labels and captions in ODT export): New node.
223 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
225         * org.texi (Literal examples in ODT export): htmlfontify.el in
226         Emacs-24.1 now supports fontification.  So ODT source blocks will
227         be fontified by default.
229 2012-04-01  Julian Gehring  <julian.gehring@googlemail.com>  (tiny change)
231         * org.texi (Refiling notes): Remove duplicated keybinding.
233 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
235         * org.texi (noweb): Documentation of this new option to the :noweb
236         header argument.
238 2012-04-01  Suvayu Ali  <fatkasuvayu+linux@gmail.com>
240         * org.texi (Header and sectioning): Add example demonstrating how
241         to use "LaTeX_CLASS_OPTIONS".
243 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
245         * org.texi (Noweb reference syntax): Describe the ability to
246         execute noweb references in the manual.
248 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
250         * org.texi (cache): Improve cache documentation when session
251         evaluation is used.
253 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
255         * org.texi (Plain lists): Document removal.
257 2012-04-01  Michael Brand  <michael.ch.brand@gmail.com>
259         * org.texi: Decapitalize file name in references to Calc manual.
261 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
263         * org.texi (Plain lists): Document removal.
265 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
267         * org.texi (Top, OpenDocument Text export)
268         (ODT export commands, Extending ODT export)
269         (Images in ODT export, Tables in ODT export)
270         (Configuring a document converter): Add or Update.
272 2012-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
274         * org.texi (MobileOrg): Change the wording to reflect that the
275         Android Version is no longer just the little brother of the iOS
276         version.
278 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
280         * org.texi (Key bindings and useful functions): Updated babel key
281         binding documentation in manual.
283 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
285         * org.texi (noweb): Document new noweb header value.
287 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
289         * org.texi (noweb-sep): Document new header argument.
291 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
293         * org.texi (noweb-ref): Documentation of this new custom variable.
295 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
297         * org.texi (wrap): Update the new :wrap documentation to match the
298         current implementation.
300 2012-04-01  Thomas Dye  <dk@poto.myhome.westell.com>
302         * org.texi: Added documentation for :wrap.
304 2012-04-01  Thomas Dye  <dk@poto.myhome.westell.com>
306         * org.texi: #+RESULTS now user-configurable.
308 2012-04-01  Thomas Dye  <dk@poto.myhome.westell.com>
310         * org.texi: Documented :noweb no-export.
312 2012-04-01  Thomas Dye  <dk@poto.local>
314         * org.texi: Edit :noweb no header argument for correctness.
316 2012-04-01  Bastien Guerry  <bzg@altern.org>
318         * org.texi (Customization): Update the approximate number of Org
319         variables.
321 2012-04-01  Thomas Dye  <dk@poto.local>
323         * org.texi: The :results wrap produces a drawer instead of a
324         begin_results block.
326 2012-03-22  Peder O. Klingenberg  <peder@klingenberg.no>  (tiny change)
328         * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
329         reflect the new default.
331 2012-03-10  Eli Zaretskii  <eliz@gnu.org>
333         * info.texi (Expert Info): Move the index entry for "Texinfo" from
334         "Getting Started" to this node.  (Bug#10450)
336 2012-03-10  Chong Yidong  <cyd@gnu.org>
338         * flymake.texi (Example -- Configuring a tool called via make):
339         Mention the Automake COMPILE variable (Bug#8715).
341         * info.texi (Getting Started): Add an index entry (Bug#10450).
343 2012-03-02  Michael Albinus  <michael.albinus@gmx.de>
345         * dbus.texi (Signals): Known names will be mapped onto unique
346         names, when registering for signals.
348 2012-02-29  Glenn Morris  <rgm@gnu.org>
350         * url.texi: Fix quote usage in body text.
352         * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
354         * cl.texi: Use @code{} in menus when appropriate.
356 2012-02-28  Glenn Morris  <rgm@gnu.org>
358         * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
359         * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
360         * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
361         * org.texi, sc.texi, vip.texi, viper.texi:
362         Standardize possessive apostrophe usage.
364 2012-02-26  Chong Yidong  <cyd@gnu.org>
366         * ediff.texi (Quick Help Commands): Add a couple of index entries
367         (Bug#10834).
369 2012-02-17  Glenn Morris  <rgm@gnu.org>
371         * gnus.texi (Posting Styles):
372         * remember.texi (Org): Fix cross-refs to other manuals.
374 2012-02-15  Glenn Morris  <rgm@gnu.org>
376         * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
377         (Encryption): New chapter, split out from previous.
379 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
381         * gnus.texi (Customizing the IMAP Connection): Mention
382         nnimap-record-commands.
384 2012-02-10  Glenn Morris  <rgm@gnu.org>
386         * url.texi (Retrieving URLs): Update url-retrieve arguments.
387         Mention url-queue-retrieve.
389 2012-02-09  Glenn Morris  <rgm@gnu.org>
391         * sem-user.texi (Semantic mode user commands): Typo fix.
393         * info.texi (Create Info buffer): Mention info-display-manual.
395 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
397         * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
398         example (modified from an example by Michael Albinus).
400 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
402         * gnus.texi (Agent Basics): Fix outdated description of
403         `gnus-agent-auto-agentize-methods'.
405 2012-01-28  Andreas Schwab  <schwab@linux-m68k.org>
407         * cc-mode.texi: Always @defindex ss.
408         (Config Basics): Fix argument of @itemize.
409         (Macro Backslashes): Add @code around index entry.
411 2012-01-23  Glenn Morris  <rgm@gnu.org>
413         * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
415 2012-01-19  Eric Hanchrow  <eric.hanchrow@gmail.com>
417         * tramp.texi (File): Tweak wording for the `scpc' option.
419 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
421         * gnus.texi (Group Parameters): Really note precedence.
423 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
425         * gnus.texi (Group Parameters): Note precedence.
427 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
429         * org.texi (Noweb reference syntax): Adding documentation of
430         the `*org-babel-use-quick-and-dirty-noweb-expansion*'
431         variable.
433 2012-01-03  Bastien Guerry  <bzg@gnu.org>
435         * org.texi (Plain lists): Split the table to fix the display
436         of items.
438 2012-01-03  Bastien Guerry  <bzg@gnu.org>
440         * org.texi (Plain lists): Fix misplaced explanation.
442 2012-01-03  Bastien Guerry  <bzg@gnu.org>
444         * org.texi (Plain lists, Agenda files): Add index entries.
446 2012-01-03  Julian Gehring  <julian.gehring@googlemail.com>
448         * org.texi: Use "Org mode" instead of alternatives like
449         "Org-mode" or "org-mode".
451 2012-01-03  Bernt Hansen  <bernt@norang.ca>
453         * org.texi (Agenda commands): Document
454         `org-clock-report-include-clocking-task'.
456 2012-01-03  Bastien Guerry  <bzg@gnu.org>
458         * org.texi (Checkboxes): Document the new behavior of `C-u C-c
459         C-c' on checkboxes.
461 2012-01-03  Julian Gehring  <julian.gehring@googlemail.com>
463         * org.texi: End sentences with two spaces.
465 2012-01-03  Michael Brand  <michael.ch.brand@gmail.com>
467         * org.texi (External links): Document the link types file+sys
468         and file+emacs, slightly narrow used page width.
470 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
472         * org.texi (colnames): Note that colnames behavior may differ
473         across languages.
475 2012-01-03  Bastien Guerry  <bzg@gnu.org>
477         * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
479 2012-01-03  Thomas Dye  <dk@poto.westell.com>
481         * org.texi: Augmented discussion of babel property
482         inheritance.  Put footnote outside sentence ending period.
484 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
486         * org.texi (eval): Documenting the full range of :eval header
487         argument values.
489 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
491         * org.texi (eval): Documentation of the new :eval option.
493 2012-01-03  Thomas Dye  <dk@poto.local>
495         * org.texi: Add accumulated properties.
497 2012-01-03  Thomas Dye  <dk@poto.local>
499         * org.texi: Documented no spaces in name=assign, another
500         correction to :var table.
502 2012-01-03  Thomas Dye  <dk@poto.local>
504         * org.texi: Changed DATA to NAME in Working With Source Code
505         section.
507 2012-01-03  Tom Dye  <tsd@tsdye.com>
509         * org.texi: Minor change to :var table.
511 2012-01-03  Tom Dye  <tsd@tsdye.com>
513         * org.texi: More changes to :var table (some examples were wrong).
515 2012-01-03  Tom Dye  <tsd@tsdye.com>
517         * org.texi: Cleaned up :var table.
519 2012-01-03  Bastien Guerry  <bzg@gnu.org>
521         * org.texi (Timestamps, Weekly/daily agenda)
522         (Weekly/daily agenda): Add @cindex for "appointment".
524 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
526         * org.texi (Literal examples): A new link to the template for
527         inserting empty code blocks.
528         (Structure of code blocks): A new link to the template for
529         inserting empty code blocks.
531 2012-01-03  Rafael Laboissiere  <rafael@laboissiere.net>  (tiny change)
533         * org.texi (External links): Add footnote on how the behavior
534         of the text search in Org files are controled by the variable
535         `org-link-search-must-match-exact-headline'.
537 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
539         * org.texi (Buffer-wide header arguments): Update
540         documentation to reflect removal of #+PROPERTIES.
542 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
544         * org.texi (The clock table): Mention that ACHIVED trees
545         contribute to the clock table.
547 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
549         * org.texi (Conflicts): Better yasnippet config info.
551 2012-01-03  Bastien Guerry  <bzg@gnu.org>  (tiny change)
553         * org.texi (Selective export): Explicitely mention the default
554         values for `org-export-select-tags',
555         `org-export-exclude-tags'.
557 2012-01-03  Tom Dye  <tsd@tsdye.com>
559         * org.texi: Added a line to specify that header arguments are
560         lowercase.
562 2012-01-03  Tom Dye  <tsd@tsdye.com>
564         * org.texi: :var requires default value when declared.
566 2012-01-03  Bastien Guerry  <bzg@gnu.org>
568         * org.texi (Handling links): Add a note about the
569         `org-link-frame-setup' option.
571 2012-01-03  David Maus  <dmaus@ictsoc.de>
573         * org.texi (Exporting Agenda Views, Extracting agenda
574         information): Fix command line syntax, quote symbol parameter
575         values.
577 2012-01-03  David Maus  <dmaus@ictsoc.de>
579         * org.texi (Exporting Agenda Views): Fix command line syntax.
581 2011-12-28  Paul Eggert  <eggert@cs.ucla.edu>
583         * gnus.texi (Mail Source Customization, Mail Back End Variables):
584         Use octal notation for file permissions, which are normally
585         thought of in octal.
586         (Mail Back End Variables): Use more-plausible modes in example.
588 2011-12-20  Alan Mackenzie  <acm@muc.de>
590         * cc-mode.texi: Update version string 5.31 -> 5.32.
592 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
594         * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
596 2011-11-24  Glenn Morris  <rgm@gnu.org>
598         * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
600 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
602         * makefile.w32-in: Update dependencies.
604 2011-11-20  Glenn Morris  <rgm@gnu.org>
606         * gnus.texi (Group Information):
607         Remove gnus-group-fetch-faq, command deleted 2010-09-24.
609 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
611         * gnus-coding.texi (Gnus Maintenance Guide):
612         Rename from "Gnus Maintainance Guide".
614         * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
615         * eieio.texi (Customizing):
616         * gnus.texi (Article Washing):
617         * gnus-news.texi:
618         * sem-user.texi (Smart Jump): Fix typos.
620 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
622         * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
624 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
626         * ede.texi (project-am-texinfo):
627         * gnus.texi (Sending or Not Sending):
628         * org.texi (Template elements): Fix typos.
630 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
632         * ediff.texi (Hooks):
633         * sem-user.texi (Semanticdb Roots): Fix typos.
635 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
637         * semantic.texi (Tag handling): Fix typo.
639 2011-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
641         * gnus.texi (Other Gnus Versions): Remove.
643 2011-10-28  Alan Mackenzie  <acm@muc.de>
645         * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
646         (Other Special Indentations): Add an xref to "Macros with ;".
647         (Customizing Macros): Add stuff about syntax in macros.  Add an xref to
648         "Macros with ;".
649         (Macros with ;): New page.
651         * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
652         Document the new handling of nested scopes for movement by defuns.
654 2011-10-23  Michael Albinus  <michael.albinus@gmx.de>
656         Sync with Tramp 2.2.3.
658         * trampver.texi: Update release number.
660 2011-10-14  Glenn Morris  <rgm@gnu.org>
662         * ert.texi (Introduction, How to Run Tests)
663         (Running Tests Interactively, Expected Failures)
664         (Tests and Their Environment, Useful Techniques)
665         (Interactive Debugging, Fixtures and Test Suites):
666         Minor rephrasings.
667         (Running Tests Interactively, The @code{should} Macro): Add xrefs.
668         (Running Tests in Batch Mode): Simplify loading instructions.
669         (Test Selectors): Clarify some selectors.
670         (Expected Failures, Useful Techniques):
671         Make examples fit in 80 columns.
673 2011-10-13  Jay Belanger  <jay.p.belanger@gmail.com>
675         * calc.texi (Basic Operations on Units): Discuss temperature
676         conversion (`u t') alongside with other unit conversions ('u c').
678 2011-10-12  Glenn Morris  <rgm@gnu.org>
680         * ert.texi: Whitespace trivia to make main menu items line up better.
682 2011-10-08  Glenn Morris  <rgm@gnu.org>
684         * Makefile.in: Fix ert rules.
686 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
688         * gnus.texi (Gnus Utility Functions): Add more references and
689         explanations (bug#9683).
691 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
693         * gnus.texi (Archived Messages): Note the default (bug#9552).
695 2011-09-21  Bill Wohler  <wohler@newt.com>
697         Release MH-E manual version 8.3.
699         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
700         release 8.3.
701         (Preface): Updated support information.
702         (From Bill Wohler): Reset text to original version.  As a
703         historical quote, the tense should be correct in the time that it
704         was written.
706 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
708         * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
709         (Finding the News): Doc clarification.
710         (Terminology): Mention naming.
712 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
714         * gnus.texi: Remove mentions of `recent', which are now obsolete.
715         (Interactive): Document `quiet'.
717 2011-08-15  Suvayu Ali  <fatkasuvayu+linux@gmail.com>  (tiny change)
719         * org.texi (Images in LaTeX export): Rewrite.
721 2011-08-15  Bastien Guerry  <bzg@gnu.org>
723         * org.texi (Using the mapping API): Mention 'region as a possible
724         scope for `org-map-entries'.
726 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
728         * org.texi (Visibility cycling): Document `org-copy-visible'.
730 2011-08-15  Bastien Guerry  <bzg@gnu.org>
732         * org.texi (Template expansion): Order template sequences in the
733         proper order.
735 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
737         * org.texi (eval): Expand discussion of the :eval header argument.
739 2011-08-15  Bastien Guerry  <bzg@gnu.org>
741         * org.texi (Languages): Add Lilypond and Awk as supported
742         languages.
744 2011-08-15  Achim Gratz  <stromeko@nexgo.de>
746         * org.texi: Document that both CLOCK_INTO_DRAWER and
747         LOG_INTO_DRAWER can be used to override the contents of variable
748         org-clock-into-drawer (or if unset, org-log-into-drawer).
750         * org.texi: Replace @xref->@pxref.
752 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
754         * org.texi (Evaluating code blocks): Documenting the new option
755         for inline call lines.
757 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
759         * org.texi (Results of evaluation): More explicit about the
760         mechanism through which interactive evaluation of code is
761         performed.
763 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
765         * org.texi (noweb-ref): New header argument documentation.
767 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
769         * org.texi (Extracting source code): Documentation of the new
770         org-babel-tangle-named-block-combination variable.
772 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
774         * org.texi (Structure of code blocks): Explicitly state that the
775         behavior of multiple blocks of the same name is undefined
777 2011-08-15  Christian Egli  <christian.egli@sbszh.ch>
779         * org.texi (TaskJuggler export): Modify the example to reflect the
780         new effort durations.
782 2011-08-15  David Maus  <dmaus@ictsoc.de>
784         * org.texi (Images in LaTeX export): Escape curly brackets in
785         LaTeX example.
787 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
789         * org.texi (The clock table): Document the :properties and
790         :inherit-props arguments for the clocktable.
792 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
794         * org.texi (Tables in LaTeX export): Document specifying placement
795         options for tables.
797 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
799         * org.texi (Evaluating code blocks): More specific documentation
800         about the different types of header arguments.
802 2011-08-15  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
804         * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
806 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
808         * org.texi (Built-in table editor): Document the table field
809         follow mode.
811 2011-08-15  Robert P. Goldman  <rpgoldman@real-time.com>
813         * org.texi (Easy Templates): Document new template.
815 2011-08-15  Robert P. Goldman  <rpgoldman@real-time.com>
817         * org.texi (Literal examples): Add a cross-reference from "Literal
818         Examples" to "Easy Templates."
820 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
822         * org.texi (The clock table): Add link to match syntax.
824 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
826         * org.texi (Agenda commands): Document clock consistency checks.
828 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
830         * org.texi (Built-in table editor): Document that \vert represents
831         a vertical bar in a table field.
833 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
835         * org.texi (Literal examples): Link from "Markup" > "Literate
836         Examples" to "Working with Source Code".
838 2011-08-15  Puneeth Chaganti  <punchagan@gmail.com>
840         * org.texi (Agenda commands): Doc for function option to bulk
841         action.
843 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
845         * org.texi (Template expansion): Document new %<...> template
846         escape.
848 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
850         * org.texi (Selective export): Document exclusion of any tasks
851         from export.
853 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
855         * org.texi (Selective export): Document how to exclude DONE tasks
856         from export.
857         (Publishing options): Document the properties to be used to turn off
858         export of DONE tasks.
860 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
862         * org.texi (The date/time prompt): Document date range protection.
864 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
866         * org.texi (padline): Documentation of the new padline header
867         argument.
869 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
871         * org.texi (var): Adding "[" to list of characters triggering
872         elisp evaluation.
874 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
876         * org.texi (var): Documentation of Emacs Lisp evaluation during
877         variable assignment.
879 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
881         * org.texi (colnames): Reference indexing into variables, and note
882         that colnames are *not* removed before indexing occurs.
883         (rownames): Reference indexing into variables, and note that
884         rownames are *not* removed before indexing occurs.
886 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
888         * org.texi (var): Clarification of indexing into tabular
889         variables.
891 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
893         * org.texi (results): Documentation of the `:results wrap' header
894         argument.
896 2011-08-15  Bastien Guerry  <bzg@gnu.org>
898         * org.texi (LaTeX and PDF export): Add a note about a limitation
899         of the LaTeX export: the org file has to be properly structured.
901 2011-08-15  Bastien Guerry  <bzg@gnu.org>
903         * org.texi (Dynamic blocks, Structure editing): Mention
904         the function `org-narrow-to-block'.
906 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
908         * org.texi (Languages): Updating list of code block supported
909         languages.
911 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
913         * org.texi (Special properties): CATEGORY is a special property,
914         but it may also used in the drawer.
916 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
918         * org.texi (mkdirp): Documentation of the :mkdirp header argument.
920 2011-08-15  Puneeth Chaganti  <punchagan@gmail.com>
922         * org.texi (Include files): Document :lines.
924 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
926         * org.texi (comments): Documentation of the ":comments noweb" code
927         block header argument.
929 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
931         * org.texi (Conflicts): Changed "yasnippets" to "yasnippet" and
932         added extra whitespace around functions to be consistent with the
933         rest of the section.
935 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
937         * org.texi (Evaluating code blocks): Expanded discussion of
938         #+call: line syntax.
939         (Header arguments in function calls): Expanded discussion of
940         #+call: line syntax.
942 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
944         * org.texi (Evaluating code blocks): More explicit about how to
945         pass variables to #+call lines.
947 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
949         * org.texi (Results of evaluation): Link to the :results header
950         argument list from the "Results of evaluation" section.
952 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
954         * org.texi (Conflicts): Adding additional information about
955         resolving org/yasnippet conflicts.
957 2011-08-15  David Maus  <dmaus@ictsoc.de>
959         * org.texi (Publishing options): Document style-include-scripts
960         publishing project property.
962 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
964         * org.texi (Sparse trees): Document the next-error /
965         previous-error functionality.
967 2011-08-15  Tom Dye  <tsd@tsdye.com>
969         * org.texi (cache): Improved documentation of code block caches.
971 2011-08-15  Tom Dye  <tsd@tsdye.com>
973         * org.texi (Code block specific header arguments): Documentation
974         of multi-line header arguments.
976 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
978         * org.texi (Code evaluation security): Add example for using a
979         function.
981 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
983         * org.texi (Tables in LaTeX export): Documentation of new
984         attr_latex options for tables.
986 2011-08-03  Michael Albinus  <michael.albinus@gmx.de>
988         * trampver.texi: Update release number.
990 2011-07-30  Michael Albinus  <michael.albinus@gmx.de>
992         Sync with Tramp 2.2.2.
994         * trampver.texi: Update release number.
996 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
998         * flymake.texi (Example -- Configuring a tool called via make):
999         Use /dev/null instead of the Windows "nul" (bug#8715).
1001 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1003         * widget.texi (Setting Up the Buffer): Remove mention of the
1004         global keymap parent, which doesn't seem to be accurate
1005         (bug#7045).
1007 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1009         * org.texi (Special agenda views): Fix double quoting (bug#3509).
1011 2010-07-10  Kevin Ryde  <user42@zip.com.au>
1013         * cl.texi (For Clauses): Add destructuring example processing an
1014         alist (bug#6596).
1016 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1018         * ediff.texi (Major Entry Points): Remove mention of `require',
1019         since that's not pertinent in the installed Emacs (bug#9016).
1021 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1023         * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
1024         (Filtering New Groups): Clarify how simple the "options -n" format is.
1025         (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
1026         is internal.
1028 2011-07-04  Michael Albinus  <michael.albinus@gmx.de>
1030         * tramp.texi (Cleanup remote connections): Add
1031         `tramp-cleanup-this-connection'.
1033 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1035         * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
1036         zombies.
1037         (Checking New Groups): Ditto (bug#8974).
1038         (Checking New Groups): Moved the reference to the right place.
1040 2011-07-03  Dave Abrahams  <dave@boostpro.com>  (tiny change)
1042         * gnus.texi (Startup Files): Clarify that we're talking about numbered
1043         backups, and not actual vc (bug#8975).
1045 2011-07-03  Kevin Ryde  <user42@zip.com.au>
1047         * cl.texi (For Clauses): @items for hash-values and key-bindings
1048         to make them more visible when skimming.  Add examples of `using'
1049         clause to them, examples being clearer than a description in
1050         words (bug#6599).
1052 2011-07-01  Alan Mackenzie  <acm@muc.de>
1054         * cc-mode.texi (Guessing the Style): New page.
1055         (Styles): Add a short introduction to above.
1057 2011-06-28  Deniz Dogan  <deniz@dogan.se>
1059         * rcirc.texi (Configuration): Bug-fix:
1060         `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
1061         Reported by Elias Pipping <pipping@exherbo.org>.
1063 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1065         * gnus.texi (Summary Mail Commands): Document
1066         `gnus-summary-reply-to-list-with-original'.
1068 2011-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1070         * eshell.texi (Known problems): Fix typo.
1072 2011-06-12  Michael Albinus  <michael.albinus@gmx.de>
1074         * tramp.texi (Customizing Completion): Mention authinfo-style files.
1075         (Password handling): `auth-source-debug' is good for debug messages.
1077 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
1079         * gnus.texi (Store custom flags and keywords): Refer to
1080         `gnus-registry-article-marks-to-{chars,names}' instead of
1081         `gnus-registry-user-format-function-{M,M2}'.
1083 2011-05-27  Paul Eggert  <eggert@cs.ucla.edu>
1085         * texinfo.tex: Merge from gnulib.
1087 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
1089         * gnus.texi (Gnus Registry Setup): Rename from "Setup".
1090         (Store custom flags and keywords):
1091         Mention `gnus-registry-user-format-function-M' and
1092         `gnus-registry-user-format-function-M2'.
1094 2011-05-17  Paul Eggert  <eggert@cs.ucla.edu>
1096         * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
1098 2011-05-17  Glenn Morris  <rgm@gnu.org>
1100         * gnus.texi (Face): Fix typo.
1102 2011-05-14  Glenn Morris  <rgm@gnu.org>
1104         * dired-x.texi (Omitting Examples): Minor addition.
1106 2011-05-10  Jim Meyering  <meyering@redhat.com>
1108         * ede.texi: Fix typo "or or -> or".
1110 2011-05-03  Peter Münster  <pmlists@free.fr>  (tiny change)
1112         * gnus.texi (Summary Buffer Lines):
1113         gnus-summary-user-date-format-alist does not exist.
1114         (Sorting the Summary Buffer): More about sorting threads.
1116 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
1118         * trampver.texi: Update release number.
1120 2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
1122         * tramp.texi (Frequently Asked Questions): New item for disabling
1123         Tramp in other packages.
1125 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
1127         * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
1128         (Fancy splitting to parent, Store arbitrary data):
1129         Updated gnus-registry docs.
1131 2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
1133         * ede.texi: Fix typos.
1135 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1137         * gnus.texi (Window Layout): @itemize @code doesn't exist.
1138         It's @table @code.
1140 2011-03-19  Antoine Levitt  <antoine.levitt@gmail.com>
1142         * gnus.texi (Listing Groups): Document gnus-group-list-ticked
1144 2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
1146         * calc.texi (Logarithmic Units): Update the function names.
1148 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1150         * message.texi (Various Commands): Document format specs in the
1151         ellipsis.
1153 2011-03-15  Antoine Levitt  <antoine.levitt@gmail.com>
1155         * message.texi (Insertion Variables): Document message-cite-style.
1157 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
1159         * tramp.texi (Remote processes): New subsection "Running shell on
1160         a remote host".
1162 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1164         * auth.texi (Help for developers): Update docs to explain that the
1165         :save-function will only run the first time.
1167 2011-03-12  Glenn Morris  <rgm@gnu.org>
1169         * Makefile.in (emacs-faq.html): Fix some more cross-refs.
1170         (emacs-faq.text): New target.
1171         (clean): Add emacs-faq.
1173 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
1175         Sync with Tramp 2.2.1.
1177         * trampver.texi: Update release number.
1179 2011-03-11  Glenn Morris  <rgm@gnu.org>
1181         * Makefile.in (HTML_TARGETS): New.
1182         (clean): Delete $HTML_TARGETS.
1183         (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
1185 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
1187         * auth.texi (Help for developers): Show example of using
1188         `auth-source-search' with prompts and :save-function.
1190 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1192         * Version 23.3 released.
1194 2011-03-07  Antoine Levitt  <antoine.levitt@gmail.com>
1196         * message.texi (Message Buffers): Update default value of
1197         message-generate-new-buffers.
1199 2011-03-06  Jay Belanger  <jay.p.belanger@gmail.com>
1201         * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
1202         and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
1203         respectively.
1204         (Musical Notes): New section.
1205         (Customizing Calc): Mention the customizable variable
1206         calc-note-threshold.
1208 2011-03-03  Glenn Morris  <rgm@gnu.org>
1210         * url.texi (Dealing with HTTP documents): Remove reference to
1211         function url-decode-text-part; never seems to have existed.  (Bug#6038)
1212         (Configuration): Update url-configuration-directory description.
1214 2011-03-02  Glenn Morris  <rgm@gnu.org>
1216         * dired-x.texi (Multiple Dired Directories): Remove mentions
1217         of dired-default-directory-alist and dired-default-directory.
1218         Move dired-smart-shell-command here...
1219         (Miscellaneous Commands): ... from here.
1221 2011-03-02  Paul Eggert  <eggert@cs.ucla.edu>
1223         * texinfo.tex: Update to version 2011-02-24.09.
1225 2011-03-02  Glenn Morris  <rgm@gnu.org>
1227         * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
1228         instead of the obsoleted dired-omit-here-always.
1230 2011-02-28  Michael Albinus  <michael.albinus@gmx.de>
1232         * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
1233         supported systems.
1235 2011-02-28  Glenn Morris  <rgm@gnu.org>
1237         * dbus.texi (Type Conversion): Grammar fix.
1239 2011-02-23  Michael Albinus  <michael.albinus@gmx.de>
1241         * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
1242         "Debian GNU/Linux".
1244         * trampver.texi [xemacs]: Set emacsothername to "Emacs".
1246 2011-02-23  Glenn Morris  <rgm@gnu.org>
1248         * dired-x.texi (Features): Minor rephrasing.
1249         (Local Variables): Fix typos.
1251         * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
1252         Standardize some Emacs/XEmacs terminology.
1254         * dired-x.texi (Features): Don't advertise obsolete local variables.
1255         Simplify layout.
1256         (Omitting Variables): Update local variables example.
1257         (Local Variables): Say this is obsolete.  Fix description of
1258         dired-enable-local-variables possible values.
1260 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
1262         * auth.texi (Help for users): Mention ~/.netrc is also searched by
1263         default now.
1265 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1267         * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
1269 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1271         * gnus.texi (Window Layout): Document layout names.
1273 2011-02-19  Eli Zaretskii  <eliz@gnu.org>
1275         * ada-mode.texi: Sync @dircategory with ../../info/dir.
1276         * auth.texi: Sync @dircategory with ../../info/dir.
1277         * autotype.texi: Sync @dircategory with ../../info/dir.
1278         * calc.texi: Sync @dircategory with ../../info/dir.
1279         * cc-mode.texi: Sync @dircategory with ../../info/dir.
1280         * cl.texi: Sync @dircategory with ../../info/dir.
1281         * dbus.texi: Sync @dircategory with ../../info/dir.
1282         * dired-x.texi: Sync @dircategory with ../../info/dir.
1283         * ebrowse.texi: Sync @dircategory with ../../info/dir.
1284         * ede.texi: Sync @dircategory with ../../info/dir.
1285         * ediff.texi: Sync @dircategory with ../../info/dir.
1286         * edt.texi: Sync @dircategory with ../../info/dir.
1287         * eieio.texi: Sync @dircategory with ../../info/dir.
1288         * emacs-mime.texi: Sync @dircategory with ../../info/dir.
1289         * epa.texi: Sync @dircategory with ../../info/dir.
1290         * erc.texi: Sync @dircategory with ../../info/dir.
1291         * eshell.texi: Sync @dircategory with ../../info/dir.
1292         * eudc.texi: Sync @dircategory with ../../info/dir.
1293         * flymake.texi: Sync @dircategory with ../../info/dir.
1294         * forms.texi: Sync @dircategory with ../../info/dir.
1295         * gnus.texi: Sync @dircategory with ../../info/dir.
1296         * idlwave.texi: Sync @dircategory with ../../info/dir.
1297         * mairix-el.texi: Sync @dircategory with ../../info/dir.
1298         * message.texi: Sync @dircategory with ../../info/dir.
1299         * mh-e.texi: Sync @dircategory with ../../info/dir.
1300         * newsticker.texi: Sync @dircategory with ../../info/dir.
1301         * nxml-mode.texi: Sync @dircategory with ../../info/dir.
1302         * org.texi: Sync @dircategory with ../../info/dir.
1303         * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
1304         * pgg.texi: Sync @dircategory with ../../info/dir.
1305         * rcirc.texi: Sync @dircategory with ../../info/dir.
1306         * reftex.texi: Sync @dircategory with ../../info/dir.
1307         * remember.texi: Sync @dircategory with ../../info/dir.
1308         * sasl.texi: Sync @dircategory with ../../info/dir.
1309         * sc.texi: Sync @dircategory with ../../info/dir.
1310         * semantic.texi: Sync @dircategory with ../../info/dir.
1311         * ses.texi: Sync @dircategory with ../../info/dir.
1312         * sieve.texi: Sync @dircategory with ../../info/dir.
1313         * smtpmail.texi: Sync @dircategory with ../../info/dir.
1314         * speedbar.texi: Sync @dircategory with ../../info/dir.
1315         * trampver.texi [emacs]: Set emacsname to "Emacs".
1316         * tramp.texi: Sync @dircategory with ../../info/dir.
1317         * url.texi: Sync @dircategory with ../../info/dir.
1318         * vip.texi: Sync @dircategory with ../../info/dir.
1319         * viper.texi: Sync @dircategory with ../../info/dir.
1320         * widget.texi: Sync @dircategory with ../../info/dir.
1321         * woman.texi: Sync @dircategory with ../../info/dir.
1323 2011-02-19  Glenn Morris  <rgm@gnu.org>
1325         * dired-x.texi (Technical Details): No longer redefines
1326         dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
1327         dired-read-shell-command, or dired-find-buffer-nocreate.
1329 2011-02-18  Glenn Morris  <rgm@gnu.org>
1331         * dired-x.texi (Optional Installation File At Point): Simplify.
1333 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
1335         * auth.texi (Help for users): Use :port instead of :protocol for all
1336         auth-source docs.
1337         (GnuPG and EasyPG Assistant Configuration): Mention the default now is
1338         to have two files in `auth-sources'.
1340 2011-02-16  Glenn Morris  <rgm@gnu.org>
1342         * dired-x.texi: Use emacsver.texi to get Emacs version.
1343         * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
1344         Depend on emacsver.texi.
1346         * dired-x.texi: Drop meaningless version number.
1347         (Introduction): Remove old info.
1348         (Optional Installation Dired Jump): Autoload from dired-x.
1349         Remove incorrect info about loaddefs.el.
1350         (Bugs): Just refer to M-x report-emacs-bug.
1352         * dired-x.texi (Multiple Dired Directories): Update for rename of
1353         default-directory-alist.
1354         (Miscellaneous Commands): No longer mention very old VM version 4.
1356 2011-02-15  Paul Eggert  <eggert@cs.ucla.edu>
1358         Merge from gnulib.
1359         * texinfo.tex: Update to version 2011-02-14.11.
1361 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
1363         * auth.texi (Help for users):
1364         Login collection is "Login" and not "login".
1366 2011-02-13  Michael Albinus  <michael.albinus@gmx.de>
1368         * tramp.texi (History): Remove IMAP support.
1369         (External methods, Frequently Asked Questions): Remove `imap' and
1370         `imaps' methods.
1371         (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
1373         * trampver.texi: Remove default value of `emacsimap'.
1375 2011-02-13  Glenn Morris  <rgm@gnu.org>
1377         * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
1378         * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
1380 2011-02-12  Glenn Morris  <rgm@gnu.org>
1382         * sc.texi (Getting Connected): Remove old index entries.
1384 2011-02-12  Ulrich Mueller  <ulm@gentoo.org>
1386         * url.texi: Remove duplicate @dircategory (Bug#7942).
1388 2011-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
1390         * auth.texi (Overview, Help for users, Help for developers):
1391         Update docs.
1392         (Help for users): Talk about spaces.
1394 2011-02-09  Paul Eggert  <eggert@cs.ucla.edu>
1396         * texinfo.tex: Update to version 2011-02-07.16.
1398 2011-02-07  Michael Albinus  <michael.albinus@gmx.de>
1400         * dbus.texi (Bus names): Adapt descriptions for
1401         dbus-list-activatable-names and dbus-list-known-names.
1403 2011-02-07  Jay Belanger  <jay.p.belanger@gmail.com>
1405         * calc.texi (Logarithmic Units): New section.
1407 2011-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
1409         * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
1410         manuals use it now.
1412         * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
1414 2011-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1416         * overrides.texi: Remove.
1418         * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
1419         * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
1421 2011-02-05  Michael Albinus  <michael.albinus@gmx.de>
1423         * tramp.texi (Frequently Asked Questions): Mention problems with
1424         WinSSHD.
1426         * trampver.texi: Update release number.
1428 2011-02-05  Era Eriksson  <era+tramp@iki.fi>  (tiny change)
1430         * tramp.texi:
1431         Replace "delimet" with "delimit" globally.
1432         Replace "explicite" with "explicit" globally.
1433         Replace "instead of" with "instead" where there was nothing after "of".
1434         Audit use of comma before interrogative pronoun, "that", or "which".
1435         Minor word order, spelling, wording changes.
1437 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
1439         * overrides.texi: New file to set or clear WEBHACKDEVEL.
1441         * sieve.texi: Use WEBHACKDEVEL.
1443         * sasl.texi: Use WEBHACKDEVEL.
1445         * pgg.texi: Use WEBHACKDEVEL.
1447         * message.texi: Use WEBHACKDEVEL.
1449         * gnus.texi: Use WEBHACKDEVEL.
1451         * emacs-mime.texi: Use WEBHACKDEVEL.
1453         * auth.texi: Use WEBHACKDEVEL.
1455         * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
1456         manuals.
1458 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1460         * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
1462 2011-02-03  Paul Eggert  <eggert@cs.ucla.edu>
1464         * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
1465         which in turn is copied from ftp://tug.org/tex/.
1467 2011-02-03  Glenn Morris  <rgm@gnu.org>
1469         * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
1470         (Binding combinations of modifiers and function keys):
1471         Let's assume people reading this are not using Emacs 18.
1473 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1475         * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
1476         since it's run automatically.
1478 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1480         * gnus.texi (Customizing Articles): Fix typo.
1482 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1484         * gnus.texi (Customizing Articles): Document the new way of customizing
1485         the date headers(s).
1487 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1489         * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
1490         splitting example.
1492 2011-01-29  Eli Zaretskii  <eliz@gnu.org>
1494         * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
1495         (MAKEINFO_OPTS): New variable.
1496         (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
1497         ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
1498         ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
1499         ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
1500         ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
1501         ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
1502         ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
1503         ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
1504         ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
1505         ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
1506         ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
1507         ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
1508         ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
1509         ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
1510         ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
1511         ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
1512         ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
1513         ($(infodir)/edt): Use $(MAKEINFO_OPTS).
1515 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1517         * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
1519 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
1521         * message.texi (IDNA): Explain what it is.
1523 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1525         * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
1527 2011-01-23  Werner Lemberg  <wl@gnu.org>
1529         * Makefile.in (MAKEINFO): Now controlled by `configure'.
1530         (MAKEINFO_OPTS): New variable.  Use it where appropriate.
1531         (ENVADD): Update.
1533 2011-01-18  Glenn Morris  <rgm@gnu.org>
1535         * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
1537 2011-01-14  Eduard Wiebe  <usenet@pusto.de>
1539         * nxml-mode.texi (Introduction): Fix file name typos.
1541 2011-01-13  Christian Ohler  <ohler@gnu.org>
1543         * ert.texi: New file.
1545         * Makefile.in:
1546         * makefile.w32-in: Add ert.texi.
1548 2011-01-10  Jan Moringen  <jan.moringen@uni-bielefeld.de>
1550         * dbus.texi (Receiving Method Calls): New function
1551         dbus-register-service.  Rearrange node.
1553 2011-01-07  Paul Eggert  <eggert@cs.ucla.edu>
1555         * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
1556         which in turn is copied from ftp://tug.org/tex/.
1558 2011-01-04  Jan Moringen  <jan.moringen@uni-bielefeld.de>
1560         * dbus.texi (Receiving Method Calls): Describe new optional
1561         parameter dont-register-service of dbus-register-{method,property}.
1563 2010-12-17  Daiki Ueno  <ueno@unixuser.org>
1565         * epa.texi (Encrypting/decrypting *.gpg files):
1566         Mention epa-file-select-keys.
1568 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1570         * gnus.texi (Archived Messages): Remove outdated text.
1572 2010-12-16  Teodor Zlatanov  <tzz@lifelogs.com>
1574         * gnus.texi (Foreign Groups): Add clarification of foreign groups.
1576 2010-12-15  Andrew Cohen  <cohen@andy.bu.edu>
1578         * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
1580 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1582         * gnus.texi (The swish++ Engine): Add customizable parameters
1583         descriptions.
1584         (The swish-e Engine): Ditto.
1586 2010-12-14  Michael Albinus  <michael.albinus@gmx.de>
1588         * tramp.texi (Inline methods): Add "ksu" method.
1589         (Remote processes): Add example with remote `default-directory'.
1591 2010-12-14  Glenn Morris  <rgm@gnu.org>
1593         * faq.texi (Expanding aliases when sending mail):
1594         Now build-mail-aliases is interactive.
1596 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1598         * gnus.texi: First pass at adding (rough) nnir documentation.
1600 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1602         * gnus.texi (Filtering New Groups):
1603         Mention gnus-auto-subscribed-categories.
1604         (The First Time): Remove, since default-subscribed-newsgroups has been
1605         removed.
1607 2010-12-13  Glenn Morris  <rgm@gnu.org>
1609         * cl.texi (For Clauses): Small fixes for frames and windows.
1611 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
1613         * org.texi (Using capture): Document using prefix arguments for
1614         finalizing capture.
1615         (Agenda commands): Document prefix argument for the bulk scatter
1616         command.
1617         (Beamer class export): Document that also overlay arguments can be
1618         passed to the column environment.
1619         (Template elements): Document the new entry type.
1621 2010-12-11  Puneeth Chaganti  <punchagan@gmail.com>
1623         * org.texi (Include files): Document :minlevel.
1625 2010-12-11  Julien Danjou  <julien@danjou.info>
1627         * org.texi (Categories): Document category icons.
1629 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
1631         * org.texi (noweb): Fix typo.
1633 2010-12-06  Tassilo Horn  <tassilo@member.fsf.org>
1635         * gnus.texi (Server Commands): Point to the rest of the server
1636         commands.
1638 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1640         * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
1641         g'.
1643 2010-12-02  Julien Danjou  <julien@danjou.info>
1645         * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
1647 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1649         * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
1650         (Direct Functions): Note the STARTTLS upgrade.
1652 2010-11-27  Glenn Morris  <rgm@gnu.org>
1653             James Clark  <none@example.com>
1655         * nxml-mode.texi (Introduction): New section.
1657 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1659         * gnus.texi (Server Commands): Document gnus-server-show-server.
1661 2010-11-20  Michael Albinus  <michael.albinus@gmx.de>
1663         Sync with Tramp 2.2.0.
1665         * trampver.texi: Update release number.
1667 2010-11-19  Jay Belanger  <jay.p.belanger@gmail.com>
1669         * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
1670         Mention that the TeX specific units won't use the `tex' prefix
1671         in TeX mode.
1673 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1675         * gnus.texi (Misc Article): Document gnus-inhibit-images.
1677 2010-11-17  Glenn Morris  <rgm@gnu.org>
1679         * edt.texi: Remove information about Emacs 19.
1681 2010-11-17  Michael Albinus  <michael.albinus@gmx.de>
1683         * trampver.texi: Update release number.
1685 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1687         * gnus.texi (Article Washing): Fix typo.
1689 2010-11-11  Noorul Islam  <noorul@noorul.com>
1691         * org.texi: Fix typo.
1693 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
1695         * org.texi (Using capture): Explain that refiling is
1696         sensitive to cursor position.
1698 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
1700         * org.texi (Images and tables): Add cross reference to link section.
1702 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
1704         * org.texi: Document the <c> cookie.
1706 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
1708         * org.texi: Multi-line header arguments :PROPERTIES: :ID:
1709         b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
1711 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
1713         * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
1715 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
1717         * org.texi (Project alist): Mention that this is a property list.
1719 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
1721         * org.texi (Setting up the staging area): Document that
1722         file names remain visible when encrypting the MobileOrg files.
1724 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
1726         * org.texi (Setting up the staging area): Document which
1727         versions are needed for encryption.
1729 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
1731         * org.texi (noweb): Update :noweb documentation to
1732         reflect the new "tangle" argument.
1734 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
1736         * org.texi (Batch execution): Improve tangling script in
1737         documentation.
1739 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
1741         * org.texi (Handling links):
1742         (In-buffer settings): Document inlining images on startup.
1744 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
1746         * org.texi (Setting up the staging area): Document use of
1747         crypt password.
1749 2010-11-11  David Maus  <dmaus@ictsoc.de>
1751         * org.texi (Template expansion): Add date related link type escapes.
1753 2010-11-11  David Maus  <dmaus@ictsoc.de>
1755         * org.texi (Template expansion): Add mew in table for link type
1756         escapes.
1758 2010-11-11  David Maus  <dmaus@ictsoc.de>
1760         * org.texi (Template expansion): Fix typo in link type escapes.
1762 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
1764         * org.texi (Structure of code blocks): Another documentation tweak.
1766 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
1768         * org.texi (Structure of code blocks): Documentation tweak.
1770 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
1772         * org.texi (Structure of code blocks):
1773         Update documentation to mention inline code block syntax.
1775 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
1777         * org.texi (comments): Improve wording.
1779 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
1781         * org.texi (comments): Document the new :comments header arguments.
1783 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
1785         * org.texi (Installation): Remove the special
1786         installation instructions for XEmacs.
1788 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
1790         * org.texi (Easy Templates): New section.  Documents quick
1791         insertion of empty structural elements.
1793 2010-11-11  Noorul Islam  <noorul@noorul.com>
1795         * org.texi: Fix doc.
1797 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
1799         * org.texi (The date/time prompt): Document specification
1800         of time ranges.
1802 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
1804         * org.texi (Internal links): Document the changes in
1805         internal links.
1807 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
1809         * org.texi (Agenda commands): Document the limitation for
1810         the filter preset - it can only be used for an entire agenda
1811         view, not in an individual block in a block agenda.
1813 2010-11-11  Eric S Fraga  <e.fraga@ucl.ac.uk>
1815         * org.texi (iCalendar export): Document alarm creation.
1817 2010-11-10  Michael Albinus  <michael.albinus@gmx.de>
1819         * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
1821 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1823         * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
1825 2010-11-09  Jay Belanger  <jay.p.belanger@gmail.com>
1827         * calc.texi: Use emacsver.texi to determine Emacs version.
1829 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1831         * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
1832         since that works by default.
1834 2010-11-03  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1836         * gnus.texi (Customizing the IMAP Connection): Document
1837         `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
1839 2010-11-04  Michael Albinus  <michael.albinus@gmx.de>
1841         * tramp.texi (Remote shell setup): New item "Interactive shell
1842         prompt".  Reported by Christian Millour <cm@abtela.com>.
1843         (Remote shell setup, Remote processes): Use @code{} for
1844         environment variables.
1846 2010-11-03  Glenn Morris  <rgm@gnu.org>
1848         * ediff.texi (Quick Help Commands, Miscellaneous):
1849         * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
1851 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1853         * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
1855 2010-10-31  Glenn Morris  <rgm@gnu.org>
1857         * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
1859 2010-10-31  Glenn Morris  <rgm@gnu.org>
1861         * cc-mode.texi: Remove reference to defunct viewcvs URL.
1863 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1865         * gnus.texi (Client-Side IMAP Splitting):
1866         Mention nnimap-unsplittable-articles.
1868 2010-10-29  Julien Danjou  <julien@danjou.info>
1870         * gnus.texi (Finding the News): Remove references to obsoletes
1871         variables `gnus-nntp-server' and `gnus-secondary-servers'.
1873 2010-10-29  Eli Zaretskii  <eliz@gnu.org>
1875         * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
1876         (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
1877         ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
1878         ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
1880 2010-10-28  Glenn Morris  <rgm@gnu.org>
1882         * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
1883         (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
1884         ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
1886 2010-10-25  Daiki Ueno  <ueno@unixuser.org>
1888         * epa.texi (Mail-mode integration): Add alternative key bindings
1889         for epa-mail commands; escape comma.
1890         Don't use the word "PGP", since it is a non-free program.
1892 2010-10-24  Jay Belanger  <jay.p.belanger@gmail.com>
1894         * calc.texi: Use emacsver.texi to determine Emacs version.
1896 2010-10-24  Juanma Barranquero  <lekktu@gmail.com>
1898         * gnus.texi (Group Parameters, Buttons): Fix typos.
1900 2010-10-22  Tassilo Horn  <tassilo@member.fsf.org>
1902         * gnus.texi (Subscription Commands): Mention that you can also
1903         subscribe to new groups via the Server buffer, which is probably more
1904         convenient when subscribing to many groups.
1906 2010-10-21  Julien Danjou  <julien@danjou.info>
1908         * message.texi (Message Headers): Allow message-default-headers to be a
1909         function.
1911 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1913         * gnus-news.texi: Mention new archive defaults.
1915 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1917         * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
1919 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1921         * gnus.texi (HTML): Document the function value of
1922         gnus-blocked-images.
1923         (Article Washing): shr and gnus-w3m, not the direct function names.
1925 2010-10-20  Julien Danjou  <julien@danjou.info>
1927         * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
1928         variable.
1930 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1932         * gnus.texi (Customizing the IMAP Connection): The port strings are
1933         strings.
1934         (Document Groups): Mention git.
1936 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1938         * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
1939         bzr/Gnus git sync.
1941 2010-10-15  Eli Zaretskii  <eliz@gnu.org>
1943         * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
1944         change.
1946 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1948         * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
1949         @item syntax for in-Emacs makeinfo.
1951 2010-10-13  Teodor Zlatanov  <tzz@lifelogs.com>
1953         * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
1954         trim sentence.
1956 2010-10-12  Daiki Ueno  <ueno@unixuser.org>
1958         * epa.texi (Caching Passphrases):
1959         * auth.texi (GnuPG and EasyPG Assistant Configuration):
1960         Clarify some configurations require to set up gpg-agent.
1962 2010-10-11  Glenn Morris  <rgm@gnu.org>
1964         * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
1966 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1968         * gnus.texi (Spam Package Introduction): Mention `$'.
1970 2010-10-09  Eli Zaretskii  <eliz@gnu.org>
1972         * makefile.w32-in (emacsdir): New variable.
1973         ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
1974         (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
1976 2010-10-09  Glenn Morris  <rgm@gnu.org>
1978         * Makefile.in (mostlyclean): Delete *.toc.
1980         * Makefile.in: Use $< in rules.
1982         * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
1984         * Makefile.in ($(infodir)): Delete rule.
1985         (mkinfodir): New.  Use it in all the info rules, rather than depending
1986         on infodir.
1988 2010-10-09  Glenn Morris  <rgm@gnu.org>
1990         * gnus.texi (Article Washing): Fix previous change.
1992         * Makefile.in (emacsdir): New variable.
1993         ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
1994         Depend on emacsver.texi.
1996         * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
1998         * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
2000 2010-10-08  Julien Danjou  <julien@danjou.info>
2002         * gnus.texi: Add mm-shr.
2004 2010-10-08  Ludovic Courtès  <ludo@gnu.org>
2006         * gnus.texi (Finding the Parent, The Gnus Registry)
2007         (Registry Article Refer Method): Update docs for nnregistry.el.
2009 2010-10-08  Daiki Ueno  <ueno@unixuser.org>
2011         * auth.texi (Help for users)
2012         (GnuPG and EasyPG Assistant Configuration): Update docs.
2014 2010-10-08  Glenn Morris  <rgm@gnu.org>
2016         * cl.texi (Organization, Installation, Old CL Compatibility):
2017         Deprecate cl-compat for new code.
2018         (Usage, Installation): Remove outdated information.
2020         * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
2022 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2024         * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
2026 2010-10-06  Julien Danjou  <julien@danjou.info>
2028         * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
2030         * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
2031         broken link.
2033         * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
2035         * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
2036         to ReiserFS.
2038         * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
2039         (FAQ 7-1): Fix getmail URL.
2041 2010-10-06  Daiki Ueno  <ueno@unixuser.org>
2043         * epa.texi (Caching Passphrases): New section.
2045 2010-10-06  Glenn Morris  <rgm@gnu.org>
2047         * Makefile.in (SHELL): Set it.
2048         (info): Move the mkdir dependency to the individual info files.
2049         (mostlyclean): Tidy up.
2050         (clean): Only delete the specific dvi and pdf files.
2051         (maintainer-clean): Be more restrictive in what we delete.
2052         ($(infodir)): Add parallel build workaround.
2054 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2056         * gnus.texi (Misc Article): Document gnus-widen-article-window.
2058 2010-10-03  Julien Danjou  <julien@danjou.info>
2060         * emacs-mime.texi (Display Customization):
2061         Update mm-inline-large-images documentation and add documentation for
2062         mm-inline-large-images-proportion.
2064 2010-10-03  Michael Albinus  <michael.albinus@gmx.de>
2066         * tramp.texi (Frequently Asked Questions):
2067         Mention remote-file-name-inhibit-cache.
2069 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2071         * gnus.texi (Splitting Mail): Fix @xref syntax.
2072         (Splitting Mail): Really fix the @ref syntax.
2074 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2076         * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
2077         (Article Hiding): Add google banner example.
2078         Suggested by Benjamin Xu.
2080 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2082         * gnus.texi (Spam Package Configuration Examples, SpamOracle):
2083         Remove nnimap-split-rule from examples.
2085 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2087         * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
2088         (NNTP): Document nntp-server-list-active-group.  Suggested by Barry
2089         Fishman.
2090         (Client-Side IMAP Splitting): Add nnimap-split-fancy.
2092 2010-09-30  Julien Danjou  <julien@danjou.info>
2094         * gnus.texi (Gravatars): Fix documentation about
2095         gnu-gravatar-properties.
2097 2010-09-29  Daiki Ueno  <ueno@unixuser.org>
2099         * epa.texi (Bug Reports): New section.
2101 2010-09-29  Glenn Morris  <rgm@gnu.org>
2103         * Makefile.in (top_srcdir): Remove unused variable.
2105 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2107         * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
2108         (Client-Side IMAP Splitting): Document 'default.
2110 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2112         * gnus.texi (Customizing the IMAP Connection):
2113         Document nnimap-fetch-partial-articles.
2115 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2117         * gnus-news.texi: Mention nnimap-inbox.
2119         * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
2121 2010-09-26  Julien Danjou  <julien@danjou.info>
2123         * gnus.texi (Oort Gnus): Remove mention of ssl.el.
2125 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2127         * gnus.texi (Security): Remove gpg.el mention.
2129 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2131         * gnus.texi (Browse Foreign Server): New variable
2132         gnus-browse-subscribe-newsgroup-method.
2134         * gnus-news.texi: Mention it.
2136 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2138         * gnus.texi (NoCeM): Remove.
2139         (Startup Variables): No jingle.
2141 2010-09-25  Ulrich Mueller  <ulm@gentoo.org>
2143         * woman.texi (Interface Options): xz compression is now supported.
2145 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2147         * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
2148         (Unavailable Servers): Document gnus-server-copy-server.
2149         (Using IMAP): Document the new nnimap.
2151 2010-09-25  Julien Danjou  <julien@danjou.info>
2153         * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
2155 2010-09-24  Glenn Morris  <rgm@gnu.org>
2157         * url.texi (Disk Caching): Tweak previous change.
2159 2010-09-24  Julien Danjou  <julien@danjou.info>
2161         * url.texi (Disk Caching): Mention url-cache-expire-time,
2162         url-cache-expired, and url-fetch-from-cache.
2164 2010-09-24  Julien Danjou  <julien@danjou.info>
2166         * gnus.texi: Add Gravatars.
2168 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2170         * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
2172 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2174         * gnus.texi (Expunging mailboxes): Update name of the expunging
2175         command.
2177 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2179         * emacs-mime.texi (rfc2047): Update description for
2180         rfc2047-encode-parameter.
2182 2010-09-13  Michael Albinus  <michael.albinus@gmx.de>
2184         * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
2185         "fish" methods.
2186         (External methods): Remove "scp1_old" and "scp2_old" methods.
2188 2010-09-09  Michael Albinus  <michael.albinus@gmx.de>
2190         * tramp.texi: Remove Japanese manual.  Fix typo.
2192         * trampver.texi: Update release number.  Remove japanesemanual.
2194 2010-09-09  Glenn Morris  <rgm@gnu.org>
2196         * org.texi: Restore clobbered changes (copyright years, untabify).
2198 2010-09-04  Julien Danjou  <julien@danjou.info>  (tiny change)
2200         * gnus.texi (Adaptive Scoring): Fix typo.
2202 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2204         * gnus.texi (Article Display): Document gnus-html-show-images.
2206 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
2208         * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
2210 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2212         * gnus.texi (HTML): Document gnus-max-image-proportion.
2214 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2216         * gnus.texi (HTML): Document gnus-blocked-images.
2218         * message.texi (Wide Reply): Document message-prune-recipient-rules.
2220 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2222         * gnus.texi (Summary Mail Commands): Note that only the addresses from
2223         the first message are used for wide replies.
2224         (Changing Servers): Remove documentation on gnus-change-server and
2225         friends, since it's been removed.
2227 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2229         * gnus.texi (Drafts): Mention B DEL.
2231 2010-08-29  Tim Landscheidt  <tim@tim-landscheidt.de>  (tiny change)
2233         * gnus.texi (Delayed Articles): Mention that the Date header is the
2234         original one, even if you delay.
2236 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2238         * gnus.texi (Asynchronous Fetching):
2239         Document gnus-async-post-fetch-function.
2240         (HTML): Made into its own section.
2242 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
2244         Sync with Tramp 2.1.19.
2246         * tramp.texi (Inline methods, Default Method): Mention
2247         `tramp-inline-compress-start-size'.  Remove "kludgy" phrase.
2248         Remove remark about doubled "-t" argument.
2249         (Auto-save and Backup): Remove reference to Emacs 21.
2250         (Filename Syntax): Describe port numbers.
2251         (Frequently Asked Questions): Adapt supported (X)Emacs versions.  Adapt
2252         supported MS Windows versions.  Remove obsolete URL.  Recommend "sshx"
2253         and "scpx" for echoing shells.  Use the $() syntax, texi2dvi reports
2254         errors with the backquotes.
2255         (External packages): File attributes cache flushing for asynchronous
2256         processes.
2257         (Traces and Profiles): Describe verbose level 9.
2259         * trampver.texi: Update release number.
2261 2010-08-23  Michael Albinus  <michael.albinus@gmx.de>
2263         * dbus.texi (Alternative Buses): New chapter.
2265 2010-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2267         * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
2269 2010-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
2271         * calc.texi (Customizing Calc): Rearrange description of new
2272         variables to match the presentation of other variables.
2274 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
2276         * org.texi (Footnotes, Tables in HTML export): Fix typos.
2278 2010-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
2280         * calc.texi (Making Selections, Selecting Subformulas)
2281         (Customizing Calc): Mention how to use faces to emphasize selected
2282         sub-formulas.
2284 2010-08-05  Michael Albinus  <michael.albinus@gmx.de>
2286         * tramp.texi (External packages): File attributes cache flushing
2287         for asynchronous processes.
2289 2010-08-01  Alan Mackenzie  <acm@muc.de>
2291         Enhance the manual for the latest Java Mode.
2293         * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
2294         annotation-var-cont.
2295         (Java Symbols): Page renamed from Anonymous Class Symbol.  Document the
2296         two new symbols.
2298 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
2300         * tramp.texi (Traces and Profiles): Describe verbose level 9.
2302 2010-07-27  Chong Yidong  <cyd@stupidchicken.com>
2304         * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
2306 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
2308         * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
2310 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
2312         * org.texi: Add macros to get plain quotes in PDF output.
2313         List additional contributors.
2314         (Capture): New section, replaces the section about remember.
2315         (Working With Source Code): New chapter, focused on documenting Org
2316         Babel.
2317         (Code evaluation security): New section.
2318         (MobileOrg): Document DropBox support.
2319         (TaskJuggler export): Document taskjuggler and Gantt chart support.
2320         (Special symbols): Show how to display UTF8 characters for entities.
2321         (Global TODO list): Clarify the use of the "M" key and the differences
2322         to the "m" key.
2323         (RSS Feeds): Mention Atom feeds as well.
2324         (Setting tags): Remove paragraph about
2325         `org-complete-tags-always-offer-all-agenda-tags'.
2327 2010-07-17  Michael Albinus  <michael.albinus@gmx.de>
2329         * tramp.texi (Inline methods): Remove remark about doubled "-t"
2330         argument.
2331         (Frequently Asked Questions): Recommend "sshx" and "scpx" for
2332         echoing shells.
2334 2010-07-10  Michael Albinus  <michael.albinus@gmx.de>
2336         * tramp.texi (Inline methods): Remove "kludgy" phrase.
2337         (Filename Syntax): Describe port numbers.
2339 2010-07-09  Michael Albinus  <michael.albinus@gmx.de>
2341         * dbus.texi (Top): Introduce Index.  Emphasize "nil" whereever
2342         forgotten.
2343         (Type Conversion): Precise conversion of natural numbers.
2344         (Errors and Events): Add "debugging" to concept index.  Add variable
2345         `dbus-debug'.
2347 2010-07-04  Michael Albinus  <michael.albinus@gmx.de>
2349         * dbus.texi (Receiving Method Calls): Add optional argument
2350         EMITS-SIGNAL to `dbus-register-property'.
2352 2010-06-27  Alex Schroeder  <alex@gnu.org>
2354         * nxml-mode.texi (Commands for locating a schema): Fix typo.
2356 2010-06-24  Glenn Morris  <rgm@gnu.org>
2358         * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
2359         * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
2360         * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
2361         * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
2362         * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
2363         * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
2364         * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
2365         * woman.texi: Start direntry descriptions in column 32, per Texinfo
2366         convention.   Make them end with a period.
2368 2010-06-23  Glenn Morris  <rgm@gnu.org>
2370         * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
2371         * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
2372         * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
2373         * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
2374         * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
2375         * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
2377 2010-06-10  Glenn Morris  <rgm@gnu.org>
2379         * idlwave.texi (Load-Path Shadows):
2380         * org.texi (Handling links): Fix typos.
2382 2010-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
2384         * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
2386 2010-05-26  Michael Albinus  <michael.albinus@gmx.de>
2388         * eshell.texi (Built-ins): Describe, how to disable a built-in command
2389         by an alias.  (Bug#6226)
2391 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
2393         * calc.texi (Manipulating Vectors): Mention that vectors can
2394         be used to determine bins for `calc-histogram'.
2396 2010-05-13  Jay Belanger  <jay.p.belanger@gmail.com>
2398         * calc.texi: Remove "\turnoffactive" commands throughout.
2400 2010-05-08  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
2402         * url.texi (HTTP language/coding, Customization):
2403         * message.texi (Header Commands, Responses):
2404         * cl.texi (Argument Lists): Fix typos.
2406 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
2408         * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
2409         Note that Development menu is always available.
2410         (Creating a project): Fix terminology.
2411         (Add/Remove files): Fix typo.
2413 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
2415         * Version 23.2 released.
2417 2010-05-01  Daniel E. Doherty  <ddoherty03@gmail.com>  (tiny change)
2419         * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
2421 2010-05-01  Michael Albinus  <michael.albinus@gmx.de>
2423         * tramp.texi (Inline methods, Default Method):
2424         Mention `tramp-inline-compress-start-size'.
2426 2010-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
2428         * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
2429         the CVS repo.  Put the Git repo in the news section.
2431         * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
2432         Removed some mentions of CVS.  Mention the new Git repo.
2434 2010-04-18  Andreas Seltenreich  <seltenreich@gmx.de>
2436         * gnus.texi (Score File Format): Fix typo.  Reported by Štěpán Němec.
2437         (Mail Group Commands): Add index entry.
2439 2010-04-18  Glenn Morris  <rgm@gnu.org>
2441         * info.texi (Search Index): Mention Emacs's Info-virtual-index.
2443 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
2445         * calc.texi (Radix modes): Mention that the option prefix will
2446         turn on twos-complement mode.
2447         (Inverse and Hyperbolic Flags): Mention the Option flag.
2449 2010-04-15  Carsten Dominik  <carsten.dominik@gmail.com>
2451         * org.texi (LaTeX and PDF export): Add a footnote about xetex.
2452         (LaTeX/PDF export commands): Rename and Move section.
2453         (Sectioning structure): Update.
2454         (References): New use case for field coordinates.
2455         (The export dispatcher): Rename from ASCII export.
2456         (Setting up the staging area): Document the availability of
2457         encryption for MobileOrg.
2458         (Images and tables): Document how to reference labels.
2459         (Index entries): New section.
2460         (Generating an index): New section.
2461         (Column width and alignment): Document that <N> now
2462         means a fixed width, not a maximum width.
2463         (Publishing options): Document the :email option.
2464         (Beamer class export): Fix bug in the BEAMER example.
2465         (Refiling notes): Document refile logging.
2466         (In-buffer settings): Document refile logging keywords.
2467         (Drawers): Document `C-c C-z' command.
2468         (Agenda commands): Mention the alternative key `C-c C-z'.
2469         (Special properties): Document the BLOCKED property.
2470         (The spreadsheet): Mention the formula editor.
2471         (References): Document field coordinates.
2472         (Publishing action): Correct the documentation for the
2473         publishing function.
2474         (The date/time prompt): Document that we accept dates
2475         like month/day/year.
2476         (Cooperation): Document the changes in table.el support.
2477         (Faces for TODO keywords, Faces for TODO keywords)
2478         (Priorities): Document the easy colors.
2479         (Visibility cycling): Document the new double prefix
2480         arg for `org-reveal'.
2481         (Cooperation): Remember.el is part of Emacs.
2482         (Clean view): Mention that `wrap-prefix' is also set by
2483         org-indent-mode.
2484         (Agenda commands): Add information about prefix args to
2485         scheduling and deadline commands.
2486         (Search view): Point to the docstring of
2487         `org-search-view' for more details.
2488         (Agenda commands): Document that `>' prompts for a date.
2489         (Setting tags): Document variable
2490         org-complete-tags-always-offer-all-agenda-tags.
2491         (Column attributes): Cross-reference special properties.
2493 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
2495         Synchronize with Tramp repository.
2497         * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
2498         (Frequently Asked Questions): Adapt supported (X)Emacs versions.
2499         Adapt supported MS Windows versions.  Remove obsolete URL.  Use the $()
2500         syntax, texi2dvi reports errors with the backquotes.
2502         * trampver.texi: Update release number.
2504 2010-04-01  Teodor Zlatanov  <tzz@lifelogs.com>
2506         * gnus.texi (Finding the News): Add pointers to the Server buffer
2507         because it's essential.
2509 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2511         * gnus.texi (MIME Commands): Update description of
2512         gnus-article-browse-html-article.
2514 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2516         * auth.texi (Secret Service API): Add TODO node.
2517         (Help for users): Explain the new source options for `auth-sources'.
2519 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
2521         * trampver.texi: Update release number.
2523 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
2525         * Branch for 23.2.
2527 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
2529         * faq.texi (Escape sequences in shell output): Note that ansi-color is
2530         now enabled by default.
2532 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
2534         * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
2535         when Emacs runs in interactive mode.  (Bug#5645)
2537 2010-02-16  Glenn Morris  <rgm@gnu.org>
2539         * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
2541 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
2543         * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
2545 2010-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2547         * gnus.texi (Score File Format): Fix typo.
2549 2010-01-19  Mark A. Hershberger  <mah@everybody.org>
2551         * cc-mode.texi: Replace references to obsolete c-subword-mode.
2553 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
2555         * ada-mode.texi (Project File Overview): Fix typo.
2557 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2559         * semantic.texi: Add Richard Y. Kim credit.
2561         * eieio.texi (Making New Objects): Fix typo (Bug#5406).
2563 2010-01-17  Michael Albinus  <michael.albinus@gmx.de>
2565         * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
2566         SXEmacs 22 to the supported systems.  New item for hung ssh sessions.
2568 2010-01-17  Glenn Morris  <rgm@gnu.org>
2570         * calc.texi (Reporting Bugs): Don't mention format of repository.
2572         * woman.texi (Bugs): Make "Emacs repository" less specific,
2573         and the URL for same more specific.
2575         * faq.texi (Latest version of Emacs): The repository is now Bazaar.
2577 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2579         * ede.texi (ede-step-project, ede-proj-target):
2580         * tramp.texi (Remote processes): Fix typos.
2582 2010-01-16  Mario Lang  <mlang@delysid.org>
2584         * ede.texi (ede-target):
2585         * org.texi (Refiling notes): Remove duplicated words.
2587 2010-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2589         * gnus.texi (Posting Styles): Use with-current-buffer.
2590         * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
2592 2010-01-02  Kevin Ryde  <user42@zip.com.au>
2594         * eieio.texi (Naming Conventions): Correction to xref on elisp
2595         coding conventions, is "Tips" node not "Standards".
2597 2009-12-24  Chong Yidong  <cyd@stupidchicken.com>
2599         * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
2601         * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
2603 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2605         * gnus.texi (Direct Functions): Add missing port number to tls method.
2607 2009-12-15  Juanma Barranquero  <lekktu@gmail.com>
2609         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
2610         ($(infodir)/edt, edt.dvi): New targets.
2612 2009-12-15  Glenn Morris  <rgm@gnu.org>
2614         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
2615         (edt, $(infodir)/edt, edt.dvi): New targets.
2616         * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
2618         * Makefile.in (PDF_TARGETS, pdf): New.
2619         (clean): Add *.pdf.
2620         Add pdf rules for all manuals.
2622 2009-12-15  Jay Belanger  <jay.p.belanger@gmail.com>
2624         * calc/calc.texi (Radix Modes): Clarify two's complement notation.
2626 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
2628         * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
2629         (Smart Jump, Analyzer Debug): Copyedits.
2630         (Semantic mode user commands): Link to new nodes.
2631         (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
2632         (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
2633         upstream Semantic manual.
2635         * semantic.texi (Introduction): Minor fix to diagram.
2637 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
2639         * eshell.texi (History): Add the other built-in variables.
2640         (Built-ins): Explain built-ins, and how to apply the external commands.
2641         Add `history', `su' and `sudo'.
2643         * tramp.texi (Remote processes): Add missing <RET> in the example.
2645 2009-12-01  Bill Wohler  <wohler@newt.com>
2647         * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
2648         path for mairix example.  Specify -q in namazu example since namazu is
2649         excessively garrulous.
2651 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
2653         * tramp.texi (Remote processes): Improve eshell example with "su"
2654         and "sudo" commands.
2656 2009-11-28  Chong Yidong  <cyd@stupidchicken.com>
2658         * semantic.texi (Analyzer Internals): Rename from Analyzer.
2660         * sem-user.texi (Semantic mode user commands): Fix key syntax.
2661         Document semantic-complete-analyze-inline.
2662         (Semanticdb search debugging commands): Minor clarification.
2663         (Analyzer, Smart Completion, Smart Summary, Smart Jump)
2664         (Analyzer Debug): New nodes, adapted from the upstream Semantic user
2665         manual.
2666         (Semantic mode): Link to Idle Scheduler.
2668 2009-11-28  Kevin Ryde  <user42@zip.com.au>
2670         * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
2671         @pxref, now EIEIO is in Emacs.
2673         * erc.texi (Development): Correction to git tutorial url.
2675 2009-11-26  Glenn Morris  <rgm@gnu.org>
2677         * faq.texi (Latest version of Emacs): Mention stability of development
2678         version.
2679         (Problems with very large files): Max buffer size increase in 23.2.
2680         (VM): VM has moved house again.
2682 2009-11-22  Jay Belanger  <jay.p.belanger@gmail.com>
2684         * calc.texi (Radix modes): Discuss alternate bases for two's complement
2685         notations.
2687 2009-11-20  Carsten Dominik  <dominik@u016822.science.uva.nl>
2689         * org.texi (Column attributes): Fix documentation of new operators.
2691 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
2693         * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
2694         (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
2695         (Idle Completions Mode): Numerous copyedits.
2697 2009-11-17  Juanma Barranquero  <lekktu@gmail.com>
2699         * semantic.texi (Semantic Internals, Glossary):
2700         * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
2701         (Semanticdb search debugging commands): Fix typos.
2703 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
2705         * calc.texi (Radix modes): Mention twos-complement notation.
2707 2009-11-16  Juanma Barranquero  <lekktu@gmail.com>
2709         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
2710         ($(infodir)/semantic, semantic.dvi): New targets.
2712 2009-11-16  Chong Yidong  <cyd@stupidchicken.com>
2714         * Makefile.in: Build the Semantic manual.
2716         * semantic.texi, sem-user.texi: New files, adapted from the Semantic
2717         repository.
2719 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
2721         * dbus.texi (Receiving Method Calls): New defun
2722         `dbus-unregister-service'.
2724 2009-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
2726         * org.texi (Speed keys): New section.
2728 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
2730         * dbus.texi (Type Conversion): Fix typo.
2731         (Asynchronous Methods): Rename `dbus-registered-functions-table' to
2732         `dbus-registered-objects-table'.
2733         (Receiving Method Calls): New defun `dbus-register-property'.
2734         Move `dbus-unregister-object' here.
2736 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
2738         * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
2740 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
2742         * org.texi (Column attributes): Add the new age summary operators.
2743         Also, mention the fact you can only use one summary operator per
2744         property.
2746 2009-11-13  John Wiegley  <johnw@newartisans.com>
2748         * org.texi (Tracking your habits): Add a new section in the
2749         manual about how to track habits.
2750         (Resolving idle time): Add a section on how idle and
2751         dangling clocks are resolved.
2753 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
2755         * org.texi (Agenda commands): Document the new `i' command.
2756         (Inserting deadline/schedule): Document logging changes
2757         of scheduling and deadline times stamps.
2758         (In-buffer settings): Document the in-buffer keywords for logging
2759         changes of scheduling and deadline times stamps.
2760         (Structure editing, Plain lists): Document indentation
2761         cycling in empty entries with TAB.
2762         (Archiving): Document the default archiving command.
2763         (Moving subtrees): Document the new keys for archiving.
2764         (Internal archiving): Fix incorrect key.
2765         (Agenda commands): Document the TODO set switching commands.
2766         (Agenda commands): Document the new archiving keys.
2767         (Clocking work time): Better description on how to save
2768         and restore a clock.
2769         (Resolving idle time): Mention the x11idle program to get true
2770         idleness also under X11.
2771         (Resolving idle time): Use @kbd instead of @key for normal
2772         letters, because this is how he rest of the manual does this.
2773         (Pushing to MobileOrg): Mention that `org-directory'
2774         should be set.
2775         (Agenda commands): Document that SPC is a filter for
2776         any tag.
2777         (Search view): Rename from "Keyword search".
2778         (Capure): New chapter.
2779         (Markup): New chapter.
2780         (Links in HTML export, Images in HTML export):
2781         Extend the section titles.
2782         (Images in HTML export): Document the align option.
2783         (Text areas in HTML export): Extend the section title.
2784         (Images in LaTeX export): Explain image placement in LaTeX.
2786 2009-11-10  Glenn Morris  <rgm@gnu.org>
2788         * sc.texi (Hints to MUA Authors): MUA should do any decoding.
2790 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
2792         * tramp.texi (Auto-save and Backup): Disable backups just for a
2793         method.
2795         * trampver.texi: Update release number.
2797 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
2799         Sync with Tramp 2.1.17.
2801         * trampver.texi: Update release number.
2803 2009-10-29  Glenn Morris  <rgm@gnu.org>
2805         * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
2807 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
2809         * tramp.texi (External methods): Temporary files are kept for
2810         `rsync' and `rsyncc' methods.
2812 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
2814         * eieio.texi: Fix typos.
2816 2009-10-07  Chong Yidong  <cyd@stupidchicken.com>
2818         * cl.texi (Argument Lists): Clarify explicit keyword arguments.
2820 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
2822         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
2823         ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
2825 2009-10-07  Chong Yidong  <cyd@stupidchicken.com>
2827         * Makefile.in: Build EIEIO and EDE manuals.
2829 2009-10-07  Eric Ludlam  <zappo@gnu.org>
2831         * eieio.texi:
2832         * ede.texi: New files.
2834 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
2836         * tramp.texi (Remote processes): Association of a pty is not supported.
2838 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
2840         * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
2841         (Processing LaTeX fragments): Document that the size of images can be
2842         changes using the variable `org-format-latex-options'.
2843         (The date/time prompt, Timestamps): Be more accurate over ISO format
2844         dates and times.
2845         (Visibility cycling): Document showeverything keyword.
2846         (In-buffer settings): Document showeverything keyword.
2847         (Setting up the staging area): Fix the example.
2848         (MobileOrg): New section.
2849         (Agenda commands, Exporting Agenda Views): Document exporting the
2850         agenda view to Org files.
2852 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
2854         * tramp.texi (History): Add IMAP support.
2855         (External methods): Add `imap' and `imaps' methods.
2856         (GVFS based methods): Add indices for `davs'.
2857         (Password handling): Rename anchors.  Add IMAP entries for
2858         ~/.authinfo.gpg.
2860         * trampver.texi: Set default value of `emacsimap'.
2862 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
2864         * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
2866 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
2868         * dired-x.texi (Technical Details):
2869         Delete dired-up-directory (Bug#4292).
2871 2009-09-03  Michael Albinus  <michael.albinus@gmx.de>
2873         * tramp.texi (Frequently Asked Questions): New item for emacsclient.
2875 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
2877         * org.texi (Effort estimates): Document new effort setting commands.
2878         (Agenda commands): Document the new keys fro agenda time motion.
2879         Document entry text mode.  Improve documentation of the keys to include
2880         inactive time stamps into the agenda view.
2881         (Feedback): Document the new bug report command.
2882         (Structure editing): Add an index entry for the sorting of subtrees.
2884 2009-09-02  Teodor Zlatanov  <tzz@lifelogs.com>
2886         * auth.texi (Help for users): Corrected markup.
2888 2009-09-02  Glenn Morris  <rgm@gnu.org>
2890         * emacs-mime.texi (time-date): Mention float-time.
2892 2009-08-30  Jay Belanger  <jay.p.belanger@gmail.com>
2894         * calc.texi (Simplifying Formulas): Improve the wording.
2896 2009-08-29  Teodor Zlatanov  <tzz@lifelogs.com>
2898         * auth.texi: Rewritten for coverage and clarity.
2900 2009-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2902         * gnus.texi (Expiring Mail):
2903         Mention gnus-mark-copied-or-moved-articles-as-expirable.
2904         (Various Various): Mention gnus-safe-html-newsgroups.
2906         * gnus-news.texi: Mention
2907         gnus-mark-copied-or-moved-articles-as-expirable.
2909         * emacs-mime.texi (Display Customization): Add xref to
2910         gnus-safe-html-newsgroups.
2912 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
2914         * tramp.texi (Version Control): Remove.
2915         (Obtaining Tramp): Update cvs checkout command.  Remove nightly tarballs
2916         reference.
2917         (External methods): Correct `scpc' concept index entries.  New method
2918         `rsyncc'.
2919         (External packages): New subsections "Filename completion" and "File
2920         attributes cache".
2922 2009-08-27  Jay Belanger  <jay.p.belanger@gmail.com>
2924         * calc.texi (Rewrite Rules): Improve the example.
2925         (Simplifying Formulas): Explain use of the I and H flags for
2926         simplification.
2928 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
2930         * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
2931         Describe autostart behavior of dbus-ping.
2932         (Synchronous Methods, Asynchronous Methods): Use English numeric format
2933         for timeout values.
2934         (Top): Remove footnote saying D-Bus is not enabled by
2935         default.  (Bug#4256)
2937 2009-08-23  Daiki Ueno  <ueno@unixuser.org>
2939         * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
2940         Reported by Jari Aalto (Bug#4211).
2941         (Mail-mode integration): Mention epa-mail-mode and
2942         epa-global-mail-mode.
2943         (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
2944         epa-setup.
2946 2009-08-16  Michael Albinus  <michael.albinus@gmx.de>
2948         * dbus.texi (Asynchronous Methods): Allow nil handler.
2950 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
2952         * ediff.texi (ediff-current-file): Add information about this new function.
2954         * viper.texi: Add information about C-s in viper's search command.
2956 2009-08-09  Colin Williams  <lackita@gmail.com>  (tiny change)
2958         * calc.texi (Date Forms): Fix typos.
2960 2009-08-08  Glenn Morris  <rgm@gnu.org>
2962         * org.texi (Agenda commands): Restore clobbered change.
2964 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
2966         * calc.texi (Graphics, Devices): Update with the peculiarities of
2967         operation on MS-Windows.
2969 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
2971         * org.texi (Publishing action): Improve documentation of file
2972         names when publishing to the source directory.
2973         (Clean view): Document `org-indent-mode'.
2974         (Clocking work time): Add documentation for the
2975         new :timetamp option when creating a clock report.
2976         (Paragraphs): Fix many typos.
2977         (Plain lists): Remove duplicate explanation about the
2978         `C-c *' command.
2979         (Literal examples): Update to reflect the new behavior
2980         of the -n -r -k switches when exporting source code examples.
2981         (Structure editing): Add information about `C-c *',
2982         converting a plain list into a list of Org items.
2983         (Remember): Small rephrasing of the paragraph
2984         describing remember.el.  Also mentioned that remember.el is part
2985         of Emacs 23, not Emacs 22.
2986         (Clocking work time): Add documentation about
2987         displaying the current clocking time against the effort estimate.
2988         Also add a footnote about using `org-clock-in-prepare-hook' to add
2989         an effort estimate on the fly, just before clocking it.
2990         (Footnotes): Document automatic renumbering and
2991         sorting.
2992         (Agenda commands): Document new bulk commands.
2993         (Plain lists): Document new behavior of
2994         `org-cycle-include-plain-lists'.
2995         Hyphenation only in TeX.
2996         (Clocking work time): Document the key to update effort
2997         estimates.
2998         (Clocking work time): Document the clock time display.
2999         (Structure editing, TODO basics): Document new
3000         variables.
3001         (Column attributes): Document new colciew operators.
3002         (Publishing options): Document :xml-declaration.
3003         (Tracking TODO state changes): Document the
3004         LOG_INTO_DRAWER property.
3005         (Literal examples): Document the new implementation for
3006         editing source code.
3007         (Publishing action): Mention the new publishing
3008         function, to publish an Org source file.
3009         (Publishing links): Mention how to link to an Org source file.
3010         (Macro replacement): Document new macros.
3011         (Handling links): Document type-specific completion
3012         when inserting links.
3013         (Structure editing, Plain lists): Improve documentation
3014         on sorting.
3015         (Internal links): Document custom ids for links.
3016         (Handling links): Document custom ids for links.
3017         (CSS support): Document new class.
3018         (Refiling notes): Document the possibility to create new nodes
3019         during refiling.
3020         (Agenda commands): Document the "?" operator to find
3021         tasks without effort setting.
3022         (Exporting agenda information): Section moved.
3023         (RSS Feeds): New section.
3024         (Built-in table editor): Document M-e and M-a navigate
3025         inside table field.
3026         (Stuck projects): Docment that projects identified as
3027         un-stuck will still be searchd for stuck sub-projects.
3028         (Paragraphs): Document centering.
3029         (Creating timestamps, Agenda commands): Document new
3030         behavior when changing time stamps.
3031         (Structure editing): Document the new command
3032         `org-clone-subtree-with-time-shift'.
3033         (Publishing): Refresh this chapter.
3034         (Export options, Export options, In-buffer settings):
3035         Document the new keywords.
3036         (Matching tags and properties): Collect all
3037         documentation about tags/property matches here.
3038         (Setting tags): Document `org-tag-persistent-alist'.
3039         (Weekly/daily agenda): New section.
3040         (Orgstruct mode): Describe `orgstruct++-mode'.
3041         (Drawers): Mention the LOGBOOK drawer.
3042         (Export options, Sectioning structure): Document the
3043         #+LEATEX_HEADER in-buffer setting.
3044         (Bugs): Section removed.
3045         (Hooks): New section.
3046         (Add-on packages): Move here from old location.
3047         (Context-sensitive commands): New section.
3048         (Setting tags): Document newline option.
3049         (Global TODO list, Matching tags and properties):
3050         Mention more variables.
3051         (Checkboxes): Update to changed command behavior.
3053 2009-08-02  Eric Yu  <sucode@gmail.com>  (tiny change)
3055         * speedbar.texi (Basic Key Bindings): Fix typo.
3057 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
3059         * calc.texi (Vector/Matrix Functions): Add index entries for both
3060         "v" and "V" key bindings.  Mention that `calc-matrix-brackets' only
3061         affects matrices with more than one row.
3062         (Help Commands): Add index entries for "prefix ?" key bindings.
3064 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
3066         * calc.texi (Stack Manipulation Commands): Add documentation for
3067         `calc-transpose-lines'
3069 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
3071         * dbus.texi (Receiving Method Calls): Describe special return value
3072         `:ignore'.
3074 2009-07-24  Alan Mackenzie  <acm@muc.de>
3076         * cc-mode.texi (Config Basics, File Styles): Document that at mode
3077         initialization, any individual variable setting now takes precedence
3078         over one done via c-file-style/c-file-offsets.
3080 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
3082         * calc.texi (Undoing Mistakes): Mention that the undo list will be
3083         truncated when Calc is quit.
3084         (Customizing Calc): Document `calc-undo-length'.
3086 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
3088         * calc.texi (About This Manual): Don't mention chapter numbers in text.
3090 2009-07-11  Kevin Ryde  <user42@zip.com.au>
3092         * pcl-cvs.texi (About PCL-CVS):
3093         * widget.texi (Basic Types):
3094         Fix cross-references.
3096 2009-07-01  Andreas Schwab  <aschwab@redhat.com>
3098         * dbus.texi (Type Conversion): Don't use literal control character.
3100 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
3102         * tramp.texi (GVFS based methods): New section.
3103         (Remote processes): Processes for GVFS based methods run locally.
3105 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
3107         * tramp.texi (Inline methods, External methods, Gateway methods):
3108         Avoid the words "kludge" and hack".
3109         (External methods): Add `synce' method.
3111         * trampver.texi: Update release number.
3113 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
3115         Sync with Tramp 2.1.16.
3117         * tramp.texi (History): Add GVFS support.
3118         (External methods): Precise `rsync' description.  Add `dav', `davs' and
3119         `obex' methods.  Add 'tramp-gvfs-methods' option.
3120         (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
3121         forms.
3122         (Remote Programs): Introduce `tramp-own-remote-path'.
3123         (Remote processes): New subsection "Running remote programs that create
3124         local X11 windows".
3125         (Frequently Asked Questions): Improve code for disabling vc.
3127         * trampver.texi: Update release number.  Set default value of
3128         `emacsgvfs'.
3130 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
3132         * Branch for 23.1.
3134 2009-06-17  Glenn Morris  <rgm@gnu.org>
3136         * faq.texi (Obtaining the FAQ): Add reference to Savannah.
3137         (Latest version of Emacs): Mention source code repository.
3139 2009-06-16  Glenn Morris  <rgm@gnu.org>
3141         * faq.texi (Top): Language tweak.
3142         (Extended commands): Most people have arrow keys.
3143         (Emacs manual): Say how to follow info links.
3144         (File-name conventions): Change title a bit.  Explain about source
3145         versus installed.  Condense etc description.
3146         (Guidelines for newsgroup postings): Mention Savannah list page.
3147         (Newsgroup archives): Simplify.
3148         (Contacting the FSF): Add contact URL.
3149         (Emacs Lisp documentation): Printed version not always available.
3150         (Installing Texinfo documentation): Explain how by hand installation is
3151         not normally needed.  Use add-to-list.  Remove duplicate reference.
3152         (Informational files for Emacs): Move info on Help menu here from
3153         "File-name conventions".
3154         (Help installing Emacs): Tweak uref.
3155         (Obtaining the FAQ): Mention repository.
3156         (Origin of the term Emacs): Explain "ITS".
3157         (Changing load-path): Use add-to-list.
3158         (Automatic indentation): Clarify this is for Text mode.
3159         Don't mention Indented Text mode.
3160         (Finding Emacs on the Internet): The FSF does not seem to offer a
3161         deluxe distribution on CD anymore.
3163 2009-06-16  Glenn Morris  <rgm@gnu.org>
3165         * faq.texi (Top): Mention which Emacs version this FAQ is about.
3166         Recommend the latest release.  Mention how to get older FAQs.
3167         Recommend the Emacs manual.
3168         (Guidelines for newsgroup postings): Discourage cross-posts.
3169         (Underlining paragraphs): Remove.
3170         (Editing MS-DOS files): Remove pre-Emacs 20 information.
3171         (Bugs and problems): Update key-binding.
3172         (Problems with very large files): Mention 64-bit.
3173         (Shell process exits abnormally): Remove.
3174         (Problems with Shell Mode): Rename and update.
3175         (Spontaneous entry into isearch-mode)
3176         (Problems talking to certain hosts): Remove.  This is old information,
3177         in etc/PROBLEMS if needed.
3178         (Emacs takes a long time to visit files, Updating Emacs): Remove.
3179         (Dired claims that no file is on this line): Update.
3180         (Installing Emacs, Problems building Emacs): Simplify.
3181         (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
3182         information.
3183         (Emacs for MS-Windows): Rename from "Emacs for Windows".  Simplify.
3184         (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
3185         (JDEE): "JDEE", not "JDE".
3186         (Handling C-s and C-q with flow control, Binding C-s and C-q):
3187         Remove.  This is old information, in etc/PROBLEMS if needed.
3188         (stty and Backspace key, Kanji and Chinese characters): Remove.
3189         (Right-to-left alphabets): Update section.
3190         (Changing the included text prefix): Gnus uses message-yank-prefix.
3191         Add cross-reference to Supercite manual.
3192         (Saving a copy of outgoing mail): Simplify output file description.
3193         (Expanding aliases when sending mail): Refer to Emacs manual.
3194         Remove old info about RFC822.
3195         Correct description of how to rebuild aliases.
3196         (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
3197         (MIME with Emacs mail packages)
3198         (Viewing articles with embedded underlining)
3199         (Saving a multi-part Gnus posting, Gnus hangs for a long time):
3200         Remove old sections.
3201         (Killing based on nonstandard headers): Remove.  Scoring is preferable,
3202         and is well-documented in the Gnus manual.
3203         (Reading news with Emacs): Merge "Learning more about Gnus" into here.
3204         (Making Gnus faster): Rename from "Starting Gnus faster".
3205         Merge "Catch-up is slow in Gnus" into here.
3207 2009-06-14  Glenn Morris  <rgm@gnu.org>
3209         * faq.texi (Status of Emacs): Re-order with most recent releases first.
3210         (New in Emacs 23): New section.
3211         (Handling C-s and C-q with flow control): Add xref.
3213 2009-06-13  Glenn Morris  <rgm@gnu.org>
3215         * faq.texi (Setting up a customization file): Grammar fix.
3216         Customize is no longer "new".
3217         (Displaying the current line or column): Line-number mode is on by
3218         default.  Don't mention `column' package.  Mention linum.el.
3219         (Turning on abbrevs by default): Explain how to do it for buffers,
3220         modes, and everywhere.
3221         (Associating modes with files): Use add-to-list.  Don't mention Emacs
3222         19.
3223         (Highlighting a region): On by default since 23.1.
3224         (Replacing highlighted text): Update doc quote.
3225         (Working with unprintable characters): Don't mention search-quote-char.
3226         (Using an already running Emacs process): Gnuclient is probably not an
3227         enhancement these days.
3228         (Indenting switch statements): Remove mention of pre-Emacs 20.
3229         (Horizontal scrolling): Abbreviate Emacs 20 description.
3230         (Replacing text across multiple files): Fix name of dired command.
3231         (Disabling backups): Use require not load.
3232         (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
3234 2009-06-13  Bill Wohler  <wohler@newt.com>
3236         Release MH-E manual version 8.2.
3238         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3239         release 8.2.
3241 2009-06-13  Glenn Morris  <rgm@gnu.org>
3243         * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
3244         in this day and age the common meaning is "on the web".
3245         (copying): Use @copyright in all cases.
3246         (Basic keys): Remove reference to deleted manual node "Text Characters".
3247         (File-name conventions): Use GNU as an example rather than SERVICE.
3248         default.el lives in site-lisp.  Update Info directory location.
3249         (Real meaning of copyleft): GPL actions have been brought, but all
3250         settled out of court.
3251         (Guidelines for newsgroup postings): Shorten section title.
3252         Simplify comp.emacs description.
3253         (Newsgroup archives): Change Google URL.  Describe Gmane.
3254         (Unsubscribing from Emacs lists): Remove discussion of "distribution
3255         points".  Mention List-Unsubscribe header.
3256         (Contacting the FSF): Update email and URLs.
3257         (Basic editing): Mention F1 for help.
3258         (Installing Texinfo documentation): Refer to Texinfo website rather
3259         than ftp server.
3260         (Printing a Texinfo file): Mention texi2pdf.
3261         (Informational files for Emacs): Don't describe FTP or SERVICE, they
3262         are just stubs nowadays.
3263         (Latest version of Emacs): Explain version numbers.
3264         (Spell-checkers, Checking TeX and *roff documents): Remove sections.
3265         (Turning on syntax highlighting): No need to mention hilit19 any more.
3266         (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
3267         (Modes for various languages): Remove section.
3268         (Major packages and programs): Remove most version and maintainer
3269         information - it's hard to keep up-to-date, and adds nothing.
3270         Similarly with direct links to mailing lists.
3271         (Spell-checkers): Rename node from Ispell.  Mention Aspell and Hunspell.
3272         (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
3273         years, and Emacs comes with tools for this now.
3274         (Patch): Remove section - this is a standard tool.
3275         (Using function keys under X): Remove section.
3277 2009-06-12  Glenn Morris  <rgm@gnu.org>
3279         * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
3280         (Help installing Emacs): Remove reference to deleted X11 node.
3281         (Associating modes with files): Interpreter-mode-alist is no longer
3282         subservient to auto-mode-alist.
3283         (Installing Emacs): Change future Emacs version.
3284         (Linking with -lX11 fails): Remove old section.
3285         (Packages that do not come with Emacs): Update ELL location.
3286         Emacs Lisp archive is dead.
3287         (Emacs for Windows): Remove reference to old CE port.
3288         (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
3289         (Emacs for VMS and DECwindows): Remove old ports.
3290         (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
3291         (Removing flashing messages): Remove section about non-existent Gnus
3292         option.
3294         * faq.texi (Top): Add @top command.
3295         Remove the optional arguments from all @node commands: makeinfo can
3296         generate these automatically, and it is easier to edit and rearrange
3297         nodes without them.
3299 2009-06-11  Glenn Morris  <rgm@gnu.org>
3301         * faq.texi (Common acronyms): Remove no-longer-existing OSF.
3302         (The LPF): Make the updated URL the sole reference point.
3303         (Learning how to do something): Update refcard price and format.
3304         (Getting a printed manual): Sources in doc/emacs/, not man/.
3305         Also available in PDF format.  Since the page count varies, be less
3306         precise.
3307         (Informational files for Emacs): Remove references to deleted files
3308         LPF and SUN-SUPPORT, and to UUCP.
3309         (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
3310         Remove many obsolete ways to get the FAQ, which now seems only to be
3311         distributed with Emacs.
3312         (Mail and news): Remove sections about Rmail Babyl that no longer apply.
3314 2009-06-09  Chong Yidong  <cyd@stupidchicken.com>
3316         * org.texi (Org Plot): Fix tags (Bug#3507).
3317         (Workflow states, Agenda commands): Fix tags (Bug#3508).
3319         * ada-mode.texi (Installation, Compile commands)
3320         (Project File Overview, No project files, Set compiler options)
3321         (Use GNAT project file, Use multiple GNAT project files)
3322         (Identifier completion): Use @samp for menu items, and @kbd for key
3323         sequences (Bug#3504).
3325 2009-06-04  Daiki Ueno  <ueno@unixuser.org>
3327         * gnus.texi (Security): Fix wording; add a link to epa.info.
3329 2009-06-04  Ryan Yeske  <rcyeske@gmail.com>
3331         * message.texi (Header Commands): Fix descriptions to match
3332         keybindings.
3334 2009-04-22  Daiki Ueno  <ueno@unixuser.org>
3336         * gnus.texi (Security): Mention that EasyPG is the current default.
3338 2009-04-13  Chong Yidong  <cyd@stupidchicken.com>
3340         * ediff.texi (Session Commands): Fix typo.
3342 2009-04-05  Reiner Steib  <Reiner.Steib@gmx.de>
3344         * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
3345         news.software.readers.  Reported by Florian Rehnisch.
3347 2009-04-02  Glenn Morris  <rgm@gnu.org>
3349         * auth.texi: Capitalize direntry.
3351         * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
3352         using a period in the entry name.  (Bug#2797)
3354 2009-03-03  Juanma Barranquero  <lekktu@gmail.com>
3356         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
3357         ($(infodir)/auth, auth.dvi): New targets.
3359 2009-03-03  Glenn Morris  <rgm@gnu.org>
3361         * auth.texi: Fix @setfilename.
3363         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
3364         (auth, $(infodir)/auth, auth.dvi): New rules.
3366 2009-02-25  Glenn Morris  <rgm@gnu.org>
3368         * faq.texi (Emacs for minimalists): New node.  (Bug#2452)
3370 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3372         * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
3374 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3376         * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
3377         gnus-nocem-issuers, and gnus-nocem-verifyer.
3379 2009-02-20  Juanma Barranquero  <lekktu@gmail.com>
3381         * ada-mode.texi (Project files, Automatic Casing):
3382         * dbus.texi (Signals):
3383         * gnus.texi (Selecting a Group, Filtering Incoming Mail):
3384         * mh-e.texi (HTML):
3385         * nxml-mode.texi (Locating a schema)
3386         (Using the document's URI to locate a schema):
3387         * org.texi (Footnotes, Using the mapping API):
3388         * rcirc.texi (Channels): Remove duplicate words.
3390 2009-02-20  Glenn Morris  <rgm@gnu.org>
3392         * dired-x.texi (Miscellaneous Commands):
3393         * gnus.texi: Minor updates for mbox Rmail.
3395 2009-02-16  Karl Berry  <karl@gnu.org>
3397         * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
3398         * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
3399         * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
3400         * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
3401         * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
3402         * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
3403         * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
3404         * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
3405         * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
3406         Consistently use @insertcopying in the Top node,
3407         @contents at the front (after @end titlepage),
3408         and @direntry after @copying.  (Bug#1988)
3410 2009-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
3412         * auth.texi: New file documenting auth-source.
3414 2009-02-13  Carsten Dominik  <dominik@science.uva.nl>
3416         * org.texi (Org Plot): Fix link.
3418 2009-02-09  Daiki Ueno  <ueno@unixuser.org>
3420         * epa.texi (Mail-mode integration): Mention the way to do
3421         "encrypt-to-self".  (Bug#1807)
3423 2009-02-05  Arni Magnusson  <arnima@hafro.is>  (tiny change)
3425         * ada-mode.texi (No project files): Fix typo.  (Bug#2214)
3427 2009-02-04  Reiner Steib  <Reiner.Steib@gmx.de>
3429         * gnus-news.texi: Print version about Incoming*.
3431 2009-02-02  Carsten Dominik  <dominik@science.uva.nl>
3433         * org.texi (Structure editing, Handling links)
3434         (Fast access to TODO states, Javascript support): Make standard docs
3435         correctly reflect default variable settings.
3437 2009-02-02  Glenn Morris  <rgm@gnu.org>
3439         * org.texi: Fix typos.
3441 2009-02-01  Michael Albinus  <michael.albinus@gmx.de>
3443         Sync with Tramp 2.1.15.
3445         * trampver.texi: Update release number.
3447 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
3449         * org.texi (TODO dependencies): Document TODO dependencies on
3450         checkboxes.
3452 2009-01-30  Carsten Dominik  <dominik@science.uva.nl>
3454         * org.texi (TODO dependencies): Document key binding for toggling
3455         ORDERED property.
3457 2009-01-28  Michael Albinus  <michael.albinus@gmx.de>
3459         * dbus.texi (Errors and Events): Fix typos.  Describe second parameter
3460         of hook functions.
3462 2009-01-28  Carsten Dominik  <dominik@science.uva.nl>
3464         * org.texi (TODO dependencies): New section.
3466 2009-01-27  Carsten Dominik  <dominik@science.uva.nl>
3468         * org.texi (Plain lists, TODO basics, Priorities)
3469         (Multiple sets in one file, Conflicts): Document interaction with
3470         `shift-selection-mode'.
3472 2009-01-27  Jay Belanger  <jay.p.belanger@gmail.com>
3474         * calc.texi (Embedded Mode, Algebraic-Style Calculations):
3475         Make Calc the subject of sentences.
3476         (Rearranging Formulas using Selections): Discuss new options
3477         for `j *'.
3479 2009-01-26  Michael Albinus  <michael.albinus@gmx.de>
3481         * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
3483 2009-01-26  Glenn Morris  <rgm@gnu.org>
3485         * org.texi: Fix typos.
3487 2009-01-26  Bill Wohler  <wohler@newt.com>
3489         * mh-e.texi (EDITION, UPDATED): Update.
3491 2009-01-25  Carsten Dominik  <dominik@science.uva.nl>
3493         * org.texi (References): Add information about remote references.
3494         (Built-in table editor): Document `C-c RET' in tables.
3495         (Math symbols, Quoting LaTeX code): Mention that simple
3496         LaTeX macros survive LaTeX export.
3497         (Images in LaTeX export): Show how to create a reference to a
3498         figure.
3499         (Sectioning structure): Document that the LaTeX class can be
3500         specified in a property.
3501         (Text areas in HTML export): New section.
3502         (External links): Add examples for text search and ID links.
3503         (Built-in table editor): Remove the descriptio of `C-c
3504         C-q', it not longer works.
3505         (Literal examples): Document that a space must follow
3506         the colon in short examples.
3507         (Relative timer): Document `org-timer-stop'.
3508         (Footnotes): New section.
3509         (Footnote markup): Shorten section and refer to new Footnote
3510         section.
3511         (Literal examples): Add documentation for line
3512         numbering in and references to code examples.
3513         (CSS support): Fix the description of default CSS styles.
3514         (Capturing column view): Document
3515         "file:path/to/file.org" as an allowed value for the ID property of
3516         a dynamic block copying column view.
3518 2009-01-23  Stephen Eglen  <stephen@gnu.org>
3520         * mh-e.texi (Getting Started): Describe $MH.
3522 2009-01-21  Michael Albinus  <michael.albinus@gmx.de>
3524         * tramp.texi (all): Harmonize usage of "external method",
3525         "external transfer method" and "out-of-band method".
3526         (Connection types): Precise the differences of inline and external
3527         methods.  Written by Adrian Phillips <a.phillips@met.no>.
3529 2009-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
3531         * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
3532         commands as described at the top.  Reported by Allan Gottlieb
3533         <gottlieb@nyu.edu>.
3535 2009-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3537         * gnus.texi (Non-ASCII Group Names, RSS): Update description of
3538         nnmail-pathname-coding-system.
3540 2009-01-17  Peter Tury  <tury.peter@gmail.com>  (tiny change)
3542         * org.texi (Relative timer): Fix typo.
3544 2009-01-15  Juanma Barranquero  <lekktu@gmail.com>
3546         * org.texi (Clocking work time): Fix typo.
3547         Reported by Peter Tury <tury.peter@gmail.com>.  (Bug#1925)
3549 2009-01-13  Glenn Morris  <rgm@gnu.org>
3551         * org.texi: Fix some more typos.
3553 2009-01-13  Peter Tury  <tury.peter@gmail.com>  (tiny change)
3555         * org.texi: Fix some typos.
3557 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3559         * gnus.texi (Group Parameters): Add note for local variables.
3561 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3563         * gnus.texi (Converting Kill Files): Fix URL.
3564         Include gnus-kill-to-score.el in contrib directory.
3566 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3568         * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
3569         Reported by Leo <sdl.web@gmail.com>.  (Bug#1660)
3570         (Paging the Article): Add index entry.
3572 2009-01-03  Stephen Leake  <stephen_leake@member.fsf.org>
3574         * ada-mode.texi (Examples): Delete redundant text.
3576 2009-01-03  Michael Albinus  <michael.albinus@gmx.de>
3578         * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
3580         * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
3581         addresses.
3583 2009-01-03  Bill Wohler  <wohler@newt.com>
3585         * mh-e.texi (Scan Line Formats): Indicate that first column should be
3586         kept empty.
3588 2008-12-20  Carsten Dominik  <dominik@science.uva.nl>
3590         * org.texi (Activation, Exporting, ASCII export, HTML export)
3591         (HTML Export commands, LaTeX/PDF export commands):
3592         Improve documentation about transient-mark-mode.
3593         (References): Document the use of special names like $LR1 to reference
3594         to fields in the last table row.
3596 2008-12-19  Juri Linkov  <juri@jurta.org>
3598         * info.texi (Search Text): Remove mention of removed key binding M-s.
3600 2008-12-18  Carsten Dominik  <dominik@science.uva.nl>
3602         * org.texi (References): Remove mentioning of @0 as reference for the
3603         last line, this has been reverted in the Lisp sources.
3605 2008-12-17  Juanma Barranquero  <lekktu@gmail.com>
3607         * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
3608         (DVI_TARGETS): Remove duplicates.  Add sasl.
3609         ($(infodir)/sasl, sasl.dvi): New targets.
3611 2008-12-17  Carsten Dominik  <dominik@science.uva.nl>
3613         * org.texi: Version number pushed to 6.15d.
3615 2008-12-16  Carsten Dominik  <dominik@science.uva.nl>
3617         * org.texi (Tables in LaTeX export): New section.
3618         (Images in LaTeX export): New section.
3619         (Inlined images, Images in HTML export): Sections renamed.
3621 2008-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
3623         * message.texi (Insertion Variables): Don't advertise sc-cite-original.
3625 2008-12-04  David Engster  <dengste@eml.cc>
3627         * gnus.texi (nnmairix): Mention mairix.el.  Point out the importance
3628         of nnml-get-new-mail.  Change URL for mairix patch.
3630 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
3632         * org.texi (Using the mapping API): Fix bug in mapping example.
3633         (Publishing options): Make the list of properties complete again, in
3634         correspondence to the variable `org-export-plist-vars'.
3635         (Property searches): Document new special values for time comparisons.
3636         (Tag inheritance): Refine the description of tag inheritance.
3637         (Project alist): Add info about the publishing sequence of components.
3638         (Effort estimates): Document the new relative timer.
3640 2008-12-01  Jay Belanger  <jay.p.belanger@gmail.com>
3642         * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
3643         (Using Calc): Clarify use of `C-x * o'.
3644         (Embedded Mode (Overview)): Clarify use of `C-x * e'.
3646 2008-11-28  Richard M Stallman  <rms@gnu.org>
3648         * dbus.texi (Receiving Method Calls): Clean up previous change.
3650 2008-11-26  Michael Albinus  <michael.albinus@gmx.de>
3652         * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
3653         `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
3654         `dbus-unescape-from-identifier'.
3655         (Receiving Method Calls): New constants `dbus-service-emacs' and
3656         `dbus-path-emacs'.  Precise return values of `dbus-register-method'.
3657         (Signals): Use the constants in the example.
3659 2008-11-24  Carsten Dominik  <dominik@science.uva.nl>
3661         * org.texi: Re-apply change to FDL 1.3.
3663 2008-11-23  Carsten Dominik  <dominik@science.uva.nl>
3665         * org.texi (Setting up Remember): Document `org-remember-mode'.
3666         (External links): Document that bbdb links can use a regular
3667         expression.
3668         (External links): Document that elisp links can contain interactive
3669         commands.
3671 2008-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
3673         * viper.texi (viper-translate-all-ESC-keysequences):
3674         Description removed.
3676 2008-11-19  Glenn Morris  <rgm@gnu.org>
3678         * doclicense.texi: Change to FDL 1.3.
3679         Relicense all texi files under FDL 1.3 or later.
3681 2008-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
3683         * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
3685 2008-11-16  Michael Kifer  <kifer@cs.stonybrook.edu>
3687         * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
3689         * ediff.texi: Version/date change.
3691 2008-11-14  Chong Yidong  <cyd@stupidchicken.com>
3693         * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
3695 2008-11-14  Jay Belanger  <jay.p.belanger@gmail.com>
3697         * calc.texi (About This Manual): Comment out a mention of
3698         marginal notes.
3700 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
3702         * org.texi (Clocking work time): Document the :formula property of
3703         clock tables.
3704         (Structure editing, Refiling notes): Document refiling regions.
3705         (Agenda commands): Document the double-prefix version
3706         of the `l' command in the agenda.
3707         (Handling links): Explain the effect of a double prefix
3708         arg to `C-c C-o'.
3709         (TODO basics): Add documentation for tag triggers.
3711 2008-10-23  Glenn Morris  <rgm@gnu.org>
3713         * cl.texi (Function Bindings): Mention `flet' fails to deal with
3714         byte-compiling things like `+'.
3716         * ns-emacs.texi: Merge copyright years of author now with assignment
3717         into FSF years.
3718         (VER): Use it for easier automatic updating.  Use Emacs version rather
3719         than standalone Emacs.app version.
3721 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
3723         * org.texi: Lots of minor fixes.
3724         (Capture): New chapter.
3725         (Org Plot): New section.
3727 2008-09-30  Magnus Henoch  <mange@freemail.hu>
3729         * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
3731 2008-09-30  Jay Belanger  <jay.p.belanger@gmail.com>
3733         * calc.texi (User Defined Units): Mention how to enter optional display
3734         string.
3736 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3738         * message.texi (Sending Variables): Fix variable documentation to
3739         avoid the "y/n" wording.
3741 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
3743         * message.texi (Sending Variables): Add `message-confirm-send' doc.
3745 2008-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3747         * gnus.texi (The Gnus Registry): Don't give argument to @item used in
3748         @enumerate section so as to be able to be formatted with MAKEINFO=no.
3750 2008-09-22  Bill Wohler  <wohler@newt.com>
3752         Release MH-E manual version 8.1.
3754         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3755         release 8.1.
3757         * mh-e.texi: Retain dual license as agreed to by the FSF.
3758         However, bump GPL to Version 3.
3759         Use @include for license text.
3761 2008-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3763         * gnus.texi (Top, Setup, Fancy splitting to parent)
3764         (Store custom flags and keywords, Store arbitrary data):
3765         Clean up markup.
3767 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
3769         * gnus.texi (The Gnus Registry): Document it.
3771 2008-09-08  David Engster  <dengste@eml.cc>
3773         * gnus.texi (nnmairix): Point out that nnml uses MH format.
3774         Clarify section about choosing back end servers.
3776 2008-08-23  Glenn Morris  <rgm@gnu.org>
3778         * dired-x.texi (Shell Command Guessing):
3779         Mention dired-guess-shell-case-fold-search.  (Bug#417)
3781 2008-08-22  Michael Albinus  <michael.albinus@gmx.de>
3783         * trampver.texi: Update release number.
3785 2008-08-18  Brian Cully  <bjc@kublai.com>  (tiny change)
3787         * ns-emacs.texi: Update version.
3788         (Introduction): Correct menu location for options save.
3789         (Customization): Note that defaults are stored under org.gnu.Emacs.
3791 2008-08-11  Bill Wohler  <wohler@newt.com>
3793         * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
3794         explicit about GNU mailutils MH elsewhere (with thanks to Darel
3795         Henman) (closes SF #1768928).
3797 2008-08-10  Glenn Morris  <rgm@gnu.org>
3799         * ns-emacs.texi: Use @copying.  Change copyright of authors with
3800         assignment to FSF.  Change license to GFDL.
3801         (Top): Remove outdated references.
3803 2008-08-07  Reiner Steib  <Reiner.Steib@gmx.de>
3805         * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
3806         Add gnus-summary-sort-by-most-recent-number and
3807         gnus-summary-sort-by-most-recent-date.
3808         (Summary Sorting): Explain prefix argument.
3810 2008-08-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3812         * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
3813         gnus-summary-pipe-output.
3815 2008-08-03  Michael Albinus  <michael.albinus@gmx.de>
3817         * dbus.texi (Receiving Method Calls): Document error handling of own
3818         D-Bus methods.
3820 2008-08-01  Bill Wohler  <wohler@newt.com>
3822         * mh-e.texi (Reading Mail)
3823         (Viewing Attachments): Describe new function
3824         mh-show-preferred-alternative.
3825         (Sending Mail, Redistributing, Sending Message): Describe new hook
3826         mh-annotate-msg-hook.
3828 2008-07-31  Michael Albinus  <michael.albinus@gmx.de>
3830         * dbus.texi (Arguments and Signatures): Fix example.
3831         (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
3832         (Asynchronous Methods): New node.
3833         (Errors and Events): Describe extended layout of `dbus-event'.
3834         New defun `dbus-event-message-type'.
3836 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3838         * ediff.texi: Remove VMS support.
3840 2008-07-29  Juanma Barranquero  <lekktu@gmail.com>
3842         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
3843         ($(infodir)/mairix-el), mairix-el.dvi): New targets.
3845 2008-07-29  Chong Yidong  <cyd@stupidchicken.com>
3847         * Makefile.in: Add mairix-el targets.
3849 2008-07-29  David Engster  <deng@randomsample.de>
3851         * mairix-el.texi: New file.
3853 2008-07-28  Stephen Leake  <stephen_leake@stephe-leake.org>
3855         * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
3856         project files.  Delete 'main_unit' project variable; not needed.  Allow
3857         process environment variables wherever project variables are allowed.
3858         Add tutorial section on multiple GNAT project files.
3860 2008-07-27  Michael Albinus  <michael.albinus@gmx.de>
3862         Sync with Tramp 2.1.14.
3864         * trampver.texi: Update release number.
3866 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
3868         * ns-emacs.texi:
3869         * faq.texi: Remove mentions of Mac Carbon.
3871 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3873         * gnus.texi (Saving Articles): Describe the 2nd argument of
3874         gnus-summary-save-in-pipe.
3875         (SpamAssassin): Use it.
3877 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3879         * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
3881 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
3883         * org.texi (Export options): Document the use of the creator flag.
3885 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
3887         * org.texi: New version 6.06a.
3889 2008-07-23  Juanma Barranquero  <lekktu@gmail.com>
3891         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
3892         ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
3894 2008-07-23  Vincent Belaïche  <vincent.b.1@hotmail.fr>
3896         * calc.texi (Editing Stack Entries):
3897         (Algebraic Entry): Rewrite introductory sentences so it can be used by
3898         Calc's help functions.  Mention fixing typos.
3899         (Customizing Calc): Fix typo.
3901 2008-07-23  Jay Belanger  <jay.p.belanger@gmail.com>
3903         * calc.texi (summarykey): New macro.  Use to correctly format keys in
3904         the summary.
3906 2008-07-20  Adrian Robert  <adrian.b.robert@gmail.com>
3908         * ns-emacs.texi (Customization): Corrected documentation on color
3909         specification formats.
3911 2008-07-19  Andreas Schwab  <schwab@suse.de>
3913         * ns-emacs.texi: Moved from ../emacs.  Add @direntry.
3915         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
3916         (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
3918 2008-07-18  Michael Albinus  <michael.albinus@gmx.de>
3920         * dbus.texi (Inspection): Rework, introduce submenus.
3921         (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
3922         (Properties and Annotations, Arguments and Signatures): New nodes.
3924 2008-07-13  Michael Albinus  <michael.albinus@gmx.de>
3926         * dbus.texi (Receiving Method Calls): Fix description of
3927         `dbus-register-method'.
3928         (Signals): Allow also signal arguments for filtering in
3929         `dbus-register-signal'.
3931 2008-07-13  Vincent Belaïche  <vincent.b.1@hotmail.fr>
3933         * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
3934         `cnorm'.
3935         (Arithmetic Tutorial): Simplify the verification of prime factors.
3937 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3939         * gnus.texi (Saving Articles): Mention
3940         gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
3942 2008-06-29  Jay Belanger  <jay.p.belanger@gmail.com>
3944         * calc.texi: Adjust mode line throughout.
3946 2008-06-28  Juanma Barranquero  <lekktu@gmail.com>
3948         * sasl.texi (Mechanisms): Fix typos.
3950 2008-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
3952         * calc.texi (Killing from the stack): Mention using normal Emacs
3953         copying.
3955 2008-06-21  Michael Albinus  <michael.albinus@gmx.de>
3957         * tramp.texi (Password handling): Rename from "Password caching".
3958         Add `auth-source' mechanism.
3959         (Connection caching): Tramp reopens the connection automatically,
3960         when the operating system on the remote host has been changed.
3962 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
3964         * makefile.w32-in (distclean): Remove makefile.
3966 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
3968         * org.texi (Using the mapping API): New section.
3969         (Agenda column view): New section.
3970         (Moving subtrees): Document archiving to the archive sibling.
3971         (Agenda commands): Document columns view in the agenda.
3972         (Using the property API): Document the API for multi-valued properties.
3974 2008-06-17  Jason Riedy  <jason@acm.org>
3976         * org.texi (A LaTeX example): Note that fmt may be a one-argument
3977         function, and efmt may be a two-argument function.
3978         (Radio tables): Document multiple destinations.
3980 2008-06-16  Glenn Morris  <rgm@gnu.org>
3982         * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
3983         Add Cover-Texts.
3985 2008-06-15  Glenn Morris  <rgm@gnu.org>
3987         * faq.texi (VER): Update to 23.0.60.
3989         * mh-e.texi: Remove option of licensing under GPL.
3990         Add Cover-Texts to GFDL permissions notice.
3991         (GPL): Remove section.
3992         (GFDL): Include doclicense.texi rather than the actual text.
3994         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
3995         (sasl, $(infodir)/sasl, sasl.dvi): New rules.
3997         * sasl.texi: Fix output file name.
3999         * epa.texi, sasl.texi: Refer to license in Emacs manual.
4001         * gnus-coding.texi: Refer to license in Gnus manual.
4003         * idlwave.texi, sasl.texi: Use @copying.
4005         * org.texi: Change to GFDL 1.2.  Refer to license in Emacs manual.
4007         * speedbar.texi: Update Back-Cover Text as per maintain.info.
4009         * url.texi: Use @copying, @title, @subtitle, @author.
4011         * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
4012         * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
4013         * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
4014         * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
4015         * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
4016         * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
4017         * widget.texi, woman.texi:
4018         Remove references to external license, since doclicense is included.
4020         * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
4021         * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
4022         Remove references to non-existent Invariant Sections.
4024 2008-06-14  Glenn Morris  <rgm@gnu.org>
4026         * faq.texi (Major packages and programs): Remove references to external
4027         Supercite, Calc, VIPER, since they have been included for some time.
4028         Update VM, AUCTeX, BBDB entries.
4030 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
4032         * newsticker.texi: Updated to match latest newsticker changes.
4034 2008-06-13  Glenn Morris  <rgm@gnu.org>
4036         * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
4037         * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
4038         * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
4039         * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
4040         * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
4041         * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
4042         * woman.texi:
4043         Update Back-Cover Text as per maintain.info.
4045 2008-06-15  Reiner Steib  <Reiner.Steib@gmx.de>
4047         * gnus-faq.texi: Generate.  Change node names to "FAQ N-M".
4049         * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
4050         (gnus-faq.xml): Update repository host.
4052         * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
4054 2008-06-15  Frank Schmitt  <ich@frank-schmitt.net>
4056         * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
4057         Fix a typo.
4059 2008-06-15  Reiner Steib  <Reiner.Steib@gmx.de>
4061         * gnus.texi (Mail Source Customization): Correct values of
4062         `mail-source-delete-incoming'.  Reported by Tassilo Horn.
4063         (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
4065 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4067         * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
4068         coding standards.
4070 2008-06-14  David Engster  <dengste@eml.cc>
4072         * gnus.texi (nnmairix): Markup fixes.
4074 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4076         * gnus.texi (nnmairix): Markup and other minor fixes.
4078 2008-06-05  David Engster  <dengste@eml.cc>
4080         * gnus.texi (nnmairix): New nodes describing nnmairix.el.
4082 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4084         * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
4085         (Searching, nnir, nnmairix): New stub nodes.
4087 2008-05-30  Felix Lee  <felix.1@canids.net>
4089         * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
4091 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4093         * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
4095 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4097         * gnus.texi (Scoring On Other Headers): Fix typo.  Rearrange.
4099 2008-05-15  Jonathan Yavner  <jyavner@member.fsf.org>
4101         * ses.texi (Acknowledgements): Add Shigeru Fukaya.
4103 2008-05-06  Juanma Barranquero  <lekktu@gmail.com>
4105         * info.texi (Top): Fix typo in xref.
4107 2008-05-05  Karl Berry  <karl@gnu.org>
4109         * info.texi (Top): @xref to stand-alone manual.
4111 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4113         * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
4114         (Various Summary Stuff): Fix typo in last xref.
4116 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4118         * org.texi (Moving subtrees): Fix typo.
4120 2008-04-28  Michael Albinus  <michael.albinus@gmx.de>
4122         * tramp.texi (Frequently Asked Questions): Explain, how to disable
4123         Tramp via `tramp-mode'.
4125 2008-04-27  Carsten Dominik  <dominik@sam.science.uva.nl>
4127         * org.texi: Massive changes, in many parts of the file.
4129 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4131         * gnus.texi (Oort Gnus): Add message-fill-column.
4133 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4135         * gnus.texi (Mail Source Specifiers): Typo fix.
4137 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4139         * gnus.texi (Diary Headers Generation): Update key binding for
4140         `gnus-diary-check-message'.
4142 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4144         * gnus.texi (Emacsen): Addition.
4146 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4148         * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
4150 2008-04-09  Reiner Steib  <Reiner.Steib@gmx.de>
4152         * gnus.texi (Oort Gnus): Mention customizing of tool bars.
4154 2008-04-09  Reiner Steib  <Reiner.Steib@gmx.de>
4156         * gnus-news.texi: Update tool bar item.
4158 2008-04-09  Sven Joachim  <svenjoac@gmx.de>
4160         * gnus-news.texi: Fix typos.
4162 2008-04-11  Jay Belanger  <jay.p.belanger@gmail.com>
4164         * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
4165         Add mention of `kron'.
4167 2008-04-01  Daiki Ueno  <ueno@unixuser.org>
4169         * epa.texi (Encrypting/decrypting *.gpg files):
4170         Document epa-file-name-regexp.
4172 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4174         * gnus.texi (Example Methods): Fix description about ssh-agent.
4175         (Indirect Functions): Fix the default value of nntp-telnet-command;
4176         remove link to connect.html.
4178 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
4180         * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
4181         dbus-call-method.
4182         (Receiving Method Calls): The timeout can be set by the calling client.
4184         * trampver.texi: Update release number.
4186 2008-03-29  Reiner Steib  <Reiner.Steib@gmx.de>
4188         * gnus.texi (Top): Fix version.  Add SASL.
4190 2008-03-29  Michael Albinus  <michael.albinus@gmx.de>
4192         Sync with Tramp 2.1.13.
4194         * trampver.texi: Update release number.
4196 2008-03-29  Chong Yidong  <cyd@stupidchicken.com>
4198         * org.texi: Update to new org-mode website.
4200 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4202         * cl.texi (For Clauses): Fix loop over key-seq to match code.
4204 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4206         * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
4207         gnus-read-ephemeral-gmane-group-url,
4208         gnus-read-ephemeral-emacs-bug-group,
4209         gnus-read-ephemeral-debian-bug-group.
4211 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4213         * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
4215         * gnus-news.texi: Add EasyPG.  Add gnus-article-browse-html-article.
4216         Add FIXMEs for Bookmarks and gnus-registry-marks.
4218 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4220         * gnus.texi (Smileys): Document `smiley-style'.
4222 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4224         * gnus.texi (Gnus Development): Clarify difference between ding and
4225         gnu.emacs.gnus.
4226         (MIME Commands, Using MIME, RSS): Fix markup.
4228         * gnus-faq.texi ([8.4]): Ditto.
4230 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4232         * gnus.texi (Emacsen): Remove obsolete stuff.
4234 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4236         * gnus.texi (Oort Gnus): Add version info WRT
4237         `mail-source-delete-incoming'.
4239 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4241         * gnus.texi (Top): Add "Other related manuals" and version info in
4242         `iftex' output.
4243         (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
4244         gnus-balloon-face-0 and the corresponding format specifiers.
4246 2008-03-26  Michael Albinus  <michael.albinus@gmx.de>
4248         * tramp.texi (Filename completion): Remove footnote about let-bind
4249         of `partial-completion-mode'.  It doesn't work this way.
4251 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4253         * pcl-cvs.texi (Contributors): Update my email.
4255 2008-03-21  Michael Albinus  <michael.albinus@gmx.de>
4257         * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
4259 2008-03-17  Bill Wohler  <wohler@newt.com>
4261         * mh-e.texi (Viewing): Update URL for adding header fields to
4262         mh-invisible-header-fields-default.
4264 2008-03-16  Bill Wohler  <wohler@newt.com>
4266         * mh-e.texi (Preface): Add Gnus to requirements.
4267         (Forwarding): Note that forwarded MIME messages are now inline.
4269 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4271         * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
4272         (Common Variables): Give precedence to the netcat methods over the
4273         telnet methods, and mention that they are more reliable.
4275 2008-03-13  Carsten Dominik  <dominik@science.uva.nl>
4277         * org.texi (Exporting Agenda Views): Document agenda export to
4278         iCalendar.
4279         (Progress logging): Document the new progress logging stuff.
4281 2008-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
4283         * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
4284         Update for change of `mail-source-delete-incoming'.
4286         * gnus-news.texi: Ditto.
4288 2008-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
4290         * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
4291         custom versions.
4293 2008-03-07  Alan Mackenzie  <acm@muc.de>
4295         * cc-mode.texi (Limitations and Known Bugs): State that the number of
4296         parens/brackets in a k&r region is limited.
4298 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4300         * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
4301         using different Emacs versions.
4303 2008-02-27  Glenn Morris  <rgm@gnu.org>
4305         * sc.texi: Remove a lot of old and obsolete info.
4306         (titlepage): Simplify.
4307         (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
4308         (VM with any Emacsen, GNEWS with any Emacsen)
4309         (Overloading for Non-conforming MUAs, Version 3 Changes)
4310         (The Supercite Mailing List): Delete nodes.
4311         (Introduction): Remove info about old packages.
4312         (Getting Connected): Simplify.  Remove info about old packages.
4313         (Citing Commands): Delete Emacs 19 info.
4314         (Hints to MUA Authors): Simplify.
4315         (Thanks and History): Merge in some info from the deleted node
4316         "Version 3 Changes".
4318 2008-02-05  Juanma Barranquero  <lekktu@gmail.com>
4320         * org.texi (Setting tags, In-buffer settings):
4321         * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
4323 2008-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4325         * gnus-news.texi: Mention that spaces and tabs are allowed in the
4326         installation directory name.
4328 2008-02-12  Romain Francoise  <romain@orebokech.com>
4330         * epa.texi (Overview): Fix typo.
4332 2008-02-11  Daiki Ueno  <ueno@unixuser.org>
4334         * epa.texi (Quick start): Remove the .emacs setting.
4336 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
4338         * epa.texi (Quick start): Use the command `epa-enable' instead of
4339         loading `epa-setup'.
4341 2008-02-08  Juanma Barranquero  <lekktu@gmail.com>
4343         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
4344         ($(infodir)/epa, epa.dvi): New targets.
4346 2008-02-08  Daiki Ueno  <ueno@unixuser.org>
4348         * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
4350         * epa.texi: New manual documenting the EasyPG Assistant.
4352 2008-02-06  Michael Albinus  <michael.albinus@gmx.de>
4354         * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
4355         (Inspection): New function dbus-ping.
4357 2008-02-05  Michael Albinus  <michael.albinus@gmx.de>
4359         * tramp.texi (Remote processes): Add `shell-command'.
4361 2008-01-28  Michael Sperber  <sperber@deinprogramm.de>
4363         * gnus.texi (Mail Source Specifiers): Document `group' specifier.
4364         (Group Parameters): Document `mail-source' parameter.
4366 2008-01-27  Michael Albinus  <michael.albinus@gmx.de>
4368         * tramp.texi (Inline methods): The hostname of the su(do)? methods
4369         must be a local host.
4371 2008-01-26  Michael Olson  <mwolson@gnu.org>
4373         * erc.texi: Update version for ERC 5.3 release.
4374         (Obtaining ERC): Update extras URLs for 5.3.
4375         (Development): Write instructions for git, and remove those for Arch.
4376         (History): Mention the switch to git.
4378 2008-01-24  Karl Berry  <karl@gnu.org>
4380         * info.texi (Search Index, Search Text): Mention the command
4381         character in the section name, a la the (Go to node) node.
4383 2008-01-21  Michael Albinus  <michael.albinus@gmx.de>
4385         * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
4387 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4389         * gnus-news.texi: Mention gnus-article-describe-bindings.
4391 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4393         * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
4395 2008-01-18  Carsten Dominik  <dominik@science.uva.nl>
4397         * org.texi (Property inheritance): New section.
4398         (Conventions): New section.
4399         (Structure editing): Document C-RET, the prefix arg to the cut/copy
4400         commands, and the new bindings for refiling.
4401         (Sparse trees): Document the new special command for sparse trees.
4402         (References): Be more clear about the counting of hilines.
4403         (Handling links): Document M-p/n for accessing links.
4404         (Fast access to TODO states): New section.
4405         (Per file keywords): New section.
4406         (Property inheritance): New section.
4407         (Column attributes): New summary types.
4408         (Capturing Column View): New section.
4409         (The date/time prompt): Cover the new features in the date/time prompt.
4410         Compactify the table of keys for the calendar remote control.
4411         (Clocking work time): Document the new :scope parameter.
4412         (Remember): Promoted to chapter.
4413         (Quoted examples): New section.
4414         (Enhancing text): New verbatim environments.
4416 2008-01-14  Michael Albinus  <michael.albinus@gmx.de>
4418         * trampver.texi: Update release number.
4420 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4422         * gnus.texi (Article Keymap):
4423         Add gnus-article-wide-reply-with-original; fix descriptions of
4424         gnus-article-reply-with-original and
4425         gnus-article-followup-with-original.
4427 2008-01-09  Glenn Morris  <rgm@gnu.org>
4429         * nxml-mode.texi: Add @copying section.
4431 2008-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4433         * message.texi (Mail Variables): Add some text from "(gnus)Posting
4434         Server".  Add `message-send-mail-with-mailclient'.
4436         * gnus.texi (Posting Server): Move some text to "(message)Mail
4437         Variables" and add a reference here.
4439 2008-01-04  Michael Albinus  <michael.albinus@gmx.de>
4441         * dbus.texi (Receiving Method Calls): New chapter.
4442         (Errors and Events): Add serial number to events.  Replace "signal" by
4443         "message".  Introduce dbus-event-serial-number.
4445 2008-01-03  Michael Albinus  <michael.albinus@gmx.de>
4447         * dbus.texi (Type Conversion): Explain the type specification for empty
4448         arrays.  Use another example.
4450 2007-12-30  Michael Albinus  <michael.albinus@gmx.de>
4452         * dbus.texi (all): Replace "..." by @dots{}.
4453         (Type Conversion): Precise the value range for :byte types.
4454         (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
4455         Mention its return value.
4456         (Errors and Events): There is no D-Bus error propagation during event
4457         processing.
4459 2007-12-29  Jay Belanger  <jay.p.belanger@gmail.com>
4461         * calc.tex (Yacas Language, Maxima Language, Giac Language):
4462         New sections.
4464 2007-12-29  Reiner Steib  <Reiner.Steib@gmx.de>
4466         * gnus.texi (Group Parameters): Reorder the text and add a note about
4467         `gnus-parameters' near the beginning of the node.
4469 2007-12-29  IRIE Tetsuya  <irie@t.email.ne.jp>  (tiny change)
4471         * gnus.texi (Score File Editing): Fix function name.
4473 2007-12-23  Michael Albinus  <michael.albinus@gmx.de>
4475         Sync with Tramp 2.1.12.
4477         * trampver.texi: Update release number.
4479 2007-12-22  Michael Albinus  <michael.albinus@gmx.de>
4481         * dbus.texi (Type Conversion): Correct input parameters mapping.
4483 2007-12-21  Michael Albinus  <michael.albinus@gmx.de>
4485         * dbus.texi (Type Conversion): Extend for D-Bus compound types.
4486         (Errors and Events): Mention wrong-type-argument error.
4488 2007-12-21  Alex Schroeder  <alex@gnu.org>
4490         * rcirc.texi: Changed single spaces after sentence end to double
4491         spaces.  Fixed some typos.
4492         (Internet Relay Chat): Explain relay.
4493         (Getting started with rcirc): Change items to reflect prompts.
4494         Add more explanation to rcirc-track-minor-mode and added a comment to
4495         warn future maintainers that this section is a copy.
4496         (People): Change /ignore example.
4497         (Keywords): Not keywords.
4499 2007-12-20  Alex Schroeder  <alex@gnu.org>
4501         * rcirc.texi (Top): Fighting Information Overload chapter added.
4502         (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
4503         (rcirc commands): Move /ignore command to the new chapter.
4504         (Fighting Information Overload): New chapter documenting /keyword,
4505         /bright, /dim, channel ignore, and low priority channels.
4506         (Configuration): Document rcirc-server-alist, remove
4507         rcirc-startup-channels-alist and rcirc-default-server.
4509 2007-12-16  Michael Albinus  <michael.albinus@gmx.de>
4511         * dbus.texi (Signals): Fix example in dbus-register-signal.
4513 2007-12-14  Sven Joachim  <svenjoac@gmx.de>
4515         * gnus.texi (Score Variables): Fix typo.
4517 2007-12-07  Michael Albinus  <michael.albinus@gmx.de>
4519         * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
4520         (Signals): Adapt dbus-send-signal and dbus-register-signal.
4521         (Errors and Events): Adapt dbus-event.
4523 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4525         * gnus.texi (Other Files): Add the yenc command.
4527 2007-11-30  Reiner Steib  <Reiner.Steib@gmx.de>
4529         * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
4530         since 2004-08-06.
4532 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4534         * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
4535         on body.
4537 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4539         * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
4540         and rfc2047-allow-irregular-q-encoded-words; fix description of
4541         rfc2047-encode-encoded-words.
4543 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4545         * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
4547 2007-12-05  Michael Olson  <mwolson@gnu.org>
4549         * remember.texi (Diary): Remove "require" line for remember-diary.el.
4550         Update documentation for `remember-diary-file'.
4552 2007-12-04  Michael Albinus  <michael.albinus@gmx.de>
4554         * dbus.texi (Signals): Precise `dbus-register-signal'.
4555         (Errors and Events): Rework events part, the internal structure of
4556         dbus-event has changed.
4558 2007-12-03  Juanma Barranquero  <lekktu@gmail.com>
4560         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
4561         ($(infodir)/dbus, dbus.dvi): New targets.
4563 2007-12-03  Michael Albinus  <michael.albinus@gmx.de>
4565         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
4566         unconditionally.
4568         * dbus.texi (Synchronous Methods): Show the result of the "lshal"
4569         emulation with @print{}.
4571 2007-12-02  Richard Stallman  <rms@gnu.org>
4573         * dbus.texi (Overview): Minor cleanup.
4575 2007-12-02  Michael Albinus  <michael.albinus@gmx.de>
4577         * Makefile.in (INFO_TARGETS): Add dbus.
4578         (DVI_TARGETS): Add dbus.dvi.
4579         (dbus, dbus.dvi): New targets.
4581         * dbus.texi: New file.
4583 2007-11-24  Romain Francoise  <romain@orebokech.com>
4585         * nxml-mode.texi: Add description in @direntry.
4586         Fix file name to match @setfilename.
4588 2007-11-23  Mark A. Hershberger  <mah@everybody.org>
4590         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
4591         ($(infodir)/nxml-mode): New rule.
4593         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
4594         ($(infodir)/nxml-mode): New rule.
4595         (clean): Add nxml-mode*.
4597         * nxml-mode.texi: New file with nxml manual.
4599 2007-11-18  Richard Stallman  <rms@gnu.org>
4601         * flymake.texi (Example -- Configuring a tool called directly):
4602         Update example.
4604 2007-11-18  Michael Albinus  <michael.albinus@gmx.de>
4606         * tramp.texi (Filename completion): Simplify explanation of
4607         double-slash behavior.  Explain directory contents flushing.
4609 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
4611         * calc.texi (TeX and LaTeX Language Modes): Put in
4612         missing braces.
4614 2007-11-15  Richard Stallman  <rms@gnu.org>
4616         * cl.texi (Equality Predicates): Delete `eql'.
4617         (Predicates, Naming Conventions, Top): Delete `eql'.
4618         (Common Lisp Compatibility): Delete `eql'.
4619         (Porting Common Lisp): Delete obsolete backquote info.
4620         Minor clarification about character constants.
4621         (Sequence Basics): Minor clarification.
4623 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
4625         * cc-mode.texi (Electric Keys, Custom Macros):
4626         * tramp.texi (Filename completion): Fix typos.
4628 2007-11-15  Jay Belanger  <jay.p.belanger@gmail.com>
4630         * calc.texi (Basic commands): Mention the menu.
4632 2007-11-12  Michael Albinus  <michael.albinus@gmx.de>
4634         * tramp.texi (Connection caching): Tramp flushes connection
4635         properties when remote operating system has been changed.
4637 2007-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
4639         * gnus-news.texi: Fix spelling.
4640         `message-insert-formatted-citation-line', not
4641         `message-insert-formated-citation-line'.
4643         * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
4645 2007-11-07  Michael Albinus  <michael.albinus@gmx.de>
4647         * tramp.texi (Overview): Mention also the PuTTY integration under
4648         Win32.  Remove paragraphs about Tramp's experimental status.
4649         (Frequently Asked Questions): Add code example for highlighting the
4650         mode line.
4652 2007-11-03  Michael Olson  <mwolson@gnu.org>
4654         * remember.texi: Change mentions of remember-buffer to
4655         remember-finalize throughout.
4657 2007-10-30  Michael Olson  <mwolson@gnu.org>
4659         * remember.texi (Copying): Remove.
4660         (Mailbox): Update with non-BBDB instructions.
4661         (Diary, Org): Add.
4662         (Bibliography, Planner Page): Remove.
4664 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
4666         * makefile.w32-in (INFO_TARGETS): Add remember.
4667         (DVI_TARGETS): Add remember.dvi.
4668         ($(infodir)/remember): New rule.
4669         (clean): Add remember*.
4671 2007-10-30  Michael Olson  <mwolson@gnu.org>
4673         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
4674         ($(infodir)/remember): New rule that builds the Remember Manual.
4676         * remember.texi: New file containing the Remember Mode Manual.
4677         Shuffle chapters around after initial import.
4678         (Function Reference): Split Keystrokes into separate chapter.
4679         (Keystrokes): Document C-c C-k.
4680         (Introduction): Fix typographical issue with "---".
4682 2007-10-29  Richard Stallman  <rms@gnu.org>
4684         * widget.texi (Introduction): Delete discussion of implementation
4685         internals.
4687 2007-10-29  Michael Albinus  <michael.albinus@gmx.de>
4689         * tramp.texi (Connection caching): Host names must be different
4690         when tunneling.
4692 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4694         * gnus.texi, gnus-faq.texi, message.texi: Bump version to
4695         Gnus v5.13.
4697 2007-10-28  Miles Bader  <miles@gnu.org>
4699         * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
4701 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4703         * gnus.texi (Sorting the Summary Buffer):
4704         Remove gnus-article-sort-by-date-reverse.
4706 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4708         * gnus.texi (Non-ASCII Group Names): New node.
4709         (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
4710         gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
4712 2007-10-28  Michaël Cadilhac  <michael@cadilhac.name>
4714         * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
4715         clean the output of the program `imap-shell-program'.
4717 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4719         * gnus.texi (IMAP): Mention nnimap-logout-timeout.
4721 2007-10-28  Tassilo Horn  <tassilo@member.fsf.org>
4723         * gnus.texi (Sticky Articles): Documentation for sticky article
4724         buffers.
4726 2007-10-28  Michaël Cadilhac  <michael@cadilhac.name>
4728         * gnus.texi (RSS): Document nnrss-ignore-article-fields.
4730 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4732         * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
4734 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4736         * gnus.texi (Archived Messages):
4737         Document gnus-update-message-archive-method.
4739 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4741         * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
4743 2007-10-28  Michaël Cadilhac  <michael@cadilhac.name>
4745         * gnus.texi (Group Maneuvering):
4746         Document `gnus-summary-next-group-on-exit'.
4748 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4750         * gnus.texi (Really Various Summary Commands):
4751         Mention gnus-auto-select-on-ephemeral-exit.
4753 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4755         * gnus.texi, message.texi: Bump version number.
4757 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4759         * gnus.texi (Group Line Specification, Misc Group Stuff)
4760         (Server Commands): Parenthesize @pxref{Mail Spool}.
4762 2007-10-28  Didier Verna  <didier@xemacs.org>
4764         New user option: message-signature-directory.
4765         * message.texi (Insertion Variables): Document it.
4766         * gnus.texi (Posting Styles): Ditto.
4768 2007-10-28  Didier Verna  <didier@xemacs.org>
4770         * gnus.texi (Group Line Specification):
4771         * gnus.texi (Misc Group Stuff):
4772         * gnus.texi (Server Commands): Document the group compaction feature.
4774 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4776         * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
4778         * message.texi (Various Message Variables): Add message-fill-column.
4780 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4782         * gnus.texi: Untabify.
4784 2007-10-28  Didier Verna  <didier@xemacs.org>
4786         * gnus.texi (Group Parameters): Document the posting-style merging
4787         process in topic-mode.
4789 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4791         * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
4793 2007-10-28  Romain Francoise  <romain@orebokech.com>
4795         * gnus.texi (Mail Spool): Fix typo.
4796         Update copyright.
4798 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4800         * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
4802 2007-10-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4804         * gnus.texi (Summary Generation Commands):
4805         Add gnus-summary-insert-ticked-articles.
4807 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4809         * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
4810         to spam-spamassassin-program.
4812 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4814         * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
4816 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4818         * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
4820 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4822         * message.texi (Mail Headers): Document `opportunistic'.
4824 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4826         * emacs-mime.texi (Encoding Customization): Explain how to set
4827         mm-coding-system-priorities per hierarchy.
4829 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4831         * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
4832         nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
4834 2007-10-28  Didier Verna  <didier@xemacs.org>
4836         * message.texi (Wide Reply): Update documentation of
4837         message-dont-reply-to-names (now allowing a list of regexps).
4839 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4841         * gnus.texi (Spam Package Introduction): Fix spam menu and links.
4843 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4845         * gnus.texi (SpamAssassin back end): Fix typo.
4847         * sieve.texi (Examples): Fix grammar.
4849 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4851         * gnus.texi (Searching for Articles): Document M-S and M-R.
4852         (Limiting): Document / b.
4854 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4856         * gnus.texi (Thread Commands): T M-^.
4858 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4860         * message.texi (Mail Aliases): Document ecomplete.
4861         (Mail Aliases): Fix typo.
4863 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4865         * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
4866         fix typo.
4868 2007-10-28  Romain Francoise  <romain@orebokech.com>
4870         * gnus.texi (Mail Spool): Grammar fix.
4872 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4874         * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
4875         string.
4877 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4879         * gnus.texi (Group Parameters): Fix description.
4881 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4883         * gnus.texi (Gmane Spam Reporting):
4884         Fix spam-report-gmane-use-article-number.
4885         Add spam-report-user-mail-address.
4887 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4889         * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
4891 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4893         * gnus.texi (Group Parameters): Add simplified sorting example based on
4894         example for `Sorting the Summary Buffer' from Jari Aalto
4895         <jari.aalto@cante.net>.
4896         (Example Methods): Add example for an indirect connection.
4898 2007-10-28  Kevin Greiner  <kevin.greiner@compsol.cc>
4900         * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
4901         (Agent Parameters): Updated parameter names to match code.
4902         (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
4903         'gnus-agent-summary-fetch-series'.
4904         (Agent and flags): New section providing a generalized discussion
4905         of flag handling.
4906         (Agent and IMAP): Remove flag discussion.
4907         (Agent Variables): Add 'gnus-agent-synchronize-flags'.
4909 2007-10-28  Romain Francoise  <romain@orebokech.com>
4911         * gnus.texi (Exiting the Summary Buffer): Add new function
4912         `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
4914 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4916         * gnus.texi (Conformity): Fix typo.
4917         (Customizing Articles): Document `first'.
4919 2007-10-28  Jari Aalto  <jari.aalto@cante.net>
4921         * gnus.texi (Sorting the Summary Buffer):
4922         Add `gnus-thread-sort-by-date-reverse'.  Add example
4923         host to different sorting in NNTP and RSS groups.
4925 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4927         * message.texi (Insertion): Describe prefix for
4928         message-mark-inserted-region and message-mark-insert-file.
4930 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4932         * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
4933         LaTeX documents.  Describe "text/x-gnus-verbatim".
4935 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
4937         * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
4938         (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
4939         (spam-stat spam filtering, SpamOracle)
4940         (Extending the Spam ELisp package): Remove extra quote symbol for
4941         clarity.
4943 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4945         * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
4946         gnus-article-delete-part and gnus-article-replace-part.
4947         (Using MIME): Add gnus-mime-replace-part.
4949 2007-10-28  Romain Francoise  <romain@orebokech.com>
4951         * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
4952         requires `auto-compression-mode' to be enabled.  Add new nnml
4953         variable `nnml-compressed-files-size-threshold'.
4955 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4957         * gnus.texi (Sorting the Summary Buffer):
4958         Add gnus-thread-sort-by-recipient.
4960 2007-10-28  Romain Francoise  <romain@orebokech.com>
4962         * message.texi (Insertion Variables): Mention new variable
4963         `message-yank-empty-prefix'.  Change `message-yank-cited-prefix'
4964         documentation accordingly.
4966 2007-10-28  Romain Francoise  <romain@orebokech.com>
4968         * gnus.texi (To From Newsgroups): Mention new variables
4969         `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
4971 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4973         * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
4974         stuff; gnus-mime-inline-part does the automatic decompression.
4976 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
4978         * gnus.texi (Spam ELisp Package Configuration Examples):
4979         "training.ham" should be "training.spam".
4981 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4983         * message.texi (Mail Variables): Fix the default value for
4984         message-send-mail-function.
4986 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4988         * gnus.texi (Optional Back End Functions): nntp-request-update-info
4989         always returns nil exceptionally.
4991 2007-10-28  Simon Josefsson  <jas@extundo.com>
4993         * gnus.texi (Article Washing): Add libidn URL.
4994         Suggested by Michael Cook <michael@waxrat.com>.
4996 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4998         * gnus.texi (Topic Commands): Fix next/previous.
5000 2007-10-28  Simon Josefsson  <jas@extundo.com>
5002         * gnus.texi (Article Washing): Mention `W i'.
5004 2007-10-28  Jochen Küpper  <jochen@fhi-berlin.mpg.de>
5006         * gnus.texi (Group Parameters): Slight extension of sieve
5007         parameter description.
5009 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5011         * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
5012         matching score files as well.
5013         (Picons): Describe `gnus-picon-style'.
5015 2007-10-28  Romain Francoise  <romain@orebokech.com>
5017         * message.texi (Message Headers): Mention that headers are hidden
5018         using narrowing, and how to expose them.
5019         Update copyright.
5021 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5023         * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
5024         `gnus-summary-sort-by-recipient'.
5026 2007-10-28  Romain Francoise  <romain@orebokech.com>
5028         * gnus.texi (NNTP marks): New node.
5029         (NNTP): Move NNTP marks variables to the new node.
5031 2007-10-28  Jesper Harder  <harder@ifa.au.dk>
5033         * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
5035         * gnus.texi (MIME Commands, Hashcash): Markup fix.
5037 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
5039         * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
5040         everywhere for consistency.
5041         (Filtering Spam Using The Spam ELisp Package): Admonish again.
5042         (Spam ELisp Package Sequence of Events): This is Gnus, say so.
5043         Say "regular expression" instead of "regex."  Admonish.
5044         Pick other words to sound better (s/so/thus/).
5045         (Spam ELisp Package Filtering of Incoming Mail):
5046         Mention statistical filters.  Remove old TODO.
5047         (Spam ELisp Package Sorting and Score Display in Summary Buffer):
5048         New section on sorting and displaying the spam score.
5049         (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
5050         backend but an alias to spam-use-BBDB.
5051         (Extending the Spam ELisp package): Rewrite the example using the
5052         new backend functionality.
5054 2007-10-28  Simon Josefsson  <jas@extundo.com>
5056         * gnus.texi (NNTP): Mention nntp-marks-is-evil and
5057         nntp-marks-directory, from Romain Francoise
5058         <romain@orebokech.com>.
5060 2007-10-28  Magnus Henoch  <mange@freemail.hu>
5062         * gnus.texi (Hashcash): New default value of
5063         hashcash-default-payment.
5065 2007-10-28  Simon Josefsson  <jas@extundo.com>
5067         * gnus.texi (Hashcash): Fix URL.  Add pref to spam section.
5068         (Anti-spam Hashcash Payments): No need to load hashcash.el now.
5070 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5072         * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
5074 2007-10-28  Simon Josefsson  <jas@extundo.com>
5076         * gnus.texi (documentencoding): Add, to avoid warnings.
5078 2007-10-28  Simon Josefsson  <jas@extundo.com>
5080         * message.texi (Mail Headers): Add.
5082         * gnus.texi (Hashcash): Fix.
5084 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
5086         * gnus.texi (Hashcash): Change location of library, also mention
5087         that payments can be verified and fix the name of the
5088         hashcash-path variable.
5090 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5092         * gnus.texi (Article Display): Add `gnus-picon-style'.
5094 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5096         * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
5098 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
5100         * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
5101         (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
5102         warning about ham processors in spam groups removed.
5104 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
5106         * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
5107         From Hubert Chan <hubert@uhoreg.ca>.
5109 2007-10-28  Jesper Harder  <harder@ifa.au.dk>
5111         * gnus.texi (Spam ELisp Package Sequence of Events): Index.
5112         (Mailing List): Typo.
5113         (Customizing Articles): Add gnus-treat-ansi-sequences.
5114         (Article Washing): Index.
5116         * message.texi: Use m-dash consistently.
5118 2007-10-28  Jesper Harder  <harder@ifa.au.dk>
5120         * gnus.texi (GroupLens): Remove.
5122 2007-10-28  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5124         * gnus.texi (Outgoing Messages, Agent Variables):
5125         Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
5126         Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
5128 2007-10-28  Jesper Harder  <harder@ifa.au.dk>
5130         * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
5132 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5134         * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
5136         * gnus.texi (No Gnus): New node.  Includes `gnus-news.texi'.
5138 2007-10-28  Simon Josefsson  <jas@extundo.com>
5140         * gnus.texi (Top): Add SASL.
5142 2007-10-27  Emanuele Giaquinta  <e.giaquinta@glauco.it>  (tiny change)
5144         * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
5146 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5148         * gnus.texi (Troubleshooting): Adjust Gnus version number.
5150 2007-10-27  Jay Belanger  <jay.p.belanger@gmail.com>
5152         * calc.texi (Formulas, Composition Basics): Lower the
5153         precedence of negation.
5155 2007-10-25  Jonathan Yavner  <jyavner@member.fsf.org>
5157         * ses.texi (The Basics): Mention how to create a new spreadsheet.
5158         Mention the new three-letter column identifiers.
5159         (More on cell printing): Calculate-cell and truncate-cell are now `c'
5160         and `t' rather than `C-c C-c' and `C-c C-t'.  Mention the stupid error
5161         message when using `c' on an empty default with default printer.
5162         (Buffer-local variables in spreadsheets): `symbolic-formulas' was
5163         renamed to `ses--symbolic-formulas' some time ago.
5165 2007-10-25  Jay Belanger  <jay.p.belanger@gmail.com>
5167         * calc.texi (Default Simplifications, Making Selections)
5168         (Customizing Calc): Clarify associativity of multiplication.
5170 2007-10-23  Michael Albinus  <michael.albinus@gmx.de>
5172         * tramp.texi (Traces and Profiles): Simplify loop over
5173         `trace-function-background'.
5175 2007-10-22  Juri Linkov  <juri@jurta.org>
5177         * dired-x.texi (Shell Command Guessing): Default values are now
5178         available by typing M-n instead of M-p.
5180 2007-10-21  Michael Albinus  <michael.albinus@gmx.de>
5182         * tramp.texi (Cleanup remote connections): New section.
5183         (Password caching): Remove `tramp-clear-passwd'.
5184         It's not a command anymore.
5185         (Bug Reports): Add `tramp-bug' to function index.
5186         (Function Index, Variable Index): New nodes.
5187         (Remote shell setup): Describe `tramp-password-prompt-regexp'.
5189         * trampver.texi: Update release number.
5191 2007-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
5193         * calc.texi (History and Acknowledgements): Turn comment
5194         about integer size into past tense.
5195         (Time Zones): Remove pointer to Calc author's address.
5196         (Trigonometric and Hyperbolic Functions): Mention cotangent
5197         and hyperbolic cotangent.  Fix typo.
5199 2007-10-10  Michael Albinus  <michael.albinus@gmx.de>
5201         Sync with Tramp 2.1.11.
5203         * trampver.texi: Update release number.
5205 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
5207         * tramp.texi (External packages): New section.
5209 2007-09-29  Juri Linkov  <juri@jurta.org>
5211         * info.texi (Help-Int): Document `L' (`Info-history').
5213 2007-09-26  Carsten Dominik  <dominik@science.uva.nl>
5215         * org.texi: Change links to webpage and maintained email.
5216         (Remember): Promote to Chapter, significant changes.
5217         (Fast access to TODO states): New section.
5218         (Faces for TODO keywords): New section.
5219         (Export options): Example for #+DATE.
5220         (Progress logging): Section moved.
5222 2007-09-26  Bill Wohler  <wohler@newt.com>
5224         * mh-e.texi (HTML): Mention binding of S-mouse-2 to
5225         browse-url-at-mouse.
5227 2007-09-20  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
5229         * flymake.texi (Customizable variables): Face names don't end in -face.
5230         Fix flymake-err-line-patterns template.
5231         (Example -- Configuring a tool called directly): Fix init-function.
5232         (Highlighting erroneous lines): Face names don't end in -face.
5234 2007-09-18  Exal de Jesus Garcia Carrillo  <exal@gmx.de>  (tiny change)
5236         * erc.texi (Special-Features): Fix small typo.
5238 2007-09-14  Michael Albinus  <michael.albinus@gmx.de>
5240         * tramp.texi (Filename Syntax): Provide links to "Inline methods"
5241         and "External transfer methods".
5243 2007-09-13  Jay Belanger  <jay.p.belanger@gmail.com>
5245         * calc.texi (Predefined Units): Add some history.
5247 2007-09-08  Michael Olson  <mwolson@gnu.org>
5249         * erc.texi (Copying): New section included from gpl.texi.
5250         This matches the look of the upstream ERC manual.
5252 2007-09-07  Jay Belanger  <jay.p.belanger@gmail.com>
5254         * calc.texi (History and Acknowledgements): Adjust the "thanks".
5255         (Random Numbers): Clarify the distribution of `random'.
5257 2007-09-06  Glenn Morris  <rgm@gnu.org>
5259         Move manual sources from man/ to subdirectories of doc/.
5260         Split into the Emacs manual in emacs/, and other manuals in misc/.
5261         Change all setfilename commands to use ../../info.
5262         * Makefile.in: Move the parts of the old man/Makefile.in that do not
5263         refer to the Emacs manual here.
5264         (infodir): New variable.
5265         (INFO_TARGETS, info): Use infodir.  Also used by all info targets.
5266         (cc-mode.texi, faq.texi): Update references to source file locations.
5267         * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
5268         do not refer to the Emacs manual here.
5269         (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
5271         * Makefile.in: Add `basename' versions of all info targets, for
5272         convenience when rebuilding just one manual.
5273         (../etc/GNU): Delete obsolete target.
5274         (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
5275         (mostlyclean): Add *.op, *.ops.  Move *.aux *.cps *.fns *.kys *.pgs
5276         *.vrs *.toc here...
5277         (maintainer-clean): ...from here.
5279         * makefile.w32-in (../etc/GNU): Delete obsolete target.
5281 2007-09-01  Jay Belanger  <jay.p.belanger@gmail.com>
5283         * calc.texi (Date Conversions): Clarify definition of
5284         Julian day numbering.
5285         (Date Forms): Clarify definition of Julian day numbering;
5286         add some history.
5288 2007-08-30  Carsten Dominik  <dominik@science.uva.nl>
5290         * org.texi: Version 5.07.
5292 2007-08-24  IRIE Tetsuya  <irie@t.email.ne.jp>  (tiny change)
5294         * message.texi (MIME): Replace mml-attach with mml-attach-file.
5296 2007-08-22  Carsten Dominik  <dominik@science.uva.nl>
5298         * org.texi (Adding hyperlink types): New section.
5299         (Embedded LaTeX): Chapter updated because of LaTeX export.
5300         (LaTeX export): New section.
5301         (Using links out): New section.
5303 2007-08-22  Glenn Morris  <rgm@gnu.org>
5305         * faq.texi (Learning how to do something): Refcards now in
5306         etc/refcards/ directory.
5308 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
5310         * tramp.texi (Remote Programs): Persistency file must be cleared when
5311         changing `tramp-remote-path'.
5312         (Filename Syntax): Don't use @var{} constructs inside the @trampfn
5313         macro.
5315 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
5317         * calc.texi: Move contents to beginning of file.
5318         (Algebraic Entry): Fix the formatting of an example.
5320 2007-08-15  Jay Belanger  <jay.p.belanger@gmail.com>
5322         * calc.texi (Basic Operations on Units): Mention exact versus
5323         inexact conversions.
5325 2007-08-14  Jay Belanger  <jay.p.belanger@gmail.com>
5327         * calc.texi (Basic Operations on Units): Mention default
5328         values for new units.
5329         (Quick Calculator Mode): Mention that binary format will
5330         be displayed.
5332 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5334         * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
5336 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5338         * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
5340 2007-08-08  Glenn Morris  <rgm@gnu.org>
5342         * gnus.texi, sieve.texi: Replace `iff'.
5344 2007-08-03  Jay Belanger  <jay.p.belanger@gmail.com>
5346         * calc.texi (Basic Graphics): Mention the graphing of error
5347         forms.
5348         (Graphics Options): Mention how `g s' handles error forms.
5349         (Curve Fitting): Mention plotting the curves.
5350         (Standard Nonlinear Models): Add additional models.
5351         (Curve Fitting Details): Mention the Levenberg-Marquardt method.
5352         (Linear Fits): Correct result.
5354 2007-08-01  Alan Mackenzie  <acm@muc.de>
5356         * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
5357         to "--no-site-file".
5359 2007-07-29  Michael Albinus  <michael.albinus@gmx.de>
5361         * tramp.texi (Frequently Asked Questions): Point to mode line
5362         extension in Emacs 23.1.
5364         * trampver.texi: Update release number.
5366 2007-07-27  Glenn Morris  <rgm@gnu.org>
5368         * calc.texi (Copying): Include license text from gpl.texi, rather than
5369         in-line.
5371 2007-07-25  Glenn Morris  <rgm@gnu.org>
5373         * calc.texi (Copying): Replace license with GPLv3.
5375         * Relicense all FSF files to GPLv3 or later.
5377 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
5379         Sync with Tramp 2.1.10.
5381         * tramp.texi (trampfn): Expand macro implementation in order to handle
5382         empty arguments.
5383         (trampfnmhl, trampfnuhl, trampfnhl): Remove macros.  Replace all
5384         occurrences by trampfn.
5385         (Frequently Asked Questions): Extend example code for host
5386         identification in the modeline.  Add bbdb to approaches shortening Tramp
5387         file names to be typed.
5389         * trampver.texi: Update release number.
5391 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
5393         * tramp.texi: Move @setfilename ../info/tramp up, outside the header
5394         section.  Reported by <poti@potis.org>.
5395         (Remote processes): Arguments of the program to be debugged are taken
5396         literally.
5397         (Frequently Asked Questions): Simplify recentf example.
5399 2007-07-14  Karl Berry  <karl@gnu.org>
5401         * info.texi (@copying): New Back-Cover Text.
5403         * info.texi (Quitting Info): Move to proper place in source.
5404         (Reported by Benno Schulenberg.)
5406 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
5408         * Makefile.in (../info/emacs-mime): Use --enable-encoding.
5410         * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
5412         * emacs-mime.texi: Add @documentencoding directive.
5414 2007-07-12  Nick Roberts  <nickrob@snap.net.nz>
5416         * tramp.texi (Remote processes): Add an anchor to the subsection
5417         "Running a debugger on a remote host".
5419 2007-07-12  Michael Albinus  <michael.albinus@gmx.de>
5421         * tramp.texi (Remote processes): Don't call it "experimental" any
5422         longer.  Add subsection about running a debugger on a remote host.
5424 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
5426         * org.texi (Properties and columns): Chapter rewritten.
5428 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
5430         * tramp.texi:
5431         * trampver.texi: Migrate to Tramp 2.1.
5433 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
5435         * org.texi (Properties): New chapter.
5437 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
5439         * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
5440         Control Panel.
5442         * gnus.texi (Misc Article): Add index entry for
5443         gnus-single-article-buffer.
5445 2007-06-27  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5447         * gnus.texi (Starting Up): Fix typo.
5449 2007-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5451         * gnus.texi (Asynchronous Fetching): Fix typo.
5453 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
5455         * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
5456         (About This Manual): Remove redundant information.
5457         (Getting Started): Mention author.
5458         (Basic Arithmetic, Customizing Calc): Make description of the
5459         variable `calc-multiplication-has-precedence' match its new effect.
5461 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
5463         * calc.texi (Basic Arithmetic, Customizing Calc):
5464         Mention the variable `calc-multiplication-has-precedence'.
5466 2007-06-19  Carsten Dominik  <dominik@science.uva.nl>
5468         * org.texi (Tag): Section swapped with node Timestamps.
5469         (Formula syntax for Lisp): Document new `L' flag.
5471 2007-06-06  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5473         * gnus.texi (Misc Group Stuff, Summary Buffer)
5474         (Server Commands, Article Keymap): Fix typo.  s/function/command/.
5476 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5478         * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
5479         * gnus.texi (Article Buttons, Mail Source Customization)
5480         (Sending or Not Sending, Customizing NNDiary):
5481         * message.texi (Message Headers):
5482         * mh-e.texi (HTML): Fix typos.
5484 2007-06-07  Michael Albinus  <michael.albinus@gmx.de>
5486         Sync with Tramp 2.0.56.
5488         * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
5489         settings.  Reported by Ted Zlatanov <tzz@lifelogs.com>.
5491 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
5493         * Version 22.1 released.
5495 2007-05-26  Michael Olson  <mwolson@gnu.org>
5497         * erc.texi (Modules): Fix references to completion modules.
5499 2007-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
5501         * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
5503 2007-05-09  Didier Verna  <didier@xemacs.org>
5505         * gnus.texi (Email Based Diary): New.  Proper documentation for the
5506         nndiary back end and the gnus-diary library.
5508 2007-05-03  Karl Berry  <karl@gnu.org>
5510         * .cvsignore (*.pdf): New entry.
5512         * texinfo.tex: Update from current version for better pdf generation.
5514 2007-04-30  Reiner Steib  <Reiner.Steib@gmx.de>
5516         * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
5518 2007-04-28  Glenn Morris  <rgm@gnu.org>
5520         * faq.texi (New in Emacs 22): Restore mention of python.el pending
5521         consideration of legal status.
5523 2007-04-27  J.D. Smith  <jdsmith@as.arizona.edu>
5525         * idlwave.texi: Minor updates for IDLWAVE 6.1.
5527 2007-04-24  Chong Yidong  <cyd@stupidchicken.com>
5529         * faq.texi (New in Emacs 22): python.el removed.
5531 2007-04-23  Jay Belanger  <jay.p.belanger@gmail.com>
5533         * calc.texi (Reporting bugs): Update maintainer's address.
5535 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
5537         * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
5539 2007-04-15  Jay Belanger  <belanger@truman.edu>
5541         * calc.texi (Title page): Remove the date.
5542         (Basic Arithmetic): Emphasize that / binds less strongly than *.
5543         (The Standard Calc Interface): Change trail title.
5544         (Floats): Mention that when non-decimal floats are entered, only
5545         approximations are stored.
5546         (Copying): Move to the appendices.
5547         (GNU Free Documentation License): Add as an appendix.
5549 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
5551         * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
5552         * dired-x.texi, ebrowse.texi, ediff.texi:
5553         * emacs-mime.texi, erc.texi, eshell.texi:
5554         * eudc.texi, flymake.texi, forms.texi, gnus.texi:
5555         * idlwave.texi, message.texi, newsticker.texi, org.texi:
5556         * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
5557         * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
5558         * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
5559         * woman.texi: Include GFDL.
5561         * doclicense.texi: Remove node heading, so that it can be included by
5562         other files.
5564         * dired-x.texi: Relicence under GFDL.  Remove date from title page.
5566         * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
5567         than *.
5569 2007-04-14  Carsten Dominik  <dominik@science.uva.nl>
5571         * org.texi (Formula syntax for Calc): Emphasize the operator precedence
5572         in Calc.
5574 2007-04-09  Romain Francoise  <romain@orebokech.com>
5576         * faq.texi (New in Emacs 22): Mention improvements to the Windows and
5577         Mac OS ports.  Make it clear that mouse-1 complements and doesn't
5578         replace mouse-2.
5580 2007-04-08  Chong Yidong  <cyd@stupidchicken.com>
5582         * woman.texi (Word at point, Interface Options): woman-topic-at-point
5583         renamed to woman-use-topic-at-point.  Document new behavior.
5585 2007-04-08  Richard Stallman  <rms@gnu.org>
5587         * url.texi: Fix some indexing.
5588         (Disk Caching): Drop discussion of old/other Emacs versions.
5590 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5592         * url.texi (Disk Caching): Say Emacs 21 "and later".
5594         * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
5595         on Font locking which now mentions JIT lock.
5597 2007-04-01  Michael Olson  <mwolson@gnu.org>
5599         * erc.texi: Update for the ERC 5.2 release.
5601 2007-03-31  David Kastrup  <dak@gnu.org>
5603         * woman.texi (Topic, Interface Options): Explain changes semantics of
5604         woman-manpath in order to consider MANPATH_MAP entries.
5606 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
5608         * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
5610 2007-03-26  Richard Stallman  <rms@gnu.org>
5612         * pgg.texi (Caching passphrase): Clean up previous change.
5614 2007-03-25  Thien-Thi Nguyen  <ttn@gnu.org>
5616         * gnus.texi (Setting Process Marks): Fix typo.
5618 2007-03-25  Romain Francoise  <romain@orebokech.com>
5620         * faq.texi (New in Emacs 22): Reorganize using an itemized list for
5621         readability, and include various fixes by Daniel Brockman, Nick Roberts
5622         and Dieter Wilhelm.
5624 2007-03-24  Thien-Thi Nguyen  <ttn@gnu.org>
5626         * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
5628         * gnus.texi (Mail Source Specifiers): Fix typo.
5630 2007-03-22  Ralf Angeli  <angeli@caeruleus.net>
5632         * reftex.texi (Imprint): Update maintainer information.
5634 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5636         * message.texi (Message Buffers): Update documentation for
5637         message-generate-new-buffers.
5639 2007-03-15  Daiki Ueno  <ueno@unixuser.org>
5641         * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
5643 2007-03-21  Glenn Morris  <rgm@gnu.org>
5645         * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
5647 2007-03-19  Chong Yidong  <cyd@stupidchicken.com>
5649         * eshell.texi (Known problems): Emacs 21 -> 22.
5651         * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
5653 2007-03-18  Jay Belanger  <belanger@truman.edu>
5655         * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
5657 2007-03-12  Glenn Morris  <rgm@gnu.org>
5659         * calc.texi (Time Zones): Switch to new North America DST rule.
5661         * calc.texi: Replace "daylight savings" with "daylight
5662         saving" in text throughout.
5664 2007-03-11  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5666         * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
5667         The variable now uses a list of symbols instead of just a symbol.
5668         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
5670 2007-03-06  Romain Francoise  <romain@orebokech.com>
5672         * faq.texi (New in Emacs 22): Don't say "now" too much.  Add MH-E to
5673         new packages, and mention Gnus update.
5675 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5677         * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
5678         nntp-open-connection-functions-never-echo-commands.
5680 2007-02-27  Chong Yidong  <cyd@stupidchicken.com>
5682         * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
5683         problems on the console, and security risk in not using gpg-agent.
5685 2007-02-25  Carsten Dominik  <dominik@science.uva.nl>
5687         * org.texi (The spreadsheet): Rename from "Table calculations".
5688         Completely reorganized and rewritten.
5689         (CamelCase links): Section removed.
5690         (Repeating items): New section.
5691         (Tracking TODO state changes): New section.
5692         (Agenda views): Chapter reorganized and rewritten.
5693         (HTML export): Section rewritten.
5694         (Tables in arbitrary syntax): New section.
5695         (Summary): Better feature summary.
5696         (Activation): Document problem with cut-and-paste of Lisp code
5697         from PDF files.
5698         (Visibility cycling): Document indirect buffer use.
5699         (Structure editing): Document sorting.
5700         (Remember): Section rewritten.
5701         (Time stamps): Better description of time stamp types.
5702         (Tag searches): Document regular expression search for tags.
5703         (Stuck projects): New section.
5704         (In-buffer settings): New keywords.
5705         (History and Acknowledgments): Updated description.
5707 2007-02-24  Alan Mackenzie  <acm@muc.de>
5709         * cc-mode.texi (Movement Commands): Insert two missing command names.
5710         (Getting Started): Slight wording correction (use conditional).
5712 2007-02-22  Kim F. Storm  <storm@cua.dk>
5714         * widget.texi (User Interface, Basic Types): Document need to put some
5715         text before the %v escape in :format string in editable-field widget.
5717 2007-02-18  Romain Francoise  <romain@orebokech.com>
5719         * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
5720         `cvs-mode-quit'.
5722 2007-02-10  Markus Triska  <markus.triska@gmx.at>
5724         * widget.texi (Programming Example): Put constant strings in :format.
5726 2007-02-07  Juanma Barranquero  <lekktu@gmail.com>
5728         * faq.texi (Fullscreen mode on MS-Windows): New node.
5730 2007-02-04  David Kastrup  <dak@gnu.org>
5732         * faq.texi (AUCTeX): Update version number.  Should probably be done
5733         for other packages as well.
5735 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5737         * gnus.texi (Batching Agents): Fix example.  Reported by Tassilo Horn
5738         <tassilo@member.fsf.org>.
5740 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
5742         * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
5743         ls-lisp-use-localized-time-format.
5745 2007-01-20  Markus Triska  <markus.triska@gmx.at>
5747         * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
5749 2007-01-13  Michael Olson  <mwolson@gnu.org>
5751         * erc.texi (Modules): Mention capab-identify module.
5753 2007-01-05  Michael Olson  <mwolson@gnu.org>
5755         * erc.texi (Getting Started): Update for /RECONNECT command.
5757 2007-01-04  Richard Stallman  <rms@gnu.org>
5759         * ebrowse.texi: Change C-c b to C-c C-m.
5761 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5763         * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
5764         variables only in info to avoid redundant entries in the printed
5765         manual.
5767 2007-01-02  Daiki Ueno  <ueno@unixuser.org>
5769         * message.texi (Using PGP/MIME): Document gpg-agent usage.
5771 2007-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
5773         * message.texi (Security): Split into sub-nodes.
5775 2007-01-01  Alan Mackenzie  <acm@muc.de>
5777         * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
5778         eval-after-load in Emacs <=21 and a workaround.  Document that
5779         trigraphs are not supported.
5781 2007-01-01  Alan Mackenzie  <acm@muc.de>
5783         * cc-mode.texi ("Filling and Breaking"): Amend the doc for
5784         c-context-line-break.  When invoked within a string, preserve
5785         whitespace.  Add a backslash only when also in a macro.
5787 2007-01-01  Alan Mackenzie  <acm@muc.de>
5789         * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
5791 2007-01-01  Alan Mackenzie  <acm@muc.de>
5793         * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
5794         are now bound by default to c-\(beginning\|end\)-of-defun by default.
5796 2007-01-01  Alan Mackenzie  <acm@muc.de>
5798         * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
5799         "Choosing a Style".
5801         * cc-mode.texi ("Styles"): Add @dfn{style}.
5803 2006-12-30  Michael Albinus  <michael.albinus@gmx.de>
5805         Sync with Tramp 2.0.55.
5807         * trampver.texi: Update release number.
5809 2006-12-29  Reiner Steib  <Reiner.Steib@gmx.de>
5811         * gnus.texi (Customizing Articles): Add index entries for all
5812         gnus-treat-* variables.
5814 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
5816         * gnus.texi (IMAP): Fix incorrect explanation of
5817         nnimap-search-uids-not-since-is-evil in documentation for
5818         nnimap-expunge-search-string.
5820 2006-12-27  Reiner Steib  <Reiner.Steib@gmx.de>
5822         * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
5823         spam-ifile-database.
5825 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5827         * gnus.texi (Spam Package Configuration Examples): Don't encourage to
5828         rebind C-s.
5830 2006-12-26  Jouni K. Seppänen  <jks@iki.fi>
5832         * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
5833         (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
5834         "expiring mail".
5835         (IMAP): Document nnimap-search-uids-not-since-is-evil and
5836         nnimap-nov-is-evil.
5838 2006-12-25  Kevin Ryde  <user42@zip.com.au>
5840         * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
5841         about the key procedure being used heavily.
5843 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
5845         * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
5846         to t.
5847         (Prerequisites): Add explanation about gpg-agent.
5849 2006-12-22  Kevin Ryde  <user42@zip.com.au>
5851         * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
5852         "sort" instead of "sort*".
5854 2006-12-19  Richard Stallman  <rms@gnu.org>
5856         * calc.texi (History and Acknowledgements): Recognize that Emacs
5857         now does have floating point.
5859 2006-12-19  Michael Albinus  <michael.albinus@gmx.de>
5861         * tramp.texi (External transfer methods): Describe new method `scpc'.
5863 2006-12-17  Sascha Wilde  <wilde@sha-bang.de>
5865         * pgg.texi: Added short note on gpg-agent to the introduction.
5867 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5869         * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
5870         also applies to Cc.
5872 2006-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5874         * gnus.texi (X-Face): Clarify.  Say which programs are required
5875         on Windows.
5877 2006-12-08  Michael Olson  <mwolson@gnu.org>
5879         * erc.texi (Modules): Remove documentation for list module.
5881 2006-12-05  Michaël Cadilhac  <michael.cadilhac@lrde.org>
5883         * faq.texi (^M in the shell buffer): Ditto.
5885 2006-11-20  Michael Olson  <mwolson@gnu.org>
5887         * erc.texi: Call this the 5.2 stable pre-release of ERC.
5889 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
5891         * org.texi: Fix typos.
5892         (Agenda commands): Document `C-k'.
5894 2006-11-16  Eli Zaretskii  <eliz@gnu.org>
5896         * url.texi (http/https): Fix a typo in the HTTP URL.
5898 2006-11-14  Stephen Leake  <stephen_leake@stephe-leake.org>
5900         * ada-mode.texi: Total rewrite.
5902 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
5904         * org.texi: Minor typo fixes.
5906 2006-11-13  Bill Wohler  <wohler@newt.com>
5908         Release MH-E manual version 8.0.3.
5910         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
5911         release 8.0.3.
5913         * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
5914         to set MAILDIR.
5915         (Reading Mail): Document the customization of read-mail-command
5916         for MH-E.
5917         (Viewing Attachments): Document mm-discouraged-alternatives.
5918         (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
5919         (Junk): Add more information about the settings of mh-junk-background
5920         in a program.  Add /usr/bin/mh to PATH in examples.
5922 2006-11-12  Richard Stallman  <rms@gnu.org>
5924         * woman.texi: Update author address but say he no longer maintains it.
5926 2006-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
5928         * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
5929         archived trees.
5930         (Checkboxes): Section moved to chapter 5, and extended.
5931         (The date/time prompt): New section.
5932         (Link abbreviations): New section.
5933         (Presentation and sorting): New section.
5934         (Custom agenda views): Section completely rewritten.
5935         (Summary): Compare with Planner.
5936         (Feedback): More info about creating backtraces.
5937         (Plain lists): Modified example.
5938         (Breaking down tasks): New section.
5939         (Custom time format): New section.
5940         (Time stamps): Document inactive timestamps.
5941         (Setting tags): More details about fast tag selection.
5942         (Block agenda): New section.
5943         (Custom agenda views): Section rewritten.
5944         (Block agenda): New section.
5946 2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
5948         * tramp.texi (Configuration): scp is the default method.
5949         (Default Method): Use ssh as example for another method.
5951 2006-10-27  Richard Stallman  <rms@gnu.org>
5953         * woman.texi: Downcase nroff/troff/roff.
5954         (Installation): Chapter deleted.  Some xrefs deleted.
5955         (Background): woman doesn't advise man ;-).
5957 2006-10-26  Roberto Rodríguez  <lanubeblanca@googlemail.com>  (tiny change)
5959         * ada-mode.texi (Project files, Identifier completion)
5960         (Automatic Casing, Debugging, Using non-standard file names)
5961         (Working Remotely): Fix typos.
5963 2006-10-20  Masatake YAMATO  <jet@gyve.org>
5965         * cc-mode.texi (Sample .emacs File): Add missing `)' in
5966         sample code `my-c-initialization-hook'.
5968 2006-10-19  Stuart D. Herring  <herring@lanl.gov>
5970         * widget.texi: Fix typos.
5972 2006-10-19  Michael Albinus  <michael.albinus@gmx.de>
5974         * tramp.texi (Frequently Asked Questions): Remove questions marked with
5975         "???".  There have been no complaints for years, so the information
5976         must be appropriate.
5978 2006-10-16  Richard Stallman  <rms@gnu.org>
5980         * widget.texi: Use @var instead of capitalization.
5981         Clarify many widget type descriptions.
5983 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5985         * gnus.texi (Other modes): Fix typo.  Add alternative index entry for
5986         gnus-dired-attach.
5987         (Selecting a Group): Fix typo.
5989 2006-10-12  Roberto Rodríguez  <lanubeblanca@googlemail.com>  (tiny change)
5991         * widget.texi: Fix typos.
5993 2006-10-06  Reiner Steib  <Reiner.Steib@gmx.de>
5995         * gnus.texi (Image Enhancements): Update for Emacs 22.
5997         * gnus-faq.texi ([1.3]): Update.
5999 2006-10-06  Richard Stallman  <rms@gnu.org>
6001         * faq.texi (Displaying the current line or column):
6002         Delete "As of Emacs 20".
6004 2006-10-06  Romain Francoise  <romain@orebokech.com>
6006         * faq.texi (VM): VM works with Emacs 22 too.
6008 2006-10-06  Richard Stallman  <rms@gnu.org>
6010         * ebrowse.texi: Remove Emacs version "21" from title.
6012 2006-10-02  Reiner Steib  <Reiner.Steib@gmx.de>
6014         * gnus.texi (Foreign Groups): Say where change of editing commands are
6015         stored.  Add reference to `gnus-parameters'.
6017 2006-09-15  Jay Belanger  <belanger@truman.edu>
6019         * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
6020         Change "Library Public License" to "Lesser Public License"
6021         throughout.  Use "yyyy" to represent year.
6023 2006-09-15  Carsten Dominik  <dominik@science.uva.nl>
6025         * org.texi (Setting tags): Typo fix.
6027 2006-09-14  Reiner Steib  <Reiner.Steib@gmx.de>
6029         * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
6031 2006-09-12  Reiner Steib  <Reiner.Steib@gmx.de>
6033         * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
6035 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
6037         * faq.texi (Escape sequences in shell output): EMACS is now set
6038         to Emacs's absolute file name, not to "t".
6039         (^M in the shell buffer): Likewise.
6040         * misc.texi (Interactive Shell): Likewise.
6042 2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
6044         * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
6045         mails with pop3-leave-mail-on-server.  Fix wording.
6046         (Limiting): Improve gnus-summary-limit-to-articles.
6047         (X-Face): Fix typo.
6049 2006-09-11  Simon Josefsson  <jas@extundo.com>
6051         * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
6052         suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
6054 2006-09-06  Simon Josefsson  <jas@extundo.com>
6056         * smtpmail.texi (Authentication): Mention SSL.
6058 2006-09-01  Eli Zaretskii  <eliz@gnu.org>
6060         * rcirc.texi (Internet Relay Chat, Useful IRC commands):
6061         Don't use @indicateurl.
6063         * cc-mode.texi (Subword Movement): Don't use @headitem.
6064         (Custom Braces, Clean-ups): Don't use @tie.
6066 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
6068         Sync with Tramp 2.0.54.
6070         * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
6071         Suggested by Adrian Phillips <a.phillips@met.no>.
6073 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
6075         * org.texi (Installation, Activation): Split from Installation and
6076         Activation.
6077         (Clocking work time): Documented new features.
6079 2006-08-13  Alex Schroeder  <alex@gnu.org>
6081         * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
6082         example.
6084 2006-08-12  Eli Zaretskii  <eliz@gnu.org>
6086         * faq.texi (How to add fonts): New node.
6088 2006-08-05  Romain Francoise  <romain@orebokech.com>
6090         * faq.texi (New in Emacs 22): Expand.
6092 2006-08-03  Michael Olson  <mwolson@gnu.org>
6094         * erc.texi: Update for ERC 5.1.4.
6096 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6098         * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
6099         in .../site-lisp/gnus/ by default.
6100         [ From gnus-news.texi in the trunk. ]
6102 2006-07-27  Reiner Steib  <Reiner.Steib@gmx.de>
6104         * gnus.texi (MIME Commands): Additions for yEnc.
6106 2006-07-24  Richard Stallman  <rms@gnu.org>
6108         * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
6109         * faq.texi: Move periods and commas inside quotes.
6111 2006-07-20  Jay Belanger  <belanger@truman.edu>
6113         * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
6115 2006-07-18  Chong Yidong  <cyd@stupidchicken.com>
6117         * faq.texi (Security risks with Emacs): Document Emacs 22
6118         file-local-variable mechanism.
6120 2006-07-12  Michael Olson  <mwolson@gnu.org>
6122         * erc.texi: Update for ERC 5.1.3.
6124 2006-07-12  Alex Schroeder  <alex@gnu.org>
6126         * rcirc.texi: Fix typos.
6127         (Getting started with rcirc): New calling convention for M-x irc.
6128         Mention #rcirc.  Removed channel tracking.
6129         (Configuration): Change the names of all variables that got changed
6130         recently, eg. rcirc-server to rcirc-default-server.  Added
6131         documentation for rcirc-authinfo, some background for Bitlbee, and
6132         rcirc-track-minor-mode.
6133         (Scrolling conservatively): Fix the xref from Auto Scrolling to just
6134         Scrolling.
6135         (Reconnecting after you have lost the connection): Fix example code
6136         to match code changes.
6138 2006-07-10  Nick Roberts  <nickrob@snap.net.nz>
6140         * gnus.texi, message.texi: Fix typos.
6142 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
6144         * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
6145         commands.
6146         (Global TODO list): Document the use of the variables
6147         `org-agenda-todo-ignore-scheduled' and
6148         `org-agenda-todo-list-sublevels'.
6150 2006-07-05  Richard Stallman  <rms@gnu.org>
6152         * faq.texi (Scrolling only one line): Fix xref.
6154 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
6156         * faq.texi (Evaluating Emacs Lisp code):
6157         Throughout, replace eval-current-buffer with eval-buffer.
6159 2006-07-03  Richard Stallman  <rms@gnu.org>
6161         * rcirc.texi (Scrolling conservatively): Fix xref.
6163         * pcl-cvs.texi (Viewing differences): Usage fix.
6165 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
6167         * org.texi (Agenda commands): Document `s' key to save all org-mode
6168         buffers.
6170 2006-06-30  Ralf Angeli  <angeli@caeruleus.net>
6172         * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
6173         names.  Mention `cvs-msg' face.
6175 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
6177         * org.texi (Checkboxes): New section.
6179 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
6181         * org.texi (Embedded LaTeX): Fix typos and implement small improvements
6182         throughout this chapter.
6184 2006-06-27  Chong Yidong  <cyd@stupidchicken.com>
6186         * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
6187         text for standalone vs Emacs info.
6188         (Help): Clarify header line description.  Use mouse-1 for clicks.
6189         (Help-P): Use mouse-1 for clicks.
6190         (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
6191         (Help-^L, Help-M, Help-Int, Search Index, Go to node)
6192         (Choose menu subtopic): Remove gratuitous Emacs command names.
6193         (Help-FOO): Put usual behavior first.
6194         (Help-Xref): Clicking on xrefs works in Emacs.
6195         (Search Text): Clarify what the default behavior is.
6196         (Create Info buffer): Fix Emacs window/X window confusion.
6197         (Emacs Info Variables): Fix for new Emacs init file behavior.
6199 2006-06-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6201         * gnus.texi (Summary Buffer Lines): Fix typo.
6203 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
6205         * org.texi (Embedded LaTeX): New chapter.
6206         (Archiving): Section rewritten.
6207         (Enhancing text): Some parts moved to the new chapter about LaTeX.
6209 2006-06-20  Bill Wohler  <wohler@newt.com>
6211         Release MH-E manual version 8.0.1.
6213         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6214         release 8.0.1.
6215         (Preface): Depend on GNU mailutils 1.0 and higher.
6217 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6219         * message.texi (News Headers): Update message-syntax-checks section.
6221 2006-06-19  Karl Berry  <karl@gnu.org>
6223         * info.texi (Advanced): Mention C-q, especially with ?.
6225 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
6227         * org.texi (Publishing links): Document the `:link-validation-function'
6228         property.
6229         (Extensions and Hacking): New chapter, includes some sections of the
6230         "Miscellaneous" chapter.
6232 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
6234         * org.texi (Progress logging): New section.
6236 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
6238         * org.texi (ASCII export): Document indentation adaptation.
6239         (Setting tags): Document mutually-exclusive tags.
6241 2006-06-05  Romain Francoise  <romain@orebokech.com>
6243         * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
6244         Fix typo.
6246         * gnus-faq.texi (Question 8.6): Update reference to the Gnus
6247         channel (#gnus@irc.freenode.net).
6248         Fix typos.  Update copyright notice.
6250         * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
6251         (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
6252         (Line-Up Functions, Custom Macros):
6253         * ediff.texi (Window and Frame Configuration)
6254         (Highlighting Difference Regions):
6255         * emacs-mime.texi (Display Customization):
6256         * erc.texi (History):
6257         * eshell.texi (Known problems):
6258         * eudc.texi (Overview, BBDB):
6259         * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
6260         (The problem of spam, SpamOracle, Extending the Spam package)
6261         (Conformity, Terminology):
6262         * idlwave.texi (Routine Info)
6263         (Class and Keyword Inheritance, Padding Operators)
6264         (Breakpoints and Stepping, Electric Debug Mode)
6265         (Examining Variables, Troubleshooting):
6266         * org.texi (Creating timestamps):
6267         * reftex.texi (Commands, Options, Changes):
6268         * tramp.texi (Inline methods, Password caching)
6269         (Auto-save and Backup, Issues):
6270         * vip.texi (Files, Commands in Insert Mode):
6271         * viper.texi (Emacs Preliminaries, States in Viper)
6272         (Packages that Change Keymaps, Viper Specials, Groundwork):
6273         Fix various typos.
6275 2006-05-31  Michael Ernst  <mernst@alum.mit.edu>
6277         * ediff.texi: Fix typos.
6279 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
6281         * org.texi: Small typo fixes.
6283 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6285         * viper.texi (Viper Specials):
6286         * gnus.texi (Example Setup):
6287         * faq.texi (Backspace invokes help):
6288         * dired-x.texi (Optional Installation Dired Jump):
6289         * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
6290         follow coding conventions.
6292 2006-05-29  Michael Albinus  <michael.albinus@gmx.de>
6294         * tramp.texi (Frequently Asked Questions): Disable zsh zle.
6296 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
6298         * pcl-cvs.texi: Fix typos.
6299         (Customization): Say "us".
6301 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
6303         * org.texi: Remove bogus @setfilename.
6305 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
6307         * org.texi (ASCII export): Omit command name.
6308         (HTML export): Add prefix to all lines in Local Variable example.
6309         (Acknowledgments): Typeset names in italics.
6311 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
6313         * org.texi (Plain lists): Add new item navigation commands.
6314         (External links): Document elisp and info links.
6315         (Custom searches): New section.
6316         (Publishing): New chapter.
6317         (HTML export): Include a list of supported CSS classes.
6318         (Setting tags): Describe the fast-tag-setting interface.
6320 2006-05-20  Luc Teirlinck  <teirllm@auburn.edu>
6322         * dired-x.texi: ifinfo -> ifnottex.
6324 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
6326         * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
6328 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
6330         * message.texi (Interface): Add tool bar customization.
6331         (MIME): Index and text additions for mml-attach.
6332         (MIME): Describe mml-dnd-protocol-alist and
6333         mml-dnd-attach-options.
6335         * gnus.texi (Oort Gnus): Reorder entries in sections.
6336         Fix some entries.
6337         (Starting Up): Add references to "Emacs for Heathens" and to
6338         "Finding the News".  Add user-full-name and user-mail-address.
6339         (Group Buffer Format): Add tool bar customization and update.
6340         (Summary Buffer): Add tool bar customization.
6341         (Posting Styles): Add message-alternative-emails.
6343 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
6345         * tramp.texi (Filename completion): Improve wording.
6347 2006-05-07  Romain Francoise  <romain@orebokech.com>
6349         * faq.texi (Using regular expressions): Fix typo.
6350         (Packages that do not come with Emacs): Fix capitalization.
6351         (Replacing text across multiple files): Expand node to explain how
6352         to use `dired-do-query-replace-regexp' in more detail, based on
6353         suggestion by Eric Hanchrow <offby1@blarg.net>.
6355 2006-05-06  Michael Albinus  <michael.albinus@gmx.de>
6357         * tramp.texi (Filename completion): Completion of remote files'
6358         method, user name and host name is active only in partial
6359         completion mode.
6361 2006-05-06  Bill Wohler  <wohler@newt.com>
6363         Release MH-E manual version 8.0.
6365         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6366         release 8.0.
6368 2006-05-06  Bill Wohler  <wohler@newt.com>
6370         * mh-e.texi (MH-BOOK-HOME): Change from
6371         http://www.ics.uci.edu/~mh/book/mh to
6372         http://rand-mh.sourceforge.net/book/mh.
6373         Replace .htm suffix with .html for MH book files.
6374         (Using This Manual): Update key binding for getting relevant
6375         chapter in Info from command key.
6376         (Ranges): Fix itemx.
6378 2006-05-05  Karl Berry  <karl@gnu.org>
6380         * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
6381         (\fonttextsize): New user-level command to change text font size.
6383 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
6385         * pgg.texi (Caching passphrase): Fix markup and typos.  Simplify.
6387 2006-04-26  Sascha Wilde  <wilde@sha-bang.de>  (tiny change)
6389         * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
6391 2006-04-24  Bill Wohler  <wohler@newt.com>
6393         * mh-e.texi (Getting Started): Make it more explicit that you need
6394         to install MH.  Add pointers to current MH implementations.
6396 2006-04-21  Bill Wohler  <wohler@newt.com>
6398         Release MH-E manual version 7.94.
6400         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6401         release 7.94.
6403 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
6405         * org.texi: Many small fixes.
6406         (Handling links): Rename from "Managing links".
6408 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
6410         * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
6411         (Splitting mail using spam-stat): Fix @xref.
6413 2006-04-20  Chong Yidong  <cyd@stupidchicken.com>
6415         * gnus.texi (Spam Package): Major revision of the text.
6416         Previously this node was "Filtering Spam Using The Spam ELisp Package".
6418 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
6420         * org.texi (Time stamps): Better explanation of the purpose of
6421         different time stamps.
6422         (Structure editing, Plain lists): More details on how new items
6423         and headings are inserted.
6425 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
6427         * org.texi (Formula syntax): Fix link to Calc Manual.
6429 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
6431         * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
6433 2006-04-17  Bill Wohler  <wohler@newt.com>
6435         * mh-e.texi (Folders): Update mh-before-quit-hook and
6436         mh-quit-hook example with code that removes the buffers rather
6437         than just bury them.
6439 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
6441         Sync with Tramp 2.0.53.
6443 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
6445         * org.texi (Updating settings): New section.
6446         (Visibility cycling): Better names for the startup folding
6447         options.
6448         (Exporting): Completely restructured.
6449         (The very busy C-c C-c key): New section.
6450         (Summary of in-buffer settings): New section.
6452 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6454         * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
6456 2006-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6458         * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
6459         (Server Commands): Key `v' is reserved for users.
6461 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
6463         * org.texi (Link format): New section, emphasis on bracket links.
6464         (External links): Document bracket links.
6465         (FAQ): Expand to cover shell links and the new link format.
6467 2006-04-09  Kevin Ryde  <user42@zip.com.au>
6469         * org.texi (Formula syntax): Typo in node name of calc-eval xref.
6471 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
6473         * gnus.texi (Summary Buffer Lines): Add `*'.
6475 2006-04-07  Jochen Küpper  <jochen@fhi-berlin.mpg.de>
6477         * gnus.texi (Group Parameters):
6478         Mention gnus-permanently-visible-groups.
6480 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6482         * gnus.texi (Face): Fix typo.
6484 2006-04-05  Reiner Steib  <Reiner.Steib@gmx.de>
6486         * gnus.texi (X-Face): Clarify.
6487         (Face): Need Emacs with PNG support.
6489 2006-04-06  Richard Stallman  <rms@gnu.org>
6491         * idlwave.texi: Delete the blocks "not suitable for inclusion with
6492         Emacs".
6494 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
6496         * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
6497         blocks not suitable for inclusion with Emacs using variable
6498         PARTOFEMACS.
6500 2006-04-04  Simon Josefsson  <jas@extundo.com>
6502         * gnus.texi (Security): Improve.
6504 2006-04-02  Bill Wohler  <wohler@newt.com>
6506         * mh-e.texi (Getting Started, Junk, Bug Reports)
6507         (MH FAQ and Support): Fix URLs.
6509 2006-03-31  Romain Francoise  <romain@orebokech.com>
6511         * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
6512         to t, not nil (and has for the past eight years).
6514 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6516         * message.texi, gnus.texi: Bump version to 5.11.
6518 2006-03-29  Reiner Steib  <Reiner.Steib@gmx.de>
6520         * gnus.texi (Top): Add comment about version line.
6522         * message.texi (Top): Ditto.  Change to take named versions into
6523         account.
6525 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
6527         * gnus.texi (Posting Styles): Add x-face-file to example.
6528         (X-Face): Refer to posting styles.
6530         * gnus-faq.texi ([5.8]): Add x-face-file.
6531         ([8.4]): Add links to gmane.emacs.gnus.user and
6532         gmane.emacs.gnus.general.
6534 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
6536         * gnus-faq.texi: Use .invalid.
6537         ([5.4]): Fix gnus-posting-styles example.
6539 2006-03-27  Romain Francoise  <romain@orebokech.com>
6541         * faq.texi (Emacs/W3): Rename from `w3-mode'.  Mention that
6542         Emacs/W3 needs a new maintainer.
6543         (Ispell): Update author and version info.
6544         (Mailcrypt): Mention PGG.
6545         (New in Emacs 22): Add PGG to the list of new packages.
6546         Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
6547         updating dead URLs.
6549 2006-03-25  Karl Berry  <karl@gnu.org>
6551         * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
6552         * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
6553         * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
6554         * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
6555         * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
6556         * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
6557         * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
6558         (2) do not indent copyright year list (or anything else).
6560 2006-03-21  Bill Wohler  <wohler@newt.com>
6562         * mh-e.texi (Folders): Various edits.
6564 2006-03-20  Romain Francoise  <romain@orebokech.com>
6566         * gnus.texi (Mail Folders): Grammar fix.
6568 2006-03-19  Bill Wohler  <wohler@newt.com>
6570         * mh-e.texi (Replying): Document Mail-Followup-To.
6571         Change manually-formatted table to multitable.  Add debugging info.
6572         Move description of mh-reply-default-reply-to into paragraph
6573         that describes its values.
6575 2006-03-17  Bill Wohler  <wohler@newt.com>
6577         * mh-e.texi: Use smallexample and smalllisp consistently.
6578         (Sending Mail Tour): Update method of entering
6579         addresses and subject.
6580         (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
6581         (Adding Attachments, Searching): Update screenshots for Emacs 22.
6583 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
6585         * org.texi: Version number change only.
6587 2006-03-14  Bill Wohler  <wohler@newt.com>
6589         * mh-e.texi: Add index entries around each paragraph rather than
6590         depend on entries from beginning of node.  Doing so ensures that
6591         index entries are less likely to be forgotten if text is cut and
6592         pasted, and are necessary anyway if the references are on a
6593         separate page.  It seems that makeinfo is now (v. 4.8) only
6594         producing one index entry per node, so there is no longer any
6595         excuse not to.  Use subheading instead of heading.  The incorrect
6596         use of heading produced very large fonts in Info--as large as the
6597         main heading.
6598         (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
6599         versions 6 and 7 appeared *around* the time of these Emacs releases.
6601 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
6603         * org.texi (Clean view): Document new startup options.
6605 2006-03-11  Bill Wohler  <wohler@newt.com>
6607         * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
6608         (Composing, Scan Line Formats): Fix @refs.
6609         (Getting Started): Define MH profile and MH profile components.
6610         (Incorporating Mail, Reading Mail, Viewing, Printing)
6611         (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
6612         (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
6613         for string constants.
6614         (Tool Bar): Remove spurious quote.
6615         (Junk): Use ``...'' instead of "...".
6616         (Scan Line Formats): Replace @samp with @kbd.
6618 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6620         * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
6622 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
6624         * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
6625         easy to understand.
6627 2006-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6629         * gnus.texi: Markup fix.
6630         (Fancy Mail Splitting): Specify new feature.
6632 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6634         * gnus.texi (Fancy Mail Splitting): Improve descriptions about
6635         partial-words matching.
6637 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
6639         * emacs-mime.texi (Display Customization): Reword image/.* stuff.
6641         * gnus.texi (Oort Gnus): Add note about `gnus-load'.
6642         (MIME Commands): Fix mm-discouraged-alternatives.
6644 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
6646         * org.texi: Version number change only.
6648 2006-03-06  Bill Wohler  <wohler@newt.com>
6650         * mh-e.texi: Move from SourceForge repository to Savannah.
6651         This is version 7.93, which is a total rewrite from the previous
6652         edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
6653         version 7.93.
6655 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
6657         * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
6659 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
6661         * org.texi (Interaction): Add item about `org-mouse.el' by
6662         Piotr Zielinski.
6663         (Managing links): Document that also mouse-1 can be used to
6664         activate a link.
6665         (Headlines, FAQ): Add entry about hiding leading stars.
6666         (Miscellaneous): Resort the sections in this chapter to a more
6667         logical sequence.
6669 2006-02-27  Simon Josefsson  <jas@extundo.com>
6671         * emacs-mime.texi (Flowed text): Add mm-fill-flowed.  (Sync
6672         2004-01-27 from the trunk).
6674 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
6676         * cc-mode.texi: Rename c-hungry-backspace to
6677         c-hungry-delete-backwards, at the request of RMS.  Leave the old
6678         name as an alias.
6680 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
6682         * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
6683         include the function header within the defun.
6685 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
6687         * cc-mode.texi: Correct two typos.
6689 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
6691         * cc-mode.texi (Comment Commands): State that C-u M-; kills any
6692         existing comment.
6693         (Electric Keys): Add a justification for electric indentation.
6694         (Hungry WS Deletion): Clear up the names and complications of the
6695         BACKSPACE and DELETE keys.
6697 2006-02-23  Juri Linkov  <juri@jurta.org>
6699         * faq.texi (Common requests): Move `Turning on auto-fill by
6700         default' after `Wrapping words automatically'.  Move `Working with
6701         unprintable characters' before `Searching for/replacing newlines'.
6702         Move `Replacing highlighted text' after `Highlighting a region'.
6703         Merge `Repeating commands' and `Repeating a command as many times
6704         as possible' into the former.
6705         (Packages that do not come with Emacs): Add refs to Gmane and
6706         etc/MORE.STUFF.
6708 2006-02-23  Juri Linkov  <juri@jurta.org>
6710         * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
6711         (Reporting bugs): Suggest using `M-x report-emacs-bug'.
6712         Add xref to `(emacs)Reporting Bugs'.
6713         (Getting a printed manual): Add URL to other formats of the manual.
6714         (Common requests): Fix menu.
6715         (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
6716         (Horizontal scrolling): Mention `truncate-partial-width-windows'.
6717         (Inserting text at the beginning of each line): Add pxref to
6718         `Changing the included text prefix'.
6719         (Forcing the cursor to remain in the same column): Mention `track-eol'
6720         and `set-goal-column'.  Add pxref to `(emacs)Moving Point'.
6721         (Replacing text across multiple files): Add keybinding `Q' for
6722         `dired-do-query-replace'.
6724 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
6726         * reftex.texi: Version number and date change only.
6728         * org.texi (Internal Links): Rewrite to cover the modified
6729         linking system.
6731 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
6733         * faq.texi: Remove the coding cookie, it's not needed anymore.
6735 2006-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6737         * faq.texi (Colors on a TTY): Mention Mac OS port.
6739 2006-02-12  Karl Berry  <karl@gnu.org>
6741         * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
6742         8-bit accented a.
6744 2006-02-09  Reiner Steib  <Reiner.Steib@gmx.de>
6746         * gnus.texi (Gnus Versions): Add history beyond start of Oort.
6748 2006-02-08  Romain Francoise  <romain@orebokech.com>
6750         * faq.texi (Top): Remove paragraph about the FAQ being a
6751         transitional document, etc.
6752         (Searching for/replacing newlines): New node.
6753         (Yanking text in isearch): New node.
6754         (Inserting text at the beginning of each line): Rename and make
6755         more general, mention `M-;' in Message mode.
6757 2006-02-07  Luc Teirlinck  <teirllm@auburn.edu>
6759         * faq.texi (Meta key does not work in xterm)
6760         (Emacs does not display 8-bit characters)
6761         (Inputting eight-bit characters): Update xrefs.
6763 2006-02-06  Romain Francoise  <romain@orebokech.com>
6765         * faq.texi (VM): VM now at version 7.19.
6766         Set myself as maintainer of this file.
6768 2006-02-04  Michael Olson  <mwolson@gnu.org>
6770         * erc.texi (History): Note that ERC is now included with Emacs.
6772 2006-01-31  Romain Francoise  <romain@orebokech.com>
6774         * message.texi (Message Headers): Explain what
6775         `message-alternative-emails' does in more detail.
6776         Update copyright year.
6778 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
6780         * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
6782 2006-01-29  Richard M. Stallman  <rms@gnu.org>
6784         * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
6786 2006-01-29  Michael Olson  <mwolson@gnu.org>
6788         * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
6790         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
6792         * faq.texi (New in Emacs 22): Mention ERC.
6794 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
6796         * rcirc.texi: Capitalize dir entry for consistency with the entry
6797         in info/dir and other entries in the Emacs category.
6798         Fix typos.  Delete trailing whitespace.
6800 2006-01-28  Björn Lindström  <bkhl@elektrubadur.se>
6802         * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
6804 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
6806         * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
6807         (INFO_TARGETS, DVI_TARGETS): Add rcirc.
6809         * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
6810         (INFO_TARGETS, DVI_TARGETS): Add rcirc.
6812 2006-01-27  Alex Schroeder  <alex@gnu.org>
6814         * rcirc.texi: New file.
6816 2006-01-23  Juri Linkov  <juri@jurta.org>
6818         * widget.texi (User Interface): Add S-TAB for widget-backward.
6820 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
6822         Sync with Tramp 2.0.52.
6824         * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
6825         Add Tramp disabling item.  New item for common connection problems.
6826         (various): Apply "ftp" as method for the download URL.
6827         (Bug Reports): Refer to FAQ for common problems.
6829 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
6831         * widget.texi (User Interface): Use @key for TAB.
6833         * ses.texi (Formulas, Printer functions): Use @key for TAB.
6835         * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
6836         for TAB.
6838         * cc-mode.texi (Indentation Calculation): Use @key for TAB.
6840 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6842         * gnus.texi: Update copyright.
6844 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6846         * gnus.texi (Article Washing): Additions.
6848 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
6850         * org.texi (Agenda commands): Document tags command.
6852 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6854         * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
6856 2006-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6858         * gnus.texi (RSS): Addition.
6860 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6862         * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
6864 2005-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6866         * emacs-mime.texi (Display Customization): Add setting example to
6867         mm-discouraged-alternatives.
6869 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6871         * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
6872         version is the canonical version.
6874 2006-01-08  Alex Schroeder  <alex@gnu.org>
6876         * pgg.texi (Caching passphrase): Rewording.
6878 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
6880         * flymake.texi (Obtaining Flymake): Update Flymake's CVS
6881         repository URL.
6883 2006-01-06  Carsten Dominik  <dominik@science.uva.nl>
6885         * org.texi: Removed the accidentally re-added empty line in the
6886         direntry.
6888 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
6890         * org.texi (Agenda Views): Chapter reorganized.
6892 2005-12-29  Romain Francoise  <romain@orebokech.com>
6894         * faq.texi (Using Customize): New node.
6896 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
6898         * org.texi: Remove blank line in @direntry.  It is non-standard
6899         and recursively produces blank lines all over the dir file (when
6900         using Texinfo 4.8).
6902 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
6904         * widget.texi (atoms): Delete obsolete remark about `file' widget.
6906 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
6908         * org.texi (Tags): Boolean logic documented.
6909         (Agenda Views): Document custom commands.
6911 2005-12-20  David Kastrup  <dak@gnu.org>
6913         * faq.texi (AUCTeX): Update version and mailing list info.
6915 2005-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6917         * gnus.texi (MIME Commands): Mention addition of
6918         multipart/alternative to gnus-buttonized-mime-types and add xref
6919         to mm-discouraged-alternatives.
6921         * emacs-mime.texi (Display Customization): Mention addition of
6922         "image/.*" and add xref to gnus-buttonized-mime-types in the
6923         mm-discouraged-alternatives section.
6925 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
6927         * org.texi (Tags): New section.
6928         (Agenda Views): Chapter reorganized.
6930 2005-12-16  Eli Zaretskii  <eliz@gnu.org>
6932         * org.texi (Internal Links): Add a missing comma after an @xref.
6934 2005-12-14  Chong Yidong  <cyd@stupidchicken.com>
6936         * faq.texi (Filling paragraphs with a single space): No need to
6937         change sentence-end now.
6939 2005-12-13  Romain Francoise  <romain@orebokech.com>
6941         * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
6943 2005-12-12  Jay Belanger  <belanger@truman.edu>
6945         * faq.texi (Calc): Update version number.
6947 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
6949         * org.texi (Progress Logging): New section.
6951 2005-12-10  Romain Francoise  <romain@orebokech.com>
6953         Update the Emacs FAQ for the 22.1 release.
6955         * faq.texi: Set VER to `22.1'.
6956         (Basic editing): Explain how to use localized versions of the
6957         Tutorial.  Mention that `C-h r' displays the manual.
6958         Delete obsolete WWW link to an Emacs 18 tutorial.
6959         (Getting a printed manual): Point to the new locations of the
6960         manuals on the GNU Web site.
6961         (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
6962         available via Info (it was previously distributed separately).
6963         (Installing Texinfo documentation): The latest version of Texinfo
6964         is 4.8, not 4.0.
6965         (Informational files for Emacs): COPYING is the GNU General Public
6966         License, not the Emacs General Public License.
6967         (Informational files for Emacs): Delete obsolete link to the
6968         GNUinfo pages as they have been removed from the GNU Web site.
6969         (New in Emacs 22): New node.
6970         (Setting up a customization file): Say that most packages support
6971         Customize nowadays.
6972         (Colors on a TTY): Delete reference to instructions on how to
6973         enable syntax highlighting, it is now enabled by default.
6974         (Turning on abbrevs by default): Emacs now reads the abbrevs file
6975         at startup automatically.
6976         (Controlling case sensitivity): Mention `M-c' in isearch.
6977         (Using an already running Emacs process): Emacs now creates the
6978         socket in `/tmp/emacsUID'.  Fix typos.  Change default location of
6979         gnuserv.  As emacsclient can now run Lisp code as well, delete a
6980         sentence praising gnuserv for that.  Simplify description of how
6981         the client/server operation works.
6982         (Compiler error messages): Delete obsolete text (compile.el has
6983         been rewritten).
6984         (Indenting switch statements): Fix typo.
6985         (Matching parentheses): Simplify setup instructions, mention the
6986         menu bar item in the Options menu.
6987         (Repeating a command as many times as possible): Mention `C-x e'.
6988         (Going to a line by number): Mention new keymap and bindings
6989         `M-g M-g', `M-g M-p' and `M-g M-n'.
6990         (Turning on syntax highlighting): Now on by default.  Simplify.
6991         (Replacing highlighted text): Use `1', not `t'.
6992         (Problems with very large files): The maximum size is now 256MB on
6993         32-bit machines.
6994         (^M in the shell buffer): Mention `comint-process-echoes'.
6995         (Emacs for Apple computers): Emacs 22 has native support for Mac
6996         OS X.
6997         (Translating names to IP addresses): Delete node.
6998         (Binding keys to commands): Fix typo.
6999         (SPC no longer completes file names): New node.
7000         (MIME with Emacs mail packages): Delete section about the Emacs
7001         MIME FAQ (it's not reachable anymore).
7003 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
7005         * cc-mode.texi: The manual has been extensively revised: the
7006         information about using CC Mode has been separated from the larger
7007         and more difficult chapters about configuration.  It has been
7008         updated for CC Mode 5.31.
7010 2005-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7012         * pgg.texi (User Commands): Fix description of pgg-verify-region.
7013         (Selecting an implementation): Fix descriptions.
7015 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7017         * message.texi (Various Message Variables): Addition.
7019 2005-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7021         * message.texi: Fix default values.
7023 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7025         * message.texi (Header Commands): Clarify descriptions of
7026         message-cross-post-followup-to, message-reduce-to-to-cc, and
7027         message-insert-wide-reply.
7028         (Various Commands): Fix kindex for message-kill-to-signature;
7029         clarify description of message-tab.
7031 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7033         * message.texi (Mailing Lists): Fix description about MFT.
7035         * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
7037 2005-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7039         * gnus.texi (Slow Terminal Connection): Replace old description
7040         with new one.
7042 2005-11-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7044         * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
7045         replace X-Draft-Headers with X-Draft-From.
7047 2005-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7049         * gnus.texi (Various Various): Fix the default value of
7050         nnheader-max-head-length.
7051         (Gnus Versions): Fix typo.
7053 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
7055         * org.texi (Structure editing): Document new functionality of
7056         M-RET.
7058 2005-12-06  Luc Teirlinck  <teirllm@auburn.edu>
7060         * org.texi (Internal Links): Fix Texinfo usage.
7062 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
7064         * org.texi (TODO basics): Document the global todo list.
7065         (TODO items): Documents sparse tree for specific TODO
7066         keywords.
7068 2005-11-30  Carsten Dominik  <dominik@science.uva.nl>
7070         * org.texi (Plain Lists): Typos fixed.
7072 2005-11-28  Jay Belanger  <belanger@truman.edu>
7074         * calc.texi: Change references of `M-#' to `C-x *' prefix.
7076 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
7078         * org.texi (Structure editing): New item moving commands added.
7079         (Plain Lists): New section.
7081 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
7083         * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
7084         (Agenda): Document commands `org-cycle-agenda-files' and
7085         `org-agenda-file-to-front'.
7086         (Built-in table editor): Document `org-table-sort-lines'.
7087         (HTML formatting): Export of hand-formatted lists.
7089 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7091         * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
7092         new variable gnus-toolbar-thickness.
7094 2005-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7096         * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
7098 2005-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7100         * gnus.texi (X-Face): Fix description.
7101         (XVarious): Remove gnus-xmas-logo-color-alist and
7102         gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
7104 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7106         * gnus.texi (Group Parameters): Mention new variable
7107         gnus-parameters-case-fold-search.
7108         (Home Score File): Addition.
7110 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
7112         * newsticker.texi: VERSION changed to 1.9.  Updated UPDATED.
7113         (Overview): List supported feed types.
7114         (Installation): No installation necessary when using autoload.
7115         (Configuration): Rename "RSS" to "news".
7117 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
7119         * pgg.texi (User Commands): Document additional passphrase
7120         argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
7121         (Backend methods): Likewise for corresponding pgg-scheme-* functions.
7123 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
7125         * org.texi: Version number changed to 3.19.
7127 2005-10-29  Sascha Wilde  <wilde@sha-bang.de>
7129         * pgg.texi (How to use): Update the example to add autoload of
7130         pgg-encrypt-symmetric-region.
7131         (User Commands): Document pgg-encrypt-symmetric-region.
7132         (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
7134 2005-10-27  Jay Belanger  <belanger@truman.edu>
7136         * calc.texi (Predefined Units): Fix the symbol for a TeX points,
7137         mention other TeX-related units.
7139 2005-10-23  Lars Hansen  <larsh@soem.dk>
7141         * dired-x.texi (Miscellaneous Commands):
7142         Replace dired-do-relative-symlink by dired-do-relsymlink and
7143         dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
7145 2005-10-23  Jay Belanger  <belanger@truman.edu>
7147         * calc.texi (Predefined Units): Use `alpha' for the fine structure
7148         constant.
7150 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
7152         * faq.texi (Bugs and problems):
7153         Replace `dired-move-to-filename-regexp' by
7154         `directory-listing-before-filename-regexp'.
7156 2005-10-22  Eli Zaretskii  <eliz@gnu.org>
7158         * newsticker.texi (UPDATED): Set value.
7160 2005-10-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7162         * gnus.texi (Document Groups): Remove duplicate item.
7164 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
7166         * org.texi (Summary): Mention iCalendar support.
7167         (Exporting): Document iCalendar support.
7169 2005-10-18  Romain Francoise  <romain@orebokech.com>
7171         * viper.texi (Viper Specials): Capitalize GNU.
7173 2005-10-17  Juri Linkov  <juri@jurta.org>
7175         * info.texi (Getting Started, Search Index, Expert Info):
7176         Fix wording.
7177         (Search Text): Replace `echo area' with `mode line'.
7178         (Search Index): Both `i' and `,' find all index entries.
7179         Replace example `C-f' with `C-l' (which exists in index of Info
7180         manual) and delete spaces in its keyboard input sequence.
7181         Delete unnecessary explanations about literal characters.
7183 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7185         * gnus.texi (Document Server Internals): Addition.
7187 2005-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7189         * gnus.texi (A note on namespaces): Fix RFC reference.
7191 2005-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7193         * gnus.texi (RSS): Fix key description.
7195 2005-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7197         * gnus.texi: Emacs/w3 -> Emacs/W3.
7198         (Browsing the Web): Fix description.
7199         (Web Searches): Ditto.
7200         (Customizing W3): Ditto.
7202 2005-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7204         * gnus.texi (Maildir): Clarify expire-age and expire-group.
7206 2005-10-11  Jay Belanger  <belanger@truman.edu>
7208         * calc.texi (Integration): Mention using `a i' to compute definite
7209         integrals.
7211 2005-10-11  Juri Linkov  <juri@jurta.org>
7213         * info.texi: Rearrange nodes.
7214         (Top): Update menu.  Change ref `Info for Experts' to
7215         `Advanced Info Commands'.
7216         (Getting Started): Fix description of manual's parts.
7217         (Help-Int): Change xref `Info Search' to `Search Index', and
7218         `Expert Info' to `Advanced'.
7219         (Advanced): Move node one level up.
7220         (Search Text, Search Index): New nodes split out from `Info Search'.
7221         (Go to node, Choose menu subtopic, Create Info buffer): New nodes
7222         split out from `Advanced'.
7223         (Advanced, Emacs Info Variables): De-document editing an Info file
7224         in Info.
7225         (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
7226         (Creating an Info File): Delete node and move its text to
7227         `Expert Info'.
7229 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
7231         * org.texi (Workflow states): Documented that change in keywords
7232         becomes active only after restart of Emacs.
7234 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
7236         Sync with Tramp 2.0.51.
7238 2005-10-08  Nick Roberts  <nickrob@snap.net.nz>
7240         * speedbar.texi (Introduction): Describe new location of speedbar
7241         on menubar.
7242         (Basic Key Bindings): Remove descriptions of bindings that have
7243         been removed.
7245 2005-10-05  Nick Roberts  <nickrob@snap.net.nz>
7247         * speedbar.texi (GDB): Describe use of watch expressions.
7249 2005-09-28  Simon Josefsson  <jas@extundo.com>
7251         * message.texi (IDNA): Fix.
7253 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7255         * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
7256         nntp-server-hook, and nntp-warn-about-losing-connection; fix
7257         description of nntp-open-connection-function.
7258         (Common Variables): Fix descriptions.
7260 2005-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7262         * gnus.texi (Server Buffer Format): Document the %a format spec.
7264 2005-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7266         * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
7268 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
7270         * org.texi Version 3.16.
7272 2005-09-19  Miles Bader  <miles@gnu.org>
7274         * newsticker.texi: Get rid of CVS keywords.
7276 2005-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7278         * gnus.texi (Finding the Parent): Fix description of how Gnus
7279         finds article.
7281 2005-09-14  Jari Aalto  <jari.aalto@cante.net>
7283         * gnus.texi (Advanced Scoring Examples): New examples to teach how
7284         to drop off non-answered articles.
7286 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
7288         * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
7289         braces (which are unsupported by NMAKE) for macro `srcdir'.
7291 2005-09-17  Eli Zaretskii  <eliz@gnu.org>
7293         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7294         (../info/newsticker, newsticker.dvi): New targets.
7296 2005-09-17  Ulf Jasper  <ulf.jasper@web.de>
7298         * newsticker.texi: Replace @command with @code.  Replace @example
7299         with @lisp.
7300         (Top): Add explanations to menu items.
7301         (GNU Free Documentation License): Remove.
7303 2005-09-16  Romain Francoise  <romain@orebokech.com>
7305         Update all files to specify GFDL version 1.2.
7307         * doclicense.texi (GNU Free Documentation License): Update to
7308         version 1.2.
7310 2005-09-15  Richard M. Stallman  <rms@gnu.org>
7312         * newsticker.texi: Fix @setfilename.
7314         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
7315         (../info/newsticker, newsticker.dvi): New targets.
7317 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
7319         * org.texi: Version 3.15.
7321 2005-08-29  Luc Teirlinck  <teirllm@auburn.edu>
7323         * ses.texi: Combine all three indices into one.
7324         Correct a few typos.
7326 2005-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7328         * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
7330 2005-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7332         * emacs-mime.texi (Handles): Remove duplicate item.
7333         (Encoding Customization): Fix the default value for
7334         mm-coding-system-priorities.
7335         (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
7336         (Basic Functions): Fix reference.
7338 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7340         * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
7342 2005-08-18  Richard M. Stallman  <rms@gnu.org>
7344         * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
7345         and web site.
7347         * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
7348         not keyboard-translate.
7350 2005-08-11  Richard M. Stallman  <rms@gnu.org>
7352         * faq.texi (Using regular expressions): Fix xref.
7354 2005-08-09  Juri Linkov  <juri@jurta.org>
7356         * info.texi (Help-P): Replace `Prev' with `Previous'.
7357         (Help-M, Help-Xref): Add S-TAB.
7358         (Help-FOO): Update `u' command.
7359         (Help-Xref): Move info about Mouse-2 from `Help-Int'.
7360         Update info about visibility of xref parts.
7361         (Help-Int): Fix `m' command.  Rename `Info-last' to
7362         `Info-history-back'.  Add `Info-history-forward'.
7363         (Advanced): Fix `g*' and `M-n' commands.
7364         (Info Search): Add `index-apropos' in stand-alone browser.
7365         Add isearch commands.
7366         (Emacs Info Variables): Remove `Info-fontify'.
7367         Add `Info-mode-hook'.  Update face names.
7368         Add `Info-fontify-maximum-menu-size',
7369         `Info-fontify-visited-nodes', `Info-isearch-search'.
7371 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
7373         Sync with Tramp 2.0.50.
7375         * tramp.texi: Use @option{} consequently for method names.
7376         (Inline methods, External transfer methods): Remove references to
7377         Cygwin.
7378         (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
7379         implementation.
7381 2005-07-27  Reiner Steib  <Reiner.Steib@gmx.de>
7383         * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
7384         Mention that gnus-init-file is not read when Emacs is invoked with
7385         --no-init-file or -q.
7387 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
7389         * org.texi: Version 3.14.
7391 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
7393         * org.texi: Version 3.13.
7395 2005-07-18  Juri Linkov  <juri@jurta.org>
7397         * calc.texi (Time Zones, Logical Operations):
7398         * cl.texi (Overview):
7399         * org.texi (TODO types):
7400         * sc.texi (Emacs 18 MUAs):
7401         * speedbar.texi (Top):
7402         * url.texi (History):
7403         Delete duplicate duplicate words.
7405 2005-07-16  Johan Bockgård  <bojohan@users.sourceforge.net>  (tiny change)
7407         * cl.texi (Type Predicates): Document `atom' type.
7409 2005-07-04  Lute Kamstra  <lute@gnu.org>
7411         Update FSF's address in GPL notices.
7413         * calc.texi (Copying):
7414         * doclicense.texi (GNU Free Documentation License):
7415         * faq.texi (Contacting the FSF):
7416         * mh-e.texi (Copying): Update FSF's address.
7418 2005-07-03  Richard M. Stallman  <rms@gnu.org>
7420         * flymake.texi (Example -- Configuring a tool called directly):
7421         Update name of flymake-build-relative-filename.
7423 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7425         * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
7427 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
7429         * org.texi: Version 3.12.
7431 2005-06-24  Eli Zaretskii  <eliz@gnu.org>
7433         * makefile.w32-in (MAKEINFO): Use --force.
7434         (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
7435         Makefile.in.
7436         (gnus.dvi): Use "..." to quote Sed args, so that it works with
7437         more shells.
7439 2005-06-23  Richard M. Stallman  <rms@gnu.org>
7441         * speedbar.texi (Creating a display): Texinfo usage fixes.
7443         * tramp.texi (Customizing Completion, Auto-save and Backup):
7444         Texinfo usage fixes.
7446 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
7448         * dired-x.texi (Miscellaneous Commands):
7449         * ediff.texi (Miscellaneous):
7450         * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
7451         (Agent Variables):
7452         * info.texi (Help-Xref):
7453         * message.texi (Message Headers):
7454         * org.texi (Remember):
7455         * reftex.texi (Options (Defining Label Environments)):
7456         (Options (Index Support)):
7457         (Options (Viewing Cross-References)):
7458         (Options (Misc)):
7459         (Changes):
7460         * speedbar.texi (Creating a display):
7461         * tramp.texi (Customizing Completion, Auto-save and Backup):
7462         Texinfo usage fix.
7464 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
7466         * org.texi: Version 3.11.
7468 2005-06-12  Jay Belanger  <belanger@truman.edu>
7470         * calc.texi (Getting Started): Remove extra menu item.
7472 2005-05-31  Jay Belanger  <belanger@truman.edu>
7474         * calc.texi (Notations Used in This Manual): Use @kbd for key
7475         sequence.
7476         (Demonstration of Calc): Mention another way of starting Calc.
7477         (Starting Calc): Mention long name of M-#.
7478         (Embedded Mode Overview): Remove unnecessary instruction.
7479         (Other M-# commands): Rephrase `M-# 0' explanation.
7480         (Basic Embedded Mode): Rewrite discussion of prefix arguments to
7481         reflect current behavior.
7483 2005-05-30  Jay Belanger  <belanger@truman.edu>
7485         * calc.texi (Hooks): Change description of calc-window-hook and
7486         calc-trail-window-hook to match usage.
7487         (Computational Functions): Add more constant-generating functions.
7488         (Customizable Variables): Use defvar.
7490 2005-05-28  Jay Belanger  <belanger@truman.edu>
7492         * calc.texi (Assignments in Embedded Mode): Fix variable name.
7493         (Basic Embedded Mode): Explain behavior of arguments to
7494         calc-embedded-mode.
7496 2005-05-27  Jay Belanger  <belanger@truman.edu>
7498         * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
7499         current behavior.
7501 2005-05-25  Jay Belanger  <belanger@truman.edu>
7503         * calc.texi: Change Calc version number throughout.
7504         (Keypad Mode): Change location in info output.
7505         (Keypad mode overview): Move picture of keypad.
7507 2005-05-21  Jay Belanger  <belanger@truman.edu>
7509         * calc.texi (Storing variables): Mention that only most variables
7510         are void to begin with.
7512 2005-05-21  Kevin Ryde  <user42@zip.com.au>
7514         * widget.texi (Basic Types): Update cross ref from "Enabling
7515         Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
7516         lispref/text.texi change.
7518 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
7520         * org.texi: Version 3.09.
7522 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
7524         * reftex.texi: Version 4.28.
7526 2005-05-16  Jay Belanger  <belanger@truman.edu>
7528         * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
7530 2005-05-14  Jay Belanger  <belanger@truman.edu>
7532         * calc.texi (Default Simplifications): Insert missing ! (logical
7533         not operator).
7535 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
7537         Sync with Tramp 2.0.49.
7539 2005-05-10  Jay Belanger  <belanger@truman.edu>
7541         * calc.texi (Default Simplifications): Mention that 0^0 simplifies
7542         to 1.
7544 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
7546         * org.texi: Version 3.08, structure reorganized.
7548 2005-04-24  Richard M. Stallman  <rms@gnu.org>
7550         * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
7552 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
7554         * org.texi: Update to version 3.06.
7556 2005-04-13  Lute Kamstra  <lute@gnu.org>
7558         * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
7560 2005-04-10  Thien-Thi Nguyen  <ttn@gnu.org>
7562         * cl.texi (Porting Common Lisp): Fix typo.
7564 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7566         * gnus.texi (RSS): Addition.
7568 2005-04-04  Jay Belanger  <belanger@truman.edu>
7570         * calc.texi: Change Calc version number.
7571         (Customizable variables): Fix description of calc-language-alist.
7572         (Copying): Put in version 2 of GPL.
7574 2005-04-01  Jay Belanger  <belanger@truman.edu>
7576         * calc.texi (Troubleshooting Commands): Remove comment about
7577         installation.
7578         (Installation): Remove section.
7579         (Customizable Variables): New section.
7580         (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
7581         (Graphical Devices): Add references to Customizable Variables.
7583 2005-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7585         * emacs-mime.texi (Display Customization): Markup fixes.
7586         (rfc2047): Update.
7588 2005-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
7590         * gnus-faq.texi: Replaced with auto-generated version.
7592 2005-03-26  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
7594         * dired-x.texi (Multiple Dired Directories): default-directory was
7595         renamed to dired-default-directory.
7597 2005-03-26  Jay Belanger  <belanger@truman.edu>
7599         * calc.texi (Simplifying Formulas, Rewrite Rules):
7600         Change description of top and bottom of fraction.
7601         (Modulo Forms): Move description of how to create modulo forms to
7602         earlier in the section.
7603         (Fraction Mode): Suggest using : to get a fraction by dividing.
7604         (Basic Arithmetic): Adjust placement of command name.
7605         (Truncating the Stack): Emphasize that "hidden" entries are still
7606         visible.
7607         (Installation): Move discussion of printing manual to "About This
7608         Manual".
7609         (About This Manual): Mention how to print the manual.
7610         (Reporting Bugs): Remove first person.
7611         (Building Vectors): Add algebraic version of append.
7612         (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
7613         (Grouping Digits): Fix typo.
7615 2005-03-25  Werner Lemberg  <wl@gnu.org>
7617         * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
7618         Replace `legal' with `valid'.
7620 2005-03-25  Werner Lemberg  <wl@gnu.org>
7622         * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
7624 2005-03-24  Jay Belanger  <belanger@truman.edu>
7626         * calc.texi (General Mode Commands)
7627         (Mode Settings in Embedded Mode): Add some explanation of
7628         recording mode settings.
7630 2005-03-24  Richard M. Stallman  <rms@gnu.org>
7632         * calc.texi: Remove praise of non-free software.
7634         * idlwave.texi: Don't say where to get IDL or its non-free manual.
7635         (Installation): Node deleted.
7637 2005-03-23  Richard M. Stallman  <rms@gnu.org>
7639         * url.texi (HTTP language/coding): Improve last change.
7641 2005-03-22  Jay Belanger  <belanger@truman.edu>
7643         * calc.texi (Embedded Mode): Add new information on changing
7644         modes.
7646 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
7648         Sync with Tramp 2.0.48.
7650         * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
7652         * tramp.texi: Replace "Emacs" by "GNU Emacs".  Replace "Linux" by
7653         "GNU/Linux".  Change all addresses to .gnu.org.
7654         (Default Method): Offer shortened syntax for "su" and "sudo"
7655         methods.
7657 2005-03-07  Richard M. Stallman  <rms@gnu.org>
7659         * url.texi: Fix usage of "e.g.".
7660         (HTTP language/coding): Explain the rules for these strings.
7662 2005-03-06  Richard M. Stallman  <rms@gnu.org>
7664         * woman.texi (Introduction): Minor cleanups.
7666         * url.texi (HTTP language/coding): Get rid of "Emacs 21".
7668         * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
7669         (Installation): Node deleted.
7671         * mh-e.texi (Preface): Get rid of "Emacs 21".
7673         * eshell.texi (Installation): Delete node (for Emacs 20).
7675 2005-03-05  Thien-Thi Nguyen  <ttn@gnu.org>
7677         * flymake.texi: Refill and tweak style in @lisp blocks.
7679 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
7681         * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
7683 2005-03-01  Jay Belanger  <belanger@truman.edu>
7685         * calc.texi (Trigonometric and Hyperbolic Functions):
7686         Mention additional functions.
7687         (Algebraic Simplifications): Mention additional simplifications.
7689 2005-02-18  Jonathan Yavner  <jyavner@member.fsf.org>
7691         * ses.texi: Add concept/function/variable indices (this work was
7692         donated by Brad Collins <brad@chenla.org>, copyright-assignment
7693         papers on file at FSF).
7695 2005-02-10  Jay Belanger  <belanger@truman.edu>
7697         * calc.texi: Change @LaTeX to La@TeX throughout.
7698         Redefine @expr as @math for TeX output.
7699         Redefine @texline as a no-op for TeX output.
7700         Define @tfn, replace @t by @tfn throughout.
7702 2005-02-09  Jay Belanger  <belanger@truman.edu>
7704         * calc.texi: Add macro for LaTeX for info output.
7706 2005-02-08  Kim F. Storm  <storm@cua.dk>
7708         * texinfo.tex (LaTex): Add def.
7710 2005-02-06  Jay Belanger  <belanger@truman.edu>
7712         * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
7713         change name to "TeX and LaTeX Language Modes."  Mention LaTeX mode
7714         throughout manual.
7716 2005-01-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7718         * gnus.texi: Some edits based on comments from David Abrahams.
7720 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7722         * gnus.texi (RSS): Fix the keystroke.
7724 2005-01-24  David Kastrup  <dak@gnu.org>
7726         * faq.texi: Update AUCTeX version info.
7728 2005-01-16  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
7730         * gnus-faq.texi ([4.1]): Typo.
7732 2005-01-19  Jay Belanger  <belanger@truman.edu>
7734         * calc.texi (Keep Arguments): Mention that keeping arguments
7735         doesn't work with keyboard macros.
7737 2005-01-16  Richard M. Stallman  <rms@gnu.org>
7739         * autotype.texi (Autoinserting): Fix small error.
7741 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
7743         Sync with Tramp 2.0.47.
7745         * tramp.texi (Compilation): New section, describing compilation of
7746         remote files.
7748 2005-01-11  Kim F. Storm  <storm@cua.dk>
7750         * widget.texi (Basic Types): Add :follow-link keyword.
7752 2005-01-09  Jay Belanger  <belanger@truman.edu>
7754         * calc.texi (Basic Commands): Describe new behavior of calc-reset.
7756 2005-01-08  Jay Belanger  <belanger@truman.edu>
7758         * calc.texi: Change throughout to reflect new default value of
7759         calc-settings-file.
7761 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7763         * message.texi (Reply): `message-reply-to-function' should return
7764         a list.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
7766 2005-01-06  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
7768         * faq.texi (Changing load-path): Fix typo.
7770 2005-01-05  Jay Belanger  <belanger@truman.edu>
7772         * calc.texi (Programming Tutorial): Replace kbd command by
7773         appropriate characters for a keyboard macro.
7775 2005-01-04  Jay Belanger  <belanger@truman.edu>
7777         * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
7778         for Lucid Emacs.
7779         (Programming Tutorial): Mention that the user needs to be in the
7780         right mode to compute some functions.
7782 2005-01-04  Jay Belanger  <belanger@truman.edu>
7784         * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
7785         no longer applicable.
7787 2005-01-01  Jay Belanger  <belanger@truman.edu>
7789         * calc.texi (Programming Tutorial): Change description of how to
7790         edit keyboard macros to match current behavior.
7792 2004-12-31  Jay Belanger  <belanger@truman.edu>
7794         * calc.texi: Mention C-cC-c as the way to finish editing throughout.
7796 2004-12-20  Jay Belanger  <belanger@truman.edu>
7798         * calc.texi (Types Tutorial): Emphasize that you can't divide by
7799         zero.
7801 2004-12-17  Luc Teirlinck  <teirllm@auburn.edu>
7803         * cc-mode.texi (Text Filling and Line Breaking): Put period after
7804         @xref.
7805         (Font Locking): Avoid @strong{Note:}.
7807 2004-12-17  Michael Albinus  <michael.albinus@gmx.de>
7809         Sync with Tramp 2.0.46.
7811         * tramp.texi (bottom): Add arch-tag.  It was lost, somehow.
7813 2004-12-16  Luc Teirlinck  <teirllm@auburn.edu>
7815         * url.texi: Correct typos.
7816         (Retrieving URLs): @var{nil}->@code{nil}.
7817         (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
7818         the standard "The GNU Emacs Manual" in fifth argument of @xref's.
7819         (Dealing with HTTP documents): @inforef->@xref.
7821 2004-12-15  Jay Belanger  <belanger@truman.edu>
7823         * calc.texi: Consistently capitalized all mode names.
7824         (Answers to Exercises): Mention that an answer can be a fraction
7825         when in Fraction mode.
7827 2004-12-13  Jay Belanger  <belanger@truman.edu>
7829         * calc.texi: Fix some TeX definitions.
7831 2004-12-09  Luc Teirlinck  <teirllm@auburn.edu>
7833         * reftex.texi (Imprint): Remove erroneous @value's.
7835 2004-12-08  Luc Teirlinck  <teirllm@auburn.edu>
7837         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
7838         (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
7840 2004-12-08  Jay Belanger  <belanger@truman.edu>
7842         * calc.texi (Starting Calc): Remove comment about installation.
7843         (Keypad Mode Overview): Remove comment about Emacs 19 support.
7845 2004-12-08  Luc Teirlinck  <teirllm@auburn.edu>
7847         * url.texi: Update @setfilename.
7848         (Getting Started): No need to worry about Gnus versions.
7849         (Dealing with HTTP documents): Use @inforef.
7851         * org.texi: Fix @direntry file name.
7853 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7855         * url.texi: New file.
7857         * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
7859 2004-12-06  Jay Belanger  <belanger@truman.edu>
7861         * calc.texi (Using Calc): Remove paragraph about installation.
7863 2004-12-06  Jay Belanger  <belanger@truman.edu>
7865         * calc.texi: Use more Texinfo macros and less TeX defs.
7866         Remove @refill's.
7868 2004-12-06  Richard M. Stallman  <rms@gnu.org>
7870         * org.texi: New file.
7872 2004-12-05  Richard M. Stallman  <rms@gnu.org>
7874         * Makefile.in (org.dvi, ../info/org): New targets.
7875         (INFO_TARGETS): Add ../info/org.
7876         (DVI_TARGETS): Add org.dvi.
7877         (maintainer-clean): Remove the info files in the info dir.
7879 2004-11-26  Eli Zaretskii  <eliz@gnu.org>
7881         * idlwave.texi: Fix the setfilename directive to put the produced
7882         file in ../info.
7883         (Continued Statement Indentation): Resurrect Jan D.'s change from
7884         2004-11-03 that was lost when a newer version of idlwave.texi was
7885         imported.
7887 2004-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
7889         * gnus-faq.texi ([5.1]): Add missing bracket.
7891         * gnus.texi (Filtering Spam Using The Spam ELisp Package):
7892         Index `spam-initialize'.
7894 2004-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7896         * message.texi (Various Message Variables): Mention that all mail
7897         file variables are derived from `message-directory'.
7899         * gnus.texi (Splitting Mail): Clarify bogus group.
7901 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7903         * emacs-mime.texi (Encoding Customization):
7904         Fix mm-coding-system-priorities entry.
7906 2004-11-03  Jan Djärv  <jan.h.d@swipnet.se>
7908         * idlwave.texi (Continued Statement Indentation):
7909         * reftex.texi (Options (Index Support)):
7910         (Displaying and Editing the Index, Table of Contents):
7911         * speedbar.texi (Creating a display, Major Display Modes):
7912         Replace non-nil with non-@code{nil}.
7914 2004-10-21  Jay Belanger  <belanger@truman.edu>
7916         * calc.texi (Algebraic-Style Calculations): Remove a comment.
7918 2004-10-18  Luc Teirlinck  <teirllm@auburn.edu>
7920         * calc.texi (Reporting Bugs): Double up `@'.
7922 2004-10-18  Jay Belanger  <belanger@truman.edu>
7924         * calc.texi (Reporting Bugs): Change the address that bugs
7925         should be sent to.
7927 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
7929         * gnus.texi (New Features): Add 5.11.
7931         * message.texi (Resending): Remove wrong default value.
7933         * gnus.texi (Mail Source Specifiers): Describe possible problems
7934         of `pop3-leave-mail-on-server'.  Add `pop3-movemail' and
7935         `pop3-leave-mail-on-server' to the index.
7937 2004-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7939         * message.texi (Canceling News): Add how to set a password.
7941 2004-10-12  Jay Belanger  <belanger@truman.edu>
7943         * calc.texi (Help Commands): Change the descriptions of
7944         calc-describe-function and calc-describe-variable to match their
7945         current behavior.
7947 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
7949         * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
7951 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
7953         Sync with Tramp 2.0.45.
7955         * tramp.texi (Frequently Asked Questions): Comment paragraph about
7956         plink link.  The URL is outdated.  Originator contacted for
7957         clarification.
7959 2004-10-10  Juri Linkov  <juri@jurta.org>
7961         * gnus.texi (Top, Marking Articles): Join two menus in one node
7962         because a node can have only one menu.
7964 2004-10-09  Juri Linkov  <juri@jurta.org>
7966         * gnus.texi (Fancy Mail Splitting): Remove backslash in the
7967         example of nnmail-split-fancy.
7969 2004-10-06  Karl Berry  <karl@gnu.org>
7971         * info.texi (@kbd{1}--@kbd{9}): No space around --, for
7972         consistency with other uses of dashes.
7974 2004-10-05  Karl Berry  <karl@gnu.org>
7976         * info.texi: Consistently use --- throughout, periods at end of
7977         menu descriptions, and a couple typos.
7979 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
7981         * sieve.texi (Manage Sieve API): nil -> @code{nil}.
7982         * pgg.texi (User Commands, Backend methods): Do.
7983         * gnus.texi: Markup fixes.
7984         (Setting Process Marks): Fix `M P a' entry.
7985         * emacs-mime.texi: Fixes.
7987 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
7989         * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
7990         again.
7991         Use 5.10 instead of 5.10.0.
7993 2004-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7995         * gnus.texi (Summary Mail Commands): S D e.
7997 2004-09-20  Raymond Scholz  <ray-2004@zonix.de>  (tiny change)
7999         * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
8000         the gnus-article-mode-line-format section.
8002 2004-09-20  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
8004         * gnus.texi (Various Summary Stuff): Fix the documentation for
8005         gnus-newsgroup-variables.
8007 2004-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8009         * gnus.texi (MIME Commands):
8010         Add gnus-mime-display-multipart-as-mixed,
8011         gnus-mime-display-multipart-alternative-as-mixed,
8012         gnus-mime-display-multipart-related-as-mixed.
8013         (Mail Source Customization): Clarify `mail-source-directory'.
8014         (Splitting Mail): Mention gnus-group-find-new-groups.
8015         (SpamOracle): Fix typo.
8017         * gnus-faq.texi: Untabify.
8018         ([6.3]): nnir.el is in contrib directory.
8020         * message.texi (News Headers): Clarify how a unique ID is created.
8022         * gnus.texi (Batching Agents): Fix typo in example.
8023         Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8025 2004-09-20  Andre Srinivasan  <andre@e2open.com>  (tiny change)
8027         * gnus.texi (Group Parameters): Add more on hooks.
8029 2004-09-20  Florian Weimer  <fw@deneb.enyo.de>
8031         * gnus.texi (Charsets): Point to relevant section in emacs-mime.
8033 2004-09-22  Jay Belanger  <belanger@truman.edu>
8035         * calc.texi (Vectors as Lists): Add a warning that the tutorial
8036         might be hidden during part of the session.
8038 2004-09-20  Jay Belanger  <belanger@truman.edu>
8040         * calc.texi (Notations Used in This Manual): Put in an earlier
8041         mention that DEL could be called Backspace.
8043 2004-09-10  Simon Josefsson  <jas@extundo.com>
8045         * gnus.texi (IMAP): Add example.  Suggested and partially written
8046         by Steinar Bang <sb@dod.no>.
8048 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8050         * gnus.texi (IMAP): Add comments about imaps synonym to imap in
8051         netrc syntax.
8053 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8055         * gnus.texi (Spam ELisp Package Sequence of Events):
8056         Some clarifications.
8057         (Spam ELisp Package Global Variables): More clarifications.
8059 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8061         * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
8062         Mention spam-split does not modify incoming mail.
8064 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8066         * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
8068 2004-09-10  Eli Zaretskii  <eliz@gnu.org>
8070         * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
8072 2004-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8074         * makefile.w32-in (sieve, pgg): Use $(infodir).
8076 2004-09-08  Dhruva Krishnamurthy  <dhruva.krishnamurthy@gmail.com>  (tiny change)
8078         * makefile.w32-in: Fix PGG and Sieve entries.
8080 2004-08-28  Eli Zaretskii  <eliz@gnu.org>
8082         * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
8083         Emacs and related programs.
8085 2004-08-27  Richard M. Stallman  <rms@gnu.org>
8087         * faq.texi: Fix texinfo usage, esp. doublequotes.
8088         (Difference between Emacs and XEmacs): Some clarification.
8090         * faq.texi (Difference between Emacs and XEmacs):
8091         Explain not to contrast XEmacs with GNU Emacs.
8093 2004-08-26  Richard M. Stallman  <rms@gnu.org>
8095         * faq.texi (Difference between Emacs and XEmacs): Rewrite.
8097 2004-08-22  David Kastrup  <dak@gnu.org>
8099         * reftex.texi (AUCTeX): Update links, section name.
8101         * faq.texi (Calc): Update availability (included in 22.1).
8102         (AUCTeX): Update availability, information, versions, description.
8104 2004-08-14  Eli Zaretskii  <eliz@gnu.org>
8106         * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
8108 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
8110         * cc-mode.texi: Various updates for CC Mode 5.30.9.
8112 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
8114         Sync with Tramp 2.0.44.
8116 2004-08-05  Lars Hansen  <larsh@math.ku.dk>
8118         * widget.texi (User Interface): Update how to separate the
8119         editable field of an editable-field widget from other widgets.
8120         (Programming Example): Add text after field.
8122 2004-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8124         * emacs-mime.texi (Encoding Customization): Add a note to the
8125         mm-content-transfer-encoding-defaults entry.
8126         (rfc2047): Update.
8128         * gnus.texi (Article Highlighting):
8129         Add gnus-cite-ignore-quoted-from.
8130         (POP before SMTP): New node.
8131         (Posting Styles): Addition.
8132         (Splitting Mail): Add nnmail-split-lowercase-expanded.
8133         (Fancy Mail Splitting): Ditto.
8134         (X-Face): Add gnus-x-face.
8136 2004-08-30  Reiner Steib  <Reiner.Steib@gmx.de>
8138         * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
8139         * pgg.texi, sieve.texi: Use @copying and @insertcopying.
8141 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
8143         * gnus.texi (Mail Source Specifiers):
8144         Describe `pop3-leave-mail-on-server'.
8146 2004-08-02  Reiner Steib  <Reiner.Steib@gmx.de>
8148         * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
8150         * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
8151         repository.  Change setfilename.
8153         * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
8155 2004-07-02  Juri Linkov  <juri@jurta.org>
8157         * pcl-cvs.texi (Viewing differences): Add `d r'.
8159 2004-06-29  Jesper Harder  <harder@ifa.au.dk>
8161         * ses.texi, viper.texi, flymake.texi, faq.texi:
8162         * eshell.texi, ediff.texi: Markup fixes.
8164 2004-06-21  Karl Berry  <karl@gnu.org>
8166         * info.texi (Top): Mention that only Emacs has mouse support.
8167         (Getting Started): Mention this in a few other places.
8169 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
8171         * autotype.texi (Copyrights, Timestamps):
8172         Recommend `before-save-hook' instead of `write-file-functions'.
8174 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
8176         * dired-x.texi (dired-mark-omitted): Update keybinding.
8178 2004-06-10  Kim F. Storm  <storm@cua.dk>
8180         * pcl-cvs.texi (Viewing differences): Add 'd y'.
8182 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
8184         * dired-x.texi (variable dired-omit-mode): Rename from
8185         dired-omit-files-p.
8186         (function dired-omit-mode): Rename from dired-omit-toggle.
8187         Call dired-omit-mode rather than set dired-omit-files-p.
8188         (dired-mark-omitted): Describe command.
8190 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
8192         Version 2.0.41 of Tramp released.
8194 2004-05-29  Juanma Barranquero  <lektu@terra.es>
8196         * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
8197         (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8199 2004-05-29  Richard M. Stallman  <rms@gnu.org>
8201         * cl.texi (Top): Call this chapter `Introduction'.
8202         (Overview): In TeX, no section heading here.
8204         * cc-mode.texi: Put commas after i.e. and e.g.  Minor cleanups.
8206 2004-05-29  Eli Zaretskii  <eliz@gnu.org>
8208         * Makefile.in (../info/flymake, flymake.dvi): New targets.
8209         (INFO_TARGETS, DVI_TARGETS): Add Flymake.
8211 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
8213         * flymake.texi: New file.
8215 2004-05-28  Simon Josefsson  <jas@extundo.com>
8217         * smtpmail.texi (Authentication): Improve STARTTLS discussion.
8219 2004-05-07  Kai Großjohann  <kai@emptydomain.de>
8221         Version 2.0.40 of Tramp released.
8223 2004-04-25  Michael Albinus  <Michael.Albinus@alcatel.de>
8225         Complete rework, based on review by Karl Berry <karl@gnu.org>.
8227         * tramp.texi (Auto-save and Backup): Explain exploitation of new
8228         variables `tramp-backup-directory-alist' and
8229         `tramp-bkup-backup-directory-info'.
8230         (Overview, Connection types)
8231         (External transfer methods, Default Method)
8232         (Windows setup hints): Remove restriction of password entering
8233         with external methods.
8234         (Auto-save and Backup): Make file name example
8235         (X)Emacs neutral.  In case of XEmacs, `bkup-backup-directory-info'
8236         and `auto-save-directory' must be used.
8237         (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
8238         only "NT").  Remove doubled entry "What kinds of systems does
8239         @tramp{} work on".
8240         (tramp): Macro removed.
8241         (Obtaining Tramp): Flag removed from title.
8242         (all): "tramp-" and "-" removed from flag names.  Flags `tramp'
8243         and `trampver' used properly.  Flag `tramp-inst' replaced by
8244         `installchapter'.  Installation related text adapted.
8246 2004-04-28  Masatake YAMATO  <jet@gyve.org>
8248         * widget.texi (Programming Example): Remove overlays.
8250 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
8252         * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
8254 2004-04-23  Juanma Barranquero  <lektu@terra.es>
8256         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8258 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
8260         * info.texi (Info Search): Add info-apropos.
8262 2004-03-22  Juri Linkov  <juri@jurta.org>
8264         * faq.texi: Fix help key bindings.
8266 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
8268         * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
8269         (as suggested by Karl Berry).  Update information about colored
8270         stars in menus.  Add new subheading describing M-n.
8272 2004-03-12  Richard M. Stallman  <rms@gnu.org>
8274         * cl.texi (Top): Rename top node's title.
8276 2004-03-08  Karl Berry  <karl@gnu.org>
8278         * info.texi: \input texinfo.tex instead of just texinfo, to avoid
8279         problems making the texinfo distribution.
8281 2004-02-29  Simon Josefsson  <jas@extundo.com>
8283         * smtpmail.texi (Authentication): Change the list of supported
8284         authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
8285         CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
8286         <voegelas@gmx.net>.
8288 2004-02-29  Juanma Barranquero  <lektu@terra.es>
8290         * makefile.w32-in (mostlyclean, clean, maintainer-clean):
8291         Use $(DEL) instead of rm, and ignore exit code.
8293 2004-02-29  Kai Großjohann  <kgrossjo@eu.uu.net>
8295         Tramp version 2.0.39 released.
8297 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
8299         * tramp.texi (Customizing Completion): Explain new functions
8300         `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
8301         (all): Savannah URLs unified to "http://savannah.nongnu.org".
8302         (Top): Refer to Savannah mailing list as the major one.
8303         Mention older mailing lists in HTML mode only.
8304         (Auto-save and Backup): Add auto-save.  Based on wording of Kai.
8305         (Frequently Asked Questions): Remote hosts must not be Unix-like
8306         for "smb" method.
8307         (Password caching): New node.
8308         (External transfer methods): Refer to password caching for "smb"
8309         method.
8311 2004-02-17  Karl Berry  <karl@gnu.org>
8313         * info.texi (Help-Int): Mention the new line number feature.
8315 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
8317         * ses.texi (Advanced Features): New functionality for
8318         ses-set-header-row (defaults to current row unless C-u used).
8319         (Acknowledgements): Add Stefan Monnier.
8321 2003-12-29  Kevin Ryde  <user42@zip.com.au>
8323         * viper.texi (Vi Macros): Fix reference to the Emacs manual.
8325 2003-11-30  Kai Großjohann  <kai.grossjohann@gmx.net>
8327         Tramp version 2.0.38 released.
8329         * tramp.texi (Remote shell setup): Warn of environment variables
8330         FRUMPLE if user frumple exists.  Suggested by Sven Gabriel
8331         <sven.gabriel@imk.fzk.de>.
8332         (Configuration): Tramp now chooses base64/uuencode
8333         automatically.  Update wording accordingly.
8334         (Top): More description for the `Default Method' menu entry.
8335         (Default Method): Use @code, not @var, for Lisp variables.
8336         (Default Method): New subsection `Which method is the right one
8337         for me?'  Suggested by Christian Kirsch.
8338         (Configuration): Pointer to new subsection added.
8339         (Default Method): Too many "use" in one sentence.
8340         Rephrase.  Reported by Christian Kirsch.
8341         (Filename Syntax): Old `su' example is probably a left-over from
8342         the sm/su method naming.  Replace with `ssh', instead.
8343         (External transfer methods, Auto-save and Backup):
8344         Typo fixes.
8346 2003-11-02  Michael Albinus  <Michael.Albinus@alcatel.de>
8348         * tramp.texi (all): Harmonize all occurrences of @tramp{}.
8349         (Top): Mention japanese manual only if flag `jamanual' is set.
8350         Insert section `Japanese manual' in menu.
8352 2003-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
8354         * eshell.texi (Known Problems): Add doc item.
8356 2003-11-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
8358         * cc-mode.texi: Update for CC Mode 5.30.
8360         Note: Please refrain from doing purely cosmetic changes like
8361         removing trailing whitespace in this manual; it clobbers cvs
8362         merging for no good reason.
8364 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
8366         * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
8367         * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
8368         @acronym{ASCII}.
8370 2003-10-26  Karl Berry  <karl@gnu.org>
8372         * info.texi (Info Search): Echo area, not echo are.  From Debian
8373         diff.
8375 2003-10-26  Per Abrahamsen  <abraham@dina.kvl.dk>
8377         * widget.texi (Defining New Widgets): Document new behavior of
8378         :buttons and :children keywords.
8380 2003-10-22  Miles Bader  <miles@gnu.org>
8382         * Makefile.in (info): Move before $(top_srcdir)/info.
8384 2003-10-17  Thien-Thi Nguyen  <ttn@gnu.org>
8386         * tramp.texi (Inline methods): Small grammar fix.
8387         (External transfer methods): Likewise.
8389 2003-10-08  Nick Roberts  <nick@nick.uklinux.net>
8391         * speedbar.texi: Remove paragraph for GUD that is no longer true.
8393 2003-10-06  Luc Teirlinck  <teirllm@auburn.edu>
8395         * texinfo.tex: Replace `%' in arch tagline by @ignore.
8397 2003-09-30  Richard M. Stallman  <rms@gnu.org>
8399         * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
8401         * widget.texi (User Interface): Fix typos.
8403         * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
8405 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
8407         * pcl-cvs.texi (Selected Files): Fix typo.
8409 2003-09-21  Karl Berry  <karl@gnu.org>
8411         * info.texi (] and [ commands): No period at end of section title.
8413 2003-09-04  Miles Bader  <miles@gnu.org>
8415         * Makefile.in (top_srcdir): New variable.
8416         ($(top_srcdir)/info): New rule.
8417         (info): Depend on it.
8419 2003-09-03  Peter Runestig  <peter@runestig.com>
8421         * makefile.w32-in: New file.
8423 2003-08-26  Per Abrahamsen  <abraham@dina.kvl.dk>
8425         * widget.texi (User Interface): Explain the need of static text
8426         around an editable field.
8428 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
8430         * widget.texi (Basic Types): The argument to `:help-echo' can now
8431         be a form that evaluates to a string.
8433 2003-08-18  Kim F. Storm  <storm@cua.dk>
8435         * calc.texi (Queries in Macros): Update xref to keyboard macro query.
8437 2003-08-16  Richard M. Stallman  <rms@gnu.org>
8439         * dired-x.texi (Shell Command Guessing): Explain *.
8441 2003-08-16  Chunyu Wang  <spr@db.cs.hit.edu.cn>  (tiny change)
8443         * pcl-cvs.texi (Log Edit Mode): Fix key binding for
8444         log-edit-insert-changelog.
8446 2003-08-03  Karl Berry  <karl@gnu.org>
8448         * info.texi: Need @contents.
8450 2003-07-20  Kai Großjohann  <kai.grossjohann@gmx.net>
8452         Tramp version 2.0.36 released.
8454         * tramp.texi (Remote shell setup): Explain about problems with
8455         non-Bourne commands in ~/.profile and ~/.shrc.
8457 2003-07-07  Luc Teirlinck  <teirllm@mail.auburn.edu>
8459         * info.texi (Help-Inv, Help-M, Help-Xref): Update following
8460         renaming of `vis-mode' to `visible-mode'.
8462 2003-07-04  Luc Teirlinck  <teirllm@mail.auburn.edu>
8464         * info.texi (Top, Help-Small-Screen): Remove accidentally added
8465         next, prev and up pointers.
8467 2003-07-02  Luc Teirlinck  <teirllm@mail.auburn.edu>
8469         * info.texi (Help): Mention existence of Emacs and stand-alone
8470         Info at the very beginning of the tutorial.
8471         (Help-Inv): New node.
8472         (Help-]): New node.
8473         (Help-M): Systematically point out the differences between default
8474         Emacs and stand-alone versions.  Delete second menu.
8475         (Help-Xref): Systematically point out the differences between
8476         default Emacs and stand-alone versions.
8477         (Help-Int): Change `l' example.
8478         (Expert Info): Fix typos.
8479         (Emacs Info Variables): Mention `Info-hide-note-references' and
8480         new default for `Info-scroll-prefer-subnodes'.
8482 2003-06-17  Kai Großjohann  <kai.grossjohann@gmx.net>
8484         Version 2.0.35 of Tramp released.
8486         * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
8487         (Inline methods): Add methods `remsh' and `plink1'.
8488         (External transfer methods): Add method `remcp'.
8489         (Multi-hop Methods): Add method `remsh'.
8490         Small patch from Adrian Aichner <adrian@xemacs.org>:
8491         Fix minor typos.
8492         (Concept Index): Add to make manual searchable via
8493         `Info-index'.
8494         (Version Control): Add cindex entry.
8496 2003-05-24  Kai Großjohann  <kai.grossjohann@gmx.net>
8498         * trampver.texi: Version 2.0.34 released.
8500 2003-05-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
8502         * faq.texi: Improve previous changes.
8504 2003-05-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
8506         * faq.texi: Update copyright and maintenance details.
8507         Update some package URLs, versions, and maintainers.
8508         Remove many references to the Emacs Lisp Archive.
8510 2003-04-23  Simon Josefsson  <jas@extundo.com>
8512         * smtpmail.texi: Fix license (the invariant sections mentioned has
8513         never been part of the smtp manual).  Align info dir entry with
8514         other emacs packages.
8516 2003-04-08  Michael Albinus  <Michael.Albinus@alcatel.de>
8518         * tramp.texi: Version 2.0.33 released.
8519         Remove installation chapter.  Remove XEmacs specifics.
8521 2003-03-29  Richard M. Stallman  <rms@gnu.org>
8523         * tramp.texi (Top): Undo the previous renaming.
8524         (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
8526 2003-03-29  Kai Großjohann  <kai.grossjohann@gmx.net>
8528         * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
8529         version of manual.
8531         * tramp.texi (Auto-save and Backup): New node.
8533 2003-03-29  Michael Albinus  <Michael.Albinus@alcatel.de>
8535         * tramp.texi (Top): Include trampver.texi.  Rename "Emacs" to "GNU
8536         Emacs" in order to have better differentiation to "XEmacs".
8537         `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
8538         are new macros in order to point to the other Emacs flavor where
8539         appropriate.  In info case, point to node `Installation' in order
8540         to explain how to generate the other way.  In html case, make a
8541         link to the other html file.
8542         (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
8543         after CVS checkout/update.
8544         (Installation): Completely rewritten.
8545         (Installation parameters, Load paths): New sections under
8546         `Installation'.
8548 2003-02-28  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
8550         * tramp.texi: Version 2.0.30 released.
8551         Replace word "path" with "localname" where used as a component of
8552         a Tramp file name.
8554 2003-02-28  Michael Albinus  <Michael.Albinus@alcatel.de>
8556         * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
8557         introduced.
8558         (Installation): Explain what to do if files from the tramp/contrib
8559         directory are needed.
8561 2003-02-23  Alex Schroeder  <alex@emacswiki.org>
8563         * smtpmail.texi (How Mail Works): New.
8565 2003-02-22  Alex Schroeder  <alex@emacswiki.org>
8567         * smtpmail.texi: New file.
8569         * Makefile.in: Build SMTP manual.
8571 2003-02-05  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
8573         * tramp.texi: Version 2.0.29 released.
8574         (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
8575         M-x makeinfo-buffer RET.  Reported by gebser@ameritech.net.
8577 2003-02-01  Michael Albinus  <Michael.Albinus@alcatel.de>
8579         * tramp.texi (Frequently Asked Questions): Explain a workaround if
8580         another package loads accidentally Ange-FTP.
8582 2003-01-24  Michael Albinus  <Michael.Albinus@alcatel.de>
8584         * tramp.texi (Customizing Completion): Add function
8585         `tramp-parse-sconfig'.  Change example of
8586         `tramp-set-completion-function', because parsing of ssh config
8587         files looks more natural.
8589 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
8591         * gnus.texi: Do not use `path' in several locations.
8593 2002-12-26  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
8595         * tramp.texi (External transfer methods): New method `smb'.
8596         From Michael Albinus.
8598 2002-11-05  Karl Berry  <karl@gnu.org>
8600         * info.texi (Info-fontify): Reorder face list to avoid bad line
8601         breaks.
8603 2002-10-06  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8605         * tramp.texi: Move @copying to standard place.
8606         Use @insertcopying.
8608 2002-10-02  Karl Berry  <karl@gnu.org>
8610         * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
8611         dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
8612         eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
8613         message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
8614         speedbar.texi vip.texi viper.texi widget.texi woman.texi):
8615         Per rms, update all manuals to use @copying instead of @ifinfo.
8616         Also use @ifnottex instead of @ifinfo around the top node, where
8617         needed for the sake of the HTML output.
8618         (The Gnus manual is not fixed since it's not clear to me how it
8619         works; and the Tramp manual already uses @copying, although in an
8620         unusual way.  All others were changed.)
8622 2002-09-10  Jonathan Yavner  <jyavner@engineer.com>
8624         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
8625         (../info/ses, ses.dvi): New targets.
8626         * ses.texi: New file.
8628 2002-09-06  Pavel Janík  <Pavel@Janik.cz>
8630         * texinfo.tex: Update to texinfo 4.2.
8632 2002-08-27  Carsten Dominik  <dominik@sand.science.uva.nl>
8634         * reftex.texi: Update to RefTeX 4.19.
8636 2002-06-17  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8638         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
8639         (../info/tramp, tramp.dvi): New targets.
8641 2002-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
8643         * Makefile.in (DVI_TARGETS): Add calc.dvi.
8644         (calc.dvi): Uncomment.
8646 2001-11-07  Eli Zaretskii  <eliz@is.elta.co.il>
8648         * Makefile.in (INFO_TARGETS): Add ../info/calc.
8649         (../info/calc): New target.
8651 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
8653         * (Version 21.1 released.)
8655 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
8657         * Branch for 21.1.
8659 2001-04-14  Eli Zaretskii  <eliz@is.elta.co.il>
8661         * Makefile.in (../info/info): Use an explicit -o switch to
8662         makeinfo.
8664 2001-03-05  Gerd Moellmann  <gerd@gnu.org>
8666         * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
8668 2000-12-20  Eli Zaretskii  <eliz@is.elta.co.il>
8670         * Makefile.in (../info/idlwave): Use --no-split.
8672 2000-12-14  Dave Love  <fx@gnu.org>
8674         * Makefile.in (mostlyclean): Remove gnustmp.*.
8675         (gnus.dvi): Change rule to remove @latex stuff.
8677 2000-10-19  Eric M. Ludlam  <zappo@ultranet.com>
8679         * Makefile.in (Speedbar): Add build targets for speedbar.texi.
8681 2000-10-13  John Wiegley  <johnw@gnu.org>
8683         * Makefile.in: Add build targets for eshell.texi.
8685 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
8687         * Makefile.in: Remove/comment speedbar stuff.
8689 2000-09-22  Dave Love  <fx@gnu.org>
8691         * Makefile.in: Add emacs-mime.
8693 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
8695         * Makefile.in (INFO_TARGETS): Add ../info/woman.
8696         (DVI_TARGETS): Add woman.dvi.
8697         (../info/woman, woman.dvi): New targets.
8699 2000-05-31  Stefan Monnier  <monnier@cs.yale.edu>
8701         * .cvsignore (*.tmp): New entry.  Seems to be used for @macro.
8703         * pcl-cvs.texi: New file.
8704         * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
8705         (../info/pcl-cvs, pcl-cvs.dvi): New targets.
8707 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
8709         * Makefile.in (INFO_TARGETS): Add info/ebrowse.
8710         (../info/ebrowse, ebrowse.dvi): New targets.
8712 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
8714         * Makefile.in (INFO_TARGETS): Add eudc.
8715         (DVI_TARGETS): Add eudc.dvi.
8716         (../info/eudc, eudc.dvi): New targets.
8718 2000-01-05  Eli Zaretskii  <eliz@is.elta.co.il>
8720         * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
8721         compatibility with 8+3 filesystems).
8722         (../info/efaq): Rename from emacs-faq.
8724 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
8726         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
8727         (../info/idlwave, idlwave.dvi): New targets.
8729 1999-10-23  Dave Love  <fx@gnu.org>
8731         * Makefile.in: Use autotype.texi.
8733 1999-10-12  Stefan Monnier  <monnier@cs.yale.edu>
8735         * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
8736         faq.texi file) rather than ../info/faq.
8738 1999-10-07  Gerd Moellmann  <gerd@gnu.org>
8740         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
8741         (../info/ada-mode, ada-mode.dvi): New targets.
8743 1999-09-01  Dave Love  <fx@gnu.org>
8745         * Makefile.in: Add faq.
8747 1999-07-12  Richard Stallman  <rms@gnu.org>
8749         * Version 20.4 released.
8751 1998-08-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
8753         * Version 20.3 released.
8755 1998-04-06  Andreas Schwab  <schwab@gnu.org>
8757         * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
8758         Use it in dvi targets.
8759         (../etc/GNU): Change to $(srcdir) first.
8761 1998-03-11  Carsten Dominik  <cd@delysid.gnu.org>
8763         * reftex.texi: Update for RefTeX version 3.22.
8765 1998-02-08  Richard Stallman  <rms@psilocin.gnu.org>
8767         * Makefile.in (reftex.dvi, ../info/reftex): New targets.
8768         (INFO_TARGETS, DVI_TARGETS): Add the new targets.
8770 1997-09-23  Paul Eggert  <eggert@twinsun.com>
8772         * Makefile.in: Merge changes mistakenly made to `Makefile'.
8773         (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
8775 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8777         * Version 20.2 released.
8779 1997-09-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8781         * Version 20.1 released.
8783 1997-07-10  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8785         * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
8787 1996-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8789         * Version 19.33 released.
8791 1996-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8793         * Version 19.32 released.
8795 1996-06-27  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
8797         * Makefile.in: Add rules for the Message manual.
8799 1996-06-26  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
8801         * gnus.texi: New version.
8803         * message.texi: New manual.
8805 1996-06-20  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8807         * Makefile.in (All info targets): cd $(srcdir) to do the work.
8809 1996-06-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8811         * Makefile.in (All info targets): Specify $(srcdir) in input files.
8812         Specify -I option.
8813         (All dvi targets): Set the TEXINPUTS variable.
8815 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>
8817         * Version 19.31 released.
8819 1996-01-07  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
8821         * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
8822         (INFO_TARGETS): Use new name.  This avoids name conflict on MSDOS.
8824 1995-11-29  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8826         * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
8827         (INFO_TARGETS): Add ../info/cc-mode.
8828         (DVI_TARGETS): Add cc-mode.dvi.
8830 1995-11-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8832         * Version 19.30 released.
8834 1995-11-04  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
8836         * gnus.texi: New file.
8838 1995-11-04  Erik Naggum  <erik@naggum.no>
8840         * gnus.texi: File deleted.
8842 1995-11-02  Stephen Gildea  <gildea@stop.mail-abuse.org>
8844         * mh-e.texi: "Function Index" -> "Command Index" to work with
8845         Emacs 19.30 C-h C-k support of separately-documented commands.
8847 1995-06-26  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8849         * Makefile.in (../info/ediff, ediff.dvi): New targets.
8850         (INFO_TARGETS, DVI_TARGETS): Add those new targets.
8852 1995-04-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8854         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
8855         (../info/viper, viper.dvi): New targets.
8857 1995-04-20  Kevin Rodgers  <kevinr@ihs.com>
8859         * dired-x.texi (Installation): Change the example to set
8860         buffer-local variables like dired-omit-files-p in
8861         dired-mode-hook.
8863 1995-04-17  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8865         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
8866         (../info/mh-e, mh-e.dvi): New targets.
8868 1995-02-07  Richard Stallman  <rms@pogo.gnu.ai.mit.edu>
8870         * Makefile.in (maintainer-clean): Rename from realclean.
8872 1994-11-23  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8874         * Makefile.in: New file.
8875         * Makefile: File deleted.
8877 1994-11-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8879         * Makefile (TEXINDEX_OBJS): Variable deleted.
8880         (texindex, texindex.o, getopt.o): Rules deleted.
8881         All deps on texindex deleted.
8882         (distclean): Don't delete texindex.
8883         (mostlyclean): Don't delete *.o.
8884         * texindex.c, getopt.c: Files deleted.
8886 1994-09-07  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8888         * Version 19.26 released.
8890 1994-05-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8892         * Version 19.25 released.
8894 1994-05-23  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8896         * Version 19.24 released.
8898 1994-05-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8900         * Version 19.23 released.
8902 1994-04-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8904         * Makefile: Delete spurious tab.
8906 1994-02-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8908         * Makefile (.SUFFIXES): New rule.
8910 1994-01-15  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8912         * Makefile (dired-x.dvi, ../info/dired-x): New targets.
8913         (INFO_TARGETS, DVI_TARGETS): Add the new targets.
8915 1994-01-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8917         * Makefile (../info/sc): Rename from sc.info.
8918         (../info/cl): Likewise.
8919         (INFO_TARGETS): Use new names.
8921 1993-12-04  Richard Stallman  (rms@srarc2)
8923         * getopt.c: New file.
8924         * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
8925         (getopt.o): New rule.
8926         (dvi): Don't depend on texindex.
8927         (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
8928         Depend on texindex.
8930 1993-12-03  Richard Stallman  (rms@srarc2)
8932         * Makefile (../info/sc.info): Rename from ../info/sc.
8933         (TEXI2DVI): New variable.
8934         (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
8935         Add explicit commands.
8936         (TEXINDEX_OBJS): Delete duplicate getopt.o.
8938 1993-11-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8940         * Version 19.22 released.
8942 1993-11-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8944         * Makefile (TEXINDEX_OBJS): Delete spurious period.
8946 1993-11-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8948         * Version 19.21 released.
8950 1993-11-15  Paul Eggert  (eggert@twinsun.com)
8952         * man/Makefile (../info/cl.info): Rename from ../info/cl.
8954 1993-11-15  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8956         * Makefile (../etc/GNU): New target.
8957         (EMACSSOURCES): Add gnu1.texi.
8959 1993-11-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8961         * Makefile (realclean): Don't delete the Info files.
8963 1993-10-25  Brian J. Fox  (bfox@albert.gnu.ai.mit.edu)
8965         * forms.texi: Fix forms.texi so that it will format correctly.
8966         Add missing `@end iftex', fix bad reference.
8968         * info.texi, info-stn.texi: New files implement texinfo version of
8969         `info' file.
8971 1993-10-20  Brian J. Fox  (bfox@ai.mit.edu)
8973         * Makefile: Fix targets for texindex, new info.texi files.
8974         * info-stnd.texi: New file implements info for standalone info
8975         reader.
8976         * info.texi: Update to include recent changes to "../info/info".
8977         New source file for ../info/info; includes info-stnd.texi.
8979         * texindex.c: Include "../src/config.h" if building in emacs.
8981         * Makefile: Change all files to FILENAME.texi, force all targets
8982         to be FILENAME, not FILENAME.info.  This changes sc.texinfo,
8983         vip.texinfo, forms.texinfo, cl.texinfo.
8984         Add target to build texindex.c, defining `emacs'.
8986         * forms.texi: Install new file to match version 2.3 of forms.el.
8988 1993-08-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8990         * Version 19.19 released.
8992 1993-08-10  Simon Leinen  (simon@lia.di.epfl.ch)
8994         * sc.texinfo: Fix info file name.
8996         * Makefile (info): Add gnus and sc.
8997         (dvi): Add gnus.dvi and sc.dvi.
8998         (../info/sc, sc.dvi): New targets.
9000 1993-08-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9002         * Version 19.18 released.
9004 1993-07-20  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9006         * Makefile: Fix source file names of the separate manuals.
9007         (gnus.dvi, ../info/gnus): New targets.
9009 1993-07-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9011         * Version 19.17 released.
9013 1993-07-10  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9015         * split-man: Fix typos in last change.
9017 1993-07-06  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9019         * Version 19.16 released.
9021 1993-06-19  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9023         * version 19.15 released.
9025 1993-06-18  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9027         * Makefile (distclean): It's rm, not rf.
9029 1993-06-17  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9031         * Version 19.14 released.
9033 1993-06-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9035         * Makefile: New file.
9037 1993-06-08  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9039         * Version 19.13 released.
9041 1993-05-27  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9043         * Version 19.9 released.
9045 1993-05-25  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9047         * Version 19.8 released.
9049 1993-05-22  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9051         * Version 19.7 released.
9053 1990-08-30  David Lawrence  (tale@pogo.ai.mit.edu)
9055         * gnus.texinfo: New file.  Removed installation instructions.
9057 1990-05-25  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
9059         * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
9061 1989-01-17  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
9063         * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
9064         then define `\sc' as the command for smallcaps in Texinfo.
9065         This means that the @sc command will produce small caps.  bfox has
9066         made the corresponding change to makeinfo and texinfm.el.
9068 1988-08-16  Robert J. Chassell  (bob@frosted-flakes.ai.mit.edu)
9070         * vip.texinfo: Remove menu entry Adding Lisp Code in node
9071         Customization since the menu entry did not point to anything.
9072         Also add an @finalout command to remove overfull hboxes from the
9073         printed output.
9075         * cl.texinfo: Add @bye, \input line and @settitle to file.
9076         This file is clearly intended to be a chapter of some other work,
9077         but the other work does not yet exist.
9079 1988-07-25  Robert J. Chassell  (bob@frosted-flakes.ai.mit.edu)
9081         * texinfo.texinfo: Three typos corrected.
9083 ;; Local Variables:
9084 ;; coding: utf-8
9085 ;; End:
9087   Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
9089   This file is part of GNU Emacs.
9091   GNU Emacs is free software: you can redistribute it and/or modify
9092   it under the terms of the GNU General Public License as published by
9093   the Free Software Foundation, either version 3 of the License, or
9094   (at your option) any later version.
9096   GNU Emacs is distributed in the hope that it will be useful,
9097   but WITHOUT ANY WARRANTY; without even the implied warranty of
9098   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
9099   GNU General Public License for more details.
9101   You should have received a copy of the GNU General Public License
9102   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.