Doc, comment, etc updates for increased use of locate-user-emacs-file
[emacs.git] / doc / misc / ChangeLog
blob33f6057e94f7917175df67c8c8777e4312d5f9a0
1 2014-01-27  Glenn Morris  <rgm@gnu.org>
3         * idlwave.texi (Lesson III---User Catalog, Online Help)
4         (Starting the Shell, Catalogs, User Catalog):
5         * remember.texi (Quick Start):
6         * viper.texi:
7         * vip.texi (Customization, Customizing Constants)
8         (Customizing Key Bindings): Update for files being in ~/.emacs.d/.
10 2014-01-25  Xue Fuqiao  <xfq.free@gmail.com>
12         * cc-mode.texi (Minor Modes): Minor fix.
14 2014-01-24  David Engster  <deng@randomsample.de>
16         * eieio.texi (Introduction): Fix references.
18 2014-01-24  Glenn Morris  <rgm@gnu.org>
20         * efaq.texi (Termcap/Terminfo entries for Emacs):
21         Use M-x term rather than M-x terminal-emulator.
23         * emacs-mime.texi (time-date): Use float-time.
25 2014-01-22  David Engster  <deng@randomsample.de>
27         * eieio.texi (Introduction): Move introductory paragraph about
28         EIEIO and CLOS from 'Building Classes' to here.
29         (Documentation): Remove, since eieio-doc is not part of Emacs.
30         (Class Values, CLOS compatibility): Mention that
31         `describe-function' will also give information about classes.
33 2014-01-20  Paul Eggert  <eggert@cs.ucla.edu>
35         * texinfo.tex: Update from gnulib.
37 2014-01-15  Glenn Morris  <rgm@gnu.org>
39         * Makefile.in (eww_deps): Does not depend on emacsver.texi.
41 2014-01-12  Michael Albinus  <michael.albinus@gmx.de>
43         * tramp.texi (all): Doc fix according to GNU Coding Standards.
44         Use "file name" instead of "filename" or "path".  Use "host"
45         instead of "machine".
47 2014-01-12  David Engster  <deng@randomsample.de>
49         * eieio.texi (Introduction): `class-of' is obsolete.
50         (Predicates, Basic Methods): Adapt function names to namespace
51         cleanup.
53 2014-01-12  Xue Fuqiao  <xfq.free@gmail.com>
55         * eww.texi (Basics): Use "directory" instead of "path" (Bug#16419).
57 2014-01-12  Glenn Morris  <rgm@gnu.org>
59         * efaq.texi (Guidelines for newsgroup postings)
60         (Informational files for Emacs):
61         Remove references to etc/MAILINGLISTS, etc/INTERVIEW.
63 2014-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
65         * cl.texi (Function Bindings): Fix incorrect description of cl-let.
67 2014-01-09  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
69         * Makefile.in: Add eww.texi.
70         * eww.texi: New file.
72 2014-01-07  Glenn Morris  <rgm@gnu.org>
74         * efaq.texi (Problems with very large files): Fix superscript typo.
76 2013-01-07  Rasmus  <w530@pank.eu>
78         * org.texi (Global and local cycling): Fix missing '@'.
80 2013-01-07 Bastien Guerry <bzg@gnu.org>
82         * org.texi (Global and local cycling): Mention C-u C-u TAB.
83         (Include files, The Export Dispatcher)
84         (Advanced configuration)
85         (Header arguments in Org mode properties): Spelling fixes.
86         (Special blocks): Add #+BEGIN_ABSTRACT as another example.
87         (@LaTeX{} specific attributes): New index entries.
88         Use #+BEGIN_ABSTRACT in the example.
90 2013-01-07  Nicolas Goaziou  <n.goaziou@gmail.com>
92         * org.texi (Org export): New section.
93         (HTML doctypes): Fix whitespace error.  Fix display.
94         (Publishing options): Add missing html publishing options.
96 2014-01-07  Glenn Morris  <rgm@gnu.org>
98         * efaq.texi (Basic editing, Packages that do not come with Emacs):
99         Merge in some info from etc/MORE.STUFF.
101 2014-01-05  Paul Eggert  <eggert@cs.ucla.edu>
103         Specify .texi encoding (Bug#16292).
104         * ada-mode.texi, auth.texi, autotype.texi, bovine.texi, calc.texi:
105         * cc-mode.texi, cl.texi, dbus.texi, dired-x.texi, ebrowse.texi:
106         * ede.texi, ediff.texi, edt.texi, efaq.texi, eieio.texi:
107         * emacs-gnutls.texi, epa.texi, erc.texi, ert.texi:
108         * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi:
109         * gnus-faq.texi, htmlfontify.texi, idlwave.texi, ido.texi, info.texi:
110         * message.texi, mh-e.texi, newsticker.texi, nxml-mode.texi:
111         * octave-mode.texi, org.texi, pcl-cvs.texi, pgg.texi, rcirc.texi:
112         * reftex.texi, remember.texi, sasl.texi, sc.texi, semantic.texi:
113         * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi, srecode.texi:
114         * todo-mode.texi, tramp.texi, url.texi, vip.texi, viper.texi:
115         * widget.texi, wisent.texi, woman.texi:
116         Add @documentencoding.
118 2014-01-03  Aidan Gauland  <aidalgol@amuri.net>
120         * eshell.texi (What Eshell is not): Clean up confusing clause.
122 2014-01-03  Glenn Morris  <rgm@gnu.org>
124         * efaq-w32.texi, reftex.texi: Use @insertcopying in non-TeX.
126         * ede.texi, eieio.texi, semantic.texi, srecode.texi:
127         Add copyright notice to titlepage.
129         * dbus.texi, nxml-mode.texi, widget.texi: Add titlepage.
131         * ert.texi: Add a titlepage.  Use @insertcopying.
133         * calc.texi (Top): Use @top rather than @chapter.
135 2014-01-03  Aidan Gauland  <aidalgol@amuri.net>
137         * eshell.texi (top): Fix incorrect use of xref.
139 2014-01-03  Aidan Gauland  <aidalgol@amuri.net>
141         * eshell.texi (top): Fix incorrect info filename in an xref.
143 2014-01-02  Glenn Morris  <rgm@gnu.org>
145         * Makefile.in (cc_mode_deps): Rename from (typo) ccmode_deps.
147 2014-01-02  Aidan Gauland  <aidalgol@amuri.net>
149         * eshell.texi (Command Basics): Remove `Command basics' chapter.
151 2014-01-02  Aidan Gauland  <aidalgol@amuri.net>
153         * eshell.texi (What is Eshell?): Add section about what not to use
154         Eshell for.
156 2013-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
158         * emacs-gnutls.texi (Help For Users): Document `gnutls-verify-error'.
160 2013-12-22  Glenn Morris  <rgm@gnu.org>
162         * woman.texi (Navigation): Use itemx where appropriate.
164 2013-12-20  Tassilo Horn  <tsdh@gnu.org>
166         * info.texi, woman.texi:
167         Document `S-SPC' as alternative to `DEL' for scrolling.
169 2013-12-20  Jay Belanger  <jay.p.belanger@gmail.com>
171         * calc.texi (Stack Manipulation Commands): Mention using the variable
172         `calc-context-sensitive-enter' for `calc-enter' and `calc-pop'.
174 2013-12-12  Michael Albinus  <michael.albinus@gmx.de>
176         * tramp.texi (direntry): Use ssh but rsh.
177         (all): Encode all environment variable names with @env{...}.
178         (Bug Reports): Refer to Testing node.
180 2013-12-12  Glenn Morris  <rgm@gnu.org>
182         * autotype.texi, cc-mode.texi, ediff.texi, ert.texi:
183         * htmlfontify.texi, ido.texi, octave-mode.texi, org.texi:
184         * srecode.texi, todo-mode.texi, tramp.texi:
185         Sync direntry with info/dir version.
187 2013-12-11  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
189         * Makefile.in: Add octave-mode.texi.
191 2013-12-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
192             Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
194         * octave-mode.texi: Import from GNU Octave (doc/interpreter/emacs.txi).
196 2013-12-08  Juanma Barranquero  <lekktu@gmail.com>
198         * dbus.texi (Properties and Annotations): Fix typo.
200 2013-12-06  Bastien Guerry  <bzg@gnu.org>
202         * org.texi: Don't include Emacs version within Org's version.
204 2013-12-06  Nicolas Goaziou  <n.goaziou@gmail.com>
206         * org.texi (Creating one-off styles): Use new export snippet
207         syntax.
209         * org.texi (Export settings): documentation describing how text
210         above the first heading is ignored when an :export: tag is in a
211         file.
213 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
215         * dbus.texi (Type Conversion): Clarify unibyte-ness of strings.
217 2013-11-30  Glenn Morris  <rgm@gnu.org>
219         * Makefile.in (distclean): Remove Makefile.
221 2013-11-20  era eriksson  <era+emacsbugs@iki.fi>
223         * ses.texi (Quick Tutorial): New chapter.  (Bug#14748)
224         (The Basics, Formulas): Copyedits.
225         (Resizing, Printer functions): Add index entries.
227 2013-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
229         * calc.texi (Customizing Calc): Mention new variable
230         `calc-context-sensitive-enter'.
232 2013-11-12  Aaron Ecay  <aaronecay@gmail.com>
234         * org.texi (Exporting code blocks): Document the 'inline-only
235         setting for `org-export-babel-evaluate'.  Document how :var
236         introduces code block dependencies.
238 2013-11-12  Achim Gratz  <Stromeko@Stromeko.DE>
240         * org.texi (Header arguments): Document header-args[:lang]
241         properties and remove deprecated old-style properties from
242         documentation.
244         * org.texi (Agenda commands): Remove footnote from @tsubheading
245         and add a sentence with the reference instead.
247 2013-11-12  Bastien Guerry  <bzg@gnu.org>
249         * org.texi (Catching invisible edits):
250         * org.texi (Plain lists, Plain lists):
251         * org.texi (Advanced configuration):
252         * org.texi (Tag groups):
253         * org.texi (Conventions):
254         * org.texi (Checkboxes, Radio lists):
255         * org.texi (Top, Summary, Exporting):
256         * org.texi (In-buffer settings): Fix typos.
258         * org.texi (Refile and copy): Document `org-copy' and `C-3 C-c
259         C-w'.  Add an index entry for `org-refile-keep'.
261         * org.texi (Plain lists): Add an index entry for sorting plain
262         list.  Document sorting by checked status for check lists.
264         * org.texi (Publishing options): Fix old variable names.
266         * org.texi (Orgstruct mode): Fix suggested setting of
267         `orgstruct-heading-prefix-regexp'.
269         * org.texi (Export settings):
270         Document `org-export-allow-bind-keywords'.
272         * org.texi (History and Acknowledgments): Small rephrasing.
274         * org.texi (Template elements): Add a footnote about tags accepted
275         in a year datetree.
277         * org.texi (Beamer export, @LaTeX{} and PDF export)
278         (Header and sectioning, @LaTeX{} specific attributes):
279         Enhance style.
281         * org.texi (Agenda commands): Add a footnote about dragging agenda
282         lines: it does not persist and it does not change the .org files.
284         * org.texi (Agenda commands): Add a table heading for dragging
285         agenda lines forward/backward.
287         * org.texi (Agenda commands): Add documentation for
288         `org-agenda-bulk-toggle' and `org-agenda-bulk-toggle-all'.
290         * org.texi (Publishing options): Update the list of options.
291         (Simple example, Complex example): Fix the examples.
293         * org.texi (Formula syntax for Calc): Don't use a bold font the
294         warning.
296         * org.texi (Other built-in back-ends): New section.
298         * org.texi (Editing source code):
299         Document `org-edit-src-auto-save-idle-delay' and
300         `org-edit-src-turn-on-auto-save'.
302         * org.texi (External links): Document contributed link types
303         separately.
305         * org.texi (Closing items):
306         Document `org-closed-keep-when-no-todo'.
308         * org.texi (Export back-ends): Rename from "Export formats".
309         (The Export Dispatcher): Remove reference to
310         `org-export-run-in-background'.
311         (Export settings): Minor rewrites.
312         (ASCII/Latin-1/UTF-8 export): Update variable's name.
313         (In-buffer settings): Add #+HTML_HEAD_EXTRA.
315         * org.texi (Export in foreign buffers): New section.
316         (Exporting): Remove documentation about converting the selected
317         region.
319         * org.texi (Advanced configuration): Put the filter valid types in
320         a table.  Use @lisp and @smalllisp.
322         * org.texi: Use @code{nil} instead of nil.  Update the maintainer
323         contact info.
325         * org.texi (Exporting): Better introductory sentence.  Add a note
326         about conversion commands.
327         (Feedback, Orgstruct mode, Built-in table editor)
328         (Built-in table editor, Orgtbl mode, Updating the table)
329         (Property syntax, Capturing column view, Capture)
330         (Agenda files, Agenda commands, CDLaTeX mode, CDLaTeX mode)
331         (Exporting, Extending ODT export)
332         (Working with @LaTeX{} math snippets, dir, Customization)
333         (Radio tables, A @LaTeX{} example, Pulling from MobileOrg):
334         Uniformly use @kbd{M-x command RET}.
336         * org.texi (Filtering/limiting agenda items): New subsection.
337         Document the use of `org-agenda-max-*' options and
338         `org-agenda-limit-interactively' from the agenda.
339         (Agenda commands): Move details about filtering commands to
340         the new section, only include a summary here.
341         (Customizing tables in ODT export)
342         (System-wide header arguments, Conflicts, Dynamic blocks):
343         Use spaces for indentation.
345         * org.texi (Emphasis and monospace): Mention `org-emphasis-alist'.
347         * org.texi (Links in HTML export, Images in HTML export)
348         (post): Fix syntax within #+ATTR_*.
349         (Tables in HTML export): Document `org-html-table-row-tags'
350         and use `org-html-table-default-attributes' instead of
351         `org-html-table-tag'.
353         * org.texi (Publishing action, Publishing options)
354         (Publishing links): Major rewrite.  Enhance explanations for
355         `org-org-publish-to-org'.  Remove reference to
356         `org-export-run-in-background'.
358         * org.texi: Fix many small typos.  Use #+NAME instead of
359         #+TBLNAME.  Use @smalllisp instead of @example.
360         (Special symbols): Add index?
361         (HTML preamble and postamble): Don't mention obsolete use of
362         opt-plist.
363         (JavaScript support): Don't mention the org-jsinfo.el file as it
364         has been merged with ox-html.el.
366         * org.texi (Installation, Feedback, Setting Options)
367         (Code evaluation security, org-crypt.el): Use @lisp instead of
368         @example.
369         (Agenda commands): Use @table instead of @example.
371         * org.texi (Adding hyperlink types): New appendix.
373         * org.texi (ODT export commands, Extending ODT export)
374         (Applying custom styles, Images in ODT export)
375         (Labels and captions in ODT export)
376         (Literal examples in ODT export)
377         (Configuring a document converter)
378         (Working with OpenDocument style files)
379         (Customizing tables in ODT export)
380         (Validating OpenDocument XML): Fix options names.
382         * org.texi (History and Acknowledgments): Update acknowledgments
383         to Nicolas.  Add Nicolas Goaziou to the list of contributors.
385         * org.texi (System-wide header arguments): Don't use "customizing"
386         for setting a variable.  Also remove comments.
388         * org.texi (Weekly/daily agenda): Add `org-agenda-start-day' and
389         `org-agenda-start-on-weekday' to the variable index and document
390         them.
392         * org.texi (Sparse trees, Agenda commands)
393         (@LaTeX{} fragments, Selective export, Export options)
394         (The export dispatcher, ASCII/Latin-1/UTF-8 export)
395         (HTML Export commands, @LaTeX{}/PDF export commands)
396         (iCalendar export, Publishing options, Triggering publication)
397         (In-buffer settings): Update to reflect changes from the new
398         export engine.
400         * org.texi (Matching tags and properties): More examples.
401         Explain group tags expansion as regular expressions.
403         * org.texi (Tag groups): New section.
405         * org.texi (Setting tags): Tiny formatting fixes.
407         * org.texi (Plain lists, Checkboxes): Use non-obsolete variable
408         names.
410         * org.texi (Storing searches): Add "agenda" and "agenda*" to the
411         concept index.  Include example for these agenda views.
412         (Special agenda views): Mention the "agenda*" agenda view.
414         * org.texi (Repeated tasks): Document how to ignore a repeater
415         when using both a scheduled and a deadline timetamp.
417         * org.texi (Global and local cycling): Wrap in a new subsection.
418         (Initial visibility, Catching invisible edits): New subsections.
420         * org.texi (Visibility cycling): Mention that
421         `org-agenda-inhibit-startup' will prevent visibility setting when
422         the agenda opens an Org file for the first time.
424         * org.texi (Org syntax): New section.
426         * org.texi (Orgstruct mode):
427         Document `orgstruct-heading-prefix-regexp'.
429         * org.texi (Speeding up your agendas): New section.
431         * org.texi (Installation): When installing Org from ELPA, users
432         should do this from an Emacs session where no .org file has been
433         visited.
435         * org.texi (CSS support, In-buffer settings): Update HTML options
436         names.
438         * org.texi (Structure editing): Update documentation for
439         `org-insert-heading-or-item'.
440         (Plain lists, Relative timer): Update index entry.
442         * org.texi (JavaScript support): Update variable names.
444         * org.texi (comments): Minor formatting fix.
446         * org.texi (@LaTeX{} fragments): Minor enhancement.
448         * org.texi: Update the list contributions.
450         * org.texi (Agenda commands): Exporting the agenda to an .org file
451         will not copy the subtrees and the inherited tags.
452         Document `org-agenda-filter-by-regexp'.
454         * org.texi (Publishing action, Complex example): Fix names of
455         publishing functions.
457         * org.texi (Top, Exporting): Delete references to Freemind.
458         (Freemind export): Delete section.
460         * org.texi (Top, Exporting): Delete references to the XOXO export.
461         (XOXO export): Delete section.
463         * org.texi (Capture): Mention that org-remember.el is not
464         supported anymore.
466         * org.texi (Top, Exporting, Beamer class export):
467         Delete references to the TaskJuggler export.
468         (History and Acknowledgments): Mention that the TaskJuggler has
469         been rewritten by Nicolas and now lives in the contrib/ directory
470         of Org's distribution.  Mention that Jambunathan rewrote the HTML
471         exporter.  Remove Jambunathan from my own acknowledgments.
472         (TaskJuggler export): Delete.
474         * org.texi (HTML preamble and postamble)
475         (Tables in HTML export, Images in HTML export)
476         (Math formatting in HTML export, CSS support)
477         (@LaTeX{} and PDF export, Publishing options): Fix the names of
478         the HTML export and publishing options.
480         * org.texi (Literal examples, Export options)
481         (@LaTeX{} and PDF export, Header and sectioning)
482         (Publishing options): Fix LaTeX options names.
484         * org.texi (Export options, CSS support, In-buffer settings):
485         Fix references to HTML_LINK_* and HTML_STYLE keywords.
487         * org.texi (Export options, In-buffer settings): Fix references to
488         #+SELECT_TAGS and #+EXCLUDE_TAGS and remove reference to #+XSLT.
490         * org.texi (Top, Markup, Initial text, Images and tables)
491         (@LaTeX{} fragments, @LaTeX{} fragments, Exporting)
492         (Export options, JavaScript support, Beamer class export):
493         Remove references to the DocBook export, which has been deleted.
494         (History and Acknowledgments): Mention that DocBook has been
495         deleted, suggest to use the Texinfo exporter instead, then to
496         convert the .texi to DocBook with makeinfo.
497         (Links in ODT export, Tables in ODT export): Fix indices.
499         * org.texi (Deadlines and scheduling): Add a variable to the
500         index.  Add documentation about delays for scheduled tasks.
502         * org.texi (Emphasis and monospace):
503         Mention `org-fontify-emphasized-text' and
504         `org-emphasis-regexp-components'.
506         * org.texi (References): Small enhancement.
508         * org.texi (Column width and alignment): Make the example visually
509         more clear.
511         * org.texi (The clock table): Document :mstart and :wstart as a
512         way to set the starting day of the week.
514         * org.texi (In-buffer settings): Document new startup keywords.
515         Thanks to John J Foerch for this idea.
517         * org.texi (Include files): Tiny formatting fix.
519         * org.texi (Activation): Point to the "Conflicts" section.
521 2013-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
523         * org.texi (CSS support): Clarify this section.
525         * org.texi (@LaTeX{} specific attributes): Document that tabu and
526         tabularx packages are not in the default set of packages.
528         * org.texi (Agenda commands): Document fortnight view.
530         * org.texi: Document conflict with ecomplete.el.
532         * org.texi (History and Acknowledgments): Acknowledgements for
533         Jason Dunsmore and Rakcspace.
535         * org.texi: Rename org-crypt.el node to org-crypt.
537         * org.texi (A @LaTeX{} example): Fix typo in variable name.
539         * org.texi (MobileOrg): Mention the new iPhone developer.
541         * org.texi (Table of contents) Improve documentation of TOC
542         placement.
544         * org.texi: Explain that date/time information at read-date prompt
545         should start at the beginning, not anywhere in the middle of a
546         long string.
548 2013-11-12  Christopher Schmidt  <christopher@ch.ristopher.com>
550         * org.texi (Orgstruct mode): Fix wrong regexp.
552 2013-11-12  Eric Abrahamsen  <eric@ericabrahamsen.net>
554         * org.texi: Document export to (X)HTML flavors.
556 2013-11-12  Eric Schulte  <schulte.eric@gmail.com>
558         * org.texi (Extracting source code): Mention the prefix argument
559         to org-babel-tangle.
560         (noweb): Remove erroneous negative.
561         (Specific header arguments): Document new header arguments.
562         Documentation for new tangle-mode header argument.
563         (Top): Documentation for new tangle-mode header argument.
564         (rownames): Documentation for new tangle-mode header argument.
565         Mention elisp as special rowname case.
566         (tangle-mode): Documentation for new tangle-mode header argument.
567         (post): Documentation and an example of usage.
568         (var): Remove the "Alternate argument syntax" section from the
569         documentation.
570         (hlines): Note that :hline has no effect for Emacs Lisp code
571         blocks.
573 2013-11-12  Feng Shu  <tumashu@gmail.com>
575         * org.texi (@LaTeX{} fragments, Previewing @LaTeX{} fragments)
576         (Math formatting in HTML export)
577         (Working with @LaTeX{} math snippets): Add document about creating
578         formula image with imagemagick.
580         * org.texi (@LaTeX{} specific attributes): Document `:caption'
581         attribute of #+ATTR_LATEX.
583 2013-11-12  Grégoire Jadi  <gregoire.jadi@gmail.com>
585         * org.texi (Handling links): Fix a typo in
586         `org-startup-with-inline-images' documentation.
588         * org.texi (Previewing @LaTeX{} fragments): Document the startup
589         keywords to use for previewing LaTeX fragments or not.
590         (Summary of in-buffer settings): Improve formatting and add an
591         entry for the variable `org-startup-with-latex-preview'.
593         * org.texi (Property syntax): Recall the user to refresh the org
594         buffer when properties are set on a per-file basis.
596 2013-11-12  Gustav Wikström  <gustav.erik@gmail.com>  (tiny change)
598         * org.texi (Matching tags and properties): Clarification.
600 2013-11-12  Ippei Furuhashi  <top.tuna+orgmode@gmail.com>
602         * org.texi (Editing and debugging formulas): Add an example when a
603         table has multiple #+TBLFM lines.
605 2013-11-12  Ivan Vilata i Balaguer  <ivan@selidor.net>  (tiny change)
607         * org.texi (The clock table): Document acceptance of relative
608         times in tstart and tend, link to syntax description and provide
609         example.
611 2013-11-12  Jarmo Hurri  <jarmo.hurri@syk.fi>
613         * org.texi (The spreadsheet): Document lookup functions.
615 2013-11-12  Kodi Arfer  <git@arfer.net>  (tiny change)
617         * org.texi (CSS support): Mention .figure-number, .listing-number,
618         and .table-number.
620 2013-11-12  Michael Brand  <michael.ch.brand@gmail.com>
622         * org.texi
623         (Formula syntax for Calc, Emacs Lisp forms as formulas): Reformat
624         spreadsheet formula mode strings and some examples from @example
625         block with xy @r{yz} to @table.
627         * org.texi (Formula syntax for Calc): Improve the documentation of
628         empty fields in formulas for spreadsheet.  Add explanation and
629         example for empty field.  Extend explanations of format
630         specifiers.  Add a sentence to mention Calc defmath.
632         * org.texi (Column formulas): Add a sentence to be more explicit
633         about when a table header is mandatory.
635 2013-11-12  Nicolas Goaziou  <n.goaziou@gmail.com>
637         * org.texi (Subscripts and superscripts): Remove reference to
638         quoted underscores until this mechanism is implemented again.
640         * org.texi (Beamer export): Be more accurate about BEAMER_OPT
641         property.
643         * org.texi (Document title): Subtree export is no longer triggered
644         by marking one as the region.
645         (Horizontal rules): LaTeX export doesn't use "\hrule" anymore, and
646         giving examples isn't very useful: "horizontal rule" is, at least,
647         as explicit as <hr/>.
649         * org.texi (HTML doctypes): Reflect keyword removal.
650         (CSS support): Reflect keyword removal.
652         * org.texi (@LaTeX{} specific attributes): Document new :float
653         values.
655         * org.texi (Export settings): Improve documentation.
657         * org.texi (Math formatting in HTML export): Fix OPTIONS item's name.
658         (Text areas in HTML export): Update text areas.
659         (HTML Export commands): Update export commands.
661         * org.texi (Header and sectioning): Add a footnote about the
662         different between LATEX_HEADER_EXTRA and LATEX_HEADER.
664         * org.texi (The Export Dispatcher):
665         Document `org-export-in-background'.
667         * org.texi (Footnotes): Export back-ends do not use
668         `org-footnote-normalize' anymore.
670         * org.texi: Document variable changes.
672         * org.texi (Export settings): Doument p: item in OPTIONS keyword.
674         * org.texi (Exporting): Massive rewrite of the first sections.
675         (Selective export): Delete.
676         (The Export Dispatcher): Rewrite.
677         (Export options): Rewrite as "Export settings".
679         * org.texi: Small changes to documentation for embedded LaTeX.
681         * org.texi (Internal links): Document #+NAME keyword and
682         cross-referencing during export.
684         * org.texi (Include files): Remove reference to :prefix1
685         and :prefix.  Give more details for :minlevel.
687         * org.texi (Macro replacement): Fix macro name.
688         Update documentation about possible locations and escaping mechanism.
690         * org.texi (Table of contents): Update documentation.
691         Document lists of listings and lists of tables.  Add documentation for
692         optional title and #+TOC: keyword.
694 2013-11-12  Rick Frankel  <rick@rickster.com>
696         * org.texi (results): Add Format section, broken out of Type
697         section to match code.
698         (hlines, colnames): Remove incorrect Emacs Lisp exception.
699         Note that the actual default handling (at least for python and
700         emacs-lisp) does not seem to match the description.
702 2013-11-12  Sacha Chua  <sacha@sachachua.com>  (tiny change)
704         * org.texi (The date/time prompt): Update the documentation to
705         reflect the new way `org-read-date-get-relative' handles weekdays.
707 2013-11-12  Yasushi Shoji  <yashi@atmark-techno.com>
709         * org.texi (Resolving idle time):
710         Document `org-clock-x11idle-program-name'.
712 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
714         * ert.texi (Running Tests Interactively): Adapt examle output.
715         (Tests and Their Environment): Mention skip-unless.
717 2013-10-23  Glenn Morris  <rgm@gnu.org>
719         * dired-x.texi, ebrowse.texi, ede.texi, eieio.texi, eshell.texi:
720         * pcl-cvs.texi, sc.texi, srecode.texi, vip.texi, viper.texi:
721         * widget.texi: Nuke @refill.
723         * Makefile.in (install-dvi, install-html, install-pdf)
724         (install-ps, uninstall-dvi, uninstall-html, uninstall-ps)
725         (uninstall-pdf): Quote entities that might contain whitespace.
727 2013-10-17  Jay Belanger  <jay.p.belanger@gmail.com>
729         * calc.texi (Data Type Formats): Don't specify the size at
730         which integers begin to be represented by lists.
732 2013-10-14  Xue Fuqiao  <xfq.free@gmail.com>
734         * cl.texi (Argument Lists): Add indexes for &key and &aux.
736 2013-10-07  Michael Albinus  <michael.albinus@gmx.de>
738         * trampver.texi: Update release number.
740 2013-10-02  Michael Albinus  <michael.albinus@gmx.de>
742         Sync with Tramp 2.2.8.
744         * tramp.texi (External packages): Use `non-essential'.
745         * trampver.texi: Update release number.
747 2013-09-14  Glenn Morris  <rgm@gnu.org>
749         * eshell.texi: Markup fixes.
751 2013-09-11  Xue Fuqiao  <xfq.free@gmail.com>
753         * ido.texi (Interactive Substring Matching): Use @key{RET} instead
754         of @kbd{RET}.
755         (Prefix Matching): Add an index.
757 2013-09-08  Glenn Morris  <rgm@gnu.org>
759         * emacs-gnutls.texi: Tweak direntry.
761 2013-09-06  Michael Albinus  <michael.albinus@gmx.de>
763         * tramp.texi (Alternative Syntax): Remove chapter.
765 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
767         * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
768         for portability to hosts where /bin/sh has problems.
770 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
772         Try to reduce redundancy in doc/misc/Makefile.in.
773         * Makefile.in (DOCMISC_W32): New var to replace DOCMISC_*_W32.
774         (TARGETS): New intermediate variable.
775         (DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS): Use it.
777 2013-08-27  Glenn Morris  <rgm@gnu.org>
779         * efaq.texi (Emacs for MS-Windows): Update location of MS FAQ.
781         * efaq.texi: Rename from faq.texi, to match its output files.
782         * Makefile.in: Update for faq.texi name change.
784         * efaq-w32.texi (EMACSVER): Get it from emacsver.texi.
786         * Makefile.in (webhack): Remove; it's nothing to do with Emacs.
788         * efaq-w32.texi: Move here from the web-pages repository.
789         * Makefile.in (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32)
790         (DOCMISC_PDF_W32, DOCMISC_PS_W32): New configure output variables.
791         (INFO_COMMON, INFO_INSTALL): New derivations of INFO_TARGETS.
792         (DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
793         Add DOCMISC_*_W32 variables.
794         (echo-info): Use INFO_INSTALL rather than INFO_TARGETS.
795         (efaq_w32_deps): New variable.
796         (efaq-w32, $(buildinfodir)/efaq-w32$(INFO_EXT), efaq-w32.dvi)
797         (efaq-w32.pdf, efaq-w32.html): New rules.
798         (clean): Remove efaq-w32 products.
800 2013-08-26  Paul Eggert  <eggert@cs.ucla.edu>
802         * texinfo.tex: Update from gnulib.
804 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
806         * emacs-mime.texi (Encoding Customization): Exclude iso-2022-jp-2 and
807         shift_jis from the default value set to mm-coding-system-priorities for
808         Japanese users.
810 2013-08-13  Glenn Morris  <rgm@gnu.org>
812         * reftex.texi (LaTeX xr Package, Options - Table of Contents)
813         (Options - Defining Label Environments, Options - Creating Labels)
814         (Options - Referencing Labels, Options - Creating Citations)
815         (Options - Index Support, Options - Viewing Cross-References)
816         (Options - Finding Files, Options - Optimizations)
817         (Options - Fontification, Options - Misc):
818         * cc-mode.texi (Sample Init File):
819         * edt.texi (Init file):
820         * epa.texi (Encrypting/decrypting gpg files):
821         * mairix-el.texi (About, Setting up the mairix interface, Using)
822         (Extending):
823         Rename nodes to avoid characters that can cause Texinfo problems.
825 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
827         * gnus.texi (Mail Source Specifiers): Fix description for pop3's :leave.
829 2013-08-12  Glenn Morris  <rgm@gnu.org>
831         * Makefile.in (ada_mode_deps, auth_deps, autotype_deps)
832         (bovine_deps, calc_deps, ccmode_deps, cl_deps, dbus_deps)
833         (dired_x_deps, ebrowse_deps, ede_deps, ediff_deps, edt_deps)
834         (eieio_deps, emacs_gnutls_deps, emacs_mime_deps, epa_deps)
835         (erc_deps, ert_deps, eshell_deps, eudc_deps, faq_deps)
836         (flymake_deps, forms_deps, gnus_deps, htmlfontify_deps)
837         (idlwave_deps, ido_deps, info_deps, mairix_el_deps, message_deps)
838         (mh_e_deps, newsticker_deps, nxml_mode_deps, org_deps)
839         (pcl_cvs_deps, pgg_deps, rcirc_deps, reftex_deps, remember_deps)
840         (sasl_deps, sc_deps, semantic_deps, ses_deps, sieve_deps)
841         (smtpmail_deps, speedbar_deps, srecode_deps, todo_mode_deps)
842         (tramp_deps, url_deps, vip_deps, viper_deps, widget_deps)
843         (wisent_deps, woman_deps): New variables.  Use to reduce duplication.
845         * woman.texi (Top): Avoid mailto: in html output.
847         * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
848         (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
849         (INSTALL_DATA): New, set by configure.
850         (HTML_OPTS, HTML_TARGETS, PS_TARGETS, DVIPS): New variables.
851         (.PHONY): Add html, ps, install-dvi, install-html, install-pdf,
852         install-ps ,install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
853         uninstall-ps, and uninstall-doc.
854         (.SUFFIXES): Add .ps and .dvi.
855         (.dvi.ps): New suffix rule.
856         (html, ps, ada-mode.html, auth.html, autotype.html, bovine.html)
857         (calc.html, cc-mode.html, cl.html, dbus.html, dired-x.html)
858         (ebrowse.html, ede.html, ediff.html, edt.html, eieio.html)
859         (emacs-gnutls.html, emacs-mime.html, epa.html, erc.html)
860         (ert.html, eshell.html, eudc.html, faq.html, flymake.html)
861         (forms.html, gnus.html, htmlfontify.html, idlwave.html)
862         (ido.html, mairix-el.html, message.html, mh-e.html)
863         (newsticker.html, nxml-mode.html, org.html, pgg.html)
864         (rcirc.html, reftex.html, remember.html, sasl.html, sc.html)
865         (semantic.html, sieve.html, smtpmail.html, speedbar.html)
866         (srecode.html, todo-mode.html, tramp.html, url.html, vip.html)
867         (viper.html, widget.html, wisent.html, woman.html, install-dvi)
868         (install-html, install-pdf, install-ps, install-doc, uninstall-dvi)
869         (uninstall-html, uninstall-ps, uninstall-pdf, uninstall-doc):
870         New rules.
871         (clean): Remove HTML_TARGETS and PS_TARGETS.
873 2013-08-10  Xue Fuqiao  <xfq.free@gmail.com>
875         * ido.texi (Working Directories):
876         (Flexible Matching, Regexp Matching, Find File At Point)
877         (Ignoring, Misc Customization): Use @defopt for user options.
879 2013-08-09  Xue Fuqiao  <xfq.free@gmail.com>
881         * htmlfontify.texi (Customization): Remove documentation of
882         `hfy-fast-lock-save'.  Minor fixes.
884 2013-08-08  Xue Fuqiao  <xfq.free@gmail.com>
886         * ido.texi (Top): Insert node "Working Directories" in menu.
887         (Working Directories): New node.
888         (Misc Customization): Add documentation of
889         `ido-confirm-unique-completion' and some other user options.
891 2013-08-07  Eli Zaretskii  <eliz@gnu.org>
893         * todo-mode.texi: Update @dircategory.
894         (Overview, Todo Items as Diary Entries, Todo Mode Entry Points)
895         (File Editing, Marked Items, Item Prefix): Fix usage of @xref and
896         @ref.
898 2013-08-07  Xue Fuqiao  <xfq.free@gmail.com>
900         * sc.texi (Introduction): Fix index.
901         (Usage Overview):
902         (Citations, Citation Elements, Recognizing Citations)
903         (Information Keys and the Info Alist, Reference Headers)
904         (The Built-in Header Rewrite Functions)
905         (Electric References, Reply Buffer Initialization)
906         (Filling Cited Text, Selecting an Attribution)
907         (Attribution Preferences)
908         (Anonymous Attributions, Author Names)
909         (Using Regi, Post-yank Formatting Commands)
910         (Citing Commands, Insertion Commands)
911         (Mail Field Commands)
912         (Hints to MUA Authors, Thanks and History): Change from one space
913         between sentences to two.
914         (What Supercite Does): Typo fix.
916         * newsticker.texi (Usage): Use @key for RET.
918         * cl.texi (Argument Lists):
919         (For Clauses):
920         (Macros): Add indexes.
922 2013-08-05  Xue Fuqiao  <xfq.free@gmail.com>
924         * cl.texi (Blocks and Exits): Add an index.
926 2013-08-04  Stephen Berman  <stephen.berman@gmx.net>
928         * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add todo-mode.
929         (todo-mode, $(buildinfodir)/todo-mode$(INFO_EXT)):
930         (todo-mode.dvi, todo-mode.pdf): New rules.
932         * todo-mode.texi: New file.
934 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
936         * gnus.texi (Basic Usage): Mention that warp means jump here.
937         (The notmuch Engine): Mention notmuch.
939 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
941         * gnus.texi (Sorting the Summary Buffer): Document new defcustom
942         `gnus-subthread-sort-functions' and remove the obsolete documentation
943         of `gnus-sort-threads-recursively'.
945 2012-07-30  Paul Eggert  <eggert@cs.ucla.edu>
947         * texinfo.tex: Update to 2012-07-29.17 version.
949 2013-07-29  David Engster  <deng@randomsample.de>
951         * eieio.texi (top): Make clear that EIEIO is not a full CLOS
952         implementation.
953         (Introduction): Add further missing features.
954         (Building Classes): Add introductory paragraph.
955         (Wish List): Add metaclasses and EQL specialization.
957 2013-07-29  Michael Albinus  <michael.albinus@gmx.de>
959         * tramp.texi (Frequently Asked Questions):
960         Mention `tramp-use-ssh-controlmaster-options'.
962 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
964         * gnus.texi (Sorting the Summary Buffer): Document new defcustom
965         `gnus-sort-threads-recursively'.
967 2013-07-25  Glenn Morris  <rgm@gnu.org>
969         * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add ido.
970         (ido, $(buildinfodir)/ido$(INFO_EXT), ido.dvi, ido.pdf): New rules.
972         * erc.texi (Special Features): Update contact information.
973         (History): Avoid using @email.
975         * eshell.texi (Bugs and ideas): Minor updates.
977         * faq.texi (Reporting bugs, Origin of the term Emacs)
978         (Setting up a customization file)
979         (Using an already running Emacs process, Turning off beeping)
980         (Packages that do not come with Emacs)
981         (Replying to the sender of a message): Avoid using @email.
983         * pcl-cvs.texi (Contributors, Bugs): Avoid using @email.
985         * reftex.texi (Imprint): Avoid using @email.
987         * ses.texi (Top): Update bug reporting instructions.
988         (Acknowledgments): Avoid using @email.
990         * woman.texi (Introduction, Background): Remove outdated information.
991         (Bugs, Acknowledgments): Avoid using @email.
993 2013-07-24  Xue Fuqiao  <xfq.free@gmail.com>
995         * ido.texi: New file.
997 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
999         * gnus.texi (Customizing Articles): Document function predicates.
1001 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
1003         * gnus.texi (lines): Correct description of
1004         `gnus-registry-track-extra's default value.
1005         Mention `gnus-registry-remove-extra-data'.
1007 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
1009         * gnus.texi (Group Parameters): Mention regexp
1010         substitutions (bug#11688).
1012 2013-07-06  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
1014         * gnus.texi (Generic Marking Commands): Fix grammar (bug#13368).
1016 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
1018         * gnus.texi (Emacsen): Fix version.
1020         * gnus-faq.texi (FAQ 1-6): Mention the correct Emacs version.
1022 2013-07-06  Glenn Morris  <rgm@gnu.org>
1024         * mh-e.texi: Fix external links.
1025         (Using This Manual): Printed elisp manuals no longer available.
1027         * newsticker.texi (Overview): Update URL.
1029         * nxml-mode.texi (Introduction): Update URL.
1031         * org.texi (JavaScript support): Fix URL.
1033         * wisent.texi (Wisent Overview): Remove incorrect, unnecessary uref.
1035         * eudc.texi (CCSO PH/QI): Remove defunct URL.
1037         * dbus.texi (Introspection): Update URL to a less defunct one.
1039         * gnus.texi (Top): Restrict "Other related manuals" to info output.
1040         (Foreign Groups): Use @indicateurl for examples.
1041         (Direct Functions): Remove defunct URL.
1042         (RSS): Update URL.
1044         * gnus-faq.texi (FAQ 5-8, FAQ 6-3): Remove defunct URLs.
1045         (FAQ 7-1): Update URL.
1047         * pgg.texi (Top, Overview): Add note about obsolescence.
1049 2013-07-03  Paul Eggert  <eggert@cs.ucla.edu>
1051         * texinfo.tex: Merge from gnulib.
1053 2013-07-03  Glenn Morris  <rgm@gnu.org>
1055         * bovine.texi (top):
1056         * cc-mode.texi (AWK Mode Font Locking):
1057         * mh-e.texi (Preface):
1058         * url.texi (URI Parsing): Fix cross-references to other manuals.
1060 2013-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1062         * gnus.texi (Client-Side IMAP Splitting):
1063         Note that `nnimap-inbox' now can be a list.
1065 2013-06-24  Glenn Morris  <rgm@gnu.org>
1067         * eshell.texi: Fix cross-references to other manuals.
1069 2013-06-23  Glenn Morris  <rgm@gnu.org>
1071         * Makefile.in (HTML_TARGETS, html, emacs-faq.html, emacs-faq):
1072         Remove; not needed now we use a standard html layout for the faq.
1073         (clean): Remove HTML_TARGETS, emacs-faq.text.
1075 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
1077         * flymake.texi (Parsing the output, Customizable variables):
1078         Add reference to `flymake-warning-predicate'.
1080 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
1082         * tramp.texi (Top, Configuration): Insert section `Predefined
1083         connection information' in menu.
1084         (Predefined connection information): New section.
1085         (Android shell setup): Make a reference to `Predefined connection
1086         information'.
1088 2013-06-19  Glenn Morris  <rgm@gnu.org>
1090         * Makefile.in (version): New, set by configure.
1091         (clean): Delete dist tar file.
1092         (infoclean): New, split from maintainer-clean.
1093         (maintainer-clean): Run infoclean.
1094         (dist): New rule, to make tarfile for www.gnu.org.
1096 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1098         * sieve.texi (Managing Sieve): Fix port in example, fix documentation
1099         for keys q and Q.
1100         (Standards): Reference RFC5804 as the defining document of the
1101         managesieve protocol.
1103 2013-06-10  Aidan Gauland  <aidalgol@amuri.net>
1105         * eshell.texi (Input/Output): Expand to cover new visual-command
1106         options, eshell-visual-subcommands and eshell-visual-options.
1107         Divide into separate Visual Commands and Redirection sections.
1109 2013-06-10  Glenn Morris  <rgm@gnu.org>
1111         * epa.texi (Cryptographic operations on files): Update epa-decrypt-file.
1113 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1115         * gnus.texi (Article Date):
1116         Fix description of gnus-article-update-date-headers.
1118 2013-05-28  Xue Fuqiao  <xfq.free@gmail.com>
1120         * erc.texi (Special Features): ERC is being maintained within
1121         Emacs now.
1123 2013-05-25  Xue Fuqiao  <xfq.free@gmail.com>
1125         * flymake.texi: Change from one space between sentences to two.
1127 2013-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1129         * cl.texi (Obsolete Macros): Describe replacements for `flet'
1130         (bug#14293).
1132 2013-04-16  Michael Albinus  <michael.albinus@gmx.de>
1134         * tramp.texi (Frequently Asked Questions): Precise, how to define
1135         an own ControlPath.
1137 2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
1139         * tramp.texi (Frequently Asked Questions): New item for
1140         ControlPath settings.
1142 2013-03-31  Jay Belanger  <jay.p.belanger@gmail.com>
1144         * calc.texi (Basic Operations on Units): Streamline some
1145         descriptions.
1147 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
1149         * eshell.texi (Built-ins): Update manual to mention tramp module.
1151 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
1153         * tramp.texi (Filename Syntax): Host names are not allowed to be
1154         any method name, unless method name is specified explicitly.
1155         Remove restriction on unibyte filenames.
1157         * trampver.texi: Update release number.
1159 2013-03-17  Paul Eggert  <eggert@cs.ucla.edu>
1161         doc: convert some TeX accents to UTF-8
1162         * emacs-mime.texi (Interface Functions): Use 'ï' rather than
1163         '@"{@dotless{i}}'.
1165 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
1167         Sync with Tramp 2.2.7.
1169         * trampver.texi: Update release number.
1171 2013-03-09  Jay Belanger  <jay.p.belanger@gmail.com>
1173         * calc.texi (Basic Operations on Units): Streamline some
1174         descriptions.
1176 2013-03-08  Glenn Morris  <rgm@gnu.org>
1178         * faq.texi (Top): Don't say this was updated @today.
1179         That's irrelevant and leads to spurious diffs.
1181 2013-03-08  Jay Belanger  <jay.p.belanger@gmail.com>
1183         * calc.texi (Basic Operations on Units):
1184         Fix cross-reference.
1186 2013-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1188         * gnus-faq.texi (FAQ 3-11): Now Gnus supports POP3 UIDL.
1190 2013-03-06  Alan Mackenzie  <acm@muc.de>
1192         * cc-mode.texi (Custom Line-Up): Clarify position of point on
1193         calling a line-up function.
1195 2013-03-04  Paul Eggert  <eggert@cs.ucla.edu>
1197         * emacs-mime.texi, htmlfontify.texi, mairix-el.texi, mh-e.texi:
1198         * ses.texi: Switch from Latin-1 to UTF-8.
1200 2013-03-03  Michael Albinus  <michael.albinus@gmx.de>
1202         * tramp.texi (External methods): Tramp does not connect Android
1203         devices by itself.
1205 2013-03-02  Bill Wohler  <wohler@newt.com>
1207         Release MH-E manual version 8.5.
1209         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
1210         release 8.5.
1212         * mh-e.texi (Preface, Conventions, Getting Started)
1213         (Using This Manual, Folder Selection, Viewing, Aliases)
1214         (Identities, Speedbar, Menu Bar, Tool Bar, Scan Line Formats)
1215         (Bug Reports, Mailing Lists, MH FAQ and Support, Getting MH-E):
1216         Update URLs.
1218 2013-03-01  Michael Albinus  <michael.albinus@gmx.de>
1220         * tramp.texi (Inline methods): Remove "ssh1", "ssh2", "plink1"
1221         and "plink2" entries.  "plink2" is obsolete for a long time.
1222         (External methods): Remove "scp1" and "scp2" entries.
1223         Explain user name and host name specification for "adb".
1225 2013-02-28  Michael Albinus  <michael.albinus@gmx.de>
1227         * tramp.texi (External methods): Mention `tramp-adb-program'.
1229 2013-02-28  Bastien Guerry  <bzg@gnu.org>
1231         * org.texi (Visibility cycling): Suggest to set
1232         `org-agenda-inhibit-startup' to nil if user wants the startup
1233         visibility settings to be honored in any circumstances.
1234         (Progress logging, Checkboxes): Fix typos.
1236 2013-02-28  Michael Albinus  <michael.albinus@gmx.de>
1238         * tramp.texi (top) [xxx, yyy, trampfn]: Provide two versions of
1239         the macros, for Texinfo 4.13 and 5.0.
1241 2013-02-24  Michael Albinus  <michael.albinus@gmx.de>
1243         Port Tramp documentation to Texinfo 5.0.
1244         * tramp.texi (top) [xxx, yyy, trampfn]: Remove superfluous @c.
1245         (Filename Syntax): Do not use @trampfn{} in @item.
1246         (Filename completion): Use @columnfractions in @multitable.
1248 2013-02-22  Glenn Morris  <rgm@gnu.org>
1250         * flymake.texi (Syntax check statuses): Fix multitable continued rows.
1252 2013-02-21  Paul Eggert  <eggert@cs.ucla.edu>
1254         * Makefile.in (html): New rule.
1256 2013-02-20  Michael Albinus  <michael.albinus@gmx.de>
1258         * tramp.texi (Android shell setup): Improve.  Reported by Thierry
1259         Volpiatto <thierry.volpiatto@gmail.com>.
1261 2013-02-16  Michael Albinus  <michael.albinus@gmx.de>
1263         * tramp.texi (Top, Configuration): Insert section `Android shell
1264         setup' in menu.
1265         (Android shell setup): New section.
1266         (Connection types, Default Method)
1267         (Frequently Asked Questions): Mention "scp" instead of "scpc".
1268         (External methods): Remove "scpc" and "rsyncc" entries.
1269         (Frequently Asked Questions): Remove entry about ControlPersist.
1271 2013-02-13  Glenn Morris  <rgm@gnu.org>
1273         * message.texi (News Headers): Don't mention yow any more.
1275 2013-02-09  Jay Belanger  <jay.p.belanger@gmail.com>
1277         * calc.texi (Basic Operations on Units):
1278         (Customizing Calc): Mention the variable `calc-allow-units-as-numbers'.
1280 2013-02-08  Aidan Gauland  <aidalgol@no8wireless.co.nz>
1282         * eshell.texi: Fill most of the missing sections.
1284 2013-02-07  Bastien Guerry  <bzg@gnu.org>
1286         * org.texi (References): Clarify an example.
1287         (Installation): Fix instructions.
1288         (Org-Plot): Fix link.
1289         (Checkboxes, Radio lists): Fix typos.
1291 2013-02-07  Glenn Morris  <rgm@gnu.org>
1293         * cl.texi (Equality Predicates): Mention memql.
1295 2013-02-07  Eric Ludlam  <zappo@gnu.org>
1297         * ede.texi (Creating a project): Make ede-new doc less
1298         specific, and only about items it supports, indicating that there
1299         might be more.  Remove refs to simple project and direct automake
1300         from ede new.
1301         (Simple projects): Re-write to not talk about ede-simple-project
1302         which is deprecated, and instead use the term to mean projects
1303         that don't do much management, just project wrapping.
1304         Add ede-generic-project link.
1305         (ede-generic-project): New node (bug#11441).
1307 2013-02-07  Glenn Morris  <rgm@gnu.org>
1309         * cl.texi (Equality Predicates): Fix eq/eql pedantry.
1311 2013-02-01  Glenn Morris  <rgm@gnu.org>
1313         * calc.texi (Help Commands): Update calc-view-news description.
1314         Mention etc/CALC-NEWS.
1316 2013-01-24  Michael Albinus  <michael.albinus@gmx.de>
1318         * tramp.texi (Filename Syntax): Filenames must be unibyte strings.
1320 2013-01-13  Bastien Guerry  <bzg@gnu.org>
1322         * org.texi (Installation): Simplify.
1324 2013-01-13  François Allisson  <francois@allisson.co>  (tiny change)
1326         * org.texi (Handling links): Update the mention to the obsolete
1327         variable `org-link-to-org-use-id' with a mention to the newer
1328         variable `org-id-link-to-org-use-id'.  Mention the need to load
1329         the org-id library.
1331 2013-01-10  Michael Albinus  <michael.albinus@gmx.de>
1333         * tramp.texi (Default Host): Introduce `tramp-default-host-alist'.
1335 2013-01-09  Bastien Guerry  <bzg@gnu.org>
1337         * org.texi (Pushing to MobileOrg): Add footnote about using
1338         symbolic links in `org-directory'.
1339         (Timestamps, Deadlines and scheduling): Use `diary-float' instead
1340         of the now obsolete alias `org-float'.
1341         (TODO basics): Add `org-use-fast-todo-selection' to the variable
1342         index.  Fix description of TODO keywords cycling.
1343         (Advanced features): Add missing argument for @item.
1344         (Storing searches): Add index entries and a note about
1345         *-tree agenda views.
1346         (Structure editing): Document `org-mark-element' and
1347         `org-mark-subtree'.
1348         (Tag inheritance): Document `org-agenda-use-tag-inheritance'.
1350 2013-01-08  Juri Linkov  <juri@jurta.org>
1352         * info.texi (Go to node): Mention the abbreviated format
1353         `(FILENAME)' equal to `(FILENAME)Top'.  (Bug#13365)
1355 2013-01-06  Andreas Schwab  <schwab@linux-m68k.org>
1357         * autotype.texi: Remove undefined command @subtitlefont.
1358         * cc-mode.texi: Likewise.
1360         * org.texi (Advanced features): Use `@w{ }' instead of `@ ' in
1361         @item argument.
1362         (Property searches): Use \\ instead of @backslashchar{}.
1363         * pgg.texi (VERSION): Move @set below @setfilename.
1365 2013-01-05  Andreas Schwab  <schwab@linux-m68k.org>
1367         * ada-mode.texi: Remove braces from @title argument.
1368         * eudc.texi: Likewise.
1369         * smtpmail.texi: Likewise.
1370         * auth.texi (VERSION): Set before first use.
1371         * emacs-gnutls.texi (VERSION): Likewise.
1372         * pgg.texi (VERSION): Likewise.
1373         * ede.texi (Top): Rename from top, all uses changed.
1374         * eshell.texi: Add missing argument to @sp.
1375         * forms.texi (Top): Reorder menu to match structure.
1376         * htmlfontify.texi (Customisation): Add missing @item in
1377         @enumerate.
1378         * org.texi (Advanced features): Add missing argument for @item.
1379         (Property searches): Use @backslashchar{} in macro argument.
1380         * pcl-cvs.texi: Add missing argument to @sp.
1381         (Movement commands): Fix use of @itemx.
1382         * vip.texi (Misc Commands, Viewing the Buffer): Likewise.
1383         * reftex.texi (Options (Creating Citations)): Add missing newline
1384         before @end.
1385         * tramp.texi (Obtaining Tramp): Remove extra dots.
1386         (Configuration): Reorder menu to match structure.
1387         (Remote shell setup): Replace literal NUL character by \0.
1388         * viper.texi (Marking): Add missing argument for @item.
1390 2013-01-04  Glenn Morris  <rgm@gnu.org>
1392         * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS):
1393         Add htmlfontify.
1394         (htmlfontify, $(buildinfodir)/htmlfontify$(INFO_EXT))
1395         (htmlfontify.dvi, htmlfontify.pdf): New targets.
1396         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add htmlfontify.
1397         ($(infodir)/htmlfontify$(INFO_EXT), htmlfontify.dvi): New targets.
1399         * htmlfontify.texi: Miscellaneous fixes and updates.
1400         Set copyright to FSF, update license to GFDL 1.3+.
1402 2013-01-04  Vivek Dasmohapatra  <vivek@etla.org>
1404         * htmlfontify.texi: New file.
1406 2013-01-02  Jay Belanger  <jay.p.belanger@gmail.com>
1408         * calc.texi (Free-Form Dates): Expand on the date reading
1409         algorithm.
1411 2012-12-27  Glenn Morris  <rgm@gnu.org>
1413         * viper.texi (Rudimentary Changes, Key Bindings, Key Bindings):
1414         Avoid some overfull lines.
1416         * widget.texi (Programming Example): Break some long lines.
1418         * wisent.texi (Wisent Overview): Fix xref.
1419         (Grammar format, Understanding the automaton): Avoid overfill.
1421         * bovine.texi (Optional Lambda Expression): Allow line break.
1423         * auth.texi (Help for users): Break long lines.
1425         * ada-mode.texi (Project file variables):
1426         Reword to reduce underfull hbox.
1427         (No project files, Use GNAT project file):
1428         Use smallexample to make some overfull lines less terrible.
1430         * autotype.texi, bovine.texi, ede.texi, eieio.texi, pcl-cvs.texi:
1431         Fix cross-references to separate manuals.
1433         * Makefile.in (gfdl): New variable.  Use throughout where
1434         appropriate so that targets depend on doclicense.texi.
1436 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1438         * gnus.texi (Customizing the IMAP Connection): Mention the other
1439         authenticators.
1441 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
1443         * gnus.texi (Browse Foreign Server):
1444         Document `gnus-browse-delete-group'.
1446 2012-12-22  Glenn Morris  <rgm@gnu.org>
1448         * ada-mode.texi, ebrowse.texi, ediff.texi, ert.texi, eshell.texi:
1449         * eudc.texi, idlwave.texi, pcl-cvs.texi, rcirc.texi, reftex.texi:
1450         * remember.texi, ses.texi, speedbar.texi, vip.texi, viper.texi:
1451         * widget.texi, wisent.texi: Nuke hand-written node pointers.
1453         * Makefile.in (gfdl): New variable.  Use throughout where
1454         appropriate so that targets depend on doclicense.texi.
1456 2012-12-22  Eli Zaretskii  <eliz@gnu.org>
1458         * makefile.w32-in ($(INFO_TARGETS), $(DVI_TARGETS)): Depend on
1459         doclicense.texi.  Remove doclicense.texi from all targets that
1460         mentioned it explicitly.
1461         ($(infodir)/woman$(INFO_EXT), woman.dvi): Depend on
1462         $(emacsdir)/emacsver.texi.
1463         ($(infodir)/erc$(INFO_EXT), erc.dvi): Don't depend on gpl.texi.
1465 2012-12-21  Glenn Morris  <rgm@gnu.org>
1467         * woman.texi (UPDATED, VERSION): Remove in favor of EMACSVER.
1468         Include emacsver.texi.  Nuke hand-written node pointers.
1469         * Makefile.in ($(buildinfodir)/woman$(INFO_EXT), woman.dvi, woman.pdf):
1470         Depend on emacsver.texi.
1472         * auth.texi, emacs-gnutls.texi, epa.texi, ert.texi:
1473         * gnus-coding.texi, info.texi, nxml-mode.texi, sasl.texi:
1474         May as well just include doclicense.texi in everything.
1476         * ede.texi, eieio.texi, mairix-el.texi: Include a copy of GFDL,
1477         which @copying says is included.
1479         * ada-mode.texi, auth.texi, autotype.texi, bovine.texi, calc.texi:
1480         * cc-mode.texi, cl.texi, dbus.texi, dired-x.texi, ebrowse.texi:
1481         * ede.texi, ediff.texi, edt.texi, eieio.texi, emacs-gnutls.texi:
1482         * emacs-mime.texi, epa.texi, erc.texi, ert.texi, eshell.texi:
1483         * eudc.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
1484         * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
1485         * newsticker.texi, nxml-mode.texi, pcl-cvs.texi, pgg.texi:
1486         * rcirc.texi, reftex.texi, remember.texi, sasl.texi, sc.texi:
1487         * semantic.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
1488         * srecode.texi, tramp.texi, url.texi, vip.texi, viper.texi:
1489         * widget.texi, wisent.texi, woman.texi: Do not mention buying
1490         copies from the FSF, which does not publish these manuals.
1492         * erc.texi: No need to include gpl in this small manual.
1494         * org.texi (copying): Include a copy of the GFDL.
1495         (GNU Free Documentation License): New section.
1497 2012-12-21  Bastien Guerry  <bzg@gnu.org>
1499         * org.texi: Fix typos.
1501 2012-12-16  Paul Eggert  <eggert@cs.ucla.edu>
1503         * calc.texi (ISO 8601): Rename from ISO-8601,
1504         as it's typically spelled without a hyphen.
1506 2012-12-16  Jay Belanger  <jay.p.belanger@gmail.com>
1508         * calc.texi (ISO-8601): New section.
1509         (Date Formatting Codes): Mention new codes.
1510         (Standard Date Formats): Mention new formats.
1512 2012-12-14  Michael Albinus  <michael.albinus@gmx.de>
1514         * tramp.texi (External methods): Move `adb' method here.
1516 2012-12-13  Glenn Morris  <rgm@gnu.org>
1518         * cl.texi (Modify Macros, Obsolete Macros): Now letf == cl-letf.
1520         * wisent.texi: Small edits.  Set copyright to FSF, update license to
1521         GFDL 1.3+.
1522         * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add wisent.
1523         (wisent, $(buildinfodir)/wisent$(INFO_EXT), wisent.dvi, wisent.pdf):
1524         New targets.
1525         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add wisent.
1526         ($(infodir)/wisent$(INFO_EXT), wisent.dvi): New targets.
1528         * bovine.texi: Small edits.  Set copyright to FSF, update license to
1529         GFDL 1.3+, remove empty index.
1530         * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add bovine.
1531         (bovine, $(buildinfodir)/bovine$(INFO_EXT), bovine.dvi, bovine.pdf):
1532         New targets.
1533         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add bovine.
1534         ($(infodir)/bovine$(INFO_EXT), bovine.dvi): New targets.
1536 2012-12-13  Eric Ludlam  <zappo@gnu.org>
1537             David Ponce  <david@dponce.com>
1538             Richard Kim  <emacs18@gmail.com>
1540         * bovine.texi, wisent.texi: New files, imported from CEDET trunk.
1542 2012-12-13  Glenn Morris  <rgm@gnu.org>
1544         * flymake.texi (Customizable variables, Locating the buildfile):
1545         Remove refs to flymake-buildfile-dirs, removed 2007-07-20.  (Bug#13148)
1547         * srecode.texi: Small edits.  Set copyright to FSF, add explicit
1548         GFDL 1.3+ license, fix up index.
1549         * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add srecode.
1550         (srecode, $(buildinfodir)/srecode$(INFO_EXT), srecode.dvi)
1551         (srecode.pdf): New targets.
1552         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add srecode.
1553         ($(infodir)/srecode$(INFO_EXT), srecode.dvi): New targets.
1555 2012-12-13  Eric Ludlam  <zappo@gnu.org>
1557         * srecode.texi: New file, imported from CEDET trunk.
1559 2012-12-13  Bastien Guerry  <bzg@gnu.org>
1561         * org.texi (Summary, Code block specific header arguments)
1562         (Code block specific header arguments)
1563         (Header arguments in function calls, var, noweb)
1564         (Results of evaluation, Code evaluation security):
1565         Small reformatting: add a blank line before some example.
1567         * org.texi (System-wide header arguments)
1568         (Header arguments in Org mode properties, Conflicts)
1569         (Dynamic blocks, Using the mapping API):
1570         Fix indentation of Elisp code examples.
1572         * org.texi (Comment lines): Fix description of the comment syntax.
1574         * org.texi (Installation): Mention "make test" in the correct section.
1576 2012-12-06  Paul Eggert  <eggert@cs.ucla.edu>
1578         * doclicense.texi, gpl.texi: Update to latest version from FSF.
1579         These are just minor editorial changes.
1581 2012-12-04  Michael Albinus  <michael.albinus@gmx.de>
1583         * tramp.texi (History): Mention ADB.
1584         (Inline methods): Add `adb' method.
1586 2012-12-03  Michael Albinus  <michael.albinus@gmx.de>
1588         * tramp.texi (Top, Obtaining Tramp): Replace CVS by Git.
1589         (External methods): Fix typo.
1591 2012-12-03  Glenn Morris  <rgm@gnu.org>
1593         * rcirc.texi (Notices): Fix typo.
1595 2012-11-25  Bill Wohler  <wohler@newt.com>
1597         Release MH-E manual version 8.4.
1599         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH, Preface):
1600         Update for release 8.4.
1602         * mh-e.texi (Sequences): Add mh-whitelist-preserves-sequences-flag.
1603         (Junk): Add mh-whitelist-preserves-sequences-flag,
1604         mh-blacklist-msg-hook, mh-whitelist-msg-hook,
1605         mh-folder-blacklisted, mh-folder-whitelisted (closes SF #2945712).
1607 2012-11-25  Paul Eggert  <eggert@cs.ucla.edu>
1609         * mh-e.texi (Procmail): Fix two @ typos.
1611 2012-11-24  Paul Eggert  <eggert@cs.ucla.edu>
1613         * doclicense.texi, gpl.texi: Update to latest version from FSF.
1614         These are just minor editorial changes.
1616 2012-11-23  Jay Belanger  <jay.p.belanger@gmail.com>
1618         * calc.texi (Date Formatting Codes): Mention the new beginning of
1619         the date numbering system.
1621 2012-11-22  Paul Eggert  <eggert@cs.ucla.edu>
1623         * calc.texi: Fix TeX issues with capitals followed by ".", "?", "!".
1624         (Date Forms): Correct off-by-one error in explanation of
1625         Julian day numbers.  Give Gregorian equivalent of its origin.
1627 2012-11-22  Jay Belanger  <jay.p.belanger@gmail.com>
1629         * calc.texi (Date Forms): Mention the customizable
1630         Gregorian-Julian switch.
1631         (Customizing Calc): Mention the variable `calc-gregorian-switch'.
1633 2012-11-17  Paul Eggert  <eggert@cs.ucla.edu>
1635         Calc now uses the Gregorian calendar for all dates (Bug#12633).
1636         It also uses January 1, 1 AD as its day number 1.
1637         * calc.texi (Date Forms): Document this.
1639 2012-11-16  Glenn Morris  <rgm@gnu.org>
1641         * cl.texi (Function Bindings): Clarify that cl-flet is lexical.
1642         (Obsolete Macros): Move example here from Function Bindings.
1644         * erc.texi: Use @code{nil} rather than just "nil".
1645         (Modules): Undocument obsolete "hecomplete".
1646         Add "notifications".
1647         (Connecting): Add brief section on passwords.
1648         (Options): Make a start by adding erc-hide-list, erc-lurker-hide-list.
1650 2012-11-13  Glenn Morris  <rgm@gnu.org>
1652         * flymake.texi (Customizable variables)
1653         (Highlighting erroneous lines): Mention flymake-error-bitmap,
1654         flymake-warning-bitmap, and flymake-fringe-indicator-position.
1656 2012-11-12  Vincent Belaïche  <vincentb1@users.sourceforge.net>
1658         * ses.texi: Doc for ses-rename-cell, ses-repair-cell-reference-all & ses-range.
1659         In all file place SES into @acronym{...}.
1660         (Advanced Features): Add key index and function index for
1661         ses-set-header-row.  Add description for function
1662         ses-rename-cell.  Add description for function
1663         ses-repair-cell-reference-all.
1664         (Ranges in formulas): Add description for ses-range flags.
1666 2012-11-12  Paul Eggert  <eggert@cs.ucla.edu>
1668         * texinfo.tex: Merge from gnulib.
1670 2012-11-10  Chong Yidong  <cyd@gnu.org>
1672         * url.texi (Introduction): Move url-configuration-directory to
1673         Customization node.
1674         (Parsed URIs): Split into its own node.
1675         (URI Encoding): New node.
1676         (Defining New URLs): Remove empty chapter.
1677         (Retrieving URLs): Add an introduction.  Doc fix for url-retrieve.
1678         Improve docs for url-queue-*.
1679         (Supported URL Types): Copyedits.  Delete empty subnodes.
1681         * url.texi (Introduction): Rename from Getting Started.
1682         Rewrite the introduction.
1683         (URI Parsing): Rewrite.  Omit the obsolete attributes slot.
1685 2012-11-10  Glenn Morris  <rgm@gnu.org>
1687         * cl.texi (Obsolete Setf Customization):
1688         Revert defsetf example to the more correct let rather than prog1.
1689         Give define-modify-macro, defsetf, and define-setf-method
1690         gv.el replacements.
1692         * cl.texi (Overview): Mention EIEIO here, as well as the appendix.
1693         (Setf Extensions): Remove obsolete reference.
1694         (Obsolete Setf Customization):
1695         Move note on lack of setf functions to lispref/variables.texi.
1696         Undocument get-setf-method, since it no longer exists.
1697         Mention simple defsetf replaced by gv-define-simple-setter.
1699 2012-11-03  Glenn Morris  <rgm@gnu.org>
1701         * cl.texi: Further general copyedits.
1702         (List Functions): Remove copy-tree, standard elisp for some time.
1703         (Efficiency Concerns): Comment out examples that no longer apply.
1704         (Compiler Optimizations): Rename from "Optimizing Compiler"; reword.
1705         (Creating Symbols, Random Numbers): De-emphasize internal
1706         variables cl--gensym-counter and cl--random-state.  (Bug#12788)
1707         (Naming Conventions, Type Predicates, Macros)
1708         (Predicates on Numbers): No longer mention cl-floatp-safe.
1710 2012-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1712         * gnus.texi (Mail Source Specifiers):
1713         Document :leave keyword used for pop mail source.
1715 2012-11-01  Glenn Morris  <rgm@gnu.org>
1717         * cl.texi: General copyedits for style, line-breaks, etc.
1718         (Time of Evaluation, Iteration): Add xref to Emacs Lisp manual.
1719         (Macro Bindings, Blocks and Exits):
1720         Acknowledge existence of lexical-binding.
1721         (Iteration): Mainly defer to doc of standard dolist, dotimes.
1723 2012-10-31  Glenn Morris  <rgm@gnu.org>
1725         * ert.texi (Introduction, The @code{should} Macro):
1726         Refer to "cl-assert" rather than "assert".
1728         * cl.texi (Function Bindings): Update for cl-flet and cl-labels.
1729         (Obsolete Lexical Binding): Rename section from "Lexical Bindings".
1730         (Obsolete Macros): Rename section from "Obsolete Lexical Macros".
1731         Reword, and add details of flet and labels.
1732         (Modify Macros, Function Bindings): Add some xrefs.
1734 2012-10-30  Glenn Morris  <rgm@gnu.org>
1736         * cl.texi (Modify Macros): Update for cl-letf changes.
1737         (Obsolete Lexical Macros): Say a little more about letf/cl-letf.
1738         (Setf Extensions): Partially restore note about cl-getf,
1739         mainly moved to lispref/variables.texi.
1740         (Property Lists): Fix cl-getf typos.
1741         (Mapping over Sequences): Mention cl-mapc naming oddity.
1743 2012-10-29  Glenn Morris  <rgm@gnu.org>
1745         * cl.texi (Organization): More details on cl-lib.el versus cl.el.
1746         (Setf Extensions): Remove `apply' setf since it seems to be disabled.
1747         (Customizing Setf): Move contents to "Obsolete Setf Customization".
1748         (Modify Macros, Multiple Values, Other Clauses):
1749         Remove mentions of obsolete features.
1750         (Obsolete Setf Customization): Don't mention `apply' setf.
1752 2012-10-28  Glenn Morris  <rgm@gnu.org>
1754         * cl.texi (Multiple Values, Common Lisp Compatibility):
1755         More namespace updates.
1756         (Obsolete Features): Copyedits.
1757         (Obsolete Lexical Macros, Obsolete Setf Customization):
1758         New subsections.
1760         * cl.texi (Porting Common Lisp, Lexical Bindings):
1761         Add some xrefs to the Elisp manual.
1763         * cl.texi (Lexical Bindings): Move to appendix of obsolete features.
1764         (Porting Common Lisp): Emacs Lisp can do true lexical binding now.
1765         (Obsolete Features): New appendix.  Move Lexical Bindings here.
1767 2012-10-27  Glenn Morris  <rgm@gnu.org>
1769         * cl.texi: Use defmac for macros rather than defspec.
1770         (Efficiency Concerns): Related copyedit.
1772         * cl.texi (Control Structure): Update for setf now being in core.
1773         (Setf Extensions): Rename from Basic Setf.  Move much of the
1774         former content to lispref/variables.texi.
1775         (Modify Macros): Move pop, push details to lispref/variables.texi.
1776         (Customizing Setf): Copyedits for setf etc being in core.
1777         (Modify Macros, Efficiency Concerns, Porting Common Lisp):
1778         Further namespaces updates.
1780 2012-10-26  Bastien Guerry  <bzg@gnu.org>
1782         * org.texi (Installation): Update the link to Org's ELPA.
1783         Also don't mention org-install.el anymore as the replacement file
1784         org-loaddefs.el is now loaded by org.el.
1786 2012-10-25  Michael Albinus  <michael.albinus@gmx.de>
1788         * tramp.texi (Frequently Asked Questions):
1789         Mention `tramp-completion-reread-directory-timeout' for performance
1790         improvement.
1792 2012-10-25  Glenn Morris  <rgm@gnu.org>
1794         * cl.texi: Don't mess with the TeX section number counter.
1795         Use Texinfo recommended convention for quotes+punctuation.
1796         (Overview, Sequence Functions): Rephrase for better line-breaking.
1797         (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings)
1798         (Macro Bindings, Conditionals, Iteration, Loop Basics)
1799         (Random Numbers, Mapping over Sequences, Structures)
1800         (Porting Common Lisp): Further updates for cl-lib namespace.
1801         (Modify Macros, Declarations, Macro Bindings, Structures):
1802         Break long lines in examples.
1803         (Dynamic Bindings): Update for changed progv behavior.
1804         (Loop Examples, Efficiency Concerns): Markup fixes.
1805         (Structures): Remove TeX margin change.
1806         (Declarations): Fix typos.
1808 2012-10-24  Glenn Morris  <rgm@gnu.org>
1810         * cl.texi (Overview, Multiple Values, Creating Symbols)
1811         (Numerical Functions): Say less/nothing about the original cl.el.
1812         (Old CL Compatibility): Remove.
1813         (Assertions): Remove ignore-errors (standard Elisp for some time).
1815         * cl.texi (Basic Setf, Macros, Declarations, Symbols, Numbers)
1816         (Sequences, Lists, Structures, Assertions, Efficiency Concerns)
1817         (Efficiency Concerns, Efficiency Concerns)
1818         (Common Lisp Compatibility, Old CL Compatibility):
1819         Further updates for cl-lib namespace.
1821 2012-10-24  Paul Eggert  <eggert@penguin.cs.ucla.edu>
1823         Update manual for new time stamp format (Bug#12706).
1824         * emacs-mime.texi (time-date): Update for new format.
1825         Also, fix bogus time stamp and modernize a bit.
1827 2012-10-23  Glenn Morris  <rgm@gnu.org>
1829         * cl.texi: Include emacsver.texi.  Use Emacs version number rather
1830         than unchanging cl.el version number.
1831         End all menu descriptions with a period.
1832         Do not use @dfn{CL} for every instance of "CL".
1833         (Overview): Remove no-runtime caveat, and note about foo* names.
1834         (Usage): Use cl-lib rather than cl.
1835         (Organization, Naming Conventions): Update for cl-lib.el.
1836         (Installation): Remove long-irrelevant node.
1837         (Program Structure, Predicates, Control Structure):
1838         Start updating for cl-lib namespace.
1839         * Makefile.in ($(buildinfodir)/cl$(INFO_EXT), cl.dvi, cl.pdf):
1840         Depend on emacsver.texi.
1842 2012-10-09  Michael Albinus  <michael.albinus@gmx.de>
1844         * trampver.texi: Update release number.
1846 2012-10-06  Glenn Morris  <rgm@gnu.org>
1848         * erc.texi: Include emacsver.texi, and use EMACSVER rather than
1849         ERC version.
1850         (Introduction): ERC is distributed with Emacs.
1851         (Obtaining ERC, Installation): Remove chapters, no longer relevant.
1852         (Getting Started): Simplify.
1853         (Getting Help and Reporting Bugs): Refer to general Emacs lists.
1854         (History): Mention ERC maintained as part of Emacs now.
1855         * Makefile.in ($(buildinfodir)/erc$(INFO_EXT), erc.dvi, erc.pdf):
1856         Add dependency on emacsver.texi.
1858         * erc.texi: Remove hand-written node pointers.
1860 2012-10-05  Glenn Morris  <rgm@gnu.org>
1862         * newsticker.texi (Overview, Requirements, Usage, Configuration):
1863         Copyedits.
1865 2012-10-01  Eric Ludlam  <zappo@gnu.org>
1867         * ede.texi (Quick Start, Project Local Variables)
1868         (Miscellaneous commands, ede-java-root, Development Overview)
1869         (Detecting a Project): New nodes.
1870         (Simple projects): Node deleted.
1872         * eieio.texi (Building Classes): Some slot attributes cannot be
1873         overridden.
1874         (Slot Options): Remove an example.
1875         (Method Invocation, Documentation): New nodes.
1877 2012-10-01  Glenn Morris  <rgm@gnu.org>
1879         * Makefile.in ($(buildinfodir)/reftex$(INFO_EXT)), reftex.dvi)
1880         (reftex.pdf): Add dependency on emacsver.texi.
1881         * reftex.texi: Don't include directory part for emacsver.texi;
1882         the Makefile's -I handles it.
1884 2012-09-30  Ralf Angeli  <angeli@caeruleus.net>
1886         Merge from standalone RefTeX repository.
1888         * reftex.texi: Express TeX, LaTeX, AUCTeX, BibTeX and RefTeX
1889         with macros.
1890         (Imprint): Mention Wolfgang in list of contributors.
1891         (Creating Citations): Give a hint about how to
1892         auto-revert the BibTeX database file when using external editors.
1893         (Referencing Labels): Simplify section about reference macro
1894         cycling.
1895         (Options (Referencing Labels)): Adapt to new structure of
1896         `reftex-ref-style-alist'.
1897         (Referencing Labels, Reference Styles): Document changes in the
1898         referencing functionality.
1899         (Commands): Mention options for definition of header and footer in
1900         BibTeX files.
1901         (Options (Creating Citations)): Document
1902         `reftex-create-bibtex-header' and `reftex-create-bibtex-footer'.
1903         (Reference Styles): New section.
1904         (varioref (LaTeX package), fancyref (LaTeX package)): Remove.
1905         (Options (Referencing Labels)): Remove descriptions of deprecated
1906         variables `reftex-vref-is-default' and `reftex-fref-is-default'.
1907         Add descriptions for `reftex-ref-style-alist' and
1908         `reftex-ref-style-default-list'.
1909         (Referencing Labels): Update regarding reference styles.
1910         (Citation Styles): Mention support for ConTeXt.
1911         (Options (Defining Label Environments)): Fix typo.
1912         (Options (Creating Citations)):
1913         Document `reftex-cite-key-separator'.
1915 2012-09-30  Achim Gratz  <Stromeko@Stromeko.DE>
1917         * org.texi: Add description of ORG_ADD_CONTRIB to info
1918         documentation.  Add link to Worg for more details.
1920         * org.texi: Clarify installation procedure.  Provide link to the
1921         build system description on Worg.
1923         * org.texi: Remove reference to utils/, x11idle.c is now in
1924         contrib/scripts.
1926         * org.texi: Re-normalize to "Org mode" in manual.
1928         * org.texi (Installation): Adapt documentation to new build
1929         system.  Mention GNU ELPA (since it needs to be handled like Emacs
1930         built-in Org).
1932 2012-09-30  Adam Spiers  <orgmode@adamspiers.org>  (tiny change)
1934         * org.texi: Fix typo in description of the 'Hooks' section.
1936         * org.texi: Add ID to the list of special properties.
1938 2012-09-30  Andrew Hyatt  <ahyatt@gmail.com>  (tiny change)
1940         * org.texi (Moving subtrees): Document the ability to archive to a
1941         datetree.
1943 2012-09-30  Bastien Guerry  <bzg@gnu.org>
1945         * org.texi (Installation, Feedback, Batch execution):
1946         Use (add-to-list 'load-path ... t) for the contrib dir.
1948         * org.texi (results): Update documentation for ":results drawer"
1949         and ":results org".
1951         * org.texi (Column width and alignment): Fix typo.
1953         * org.texi (Activation): Point to the "Conflicts" section.
1955         * org.texi (Conflicts): Mention filladapt.el in the list of
1956         conflicting packages.
1958         * org.texi (Activation): Adding org-mode to `auto-mode-alist' is
1959         not needed for versions of Emacs > 22.1.
1961         * org.texi (History and Acknowledgments): Fix typo.
1963         * org.texi (History and Acknowledgments): Add my own
1964         acknowledgments.
1966         * org.texi (Agenda commands): Document the new command and the new
1967         option.
1969         * org.texi (Agenda commands): Delete `org-agenda-action' section.
1970         (Agenda commands): Reorder.  Document `*' to toggle persistent
1971         marks.
1973         * org.texi (Agenda dispatcher):
1974         Mention `org-toggle-agenda-sticky'.
1975         (Agenda commands, Exporting Agenda Views): Fix typo.
1977         * org.texi (Templates in contexts, Setting Options): Update to
1978         reflect changes in how contexts options are processed.
1980         * org.texi (Templates in contexts): Document the new structure of
1981         the variables `org-agenda-custom-commands-contexts' and
1982         `org-capture-templates-contexts'.
1984         * org.texi (Templates in contexts): Document the new option
1985         `org-capture-templates-contexts'.
1986         (Storing searches): Document the new option
1987         `org-agenda-custom-commands-contexts'.
1989         * org.texi (Formula syntax for Lisp): Reformat.
1991         * org.texi (Special properties, Column attributes)
1992         (Agenda column view): Document the new special property
1993         CLOCKSUM_T.
1995         * org.texi (Template expansion): Document the new %l template.
1997         * org.texi (Fast access to TODO states): Fix documentation about
1998         allowed characters for fast todo selection.
2000         * org.texi (Weekly/daily agenda): Mention APPT_WARNTIME and its
2001         use in `org-agenda-to-appt'.
2003         * org.texi (Comment lines): Update wrt comments.
2005         * org.texi (Resolving idle time): Document new keybinding.
2007         * org.texi (Clocking commands): Document the use of S-M-<up/down>
2008         on clock timestamps.
2010         * org.texi (Fast access to TODO states): Explicitly says only
2011         letters are supported as fast TODO selection keys.
2013         * org.texi (Link abbreviations): Illustrate the use of the "%h"
2014         specifier.  Document the new "%(my-function)" specifier.
2016         * org.texi (Clocking commands): New cindex.
2017         (Clocking commands): Update documentation for `org-clock-in'.
2018         Document `org-clock-in-last'.  Mention `org-clock-out' and
2019         `org-clock-in-last' as commands that can be globally bound.
2020         (Resolving idle time): Document continuous clocking.
2022         * org.texi (Top, Introduction): Fix formatting.
2023         (Activation): Add index entries.
2024         (Conventions): Update section.
2025         (Embedded @LaTeX{}): Fix formatting.
2027         * org.texi (Visibility cycling): Document `show-children'.
2029         * org.texi (Using capture): Mention the `org-capture-last-stored'
2030         bookmark as a way to jump to the last stored capture.
2032         * org.texi (Uploading files): Fix typo.
2034         * org.texi (Using capture): Document `C-0' as a prefix argument
2035         for `org-capture'.
2037         * org.texi (Agenda commands): Document persistent marks.
2039         * org.texi (Template expansion): Update doc to reflect change.
2041         * org.texi (Radio tables): Document the :no-escape parameter.
2043         * org.texi (Repeated tasks): Document repeat cookies for years,
2044         months, weeks, days and hours.
2046         * org.texi (Export options): State that you can use the d: option
2047         by specifying a list of drawers.
2049         * org.texi (HTML preamble and postamble): Small doc improvement.
2051 2012-09-30  Brian van den Broek  <vanden@gmail.com>  (tiny change)
2053         * org.texi: The sections in the Exporting section of the manual
2054         left out articles in the description of the org-export-as-*
2055         commands, among other places.  This patch adds them, adds a few
2056         missing prepositions, and switches instances of "an HTML" to "a
2057         html" for internal consistency.
2059         * org.texi: Alter several examples of headings with timestamps in
2060         them to include the timestamps in the body instead of the heading.
2062 2012-09-30  Carsten Dominik  <carsten.dominik@gmail.com>
2064         * org.texi (Agenda dispatcher): Document sticky agenda views and
2065         the new key for them.
2067 2012-09-30  Charles  <millarc@verizon.net>  (tiny change)
2069         * org.texi (Advanced features): Fix error in table.
2071 2012-09-30  Feng Shu  <tumashu@gmail.com>
2073         * org.texi (@LaTeX{} fragments): Document imagemagick as an
2074         alternative to dvipng.
2076 2012-09-30  François Allisson  <francois@allisson.co>  (tiny change)
2078         * org.texi: Remove extra curly bracket.
2080 2012-09-30  Giovanni Ridolfi  <giovanni.ridolfi@yahoo.it>  (tiny change)
2082         * org.texi (org-clock-in-last and org-clock-cancel): Update the
2083         defkeys.
2085 2012-09-30  Ippei FURUHASHI  <top.tuna+orgmode@gmail.com>  (tiny change)
2087         * org.texi (Agenda commands): Fix two typos by giving
2088         corresponding function names, according to
2089         `org-agenda-view-mode-dispatch'.
2091 2012-09-30  Jan Böcker  <jan.boecker@jboecker.de>
2093         * org.texi (The spreadsheet): Fix typo.
2095 2012-09-30  Memnon Anon  <gegendosenfleisch@gmail.com>  (tiny change)
2097         * org.texi (Tracking your habits): Point to the "Tracking TODO
2098         state changes" section.
2100 2012-09-30  Nicolas Goaziou  <n.goaziou@gmail.com>
2102         * org.texi (Literal examples): Remove reference to unknown
2103         `org-export-latex-minted' variable.  Also simplify footnote since
2104         `org-export-latex-listings' documentation is exhaustive already.
2106         * org.texi (Plain lists): Remove reference to now hard-coded
2107         `bullet' automatic rule.
2109 2012-09-30  Toby S. Cubitt  <tsc25@cantab.net>
2111         * org.texi: Updated documentation accordingly.
2113 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
2115         * texinfo.tex: Merge from gnulib.
2117 2012-09-12  Michael Albinus  <michael.albinus@gmx.de>
2119         Sync with Tramp 2.2.6.
2121         * tramp.texi (Bug Reports): Cleanup caches before a test run.
2123         * trampver.texi: Update release number.
2125 2012-09-12  Paul Eggert  <eggert@cs.ucla.edu>
2127         * texinfo.tex: Merge from gnulib.
2129 2012-08-06  Aurélien Aptel  <aurelien.aptel@gmail.com>
2131         * url.texi (Parsed URLs): Adjust to the code's use of defstruct
2132         (bug#12096).
2134 2012-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
2136         * calc.texi (Simplification modes, Conversions)
2137         (Operating on Selections): Mention "basic" simplification.
2138         (The Calc Mode Line): Mention the mode line display for Basic
2139         simplification mode.
2140         (Simplify Formulas): Refer to 'algebraic' rather than 'default'
2141         simplifications.
2142         (Basic Simplifications): Rename from "Limited Simplifications"
2143         Replace "limited" by "basic" throughout.
2144         (Algebraic Simplifications): Indicate that the algebraic
2145         simplifications are done by default.
2146         (Unsafe Simplifications): Mention `m E'.
2147         (Simplification of Units): Mention `m U'.
2148         (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
2149         (Kinds of Declarations, Functions for Declarations):
2150         Mention "algebraic simplifications" instead of `a s'.
2151         (Algebraic Entry): Remove mention of default simplifications.
2153 2012-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
2155         * calc.texi (Getting Started, Tutorial): Change simulated
2156         Calc output to match actual output.
2157         (Simplifying Formulas): Mention that algebraic simplification is now
2158         the default.
2160 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
2162         * faq.texi (Right-to-left alphabets): Update for Emacs 24.
2163         (Bug#12073)
2165 2012-07-25  Paul Eggert  <eggert@cs.ucla.edu>
2167         Prefer typical American spelling for "acknowledgment".
2168         * calc.texi (History and Acknowledgments): Rename from
2169         History and Acknowledgements.
2170         * idlwave.texi (Acknowledgments):
2171         * ses.texi (Acknowledgments):
2172         * woman.texi (Acknowledgments): Rename from Acknowledgements.
2174 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
2176         Rename configure.in to configure.ac (Bug#11603).
2177         * ede.texi (Compiler and Linker objects, ede-proj-project)
2178         (ede-step-project): Prefer the name configure.ac to configure.in.
2180 2012-07-06  Michael Albinus  <michael.albinus@gmx.de>
2182         * tramp.texi (Multi-hops):
2183         Introduce `tramp-restricted-shell-hosts-alist'.
2185 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2187         * gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
2188         methods, so don't mention smtpmail here.
2190 2012-06-26  Wolfgang Jenkner  <wjenkner@inode.at>
2192         * gnus.texi (Picons): Document gnus-picon-properties.
2194 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2196         * gnus.texi: Remove mention of compilation, as that's no longer
2197         supported.
2199 2012-06-26  Christopher Schmidt  <christopher@ch.ristopher.com>
2201         * gnus.texi (Archived Messages): Mention
2202         gnus-gcc-pre-body-encode-hook and gnus-gcc-post-body-encode-hook.
2204 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
2206         * gnus.texi (Various Summary Stuff):
2207         Remove mention of `gnus-propagate-marks'.
2209 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
2211         * gnus.texi: Remove mentions of nnml/nnfolder/nntp backend marks,
2212         which no longer exist.
2214 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2216         * gnus.texi (Archived Messages):
2217         Document gnus-gcc-self-resent-messages.
2219 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
2221         * message.texi (Mail Variables):
2222         Mention the optional user parameter for X-Message-SMTP-Method.
2224 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
2226         * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
2228         * message.texi (Mail Variables): Document X-Message-SMTP-Method.
2230 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
2232         * gnus.texi (Key Index): Change encoding to utf-8.
2234 2012-06-21  Glenn Morris  <rgm@gnu.org>
2236         * Makefile.in: Rename infodir to buildinfodir throughout.  (Bug#11737)
2238 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2240         * gnus.texi (Group Timestamp): Mention where to find documentation for
2241         the `gnus-tmp-' variables (bug#11601).
2243 2012-06-11  Michael Albinus  <michael.albinus@gmx.de>
2245         Sync with Tramp 2.2.6-pre.
2247         * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{}
2248         where appropriate.
2249         (Ad-hoc multi-hops): New section.
2250         (Remote processes): New subsection "Running remote processes on
2251         Windows hosts".
2252         (History): Add remote commands on Windows, and ad-hoc multi-hop
2253         methods.
2254         (External methods): "ControlPersist" must be set to "no" for the
2255         `scpc' method.
2256         (Remote processes): Add a note about `auto-revert-tail-mode'.
2257         (Frequently Asked Questions): Use "scpx" in combination with
2258         "ControlPersist".  Reported by Adam Spiers <emacs@adamspiers.org>.
2260         * trampver.texi: Update release number.
2262 2012-06-10  Chong Yidong  <cyd@gnu.org>
2264         * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo
2265         compilation for html-mono.
2267 2012-06-08  Paul Eggert  <eggert@cs.ucla.edu>
2269         * texinfo.tex: Merge from gnulib.
2271 2012-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2273         * Makefile.in (echo-info): Don't try to install info files named
2274         just ".info".
2276 2012-05-28  Glenn Morris  <rgm@gnu.org>
2278         * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX.  (Bug#10910)
2280         * sc.texi: Nuke hand-written node pointers.
2281         Fix top-level menu to match actual node order.
2283 2012-05-27  Glenn Morris  <rgm@gnu.org>
2285         * cl.texi, dired-x.texi: Nuke hand-written node pointers.
2286         Some associated fixes, including not messing with chapno in cl.texi.
2288 2012-05-27  Bastien Guerry  <bzg@gnu.org>
2290         * org.texi (Durations and time values): Fix typo.
2292 2012-05-26  Paul Eggert  <eggert@cs.ucla.edu>
2294         * texinfo.tex: Update from gnulib.
2296 2012-05-19  Jay Belanger  <jay.p.belanger@gmail.com>
2298         * calc.texi (Basic Operations on Units, Customizing Calc):
2299         Mention `calc-ensure-consistent-units'.
2301 2012-05-14  Andreas Schwab  <schwab@linux-m68k.org>
2303         * cc-mode.texi: Avoid space before macro in 4th argument of cross
2304         reference commands.  (Bug#11461)
2306         * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
2308 2012-05-12  Glenn Morris  <rgm@gnu.org>
2310         * Makefile.in (mostlyclean): Add more TeX intermediates.
2312         * Makefile.in: Make it look more like the other doc Makefiles.
2313         Use explicit $srcdir in all dependencies.
2314         Remove cd $srcdir from rules.
2315         (VPATH): Remove.
2316         (infodir): Set to an absolute path.
2317         (INFO_TARGETS): Use short names.
2318         (mkinfodir): infodir is now absolute.
2319         (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
2321         * Makefile.in (info.info): Rename from info, to avoid duplication.
2322         (.SUFFIXES): Disable implicit rules.
2324         * Makefile.in (MKDIR_P): New, set by configure.
2325         (mkinfodir): Use $MKDIR_P.
2327 2012-05-07  Glenn Morris  <rgm@gnu.org>
2329         * forms.texi (Long Example): Update for changed location of files.
2331 2012-05-04  Glenn Morris  <rgm@gnu.org>
2333         * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
2334         (INFO_TARGETS): Use $INFO_EXT.
2335         Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
2336         * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
2337         (INFO_TARGETS): Use $INFO_EXT.
2338         Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
2340 2012-05-02  Glenn Morris  <rgm@gnu.org>
2342         * Makefile.in (echo-info): New phony target, used by top-level.
2344         * viper.texi: Make direntry shorter (also it is no longer "newest").
2346         * emacs-gnutls.texi, ert.texi, org.texi:
2347         Fix dircategory, direntry to match info/dir.
2349         * faq.texi: Convert @inforefs to @xrefs.
2350         Fix some malformed cross-references.
2351         (File-name conventions): Shorten section name to avoid overfull line.
2352         (How to add fonts): Use smallexample to avoid overfull lines.
2354 2012-05-01  Teodor Zlatanov  <tzz@lifelogs.com>
2356         * auth.texi (Help for users): Update for .gpg file being second.
2358 2012-04-27  Ippei Furuhashi  <top.tuna+orgmode@gmail.com>  (tiny change)
2360         * org.texi (Agenda commands): Fix two typos: give corresponding
2361         function names, according to `org-agenda-view-mode-dispatch'.
2363 2012-04-27  Glenn Morris  <rgm@gnu.org>
2365         * faq.texi (Major packages and programs): Remove section.
2366         There is no point listing 6 packages (cf etc/MORE.STUFF).
2367         (Finding Emacs and related packages): Move "Spell-checkers" here.
2369 2012-04-22  Michael Albinus  <michael.albinus@gmx.de>
2371         * dbus.texi (Version): New node.
2372         (Properties and Annotations): Mention the object manager
2373         interface.  Describe dbus-get-all-managed-objects.
2374         (Type Conversion): Floating point numbers are allowed, if an
2375         anteger does not fit Emacs's integer range.
2376         (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
2377         (Asynchronous Methods): Fix description of
2378         dbus-call-method-asynchronously.
2379         (Receiving Method Calls): Fix some minor errors.
2380         Add dbus-interface-emacs.
2381         (Signals): Describe unicast signals and the new match rules.
2382         (Alternative Buses): Add the PRIVATE optional argument to
2383         dbus-init-bus.  Describe its new return value.  Add dbus-setenv.
2385 2012-04-20  Glenn Morris  <rgm@gnu.org>
2387         * faq.texi (New in Emacs 24): New section.
2388         (Packages that do not come with Emacs): Mention M-x list-packages.
2390 2012-04-14  Alan Mackenzie  <acm@muc.de>
2392         * cc-mode.texi (c-offsets-alist): Correct a typo.
2394 2012-04-14  Jérémie Courrèges-Anglas  <jca@wxcvbn.org>  (tiny change)
2396         * org.texi (Deadlines and scheduling): Fix the example: the
2397         DEADLINE item should come right after the headline.  We enforce
2398         this convention, so it is a bug not to illustrate it correctly in
2399         the manual.
2401 2012-04-14  Ippei FURUHASHI  <top.tuna+orgmode@gmail.com>  (tiny change)
2403         * org.texi (Agenda commands): Fix documentation bug by swapping
2404         the equivalent keybindings to `org-agenda-next-line' with the ones
2405         to `org-agenda-previous-line'.
2407 2012-04-14  Glenn Morris  <rgm@gnu.org>
2409         * Makefile.in: Replace non-portable use of $< in ordinary rules.
2411 2012-04-09  Eli Zaretskii  <eliz@gnu.org>
2413         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean):
2414         Add emacs-gnutls.
2415         ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
2417 2012-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
2419         * Makefile.in: Add emacs-gnutls.texi to build.
2421         * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
2423 2012-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
2425         * auth.texi (Secret Service API): Edit further and give examples.
2426         (Secret Service API): Adjust @samp to @code for collection names.
2428 2012-04-04  Glenn Morris  <rgm@gnu.org>
2430         * auth.texi (Secret Service API): Copyedits.
2431         (Help for developers): Fill in some missing function doc-strings.
2432         (Help for users, Help for developers)
2433         (GnuPG and EasyPG Assistant Configuration): Markup fixes.
2435 2012-04-04  Michael Albinus  <michael.albinus@gmx.de>
2437         * auth.texi (Secret Service API): Add the missing text.
2439 2012-04-04  Chong Yidong  <cyd@gnu.org>
2441         * message.texi (Using PGP/MIME): Note that epg is now the default.
2443         * gnus.texi: Reduce references to obsolete pgg library.
2444         (Security): Note that epg is now the default.
2446         * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
2448         * nxml-mode.texi (Completion): C-RET is no longer bound to
2449         nxml-complete.
2451 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
2453         * org.texi (Customizing tables in ODT export): Correct few errors.
2455 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
2457         * org.texi (Links in ODT export): Update.
2458         (Labels and captions in ODT export): New node.
2460 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
2462         * org.texi (Literal examples in ODT export): htmlfontify.el in
2463         Emacs-24.1 now supports fontification.  So ODT source blocks will
2464         be fontified by default.
2466 2012-04-01  Julian Gehring  <julian.gehring@googlemail.com>  (tiny change)
2468         * org.texi (Refiling notes): Remove duplicated keybinding.
2470 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
2472         * org.texi (noweb): Documentation of this new option to the :noweb
2473         header argument.
2475 2012-04-01  Suvayu Ali  <fatkasuvayu+linux@gmail.com>
2477         * org.texi (Header and sectioning): Add example demonstrating how
2478         to use "LaTeX_CLASS_OPTIONS".
2480 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
2482         * org.texi (Noweb reference syntax): Describe the ability to
2483         execute noweb references in the manual.
2485 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
2487         * org.texi (cache): Improve cache documentation when session
2488         evaluation is used.
2490 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
2492         * org.texi (Plain lists): Document removal.
2494 2012-04-01  Michael Brand  <michael.ch.brand@gmail.com>
2496         * org.texi: Decapitalize file name in references to Calc manual.
2498 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
2500         * org.texi (Plain lists): Document removal.
2502 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
2504         * org.texi (Top, OpenDocument Text export)
2505         (ODT export commands, Extending ODT export)
2506         (Images in ODT export, Tables in ODT export)
2507         (Configuring a document converter): Add or Update.
2509 2012-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
2511         * org.texi (MobileOrg): Change the wording to reflect that the
2512         Android Version is no longer just the little brother of the iOS
2513         version.
2515 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
2517         * org.texi (Key bindings and useful functions): Update babel key
2518         binding documentation in manual.
2520 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
2522         * org.texi (noweb): Document new noweb header value.
2524 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
2526         * org.texi (noweb-sep): Document new header argument.
2528 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
2530         * org.texi (noweb-ref): Documentation of this new custom variable.
2532 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
2534         * org.texi (wrap): Update the new :wrap documentation to match the
2535         current implementation.
2537 2012-04-01  Thomas Dye  <dk@poto.myhome.westell.com>
2539         * org.texi: Added documentation for :wrap.
2541 2012-04-01  Thomas Dye  <dk@poto.myhome.westell.com>
2543         * org.texi: #+RESULTS now user-configurable.
2545 2012-04-01  Thomas Dye  <dk@poto.myhome.westell.com>
2547         * org.texi: Documented :noweb no-export.
2549 2012-04-01  Thomas Dye  <dk@poto.local>
2551         * org.texi: Edit :noweb no header argument for correctness.
2553 2012-04-01  Bastien Guerry  <bzg@gnu.org>
2555         * org.texi (Customization): Update the approximate number of Org
2556         variables.
2558 2012-04-01  Thomas Dye  <dk@poto.local>
2560         * org.texi: The :results wrap produces a drawer instead of a
2561         begin_results block.
2563 2012-03-22  Peder O. Klingenberg  <peder@klingenberg.no>  (tiny change)
2565         * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
2566         reflect the new default.
2568 2012-03-10  Eli Zaretskii  <eliz@gnu.org>
2570         * info.texi (Expert Info): Move the index entry for "Texinfo" from
2571         "Getting Started" to this node.  (Bug#10450)
2573 2012-03-10  Chong Yidong  <cyd@gnu.org>
2575         * flymake.texi (Example -- Configuring a tool called via make):
2576         Mention the Automake COMPILE variable (Bug#8715).
2578         * info.texi (Getting Started): Add an index entry (Bug#10450).
2580 2012-03-02  Michael Albinus  <michael.albinus@gmx.de>
2582         * dbus.texi (Signals): Known names will be mapped onto unique
2583         names, when registering for signals.
2585 2012-02-29  Glenn Morris  <rgm@gnu.org>
2587         * url.texi: Fix quote usage in body text.
2589         * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
2591         * cl.texi: Use @code{} in menus when appropriate.
2593 2012-02-28  Glenn Morris  <rgm@gnu.org>
2595         * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
2596         * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
2597         * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
2598         * org.texi, sc.texi, vip.texi, viper.texi:
2599         Standardize possessive apostrophe usage.
2601 2012-02-26  Chong Yidong  <cyd@gnu.org>
2603         * ediff.texi (Quick Help Commands): Add a couple of index entries
2604         (Bug#10834).
2606 2012-02-17  Glenn Morris  <rgm@gnu.org>
2608         * gnus.texi (Posting Styles):
2609         * remember.texi (Org): Fix cross-refs to other manuals.
2611 2012-02-15  Glenn Morris  <rgm@gnu.org>
2613         * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
2614         (Encryption): New chapter, split out from previous.
2616 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2618         * gnus.texi (Customizing the IMAP Connection):
2619         Mention nnimap-record-commands.
2621 2012-02-10  Glenn Morris  <rgm@gnu.org>
2623         * url.texi (Retrieving URLs): Update url-retrieve arguments.
2624         Mention url-queue-retrieve.
2626 2012-02-09  Glenn Morris  <rgm@gnu.org>
2628         * sem-user.texi (Semantic mode user commands): Typo fix.
2630         * info.texi (Create Info buffer): Mention info-display-manual.
2632 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2634         * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
2635         example (modified from an example by Michael Albinus).
2637 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2639         * gnus.texi (Agent Basics): Fix outdated description of
2640         `gnus-agent-auto-agentize-methods'.
2642 2012-01-28  Andreas Schwab  <schwab@linux-m68k.org>
2644         * cc-mode.texi: Always @defindex ss.
2645         (Config Basics): Fix argument of @itemize.
2646         (Macro Backslashes): Add @code around index entry.
2648 2012-01-23  Glenn Morris  <rgm@gnu.org>
2650         * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
2652 2012-01-19  Eric Hanchrow  <eric.hanchrow@gmail.com>
2654         * tramp.texi (File): Tweak wording for the `scpc' option.
2656 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2658         * gnus.texi (Group Parameters): Really note precedence.
2660 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2662         * gnus.texi (Group Parameters): Note precedence.
2664 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
2666         * org.texi (Noweb reference syntax): Adding documentation of
2667         the `*org-babel-use-quick-and-dirty-noweb-expansion*'
2668         variable.
2670 2012-01-03  Bastien Guerry  <bzg@gnu.org>
2672         * org.texi (Plain lists): Split the table to fix the display
2673         of items.
2675 2012-01-03  Bastien Guerry  <bzg@gnu.org>
2677         * org.texi (Plain lists): Fix misplaced explanation.
2679 2012-01-03  Bastien Guerry  <bzg@gnu.org>
2681         * org.texi (Plain lists, Agenda files): Add index entries.
2683 2012-01-03  Julian Gehring  <julian.gehring@googlemail.com>
2685         * org.texi: Use "Org mode" instead of alternatives like
2686         "Org-mode" or "org-mode".
2688 2012-01-03  Bernt Hansen  <bernt@norang.ca>
2690         * org.texi (Agenda commands):
2691         Document `org-clock-report-include-clocking-task'.
2693 2012-01-03  Bastien Guerry  <bzg@gnu.org>
2695         * org.texi (Checkboxes): Document the new behavior of `C-u C-c
2696         C-c' on checkboxes.
2698 2012-01-03  Julian Gehring  <julian.gehring@googlemail.com>
2700         * org.texi: End sentences with two spaces.
2702 2012-01-03  Michael Brand  <michael.ch.brand@gmail.com>
2704         * org.texi (External links): Document the link types file+sys
2705         and file+emacs, slightly narrow used page width.
2707 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
2709         * org.texi (colnames): Note that colnames behavior may differ
2710         across languages.
2712 2012-01-03  Bastien Guerry  <bzg@gnu.org>
2714         * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
2716 2012-01-03  Thomas Dye  <dk@poto.westell.com>
2718         * org.texi: Augmented discussion of babel property
2719         inheritance.  Put footnote outside sentence ending period.
2721 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
2723         * org.texi (eval): Documenting the full range of :eval header
2724         argument values.
2726 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
2728         * org.texi (eval): Documentation of the new :eval option.
2730 2012-01-03  Thomas Dye  <dk@poto.local>
2732         * org.texi: Add accumulated properties.
2734 2012-01-03  Thomas Dye  <dk@poto.local>
2736         * org.texi: Documented no spaces in name=assign, another
2737         correction to :var table.
2739 2012-01-03  Thomas Dye  <dk@poto.local>
2741         * org.texi: Changed DATA to NAME in Working With Source Code
2742         section.
2744 2012-01-03  Tom Dye  <tsd@tsdye.com>
2746         * org.texi: Minor change to :var table.
2748 2012-01-03  Tom Dye  <tsd@tsdye.com>
2750         * org.texi: More changes to :var table (some examples were wrong).
2752 2012-01-03  Tom Dye  <tsd@tsdye.com>
2754         * org.texi: Cleaned up :var table.
2756 2012-01-03  Bastien Guerry  <bzg@gnu.org>
2758         * org.texi (Timestamps, Weekly/daily agenda)
2759         (Weekly/daily agenda): Add @cindex for "appointment".
2761 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
2763         * org.texi (Literal examples): A new link to the template for
2764         inserting empty code blocks.
2765         (Structure of code blocks): A new link to the template for
2766         inserting empty code blocks.
2768 2012-01-03  Rafael Laboissiere  <rafael@laboissiere.net>  (tiny change)
2770         * org.texi (External links): Add footnote on how the behavior
2771         of the text search in Org files are controled by the variable
2772         `org-link-search-must-match-exact-headline'.
2774 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
2776         * org.texi (Buffer-wide header arguments):
2777         Update documentation to reflect removal of #+PROPERTIES.
2779 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
2781         * org.texi (The clock table): Mention that ACHIVED trees
2782         contribute to the clock table.
2784 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
2786         * org.texi (Conflicts): Better yasnippet config info.
2788 2012-01-03  Bastien Guerry  <bzg@gnu.org>  (tiny change)
2790         * org.texi (Selective export): Explicitly mention the default
2791         values for `org-export-select-tags',
2792         `org-export-exclude-tags'.
2794 2012-01-03  Tom Dye  <tsd@tsdye.com>
2796         * org.texi: Added a line to specify that header arguments are
2797         lowercase.
2799 2012-01-03  Tom Dye  <tsd@tsdye.com>
2801         * org.texi: :var requires default value when declared.
2803 2012-01-03  Bastien Guerry  <bzg@gnu.org>
2805         * org.texi (Handling links): Add a note about the
2806         `org-link-frame-setup' option.
2808 2012-01-03  David Maus  <dmaus@ictsoc.de>
2810         * org.texi (Exporting Agenda Views, Extracting agenda
2811         information): Fix command line syntax, quote symbol parameter
2812         values.
2814 2012-01-03  David Maus  <dmaus@ictsoc.de>
2816         * org.texi (Exporting Agenda Views): Fix command line syntax.
2818 2011-12-28  Paul Eggert  <eggert@cs.ucla.edu>
2820         * gnus.texi (Mail Source Customization, Mail Back End Variables):
2821         Use octal notation for file permissions, which are normally
2822         thought of in octal.
2823         (Mail Back End Variables): Use more-plausible modes in example.
2825 2011-12-20  Alan Mackenzie  <acm@muc.de>
2827         * cc-mode.texi: Update version string 5.31 -> 5.32.
2829 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
2831         * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
2833 2011-11-24  Glenn Morris  <rgm@gnu.org>
2835         * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
2837 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
2839         * makefile.w32-in: Update dependencies.
2841 2011-11-20  Glenn Morris  <rgm@gnu.org>
2843         * gnus.texi (Group Information):
2844         Remove gnus-group-fetch-faq, command deleted 2010-09-24.
2846 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
2848         * gnus-coding.texi (Gnus Maintenance Guide):
2849         Rename from "Gnus Maintainance Guide".
2851         * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
2852         * eieio.texi (Customizing):
2853         * gnus.texi (Article Washing):
2854         * gnus-news.texi:
2855         * sem-user.texi (Smart Jump): Fix typos.
2857 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
2859         * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
2861 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
2863         * ede.texi (project-am-texinfo):
2864         * gnus.texi (Sending or Not Sending):
2865         * org.texi (Template elements): Fix typos.
2867 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
2869         * ediff.texi (Hooks):
2870         * sem-user.texi (Semanticdb Roots): Fix typos.
2872 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
2874         * semantic.texi (Tag handling): Fix typo.
2876 2011-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2878         * gnus.texi (Other Gnus Versions): Remove.
2880 2011-10-28  Alan Mackenzie  <acm@muc.de>
2882         * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
2883         (Other Special Indentations): Add an xref to "Macros with ;".
2884         (Customizing Macros): Add stuff about syntax in macros.  Add an xref to
2885         "Macros with ;".
2886         (Macros with ;): New page.
2888         * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
2889         Document the new handling of nested scopes for movement by defuns.
2891 2011-10-23  Michael Albinus  <michael.albinus@gmx.de>
2893         Sync with Tramp 2.2.3.
2895         * trampver.texi: Update release number.
2897 2011-10-14  Glenn Morris  <rgm@gnu.org>
2899         * ert.texi (Introduction, How to Run Tests)
2900         (Running Tests Interactively, Expected Failures)
2901         (Tests and Their Environment, Useful Techniques)
2902         (Interactive Debugging, Fixtures and Test Suites):
2903         Minor rephrasings.
2904         (Running Tests Interactively, The @code{should} Macro): Add xrefs.
2905         (Running Tests in Batch Mode): Simplify loading instructions.
2906         (Test Selectors): Clarify some selectors.
2907         (Expected Failures, Useful Techniques):
2908         Make examples fit in 80 columns.
2910 2011-10-13  Jay Belanger  <jay.p.belanger@gmail.com>
2912         * calc.texi (Basic Operations on Units): Discuss temperature
2913         conversion (`u t') alongside with other unit conversions ('u c').
2915 2011-10-12  Glenn Morris  <rgm@gnu.org>
2917         * ert.texi: Whitespace trivia to make main menu items line up better.
2919 2011-10-08  Glenn Morris  <rgm@gnu.org>
2921         * Makefile.in: Fix ert rules.
2923 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2925         * gnus.texi (Gnus Utility Functions): Add more references and
2926         explanations (bug#9683).
2928 2011-09-26  Paul Eggert  <eggert@cs.ucla.edu>
2930         * texinfo.tex: Merge from gnulib.
2932 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2934         * gnus.texi (Archived Messages): Note the default (bug#9552).
2936 2011-09-21  Bill Wohler  <wohler@newt.com>
2938         Release MH-E manual version 8.3.
2940         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
2941         release 8.3.
2942         (Preface): Update support information.
2943         (From Bill Wohler): Reset text to original version.  As a
2944         historical quote, the tense should be correct in the time that it
2945         was written.
2947 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2949         * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
2950         (Finding the News): Doc clarification.
2951         (Terminology): Mention naming.
2953 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2955         * gnus.texi: Remove mentions of `recent', which are now obsolete.
2956         (Interactive): Document `quiet'.
2958 2011-08-15  Suvayu Ali  <fatkasuvayu+linux@gmail.com>  (tiny change)
2960         * org.texi (Images in LaTeX export): Rewrite.
2962 2011-08-15  Bastien Guerry  <bzg@gnu.org>
2964         * org.texi (Using the mapping API): Mention 'region as a possible
2965         scope for `org-map-entries'.
2967 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
2969         * org.texi (Visibility cycling): Document `org-copy-visible'.
2971 2011-08-15  Bastien Guerry  <bzg@gnu.org>
2973         * org.texi (Template expansion): Order template sequences in the
2974         proper order.
2976 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
2978         * org.texi (eval): Expand discussion of the :eval header argument.
2980 2011-08-15  Bastien Guerry  <bzg@gnu.org>
2982         * org.texi (Languages): Add Lilypond and Awk as supported
2983         languages.
2985 2011-08-15  Achim Gratz  <stromeko@nexgo.de>
2987         * org.texi: Document that both CLOCK_INTO_DRAWER and
2988         LOG_INTO_DRAWER can be used to override the contents of variable
2989         org-clock-into-drawer (or if unset, org-log-into-drawer).
2991         * org.texi: Replace @xref->@pxref.
2993 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
2995         * org.texi (Evaluating code blocks): Documenting the new option
2996         for inline call lines.
2998 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
3000         * org.texi (Results of evaluation): More explicit about the
3001         mechanism through which interactive evaluation of code is
3002         performed.
3004 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
3006         * org.texi (noweb-ref): New header argument documentation.
3008 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
3010         * org.texi (Extracting source code): Documentation of the new
3011         org-babel-tangle-named-block-combination variable.
3013 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
3015         * org.texi (Structure of code blocks): Explicitly state that the
3016         behavior of multiple blocks of the same name is undefined.
3018 2011-08-15  Christian Egli  <christian.egli@sbszh.ch>
3020         * org.texi (TaskJuggler export): Modify the example to reflect the
3021         new effort durations.
3023 2011-08-15  David Maus  <dmaus@ictsoc.de>
3025         * org.texi (Images in LaTeX export): Escape curly brackets in
3026         LaTeX example.
3028 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
3030         * org.texi (The clock table): Document the :properties and
3031         :inherit-props arguments for the clocktable.
3033 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
3035         * org.texi (Tables in LaTeX export): Document specifying placement
3036         options for tables.
3038 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
3040         * org.texi (Evaluating code blocks): More specific documentation
3041         about the different types of header arguments.
3043 2011-08-15  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
3045         * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
3047 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
3049         * org.texi (Built-in table editor): Document the table field
3050         follow mode.
3052 2011-08-15  Robert P. Goldman  <rpgoldman@real-time.com>
3054         * org.texi (Easy Templates): Document new template.
3056 2011-08-15  Robert P. Goldman  <rpgoldman@real-time.com>
3058         * org.texi (Literal examples): Add a cross-reference from "Literal
3059         Examples" to "Easy Templates."
3061 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
3063         * org.texi (The clock table): Add link to match syntax.
3065 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
3067         * org.texi (Agenda commands): Document clock consistency checks.
3069 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
3071         * org.texi (Built-in table editor): Document that \vert represents
3072         a vertical bar in a table field.
3074 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
3076         * org.texi (Literal examples): Link from "Markup" > "Literate
3077         Examples" to "Working with Source Code".
3079 2011-08-15  Puneeth Chaganti  <punchagan@gmail.com>
3081         * org.texi (Agenda commands): Doc for function option to bulk
3082         action.
3084 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
3086         * org.texi (Template expansion): Document new %<...> template
3087         escape.
3089 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
3091         * org.texi (Selective export): Document exclusion of any tasks
3092         from export.
3094 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
3096         * org.texi (Selective export): Document how to exclude DONE tasks
3097         from export.
3098         (Publishing options): Document the properties to be used to turn off
3099         export of DONE tasks.
3101 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
3103         * org.texi (The date/time prompt): Document date range protection.
3105 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
3107         * org.texi (padline): Documentation of the new padline header
3108         argument.
3110 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
3112         * org.texi (var): Adding "[" to list of characters triggering
3113         elisp evaluation.
3115 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
3117         * org.texi (var): Documentation of Emacs Lisp evaluation during
3118         variable assignment.
3120 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
3122         * org.texi (colnames): Reference indexing into variables, and note
3123         that colnames are *not* removed before indexing occurs.
3124         (rownames): Reference indexing into variables, and note that
3125         rownames are *not* removed before indexing occurs.
3127 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
3129         * org.texi (var): Clarification of indexing into tabular
3130         variables.
3132 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
3134         * org.texi (results): Documentation of the `:results wrap' header
3135         argument.
3137 2011-08-15  Bastien Guerry  <bzg@gnu.org>
3139         * org.texi (LaTeX and PDF export): Add a note about a limitation
3140         of the LaTeX export: the org file has to be properly structured.
3142 2011-08-15  Bastien Guerry  <bzg@gnu.org>
3144         * org.texi (Dynamic blocks, Structure editing):
3145         Mention the function `org-narrow-to-block'.
3147 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
3149         * org.texi (Languages): Updating list of code block supported
3150         languages.
3152 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
3154         * org.texi (Special properties): CATEGORY is a special property,
3155         but it may also used in the drawer.
3157 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
3159         * org.texi (mkdirp): Documentation of the :mkdirp header argument.
3161 2011-08-15  Puneeth Chaganti  <punchagan@gmail.com>
3163         * org.texi (Include files): Document :lines.
3165 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
3167         * org.texi (comments): Documentation of the ":comments noweb" code
3168         block header argument.
3170 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
3172         * org.texi (Conflicts): Change "yasnippets" to "yasnippet" and
3173         added extra whitespace around functions to be consistent with the
3174         rest of the section.
3176 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
3178         * org.texi (Evaluating code blocks): Expand discussion of
3179         #+call: line syntax.
3180         (Header arguments in function calls): Expand discussion of
3181         #+call: line syntax.
3183 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
3185         * org.texi (Evaluating code blocks): More explicit about how to
3186         pass variables to #+call lines.
3188 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
3190         * org.texi (Results of evaluation): Link to the :results header
3191         argument list from the "Results of evaluation" section.
3193 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
3195         * org.texi (Conflicts): Adding additional information about
3196         resolving org/yasnippet conflicts.
3198 2011-08-15  David Maus  <dmaus@ictsoc.de>
3200         * org.texi (Publishing options): Document style-include-scripts
3201         publishing project property.
3203 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
3205         * org.texi (Sparse trees): Document the next-error /
3206         previous-error functionality.
3208 2011-08-15  Tom Dye  <tsd@tsdye.com>
3210         * org.texi (cache): Improve documentation of code block caches.
3212 2011-08-15  Tom Dye  <tsd@tsdye.com>
3214         * org.texi (Code block specific header arguments):
3215         Documentation of multi-line header arguments.
3217 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
3219         * org.texi (Code evaluation security): Add example for using a
3220         function.
3222 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
3224         * org.texi (Tables in LaTeX export): Documentation of new
3225         attr_latex options for tables.
3227 2011-08-03  Michael Albinus  <michael.albinus@gmx.de>
3229         * trampver.texi: Update release number.
3231 2011-07-30  Michael Albinus  <michael.albinus@gmx.de>
3233         Sync with Tramp 2.2.2.
3235         * trampver.texi: Update release number.
3237 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3239         * flymake.texi (Example -- Configuring a tool called via make):
3240         Use /dev/null instead of the Windows "nul" (bug#8715).
3242 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3244         * widget.texi (Setting Up the Buffer): Remove mention of the
3245         global keymap parent, which doesn't seem to be accurate
3246         (bug#7045).
3248 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3250         * org.texi (Special agenda views): Fix double quoting (bug#3509).
3252 2010-07-10  Kevin Ryde  <user42@zip.com.au>
3254         * cl.texi (For Clauses): Add destructuring example processing an
3255         alist (bug#6596).
3257 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3259         * ediff.texi (Major Entry Points): Remove mention of `require',
3260         since that's not pertinent in the installed Emacs (bug#9016).
3262 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3264         * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
3265         (Filtering New Groups): Clarify how simple the "options -n" format is.
3266         (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
3267         is internal.
3269 2011-07-04  Michael Albinus  <michael.albinus@gmx.de>
3271         * tramp.texi (Cleanup remote connections):
3272         Add `tramp-cleanup-this-connection'.
3274 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3276         * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
3277         zombies.
3278         (Checking New Groups): Ditto (bug#8974).
3279         (Checking New Groups): Move the reference to the right place.
3281 2011-07-03  Dave Abrahams  <dave@boostpro.com>  (tiny change)
3283         * gnus.texi (Startup Files): Clarify that we're talking about numbered
3284         backups, and not actual vc (bug#8975).
3286 2011-07-03  Kevin Ryde  <user42@zip.com.au>
3288         * cl.texi (For Clauses): @items for hash-values and key-bindings
3289         to make them more visible when skimming.  Add examples of `using'
3290         clause to them, examples being clearer than a description in
3291         words (bug#6599).
3293 2011-07-01  Alan Mackenzie  <acm@muc.de>
3295         * cc-mode.texi (Guessing the Style): New page.
3296         (Styles): Add a short introduction to above.
3298 2011-06-28  Deniz Dogan  <deniz@dogan.se>
3300         * rcirc.texi (Configuration): Bug-fix:
3301         `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
3302         Reported by Elias Pipping <pipping@exherbo.org>.
3304 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3306         * gnus.texi (Summary Mail Commands):
3307         Document `gnus-summary-reply-to-list-with-original'.
3309 2011-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3311         * eshell.texi (Known problems): Fix typo.
3313 2011-06-12  Michael Albinus  <michael.albinus@gmx.de>
3315         * tramp.texi (Customizing Completion): Mention authinfo-style files.
3316         (Password handling): `auth-source-debug' is good for debug messages.
3318 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
3320         * gnus.texi (Store custom flags and keywords): Refer to
3321         `gnus-registry-article-marks-to-{chars,names}' instead of
3322         `gnus-registry-user-format-function-{M,M2}'.
3324 2011-05-27  Paul Eggert  <eggert@cs.ucla.edu>
3326         * texinfo.tex: Merge from gnulib.
3328 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
3330         * gnus.texi (Gnus Registry Setup): Rename from "Setup".
3331         (Store custom flags and keywords):
3332         Mention `gnus-registry-user-format-function-M' and
3333         `gnus-registry-user-format-function-M2'.
3335 2011-05-17  Paul Eggert  <eggert@cs.ucla.edu>
3337         * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
3339 2011-05-17  Glenn Morris  <rgm@gnu.org>
3341         * gnus.texi (Face): Fix typo.
3343 2011-05-14  Glenn Morris  <rgm@gnu.org>
3345         * dired-x.texi (Omitting Examples): Minor addition.
3347 2011-05-10  Jim Meyering  <meyering@redhat.com>
3349         * ede.texi: Fix typo "or or -> or".
3351 2011-05-03  Peter Münster  <pmlists@free.fr>  (tiny change)
3353         * gnus.texi (Summary Buffer Lines):
3354         gnus-summary-user-date-format-alist does not exist.
3355         (Sorting the Summary Buffer): More about sorting threads.
3357 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
3359         * trampver.texi: Update release number.
3361 2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
3363         * tramp.texi (Frequently Asked Questions): New item for disabling
3364         Tramp in other packages.
3366 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
3368         * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
3369         (Fancy splitting to parent, Store arbitrary data):
3370         Update gnus-registry docs.
3372 2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
3374         * ede.texi: Fix typos.
3376 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3378         * gnus.texi (Window Layout): @itemize @code doesn't exist.
3379         It's @table @code.
3381 2011-03-19  Antoine Levitt  <antoine.levitt@gmail.com>
3383         * gnus.texi (Listing Groups): Document gnus-group-list-ticked.
3385 2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
3387         * calc.texi (Logarithmic Units): Update the function names.
3389 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3391         * message.texi (Various Commands): Document format specs in the
3392         ellipsis.
3394 2011-03-15  Antoine Levitt  <antoine.levitt@gmail.com>
3396         * message.texi (Insertion Variables): Document message-cite-style.
3398 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
3400         * tramp.texi (Remote processes): New subsection "Running shell on
3401         a remote host".
3403 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3405         * auth.texi (Help for developers): Update docs to explain that the
3406         :save-function will only run the first time.
3408 2011-03-12  Glenn Morris  <rgm@gnu.org>
3410         * Makefile.in (emacs-faq.html): Fix some more cross-refs.
3411         (emacs-faq.text): New target.
3412         (clean): Add emacs-faq.
3414 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
3416         Sync with Tramp 2.2.1.
3418         * trampver.texi: Update release number.
3420 2011-03-11  Glenn Morris  <rgm@gnu.org>
3422         * Makefile.in (HTML_TARGETS): New.
3423         (clean): Delete $HTML_TARGETS.
3424         (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
3426 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
3428         * auth.texi (Help for developers): Show example of using
3429         `auth-source-search' with prompts and :save-function.
3431 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
3433         * Version 23.3 released.
3435 2011-03-07  Antoine Levitt  <antoine.levitt@gmail.com>
3437         * message.texi (Message Buffers): Update default value of
3438         message-generate-new-buffers.
3440 2011-03-06  Jay Belanger  <jay.p.belanger@gmail.com>
3442         * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
3443         and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
3444         respectively.
3445         (Musical Notes): New section.
3446         (Customizing Calc): Mention the customizable variable
3447         calc-note-threshold.
3449 2011-03-03  Glenn Morris  <rgm@gnu.org>
3451         * url.texi (Dealing with HTTP documents): Remove reference to
3452         function url-decode-text-part; never seems to have existed.  (Bug#6038)
3453         (Configuration): Update url-configuration-directory description.
3455 2011-03-02  Glenn Morris  <rgm@gnu.org>
3457         * dired-x.texi (Multiple Dired Directories): Remove mentions
3458         of dired-default-directory-alist and dired-default-directory.
3459         Move dired-smart-shell-command here...
3460         (Miscellaneous Commands): ... from here.
3462 2011-03-02  Paul Eggert  <eggert@cs.ucla.edu>
3464         * texinfo.tex: Update to version 2011-02-24.09.
3466 2011-03-02  Glenn Morris  <rgm@gnu.org>
3468         * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
3469         instead of the obsoleted dired-omit-here-always.
3471 2011-02-28  Michael Albinus  <michael.albinus@gmx.de>
3473         * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
3474         supported systems.
3476 2011-02-28  Glenn Morris  <rgm@gnu.org>
3478         * dbus.texi (Type Conversion): Grammar fix.
3480 2011-02-23  Michael Albinus  <michael.albinus@gmx.de>
3482         * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
3483         "Debian GNU/Linux".
3485         * trampver.texi [xemacs]: Set emacsothername to "Emacs".
3487 2011-02-23  Glenn Morris  <rgm@gnu.org>
3489         * dired-x.texi (Features): Minor rephrasing.
3490         (Local Variables): Fix typos.
3492         * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
3493         Standardize some Emacs/XEmacs terminology.
3495         * dired-x.texi (Features): Don't advertise obsolete local variables.
3496         Simplify layout.
3497         (Omitting Variables): Update local variables example.
3498         (Local Variables): Say this is obsolete.  Fix description of
3499         dired-enable-local-variables possible values.
3501 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
3503         * auth.texi (Help for users): Mention ~/.netrc is also searched by
3504         default now.
3506 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
3508         * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
3510 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
3512         * gnus.texi (Window Layout): Document layout names.
3514 2011-02-19  Eli Zaretskii  <eliz@gnu.org>
3516         * ada-mode.texi: Sync @dircategory with ../../info/dir.
3517         * auth.texi: Sync @dircategory with ../../info/dir.
3518         * autotype.texi: Sync @dircategory with ../../info/dir.
3519         * calc.texi: Sync @dircategory with ../../info/dir.
3520         * cc-mode.texi: Sync @dircategory with ../../info/dir.
3521         * cl.texi: Sync @dircategory with ../../info/dir.
3522         * dbus.texi: Sync @dircategory with ../../info/dir.
3523         * dired-x.texi: Sync @dircategory with ../../info/dir.
3524         * ebrowse.texi: Sync @dircategory with ../../info/dir.
3525         * ede.texi: Sync @dircategory with ../../info/dir.
3526         * ediff.texi: Sync @dircategory with ../../info/dir.
3527         * edt.texi: Sync @dircategory with ../../info/dir.
3528         * eieio.texi: Sync @dircategory with ../../info/dir.
3529         * emacs-mime.texi: Sync @dircategory with ../../info/dir.
3530         * epa.texi: Sync @dircategory with ../../info/dir.
3531         * erc.texi: Sync @dircategory with ../../info/dir.
3532         * eshell.texi: Sync @dircategory with ../../info/dir.
3533         * eudc.texi: Sync @dircategory with ../../info/dir.
3534         * flymake.texi: Sync @dircategory with ../../info/dir.
3535         * forms.texi: Sync @dircategory with ../../info/dir.
3536         * gnus.texi: Sync @dircategory with ../../info/dir.
3537         * idlwave.texi: Sync @dircategory with ../../info/dir.
3538         * mairix-el.texi: Sync @dircategory with ../../info/dir.
3539         * message.texi: Sync @dircategory with ../../info/dir.
3540         * mh-e.texi: Sync @dircategory with ../../info/dir.
3541         * newsticker.texi: Sync @dircategory with ../../info/dir.
3542         * nxml-mode.texi: Sync @dircategory with ../../info/dir.
3543         * org.texi: Sync @dircategory with ../../info/dir.
3544         * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
3545         * pgg.texi: Sync @dircategory with ../../info/dir.
3546         * rcirc.texi: Sync @dircategory with ../../info/dir.
3547         * reftex.texi: Sync @dircategory with ../../info/dir.
3548         * remember.texi: Sync @dircategory with ../../info/dir.
3549         * sasl.texi: Sync @dircategory with ../../info/dir.
3550         * sc.texi: Sync @dircategory with ../../info/dir.
3551         * semantic.texi: Sync @dircategory with ../../info/dir.
3552         * ses.texi: Sync @dircategory with ../../info/dir.
3553         * sieve.texi: Sync @dircategory with ../../info/dir.
3554         * smtpmail.texi: Sync @dircategory with ../../info/dir.
3555         * speedbar.texi: Sync @dircategory with ../../info/dir.
3556         * trampver.texi [emacs]: Set emacsname to "Emacs".
3557         * tramp.texi: Sync @dircategory with ../../info/dir.
3558         * url.texi: Sync @dircategory with ../../info/dir.
3559         * vip.texi: Sync @dircategory with ../../info/dir.
3560         * viper.texi: Sync @dircategory with ../../info/dir.
3561         * widget.texi: Sync @dircategory with ../../info/dir.
3562         * woman.texi: Sync @dircategory with ../../info/dir.
3564 2011-02-19  Glenn Morris  <rgm@gnu.org>
3566         * dired-x.texi (Technical Details): No longer redefines
3567         dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
3568         dired-read-shell-command, or dired-find-buffer-nocreate.
3570 2013-02-18  Aidan Gauland  <aidalgol@no8wireless.co.nz>
3572         * eshell.texi (Input/Output):
3573         Document insert output redirection operator, >>>.
3575 2011-02-18  Glenn Morris  <rgm@gnu.org>
3577         * dired-x.texi (Optional Installation File At Point): Simplify.
3579 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
3581         * auth.texi (Help for users): Use :port instead of :protocol for all
3582         auth-source docs.
3583         (GnuPG and EasyPG Assistant Configuration): Mention the default now is
3584         to have two files in `auth-sources'.
3586 2011-02-16  Glenn Morris  <rgm@gnu.org>
3588         * dired-x.texi: Use emacsver.texi to get Emacs version.
3589         * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
3590         Depend on emacsver.texi.
3592         * dired-x.texi: Drop meaningless version number.
3593         (Introduction): Remove old info.
3594         (Optional Installation Dired Jump): Autoload from dired-x.
3595         Remove incorrect info about loaddefs.el.
3596         (Bugs): Just refer to M-x report-emacs-bug.
3598         * dired-x.texi (Multiple Dired Directories): Update for rename of
3599         default-directory-alist.
3600         (Miscellaneous Commands): No longer mention very old VM version 4.
3602 2011-02-15  Paul Eggert  <eggert@cs.ucla.edu>
3604         Merge from gnulib.
3605         * texinfo.tex: Update to version 2011-02-14.11.
3607 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
3609         * auth.texi (Help for users):
3610         Login collection is "Login" and not "login".
3612 2011-02-13  Michael Albinus  <michael.albinus@gmx.de>
3614         * tramp.texi (History): Remove IMAP support.
3615         (External methods, Frequently Asked Questions): Remove `imap' and
3616         `imaps' methods.
3617         (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
3619         * trampver.texi: Remove default value of `emacsimap'.
3621 2011-02-13  Glenn Morris  <rgm@gnu.org>
3623         * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
3624         * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
3626 2011-02-12  Glenn Morris  <rgm@gnu.org>
3628         * sc.texi (Getting Connected): Remove old index entries.
3630 2011-02-12  Ulrich Mueller  <ulm@gentoo.org>
3632         * url.texi: Remove duplicate @dircategory (Bug#7942).
3634 2011-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
3636         * auth.texi (Overview, Help for users, Help for developers):
3637         Update docs.
3638         (Help for users): Talk about spaces.
3640 2011-02-09  Paul Eggert  <eggert@cs.ucla.edu>
3642         * texinfo.tex: Update to version 2011-02-07.16.
3644 2011-02-07  Michael Albinus  <michael.albinus@gmx.de>
3646         * dbus.texi (Bus names): Adapt descriptions for
3647         dbus-list-activatable-names and dbus-list-known-names.
3649 2011-02-07  Jay Belanger  <jay.p.belanger@gmail.com>
3651         * calc.texi (Logarithmic Units): New section.
3653 2011-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
3655         * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
3656         manuals use it now.
3658         * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
3660 2011-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3662         * overrides.texi: Remove.
3664         * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
3665         * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
3667 2011-02-05  Michael Albinus  <michael.albinus@gmx.de>
3669         * tramp.texi (Frequently Asked Questions): Mention problems with
3670         WinSSHD.
3672         * trampver.texi: Update release number.
3674 2011-02-05  Era Eriksson  <era+tramp@iki.fi>  (tiny change)
3676         * tramp.texi:
3677         Replace "delimet" with "delimit" globally.
3678         Replace "explicite" with "explicit" globally.
3679         Replace "instead of" with "instead" where there was nothing after "of".
3680         Audit use of comma before interrogative pronoun, "that", or "which".
3681         Minor word order, spelling, wording changes.
3683 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
3685         * overrides.texi: New file to set or clear WEBHACKDEVEL.
3687         * sieve.texi: Use WEBHACKDEVEL.
3689         * sasl.texi: Use WEBHACKDEVEL.
3691         * pgg.texi: Use WEBHACKDEVEL.
3693         * message.texi: Use WEBHACKDEVEL.
3695         * gnus.texi: Use WEBHACKDEVEL.
3697         * emacs-mime.texi: Use WEBHACKDEVEL.
3699         * auth.texi: Use WEBHACKDEVEL.
3701         * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
3702         manuals.
3704 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
3706         * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
3708 2011-02-03  Paul Eggert  <eggert@cs.ucla.edu>
3710         * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
3711         which in turn is copied from ftp://tug.org/tex/.
3713 2011-02-03  Glenn Morris  <rgm@gnu.org>
3715         * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
3716         (Binding combinations of modifiers and function keys):
3717         Let's assume people reading this are not using Emacs 18.
3719 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
3721         * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
3722         since it's run automatically.
3724 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3726         * gnus.texi (Customizing Articles): Fix typo.
3728 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3730         * gnus.texi (Customizing Articles): Document the new way of customizing
3731         the date headers(s).
3733 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
3735         * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
3736         splitting example.
3738 2011-01-29  Eli Zaretskii  <eliz@gnu.org>
3740         * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
3741         (MAKEINFO_OPTS): New variable.
3742         (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
3743         ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
3744         ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
3745         ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
3746         ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
3747         ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
3748         ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
3749         ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
3750         ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
3751         ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
3752         ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
3753         ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
3754         ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
3755         ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
3756         ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
3757         ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
3758         ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
3759         ($(infodir)/edt): Use $(MAKEINFO_OPTS).
3761 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3763         * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
3765 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
3767         * message.texi (IDNA): Explain what it is.
3769 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
3771         * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
3773 2011-01-23  Werner Lemberg  <wl@gnu.org>
3775         * Makefile.in (MAKEINFO): Now controlled by `configure'.
3776         (MAKEINFO_OPTS): New variable.  Use it where appropriate.
3777         (ENVADD): Update.
3779 2011-01-18  Glenn Morris  <rgm@gnu.org>
3781         * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
3783 2011-01-14  Eduard Wiebe  <usenet@pusto.de>
3785         * nxml-mode.texi (Introduction): Fix file name typos.
3787 2011-01-13  Christian Ohler  <ohler@gnu.org>
3789         * ert.texi: New file.
3791         * Makefile.in:
3792         * makefile.w32-in: Add ert.texi.
3794 2011-01-10  Jan Moringen  <jan.moringen@uni-bielefeld.de>
3796         * dbus.texi (Receiving Method Calls): New function
3797         dbus-register-service.  Rearrange node.
3799 2011-01-07  Paul Eggert  <eggert@cs.ucla.edu>
3801         * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
3802         which in turn is copied from ftp://tug.org/tex/.
3804 2011-01-04  Jan Moringen  <jan.moringen@uni-bielefeld.de>
3806         * dbus.texi (Receiving Method Calls): Describe new optional
3807         parameter dont-register-service of dbus-register-{method,property}.
3809 2010-12-17  Daiki Ueno  <ueno@unixuser.org>
3811         * epa.texi (Encrypting/decrypting *.gpg files):
3812         Mention epa-file-select-keys.
3814 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3816         * gnus.texi (Archived Messages): Remove outdated text.
3818 2010-12-16  Teodor Zlatanov  <tzz@lifelogs.com>
3820         * gnus.texi (Foreign Groups): Add clarification of foreign groups.
3822 2010-12-15  Andrew Cohen  <cohen@andy.bu.edu>
3824         * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
3826 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
3828         * gnus.texi (The swish++ Engine): Add customizable parameters
3829         descriptions.
3830         (The swish-e Engine): Ditto.
3832 2010-12-14  Michael Albinus  <michael.albinus@gmx.de>
3834         * tramp.texi (Inline methods): Add "ksu" method.
3835         (Remote processes): Add example with remote `default-directory'.
3837 2010-12-14  Glenn Morris  <rgm@gnu.org>
3839         * faq.texi (Expanding aliases when sending mail):
3840         Now build-mail-aliases is interactive.
3842 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
3844         * gnus.texi: First pass at adding (rough) nnir documentation.
3846 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3848         * gnus.texi (Filtering New Groups):
3849         Mention gnus-auto-subscribed-categories.
3850         (The First Time): Remove, since default-subscribed-newsgroups has been
3851         removed.
3853 2010-12-13  Glenn Morris  <rgm@gnu.org>
3855         * cl.texi (For Clauses): Small fixes for frames and windows.
3857 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
3859         * org.texi (Using capture): Document using prefix arguments for
3860         finalizing capture.
3861         (Agenda commands): Document prefix argument for the bulk scatter
3862         command.
3863         (Beamer class export): Document that also overlay arguments can be
3864         passed to the column environment.
3865         (Template elements): Document the new entry type.
3867 2010-12-11  Puneeth Chaganti  <punchagan@gmail.com>
3869         * org.texi (Include files): Document :minlevel.
3871 2010-12-11  Julien Danjou  <julien@danjou.info>
3873         * org.texi (Categories): Document category icons.
3875 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
3877         * org.texi (noweb): Fix typo.
3879 2010-12-06  Tassilo Horn  <tassilo@member.fsf.org>
3881         * gnus.texi (Server Commands): Point to the rest of the server
3882         commands.
3884 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3886         * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
3887         g'.
3889 2010-12-02  Julien Danjou  <julien@danjou.info>
3891         * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
3893 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3895         * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
3896         (Direct Functions): Note the STARTTLS upgrade.
3898 2010-11-27  Glenn Morris  <rgm@gnu.org>
3899             James Clark  <none@example.com>
3901         * nxml-mode.texi (Introduction): New section.
3903 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3905         * gnus.texi (Server Commands): Document gnus-server-show-server.
3907 2010-11-20  Michael Albinus  <michael.albinus@gmx.de>
3909         Sync with Tramp 2.2.0.
3911         * trampver.texi: Update release number.
3913 2010-11-19  Jay Belanger  <jay.p.belanger@gmail.com>
3915         * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
3916         Mention that the TeX specific units won't use the `tex' prefix
3917         in TeX mode.
3919 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3921         * gnus.texi (Misc Article): Document gnus-inhibit-images.
3923 2010-11-17  Glenn Morris  <rgm@gnu.org>
3925         * edt.texi: Remove information about Emacs 19.
3927 2010-11-17  Michael Albinus  <michael.albinus@gmx.de>
3929         * trampver.texi: Update release number.
3931 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3933         * gnus.texi (Article Washing): Fix typo.
3935 2010-11-11  Noorul Islam  <noorul@noorul.com>
3937         * org.texi: Fix typo.
3939 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
3941         * org.texi (Using capture): Explain that refiling is
3942         sensitive to cursor position.
3944 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
3946         * org.texi (Images and tables): Add cross reference to link section.
3948 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
3950         * org.texi: Document the <c> cookie.
3952 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
3954         * org.texi: Multi-line header arguments :PROPERTIES: :ID:
3955         b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
3957 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
3959         * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
3961 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
3963         * org.texi (Project alist): Mention that this is a property list.
3965 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
3967         * org.texi (Setting up the staging area): Document that
3968         file names remain visible when encrypting the MobileOrg files.
3970 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
3972         * org.texi (Setting up the staging area): Document which
3973         versions are needed for encryption.
3975 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
3977         * org.texi (noweb): Update :noweb documentation to
3978         reflect the new "tangle" argument.
3980 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
3982         * org.texi (Batch execution): Improve tangling script in
3983         documentation.
3985 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
3987         * org.texi (Handling links):
3988         (In-buffer settings): Document inlining images on startup.
3990 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
3992         * org.texi (Setting up the staging area): Document use of
3993         crypt password.
3995 2010-11-11  David Maus  <dmaus@ictsoc.de>
3997         * org.texi (Template expansion): Add date related link type escapes.
3999 2010-11-11  David Maus  <dmaus@ictsoc.de>
4001         * org.texi (Template expansion): Add mew in table for link type
4002         escapes.
4004 2010-11-11  David Maus  <dmaus@ictsoc.de>
4006         * org.texi (Template expansion): Fix typo in link type escapes.
4008 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
4010         * org.texi (Structure of code blocks): Another documentation tweak.
4012 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
4014         * org.texi (Structure of code blocks): Documentation tweak.
4016 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
4018         * org.texi (Structure of code blocks):
4019         Update documentation to mention inline code block syntax.
4021 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
4023         * org.texi (comments): Improve wording.
4025 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
4027         * org.texi (comments): Document the new :comments header arguments.
4029 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
4031         * org.texi (Installation): Remove the special
4032         installation instructions for XEmacs.
4034 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
4036         * org.texi (Easy Templates): New section.  Documents quick
4037         insertion of empty structural elements.
4039 2010-11-11  Noorul Islam  <noorul@noorul.com>
4041         * org.texi: Fix doc.
4043 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
4045         * org.texi (The date/time prompt): Document specification
4046         of time ranges.
4048 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
4050         * org.texi (Internal links): Document the changes in
4051         internal links.
4053 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
4055         * org.texi (Agenda commands): Document the limitation for
4056         the filter preset - it can only be used for an entire agenda
4057         view, not in an individual block in a block agenda.
4059 2010-11-11  Eric S Fraga  <e.fraga@ucl.ac.uk>
4061         * org.texi (iCalendar export): Document alarm creation.
4063 2010-11-10  Michael Albinus  <michael.albinus@gmx.de>
4065         * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
4067 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4069         * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
4071 2010-11-09  Jay Belanger  <jay.p.belanger@gmail.com>
4073         * calc.texi: Use emacsver.texi to determine Emacs version.
4075 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4077         * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
4078         since that works by default.
4080 2010-11-03  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
4082         * gnus.texi (Customizing the IMAP Connection): Document
4083         `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
4085 2010-11-04  Michael Albinus  <michael.albinus@gmx.de>
4087         * tramp.texi (Remote shell setup): New item "Interactive shell
4088         prompt".  Reported by Christian Millour <cm@abtela.com>.
4089         (Remote shell setup, Remote processes): Use @code{} for
4090         environment variables.
4092 2010-11-03  Glenn Morris  <rgm@gnu.org>
4094         * ediff.texi (Quick Help Commands, Miscellaneous):
4095         * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
4097 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4099         * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
4101 2010-10-31  Glenn Morris  <rgm@gnu.org>
4103         * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
4105 2010-10-31  Glenn Morris  <rgm@gnu.org>
4107         * cc-mode.texi: Remove reference to defunct viewcvs URL.
4109 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4111         * gnus.texi (Client-Side IMAP Splitting):
4112         Mention nnimap-unsplittable-articles.
4114 2010-10-29  Julien Danjou  <julien@danjou.info>
4116         * gnus.texi (Finding the News): Remove references to obsoletes
4117         variables `gnus-nntp-server' and `gnus-secondary-servers'.
4119 2010-10-29  Eli Zaretskii  <eliz@gnu.org>
4121         * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
4122         (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
4123         ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
4124         ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
4126 2010-10-28  Glenn Morris  <rgm@gnu.org>
4128         * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
4129         (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
4130         ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
4132 2010-10-25  Daiki Ueno  <ueno@unixuser.org>
4134         * epa.texi (Mail-mode integration): Add alternative key bindings
4135         for epa-mail commands; escape comma.
4136         Don't use the word "PGP", since it is a non-free program.
4138 2010-10-24  Jay Belanger  <jay.p.belanger@gmail.com>
4140         * calc.texi: Use emacsver.texi to determine Emacs version.
4142 2010-10-24  Juanma Barranquero  <lekktu@gmail.com>
4144         * gnus.texi (Group Parameters, Buttons): Fix typos.
4146 2010-10-22  Tassilo Horn  <tassilo@member.fsf.org>
4148         * gnus.texi (Subscription Commands): Mention that you can also
4149         subscribe to new groups via the Server buffer, which is probably more
4150         convenient when subscribing to many groups.
4152 2010-10-21  Julien Danjou  <julien@danjou.info>
4154         * message.texi (Message Headers): Allow message-default-headers to be a
4155         function.
4157 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4159         * gnus-news.texi: Mention new archive defaults.
4161 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4163         * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
4165 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4167         * gnus.texi (HTML): Document the function value of
4168         gnus-blocked-images.
4169         (Article Washing): shr and gnus-w3m, not the direct function names.
4171 2010-10-20  Julien Danjou  <julien@danjou.info>
4173         * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
4174         variable.
4176 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4178         * gnus.texi (Customizing the IMAP Connection): The port strings are
4179         strings.
4180         (Document Groups): Mention git.
4182 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4184         * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
4185         bzr/Gnus git sync.
4187 2010-10-15  Eli Zaretskii  <eliz@gnu.org>
4189         * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
4190         change.
4192 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4194         * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
4195         @item syntax for in-Emacs makeinfo.
4197 2010-10-13  Teodor Zlatanov  <tzz@lifelogs.com>
4199         * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
4200         trim sentence.
4202 2010-10-12  Daiki Ueno  <ueno@unixuser.org>
4204         * epa.texi (Caching Passphrases):
4205         * auth.texi (GnuPG and EasyPG Assistant Configuration):
4206         Clarify some configurations require to set up gpg-agent.
4208 2010-10-11  Glenn Morris  <rgm@gnu.org>
4210         * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
4212 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4214         * gnus.texi (Spam Package Introduction): Mention `$'.
4216 2010-10-09  Eli Zaretskii  <eliz@gnu.org>
4218         * makefile.w32-in (emacsdir): New variable.
4219         ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
4220         (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
4222 2010-10-09  Glenn Morris  <rgm@gnu.org>
4224         * Makefile.in (mostlyclean): Delete *.toc.
4226         * Makefile.in: Use $< in rules.
4228         * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
4230         * Makefile.in ($(infodir)): Delete rule.
4231         (mkinfodir): New.  Use it in all the info rules, rather than depending
4232         on infodir.
4234 2010-10-09  Glenn Morris  <rgm@gnu.org>
4236         * gnus.texi (Article Washing): Fix previous change.
4238         * Makefile.in (emacsdir): New variable.
4239         ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
4240         Depend on emacsver.texi.
4242         * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
4244         * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
4246 2010-10-08  Julien Danjou  <julien@danjou.info>
4248         * gnus.texi: Add mm-shr.
4250 2010-10-08  Ludovic Courtès  <ludo@gnu.org>
4252         * gnus.texi (Finding the Parent, The Gnus Registry)
4253         (Registry Article Refer Method): Update docs for nnregistry.el.
4255 2010-10-08  Daiki Ueno  <ueno@unixuser.org>
4257         * auth.texi (Help for users)
4258         (GnuPG and EasyPG Assistant Configuration): Update docs.
4260 2010-10-08  Glenn Morris  <rgm@gnu.org>
4262         * cl.texi (Organization, Installation, Old CL Compatibility):
4263         Deprecate cl-compat for new code.
4264         (Usage, Installation): Remove outdated information.
4266         * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
4268 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4270         * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
4272 2010-10-06  Julien Danjou  <julien@danjou.info>
4274         * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
4276         * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
4277         broken link.
4279         * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
4281         * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
4282         to ReiserFS.
4284         * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
4285         (FAQ 7-1): Fix getmail URL.
4287 2010-10-06  Daiki Ueno  <ueno@unixuser.org>
4289         * epa.texi (Caching Passphrases): New section.
4291 2010-10-06  Glenn Morris  <rgm@gnu.org>
4293         * Makefile.in (SHELL): Set it.
4294         (info): Move the mkdir dependency to the individual info files.
4295         (mostlyclean): Tidy up.
4296         (clean): Only delete the specific dvi and pdf files.
4297         (maintainer-clean): Be more restrictive in what we delete.
4298         ($(infodir)): Add parallel build workaround.
4300 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4302         * gnus.texi (Misc Article): Document gnus-widen-article-window.
4304 2010-10-03  Julien Danjou  <julien@danjou.info>
4306         * emacs-mime.texi (Display Customization):
4307         Update mm-inline-large-images documentation and add documentation for
4308         mm-inline-large-images-proportion.
4310 2010-10-03  Michael Albinus  <michael.albinus@gmx.de>
4312         * tramp.texi (Frequently Asked Questions):
4313         Mention remote-file-name-inhibit-cache.
4315 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4317         * gnus.texi (Splitting Mail): Fix @xref syntax.
4318         (Splitting Mail): Really fix the @ref syntax.
4320 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4322         * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
4323         (Article Hiding): Add google banner example.
4324         Suggested by Benjamin Xu.
4326 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
4328         * gnus.texi (Spam Package Configuration Examples, SpamOracle):
4329         Remove nnimap-split-rule from examples.
4331 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4333         * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
4334         (NNTP): Document nntp-server-list-active-group.  Suggested by Barry
4335         Fishman.
4336         (Client-Side IMAP Splitting): Add nnimap-split-fancy.
4338 2010-09-30  Julien Danjou  <julien@danjou.info>
4340         * gnus.texi (Gravatars): Fix documentation about
4341         gnu-gravatar-properties.
4343 2010-09-29  Daiki Ueno  <ueno@unixuser.org>
4345         * epa.texi (Bug Reports): New section.
4347 2010-09-29  Glenn Morris  <rgm@gnu.org>
4349         * Makefile.in (top_srcdir): Remove unused variable.
4351 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4353         * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
4354         (Client-Side IMAP Splitting): Document 'default.
4356 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4358         * gnus.texi (Customizing the IMAP Connection):
4359         Document nnimap-fetch-partial-articles.
4361 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4363         * gnus-news.texi: Mention nnimap-inbox.
4365         * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
4367 2010-09-26  Julien Danjou  <julien@danjou.info>
4369         * gnus.texi (Oort Gnus): Remove mention of ssl.el.
4371 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4373         * gnus.texi (Security): Remove gpg.el mention.
4375 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4377         * gnus.texi (Browse Foreign Server): New variable
4378         gnus-browse-subscribe-newsgroup-method.
4380         * gnus-news.texi: Mention it.
4382 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4384         * gnus.texi (NoCeM): Remove.
4385         (Startup Variables): No jingle.
4387 2010-09-25  Ulrich Mueller  <ulm@gentoo.org>
4389         * woman.texi (Interface Options): xz compression is now supported.
4391 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4393         * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
4394         (Unavailable Servers): Document gnus-server-copy-server.
4395         (Using IMAP): Document the new nnimap.
4397 2010-09-25  Julien Danjou  <julien@danjou.info>
4399         * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
4401 2010-09-24  Glenn Morris  <rgm@gnu.org>
4403         * url.texi (Disk Caching): Tweak previous change.
4405 2010-09-24  Julien Danjou  <julien@danjou.info>
4407         * url.texi (Disk Caching): Mention url-cache-expire-time,
4408         url-cache-expired, and url-fetch-from-cache.
4410 2010-09-24  Julien Danjou  <julien@danjou.info>
4412         * gnus.texi: Add Gravatars.
4414 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4416         * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
4418 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4420         * gnus.texi (Expunging mailboxes): Update name of the expunging
4421         command.
4423 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4425         * emacs-mime.texi (rfc2047): Update description for
4426         rfc2047-encode-parameter.
4428 2010-09-13  Michael Albinus  <michael.albinus@gmx.de>
4430         * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
4431         "fish" methods.
4432         (External methods): Remove "scp1_old" and "scp2_old" methods.
4434 2010-09-09  Michael Albinus  <michael.albinus@gmx.de>
4436         * tramp.texi: Remove Japanese manual.  Fix typo.
4438         * trampver.texi: Update release number.  Remove japanesemanual.
4440 2010-09-09  Glenn Morris  <rgm@gnu.org>
4442         * org.texi: Restore clobbered changes (copyright years, untabify).
4444 2010-09-04  Julien Danjou  <julien@danjou.info>  (tiny change)
4446         * gnus.texi (Adaptive Scoring): Fix typo.
4448 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4450         * gnus.texi (Article Display): Document gnus-html-show-images.
4452 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
4454         * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
4456 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4458         * gnus.texi (HTML): Document gnus-max-image-proportion.
4460 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4462         * gnus.texi (HTML): Document gnus-blocked-images.
4464         * message.texi (Wide Reply): Document message-prune-recipient-rules.
4466 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4468         * gnus.texi (Summary Mail Commands): Note that only the addresses from
4469         the first message are used for wide replies.
4470         (Changing Servers): Remove documentation on gnus-change-server and
4471         friends, since it's been removed.
4473 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4475         * gnus.texi (Drafts): Mention B DEL.
4477 2010-08-29  Tim Landscheidt  <tim@tim-landscheidt.de>  (tiny change)
4479         * gnus.texi (Delayed Articles): Mention that the Date header is the
4480         original one, even if you delay.
4482 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4484         * gnus.texi (Asynchronous Fetching):
4485         Document gnus-async-post-fetch-function.
4486         (HTML): Made into its own section.
4488 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
4490         Sync with Tramp 2.1.19.
4492         * tramp.texi (Inline methods, Default Method):
4493         Mention `tramp-inline-compress-start-size'.  Remove "kludgy" phrase.
4494         Remove remark about doubled "-t" argument.
4495         (Auto-save and Backup): Remove reference to Emacs 21.
4496         (Filename Syntax): Describe port numbers.
4497         (Frequently Asked Questions): Adapt supported (X)Emacs versions.  Adapt
4498         supported MS Windows versions.  Remove obsolete URL.  Recommend "sshx"
4499         and "scpx" for echoing shells.  Use the $() syntax, texi2dvi reports
4500         errors with the backquotes.
4501         (External packages): File attributes cache flushing for asynchronous
4502         processes.
4503         (Traces and Profiles): Describe verbose level 9.
4505         * trampver.texi: Update release number.
4507 2010-08-23  Michael Albinus  <michael.albinus@gmx.de>
4509         * dbus.texi (Alternative Buses): New chapter.
4511 2010-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4513         * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
4515 2010-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
4517         * calc.texi (Customizing Calc): Rearrange description of new
4518         variables to match the presentation of other variables.
4520 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
4522         * org.texi (Footnotes, Tables in HTML export): Fix typos.
4524 2010-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
4526         * calc.texi (Making Selections, Selecting Subformulas)
4527         (Customizing Calc): Mention how to use faces to emphasize selected
4528         sub-formulas.
4530 2010-08-05  Michael Albinus  <michael.albinus@gmx.de>
4532         * tramp.texi (External packages): File attributes cache flushing
4533         for asynchronous processes.
4535 2010-08-01  Alan Mackenzie  <acm@muc.de>
4537         Enhance the manual for the latest Java Mode.
4539         * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
4540         annotation-var-cont.
4541         (Java Symbols): Page renamed from Anonymous Class Symbol.  Document the
4542         two new symbols.
4544 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
4546         * tramp.texi (Traces and Profiles): Describe verbose level 9.
4548 2010-07-27  Chong Yidong  <cyd@stupidchicken.com>
4550         * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
4552 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
4554         * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
4556 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
4558         * org.texi: Add macros to get plain quotes in PDF output.
4559         List additional contributors.
4560         (Capture): New section, replaces the section about remember.
4561         (Working With Source Code): New chapter, focused on documenting Org
4562         Babel.
4563         (Code evaluation security): New section.
4564         (MobileOrg): Document DropBox support.
4565         (TaskJuggler export): Document taskjuggler and Gantt chart support.
4566         (Special symbols): Show how to display UTF8 characters for entities.
4567         (Global TODO list): Clarify the use of the "M" key and the differences
4568         to the "m" key.
4569         (RSS Feeds): Mention Atom feeds as well.
4570         (Setting tags): Remove paragraph about
4571         `org-complete-tags-always-offer-all-agenda-tags'.
4573 2010-07-17  Michael Albinus  <michael.albinus@gmx.de>
4575         * tramp.texi (Inline methods): Remove remark about doubled "-t"
4576         argument.
4577         (Frequently Asked Questions): Recommend "sshx" and "scpx" for
4578         echoing shells.
4580 2010-07-10  Michael Albinus  <michael.albinus@gmx.de>
4582         * tramp.texi (Inline methods): Remove "kludgy" phrase.
4583         (Filename Syntax): Describe port numbers.
4585 2010-07-09  Michael Albinus  <michael.albinus@gmx.de>
4587         * dbus.texi (Top): Introduce Index.  Emphasize "nil" whereever
4588         forgotten.
4589         (Type Conversion): Precise conversion of natural numbers.
4590         (Errors and Events): Add "debugging" to concept index.  Add variable
4591         `dbus-debug'.
4593 2010-07-04  Michael Albinus  <michael.albinus@gmx.de>
4595         * dbus.texi (Receiving Method Calls): Add optional argument
4596         EMITS-SIGNAL to `dbus-register-property'.
4598 2010-06-27  Alex Schroeder  <alex@gnu.org>
4600         * nxml-mode.texi (Commands for locating a schema): Fix typo.
4602 2010-06-24  Glenn Morris  <rgm@gnu.org>
4604         * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
4605         * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
4606         * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
4607         * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
4608         * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
4609         * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
4610         * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
4611         * woman.texi: Start direntry descriptions in column 32, per Texinfo
4612         convention.   Make them end with a period.
4614 2010-06-23  Glenn Morris  <rgm@gnu.org>
4616         * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
4617         * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
4618         * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
4619         * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
4620         * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
4621         * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
4623 2010-06-10  Glenn Morris  <rgm@gnu.org>
4625         * idlwave.texi (Load-Path Shadows):
4626         * org.texi (Handling links): Fix typos.
4628 2010-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
4630         * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
4632 2010-05-26  Michael Albinus  <michael.albinus@gmx.de>
4634         * eshell.texi (Built-ins): Describe, how to disable a built-in command
4635         by an alias.  (Bug#6226)
4637 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
4639         * calc.texi (Manipulating Vectors): Mention that vectors can
4640         be used to determine bins for `calc-histogram'.
4642 2010-05-13  Jay Belanger  <jay.p.belanger@gmail.com>
4644         * calc.texi: Remove "\turnoffactive" commands throughout.
4646 2010-05-08  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
4648         * url.texi (HTTP language/coding, Customization):
4649         * message.texi (Header Commands, Responses):
4650         * cl.texi (Argument Lists): Fix typos.
4652 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
4654         * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
4655         Note that Development menu is always available.
4656         (Creating a project): Fix terminology.
4657         (Add/Remove files): Fix typo.
4659 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
4661         * Version 23.2 released.
4663 2010-05-01  Daniel E. Doherty  <ddoherty03@gmail.com>  (tiny change)
4665         * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
4667 2010-05-01  Michael Albinus  <michael.albinus@gmx.de>
4669         * tramp.texi (Inline methods, Default Method):
4670         Mention `tramp-inline-compress-start-size'.
4672 2010-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
4674         * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
4675         the CVS repo.  Put the Git repo in the news section.
4677         * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
4678         Removed some mentions of CVS.  Mention the new Git repo.
4680 2010-04-18  Andreas Seltenreich  <seltenreich@gmx.de>
4682         * gnus.texi (Score File Format): Fix typo.  Reported by Štěpán Němec.
4683         (Mail Group Commands): Add index entry.
4685 2010-04-18  Glenn Morris  <rgm@gnu.org>
4687         * info.texi (Search Index): Mention Emacs's Info-virtual-index.
4689 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
4691         * calc.texi (Radix modes): Mention that the option prefix will
4692         turn on twos-complement mode.
4693         (Inverse and Hyperbolic Flags): Mention the Option flag.
4695 2010-04-15  Carsten Dominik  <carsten.dominik@gmail.com>
4697         * org.texi (LaTeX and PDF export): Add a footnote about xetex.
4698         (LaTeX/PDF export commands): Rename and Move section.
4699         (Sectioning structure): Update.
4700         (References): New use case for field coordinates.
4701         (The export dispatcher): Rename from ASCII export.
4702         (Setting up the staging area): Document the availability of
4703         encryption for MobileOrg.
4704         (Images and tables): Document how to reference labels.
4705         (Index entries): New section.
4706         (Generating an index): New section.
4707         (Column width and alignment): Document that <N> now
4708         means a fixed width, not a maximum width.
4709         (Publishing options): Document the :email option.
4710         (Beamer class export): Fix bug in the BEAMER example.
4711         (Refiling notes): Document refile logging.
4712         (In-buffer settings): Document refile logging keywords.
4713         (Drawers): Document `C-c C-z' command.
4714         (Agenda commands): Mention the alternative key `C-c C-z'.
4715         (Special properties): Document the BLOCKED property.
4716         (The spreadsheet): Mention the formula editor.
4717         (References): Document field coordinates.
4718         (Publishing action): Correct the documentation for the
4719         publishing function.
4720         (The date/time prompt): Document that we accept dates
4721         like month/day/year.
4722         (Cooperation): Document the changes in table.el support.
4723         (Faces for TODO keywords, Faces for TODO keywords)
4724         (Priorities): Document the easy colors.
4725         (Visibility cycling): Document the new double prefix
4726         arg for `org-reveal'.
4727         (Cooperation): Remember.el is part of Emacs.
4728         (Clean view): Mention that `wrap-prefix' is also set by
4729         org-indent-mode.
4730         (Agenda commands): Add information about prefix args to
4731         scheduling and deadline commands.
4732         (Search view): Point to the docstring of
4733         `org-search-view' for more details.
4734         (Agenda commands): Document that `>' prompts for a date.
4735         (Setting tags): Document variable
4736         org-complete-tags-always-offer-all-agenda-tags.
4737         (Column attributes): Cross-reference special properties.
4739 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
4741         Synchronize with Tramp repository.
4743         * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
4744         (Frequently Asked Questions): Adapt supported (X)Emacs versions.
4745         Adapt supported MS Windows versions.  Remove obsolete URL.  Use the $()
4746         syntax, texi2dvi reports errors with the backquotes.
4748         * trampver.texi: Update release number.
4750 2010-04-01  Teodor Zlatanov  <tzz@lifelogs.com>
4752         * gnus.texi (Finding the News): Add pointers to the Server buffer
4753         because it's essential.
4755 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4757         * gnus.texi (MIME Commands): Update description of
4758         gnus-article-browse-html-article.
4760 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4762         * auth.texi (Secret Service API): Add TODO node.
4763         (Help for users): Explain the new source options for `auth-sources'.
4765 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
4767         * trampver.texi: Update release number.
4769 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
4771         * Branch for 23.2.
4773 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
4775         * faq.texi (Escape sequences in shell output): Note that ansi-color is
4776         now enabled by default.
4778 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
4780         * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
4781         when Emacs runs in interactive mode.  (Bug#5645)
4783 2010-02-16  Glenn Morris  <rgm@gnu.org>
4785         * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
4787 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
4789         * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
4791 2010-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4793         * gnus.texi (Score File Format): Fix typo.
4795 2010-01-19  Mark A. Hershberger  <mah@everybody.org>
4797         * cc-mode.texi: Replace references to obsolete c-subword-mode.
4799 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
4801         * ada-mode.texi (Project File Overview): Fix typo.
4803 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4805         * semantic.texi: Add Richard Y. Kim credit.
4807         * eieio.texi (Making New Objects): Fix typo (Bug#5406).
4809 2010-01-17  Michael Albinus  <michael.albinus@gmx.de>
4811         * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
4812         SXEmacs 22 to the supported systems.  New item for hung ssh sessions.
4814 2010-01-17  Glenn Morris  <rgm@gnu.org>
4816         * calc.texi (Reporting Bugs): Don't mention format of repository.
4818         * woman.texi (Bugs): Make "Emacs repository" less specific,
4819         and the URL for same more specific.
4821         * faq.texi (Latest version of Emacs): The repository is now Bazaar.
4823 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4825         * ede.texi (ede-step-project, ede-proj-target):
4826         * tramp.texi (Remote processes): Fix typos.
4828 2010-01-16  Mario Lang  <mlang@delysid.org>
4830         * ede.texi (ede-target):
4831         * org.texi (Refiling notes): Remove duplicated words.
4833 2010-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4835         * gnus.texi (Posting Styles): Use with-current-buffer.
4836         * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
4838 2010-01-02  Kevin Ryde  <user42@zip.com.au>
4840         * eieio.texi (Naming Conventions): Correction to xref on elisp
4841         coding conventions, is "Tips" node not "Standards".
4843 2009-12-24  Chong Yidong  <cyd@stupidchicken.com>
4845         * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
4847         * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
4849 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4851         * gnus.texi (Direct Functions): Add missing port number to tls method.
4853 2009-12-15  Juanma Barranquero  <lekktu@gmail.com>
4855         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
4856         ($(infodir)/edt, edt.dvi): New targets.
4858 2009-12-15  Glenn Morris  <rgm@gnu.org>
4860         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
4861         (edt, $(infodir)/edt, edt.dvi): New targets.
4862         * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
4864         * Makefile.in (PDF_TARGETS, pdf): New.
4865         (clean): Add *.pdf.
4866         Add pdf rules for all manuals.
4868 2009-12-15  Jay Belanger  <jay.p.belanger@gmail.com>
4870         * calc.texi (Radix Modes): Clarify two's complement notation.
4872 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
4874         * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
4875         (Smart Jump, Analyzer Debug): Copyedits.
4876         (Semantic mode user commands): Link to new nodes.
4877         (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
4878         (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
4879         upstream Semantic manual.
4881         * semantic.texi (Introduction): Minor fix to diagram.
4883 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
4885         * eshell.texi (History): Add the other built-in variables.
4886         (Built-ins): Explain built-ins, and how to apply the external commands.
4887         Add `history', `su' and `sudo'.
4889         * tramp.texi (Remote processes): Add missing <RET> in the example.
4891 2009-12-01  Bill Wohler  <wohler@newt.com>
4893         * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
4894         path for mairix example.  Specify -q in namazu example since namazu is
4895         excessively garrulous.
4897 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
4899         * tramp.texi (Remote processes): Improve eshell example with "su"
4900         and "sudo" commands.
4902 2009-11-28  Chong Yidong  <cyd@stupidchicken.com>
4904         * semantic.texi (Analyzer Internals): Rename from Analyzer.
4906         * sem-user.texi (Semantic mode user commands): Fix key syntax.
4907         Document semantic-complete-analyze-inline.
4908         (Semanticdb search debugging commands): Minor clarification.
4909         (Analyzer, Smart Completion, Smart Summary, Smart Jump)
4910         (Analyzer Debug): New nodes, adapted from the upstream Semantic user
4911         manual.
4912         (Semantic mode): Link to Idle Scheduler.
4914 2009-11-28  Kevin Ryde  <user42@zip.com.au>
4916         * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
4917         @pxref, now EIEIO is in Emacs.
4919         * erc.texi (Development): Correction to git tutorial url.
4921 2009-11-26  Glenn Morris  <rgm@gnu.org>
4923         * faq.texi (Latest version of Emacs): Mention stability of development
4924         version.
4925         (Problems with very large files): Max buffer size increase in 23.2.
4926         (VM): VM has moved house again.
4928 2009-11-22  Jay Belanger  <jay.p.belanger@gmail.com>
4930         * calc.texi (Radix modes): Discuss alternate bases for two's complement
4931         notations.
4933 2009-11-20  Carsten Dominik  <dominik@u016822.science.uva.nl>
4935         * org.texi (Column attributes): Fix documentation of new operators.
4937 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
4939         * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
4940         (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
4941         (Idle Completions Mode): Numerous copyedits.
4943 2009-11-17  Juanma Barranquero  <lekktu@gmail.com>
4945         * semantic.texi (Semantic Internals, Glossary):
4946         * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
4947         (Semanticdb search debugging commands): Fix typos.
4949 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
4951         * calc.texi (Radix modes): Mention twos-complement notation.
4953 2009-11-16  Juanma Barranquero  <lekktu@gmail.com>
4955         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
4956         ($(infodir)/semantic, semantic.dvi): New targets.
4958 2009-11-16  Chong Yidong  <cyd@stupidchicken.com>
4960         * Makefile.in: Build the Semantic manual.
4962         * semantic.texi, sem-user.texi: New files, adapted from the Semantic
4963         repository.
4965 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
4967         * dbus.texi (Receiving Method Calls): New defun
4968         `dbus-unregister-service'.
4970 2009-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
4972         * org.texi (Speed keys): New section.
4974 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
4976         * dbus.texi (Type Conversion): Fix typo.
4977         (Asynchronous Methods): Rename `dbus-registered-functions-table' to
4978         `dbus-registered-objects-table'.
4979         (Receiving Method Calls): New defun `dbus-register-property'.
4980         Move `dbus-unregister-object' here.
4982 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
4984         * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
4986 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
4988         * org.texi (Column attributes): Add the new age summary operators.
4989         Also, mention the fact you can only use one summary operator per
4990         property.
4992 2009-11-13  John Wiegley  <johnw@newartisans.com>
4994         * org.texi (Tracking your habits): Add a new section in the
4995         manual about how to track habits.
4996         (Resolving idle time): Add a section on how idle and
4997         dangling clocks are resolved.
4999 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
5001         * org.texi (Agenda commands): Document the new `i' command.
5002         (Inserting deadline/schedule): Document logging changes
5003         of scheduling and deadline times stamps.
5004         (In-buffer settings): Document the in-buffer keywords for logging
5005         changes of scheduling and deadline times stamps.
5006         (Structure editing, Plain lists): Document indentation
5007         cycling in empty entries with TAB.
5008         (Archiving): Document the default archiving command.
5009         (Moving subtrees): Document the new keys for archiving.
5010         (Internal archiving): Fix incorrect key.
5011         (Agenda commands): Document the TODO set switching commands.
5012         (Agenda commands): Document the new archiving keys.
5013         (Clocking work time): Better description on how to save
5014         and restore a clock.
5015         (Resolving idle time): Mention the x11idle program to get true
5016         idleness also under X11.
5017         (Resolving idle time): Use @kbd instead of @key for normal
5018         letters, because this is how he rest of the manual does this.
5019         (Pushing to MobileOrg): Mention that `org-directory'
5020         should be set.
5021         (Agenda commands): Document that SPC is a filter for
5022         any tag.
5023         (Search view): Rename from "Keyword search".
5024         (Capure): New chapter.
5025         (Markup): New chapter.
5026         (Links in HTML export, Images in HTML export):
5027         Extend the section titles.
5028         (Images in HTML export): Document the align option.
5029         (Text areas in HTML export): Extend the section title.
5030         (Images in LaTeX export): Explain image placement in LaTeX.
5032 2009-11-10  Glenn Morris  <rgm@gnu.org>
5034         * sc.texi (Hints to MUA Authors): MUA should do any decoding.
5036 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
5038         * tramp.texi (Auto-save and Backup): Disable backups just for a
5039         method.
5041         * trampver.texi: Update release number.
5043 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
5045         Sync with Tramp 2.1.17.
5047         * trampver.texi: Update release number.
5049 2009-10-29  Glenn Morris  <rgm@gnu.org>
5051         * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
5053 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
5055         * tramp.texi (External methods): Temporary files are kept for
5056         `rsync' and `rsyncc' methods.
5058 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
5060         * eieio.texi: Fix typos.
5062 2009-10-07  Chong Yidong  <cyd@stupidchicken.com>
5064         * cl.texi (Argument Lists): Clarify explicit keyword arguments.
5066 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
5068         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
5069         ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
5071 2009-10-07  Chong Yidong  <cyd@stupidchicken.com>
5073         * Makefile.in: Build EIEIO and EDE manuals.
5075 2009-10-07  Eric Ludlam  <zappo@gnu.org>
5077         * eieio.texi:
5078         * ede.texi: New files.
5080 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
5082         * tramp.texi (Remote processes): Association of a pty is not supported.
5084 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
5086         * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
5087         (Processing LaTeX fragments): Document that the size of images can be
5088         changes using the variable `org-format-latex-options'.
5089         (The date/time prompt, Timestamps): Be more accurate over ISO format
5090         dates and times.
5091         (Visibility cycling): Document showeverything keyword.
5092         (In-buffer settings): Document showeverything keyword.
5093         (Setting up the staging area): Fix the example.
5094         (MobileOrg): New section.
5095         (Agenda commands, Exporting Agenda Views): Document exporting the
5096         agenda view to Org files.
5098 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
5100         * tramp.texi (History): Add IMAP support.
5101         (External methods): Add `imap' and `imaps' methods.
5102         (GVFS based methods): Add indices for `davs'.
5103         (Password handling): Rename anchors.  Add IMAP entries for
5104         ~/.authinfo.gpg.
5106         * trampver.texi: Set default value of `emacsimap'.
5108 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5110         * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
5112 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
5114         * dired-x.texi (Technical Details):
5115         Delete dired-up-directory (Bug#4292).
5117 2009-09-03  Michael Albinus  <michael.albinus@gmx.de>
5119         * tramp.texi (Frequently Asked Questions): New item for emacsclient.
5121 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
5123         * org.texi (Effort estimates): Document new effort setting commands.
5124         (Agenda commands): Document the new keys fro agenda time motion.
5125         Document entry text mode.  Improve documentation of the keys to include
5126         inactive time stamps into the agenda view.
5127         (Feedback): Document the new bug report command.
5128         (Structure editing): Add an index entry for the sorting of subtrees.
5130 2009-09-02  Teodor Zlatanov  <tzz@lifelogs.com>
5132         * auth.texi (Help for users): Corrected markup.
5134 2009-09-02  Glenn Morris  <rgm@gnu.org>
5136         * emacs-mime.texi (time-date): Mention float-time.
5138 2009-08-30  Jay Belanger  <jay.p.belanger@gmail.com>
5140         * calc.texi (Simplifying Formulas): Improve the wording.
5142 2009-08-29  Teodor Zlatanov  <tzz@lifelogs.com>
5144         * auth.texi: Rewritten for coverage and clarity.
5146 2009-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5148         * gnus.texi (Expiring Mail):
5149         Mention gnus-mark-copied-or-moved-articles-as-expirable.
5150         (Various Various): Mention gnus-safe-html-newsgroups.
5152         * gnus-news.texi: Mention
5153         gnus-mark-copied-or-moved-articles-as-expirable.
5155         * emacs-mime.texi (Display Customization): Add xref to
5156         gnus-safe-html-newsgroups.
5158 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
5160         * tramp.texi (Version Control): Remove.
5161         (Obtaining Tramp): Update cvs checkout command.  Remove nightly tarballs
5162         reference.
5163         (External methods): Correct `scpc' concept index entries.  New method
5164         `rsyncc'.
5165         (External packages): New subsections "Filename completion" and "File
5166         attributes cache".
5168 2009-08-27  Jay Belanger  <jay.p.belanger@gmail.com>
5170         * calc.texi (Rewrite Rules): Improve the example.
5171         (Simplifying Formulas): Explain use of the I and H flags for
5172         simplification.
5174 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
5176         * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
5177         Describe autostart behavior of dbus-ping.
5178         (Synchronous Methods, Asynchronous Methods): Use English numeric format
5179         for timeout values.
5180         (Top): Remove footnote saying D-Bus is not enabled by
5181         default.  (Bug#4256)
5183 2009-08-23  Daiki Ueno  <ueno@unixuser.org>
5185         * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
5186         Reported by Jari Aalto (Bug#4211).
5187         (Mail-mode integration): Mention epa-mail-mode and
5188         epa-global-mail-mode.
5189         (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
5190         epa-setup.
5192 2009-08-16  Michael Albinus  <michael.albinus@gmx.de>
5194         * dbus.texi (Asynchronous Methods): Allow nil handler.
5196 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
5198         * ediff.texi (ediff-current-file): Add information about this new function.
5200         * viper.texi: Add information about C-s in viper's search command.
5202 2009-08-09  Colin Williams  <lackita@gmail.com>  (tiny change)
5204         * calc.texi (Date Forms): Fix typos.
5206 2009-08-08  Glenn Morris  <rgm@gnu.org>
5208         * org.texi (Agenda commands): Restore clobbered change.
5210 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
5212         * calc.texi (Graphics, Devices): Update with the peculiarities of
5213         operation on MS-Windows.
5215 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
5217         * org.texi (Publishing action): Improve documentation of file
5218         names when publishing to the source directory.
5219         (Clean view): Document `org-indent-mode'.
5220         (Clocking work time): Add documentation for the
5221         new :timetamp option when creating a clock report.
5222         (Paragraphs): Fix many typos.
5223         (Plain lists): Remove duplicate explanation about the
5224         `C-c *' command.
5225         (Literal examples): Update to reflect the new behavior
5226         of the -n -r -k switches when exporting source code examples.
5227         (Structure editing): Add information about `C-c *',
5228         converting a plain list into a list of Org items.
5229         (Remember): Small rephrasing of the paragraph
5230         describing remember.el.  Also mentioned that remember.el is part
5231         of Emacs 23, not Emacs 22.
5232         (Clocking work time): Add documentation about
5233         displaying the current clocking time against the effort estimate.
5234         Also add a footnote about using `org-clock-in-prepare-hook' to add
5235         an effort estimate on the fly, just before clocking it.
5236         (Footnotes): Document automatic renumbering and
5237         sorting.
5238         (Agenda commands): Document new bulk commands.
5239         (Plain lists): Document new behavior of
5240         `org-cycle-include-plain-lists'.
5241         Hyphenation only in TeX.
5242         (Clocking work time): Document the key to update effort
5243         estimates.
5244         (Clocking work time): Document the clock time display.
5245         (Structure editing, TODO basics): Document new
5246         variables.
5247         (Column attributes): Document new colciew operators.
5248         (Publishing options): Document :xml-declaration.
5249         (Tracking TODO state changes): Document the
5250         LOG_INTO_DRAWER property.
5251         (Literal examples): Document the new implementation for
5252         editing source code.
5253         (Publishing action): Mention the new publishing
5254         function, to publish an Org source file.
5255         (Publishing links): Mention how to link to an Org source file.
5256         (Macro replacement): Document new macros.
5257         (Handling links): Document type-specific completion
5258         when inserting links.
5259         (Structure editing, Plain lists): Improve documentation
5260         on sorting.
5261         (Internal links): Document custom ids for links.
5262         (Handling links): Document custom ids for links.
5263         (CSS support): Document new class.
5264         (Refiling notes): Document the possibility to create new nodes
5265         during refiling.
5266         (Agenda commands): Document the "?" operator to find
5267         tasks without effort setting.
5268         (Exporting agenda information): Section moved.
5269         (RSS Feeds): New section.
5270         (Built-in table editor): Document M-e and M-a navigate
5271         inside table field.
5272         (Stuck projects): Docment that projects identified as
5273         un-stuck will still be searchd for stuck sub-projects.
5274         (Paragraphs): Document centering.
5275         (Creating timestamps, Agenda commands): Document new
5276         behavior when changing time stamps.
5277         (Structure editing): Document the new command
5278         `org-clone-subtree-with-time-shift'.
5279         (Publishing): Refresh this chapter.
5280         (Export options, Export options, In-buffer settings):
5281         Document the new keywords.
5282         (Matching tags and properties): Collect all
5283         documentation about tags/property matches here.
5284         (Setting tags): Document `org-tag-persistent-alist'.
5285         (Weekly/daily agenda): New section.
5286         (Orgstruct mode): Describe `orgstruct++-mode'.
5287         (Drawers): Mention the LOGBOOK drawer.
5288         (Export options, Sectioning structure): Document the
5289         #+LEATEX_HEADER in-buffer setting.
5290         (Bugs): Section removed.
5291         (Hooks): New section.
5292         (Add-on packages): Move here from old location.
5293         (Context-sensitive commands): New section.
5294         (Setting tags): Document newline option.
5295         (Global TODO list, Matching tags and properties):
5296         Mention more variables.
5297         (Checkboxes): Update to changed command behavior.
5299 2009-08-02  Eric Yu  <sucode@gmail.com>  (tiny change)
5301         * speedbar.texi (Basic Key Bindings): Fix typo.
5303 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
5305         * calc.texi (Vector/Matrix Functions): Add index entries for both
5306         "v" and "V" key bindings.  Mention that `calc-matrix-brackets' only
5307         affects matrices with more than one row.
5308         (Help Commands): Add index entries for "prefix ?" key bindings.
5310 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
5312         * calc.texi (Stack Manipulation Commands): Add documentation for
5313         `calc-transpose-lines'.
5315 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
5317         * dbus.texi (Receiving Method Calls): Describe special return value
5318         `:ignore'.
5320 2009-07-24  Alan Mackenzie  <acm@muc.de>
5322         * cc-mode.texi (Config Basics, File Styles): Document that at mode
5323         initialization, any individual variable setting now takes precedence
5324         over one done via c-file-style/c-file-offsets.
5326 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
5328         * calc.texi (Undoing Mistakes): Mention that the undo list will be
5329         truncated when Calc is quit.
5330         (Customizing Calc): Document `calc-undo-length'.
5332 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
5334         * calc.texi (About This Manual): Don't mention chapter numbers in text.
5336 2009-07-11  Kevin Ryde  <user42@zip.com.au>
5338         * pcl-cvs.texi (About PCL-CVS):
5339         * widget.texi (Basic Types):
5340         Fix cross-references.
5342 2009-07-01  Andreas Schwab  <aschwab@redhat.com>
5344         * dbus.texi (Type Conversion): Don't use literal control character.
5346 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
5348         * tramp.texi (GVFS based methods): New section.
5349         (Remote processes): Processes for GVFS based methods run locally.
5351 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
5353         * tramp.texi (Inline methods, External methods, Gateway methods):
5354         Avoid the words "kludge" and hack".
5355         (External methods): Add `synce' method.
5357         * trampver.texi: Update release number.
5359 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
5361         Sync with Tramp 2.1.16.
5363         * tramp.texi (History): Add GVFS support.
5364         (External methods): Precise `rsync' description.  Add `dav', `davs' and
5365         `obex' methods.  Add 'tramp-gvfs-methods' option.
5366         (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
5367         forms.
5368         (Remote Programs): Introduce `tramp-own-remote-path'.
5369         (Remote processes): New subsection "Running remote programs that create
5370         local X11 windows".
5371         (Frequently Asked Questions): Improve code for disabling vc.
5373         * trampver.texi: Update release number.  Set default value of
5374         `emacsgvfs'.
5376 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
5378         * Branch for 23.1.
5380 2009-06-17  Glenn Morris  <rgm@gnu.org>
5382         * faq.texi (Obtaining the FAQ): Add reference to Savannah.
5383         (Latest version of Emacs): Mention source code repository.
5385 2009-06-16  Glenn Morris  <rgm@gnu.org>
5387         * faq.texi (Top): Language tweak.
5388         (Extended commands): Most people have arrow keys.
5389         (Emacs manual): Say how to follow info links.
5390         (File-name conventions): Change title a bit.  Explain about source
5391         versus installed.  Condense etc description.
5392         (Guidelines for newsgroup postings): Mention Savannah list page.
5393         (Newsgroup archives): Simplify.
5394         (Contacting the FSF): Add contact URL.
5395         (Emacs Lisp documentation): Printed version not always available.
5396         (Installing Texinfo documentation): Explain how by hand installation is
5397         not normally needed.  Use add-to-list.  Remove duplicate reference.
5398         (Informational files for Emacs): Move info on Help menu here from
5399         "File-name conventions".
5400         (Help installing Emacs): Tweak uref.
5401         (Obtaining the FAQ): Mention repository.
5402         (Origin of the term Emacs): Explain "ITS".
5403         (Changing load-path): Use add-to-list.
5404         (Automatic indentation): Clarify this is for Text mode.
5405         Don't mention Indented Text mode.
5406         (Finding Emacs on the Internet): The FSF does not seem to offer a
5407         deluxe distribution on CD anymore.
5409 2009-06-16  Glenn Morris  <rgm@gnu.org>
5411         * faq.texi (Top): Mention which Emacs version this FAQ is about.
5412         Recommend the latest release.  Mention how to get older FAQs.
5413         Recommend the Emacs manual.
5414         (Guidelines for newsgroup postings): Discourage cross-posts.
5415         (Underlining paragraphs): Remove.
5416         (Editing MS-DOS files): Remove pre-Emacs 20 information.
5417         (Bugs and problems): Update key-binding.
5418         (Problems with very large files): Mention 64-bit.
5419         (Shell process exits abnormally): Remove.
5420         (Problems with Shell Mode): Rename and update.
5421         (Spontaneous entry into isearch-mode)
5422         (Problems talking to certain hosts): Remove.  This is old information,
5423         in etc/PROBLEMS if needed.
5424         (Emacs takes a long time to visit files, Updating Emacs): Remove.
5425         (Dired claims that no file is on this line): Update.
5426         (Installing Emacs, Problems building Emacs): Simplify.
5427         (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
5428         information.
5429         (Emacs for MS-Windows): Rename from "Emacs for Windows".  Simplify.
5430         (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
5431         (JDEE): "JDEE", not "JDE".
5432         (Handling C-s and C-q with flow control, Binding C-s and C-q):
5433         Remove.  This is old information, in etc/PROBLEMS if needed.
5434         (stty and Backspace key, Kanji and Chinese characters): Remove.
5435         (Right-to-left alphabets): Update section.
5436         (Changing the included text prefix): Gnus uses message-yank-prefix.
5437         Add cross-reference to Supercite manual.
5438         (Saving a copy of outgoing mail): Simplify output file description.
5439         (Expanding aliases when sending mail): Refer to Emacs manual.
5440         Remove old info about RFC822.
5441         Correct description of how to rebuild aliases.
5442         (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
5443         (MIME with Emacs mail packages)
5444         (Viewing articles with embedded underlining)
5445         (Saving a multi-part Gnus posting, Gnus hangs for a long time):
5446         Remove old sections.
5447         (Killing based on nonstandard headers): Remove.  Scoring is preferable,
5448         and is well-documented in the Gnus manual.
5449         (Reading news with Emacs): Merge "Learning more about Gnus" into here.
5450         (Making Gnus faster): Rename from "Starting Gnus faster".
5451         Merge "Catch-up is slow in Gnus" into here.
5453 2009-06-14  Glenn Morris  <rgm@gnu.org>
5455         * faq.texi (Status of Emacs): Re-order with most recent releases first.
5456         (New in Emacs 23): New section.
5457         (Handling C-s and C-q with flow control): Add xref.
5459 2009-06-13  Glenn Morris  <rgm@gnu.org>
5461         * faq.texi (Setting up a customization file): Grammar fix.
5462         Customize is no longer "new".
5463         (Displaying the current line or column): Line-number mode is on by
5464         default.  Don't mention `column' package.  Mention linum.el.
5465         (Turning on abbrevs by default): Explain how to do it for buffers,
5466         modes, and everywhere.
5467         (Associating modes with files): Use add-to-list.  Don't mention Emacs
5468         19.
5469         (Highlighting a region): On by default since 23.1.
5470         (Replacing highlighted text): Update doc quote.
5471         (Working with unprintable characters): Don't mention search-quote-char.
5472         (Using an already running Emacs process): Gnuclient is probably not an
5473         enhancement these days.
5474         (Indenting switch statements): Remove mention of pre-Emacs 20.
5475         (Horizontal scrolling): Abbreviate Emacs 20 description.
5476         (Replacing text across multiple files): Fix name of dired command.
5477         (Disabling backups): Use require not load.
5478         (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
5480 2009-06-13  Bill Wohler  <wohler@newt.com>
5482         Release MH-E manual version 8.2.
5484         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
5485         release 8.2.
5487 2009-06-13  Glenn Morris  <rgm@gnu.org>
5489         * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
5490         in this day and age the common meaning is "on the web".
5491         (copying): Use @copyright in all cases.
5492         (Basic keys): Remove reference to deleted manual node "Text Characters".
5493         (File-name conventions): Use GNU as an example rather than SERVICE.
5494         default.el lives in site-lisp.  Update Info directory location.
5495         (Real meaning of copyleft): GPL actions have been brought, but all
5496         settled out of court.
5497         (Guidelines for newsgroup postings): Shorten section title.
5498         Simplify comp.emacs description.
5499         (Newsgroup archives): Change Google URL.  Describe Gmane.
5500         (Unsubscribing from Emacs lists): Remove discussion of "distribution
5501         points".  Mention List-Unsubscribe header.
5502         (Contacting the FSF): Update email and URLs.
5503         (Basic editing): Mention F1 for help.
5504         (Installing Texinfo documentation): Refer to Texinfo website rather
5505         than ftp server.
5506         (Printing a Texinfo file): Mention texi2pdf.
5507         (Informational files for Emacs): Don't describe FTP or SERVICE, they
5508         are just stubs nowadays.
5509         (Latest version of Emacs): Explain version numbers.
5510         (Spell-checkers, Checking TeX and *roff documents): Remove sections.
5511         (Turning on syntax highlighting): No need to mention hilit19 any more.
5512         (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
5513         (Modes for various languages): Remove section.
5514         (Major packages and programs): Remove most version and maintainer
5515         information - it's hard to keep up-to-date, and adds nothing.
5516         Similarly with direct links to mailing lists.
5517         (Spell-checkers): Rename node from Ispell.  Mention Aspell and Hunspell.
5518         (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
5519         years, and Emacs comes with tools for this now.
5520         (Patch): Remove section - this is a standard tool.
5521         (Using function keys under X): Remove section.
5523 2009-06-12  Glenn Morris  <rgm@gnu.org>
5525         * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
5526         (Help installing Emacs): Remove reference to deleted X11 node.
5527         (Associating modes with files): Interpreter-mode-alist is no longer
5528         subservient to auto-mode-alist.
5529         (Installing Emacs): Change future Emacs version.
5530         (Linking with -lX11 fails): Remove old section.
5531         (Packages that do not come with Emacs): Update ELL location.
5532         Emacs Lisp archive is dead.
5533         (Emacs for Windows): Remove reference to old CE port.
5534         (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
5535         (Emacs for VMS and DECwindows): Remove old ports.
5536         (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
5537         (Removing flashing messages): Remove section about non-existent Gnus
5538         option.
5540         * faq.texi (Top): Add @top command.
5541         Remove the optional arguments from all @node commands: makeinfo can
5542         generate these automatically, and it is easier to edit and rearrange
5543         nodes without them.
5545 2009-06-11  Glenn Morris  <rgm@gnu.org>
5547         * faq.texi (Common acronyms): Remove no-longer-existing OSF.
5548         (The LPF): Make the updated URL the sole reference point.
5549         (Learning how to do something): Update refcard price and format.
5550         (Getting a printed manual): Sources in doc/emacs/, not man/.
5551         Also available in PDF format.  Since the page count varies, be less
5552         precise.
5553         (Informational files for Emacs): Remove references to deleted files
5554         LPF and SUN-SUPPORT, and to UUCP.
5555         (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
5556         Remove many obsolete ways to get the FAQ, which now seems only to be
5557         distributed with Emacs.
5558         (Mail and news): Remove sections about Rmail Babyl that no longer apply.
5560 2009-06-09  Chong Yidong  <cyd@stupidchicken.com>
5562         * org.texi (Org Plot): Fix tags (Bug#3507).
5563         (Workflow states, Agenda commands): Fix tags (Bug#3508).
5565         * ada-mode.texi (Installation, Compile commands)
5566         (Project File Overview, No project files, Set compiler options)
5567         (Use GNAT project file, Use multiple GNAT project files)
5568         (Identifier completion): Use @samp for menu items, and @kbd for key
5569         sequences (Bug#3504).
5571 2009-06-04  Daiki Ueno  <ueno@unixuser.org>
5573         * gnus.texi (Security): Fix wording; add a link to epa.info.
5575 2009-06-04  Ryan Yeske  <rcyeske@gmail.com>
5577         * message.texi (Header Commands): Fix descriptions to match
5578         keybindings.
5580 2009-04-22  Daiki Ueno  <ueno@unixuser.org>
5582         * gnus.texi (Security): Mention that EasyPG is the current default.
5584 2009-04-13  Chong Yidong  <cyd@stupidchicken.com>
5586         * ediff.texi (Session Commands): Fix typo.
5588 2009-04-05  Reiner Steib  <Reiner.Steib@gmx.de>
5590         * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
5591         news.software.readers.  Reported by Florian Rehnisch.
5593 2009-04-02  Glenn Morris  <rgm@gnu.org>
5595         * auth.texi: Capitalize direntry.
5597         * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
5598         using a period in the entry name.  (Bug#2797)
5600 2009-03-03  Juanma Barranquero  <lekktu@gmail.com>
5602         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
5603         ($(infodir)/auth, auth.dvi): New targets.
5605 2009-03-03  Glenn Morris  <rgm@gnu.org>
5607         * auth.texi: Fix @setfilename.
5609         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
5610         (auth, $(infodir)/auth, auth.dvi): New rules.
5612 2009-02-25  Glenn Morris  <rgm@gnu.org>
5614         * faq.texi (Emacs for minimalists): New node.  (Bug#2452)
5616 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5618         * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
5620 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5622         * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
5623         gnus-nocem-issuers, and gnus-nocem-verifyer.
5625 2009-02-20  Juanma Barranquero  <lekktu@gmail.com>
5627         * ada-mode.texi (Project files, Automatic Casing):
5628         * dbus.texi (Signals):
5629         * gnus.texi (Selecting a Group, Filtering Incoming Mail):
5630         * mh-e.texi (HTML):
5631         * nxml-mode.texi (Locating a schema)
5632         (Using the document's URI to locate a schema):
5633         * org.texi (Footnotes, Using the mapping API):
5634         * rcirc.texi (Channels): Remove duplicate words.
5636 2009-02-20  Glenn Morris  <rgm@gnu.org>
5638         * dired-x.texi (Miscellaneous Commands):
5639         * gnus.texi: Minor updates for mbox Rmail.
5641 2009-02-16  Karl Berry  <karl@gnu.org>
5643         * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
5644         * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
5645         * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
5646         * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
5647         * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
5648         * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
5649         * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
5650         * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
5651         * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
5652         Consistently use @insertcopying in the Top node,
5653         @contents at the front (after @end titlepage),
5654         and @direntry after @copying.  (Bug#1988)
5656 2009-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5658         * auth.texi: New file documenting auth-source.
5660 2009-02-13  Carsten Dominik  <dominik@science.uva.nl>
5662         * org.texi (Org Plot): Fix link.
5664 2009-02-09  Daiki Ueno  <ueno@unixuser.org>
5666         * epa.texi (Mail-mode integration): Mention the way to do
5667         "encrypt-to-self".  (Bug#1807)
5669 2009-02-05  Arni Magnusson  <arnima@hafro.is>  (tiny change)
5671         * ada-mode.texi (No project files): Fix typo.  (Bug#2214)
5673 2009-02-04  Reiner Steib  <Reiner.Steib@gmx.de>
5675         * gnus-news.texi: Print version about Incoming*.
5677 2009-02-02  Carsten Dominik  <dominik@science.uva.nl>
5679         * org.texi (Structure editing, Handling links)
5680         (Fast access to TODO states, Javascript support): Make standard docs
5681         correctly reflect default variable settings.
5683 2009-02-02  Glenn Morris  <rgm@gnu.org>
5685         * org.texi: Fix typos.
5687 2009-02-01  Michael Albinus  <michael.albinus@gmx.de>
5689         Sync with Tramp 2.1.15.
5691         * trampver.texi: Update release number.
5693 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
5695         * org.texi (TODO dependencies): Document TODO dependencies on
5696         checkboxes.
5698 2009-01-30  Carsten Dominik  <dominik@science.uva.nl>
5700         * org.texi (TODO dependencies): Document key binding for toggling
5701         ORDERED property.
5703 2009-01-28  Michael Albinus  <michael.albinus@gmx.de>
5705         * dbus.texi (Errors and Events): Fix typos.  Describe second parameter
5706         of hook functions.
5708 2009-01-28  Carsten Dominik  <dominik@science.uva.nl>
5710         * org.texi (TODO dependencies): New section.
5712 2009-01-27  Carsten Dominik  <dominik@science.uva.nl>
5714         * org.texi (Plain lists, TODO basics, Priorities)
5715         (Multiple sets in one file, Conflicts): Document interaction with
5716         `shift-selection-mode'.
5718 2009-01-27  Jay Belanger  <jay.p.belanger@gmail.com>
5720         * calc.texi (Embedded Mode, Algebraic-Style Calculations):
5721         Make Calc the subject of sentences.
5722         (Rearranging Formulas using Selections): Discuss new options
5723         for `j *'.
5725 2009-01-26  Michael Albinus  <michael.albinus@gmx.de>
5727         * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
5729 2009-01-26  Glenn Morris  <rgm@gnu.org>
5731         * org.texi: Fix typos.
5733 2009-01-26  Bill Wohler  <wohler@newt.com>
5735         * mh-e.texi (EDITION, UPDATED): Update.
5737 2009-01-25  Carsten Dominik  <dominik@science.uva.nl>
5739         * org.texi (References): Add information about remote references.
5740         (Built-in table editor): Document `C-c RET' in tables.
5741         (Math symbols, Quoting LaTeX code): Mention that simple
5742         LaTeX macros survive LaTeX export.
5743         (Images in LaTeX export): Show how to create a reference to a
5744         figure.
5745         (Sectioning structure): Document that the LaTeX class can be
5746         specified in a property.
5747         (Text areas in HTML export): New section.
5748         (External links): Add examples for text search and ID links.
5749         (Built-in table editor): Remove the descriptio of `C-c
5750         C-q', it not longer works.
5751         (Literal examples): Document that a space must follow
5752         the colon in short examples.
5753         (Relative timer): Document `org-timer-stop'.
5754         (Footnotes): New section.
5755         (Footnote markup): Shorten section and refer to new Footnote
5756         section.
5757         (Literal examples): Add documentation for line
5758         numbering in and references to code examples.
5759         (CSS support): Fix the description of default CSS styles.
5760         (Capturing column view): Document
5761         "file:path/to/file.org" as an allowed value for the ID property of
5762         a dynamic block copying column view.
5764 2009-01-23  Stephen Eglen  <stephen@gnu.org>
5766         * mh-e.texi (Getting Started): Describe $MH.
5768 2009-01-21  Michael Albinus  <michael.albinus@gmx.de>
5770         * tramp.texi (all): Harmonize usage of "external method",
5771         "external transfer method" and "out-of-band method".
5772         (Connection types): Precise the differences of inline and external
5773         methods.  Written by Adrian Phillips <a.phillips@met.no>.
5775 2009-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
5777         * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
5778         commands as described at the top.  Reported by Allan Gottlieb
5779         <gottlieb@nyu.edu>.
5781 2009-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5783         * gnus.texi (Non-ASCII Group Names, RSS): Update description of
5784         nnmail-pathname-coding-system.
5786 2009-01-17  Peter Tury  <tury.peter@gmail.com>  (tiny change)
5788         * org.texi (Relative timer): Fix typo.
5790 2009-01-15  Juanma Barranquero  <lekktu@gmail.com>
5792         * org.texi (Clocking work time): Fix typo.
5793         Reported by Peter Tury <tury.peter@gmail.com>.  (Bug#1925)
5795 2009-01-13  Glenn Morris  <rgm@gnu.org>
5797         * org.texi: Fix some more typos.
5799 2009-01-13  Peter Tury  <tury.peter@gmail.com>  (tiny change)
5801         * org.texi: Fix some typos.
5803 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5805         * gnus.texi (Group Parameters): Add note for local variables.
5807 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5809         * gnus.texi (Converting Kill Files): Fix URL.
5810         Include gnus-kill-to-score.el in contrib directory.
5812 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5814         * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
5815         Reported by Leo <sdl.web@gmail.com>.  (Bug#1660)
5816         (Paging the Article): Add index entry.
5818 2009-01-03  Stephen Leake  <stephen_leake@member.fsf.org>
5820         * ada-mode.texi (Examples): Delete redundant text.
5822 2009-01-03  Michael Albinus  <michael.albinus@gmx.de>
5824         * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
5826         * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
5827         addresses.
5829 2009-01-03  Bill Wohler  <wohler@newt.com>
5831         * mh-e.texi (Scan Line Formats): Indicate that first column should be
5832         kept empty.
5834 2008-12-20  Carsten Dominik  <dominik@science.uva.nl>
5836         * org.texi (Activation, Exporting, ASCII export, HTML export)
5837         (HTML Export commands, LaTeX/PDF export commands):
5838         Improve documentation about transient-mark-mode.
5839         (References): Document the use of special names like $LR1 to reference
5840         to fields in the last table row.
5842 2008-12-19  Juri Linkov  <juri@jurta.org>
5844         * info.texi (Search Text): Remove mention of removed key binding M-s.
5846 2008-12-18  Carsten Dominik  <dominik@science.uva.nl>
5848         * org.texi (References): Remove mentioning of @0 as reference for the
5849         last line, this has been reverted in the Lisp sources.
5851 2008-12-17  Juanma Barranquero  <lekktu@gmail.com>
5853         * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
5854         (DVI_TARGETS): Remove duplicates.  Add sasl.
5855         ($(infodir)/sasl, sasl.dvi): New targets.
5857 2008-12-17  Carsten Dominik  <dominik@science.uva.nl>
5859         * org.texi: Version number pushed to 6.15d.
5861 2008-12-16  Carsten Dominik  <dominik@science.uva.nl>
5863         * org.texi (Tables in LaTeX export): New section.
5864         (Images in LaTeX export): New section.
5865         (Inlined images, Images in HTML export): Sections renamed.
5867 2008-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
5869         * message.texi (Insertion Variables): Don't advertise sc-cite-original.
5871 2008-12-04  David Engster  <dengste@eml.cc>
5873         * gnus.texi (nnmairix): Mention mairix.el.  Point out the importance
5874         of nnml-get-new-mail.  Change URL for mairix patch.
5876 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
5878         * org.texi (Using the mapping API): Fix bug in mapping example.
5879         (Publishing options): Make the list of properties complete again, in
5880         correspondence to the variable `org-export-plist-vars'.
5881         (Property searches): Document new special values for time comparisons.
5882         (Tag inheritance): Refine the description of tag inheritance.
5883         (Project alist): Add info about the publishing sequence of components.
5884         (Effort estimates): Document the new relative timer.
5886 2008-12-01  Jay Belanger  <jay.p.belanger@gmail.com>
5888         * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
5889         (Using Calc): Clarify use of `C-x * o'.
5890         (Embedded Mode (Overview)): Clarify use of `C-x * e'.
5892 2008-11-28  Richard M Stallman  <rms@gnu.org>
5894         * dbus.texi (Receiving Method Calls): Clean up previous change.
5896 2008-11-26  Michael Albinus  <michael.albinus@gmx.de>
5898         * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
5899         `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
5900         `dbus-unescape-from-identifier'.
5901         (Receiving Method Calls): New constants `dbus-service-emacs' and
5902         `dbus-path-emacs'.  Precise return values of `dbus-register-method'.
5903         (Signals): Use the constants in the example.
5905 2008-11-24  Carsten Dominik  <dominik@science.uva.nl>
5907         * org.texi: Re-apply change to FDL 1.3.
5909 2008-11-23  Carsten Dominik  <dominik@science.uva.nl>
5911         * org.texi (Setting up Remember): Document `org-remember-mode'.
5912         (External links): Document that bbdb links can use a regular
5913         expression.
5914         (External links): Document that elisp links can contain interactive
5915         commands.
5917 2008-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
5919         * viper.texi (viper-translate-all-ESC-keysequences):
5920         Description removed.
5922 2008-11-19  Glenn Morris  <rgm@gnu.org>
5924         * doclicense.texi: Change to FDL 1.3.
5925         Relicense all texi files under FDL 1.3 or later.
5927 2008-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
5929         * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
5931 2008-11-16  Michael Kifer  <kifer@cs.stonybrook.edu>
5933         * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
5935         * ediff.texi: Version/date change.
5937 2008-11-14  Chong Yidong  <cyd@stupidchicken.com>
5939         * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
5941 2008-11-14  Jay Belanger  <jay.p.belanger@gmail.com>
5943         * calc.texi (About This Manual): Comment out a mention of
5944         marginal notes.
5946 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
5948         * org.texi (Clocking work time): Document the :formula property of
5949         clock tables.
5950         (Structure editing, Refiling notes): Document refiling regions.
5951         (Agenda commands): Document the double-prefix version
5952         of the `l' command in the agenda.
5953         (Handling links): Explain the effect of a double prefix
5954         arg to `C-c C-o'.
5955         (TODO basics): Add documentation for tag triggers.
5957 2008-10-23  Glenn Morris  <rgm@gnu.org>
5959         * cl.texi (Function Bindings): Mention `flet' fails to deal with
5960         byte-compiling things like `+'.
5962         * ns-emacs.texi: Merge copyright years of author now with assignment
5963         into FSF years.
5964         (VER): Use it for easier automatic updating.  Use Emacs version rather
5965         than standalone Emacs.app version.
5967 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
5969         * org.texi: Lots of minor fixes.
5970         (Capture): New chapter.
5971         (Org Plot): New section.
5973 2008-09-30  Magnus Henoch  <mange@freemail.hu>
5975         * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
5977 2008-09-30  Jay Belanger  <jay.p.belanger@gmail.com>
5979         * calc.texi (User Defined Units): Mention how to enter optional display
5980         string.
5982 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5984         * message.texi (Sending Variables): Fix variable documentation to
5985         avoid the "y/n" wording.
5987 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5989         * message.texi (Sending Variables): Add `message-confirm-send' doc.
5991 2008-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5993         * gnus.texi (The Gnus Registry): Don't give argument to @item used in
5994         @enumerate section so as to be able to be formatted with MAKEINFO=no.
5996 2008-09-22  Bill Wohler  <wohler@newt.com>
5998         Release MH-E manual version 8.1.
6000         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
6001         release 8.1.
6003         * mh-e.texi: Retain dual license as agreed to by the FSF.
6004         However, bump GPL to Version 3.
6005         Use @include for license text.
6007 2008-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6009         * gnus.texi (Top, Setup, Fancy splitting to parent)
6010         (Store custom flags and keywords, Store arbitrary data):
6011         Clean up markup.
6013 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6015         * gnus.texi (The Gnus Registry): Document it.
6017 2008-09-08  David Engster  <dengste@eml.cc>
6019         * gnus.texi (nnmairix): Point out that nnml uses MH format.
6020         Clarify section about choosing back end servers.
6022 2008-08-23  Glenn Morris  <rgm@gnu.org>
6024         * dired-x.texi (Shell Command Guessing):
6025         Mention dired-guess-shell-case-fold-search.  (Bug#417)
6027 2008-08-22  Michael Albinus  <michael.albinus@gmx.de>
6029         * trampver.texi: Update release number.
6031 2008-08-18  Brian Cully  <bjc@kublai.com>  (tiny change)
6033         * ns-emacs.texi: Update version.
6034         (Introduction): Correct menu location for options save.
6035         (Customization): Note that defaults are stored under org.gnu.Emacs.
6037 2008-08-11  Bill Wohler  <wohler@newt.com>
6039         * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
6040         explicit about GNU mailutils MH elsewhere (with thanks to Darel
6041         Henman) (closes SF #1768928).
6043 2008-08-10  Glenn Morris  <rgm@gnu.org>
6045         * ns-emacs.texi: Use @copying.  Change copyright of authors with
6046         assignment to FSF.  Change license to GFDL.
6047         (Top): Remove outdated references.
6049 2008-08-07  Reiner Steib  <Reiner.Steib@gmx.de>
6051         * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
6052         Add gnus-summary-sort-by-most-recent-number and
6053         gnus-summary-sort-by-most-recent-date.
6054         (Summary Sorting): Explain prefix argument.
6056 2008-08-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6058         * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
6059         gnus-summary-pipe-output.
6061 2008-08-03  Michael Albinus  <michael.albinus@gmx.de>
6063         * dbus.texi (Receiving Method Calls): Document error handling of own
6064         D-Bus methods.
6066 2008-08-01  Bill Wohler  <wohler@newt.com>
6068         * mh-e.texi (Reading Mail)
6069         (Viewing Attachments): Describe new function
6070         mh-show-preferred-alternative.
6071         (Sending Mail, Redistributing, Sending Message): Describe new hook
6072         mh-annotate-msg-hook.
6074 2008-07-31  Michael Albinus  <michael.albinus@gmx.de>
6076         * dbus.texi (Arguments and Signatures): Fix example.
6077         (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
6078         (Asynchronous Methods): New node.
6079         (Errors and Events): Describe extended layout of `dbus-event'.
6080         New defun `dbus-event-message-type'.
6082 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6084         * ediff.texi: Remove VMS support.
6086 2008-07-29  Juanma Barranquero  <lekktu@gmail.com>
6088         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
6089         ($(infodir)/mairix-el), mairix-el.dvi): New targets.
6091 2008-07-29  Chong Yidong  <cyd@stupidchicken.com>
6093         * Makefile.in: Add mairix-el targets.
6095 2008-07-29  David Engster  <deng@randomsample.de>
6097         * mairix-el.texi: New file.
6099 2008-07-28  Stephen Leake  <stephen_leake@stephe-leake.org>
6101         * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
6102         project files.  Delete 'main_unit' project variable; not needed.  Allow
6103         process environment variables wherever project variables are allowed.
6104         Add tutorial section on multiple GNAT project files.
6106 2008-07-27  Michael Albinus  <michael.albinus@gmx.de>
6108         Sync with Tramp 2.1.14.
6110         * trampver.texi: Update release number.
6112 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
6114         * ns-emacs.texi:
6115         * faq.texi: Remove mentions of Mac Carbon.
6117 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6119         * gnus.texi (Saving Articles): Describe the 2nd argument of
6120         gnus-summary-save-in-pipe.
6121         (SpamAssassin): Use it.
6123 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6125         * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
6127 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
6129         * org.texi (Export options): Document the use of the creator flag.
6131 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
6133         * org.texi: New version 6.06a.
6135 2008-07-23  Juanma Barranquero  <lekktu@gmail.com>
6137         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
6138         ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
6140 2008-07-23  Vincent Belaïche  <vincent.b.1@hotmail.fr>
6142         * calc.texi (Editing Stack Entries):
6143         (Algebraic Entry): Rewrite introductory sentences so it can be used by
6144         Calc's help functions.  Mention fixing typos.
6145         (Customizing Calc): Fix typo.
6147 2008-07-23  Jay Belanger  <jay.p.belanger@gmail.com>
6149         * calc.texi (summarykey): New macro.  Use to correctly format keys in
6150         the summary.
6152 2008-07-20  Adrian Robert  <adrian.b.robert@gmail.com>
6154         * ns-emacs.texi (Customization): Corrected documentation on color
6155         specification formats.
6157 2008-07-19  Andreas Schwab  <schwab@suse.de>
6159         * ns-emacs.texi: Moved from ../emacs.  Add @direntry.
6161         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
6162         (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
6164 2008-07-18  Michael Albinus  <michael.albinus@gmx.de>
6166         * dbus.texi (Inspection): Rework, introduce submenus.
6167         (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
6168         (Properties and Annotations, Arguments and Signatures): New nodes.
6170 2008-07-13  Michael Albinus  <michael.albinus@gmx.de>
6172         * dbus.texi (Receiving Method Calls): Fix description of
6173         `dbus-register-method'.
6174         (Signals): Allow also signal arguments for filtering in
6175         `dbus-register-signal'.
6177 2008-07-13  Vincent Belaïche  <vincent.b.1@hotmail.fr>
6179         * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
6180         `cnorm'.
6181         (Arithmetic Tutorial): Simplify the verification of prime factors.
6183 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6185         * gnus.texi (Saving Articles): Mention
6186         gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
6188 2008-06-29  Jay Belanger  <jay.p.belanger@gmail.com>
6190         * calc.texi: Adjust mode line throughout.
6192 2008-06-28  Juanma Barranquero  <lekktu@gmail.com>
6194         * sasl.texi (Mechanisms): Fix typos.
6196 2008-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
6198         * calc.texi (Killing from the stack): Mention using normal Emacs
6199         copying.
6201 2008-06-21  Michael Albinus  <michael.albinus@gmx.de>
6203         * tramp.texi (Password handling): Rename from "Password caching".
6204         Add `auth-source' mechanism.
6205         (Connection caching): Tramp reopens the connection automatically,
6206         when the operating system on the remote host has been changed.
6208 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
6210         * makefile.w32-in (distclean): Remove makefile.
6212 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
6214         * org.texi (Using the mapping API): New section.
6215         (Agenda column view): New section.
6216         (Moving subtrees): Document archiving to the archive sibling.
6217         (Agenda commands): Document columns view in the agenda.
6218         (Using the property API): Document the API for multi-valued properties.
6220 2008-06-17  Jason Riedy  <jason@acm.org>
6222         * org.texi (A LaTeX example): Note that fmt may be a one-argument
6223         function, and efmt may be a two-argument function.
6224         (Radio tables): Document multiple destinations.
6226 2008-06-16  Glenn Morris  <rgm@gnu.org>
6228         * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
6229         Add Cover-Texts.
6231 2008-06-15  Glenn Morris  <rgm@gnu.org>
6233         * faq.texi (VER): Update to 23.0.60.
6235         * mh-e.texi: Remove option of licensing under GPL.
6236         Add Cover-Texts to GFDL permissions notice.
6237         (GPL): Remove section.
6238         (GFDL): Include doclicense.texi rather than the actual text.
6240         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
6241         (sasl, $(infodir)/sasl, sasl.dvi): New rules.
6243         * sasl.texi: Fix output file name.
6245         * epa.texi, sasl.texi: Refer to license in Emacs manual.
6247         * gnus-coding.texi: Refer to license in Gnus manual.
6249         * idlwave.texi, sasl.texi: Use @copying.
6251         * org.texi: Change to GFDL 1.2.  Refer to license in Emacs manual.
6253         * speedbar.texi: Update Back-Cover Text as per maintain.info.
6255         * url.texi: Use @copying, @title, @subtitle, @author.
6257         * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
6258         * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
6259         * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
6260         * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
6261         * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
6262         * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
6263         * widget.texi, woman.texi:
6264         Remove references to external license, since doclicense is included.
6266         * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
6267         * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
6268         Remove references to non-existent Invariant Sections.
6270 2008-06-14  Glenn Morris  <rgm@gnu.org>
6272         * faq.texi (Major packages and programs): Remove references to external
6273         Supercite, Calc, VIPER, since they have been included for some time.
6274         Update VM, AUCTeX, BBDB entries.
6276 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
6278         * newsticker.texi: Updated to match latest newsticker changes.
6280 2008-06-13  Glenn Morris  <rgm@gnu.org>
6282         * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
6283         * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
6284         * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
6285         * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
6286         * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
6287         * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
6288         * woman.texi:
6289         Update Back-Cover Text as per maintain.info.
6291 2008-06-15  Reiner Steib  <Reiner.Steib@gmx.de>
6293         * gnus-faq.texi: Generate.  Change node names to "FAQ N-M".
6295         * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
6296         (gnus-faq.xml): Update repository host.
6298         * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
6300 2008-06-15  Frank Schmitt  <ich@frank-schmitt.net>
6302         * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
6303         Fix a typo.
6305 2008-06-15  Reiner Steib  <Reiner.Steib@gmx.de>
6307         * gnus.texi (Mail Source Customization): Correct values of
6308         `mail-source-delete-incoming'.  Reported by Tassilo Horn.
6309         (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
6311 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6313         * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
6314         coding standards.
6316 2008-06-14  David Engster  <dengste@eml.cc>
6318         * gnus.texi (nnmairix): Markup fixes.
6320 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6322         * gnus.texi (nnmairix): Markup and other minor fixes.
6324 2008-06-05  David Engster  <dengste@eml.cc>
6326         * gnus.texi (nnmairix): New nodes describing nnmairix.el.
6328 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6330         * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
6331         (Searching, nnir, nnmairix): New stub nodes.
6333 2008-05-30  Felix Lee  <felix.1@canids.net>
6335         * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
6337 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6339         * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
6341 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6343         * gnus.texi (Scoring On Other Headers): Fix typo.  Rearrange.
6345 2008-05-15  Jonathan Yavner  <jyavner@member.fsf.org>
6347         * ses.texi (Acknowledgements): Add Shigeru Fukaya.
6349 2008-05-06  Juanma Barranquero  <lekktu@gmail.com>
6351         * info.texi (Top): Fix typo in xref.
6353 2008-05-05  Karl Berry  <karl@gnu.org>
6355         * info.texi (Top): @xref to stand-alone manual.
6357 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6359         * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
6360         (Various Summary Stuff): Fix typo in last xref.
6362 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6364         * org.texi (Moving subtrees): Fix typo.
6366 2008-04-28  Michael Albinus  <michael.albinus@gmx.de>
6368         * tramp.texi (Frequently Asked Questions): Explain, how to disable
6369         Tramp via `tramp-mode'.
6371 2008-04-27  Carsten Dominik  <dominik@sam.science.uva.nl>
6373         * org.texi: Massive changes, in many parts of the file.
6375 2008-04-27  Jason Riedy  <jason@acm.org>
6377         * org.texi (A LaTeX example): Note that fmt may be a
6378         one-argument function, and efmt may be a two-argument function.
6379         (Radio tables): Document multiple destinations.
6381 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6383         * gnus.texi (Oort Gnus): Add message-fill-column.
6385 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6387         * gnus.texi (Mail Source Specifiers): Typo fix.
6389 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6391         * gnus.texi (Diary Headers Generation): Update key binding for
6392         `gnus-diary-check-message'.
6394 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6396         * gnus.texi (Emacsen): Addition.
6398 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6400         * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
6402 2008-04-09  Reiner Steib  <Reiner.Steib@gmx.de>
6404         * gnus.texi (Oort Gnus): Mention customizing of tool bars.
6406 2008-04-09  Reiner Steib  <Reiner.Steib@gmx.de>
6408         * gnus-news.texi: Update tool bar item.
6410 2008-04-09  Sven Joachim  <svenjoac@gmx.de>
6412         * gnus-news.texi: Fix typos.
6414 2008-04-11  Jay Belanger  <jay.p.belanger@gmail.com>
6416         * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
6417         Add mention of `kron'.
6419 2008-04-01  Daiki Ueno  <ueno@unixuser.org>
6421         * epa.texi (Encrypting/decrypting *.gpg files):
6422         Document epa-file-name-regexp.
6424 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6426         * gnus.texi (Example Methods): Fix description about ssh-agent.
6427         (Indirect Functions): Fix the default value of nntp-telnet-command;
6428         remove link to connect.html.
6430 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
6432         * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
6433         dbus-call-method.
6434         (Receiving Method Calls): The timeout can be set by the calling client.
6436         * trampver.texi: Update release number.
6438 2008-03-29  Reiner Steib  <Reiner.Steib@gmx.de>
6440         * gnus.texi (Top): Fix version.  Add SASL.
6442 2008-03-29  Michael Albinus  <michael.albinus@gmx.de>
6444         Sync with Tramp 2.1.13.
6446         * trampver.texi: Update release number.
6448 2008-03-29  Chong Yidong  <cyd@stupidchicken.com>
6450         * org.texi: Update to new org-mode website.
6452 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6454         * cl.texi (For Clauses): Fix loop over key-seq to match code.
6456 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6458         * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
6459         gnus-read-ephemeral-gmane-group-url,
6460         gnus-read-ephemeral-emacs-bug-group,
6461         gnus-read-ephemeral-debian-bug-group.
6463 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6465         * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
6467         * gnus-news.texi: Add EasyPG.  Add gnus-article-browse-html-article.
6468         Add FIXMEs for Bookmarks and gnus-registry-marks.
6470 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6472         * gnus.texi (Smileys): Document `smiley-style'.
6474 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6476         * gnus.texi (Gnus Development): Clarify difference between ding and
6477         gnu.emacs.gnus.
6478         (MIME Commands, Using MIME, RSS): Fix markup.
6480         * gnus-faq.texi ([8.4]): Ditto.
6482 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6484         * gnus.texi (Emacsen): Remove obsolete stuff.
6486 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6488         * gnus.texi (Oort Gnus): Add version info WRT
6489         `mail-source-delete-incoming'.
6491 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6493         * gnus.texi (Top): Add "Other related manuals" and version info in
6494         `iftex' output.
6495         (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
6496         gnus-balloon-face-0 and the corresponding format specifiers.
6498 2008-03-26  Michael Albinus  <michael.albinus@gmx.de>
6500         * tramp.texi (Filename completion): Remove footnote about let-bind
6501         of `partial-completion-mode'.  It doesn't work this way.
6503 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6505         * pcl-cvs.texi (Contributors): Update my email.
6507 2008-03-21  Michael Albinus  <michael.albinus@gmx.de>
6509         * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
6511 2008-03-17  Bill Wohler  <wohler@newt.com>
6513         * mh-e.texi (Viewing): Update URL for adding header fields to
6514         mh-invisible-header-fields-default.
6516 2008-03-16  Bill Wohler  <wohler@newt.com>
6518         * mh-e.texi (Preface): Add Gnus to requirements.
6519         (Forwarding): Note that forwarded MIME messages are now inline.
6521 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6523         * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
6524         (Common Variables): Give precedence to the netcat methods over the
6525         telnet methods, and mention that they are more reliable.
6527 2008-03-13  Carsten Dominik  <dominik@science.uva.nl>
6529         * org.texi (Exporting Agenda Views): Document agenda export to
6530         iCalendar.
6531         (Progress logging): Document the new progress logging stuff.
6533 2008-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
6535         * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
6536         Update for change of `mail-source-delete-incoming'.
6538         * gnus-news.texi: Ditto.
6540 2008-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
6542         * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
6543         custom versions.
6545 2008-03-07  Alan Mackenzie  <acm@muc.de>
6547         * cc-mode.texi (Limitations and Known Bugs): State that the number of
6548         parens/brackets in a k&r region is limited.
6550 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6552         * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
6553         using different Emacs versions.
6555 2008-02-27  Glenn Morris  <rgm@gnu.org>
6557         * sc.texi: Remove a lot of old and obsolete info.
6558         (titlepage): Simplify.
6559         (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
6560         (VM with any Emacsen, GNEWS with any Emacsen)
6561         (Overloading for Non-conforming MUAs, Version 3 Changes)
6562         (The Supercite Mailing List): Delete nodes.
6563         (Introduction): Remove info about old packages.
6564         (Getting Connected): Simplify.  Remove info about old packages.
6565         (Citing Commands): Delete Emacs 19 info.
6566         (Hints to MUA Authors): Simplify.
6567         (Thanks and History): Merge in some info from the deleted node
6568         "Version 3 Changes".
6570 2008-02-05  Juanma Barranquero  <lekktu@gmail.com>
6572         * org.texi (Setting tags, In-buffer settings):
6573         * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
6575 2008-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6577         * gnus-news.texi: Mention that spaces and tabs are allowed in the
6578         installation directory name.
6580 2008-02-12  Romain Francoise  <romain@orebokech.com>
6582         * epa.texi (Overview): Fix typo.
6584 2008-02-11  Daiki Ueno  <ueno@unixuser.org>
6586         * epa.texi (Quick start): Remove the .emacs setting.
6588 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6590         * epa.texi (Quick start): Use the command `epa-enable' instead of
6591         loading `epa-setup'.
6593 2008-02-08  Juanma Barranquero  <lekktu@gmail.com>
6595         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
6596         ($(infodir)/epa, epa.dvi): New targets.
6598 2008-02-08  Daiki Ueno  <ueno@unixuser.org>
6600         * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
6602         * epa.texi: New manual documenting the EasyPG Assistant.
6604 2008-02-06  Michael Albinus  <michael.albinus@gmx.de>
6606         * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
6607         (Inspection): New function dbus-ping.
6609 2008-02-05  Michael Albinus  <michael.albinus@gmx.de>
6611         * tramp.texi (Remote processes): Add `shell-command'.
6613 2008-02-02  Michael Albinus  <michael.albinus@gmx.de>
6615         * tramp.texi: Use new FSF's Back-Cover Text.
6617 2008-01-28  Michael Sperber  <sperber@deinprogramm.de>
6619         * gnus.texi (Mail Source Specifiers): Document `group' specifier.
6620         (Group Parameters): Document `mail-source' parameter.
6622 2008-01-27  Michael Albinus  <michael.albinus@gmx.de>
6624         * tramp.texi (Inline methods): The hostname of the su(do)? methods
6625         must be a local host.
6627 2008-01-26  Michael Olson  <mwolson@gnu.org>
6629         * erc.texi: Update version for ERC 5.3 release.
6630         (Obtaining ERC): Update extras URLs for 5.3.
6631         (Development): Write instructions for git, and remove those for Arch.
6632         (History): Mention the switch to git.
6634 2008-01-24  Karl Berry  <karl@gnu.org>
6636         * info.texi (Search Index, Search Text): Mention the command
6637         character in the section name, a la the (Go to node) node.
6639 2008-01-21  Michael Albinus  <michael.albinus@gmx.de>
6641         * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
6643 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6645         * gnus-news.texi: Mention gnus-article-describe-bindings.
6647 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6649         * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
6651 2008-01-18  Carsten Dominik  <dominik@science.uva.nl>
6653         * org.texi (Property inheritance): New section.
6654         (Conventions): New section.
6655         (Structure editing): Document C-RET, the prefix arg to the cut/copy
6656         commands, and the new bindings for refiling.
6657         (Sparse trees): Document the new special command for sparse trees.
6658         (References): Be more clear about the counting of hilines.
6659         (Handling links): Document M-p/n for accessing links.
6660         (Fast access to TODO states): New section.
6661         (Per file keywords): New section.
6662         (Property inheritance): New section.
6663         (Column attributes): New summary types.
6664         (Capturing Column View): New section.
6665         (The date/time prompt): Cover the new features in the date/time prompt.
6666         Compactify the table of keys for the calendar remote control.
6667         (Clocking work time): Document the new :scope parameter.
6668         (Remember): Promoted to chapter.
6669         (Quoted examples): New section.
6670         (Enhancing text): New verbatim environments.
6672 2008-01-14  Michael Albinus  <michael.albinus@gmx.de>
6674         * trampver.texi: Update release number.
6676 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6678         * gnus.texi (Article Keymap):
6679         Add gnus-article-wide-reply-with-original; fix descriptions of
6680         gnus-article-reply-with-original and
6681         gnus-article-followup-with-original.
6683 2008-01-09  Glenn Morris  <rgm@gnu.org>
6685         * nxml-mode.texi: Add @copying section.
6687 2008-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6689         * message.texi (Mail Variables): Add some text from "(gnus)Posting
6690         Server".  Add `message-send-mail-with-mailclient'.
6692         * gnus.texi (Posting Server): Move some text to "(message)Mail
6693         Variables" and add a reference here.
6695 2008-01-04  Michael Albinus  <michael.albinus@gmx.de>
6697         * dbus.texi (Receiving Method Calls): New chapter.
6698         (Errors and Events): Add serial number to events.  Replace "signal" by
6699         "message".  Introduce dbus-event-serial-number.
6701 2008-01-03  Michael Albinus  <michael.albinus@gmx.de>
6703         * dbus.texi (Type Conversion): Explain the type specification for empty
6704         arrays.  Use another example.
6706 2007-12-30  Michael Albinus  <michael.albinus@gmx.de>
6708         * dbus.texi (all): Replace "..." by @dots{}.
6709         (Type Conversion): Precise the value range for :byte types.
6710         (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
6711         Mention its return value.
6712         (Errors and Events): There is no D-Bus error propagation during event
6713         processing.
6715 2007-12-29  Jay Belanger  <jay.p.belanger@gmail.com>
6717         * calc.texi (Yacas Language, Maxima Language, Giac Language):
6718         New sections.
6720 2007-12-29  Reiner Steib  <Reiner.Steib@gmx.de>
6722         * gnus.texi (Group Parameters): Reorder the text and add a note about
6723         `gnus-parameters' near the beginning of the node.
6725 2007-12-29  IRIE Tetsuya  <irie@t.email.ne.jp>  (tiny change)
6727         * gnus.texi (Score File Editing): Fix function name.
6729 2007-12-23  Michael Albinus  <michael.albinus@gmx.de>
6731         Sync with Tramp 2.1.12.
6733         * trampver.texi: Update release number.
6735 2007-12-22  Richard Stallman  <rms@gnu.org>
6737         * cc-mode.texi (Getting Started): Change @ref to @pxref.
6739 2007-12-22  Michael Albinus  <michael.albinus@gmx.de>
6741         * dbus.texi (Type Conversion): Correct input parameters mapping.
6743 2007-12-21  Michael Albinus  <michael.albinus@gmx.de>
6745         * dbus.texi (Type Conversion): Extend for D-Bus compound types.
6746         (Errors and Events): Mention wrong-type-argument error.
6748 2007-12-21  Alex Schroeder  <alex@gnu.org>
6750         * rcirc.texi: Changed single spaces after sentence end to double
6751         spaces.  Fixed some typos.
6752         (Internet Relay Chat): Explain relay.
6753         (Getting started with rcirc): Change items to reflect prompts.
6754         Add more explanation to rcirc-track-minor-mode and added a comment to
6755         warn future maintainers that this section is a copy.
6756         (People): Change /ignore example.
6757         (Keywords): Not keywords.
6759 2007-12-20  Alex Schroeder  <alex@gnu.org>
6761         * rcirc.texi (Top): Fighting Information Overload chapter added.
6762         (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
6763         (rcirc commands): Move /ignore command to the new chapter.
6764         (Fighting Information Overload): New chapter documenting /keyword,
6765         /bright, /dim, channel ignore, and low priority channels.
6766         (Configuration): Document rcirc-server-alist, remove
6767         rcirc-startup-channels-alist and rcirc-default-server.
6769 2007-12-16  Michael Albinus  <michael.albinus@gmx.de>
6771         * dbus.texi (Signals): Fix example in dbus-register-signal.
6773 2007-12-14  Sven Joachim  <svenjoac@gmx.de>
6775         * gnus.texi (Score Variables): Fix typo.
6777 2007-12-07  Michael Albinus  <michael.albinus@gmx.de>
6779         * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
6780         (Signals): Adapt dbus-send-signal and dbus-register-signal.
6781         (Errors and Events): Adapt dbus-event.
6783 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6785         * gnus.texi (Other Files): Add the yenc command.
6787 2007-11-30  Reiner Steib  <Reiner.Steib@gmx.de>
6789         * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
6790         since 2004-08-06.
6792 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6794         * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
6795         on body.
6797 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6799         * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
6800         and rfc2047-allow-irregular-q-encoded-words; fix description of
6801         rfc2047-encode-encoded-words.
6803 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6805         * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
6807 2007-12-05  Michael Olson  <mwolson@gnu.org>
6809         * remember.texi (Diary): Remove "require" line for remember-diary.el.
6810         Update documentation for `remember-diary-file'.
6812 2007-12-04  Michael Albinus  <michael.albinus@gmx.de>
6814         * dbus.texi (Signals): Precise `dbus-register-signal'.
6815         (Errors and Events): Rework events part, the internal structure of
6816         dbus-event has changed.
6818 2007-12-03  Juanma Barranquero  <lekktu@gmail.com>
6820         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
6821         ($(infodir)/dbus, dbus.dvi): New targets.
6823 2007-12-03  Michael Albinus  <michael.albinus@gmx.de>
6825         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
6826         unconditionally.
6828         * dbus.texi (Synchronous Methods): Show the result of the "lshal"
6829         emulation with @print{}.
6831 2007-12-02  Richard Stallman  <rms@gnu.org>
6833         * dbus.texi (Overview): Minor cleanup.
6835 2007-12-02  Michael Albinus  <michael.albinus@gmx.de>
6837         * Makefile.in (INFO_TARGETS): Add dbus.
6838         (DVI_TARGETS): Add dbus.dvi.
6839         (dbus, dbus.dvi): New targets.
6841         * dbus.texi: New file.
6843 2007-11-24  Romain Francoise  <romain@orebokech.com>
6845         * nxml-mode.texi: Add description in @direntry.
6846         Fix file name to match @setfilename.
6848 2007-11-23  Mark A. Hershberger  <mah@everybody.org>
6850         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
6851         ($(infodir)/nxml-mode): New rule.
6853         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
6854         ($(infodir)/nxml-mode): New rule.
6855         (clean): Add nxml-mode*.
6857         * nxml-mode.texi: New file with nxml manual.
6859 2007-11-18  Richard Stallman  <rms@gnu.org>
6861         * flymake.texi (Example -- Configuring a tool called directly):
6862         Update example.
6864 2007-11-18  Michael Albinus  <michael.albinus@gmx.de>
6866         * tramp.texi (Filename completion): Simplify explanation of
6867         double-slash behavior.  Explain directory contents flushing.
6869 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
6871         * calc.texi (TeX and LaTeX Language Modes): Put in
6872         missing braces.
6874 2007-11-15  Richard Stallman  <rms@gnu.org>
6876         * cl.texi (Equality Predicates): Delete `eql'.
6877         (Predicates, Naming Conventions, Top): Delete `eql'.
6878         (Common Lisp Compatibility): Delete `eql'.
6879         (Porting Common Lisp): Delete obsolete backquote info.
6880         Minor clarification about character constants.
6881         (Sequence Basics): Minor clarification.
6883 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6885         * cc-mode.texi (Electric Keys, Custom Macros):
6886         * tramp.texi (Filename completion): Fix typos.
6888 2007-11-15  Jay Belanger  <jay.p.belanger@gmail.com>
6890         * calc.texi (Basic commands): Mention the menu.
6892 2007-11-12  Michael Albinus  <michael.albinus@gmx.de>
6894         * tramp.texi (Connection caching): Tramp flushes connection
6895         properties when remote operating system has been changed.
6897 2007-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
6899         * gnus-news.texi: Fix spelling.
6900         `message-insert-formatted-citation-line', not
6901         `message-insert-formated-citation-line'.
6903         * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
6905 2007-11-07  Michael Albinus  <michael.albinus@gmx.de>
6907         * tramp.texi (Overview): Mention also the PuTTY integration under
6908         w32.  Remove paragraphs about Tramp's experimental status.
6909         (Frequently Asked Questions): Add code example for highlighting the
6910         mode line.
6912 2007-11-03  Michael Olson  <mwolson@gnu.org>
6914         * remember.texi: Change mentions of remember-buffer to
6915         remember-finalize throughout.
6917 2007-10-30  Michael Olson  <mwolson@gnu.org>
6919         * remember.texi (Copying): Remove.
6920         (Mailbox): Update with non-BBDB instructions.
6921         (Diary, Org): Add.
6922         (Bibliography, Planner Page): Remove.
6924 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
6926         * makefile.w32-in (INFO_TARGETS): Add remember.
6927         (DVI_TARGETS): Add remember.dvi.
6928         ($(infodir)/remember): New rule.
6929         (clean): Add remember*.
6931 2007-10-30  Michael Olson  <mwolson@gnu.org>
6933         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
6934         ($(infodir)/remember): New rule that builds the Remember Manual.
6936         * remember.texi: New file containing the Remember Mode Manual.
6937         Shuffle chapters around after initial import.
6938         (Function Reference): Split Keystrokes into separate chapter.
6939         (Keystrokes): Document C-c C-k.
6940         (Introduction): Fix typographical issue with "---".
6942 2007-10-29  Richard Stallman  <rms@gnu.org>
6944         * widget.texi (Introduction): Delete discussion of implementation
6945         internals.
6947 2007-10-29  Michael Albinus  <michael.albinus@gmx.de>
6949         * tramp.texi (Connection caching): Host names must be different
6950         when tunneling.
6952 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6954         * gnus.texi, gnus-faq.texi, message.texi: Bump version to
6955         Gnus v5.13.
6957 2007-10-28  Miles Bader  <miles@gnu.org>
6959         * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
6961 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6963         * gnus.texi (Sorting the Summary Buffer):
6964         Remove gnus-article-sort-by-date-reverse.
6966 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6968         * gnus.texi (Non-ASCII Group Names): New node.
6969         (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
6970         gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
6972 2007-10-28  Michaël Cadilhac  <michael@cadilhac.name>
6974         * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
6975         clean the output of the program `imap-shell-program'.
6977 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6979         * gnus.texi (IMAP): Mention nnimap-logout-timeout.
6981 2007-10-28  Tassilo Horn  <tassilo@member.fsf.org>
6983         * gnus.texi (Sticky Articles): Documentation for sticky article
6984         buffers.
6986 2007-10-28  Michaël Cadilhac  <michael@cadilhac.name>
6988         * gnus.texi (RSS): Document nnrss-ignore-article-fields.
6990 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6992         * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
6994 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6996         * gnus.texi (Archived Messages):
6997         Document gnus-update-message-archive-method.
6999 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7001         * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
7003 2007-10-28  Michaël Cadilhac  <michael@cadilhac.name>
7005         * gnus.texi (Group Maneuvering):
7006         Document `gnus-summary-next-group-on-exit'.
7008 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7010         * gnus.texi (Really Various Summary Commands):
7011         Mention gnus-auto-select-on-ephemeral-exit.
7013 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7015         * gnus.texi, message.texi: Bump version number.
7017 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7019         * gnus.texi (Group Line Specification, Misc Group Stuff)
7020         (Server Commands): Parenthesize @pxref{Mail Spool}.
7022 2007-10-28  Didier Verna  <didier@xemacs.org>
7024         New user option: message-signature-directory.
7025         * message.texi (Insertion Variables): Document it.
7026         * gnus.texi (Posting Styles): Ditto.
7028 2007-10-28  Didier Verna  <didier@xemacs.org>
7030         * gnus.texi (Group Line Specification):
7031         * gnus.texi (Misc Group Stuff):
7032         * gnus.texi (Server Commands): Document the group compaction feature.
7034 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7036         * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
7038         * message.texi (Various Message Variables): Add message-fill-column.
7040 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7042         * gnus.texi: Untabify.
7044 2007-10-28  Didier Verna  <didier@xemacs.org>
7046         * gnus.texi (Group Parameters): Document the posting-style merging
7047         process in topic-mode.
7049 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7051         * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
7053 2007-10-28  Romain Francoise  <romain@orebokech.com>
7055         * gnus.texi (Mail Spool): Fix typo.
7056         Update copyright.
7058 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7060         * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
7062 2007-10-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7064         * gnus.texi (Summary Generation Commands):
7065         Add gnus-summary-insert-ticked-articles.
7067 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7069         * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
7070         to spam-spamassassin-program.
7072 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7074         * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
7076 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7078         * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
7080 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7082         * message.texi (Mail Headers): Document `opportunistic'.
7084 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7086         * emacs-mime.texi (Encoding Customization): Explain how to set
7087         mm-coding-system-priorities per hierarchy.
7089 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7091         * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
7092         nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
7094 2007-10-28  Didier Verna  <didier@xemacs.org>
7096         * message.texi (Wide Reply): Update documentation of
7097         message-dont-reply-to-names (now allowing a list of regexps).
7099 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7101         * gnus.texi (Spam Package Introduction): Fix spam menu and links.
7103 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7105         * gnus.texi (SpamAssassin back end): Fix typo.
7107         * sieve.texi (Examples): Fix grammar.
7109 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7111         * gnus.texi (Searching for Articles): Document M-S and M-R.
7112         (Limiting): Document / b.
7114 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7116         * gnus.texi (Thread Commands): T M-^.
7118 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7120         * message.texi (Mail Aliases): Document ecomplete.
7121         (Mail Aliases): Fix typo.
7123 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7125         * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
7126         fix typo.
7128 2007-10-28  Romain Francoise  <romain@orebokech.com>
7130         * gnus.texi (Mail Spool): Grammar fix.
7132 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7134         * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
7135         string.
7137 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7139         * gnus.texi (Group Parameters): Fix description.
7141 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7143         * gnus.texi (Gmane Spam Reporting):
7144         Fix spam-report-gmane-use-article-number.
7145         Add spam-report-user-mail-address.
7147 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7149         * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
7151 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7153         * gnus.texi (Group Parameters): Add simplified sorting example based on
7154         example for `Sorting the Summary Buffer' from Jari Aalto
7155         <jari.aalto@cante.net>.
7156         (Example Methods): Add example for an indirect connection.
7158 2007-10-28  Kevin Greiner  <kevin.greiner@compsol.cc>
7160         * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
7161         (Agent Parameters): Update parameter names to match code.
7162         (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
7163         'gnus-agent-summary-fetch-series'.
7164         (Agent and flags): New section providing a generalized discussion
7165         of flag handling.
7166         (Agent and IMAP): Remove flag discussion.
7167         (Agent Variables): Add 'gnus-agent-synchronize-flags'.
7169 2007-10-28  Romain Francoise  <romain@orebokech.com>
7171         * gnus.texi (Exiting the Summary Buffer): Add new function
7172         `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
7174 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7176         * gnus.texi (Conformity): Fix typo.
7177         (Customizing Articles): Document `first'.
7179 2007-10-28  Jari Aalto  <jari.aalto@cante.net>
7181         * gnus.texi (Sorting the Summary Buffer):
7182         Add `gnus-thread-sort-by-date-reverse'.  Add example
7183         host to different sorting in NNTP and RSS groups.
7185 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7187         * message.texi (Insertion): Describe prefix for
7188         message-mark-inserted-region and message-mark-insert-file.
7190 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7192         * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
7193         LaTeX documents.  Describe "text/x-gnus-verbatim".
7195 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
7197         * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
7198         (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
7199         (spam-stat spam filtering, SpamOracle)
7200         (Extending the Spam ELisp package): Remove extra quote symbol for
7201         clarity.
7203 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7205         * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
7206         gnus-article-delete-part and gnus-article-replace-part.
7207         (Using MIME): Add gnus-mime-replace-part.
7209 2007-10-28  Romain Francoise  <romain@orebokech.com>
7211         * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
7212         requires `auto-compression-mode' to be enabled.  Add new nnml
7213         variable `nnml-compressed-files-size-threshold'.
7215 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7217         * gnus.texi (Sorting the Summary Buffer):
7218         Add gnus-thread-sort-by-recipient.
7220 2007-10-28  Romain Francoise  <romain@orebokech.com>
7222         * message.texi (Insertion Variables): Mention new variable
7223         `message-yank-empty-prefix'.  Change `message-yank-cited-prefix'
7224         documentation accordingly.
7226 2007-10-28  Romain Francoise  <romain@orebokech.com>
7228         * gnus.texi (To From Newsgroups): Mention new variables
7229         `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
7231 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7233         * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
7234         stuff; gnus-mime-inline-part does the automatic decompression.
7236 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
7238         * gnus.texi (Spam ELisp Package Configuration Examples):
7239         "training.ham" should be "training.spam".
7241 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7243         * message.texi (Mail Variables): Fix the default value for
7244         message-send-mail-function.
7246 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7248         * gnus.texi (Optional Back End Functions): nntp-request-update-info
7249         always returns nil exceptionally.
7251 2007-10-28  Simon Josefsson  <jas@extundo.com>
7253         * gnus.texi (Article Washing): Add libidn URL.
7254         Suggested by Michael Cook <michael@waxrat.com>.
7256 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7258         * gnus.texi (Topic Commands): Fix next/previous.
7260 2007-10-28  Simon Josefsson  <jas@extundo.com>
7262         * gnus.texi (Article Washing): Mention `W i'.
7264 2007-10-28  Jochen Küpper  <jochen@fhi-berlin.mpg.de>
7266         * gnus.texi (Group Parameters): Slight extension of sieve
7267         parameter description.
7269 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7271         * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
7272         matching score files as well.
7273         (Picons): Describe `gnus-picon-style'.
7275 2007-10-28  Romain Francoise  <romain@orebokech.com>
7277         * message.texi (Message Headers): Mention that headers are hidden
7278         using narrowing, and how to expose them.
7279         Update copyright.
7281 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7283         * gnus.texi: Mention `gnus-summary-limit-to-recipient' and
7284         `gnus-summary-sort-by-recipient'.
7286 2007-10-28  Romain Francoise  <romain@orebokech.com>
7288         * gnus.texi (NNTP marks): New node.
7289         (NNTP): Move NNTP marks variables to the new node.
7291 2007-10-28  Jesper Harder  <harder@ifa.au.dk>
7293         * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
7295         * gnus.texi (MIME Commands, Hashcash): Markup fix.
7297 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
7299         * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
7300         everywhere for consistency.
7301         (Filtering Spam Using The Spam ELisp Package): Admonish again.
7302         (Spam ELisp Package Sequence of Events): This is Gnus, say so.
7303         Say "regular expression" instead of "regex."  Admonish.
7304         Pick other words to sound better (s/so/thus/).
7305         (Spam ELisp Package Filtering of Incoming Mail):
7306         Mention statistical filters.  Remove old TODO.
7307         (Spam ELisp Package Sorting and Score Display in Summary Buffer):
7308         New section on sorting and displaying the spam score.
7309         (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
7310         backend but an alias to spam-use-BBDB.
7311         (Extending the Spam ELisp package): Rewrite the example using the
7312         new backend functionality.
7314 2007-10-28  Simon Josefsson  <jas@extundo.com>
7316         * gnus.texi (NNTP): Mention nntp-marks-is-evil and
7317         nntp-marks-directory, from Romain Francoise
7318         <romain@orebokech.com>.
7320 2007-10-28  Magnus Henoch  <mange@freemail.hu>
7322         * gnus.texi (Hashcash): New default value of
7323         hashcash-default-payment.
7325 2007-10-28  Simon Josefsson  <jas@extundo.com>
7327         * gnus.texi (Hashcash): Fix URL.  Add pref to spam section.
7328         (Anti-spam Hashcash Payments): No need to load hashcash.el now.
7330 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7332         * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
7334 2007-10-28  Simon Josefsson  <jas@extundo.com>
7336         * gnus.texi (documentencoding): Add, to avoid warnings.
7338 2007-10-28  Simon Josefsson  <jas@extundo.com>
7340         * message.texi (Mail Headers): Add.
7342         * gnus.texi (Hashcash): Fix.
7344 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
7346         * gnus.texi (Hashcash): Change location of library, also mention
7347         that payments can be verified and fix the name of the
7348         hashcash-path variable.
7350 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7352         * gnus.texi (Article Display): Add `gnus-picon-style'.
7354 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7356         * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
7358 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
7360         * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
7361         (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
7362         warning about ham processors in spam groups removed.
7364 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
7366         * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
7367         From Hubert Chan <hubert@uhoreg.ca>.
7369 2007-10-28  Jesper Harder  <harder@ifa.au.dk>
7371         * gnus.texi (Spam ELisp Package Sequence of Events): Index.
7372         (Mailing List): Typo.
7373         (Customizing Articles): Add gnus-treat-ansi-sequences.
7374         (Article Washing): Index.
7376         * message.texi: Use m-dash consistently.
7378 2007-10-28  Jesper Harder  <harder@ifa.au.dk>
7380         * gnus.texi (GroupLens): Remove.
7382 2007-10-28  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7384         * gnus.texi (Outgoing Messages, Agent Variables):
7385         Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
7386         Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
7388 2007-10-28  Jesper Harder  <harder@ifa.au.dk>
7390         * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
7392 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7394         * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
7396         * gnus.texi (No Gnus): New node.  Includes `gnus-news.texi'.
7398 2007-10-28  Simon Josefsson  <jas@extundo.com>
7400         * gnus.texi (Top): Add SASL.
7402 2007-10-27  Emanuele Giaquinta  <e.giaquinta@glauco.it>  (tiny change)
7404         * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
7406 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7408         * gnus.texi (Troubleshooting): Adjust Gnus version number.
7410 2007-10-27  Jay Belanger  <jay.p.belanger@gmail.com>
7412         * calc.texi (Formulas, Composition Basics): Lower the
7413         precedence of negation.
7415 2007-10-25  Jonathan Yavner  <jyavner@member.fsf.org>
7417         * ses.texi (The Basics): Mention how to create a new spreadsheet.
7418         Mention the new three-letter column identifiers.
7419         (More on cell printing): Calculate-cell and truncate-cell are now `c'
7420         and `t' rather than `C-c C-c' and `C-c C-t'.  Mention the stupid error
7421         message when using `c' on an empty default with default printer.
7422         (Buffer-local variables in spreadsheets): `symbolic-formulas' was
7423         renamed to `ses--symbolic-formulas' some time ago.
7425 2007-10-25  Jay Belanger  <jay.p.belanger@gmail.com>
7427         * calc.texi (Default Simplifications, Making Selections)
7428         (Customizing Calc): Clarify associativity of multiplication.
7430 2007-10-23  Michael Albinus  <michael.albinus@gmx.de>
7432         * tramp.texi (Traces and Profiles): Simplify loop over
7433         `trace-function-background'.
7435 2007-10-22  Juri Linkov  <juri@jurta.org>
7437         * dired-x.texi (Shell Command Guessing): Default values are now
7438         available by typing M-n instead of M-p.
7440 2007-10-21  Michael Albinus  <michael.albinus@gmx.de>
7442         * tramp.texi (Cleanup remote connections): New section.
7443         (Password caching): Remove `tramp-clear-passwd'.
7444         It's not a command anymore.
7445         (Bug Reports): Add `tramp-bug' to function index.
7446         (Function Index, Variable Index): New nodes.
7447         (Remote shell setup): Describe `tramp-password-prompt-regexp'.
7449         * trampver.texi: Update release number.
7451 2007-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
7453         * calc.texi (History and Acknowledgements): Turn comment
7454         about integer size into past tense.
7455         (Time Zones): Remove pointer to Calc author's address.
7456         (Trigonometric and Hyperbolic Functions): Mention cotangent
7457         and hyperbolic cotangent.  Fix typo.
7459 2007-10-10  Michael Albinus  <michael.albinus@gmx.de>
7461         Sync with Tramp 2.1.11.
7463         * trampver.texi: Update release number.
7465 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
7467         * tramp.texi (External packages): New section.
7469 2007-09-29  Juri Linkov  <juri@jurta.org>
7471         * info.texi (Help-Int): Document `L' (`Info-history').
7473 2007-09-26  Carsten Dominik  <dominik@science.uva.nl>
7475         * org.texi: Change links to webpage and maintained email.
7476         (Remember): Promote to Chapter, significant changes.
7477         (Fast access to TODO states): New section.
7478         (Faces for TODO keywords): New section.
7479         (Export options): Example for #+DATE.
7480         (Progress logging): Section moved.
7482 2007-09-26  Bill Wohler  <wohler@newt.com>
7484         * mh-e.texi (HTML): Mention binding of S-mouse-2 to
7485         browse-url-at-mouse.
7487 2007-09-20  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
7489         * flymake.texi (Customizable variables): Face names don't end in -face.
7490         Fix flymake-err-line-patterns template.
7491         (Example -- Configuring a tool called directly): Fix init-function.
7492         (Highlighting erroneous lines): Face names don't end in -face.
7494 2007-09-18  Exal de Jesus Garcia Carrillo  <exal@gmx.de>  (tiny change)
7496         * erc.texi (Special-Features): Fix small typo.
7498 2007-09-14  Michael Albinus  <michael.albinus@gmx.de>
7500         * tramp.texi (Filename Syntax): Provide links to "Inline methods"
7501         and "External transfer methods".
7503 2007-09-13  Jay Belanger  <jay.p.belanger@gmail.com>
7505         * calc.texi (Predefined Units): Add some history.
7507 2007-09-08  Michael Olson  <mwolson@gnu.org>
7509         * erc.texi (Copying): New section included from gpl.texi.
7510         This matches the look of the upstream ERC manual.
7512 2007-09-07  Jay Belanger  <jay.p.belanger@gmail.com>
7514         * calc.texi (History and Acknowledgements): Adjust the "thanks".
7515         (Random Numbers): Clarify the distribution of `random'.
7517 2007-09-06  Glenn Morris  <rgm@gnu.org>
7519         Move manual sources from man/ to subdirectories of doc/.
7520         Split into the Emacs manual in emacs/, and other manuals in misc/.
7521         Change all setfilename commands to use ../../info.
7522         * Makefile.in: Move the parts of the old man/Makefile.in that do not
7523         refer to the Emacs manual here.
7524         (infodir): New variable.
7525         (INFO_TARGETS, info): Use infodir.  Also used by all info targets.
7526         (cc-mode.texi, faq.texi): Update references to source file locations.
7527         * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
7528         do not refer to the Emacs manual here.
7529         (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
7531         * Makefile.in: Add `basename' versions of all info targets, for
7532         convenience when rebuilding just one manual.
7533         (../etc/GNU): Delete obsolete target.
7534         (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
7535         (mostlyclean): Add *.op, *.ops.  Move *.aux *.cps *.fns *.kys *.pgs
7536         *.vrs *.toc here...
7537         (maintainer-clean): ...from here.
7539         * makefile.w32-in (../etc/GNU): Delete obsolete target.
7541 2007-09-01  Jay Belanger  <jay.p.belanger@gmail.com>
7543         * calc.texi (Date Conversions): Clarify definition of
7544         Julian day numbering.
7545         (Date Forms): Clarify definition of Julian day numbering;
7546         add some history.
7548 2007-08-30  Carsten Dominik  <dominik@science.uva.nl>
7550         * org.texi: Version 5.07.
7552 2007-08-24  IRIE Tetsuya  <irie@t.email.ne.jp>  (tiny change)
7554         * message.texi (MIME): Replace mml-attach with mml-attach-file.
7556 2007-08-22  Carsten Dominik  <dominik@science.uva.nl>
7558         * org.texi (Adding hyperlink types): New section.
7559         (Embedded LaTeX): Chapter updated because of LaTeX export.
7560         (LaTeX export): New section.
7561         (Using links out): New section.
7563 2007-08-22  Glenn Morris  <rgm@gnu.org>
7565         * faq.texi (Learning how to do something): Refcards now in
7566         etc/refcards/ directory.
7568 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
7570         * tramp.texi (Remote Programs): Persistency file must be cleared when
7571         changing `tramp-remote-path'.
7572         (Filename Syntax): Don't use @var{} constructs inside the @trampfn
7573         macro.
7575 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
7577         * calc.texi: Move contents to beginning of file.
7578         (Algebraic Entry): Fix the formatting of an example.
7580 2007-08-15  Jay Belanger  <jay.p.belanger@gmail.com>
7582         * calc.texi (Basic Operations on Units): Mention exact versus
7583         inexact conversions.
7585 2007-08-14  Jay Belanger  <jay.p.belanger@gmail.com>
7587         * calc.texi (Basic Operations on Units): Mention default
7588         values for new units.
7589         (Quick Calculator Mode): Mention that binary format will
7590         be displayed.
7592 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7594         * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
7596 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7598         * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
7600 2007-08-08  Glenn Morris  <rgm@gnu.org>
7602         * gnus.texi, sieve.texi: Replace `iff'.
7604 2007-08-03  Jay Belanger  <jay.p.belanger@gmail.com>
7606         * calc.texi (Basic Graphics): Mention the graphing of error
7607         forms.
7608         (Graphics Options): Mention how `g s' handles error forms.
7609         (Curve Fitting): Mention plotting the curves.
7610         (Standard Nonlinear Models): Add additional models.
7611         (Curve Fitting Details): Mention the Levenberg-Marquardt method.
7612         (Linear Fits): Correct result.
7614 2007-08-01  Alan Mackenzie  <acm@muc.de>
7616         * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
7617         to "--no-site-file".
7619 2007-07-29  Michael Albinus  <michael.albinus@gmx.de>
7621         * tramp.texi (Frequently Asked Questions): Point to mode line
7622         extension in Emacs 23.1.
7624         * trampver.texi: Update release number.
7626 2007-07-27  Glenn Morris  <rgm@gnu.org>
7628         * calc.texi (Copying): Include license text from gpl.texi, rather than
7629         in-line.
7631 2007-07-25  Glenn Morris  <rgm@gnu.org>
7633         * calc.texi (Copying): Replace license with GPLv3.
7635         * Relicense all FSF files to GPLv3 or later.
7637 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
7639         Sync with Tramp 2.1.10.
7641         * tramp.texi (trampfn): Expand macro implementation in order to handle
7642         empty arguments.
7643         (trampfnmhl, trampfnuhl, trampfnhl): Remove macros.  Replace all
7644         occurrences by trampfn.
7645         (Frequently Asked Questions): Extend example code for host
7646         identification in the modeline.  Add bbdb to approaches shortening Tramp
7647         file names to be typed.
7649         * trampver.texi: Update release number.
7651 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
7653         * tramp.texi: Move @setfilename ../info/tramp up, outside the header
7654         section.  Reported by <poti@potis.org>.
7655         (Remote processes): Arguments of the program to be debugged are taken
7656         literally.
7657         (Frequently Asked Questions): Simplify recentf example.
7659 2007-07-14  Karl Berry  <karl@gnu.org>
7661         * info.texi (@copying): New Back-Cover Text.
7663         * info.texi (Quitting Info): Move to proper place in source.
7664         (Reported by Benno Schulenberg.)
7666 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
7668         * Makefile.in (../info/emacs-mime): Use --enable-encoding.
7670         * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
7672         * emacs-mime.texi: Add @documentencoding directive.
7674 2007-07-12  Nick Roberts  <nickrob@snap.net.nz>
7676         * tramp.texi (Remote processes): Add an anchor to the subsection
7677         "Running a debugger on a remote host".
7679 2007-07-12  Michael Albinus  <michael.albinus@gmx.de>
7681         * tramp.texi (Remote processes): Don't call it "experimental" any
7682         longer.  Add subsection about running a debugger on a remote host.
7684 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
7686         * org.texi (Properties and columns): Chapter rewritten.
7688 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
7690         * tramp.texi:
7691         * trampver.texi: Migrate to Tramp 2.1.
7693 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
7695         * org.texi (Properties): New chapter.
7697 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7699         * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
7700         Control Panel.
7702         * gnus.texi (Misc Article): Add index entry for
7703         gnus-single-article-buffer.
7705 2007-06-27  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7707         * gnus.texi (Starting Up): Fix typo.
7709 2007-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7711         * gnus.texi (Asynchronous Fetching): Fix typo.
7713 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
7715         * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
7716         (About This Manual): Remove redundant information.
7717         (Getting Started): Mention author.
7718         (Basic Arithmetic, Customizing Calc): Make description of the
7719         variable `calc-multiplication-has-precedence' match its new effect.
7721 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
7723         * calc.texi (Basic Arithmetic, Customizing Calc):
7724         Mention the variable `calc-multiplication-has-precedence'.
7726 2007-06-19  Carsten Dominik  <dominik@science.uva.nl>
7728         * org.texi (Tag): Section swapped with node Timestamps.
7729         (Formula syntax for Lisp): Document new `L' flag.
7731 2007-06-06  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7733         * gnus.texi (Misc Group Stuff, Summary Buffer)
7734         (Server Commands, Article Keymap): Fix typo.  s/function/command/.
7736 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7738         * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
7739         * gnus.texi (Article Buttons, Mail Source Customization)
7740         (Sending or Not Sending, Customizing NNDiary):
7741         * message.texi (Message Headers):
7742         * mh-e.texi (HTML): Fix typos.
7744 2007-06-07  Michael Albinus  <michael.albinus@gmx.de>
7746         Sync with Tramp 2.0.56.
7748         * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
7749         settings.  Reported by Ted Zlatanov <tzz@lifelogs.com>.
7751 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
7753         * Version 22.1 released.
7755 2007-05-26  Michael Olson  <mwolson@gnu.org>
7757         * erc.texi (Modules): Fix references to completion modules.
7759 2007-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
7761         * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
7763 2007-05-09  Didier Verna  <didier@xemacs.org>
7765         * gnus.texi (Email Based Diary): New.  Proper documentation for the
7766         nndiary back end and the gnus-diary library.
7768 2007-05-03  Karl Berry  <karl@gnu.org>
7770         * .cvsignore (*.pdf): New entry.
7772         * texinfo.tex: Update from current version for better pdf generation.
7774 2007-04-30  Reiner Steib  <Reiner.Steib@gmx.de>
7776         * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
7778 2007-04-28  Glenn Morris  <rgm@gnu.org>
7780         * faq.texi (New in Emacs 22): Restore mention of python.el pending
7781         consideration of legal status.
7783 2007-04-27  J.D. Smith  <jdsmith@as.arizona.edu>
7785         * idlwave.texi: Minor updates for IDLWAVE 6.1.
7787 2007-04-24  Chong Yidong  <cyd@stupidchicken.com>
7789         * faq.texi (New in Emacs 22): python.el removed.
7791 2007-04-23  Jay Belanger  <jay.p.belanger@gmail.com>
7793         * calc.texi (Reporting bugs): Update maintainer's address.
7795 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
7797         * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
7799 2007-04-15  Jay Belanger  <belanger@truman.edu>
7801         * calc.texi (Title page): Remove the date.
7802         (Basic Arithmetic): Emphasize that / binds less strongly than *.
7803         (The Standard Calc Interface): Change trail title.
7804         (Floats): Mention that when non-decimal floats are entered, only
7805         approximations are stored.
7806         (Copying): Move to the appendices.
7807         (GNU Free Documentation License): Add as an appendix.
7809 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
7811         * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
7812         * dired-x.texi, ebrowse.texi, ediff.texi:
7813         * emacs-mime.texi, erc.texi, eshell.texi:
7814         * eudc.texi, flymake.texi, forms.texi, gnus.texi:
7815         * idlwave.texi, message.texi, newsticker.texi, org.texi:
7816         * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
7817         * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
7818         * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
7819         * woman.texi: Include GFDL.
7821         * doclicense.texi: Remove node heading, so that it can be included by
7822         other files.
7824         * dired-x.texi: Relicence under GFDL.  Remove date from title page.
7826         * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
7827         than *.
7829 2007-04-14  Carsten Dominik  <dominik@science.uva.nl>
7831         * org.texi (Formula syntax for Calc): Emphasize the operator precedence
7832         in Calc.
7834 2007-04-09  Romain Francoise  <romain@orebokech.com>
7836         * faq.texi (New in Emacs 22): Mention improvements to the Windows and
7837         Mac OS ports.  Make it clear that mouse-1 complements and doesn't
7838         replace mouse-2.
7840 2007-04-08  Chong Yidong  <cyd@stupidchicken.com>
7842         * woman.texi (Word at point, Interface Options): woman-topic-at-point
7843         renamed to woman-use-topic-at-point.  Document new behavior.
7845 2007-04-08  Richard Stallman  <rms@gnu.org>
7847         * url.texi: Fix some indexing.
7848         (Disk Caching): Drop discussion of old/other Emacs versions.
7850 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7852         * url.texi (Disk Caching): Say Emacs 21 "and later".
7854         * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
7855         on Font locking which now mentions JIT lock.
7857 2007-04-01  Michael Olson  <mwolson@gnu.org>
7859         * erc.texi: Update for the ERC 5.2 release.
7861 2007-03-31  David Kastrup  <dak@gnu.org>
7863         * woman.texi (Topic, Interface Options): Explain changes semantics of
7864         woman-manpath in order to consider MANPATH_MAP entries.
7866 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
7868         * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
7870 2007-03-26  Richard Stallman  <rms@gnu.org>
7872         * pgg.texi (Caching passphrase): Clean up previous change.
7874 2007-03-25  Thien-Thi Nguyen  <ttn@gnu.org>
7876         * gnus.texi (Setting Process Marks): Fix typo.
7878 2007-03-25  Romain Francoise  <romain@orebokech.com>
7880         * faq.texi (New in Emacs 22): Reorganize using an itemized list for
7881         readability, and include various fixes by Daniel Brockman, Nick Roberts
7882         and Dieter Wilhelm.
7884 2007-03-24  Thien-Thi Nguyen  <ttn@gnu.org>
7886         * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
7888         * gnus.texi (Mail Source Specifiers): Fix typo.
7890 2007-03-22  Ralf Angeli  <angeli@caeruleus.net>
7892         * reftex.texi (Imprint): Update maintainer information.
7894 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7896         * message.texi (Message Buffers): Update documentation for
7897         message-generate-new-buffers.
7899 2007-03-15  Daiki Ueno  <ueno@unixuser.org>
7901         * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
7903 2007-03-21  Glenn Morris  <rgm@gnu.org>
7905         * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
7907 2007-03-19  Chong Yidong  <cyd@stupidchicken.com>
7909         * eshell.texi (Known problems): Emacs 21 -> 22.
7911         * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
7913 2007-03-18  Jay Belanger  <belanger@truman.edu>
7915         * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
7917 2007-03-12  Glenn Morris  <rgm@gnu.org>
7919         * calc.texi (Time Zones): Switch to new North America DST rule.
7921         * calc.texi: Replace "daylight savings" with "daylight
7922         saving" in text throughout.
7924 2007-03-11  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7926         * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
7927         The variable now uses a list of symbols instead of just a symbol.
7928         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7930 2007-03-06  Romain Francoise  <romain@orebokech.com>
7932         * faq.texi (New in Emacs 22): Don't say "now" too much.  Add MH-E to
7933         new packages, and mention Gnus update.
7935 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7937         * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
7938         nntp-open-connection-functions-never-echo-commands.
7940 2007-02-27  Chong Yidong  <cyd@stupidchicken.com>
7942         * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
7943         problems on the console, and security risk in not using gpg-agent.
7945 2007-02-25  Carsten Dominik  <dominik@science.uva.nl>
7947         * org.texi (The spreadsheet): Rename from "Table calculations".
7948         Completely reorganized and rewritten.
7949         (CamelCase links): Section removed.
7950         (Repeating items): New section.
7951         (Tracking TODO state changes): New section.
7952         (Agenda views): Chapter reorganized and rewritten.
7953         (HTML export): Section rewritten.
7954         (Tables in arbitrary syntax): New section.
7955         (Summary): Better feature summary.
7956         (Activation): Document problem with cut-and-paste of Lisp code
7957         from PDF files.
7958         (Visibility cycling): Document indirect buffer use.
7959         (Structure editing): Document sorting.
7960         (Remember): Section rewritten.
7961         (Time stamps): Better description of time stamp types.
7962         (Tag searches): Document regular expression search for tags.
7963         (Stuck projects): New section.
7964         (In-buffer settings): New keywords.
7965         (History and Acknowledgments): Update description.
7967 2007-02-24  Alan Mackenzie  <acm@muc.de>
7969         * cc-mode.texi (Movement Commands): Insert two missing command names.
7970         (Getting Started): Slight wording correction (use conditional).
7972 2007-02-22  Kim F. Storm  <storm@cua.dk>
7974         * widget.texi (User Interface, Basic Types): Document need to put some
7975         text before the %v escape in :format string in editable-field widget.
7977 2007-02-18  Romain Francoise  <romain@orebokech.com>
7979         * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
7980         `cvs-mode-quit'.
7982 2007-02-10  Markus Triska  <markus.triska@gmx.at>
7984         * widget.texi (Programming Example): Put constant strings in :format.
7986 2007-02-07  Juanma Barranquero  <lekktu@gmail.com>
7988         * faq.texi (Fullscreen mode on MS-Windows): New node.
7990 2007-02-04  David Kastrup  <dak@gnu.org>
7992         * faq.texi (AUCTeX): Update version number.  Should probably be done
7993         for other packages as well.
7995 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7997         * gnus.texi (Batching Agents): Fix example.  Reported by Tassilo Horn
7998         <tassilo@member.fsf.org>.
8000 2007-01-20  Markus Triska  <markus.triska@gmx.at>
8002         * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
8004 2007-01-13  Michael Olson  <mwolson@gnu.org>
8006         * erc.texi (Modules): Mention capab-identify module.
8008 2007-01-05  Michael Olson  <mwolson@gnu.org>
8010         * erc.texi (Getting Started): Update for /RECONNECT command.
8012 2007-01-04  Richard Stallman  <rms@gnu.org>
8014         * ebrowse.texi: Change C-c b to C-c C-m.
8016 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8018         * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
8019         variables only in info to avoid redundant entries in the printed
8020         manual.
8022 2007-01-02  Daiki Ueno  <ueno@unixuser.org>
8024         * message.texi (Using PGP/MIME): Document gpg-agent usage.
8026 2007-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
8028         * message.texi (Security): Split into sub-nodes.
8030 2007-01-01  Alan Mackenzie  <acm@muc.de>
8032         * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
8033         eval-after-load in Emacs <=21 and a workaround.  Document that
8034         trigraphs are not supported.
8036 2007-01-01  Alan Mackenzie  <acm@muc.de>
8038         * cc-mode.texi ("Filling and Breaking"): Amend the doc for
8039         c-context-line-break.  When invoked within a string, preserve
8040         whitespace.  Add a backslash only when also in a macro.
8042 2007-01-01  Alan Mackenzie  <acm@muc.de>
8044         * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
8046 2007-01-01  Alan Mackenzie  <acm@muc.de>
8048         * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
8049         are now bound by default to c-\(beginning\|end\)-of-defun by default.
8051 2007-01-01  Alan Mackenzie  <acm@muc.de>
8053         * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
8054         "Choosing a Style".
8056         * cc-mode.texi ("Styles"): Add @dfn{style}.
8058 2006-12-30  Michael Albinus  <michael.albinus@gmx.de>
8060         Sync with Tramp 2.0.55.
8062         * trampver.texi: Update release number.
8064 2006-12-29  Reiner Steib  <Reiner.Steib@gmx.de>
8066         * gnus.texi (Customizing Articles): Add index entries for all
8067         gnus-treat-* variables.
8069 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8071         * gnus.texi (IMAP): Fix incorrect explanation of
8072         nnimap-search-uids-not-since-is-evil in documentation for
8073         nnimap-expunge-search-string.
8075 2006-12-27  Reiner Steib  <Reiner.Steib@gmx.de>
8077         * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
8078         spam-ifile-database.
8080 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8082         * gnus.texi (Spam Package Configuration Examples): Don't encourage to
8083         rebind C-s.
8085 2006-12-26  Jouni K. Seppänen  <jks@iki.fi>
8087         * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
8088         (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
8089         "expiring mail".
8090         (IMAP): Document nnimap-search-uids-not-since-is-evil and
8091         nnimap-nov-is-evil.
8093 2006-12-25  Kevin Ryde  <user42@zip.com.au>
8095         * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
8096         about the key procedure being used heavily.
8098 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
8100         * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
8101         to t.
8102         (Prerequisites): Add explanation about gpg-agent.
8104 2006-12-22  Kevin Ryde  <user42@zip.com.au>
8106         * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
8107         "sort" instead of "sort*".
8109 2006-12-19  Richard Stallman  <rms@gnu.org>
8111         * calc.texi (History and Acknowledgements): Recognize that Emacs
8112         now does have floating point.
8114 2006-12-19  Michael Albinus  <michael.albinus@gmx.de>
8116         * tramp.texi (External transfer methods): Describe new method `scpc'.
8118 2006-12-17  Sascha Wilde  <wilde@sha-bang.de>
8120         * pgg.texi: Added short note on gpg-agent to the introduction.
8122 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8124         * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
8125         also applies to Cc.
8127 2006-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8129         * gnus.texi (X-Face): Clarify.  Say which programs are required
8130         on Windows.
8132 2006-12-08  Michael Olson  <mwolson@gnu.org>
8134         * erc.texi (Modules): Remove documentation for list module.
8136 2006-12-05  Michaël Cadilhac  <michael.cadilhac@lrde.org>
8138         * faq.texi (^M in the shell buffer): Ditto.
8140 2006-11-20  Michael Olson  <mwolson@gnu.org>
8142         * erc.texi: Call this the 5.2 stable pre-release of ERC.
8144 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
8146         * org.texi: Fix typos.
8147         (Agenda commands): Document `C-k'.
8149 2006-11-16  Eli Zaretskii  <eliz@gnu.org>
8151         * url.texi (http/https): Fix a typo in the HTTP URL.
8153 2006-11-14  Stephen Leake  <stephen_leake@stephe-leake.org>
8155         * ada-mode.texi: Total rewrite.
8157 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
8159         * org.texi: Minor typo fixes.
8161 2006-11-13  Bill Wohler  <wohler@newt.com>
8163         Release MH-E manual version 8.0.3.
8165         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
8166         release 8.0.3.
8168         * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
8169         to set MAILDIR.
8170         (Reading Mail): Document the customization of read-mail-command
8171         for MH-E.
8172         (Viewing Attachments): Document mm-discouraged-alternatives.
8173         (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
8174         (Junk): Add more information about the settings of mh-junk-background
8175         in a program.  Add /usr/bin/mh to PATH in examples.
8177 2006-11-12  Richard Stallman  <rms@gnu.org>
8179         * woman.texi: Update author address but say he no longer maintains it.
8181 2006-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
8183         * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
8184         archived trees.
8185         (Checkboxes): Section moved to chapter 5, and extended.
8186         (The date/time prompt): New section.
8187         (Link abbreviations): New section.
8188         (Presentation and sorting): New section.
8189         (Custom agenda views): Section completely rewritten.
8190         (Summary): Compare with Planner.
8191         (Feedback): More info about creating backtraces.
8192         (Plain lists): Modify example.
8193         (Breaking down tasks): New section.
8194         (Custom time format): New section.
8195         (Time stamps): Document inactive timestamps.
8196         (Setting tags): More details about fast tag selection.
8197         (Block agenda): New section.
8198         (Custom agenda views): Section rewritten.
8199         (Block agenda): New section.
8201 2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
8203         * tramp.texi (Configuration): scp is the default method.
8204         (Default Method): Use ssh as example for another method.
8206 2006-10-27  Richard Stallman  <rms@gnu.org>
8208         * woman.texi: Downcase nroff/troff/roff.
8209         (Installation): Chapter deleted.  Some xrefs deleted.
8210         (Background): woman doesn't advise man ;-).
8212 2006-10-26  Roberto Rodríguez  <lanubeblanca@googlemail.com>  (tiny change)
8214         * ada-mode.texi (Project files, Identifier completion)
8215         (Automatic Casing, Debugging, Using non-standard file names)
8216         (Working Remotely): Fix typos.
8218 2006-10-20  Masatake YAMATO  <jet@gyve.org>
8220         * cc-mode.texi (Sample .emacs File): Add missing `)' in
8221         sample code `my-c-initialization-hook'.
8223 2006-10-19  Stuart D. Herring  <herring@lanl.gov>
8225         * widget.texi: Fix typos.
8227 2006-10-19  Michael Albinus  <michael.albinus@gmx.de>
8229         * tramp.texi (Frequently Asked Questions): Remove questions marked with
8230         "???".  There have been no complaints for years, so the information
8231         must be appropriate.
8233 2006-10-16  Richard Stallman  <rms@gnu.org>
8235         * widget.texi: Use @var instead of capitalization.
8236         Clarify many widget type descriptions.
8238 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8240         * gnus.texi (Other modes): Fix typo.  Add alternative index entry for
8241         gnus-dired-attach.
8242         (Selecting a Group): Fix typo.
8244 2006-10-12  Roberto Rodríguez  <lanubeblanca@googlemail.com>  (tiny change)
8246         * widget.texi: Fix typos.
8248 2006-10-06  Reiner Steib  <Reiner.Steib@gmx.de>
8250         * gnus.texi (Image Enhancements): Update for Emacs 22.
8252         * gnus-faq.texi ([1.3]): Update.
8254 2006-10-06  Richard Stallman  <rms@gnu.org>
8256         * faq.texi (Displaying the current line or column):
8257         Delete "As of Emacs 20".
8259 2006-10-06  Romain Francoise  <romain@orebokech.com>
8261         * faq.texi (VM): VM works with Emacs 22 too.
8263 2006-10-06  Richard Stallman  <rms@gnu.org>
8265         * ebrowse.texi: Remove Emacs version "21" from title.
8267 2006-10-02  Reiner Steib  <Reiner.Steib@gmx.de>
8269         * gnus.texi (Foreign Groups): Say where change of editing commands are
8270         stored.  Add reference to `gnus-parameters'.
8272 2006-09-15  Jay Belanger  <belanger@truman.edu>
8274         * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
8275         Change "Library Public License" to "Lesser Public License"
8276         throughout.  Use "yyyy" to represent year.
8278 2006-09-15  Carsten Dominik  <dominik@science.uva.nl>
8280         * org.texi (Setting tags): Typo fix.
8282 2006-09-14  Reiner Steib  <Reiner.Steib@gmx.de>
8284         * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
8286 2006-09-12  Reiner Steib  <Reiner.Steib@gmx.de>
8288         * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
8290 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
8292         * faq.texi (Escape sequences in shell output): EMACS is now set
8293         to Emacs's absolute file name, not to "t".
8294         (^M in the shell buffer): Likewise.
8296 2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
8298         * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
8299         mails with pop3-leave-mail-on-server.  Fix wording.
8300         (Limiting): Improve gnus-summary-limit-to-articles.
8301         (X-Face): Fix typo.
8303 2006-09-11  Simon Josefsson  <jas@extundo.com>
8305         * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
8306         suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
8308 2006-09-06  Simon Josefsson  <jas@extundo.com>
8310         * smtpmail.texi (Authentication): Mention SSL.
8312 2006-09-03  Diane Murray  <disumu@x3y2z1.net>
8314         * erc.texi (Getting Started, Connecting): Change erc-select to erc.
8316 2006-09-01  Eli Zaretskii  <eliz@gnu.org>
8318         * rcirc.texi (Internet Relay Chat, Useful IRC commands):
8319         Don't use @indicateurl.
8321         * cc-mode.texi (Subword Movement): Don't use @headitem.
8322         (Custom Braces, Clean-ups): Don't use @tie.
8324 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
8326         Sync with Tramp 2.0.54.
8328         * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
8329         Suggested by Adrian Phillips <a.phillips@met.no>.
8331 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
8333         * org.texi (Installation, Activation): Split from Installation and
8334         Activation.
8335         (Clocking work time): Documented new features.
8337 2006-08-13  Alex Schroeder  <alex@gnu.org>
8339         * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
8340         example.
8342 2006-08-12  Eli Zaretskii  <eliz@gnu.org>
8344         * faq.texi (How to add fonts): New node.
8346 2006-08-05  Romain Francoise  <romain@orebokech.com>
8348         * faq.texi (New in Emacs 22): Expand.
8350 2006-08-03  Michael Olson  <mwolson@gnu.org>
8352         * erc.texi: Update for ERC 5.1.4.
8354 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8356         * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
8357         in .../site-lisp/gnus/ by default.
8358         [ From gnus-news.texi in the trunk. ]
8360 2006-07-27  Reiner Steib  <Reiner.Steib@gmx.de>
8362         * gnus.texi (MIME Commands): Additions for yEnc.
8364 2006-07-24  Richard Stallman  <rms@gnu.org>
8366         * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
8367         * faq.texi: Move periods and commas inside quotes.
8369 2006-07-20  Jay Belanger  <belanger@truman.edu>
8371         * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
8373 2006-07-18  Chong Yidong  <cyd@stupidchicken.com>
8375         * faq.texi (Security risks with Emacs): Document Emacs 22
8376         file-local-variable mechanism.
8378 2006-07-12  Michael Olson  <mwolson@gnu.org>
8380         * erc.texi: Update for ERC 5.1.3.
8382 2006-07-12  Alex Schroeder  <alex@gnu.org>
8384         * rcirc.texi: Fix typos.
8385         (Getting started with rcirc): New calling convention for M-x irc.
8386         Mention #rcirc.  Removed channel tracking.
8387         (Configuration): Change the names of all variables that got changed
8388         recently, eg. rcirc-server to rcirc-default-server.  Added
8389         documentation for rcirc-authinfo, some background for Bitlbee, and
8390         rcirc-track-minor-mode.
8391         (Scrolling conservatively): Fix the xref from Auto Scrolling to just
8392         Scrolling.
8393         (Reconnecting after you have lost the connection): Fix example code
8394         to match code changes.
8396 2006-07-10  Nick Roberts  <nickrob@snap.net.nz>
8398         * gnus.texi, message.texi: Fix typos.
8400 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
8402         * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
8403         commands.
8404         (Global TODO list): Document the use of the variables
8405         `org-agenda-todo-ignore-scheduled' and
8406         `org-agenda-todo-list-sublevels'.
8408 2006-07-05  Richard Stallman  <rms@gnu.org>
8410         * faq.texi (Scrolling only one line): Fix xref.
8412 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
8414         * faq.texi (Evaluating Emacs Lisp code):
8415         Throughout, replace eval-current-buffer with eval-buffer.
8417 2006-07-03  Richard Stallman  <rms@gnu.org>
8419         * rcirc.texi (Scrolling conservatively): Fix xref.
8421         * pcl-cvs.texi (Viewing differences): Usage fix.
8423 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
8425         * org.texi (Agenda commands): Document `s' key to save all org-mode
8426         buffers.
8428 2006-06-30  Ralf Angeli  <angeli@caeruleus.net>
8430         * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
8431         names.  Mention `cvs-msg' face.
8433 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
8435         * org.texi (Checkboxes): New section.
8437 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
8439         * org.texi (Embedded LaTeX): Fix typos and implement small improvements
8440         throughout this chapter.
8442 2006-06-27  Chong Yidong  <cyd@stupidchicken.com>
8444         * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
8445         text for standalone vs Emacs info.
8446         (Help): Clarify header line description.  Use mouse-1 for clicks.
8447         (Help-P): Use mouse-1 for clicks.
8448         (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
8449         (Help-^L, Help-M, Help-Int, Search Index, Go to node)
8450         (Choose menu subtopic): Remove gratuitous Emacs command names.
8451         (Help-FOO): Put usual behavior first.
8452         (Help-Xref): Clicking on xrefs works in Emacs.
8453         (Search Text): Clarify what the default behavior is.
8454         (Create Info buffer): Fix Emacs window/X window confusion.
8455         (Emacs Info Variables): Fix for new Emacs init file behavior.
8457 2006-06-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8459         * gnus.texi (Summary Buffer Lines): Fix typo.
8461 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
8463         * org.texi (Embedded LaTeX): New chapter.
8464         (Archiving): Section rewritten.
8465         (Enhancing text): Some parts moved to the new chapter about LaTeX.
8467 2006-06-20  Bill Wohler  <wohler@newt.com>
8469         Release MH-E manual version 8.0.1.
8471         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
8472         release 8.0.1.
8473         (Preface): Depend on GNU mailutils 1.0 and higher.
8475 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8477         * message.texi (News Headers): Update message-syntax-checks section.
8479 2006-06-19  Karl Berry  <karl@gnu.org>
8481         * info.texi (Advanced): Mention C-q, especially with ?.
8483 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
8485         * org.texi (Publishing links): Document the `:link-validation-function'
8486         property.
8487         (Extensions and Hacking): New chapter, includes some sections of the
8488         "Miscellaneous" chapter.
8490 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
8492         * org.texi (Progress logging): New section.
8494 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
8496         * org.texi (ASCII export): Document indentation adaptation.
8497         (Setting tags): Document mutually-exclusive tags.
8499 2006-06-05  Romain Francoise  <romain@orebokech.com>
8501         * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
8502         Fix typo.
8504         * gnus-faq.texi (Question 8.6): Update reference to the Gnus
8505         channel (#gnus@irc.freenode.net).
8506         Fix typos.  Update copyright notice.
8508         * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
8509         (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
8510         (Line-Up Functions, Custom Macros):
8511         * ediff.texi (Window and Frame Configuration)
8512         (Highlighting Difference Regions):
8513         * emacs-mime.texi (Display Customization):
8514         * erc.texi (History):
8515         * eshell.texi (Known problems):
8516         * eudc.texi (Overview, BBDB):
8517         * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
8518         (The problem of spam, SpamOracle, Extending the Spam package)
8519         (Conformity, Terminology):
8520         * idlwave.texi (Routine Info)
8521         (Class and Keyword Inheritance, Padding Operators)
8522         (Breakpoints and Stepping, Electric Debug Mode)
8523         (Examining Variables, Troubleshooting):
8524         * org.texi (Creating timestamps):
8525         * reftex.texi (Commands, Options, Changes):
8526         * tramp.texi (Inline methods, Password caching)
8527         (Auto-save and Backup, Issues):
8528         * vip.texi (Files, Commands in Insert Mode):
8529         * viper.texi (Emacs Preliminaries, States in Viper)
8530         (Packages that Change Keymaps, Viper Specials, Groundwork):
8531         Fix various typos.
8533 2006-05-31  Michael Ernst  <mernst@alum.mit.edu>
8535         * ediff.texi: Fix typos.
8537 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
8539         * org.texi: Small typo fixes.
8541 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8543         * viper.texi (Viper Specials):
8544         * gnus.texi (Example Setup):
8545         * faq.texi (Backspace invokes help):
8546         * dired-x.texi (Optional Installation Dired Jump):
8547         * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
8548         follow coding conventions.
8550 2006-05-29  Michael Albinus  <michael.albinus@gmx.de>
8552         * tramp.texi (Frequently Asked Questions): Disable zsh zle.
8554 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
8556         * pcl-cvs.texi: Fix typos.
8557         (Customization): Say "us".
8559 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
8561         * org.texi: Remove bogus @setfilename.
8563 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
8565         * org.texi (ASCII export): Omit command name.
8566         (HTML export): Add prefix to all lines in Local Variable example.
8567         (Acknowledgments): Typeset names in italics.
8569 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
8571         * org.texi (Plain lists): Add new item navigation commands.
8572         (External links): Document elisp and info links.
8573         (Custom searches): New section.
8574         (Publishing): New chapter.
8575         (HTML export): Include a list of supported CSS classes.
8576         (Setting tags): Describe the fast-tag-setting interface.
8578 2006-05-20  Luc Teirlinck  <teirllm@auburn.edu>
8580         * dired-x.texi: ifinfo -> ifnottex.
8582 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8584         * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
8586 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
8588         * message.texi (Interface): Add tool bar customization.
8589         (MIME): Index and text additions for mml-attach.
8590         (MIME): Describe mml-dnd-protocol-alist and
8591         mml-dnd-attach-options.
8593         * gnus.texi (Oort Gnus): Reorder entries in sections.
8594         Fix some entries.
8595         (Starting Up): Add references to "Emacs for Heathens" and to
8596         "Finding the News".  Add user-full-name and user-mail-address.
8597         (Group Buffer Format): Add tool bar customization and update.
8598         (Summary Buffer): Add tool bar customization.
8599         (Posting Styles): Add message-alternative-emails.
8601 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
8603         * tramp.texi (Filename completion): Improve wording.
8605 2006-05-07  Romain Francoise  <romain@orebokech.com>
8607         * faq.texi (Using regular expressions): Fix typo.
8608         (Packages that do not come with Emacs): Fix capitalization.
8609         (Replacing text across multiple files): Expand node to explain how
8610         to use `dired-do-query-replace-regexp' in more detail, based on
8611         suggestion by Eric Hanchrow <offby1@blarg.net>.
8613 2006-05-06  Michael Albinus  <michael.albinus@gmx.de>
8615         * tramp.texi (Filename completion): Completion of remote files'
8616         method, user name and host name is active only in partial
8617         completion mode.
8619 2006-05-06  Bill Wohler  <wohler@newt.com>
8621         Release MH-E manual version 8.0.
8623         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
8624         release 8.0.
8626 2006-05-06  Bill Wohler  <wohler@newt.com>
8628         * mh-e.texi (MH-BOOK-HOME): Change from
8629         http://www.ics.uci.edu/~mh/book/mh to
8630         http://rand-mh.sourceforge.net/book/mh.
8631         Replace .htm suffix with .html for MH book files.
8632         (Using This Manual): Update key binding for getting relevant
8633         chapter in Info from command key.
8634         (Ranges): Fix itemx.
8636 2006-05-05  Karl Berry  <karl@gnu.org>
8638         * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
8639         (\fonttextsize): New user-level command to change text font size.
8641 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
8643         * pgg.texi (Caching passphrase): Fix markup and typos.  Simplify.
8645 2006-04-26  Sascha Wilde  <wilde@sha-bang.de>  (tiny change)
8647         * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
8649 2006-04-24  Bill Wohler  <wohler@newt.com>
8651         * mh-e.texi (Getting Started): Make it more explicit that you need
8652         to install MH.  Add pointers to current MH implementations.
8654 2006-04-21  Bill Wohler  <wohler@newt.com>
8656         Release MH-E manual version 7.94.
8658         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
8659         release 7.94.
8661 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
8663         * org.texi: Many small fixes.
8664         (Handling links): Rename from "Managing links".
8666 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
8668         * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
8669         (Splitting mail using spam-stat): Fix @xref.
8671 2006-04-20  Chong Yidong  <cyd@stupidchicken.com>
8673         * gnus.texi (Spam Package): Major revision of the text.
8674         Previously this node was "Filtering Spam Using The Spam ELisp Package".
8676 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
8678         * org.texi (Time stamps): Better explanation of the purpose of
8679         different time stamps.
8680         (Structure editing, Plain lists): More details on how new items
8681         and headings are inserted.
8683 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
8685         * org.texi (Formula syntax): Fix link to Calc Manual.
8687 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8689         * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
8691 2006-04-17  Bill Wohler  <wohler@newt.com>
8693         * mh-e.texi (Folders): Update mh-before-quit-hook and
8694         mh-quit-hook example with code that removes the buffers rather
8695         than just bury them.
8697 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
8699         Sync with Tramp 2.0.53.
8701 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
8703         * org.texi (Updating settings): New section.
8704         (Visibility cycling): Better names for the startup folding
8705         options.
8706         (Exporting): Completely restructured.
8707         (The very busy C-c C-c key): New section.
8708         (Summary of in-buffer settings): New section.
8710 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8712         * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
8714 2006-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
8716         * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
8717         (Server Commands): Key `v' is reserved for users.
8719 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
8721         * org.texi (Link format): New section, emphasis on bracket links.
8722         (External links): Document bracket links.
8723         (FAQ): Expand to cover shell links and the new link format.
8725 2006-04-09  Kevin Ryde  <user42@zip.com.au>
8727         * org.texi (Formula syntax): Typo in node name of calc-eval xref.
8729 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
8731         * gnus.texi (Summary Buffer Lines): Add `*'.
8733 2006-04-07  Jochen Küpper  <jochen@fhi-berlin.mpg.de>
8735         * gnus.texi (Group Parameters):
8736         Mention gnus-permanently-visible-groups.
8738 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8740         * gnus.texi (Face): Fix typo.
8742 2006-04-05  Reiner Steib  <Reiner.Steib@gmx.de>
8744         * gnus.texi (X-Face): Clarify.
8745         (Face): Need Emacs with PNG support.
8747 2006-04-06  Richard Stallman  <rms@gnu.org>
8749         * idlwave.texi: Delete the blocks "not suitable for inclusion with
8750         Emacs".
8752 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
8754         * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
8755         blocks not suitable for inclusion with Emacs using variable
8756         PARTOFEMACS.
8758 2006-04-04  Simon Josefsson  <jas@extundo.com>
8760         * gnus.texi (Security): Improve.
8762 2006-04-02  Karl Berry  <karl@gnu.org>
8764         * texinfo.tex: Update to current version (2006-03-21.13).
8766 2006-04-02  Bill Wohler  <wohler@newt.com>
8768         * mh-e.texi (Getting Started, Junk, Bug Reports)
8769         (MH FAQ and Support): Fix URLs.
8771 2006-03-31  Romain Francoise  <romain@orebokech.com>
8773         * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
8774         to t, not nil (and has for the past eight years).
8776 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8778         * message.texi, gnus.texi: Bump version to 5.11.
8780 2006-03-29  Reiner Steib  <Reiner.Steib@gmx.de>
8782         * gnus.texi (Top): Add comment about version line.
8784         * message.texi (Top): Ditto.  Change to take named versions into
8785         account.
8787 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
8789         * gnus.texi (Posting Styles): Add x-face-file to example.
8790         (X-Face): Refer to posting styles.
8792         * gnus-faq.texi ([5.8]): Add x-face-file.
8793         ([8.4]): Add links to gmane.emacs.gnus.user and
8794         gmane.emacs.gnus.general.
8796 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
8798         * gnus-faq.texi: Use .invalid.
8799         ([5.4]): Fix gnus-posting-styles example.
8801 2006-03-27  Romain Francoise  <romain@orebokech.com>
8803         * faq.texi (Emacs/W3): Rename from `w3-mode'.  Mention that
8804         Emacs/W3 needs a new maintainer.
8805         (Ispell): Update author and version info.
8806         (Mailcrypt): Mention PGG.
8807         (New in Emacs 22): Add PGG to the list of new packages.
8808         Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
8809         updating dead URLs.
8811 2006-03-25  Karl Berry  <karl@gnu.org>
8813         * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
8814         * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
8815         * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
8816         * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
8817         * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
8818         * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
8819         * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
8820         (2) do not indent copyright year list (or anything else).
8822 2006-03-21  Bill Wohler  <wohler@newt.com>
8824         * mh-e.texi (Folders): Various edits.
8826 2006-03-20  Romain Francoise  <romain@orebokech.com>
8828         * gnus.texi (Mail Folders): Grammar fix.
8830 2006-03-19  Bill Wohler  <wohler@newt.com>
8832         * mh-e.texi (Replying): Document Mail-Followup-To.
8833         Change manually-formatted table to multitable.  Add debugging info.
8834         Move description of mh-reply-default-reply-to into paragraph
8835         that describes its values.
8837 2006-03-17  Bill Wohler  <wohler@newt.com>
8839         * mh-e.texi: Use smallexample and smalllisp consistently.
8840         (Sending Mail Tour): Update method of entering
8841         addresses and subject.
8842         (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
8843         (Adding Attachments, Searching): Update screenshots for Emacs 22.
8845 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
8847         * org.texi: Version number change only.
8849 2006-03-14  Bill Wohler  <wohler@newt.com>
8851         * mh-e.texi: Add index entries around each paragraph rather than
8852         depend on entries from beginning of node.  Doing so ensures that
8853         index entries are less likely to be forgotten if text is cut and
8854         pasted, and are necessary anyway if the references are on a
8855         separate page.  It seems that makeinfo is now (v. 4.8) only
8856         producing one index entry per node, so there is no longer any
8857         excuse not to.  Use subheading instead of heading.  The incorrect
8858         use of heading produced very large fonts in Info--as large as the
8859         main heading.
8860         (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
8861         versions 6 and 7 appeared *around* the time of these Emacs releases.
8863 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
8865         * org.texi (Clean view): Document new startup options.
8867 2006-03-11  Bill Wohler  <wohler@newt.com>
8869         * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
8870         (Composing, Scan Line Formats): Fix @refs.
8871         (Getting Started): Define MH profile and MH profile components.
8872         (Incorporating Mail, Reading Mail, Viewing, Printing)
8873         (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
8874         (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
8875         for string constants.
8876         (Tool Bar): Remove spurious quote.
8877         (Junk): Use ``...'' instead of "...".
8878         (Scan Line Formats): Replace @samp with @kbd.
8880 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8882         * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
8884 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
8886         * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
8887         easy to understand.
8889 2006-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8891         * gnus.texi: Markup fix.
8892         (Fancy Mail Splitting): Specify new feature.
8894 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8896         * gnus.texi (Fancy Mail Splitting): Improve descriptions about
8897         partial-words matching.
8899 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
8901         * emacs-mime.texi (Display Customization): Reword image/.* stuff.
8903         * gnus.texi (Oort Gnus): Add note about `gnus-load'.
8904         (MIME Commands): Fix mm-discouraged-alternatives.
8906 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
8908         * org.texi: Version number change only.
8910 2006-03-06  Bill Wohler  <wohler@newt.com>
8912         * mh-e.texi: Move from SourceForge repository to Savannah.
8913         This is version 7.93, which is a total rewrite from the previous
8914         edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
8915         version 7.93.
8917 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8919         * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
8921 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
8923         * org.texi (Interaction): Add item about `org-mouse.el' by
8924         Piotr Zielinski.
8925         (Managing links): Document that also mouse-1 can be used to
8926         activate a link.
8927         (Headlines, FAQ): Add entry about hiding leading stars.
8928         (Miscellaneous): Resort the sections in this chapter to a more
8929         logical sequence.
8931 2006-02-27  Simon Josefsson  <jas@extundo.com>
8933         * emacs-mime.texi (Flowed text): Add mm-fill-flowed.  (Sync
8934         2004-01-27 from the trunk).
8936 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
8938         * cc-mode.texi: Rename c-hungry-backspace to
8939         c-hungry-delete-backwards, at the request of RMS.  Leave the old
8940         name as an alias.
8942 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
8944         * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
8945         include the function header within the defun.
8947 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
8949         * cc-mode.texi: Correct two typos.
8951 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
8953         * cc-mode.texi (Comment Commands): State that C-u M-; kills any
8954         existing comment.
8955         (Electric Keys): Add a justification for electric indentation.
8956         (Hungry WS Deletion): Clear up the names and complications of the
8957         BACKSPACE and DELETE keys.
8959 2006-02-23  Juri Linkov  <juri@jurta.org>
8961         * faq.texi (Common requests): Move `Turning on auto-fill by
8962         default' after `Wrapping words automatically'.  Move `Working with
8963         unprintable characters' before `Searching for/replacing newlines'.
8964         Move `Replacing highlighted text' after `Highlighting a region'.
8965         Merge `Repeating commands' and `Repeating a command as many times
8966         as possible' into the former.
8967         (Packages that do not come with Emacs): Add refs to Gmane and
8968         etc/MORE.STUFF.
8970 2006-02-23  Juri Linkov  <juri@jurta.org>
8972         * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
8973         (Reporting bugs): Suggest using `M-x report-emacs-bug'.
8974         Add xref to `(emacs)Reporting Bugs'.
8975         (Getting a printed manual): Add URL to other formats of the manual.
8976         (Common requests): Fix menu.
8977         (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
8978         (Horizontal scrolling): Mention `truncate-partial-width-windows'.
8979         (Inserting text at the beginning of each line): Add pxref to
8980         `Changing the included text prefix'.
8981         (Forcing the cursor to remain in the same column): Mention `track-eol'
8982         and `set-goal-column'.  Add pxref to `(emacs)Moving Point'.
8983         (Replacing text across multiple files): Add keybinding `Q' for
8984         `dired-do-query-replace'.
8986 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
8988         * reftex.texi: Version number and date change only.
8990         * org.texi (Internal Links): Rewrite to cover the modified
8991         linking system.
8993 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
8995         * faq.texi: Remove the coding cookie, it's not needed anymore.
8997 2006-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8999         * faq.texi (Colors on a TTY): Mention Mac OS port.
9001 2006-02-12  Karl Berry  <karl@gnu.org>
9003         * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
9004         8-bit accented a.
9006 2006-02-09  Reiner Steib  <Reiner.Steib@gmx.de>
9008         * gnus.texi (Gnus Versions): Add history beyond start of Oort.
9010 2006-02-08  Romain Francoise  <romain@orebokech.com>
9012         * faq.texi (Top): Remove paragraph about the FAQ being a
9013         transitional document, etc.
9014         (Searching for/replacing newlines): New node.
9015         (Yanking text in isearch): New node.
9016         (Inserting text at the beginning of each line): Rename and make
9017         more general, mention `M-;' in Message mode.
9019 2006-02-07  Luc Teirlinck  <teirllm@auburn.edu>
9021         * faq.texi (Meta key does not work in xterm)
9022         (Emacs does not display 8-bit characters)
9023         (Inputting eight-bit characters): Update xrefs.
9025 2006-02-06  Romain Francoise  <romain@orebokech.com>
9027         * faq.texi (VM): VM now at version 7.19.
9028         Set myself as maintainer of this file.
9030 2006-02-04  Michael Olson  <mwolson@gnu.org>
9032         * erc.texi (History): Note that ERC is now included with Emacs.
9034 2006-01-31  Romain Francoise  <romain@orebokech.com>
9036         * message.texi (Message Headers): Explain what
9037         `message-alternative-emails' does in more detail.
9038         Update copyright year.
9040 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
9042         * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
9044 2006-01-29  Richard M. Stallman  <rms@gnu.org>
9046         * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
9048 2006-01-29  Michael Olson  <mwolson@gnu.org>
9050         * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
9052         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
9054         * faq.texi (New in Emacs 22): Mention ERC.
9056 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
9058         * rcirc.texi: Capitalize dir entry for consistency with the entry
9059         in info/dir and other entries in the Emacs category.
9060         Fix typos.  Delete trailing whitespace.
9062 2006-01-28  Björn Lindström  <bkhl@elektrubadur.se>
9064         * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
9066 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
9068         * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
9069         (INFO_TARGETS, DVI_TARGETS): Add rcirc.
9071         * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
9072         (INFO_TARGETS, DVI_TARGETS): Add rcirc.
9074 2006-01-27  Alex Schroeder  <alex@gnu.org>
9076         * rcirc.texi: New file.
9078 2006-01-23  Juri Linkov  <juri@jurta.org>
9080         * widget.texi (User Interface): Add S-TAB for widget-backward.
9082 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
9084         Sync with Tramp 2.0.52.
9086         * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
9087         Add Tramp disabling item.  New item for common connection problems.
9088         (various): Apply "ftp" as method for the download URL.
9089         (Bug Reports): Refer to FAQ for common problems.
9091 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
9093         * widget.texi (User Interface): Use @key for TAB.
9095         * ses.texi (Formulas, Printer functions): Use @key for TAB.
9097         * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
9098         for TAB.
9100         * cc-mode.texi (Indentation Calculation): Use @key for TAB.
9102 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9104         * gnus.texi: Update copyright.
9106 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9108         * gnus.texi (Article Washing): Additions.
9110 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
9112         * org.texi (Agenda commands): Document tags command.
9114 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9116         * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
9118 2006-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9120         * gnus.texi (RSS): Addition.
9122 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9124         * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
9126 2005-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9128         * emacs-mime.texi (Display Customization): Add setting example to
9129         mm-discouraged-alternatives.
9131 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9133         * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
9134         version is the canonical version.
9136 2006-01-08  Alex Schroeder  <alex@gnu.org>
9138         * pgg.texi (Caching passphrase): Rewording.
9140 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
9142         * flymake.texi (Obtaining Flymake): Update Flymake's CVS
9143         repository URL.
9145 2006-01-06  Carsten Dominik  <dominik@science.uva.nl>
9147         * org.texi: Removed the accidentally re-added empty line in the
9148         direntry.
9150 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
9152         * org.texi (Agenda Views): Chapter reorganized.
9154 2005-12-29  Romain Francoise  <romain@orebokech.com>
9156         * faq.texi (Using Customize): New node.
9158 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
9160         * org.texi: Remove blank line in @direntry.  It is non-standard
9161         and recursively produces blank lines all over the dir file (when
9162         using Texinfo 4.8).
9164 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
9166         * widget.texi (atoms): Delete obsolete remark about `file' widget.
9168 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
9170         * org.texi (Tags): Boolean logic documented.
9171         (Agenda Views): Document custom commands.
9173 2005-12-20  David Kastrup  <dak@gnu.org>
9175         * faq.texi (AUCTeX): Update version and mailing list info.
9177 2005-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9179         * gnus.texi (MIME Commands): Mention addition of
9180         multipart/alternative to gnus-buttonized-mime-types and add xref
9181         to mm-discouraged-alternatives.
9183         * emacs-mime.texi (Display Customization): Mention addition of
9184         "image/.*" and add xref to gnus-buttonized-mime-types in the
9185         mm-discouraged-alternatives section.
9187 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
9189         * org.texi (Tags): New section.
9190         (Agenda Views): Chapter reorganized.
9192 2005-12-16  Eli Zaretskii  <eliz@gnu.org>
9194         * org.texi (Internal Links): Add a missing comma after an @xref.
9196 2005-12-14  Chong Yidong  <cyd@stupidchicken.com>
9198         * faq.texi (Filling paragraphs with a single space): No need to
9199         change sentence-end now.
9201 2005-12-13  Romain Francoise  <romain@orebokech.com>
9203         * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
9205 2005-12-12  Jay Belanger  <belanger@truman.edu>
9207         * faq.texi (Calc): Update version number.
9209 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
9211         * org.texi (Progress Logging): New section.
9213 2005-12-10  Romain Francoise  <romain@orebokech.com>
9215         Update the Emacs FAQ for the 22.1 release.
9217         * faq.texi: Set VER to `22.1'.
9218         (Basic editing): Explain how to use localized versions of the
9219         Tutorial.  Mention that `C-h r' displays the manual.
9220         Delete obsolete WWW link to an Emacs 18 tutorial.
9221         (Getting a printed manual): Point to the new locations of the
9222         manuals on the GNU Web site.
9223         (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
9224         available via Info (it was previously distributed separately).
9225         (Installing Texinfo documentation): The latest version of Texinfo
9226         is 4.8, not 4.0.
9227         (Informational files for Emacs): COPYING is the GNU General Public
9228         License, not the Emacs General Public License.
9229         (Informational files for Emacs): Delete obsolete link to the
9230         GNUinfo pages as they have been removed from the GNU Web site.
9231         (New in Emacs 22): New node.
9232         (Setting up a customization file): Say that most packages support
9233         Customize nowadays.
9234         (Colors on a TTY): Delete reference to instructions on how to
9235         enable syntax highlighting, it is now enabled by default.
9236         (Turning on abbrevs by default): Emacs now reads the abbrevs file
9237         at startup automatically.
9238         (Controlling case sensitivity): Mention `M-c' in isearch.
9239         (Using an already running Emacs process): Emacs now creates the
9240         socket in `/tmp/emacsUID'.  Fix typos.  Change default location of
9241         gnuserv.  As emacsclient can now run Lisp code as well, delete a
9242         sentence praising gnuserv for that.  Simplify description of how
9243         the client/server operation works.
9244         (Compiler error messages): Delete obsolete text (compile.el has
9245         been rewritten).
9246         (Indenting switch statements): Fix typo.
9247         (Matching parentheses): Simplify setup instructions, mention the
9248         menu bar item in the Options menu.
9249         (Repeating a command as many times as possible): Mention `C-x e'.
9250         (Going to a line by number): Mention new keymap and bindings
9251         `M-g M-g', `M-g M-p' and `M-g M-n'.
9252         (Turning on syntax highlighting): Now on by default.  Simplify.
9253         (Replacing highlighted text): Use `1', not `t'.
9254         (Problems with very large files): The maximum size is now 256MB on
9255         32-bit machines.
9256         (^M in the shell buffer): Mention `comint-process-echoes'.
9257         (Emacs for Apple computers): Emacs 22 has native support for Mac
9258         OS X.
9259         (Translating names to IP addresses): Delete node.
9260         (Binding keys to commands): Fix typo.
9261         (SPC no longer completes file names): New node.
9262         (MIME with Emacs mail packages): Delete section about the Emacs
9263         MIME FAQ (it's not reachable anymore).
9265 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9267         * cc-mode.texi: The manual has been extensively revised: the
9268         information about using CC Mode has been separated from the larger
9269         and more difficult chapters about configuration.  It has been
9270         updated for CC Mode 5.31.
9272 2005-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9274         * pgg.texi (User Commands): Fix description of pgg-verify-region.
9275         (Selecting an implementation): Fix descriptions.
9277 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9279         * message.texi (Various Message Variables): Addition.
9281 2005-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9283         * message.texi: Fix default values.
9285 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9287         * message.texi (Header Commands): Clarify descriptions of
9288         message-cross-post-followup-to, message-reduce-to-to-cc, and
9289         message-insert-wide-reply.
9290         (Various Commands): Fix kindex for message-kill-to-signature;
9291         clarify description of message-tab.
9293 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9295         * message.texi (Mailing Lists): Fix description about MFT.
9297         * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
9299 2005-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9301         * gnus.texi (Slow Terminal Connection): Replace old description
9302         with new one.
9304 2005-11-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9306         * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
9307         replace X-Draft-Headers with X-Draft-From.
9309 2005-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9311         * gnus.texi (Various Various): Fix the default value of
9312         nnheader-max-head-length.
9313         (Gnus Versions): Fix typo.
9315 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
9317         * org.texi (Structure editing): Document new functionality of
9318         M-RET.
9320 2005-12-06  Luc Teirlinck  <teirllm@auburn.edu>
9322         * org.texi (Internal Links): Fix Texinfo usage.
9324 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
9326         * org.texi (TODO basics): Document the global todo list.
9327         (TODO items): Documents sparse tree for specific TODO
9328         keywords.
9330 2005-11-30  Carsten Dominik  <dominik@science.uva.nl>
9332         * org.texi (Plain Lists): Typos fixed.
9334 2005-11-28  Jay Belanger  <belanger@truman.edu>
9336         * calc.texi: Change references of `M-#' to `C-x *' prefix.
9338 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
9340         * org.texi (Structure editing): New item moving commands added.
9341         (Plain Lists): New section.
9343 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
9345         * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
9346         (Agenda): Document commands `org-cycle-agenda-files' and
9347         `org-agenda-file-to-front'.
9348         (Built-in table editor): Document `org-table-sort-lines'.
9349         (HTML formatting): Export of hand-formatted lists.
9351 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9353         * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
9354         new variable gnus-toolbar-thickness.
9356 2005-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9358         * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
9360 2005-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9362         * gnus.texi (X-Face): Fix description.
9363         (XVarious): Remove gnus-xmas-logo-color-alist and
9364         gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
9366 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9368         * gnus.texi (Group Parameters): Mention new variable
9369         gnus-parameters-case-fold-search.
9370         (Home Score File): Addition.
9372 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
9374         * newsticker.texi: VERSION changed to 1.9.  Updated UPDATED.
9375         (Overview): List supported feed types.
9376         (Installation): No installation necessary when using autoload.
9377         (Configuration): Rename "RSS" to "news".
9379 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
9381         * pgg.texi (User Commands): Document additional passphrase
9382         argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
9383         (Backend methods): Likewise for corresponding pgg-scheme-* functions.
9385 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
9387         * org.texi: Version number changed to 3.19.
9389 2005-10-29  Sascha Wilde  <wilde@sha-bang.de>
9391         * pgg.texi (How to use): Update the example to add autoload of
9392         pgg-encrypt-symmetric-region.
9393         (User Commands): Document pgg-encrypt-symmetric-region.
9394         (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
9396 2005-10-27  Jay Belanger  <belanger@truman.edu>
9398         * calc.texi (Predefined Units): Fix the symbol for a TeX points,
9399         mention other TeX-related units.
9401 2005-10-23  Lars Hansen  <larsh@soem.dk>
9403         * dired-x.texi (Miscellaneous Commands):
9404         Replace dired-do-relative-symlink by dired-do-relsymlink and
9405         dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
9407 2005-10-23  Jay Belanger  <belanger@truman.edu>
9409         * calc.texi (Predefined Units): Use `alpha' for the fine structure
9410         constant.
9412 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
9414         * faq.texi (Bugs and problems):
9415         Replace `dired-move-to-filename-regexp' by
9416         `directory-listing-before-filename-regexp'.
9418 2005-10-22  Eli Zaretskii  <eliz@gnu.org>
9420         * newsticker.texi (UPDATED): Set value.
9422 2005-10-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9424         * gnus.texi (Document Groups): Remove duplicate item.
9426 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
9428         * org.texi (Summary): Mention iCalendar support.
9429         (Exporting): Document iCalendar support.
9431 2005-10-18  Romain Francoise  <romain@orebokech.com>
9433         * viper.texi (Viper Specials): Capitalize GNU.
9435 2005-10-17  Juri Linkov  <juri@jurta.org>
9437         * info.texi (Getting Started, Search Index, Expert Info):
9438         Fix wording.
9439         (Search Text): Replace `echo area' with `mode line'.
9440         (Search Index): Both `i' and `,' find all index entries.
9441         Replace example `C-f' with `C-l' (which exists in index of Info
9442         manual) and delete spaces in its keyboard input sequence.
9443         Delete unnecessary explanations about literal characters.
9445 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9447         * gnus.texi (Document Server Internals): Addition.
9449 2005-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9451         * gnus.texi (A note on namespaces): Fix RFC reference.
9453 2005-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9455         * gnus.texi (RSS): Fix key description.
9457 2005-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9459         * gnus.texi: Emacs/w3 -> Emacs/W3.
9460         (Browsing the Web): Fix description.
9461         (Web Searches): Ditto.
9462         (Customizing W3): Ditto.
9464 2005-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9466         * gnus.texi (Maildir): Clarify expire-age and expire-group.
9468 2005-10-11  Jay Belanger  <belanger@truman.edu>
9470         * calc.texi (Integration): Mention using `a i' to compute definite
9471         integrals.
9473 2005-10-11  Juri Linkov  <juri@jurta.org>
9475         * info.texi: Rearrange nodes.
9476         (Top): Update menu.  Change ref `Info for Experts' to
9477         `Advanced Info Commands'.
9478         (Getting Started): Fix description of manual's parts.
9479         (Help-Int): Change xref `Info Search' to `Search Index', and
9480         `Expert Info' to `Advanced'.
9481         (Advanced): Move node one level up.
9482         (Search Text, Search Index): New nodes split out from `Info Search'.
9483         (Go to node, Choose menu subtopic, Create Info buffer): New nodes
9484         split out from `Advanced'.
9485         (Advanced, Emacs Info Variables): De-document editing an Info file
9486         in Info.
9487         (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
9488         (Creating an Info File): Delete node and move its text to
9489         `Expert Info'.
9491 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
9493         * org.texi (Workflow states): Documented that change in keywords
9494         becomes active only after restart of Emacs.
9496 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
9498         Sync with Tramp 2.0.51.
9500 2005-10-08  Nick Roberts  <nickrob@snap.net.nz>
9502         * speedbar.texi (Introduction): Describe new location of speedbar
9503         on menubar.
9504         (Basic Key Bindings): Remove descriptions of bindings that have
9505         been removed.
9507 2005-10-05  Nick Roberts  <nickrob@snap.net.nz>
9509         * speedbar.texi (GDB): Describe use of watch expressions.
9511 2005-09-28  Simon Josefsson  <jas@extundo.com>
9513         * message.texi (IDNA): Fix.
9515 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9517         * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
9518         nntp-server-hook, and nntp-warn-about-losing-connection; fix
9519         description of nntp-open-connection-function.
9520         (Common Variables): Fix descriptions.
9522 2005-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9524         * gnus.texi (Server Buffer Format): Document the %a format spec.
9526 2005-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9528         * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
9530 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
9532         * org.texi Version 3.16.
9534 2005-09-19  Miles Bader  <miles@gnu.org>
9536         * newsticker.texi: Get rid of CVS keywords.
9538 2005-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9540         * gnus.texi (Finding the Parent): Fix description of how Gnus
9541         finds article.
9543 2005-09-14  Jari Aalto  <jari.aalto@cante.net>
9545         * gnus.texi (Advanced Scoring Examples): New examples to teach how
9546         to drop off non-answered articles.
9548 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
9550         * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
9551         braces (which are unsupported by NMAKE) for macro `srcdir'.
9553 2005-09-17  Eli Zaretskii  <eliz@gnu.org>
9555         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
9556         (../info/newsticker, newsticker.dvi): New targets.
9558 2005-09-17  Ulf Jasper  <ulf.jasper@web.de>
9560         * newsticker.texi: Replace @command with @code.  Replace @example
9561         with @lisp.
9562         (Top): Add explanations to menu items.
9563         (GNU Free Documentation License): Remove.
9565 2005-09-16  Romain Francoise  <romain@orebokech.com>
9567         Update all files to specify GFDL version 1.2.
9569         * doclicense.texi (GNU Free Documentation License): Update to
9570         version 1.2.
9572 2005-09-15  Richard M. Stallman  <rms@gnu.org>
9574         * newsticker.texi: Fix @setfilename.
9576         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
9577         (../info/newsticker, newsticker.dvi): New targets.
9579 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
9581         * org.texi: Version 3.15.
9583 2005-08-29  Luc Teirlinck  <teirllm@auburn.edu>
9585         * ses.texi: Combine all three indices into one.
9586         Correct a few typos.
9588 2005-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9590         * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
9592 2005-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9594         * emacs-mime.texi (Handles): Remove duplicate item.
9595         (Encoding Customization): Fix the default value for
9596         mm-coding-system-priorities.
9597         (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
9598         (Basic Functions): Fix reference.
9600 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9602         * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
9604 2005-08-18  Richard M. Stallman  <rms@gnu.org>
9606         * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
9607         and web site.
9609         * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
9610         not keyboard-translate.
9612 2005-08-11  Richard M. Stallman  <rms@gnu.org>
9614         * faq.texi (Using regular expressions): Fix xref.
9616 2005-08-09  Juri Linkov  <juri@jurta.org>
9618         * info.texi (Help-P): Replace `Prev' with `Previous'.
9619         (Help-M, Help-Xref): Add S-TAB.
9620         (Help-FOO): Update `u' command.
9621         (Help-Xref): Move info about Mouse-2 from `Help-Int'.
9622         Update info about visibility of xref parts.
9623         (Help-Int): Fix `m' command.  Rename `Info-last' to
9624         `Info-history-back'.  Add `Info-history-forward'.
9625         (Advanced): Fix `g*' and `M-n' commands.
9626         (Info Search): Add `index-apropos' in stand-alone browser.
9627         Add isearch commands.
9628         (Emacs Info Variables): Remove `Info-fontify'.
9629         Add `Info-mode-hook'.  Update face names.
9630         Add `Info-fontify-maximum-menu-size',
9631         `Info-fontify-visited-nodes', `Info-isearch-search'.
9633 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
9635         Sync with Tramp 2.0.50.
9637         * tramp.texi: Use @option{} consequently for method names.
9638         (Inline methods, External transfer methods): Remove references to
9639         Cygwin.
9640         (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
9641         implementation.
9643 2005-07-27  Reiner Steib  <Reiner.Steib@gmx.de>
9645         * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
9646         Mention that gnus-init-file is not read when Emacs is invoked with
9647         --no-init-file or -q.
9649 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
9651         * org.texi: Version 3.14.
9653 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
9655         * org.texi: Version 3.13.
9657 2005-07-18  Juri Linkov  <juri@jurta.org>
9659         * calc.texi (Time Zones, Logical Operations):
9660         * cl.texi (Overview):
9661         * org.texi (TODO types):
9662         * sc.texi (Emacs 18 MUAs):
9663         * speedbar.texi (Top):
9664         * url.texi (History):
9665         Delete duplicate duplicate words.
9667 2005-07-16  Johan Bockgård  <bojohan@users.sourceforge.net>  (tiny change)
9669         * cl.texi (Type Predicates): Document `atom' type.
9671 2005-07-04  Lute Kamstra  <lute@gnu.org>
9673         Update FSF's address in GPL notices.
9675         * calc.texi (Copying):
9676         * doclicense.texi (GNU Free Documentation License):
9677         * faq.texi (Contacting the FSF):
9678         * mh-e.texi (Copying): Update FSF's address.
9680 2005-07-03  Richard M. Stallman  <rms@gnu.org>
9682         * flymake.texi (Example -- Configuring a tool called directly):
9683         Update name of flymake-build-relative-filename.
9685 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9687         * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
9689 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
9691         * org.texi: Version 3.12.
9693 2005-06-24  Eli Zaretskii  <eliz@gnu.org>
9695         * makefile.w32-in (MAKEINFO): Use --force.
9696         (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
9697         Makefile.in.
9698         (gnus.dvi): Use "..." to quote Sed args, so that it works with
9699         more shells.
9701 2005-06-23  Richard M. Stallman  <rms@gnu.org>
9703         * speedbar.texi (Creating a display): Texinfo usage fixes.
9705         * tramp.texi (Customizing Completion, Auto-save and Backup):
9706         Texinfo usage fixes.
9708 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
9710         * dired-x.texi (Miscellaneous Commands):
9711         * ediff.texi (Miscellaneous):
9712         * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
9713         (Agent Variables):
9714         * info.texi (Help-Xref):
9715         * message.texi (Message Headers):
9716         * org.texi (Remember):
9717         * reftex.texi (Options (Defining Label Environments)):
9718         (Options (Index Support)):
9719         (Options (Viewing Cross-References)):
9720         (Options (Misc)):
9721         (Changes):
9722         * speedbar.texi (Creating a display):
9723         * tramp.texi (Customizing Completion, Auto-save and Backup):
9724         Texinfo usage fix.
9726 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
9728         * org.texi: Version 3.11.
9730 2005-06-12  Jay Belanger  <belanger@truman.edu>
9732         * calc.texi (Getting Started): Remove extra menu item.
9734 2005-05-31  Jay Belanger  <belanger@truman.edu>
9736         * calc.texi (Notations Used in This Manual): Use @kbd for key
9737         sequence.
9738         (Demonstration of Calc): Mention another way of starting Calc.
9739         (Starting Calc): Mention long name of M-#.
9740         (Embedded Mode Overview): Remove unnecessary instruction.
9741         (Other M-# commands): Rephrase `M-# 0' explanation.
9742         (Basic Embedded Mode): Rewrite discussion of prefix arguments to
9743         reflect current behavior.
9745 2005-05-30  Jay Belanger  <belanger@truman.edu>
9747         * calc.texi (Hooks): Change description of calc-window-hook and
9748         calc-trail-window-hook to match usage.
9749         (Computational Functions): Add more constant-generating functions.
9750         (Customizable Variables): Use defvar.
9752 2005-05-28  Jay Belanger  <belanger@truman.edu>
9754         * calc.texi (Assignments in Embedded Mode): Fix variable name.
9755         (Basic Embedded Mode): Explain behavior of arguments to
9756         calc-embedded-mode.
9758 2005-05-27  Jay Belanger  <belanger@truman.edu>
9760         * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
9761         current behavior.
9763 2005-05-25  Jay Belanger  <belanger@truman.edu>
9765         * calc.texi: Change Calc version number throughout.
9766         (Keypad Mode): Change location in info output.
9767         (Keypad mode overview): Move picture of keypad.
9769 2005-05-21  Jay Belanger  <belanger@truman.edu>
9771         * calc.texi (Storing variables): Mention that only most variables
9772         are void to begin with.
9774 2005-05-21  Kevin Ryde  <user42@zip.com.au>
9776         * widget.texi (Basic Types): Update cross ref from "Enabling
9777         Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
9778         lispref/text.texi change.
9780 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
9782         * org.texi: Version 3.09.
9784 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
9786         * reftex.texi: Version 4.28.
9788 2005-05-16  Jay Belanger  <belanger@truman.edu>
9790         * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
9792 2005-05-14  Jay Belanger  <belanger@truman.edu>
9794         * calc.texi (Default Simplifications): Insert missing ! (logical
9795         not operator).
9797 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
9799         Sync with Tramp 2.0.49.
9801 2005-05-10  Jay Belanger  <belanger@truman.edu>
9803         * calc.texi (Default Simplifications): Mention that 0^0 simplifies
9804         to 1.
9806 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
9808         * org.texi: Version 3.08, structure reorganized.
9810 2005-04-24  Richard M. Stallman  <rms@gnu.org>
9812         * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
9814 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
9816         * org.texi: Update to version 3.06.
9818 2005-04-13  Lute Kamstra  <lute@gnu.org>
9820         * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
9822 2005-04-10  Thien-Thi Nguyen  <ttn@gnu.org>
9824         * cl.texi (Porting Common Lisp): Fix typo.
9826 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9828         * gnus.texi (RSS): Addition.
9830 2005-04-04  Jay Belanger  <belanger@truman.edu>
9832         * calc.texi: Change Calc version number.
9833         (Customizable variables): Fix description of calc-language-alist.
9834         (Copying): Put in version 2 of GPL.
9836 2005-04-01  Jay Belanger  <belanger@truman.edu>
9838         * calc.texi (Troubleshooting Commands): Remove comment about
9839         installation.
9840         (Installation): Remove section.
9841         (Customizable Variables): New section.
9842         (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
9843         (Graphical Devices): Add references to Customizable Variables.
9845 2005-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9847         * emacs-mime.texi (Display Customization): Markup fixes.
9848         (rfc2047): Update.
9850 2005-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9852         * gnus-faq.texi: Replaced with auto-generated version.
9854 2005-03-26  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
9856         * dired-x.texi (Multiple Dired Directories): default-directory was
9857         renamed to dired-default-directory.
9859 2005-03-26  Jay Belanger  <belanger@truman.edu>
9861         * calc.texi (Simplifying Formulas, Rewrite Rules):
9862         Change description of top and bottom of fraction.
9863         (Modulo Forms): Move description of how to create modulo forms to
9864         earlier in the section.
9865         (Fraction Mode): Suggest using : to get a fraction by dividing.
9866         (Basic Arithmetic): Adjust placement of command name.
9867         (Truncating the Stack): Emphasize that "hidden" entries are still
9868         visible.
9869         (Installation): Move discussion of printing manual to "About This
9870         Manual".
9871         (About This Manual): Mention how to print the manual.
9872         (Reporting Bugs): Remove first person.
9873         (Building Vectors): Add algebraic version of append.
9874         (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
9875         (Grouping Digits): Fix typo.
9877 2005-03-25  Werner Lemberg  <wl@gnu.org>
9879         * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
9880         Replace `legal' with `valid'.
9882 2005-03-25  Werner Lemberg  <wl@gnu.org>
9884         * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
9886 2005-03-24  Jay Belanger  <belanger@truman.edu>
9888         * calc.texi (General Mode Commands)
9889         (Mode Settings in Embedded Mode): Add some explanation of
9890         recording mode settings.
9892 2005-03-24  Richard M. Stallman  <rms@gnu.org>
9894         * calc.texi: Remove praise of non-free software.
9896         * idlwave.texi: Don't say where to get IDL or its non-free manual.
9897         (Installation): Node deleted.
9899 2005-03-23  Richard M. Stallman  <rms@gnu.org>
9901         * url.texi (HTTP language/coding): Improve last change.
9903 2005-03-22  Jay Belanger  <belanger@truman.edu>
9905         * calc.texi (Embedded Mode): Add new information on changing
9906         modes.
9908 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
9910         Sync with Tramp 2.0.48.
9912         * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
9914         * tramp.texi: Replace "Emacs" by "GNU Emacs".  Replace "Linux" by
9915         "GNU/Linux".  Change all addresses to .gnu.org.
9916         (Default Method): Offer shortened syntax for "su" and "sudo"
9917         methods.
9919 2005-03-07  Richard M. Stallman  <rms@gnu.org>
9921         * url.texi: Fix usage of "e.g.".
9922         (HTTP language/coding): Explain the rules for these strings.
9924 2005-03-06  Richard M. Stallman  <rms@gnu.org>
9926         * woman.texi (Introduction): Minor cleanups.
9928         * url.texi (HTTP language/coding): Get rid of "Emacs 21".
9930         * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
9931         (Installation): Node deleted.
9933         * mh-e.texi (Preface): Get rid of "Emacs 21".
9935         * eshell.texi (Installation): Delete node (for Emacs 20).
9937 2005-03-05  Thien-Thi Nguyen  <ttn@gnu.org>
9939         * flymake.texi: Refill and tweak style in @lisp blocks.
9941 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9943         * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
9945 2005-03-01  Jay Belanger  <belanger@truman.edu>
9947         * calc.texi (Trigonometric and Hyperbolic Functions):
9948         Mention additional functions.
9949         (Algebraic Simplifications): Mention additional simplifications.
9951 2005-02-18  Jonathan Yavner  <jyavner@member.fsf.org>
9953         * ses.texi: Add concept/function/variable indices (this work was
9954         donated by Brad Collins <brad@chenla.org>, copyright-assignment
9955         papers on file at FSF).
9957 2005-02-10  Jay Belanger  <belanger@truman.edu>
9959         * calc.texi: Change @LaTeX to La@TeX throughout.
9960         Redefine @expr as @math for TeX output.
9961         Redefine @texline as a no-op for TeX output.
9962         Define @tfn, replace @t by @tfn throughout.
9964 2005-02-09  Jay Belanger  <belanger@truman.edu>
9966         * calc.texi: Add macro for LaTeX for info output.
9968 2005-02-08  Kim F. Storm  <storm@cua.dk>
9970         * texinfo.tex (LaTex): Add def.
9972 2005-02-06  Jay Belanger  <belanger@truman.edu>
9974         * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
9975         change name to "TeX and LaTeX Language Modes."  Mention LaTeX mode
9976         throughout manual.
9978 2005-01-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9980         * gnus.texi: Some edits based on comments from David Abrahams.
9982 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9984         * gnus.texi (RSS): Fix the keystroke.
9986 2005-01-24  David Kastrup  <dak@gnu.org>
9988         * faq.texi: Update AUCTeX version info.
9990 2005-01-16  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
9992         * gnus-faq.texi ([4.1]): Typo.
9994 2005-01-19  Jay Belanger  <belanger@truman.edu>
9996         * calc.texi (Keep Arguments): Mention that keeping arguments
9997         doesn't work with keyboard macros.
9999 2005-01-16  Richard M. Stallman  <rms@gnu.org>
10001         * autotype.texi (Autoinserting): Fix small error.
10003 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
10005         Sync with Tramp 2.0.47.
10007         * tramp.texi (Compilation): New section, describing compilation of
10008         remote files.
10010 2005-01-11  Kim F. Storm  <storm@cua.dk>
10012         * widget.texi (Basic Types): Add :follow-link keyword.
10014 2005-01-09  Jay Belanger  <belanger@truman.edu>
10016         * calc.texi (Basic Commands): Describe new behavior of calc-reset.
10018 2005-01-08  Jay Belanger  <belanger@truman.edu>
10020         * calc.texi: Change throughout to reflect new default value of
10021         calc-settings-file.
10023 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10025         * message.texi (Reply): `message-reply-to-function' should return
10026         a list.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
10028 2005-01-06  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
10030         * faq.texi (Changing load-path): Fix typo.
10032 2005-01-05  Jay Belanger  <belanger@truman.edu>
10034         * calc.texi (Programming Tutorial): Replace kbd command by
10035         appropriate characters for a keyboard macro.
10037 2005-01-04  Jay Belanger  <belanger@truman.edu>
10039         * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
10040         for Lucid Emacs.
10041         (Programming Tutorial): Mention that the user needs to be in the
10042         right mode to compute some functions.
10044 2005-01-04  Jay Belanger  <belanger@truman.edu>
10046         * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
10047         no longer applicable.
10049 2005-01-01  Jay Belanger  <belanger@truman.edu>
10051         * calc.texi (Programming Tutorial): Change description of how to
10052         edit keyboard macros to match current behavior.
10054 2004-12-31  Jay Belanger  <belanger@truman.edu>
10056         * calc.texi: Mention C-cC-c as the way to finish editing throughout.
10058 2004-12-20  Jay Belanger  <belanger@truman.edu>
10060         * calc.texi (Types Tutorial): Emphasize that you can't divide by
10061         zero.
10063 2004-12-17  Luc Teirlinck  <teirllm@auburn.edu>
10065         * cc-mode.texi (Text Filling and Line Breaking): Put period after
10066         @xref.
10067         (Font Locking): Avoid @strong{Note:}.
10069 2004-12-17  Michael Albinus  <michael.albinus@gmx.de>
10071         Sync with Tramp 2.0.46.
10073         * tramp.texi (bottom): Add arch-tag.  It was lost, somehow.
10075 2004-12-16  Luc Teirlinck  <teirllm@auburn.edu>
10077         * url.texi: Correct typos.
10078         (Retrieving URLs): @var{nil}->@code{nil}.
10079         (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
10080         the standard "The GNU Emacs Manual" in fifth argument of @xref's.
10081         (Dealing with HTTP documents): @inforef->@xref.
10083 2004-12-15  Jay Belanger  <belanger@truman.edu>
10085         * calc.texi: Consistently capitalized all mode names.
10086         (Answers to Exercises): Mention that an answer can be a fraction
10087         when in Fraction mode.
10089 2004-12-13  Jay Belanger  <belanger@truman.edu>
10091         * calc.texi: Fix some TeX definitions.
10093 2004-12-09  Luc Teirlinck  <teirllm@auburn.edu>
10095         * reftex.texi (Imprint): Remove erroneous @value's.
10097 2004-12-08  Luc Teirlinck  <teirllm@auburn.edu>
10099         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
10100         (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
10102 2004-12-08  Jay Belanger  <belanger@truman.edu>
10104         * calc.texi (Starting Calc): Remove comment about installation.
10105         (Keypad Mode Overview): Remove comment about Emacs 19 support.
10107 2004-12-08  Luc Teirlinck  <teirllm@auburn.edu>
10109         * url.texi: Update @setfilename.
10110         (Getting Started): No need to worry about Gnus versions.
10111         (Dealing with HTTP documents): Use @inforef.
10113         * org.texi: Fix @direntry file name.
10115 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10117         * url.texi: New file.
10119         * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
10121 2004-12-06  Jay Belanger  <belanger@truman.edu>
10123         * calc.texi (Using Calc): Remove paragraph about installation.
10125 2004-12-06  Jay Belanger  <belanger@truman.edu>
10127         * calc.texi: Use more Texinfo macros and less TeX defs.
10128         Remove @refill's.
10130 2004-12-06  Richard M. Stallman  <rms@gnu.org>
10132         * org.texi: New file.
10134 2004-12-05  Richard M. Stallman  <rms@gnu.org>
10136         * Makefile.in (org.dvi, ../info/org): New targets.
10137         (INFO_TARGETS): Add ../info/org.
10138         (DVI_TARGETS): Add org.dvi.
10139         (maintainer-clean): Remove the info files in the info dir.
10141 2004-11-26  Eli Zaretskii  <eliz@gnu.org>
10143         * idlwave.texi: Fix the setfilename directive to put the produced
10144         file in ../info.
10145         (Continued Statement Indentation): Resurrect Jan D.'s change from
10146         2004-11-03 that was lost when a newer version of idlwave.texi was
10147         imported.
10149 2004-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10151         * gnus-faq.texi ([5.1]): Add missing bracket.
10153         * gnus.texi (Filtering Spam Using The Spam ELisp Package):
10154         Index `spam-initialize'.
10156 2004-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
10158         * message.texi (Various Message Variables): Mention that all mail
10159         file variables are derived from `message-directory'.
10161         * gnus.texi (Splitting Mail): Clarify bogus group.
10163 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10165         * emacs-mime.texi (Encoding Customization):
10166         Fix mm-coding-system-priorities entry.
10168 2004-11-03  Jan Djärv  <jan.h.d@swipnet.se>
10170         * idlwave.texi (Continued Statement Indentation):
10171         * reftex.texi (Options (Index Support)):
10172         (Displaying and Editing the Index, Table of Contents):
10173         * speedbar.texi (Creating a display, Major Display Modes):
10174         Replace non-nil with non-@code{nil}.
10176 2004-10-21  Jay Belanger  <belanger@truman.edu>
10178         * calc.texi (Algebraic-Style Calculations): Remove a comment.
10180 2004-10-18  Luc Teirlinck  <teirllm@auburn.edu>
10182         * calc.texi (Reporting Bugs): Double up `@'.
10184 2004-10-18  Jay Belanger  <belanger@truman.edu>
10186         * calc.texi (Reporting Bugs): Change the address that bugs
10187         should be sent to.
10189 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
10191         * gnus.texi (New Features): Add 5.11.
10193         * message.texi (Resending): Remove wrong default value.
10195         * gnus.texi (Mail Source Specifiers): Describe possible problems
10196         of `pop3-leave-mail-on-server'.  Add `pop3-movemail' and
10197         `pop3-leave-mail-on-server' to the index.
10199 2004-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10201         * message.texi (Canceling News): Add how to set a password.
10203 2004-10-12  Jay Belanger  <belanger@truman.edu>
10205         * calc.texi (Help Commands): Change the descriptions of
10206         calc-describe-function and calc-describe-variable to match their
10207         current behavior.
10209 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10211         * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
10213 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
10215         Sync with Tramp 2.0.45.
10217         * tramp.texi (Frequently Asked Questions): Comment paragraph about
10218         plink link.  The URL is outdated.  Originator contacted for
10219         clarification.
10221 2004-10-10  Juri Linkov  <juri@jurta.org>
10223         * gnus.texi (Top, Marking Articles): Join two menus in one node
10224         because a node can have only one menu.
10226 2004-10-09  Juri Linkov  <juri@jurta.org>
10228         * gnus.texi (Fancy Mail Splitting): Remove backslash in the
10229         example of nnmail-split-fancy.
10231 2004-10-06  Karl Berry  <karl@gnu.org>
10233         * info.texi (@kbd{1}--@kbd{9}): No space around --, for
10234         consistency with other uses of dashes.
10236 2004-10-05  Karl Berry  <karl@gnu.org>
10238         * info.texi: Consistently use --- throughout, periods at end of
10239         menu descriptions, and a couple typos.
10241 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
10243         * sieve.texi (Manage Sieve API): nil -> @code{nil}.
10244         * pgg.texi (User Commands, Backend methods): Do.
10245         * gnus.texi: Markup fixes.
10246         (Setting Process Marks): Fix `M P a' entry.
10247         * emacs-mime.texi: Fixes.
10249 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
10251         * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
10252         again.
10253         Use 5.10 instead of 5.10.0.
10255 2004-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10257         * gnus.texi (Summary Mail Commands): S D e.
10259 2004-09-20  Raymond Scholz  <ray-2004@zonix.de>  (tiny change)
10261         * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
10262         the gnus-article-mode-line-format section.
10264 2004-09-20  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
10266         * gnus.texi (Various Summary Stuff): Fix the documentation for
10267         gnus-newsgroup-variables.
10269 2004-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10271         * gnus.texi (MIME Commands):
10272         Add gnus-mime-display-multipart-as-mixed,
10273         gnus-mime-display-multipart-alternative-as-mixed,
10274         gnus-mime-display-multipart-related-as-mixed.
10275         (Mail Source Customization): Clarify `mail-source-directory'.
10276         (Splitting Mail): Mention gnus-group-find-new-groups.
10277         (SpamOracle): Fix typo.
10279         * gnus-faq.texi: Untabify.
10280         ([6.3]): nnir.el is in contrib directory.
10282         * message.texi (News Headers): Clarify how a unique ID is created.
10284         * gnus.texi (Batching Agents): Fix typo in example.
10285         Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10287 2004-09-20  Andre Srinivasan  <andre@e2open.com>  (tiny change)
10289         * gnus.texi (Group Parameters): Add more on hooks.
10291 2004-09-20  Florian Weimer  <fw@deneb.enyo.de>
10293         * gnus.texi (Charsets): Point to relevant section in emacs-mime.
10295 2004-09-22  Jay Belanger  <belanger@truman.edu>
10297         * calc.texi (Vectors as Lists): Add a warning that the tutorial
10298         might be hidden during part of the session.
10300 2004-09-20  Jay Belanger  <belanger@truman.edu>
10302         * calc.texi (Notations Used in This Manual): Put in an earlier
10303         mention that DEL could be called Backspace.
10305 2004-09-10  Simon Josefsson  <jas@extundo.com>
10307         * gnus.texi (IMAP): Add example.  Suggested and partially written
10308         by Steinar Bang <sb@dod.no>.
10310 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10312         * gnus.texi (IMAP): Add comments about imaps synonym to imap in
10313         netrc syntax.
10315 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10317         * gnus.texi (Spam ELisp Package Sequence of Events):
10318         Some clarifications.
10319         (Spam ELisp Package Global Variables): More clarifications.
10321 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10323         * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
10324         Mention spam-split does not modify incoming mail.
10326 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10328         * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
10330 2004-09-10  Eli Zaretskii  <eliz@gnu.org>
10332         * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
10334 2004-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10336         * makefile.w32-in (sieve, pgg): Use $(infodir).
10338 2004-09-08  Dhruva Krishnamurthy  <dhruva.krishnamurthy@gmail.com>  (tiny change)
10340         * makefile.w32-in: Fix PGG and Sieve entries.
10342 2004-08-28  Eli Zaretskii  <eliz@gnu.org>
10344         * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
10345         Emacs and related programs.
10347 2004-08-27  Richard M. Stallman  <rms@gnu.org>
10349         * faq.texi: Fix texinfo usage, esp. doublequotes.
10350         (Difference between Emacs and XEmacs): Some clarification.
10352         * faq.texi (Difference between Emacs and XEmacs):
10353         Explain not to contrast XEmacs with GNU Emacs.
10355 2004-08-26  Richard M. Stallman  <rms@gnu.org>
10357         * faq.texi (Difference between Emacs and XEmacs): Rewrite.
10359 2004-08-22  David Kastrup  <dak@gnu.org>
10361         * reftex.texi (AUCTeX): Update links, section name.
10363         * faq.texi (Calc): Update availability (included in 22.1).
10364         (AUCTeX): Update availability, information, versions, description.
10366 2004-08-14  Eli Zaretskii  <eliz@gnu.org>
10368         * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
10370 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
10372         * cc-mode.texi: Various updates for CC Mode 5.30.9.
10374 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
10376         Sync with Tramp 2.0.44.
10378 2004-08-05  Lars Hansen  <larsh@math.ku.dk>
10380         * widget.texi (User Interface): Update how to separate the
10381         editable field of an editable-field widget from other widgets.
10382         (Programming Example): Add text after field.
10384 2004-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10386         * emacs-mime.texi (Encoding Customization): Add a note to the
10387         mm-content-transfer-encoding-defaults entry.
10388         (rfc2047): Update.
10390         * gnus.texi (Article Highlighting):
10391         Add gnus-cite-ignore-quoted-from.
10392         (POP before SMTP): New node.
10393         (Posting Styles): Addition.
10394         (Splitting Mail): Add nnmail-split-lowercase-expanded.
10395         (Fancy Mail Splitting): Ditto.
10396         (X-Face): Add gnus-x-face.
10398 2004-08-30  Reiner Steib  <Reiner.Steib@gmx.de>
10400         * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
10401         * pgg.texi, sieve.texi: Use @copying and @insertcopying.
10403 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
10405         * gnus.texi (Mail Source Specifiers):
10406         Describe `pop3-leave-mail-on-server'.
10408 2004-08-02  Reiner Steib  <Reiner.Steib@gmx.de>
10410         * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
10412         * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
10413         repository.  Change setfilename.
10415         * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
10417 2004-07-02  Juri Linkov  <juri@jurta.org>
10419         * pcl-cvs.texi (Viewing differences): Add `d r'.
10421 2004-06-29  Jesper Harder  <harder@ifa.au.dk>
10423         * ses.texi, viper.texi, flymake.texi, faq.texi:
10424         * eshell.texi, ediff.texi: Markup fixes.
10426 2004-06-21  Karl Berry  <karl@gnu.org>
10428         * info.texi (Top): Mention that only Emacs has mouse support.
10429         (Getting Started): Mention this in a few other places.
10431 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
10433         * autotype.texi (Copyrights, Timestamps):
10434         Recommend `before-save-hook' instead of `write-file-functions'.
10436 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
10438         * dired-x.texi (dired-mark-omitted): Update keybinding.
10440 2004-06-10  Kim F. Storm  <storm@cua.dk>
10442         * pcl-cvs.texi (Viewing differences): Add 'd y'.
10444 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
10446         * dired-x.texi (variable dired-omit-mode): Rename from
10447         dired-omit-files-p.
10448         (function dired-omit-mode): Rename from dired-omit-toggle.
10449         Call dired-omit-mode rather than set dired-omit-files-p.
10450         (dired-mark-omitted): Describe command.
10452 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
10454         Version 2.0.41 of Tramp released.
10456 2004-05-29  Juanma Barranquero  <lektu@terra.es>
10458         * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
10459         (INFO_TARGETS, DVI_TARGETS): Add Flymake.
10461 2004-05-29  Richard M. Stallman  <rms@gnu.org>
10463         * cl.texi (Top): Call this chapter `Introduction'.
10464         (Overview): In TeX, no section heading here.
10466         * cc-mode.texi: Put commas after i.e. and e.g.  Minor cleanups.
10468 2004-05-29  Eli Zaretskii  <eliz@gnu.org>
10470         * Makefile.in (../info/flymake, flymake.dvi): New targets.
10471         (INFO_TARGETS, DVI_TARGETS): Add Flymake.
10473 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
10475         * flymake.texi: New file.
10477 2004-05-28  Simon Josefsson  <jas@extundo.com>
10479         * smtpmail.texi (Authentication): Improve STARTTLS discussion.
10481 2004-05-07  Kai Großjohann  <kai@emptydomain.de>
10483         Version 2.0.40 of Tramp released.
10485 2004-04-25  Michael Albinus  <Michael.Albinus@alcatel.de>
10487         Complete rework, based on review by Karl Berry <karl@gnu.org>.
10489         * tramp.texi (Auto-save and Backup): Explain exploitation of new
10490         variables `tramp-backup-directory-alist' and
10491         `tramp-bkup-backup-directory-info'.
10492         (Overview, Connection types)
10493         (External transfer methods, Default Method)
10494         (Windows setup hints): Remove restriction of password entering
10495         with external methods.
10496         (Auto-save and Backup): Make file name example
10497         (X)Emacs neutral.  In case of XEmacs, `bkup-backup-directory-info'
10498         and `auto-save-directory' must be used.
10499         (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
10500         only "NT").  Remove doubled entry "What kinds of systems does
10501         @tramp{} work on".
10502         (tramp): Macro removed.
10503         (Obtaining Tramp): Flag removed from title.
10504         (all): "tramp-" and "-" removed from flag names.  Flags `tramp'
10505         and `trampver' used properly.  Flag `tramp-inst' replaced by
10506         `installchapter'.  Installation related text adapted.
10508 2004-04-28  Masatake YAMATO  <jet@gyve.org>
10510         * widget.texi (Programming Example): Remove overlays.
10512 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
10514         * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
10516 2004-04-23  Juanma Barranquero  <lektu@terra.es>
10518         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
10520 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
10522         * info.texi (Info Search): Add info-apropos.
10524 2004-03-22  Juri Linkov  <juri@jurta.org>
10526         * faq.texi: Fix help key bindings.
10528 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
10530         * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
10531         (as suggested by Karl Berry).  Update information about colored
10532         stars in menus.  Add new subheading describing M-n.
10534 2004-03-12  Richard M. Stallman  <rms@gnu.org>
10536         * cl.texi (Top): Rename top node's title.
10538 2004-03-08  Karl Berry  <karl@gnu.org>
10540         * info.texi: \input texinfo.tex instead of just texinfo, to avoid
10541         problems making the texinfo distribution.
10543 2004-02-29  Simon Josefsson  <jas@extundo.com>
10545         * smtpmail.texi (Authentication): Change the list of supported
10546         authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
10547         CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
10548         <voegelas@gmx.net>.
10550 2004-02-29  Juanma Barranquero  <lektu@terra.es>
10552         * makefile.w32-in (mostlyclean, clean, maintainer-clean):
10553         Use $(DEL) instead of rm, and ignore exit code.
10555 2004-02-29  Kai Großjohann  <kgrossjo@eu.uu.net>
10557         Tramp version 2.0.39 released.
10559 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
10561         * tramp.texi (Customizing Completion): Explain new functions
10562         `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
10563         (all): Savannah URLs unified to "http://savannah.nongnu.org".
10564         (Top): Refer to Savannah mailing list as the major one.
10565         Mention older mailing lists in HTML mode only.
10566         (Auto-save and Backup): Add auto-save.  Based on wording of Kai.
10567         (Frequently Asked Questions): Remote hosts must not be Unix-like
10568         for "smb" method.
10569         (Password caching): New node.
10570         (External transfer methods): Refer to password caching for "smb"
10571         method.
10573 2004-02-17  Karl Berry  <karl@gnu.org>
10575         * info.texi (Help-Int): Mention the new line number feature.
10577 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
10579         * ses.texi (Advanced Features): New functionality for
10580         ses-set-header-row (defaults to current row unless C-u used).
10581         (Acknowledgements): Add Stefan Monnier.
10583 2003-12-29  Kevin Ryde  <user42@zip.com.au>
10585         * viper.texi (Vi Macros): Fix reference to the Emacs manual.
10587 2003-11-30  Kai Großjohann  <kai.grossjohann@gmx.net>
10589         Tramp version 2.0.38 released.
10591         * tramp.texi (Remote shell setup): Warn of environment variables
10592         FRUMPLE if user frumple exists.  Suggested by Sven Gabriel
10593         <sven.gabriel@imk.fzk.de>.
10594         (Configuration): Tramp now chooses base64/uuencode
10595         automatically.  Update wording accordingly.
10596         (Top): More description for the `Default Method' menu entry.
10597         (Default Method): Use @code, not @var, for Lisp variables.
10598         (Default Method): New subsection `Which method is the right one
10599         for me?'  Suggested by Christian Kirsch.
10600         (Configuration): Pointer to new subsection added.
10601         (Default Method): Too many "use" in one sentence.
10602         Rephrase.  Reported by Christian Kirsch.
10603         (Filename Syntax): Old `su' example is probably a left-over from
10604         the sm/su method naming.  Replace with `ssh', instead.
10605         (External transfer methods, Auto-save and Backup):
10606         Typo fixes.
10608 2003-11-02  Michael Albinus  <Michael.Albinus@alcatel.de>
10610         * tramp.texi (all): Harmonize all occurrences of @tramp{}.
10611         (Top): Mention japanese manual only if flag `jamanual' is set.
10612         Insert section `Japanese manual' in menu.
10614 2003-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
10616         * eshell.texi (Known Problems): Add doc item.
10618 2003-11-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
10620         * cc-mode.texi: Update for CC Mode 5.30.
10622         Note: Please refrain from doing purely cosmetic changes like
10623         removing trailing whitespace in this manual; it clobbers cvs
10624         merging for no good reason.
10626 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
10628         * ediff.texi, tramp.texi, vip.texi, viper.texi:
10629         * widget.texi, woman.texi: Replace @sc{ascii} and ASCII with
10630         @acronym{ASCII}.
10632 2003-10-26  Karl Berry  <karl@gnu.org>
10634         * info.texi (Info Search): Echo area, not echo are.  From Debian
10635         diff.
10637 2003-10-26  Per Abrahamsen  <abraham@dina.kvl.dk>
10639         * widget.texi (Defining New Widgets): Document new behavior of
10640         :buttons and :children keywords.
10642 2003-10-22  Miles Bader  <miles@gnu.org>
10644         * Makefile.in (info): Move before $(top_srcdir)/info.
10646 2003-10-17  Thien-Thi Nguyen  <ttn@gnu.org>
10648         * tramp.texi (Inline methods): Small grammar fix.
10649         (External transfer methods): Likewise.
10651 2003-10-08  Nick Roberts  <nick@nick.uklinux.net>
10653         * speedbar.texi: Remove paragraph for GUD that is no longer true.
10655 2003-10-06  Luc Teirlinck  <teirllm@auburn.edu>
10657         * texinfo.tex: Replace `%' in arch tagline by @ignore.
10659 2003-09-30  Richard M. Stallman  <rms@gnu.org>
10661         * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
10663         * widget.texi (User Interface): Fix typos.
10665         * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
10667 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
10669         * pcl-cvs.texi (Selected Files): Fix typo.
10671 2003-09-21  Karl Berry  <karl@gnu.org>
10673         * info.texi (] and [ commands): No period at end of section title.
10675 2003-09-04  Miles Bader  <miles@gnu.org>
10677         * Makefile.in (top_srcdir): New variable.
10678         ($(top_srcdir)/info): New rule.
10679         (info): Depend on it.
10681 2003-09-03  Peter Runestig  <peter@runestig.com>
10683         * makefile.w32-in: New file.
10685 2003-08-26  Per Abrahamsen  <abraham@dina.kvl.dk>
10687         * widget.texi (User Interface): Explain the need of static text
10688         around an editable field.
10690 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
10692         * widget.texi (Basic Types): The argument to `:help-echo' can now
10693         be a form that evaluates to a string.
10695 2003-08-18  Kim F. Storm  <storm@cua.dk>
10697         * calc.texi (Queries in Macros): Update xref to keyboard macro query.
10699 2003-08-16  Richard M. Stallman  <rms@gnu.org>
10701         * dired-x.texi (Shell Command Guessing): Explain *.
10703 2003-08-16  Chunyu Wang  <spr@db.cs.hit.edu.cn>  (tiny change)
10705         * pcl-cvs.texi (Log Edit Mode): Fix key binding for
10706         log-edit-insert-changelog.
10708 2003-08-03  Karl Berry  <karl@gnu.org>
10710         * info.texi: Need @contents.
10712 2003-07-20  Kai Großjohann  <kai.grossjohann@gmx.net>
10714         Tramp version 2.0.36 released.
10716         * tramp.texi (Remote shell setup): Explain about problems with
10717         non-Bourne commands in ~/.profile and ~/.shrc.
10719 2003-07-07  Luc Teirlinck  <teirllm@mail.auburn.edu>
10721         * info.texi (Help-Inv, Help-M, Help-Xref): Update following
10722         renaming of `vis-mode' to `visible-mode'.
10724 2003-07-04  Luc Teirlinck  <teirllm@mail.auburn.edu>
10726         * info.texi (Top, Help-Small-Screen): Remove accidentally added
10727         next, prev and up pointers.
10729 2003-07-02  Luc Teirlinck  <teirllm@mail.auburn.edu>
10731         * info.texi (Help): Mention existence of Emacs and stand-alone
10732         Info at the very beginning of the tutorial.
10733         (Help-Inv): New node.
10734         (Help-]): New node.
10735         (Help-M): Systematically point out the differences between default
10736         Emacs and stand-alone versions.  Delete second menu.
10737         (Help-Xref): Systematically point out the differences between
10738         default Emacs and stand-alone versions.
10739         (Help-Int): Change `l' example.
10740         (Expert Info): Fix typos.
10741         (Emacs Info Variables): Mention `Info-hide-note-references' and
10742         new default for `Info-scroll-prefer-subnodes'.
10744 2003-06-17  Kai Großjohann  <kai.grossjohann@gmx.net>
10746         Version 2.0.35 of Tramp released.
10748         * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
10749         (Inline methods): Add methods `remsh' and `plink1'.
10750         (External transfer methods): Add method `remcp'.
10751         (Multi-hop Methods): Add method `remsh'.
10752         Small patch from Adrian Aichner <adrian@xemacs.org>:
10753         Fix minor typos.
10754         (Concept Index): Add to make manual searchable via
10755         `Info-index'.
10756         (Version Control): Add cindex entry.
10758 2003-05-24  Kai Großjohann  <kai.grossjohann@gmx.net>
10760         * trampver.texi: Version 2.0.34 released.
10762 2003-05-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
10764         * faq.texi: Improve previous changes.
10766 2003-05-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
10768         * faq.texi: Update copyright and maintenance details.
10769         Update some package URLs, versions, and maintainers.
10770         Remove many references to the Emacs Lisp Archive.
10772 2003-04-23  Simon Josefsson  <jas@extundo.com>
10774         * smtpmail.texi: Fix license (the invariant sections mentioned has
10775         never been part of the smtp manual).  Align info dir entry with
10776         other emacs packages.
10778 2003-04-08  Michael Albinus  <Michael.Albinus@alcatel.de>
10780         * tramp.texi: Version 2.0.33 released.
10781         Remove installation chapter.  Remove XEmacs specifics.
10783 2003-03-29  Richard M. Stallman  <rms@gnu.org>
10785         * tramp.texi (Top): Undo the previous renaming.
10786         (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
10788 2003-03-29  Kai Großjohann  <kai.grossjohann@gmx.net>
10790         * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
10791         version of manual.
10793         * tramp.texi (Auto-save and Backup): New node.
10795 2003-03-29  Michael Albinus  <Michael.Albinus@alcatel.de>
10797         * tramp.texi (Top): Include trampver.texi.  Rename "Emacs" to "GNU
10798         Emacs" in order to have better differentiation to "XEmacs".
10799         `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
10800         are new macros in order to point to the other Emacs flavor where
10801         appropriate.  In info case, point to node `Installation' in order
10802         to explain how to generate the other way.  In html case, make a
10803         link to the other html file.
10804         (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
10805         after CVS checkout/update.
10806         (Installation): Completely rewritten.
10807         (Installation parameters, Load paths): New sections under
10808         `Installation'.
10810 2003-02-28  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
10812         * tramp.texi: Version 2.0.30 released.
10813         Replace word "path" with "localname" where used as a component of
10814         a Tramp file name.
10816 2003-02-28  Michael Albinus  <Michael.Albinus@alcatel.de>
10818         * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
10819         introduced.
10820         (Installation): Explain what to do if files from the tramp/contrib
10821         directory are needed.
10823 2003-02-23  Alex Schroeder  <alex@emacswiki.org>
10825         * smtpmail.texi (How Mail Works): New.
10827 2003-02-22  Alex Schroeder  <alex@emacswiki.org>
10829         * smtpmail.texi: New file.
10831         * Makefile.in: Build SMTP manual.
10833 2003-02-05  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
10835         * tramp.texi: Version 2.0.29 released.
10836         (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
10837         M-x makeinfo-buffer RET.  Reported by gebser@ameritech.net.
10839 2003-02-01  Michael Albinus  <Michael.Albinus@alcatel.de>
10841         * tramp.texi (Frequently Asked Questions): Explain a workaround if
10842         another package loads accidentally Ange-FTP.
10844 2003-01-24  Michael Albinus  <Michael.Albinus@alcatel.de>
10846         * tramp.texi (Customizing Completion): Add function
10847         `tramp-parse-sconfig'.  Change example of
10848         `tramp-set-completion-function', because parsing of ssh config
10849         files looks more natural.
10851 2003-01-15  Kevin Ryde  <user42@zip.com.au>
10853         * gnus.texi (Using MIME): Mention auto-compression-mode with
10854         gnus-mime-copy-part.
10856 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
10858         * gnus.texi: Do not use `path' in several locations.
10860 2002-12-26  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
10862         * tramp.texi (External transfer methods): New method `smb'.
10863         From Michael Albinus.
10865 2002-11-05  Karl Berry  <karl@gnu.org>
10867         * info.texi (Info-fontify): Reorder face list to avoid bad line
10868         breaks.
10870 2002-10-06  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10872         * tramp.texi: Move @copying to standard place.
10873         Use @insertcopying.
10875 2002-10-02  Karl Berry  <karl@gnu.org>
10877         * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi:
10878         * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
10879         * eshell.texi, eudc.texi, faq.texi, forms.texi, idlwave.texi:
10880         * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, reftex.texi:
10881         * sc.texi, ses.texi, speedbar.texi, vip.texi, viper.texi:
10882         * widget.texi, woman.texi:
10883         Per rms, update all manuals to use @copying instead of @ifinfo.
10884         Also use @ifnottex instead of @ifinfo around the top node, where
10885         needed for the sake of the HTML output.
10886         (The Gnus manual is not fixed since it's not clear to me how it
10887         works; and the Tramp manual already uses @copying, although in an
10888         unusual way.  All others were changed.)
10890 2002-09-10  Jonathan Yavner  <jyavner@engineer.com>
10892         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
10893         (../info/ses, ses.dvi): New targets.
10894         * ses.texi: New file.
10896 2002-09-06  Pavel Janík  <Pavel@Janik.cz>
10898         * texinfo.tex: Update to texinfo 4.2.
10900 2002-08-27  Carsten Dominik  <dominik@sand.science.uva.nl>
10902         * reftex.texi: Update to RefTeX 4.19.
10904 2002-07-21  Jesper Harder  <harder@ifa.au.dk>
10906         * gnus.texi (Sorting Groups): Add key bindings for
10907         gnus-group-sort-groups-by-real-name and
10908         gnus-group-sort-selected-groups-by-real-name.
10910 2002-06-17  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10912         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
10913         (../info/tramp, tramp.dvi): New targets.
10915 2002-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
10917         * Makefile.in (DVI_TARGETS): Add calc.dvi.
10918         (calc.dvi): Uncomment.
10920 2001-11-07  Eli Zaretskii  <eliz@is.elta.co.il>
10922         * Makefile.in (INFO_TARGETS): Add ../info/calc.
10923         (../info/calc): New target.
10925 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
10927         * (Version 21.1 released.)
10929 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
10931         * Branch for 21.1.
10933 2001-04-14  Eli Zaretskii  <eliz@is.elta.co.il>
10935         * Makefile.in (../info/info): Use an explicit -o switch to
10936         makeinfo.
10938 2001-03-05  Gerd Moellmann  <gerd@gnu.org>
10940         * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
10942 2001-02-12  Michael Kifer  <kifer@cs.sunysb.edu>
10944         * ediff.texi: Added ediff-coding-system-for-read.
10946         * viper.texi: Fix typos.
10948 2000-12-20  Eli Zaretskii  <eliz@is.elta.co.il>
10950         * Makefile.in (../info/idlwave): Use --no-split.
10952 2000-12-14  Dave Love  <fx@gnu.org>
10954         * Makefile.in (mostlyclean): Remove gnustmp.*.
10955         (gnus.dvi): Change rule to remove @latex stuff.
10957 2000-10-19  Eric M. Ludlam  <zappo@ultranet.com>
10959         * Makefile.in (Speedbar): Add build targets for speedbar.texi.
10961 2000-10-13  John Wiegley  <johnw@gnu.org>
10963         * Makefile.in: Add build targets for eshell.texi.
10965 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
10967         * Makefile.in: Remove/comment speedbar stuff.
10969 2000-09-22  Dave Love  <fx@gnu.org>
10971         * Makefile.in: Add emacs-mime.
10973 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
10975         * Makefile.in (INFO_TARGETS): Add ../info/woman.
10976         (DVI_TARGETS): Add woman.dvi.
10977         (../info/woman, woman.dvi): New targets.
10979 2000-05-31  Stefan Monnier  <monnier@cs.yale.edu>
10981         * .cvsignore (*.tmp): New entry.  Seems to be used for @macro.
10983         * pcl-cvs.texi: New file.
10984         * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
10985         (../info/pcl-cvs, pcl-cvs.dvi): New targets.
10987 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
10989         * Makefile.in (INFO_TARGETS): Add info/ebrowse.
10990         (../info/ebrowse, ebrowse.dvi): New targets.
10992 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
10994         * Makefile.in (INFO_TARGETS): Add eudc.
10995         (DVI_TARGETS): Add eudc.dvi.
10996         (../info/eudc, eudc.dvi): New targets.
10998 2000-01-05  Eli Zaretskii  <eliz@is.elta.co.il>
11000         * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
11001         compatibility with 8+3 filesystems).
11002         (../info/efaq): Rename from emacs-faq.
11004 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
11006         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
11007         (../info/idlwave, idlwave.dvi): New targets.
11009 1999-10-23  Dave Love  <fx@gnu.org>
11011         * Makefile.in: Use autotype.texi.
11013 1999-10-12  Stefan Monnier  <monnier@cs.yale.edu>
11015         * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
11016         faq.texi file) rather than ../info/faq.
11018 1999-10-07  Gerd Moellmann  <gerd@gnu.org>
11020         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
11021         (../info/ada-mode, ada-mode.dvi): New targets.
11023 1999-09-01  Dave Love  <fx@gnu.org>
11025         * Makefile.in: Add faq.
11027 1999-07-12  Richard Stallman  <rms@gnu.org>
11029         * Version 20.4 released.
11031 1998-08-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
11033         * Version 20.3 released.
11035 1998-04-06  Andreas Schwab  <schwab@gnu.org>
11037         * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
11038         Use it in dvi targets.
11039         (../etc/GNU): Change to $(srcdir) first.
11041 1998-03-11  Carsten Dominik  <cd@delysid.gnu.org>
11043         * reftex.texi: Update for RefTeX version 3.22.
11045 1998-03-01  Kim-Minh Kaplan  <KimMinh.Kaplan@utopia.eunet.fr>
11047         * gnus.texi (Easy Picons): Removed references to
11048         `gnus-group-display-picons'.
11049         (Hard Picons): Ditto.
11051 1998-02-08  Richard Stallman  <rms@psilocin.gnu.org>
11053         * Makefile.in (reftex.dvi, ../info/reftex): New targets.
11054         (INFO_TARGETS, DVI_TARGETS): Add the new targets.
11056 1997-09-23  Paul Eggert  <eggert@twinsun.com>
11058         * Makefile.in: Merge changes mistakenly made to `Makefile'.
11059         (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
11061 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
11063         * Version 20.2 released.
11065 1997-09-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
11067         * Version 20.1 released.
11069 1997-07-10  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
11071         * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
11073 1997-04-12  Per Abrahamsen  <abraham@dina.kvl.dk>
11075         * widget.texi (push-button): Document it.
11077 1996-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
11079         * Version 19.33 released.
11081 1996-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
11083         * Version 19.32 released.
11085 1996-06-27  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
11087         * Makefile.in: Add rules for the Message manual.
11089 1996-06-26  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
11091         * gnus.texi: New version.
11093         * message.texi: New manual.
11095 1996-06-20  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
11097         * Makefile.in (All info targets): cd $(srcdir) to do the work.
11099 1996-06-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
11101         * Makefile.in (All info targets): Specify $(srcdir) in input files.
11102         Specify -I option.
11103         (All dvi targets): Set the TEXINPUTS variable.
11105 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>
11107         * Version 19.31 released.
11109 1996-01-07  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
11111         * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
11112         (INFO_TARGETS): Use new name.  This avoids name conflict on MSDOS.
11114 1995-11-29  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
11116         * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
11117         (INFO_TARGETS): Add ../info/cc-mode.
11118         (DVI_TARGETS): Add cc-mode.dvi.
11120 1995-11-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
11122         * Version 19.30 released.
11124 1995-11-04  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
11126         * gnus.texi: New file.
11128 1995-11-04  Erik Naggum  <erik@naggum.no>
11130         * gnus.texi: File deleted.
11132 1995-11-02  Stephen Gildea  <gildea@stop.mail-abuse.org>
11134         * mh-e.texi: "Function Index" -> "Command Index" to work with
11135         Emacs 19.30 C-h C-k support of separately-documented commands.
11137 1995-06-26  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
11139         * Makefile.in (../info/ediff, ediff.dvi): New targets.
11140         (INFO_TARGETS, DVI_TARGETS): Add those new targets.
11142 1995-04-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
11144         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
11145         (../info/viper, viper.dvi): New targets.
11147 1995-04-20  Kevin Rodgers  <kevinr@ihs.com>
11149         * dired-x.texi (Installation): Change the example to set
11150         buffer-local variables like dired-omit-files-p in
11151         dired-mode-hook.
11153 1995-04-17  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
11155         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
11156         (../info/mh-e, mh-e.dvi): New targets.
11158 1995-02-07  Richard Stallman  <rms@pogo.gnu.ai.mit.edu>
11160         * Makefile.in (maintainer-clean): Rename from realclean.
11162 1994-11-23  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
11164         * Makefile.in: New file.
11165         * Makefile: File deleted.
11167 1994-11-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
11169         * Makefile (TEXINDEX_OBJS): Variable deleted.
11170         (texindex, texindex.o, getopt.o): Rules deleted.
11171         All deps on texindex deleted.
11172         (distclean): Don't delete texindex.
11173         (mostlyclean): Don't delete *.o.
11174         * texindex.c, getopt.c: Files deleted.
11176 1994-09-07  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
11178         * Version 19.26 released.
11180 1994-05-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11182         * Version 19.25 released.
11184 1994-05-23  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11186         * Version 19.24 released.
11188 1994-05-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11190         * Version 19.23 released.
11192 1994-04-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11194         * Makefile: Delete spurious tab.
11196 1994-02-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11198         * Makefile (.SUFFIXES): New rule.
11200 1994-01-15  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11202         * Makefile (dired-x.dvi, ../info/dired-x): New targets.
11203         (INFO_TARGETS, DVI_TARGETS): Add the new targets.
11205 1994-01-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11207         * Makefile (../info/sc): Rename from sc.info.
11208         (../info/cl): Likewise.
11209         (INFO_TARGETS): Use new names.
11211 1993-12-04  Richard Stallman  (rms@srarc2)
11213         * getopt.c: New file.
11214         * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
11215         (getopt.o): New rule.
11216         (dvi): Don't depend on texindex.
11217         (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
11218         Depend on texindex.
11220 1993-12-03  Richard Stallman  (rms@srarc2)
11222         * Makefile (../info/sc.info): Rename from ../info/sc.
11223         (TEXI2DVI): New variable.
11224         (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
11225         Add explicit commands.
11226         (TEXINDEX_OBJS): Delete duplicate getopt.o.
11228 1993-11-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11230         * Version 19.22 released.
11232 1993-11-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11234         * Makefile (TEXINDEX_OBJS): Delete spurious period.
11236 1993-11-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11238         * Version 19.21 released.
11240 1993-11-15  Paul Eggert  (eggert@twinsun.com)
11242         * Makefile (../info/cl.info): Rename from ../info/cl.
11244 1993-11-15  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11246         * Makefile (../etc/GNU): New target.
11247         (EMACSSOURCES): Add gnu1.texi.
11249 1993-11-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11251         * Makefile (realclean): Don't delete the Info files.
11253 1993-10-25  Brian J. Fox  (bfox@albert.gnu.ai.mit.edu)
11255         * forms.texi: Fix forms.texi so that it will format correctly.
11256         Add missing `@end iftex', fix bad reference.
11258 1993-10-20  Brian J. Fox  (bfox@ai.mit.edu)
11260         * Makefile: Fix targets for texindex, new info.texi files.
11261         * info-stnd.texi: New file implements info for standalone info
11262         reader.
11263         * info.texi: Update to include recent changes to "../info/info".
11264         New source file for ../info/info; includes info-stnd.texi.
11266         * texindex.c: Include "../src/config.h" if building in emacs.
11268         * Makefile: Change all files to FILENAME.texi, force all targets
11269         to be FILENAME, not FILENAME.info.  This changes sc.texinfo,
11270         vip.texinfo, forms.texinfo, cl.texinfo.
11271         Add target to build texindex.c, defining `emacs'.
11273         * forms.texi: Install new file to match version 2.3 of forms.el.
11275 1993-08-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11277         * Version 19.19 released.
11279 1993-08-10  Simon Leinen  (simon@lia.di.epfl.ch)
11281         * sc.texinfo: Fix info file name.
11283         * Makefile (info): Add gnus and sc.
11284         (dvi): Add gnus.dvi and sc.dvi.
11285         (../info/sc, sc.dvi): New targets.
11287 1993-08-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11289         * Version 19.18 released.
11291 1993-07-20  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11293         * Makefile: Fix source file names of the separate manuals.
11294         (gnus.dvi, ../info/gnus): New targets.
11296 1993-07-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11298         * Version 19.17 released.
11300 1993-07-10  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
11302         * split-man: Fix typos in last change.
11304 1993-07-06  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
11306         * Version 19.16 released.
11308 1993-06-19  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
11310         * version 19.15 released.
11312 1993-06-18  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
11314         * Makefile (distclean): It's rm, not rf.
11316 1993-06-17  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
11318         * Version 19.14 released.
11320 1993-06-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
11322         * Makefile: New file.
11324 1993-06-08  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
11326         * Version 19.13 released.
11328 1993-05-27  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
11330         * Version 19.9 released.
11332 1993-05-25  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
11334         * Version 19.8 released.
11336 1993-05-22  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
11338         * Version 19.7 released.
11340 1990-08-30  David Lawrence  (tale@pogo.ai.mit.edu)
11342         * gnus.texinfo: New file.  Removed installation instructions.
11344 1990-05-25  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
11346         * texindex.c: If USG, include sys/types.h and sys/fcntl.h.
11348 1989-01-17  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
11350         * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
11351         then define `\sc' as the command for smallcaps in Texinfo.
11352         This means that the @sc command will produce small caps.  bfox has
11353         made the corresponding change to makeinfo and texinfm.el.
11355 1988-08-16  Robert J. Chassell  (bob@frosted-flakes.ai.mit.edu)
11357         * vip.texinfo: Remove menu entry Adding Lisp Code in node
11358         Customization since the menu entry did not point to anything.
11359         Also add an @finalout command to remove overfull hboxes from the
11360         printed output.
11362         * cl.texinfo: Add @bye, \input line and @settitle to file.
11363         This file is clearly intended to be a chapter of some other work,
11364         but the other work does not yet exist.
11366 1988-07-25  Robert J. Chassell  (bob@frosted-flakes.ai.mit.edu)
11368         * texinfo.texinfo: Three typos corrected.
11370 ;; Local Variables:
11371 ;; coding: utf-8
11372 ;; End:
11374   Copyright (C) 1993-1999, 2001-2014 Free Software Foundation, Inc.
11376   This file is part of GNU Emacs.
11378   GNU Emacs is free software: you can redistribute it and/or modify
11379   it under the terms of the GNU General Public License as published by
11380   the Free Software Foundation, either version 3 of the License, or
11381   (at your option) any later version.
11383   GNU Emacs is distributed in the hope that it will be useful,
11384   but WITHOUT ANY WARRANTY; without even the implied warranty of
11385   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11386   GNU General Public License for more details.
11388   You should have received a copy of the GNU General Public License
11389   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.