Merge changes made in Gnus trunk.
[emacs.git] / doc / misc / ChangeLog
blobcd0c62b2e0926af4d96295bd6108ffd12eb8a59a
1 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3         * gnus.texi: Remove mentions of `recent', which are now obsolete.
4         (Interactive): Document `quiet'.
6 2011-08-15  Suvayu Ali  <fatkasuvayu+linux@gmail.com>  (tiny change)
8         * org.texi (Images in LaTeX export): rewrite.
10 2011-08-15  Bastien Guerry  <bzg@gnu.org>
12         * org.texi (Using the mapping API): mention 'region as a possible
13         scope for `org-map-entries'.
15 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
17         * org.texi (Visibility cycling): Document `org-copy-visible'.
19 2011-08-15  Bastien Guerry  <bzg@gnu.org>
21         * org.texi (Template expansion): order template sequences in the
22         proper order.
24 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
26         * org.texi (eval): Expand discussion of the :eval header argument.
28 2011-08-15  Bastien Guerry  <bzg@gnu.org>
30         * org.texi (Languages): Add Lilypond and Awk as supported
31         languages.
33 2011-08-15  Achim Gratz  <stromeko@nexgo.de>
35         * org.texi: document that both CLOCK_INTO_DRAWER and
36         LOG_INTO_DRAWER can be used to override the contents of variable
37         org-clock-into-drawer (or if unset, org-log-into-drawer).
39         * org.texi: replace @xref->@pxref.
41 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
43         * org.texi (Evaluating code blocks): Documenting the new option
44         for inline call lines.
46 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
48         * org.texi (Results of evaluation): More explicit about the
49         mechanism through which interactive evaluation of code is
50         performed.
52 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
54         * org.texi (noweb-ref): New header argument documentation.
56 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
58         * org.texi (Extracting source code): Documentation of the new
59         org-babel-tangle-named-block-combination variable.
61 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
63         * org.texi (Structure of code blocks): explicitly state that the
64         behavior of multiple blocks of the same name is undefined
66 2011-08-15  Christian Egli  <christian.egli@sbszh.ch>
68         * org.texi (TaskJuggler export): Modify the example to reflect the
69         new effort durations.
71 2011-08-15  David Maus  <dmaus@ictsoc.de>
73         * org.texi (Images in LaTeX export): Escape curly brackets in
74         LaTeX example.
76 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
78         * org.texi (The clock table): Document the :properties and
79         :inherit-props arguments for the clocktable.
81 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
83         * org.texi (Tables in LaTeX export): Document specifying placement
84         options for tables.
86 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
88         * org.texi (Evaluating code blocks): More specific documentation
89         about the different types of header arguments.
91 2011-08-15  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
93         * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
95 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
97         * org.texi (Built-in table editor): Document the table field
98         follow mode.
100 2011-08-15  Robert P. Goldman  <rpgoldman@real-time.com>
102         * org.texi (Easy Templates): Document new template.
104 2011-08-15  Robert P. Goldman  <rpgoldman@real-time.com>
106         * org.texi (Literal examples): Add a cross-reference from "Literal
107         Examples" to "Easy Templates."
109 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
111         * org.texi (The clock table): Add link to match syntax.
113 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
115         * org.texi (Agenda commands): Document clock consistency checks.
117 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
119         * org.texi (Built-in table editor): Document that \vert represents
120         a vertical bar in a table field.
122 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
124         * org.texi (Literal examples): Link from "Markup" > "Literate
125         Examples" to "Working with Source Code".
127 2011-08-15  Puneeth Chaganti  <punchagan@gmail.com>
129         * org.texi (Agenda commands): Doc for function option to bulk
130         action.
132 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
134         * org.texi (Template expansion): Document new %<...> template
135         escape.
137 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
139         * org.texi (Selective export): Document exclusion of any tasks
140         from export.
142 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
144         * org.texi (Selective export): Document how to exclude DONE tasks
145         from export.
146         (Publishing options): Document the properties to be used to turn off
147         export of DONE tasks.
149 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
151         * org.texi (The date/time prompt): Document date range protection.
153 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
155         * org.texi (padline): Documentation of the new padline header
156         argument.
158 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
160         * org.texi (var): Adding "[" to list of characters triggering
161         elisp evaluation.
163 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
165         * org.texi (var): Documentation of Emacs Lisp evaluation during
166         variable assignment.
168 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
170         * org.texi (colnames): Reference indexing into variables, and note
171         that colnames are *not* removed before indexing occurs.
172         (rownames): Reference indexing into variables, and note that
173         rownames are *not* removed before indexing occurs.
175 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
177         * org.texi (var): Clarification of indexing into tabular
178         variables.
180 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
182         * org.texi (results): Documentation of the `:results wrap' header
183         argument.
185 2011-08-15  Bastien Guerry  <bzg@gnu.org>
187         * org.texi (LaTeX and PDF export): add a note about a limitation
188         of the LaTeX export: the org file has to be properly structured.
190 2011-08-15  Bastien Guerry  <bzg@gnu.org>
192         * org.texi (Dynamic blocks, Structure editing): Mention
193         the function `org-narrow-to-block'.
195 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
197         * org.texi (Languages): Updating list of code block supported
198         languages.
200 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
202         * org.texi (Special properties): CATEGORY is a special property,
203         but it may also used in the drawer.
205 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
207         * org.texi (mkdirp): Documentation of the :mkdirp header argument.
209 2011-08-15  Puneeth Chaganti  <punchagan@gmail.com>
211         * org.texi (Include files): Document :lines.
213 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
215         * org.texi (comments): Documentation of the ":comments noweb" code
216         block header argument.
218 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
220         * org.texi (Conflicts): Changed "yasnippets" to "yasnippet" and
221         added extra whitespace around functions to be consistent with the
222         rest of the section.
224 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
226         * org.texi (Evaluating code blocks):  Expanded discussion of
227         #+call: line syntax.
228         (Header arguments in function calls): Expanded discussion of
229         #+call: line syntax.
231 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
233         * org.texi (Evaluating code blocks): More explicit about how to
234         pass variables to #+call lines.
236 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
238         * org.texi (Results of evaluation): Link to the :results header
239         argument list from the "Results of evaluation" section.
241 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
243         * org.texi (Conflicts): Adding additional information about
244         resolving org/yasnippet conflicts.
246 2011-08-15  David Maus  <dmaus@ictsoc.de>
248         * org.texi (Publishing options): Document style-include-scripts
249         publishing project property.
251 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
253         * org.texi (Sparse trees): Document the next-error /
254         previous-error functionality.
256 2011-08-15  Tom Dye  <tsd@tsdye.com>
258         * org.texi (cache): Improved documentation of code block caches.
260 2011-08-15  Tom Dye  <tsd@tsdye.com>
262         * org.texi (Code block specific header arguments): Documentation
263         of multi-line header arguments.
265 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
267         * org.texi (Code evaluation security): Add example for using a
268         function.
270 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
272         * org.texi (Tables in LaTeX export): Documentation of new
273         attr_latex options for tables.
275 2011-08-03  Michael Albinus  <michael.albinus@gmx.de>
277         * trampver.texi: Update release number.
279 2011-07-30  Michael Albinus  <michael.albinus@gmx.de>
281         Sync with Tramp 2.2.2.
283         * trampver.texi: Update release number.
285 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
287         * flymake.texi (Example -- Configuring a tool called via make):
288         Use /dev/null instead of the Windows "nul" (bug#8715).
290 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
292         * widget.texi (Setting Up the Buffer): Remove mention of the
293         global keymap parent, which doesn't seem to be accurate
294         (bug#7045).
296 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
298         * org.texi (Special agenda views): Fix double quoting (bug#3509).
300 2010-07-10  Kevin Ryde  <user42@zip.com.au>
302         * cl.texi (For Clauses): Add destructuring example processing an
303         alist (bug#6596).
305 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
307         * ediff.texi (Major Entry Points): Remove mention of `require',
308         since that's not pertinent in the installed Emacs (bug#9016).
310 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
312         * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
313         (Filtering New Groups): Clarify how simple the "options -n" format is.
314         (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
315         is internal.
317 2011-07-04  Michael Albinus  <michael.albinus@gmx.de>
319         * tramp.texi (Cleanup remote connections): Add
320         `tramp-cleanup-this-connection'.
322 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
324         * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
325         zombies.
326         (Checking New Groups): Ditto (bug#8974).
327         (Checking New Groups): Moved the reference to the right place.
329 2011-07-03  Dave Abrahams  <dave@boostpro.com>  (tiny change)
331         * gnus.texi (Startup Files): Clarify that we're talking about numbered
332         backups, and not actual vc (bug#8975).
334 2011-07-03  Kevin Ryde  <user42@zip.com.au>
336         * cl.texi (For Clauses): @items for hash-values and key-bindings
337         to make them more visible when skimming.  Add examples of `using'
338         clause to them, examples being clearer than a description in
339         words (bug#6599).
341 2011-07-01  Alan Mackenzie  <acm@muc.de>
343         * cc-mode.texi (Guessing the Style): New page.
344         (Styles): Add a short introduction to above.
346 2011-06-28  Deniz Dogan  <deniz@dogan.se>
348         * rcirc.texi (Configuration): Bug-fix:
349         `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
350         Reported by Elias Pipping <pipping@exherbo.org>.
352 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
354         * gnus.texi (Summary Mail Commands): Document
355         `gnus-summary-reply-to-list-with-original'.
357 2011-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
359         * eshell.texi (Known problems): Fix typo.
361 2011-06-12  Michael Albinus  <michael.albinus@gmx.de>
363         * tramp.texi (Customizing Completion): Mention authinfo-style files.
364         (Password handling): `auth-source-debug' is good for debug messages.
366 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
368         * gnus.texi (Store custom flags and keywords): Refer to
369         `gnus-registry-article-marks-to-{chars,names}' instead of
370         `gnus-registry-user-format-function-{M,M2}'.
372 2011-05-27  Paul Eggert  <eggert@cs.ucla.edu>
374         * texinfo.tex: Merge from gnulib.
376 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
378         * gnus.texi (Gnus Registry Setup): Rename from "Setup".
379         (Store custom flags and keywords):
380         Mention `gnus-registry-user-format-function-M' and
381         `gnus-registry-user-format-function-M2'.
383 2011-05-17  Paul Eggert  <eggert@cs.ucla.edu>
385         * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
387 2011-05-17  Glenn Morris  <rgm@gnu.org>
389         * gnus.texi (Face): Fix typo.
391 2011-05-14  Glenn Morris  <rgm@gnu.org>
393         * dired-x.texi (Omitting Examples): Minor addition.
395 2011-05-10  Jim Meyering  <meyering@redhat.com>
397         * ede.texi: Fix typo "or or -> or".
399 2011-05-03  Peter Münster  <pmlists@free.fr>  (tiny change)
401         * gnus.texi (Summary Buffer Lines):
402         gnus-summary-user-date-format-alist does not exist.
403         (Sorting the Summary Buffer): More about sorting threads.
405 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
407         * trampver.texi: Update release number.
409 2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
411         * tramp.texi (Frequently Asked Questions): New item for disabling
412         Tramp in other packages.
414 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
416         * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
417         (Fancy splitting to parent, Store arbitrary data):
418         Updated gnus-registry docs.
420 2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
422         * ede.texi: Fix typos.
424 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
426         * gnus.texi (Window Layout): @itemize @code doesn't exist.
427         It's @table @code.
429 2011-03-19  Antoine Levitt  <antoine.levitt@gmail.com>
431         * gnus.texi (Listing Groups): Document gnus-group-list-ticked
433 2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
435         * calc.texi (Logarithmic Units): Update the function names.
437 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
439         * message.texi (Various Commands): Document format specs in the
440         ellipsis.
442 2011-03-15  Antoine Levitt  <antoine.levitt@gmail.com>
444         * message.texi (Insertion Variables): Document message-cite-style.
446 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
448         * tramp.texi (Remote processes): New subsection "Running shell on
449         a remote host".
451 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
453         * auth.texi (Help for developers): Update docs to explain that the
454         :save-function will only run the first time.
456 2011-03-12  Glenn Morris  <rgm@gnu.org>
458         * Makefile.in (emacs-faq.html): Fix some more cross-refs.
459         (emacs-faq.text): New target.
460         (clean): Add emacs-faq.
462 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
464         Sync with Tramp 2.2.1.
466         * trampver.texi: Update release number.
468 2011-03-11  Glenn Morris  <rgm@gnu.org>
470         * Makefile.in (HTML_TARGETS): New.
471         (clean): Delete $HTML_TARGETS.
472         (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
474 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
476         * auth.texi (Help for developers): Show example of using
477         `auth-source-search' with prompts and :save-function.
479 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
481         * Version 23.3 released.
483 2011-03-07  Antoine Levitt  <antoine.levitt@gmail.com>
485         * message.texi (Message Buffers): Update default value of
486         message-generate-new-buffers.
488 2011-03-06  Jay Belanger  <jay.p.belanger@gmail.com>
490         * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
491         and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
492         respectively.
493         (Musical Notes): New section.
494         (Customizing Calc): Mention the customizable variable
495         calc-note-threshold.
497 2011-03-03  Glenn Morris  <rgm@gnu.org>
499         * url.texi (Dealing with HTTP documents): Remove reference to
500         function url-decode-text-part; never seems to have existed.  (Bug#6038)
501         (Configuration): Update url-configuration-directory description.
503 2011-03-02  Glenn Morris  <rgm@gnu.org>
505         * dired-x.texi (Multiple Dired Directories): Remove mentions
506         of dired-default-directory-alist and dired-default-directory.
507         Move dired-smart-shell-command here...
508         (Miscellaneous Commands): ... from here.
510 2011-03-02  Paul Eggert  <eggert@cs.ucla.edu>
512         * texinfo.tex: Update to version 2011-02-24.09.
514 2011-03-02  Glenn Morris  <rgm@gnu.org>
516         * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
517         instead of the obsoleted dired-omit-here-always.
519 2011-02-28  Michael Albinus  <michael.albinus@gmx.de>
521         * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
522         supported systems.
524 2011-02-28  Glenn Morris  <rgm@gnu.org>
526         * dbus.texi (Type Conversion): Grammar fix.
528 2011-02-23  Michael Albinus  <michael.albinus@gmx.de>
530         * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
531         "Debian GNU/Linux".
533         * trampver.texi [xemacs]: Set emacsothername to "Emacs".
535 2011-02-23  Glenn Morris  <rgm@gnu.org>
537         * dired-x.texi (Features): Minor rephrasing.
538         (Local Variables): Fix typos.
540         * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
541         Standardize some Emacs/XEmacs terminology.
543         * dired-x.texi (Features): Don't advertise obsolete local variables.
544         Simplify layout.
545         (Omitting Variables): Update local variables example.
546         (Local Variables): Say this is obsolete.  Fix description of
547         dired-enable-local-variables possible values.
549 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
551         * auth.texi (Help for users): Mention ~/.netrc is also searched by
552         default now.
554 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
556         * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
558 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
560         * gnus.texi (Window Layout): Document layout names.
562 2011-02-19  Eli Zaretskii  <eliz@gnu.org>
564         * ada-mode.texi: Sync @dircategory with ../../info/dir.
565         * auth.texi: Sync @dircategory with ../../info/dir.
566         * autotype.texi: Sync @dircategory with ../../info/dir.
567         * calc.texi: Sync @dircategory with ../../info/dir.
568         * cc-mode.texi: Sync @dircategory with ../../info/dir.
569         * cl.texi: Sync @dircategory with ../../info/dir.
570         * dbus.texi: Sync @dircategory with ../../info/dir.
571         * dired-x.texi: Sync @dircategory with ../../info/dir.
572         * ebrowse.texi: Sync @dircategory with ../../info/dir.
573         * ede.texi: Sync @dircategory with ../../info/dir.
574         * ediff.texi: Sync @dircategory with ../../info/dir.
575         * edt.texi: Sync @dircategory with ../../info/dir.
576         * eieio.texi: Sync @dircategory with ../../info/dir.
577         * emacs-mime.texi: Sync @dircategory with ../../info/dir.
578         * epa.texi: Sync @dircategory with ../../info/dir.
579         * erc.texi: Sync @dircategory with ../../info/dir.
580         * eshell.texi: Sync @dircategory with ../../info/dir.
581         * eudc.texi: Sync @dircategory with ../../info/dir.
582         * flymake.texi: Sync @dircategory with ../../info/dir.
583         * forms.texi: Sync @dircategory with ../../info/dir.
584         * gnus.texi: Sync @dircategory with ../../info/dir.
585         * idlwave.texi: Sync @dircategory with ../../info/dir.
586         * mairix-el.texi: Sync @dircategory with ../../info/dir.
587         * message.texi: Sync @dircategory with ../../info/dir.
588         * mh-e.texi: Sync @dircategory with ../../info/dir.
589         * newsticker.texi: Sync @dircategory with ../../info/dir.
590         * nxml-mode.texi: Sync @dircategory with ../../info/dir.
591         * org.texi: Sync @dircategory with ../../info/dir.
592         * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
593         * pgg.texi: Sync @dircategory with ../../info/dir.
594         * rcirc.texi: Sync @dircategory with ../../info/dir.
595         * reftex.texi: Sync @dircategory with ../../info/dir.
596         * remember.texi: Sync @dircategory with ../../info/dir.
597         * sasl.texi: Sync @dircategory with ../../info/dir.
598         * sc.texi: Sync @dircategory with ../../info/dir.
599         * semantic.texi: Sync @dircategory with ../../info/dir.
600         * ses.texi: Sync @dircategory with ../../info/dir.
601         * sieve.texi: Sync @dircategory with ../../info/dir.
602         * smtpmail.texi: Sync @dircategory with ../../info/dir.
603         * speedbar.texi: Sync @dircategory with ../../info/dir.
604         * trampver.texi [emacs]: Set emacsname to "Emacs".
605         * tramp.texi: Sync @dircategory with ../../info/dir.
606         * url.texi: Sync @dircategory with ../../info/dir.
607         * vip.texi: Sync @dircategory with ../../info/dir.
608         * viper.texi: Sync @dircategory with ../../info/dir.
609         * widget.texi: Sync @dircategory with ../../info/dir.
610         * woman.texi: Sync @dircategory with ../../info/dir.
612 2011-02-19  Glenn Morris  <rgm@gnu.org>
614         * dired-x.texi (Technical Details): No longer redefines
615         dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
616         dired-read-shell-command, or dired-find-buffer-nocreate.
618 2011-02-18  Glenn Morris  <rgm@gnu.org>
620         * dired-x.texi (Optional Installation File At Point): Simplify.
622 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
624         * auth.texi (Help for users): Use :port instead of :protocol for all
625         auth-source docs.
626         (GnuPG and EasyPG Assistant Configuration): Mention the default now is
627         to have two files in `auth-sources'.
629 2011-02-16  Glenn Morris  <rgm@gnu.org>
631         * dired-x.texi: Use emacsver.texi to get Emacs version.
632         * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
633         Depend on emacsver.texi.
635         * dired-x.texi: Drop meaningless version number.
636         (Introduction): Remove old info.
637         (Optional Installation Dired Jump): Autoload from dired-x.
638         Remove incorrect info about loaddefs.el.
639         (Bugs): Just refer to M-x report-emacs-bug.
641         * dired-x.texi (Multiple Dired Directories): Update for rename of
642         default-directory-alist.
643         (Miscellaneous Commands): No longer mention very old VM version 4.
645 2011-02-15  Paul Eggert  <eggert@cs.ucla.edu>
647         Merge from gnulib.
648         * texinfo.tex: Update to version 2011-02-14.11.
650 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
652         * auth.texi (Help for users):
653         Login collection is "Login" and not "login".
655 2011-02-13  Michael Albinus  <michael.albinus@gmx.de>
657         * tramp.texi (History): Remove IMAP support.
658         (External methods, Frequently Asked Questions): Remove `imap' and
659         `imaps' methods.
660         (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
662         * trampver.texi: Remove default value of `emacsimap'.
664 2011-02-13  Glenn Morris  <rgm@gnu.org>
666         * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
667         * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
669 2011-02-12  Glenn Morris  <rgm@gnu.org>
671         * sc.texi (Getting Connected): Remove old index entries.
673 2011-02-12  Ulrich Mueller  <ulm@gentoo.org>
675         * url.texi: Remove duplicate @dircategory (Bug#7942).
677 2011-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
679         * auth.texi (Overview, Help for users, Help for developers):
680         Update docs.
681         (Help for users): Talk about spaces.
683 2011-02-09  Paul Eggert  <eggert@cs.ucla.edu>
685         * texinfo.tex: Update to version 2011-02-07.16.
687 2011-02-07  Michael Albinus  <michael.albinus@gmx.de>
689         * dbus.texi (Bus names): Adapt descriptions for
690         dbus-list-activatable-names and dbus-list-known-names.
692 2011-02-07  Jay Belanger  <jay.p.belanger@gmail.com>
694         * calc.texi (Logarithmic Units): New section.
696 2011-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
698         * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
699         manuals use it now.
701         * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
703 2011-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
705         * overrides.texi: Remove.
707         * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
708         * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
710 2011-02-05  Michael Albinus  <michael.albinus@gmx.de>
712         * tramp.texi (Frequently Asked Questions): Mention problems with
713         WinSSHD.
715         * trampver.texi: Update release number.
717 2011-02-05  Era Eriksson  <era+tramp@iki.fi>  (tiny change)
719         * tramp.texi:
720         Replace "delimet" with "delimit" globally.
721         Replace "explicite" with "explicit" globally.
722         Replace "instead of" with "instead" where there was nothing after "of".
723         Audit use of comma before interrogative pronoun, "that", or "which".
724         Minor word order, spelling, wording changes.
726 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
728         * overrides.texi: New file to set or clear WEBHACKDEVEL.
730         * sieve.texi: Use WEBHACKDEVEL.
732         * sasl.texi: Use WEBHACKDEVEL.
734         * pgg.texi: Use WEBHACKDEVEL.
736         * message.texi: Use WEBHACKDEVEL.
738         * gnus.texi: Use WEBHACKDEVEL.
740         * emacs-mime.texi: Use WEBHACKDEVEL.
742         * auth.texi: Use WEBHACKDEVEL.
744         * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
745         manuals.
747 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
749         * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
751 2011-02-03  Paul Eggert  <eggert@cs.ucla.edu>
753         * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
754         which in turn is copied from ftp://tug.org/tex/.
756 2011-02-03  Glenn Morris  <rgm@gnu.org>
758         * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
759         (Binding combinations of modifiers and function keys):
760         Let's assume people reading this are not using Emacs 18.
762 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
764         * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
765         since it's run automatically.
767 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
769         * gnus.texi (Customizing Articles): Fix typo.
771 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
773         * gnus.texi (Customizing Articles): Document the new way of customizing
774         the date headers(s).
776 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
778         * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
779         splitting example.
781 2011-01-29  Eli Zaretskii  <eliz@gnu.org>
783         * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
784         (MAKEINFO_OPTS): New variable.
785         (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
786         ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
787         ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
788         ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
789         ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
790         ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
791         ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
792         ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
793         ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
794         ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
795         ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
796         ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
797         ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
798         ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
799         ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
800         ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
801         ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
802         ($(infodir)/edt): Use $(MAKEINFO_OPTS).
804 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
806         * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
808 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
810         * message.texi (IDNA): Explain what it is.
812 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
814         * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
816 2011-01-23  Werner Lemberg  <wl@gnu.org>
818         * Makefile.in (MAKEINFO): Now controlled by `configure'.
819         (MAKEINFO_OPTS): New variable.  Use it where appropriate.
820         (ENVADD): Update.
822 2011-01-18  Glenn Morris  <rgm@gnu.org>
824         * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
826 2011-01-14  Eduard Wiebe  <usenet@pusto.de>
828         * nxml-mode.texi (Introduction): Fix file name typos.
830 2011-01-13  Christian Ohler  <ohler@gnu.org>
832         * ert.texi: New file.
834         * Makefile.in:
835         * makefile.w32-in: Add ert.texi.
837 2011-01-10  Jan Moringen  <jan.moringen@uni-bielefeld.de>
839         * dbus.texi (Receiving Method Calls): New function
840         dbus-register-service.  Rearrange node.
842 2011-01-07  Paul Eggert  <eggert@cs.ucla.edu>
844         * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
845         which in turn is copied from ftp://tug.org/tex/.
847 2011-01-04  Jan Moringen  <jan.moringen@uni-bielefeld.de>
849         * dbus.texi (Receiving Method Calls): Describe new optional
850         parameter dont-register-service of dbus-register-{method,property}.
852 2010-12-17  Daiki Ueno  <ueno@unixuser.org>
854         * epa.texi (Encrypting/decrypting *.gpg files):
855         Mention epa-file-select-keys.
857 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
859         * gnus.texi (Archived Messages): Remove outdated text.
861 2010-12-16  Teodor Zlatanov  <tzz@lifelogs.com>
863         * gnus.texi (Foreign Groups): Add clarification of foreign groups.
865 2010-12-15  Andrew Cohen  <cohen@andy.bu.edu>
867         * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
869 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
871         * gnus.texi (The swish++ Engine): Add customizable parameters
872         descriptions.
873         (The swish-e Engine): Ditto.
875 2010-12-14  Michael Albinus  <michael.albinus@gmx.de>
877         * tramp.texi (Inline methods): Add "ksu" method.
878         (Remote processes): Add example with remote `default-directory'.
880 2010-12-14  Glenn Morris  <rgm@gnu.org>
882         * faq.texi (Expanding aliases when sending mail):
883         Now build-mail-aliases is interactive.
885 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
887         * gnus.texi: First pass at adding (rough) nnir documentation.
889 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
891         * gnus.texi (Filtering New Groups):
892         Mention gnus-auto-subscribed-categories.
893         (The First Time): Remove, since default-subscribed-newsgroups has been
894         removed.
896 2010-12-13  Glenn Morris  <rgm@gnu.org>
898         * cl.texi (For Clauses): Small fixes for frames and windows.
900 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
902         * org.texi (Using capture): Document using prefix arguments for
903         finalizing capture.
904         (Agenda commands): Document prefix argument for the bulk scatter
905         command.
906         (Beamer class export): Document that also overlay arguments can be
907         passed to the column environment.
908         (Template elements): Document the new entry type.
910 2010-12-11  Puneeth Chaganti  <punchagan@gmail.com>
912         * org.texi (Include files): Document :minlevel.
914 2010-12-11  Julien Danjou  <julien@danjou.info>
916         * org.texi (Categories): Document category icons.
918 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
920         * org.texi (noweb): Fix typo.
922 2010-12-06  Tassilo Horn  <tassilo@member.fsf.org>
924         * gnus.texi (Server Commands): Point to the rest of the server
925         commands.
927 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
929         * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
930         g'.
932 2010-12-02  Julien Danjou  <julien@danjou.info>
934         * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
936 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
938         * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
939         (Direct Functions): Note the STARTTLS upgrade.
941 2010-11-27  Glenn Morris  <rgm@gnu.org>
942             James Clark  <none@example.com>
944         * nxml-mode.texi (Introduction): New section.
946 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
948         * gnus.texi (Server Commands): Document gnus-server-show-server.
950 2010-11-20  Michael Albinus  <michael.albinus@gmx.de>
952         Sync with Tramp 2.2.0.
954         * trampver.texi: Update release number.
956 2010-11-19  Jay Belanger  <jay.p.belanger@gmail.com>
958         * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
959         Mention that the TeX specific units won't use the `tex' prefix
960         in TeX mode.
962 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
964         * gnus.texi (Misc Article): Document gnus-inhibit-images.
966 2010-11-17  Glenn Morris  <rgm@gnu.org>
968         * edt.texi: Remove information about Emacs 19.
970 2010-11-17  Michael Albinus  <michael.albinus@gmx.de>
972         * trampver.texi: Update release number.
974 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
976         * gnus.texi (Article Washing): Fix typo.
978 2010-11-11  Noorul Islam  <noorul@noorul.com>
980         * org.texi: Fix typo.
982 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
984         * org.texi (Using capture): Explain that refiling is
985         sensitive to cursor position.
987 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
989         * org.texi (Images and tables): Add cross reference to link section.
991 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
993         * org.texi: Document the <c> cookie.
995 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
997         * org.texi: multi-line header arguments :PROPERTIES: :ID:
998         b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
1000 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
1002         * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
1004 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
1006         * org.texi (Project alist): Mention that this is a property list.
1008 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
1010         * org.texi (Setting up the staging area): Document that
1011         file names remain visible when encrypting the MobileOrg files.
1013 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
1015         * org.texi (Setting up the staging area): Document which
1016         versions are needed for encryption.
1018 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
1020         * org.texi (noweb): Update :noweb documentation to
1021         reflect the new "tangle" argument.
1023 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
1025         * org.texi (Batch execution): Improve tangling script in
1026         documentation.
1028 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
1030         * org.texi (Handling links):
1031         (In-buffer settings): Document inlining images on startup.
1033 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
1035         * org.texi (Setting up the staging area): Document use of
1036         crypt password.
1038 2010-11-11  David Maus  <dmaus@ictsoc.de>
1040         * org.texi (Template expansion): Add date related link type escapes.
1042 2010-11-11  David Maus  <dmaus@ictsoc.de>
1044         * org.texi (Template expansion): Add mew in table for link type
1045         escapes.
1047 2010-11-11  David Maus  <dmaus@ictsoc.de>
1049         * org.texi (Template expansion): Fix typo in link type escapes.
1051 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
1053         * org.texi (Structure of code blocks): Another documentation tweak.
1055 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
1057         * org.texi (Structure of code blocks): Documentation tweak.
1059 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
1061         * org.texi (Structure of code blocks):
1062         Update documentation to mention inline code block syntax.
1064 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
1066         * org.texi (comments): Improve wording.
1068 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
1070         * org.texi (comments): Document the new :comments header arguments.
1072 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
1074         * org.texi (Installation): Remove the special
1075         installation instructions for XEmacs.
1077 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
1079         * org.texi (Easy Templates): New section.  Documents quick
1080         insertion of empty structural elements.
1082 2010-11-11  Noorul Islam  <noorul@noorul.com>
1084         * org.texi: Fix doc.
1086 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
1088         * org.texi (The date/time prompt): Document specification
1089         of time ranges.
1091 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
1093         * org.texi (Internal links): Document the changes in
1094         internal links.
1096 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
1098         * org.texi (Agenda commands): Document the limitation for
1099         the filter preset - it can only be used for an entire agenda
1100         view, not in an individual block in a block agenda.
1102 2010-11-11  Eric S Fraga  <e.fraga@ucl.ac.uk>
1104         * org.texi (iCalendar export): Document alarm creation.
1106 2010-11-10  Michael Albinus  <michael.albinus@gmx.de>
1108         * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
1110 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1112         * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
1114 2010-11-09  Jay Belanger  <jay.p.belanger@gmail.com>
1116         * calc.texi: Use emacsver.texi to determine Emacs version.
1118 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1120         * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
1121         since that works by default.
1123 2010-11-03  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1125         * gnus.texi (Customizing the IMAP Connection): Document
1126         `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
1128 2010-11-04  Michael Albinus  <michael.albinus@gmx.de>
1130         * tramp.texi (Remote shell setup): New item "Interactive shell
1131         prompt".  Reported by Christian Millour <cm@abtela.com>.
1132         (Remote shell setup, Remote processes): Use @code{} for
1133         environment variables.
1135 2010-11-03  Glenn Morris  <rgm@gnu.org>
1137         * ediff.texi (Quick Help Commands, Miscellaneous):
1138         * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
1140 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1142         * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
1144 2010-10-31  Glenn Morris  <rgm@gnu.org>
1146         * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
1148 2010-10-31  Glenn Morris  <rgm@gnu.org>
1150         * cc-mode.texi: Remove reference to defunct viewcvs URL.
1152 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1154         * gnus.texi (Client-Side IMAP Splitting):
1155         Mention nnimap-unsplittable-articles.
1157 2010-10-29  Julien Danjou  <julien@danjou.info>
1159         * gnus.texi (Finding the News): Remove references to obsoletes
1160         variables `gnus-nntp-server' and `gnus-secondary-servers'.
1162 2010-10-29  Eli Zaretskii  <eliz@gnu.org>
1164         * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
1165         (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
1166         ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
1167         ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
1169 2010-10-28  Glenn Morris  <rgm@gnu.org>
1171         * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
1172         (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
1173         ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
1175 2010-10-25  Daiki Ueno  <ueno@unixuser.org>
1177         * epa.texi (Mail-mode integration): Add alternative key bindings
1178         for epa-mail commands; escape comma.
1179         Don't use the word "PGP", since it is a non-free program.
1181 2010-10-24  Jay Belanger  <jay.p.belanger@gmail.com>
1183         * calc.texi: Use emacsver.texi to determine Emacs version.
1185 2010-10-24  Juanma Barranquero  <lekktu@gmail.com>
1187         * gnus.texi (Group Parameters, Buttons): Fix typos.
1189 2010-10-22  Tassilo Horn  <tassilo@member.fsf.org>
1191         * gnus.texi (Subscription Commands): Mention that you can also
1192         subscribe to new groups via the Server buffer, which is probably more
1193         convenient when subscribing to many groups.
1195 2010-10-21  Julien Danjou  <julien@danjou.info>
1197         * message.texi (Message Headers): Allow message-default-headers to be a
1198         function.
1200 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1202         * gnus-news.texi: Mention new archive defaults.
1204 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1206         * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
1208 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1210         * gnus.texi (HTML): Document the function value of
1211         gnus-blocked-images.
1212         (Article Washing): shr and gnus-w3m, not the direct function names.
1214 2010-10-20  Julien Danjou  <julien@danjou.info>
1216         * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
1217         variable.
1219 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1221         * gnus.texi (Customizing the IMAP Connection): The port strings are
1222         strings.
1223         (Document Groups): Mention git.
1225 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1227         * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
1228         bzr/Gnus git sync.
1230 2010-10-15  Eli Zaretskii  <eliz@gnu.org>
1232         * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
1233         change.
1235 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1237         * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
1238         @item syntax for in-Emacs makeinfo.
1240 2010-10-13  Teodor Zlatanov  <tzz@lifelogs.com>
1242         * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
1243         trim sentence.
1245 2010-10-12  Daiki Ueno  <ueno@unixuser.org>
1247         * epa.texi (Caching Passphrases):
1248         * auth.texi (GnuPG and EasyPG Assistant Configuration):
1249         Clarify some configurations require to set up gpg-agent.
1251 2010-10-11  Glenn Morris  <rgm@gnu.org>
1253         * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
1255 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1257         * gnus.texi (Spam Package Introduction): Mention `$'.
1259 2010-10-09  Eli Zaretskii  <eliz@gnu.org>
1261         * makefile.w32-in (emacsdir): New variable.
1262         ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
1263         (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
1265 2010-10-09  Glenn Morris  <rgm@gnu.org>
1267         * Makefile.in (mostlyclean): Delete *.toc.
1269         * Makefile.in: Use $< in rules.
1271         * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
1273         * Makefile.in ($(infodir)): Delete rule.
1274         (mkinfodir): New.  Use it in all the info rules, rather than depending
1275         on infodir.
1277 2010-10-09  Glenn Morris  <rgm@gnu.org>
1279         * gnus.texi (Article Washing): Fix previous change.
1281         * Makefile.in (emacsdir): New variable.
1282         ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
1283         Depend on emacsver.texi.
1285         * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
1287         * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
1289 2010-10-08  Julien Danjou  <julien@danjou.info>
1291         * gnus.texi: Add mm-shr.
1293 2010-10-08  Ludovic Courtès  <ludo@gnu.org>
1295         * gnus.texi (Finding the Parent, The Gnus Registry)
1296         (Registry Article Refer Method): Update docs for nnregistry.el.
1298 2010-10-08  Daiki Ueno  <ueno@unixuser.org>
1300         * auth.texi (Help for users)
1301         (GnuPG and EasyPG Assistant Configuration): Update docs.
1303 2010-10-08  Glenn Morris  <rgm@gnu.org>
1305         * cl.texi (Organization, Installation, Old CL Compatibility):
1306         Deprecate cl-compat for new code.
1307         (Usage, Installation): Remove outdated information.
1309         * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
1311 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1313         * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
1315 2010-10-06  Julien Danjou  <julien@danjou.info>
1317         * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
1319         * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
1320         broken link.
1322         * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
1324         * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
1325         to ReiserFS.
1327         * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
1328         (FAQ 7-1): Fix getmail URL.
1330 2010-10-06  Daiki Ueno  <ueno@unixuser.org>
1332         * epa.texi (Caching Passphrases): New section.
1334 2010-10-06  Glenn Morris  <rgm@gnu.org>
1336         * Makefile.in (SHELL): Set it.
1337         (info): Move the mkdir dependency to the individual info files.
1338         (mostlyclean): Tidy up.
1339         (clean): Only delete the specific dvi and pdf files.
1340         (maintainer-clean): Be more restrictive in what we delete.
1341         ($(infodir)): Add parallel build workaround.
1343 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1345         * gnus.texi (Misc Article): Document gnus-widen-article-window.
1347 2010-10-03  Julien Danjou  <julien@danjou.info>
1349         * emacs-mime.texi (Display Customization):
1350         Update mm-inline-large-images documentation and add documentation for
1351         mm-inline-large-images-proportion.
1353 2010-10-03  Michael Albinus  <michael.albinus@gmx.de>
1355         * tramp.texi (Frequently Asked Questions):
1356         Mention remote-file-name-inhibit-cache.
1358 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1360         * gnus.texi (Splitting Mail): Fix @xref syntax.
1361         (Splitting Mail): Really fix the @ref syntax.
1363 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1365         * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
1366         (Article Hiding): Add google banner example.
1367         Suggested by Benjamin Xu.
1369 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1371         * gnus.texi (Spam Package Configuration Examples, SpamOracle):
1372         Remove nnimap-split-rule from examples.
1374 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1376         * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
1377         (NNTP): Document nntp-server-list-active-group.  Suggested by Barry
1378         Fishman.
1379         (Client-Side IMAP Splitting): Add nnimap-split-fancy.
1381 2010-09-30  Julien Danjou  <julien@danjou.info>
1383         * gnus.texi (Gravatars): Fix documentation about
1384         gnu-gravatar-properties.
1386 2010-09-29  Daiki Ueno  <ueno@unixuser.org>
1388         * epa.texi (Bug Reports): New section.
1390 2010-09-29  Glenn Morris  <rgm@gnu.org>
1392         * Makefile.in (top_srcdir): Remove unused variable.
1394 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1396         * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
1397         (Client-Side IMAP Splitting): Document 'default.
1399 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1401         * gnus.texi (Customizing the IMAP Connection):
1402         Document nnimap-fetch-partial-articles.
1404 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1406         * gnus-news.texi: Mention nnimap-inbox.
1408         * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
1410 2010-09-26  Julien Danjou  <julien@danjou.info>
1412         * gnus.texi (Oort Gnus): Remove mention of ssl.el.
1414 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1416         * gnus.texi (Security): Remove gpg.el mention.
1418 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1420         * gnus.texi (Browse Foreign Server): New variable
1421         gnus-browse-subscribe-newsgroup-method.
1423         * gnus-news.texi: Mention it.
1425 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1427         * gnus.texi (NoCeM): Remove.
1428         (Startup Variables): No jingle.
1430 2010-09-25  Ulrich Mueller  <ulm@gentoo.org>
1432         * woman.texi (Interface Options): xz compression is now supported.
1434 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1436         * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
1437         (Unavailable Servers): Document gnus-server-copy-server.
1438         (Using IMAP): Document the new nnimap.
1440 2010-09-25  Julien Danjou  <julien@danjou.info>
1442         * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
1444 2010-09-24  Glenn Morris  <rgm@gnu.org>
1446         * url.texi (Disk Caching): Tweak previous change.
1448 2010-09-24  Julien Danjou  <julien@danjou.info>
1450         * url.texi (Disk Caching): Mention url-cache-expire-time,
1451         url-cache-expired, and url-fetch-from-cache.
1453 2010-09-24  Julien Danjou  <julien@danjou.info>
1455         * gnus.texi: Add Gravatars.
1457 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1459         * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
1461 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1463         * gnus.texi (Expunging mailboxes): Update name of the expunging
1464         command.
1466 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1468         * emacs-mime.texi (rfc2047): Update description for
1469         rfc2047-encode-parameter.
1471 2010-09-13  Michael Albinus  <michael.albinus@gmx.de>
1473         * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
1474         "fish" methods.
1475         (External methods): Remove "scp1_old" and "scp2_old" methods.
1477 2010-09-09  Michael Albinus  <michael.albinus@gmx.de>
1479         * tramp.texi: Remove Japanese manual.  Fix typo.
1481         * trampver.texi: Update release number.  Remove japanesemanual.
1483 2010-09-09  Glenn Morris  <rgm@gnu.org>
1485         * org.texi: Restore clobbered changes (copyright years, untabify).
1487 2010-09-04  Julien Danjou  <julien@danjou.info>  (tiny change)
1489         * gnus.texi (Adaptive Scoring): Fix typo.
1491 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1493         * gnus.texi (Article Display): Document gnus-html-show-images.
1495 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
1497         * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
1499 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1501         * gnus.texi (HTML): Document gnus-max-image-proportion.
1503 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1505         * gnus.texi (HTML): Document gnus-blocked-images.
1507         * message.texi (Wide Reply): Document message-prune-recipient-rules.
1509 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1511         * gnus.texi (Summary Mail Commands): Note that only the addresses from
1512         the first message are used for wide replies.
1513         (Changing Servers): Remove documentation on gnus-change-server and
1514         friends, since it's been removed.
1516 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1518         * gnus.texi (Drafts): Mention B DEL.
1520 2010-08-29  Tim Landscheidt  <tim@tim-landscheidt.de>  (tiny change)
1522         * gnus.texi (Delayed Articles): Mention that the Date header is the
1523         original one, even if you delay.
1525 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1527         * gnus.texi (Asynchronous Fetching):
1528         Document gnus-async-post-fetch-function.
1529         (HTML): Made into its own section.
1531 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
1533         Sync with Tramp 2.1.19.
1535         * tramp.texi (Inline methods, Default Method): Mention
1536         `tramp-inline-compress-start-size'.  Remove "kludgy" phrase.
1537         Remove remark about doubled "-t" argument.
1538         (Auto-save and Backup): Remove reference to Emacs 21.
1539         (Filename Syntax): Describe port numbers.
1540         (Frequently Asked Questions): Adapt supported (X)Emacs versions.  Adapt
1541         supported MS Windows versions.  Remove obsolete URL.  Recommend "sshx"
1542         and "scpx" for echoing shells.  Use the $() syntax, texi2dvi reports
1543         errors with the backquotes.
1544         (External packages): File attributes cache flushing for asynchronous
1545         processes.
1546         (Traces and Profiles): Describe verbose level 9.
1548         * trampver.texi: Update release number.
1550 2010-08-23  Michael Albinus  <michael.albinus@gmx.de>
1552         * dbus.texi (Alternative Buses): New chapter.
1554 2010-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1556         * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
1558 2010-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
1560         * calc.texi (Customizing Calc): Rearrange description of new
1561         variables to match the presentation of other variables.
1563 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
1565         * org.texi (Footnotes, Tables in HTML export): Fix typos.
1567 2010-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
1569         * calc.texi (Making Selections, Selecting Subformulas)
1570         (Customizing Calc): Mention how to use faces to emphasize selected
1571         sub-formulas.
1573 2010-08-05  Michael Albinus  <michael.albinus@gmx.de>
1575         * tramp.texi (External packages): File attributes cache flushing
1576         for asynchronous processes.
1578 2010-08-01  Alan Mackenzie  <acm@muc.de>
1580         Enhance the manual for the latest Java Mode.
1582         * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
1583         annotation-var-cont.
1584         (Java Symbols): Page renamed from Anonymous Class Symbol.  Document the
1585         two new symbols.
1587 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
1589         * tramp.texi (Traces and Profiles): Describe verbose level 9.
1591 2010-07-27  Chong Yidong  <cyd@stupidchicken.com>
1593         * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
1595 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
1597         * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
1599 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
1601         * org.texi: Add macros to get plain quotes in PDF output.
1602         List additional contributors.
1603         (Capture): New section, replaces the section about remember.
1604         (Working With Source Code): New chapter, focused on documenting Org
1605         Babel.
1606         (Code evaluation security): New section.
1607         (MobileOrg): Document DropBox support.
1608         (TaskJuggler export): Document taskjuggler and Gantt chart support.
1609         (Special symbols): Show how to display UTF8 characters for entities.
1610         (Global TODO list): Clarify the use of the "M" key and the differences
1611         to the "m" key.
1612         (RSS Feeds): Mention Atom feeds as well.
1613         (Setting tags): Remove paragraph about
1614         `org-complete-tags-always-offer-all-agenda-tags'.
1616 2010-07-17  Michael Albinus  <michael.albinus@gmx.de>
1618         * tramp.texi (Inline methods): Remove remark about doubled "-t"
1619         argument.
1620         (Frequently Asked Questions): Recommend "sshx" and "scpx" for
1621         echoing shells.
1623 2010-07-10  Michael Albinus  <michael.albinus@gmx.de>
1625         * tramp.texi (Inline methods): Remove "kludgy" phrase.
1626         (Filename Syntax): Describe port numbers.
1628 2010-07-09  Michael Albinus  <michael.albinus@gmx.de>
1630         * dbus.texi (Top): Introduce Index.  Emphasize "nil" whereever
1631         forgotten.
1632         (Type Conversion): Precise conversion of natural numbers.
1633         (Errors and Events): Add "debugging" to concept index.  Add variable
1634         `dbus-debug'.
1636 2010-07-04  Michael Albinus  <michael.albinus@gmx.de>
1638         * dbus.texi (Receiving Method Calls): Add optional argument
1639         EMITS-SIGNAL to `dbus-register-property'.
1641 2010-06-27  Alex Schroeder  <alex@gnu.org>
1643         * nxml-mode.texi (Commands for locating a schema): Fix typo.
1645 2010-06-24  Glenn Morris  <rgm@gnu.org>
1647         * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
1648         * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
1649         * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
1650         * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
1651         * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
1652         * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
1653         * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
1654         * woman.texi: Start direntry descriptions in column 32, per Texinfo
1655         convention.   Make them end with a period.
1657 2010-06-23  Glenn Morris  <rgm@gnu.org>
1659         * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
1660         * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
1661         * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
1662         * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
1663         * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
1664         * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
1666 2010-06-10  Glenn Morris  <rgm@gnu.org>
1668         * idlwave.texi (Load-Path Shadows):
1669         * org.texi (Handling links): Fix typos.
1671 2010-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
1673         * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
1675 2010-05-26  Michael Albinus  <michael.albinus@gmx.de>
1677         * eshell.texi (Built-ins): Describe, how to disable a built-in command
1678         by an alias.  (Bug#6226)
1680 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
1682         * calc.texi (Manipulating Vectors): Mention that vectors can
1683         be used to determine bins for `calc-histogram'.
1685 2010-05-13  Jay Belanger  <jay.p.belanger@gmail.com>
1687         * calc.texi: Remove "\turnoffactive" commands throughout.
1689 2010-05-08  Å tÄ›pán NÄ›mec  <stepnem@gmail.com>  (tiny change)
1691         * url.texi (HTTP language/coding, Customization):
1692         * message.texi (Header Commands, Responses):
1693         * cl.texi (Argument Lists): Fix typos.
1695 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
1697         * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
1698         Note that Development menu is always available.
1699         (Creating a project): Fix terminology.
1700         (Add/Remove files): Fix typo.
1702 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
1704         * Version 23.2 released.
1706 2010-05-01  Daniel E. Doherty  <ddoherty03@gmail.com>  (tiny change)
1708         * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
1710 2010-05-01  Michael Albinus  <michael.albinus@gmx.de>
1712         * tramp.texi (Inline methods, Default Method):
1713         Mention `tramp-inline-compress-start-size'.
1715 2010-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
1717         * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
1718         the CVS repo.  Put the Git repo in the news section.
1720         * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
1721         Removed some mentions of CVS.  Mention the new Git repo.
1723 2010-04-18  Andreas Seltenreich  <seltenreich@gmx.de>
1725         * gnus.texi (Score File Format): Fix typo.  Reported by Å tÄ›pán NÄ›mec.
1726         (Mail Group Commands): Add index entry.
1728 2010-04-18  Glenn Morris  <rgm@gnu.org>
1730         * info.texi (Search Index): Mention Emacs's Info-virtual-index.
1732 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
1734         * calc.texi (Radix modes): Mention that the option prefix will
1735         turn on twos-complement mode.
1736         (Inverse and Hyperbolic Flags): Mention the Option flag.
1738 2010-04-15  Carsten Dominik  <carsten.dominik@gmail.com>
1740         * org.texi (LaTeX and PDF export): Add a footnote about xetex.
1741         (LaTeX/PDF export commands): Rename and Move section.
1742         (Sectioning structure): Update.
1743         (References): New use case for field coordinates.
1744         (The export dispatcher): Rename from ASCII export.
1745         (Setting up the staging area): Document the availability of
1746         encryption for MobileOrg.
1747         (Images and tables): Document how to reference labels.
1748         (Index entries): New section.
1749         (Generating an index): New section.
1750         (Column width and alignment): Document that <N> now
1751         means a fixed width, not a maximum width.
1752         (Publishing options): Document the :email option.
1753         (Beamer class export): Fix bug in the BEAMER example.
1754         (Refiling notes): Document refile logging.
1755         (In-buffer settings): Document refile logging keywords.
1756         (Drawers): Document `C-c C-z' command.
1757         (Agenda commands): Mention the alternative key `C-c C-z'.
1758         (Special properties): Document the BLOCKED property.
1759         (The spreadsheet): Mention the formula editor.
1760         (References): Document field coordinates.
1761         (Publishing action): Correct the documentation for the
1762         publishing function.
1763         (The date/time prompt): Document that we accept dates
1764         like month/day/year.
1765         (Cooperation): Document the changes in table.el support.
1766         (Faces for TODO keywords, Faces for TODO keywords)
1767         (Priorities): Document the easy colors.
1768         (Visibility cycling): Document the new double prefix
1769         arg for `org-reveal'.
1770         (Cooperation): Remember.el is part of Emacs.
1771         (Clean view): Mention that `wrap-prefix' is also set by
1772         org-indent-mode.
1773         (Agenda commands): Add information about prefix args to
1774         scheduling and deadline commands.
1775         (Search view): Point to the docstring of
1776         `org-search-view' for more details.
1777         (Agenda commands): Document that `>' prompts for a date.
1778         (Setting tags): Document variable
1779         org-complete-tags-always-offer-all-agenda-tags.
1780         (Column attributes): Cross-reference special properties.
1782 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
1784         Synchronize with Tramp repository.
1786         * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
1787         (Frequently Asked Questions): Adapt supported (X)Emacs versions.
1788         Adapt supported MS Windows versions.  Remove obsolete URL.  Use the $()
1789         syntax, texi2dvi reports errors with the backquotes.
1791         * trampver.texi: Update release number.
1793 2010-04-01  Teodor Zlatanov  <tzz@lifelogs.com>
1795         * gnus.texi (Finding the News): Add pointers to the Server buffer
1796         because it's essential.
1798 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1800         * gnus.texi (MIME Commands): Update description of
1801         gnus-article-browse-html-article.
1803 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
1805         * auth.texi (Secret Service API): Add TODO node.
1806         (Help for users): Explain the new source options for `auth-sources'.
1808 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
1810         * trampver.texi: Update release number.
1812 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
1814         * Branch for 23.2.
1816 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
1818         * faq.texi (Escape sequences in shell output): Note that ansi-color is
1819         now enabled by default.
1821 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
1823         * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
1824         when Emacs runs in interactive mode.  (Bug#5645)
1826 2010-02-16  Glenn Morris  <rgm@gnu.org>
1828         * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
1830 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
1832         * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
1834 2010-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1836         * gnus.texi (Score File Format): Fix typo.
1838 2010-01-19  Mark A. Hershberger  <mah@everybody.org>
1840         * cc-mode.texi: Replace references to obsolete c-subword-mode.
1842 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
1844         * ada-mode.texi (Project File Overview): Fix typo.
1846 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1848         * semantic.texi: Add Richard Y. Kim credit.
1850         * eieio.texi (Making New Objects): Fix typo (Bug#5406).
1852 2010-01-17  Michael Albinus  <michael.albinus@gmx.de>
1854         * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
1855         SXEmacs 22 to the supported systems.  New item for hung ssh sessions.
1857 2010-01-17  Glenn Morris  <rgm@gnu.org>
1859         * calc.texi (Reporting Bugs): Don't mention format of repository.
1861         * woman.texi (Bugs): Make "Emacs repository" less specific,
1862         and the URL for same more specific.
1864         * faq.texi (Latest version of Emacs): The repository is now Bazaar.
1866 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1868         * ede.texi (ede-step-project, ede-proj-target):
1869         * tramp.texi (Remote processes): Fix typos.
1871 2010-01-16  Mario Lang  <mlang@delysid.org>
1873         * ede.texi (ede-target):
1874         * org.texi (Refiling notes): Remove duplicated words.
1876 2010-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1878         * gnus.texi (Posting Styles): Use with-current-buffer.
1879         * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
1881 2010-01-02  Kevin Ryde  <user42@zip.com.au>
1883         * eieio.texi (Naming Conventions): Correction to xref on elisp
1884         coding conventions, is "Tips" node not "Standards".
1886 2009-12-24  Chong Yidong  <cyd@stupidchicken.com>
1888         * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
1890         * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
1892 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1894         * gnus.texi (Direct Functions): Add missing port number to tls method.
1896 2009-12-15  Juanma Barranquero  <lekktu@gmail.com>
1898         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
1899         ($(infodir)/edt, edt.dvi): New targets.
1901 2009-12-15  Glenn Morris  <rgm@gnu.org>
1903         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
1904         (edt, $(infodir)/edt, edt.dvi): New targets.
1905         * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
1907         * Makefile.in (PDF_TARGETS, pdf): New.
1908         (clean): Add *.pdf.
1909         Add pdf rules for all manuals.
1911 2009-12-15  Jay Belanger  <jay.p.belanger@gmail.com>
1913         * calc/calc.texi (Radix Modes): Clarify two's complement notation.
1915 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
1917         * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
1918         (Smart Jump, Analyzer Debug): Copyedits.
1919         (Semantic mode user commands): Link to new nodes.
1920         (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
1921         (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
1922         upstream Semantic manual.
1924         * semantic.texi (Introduction): Minor fix to diagram.
1926 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
1928         * eshell.texi (History): Add the other built-in variables.
1929         (Built-ins): Explain built-ins, and how to apply the external commands.
1930         Add `history', `su' and `sudo'.
1932         * tramp.texi (Remote processes): Add missing <RET> in the example.
1934 2009-12-01  Bill Wohler  <wohler@newt.com>
1936         * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
1937         path for mairix example.  Specify -q in namazu example since namazu is
1938         excessively garrulous.
1940 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
1942         * tramp.texi (Remote processes): Improve eshell example with "su"
1943         and "sudo" commands.
1945 2009-11-28  Chong Yidong  <cyd@stupidchicken.com>
1947         * semantic.texi (Analyzer Internals): Rename from Analyzer.
1949         * sem-user.texi (Semantic mode user commands): Fix key syntax.
1950         Document semantic-complete-analyze-inline.
1951         (Semanticdb search debugging commands): Minor clarification.
1952         (Analyzer, Smart Completion, Smart Summary, Smart Jump)
1953         (Analyzer Debug): New nodes, adapted from the upstream Semantic user
1954         manual.
1955         (Semantic mode): Link to Idle Scheduler.
1957 2009-11-28  Kevin Ryde  <user42@zip.com.au>
1959         * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
1960         @pxref, now EIEIO is in Emacs.
1962         * erc.texi (Development): Correction to git tutorial url.
1964 2009-11-26  Glenn Morris  <rgm@gnu.org>
1966         * faq.texi (Latest version of Emacs): Mention stability of development
1967         version.
1968         (Problems with very large files): Max buffer size increase in 23.2.
1969         (VM): VM has moved house again.
1971 2009-11-22  Jay Belanger  <jay.p.belanger@gmail.com>
1973         * calc.texi (Radix modes): Discuss alternate bases for two's complement
1974         notations.
1976 2009-11-20  Carsten Dominik  <dominik@u016822.science.uva.nl>
1978         * org.texi (Column attributes): Fix documentation of new operators.
1980 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
1982         * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
1983         (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
1984         (Idle Completions Mode): Numerous copyedits.
1986 2009-11-17  Juanma Barranquero  <lekktu@gmail.com>
1988         * semantic.texi (Semantic Internals, Glossary):
1989         * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
1990         (Semanticdb search debugging commands): Fix typos.
1992 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
1994         * calc.texi (Radix modes): Mention twos-complement notation.
1996 2009-11-16  Juanma Barranquero  <lekktu@gmail.com>
1998         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
1999         ($(infodir)/semantic, semantic.dvi): New targets.
2001 2009-11-16  Chong Yidong  <cyd@stupidchicken.com>
2003         * Makefile.in: Build the Semantic manual.
2005         * semantic.texi, sem-user.texi: New files, adapted from the Semantic
2006         repository.
2008 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
2010         * dbus.texi (Receiving Method Calls): New defun
2011         `dbus-unregister-service'.
2013 2009-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
2015         * org.texi (Speed keys): New section.
2017 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
2019         * dbus.texi (Type Conversion): Fix typo.
2020         (Asynchronous Methods): Rename `dbus-registered-functions-table' to
2021         `dbus-registered-objects-table'.
2022         (Receiving Method Calls): New defun `dbus-register-property'.
2023         Move `dbus-unregister-object' here.
2025 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
2027         * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
2029 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
2031         * org.texi (Column attributes): Add the new age summary operators.
2032         Also, mention the fact you can only use one summary operator per
2033         property.
2035 2009-11-13  John Wiegley  <johnw@newartisans.com>
2037         * org.texi (Tracking your habits): Add a new section in the
2038         manual about how to track habits.
2039         (Resolving idle time): Add a section on how idle and
2040         dangling clocks are resolved.
2042 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
2044         * org.texi (Agenda commands): Document the new `i' command.
2045         (Inserting deadline/schedule): Document logging changes
2046         of scheduling and deadline times stamps.
2047         (In-buffer settings): Document the in-buffer keywords for logging
2048         changes of scheduling and deadline times stamps.
2049         (Structure editing, Plain lists): Document indentation
2050         cycling in empty entries with TAB.
2051         (Archiving): Document the default archiving command.
2052         (Moving subtrees): Document the new keys for archiving.
2053         (Internal archiving): Fix incorrect key.
2054         (Agenda commands): Document the TODO set switching commands.
2055         (Agenda commands): Document the new archiving keys.
2056         (Clocking work time): Better description on how to save
2057         and restore a clock.
2058         (Resolving idle time): Mention the x11idle program to get true
2059         idleness also under X11.
2060         (Resolving idle time): Use @kbd instead of @key for normal
2061         letters, because this is how he rest of the manual does this.
2062         (Pushing to MobileOrg): Mention that `org-directory'
2063         should be set.
2064         (Agenda commands): Document that SPC is a filter for
2065         any tag.
2066         (Search view): Rename from "Keyword search".
2067         (Capure): New chapter.
2068         (Markup): New chapter.
2069         (Links in HTML export, Images in HTML export):
2070         Extend the section titles.
2071         (Images in HTML export): Document the align option.
2072         (Text areas in HTML export): Extend the section title.
2073         (Images in LaTeX export): Explain image placement in LaTeX.
2075 2009-11-10  Glenn Morris  <rgm@gnu.org>
2077         * sc.texi (Hints to MUA Authors): MUA should do any decoding.
2079 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
2081         * tramp.texi (Auto-save and Backup): Disable backups just for a
2082         method.
2084         * trampver.texi: Update release number.
2086 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
2088         Sync with Tramp 2.1.17.
2090         * trampver.texi: Update release number.
2092 2009-10-29  Glenn Morris  <rgm@gnu.org>
2094         * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
2096 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
2098         * tramp.texi (External methods): Temporary files are kept for
2099         `rsync' and `rsyncc' methods.
2101 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
2103         * eieio.texi: Fix typos.
2105 2009-10-07  Chong Yidong  <cyd@stupidchicken.com>
2107         * cl.texi (Argument Lists): Clarify explicit keyword arguments.
2109 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
2111         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
2112         ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
2114 2009-10-07  Chong Yidong  <cyd@stupidchicken.com>
2116         * Makefile.in: Build EIEIO and EDE manuals.
2118 2009-10-07  Eric Ludlam  <zappo@gnu.org>
2120         * eieio.texi:
2121         * ede.texi: New files.
2123 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
2125         * tramp.texi (Remote processes): Association of a pty is not supported.
2127 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
2129         * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
2130         (Processing LaTeX fragments): Document that the size of images can be
2131         changes using the variable `org-format-latex-options'.
2132         (The date/time prompt, Timestamps): Be more accurate over ISO format
2133         dates and times.
2134         (Visibility cycling): Document showeverything keyword.
2135         (In-buffer settings): Document showeverything keyword.
2136         (Setting up the staging area): Fix the example.
2137         (MobileOrg): New section.
2138         (Agenda commands, Exporting Agenda Views): Document exporting the
2139         agenda view to Org files.
2141 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
2143         * tramp.texi (History): Add IMAP support.
2144         (External methods): Add `imap' and `imaps' methods.
2145         (GVFS based methods): Add indices for `davs'.
2146         (Password handling): Rename anchors.  Add IMAP entries for
2147         ~/.authinfo.gpg.
2149         * trampver.texi: Set default value of `emacsimap'.
2151 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
2153         * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
2155 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
2157         * dired-x.texi (Technical Details):
2158         Delete dired-up-directory (Bug#4292).
2160 2009-09-03  Michael Albinus  <michael.albinus@gmx.de>
2162         * tramp.texi (Frequently Asked Questions): New item for emacsclient.
2164 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
2166         * org.texi (Effort estimates): Document new effort setting commands.
2167         (Agenda commands): Document the new keys fro agenda time motion.
2168         Document entry text mode.  Improve documentation of the keys to include
2169         inactive time stamps into the agenda view.
2170         (Feedback): Document the new bug report command.
2171         (Structure editing): Add an index entry for the sorting of subtrees.
2173 2009-09-02  Teodor Zlatanov  <tzz@lifelogs.com>
2175         * auth.texi (Help for users): Corrected markup.
2177 2009-09-02  Glenn Morris  <rgm@gnu.org>
2179         * emacs-mime.texi (time-date): Mention float-time.
2181 2009-08-30  Jay Belanger  <jay.p.belanger@gmail.com>
2183         * calc.texi (Simplifying Formulas): Improve the wording.
2185 2009-08-29  Teodor Zlatanov  <tzz@lifelogs.com>
2187         * auth.texi: Rewritten for coverage and clarity.
2189 2009-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2191         * gnus.texi (Expiring Mail):
2192         Mention gnus-mark-copied-or-moved-articles-as-expirable.
2193         (Various Various): Mention gnus-safe-html-newsgroups.
2195         * gnus-news.texi: Mention
2196         gnus-mark-copied-or-moved-articles-as-expirable.
2198         * emacs-mime.texi (Display Customization): Add xref to
2199         gnus-safe-html-newsgroups.
2201 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
2203         * tramp.texi (Version Control): Remove.
2204         (Obtaining Tramp): Update cvs checkout command.  Remove nightly tarballs
2205         reference.
2206         (External methods): Correct `scpc' concept index entries.  New method
2207         `rsyncc'.
2208         (External packages): New subsections "Filename completion" and "File
2209         attributes cache".
2211 2009-08-27  Jay Belanger  <jay.p.belanger@gmail.com>
2213         * calc.texi (Rewrite Rules): Improve the example.
2214         (Simplifying Formulas): Explain use of the I and H flags for
2215         simplification.
2217 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
2219         * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
2220         Describe autostart behaviour of dbus-ping.
2221         (Synchronous Methods, Asynchronous Methods): Use English numeric format
2222         for timeout values.
2223         (Top): Remove footnote saying D-Bus is not enabled by
2224         default.  (Bug#4256)
2226 2009-08-23  Daiki Ueno  <ueno@unixuser.org>
2228         * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
2229         Reported by Jari Aalto (Bug#4211).
2230         (Mail-mode integration): Mention epa-mail-mode and
2231         epa-global-mail-mode.
2232         (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
2233         epa-setup.
2235 2009-08-16  Michael Albinus  <michael.albinus@gmx.de>
2237         * dbus.texi (Asynchronous Methods): Allow nil handler.
2239 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
2241         * ediff.texi (ediff-current-file): Add information about this new function.
2243         * viper.texi: Add information about C-s in viper's search command.
2245 2009-08-09  Colin Williams  <lackita@gmail.com>  (tiny change)
2247         * calc.texi (Date Forms): Fix typos.
2249 2009-08-08  Glenn Morris  <rgm@gnu.org>
2251         * org.texi (Agenda commands): Restore clobbered change.
2253 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
2255         * calc.texi (Graphics, Devices): Update with the peculiarities of
2256         operation on MS-Windows.
2258 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
2260         * org.texi (Publishing action): Improve documentation of file
2261         names when publishing to the source directory.
2262         (Clean view): Document `org-indent-mode'.
2263         (Clocking work time): Add documentation for the
2264         new :timetamp option when creating a clock report.
2265         (Paragraphs): Fix many typos.
2266         (Plain lists): Remove duplicate explanation about the
2267         `C-c *' command.
2268         (Literal examples): Update to reflect the new behavior
2269         of the -n -r -k switches when exporting source code examples.
2270         (Structure editing): Add information about `C-c *',
2271         converting a plain list into a list of Org items.
2272         (Remember): Small rephrasing of the paragraph
2273         describing remember.el.  Also mentioned that remember.el is part
2274         of Emacs 23, not Emacs 22.
2275         (Clocking work time): Add documentation about
2276         displaying the current clocking time against the effort estimate.
2277         Also add a footnote about using `org-clock-in-prepare-hook' to add
2278         an effort estimate on the fly, just before clocking it.
2279         (Footnotes): Document automatic renumbering and
2280         sorting.
2281         (Agenda commands): Document new bulk commands.
2282         (Plain lists): Document new behavior of
2283         `org-cycle-include-plain-lists'.
2284         Hyphenation only in TeX.
2285         (Clocking work time): Document the key to update effort
2286         estimates.
2287         (Clocking work time): Document the clock time display.
2288         (Structure editing, TODO basics): Document new
2289         variables.
2290         (Column attributes): Document new colciew operators.
2291         (Publishing options): Document :xml-declaration.
2292         (Tracking TODO state changes): Document the
2293         LOG_INTO_DRAWER property.
2294         (Literal examples): Document the new implementation for
2295         editing source code.
2296         (Publishing action): Mention the new publishing
2297         function, to publish an Org source file.
2298         (Publishing links): Mention how to link to an Org source file.
2299         (Macro replacement): Document new macros.
2300         (Handling links): Document type-specific completion
2301         when inserting links.
2302         (Structure editing, Plain lists): Improve documentation
2303         on sorting.
2304         (Internal links): Document custom ids for links.
2305         (Handling links): Document custom ids for links.
2306         (CSS support): Document new class.
2307         (Refiling notes): Document the possibility to create new nodes
2308         during refiling.
2309         (Agenda commands): Document the "?" operator to find
2310         tasks without effort setting.
2311         (Exporting agenda information): Section moved.
2312         (RSS Feeds): New section.
2313         (Built-in table editor): Document M-e and M-a navigate
2314         inside table field.
2315         (Stuck projects): Docment that projects identified as
2316         un-stuck will still be searchd for stuck sub-projects.
2317         (Paragraphs): Document centering.
2318         (Creating timestamps, Agenda commands): Document new
2319         behavior when changing time stamps.
2320         (Structure editing): Document the new command
2321         `org-clone-subtree-with-time-shift'.
2322         (Publishing): Refresh this chapter.
2323         (Export options, Export options, In-buffer settings):
2324         Document the new keywords.
2325         (Matching tags and properties): Collect all
2326         documentation about tags/property matches here.
2327         (Setting tags): Document `org-tag-persistent-alist'.
2328         (Weekly/daily agenda): New section.
2329         (Orgstruct mode): Describe `orgstruct++-mode'.
2330         (Drawers): Mention the LOGBOOK drawer.
2331         (Export options, Sectioning structure): Document the
2332         #+LEATEX_HEADER in-buffer setting.
2333         (Bugs): Section removed.
2334         (Hooks): New section.
2335         (Add-on packages): Move here from old location.
2336         (Context-sensitive commands): New section.
2337         (Setting tags): Document newline option.
2338         (Global TODO list, Matching tags and properties):
2339         Mention more variables.
2340         (Checkboxes): Update to changed command behavior.
2342 2009-08-02  Eric Yu  <sucode@gmail.com>  (tiny change)
2344         * speedbar.texi (Basic Key Bindings): Fix typo.
2346 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
2348         * calc.texi (Vector/Matrix Functions): Add index entries for both
2349         "v" and "V" key bindings.  Mention that `calc-matrix-brackets' only
2350         affects matrices with more than one row.
2351         (Help Commands): Add index entries for "prefix ?" key bindings.
2353 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
2355         * calc.texi (Stack Manipulation Commands): Add documentation for
2356         `calc-transpose-lines'
2358 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
2360         * dbus.texi (Receiving Method Calls): Describe special return value
2361         `:ignore'.
2363 2009-07-24  Alan Mackenzie  <acm@muc.de>
2365         * cc-mode.texi (Config Basics, File Styles): Document that at mode
2366         initialization, any individual variable setting now takes precedence
2367         over one done via c-file-style/c-file-offsets.
2369 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
2371         * calc.texi (Undoing Mistakes): Mention that the undo list will be
2372         truncated when Calc is quit.
2373         (Customizing Calc): Document `calc-undo-length'.
2375 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
2377         * calc.texi (About This Manual): Don't mention chapter numbers in text.
2379 2009-07-11  Kevin Ryde  <user42@zip.com.au>
2381         * pcl-cvs.texi (About PCL-CVS):
2382         * widget.texi (Basic Types):
2383         Fix cross-references.
2385 2009-07-01  Andreas Schwab  <aschwab@redhat.com>
2387         * dbus.texi (Type Conversion): Don't use literal control character.
2389 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
2391         * tramp.texi (GVFS based methods): New section.
2392         (Remote processes): Processes for GVFS based methods run locally.
2394 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
2396         * tramp.texi (Inline methods, External methods, Gateway methods):
2397         Avoid the words "kludge" and hack".
2398         (External methods): Add `synce' method.
2400         * trampver.texi: Update release number.
2402 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
2404         Sync with Tramp 2.1.16.
2406         * tramp.texi (History): Add GVFS support.
2407         (External methods): Precise `rsync' description.  Add `dav', `davs' and
2408         `obex' methods.  Add 'tramp-gvfs-methods' option.
2409         (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
2410         forms.
2411         (Remote Programs): Introduce `tramp-own-remote-path'.
2412         (Remote processes): New subsection "Running remote programs that create
2413         local X11 windows".
2414         (Frequently Asked Questions): Improve code for disabling vc.
2416         * trampver.texi: Update release number.  Set default value of
2417         `emacsgvfs'.
2419 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
2421         * Branch for 23.1.
2423 2009-06-17  Glenn Morris  <rgm@gnu.org>
2425         * faq.texi (Obtaining the FAQ): Add reference to Savannah.
2426         (Latest version of Emacs): Mention source code repository.
2428 2009-06-16  Glenn Morris  <rgm@gnu.org>
2430         * faq.texi (Top): Language tweak.
2431         (Extended commands): Most people have arrow keys.
2432         (Emacs manual): Say how to follow info links.
2433         (File-name conventions): Change title a bit.  Explain about source
2434         versus installed.  Condense etc description.
2435         (Guidelines for newsgroup postings): Mention Savannah list page.
2436         (Newsgroup archives): Simplify.
2437         (Contacting the FSF): Add contact URL.
2438         (Emacs Lisp documentation): Printed version not always available.
2439         (Installing Texinfo documentation): Explain how by hand installation is
2440         not normally needed.  Use add-to-list.  Remove duplicate reference.
2441         (Informational files for Emacs): Move info on Help menu here from
2442         "File-name conventions".
2443         (Help installing Emacs): Tweak uref.
2444         (Obtaining the FAQ): Mention repository.
2445         (Origin of the term Emacs): Explain "ITS".
2446         (Changing load-path): Use add-to-list.
2447         (Automatic indentation): Clarify this is for Text mode.
2448         Don't mention Indented Text mode.
2449         (Finding Emacs on the Internet): The FSF does not seem to offer a
2450         deluxe distribution on CD anymore.
2452 2009-06-16  Glenn Morris  <rgm@gnu.org>
2454         * faq.texi (Top): Mention which Emacs version this FAQ is about.
2455         Recommend the latest release.  Mention how to get older FAQs.
2456         Recommend the Emacs manual.
2457         (Guidelines for newsgroup postings): Discourage cross-posts.
2458         (Underlining paragraphs): Remove.
2459         (Editing MS-DOS files): Remove pre-Emacs 20 information.
2460         (Bugs and problems): Update key-binding.
2461         (Problems with very large files): Mention 64-bit.
2462         (Shell process exits abnormally): Remove.
2463         (Problems with Shell Mode): Rename and update.
2464         (Spontaneous entry into isearch-mode)
2465         (Problems talking to certain hosts): Remove.  This is old information,
2466         in etc/PROBLEMS if needed.
2467         (Emacs takes a long time to visit files, Updating Emacs): Remove.
2468         (Dired claims that no file is on this line): Update.
2469         (Installing Emacs, Problems building Emacs): Simplify.
2470         (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
2471         information.
2472         (Emacs for MS-Windows): Rename from "Emacs for Windows".  Simplify.
2473         (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
2474         (JDEE): "JDEE", not "JDE".
2475         (Handling C-s and C-q with flow control, Binding C-s and C-q):
2476         Remove.  This is old information, in etc/PROBLEMS if needed.
2477         (stty and Backspace key, Kanji and Chinese characters): Remove.
2478         (Right-to-left alphabets): Update section.
2479         (Changing the included text prefix): Gnus uses message-yank-prefix.
2480         Add cross-reference to Supercite manual.
2481         (Saving a copy of outgoing mail): Simplify output file description.
2482         (Expanding aliases when sending mail): Refer to Emacs manual.
2483         Remove old info about RFC822.
2484         Correct description of how to rebuild aliases.
2485         (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
2486         (MIME with Emacs mail packages)
2487         (Viewing articles with embedded underlining)
2488         (Saving a multi-part Gnus posting, Gnus hangs for a long time):
2489         Remove old sections.
2490         (Killing based on nonstandard headers): Remove.  Scoring is preferable,
2491         and is well-documented in the Gnus manual.
2492         (Reading news with Emacs): Merge "Learning more about Gnus" into here.
2493         (Making Gnus faster): Rename from "Starting Gnus faster".
2494         Merge "Catch-up is slow in Gnus" into here.
2496 2009-06-14  Glenn Morris  <rgm@gnu.org>
2498         * faq.texi (Status of Emacs): Re-order with most recent releases first.
2499         (New in Emacs 23): New section.
2500         (Handling C-s and C-q with flow control): Add xref.
2502 2009-06-13  Glenn Morris  <rgm@gnu.org>
2504         * faq.texi (Setting up a customization file): Grammar fix.
2505         Customize is no longer "new".
2506         (Displaying the current line or column): Line-number mode is on by
2507         default.  Don't mention `column' package.  Mention linum.el.
2508         (Turning on abbrevs by default): Explain how to do it for buffers,
2509         modes, and everywhere.
2510         (Associating modes with files): Use add-to-list.  Don't mention Emacs
2511         19.
2512         (Highlighting a region): On by default since 23.1.
2513         (Replacing highlighted text): Update doc quote.
2514         (Working with unprintable characters): Don't mention search-quote-char.
2515         (Using an already running Emacs process): Gnuclient is probably not an
2516         enhancement these days.
2517         (Indenting switch statements): Remove mention of pre-Emacs 20.
2518         (Horizontal scrolling): Abbreviate Emacs 20 description.
2519         (Replacing text across multiple files): Fix name of dired command.
2520         (Disabling backups): Use require not load.
2521         (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
2523 2009-06-13  Bill Wohler  <wohler@newt.com>
2525         Release MH-E manual version 8.2.
2527         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
2528         release 8.2.
2530 2009-06-13  Glenn Morris  <rgm@gnu.org>
2532         * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
2533         in this day and age the common meaning is "on the web".
2534         (copying): Use @copyright in all cases.
2535         (Basic keys): Remove reference to deleted manual node "Text Characters".
2536         (File-name conventions): Use GNU as an example rather than SERVICE.
2537         default.el lives in site-lisp.  Update Info directory location.
2538         (Real meaning of copyleft): GPL actions have been brought, but all
2539         settled out of court.
2540         (Guidelines for newsgroup postings): Shorten section title.
2541         Simplify comp.emacs description.
2542         (Newsgroup archives): Change Google URL.  Describe Gmane.
2543         (Unsubscribing from Emacs lists): Remove discussion of "distribution
2544         points".  Mention List-Unsubscribe header.
2545         (Contacting the FSF): Update email and URLs.
2546         (Basic editing): Mention F1 for help.
2547         (Installing Texinfo documentation): Refer to Texinfo website rather
2548         than ftp server.
2549         (Printing a Texinfo file): Mention texi2pdf.
2550         (Informational files for Emacs): Don't describe FTP or SERVICE, they
2551         are just stubs nowadays.
2552         (Latest version of Emacs): Explain version numbers.
2553         (Spell-checkers, Checking TeX and *roff documents): Remove sections.
2554         (Turning on syntax highlighting): No need to mention hilit19 any more.
2555         (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
2556         (Modes for various languages): Remove section.
2557         (Major packages and programs): Remove most version and maintainer
2558         information - it's hard to keep up-to-date, and adds nothing.
2559         Similarly with direct links to mailing lists.
2560         (Spell-checkers): Rename node from Ispell.  Mention Aspell and Hunspell.
2561         (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
2562         years, and Emacs comes with tools for this now.
2563         (Patch): Remove section - this is a standard tool.
2564         (Using function keys under X): Remove section.
2566 2009-06-12  Glenn Morris  <rgm@gnu.org>
2568         * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
2569         (Help installing Emacs): Remove reference to deleted X11 node.
2570         (Associating modes with files): Interpreter-mode-alist is no longer
2571         subservient to auto-mode-alist.
2572         (Installing Emacs): Change future Emacs version.
2573         (Linking with -lX11 fails): Remove old section.
2574         (Packages that do not come with Emacs): Update ELL location.
2575         Emacs Lisp archive is dead.
2576         (Emacs for Windows): Remove reference to old CE port.
2577         (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
2578         (Emacs for VMS and DECwindows): Remove old ports.
2579         (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
2580         (Removing flashing messages): Remove section about non-existent Gnus
2581         option.
2583         * faq.texi (Top): Add @top command.
2584         Remove the optional arguments from all @node commands: makeinfo can
2585         generate these automatically, and it is easier to edit and rearrange
2586         nodes without them.
2588 2009-06-11  Glenn Morris  <rgm@gnu.org>
2590         * faq.texi (Common acronyms): Remove no-longer-existing OSF.
2591         (The LPF): Make the updated URL the sole reference point.
2592         (Learning how to do something): Update refcard price and format.
2593         (Getting a printed manual): Sources in doc/emacs/, not man/.
2594         Also available in PDF format.  Since the page count varies, be less
2595         precise.
2596         (Informational files for Emacs): Remove references to deleted files
2597         LPF and SUN-SUPPORT, and to UUCP.
2598         (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
2599         Remove many obsolete ways to get the FAQ, which now seems only to be
2600         distributed with Emacs.
2601         (Mail and news): Remove sections about Rmail Babyl that no longer apply.
2603 2009-06-09  Chong Yidong  <cyd@stupidchicken.com>
2605         * org.texi (Org Plot): Fix tags (Bug#3507).
2606         (Workflow states, Agenda commands): Fix tags (Bug#3508).
2608         * ada-mode.texi (Installation, Compile commands)
2609         (Project File Overview, No project files, Set compiler options)
2610         (Use GNAT project file, Use multiple GNAT project files)
2611         (Identifier completion): Use @samp for menu items, and @kbd for key
2612         sequences (Bug#3504).
2614 2009-06-04  Daiki Ueno  <ueno@unixuser.org>
2616         * gnus.texi (Security): Fix wording; add a link to epa.info.
2618 2009-06-04  Ryan Yeske  <rcyeske@gmail.com>
2620         * message.texi (Header Commands): Fix descriptions to match
2621         keybindings.
2623 2009-04-22  Daiki Ueno  <ueno@unixuser.org>
2625         * gnus.texi (Security): Mention that EasyPG is the current default.
2627 2009-04-13  Chong Yidong  <cyd@stupidchicken.com>
2629         * ediff.texi (Session Commands): Fix typo.
2631 2009-04-05  Reiner Steib  <Reiner.Steib@gmx.de>
2633         * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
2634         news.software.readers.  Reported by Florian Rehnisch.
2636 2009-04-02  Glenn Morris  <rgm@gnu.org>
2638         * auth.texi: Capitalize direntry.
2640         * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
2641         using a period in the entry name.  (Bug#2797)
2643 2009-03-03  Juanma Barranquero  <lekktu@gmail.com>
2645         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
2646         ($(infodir)/auth, auth.dvi): New targets.
2648 2009-03-03  Glenn Morris  <rgm@gnu.org>
2650         * auth.texi: Fix @setfilename.
2652         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
2653         (auth, $(infodir)/auth, auth.dvi): New rules.
2655 2009-02-25  Glenn Morris  <rgm@gnu.org>
2657         * faq.texi (Emacs for minimalists): New node.  (Bug#2452)
2659 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2661         * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
2663 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2665         * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
2666         gnus-nocem-issuers, and gnus-nocem-verifyer.
2668 2009-02-20  Juanma Barranquero  <lekktu@gmail.com>
2670         * ada-mode.texi (Project files, Automatic Casing):
2671         * dbus.texi (Signals):
2672         * gnus.texi (Selecting a Group, Filtering Incoming Mail):
2673         * mh-e.texi (HTML):
2674         * nxml-mode.texi (Locating a schema)
2675         (Using the document's URI to locate a schema):
2676         * org.texi (Footnotes, Using the mapping API):
2677         * rcirc.texi (Channels): Remove duplicate words.
2679 2009-02-20  Glenn Morris  <rgm@gnu.org>
2681         * dired-x.texi (Miscellaneous Commands):
2682         * gnus.texi: Minor updates for mbox Rmail.
2684 2009-02-16  Karl Berry  <karl@gnu.org>
2686         * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
2687         * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
2688         * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
2689         * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
2690         * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
2691         * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
2692         * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
2693         * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
2694         * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
2695         Consistently use @insertcopying in the Top node,
2696         @contents at the front (after @end titlepage),
2697         and @direntry after @copying.  (Bug#1988)
2699 2009-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
2701         * auth.texi: New file documenting auth-source.
2703 2009-02-13  Carsten Dominik  <dominik@science.uva.nl>
2705         * org.texi (Org Plot): Fix link.
2707 2009-02-09  Daiki Ueno  <ueno@unixuser.org>
2709         * epa.texi (Mail-mode integration): Mention the way to do
2710         "encrypt-to-self".  (Bug#1807)
2712 2009-02-05  Arni Magnusson  <arnima@hafro.is>  (tiny change)
2714         * ada-mode.texi (No project files): Fix typo.  (Bug#2214)
2716 2009-02-04  Reiner Steib  <Reiner.Steib@gmx.de>
2718         * gnus-news.texi: Print version about Incoming*.
2720 2009-02-02  Carsten Dominik  <dominik@science.uva.nl>
2722         * org.texi (Structure editing, Handling links)
2723         (Fast access to TODO states, Javascript support): Make standard docs
2724         correctly reflect default variable settings.
2726 2009-02-02  Glenn Morris  <rgm@gnu.org>
2728         * org.texi: Fix typos.
2730 2009-02-01  Michael Albinus  <michael.albinus@gmx.de>
2732         Sync with Tramp 2.1.15.
2734         * trampver.texi: Update release number.
2736 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
2738         * org.texi (TODO dependencies): Document TODO dependencies on
2739         checkboxes.
2741 2009-01-30  Carsten Dominik  <dominik@science.uva.nl>
2743         * org.texi (TODO dependencies): Document key binding for toggling
2744         ORDERED property.
2746 2009-01-28  Michael Albinus  <michael.albinus@gmx.de>
2748         * dbus.texi (Errors and Events): Fix typos.  Describe second parameter
2749         of hook functions.
2751 2009-01-28  Carsten Dominik  <dominik@science.uva.nl>
2753         * org.texi (TODO dependencies): New section.
2755 2009-01-27  Carsten Dominik  <dominik@science.uva.nl>
2757         * org.texi (Plain lists, TODO basics, Priorities)
2758         (Multiple sets in one file, Conflicts): Document interaction with
2759         `shift-selection-mode'.
2761 2009-01-27  Jay Belanger  <jay.p.belanger@gmail.com>
2763         * calc.texi (Embedded Mode, Algebraic-Style Calculations):
2764         Make Calc the subject of sentences.
2765         (Rearranging Formulas using Selections): Discuss new options
2766         for `j *'.
2768 2009-01-26  Michael Albinus  <michael.albinus@gmx.de>
2770         * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
2772 2009-01-26  Glenn Morris  <rgm@gnu.org>
2774         * org.texi: Fix typos.
2776 2009-01-26  Bill Wohler  <wohler@newt.com>
2778         * mh-e.texi (EDITION, UPDATED): Update.
2780 2009-01-25  Carsten Dominik  <dominik@science.uva.nl>
2782         * org.texi (References): Add information about remote references.
2783         (Built-in table editor): Document `C-c RET' in tables.
2784         (Math symbols, Quoting LaTeX code): Mention that simple
2785         LaTeX macros survive LaTeX export.
2786         (Images in LaTeX export): Show how to create a reference to a
2787         figure.
2788         (Sectioning structure): Document that the LaTeX class can be
2789         specified in a property.
2790         (Text areas in HTML export): New section.
2791         (External links): Add examples for text search and ID links.
2792         (Built-in table editor): Remove the descriptio of `C-c
2793         C-q', it not longer works.
2794         (Literal examples): Document that a space must follow
2795         the colon in short examples.
2796         (Relative timer): Document `org-timer-stop'.
2797         (Footnotes): New section.
2798         (Footnote markup): Shorten section and refer to new Footnote
2799         section.
2800         (Literal examples): Add documentation for line
2801         numbering in and references to code examples.
2802         (CSS support): Fix the description of default CSS styles.
2803         (Capturing column view): Document
2804         "file:path/to/file.org" as an allowed value for the ID property of
2805         a dynamic block copying column view.
2807 2009-01-23  Stephen Eglen  <stephen@gnu.org>
2809         * mh-e.texi (Getting Started): Describe $MH.
2811 2009-01-21  Michael Albinus  <michael.albinus@gmx.de>
2813         * tramp.texi (all): Harmonize usage of "external method",
2814         "external transfer method" and "out-of-band method".
2815         (Connection types): Precise the differences of inline and external
2816         methods.  Written by Adrian Phillips <a.phillips@met.no>.
2818 2009-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
2820         * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
2821         commands as described at the top.  Reported by Allan Gottlieb
2822         <gottlieb@nyu.edu>.
2824 2009-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2826         * gnus.texi (Non-ASCII Group Names, RSS): Update description of
2827         nnmail-pathname-coding-system.
2829 2009-01-17  Peter Tury  <tury.peter@gmail.com>  (tiny change)
2831         * org.texi (Relative timer): Fix typo.
2833 2009-01-15  Juanma Barranquero  <lekktu@gmail.com>
2835         * org.texi (Clocking work time): Fix typo.
2836         Reported by Peter Tury <tury.peter@gmail.com>.  (Bug#1925)
2838 2009-01-13  Glenn Morris  <rgm@gnu.org>
2840         * org.texi: Fix some more typos.
2842 2009-01-13  Peter Tury  <tury.peter@gmail.com>  (tiny change)
2844         * org.texi: Fix some typos.
2846 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2848         * gnus.texi (Group Parameters): Add note for local variables.
2850 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
2852         * gnus.texi (Converting Kill Files): Fix URL.
2853         Include gnus-kill-to-score.el in contrib directory.
2855 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
2857         * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
2858         Reported by Leo <sdl.web@gmail.com>.  (Bug#1660)
2859         (Paging the Article): Add index entry.
2861 2009-01-03  Stephen Leake  <stephen_leake@member.fsf.org>
2863         * ada-mode.texi (Examples): Delete redundant text.
2865 2009-01-03  Michael Albinus  <michael.albinus@gmx.de>
2867         * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
2869         * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
2870         addresses.
2872 2009-01-03  Bill Wohler  <wohler@newt.com>
2874         * mh-e.texi (Scan Line Formats): Indicate that first column should be
2875         kept empty.
2877 2008-12-20  Carsten Dominik  <dominik@science.uva.nl>
2879         * org.texi (Activation, Exporting, ASCII export, HTML export)
2880         (HTML Export commands, LaTeX/PDF export commands):
2881         Improve documentation about transient-mark-mode.
2882         (References): DOcuemtn the use of special names like $LR1 to reference
2883         to fields in the last table row.
2885 2008-12-19  Juri Linkov  <juri@jurta.org>
2887         * info.texi (Search Text): Remove mention of removed key binding M-s.
2889 2008-12-18  Carsten Dominik  <dominik@science.uva.nl>
2891         * org.texi (References): Remove mentioning of @0 as reference for the
2892         last line, this has been reverted in the Lisp sources.
2894 2008-12-17  Juanma Barranquero  <lekktu@gmail.com>
2896         * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
2897         (DVI_TARGETS): Remove duplicates.  Add sasl.
2898         ($(infodir)/sasl, sasl.dvi): New targets.
2900 2008-12-17  Carsten Dominik  <dominik@science.uva.nl>
2902         * org.texi: Version number pushed to 6.15d.
2904 2008-12-16  Carsten Dominik  <dominik@science.uva.nl>
2906         * org.texi (Tables in LaTeX export): New section.
2907         (Images in LaTeX export): New section.
2908         (Inlined images, Images in HTML export): Sections renamed.
2910 2008-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
2912         * message.texi (Insertion Variables): Don't advertise sc-cite-original.
2914 2008-12-04  David Engster  <dengste@eml.cc>
2916         * gnus.texi (nnmairix): Mention mairix.el.  Point out the importance
2917         of nnml-get-new-mail.  Change URL for mairix patch.
2919 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
2921         * org.texi (Using the mapping API): Fix bug in mapping example.
2922         (Publishing options): Make the list of properties complete again, in
2923         correspondence to the variable `org-export-plist-vars'.
2924         (Property searches): Document new special values for time comparisons.
2925         (Tag inheritance): Refine the description of tag inheritance.
2926         (Project alist): Add info about the publishing sequence of components.
2927         (Effort estimates): Document the new relative timer.
2929 2008-12-01  Jay Belanger  <jay.p.belanger@gmail.com>
2931         * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
2932         (Using Calc): Clarify use of `C-x * o'.
2933         (Embedded Mode (Overview)): Clarify use of `C-x * e'.
2935 2008-11-28  Richard M Stallman  <rms@gnu.org>
2937         * dbus.texi (Receiving Method Calls): Clean up previous change.
2939 2008-11-26  Michael Albinus  <michael.albinus@gmx.de>
2941         * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
2942         `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
2943         `dbus-unescape-from-identifier'.
2944         (Receiving Method Calls): New constants `dbus-service-emacs' and
2945         `dbus-path-emacs'.  Precise return values of `dbus-register-method'.
2946         (Signals): Use the constants in the example.
2948 2008-11-24  Carsten Dominik  <dominik@science.uva.nl>
2950         * org.texi: Re-apply change to FDL 1.3.
2952 2008-11-23  Carsten Dominik  <dominik@science.uva.nl>
2954         * org.texi (Setting up Remember): Document `org-remember-mode'.
2955         (External links): Document that bbdb links can use a regular
2956         expression.
2957         (External links): Document that elisp links can contain interactive
2958         commands.
2960 2008-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
2962         * viper.texi (viper-translate-all-ESC-keysequences):
2963         Description removed.
2965 2008-11-19  Glenn Morris  <rgm@gnu.org>
2967         * doclicense.texi: Change to FDL 1.3.
2968         Relicense all texi files under FDL 1.3 or later.
2970 2008-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
2972         * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
2974 2008-11-16  Michael Kifer  <kifer@cs.stonybrook.edu>
2976         * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
2978         * ediff.texi: Version/date change.
2980 2008-11-14  Chong Yidong  <cyd@stupidchicken.com>
2982         * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
2984 2008-11-14  Jay Belanger  <jay.p.belanger@gmail.com>
2986         * calc.texi (About This Manual): Comment out a mention of
2987         marginal notes.
2989 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
2991         * org.texi (Clocking work time): Document the :formula property of
2992         clock tables.
2993         (Structure editing, Refiling notes): Document refiling regions.
2994         (Agenda commands): Document the double-prefix version
2995         of the `l' command in the agenda.
2996         (Handling links): Explain the effect of a double prefix
2997         arg to `C-c C-o'.
2998         (TODO basics): Add documentation for tag triggers.
3000 2008-10-23  Glenn Morris  <rgm@gnu.org>
3002         * cl.texi (Function Bindings): Mention `flet' fails to deal with
3003         byte-compiling things like `+'.
3005         * ns-emacs.texi: Merge copyright years of author now with assignment
3006         into FSF years.
3007         (VER): Use it for easier automatic updating.  Use Emacs version rather
3008         than standalone Emacs.app version.
3010 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
3012         * org.texi: Lots of minor fixes.
3013         (Capture): New chapter.
3014         (Org Plot): New section.
3016 2008-09-30  Magnus Henoch  <mange@freemail.hu>
3018         * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
3020 2008-09-30  Jay Belanger  <jay.p.belanger@gmail.com>
3022         * calc.texi (User Defined Units): Mention how to enter optional display
3023         string.
3025 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3027         * message.texi (Sending Variables): Fix variable documentation to
3028         avoid the "y/n" wording.
3030 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
3032         * message.texi (Sending Variables): Add `message-confirm-send' doc.
3034 2008-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3036         * gnus.texi (The Gnus Registry): Don't give argument to @item used in
3037         @enumerate section so as to be able to be formatted with MAKEINFO=no.
3039 2008-09-22  Bill Wohler  <wohler@newt.com>
3041         Release MH-E manual version 8.1.
3043         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
3044         release 8.1.
3046         * mh-e.texi: Retain dual license as agreed to by the FSF.
3047         However, bump GPL to Version 3.
3048         Use @include for license text.
3050 2008-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3052         * gnus.texi (Top, Setup, Fancy splitting to parent)
3053         (Store custom flags and keywords, Store arbitrary data):
3054         Clean up markup.
3056 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
3058         * gnus.texi (The Gnus Registry): Document it.
3060 2008-09-08  David Engster  <dengste@eml.cc>
3062         * gnus.texi (nnmairix): Point out that nnml uses MH format.
3063         Clarify section about choosing back end servers.
3065 2008-08-23  Glenn Morris  <rgm@gnu.org>
3067         * dired-x.texi (Shell Command Guessing):
3068         Mention dired-guess-shell-case-fold-search.  (Bug#417)
3070 2008-08-22  Michael Albinus  <michael.albinus@gmx.de>
3072         * trampver.texi: Update release number.
3074 2008-08-18  Brian Cully  <bjc@kublai.com>  (tiny change)
3076         * ns-emacs.texi: Update version.
3077         (Introduction): Correct menu location for options save.
3078         (Customization): Note that defaults are stored under org.gnu.Emacs.
3080 2008-08-11  Bill Wohler  <wohler@newt.com>
3082         * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
3083         explicit about GNU mailutils MH elsewhere (with thanks to Darel
3084         Henman) (closes SF #1768928).
3086 2008-08-10  Glenn Morris  <rgm@gnu.org>
3088         * ns-emacs.texi: Use @copying.  Change copyright of authors with
3089         assignment to FSF.  Change license to GFDL.
3090         (Top): Remove outdated references.
3092 2008-08-07  Reiner Steib  <Reiner.Steib@gmx.de>
3094         * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
3095         Add gnus-summary-sort-by-most-recent-number and
3096         gnus-summary-sort-by-most-recent-date.
3097         (Summary Sorting): Explain prefix argument.
3099 2008-08-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3101         * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
3102         gnus-summary-pipe-output.
3104 2008-08-03  Michael Albinus  <michael.albinus@gmx.de>
3106         * dbus.texi (Receiving Method Calls): Document error handling of own
3107         D-Bus methods.
3109 2008-08-01  Bill Wohler  <wohler@newt.com>
3111         * mh-e.texi (Reading Mail)
3112         (Viewing Attachments): Describe new function
3113         mh-show-preferred-alternative.
3114         (Sending Mail, Redistributing, Sending Message): Describe new hook
3115         mh-annotate-msg-hook.
3117 2008-07-31  Michael Albinus  <michael.albinus@gmx.de>
3119         * dbus.texi (Arguments and Signatures): Fix example.
3120         (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
3121         (Asynchronous Methods): New node.
3122         (Errors and Events): Describe extended layout of `dbus-event'.
3123         New defun `dbus-event-message-type'.
3125 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3127         * ediff.texi: Remove VMS support.
3129 2008-07-29  Juanma Barranquero  <lekktu@gmail.com>
3131         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
3132         ($(infodir)/mairix-el), mairix-el.dvi): New targets.
3134 2008-07-29  Chong Yidong  <cyd@stupidchicken.com>
3136         * Makefile.in: Add mairix-el targets.
3138 2008-07-29  David Engster  <deng@randomsample.de>
3140         * mairix-el.texi: New file.
3142 2008-07-28  Stephen Leake  <stephen_leake@stephe-leake.org>
3144         * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
3145         project files.  Delete 'main_unit' project variable; not needed.  Allow
3146         process environment variables wherever project variables are allowed.
3147         Add tutorial section on multiple GNAT project files.
3149 2008-07-27  Michael Albinus  <michael.albinus@gmx.de>
3151         Sync with Tramp 2.1.14.
3153         * trampver.texi: Update release number.
3155 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
3157         * ns-emacs.texi:
3158         * faq.texi: Remove mentions of Mac Carbon.
3160 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3162         * gnus.texi (Saving Articles): Describe the 2nd argument of
3163         gnus-summary-save-in-pipe.
3164         (SpamAssassin): Use it.
3166 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3168         * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
3170 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
3172         * org.texi (Export options): Document the use of the creator flag.
3174 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
3176         * org.texi: New version 6.06a.
3178 2008-07-23  Juanma Barranquero  <lekktu@gmail.com>
3180         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
3181         ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
3183 2008-07-23  Vincent Belaïche  <vincent.b.1@hotmail.fr>
3185         * calc.texi (Editing Stack Entries):
3186         (Algebraic Entry): Rewrite introductory sentences so it can be used by
3187         Calc's help functions.  Mention fixing typos.
3188         (Customizing Calc): Fix typo.
3190 2008-07-23  Jay Belanger  <jay.p.belanger@gmail.com>
3192         * calc.texi (summarykey): New macro.  Use to correctly format keys in
3193         the summary.
3195 2008-07-20  Adrian Robert  <adrian.b.robert@gmail.com>
3197         * ns-emacs.texi (Customization): Corrected documentation on color
3198         specification formats.
3200 2008-07-19  Andreas Schwab  <schwab@suse.de>
3202         * ns-emacs.texi: Moved from ../emacs.  Add @direntry.
3204         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
3205         (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
3207 2008-07-18  Michael Albinus  <michael.albinus@gmx.de>
3209         * dbus.texi (Inspection): Rework, introduce submenus.
3210         (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
3211         (Properties and Annotations, Arguments and Signatures): New nodes.
3213 2008-07-13  Michael Albinus  <michael.albinus@gmx.de>
3215         * dbus.texi (Receiving Method Calls): Fix description of
3216         `dbus-register-method'.
3217         (Signals): Allow also signal arguments for filtering in
3218         `dbus-register-signal'.
3220 2008-07-13  Vincent Belaïche  <vincent.b.1@hotmail.fr>
3222         * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
3223         `cnorm'.
3224         (Arithmetic Tutorial): Simplify the verification of prime factors.
3226 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3228         * gnus.texi (Saving Articles): Mention
3229         gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
3231 2008-06-29  Jay Belanger  <jay.p.belanger@gmail.com>
3233         * calc.texi: Adjust mode line throughout.
3235 2008-06-28  Juanma Barranquero  <lekktu@gmail.com>
3237         * sasl.texi (Mechanisms): Fix typos.
3239 2008-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
3241         * calc.texi (Killing from the stack): Mention using normal Emacs
3242         copying.
3244 2008-06-21  Michael Albinus  <michael.albinus@gmx.de>
3246         * tramp.texi (Password handling): Rename from "Password caching".
3247         Add `auth-source' mechanism.
3248         (Connection caching): Tramp reopens the connection automatically,
3249         when the operating system on the remote host has been changed.
3251 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
3253         * makefile.w32-in (distclean): Remove makefile.
3255 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
3257         * org.texi (Using the mapping API): New section.
3258         (Agenda column view): New section.
3259         (Moving subtrees): Document archiving to the archive sibling.
3260         (Agenda commands): Document columns view in the agenda.
3261         (Using the property API): Document the API for multi-valued properties.
3263 2008-06-17  Jason Riedy  <jason@acm.org>
3265         * org.texi (A LaTeX example): Note that fmt may be a one-argument
3266         function, and efmt may be a two-argument function.
3267         (Radio tables): Document multiple destinations.
3269 2008-06-16  Glenn Morris  <rgm@gnu.org>
3271         * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
3272         Add Cover-Texts.
3274 2008-06-15  Glenn Morris  <rgm@gnu.org>
3276         * faq.texi (VER): Update to 23.0.60.
3278         * mh-e.texi: Remove option of licensing under GPL.
3279         Add Cover-Texts to GFDL permissions notice.
3280         (GPL): Remove section.
3281         (GFDL): Include doclicense.texi rather than the actual text.
3283         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
3284         (sasl, $(infodir)/sasl, sasl.dvi): New rules.
3286         * sasl.texi: Fix output file name.
3288         * epa.texi, sasl.texi: Refer to license in Emacs manual.
3290         * gnus-coding.texi: Refer to license in Gnus manual.
3292         * idlwave.texi, sasl.texi: Use @copying.
3294         * org.texi: Change to GFDL 1.2.  Refer to license in Emacs manual.
3296         * speedbar.texi: Update Back-Cover Text as per maintain.info.
3298         * url.texi: Use @copying, @title, @subtitle, @author.
3300         * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
3301         * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
3302         * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
3303         * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
3304         * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
3305         * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
3306         * widget.texi, woman.texi:
3307         Remove references to external license, since doclicense is included.
3309         * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
3310         * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
3311         Remove references to non-existent Invariant Sections.
3313 2008-06-14  Glenn Morris  <rgm@gnu.org>
3315         * faq.texi (Major packages and programs): Remove references to external
3316         Supercite, Calc, VIPER, since they have been included for some time.
3317         Update VM, AUCTeX, BBDB entries.
3319 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
3321         * newsticker.texi: Updated to match latest newsticker changes.
3323 2008-06-13  Glenn Morris  <rgm@gnu.org>
3325         * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
3326         * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
3327         * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
3328         * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
3329         * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
3330         * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
3331         * woman.texi:
3332         Update Back-Cover Text as per maintain.info.
3334 2008-06-15  Reiner Steib  <Reiner.Steib@gmx.de>
3336         * gnus-faq.texi: Generate.  Change node names to "FAQ N-M".
3338         * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
3339         (gnus-faq.xml): Update repository host.
3341         * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
3343 2008-06-15  Frank Schmitt  <ich@frank-schmitt.net>
3345         * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
3346         Fix a typo.
3348 2008-06-15  Reiner Steib  <Reiner.Steib@gmx.de>
3350         * gnus.texi (Mail Source Customization): Correct values of
3351         `mail-source-delete-incoming'.  Reported by Tassilo Horn.
3352         (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
3354 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
3356         * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
3357         coding standards.
3359 2008-06-14  David Engster  <dengste@eml.cc>
3361         * gnus.texi (nnmairix): Markup fixes.
3363 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
3365         * gnus.texi (nnmairix): Markup and other minor fixes.
3367 2008-06-05  David Engster  <dengste@eml.cc>
3369         * gnus.texi (nnmairix): New nodes describing nnmairix.el.
3371 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
3373         * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
3374         (Searching, nnir, nnmairix): New stub nodes.
3376 2008-05-30  Felix Lee  <felix.1@canids.net>
3378         * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
3380 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
3382         * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
3384 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
3386         * gnus.texi (Scoring On Other Headers): Fix typo.  Rearrange.
3388 2008-05-15  Jonathan Yavner  <jyavner@member.fsf.org>
3390         * ses.texi (Acknowledgements): Add Shigeru Fukaya.
3392 2008-05-06  Juanma Barranquero  <lekktu@gmail.com>
3394         * info.texi (Top): Fix typo in xref.
3396 2008-05-05  Karl Berry  <karl@gnu.org>
3398         * info.texi (Top): @xref to stand-alone manual.
3400 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3402         * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
3403         (Various Summary Stuff): Fix typo in last xref.
3405 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
3407         * org.texi (Moving subtrees): Fix typo.
3409 2008-04-28  Michael Albinus  <michael.albinus@gmx.de>
3411         * tramp.texi (Frequently Asked Questions): Explain, how to disable
3412         Tramp via `tramp-mode'.
3414 2008-04-27  Carsten Dominik  <dominik@sam.science.uva.nl>
3416         * org.texi: Massive changes, in many parts of the file.
3418 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3420         * gnus.texi (Oort Gnus): Add message-fill-column.
3422 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
3424         * gnus.texi (Mail Source Specifiers): Typo fix.
3426 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3428         * gnus.texi (Diary Headers Generation): Update key binding for
3429         `gnus-diary-check-message'.
3431 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
3433         * gnus.texi (Emacsen): Addition.
3435 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
3437         * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
3439 2008-04-09  Reiner Steib  <Reiner.Steib@gmx.de>
3441         * gnus.texi (Oort Gnus): Mention customizing of tool bars.
3443 2008-04-09  Reiner Steib  <Reiner.Steib@gmx.de>
3445         * gnus-news.texi: Update tool bar item.
3447 2008-04-09  Sven Joachim  <svenjoac@gmx.de>
3449         * gnus-news.texi: Fix typos.
3451 2008-04-11  Jay Belanger  <jay.p.belanger@gmail.com>
3453         * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
3454         Add mention of `kron'.
3456 2008-04-01  Daiki Ueno  <ueno@unixuser.org>
3458         * epa.texi (Encrypting/decrypting *.gpg files):
3459         Document epa-file-name-regexp.
3461 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3463         * gnus.texi (Example Methods): Fix description about ssh-agent.
3464         (Indirect Functions): Fix the default value of nntp-telnet-command;
3465         remove link to connect.html.
3467 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
3469         * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
3470         dbus-call-method.
3471         (Receiving Method Calls): The timeout can be set by the calling client.
3473         * trampver.texi: Update release number.
3475 2008-03-29  Reiner Steib  <Reiner.Steib@gmx.de>
3477         * gnus.texi (Top): Fix version.  Add SASL.
3479 2008-03-29  Michael Albinus  <michael.albinus@gmx.de>
3481         Sync with Tramp 2.1.13.
3483         * trampver.texi: Update release number.
3485 2008-03-29  Chong Yidong  <cyd@stupidchicken.com>
3487         * org.texi: Update to new org-mode website.
3489 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3491         * cl.texi (For Clauses): Fix loop over key-seq to match code.
3493 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
3495         * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
3496         gnus-read-ephemeral-gmane-group-url,
3497         gnus-read-ephemeral-emacs-bug-group,
3498         gnus-read-ephemeral-debian-bug-group.
3500 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3502         * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
3504         * gnus-news.texi: Add EasyPG.  Add gnus-article-browse-html-article.
3505         Add FIXMEs for Bookmarks and gnus-registry-marks.
3507 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3509         * gnus.texi (Smileys): Document `smiley-style'.
3511 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3513         * gnus.texi (Gnus Development): Clarify difference between ding and
3514         gnu.emacs.gnus.
3515         (MIME Commands, Using MIME, RSS): Fix markup.
3517         * gnus-faq.texi ([8.4]): Ditto.
3519 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3521         * gnus.texi (Emacsen): Remove obsolete stuff.
3523 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
3525         * gnus.texi (Oort Gnus): Add version info WRT
3526         `mail-source-delete-incoming'.
3528 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3530         * gnus.texi (Top): Add "Other related manuals" and version info in
3531         `iftex' output.
3532         (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
3533         gnus-balloon-face-0 and the corresponding format specifiers.
3535 2008-03-26  Michael Albinus  <michael.albinus@gmx.de>
3537         * tramp.texi (Filename completion): Remove footnote about let-bind
3538         of `partial-completion-mode'.  It doesn't work this way.
3540 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3542         * pcl-cvs.texi (Contributors): Update my email.
3544 2008-03-21  Michael Albinus  <michael.albinus@gmx.de>
3546         * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
3548 2008-03-17  Bill Wohler  <wohler@newt.com>
3550         * mh-e.texi (Viewing): Update URL for adding header fields to
3551         mh-invisible-header-fields-default.
3553 2008-03-16  Bill Wohler  <wohler@newt.com>
3555         * mh-e.texi (Preface): Add Gnus to requirements.
3556         (Forwarding): Note that forwarded MIME messages are now inline.
3558 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3560         * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
3561         (Common Variables): Give precedence to the netcat methods over the
3562         telnet methods, and mention that they are more reliable.
3564 2008-03-13  Carsten Dominik  <dominik@science.uva.nl>
3566         * org.texi (Exporting Agenda Views): Document agenda export to
3567         iCalendar.
3568         (Progress logging): Document the new progress logging stuff.
3570 2008-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
3572         * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
3573         Update for change of `mail-source-delete-incoming'.
3575         * gnus-news.texi: Ditto.
3577 2008-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
3579         * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
3580         custom versions.
3582 2008-03-07  Alan Mackenzie  <acm@muc.de>
3584         * cc-mode.texi (Limitations and Known Bugs): State that the number of
3585         parens/brackets in a k&r region is limited.
3587 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3589         * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
3590         using different Emacs versions.
3592 2008-02-27  Glenn Morris  <rgm@gnu.org>
3594         * sc.texi: Remove a lot of old and obsolete info.
3595         (titlepage): Simplify.
3596         (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
3597         (VM with any Emacsen, GNEWS with any Emacsen)
3598         (Overloading for Non-conforming MUAs, Version 3 Changes)
3599         (The Supercite Mailing List): Delete nodes.
3600         (Introduction): Remove info about old packages.
3601         (Getting Connected): Simplify.  Remove info about old packages.
3602         (Citing Commands): Delete Emacs 19 info.
3603         (Hints to MUA Authors): Simplify.
3604         (Thanks and History): Merge in some info from the deleted node
3605         "Version 3 Changes".
3607 2008-02-05  Juanma Barranquero  <lekktu@gmail.com>
3609         * org.texi (Setting tags, In-buffer settings):
3610         * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
3612 2008-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3614         * gnus-news.texi: Mention that spaces and tabs are allowed in the
3615         installation directory name.
3617 2008-02-12  Romain Francoise  <romain@orebokech.com>
3619         * epa.texi (Overview): Fix typo.
3621 2008-02-11  Daiki Ueno  <ueno@unixuser.org>
3623         * epa.texi (Quick start): Remove the .emacs setting.
3625 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
3627         * epa.texi (Quick start): Use the command `epa-enable' instead of
3628         loading `epa-setup'.
3630 2008-02-08  Juanma Barranquero  <lekktu@gmail.com>
3632         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
3633         ($(infodir)/epa, epa.dvi): New targets.
3635 2008-02-08  Daiki Ueno  <ueno@unixuser.org>
3637         * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
3639         * epa.texi: New manual documenting the EasyPG Assistant.
3641 2008-02-06  Michael Albinus  <michael.albinus@gmx.de>
3643         * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
3644         (Inspection): New function dbus-ping.
3646 2008-02-05  Michael Albinus  <michael.albinus@gmx.de>
3648         * tramp.texi (Remote processes): Add `shell-command'.
3650 2008-01-28  Michael Sperber  <sperber@deinprogramm.de>
3652         * gnus.texi (Mail Source Specifiers): Document `group' specifier.
3653         (Group Parameters): Document `mail-source' parameter.
3655 2008-01-27  Michael Albinus  <michael.albinus@gmx.de>
3657         * tramp.texi (Inline methods): The hostname of the su(do)? methods
3658         must be a local host.
3660 2008-01-26  Michael Olson  <mwolson@gnu.org>
3662         * erc.texi: Update version for ERC 5.3 release.
3663         (Obtaining ERC): Update extras URLs for 5.3.
3664         (Development): Write instructions for git, and remove those for Arch.
3665         (History): Mention the switch to git.
3667 2008-01-24  Karl Berry  <karl@gnu.org>
3669         * info.texi (Search Index, Search Text): Mention the command
3670         character in the section name, a la the (Go to node) node.
3672 2008-01-21  Michael Albinus  <michael.albinus@gmx.de>
3674         * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
3676 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3678         * gnus-news.texi: Mention gnus-article-describe-bindings.
3680 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3682         * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
3684 2008-01-18  Carsten Dominik  <dominik@science.uva.nl>
3686         * org.texi (Property inheritance): New section.
3687         (Conventions): New section.
3688         (Structure editing): Document C-RET, the prefix arg to the cut/copy
3689         commands, and the new bindings for refiling.
3690         (Sparse trees): Document the new special command for sparse trees.
3691         (References): Be more clear about the counting of hilines.
3692         (Handling links): Document M-p/n for accessing links.
3693         (Fast access to TODO states): New section.
3694         (Per file keywords): New section.
3695         (Property inheritance): New section.
3696         (Column attributes): New summary types.
3697         (Capturing Column View): New section.
3698         (The date/time prompt): Cover the new features in the date/time prompt.
3699         Compactify the table of keys for the calendar remote control.
3700         (Clocking work time): Document the new :scope parameter.
3701         (Remember): Promoted to chapter.
3702         (Quoted examples): New section.
3703         (Enhancing text): New verbatim environments.
3705 2008-01-14  Michael Albinus  <michael.albinus@gmx.de>
3707         * trampver.texi: Update release number.
3709 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3711         * gnus.texi (Article Keymap):
3712         Add gnus-article-wide-reply-with-original; fix descriptions of
3713         gnus-article-reply-with-original and
3714         gnus-article-followup-with-original.
3716 2008-01-09  Glenn Morris  <rgm@gnu.org>
3718         * nxml-mode.texi: Add @copying section.
3720 2008-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3722         * message.texi (Mail Variables): Add some text from "(gnus)Posting
3723         Server".  Add `message-send-mail-with-mailclient'.
3725         * gnus.texi (Posting Server): Move some text to "(message)Mail
3726         Variables" and add a reference here.
3728 2008-01-04  Michael Albinus  <michael.albinus@gmx.de>
3730         * dbus.texi (Receiving Method Calls): New chapter.
3731         (Errors and Events): Add serial number to events.  Replace "signal" by
3732         "message".  Introduce dbus-event-serial-number.
3734 2008-01-03  Michael Albinus  <michael.albinus@gmx.de>
3736         * dbus.texi (Type Conversion): Explain the type specification for empty
3737         arrays.  Use another example.
3739 2007-12-30  Michael Albinus  <michael.albinus@gmx.de>
3741         * dbus.texi (all): Replace "..." by @dots{}.
3742         (Type Conversion): Precise the value range for :byte types.
3743         (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
3744         Mention its return value.
3745         (Errors and Events): There is no D-Bus error propagation during event
3746         processing.
3748 2007-12-29  Jay Belanger  <jay.p.belanger@gmail.com>
3750         * calc.tex (Yacas Language, Maxima Language, Giac Language):
3751         New sections.
3753 2007-12-29  Reiner Steib  <Reiner.Steib@gmx.de>
3755         * gnus.texi (Group Parameters): Reorder the text and add a note about
3756         `gnus-parameters' near the beginning of the node.
3758 2007-12-29  IRIE Tetsuya  <irie@t.email.ne.jp>  (tiny change)
3760         * gnus.texi (Score File Editing): Fix function name.
3762 2007-12-23  Michael Albinus  <michael.albinus@gmx.de>
3764         Sync with Tramp 2.1.12.
3766         * trampver.texi: Update release number.
3768 2007-12-22  Michael Albinus  <michael.albinus@gmx.de>
3770         * dbus.texi (Type Conversion): Correct input parameters mapping.
3772 2007-12-21  Michael Albinus  <michael.albinus@gmx.de>
3774         * dbus.texi (Type Conversion): Extend for D-Bus compound types.
3775         (Errors and Events): Mention wrong-type-argument error.
3777 2007-12-21  Alex Schroeder  <alex@gnu.org>
3779         * rcirc.texi: Changed single spaces after sentence end to double
3780         spaces.  Fixed some typos.
3781         (Internet Relay Chat): Explain relay.
3782         (Getting started with rcirc): Change items to reflect prompts.
3783         Add more explanation to rcirc-track-minor-mode and added a comment to
3784         warn future maintainers that this section is a copy.
3785         (People): Change /ignore example.
3786         (Keywords): Not keywords.
3788 2007-12-20  Alex Schroeder  <alex@gnu.org>
3790         * rcirc.texi (Top): Fighting Information Overload chapter added.
3791         (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
3792         (rcirc commands): Move /ignore command to the new chapter.
3793         (Fighting Information Overload): New chapter documenting /keyword,
3794         /bright, /dim, channel ignore, and low priority channels.
3795         (Configuration): Document rcirc-server-alist, remove
3796         rcirc-startup-channels-alist and rcirc-default-server.
3798 2007-12-16  Michael Albinus  <michael.albinus@gmx.de>
3800         * dbus.texi (Signals): Fix example in dbus-register-signal.
3802 2007-12-14  Sven Joachim  <svenjoac@gmx.de>
3804         * gnus.texi (Score Variables): Fix typo.
3806 2007-12-07  Michael Albinus  <michael.albinus@gmx.de>
3808         * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
3809         (Signals): Adapt dbus-send-signal and dbus-register-signal.
3810         (Errors and Events): Adapt dbus-event.
3812 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3814         * gnus.texi (Other Files): Add the yenc command.
3816 2007-11-30  Reiner Steib  <Reiner.Steib@gmx.de>
3818         * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
3819         since 2004-08-06.
3821 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3823         * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
3824         on body.
3826 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3828         * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
3829         and rfc2047-allow-irregular-q-encoded-words; fix description of
3830         rfc2047-encode-encoded-words.
3832 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3834         * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
3836 2007-12-05  Michael Olson  <mwolson@gnu.org>
3838         * remember.texi (Diary): Remove "require" line for remember-diary.el.
3839         Update documentation for `remember-diary-file'.
3841 2007-12-04  Michael Albinus  <michael.albinus@gmx.de>
3843         * dbus.texi (Signals): Precise `dbus-register-signal'.
3844         (Errors and Events): Rework events part, the internal structure of
3845         dbus-event has changed.
3847 2007-12-03  Juanma Barranquero  <lekktu@gmail.com>
3849         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
3850         ($(infodir)/dbus, dbus.dvi): New targets.
3852 2007-12-03  Michael Albinus  <michael.albinus@gmx.de>
3854         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
3855         unconditionally.
3857         * dbus.texi (Synchronous Methods): Show the result of the "lshal"
3858         emulation with @print{}.
3860 2007-12-02  Richard Stallman  <rms@gnu.org>
3862         * dbus.texi (Overview): Minor cleanup.
3864 2007-12-02  Michael Albinus  <michael.albinus@gmx.de>
3866         * Makefile.in (INFO_TARGETS): Add dbus.
3867         (DVI_TARGETS): Add dbus.dvi.
3868         (dbus, dbus.dvi): New targets.
3870         * dbus.texi: New file.
3872 2007-11-24  Romain Francoise  <romain@orebokech.com>
3874         * nxml-mode.texi: Add description in @direntry.
3875         Fix file name to match @setfilename.
3877 2007-11-23  Mark A. Hershberger  <mah@everybody.org>
3879         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
3880         ($(infodir)/nxml-mode): New rule.
3882         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
3883         ($(infodir)/nxml-mode): New rule.
3884         (clean): Add nxml-mode*.
3886         * nxml-mode.texi: New file with nxml manual.
3888 2007-11-18  Richard Stallman  <rms@gnu.org>
3890         * flymake.texi (Example -- Configuring a tool called directly):
3891         Update example.
3893 2007-11-18  Michael Albinus  <michael.albinus@gmx.de>
3895         * tramp.texi (Filename completion): Simplify explanation of
3896         double-slash behavior.  Explain directory contents flushing.
3898 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
3900         * calc.texi (TeX and LaTeX Language Modes): Put in
3901         missing braces.
3903 2007-11-15  Richard Stallman  <rms@gnu.org>
3905         * cl.texi (Equality Predicates): Delete `eql'.
3906         (Predicates, Naming Conventions, Top): Delete `eql'.
3907         (Common Lisp Compatibility): Delete `eql'.
3908         (Porting Common Lisp): Delete obsolete backquote info.
3909         Minor clarification about character constants.
3910         (Sequence Basics): Minor clarification.
3912 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
3914         * cc-mode.texi (Electric Keys, Custom Macros):
3915         * tramp.texi (Filename completion): Fix typos.
3917 2007-11-15  Jay Belanger  <jay.p.belanger@gmail.com>
3919         * calc.texi (Basic commands): Mention the menu.
3921 2007-11-12  Michael Albinus  <michael.albinus@gmx.de>
3923         * tramp.texi (Connection caching): Tramp flushes connection
3924         properties when remote operating system has been changed.
3926 2007-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
3928         * gnus-news.texi: Fix spelling.
3929         `message-insert-formatted-citation-line', not
3930         `message-insert-formated-citation-line'.
3932         * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
3934 2007-11-07  Michael Albinus  <michael.albinus@gmx.de>
3936         * tramp.texi (Overview): Mention also the PuTTY integration under
3937         Win32.  Remove paragraphs about Tramp's experimental status.
3938         (Frequently Asked Questions): Add code example for highlighting the
3939         mode line.
3941 2007-11-03  Michael Olson  <mwolson@gnu.org>
3943         * remember.texi: Change mentions of remember-buffer to
3944         remember-finalize throughout.
3946 2007-10-30  Michael Olson  <mwolson@gnu.org>
3948         * remember.texi (Copying): Remove.
3949         (Mailbox): Update with non-BBDB instructions.
3950         (Diary, Org): Add.
3951         (Bibliography, Planner Page): Remove.
3953 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
3955         * makefile.w32-in (INFO_TARGETS): Add remember.
3956         (DVI_TARGETS): Add remember.dvi.
3957         ($(infodir)/remember): New rule.
3958         (clean): Add remember*.
3960 2007-10-30  Michael Olson  <mwolson@gnu.org>
3962         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
3963         ($(infodir)/remember): New rule that builds the Remember Manual.
3965         * remember.texi: New file containing the Remember Mode Manual.
3966         Shuffle chapters around after initial import.
3967         (Function Reference): Split Keystrokes into separate chapter.
3968         (Keystrokes): Document C-c C-k.
3969         (Introduction): Fix typographical issue with "---".
3971 2007-10-29  Richard Stallman  <rms@gnu.org>
3973         * widget.texi (Introduction): Delete discussion of implementation
3974         internals.
3976 2007-10-29  Michael Albinus  <michael.albinus@gmx.de>
3978         * tramp.texi (Connection caching): Host names must be different
3979         when tunneling.
3981 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
3983         * gnus.texi, gnus-faq.texi, message.texi: Bump version to
3984         Gnus v5.13.
3986 2007-10-28  Miles Bader  <miles@gnu.org>
3988         * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
3990 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
3992         * gnus.texi (Sorting the Summary Buffer):
3993         Remove gnus-article-sort-by-date-reverse.
3995 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3997         * gnus.texi (Non-ASCII Group Names): New node.
3998         (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
3999         gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
4001 2007-10-28  Michaël Cadilhac  <michael@cadilhac.name>
4003         * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
4004         clean the output of the program `imap-shell-program'.
4006 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4008         * gnus.texi (IMAP): Mention nnimap-logout-timeout.
4010 2007-10-28  Tassilo Horn  <tassilo@member.fsf.org>
4012         * gnus.texi (Sticky Articles): Documentation for sticky article
4013         buffers.
4015 2007-10-28  Michaël Cadilhac  <michael@cadilhac.name>
4017         * gnus.texi (RSS): Document nnrss-ignore-article-fields.
4019 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4021         * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
4023 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4025         * gnus.texi (Archived Messages):
4026         Document gnus-update-message-archive-method.
4028 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4030         * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
4032 2007-10-28  Michaël Cadilhac  <michael@cadilhac.name>
4034         * gnus.texi (Group Maneuvering):
4035         Document `gnus-summary-next-group-on-exit'.
4037 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4039         * gnus.texi (Really Various Summary Commands):
4040         Mention gnus-auto-select-on-ephemeral-exit.
4042 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4044         * gnus.texi, message.texi: Bump version number.
4046 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4048         * gnus.texi (Group Line Specification, Misc Group Stuff)
4049         (Server Commands): Parenthesize @pxref{Mail Spool}.
4051 2007-10-28  Didier Verna  <didier@xemacs.org>
4053         New user option: message-signature-directory.
4054         * message.texi (Insertion Variables): Document it.
4055         * gnus.texi (Posting Styles): Ditto.
4057 2007-10-28  Didier Verna  <didier@xemacs.org>
4059         * gnus.texi (Group Line Specification):
4060         * gnus.texi (Misc Group Stuff):
4061         * gnus.texi (Server Commands): Document the group compaction feature.
4063 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4065         * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
4067         * message.texi (Various Message Variables): Add message-fill-column.
4069 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4071         * gnus.texi: Untabify.
4073 2007-10-28  Didier Verna  <didier@xemacs.org>
4075         * gnus.texi (Group Parameters): Document the posting-style merging
4076         process in topic-mode.
4078 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4080         * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
4082 2007-10-28  Romain Francoise  <romain@orebokech.com>
4084         * gnus.texi (Mail Spool): Fix typo.
4085         Update copyright.
4087 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4089         * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
4091 2007-10-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4093         * gnus.texi (Summary Generation Commands):
4094         Add gnus-summary-insert-ticked-articles.
4096 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4098         * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
4099         to spam-spamassassin-program.
4101 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4103         * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
4105 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4107         * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
4109 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4111         * message.texi (Mail Headers): Document `opportunistic'.
4113 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4115         * emacs-mime.texi (Encoding Customization): Explain how to set
4116         mm-coding-system-priorities per hierarchy.
4118 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4120         * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
4121         nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
4123 2007-10-28  Didier Verna  <didier@xemacs.org>
4125         * message.texi (Wide Reply): Update documentation of
4126         message-dont-reply-to-names (now allowing a list of regexps).
4128 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4130         * gnus.texi (Spam Package Introduction): Fix spam menu and links.
4132 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4134         * gnus.texi (SpamAssassin back end): Fix typo.
4136         * sieve.texi (Examples): Fix grammar.
4138 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4140         * gnus.texi (Searching for Articles): Document M-S and M-R.
4141         (Limiting): Document / b.
4143 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4145         * gnus.texi (Thread Commands): T M-^.
4147 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4149         * message.texi (Mail Aliases): Document ecomplete.
4150         (Mail Aliases): Fix typo.
4152 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4154         * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
4155         fix typo.
4157 2007-10-28  Romain Francoise  <romain@orebokech.com>
4159         * gnus.texi (Mail Spool): Grammar fix.
4161 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4163         * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
4164         string.
4166 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4168         * gnus.texi (Group Parameters): Fix description.
4170 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4172         * gnus.texi (Gmane Spam Reporting):
4173         Fix spam-report-gmane-use-article-number.
4174         Add spam-report-user-mail-address.
4176 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4178         * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
4180 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4182         * gnus.texi (Group Parameters): Add simplified sorting example based on
4183         example for `Sorting the Summary Buffer' from Jari Aalto
4184         <jari.aalto@cante.net>.
4185         (Example Methods): Add example for an indirect connection.
4187 2007-10-28  Kevin Greiner  <kevin.greiner@compsol.cc>
4189         * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
4190         (Agent Parameters): Updated parameter names to match code.
4191         (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
4192         'gnus-agent-summary-fetch-series'.
4193         (Agent and flags): New section providing a generalized discussion
4194         of flag handling.
4195         (Agent and IMAP): Remove flag discussion.
4196         (Agent Variables): Add 'gnus-agent-synchronize-flags'.
4198 2007-10-28  Romain Francoise  <romain@orebokech.com>
4200         * gnus.texi (Exiting the Summary Buffer): Add new function
4201         `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
4203 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4205         * gnus.texi (Conformity): Fix typo.
4206         (Customizing Articles): Document `first'.
4208 2007-10-28  Jari Aalto  <jari.aalto@cante.net>
4210         * gnus.texi (Sorting the Summary Buffer):
4211         Add `gnus-thread-sort-by-date-reverse'.  Add example
4212         host to different sorting in NNTP and RSS groups.
4214 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4216         * message.texi (Insertion): Describe prefix for
4217         message-mark-inserted-region and message-mark-insert-file.
4219 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4221         * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
4222         LaTeX documents.  Describe "text/x-gnus-verbatim".
4224 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
4226         * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
4227         (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
4228         (spam-stat spam filtering, SpamOracle)
4229         (Extending the Spam ELisp package): Remove extra quote symbol for
4230         clarity.
4232 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4234         * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
4235         gnus-article-delete-part and gnus-article-replace-part.
4236         (Using MIME): Add gnus-mime-replace-part.
4238 2007-10-28  Romain Francoise  <romain@orebokech.com>
4240         * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
4241         requires `auto-compression-mode' to be enabled.  Add new nnml
4242         variable `nnml-compressed-files-size-threshold'.
4244 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4246         * gnus.texi (Sorting the Summary Buffer):
4247         Add gnus-thread-sort-by-recipient.
4249 2007-10-28  Romain Francoise  <romain@orebokech.com>
4251         * message.texi (Insertion Variables): Mention new variable
4252         `message-yank-empty-prefix'.  Change `message-yank-cited-prefix'
4253         documentation accordingly.
4255 2007-10-28  Romain Francoise  <romain@orebokech.com>
4257         * gnus.texi (To From Newsgroups): Mention new variables
4258         `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
4260 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4262         * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
4263         stuff; gnus-mime-inline-part does the automatic decompression.
4265 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
4267         * gnus.texi (Spam ELisp Package Configuration Examples):
4268         "training.ham" should be "training.spam".
4270 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4272         * message.texi (Mail Variables): Fix the default value for
4273         message-send-mail-function.
4275 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4277         * gnus.texi (Optional Back End Functions): nntp-request-update-info
4278         always returns nil exceptionally.
4280 2007-10-28  Simon Josefsson  <jas@extundo.com>
4282         * gnus.texi (Article Washing): Add libidn URL.
4283         Suggested by Michael Cook <michael@waxrat.com>.
4285 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4287         * gnus.texi (Topic Commands): Fix next/previous.
4289 2007-10-28  Simon Josefsson  <jas@extundo.com>
4291         * gnus.texi (Article Washing): Mention `W i'.
4293 2007-10-28  Jochen Küpper  <jochen@fhi-berlin.mpg.de>
4295         * gnus.texi (Group Parameters): Slight extension of sieve
4296         parameter description.
4298 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4300         * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
4301         matching score files as well.
4302         (Picons): Describe `gnus-picon-style'.
4304 2007-10-28  Romain Francoise  <romain@orebokech.com>
4306         * message.texi (Message Headers): Mention that headers are hidden
4307         using narrowing, and how to expose them.
4308         Update copyright.
4310 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4312         * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
4313         `gnus-summary-sort-by-recipient'.
4315 2007-10-28  Romain Francoise  <romain@orebokech.com>
4317         * gnus.texi (NNTP marks): New node.
4318         (NNTP): Move NNTP marks variables to the new node.
4320 2007-10-28  Jesper Harder  <harder@ifa.au.dk>
4322         * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
4324         * gnus.texi (MIME Commands, Hashcash): Markup fix.
4326 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
4328         * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
4329         everywhere for consistency.
4330         (Filtering Spam Using The Spam ELisp Package): Admonish again.
4331         (Spam ELisp Package Sequence of Events): This is Gnus, say so.
4332         Say "regular expression" instead of "regex."  Admonish.
4333         Pick other words to sound better (s/so/thus/).
4334         (Spam ELisp Package Filtering of Incoming Mail):
4335         Mention statistical filters.  Remove old TODO.
4336         (Spam ELisp Package Sorting and Score Display in Summary Buffer):
4337         New section on sorting and displaying the spam score.
4338         (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
4339         backend but an alias to spam-use-BBDB.
4340         (Extending the Spam ELisp package): Rewrite the example using the
4341         new backend functionality.
4343 2007-10-28  Simon Josefsson  <jas@extundo.com>
4345         * gnus.texi (NNTP): Mention nntp-marks-is-evil and
4346         nntp-marks-directory, from Romain Francoise
4347         <romain@orebokech.com>.
4349 2007-10-28  Magnus Henoch  <mange@freemail.hu>
4351         * gnus.texi (Hashcash): New default value of
4352         hashcash-default-payment.
4354 2007-10-28  Simon Josefsson  <jas@extundo.com>
4356         * gnus.texi (Hashcash): Fix URL.  Add pref to spam section.
4357         (Anti-spam Hashcash Payments): No need to load hashcash.el now.
4359 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4361         * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
4363 2007-10-28  Simon Josefsson  <jas@extundo.com>
4365         * gnus.texi (documentencoding): Add, to avoid warnings.
4367 2007-10-28  Simon Josefsson  <jas@extundo.com>
4369         * message.texi (Mail Headers): Add.
4371         * gnus.texi (Hashcash): Fix.
4373 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
4375         * gnus.texi (Hashcash): Change location of library, also mention
4376         that payments can be verified and fix the name of the
4377         hashcash-path variable.
4379 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4381         * gnus.texi (Article Display): Add `gnus-picon-style'.
4383 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4385         * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
4387 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
4389         * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
4390         (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
4391         warning about ham processors in spam groups removed.
4393 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
4395         * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
4396         From Hubert Chan <hubert@uhoreg.ca>.
4398 2007-10-28  Jesper Harder  <harder@ifa.au.dk>
4400         * gnus.texi (Spam ELisp Package Sequence of Events): Index.
4401         (Mailing List): Typo.
4402         (Customizing Articles): Add gnus-treat-ansi-sequences.
4403         (Article Washing): Index.
4405         * message.texi: Use m-dash consistently.
4407 2007-10-28  Jesper Harder  <harder@ifa.au.dk>
4409         * gnus.texi (GroupLens): Remove.
4411 2007-10-28  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4413         * gnus.texi (Outgoing Messages, Agent Variables):
4414         Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
4415         Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
4417 2007-10-28  Jesper Harder  <harder@ifa.au.dk>
4419         * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
4421 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4423         * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
4425         * gnus.texi (No Gnus): New node.  Includes `gnus-news.texi'.
4427 2007-10-28  Simon Josefsson  <jas@extundo.com>
4429         * gnus.texi (Top): Add SASL.
4431 2007-10-27  Emanuele Giaquinta  <e.giaquinta@glauco.it>  (tiny change)
4433         * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
4435 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4437         * gnus.texi (Troubleshooting): Adjust Gnus version number.
4439 2007-10-27  Jay Belanger  <jay.p.belanger@gmail.com>
4441         * calc.texi (Formulas, Composition Basics): Lower the
4442         precedence of negation.
4444 2007-10-25  Jonathan Yavner  <jyavner@member.fsf.org>
4446         * ses.texi (The Basics): Mention how to create a new spreadsheet.
4447         Mention the new three-letter column identifiers.
4448         (More on cell printing): Calculate-cell and truncate-cell are now `c'
4449         and `t' rather than `C-c C-c' and `C-c C-t'.  Mention the stupid error
4450         message when using `c' on an empty default with default printer.
4451         (Buffer-local variables in spreadsheets): `symbolic-formulas' was
4452         renamed to `ses--symbolic-formulas' some time ago.
4454 2007-10-25  Jay Belanger  <jay.p.belanger@gmail.com>
4456         * calc.texi (Default Simplifications, Making Selections)
4457         (Customizing Calc): Clarify associativity of multiplication.
4459 2007-10-23  Michael Albinus  <michael.albinus@gmx.de>
4461         * tramp.texi (Traces and Profiles): Simplify loop over
4462         `trace-function-background'.
4464 2007-10-22  Juri Linkov  <juri@jurta.org>
4466         * dired-x.texi (Shell Command Guessing): Default values are now
4467         available by typing M-n instead of M-p.
4469 2007-10-21  Michael Albinus  <michael.albinus@gmx.de>
4471         * tramp.texi (Cleanup remote connections): New section.
4472         (Password caching): Remove `tramp-clear-passwd'.
4473         It's not a command anymore.
4474         (Bug Reports): Add `tramp-bug' to function index.
4475         (Function Index, Variable Index): New nodes.
4476         (Remote shell setup): Describe `tramp-password-prompt-regexp'.
4478         * trampver.texi: Update release number.
4480 2007-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
4482         * calc.texi (History and Acknowledgements): Turn comment
4483         about integer size into past tense.
4484         (Time Zones): Remove pointer to Calc author's address.
4485         (Trigonometric and Hyperbolic Functions): Mention cotangent
4486         and hyperbolic cotangent.  Fix typo.
4488 2007-10-10  Michael Albinus  <michael.albinus@gmx.de>
4490         Sync with Tramp 2.1.11.
4492         * trampver.texi: Update release number.
4494 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
4496         * tramp.texi (External packages): New section.
4498 2007-09-29  Juri Linkov  <juri@jurta.org>
4500         * info.texi (Help-Int): Document `L' (`Info-history').
4502 2007-09-26  Carsten Dominik  <dominik@science.uva.nl>
4504         * org.texi: Change links to webpage and maintained email.
4505         (Remember): Promote to Chapter, significant changes.
4506         (Fast access to TODO states): New section.
4507         (Faces for TODO keywords): New section.
4508         (Export options): Example for #+DATE.
4509         (Progress logging): Section moved.
4511 2007-09-26  Bill Wohler  <wohler@newt.com>
4513         * mh-e.texi (HTML): Mention binding of S-mouse-2 to
4514         browse-url-at-mouse.
4516 2007-09-20  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
4518         * flymake.texi (Customizable variables): Face names don't end in -face.
4519         Fix flymake-err-line-patterns template.
4520         (Example -- Configuring a tool called directly): Fix init-function.
4521         (Highlighting erroneous lines): Face names don't end in -face.
4523 2007-09-18  Exal de Jesus Garcia Carrillo  <exal@gmx.de>  (tiny change)
4525         * erc.texi (Special-Features): Fix small typo.
4527 2007-09-14  Michael Albinus  <michael.albinus@gmx.de>
4529         * tramp.texi (Filename Syntax): Provide links to "Inline methods"
4530         and "External transfer methods".
4532 2007-09-13  Jay Belanger  <jay.p.belanger@gmail.com>
4534         * calc.texi (Predefined Units): Add some history.
4536 2007-09-08  Michael Olson  <mwolson@gnu.org>
4538         * erc.texi (Copying): New section included from gpl.texi.
4539         This matches the look of the upstream ERC manual.
4541 2007-09-07  Jay Belanger  <jay.p.belanger@gmail.com>
4543         * calc.texi (History and Acknowledgements): Adjust the "thanks".
4544         (Random Numbers): Clarify the distribution of `random'.
4546 2007-09-06  Glenn Morris  <rgm@gnu.org>
4548         Move manual sources from man/ to subdirectories of doc/.
4549         Split into the Emacs manual in emacs/, and other manuals in misc/.
4550         Change all setfilename commands to use ../../info.
4551         * Makefile.in: Move the parts of the old man/Makefile.in that do not
4552         refer to the Emacs manual here.
4553         (infodir): New variable.
4554         (INFO_TARGETS, info): Use infodir.  Also used by all info targets.
4555         (cc-mode.texi, faq.texi): Update references to source file locations.
4556         * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
4557         do not refer to the Emacs manual here.
4558         (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
4560         * Makefile.in: Add `basename' versions of all info targets, for
4561         convenience when rebuilding just one manual.
4562         (../etc/GNU): Delete obsolete target.
4563         (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
4564         (mostlyclean): Add *.op, *.ops.  Move *.aux *.cps *.fns *.kys *.pgs
4565         *.vrs *.toc here...
4566         (maintainer-clean): ...from here.
4568         * makefile.w32-in (../etc/GNU): Delete obsolete target.
4570 2007-09-01  Jay Belanger  <jay.p.belanger@gmail.com>
4572         * calc.texi (Date Conversions): Clarify definition of
4573         Julian day numbering.
4574         (Date Forms): Clarify definition of Julian day numbering;
4575         add some history.
4577 2007-08-30  Carsten Dominik  <dominik@science.uva.nl>
4579         * org.texi: Version 5.07.
4581 2007-08-24  IRIE Tetsuya  <irie@t.email.ne.jp>  (tiny change)
4583         * message.texi (MIME): Replace mml-attach with mml-attach-file.
4585 2007-08-22  Carsten Dominik  <dominik@science.uva.nl>
4587         * org.texi (Adding hyperlink types): New section.
4588         (Embedded LaTeX): Chapter updated because of LaTeX export.
4589         (LaTeX export): New section.
4590         (Using links out): New section.
4592 2007-08-22  Glenn Morris  <rgm@gnu.org>
4594         * faq.texi (Learning how to do something): Refcards now in
4595         etc/refcards/ directory.
4597 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
4599         * tramp.texi (Remote Programs): Persistency file must be cleared when
4600         changing `tramp-remote-path'.
4601         (Filename Syntax): Don't use @var{} constructs inside the @trampfn
4602         macro.
4604 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
4606         * calc.texi: Move contents to beginning of file.
4607         (Algebraic Entry): Fix the formatting of an example.
4609 2007-08-15  Jay Belanger  <jay.p.belanger@gmail.com>
4611         * calc.texi (Basic Operations on Units): Mention exact versus
4612         inexact conversions.
4614 2007-08-14  Jay Belanger  <jay.p.belanger@gmail.com>
4616         * calc.texi (Basic Operations on Units): Mention default
4617         values for new units.
4618         (Quick Calculator Mode): Mention that binary format will
4619         be displayed.
4621 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4623         * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
4625 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4627         * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
4629 2007-08-08  Glenn Morris  <rgm@gnu.org>
4631         * gnus.texi, sieve.texi: Replace `iff'.
4633 2007-08-03  Jay Belanger  <jay.p.belanger@gmail.com>
4635         * calc.texi (Basic Graphics): Mention the graphing of error
4636         forms.
4637         (Graphics Options): Mention how `g s' handles error forms.
4638         (Curve Fitting): Mention plotting the curves.
4639         (Standard Nonlinear Models): Add additional models.
4640         (Curve Fitting Details): Mention the Levenberg-Marquardt method.
4641         (Linear Fits): Correct result.
4643 2007-08-01  Alan Mackenzie  <acm@muc.de>
4645         * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
4646         to "--no-site-file".
4648 2007-07-29  Michael Albinus  <michael.albinus@gmx.de>
4650         * tramp.texi (Frequently Asked Questions): Point to mode line
4651         extension in Emacs 23.1.
4653         * trampver.texi: Update release number.
4655 2007-07-27  Glenn Morris  <rgm@gnu.org>
4657         * calc.texi (Copying): Include license text from gpl.texi, rather than
4658         in-line.
4660 2007-07-25  Glenn Morris  <rgm@gnu.org>
4662         * calc.texi (Copying): Replace license with GPLv3.
4664         * Relicense all FSF files to GPLv3 or later.
4666 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
4668         Sync with Tramp 2.1.10.
4670         * tramp.texi (trampfn): Expand macro implementation in order to handle
4671         empty arguments.
4672         (trampfnmhl, trampfnuhl, trampfnhl): Remove macros.  Replace all
4673         occurrences by trampfn.
4674         (Frequently Asked Questions): Extend example code for host
4675         identification in the modeline.  Add bbdb to approaches shortening Tramp
4676         file names to be typed.
4678         * trampver.texi: Update release number.
4680 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
4682         * tramp.texi: Move @setfilename ../info/tramp up, outside the header
4683         section.  Reported by <poti@potis.org>.
4684         (Remote processes): Arguments of the program to be debugged are taken
4685         literally.
4686         (Frequently Asked Questions): Simplify recentf example.
4688 2007-07-14  Karl Berry  <karl@gnu.org>
4690         * info.texi (@copying): New Back-Cover Text.
4692         * info.texi (Quitting Info): Move to proper place in source.
4693         (Reported by Benno Schulenberg.)
4695 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
4697         * Makefile.in (../info/emacs-mime): Use --enable-encoding.
4699         * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
4701         * emacs-mime.texi: Add @documentencoding directive.
4703 2007-07-12  Nick Roberts  <nickrob@snap.net.nz>
4705         * tramp.texi (Remote processes): Add an anchor to the subsection
4706         "Running a debugger on a remote host".
4708 2007-07-12  Michael Albinus  <michael.albinus@gmx.de>
4710         * tramp.texi (Remote processes): Don't call it "experimental" any
4711         longer.  Add subsection about running a debugger on a remote host.
4713 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
4715         * org.texi (Properties and columns): Chapter rewritten.
4717 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
4719         * tramp.texi:
4720         * trampver.texi: Migrate to Tramp 2.1.
4722 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
4724         * org.texi (Properties): New chapter.
4726 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
4728         * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
4729         Control Panel.
4731         * gnus.texi (Misc Article): Add index entry for
4732         gnus-single-article-buffer.
4734 2007-06-27  Andreas Seltenreich  <andreas@gate450.dyndns.org>
4736         * gnus.texi (Starting Up): Fix typo.
4738 2007-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4740         * gnus.texi (Asynchronous Fetching): Fix typo.
4742 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
4744         * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
4745         (About This Manual): Remove redundant information.
4746         (Getting Started): Mention author.
4747         (Basic Arithmetic, Customizing Calc): Make description of the
4748         variable `calc-multiplication-has-precedence' match its new effect.
4750 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
4752         * calc.texi (Basic Arithmetic, Customizing Calc):
4753         Mention the variable `calc-multiplication-has-precedence'.
4755 2007-06-19  Carsten Dominik  <dominik@science.uva.nl>
4757         * org.texi (Tag): Section swapped with node Timestamps.
4758         (Formula syntax for Lisp): Document new `L' flag.
4760 2007-06-06  Andreas Seltenreich  <andreas@gate450.dyndns.org>
4762         * gnus.texi (Misc Group Stuff, Summary Buffer)
4763         (Server Commands, Article Keymap): Fix typo.  s/function/command/.
4765 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
4767         * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
4768         * gnus.texi (Article Buttons, Mail Source Customization)
4769         (Sending or Not Sending, Customizing NNDiary):
4770         * message.texi (Message Headers):
4771         * mh-e.texi (HTML): Fix typos.
4773 2007-06-07  Michael Albinus  <michael.albinus@gmx.de>
4775         Sync with Tramp 2.0.56.
4777         * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
4778         settings.  Reported by Ted Zlatanov <tzz@lifelogs.com>.
4780 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
4782         * Version 22.1 released.
4784 2007-05-26  Michael Olson  <mwolson@gnu.org>
4786         * erc.texi (Modules): Fix references to completion modules.
4788 2007-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
4790         * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
4792 2007-05-09  Didier Verna  <didier@xemacs.org>
4794         * gnus.texi (Email Based Diary): New.  Proper documentation for the
4795         nndiary back end and the gnus-diary library.
4797 2007-05-03  Karl Berry  <karl@gnu.org>
4799         * .cvsignore (*.pdf): New entry.
4801         * texinfo.tex: Update from current version for better pdf generation.
4803 2007-04-30  Reiner Steib  <Reiner.Steib@gmx.de>
4805         * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
4807 2007-04-28  Glenn Morris  <rgm@gnu.org>
4809         * faq.texi (New in Emacs 22): Restore mention of python.el pending
4810         consideration of legal status.
4812 2007-04-27  J.D. Smith  <jdsmith@as.arizona.edu>
4814         * idlwave.texi: Minor updates for IDLWAVE 6.1.
4816 2007-04-24  Chong Yidong  <cyd@stupidchicken.com>
4818         * faq.texi (New in Emacs 22): python.el removed.
4820 2007-04-23  Jay Belanger  <jay.p.belanger@gmail.com>
4822         * calc.texi (Reporting bugs): Update maintainer's address.
4824 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
4826         * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
4828 2007-04-15  Jay Belanger  <belanger@truman.edu>
4830         * calc.texi (Title page): Remove the date.
4831         (Basic Arithmetic): Emphasize that / binds less strongly than *.
4832         (The Standard Calc Interface): Change trail title.
4833         (Floats): Mention that when non-decimal floats are entered, only
4834         approximations are stored.
4835         (Copying): Move to the appendices.
4836         (GNU Free Documentation License): Add as an appendix.
4838 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
4840         * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
4841         * dired-x.texi, ebrowse.texi, ediff.texi:
4842         * emacs-mime.texi, erc.texi, eshell.texi:
4843         * eudc.texi, flymake.texi, forms.texi, gnus.texi:
4844         * idlwave.texi, message.texi, newsticker.texi, org.texi:
4845         * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
4846         * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
4847         * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
4848         * woman.texi: Include GFDL.
4850         * doclicense.texi: Remove node heading, so that it can be included by
4851         other files.
4853         * dired-x.texi: Relicence under GFDL.  Remove date from title page.
4855         * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
4856         than *.
4858 2007-04-14  Carsten Dominik  <dominik@science.uva.nl>
4860         * org.texi (Formula syntax for Calc): Emphasize the operator precedence
4861         in Calc.
4863 2007-04-09  Romain Francoise  <romain@orebokech.com>
4865         * faq.texi (New in Emacs 22): Mention improvements to the Windows and
4866         Mac OS ports.  Make it clear that mouse-1 complements and doesn't
4867         replace mouse-2.
4869 2007-04-08  Chong Yidong  <cyd@stupidchicken.com>
4871         * woman.texi (Word at point, Interface Options): woman-topic-at-point
4872         renamed to woman-use-topic-at-point.  Document new behavior.
4874 2007-04-08  Richard Stallman  <rms@gnu.org>
4876         * url.texi: Fix some indexing.
4877         (Disk Caching): Drop discussion of old/other Emacs versions.
4879 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
4881         * url.texi (Disk Caching): Say Emacs 21 "and later".
4883         * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
4884         on Font locking which now mentions JIT lock.
4886 2007-04-01  Michael Olson  <mwolson@gnu.org>
4888         * erc.texi: Update for the ERC 5.2 release.
4890 2007-03-31  David Kastrup  <dak@gnu.org>
4892         * woman.texi (Topic, Interface Options): Explain changes semantics of
4893         woman-manpath in order to consider MANPATH_MAP entries.
4895 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
4897         * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
4899 2007-03-26  Richard Stallman  <rms@gnu.org>
4901         * pgg.texi (Caching passphrase): Clean up previous change.
4903 2007-03-25  Thien-Thi Nguyen  <ttn@gnu.org>
4905         * gnus.texi (Setting Process Marks): Fix typo.
4907 2007-03-25  Romain Francoise  <romain@orebokech.com>
4909         * faq.texi (New in Emacs 22): Reorganize using an itemized list for
4910         readability, and include various fixes by Daniel Brockman, Nick Roberts
4911         and Dieter Wilhelm.
4913 2007-03-24  Thien-Thi Nguyen  <ttn@gnu.org>
4915         * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
4917         * gnus.texi (Mail Source Specifiers): Fix typo.
4919 2007-03-22  Ralf Angeli  <angeli@caeruleus.net>
4921         * reftex.texi (Imprint): Update maintainer information.
4923 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4925         * message.texi (Message Buffers): Update documentation for
4926         message-generate-new-buffers.
4928 2007-03-15  Daiki Ueno  <ueno@unixuser.org>
4930         * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
4932 2007-03-21  Glenn Morris  <rgm@gnu.org>
4934         * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
4936 2007-03-19  Chong Yidong  <cyd@stupidchicken.com>
4938         * eshell.texi (Known problems): Emacs 21 -> 22.
4940         * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
4942 2007-03-18  Jay Belanger  <belanger@truman.edu>
4944         * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
4946 2007-03-12  Glenn Morris  <rgm@gnu.org>
4948         * calc.texi (Time Zones): Switch to new North America DST rule.
4950         * calc.texi: Replace "daylight savings" with "daylight
4951         saving" in text throughout.
4953 2007-03-11  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4955         * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
4956         The variable now uses a list of symbols instead of just a symbol.
4957         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
4959 2007-03-06  Romain Francoise  <romain@orebokech.com>
4961         * faq.texi (New in Emacs 22): Don't say "now" too much.  Add MH-E to
4962         new packages, and mention Gnus update.
4964 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4966         * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
4967         nntp-open-connection-functions-never-echo-commands.
4969 2007-02-27  Chong Yidong  <cyd@stupidchicken.com>
4971         * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
4972         problems on the console, and security risk in not using gpg-agent.
4974 2007-02-25  Carsten Dominik  <dominik@science.uva.nl>
4976         * org.texi (The spreadsheet): Rename from "Table calculations".
4977         Completely reorganized and rewritten.
4978         (CamelCase links): Section removed.
4979         (Repeating items): New section.
4980         (Tracking TODO state changes): New section.
4981         (Agenda views): Chapter reorganized and rewritten.
4982         (HTML export): Section rewritten.
4983         (Tables in arbitrary syntax): New section.
4984         (Summary): Better feature summary.
4985         (Activation): Document problem with cut-and-paste of Lisp code
4986         from PDF files.
4987         (Visibility cycling): Document indirect buffer use.
4988         (Structure editing): Document sorting.
4989         (Remember): Section rewritten.
4990         (Time stamps): Better description of time stamp types.
4991         (Tag searches): Document regular expression search for tags.
4992         (Stuck projects): New section.
4993         (In-buffer settings): New keywords.
4994         (History and Acknowledgments): Updated description.
4996 2007-02-24  Alan Mackenzie  <acm@muc.de>
4998         * cc-mode.texi (Movement Commands): Insert two missing command names.
4999         (Getting Started): Slight wording correction (use conditional).
5001 2007-02-22  Kim F. Storm  <storm@cua.dk>
5003         * widget.texi (User Interface, Basic Types): Document need to put some
5004         text before the %v escape in :format string in editable-field widget.
5006 2007-02-18  Romain Francoise  <romain@orebokech.com>
5008         * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
5009         `cvs-mode-quit'.
5011 2007-02-10  Markus Triska  <markus.triska@gmx.at>
5013         * widget.texi (Programming Example): Put constant strings in :format.
5015 2007-02-07  Juanma Barranquero  <lekktu@gmail.com>
5017         * faq.texi (Fullscreen mode on MS-Windows): New node.
5019 2007-02-04  David Kastrup  <dak@gnu.org>
5021         * faq.texi (AUCTeX): Update version number.  Should probably be done
5022         for other packages as well.
5024 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5026         * gnus.texi (Batching Agents): Fix example.  Reported by Tassilo Horn
5027         <tassilo@member.fsf.org>.
5029 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
5031         * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
5032         ls-lisp-use-localized-time-format.
5034 2007-01-20  Markus Triska  <markus.triska@gmx.at>
5036         * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
5038 2007-01-13  Michael Olson  <mwolson@gnu.org>
5040         * erc.texi (Modules): Mention capab-identify module.
5042 2007-01-05  Michael Olson  <mwolson@gnu.org>
5044         * erc.texi (Getting Started): Update for /RECONNECT command.
5046 2007-01-04  Richard Stallman  <rms@gnu.org>
5048         * ebrowse.texi: Change C-c b to C-c C-m.
5050 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5052         * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
5053         variables only in info to avoid redundant entries in the printed
5054         manual.
5056 2007-01-02  Daiki Ueno  <ueno@unixuser.org>
5058         * message.texi (Using PGP/MIME): Document gpg-agent usage.
5060 2007-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
5062         * message.texi (Security): Split into sub-nodes.
5064 2007-01-01  Alan Mackenzie  <acm@muc.de>
5066         * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
5067         eval-after-load in Emacs <=21 and a workaround.  Document that
5068         trigraphs are not supported.
5070 2007-01-01  Alan Mackenzie  <acm@muc.de>
5072         * cc-mode.texi ("Filling and Breaking"): Amend the doc for
5073         c-context-line-break.  When invoked within a string, preserve
5074         whitespace.  Add a backslash only when also in a macro.
5076 2007-01-01  Alan Mackenzie  <acm@muc.de>
5078         * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
5080 2007-01-01  Alan Mackenzie  <acm@muc.de>
5082         * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
5083         are now bound by default to c-\(beginning\|end\)-of-defun by default.
5085 2007-01-01  Alan Mackenzie  <acm@muc.de>
5087         * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
5088         "Choosing a Style".
5090         * cc-mode.texi ("Styles"): Add @dfn{style}.
5092 2006-12-30  Michael Albinus  <michael.albinus@gmx.de>
5094         Sync with Tramp 2.0.55.
5096         * trampver.texi: Update release number.
5098 2006-12-29  Reiner Steib  <Reiner.Steib@gmx.de>
5100         * gnus.texi (Customizing Articles): Add index entries for all
5101         gnus-treat-* variables.
5103 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
5105         * gnus.texi (IMAP): Fix incorrect explanation of
5106         nnimap-search-uids-not-since-is-evil in documentation for
5107         nnimap-expunge-search-string.
5109 2006-12-27  Reiner Steib  <Reiner.Steib@gmx.de>
5111         * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
5112         spam-ifile-database.
5114 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5116         * gnus.texi (Spam Package Configuration Examples): Don't encourage to
5117         rebind C-s.
5119 2006-12-26  Jouni K. Seppänen  <jks@iki.fi>
5121         * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
5122         (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
5123         "expiring mail".
5124         (IMAP): Document nnimap-search-uids-not-since-is-evil and
5125         nnimap-nov-is-evil.
5127 2006-12-25  Kevin Ryde  <user42@zip.com.au>
5129         * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
5130         about the key procedure being used heavily.
5132 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
5134         * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
5135         to t.
5136         (Prerequisites): Add explanation about gpg-agent.
5138 2006-12-22  Kevin Ryde  <user42@zip.com.au>
5140         * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
5141         "sort" instead of "sort*".
5143 2006-12-19  Richard Stallman  <rms@gnu.org>
5145         * calc.texi (History and Acknowledgements): Recognize that Emacs
5146         now does have floating point.
5148 2006-12-19  Michael Albinus  <michael.albinus@gmx.de>
5150         * tramp.texi (External transfer methods): Describe new method `scpc'.
5152 2006-12-17  Sascha Wilde  <wilde@sha-bang.de>
5154         * pgg.texi: Added short note on gpg-agent to the introduction.
5156 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5158         * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
5159         also applies to Cc.
5161 2006-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5163         * gnus.texi (X-Face): Clarify.  Say which programs are required
5164         on Windows.
5166 2006-12-08  Michael Olson  <mwolson@gnu.org>
5168         * erc.texi (Modules): Remove documentation for list module.
5170 2006-12-05  Michaël Cadilhac  <michael.cadilhac@lrde.org>
5172         * faq.texi (^M in the shell buffer): Ditto.
5174 2006-11-20  Michael Olson  <mwolson@gnu.org>
5176         * erc.texi: Call this the 5.2 stable pre-release of ERC.
5178 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
5180         * org.texi: Fix typos.
5181         (Agenda commands): Document `C-k'.
5183 2006-11-16  Eli Zaretskii  <eliz@gnu.org>
5185         * url.texi (http/https): Fix a typo in the HTTP URL.
5187 2006-11-14  Stephen Leake  <stephen_leake@stephe-leake.org>
5189         * ada-mode.texi: Total rewrite.
5191 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
5193         * org.texi: Minor typo fixes.
5195 2006-11-13  Bill Wohler  <wohler@newt.com>
5197         Release MH-E manual version 8.0.3.
5199         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
5200         release 8.0.3.
5202         * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
5203         to set MAILDIR.
5204         (Reading Mail): Document the customization of read-mail-command
5205         for MH-E.
5206         (Viewing Attachments): Document mm-discouraged-alternatives.
5207         (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
5208         (Junk): Add more information about the settings of mh-junk-background
5209         in a program.  Add /usr/bin/mh to PATH in examples.
5211 2006-11-12  Richard Stallman  <rms@gnu.org>
5213         * woman.texi: Update author address but say he no longer maintains it.
5215 2006-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
5217         * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
5218         archived trees.
5219         (Checkboxes): Section moved to chapter 5, and extended.
5220         (The date/time prompt): New section.
5221         (Link abbreviations): New section.
5222         (Presentation and sorting): New section.
5223         (Custom agenda views): Section completely rewritten.
5224         (Summary): Compare with Planner.
5225         (Feedback): More info about creating backtraces.
5226         (Plain lists): Modified example.
5227         (Breaking down tasks): New section.
5228         (Custom time format): New section.
5229         (Time stamps): Document inactive timestamps.
5230         (Setting tags): More details about fast tag selection.
5231         (Block agenda): New section.
5232         (Custom agenda views): Section rewritten.
5233         (Block agenda): New section.
5235 2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
5237         * tramp.texi (Configuration): scp is the default method.
5238         (Default Method): Use ssh as example for another method.
5240 2006-10-27  Richard Stallman  <rms@gnu.org>
5242         * woman.texi: Downcase nroff/troff/roff.
5243         (Installation): Chapter deleted.  Some xrefs deleted.
5244         (Background): woman doesn't advise man ;-).
5246 2006-10-26  Roberto Rodríguez  <lanubeblanca@googlemail.com>  (tiny change)
5248         * ada-mode.texi (Project files, Identifier completion)
5249         (Automatic Casing, Debugging, Using non-standard file names)
5250         (Working Remotely): Fix typos.
5252 2006-10-20  Masatake YAMATO  <jet@gyve.org>
5254         * cc-mode.texi (Sample .emacs File): Add missing `)' in
5255         sample code `my-c-initialization-hook'.
5257 2006-10-19  Stuart D. Herring  <herring@lanl.gov>
5259         * widget.texi: Fix typos.
5261 2006-10-19  Michael Albinus  <michael.albinus@gmx.de>
5263         * tramp.texi (Frequently Asked Questions): Remove questions marked with
5264         "???".  There have been no complaints for years, so the information
5265         must be appropriate.
5267 2006-10-16  Richard Stallman  <rms@gnu.org>
5269         * widget.texi: Use @var instead of capitalization.
5270         Clarify many widget type descriptions.
5272 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5274         * gnus.texi (Other modes): Fix typo.  Add alternative index entry for
5275         gnus-dired-attach.
5276         (Selecting a Group): Fix typo.
5278 2006-10-12  Roberto Rodríguez  <lanubeblanca@googlemail.com>  (tiny change)
5280         * widget.texi: Fix typos.
5282 2006-10-06  Reiner Steib  <Reiner.Steib@gmx.de>
5284         * gnus.texi (Image Enhancements): Update for Emacs 22.
5286         * gnus-faq.texi ([1.3]): Update.
5288 2006-10-06  Richard Stallman  <rms@gnu.org>
5290         * faq.texi (Displaying the current line or column):
5291         Delete "As of Emacs 20".
5293 2006-10-06  Romain Francoise  <romain@orebokech.com>
5295         * faq.texi (VM): VM works with Emacs 22 too.
5297 2006-10-06  Richard Stallman  <rms@gnu.org>
5299         * ebrowse.texi: Remove Emacs version "21" from title.
5301 2006-10-02  Reiner Steib  <Reiner.Steib@gmx.de>
5303         * gnus.texi (Foreign Groups): Say where change of editing commands are
5304         stored.  Add reference to `gnus-parameters'.
5306 2006-09-15  Jay Belanger  <belanger@truman.edu>
5308         * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
5309         Change "Library Public License" to "Lesser Public License"
5310         throughout.  Use "yyyy" to represent year.
5312 2006-09-15  Carsten Dominik  <dominik@science.uva.nl>
5314         * org.texi (Setting tags): Typo fix.
5316 2006-09-14  Reiner Steib  <Reiner.Steib@gmx.de>
5318         * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
5320 2006-09-12  Reiner Steib  <Reiner.Steib@gmx.de>
5322         * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
5324 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
5326         * faq.texi (Escape sequences in shell output): EMACS is now set
5327         to Emacs's absolute file name, not to "t".
5328         (^M in the shell buffer): Likewise.
5329         * misc.texi (Interactive Shell): Likewise.
5331 2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
5333         * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
5334         mails with pop3-leave-mail-on-server.  Fix wording.
5335         (Limiting): Improve gnus-summary-limit-to-articles.
5336         (X-Face): Fix typo.
5338 2006-09-11  Simon Josefsson  <jas@extundo.com>
5340         * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
5341         suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
5343 2006-09-06  Simon Josefsson  <jas@extundo.com>
5345         * smtpmail.texi (Authentication): Mention SSL.
5347 2006-09-01  Eli Zaretskii  <eliz@gnu.org>
5349         * rcirc.texi (Internet Relay Chat, Useful IRC commands):
5350         Don't use @indicateurl.
5352         * cc-mode.texi (Subword Movement): Don't use @headitem.
5353         (Custom Braces, Clean-ups): Don't use @tie.
5355 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
5357         Sync with Tramp 2.0.54.
5359         * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
5360         Suggested by Adrian Phillips <a.phillips@met.no>.
5362 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
5364         * org.texi (Installation, Activation): Split from Installation and
5365         Activation.
5366         (Clocking work time): Documented new features.
5368 2006-08-13  Alex Schroeder  <alex@gnu.org>
5370         * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
5371         example.
5373 2006-08-12  Eli Zaretskii  <eliz@gnu.org>
5375         * faq.texi (How to add fonts): New node.
5377 2006-08-05  Romain Francoise  <romain@orebokech.com>
5379         * faq.texi (New in Emacs 22): Expand.
5381 2006-08-03  Michael Olson  <mwolson@gnu.org>
5383         * erc.texi: Update for ERC 5.1.4.
5385 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5387         * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
5388         in .../site-lisp/gnus/ by default.
5389         [ From gnus-news.texi in the trunk. ]
5391 2006-07-27  Reiner Steib  <Reiner.Steib@gmx.de>
5393         * gnus.texi (MIME Commands): Additions for yEnc.
5395 2006-07-24  Richard Stallman  <rms@gnu.org>
5397         * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
5398         * faq.texi: Move periods and commas inside quotes.
5400 2006-07-20  Jay Belanger  <belanger@truman.edu>
5402         * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
5404 2006-07-18  Chong Yidong  <cyd@stupidchicken.com>
5406         * faq.texi (Security risks with Emacs): Document Emacs 22
5407         file-local-variable mechanism.
5409 2006-07-12  Michael Olson  <mwolson@gnu.org>
5411         * erc.texi: Update for ERC 5.1.3.
5413 2006-07-12  Alex Schroeder  <alex@gnu.org>
5415         * rcirc.texi: Fix typos.
5416         (Getting started with rcirc): New calling convention for M-x irc.
5417         Mention #rcirc.  Removed channel tracking.
5418         (Configuration): Change the names of all variables that got changed
5419         recently, eg. rcirc-server to rcirc-default-server.  Added
5420         documentation for rcirc-authinfo, some background for Bitlbee, and
5421         rcirc-track-minor-mode.
5422         (Scrolling conservatively): Fix the xref from Auto Scrolling to just
5423         Scrolling.
5424         (Reconnecting after you have lost the connection): Fix example code
5425         to match code changes.
5427 2006-07-10  Nick Roberts  <nickrob@snap.net.nz>
5429         * gnus.texi, message.texi: Fix typos.
5431 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
5433         * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
5434         commands.
5435         (Global TODO list): Document the use of the variables
5436         `org-agenda-todo-ignore-scheduled' and
5437         `org-agenda-todo-list-sublevels'.
5439 2006-07-05  Richard Stallman  <rms@gnu.org>
5441         * faq.texi (Scrolling only one line): Fix xref.
5443 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
5445         * faq.texi (Evaluating Emacs Lisp code):
5446         Throughout, replace eval-current-buffer with eval-buffer.
5448 2006-07-03  Richard Stallman  <rms@gnu.org>
5450         * rcirc.texi (Scrolling conservatively): Fix xref.
5452         * pcl-cvs.texi (Viewing differences): Usage fix.
5454 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
5456         * org.texi (Agenda commands): Document `s' key to save all org-mode
5457         buffers.
5459 2006-06-30  Ralf Angeli  <angeli@caeruleus.net>
5461         * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
5462         names.  Mention `cvs-msg' face.
5464 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
5466         * org.texi (Checkboxes): New section.
5468 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
5470         * org.texi (Embedded LaTeX): Fix typos and implement small improvements
5471         throughout this chapter.
5473 2006-06-27  Chong Yidong  <cyd@stupidchicken.com>
5475         * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
5476         text for standalone vs Emacs info.
5477         (Help): Clarify header line description.  Use mouse-1 for clicks.
5478         (Help-P): Use mouse-1 for clicks.
5479         (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
5480         (Help-^L, Help-M, Help-Int, Search Index, Go to node)
5481         (Choose menu subtopic): Remove gratuitous Emacs command names.
5482         (Help-FOO): Put usual behavior first.
5483         (Help-Xref): Clicking on xrefs works in Emacs.
5484         (Search Text): Clarify what the default behavior is.
5485         (Create Info buffer): Fix Emacs window/X window confusion.
5486         (Emacs Info Variables): Fix for new Emacs init file behavior.
5488 2006-06-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5490         * gnus.texi (Summary Buffer Lines): Fix typo.
5492 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
5494         * org.texi (Embedded LaTeX): New chapter.
5495         (Archiving): Section rewritten.
5496         (Enhancing text): Some parts moved to the new chapter about LaTeX.
5498 2006-06-20  Bill Wohler  <wohler@newt.com>
5500         Release MH-E manual version 8.0.1.
5502         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
5503         release 8.0.1.
5504         (Preface): Depend on GNU mailutils 1.0 and higher.
5506 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5508         * message.texi (News Headers): Update message-syntax-checks section.
5510 2006-06-19  Karl Berry  <karl@gnu.org>
5512         * info.texi (Advanced): Mention C-q, especially with ?.
5514 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
5516         * org.texi (Publishing links): Document the `:link-validation-function'
5517         property.
5518         (Extensions and Hacking): New chapter, includes some sections of the
5519         "Miscellaneous" chapter.
5521 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
5523         * org.texi (Progress logging): New section.
5525 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
5527         * org.texi (ASCII export): Document indentation adaptation.
5528         (Setting tags): Document mutually-exclusive tags.
5530 2006-06-05  Romain Francoise  <romain@orebokech.com>
5532         * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
5533         Fix typo.
5535         * gnus-faq.texi (Question 8.6): Update reference to the Gnus
5536         channel (#gnus@irc.freenode.net).
5537         Fix typos.  Update copyright notice.
5539         * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
5540         (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
5541         (Line-Up Functions, Custom Macros):
5542         * ediff.texi (Window and Frame Configuration)
5543         (Highlighting Difference Regions):
5544         * emacs-mime.texi (Display Customization):
5545         * erc.texi (History):
5546         * eshell.texi (Known problems):
5547         * eudc.texi (Overview, BBDB):
5548         * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
5549         (The problem of spam, SpamOracle, Extending the Spam package)
5550         (Conformity, Terminology):
5551         * idlwave.texi (Routine Info)
5552         (Class and Keyword Inheritance, Padding Operators)
5553         (Breakpoints and Stepping, Electric Debug Mode)
5554         (Examining Variables, Troubleshooting):
5555         * org.texi (Creating timestamps):
5556         * reftex.texi (Commands, Options, Changes):
5557         * tramp.texi (Inline methods, Password caching)
5558         (Auto-save and Backup, Issues):
5559         * vip.texi (Files, Commands in Insert Mode):
5560         * viper.texi (Emacs Preliminaries, States in Viper)
5561         (Packages that Change Keymaps, Viper Specials, Groundwork):
5562         Fix various typos.
5564 2006-05-31  Michael Ernst  <mernst@alum.mit.edu>
5566         * ediff.texi: Fix typos.
5568 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
5570         * org.texi: Small typo fixes.
5572 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5574         * viper.texi (Viper Specials):
5575         * gnus.texi (Example Setup):
5576         * faq.texi (Backspace invokes help):
5577         * dired-x.texi (Optional Installation Dired Jump):
5578         * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
5579         follow coding conventions.
5581 2006-05-29  Michael Albinus  <michael.albinus@gmx.de>
5583         * tramp.texi (Frequently Asked Questions): Disable zsh zle.
5585 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
5587         * pcl-cvs.texi: Fix typos.
5588         (Customization): Say "us".
5590 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
5592         * org.texi: Remove bogus @setfilename.
5594 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
5596         * org.texi (ASCII export): Omit command name.
5597         (HTML export): Add prefix to all lines in Local Variable example.
5598         (Acknowledgments): Typeset names in italics.
5600 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
5602         * org.texi (Plain lists): Add new item navigation commands.
5603         (External links): Document elisp and info links.
5604         (Custom searches): New section.
5605         (Publishing): New chapter.
5606         (HTML export): Include a list of supported CSS classes.
5607         (Setting tags): Describe the fast-tag-setting interface.
5609 2006-05-20  Luc Teirlinck  <teirllm@auburn.edu>
5611         * dired-x.texi: ifinfo -> ifnottex.
5613 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
5615         * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
5617 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
5619         * message.texi (Interface): Add tool bar customization.
5620         (MIME): Index and text additions for mml-attach.
5621         (MIME): Describe mml-dnd-protocol-alist and
5622         mml-dnd-attach-options.
5624         * gnus.texi (Oort Gnus): Reorder entries in sections.
5625         Fix some entries.
5626         (Starting Up): Add references to "Emacs for Heathens" and to
5627         "Finding the News".  Add user-full-name and user-mail-address.
5628         (Group Buffer Format): Add tool bar customization and update.
5629         (Summary Buffer): Add tool bar customization.
5630         (Posting Styles): Add message-alternative-emails.
5632 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
5634         * tramp.texi (Filename completion): Improve wording.
5636 2006-05-07  Romain Francoise  <romain@orebokech.com>
5638         * faq.texi (Using regular expressions): Fix typo.
5639         (Packages that do not come with Emacs): Fix capitalization.
5640         (Replacing text across multiple files): Expand node to explain how
5641         to use `dired-do-query-replace-regexp' in more detail, based on
5642         suggestion by Eric Hanchrow <offby1@blarg.net>.
5644 2006-05-06  Michael Albinus  <michael.albinus@gmx.de>
5646         * tramp.texi (Filename completion): Completion of remote files'
5647         method, user name and host name is active only in partial
5648         completion mode.
5650 2006-05-06  Bill Wohler  <wohler@newt.com>
5652         Release MH-E manual version 8.0.
5654         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
5655         release 8.0.
5657 2006-05-06  Bill Wohler  <wohler@newt.com>
5659         * mh-e.texi (MH-BOOK-HOME): Change from
5660         http://www.ics.uci.edu/~mh/book/mh to
5661         http://rand-mh.sourceforge.net/book/mh.
5662         Replace .htm suffix with .html for MH book files.
5663         (Using This Manual): Update key binding for getting relevant
5664         chapter in Info from command key.
5665         (Ranges): Fix itemx.
5667 2006-05-05  Karl Berry  <karl@gnu.org>
5669         * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
5670         (\fonttextsize): New user-level command to change text font size.
5672 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
5674         * pgg.texi (Caching passphrase): Fix markup and typos.  Simplify.
5676 2006-04-26  Sascha Wilde  <wilde@sha-bang.de>  (tiny change)
5678         * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
5680 2006-04-24  Bill Wohler  <wohler@newt.com>
5682         * mh-e.texi (Getting Started): Make it more explicit that you need
5683         to install MH.  Add pointers to current MH implementations.
5685 2006-04-21  Bill Wohler  <wohler@newt.com>
5687         Release MH-E manual version 7.94.
5689         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
5690         release 7.94.
5692 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
5694         * org.texi: Many small fixes.
5695         (Handling links): Rename from "Managing links".
5697 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
5699         * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
5700         (Splitting mail using spam-stat): Fix @xref.
5702 2006-04-20  Chong Yidong  <cyd@stupidchicken.com>
5704         * gnus.texi (Spam Package): Major revision of the text.
5705         Previously this node was "Filtering Spam Using The Spam ELisp Package".
5707 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
5709         * org.texi (Time stamps): Better explanation of the purpose of
5710         different time stamps.
5711         (Structure editing, Plain lists): More details on how new items
5712         and headings are inserted.
5714 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
5716         * org.texi (Formula syntax): Fix link to Calc Manual.
5718 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
5720         * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
5722 2006-04-17  Bill Wohler  <wohler@newt.com>
5724         * mh-e.texi (Folders): Update mh-before-quit-hook and
5725         mh-quit-hook example with code that removes the buffers rather
5726         than just bury them.
5728 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
5730         Sync with Tramp 2.0.53.
5732 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
5734         * org.texi (Updating settings): New section.
5735         (Visibility cycling): Better names for the startup folding
5736         options.
5737         (Exporting): Completely restructured.
5738         (The very busy C-c C-c key): New section.
5739         (Summary of in-buffer settings): New section.
5741 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5743         * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
5745 2006-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5747         * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
5748         (Server Commands): Key `v' is reserved for users.
5750 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
5752         * org.texi (Link format): New section, emphasis on bracket links.
5753         (External links): Document bracket links.
5754         (FAQ): Expand to cover shell links and the new link format.
5756 2006-04-09  Kevin Ryde  <user42@zip.com.au>
5758         * org.texi (Formula syntax): Typo in node name of calc-eval xref.
5760 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
5762         * gnus.texi (Summary Buffer Lines): Add `*'.
5764 2006-04-07  Jochen Küpper  <jochen@fhi-berlin.mpg.de>
5766         * gnus.texi (Group Parameters):
5767         Mention gnus-permanently-visible-groups.
5769 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5771         * gnus.texi (Face): Fix typo.
5773 2006-04-05  Reiner Steib  <Reiner.Steib@gmx.de>
5775         * gnus.texi (X-Face): Clarify.
5776         (Face): Need Emacs with PNG support.
5778 2006-04-06  Richard Stallman  <rms@gnu.org>
5780         * idlwave.texi: Delete the blocks "not suitable for inclusion with
5781         Emacs".
5783 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
5785         * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
5786         blocks not suitable for inclusion with Emacs using variable
5787         PARTOFEMACS.
5789 2006-04-04  Simon Josefsson  <jas@extundo.com>
5791         * gnus.texi (Security): Improve.
5793 2006-04-02  Bill Wohler  <wohler@newt.com>
5795         * mh-e.texi (Getting Started, Junk, Bug Reports)
5796         (MH FAQ and Support): Fix URLs.
5798 2006-03-31  Romain Francoise  <romain@orebokech.com>
5800         * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
5801         to t, not nil (and has for the past eight years).
5803 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5805         * message.texi, gnus.texi: Bump version to 5.11.
5807 2006-03-29  Reiner Steib  <Reiner.Steib@gmx.de>
5809         * gnus.texi (Top): Add comment about version line.
5811         * message.texi (Top): Ditto.  Change to take named versions into
5812         account.
5814 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
5816         * gnus.texi (Posting Styles): Add x-face-file to example.
5817         (X-Face): Refer to posting styles.
5819         * gnus-faq.texi ([5.8]): Add x-face-file.
5820         ([8.4]): Add links to gmane.emacs.gnus.user and
5821         gmane.emacs.gnus.general.
5823 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
5825         * gnus-faq.texi: Use .invalid.
5826         ([5.4]): Fix gnus-posting-styles example.
5828 2006-03-27  Romain Francoise  <romain@orebokech.com>
5830         * faq.texi (Emacs/W3): Rename from `w3-mode'.  Mention that
5831         Emacs/W3 needs a new maintainer.
5832         (Ispell): Update author and version info.
5833         (Mailcrypt): Mention PGG.
5834         (New in Emacs 22): Add PGG to the list of new packages.
5835         Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
5836         updating dead URLs.
5838 2006-03-25  Karl Berry  <karl@gnu.org>
5840         * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
5841         * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
5842         * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
5843         * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
5844         * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
5845         * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
5846         * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
5847         (2) do not indent copyright year list (or anything else).
5849 2006-03-21  Bill Wohler  <wohler@newt.com>
5851         * mh-e.texi (Folders): Various edits.
5853 2006-03-20  Romain Francoise  <romain@orebokech.com>
5855         * gnus.texi (Mail Folders): Grammar fix.
5857 2006-03-19  Bill Wohler  <wohler@newt.com>
5859         * mh-e.texi (Replying): Document Mail-Followup-To.
5860         Change manually-formatted table to multitable.  Add debugging info.
5861         Move description of mh-reply-default-reply-to into paragraph
5862         that describes its values.
5864 2006-03-17  Bill Wohler  <wohler@newt.com>
5866         * mh-e.texi: Use smallexample and smalllisp consistently.
5867         (Sending Mail Tour): Update method of entering
5868         addresses and subject.
5869         (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
5870         (Adding Attachments, Searching): Update screenshots for Emacs 22.
5872 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
5874         * org.texi: Version number change only.
5876 2006-03-14  Bill Wohler  <wohler@newt.com>
5878         * mh-e.texi: Add index entries around each paragraph rather than
5879         depend on entries from beginning of node.  Doing so ensures that
5880         index entries are less likely to be forgotten if text is cut and
5881         pasted, and are necessary anyway if the references are on a
5882         separate page.  It seems that makeinfo is now (v. 4.8) only
5883         producing one index entry per node, so there is no longer any
5884         excuse not to.  Use subheading instead of heading.  The incorrect
5885         use of heading produced very large fonts in Info--as large as the
5886         main heading.
5887         (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
5888         versions 6 and 7 appeared *around* the time of these Emacs releases.
5890 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
5892         * org.texi (Clean view): Document new startup options.
5894 2006-03-11  Bill Wohler  <wohler@newt.com>
5896         * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
5897         (Composing, Scan Line Formats): Fix @refs.
5898         (Getting Started): Define MH profile and MH profile components.
5899         (Incorporating Mail, Reading Mail, Viewing, Printing)
5900         (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
5901         (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
5902         for string constants.
5903         (Tool Bar): Remove spurious quote.
5904         (Junk): Use ``...'' instead of "...".
5905         (Scan Line Formats): Replace @samp with @kbd.
5907 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5909         * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
5911 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
5913         * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
5914         easy to understand.
5916 2006-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5918         * gnus.texi: Markup fix.
5919         (Fancy Mail Splitting): Specify new feature.
5921 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5923         * gnus.texi (Fancy Mail Splitting): Improve descriptions about
5924         partial-words matching.
5926 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
5928         * emacs-mime.texi (Display Customization): Reword image/.* stuff.
5930         * gnus.texi (Oort Gnus): Add note about `gnus-load'.
5931         (MIME Commands): Fix mm-discouraged-alternatives.
5933 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
5935         * org.texi: Version number change only.
5937 2006-03-06  Bill Wohler  <wohler@newt.com>
5939         * mh-e.texi: Move from SourceForge repository to Savannah.
5940         This is version 7.93, which is a total rewrite from the previous
5941         edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
5942         version 7.93.
5944 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
5946         * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
5948 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
5950         * org.texi (Interaction): Add item about `org-mouse.el' by
5951         Piotr Zielinski.
5952         (Managing links): Document that also mouse-1 can be used to
5953         activate a link.
5954         (Headlines, FAQ): Add entry about hiding leading stars.
5955         (Miscellaneous): Resort the sections in this chapter to a more
5956         logical sequence.
5958 2006-02-27  Simon Josefsson  <jas@extundo.com>
5960         * emacs-mime.texi (Flowed text): Add mm-fill-flowed.  (Sync
5961         2004-01-27 from the trunk).
5963 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
5965         * cc-mode.texi: Rename c-hungry-backspace to
5966         c-hungry-delete-backwards, at the request of RMS.  Leave the old
5967         name as an alias.
5969 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
5971         * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
5972         include the function header within the defun.
5974 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
5976         * cc-mode.texi: Correct two typos.
5978 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
5980         * cc-mode.texi (Comment Commands): State that C-u M-; kills any
5981         existing comment.
5982         (Electric Keys): Add a justification for electric indentation.
5983         (Hungry WS Deletion): Clear up the names and complications of the
5984         BACKSPACE and DELETE keys.
5986 2006-02-23  Juri Linkov  <juri@jurta.org>
5988         * faq.texi (Common requests): Move `Turning on auto-fill by
5989         default' after `Wrapping words automatically'.  Move `Working with
5990         unprintable characters' before `Searching for/replacing newlines'.
5991         Move `Replacing highlighted text' after `Highlighting a region'.
5992         Merge `Repeating commands' and `Repeating a command as many times
5993         as possible' into the former.
5994         (Packages that do not come with Emacs): Add refs to Gmane and
5995         etc/MORE.STUFF.
5997 2006-02-23  Juri Linkov  <juri@jurta.org>
5999         * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
6000         (Reporting bugs): Suggest using `M-x report-emacs-bug'.
6001         Add xref to `(emacs)Reporting Bugs'.
6002         (Getting a printed manual): Add URL to other formats of the manual.
6003         (Common requests): Fix menu.
6004         (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
6005         (Horizontal scrolling): Mention `truncate-partial-width-windows'.
6006         (Inserting text at the beginning of each line): Add pxref to
6007         `Changing the included text prefix'.
6008         (Forcing the cursor to remain in the same column): Mention `track-eol'
6009         and `set-goal-column'.  Add pxref to `(emacs)Moving Point'.
6010         (Replacing text across multiple files): Add keybinding `Q' for
6011         `dired-do-query-replace'.
6013 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
6015         * reftex.texi: Version number and date change only.
6017         * org.texi (Internal Links): Rewrite to cover the modified
6018         linking system.
6020 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
6022         * faq.texi: Remove the coding cookie, it's not needed anymore.
6024 2006-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6026         * faq.texi (Colors on a TTY): Mention Mac OS port.
6028 2006-02-12  Karl Berry  <karl@gnu.org>
6030         * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
6031         8-bit accented a.
6033 2006-02-09  Reiner Steib  <Reiner.Steib@gmx.de>
6035         * gnus.texi (Gnus Versions): Add history beyond start of Oort.
6037 2006-02-08  Romain Francoise  <romain@orebokech.com>
6039         * faq.texi (Top): Remove paragraph about the FAQ being a
6040         transitional document, etc.
6041         (Searching for/replacing newlines): New node.
6042         (Yanking text in isearch): New node.
6043         (Inserting text at the beginning of each line): Rename and make
6044         more general, mention `M-;' in Message mode.
6046 2006-02-07  Luc Teirlinck  <teirllm@auburn.edu>
6048         * faq.texi (Meta key does not work in xterm)
6049         (Emacs does not display 8-bit characters)
6050         (Inputting eight-bit characters): Update xrefs.
6052 2006-02-06  Romain Francoise  <romain@orebokech.com>
6054         * faq.texi (VM): VM now at version 7.19.
6055         Set myself as maintainer of this file.
6057 2006-02-04  Michael Olson  <mwolson@gnu.org>
6059         * erc.texi (History): Note that ERC is now included with Emacs.
6061 2006-01-31  Romain Francoise  <romain@orebokech.com>
6063         * message.texi (Message Headers): Explain what
6064         `message-alternative-emails' does in more detail.
6065         Update copyright year.
6067 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
6069         * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
6071 2006-01-29  Richard M. Stallman  <rms@gnu.org>
6073         * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
6075 2006-01-29  Michael Olson  <mwolson@gnu.org>
6077         * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
6079         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
6081         * faq.texi (New in Emacs 22): Mention ERC.
6083 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
6085         * rcirc.texi: Capitalize dir entry for consistency with the entry
6086         in info/dir and other entries in the Emacs category.
6087         Fix typos.  Delete trailing whitespace.
6089 2006-01-28  Björn Lindström  <bkhl@elektrubadur.se>
6091         * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
6093 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
6095         * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
6096         (INFO_TARGETS, DVI_TARGETS): Add rcirc.
6098         * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
6099         (INFO_TARGETS, DVI_TARGETS): Add rcirc.
6101 2006-01-27  Alex Schroeder  <alex@gnu.org>
6103         * rcirc.texi: New file.
6105 2006-01-23  Juri Linkov  <juri@jurta.org>
6107         * widget.texi (User Interface): Add S-TAB for widget-backward.
6109 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
6111         Sync with Tramp 2.0.52.
6113         * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
6114         Add Tramp disabling item.  New item for common connection problems.
6115         (various): Apply "ftp" as method for the download URL.
6116         (Bug Reports): Refer to FAQ for common problems.
6118 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
6120         * widget.texi (User Interface): Use @key for TAB.
6122         * ses.texi (Formulas, Printer functions): Use @key for TAB.
6124         * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
6125         for TAB.
6127         * cc-mode.texi (Indentation Calculation): Use @key for TAB.
6129 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6131         * gnus.texi: Update copyright.
6133 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6135         * gnus.texi (Article Washing): Additions.
6137 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
6139         * org.texi (Agenda commands): Document tags command.
6141 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6143         * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
6145 2006-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6147         * gnus.texi (RSS): Addition.
6149 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6151         * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
6153 2005-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6155         * emacs-mime.texi (Display Customization): Add setting example to
6156         mm-discouraged-alternatives.
6158 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6160         * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
6161         version is the canonical version.
6163 2006-01-08  Alex Schroeder  <alex@gnu.org>
6165         * pgg.texi (Caching passphrase): Rewording.
6167 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
6169         * flymake.texi (Obtaining Flymake): Update Flymake's CVS
6170         repository URL.
6172 2006-01-06  Carsten Dominik  <dominik@science.uva.nl>
6174         * org.texi: Removed the accidentally re-added empty line in the
6175         direntry.
6177 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
6179         * org.texi (Agenda Views): Chapter reorganized.
6181 2005-12-29  Romain Francoise  <romain@orebokech.com>
6183         * faq.texi (Using Customize): New node.
6185 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
6187         * org.texi: Remove blank line in @direntry.  It is non-standard
6188         and recursively produces blank lines all over the dir file (when
6189         using Texinfo 4.8).
6191 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
6193         * widget.texi (atoms): Delete obsolete remark about `file' widget.
6195 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
6197         * org.texi (Tags): Boolean logic documented.
6198         (Agenda Views): Document custom commands.
6200 2005-12-20  David Kastrup  <dak@gnu.org>
6202         * faq.texi (AUCTeX): Update version and mailing list info.
6204 2005-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6206         * gnus.texi (MIME Commands): Mention addition of
6207         multipart/alternative to gnus-buttonized-mime-types and add xref
6208         to mm-discouraged-alternatives.
6210         * emacs-mime.texi (Display Customization): Mention addition of
6211         "image/.*" and add xref to gnus-buttonized-mime-types in the
6212         mm-discouraged-alternatives section.
6214 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
6216         * org.texi (Tags): New section.
6217         (Agenda Views): Chapter reorganized.
6219 2005-12-16  Eli Zaretskii  <eliz@gnu.org>
6221         * org.texi (Internal Links): Add a missing comma after an @xref.
6223 2005-12-14  Chong Yidong  <cyd@stupidchicken.com>
6225         * faq.texi (Filling paragraphs with a single space): No need to
6226         change sentence-end now.
6228 2005-12-13  Romain Francoise  <romain@orebokech.com>
6230         * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
6232 2005-12-12  Jay Belanger  <belanger@truman.edu>
6234         * faq.texi (Calc): Update version number.
6236 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
6238         * org.texi (Progress Logging): New section.
6240 2005-12-10  Romain Francoise  <romain@orebokech.com>
6242         Update the Emacs FAQ for the 22.1 release.
6244         * faq.texi: Set VER to `22.1'.
6245         (Basic editing): Explain how to use localized versions of the
6246         Tutorial.  Mention that `C-h r' displays the manual.
6247         Delete obsolete WWW link to an Emacs 18 tutorial.
6248         (Getting a printed manual): Point to the new locations of the
6249         manuals on the GNU Web site.
6250         (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
6251         available via Info (it was previously distributed separately).
6252         (Installing Texinfo documentation): The latest version of Texinfo
6253         is 4.8, not 4.0.
6254         (Informational files for Emacs): COPYING is the GNU General Public
6255         License, not the Emacs General Public License.
6256         (Informational files for Emacs): Delete obsolete link to the
6257         GNUinfo pages as they have been removed from the GNU Web site.
6258         (New in Emacs 22): New node.
6259         (Setting up a customization file): Say that most packages support
6260         Customize nowadays.
6261         (Colors on a TTY): Delete reference to instructions on how to
6262         enable syntax highlighting, it is now enabled by default.
6263         (Turning on abbrevs by default): Emacs now reads the abbrevs file
6264         at startup automatically.
6265         (Controlling case sensitivity): Mention `M-c' in isearch.
6266         (Using an already running Emacs process): Emacs now creates the
6267         socket in `/tmp/emacsUID'.  Fix typos.  Change default location of
6268         gnuserv.  As emacsclient can now run Lisp code as well, delete a
6269         sentence praising gnuserv for that.  Simplify description of how
6270         the client/server operation works.
6271         (Compiler error messages): Delete obsolete text (compile.el has
6272         been rewritten).
6273         (Indenting switch statements): Fix typo.
6274         (Matching parentheses): Simplify setup instructions, mention the
6275         menu bar item in the Options menu.
6276         (Repeating a command as many times as possible): Mention `C-x e'.
6277         (Going to a line by number): Mention new keymap and bindings
6278         `M-g M-g', `M-g M-p' and `M-g M-n'.
6279         (Turning on syntax highlighting): Now on by default.  Simplify.
6280         (Replacing highlighted text): Use `1', not `t'.
6281         (Problems with very large files): The maximum size is now 256MB on
6282         32-bit machines.
6283         (^M in the shell buffer): Mention `comint-process-echoes'.
6284         (Emacs for Apple computers): Emacs 22 has native support for Mac
6285         OS X.
6286         (Translating names to IP addresses): Delete node.
6287         (Binding keys to commands): Fix typo.
6288         (SPC no longer completes file names): New node.
6289         (MIME with Emacs mail packages): Delete section about the Emacs
6290         MIME FAQ (it's not reachable anymore).
6292 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
6294         * cc-mode.texi: The manual has been extensively revised: the
6295         information about using CC Mode has been separated from the larger
6296         and more difficult chapters about configuration.  It has been
6297         updated for CC Mode 5.31.
6299 2005-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6301         * pgg.texi (User Commands): Fix description of pgg-verify-region.
6302         (Selecting an implementation): Fix descriptions.
6304 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6306         * message.texi (Various Message Variables): Addition.
6308 2005-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6310         * message.texi: Fix default values.
6312 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6314         * message.texi (Header Commands): Clarify descriptions of
6315         message-cross-post-followup-to, message-reduce-to-to-cc, and
6316         message-insert-wide-reply.
6317         (Various Commands): Fix kindex for message-kill-to-signature;
6318         clarify description of message-tab.
6320 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6322         * message.texi (Mailing Lists): Fix description about MFT.
6324         * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
6326 2005-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6328         * gnus.texi (Slow Terminal Connection): Replace old description
6329         with new one.
6331 2005-11-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6333         * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
6334         replace X-Draft-Headers with X-Draft-From.
6336 2005-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6338         * gnus.texi (Various Various): Fix the default value of
6339         nnheader-max-head-length.
6340         (Gnus Versions): Fix typo.
6342 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
6344         * org.texi (Structure editing): Document new functionality of
6345         M-RET.
6347 2005-12-06  Luc Teirlinck  <teirllm@auburn.edu>
6349         * org.texi (Internal Links): Fix Texinfo usage.
6351 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
6353         * org.texi (TODO basics): Document the global todo list.
6354         (TODO items): Documents sparse tree for specific TODO
6355         keywords.
6357 2005-11-30  Carsten Dominik  <dominik@science.uva.nl>
6359         * org.texi (Plain Lists): Typos fixed.
6361 2005-11-28  Jay Belanger  <belanger@truman.edu>
6363         * calc.texi: Change references of `M-#' to `C-x *' prefix.
6365 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
6367         * org.texi (Structure editing): New item moving commands added.
6368         (Plain Lists): New section.
6370 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
6372         * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
6373         (Agenda): Document commands `org-cycle-agenda-files' and
6374         `org-agenda-file-to-front'.
6375         (Built-in table editor): Document `org-table-sort-lines'.
6376         (HTML formatting): Export of hand-formatted lists.
6378 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6380         * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
6381         new variable gnus-toolbar-thickness.
6383 2005-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6385         * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
6387 2005-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6389         * gnus.texi (X-Face): Fix description.
6390         (XVarious): Remove gnus-xmas-logo-color-alist and
6391         gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
6393 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6395         * gnus.texi (Group Parameters): Mention new variable
6396         gnus-parameters-case-fold-search.
6397         (Home Score File): Addition.
6399 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
6401         * newsticker.texi: VERSION changed to 1.9.  Updated UPDATED.
6402         (Overview): List supported feed types.
6403         (Installation): No installation necessary when using autoload.
6404         (Configuration): Rename "RSS" to "news".
6406 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
6408         * pgg.texi (User Commands): Document additional passphrase
6409         argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
6410         (Backend methods): Likewise for corresponding pgg-scheme-* functions.
6412 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
6414         * org.texi: Version number changed to 3.19.
6416 2005-10-29  Sascha Wilde  <wilde@sha-bang.de>
6418         * pgg.texi (How to use): Update the example to add autoload of
6419         pgg-encrypt-symmetric-region.
6420         (User Commands): Document pgg-encrypt-symmetric-region.
6421         (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
6423 2005-10-27  Jay Belanger  <belanger@truman.edu>
6425         * calc.texi (Predefined Units): Fix the symbol for a TeX points,
6426         mention other TeX-related units.
6428 2005-10-23  Lars Hansen  <larsh@soem.dk>
6430         * dired-x.texi (Miscellaneous Commands):
6431         Replace dired-do-relative-symlink by dired-do-relsymlink and
6432         dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
6434 2005-10-23  Jay Belanger  <belanger@truman.edu>
6436         * calc.texi (Predefined Units): Use `alpha' for the fine structure
6437         constant.
6439 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
6441         * faq.texi (Bugs and problems):
6442         Replace `dired-move-to-filename-regexp' by
6443         `directory-listing-before-filename-regexp'.
6445 2005-10-22  Eli Zaretskii  <eliz@gnu.org>
6447         * newsticker.texi (UPDATED): Set value.
6449 2005-10-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6451         * gnus.texi (Document Groups): Remove duplicate item.
6453 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
6455         * org.texi (Summary): Mention iCalendar support.
6456         (Exporting): Document iCalendar support.
6458 2005-10-18  Romain Francoise  <romain@orebokech.com>
6460         * viper.texi (Viper Specials): Capitalize GNU.
6462 2005-10-17  Juri Linkov  <juri@jurta.org>
6464         * info.texi (Getting Started, Search Index, Expert Info):
6465         Fix wording.
6466         (Search Text): Replace `echo area' with `mode line'.
6467         (Search Index): Both `i' and `,' find all index entries.
6468         Replace example `C-f' with `C-l' (which exists in index of Info
6469         manual) and delete spaces in its keyboard input sequence.
6470         Delete unnecessary explanations about literal characters.
6472 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6474         * gnus.texi (Document Server Internals): Addition.
6476 2005-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6478         * gnus.texi (A note on namespaces): Fix RFC reference.
6480 2005-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6482         * gnus.texi (RSS): Fix key description.
6484 2005-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6486         * gnus.texi: Emacs/w3 -> Emacs/W3.
6487         (Browsing the Web): Fix description.
6488         (Web Searches): Ditto.
6489         (Customizing W3): Ditto.
6491 2005-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6493         * gnus.texi (Maildir): Clarify expire-age and expire-group.
6495 2005-10-11  Jay Belanger  <belanger@truman.edu>
6497         * calc.texi (Integration): Mention using `a i' to compute definite
6498         integrals.
6500 2005-10-11  Juri Linkov  <juri@jurta.org>
6502         * info.texi: Rearrange nodes.
6503         (Top): Update menu.  Change ref `Info for Experts' to
6504         `Advanced Info Commands'.
6505         (Getting Started): Fix description of manual's parts.
6506         (Help-Int): Change xref `Info Search' to `Search Index', and
6507         `Expert Info' to `Advanced'.
6508         (Advanced): Move node one level up.
6509         (Search Text, Search Index): New nodes split out from `Info Search'.
6510         (Go to node, Choose menu subtopic, Create Info buffer): New nodes
6511         split out from `Advanced'.
6512         (Advanced, Emacs Info Variables): De-document editing an Info file
6513         in Info.
6514         (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
6515         (Creating an Info File): Delete node and move its text to
6516         `Expert Info'.
6518 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
6520         * org.texi (Workflow states): Documented that change in keywords
6521         becomes active only after restart of Emacs.
6523 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
6525         Sync with Tramp 2.0.51.
6527 2005-10-08  Nick Roberts  <nickrob@snap.net.nz>
6529         * speedbar.texi (Introduction): Describe new location of speedbar
6530         on menubar.
6531         (Basic Key Bindings): Remove descriptions of bindings that have
6532         been removed.
6534 2005-10-05  Nick Roberts  <nickrob@snap.net.nz>
6536         * speedbar.texi (GDB): Describe use of watch expressions.
6538 2005-09-28  Simon Josefsson  <jas@extundo.com>
6540         * message.texi (IDNA): Fix.
6542 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6544         * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
6545         nntp-server-hook, and nntp-warn-about-losing-connection; fix
6546         description of nntp-open-connection-function.
6547         (Common Variables): Fix descriptions.
6549 2005-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6551         * gnus.texi (Server Buffer Format): Document the %a format spec.
6553 2005-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6555         * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
6557 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
6559         * org.texi Version 3.16.
6561 2005-09-19  Miles Bader  <miles@gnu.org>
6563         * newsticker.texi: Get rid of CVS keywords.
6565 2005-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6567         * gnus.texi (Finding the Parent): Fix description of how Gnus
6568         finds article.
6570 2005-09-14  Jari Aalto  <jari.aalto@cante.net>
6572         * gnus.texi (Advanced Scoring Examples): New examples to teach how
6573         to drop off non-answered articles.
6575 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
6577         * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
6578         braces (which are unsupported by NMAKE) for macro `srcdir'.
6580 2005-09-17  Eli Zaretskii  <eliz@gnu.org>
6582         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
6583         (../info/newsticker, newsticker.dvi): New targets.
6585 2005-09-17  Ulf Jasper  <ulf.jasper@web.de>
6587         * newsticker.texi: Replace @command with @code.  Replace @example
6588         with @lisp.
6589         (Top): Add explanations to menu items.
6590         (GNU Free Documentation License): Remove.
6592 2005-09-16  Romain Francoise  <romain@orebokech.com>
6594         Update all files to specify GFDL version 1.2.
6596         * doclicense.texi (GNU Free Documentation License): Update to
6597         version 1.2.
6599 2005-09-15  Richard M. Stallman  <rms@gnu.org>
6601         * newsticker.texi: Fix @setfilename.
6603         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
6604         (../info/newsticker, newsticker.dvi): New targets.
6606 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
6608         * org.texi: Version 3.15.
6610 2005-08-29  Luc Teirlinck  <teirllm@auburn.edu>
6612         * ses.texi: Combine all three indices into one.
6613         Correct a few typos.
6615 2005-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6617         * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
6619 2005-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6621         * emacs-mime.texi (Handles): Remove duplicate item.
6622         (Encoding Customization): Fix the default value for
6623         mm-coding-system-priorities.
6624         (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
6625         (Basic Functions): Fix reference.
6627 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6629         * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
6631 2005-08-18  Richard M. Stallman  <rms@gnu.org>
6633         * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
6634         and web site.
6636         * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
6637         not keyboard-translate.
6639 2005-08-11  Richard M. Stallman  <rms@gnu.org>
6641         * faq.texi (Using regular expressions): Fix xref.
6643 2005-08-09  Juri Linkov  <juri@jurta.org>
6645         * info.texi (Help-P): Replace `Prev' with `Previous'.
6646         (Help-M, Help-Xref): Add S-TAB.
6647         (Help-FOO): Update `u' command.
6648         (Help-Xref): Move info about Mouse-2 from `Help-Int'.
6649         Update info about visibility of xref parts.
6650         (Help-Int): Fix `m' command.  Rename `Info-last' to
6651         `Info-history-back'.  Add `Info-history-forward'.
6652         (Advanced): Fix `g*' and `M-n' commands.
6653         (Info Search): Add `index-apropos' in stand-alone browser.
6654         Add isearch commands.
6655         (Emacs Info Variables): Remove `Info-fontify'.
6656         Add `Info-mode-hook'.  Update face names.
6657         Add `Info-fontify-maximum-menu-size',
6658         `Info-fontify-visited-nodes', `Info-isearch-search'.
6660 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
6662         Sync with Tramp 2.0.50.
6664         * tramp.texi: Use @option{} consequently for method names.
6665         (Inline methods, External transfer methods): Remove references to
6666         Cygwin.
6667         (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
6668         implementation.
6670 2005-07-27  Reiner Steib  <Reiner.Steib@gmx.de>
6672         * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
6673         Mention that gnus-init-file is not read when Emacs is invoked with
6674         --no-init-file or -q.
6676 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
6678         * org.texi: Version 3.14.
6680 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
6682         * org.texi: Version 3.13.
6684 2005-07-18  Juri Linkov  <juri@jurta.org>
6686         * calc.texi (Time Zones, Logical Operations):
6687         * cl.texi (Overview):
6688         * org.texi (TODO types):
6689         * sc.texi (Emacs 18 MUAs):
6690         * speedbar.texi (Top):
6691         * url.texi (History):
6692         Delete duplicate duplicate words.
6694 2005-07-16  Johan BockgÃ¥rd  <bojohan@users.sourceforge.net>  (tiny change)
6696         * cl.texi (Type Predicates): Document `atom' type.
6698 2005-07-04  Lute Kamstra  <lute@gnu.org>
6700         Update FSF's address in GPL notices.
6702         * calc.texi (Copying):
6703         * doclicense.texi (GNU Free Documentation License):
6704         * faq.texi (Contacting the FSF):
6705         * mh-e.texi (Copying): Update FSF's address.
6707 2005-07-03  Richard M. Stallman  <rms@gnu.org>
6709         * flymake.texi (Example -- Configuring a tool called directly):
6710         Update name of flymake-build-relative-filename.
6712 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6714         * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
6716 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
6718         * org.texi: Version 3.12.
6720 2005-06-24  Eli Zaretskii  <eliz@gnu.org>
6722         * makefile.w32-in (MAKEINFO): Use --force.
6723         (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
6724         Makefile.in.
6725         (gnus.dvi): Use "..." to quote Sed args, so that it works with
6726         more shells.
6728 2005-06-23  Richard M. Stallman  <rms@gnu.org>
6730         * speedbar.texi (Creating a display): Texinfo usage fixes.
6732         * tramp.texi (Customizing Completion, Auto-save and Backup):
6733         Texinfo usage fixes.
6735 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
6737         * dired-x.texi (Miscellaneous Commands):
6738         * ediff.texi (Miscellaneous):
6739         * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
6740         (Agent Variables):
6741         * info.texi (Help-Xref):
6742         * message.texi (Message Headers):
6743         * org.texi (Remember):
6744         * reftex.texi (Options (Defining Label Environments)):
6745         (Options (Index Support)):
6746         (Options (Viewing Cross-References)):
6747         (Options (Misc)):
6748         (Changes):
6749         * speedbar.texi (Creating a display):
6750         * tramp.texi (Customizing Completion, Auto-save and Backup):
6751         Texinfo usage fix.
6753 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
6755         * org.texi: Version 3.11.
6757 2005-06-12  Jay Belanger  <belanger@truman.edu>
6759         * calc.texi (Getting Started): Remove extra menu item.
6761 2005-05-31  Jay Belanger  <belanger@truman.edu>
6763         * calc.texi (Notations Used in This Manual): Use @kbd for key
6764         sequence.
6765         (Demonstration of Calc): Mention another way of starting Calc.
6766         (Starting Calc): Mention long name of M-#.
6767         (Embedded Mode Overview): Remove unnecessary instruction.
6768         (Other M-# commands): Rephrase `M-# 0' explanation.
6769         (Basic Embedded Mode): Rewrite discussion of prefix arguments to
6770         reflect current behavior.
6772 2005-05-30  Jay Belanger  <belanger@truman.edu>
6774         * calc.texi (Hooks): Change description of calc-window-hook and
6775         calc-trail-window-hook to match usage.
6776         (Computational Functions): Add more constant-generating functions.
6777         (Customizable Variables): Use defvar.
6779 2005-05-28  Jay Belanger  <belanger@truman.edu>
6781         * calc.texi (Assignments in Embedded Mode): Fix variable name.
6782         (Basic Embedded Mode): Explain behavior of arguments to
6783         calc-embedded-mode.
6785 2005-05-27  Jay Belanger  <belanger@truman.edu>
6787         * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
6788         current behavior.
6790 2005-05-25  Jay Belanger  <belanger@truman.edu>
6792         * calc.texi: Change Calc version number throughout.
6793         (Keypad Mode): Change location in info output.
6794         (Keypad mode overview): Move picture of keypad.
6796 2005-05-21  Jay Belanger  <belanger@truman.edu>
6798         * calc.texi (Storing variables): Mention that only most variables
6799         are void to begin with.
6801 2005-05-21  Kevin Ryde  <user42@zip.com.au>
6803         * widget.texi (Basic Types): Update cross ref from "Enabling
6804         Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
6805         lispref/text.texi change.
6807 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
6809         * org.texi: Version 3.09.
6811 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
6813         * reftex.texi: Version 4.28.
6815 2005-05-16  Jay Belanger  <belanger@truman.edu>
6817         * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
6819 2005-05-14  Jay Belanger  <belanger@truman.edu>
6821         * calc.texi (Default Simplifications): Insert missing ! (logical
6822         not operator).
6824 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
6826         Sync with Tramp 2.0.49.
6828 2005-05-10  Jay Belanger  <belanger@truman.edu>
6830         * calc.texi (Default Simplifications): Mention that 0^0 simplifies
6831         to 1.
6833 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
6835         * org.texi: Version 3.08, structure reorganized.
6837 2005-04-24  Richard M. Stallman  <rms@gnu.org>
6839         * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
6841 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
6843         * org.texi: Update to version 3.06.
6845 2005-04-13  Lute Kamstra  <lute@gnu.org>
6847         * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
6849 2005-04-10  Thien-Thi Nguyen  <ttn@gnu.org>
6851         * cl.texi (Porting Common Lisp): Fix typo.
6853 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6855         * gnus.texi (RSS): Addition.
6857 2005-04-04  Jay Belanger  <belanger@truman.edu>
6859         * calc.texi: Change Calc version number.
6860         (Customizable variables): Fix description of calc-language-alist.
6861         (Copying): Put in version 2 of GPL.
6863 2005-04-01  Jay Belanger  <belanger@truman.edu>
6865         * calc.texi (Troubleshooting Commands): Remove comment about
6866         installation.
6867         (Installation): Remove section.
6868         (Customizable Variables): New section.
6869         (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
6870         (Graphical Devices): Add references to Customizable Variables.
6872 2005-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6874         * emacs-mime.texi (Display Customization): Markup fixes.
6875         (rfc2047): Update.
6877 2005-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
6879         * gnus-faq.texi: Replaced with auto-generated version.
6881 2005-03-26  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
6883         * dired-x.texi (Multiple Dired Directories): default-directory was
6884         renamed to dired-default-directory.
6886 2005-03-26  Jay Belanger  <belanger@truman.edu>
6888         * calc.texi (Simplifying Formulas, Rewrite Rules):
6889         Change description of top and bottom of fraction.
6890         (Modulo Forms): Move description of how to create modulo forms to
6891         earlier in the section.
6892         (Fraction Mode): Suggest using : to get a fraction by dividing.
6893         (Basic Arithmetic): Adjust placement of command name.
6894         (Truncating the Stack): Emphasize that "hidden" entries are still
6895         visible.
6896         (Installation): Move discussion of printing manual to "About This
6897         Manual".
6898         (About This Manual): Mention how to print the manual.
6899         (Reporting Bugs): Remove first person.
6900         (Building Vectors): Add algebraic version of append.
6901         (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
6902         (Grouping Digits): Fix typo.
6904 2005-03-25  Werner Lemberg  <wl@gnu.org>
6906         * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
6907         Replace `legal' with `valid'.
6909 2005-03-25  Werner Lemberg  <wl@gnu.org>
6911         * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
6913 2005-03-24  Jay Belanger  <belanger@truman.edu>
6915         * calc.texi (General Mode Commands)
6916         (Mode Settings in Embedded Mode): Add some explanation of
6917         recording mode settings.
6919 2005-03-24  Richard M. Stallman  <rms@gnu.org>
6921         * calc.texi: Remove praise of non-free software.
6923         * idlwave.texi: Don't say where to get IDL or its non-free manual.
6924         (Installation): Node deleted.
6926 2005-03-23  Richard M. Stallman  <rms@gnu.org>
6928         * url.texi (HTTP language/coding): Improve last change.
6930 2005-03-22  Jay Belanger  <belanger@truman.edu>
6932         * calc.texi (Embedded Mode): Add new information on changing
6933         modes.
6935 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
6937         Sync with Tramp 2.0.48.
6939         * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
6941         * tramp.texi: Replace "Emacs" by "GNU Emacs".  Replace "Linux" by
6942         "GNU/Linux".  Change all addresses to .gnu.org.
6943         (Default Method): Offer shortened syntax for "su" and "sudo"
6944         methods.
6946 2005-03-07  Richard M. Stallman  <rms@gnu.org>
6948         * url.texi: Fix usage of "e.g.".
6949         (HTTP language/coding): Explain the rules for these strings.
6951 2005-03-06  Richard M. Stallman  <rms@gnu.org>
6953         * woman.texi (Introduction): Minor cleanups.
6955         * url.texi (HTTP language/coding): Get rid of "Emacs 21".
6957         * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
6958         (Installation): Node deleted.
6960         * mh-e.texi (Preface): Get rid of "Emacs 21".
6962         * eshell.texi (Installation): Delete node (for Emacs 20).
6964 2005-03-05  Thien-Thi Nguyen  <ttn@gnu.org>
6966         * flymake.texi: Refill and tweak style in @lisp blocks.
6968 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
6970         * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
6972 2005-03-01  Jay Belanger  <belanger@truman.edu>
6974         * calc.texi (Trigonometric and Hyperbolic Functions):
6975         Mention additional functions.
6976         (Algebraic Simplifications): Mention additional simplifications.
6978 2005-02-18  Jonathan Yavner  <jyavner@member.fsf.org>
6980         * ses.texi: Add concept/function/variable indices (this work was
6981         donated by Brad Collins <brad@chenla.org>, copyright-assignment
6982         papers on file at FSF).
6984 2005-02-10  Jay Belanger  <belanger@truman.edu>
6986         * calc.texi: Change @LaTeX to La@TeX throughout.
6987         Redefine @expr as @math for TeX output.
6988         Redefine @texline as a no-op for TeX output.
6989         Define @tfn, replace @t by @tfn throughout.
6991 2005-02-09  Jay Belanger  <belanger@truman.edu>
6993         * calc.texi: Add macro for LaTeX for info output.
6995 2005-02-08  Kim F. Storm  <storm@cua.dk>
6997         * texinfo.tex (LaTex): Add def.
6999 2005-02-06  Jay Belanger  <belanger@truman.edu>
7001         * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
7002         change name to "TeX and LaTeX Language Modes."  Mention LaTeX mode
7003         throughout manual.
7005 2005-01-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7007         * gnus.texi: Some edits based on comments from David Abrahams.
7009 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7011         * gnus.texi (RSS): Fix the keystroke.
7013 2005-01-24  David Kastrup  <dak@gnu.org>
7015         * faq.texi: Update AUCTeX version info.
7017 2005-01-16  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
7019         * gnus-faq.texi ([4.1]): Typo.
7021 2005-01-19  Jay Belanger  <belanger@truman.edu>
7023         * calc.texi (Keep Arguments): Mention that keeping arguments
7024         doesn't work with keyboard macros.
7026 2005-01-16  Richard M. Stallman  <rms@gnu.org>
7028         * autotype.texi (Autoinserting): Fix small error.
7030 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
7032         Sync with Tramp 2.0.47.
7034         * tramp.texi (Compilation): New section, describing compilation of
7035         remote files.
7037 2005-01-11  Kim F. Storm  <storm@cua.dk>
7039         * widget.texi (Basic Types): Add :follow-link keyword.
7041 2005-01-09  Jay Belanger  <belanger@truman.edu>
7043         * calc.texi (Basic Commands): Describe new behavior of calc-reset.
7045 2005-01-08  Jay Belanger  <belanger@truman.edu>
7047         * calc.texi: Change throughout to reflect new default value of
7048         calc-settings-file.
7050 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7052         * message.texi (Reply): `message-reply-to-function' should return
7053         a list.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
7055 2005-01-06  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
7057         * faq.texi (Changing load-path): Fix typo.
7059 2005-01-05  Jay Belanger  <belanger@truman.edu>
7061         * calc.texi (Programming Tutorial): Replace kbd command by
7062         appropriate characters for a keyboard macro.
7064 2005-01-04  Jay Belanger  <belanger@truman.edu>
7066         * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
7067         for Lucid Emacs.
7068         (Programming Tutorial): Mention that the user needs to be in the
7069         right mode to compute some functions.
7071 2005-01-04  Jay Belanger  <belanger@truman.edu>
7073         * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
7074         no longer applicable.
7076 2005-01-01  Jay Belanger  <belanger@truman.edu>
7078         * calc.texi (Programming Tutorial): Change description of how to
7079         edit keyboard macros to match current behavior.
7081 2004-12-31  Jay Belanger  <belanger@truman.edu>
7083         * calc.texi: Mention C-cC-c as the way to finish editing throughout.
7085 2004-12-20  Jay Belanger  <belanger@truman.edu>
7087         * calc.texi (Types Tutorial): Emphasize that you can't divide by
7088         zero.
7090 2004-12-17  Luc Teirlinck  <teirllm@auburn.edu>
7092         * cc-mode.texi (Text Filling and Line Breaking): Put period after
7093         @xref.
7094         (Font Locking): Avoid @strong{Note:}.
7096 2004-12-17  Michael Albinus  <michael.albinus@gmx.de>
7098         Sync with Tramp 2.0.46.
7100         * tramp.texi (bottom): Add arch-tag.  It was lost, somehow.
7102 2004-12-16  Luc Teirlinck  <teirllm@auburn.edu>
7104         * url.texi: Correct typos.
7105         (Retrieving URLs): @var{nil}->@code{nil}.
7106         (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
7107         the standard "The GNU Emacs Manual" in fifth argument of @xref's.
7108         (Dealing with HTTP documents): @inforef->@xref.
7110 2004-12-15  Jay Belanger  <belanger@truman.edu>
7112         * calc.texi: Consistently capitalized all mode names.
7113         (Answers to Exercises): Mention that an answer can be a fraction
7114         when in Fraction mode.
7116 2004-12-13  Jay Belanger  <belanger@truman.edu>
7118         * calc.texi: Fix some TeX definitions.
7120 2004-12-09  Luc Teirlinck  <teirllm@auburn.edu>
7122         * reftex.texi (Imprint): Remove erroneous @value's.
7124 2004-12-08  Luc Teirlinck  <teirllm@auburn.edu>
7126         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
7127         (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
7129 2004-12-08  Jay Belanger  <belanger@truman.edu>
7131         * calc.texi (Starting Calc): Remove comment about installation.
7132         (Keypad Mode Overview): Remove comment about Emacs 19 support.
7134 2004-12-08  Luc Teirlinck  <teirllm@auburn.edu>
7136         * url.texi: Update @setfilename.
7137         (Getting Started): No need to worry about Gnus versions.
7138         (Dealing with HTTP documents): Use @inforef.
7140         * org.texi: Fix @direntry file name.
7142 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7144         * url.texi: New file.
7146         * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
7148 2004-12-06  Jay Belanger  <belanger@truman.edu>
7150         * calc.texi (Using Calc): Remove paragraph about installation.
7152 2004-12-06  Jay Belanger  <belanger@truman.edu>
7154         * calc.texi: Use more Texinfo macros and less TeX defs.
7155         Remove @refill's.
7157 2004-12-06  Richard M. Stallman  <rms@gnu.org>
7159         * org.texi: New file.
7161 2004-12-05  Richard M. Stallman  <rms@gnu.org>
7163         * Makefile.in (org.dvi, ../info/org): New targets.
7164         (INFO_TARGETS): Add ../info/org.
7165         (DVI_TARGETS): Add org.dvi.
7166         (maintainer-clean): Remove the info files in the info dir.
7168 2004-11-26  Eli Zaretskii  <eliz@gnu.org>
7170         * idlwave.texi: Fix the setfilename directive to put the produced
7171         file in ../info.
7172         (Continued Statement Indentation): Resurrect Jan D.'s change from
7173         2004-11-03 that was lost when a newer version of idlwave.texi was
7174         imported.
7176 2004-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
7178         * gnus-faq.texi ([5.1]): Add missing bracket.
7180         * gnus.texi (Filtering Spam Using The Spam ELisp Package):
7181         Index `spam-initialize'.
7183 2004-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7185         * message.texi (Various Message Variables): Mention that all mail
7186         file variables are derived from `message-directory'.
7188         * gnus.texi (Splitting Mail): Clarify bogus group.
7190 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7192         * emacs-mime.texi (Encoding Customization):
7193         Fix mm-coding-system-priorities entry.
7195 2004-11-03  Jan Djärv  <jan.h.d@swipnet.se>
7197         * idlwave.texi (Continued Statement Indentation):
7198         * reftex.texi (Options (Index Support)):
7199         (Displaying and Editing the Index, Table of Contents):
7200         * speedbar.texi (Creating a display, Major Display Modes):
7201         Replace non-nil with non-@code{nil}.
7203 2004-10-21  Jay Belanger  <belanger@truman.edu>
7205         * calc.texi (Algebraic-Style Calculations): Remove a comment.
7207 2004-10-18  Luc Teirlinck  <teirllm@auburn.edu>
7209         * calc.texi (Reporting Bugs): Double up `@'.
7211 2004-10-18  Jay Belanger  <belanger@truman.edu>
7213         * calc.texi (Reporting Bugs): Change the address that bugs
7214         should be sent to.
7216 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
7218         * gnus.texi (New Features): Add 5.11.
7220         * message.texi (Resending): Remove wrong default value.
7222         * gnus.texi (Mail Source Specifiers): Describe possible problems
7223         of `pop3-leave-mail-on-server'.  Add `pop3-movemail' and
7224         `pop3-leave-mail-on-server' to the index.
7226 2004-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7228         * message.texi (Canceling News): Add how to set a password.
7230 2004-10-12  Jay Belanger  <belanger@truman.edu>
7232         * calc.texi (Help Commands): Change the descriptions of
7233         calc-describe-function and calc-describe-variable to match their
7234         current behavior.
7236 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
7238         * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
7240 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
7242         Sync with Tramp 2.0.45.
7244         * tramp.texi (Frequently Asked Questions): Comment paragraph about
7245         plink link.  The URL is outdated.  Originator contacted for
7246         clarification.
7248 2004-10-10  Juri Linkov  <juri@jurta.org>
7250         * gnus.texi (Top, Marking Articles): Join two menus in one node
7251         because a node can have only one menu.
7253 2004-10-09  Juri Linkov  <juri@jurta.org>
7255         * gnus.texi (Fancy Mail Splitting): Remove backslash in the
7256         example of nnmail-split-fancy.
7258 2004-10-06  Karl Berry  <karl@gnu.org>
7260         * info.texi (@kbd{1}--@kbd{9}): No space around --, for
7261         consistency with other uses of dashes.
7263 2004-10-05  Karl Berry  <karl@gnu.org>
7265         * info.texi: Consistently use --- throughout, periods at end of
7266         menu descriptions, and a couple typos.
7268 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
7270         * sieve.texi (Manage Sieve API): nil -> @code{nil}.
7271         * pgg.texi (User Commands, Backend methods): Do.
7272         * gnus.texi: Markup fixes.
7273         (Setting Process Marks): Fix `M P a' entry.
7274         * emacs-mime.texi: Fixes.
7276 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
7278         * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
7279         again.
7280         Use 5.10 instead of 5.10.0.
7282 2004-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7284         * gnus.texi (Summary Mail Commands): S D e.
7286 2004-09-20  Raymond Scholz  <ray-2004@zonix.de>  (tiny change)
7288         * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
7289         the gnus-article-mode-line-format section.
7291 2004-09-20  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
7293         * gnus.texi (Various Summary Stuff): Fix the documentation for
7294         gnus-newsgroup-variables.
7296 2004-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
7298         * gnus.texi (MIME Commands):
7299         Add gnus-mime-display-multipart-as-mixed,
7300         gnus-mime-display-multipart-alternative-as-mixed,
7301         gnus-mime-display-multipart-related-as-mixed.
7302         (Mail Source Customization): Clarify `mail-source-directory'.
7303         (Splitting Mail): Mention gnus-group-find-new-groups.
7304         (SpamOracle): Fix typo.
7306         * gnus-faq.texi: Untabify.
7307         ([6.3]): nnir.el is in contrib directory.
7309         * message.texi (News Headers): Clarify how a unique ID is created.
7311         * gnus.texi (Batching Agents): Fix typo in example.
7312         Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
7314 2004-09-20  Andre Srinivasan  <andre@e2open.com>  (tiny change)
7316         * gnus.texi (Group Parameters): Add more on hooks.
7318 2004-09-20  Florian Weimer  <fw@deneb.enyo.de>
7320         * gnus.texi (Charsets): Point to relevant section in emacs-mime.
7322 2004-09-22  Jay Belanger  <belanger@truman.edu>
7324         * calc.texi (Vectors as Lists): Add a warning that the tutorial
7325         might be hidden during part of the session.
7327 2004-09-20  Jay Belanger  <belanger@truman.edu>
7329         * calc.texi (Notations Used in This Manual): Put in an earlier
7330         mention that DEL could be called Backspace.
7332 2004-09-10  Simon Josefsson  <jas@extundo.com>
7334         * gnus.texi (IMAP): Add example.  Suggested and partially written
7335         by Steinar Bang <sb@dod.no>.
7337 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
7339         * gnus.texi (IMAP): Add comments about imaps synonym to imap in
7340         netrc syntax.
7342 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
7344         * gnus.texi (Spam ELisp Package Sequence of Events):
7345         Some clarifications.
7346         (Spam ELisp Package Global Variables): More clarifications.
7348 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
7350         * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
7351         Mention spam-split does not modify incoming mail.
7353 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
7355         * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
7357 2004-09-10  Eli Zaretskii  <eliz@gnu.org>
7359         * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
7361 2004-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
7363         * makefile.w32-in (sieve, pgg): Use $(infodir).
7365 2004-09-08  Dhruva Krishnamurthy  <dhruva.krishnamurthy@gmail.com>  (tiny change)
7367         * makefile.w32-in: Fix PGG and Sieve entries.
7369 2004-08-28  Eli Zaretskii  <eliz@gnu.org>
7371         * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
7372         Emacs and related programs.
7374 2004-08-27  Richard M. Stallman  <rms@gnu.org>
7376         * faq.texi: Fix texinfo usage, esp. doublequotes.
7377         (Difference between Emacs and XEmacs): Some clarification.
7379         * faq.texi (Difference between Emacs and XEmacs):
7380         Explain not to contrast XEmacs with GNU Emacs.
7382 2004-08-26  Richard M. Stallman  <rms@gnu.org>
7384         * faq.texi (Difference between Emacs and XEmacs): Rewrite.
7386 2004-08-22  David Kastrup  <dak@gnu.org>
7388         * reftex.texi (AUCTeX): Update links, section name.
7390         * faq.texi (Calc): Update availability (included in 22.1).
7391         (AUCTeX): Update availability, information, versions, description.
7393 2004-08-14  Eli Zaretskii  <eliz@gnu.org>
7395         * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
7397 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
7399         * cc-mode.texi: Various updates for CC Mode 5.30.9.
7401 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
7403         Sync with Tramp 2.0.44.
7405 2004-08-05  Lars Hansen  <larsh@math.ku.dk>
7407         * widget.texi (User Interface): Update how to separate the
7408         editable field of an editable-field widget from other widgets.
7409         (Programming Example): Add text after field.
7411 2004-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7413         * emacs-mime.texi (Encoding Customization): Add a note to the
7414         mm-content-transfer-encoding-defaults entry.
7415         (rfc2047): Update.
7417         * gnus.texi (Article Highlighting):
7418         Add gnus-cite-ignore-quoted-from.
7419         (POP before SMTP): New node.
7420         (Posting Styles): Addition.
7421         (Splitting Mail): Add nnmail-split-lowercase-expanded.
7422         (Fancy Mail Splitting): Ditto.
7423         (X-Face): Add gnus-x-face.
7425 2004-08-30  Reiner Steib  <Reiner.Steib@gmx.de>
7427         * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
7428         * pgg.texi, sieve.texi: Use @copying and @insertcopying.
7430 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
7432         * gnus.texi (Mail Source Specifiers):
7433         Describe `pop3-leave-mail-on-server'.
7435 2004-08-02  Reiner Steib  <Reiner.Steib@gmx.de>
7437         * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
7439         * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
7440         repository.  Change setfilename.
7442         * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
7444 2004-07-02  Juri Linkov  <juri@jurta.org>
7446         * pcl-cvs.texi (Viewing differences): Add `d r'.
7448 2004-06-29  Jesper Harder  <harder@ifa.au.dk>
7450         * ses.texi, viper.texi, flymake.texi, faq.texi:
7451         * eshell.texi, ediff.texi: Markup fixes.
7453 2004-06-21  Karl Berry  <karl@gnu.org>
7455         * info.texi (Top): Mention that only Emacs has mouse support.
7456         (Getting Started): Mention this in a few other places.
7458 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
7460         * autotype.texi (Copyrights, Timestamps):
7461         Recommend `before-save-hook' instead of `write-file-functions'.
7463 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
7465         * dired-x.texi (dired-mark-omitted): Update keybinding.
7467 2004-06-10  Kim F. Storm  <storm@cua.dk>
7469         * pcl-cvs.texi (Viewing differences): Add 'd y'.
7471 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
7473         * dired-x.texi (variable dired-omit-mode): Rename from
7474         dired-omit-files-p.
7475         (function dired-omit-mode): Rename from dired-omit-toggle.
7476         Call dired-omit-mode rather than set dired-omit-files-p.
7477         (dired-mark-omitted): Describe command.
7479 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
7481         Version 2.0.41 of Tramp released.
7483 2004-05-29  Juanma Barranquero  <lektu@terra.es>
7485         * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
7486         (INFO_TARGETS, DVI_TARGETS): Add Flymake.
7488 2004-05-29  Richard M. Stallman  <rms@gnu.org>
7490         * cl.texi (Top): Call this chapter `Introduction'.
7491         (Overview): In TeX, no section heading here.
7493         * cc-mode.texi: Put commas after i.e. and e.g.  Minor cleanups.
7495 2004-05-29  Eli Zaretskii  <eliz@gnu.org>
7497         * Makefile.in (../info/flymake, flymake.dvi): New targets.
7498         (INFO_TARGETS, DVI_TARGETS): Add Flymake.
7500 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
7502         * flymake.texi: New file.
7504 2004-05-28  Simon Josefsson  <jas@extundo.com>
7506         * smtpmail.texi (Authentication): Improve STARTTLS discussion.
7508 2004-05-07  Kai Großjohann  <kai@emptydomain.de>
7510         Version 2.0.40 of Tramp released.
7512 2004-04-25  Michael Albinus  <Michael.Albinus@alcatel.de>
7514         Complete rework, based on review by Karl Berry <karl@gnu.org>.
7516         * tramp.texi (Auto-save and Backup): Explain exploitation of new
7517         variables `tramp-backup-directory-alist' and
7518         `tramp-bkup-backup-directory-info'.
7519         (Overview, Connection types)
7520         (External transfer methods, Default Method)
7521         (Windows setup hints): Remove restriction of password entering
7522         with external methods.
7523         (Auto-save and Backup): Make file name example
7524         (X)Emacs neutral.  In case of XEmacs, `bkup-backup-directory-info'
7525         and `auto-save-directory' must be used.
7526         (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
7527         only "NT").  Remove doubled entry "What kinds of systems does
7528         @tramp{} work on".
7529         (tramp): Macro removed.
7530         (Obtaining Tramp): Flag removed from title.
7531         (all): "tramp-" and "-" removed from flag names.  Flags `tramp'
7532         and `trampver' used properly.  Flag `tramp-inst' replaced by
7533         `installchapter'.  Installation related text adapted.
7535 2004-04-28  Masatake YAMATO  <jet@gyve.org>
7537         * widget.texi (Programming Example): Remove overlays.
7539 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
7541         * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
7543 2004-04-23  Juanma Barranquero  <lektu@terra.es>
7545         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
7547 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
7549         * info.texi (Info Search): Add info-apropos.
7551 2004-03-22  Juri Linkov  <juri@jurta.org>
7553         * faq.texi: Fix help key bindings.
7555 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
7557         * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
7558         (as suggested by Karl Berry).  Update information about colored
7559         stars in menus.  Add new subheading describing M-n.
7561 2004-03-12  Richard M. Stallman  <rms@gnu.org>
7563         * cl.texi (Top): Rename top node's title.
7565 2004-03-08  Karl Berry  <karl@gnu.org>
7567         * info.texi: \input texinfo.tex instead of just texinfo, to avoid
7568         problems making the texinfo distribution.
7570 2004-02-29  Simon Josefsson  <jas@extundo.com>
7572         * smtpmail.texi (Authentication): Change the list of supported
7573         authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
7574         CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
7575         <voegelas@gmx.net>.
7577 2004-02-29  Juanma Barranquero  <lektu@terra.es>
7579         * makefile.w32-in (mostlyclean, clean, maintainer-clean):
7580         Use $(DEL) instead of rm, and ignore exit code.
7582 2004-02-29  Kai Großjohann  <kgrossjo@eu.uu.net>
7584         Tramp version 2.0.39 released.
7586 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
7588         * tramp.texi (Customizing Completion): Explain new functions
7589         `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
7590         (all): Savannah URLs unified to "http://savannah.nongnu.org".
7591         (Top): Refer to Savannah mailing list as the major one.
7592         Mention older mailing lists in HTML mode only.
7593         (Auto-save and Backup): Add auto-save.  Based on wording of Kai.
7594         (Frequently Asked Questions): Remote hosts must not be Unix-like
7595         for "smb" method.
7596         (Password caching): New node.
7597         (External transfer methods): Refer to password caching for "smb"
7598         method.
7600 2004-02-17  Karl Berry  <karl@gnu.org>
7602         * info.texi (Help-Int): Mention the new line number feature.
7604 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
7606         * ses.texi (Advanced Features): New functionality for
7607         ses-set-header-row (defaults to current row unless C-u used).
7608         (Acknowledgements): Add Stefan Monnier.
7610 2003-12-29  Kevin Ryde  <user42@zip.com.au>
7612         * viper.texi (Vi Macros): Fix reference to the Emacs manual.
7614 2003-11-30  Kai Großjohann  <kai.grossjohann@gmx.net>
7616         Tramp version 2.0.38 released.
7618         * tramp.texi (Remote shell setup): Warn of environment variables
7619         FRUMPLE if user frumple exists.  Suggested by Sven Gabriel
7620         <sven.gabriel@imk.fzk.de>.
7621         (Configuration): Tramp now chooses base64/uuencode
7622         automatically.  Update wording accordingly.
7623         (Top): More description for the `Default Method' menu entry.
7624         (Default Method): Use @code, not @var, for Lisp variables.
7625         (Default Method): New subsection `Which method is the right one
7626         for me?'  Suggested by Christian Kirsch.
7627         (Configuration): Pointer to new subsection added.
7628         (Default Method): Too many "use" in one sentence.
7629         Rephrase.  Reported by Christian Kirsch.
7630         (Filename Syntax): Old `su' example is probably a left-over from
7631         the sm/su method naming.  Replace with `ssh', instead.
7632         (External transfer methods, Auto-save and Backup):
7633         Typo fixes.
7635 2003-11-02  Michael Albinus  <Michael.Albinus@alcatel.de>
7637         * tramp.texi (all): Harmonize all occurrences of @tramp{}.
7638         (Top): Mention japanese manual only if flag `jamanual' is set.
7639         Insert section `Japanese manual' in menu.
7641 2003-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
7643         * eshell.texi (Known Problems): Add doc item.
7645 2003-11-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
7647         * cc-mode.texi: Update for CC Mode 5.30.
7649         Note: Please refrain from doing purely cosmetic changes like
7650         removing trailing whitespace in this manual; it clobbers cvs
7651         merging for no good reason.
7653 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
7655         * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
7656         * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
7657         @acronym{ASCII}.
7659 2003-10-26  Karl Berry  <karl@gnu.org>
7661         * info.texi (Info Search): Echo area, not echo are.  From Debian
7662         diff.
7664 2003-10-26  Per Abrahamsen  <abraham@dina.kvl.dk>
7666         * widget.texi (Defining New Widgets): Document new behavior of
7667         :buttons and :children keywords.
7669 2003-10-22  Miles Bader  <miles@gnu.org>
7671         * Makefile.in (info): Move before $(top_srcdir)/info.
7673 2003-10-17  Thien-Thi Nguyen  <ttn@gnu.org>
7675         * tramp.texi (Inline methods): Small grammar fix.
7676         (External transfer methods): Likewise.
7678 2003-10-08  Nick Roberts  <nick@nick.uklinux.net>
7680         * speedbar.texi: Remove paragraph for GUD that is no longer true.
7682 2003-10-06  Luc Teirlinck  <teirllm@auburn.edu>
7684         * texinfo.tex: Replace `%' in arch tagline by @ignore.
7686 2003-09-30  Richard M. Stallman  <rms@gnu.org>
7688         * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
7690         * widget.texi (User Interface): Fix typos.
7692         * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
7694 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
7696         * pcl-cvs.texi (Selected Files): Fix typo.
7698 2003-09-21  Karl Berry  <karl@gnu.org>
7700         * info.texi (] and [ commands): No period at end of section title.
7702 2003-09-04  Miles Bader  <miles@gnu.org>
7704         * Makefile.in (top_srcdir): New variable.
7705         ($(top_srcdir)/info): New rule.
7706         (info): Depend on it.
7708 2003-09-03  Peter Runestig  <peter@runestig.com>
7710         * makefile.w32-in: New file.
7712 2003-08-26  Per Abrahamsen  <abraham@dina.kvl.dk>
7714         * widget.texi (User Interface): Explain the need of static text
7715         around an editable field.
7717 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
7719         * widget.texi (Basic Types): The argument to `:help-echo' can now
7720         be a form that evaluates to a string.
7722 2003-08-18  Kim F. Storm  <storm@cua.dk>
7724         * calc.texi (Queries in Macros): Update xref to keyboard macro query.
7726 2003-08-16  Richard M. Stallman  <rms@gnu.org>
7728         * dired-x.texi (Shell Command Guessing): Explain *.
7730 2003-08-16  Chunyu Wang  <spr@db.cs.hit.edu.cn>  (tiny change)
7732         * pcl-cvs.texi (Log Edit Mode): Fix key binding for
7733         log-edit-insert-changelog.
7735 2003-08-03  Karl Berry  <karl@gnu.org>
7737         * info.texi: Need @contents.
7739 2003-07-20  Kai Großjohann  <kai.grossjohann@gmx.net>
7741         Tramp version 2.0.36 released.
7743         * tramp.texi (Remote shell setup): Explain about problems with
7744         non-Bourne commands in ~/.profile and ~/.shrc.
7746 2003-07-07  Luc Teirlinck  <teirllm@mail.auburn.edu>
7748         * info.texi (Help-Inv, Help-M, Help-Xref): Update following
7749         renaming of `vis-mode' to `visible-mode'.
7751 2003-07-04  Luc Teirlinck  <teirllm@mail.auburn.edu>
7753         * info.texi (Top, Help-Small-Screen): Remove accidentally added
7754         next, prev and up pointers.
7756 2003-07-02  Luc Teirlinck  <teirllm@mail.auburn.edu>
7758         * info.texi (Help): Mention existence of Emacs and stand-alone
7759         Info at the very beginning of the tutorial.
7760         (Help-Inv): New node.
7761         (Help-]): New node.
7762         (Help-M): Systematically point out the differences between default
7763         Emacs and stand-alone versions.  Delete second menu.
7764         (Help-Xref): Systematically point out the differences between
7765         default Emacs and stand-alone versions.
7766         (Help-Int): Change `l' example.
7767         (Expert Info): Fix typos.
7768         (Emacs Info Variables): Mention `Info-hide-note-references' and
7769         new default for `Info-scroll-prefer-subnodes'.
7771 2003-06-17  Kai Großjohann  <kai.grossjohann@gmx.net>
7773         Version 2.0.35 of Tramp released.
7775         * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
7776         (Inline methods): Add methods `remsh' and `plink1'.
7777         (External transfer methods): Add method `remcp'.
7778         (Multi-hop Methods): Add method `remsh'.
7779         Small patch from Adrian Aichner <adrian@xemacs.org>:
7780         Fix minor typos.
7781         (Concept Index): Add to make manual searchable via
7782         `Info-index'.
7783         (Version Control): Add cindex entry.
7785 2003-05-24  Kai Großjohann  <kai.grossjohann@gmx.net>
7787         * trampver.texi: Version 2.0.34 released.
7789 2003-05-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
7791         * faq.texi: Improve previous changes.
7793 2003-05-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
7795         * faq.texi: Update copyright and maintenance details.
7796         Update some package URLs, versions, and maintainers.
7797         Remove many references to the Emacs Lisp Archive.
7799 2003-04-23  Simon Josefsson  <jas@extundo.com>
7801         * smtpmail.texi: Fix license (the invariant sections mentioned has
7802         never been part of the smtp manual).  Align info dir entry with
7803         other emacs packages.
7805 2003-04-08  Michael Albinus  <Michael.Albinus@alcatel.de>
7807         * tramp.texi: Version 2.0.33 released.
7808         Remove installation chapter.  Remove XEmacs specifics.
7810 2003-03-29  Richard M. Stallman  <rms@gnu.org>
7812         * tramp.texi (Top): Undo the previous renaming.
7813         (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
7815 2003-03-29  Kai Großjohann  <kai.grossjohann@gmx.net>
7817         * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
7818         version of manual.
7820         * tramp.texi (Auto-save and Backup): New node.
7822 2003-03-29  Michael Albinus  <Michael.Albinus@alcatel.de>
7824         * tramp.texi (Top): Include trampver.texi.  Rename "Emacs" to "GNU
7825         Emacs" in order to have better differentiation to "XEmacs".
7826         `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
7827         are new macros in order to point to the other Emacs flavor where
7828         appropriate.  In info case, point to node `Installation' in order
7829         to explain how to generate the other way.  In html case, make a
7830         link to the other html file.
7831         (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
7832         after CVS checkout/update.
7833         (Installation): Completely rewritten.
7834         (Installation parameters, Load paths): New sections under
7835         `Installation'.
7837 2003-02-28  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
7839         * tramp.texi: Version 2.0.30 released.
7840         Replace word "path" with "localname" where used as a component of
7841         a Tramp file name.
7843 2003-02-28  Michael Albinus  <Michael.Albinus@alcatel.de>
7845         * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
7846         introduced.
7847         (Installation): Explain what to do if files from the tramp/contrib
7848         directory are needed.
7850 2003-02-23  Alex Schroeder  <alex@emacswiki.org>
7852         * smtpmail.texi (How Mail Works): New.
7854 2003-02-22  Alex Schroeder  <alex@emacswiki.org>
7856         * smtpmail.texi: New file.
7858         * Makefile.in: Build SMTP manual.
7860 2003-02-05  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
7862         * tramp.texi: Version 2.0.29 released.
7863         (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
7864         M-x makeinfo-buffer RET.  Reported by gebser@ameritech.net.
7866 2003-02-01  Michael Albinus  <Michael.Albinus@alcatel.de>
7868         * tramp.texi (Frequently Asked Questions): Explain a workaround if
7869         another package loads accidently Ange-FTP.
7871 2003-01-24  Michael Albinus  <Michael.Albinus@alcatel.de>
7873         * tramp.texi (Customizing Completion): Add function
7874         `tramp-parse-sconfig'.  Change example of
7875         `tramp-set-completion-function', because parsing of ssh config
7876         files looks more natural.
7878 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
7880         * gnus.texi: Do not use `path' in several locations.
7882 2002-12-26  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
7884         * tramp.texi (External transfer methods): New method `smb'.
7885         From Michael Albinus.
7887 2002-11-05  Karl Berry  <karl@gnu.org>
7889         * info.texi (Info-fontify): Reorder face list to avoid bad line
7890         breaks.
7892 2002-10-06  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7894         * tramp.texi: Move @copying to standard place.
7895         Use @insertcopying.
7897 2002-10-02  Karl Berry  <karl@gnu.org>
7899         * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
7900         dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
7901         eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
7902         message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
7903         speedbar.texi vip.texi viper.texi widget.texi woman.texi):
7904         Per rms, update all manuals to use @copying instead of @ifinfo.
7905         Also use @ifnottex instead of @ifinfo around the top node, where
7906         needed for the sake of the HTML output.
7907         (The Gnus manual is not fixed since it's not clear to me how it
7908         works; and the Tramp manual already uses @copying, although in an
7909         unusual way.  All others were changed.)
7911 2002-09-10  Jonathan Yavner  <jyavner@engineer.com>
7913         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
7914         (../info/ses, ses.dvi): New targets.
7915         * ses.texi: New file.
7917 2002-09-06  Pavel Janík  <Pavel@Janik.cz>
7919         * texinfo.tex: Update to texinfo 4.2.
7921 2002-08-27  Carsten Dominik  <dominik@sand.science.uva.nl>
7923         * reftex.texi: Update to RefTeX 4.19.
7925 2002-06-17  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7927         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
7928         (../info/tramp, tramp.dvi): New targets.
7930 2002-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
7932         * Makefile.in (DVI_TARGETS): Add calc.dvi.
7933         (calc.dvi): Uncomment.
7935 2001-11-07  Eli Zaretskii  <eliz@is.elta.co.il>
7937         * Makefile.in (INFO_TARGETS): Add ../info/calc.
7938         (../info/calc): New target.
7940 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
7942         * (Version 21.1 released.)
7944 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
7946         * Branch for 21.1.
7948 2001-04-14  Eli Zaretskii  <eliz@is.elta.co.il>
7950         * Makefile.in (../info/info): Use an explicit -o switch to
7951         makeinfo.
7953 2001-03-05  Gerd Moellmann  <gerd@gnu.org>
7955         * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
7957 2000-12-20  Eli Zaretskii  <eliz@is.elta.co.il>
7959         * Makefile.in (../info/idlwave): Use --no-split.
7961 2000-12-14  Dave Love  <fx@gnu.org>
7963         * Makefile.in (mostlyclean): Remove gnustmp.*.
7964         (gnus.dvi): Change rule to remove @latex stuff.
7966 2000-10-19  Eric M. Ludlam  <zappo@ultranet.com>
7968         * Makefile.in (Speedbar): Add build targets for speedbar.texi.
7970 2000-10-13  John Wiegley  <johnw@gnu.org>
7972         * Makefile.in: Add build targets for eshell.texi.
7974 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
7976         * Makefile.in: Remove/comment speedbar stuff.
7978 2000-09-22  Dave Love  <fx@gnu.org>
7980         * Makefile.in: Add emacs-mime.
7982 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
7984         * Makefile.in (INFO_TARGETS): Add ../info/woman.
7985         (DVI_TARGETS): Add woman.dvi.
7986         (../info/woman, woman.dvi): New targets.
7988 2000-05-31  Stefan Monnier  <monnier@cs.yale.edu>
7990         * .cvsignore (*.tmp): New entry.  Seems to be used for @macro.
7992         * pcl-cvs.texi: New file.
7993         * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
7994         (../info/pcl-cvs, pcl-cvs.dvi): New targets.
7996 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
7998         * Makefile.in (INFO_TARGETS): Add info/ebrowse.
7999         (../info/ebrowse, ebrowse.dvi): New targets.
8001 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
8003         * Makefile.in (INFO_TARGETS): Add eudc.
8004         (DVI_TARGETS): Add eudc.dvi.
8005         (../info/eudc, eudc.dvi): New targets.
8007 2000-01-05  Eli Zaretskii  <eliz@is.elta.co.il>
8009         * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
8010         compatibility with 8+3 filesystems).
8011         (../info/efaq): Rename from emacs-faq.
8013 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
8015         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
8016         (../info/idlwave, idlwave.dvi): New targets.
8018 1999-10-23  Dave Love  <fx@gnu.org>
8020         * Makefile.in: Use autotype.texi.
8022 1999-10-12  Stefan Monnier  <monnier@cs.yale.edu>
8024         * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
8025         faq.texi file) rather than ../info/faq.
8027 1999-10-07  Gerd Moellmann  <gerd@gnu.org>
8029         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
8030         (../info/ada-mode, ada-mode.dvi): New targets.
8032 1999-09-01  Dave Love  <fx@gnu.org>
8034         * Makefile.in: Add faq.
8036 1999-07-12  Richard Stallman  <rms@gnu.org>
8038         * Version 20.4 released.
8040 1998-08-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
8042         * Version 20.3 released.
8044 1998-04-06  Andreas Schwab  <schwab@gnu.org>
8046         * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
8047         Use it in dvi targets.
8048         (../etc/GNU): Change to $(srcdir) first.
8050 1998-03-11  Carsten Dominik  <cd@delysid.gnu.org>
8052         * reftex.texi: Update for RefTeX version 3.22.
8054 1998-02-08  Richard Stallman  <rms@psilocin.gnu.org>
8056         * Makefile.in (reftex.dvi, ../info/reftex): New targets.
8057         (INFO_TARGETS, DVI_TARGETS): Add the new targets.
8059 1997-09-23  Paul Eggert  <eggert@twinsun.com>
8061         * Makefile.in: Merge changes mistakenly made to `Makefile'.
8062         (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
8064 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8066         * Version 20.2 released.
8068 1997-09-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8070         * Version 20.1 released.
8072 1997-07-10  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8074         * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
8076 1996-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8078         * Version 19.33 released.
8080 1996-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8082         * Version 19.32 released.
8084 1996-06-27  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
8086         * Makefile.in: Add rules for the Message manual.
8088 1996-06-26  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
8090         * gnus.texi: New version.
8092         * message.texi: New manual.
8094 1996-06-20  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8096         * Makefile.in (All info targets): cd $(srcdir) to do the work.
8098 1996-06-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
8100         * Makefile.in (All info targets): Specify $(srcdir) in input files.
8101         Specify -I option.
8102         (All dvi targets): Set the TEXINPUTS variable.
8104 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>
8106         * Version 19.31 released.
8108 1996-01-07  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
8110         * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
8111         (INFO_TARGETS): Use new name.  This avoids name conflict on MSDOS.
8113 1995-11-29  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8115         * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
8116         (INFO_TARGETS): Add ../info/cc-mode.
8117         (DVI_TARGETS): Add cc-mode.dvi.
8119 1995-11-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8121         * Version 19.30 released.
8123 1995-11-04  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
8125         * gnus.texi: New file.
8127 1995-11-04  Erik Naggum  <erik@naggum.no>
8129         * gnus.texi: File deleted.
8131 1995-11-02  Stephen Gildea  <gildea@stop.mail-abuse.org>
8133         * mh-e.texi: "Function Index" -> "Command Index" to work with
8134         Emacs 19.30 C-h C-k support of separately-documented commands.
8136 1995-06-26  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8138         * Makefile.in (../info/ediff, ediff.dvi): New targets.
8139         (INFO_TARGETS, DVI_TARGETS): Add those new targets.
8141 1995-04-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8143         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
8144         (../info/viper, viper.dvi): New targets.
8146 1995-04-20  Kevin Rodgers  <kevinr@ihs.com>
8148         * dired-x.texi (Installation): Change the example to set
8149         buffer-local variables like dired-omit-files-p in
8150         dired-mode-hook.
8152 1995-04-17  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8154         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
8155         (../info/mh-e, mh-e.dvi): New targets.
8157 1995-02-07  Richard Stallman  <rms@pogo.gnu.ai.mit.edu>
8159         * Makefile.in (maintainer-clean): Rename from realclean.
8161 1994-11-23  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8163         * Makefile.in: New file.
8164         * Makefile: File deleted.
8166 1994-11-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8168         * Makefile (TEXINDEX_OBJS): Variable deleted.
8169         (texindex, texindex.o, getopt.o): Rules deleted.
8170         All deps on texindex deleted.
8171         (distclean): Don't delete texindex.
8172         (mostlyclean): Don't delete *.o.
8173         * texindex.c, getopt.c: Files deleted.
8175 1994-09-07  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8177         * Version 19.26 released.
8179 1994-05-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8181         * Version 19.25 released.
8183 1994-05-23  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8185         * Version 19.24 released.
8187 1994-05-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8189         * Version 19.23 released.
8191 1994-04-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8193         * Makefile: Delete spurious tab.
8195 1994-02-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8197         * Makefile (.SUFFIXES): New rule.
8199 1994-01-15  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8201         * Makefile (dired-x.dvi, ../info/dired-x): New targets.
8202         (INFO_TARGETS, DVI_TARGETS): Add the new targets.
8204 1994-01-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8206         * Makefile (../info/sc): Rename from sc.info.
8207         (../info/cl): Likewise.
8208         (INFO_TARGETS): Use new names.
8210 1993-12-04  Richard Stallman  (rms@srarc2)
8212         * getopt.c: New file.
8213         * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
8214         (getopt.o): New rule.
8215         (dvi): Don't depend on texindex.
8216         (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
8217         Depend on texindex.
8219 1993-12-03  Richard Stallman  (rms@srarc2)
8221         * Makefile (../info/sc.info): Rename from ../info/sc.
8222         (TEXI2DVI): New variable.
8223         (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
8224         Add explicit commands.
8225         (TEXINDEX_OBJS): Delete duplicate getopt.o.
8227 1993-11-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8229         * Version 19.22 released.
8231 1993-11-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8233         * Makefile (TEXINDEX_OBJS): Delete spurious period.
8235 1993-11-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8237         * Version 19.21 released.
8239 1993-11-15  Paul Eggert  (eggert@twinsun.com)
8241         * man/Makefile (../info/cl.info): Rename from ../info/cl.
8243 1993-11-15  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8245         * Makefile (../etc/GNU): New target.
8246         (EMACSSOURCES): Add gnu1.texi.
8248 1993-11-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8250         * Makefile (realclean): Don't delete the Info files.
8252 1993-10-25  Brian J. Fox  (bfox@albert.gnu.ai.mit.edu)
8254         * forms.texi: Fix forms.texi so that it will format correctly.
8255         Add missing `@end iftex', fix bad reference.
8257         * info.texi, info-stn.texi: New files implement texinfo version of
8258         `info' file.
8260 1993-10-20  Brian J. Fox  (bfox@ai.mit.edu)
8262         * Makefile: Fix targets for texindex, new info.texi files.
8263         * info-stnd.texi: New file implements info for standalone info
8264         reader.
8265         * info.texi: Update to include recent changes to "../info/info".
8266         New source file for ../info/info; includes info-stnd.texi.
8268         * texindex.c: Include "../src/config.h" if building in emacs.
8270         * Makefile: Change all files to FILENAME.texi, force all targets
8271         to be FILENAME, not FILENAME.info.  This changes sc.texinfo,
8272         vip.texinfo, forms.texinfo, cl.texinfo.
8273         Add target to build texindex.c, defining `emacs'.
8275         * forms.texi: Install new file to match version 2.3 of forms.el.
8277 1993-08-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8279         * Version 19.19 released.
8281 1993-08-10  Simon Leinen  (simon@lia.di.epfl.ch)
8283         * sc.texinfo: Fix info file name.
8285         * Makefile (info): Add gnus and sc.
8286         (dvi): Add gnus.dvi and sc.dvi.
8287         (../info/sc, sc.dvi): New targets.
8289 1993-08-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8291         * Version 19.18 released.
8293 1993-07-20  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8295         * Makefile: Fix source file names of the separate manuals.
8296         (gnus.dvi, ../info/gnus): New targets.
8298 1993-07-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8300         * Version 19.17 released.
8302 1993-07-10  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8304         * split-man: Fix typos in last change.
8306 1993-07-06  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
8308         * Version 19.16 released.
8310 1993-06-19  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
8312         * version 19.15 released.
8314 1993-06-18  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
8316         * Makefile (distclean): It's rm, not rf.
8318 1993-06-17  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
8320         * Version 19.14 released.
8322 1993-06-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
8324         * Makefile: New file.
8326 1993-06-08  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
8328         * Version 19.13 released.
8330 1993-05-27  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
8332         * Version 19.9 released.
8334 1993-05-25  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
8336         * Version 19.8 released.
8338 1993-05-22  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
8340         * Version 19.7 released.
8342 1990-08-30  David Lawrence  (tale@pogo.ai.mit.edu)
8344         * gnus.texinfo: New file.  Removed installation instructions.
8346 1990-05-25  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
8348         * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
8350 1989-01-17  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
8352         * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
8353         then define `\sc' as the command for smallcaps in Texinfo.
8354         This means that the @sc command will produce small caps.  bfox has
8355         made the corresponding change to makeinfo and texinfm.el.
8357 1988-08-16  Robert J. Chassell  (bob@frosted-flakes.ai.mit.edu)
8359         * vip.texinfo: Remove menu entry Adding Lisp Code in node
8360         Customization since the menu entry did not point to anything.
8361         Also add an @finalout command to remove overfull hboxes from the
8362         printed output.
8364         * cl.texinfo: Add @bye, \input line and @settitle to file.
8365         This file is clearly intended to be a chapter of some other work,
8366         but the other work does not yet exist.
8368 1988-07-25  Robert J. Chassell  (bob@frosted-flakes.ai.mit.edu)
8370         * texinfo.texinfo: Three typos corrected.
8372 ;; Local Variables:
8373 ;; coding: utf-8
8374 ;; End:
8376   Copyright (C) 1993-1999, 2001-2011  Free Software Foundation, Inc.
8378   This file is part of GNU Emacs.
8380   GNU Emacs is free software: you can redistribute it and/or modify
8381   it under the terms of the GNU General Public License as published by
8382   the Free Software Foundation, either version 3 of the License, or
8383   (at your option) any later version.
8385   GNU Emacs is distributed in the hope that it will be useful,
8386   but WITHOUT ANY WARRANTY; without even the implied warranty of
8387   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
8388   GNU General Public License for more details.
8390   You should have received a copy of the GNU General Public License
8391   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.