Gnus: Exclude iso-2022-jp-2 and shift_jis from the default value set to mm-coding...
[emacs.git] / doc / misc / ChangeLog
blob554580c769a71cbd0239fef711571cc2a948a336
1 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3         * emacs-mime.texi (Encoding Customization): Exclude iso-2022-jp-2 and
4         shift_jis from the default value set to mm-coding-system-priorities for
5         Japanese users.
7 2013-08-13  Glenn Morris  <rgm@gnu.org>
9         * reftex.texi (LaTeX xr Package, Options - Table of Contents)
10         (Options - Defining Label Environments, Options - Creating Labels)
11         (Options - Referencing Labels, Options - Creating Citations)
12         (Options - Index Support, Options - Viewing Cross-References)
13         (Options - Finding Files, Options - Optimizations)
14         (Options - Fontification, Options - Misc):
15         * cc-mode.texi (Sample Init File):
16         * edt.texi (Init file):
17         * epa.texi (Encrypting/decrypting gpg files):
18         * mairix-el.texi (About, Setting up the mairix interface, Using)
19         (Extending):
20         Rename nodes to avoid characters that can cause Texinfo problems.
22 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24         * gnus.texi (Mail Source Specifiers): Fix description for pop3's :leave.
26 2013-08-12  Glenn Morris  <rgm@gnu.org>
28         * Makefile.in (ada_mode_deps, auth_deps, autotype_deps)
29         (bovine_deps, calc_deps, ccmode_deps, cl_deps, dbus_deps)
30         (dired_x_deps, ebrowse_deps, ede_deps, ediff_deps, edt_deps)
31         (eieio_deps, emacs_gnutls_deps, emacs_mime_deps, epa_deps)
32         (erc_deps, ert_deps, eshell_deps, eudc_deps, faq_deps)
33         (flymake_deps, forms_deps, gnus_deps, htmlfontify_deps)
34         (idlwave_deps, ido_deps, info_deps, mairix_el_deps, message_deps)
35         (mh_e_deps, newsticker_deps, nxml_mode_deps, org_deps)
36         (pcl_cvs_deps, pgg_deps, rcirc_deps, reftex_deps, remember_deps)
37         (sasl_deps, sc_deps, semantic_deps, ses_deps, sieve_deps)
38         (smtpmail_deps, speedbar_deps, srecode_deps, todo_mode_deps)
39         (tramp_deps, url_deps, vip_deps, viper_deps, widget_deps)
40         (wisent_deps, woman_deps): New variables.  Use to reduce duplication.
42         * woman.texi (Top): Avoid mailto: in html output.
44         * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
45         (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
46         (INSTALL_DATA): New, set by configure.
47         (HTML_OPTS, HTML_TARGETS, PS_TARGETS, DVIPS): New variables.
48         (.PHONY): Add html, ps, install-dvi, install-html, install-pdf,
49         install-ps ,install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
50         uninstall-ps, and uninstall-doc.
51         (.SUFFIXES): Add .ps and .dvi.
52         (.dvi.ps): New suffix rule.
53         (html, ps, ada-mode.html, auth.html, autotype.html, bovine.html)
54         (calc.html, cc-mode.html, cl.html, dbus.html, dired-x.html)
55         (ebrowse.html, ede.html, ediff.html, edt.html, eieio.html)
56         (emacs-gnutls.html, emacs-mime.html, epa.html, erc.html)
57         (ert.html, eshell.html, eudc.html, faq.html, flymake.html)
58         (forms.html, gnus.html, htmlfontify.html, idlwave.html)
59         (ido.html, mairix-el.html, message.html, mh-e.html)
60         (newsticker.html, nxml-mode.html, org.html, pgg.html)
61         (rcirc.html, reftex.html, remember.html, sasl.html, sc.html)
62         (semantic.html, sieve.html, smtpmail.html, speedbar.html)
63         (srecode.html, todo-mode.html, tramp.html, url.html, vip.html)
64         (viper.html, widget.html, wisent.html, woman.html, install-dvi)
65         (install-html, install-pdf, install-ps, install-doc, uninstall-dvi)
66         (uninstall-html, uninstall-ps, uninstall-pdf, uninstall-doc):
67         New rules.
68         (clean): Remove HTML_TARGETS and PS_TARGETS.
70 2013-08-10  Xue Fuqiao  <xfq.free@gmail.com>
72         * ido.texi (Working Directories):
73         (Flexible Matching, Regexp Matching, Find File At Point)
74         (Ignoring, Misc Customization): Use @defopt for user options.
76 2013-08-09  Xue Fuqiao  <xfq.free@gmail.com>
78         * htmlfontify.texi (Customization): Remove documentation of
79         `hfy-fast-lock-save'.  Minor fixes.
81 2013-08-08  Xue Fuqiao  <xfq.free@gmail.com>
83         * ido.texi (Top): Insert node "Working Directories" in menu.
84         (Working Directories): New node.
85         (Misc Customization): Add documentation of
86         `ido-confirm-unique-completion' and some other user options.
88 2013-08-07  Eli Zaretskii  <eliz@gnu.org>
90         * todo-mode.texi: Update @dircategory.
91         (Overview, Todo Items as Diary Entries, Todo Mode Entry Points)
92         (File Editing, Marked Items, Item Prefix): Fix usage of @xref and
93         @ref.
95 2013-08-07  Xue Fuqiao  <xfq.free@gmail.com>
97         * sc.texi (Introduction): Fix index.
98         (Usage Overview):
99         (Citations, Citation Elements, Recognizing Citations)
100         (Information Keys and the Info Alist, Reference Headers)
101         (The Built-in Header Rewrite Functions)
102         (Electric References, Reply Buffer Initialization)
103         (Filling Cited Text, Selecting an Attribution)
104         (Attribution Preferences)
105         (Anonymous Attributions, Author Names)
106         (Using Regi, Post-yank Formatting Commands)
107         (Citing Commands, Insertion Commands)
108         (Mail Field Commands)
109         (Hints to MUA Authors, Thanks and History): Change from one space
110         between sentences to two.
111         (What Supercite Does): Typo fix.
113         * newsticker.texi (Usage): Use @key for RET.
115         * cl.texi (Argument Lists):
116         (For Clauses):
117         (Macros): Add indexes.
119 2013-08-05  Xue Fuqiao  <xfq.free@gmail.com>
121         * cl.texi (Blocks and Exits): Add an index.
123 2013-08-04  Stephen Berman  <stephen.berman@gmx.net>
125         * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add todo-mode.
126         (todo-mode, $(buildinfodir)/todo-mode$(INFO_EXT)):
127         (todo-mode.dvi, todo-mode.pdf): New rules.
129         * todo-mode.texi: New file.
131 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
133         * gnus.texi (Basic Usage): Mention that warp means jump here.
134         (The notmuch Engine): Mention notmuch.
136 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
138         * gnus.texi (Sorting the Summary Buffer): Document new defcustom
139         `gnus-subthread-sort-functions' and remove the obsolete documentation
140         of `gnus-sort-threads-recursively'.
142 2013-07-29  David Engster  <deng@randomsample.de>
144         * eieio.texi (top): Make clear that EIEIO is not a full CLOS
145         implementation.
146         (Introduction): Add further missing features.
147         (Building Classes): Add introductory paragraph.
148         (Wish List): Add metaclasses and EQL specialization.
150 2013-07-29  Michael Albinus  <michael.albinus@gmx.de>
152         * tramp.texi (Frequently Asked Questions): Mention
153         `tramp-use-ssh-controlmaster-options'.
155 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
157         * gnus.texi (Sorting the Summary Buffer): Document new defcustom
158         `gnus-sort-threads-recursively'.
160 2013-07-25  Glenn Morris  <rgm@gnu.org>
162         * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add ido.
163         (ido, $(buildinfodir)/ido$(INFO_EXT), ido.dvi, ido.pdf): New rules.
165         * erc.texi (Special Features): Update contact information.
166         (History): Avoid using @email.
168         * eshell.texi (Bugs and ideas): Minor updates.
170         * faq.texi (Reporting bugs, Origin of the term Emacs)
171         (Setting up a customization file)
172         (Using an already running Emacs process, Turning off beeping)
173         (Packages that do not come with Emacs)
174         (Replying to the sender of a message): Avoid using @email.
176         * pcl-cvs.texi (Contributors, Bugs): Avoid using @email.
178         * reftex.texi (Imprint): Avoid using @email.
180         * ses.texi (Top): Update bug reporting instructions.
181         (Acknowledgments): Avoid using @email.
183         * woman.texi (Introduction, Background): Remove outdated information.
184         (Bugs, Acknowledgments): Avoid using @email.
186 2013-07-24  Xue Fuqiao  <xfq.free@gmail.com>
188         * ido.texi: New file.
190 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
192         * gnus.texi (Customizing Articles): Document function predicates.
194 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
196         * gnus.texi (lines): Correct description of
197         `gnus-registry-track-extra's default value.  Mention
198         `gnus-registry-remove-extra-data'.
200 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
202         * gnus.texi (Group Parameters): Mention regexp
203         substitutions (bug#11688).
205 2013-07-06  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
207         * gnus.texi (Generic Marking Commands): Fix grammar (bug#13368).
209 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
211         * gnus.texi (Emacsen): Fix version.
213         * gnus-faq.texi (FAQ 1-6): Mention the correct Emacs version.
215 2013-07-06  Glenn Morris  <rgm@gnu.org>
217         * mh-e.texi: Fix external links.
218         (Using This Manual): Printed elisp manuals no longer available.
220         * newsticker.texi (Overview): Update URL.
222         * nxml-mode.texi (Introduction): Update URL.
224         * org.texi (JavaScript support): Fix URL.
226         * wisent.texi (Wisent Overview): Remove incorrect, unnecessary uref.
228         * eudc.texi (CCSO PH/QI): Remove defunct URL.
230         * dbus.texi (Introspection): Update URL to a less defunct one.
232         * gnus.texi (Top): Restrict "Other related manuals" to info output.
233         (Foreign Groups): Use @indicateurl for examples.
234         (Direct Functions): Remove defunct URL.
235         (RSS): Update URL.
237         * gnus-faq.texi (FAQ 5-8, FAQ 6-3): Remove defunct URLs.
238         (FAQ 7-1): Update URL.
240         * pgg.texi (Top, Overview): Add note about obsolescence.
242 2013-07-03  Paul Eggert  <eggert@cs.ucla.edu>
244         * texinfo.tex: Merge from gnulib.
246 2013-07-03  Glenn Morris  <rgm@gnu.org>
248         * bovine.texi (top):
249         * cc-mode.texi (AWK Mode Font Locking):
250         * mh-e.texi (Preface):
251         * url.texi (URI Parsing): Fix cross-references to other manuals.
253 2013-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
255         * gnus.texi (Client-Side IMAP Splitting):
256         Note that `nnimap-inbox' now can be a list.
258 2013-06-24  Glenn Morris  <rgm@gnu.org>
260         * eshell.texi: Fix cross-references to other manuals.
262 2013-06-23  Glenn Morris  <rgm@gnu.org>
264         * Makefile.in (HTML_TARGETS, html, emacs-faq.html, emacs-faq):
265         Remove; not needed now we use a standard html layout for the faq.
266         (clean): Remove HTML_TARGETS, emacs-faq.text.
268 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
270         * flymake.texi (Parsing the output, Customizable variables):
271         Add reference to `flymake-warning-predicate'.
273 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
275         * tramp.texi (Top, Configuration): Insert section `Predefined
276         connection information' in menu.
277         (Predefined connection information): New section.
278         (Android shell setup): Make a reference to `Predefined connection
279         information'.
281 2013-06-19  Glenn Morris  <rgm@gnu.org>
283         * Makefile.in (version): New, set by configure.
284         (clean): Delete dist tar file.
285         (infoclean): New, split from maintainer-clean.
286         (maintainer-clean): Run infoclean.
287         (dist): New rule, to make tarfile for www.gnu.org.
289 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
291         * sieve.texi (Managing Sieve): Fix port in example, fix documentation
292         for keys q and Q.
293         (Standards): Reference RFC5804 as the defining document of the
294         managesieve protocol.
296 2013-06-10  Aidan Gauland  <aidalgol@amuri.net>
298         * eshell.texi (Input/Output): Expand to cover new visual-command
299         options, eshell-visual-subcommands and eshell-visual-options.
300         Divide into separate Visual Commands and Redirection sections.
302 2013-06-10  Glenn Morris  <rgm@gnu.org>
304         * epa.texi (Cryptographic operations on files): Update epa-decrypt-file.
306 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
308         * gnus.texi (Article Date):
309         Fix description of gnus-article-update-date-headers.
311 2013-05-28  Xue Fuqiao  <xfq.free@gmail.com>
313         * erc.texi (Special Features): ERC is being maintained within
314         Emacs now.
316 2013-05-25  Xue Fuqiao  <xfq.free@gmail.com>
318         * flymake.texi: Change from one space between sentences to two.
320 2013-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
322         * cl.texi (Obsolete Macros): Describe replacements for `flet'
323         (bug#14293).
325 2013-04-16  Michael Albinus  <michael.albinus@gmx.de>
327         * tramp.texi (Frequently Asked Questions): Precise, how to define
328         an own ControlPath.
330 2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
332         * tramp.texi (Frequently Asked Questions): New item for
333         ControlPath settings.
335 2013-03-31  Jay Belanger  <jay.p.belanger@gmail.com>
337         * calc.texi (Basic Operations on Units): Streamline some
338         descriptions.
340 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
342         * eshell.texi (Built-ins): Update manual to mention tramp module.
344 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
346         * tramp.texi (Filename Syntax): Host names are not allowed to be
347         any method name, unless method name is specified explicitly.
348         Remove restriction on unibyte filenames.
350         * trampver.texi: Update release number.
352 2013-03-17  Paul Eggert  <eggert@cs.ucla.edu>
354         doc: convert some TeX accents to UTF-8
355         * emacs-mime.texi (Interface Functions): Use 'ï' rather than
356         '@"{@dotless{i}}'.
358 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
360         Sync with Tramp 2.2.7.
362         * trampver.texi: Update release number.
364 2013-03-09  Jay Belanger  <jay.p.belanger@gmail.com>
366         * calc.texi (Basic Operations on Units): Streamline some
367         descriptions.
369 2013-03-08  Glenn Morris  <rgm@gnu.org>
371         * faq.texi (Top): Don't say this was updated @today.
372         That's irrelevant and leads to spurious diffs.
374 2013-03-08  Jay Belanger  <jay.p.belanger@gmail.com>
376         * calc.texi (Basic Operations on Units):
377         Fix cross-reference.
379 2013-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
381         * gnus-faq.texi (FAQ 3-11): Now Gnus supports POP3 UIDL.
383 2013-03-06  Alan Mackenzie  <acm@muc.de>
385         * cc-mode.texi (Custom Line-Up): Clarify position of point on
386         calling a line-up function.
388 2013-03-04  Paul Eggert  <eggert@cs.ucla.edu>
390         * emacs-mime.texi, htmlfontify.texi, mairix-el.texi, mh-e.texi:
391         * ses.texi: Switch from Latin-1 to UTF-8.
393 2013-03-03  Michael Albinus  <michael.albinus@gmx.de>
395         * tramp.texi (External methods): Tramp does not connect Android
396         devices by itself.
398 2013-03-02  Bill Wohler  <wohler@newt.com>
400         Release MH-E manual version 8.5.
402         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
403         release 8.5.
405         * mh-e.texi (Preface, Conventions, Getting Started)
406         (Using This Manual, Folder Selection, Viewing, Aliases)
407         (Identities, Speedbar, Menu Bar, Tool Bar, Scan Line Formats)
408         (Bug Reports, Mailing Lists, MH FAQ and Support, Getting MH-E):
409         Update URLs.
411 2013-03-01  Michael Albinus  <michael.albinus@gmx.de>
413         * tramp.texi (Inline methods): Remove "ssh1", "ssh2", "plink1"
414         and "plink2" entries.  "plink2" is obsolete for a long time.
415         (External methods): Remove "scp1" and "scp2" entries.
416         Explain user name and host name specification for "adb".
418 2013-02-28  Michael Albinus  <michael.albinus@gmx.de>
420         * tramp.texi (External methods): Mention `tramp-adb-program'.
422 2013-02-28  Bastien Guerry  <bzg@gnu.org>
424         * org.texi (Visibility cycling): Suggest to set
425         `org-agenda-inhibit-startup' to nil if user wants the startup
426         visibility settings to be honored in any circumstances.
427         (Progress logging, Checkboxes): Fix typos.
429 2013-02-28  Michael Albinus  <michael.albinus@gmx.de>
431         * tramp.texi (top) [xxx, yyy, trampfn]: Provide two versions of
432         the macros, for Texinfo 4.13 and 5.0.
434 2013-02-24  Michael Albinus  <michael.albinus@gmx.de>
436         Port Tramp documentation to Texinfo 5.0.
437         * tramp.texi (top) [xxx, yyy, trampfn]: Remove superfluous @c.
438         (Filename Syntax): Do not use @trampfn{} in @item.
439         (Filename completion): Use @columnfractions in @multitable.
441 2013-02-22  Glenn Morris  <rgm@gnu.org>
443         * flymake.texi (Syntax check statuses): Fix multitable continued rows.
445 2013-02-21  Paul Eggert  <eggert@cs.ucla.edu>
447         * Makefile.in (html): New rule.
449 2013-02-20  Michael Albinus  <michael.albinus@gmx.de>
451         * tramp.texi (Android shell setup): Improve.  Reported by Thierry
452         Volpiatto <thierry.volpiatto@gmail.com>.
454 2013-02-16  Michael Albinus  <michael.albinus@gmx.de>
456         * tramp.texi (Top, Configuration): Insert section `Android shell
457         setup' in menu.
458         (Android shell setup): New section.
459         (Connection types, Default Method)
460         (Frequently Asked Questions): Mention "scp" instead of "scpc".
461         (External methods): Remove "scpc" and "rsyncc" entries.
462         (Frequently Asked Questions): Remove entry about ControlPersist.
464 2013-02-13  Glenn Morris  <rgm@gnu.org>
466         * message.texi (News Headers): Don't mention yow any more.
468 2013-02-09  Jay Belanger  <jay.p.belanger@gmail.com>
470         * calc.texi (Basic Operations on Units):
471         (Customizing Calc): Mention the variable `calc-allow-units-as-numbers'.
473 2013-02-08  Aidan Gauland  <aidalgol@no8wireless.co.nz>
475         * eshell.texi: Fill most of the missing sections.
477 2013-02-07  Bastien Guerry  <bzg@gnu.org>
479         * org.texi (References): Clarify an example.
480         (Installation): Fix instructions.
481         (Org-Plot): Fix link.
482         (Checkboxes, Radio lists): Fix typos.
484 2013-02-07  Glenn Morris  <rgm@gnu.org>
486         * cl.texi (Equality Predicates): Mention memql.
488 2013-02-07  Eric Ludlam  <zappo@gnu.org>
490         * doc/misc/ede.texi (Creating a project): Make ede-new doc less
491         specific, and only about items it supports, indicating that there
492         might be more.  Remove refs to simple project and direct automake
493         from ede new.
494         (Simple projects): Re-write to not talk about ede-simple-project
495         which is deprecated, and instead use the term to mean projects
496         that don't do much management, just project wrapping.
497         Add ede-generic-project link.
498         (ede-generic-project): New node (bug#11441).
500 2013-02-07  Glenn Morris  <rgm@gnu.org>
502         * cl.texi (Equality Predicates): Fix eq/eql pedantry.
504 2013-02-01  Glenn Morris  <rgm@gnu.org>
506         * calc.texi (Help Commands): Update calc-view-news description.
507         Mention etc/CALC-NEWS.
509 2013-01-24  Michael Albinus  <michael.albinus@gmx.de>
511         * tramp.texi (Filename Syntax): Filenames must be unibyte strings.
513 2013-01-13  Bastien Guerry  <bzg@gnu.org>
515         * org.texi (Installation): Simplify.
517 2013-01-13  François Allisson  <francois@allisson.co>  (tiny change)
519         * org.texi (Handling links): Update the mention to the obsolete
520         variable `org-link-to-org-use-id' with a mention to the newer
521         variable `org-id-link-to-org-use-id'.  Mention the need to load
522         the org-id library.
524 2013-01-10  Michael Albinus  <michael.albinus@gmx.de>
526         * tramp.texi (Default Host): Introduce `tramp-default-host-alist'.
528 2013-01-09  Bastien Guerry  <bzg@gnu.org>
530         * org.texi (Pushing to MobileOrg): Add footnote about using
531         symbolic links in `org-directory'.
532         (Timestamps, Deadlines and scheduling): Use `diary-float' instead
533         of the now obsolete alias `org-float'.
534         (TODO basics): Add `org-use-fast-todo-selection' to the variable
535         index.  Fix description of TODO keywords cycling.
536         (Advanced features): Add missing argument for @item.
537         (Storing searches): Add index entries and a note about
538         *-tree agenda views.
539         (Structure editing): Document `org-mark-element' and
540         `org-mark-subtree'.
541         (Tag inheritance): Document `org-agenda-use-tag-inheritance'.
543 2013-01-08  Juri Linkov  <juri@jurta.org>
545         * info.texi (Go to node): Mention the abbreviated format
546         `(FILENAME)' equal to `(FILENAME)Top'.  (Bug#13365)
548 2013-01-06  Andreas Schwab  <schwab@linux-m68k.org>
550         * autotype.texi: Remove undefined command @subtitlefont.
551         * cc-mode.texi: Likewise.
553         * org.texi (Advanced features): Use `@w{ }' instead of `@ ' in
554         @item argument.
555         (Property searches): Use \\ instead of @backslashchar{}.
556         * pgg.texi (VERSION): Move @set below @setfilename.
558 2013-01-05  Andreas Schwab  <schwab@linux-m68k.org>
560         * ada-mode.texi: Remove braces from @title argument.
561         * eudc.texi: Likewise.
562         * smtpmail.texi: Likewise.
563         * auth.texi (VERSION): Set before first use.
564         * emacs-gnutls.texi (VERSION): Likewise.
565         * pgg.texi (VERSION): Likewise.
566         * ede.texi (Top): Rename from top, all uses changed.
567         * eshell.texi: Add missing argument to @sp.
568         * forms.texi (Top): Reorder menu to match structure.
569         * htmlfontify.texi (Customisation): Add missing @item in
570         @enumerate.
571         * org.texi (Advanced features): Add missing argument for @item.
572         (Property searches): Use @backslashchar{} in macro argument.
573         * pcl-cvs.texi: Add missing argument to @sp.
574         (Movement commands): Fix use of @itemx.
575         * vip.texi (Misc Commands, Viewing the Buffer): Likewise.
576         * reftex.texi (Options (Creating Citations)): Add missing newline
577         before @end.
578         * tramp.texi (Obtaining Tramp): Remove extra dots.
579         (Configuration): Reorder menu to match structure.
580         (Remote shell setup): Replace literal NUL character by \0.
581         * viper.texi (Marking): Add missing argument for @item.
583 2013-01-04  Glenn Morris  <rgm@gnu.org>
585         * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS):
586         Add htmlfontify.
587         (htmlfontify, $(buildinfodir)/htmlfontify$(INFO_EXT))
588         (htmlfontify.dvi, htmlfontify.pdf): New targets.
589         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add htmlfontify.
590         ($(infodir)/htmlfontify$(INFO_EXT), htmlfontify.dvi): New targets.
592         * htmlfontify.texi: Miscellaneous fixes and updates.
593         Set copyright to FSF, update license to GFDL 1.3+.
595 2013-01-04  Vivek Dasmohapatra  <vivek@etla.org>
597         * htmlfontify.texi: New file.
599 2013-01-02  Jay Belanger  <jay.p.belanger@gmail.com>
601         * calc.texi (Free-Form Dates): Expand on the date reading
602         algorithm.
604 2012-12-27  Glenn Morris  <rgm@gnu.org>
606         * viper.texi (Rudimentary Changes, Key Bindings, Key Bindings):
607         Avoid some overfull lines.
609         * widget.texi (Programming Example): Break some long lines.
611         * wisent.texi (Wisent Overview): Fix xref.
612         (Grammar format, Understanding the automaton): Avoid overfill.
614         * bovine.texi (Optional Lambda Expression): Allow line break.
616         * auth.texi (Help for users): Break long lines.
618         * ada-mode.texi (Project file variables):
619         Reword to reduce underfull hbox.
620         (No project files, Use GNAT project file):
621         Use smallexample to make some overfull lines less terrible.
623         * autotype.texi, bovine.texi, ede.texi, eieio.texi, pcl-cvs.texi:
624         Fix cross-references to separate manuals.
626         * Makefile.in (gfdl): New variable.  Use throughout where
627         appropriate so that targets depend on doclicense.texi.
629 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
631         * gnus.texi (Customizing the IMAP Connection): Mention the other
632         authenticators.
634 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
636         * gnus.texi (Browse Foreign Server):
637         Document `gnus-browse-delete-group'.
639 2012-12-22  Glenn Morris  <rgm@gnu.org>
641         * ada-mode.texi, ebrowse.texi, ediff.texi, ert.texi, eshell.texi:
642         * eudc.texi, idlwave.texi, pcl-cvs.texi, rcirc.texi, reftex.texi:
643         * remember.texi, ses.texi, speedbar.texi, vip.texi, viper.texi:
644         * widget.texi, wisent.texi: Nuke hand-written node pointers.
646         * Makefile.in (gfdl): New variable.  Use throughout where
647         appropriate so that targets depend on doclicense.texi.
649 2012-12-22  Eli Zaretskii  <eliz@gnu.org>
651         * makefile.w32-in ($(INFO_TARGETS), $(DVI_TARGETS)): Depend on
652         doclicense.texi.  Remove doclicense.texi from all targets that
653         mentioned it explicitly.
654         ($(infodir)/woman$(INFO_EXT), woman.dvi): Depend on
655         $(emacsdir)/emacsver.texi.
656         ($(infodir)/erc$(INFO_EXT), erc.dvi): Don't depend on gpl.texi.
658 2012-12-21  Glenn Morris  <rgm@gnu.org>
660         * woman.texi (UPDATED, VERSION): Remove in favor of EMACSVER.
661         Include emacsver.texi.  Nuke hand-written node pointers.
662         * Makefile.in ($(buildinfodir)/woman$(INFO_EXT), woman.dvi, woman.pdf):
663         Depend on emacsver.texi.
665         * auth.texi, emacs-gnutls.texi, epa.texi, ert.texi:
666         * gnus-coding.texi, info.texi, nxml-mode.texi, sasl.texi:
667         May as well just include doclicense.texi in everything.
669         * ede.texi, eieio.texi, mairix-el.texi: Include a copy of GFDL,
670         which @copying says is included.
672         * ada-mode.texi, auth.texi, autotype.texi, bovine.texi, calc.texi:
673         * cc-mode.texi, cl.texi, dbus.texi, dired-x.texi, ebrowse.texi:
674         * ede.texi, ediff.texi, edt.texi, eieio.texi, emacs-gnutls.texi:
675         * emacs-mime.texi, epa.texi, erc.texi, ert.texi, eshell.texi:
676         * eudc.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
677         * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
678         * newsticker.texi, nxml-mode.texi, pcl-cvs.texi, pgg.texi:
679         * rcirc.texi, reftex.texi, remember.texi, sasl.texi, sc.texi:
680         * semantic.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
681         * srecode.texi, tramp.texi, url.texi, vip.texi, viper.texi:
682         * widget.texi, wisent.texi, woman.texi: Do not mention buying
683         copies from the FSF, which does not publish these manuals.
685         * erc.texi: No need to include gpl in this small manual.
687         * org.texi (copying): Include a copy of the GFDL.
688         (GNU Free Documentation License): New section.
690 2012-12-21  Bastien Guerry  <bzg@gnu.org>
692         * org.texi: Fix typos.
694 2012-12-16  Paul Eggert  <eggert@cs.ucla.edu>
696         * calc.texi (ISO 8601): Rename from ISO-8601,
697         as it's typically spelled without a hyphen.
699 2012-12-16  Jay Belanger  <jay.p.belanger@gmail.com>
701         * calc.texi (ISO-8601): New section.
702         (Date Formatting Codes): Mention new codes.
703         (Standard Date Formats): Mention new formats.
705 2012-12-14  Michael Albinus  <michael.albinus@gmx.de>
707         * tramp.texi (External methods): Move `adb' method here.
709 2012-12-13  Glenn Morris  <rgm@gnu.org>
711         * cl.texi (Modify Macros, Obsolete Macros): Now letf == cl-letf.
713         * wisent.texi: Small edits.  Set copyright to FSF, update license to
714         GFDL 1.3+.
715         * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add wisent.
716         (wisent, $(buildinfodir)/wisent$(INFO_EXT), wisent.dvi, wisent.pdf):
717         New targets.
718         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add wisent.
719         ($(infodir)/wisent$(INFO_EXT), wisent.dvi): New targets.
721         * bovine.texi: Small edits.  Set copyright to FSF, update license to
722         GFDL 1.3+, remove empty index.
723         * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add bovine.
724         (bovine, $(buildinfodir)/bovine$(INFO_EXT), bovine.dvi, bovine.pdf):
725         New targets.
726         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add bovine.
727         ($(infodir)/bovine$(INFO_EXT), bovine.dvi): New targets.
729 2012-12-13  Eric Ludlam  <zappo@gnu.org>
730             David Ponce  <david@dponce.com>
731             Richard Kim  <emacs18@gmail.com>
733         * bovine.texi, wisent.texi: New files, imported from CEDET trunk.
735 2012-12-13  Glenn Morris  <rgm@gnu.org>
737         * flymake.texi (Customizable variables, Locating the buildfile):
738         Remove refs to flymake-buildfile-dirs, removed 2007-07-20.  (Bug#13148)
740         * srecode.texi: Small edits.  Set copyright to FSF, add explicit
741         GFDL 1.3+ license, fix up index.
742         * Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add srecode.
743         (srecode, $(buildinfodir)/srecode$(INFO_EXT), srecode.dvi)
744         (srecode.pdf): New targets.
745         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add srecode.
746         ($(infodir)/srecode$(INFO_EXT), srecode.dvi): New targets.
748 2012-12-13  Eric Ludlam  <zappo@gnu.org>
750         * srecode.texi: New file, imported from CEDET trunk.
752 2012-12-13  Bastien Guerry  <bzg@gnu.org>
754         * org.texi (Summary, Code block specific header arguments)
755         (Code block specific header arguments)
756         (Header arguments in function calls, var, noweb)
757         (Results of evaluation, Code evaluation security):
758         Small reformatting: add a blank line before some example.
760         * org.texi (System-wide header arguments)
761         (Header arguments in Org mode properties, Conflicts)
762         (Dynamic blocks, Using the mapping API):
763         Fix indentation of Elisp code examples.
765         * org.texi (Comment lines): Fix description of the comment syntax.
767         * org.texi (Installation): Mention "make test" in the correct section.
769 2012-12-06  Paul Eggert  <eggert@cs.ucla.edu>
771         * doclicense.texi, gpl.texi: Update to latest version from FSF.
772         These are just minor editorial changes.
774 2012-12-04  Michael Albinus  <michael.albinus@gmx.de>
776         * tramp.texi (History): Mention ADB.
777         (Inline methods): Add `adb' method.
779 2012-12-03  Michael Albinus  <michael.albinus@gmx.de>
781         * tramp.texi (Top, Obtaining Tramp): Replace CVS by Git.
782         (External methods): Fix typo.
784 2012-12-03  Glenn Morris  <rgm@gnu.org>
786         * rcirc.texi (Notices): Fix typo.
788 2012-11-25  Bill Wohler  <wohler@newt.com>
790         Release MH-E manual version 8.4.
792         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH, Preface):
793         Update for release 8.4.
795         * mh-e.texi (Sequences): Add mh-whitelist-preserves-sequences-flag.
796         (Junk): Add mh-whitelist-preserves-sequences-flag,
797         mh-blacklist-msg-hook, mh-whitelist-msg-hook,
798         mh-folder-blacklisted, mh-folder-whitelisted (closes SF #2945712).
800 2012-11-25  Paul Eggert  <eggert@cs.ucla.edu>
802         * mh-e.texi (Procmail): Fix two @ typos.
804 2012-11-24  Paul Eggert  <eggert@cs.ucla.edu>
806         * doclicense.texi, gpl.texi: Update to latest version from FSF.
807         These are just minor editorial changes.
809 2012-11-23  Jay Belanger  <jay.p.belanger@gmail.com>
811         * calc.texi (Date Formatting Codes): Mention the new beginning of
812         the date numbering system.
814 2012-11-22  Paul Eggert  <eggert@cs.ucla.edu>
816         * calc.texi: Fix TeX issues with capitals followed by ".", "?", "!".
817         (Date Forms): Correct off-by-one error in explanation of
818         Julian day numbers.  Give Gregorian equivalent of its origin.
820 2012-11-22  Jay Belanger  <jay.p.belanger@gmail.com>
822         * doc/misc/calc.texi (Date Forms): Mention the customizable
823         Gregorian-Julian switch.
824         (Customizing Calc): Mention the variable `calc-gregorian-switch'.
826 2012-11-17  Paul Eggert  <eggert@cs.ucla.edu>
828         Calc now uses the Gregorian calendar for all dates (Bug#12633).
829         It also uses January 1, 1 AD as its day number 1.
830         * calc.texi (Date Forms): Document this.
832 2012-11-16  Glenn Morris  <rgm@gnu.org>
834         * cl.texi (Function Bindings): Clarify that cl-flet is lexical.
835         (Obsolete Macros): Move example here from Function Bindings.
837         * erc.texi: Use @code{nil} rather than just "nil".
838         (Modules): Undocument obsolete "hecomplete".
839         Add "notifications".
840         (Connecting): Add brief section on passwords.
841         (Options): Make a start by adding erc-hide-list, erc-lurker-hide-list.
843 2012-11-13  Glenn Morris  <rgm@gnu.org>
845         * flymake.texi (Customizable variables)
846         (Highlighting erroneous lines): Mention flymake-error-bitmap,
847         flymake-warning-bitmap, and flymake-fringe-indicator-position.
849 2012-11-12  Vincent Belaïche  <vincentb1@users.sourceforge.net>
851         * ses.texi: Doc for ses-rename-cell, ses-repair-cell-reference-all & ses-range.
852         In all file place SES into @acronym{...}.
853         (Advanced Features): Add key index and function index for
854         ses-set-header-row.  Add description for function
855         ses-rename-cell.  Add description for function
856         ses-repair-cell-reference-all.
857         (Ranges in formulas): Add description for ses-range flags.
859 2012-11-12  Paul Eggert  <eggert@cs.ucla.edu>
861         * texinfo.tex: Merge from gnulib.
863 2012-11-10  Chong Yidong  <cyd@gnu.org>
865         * url.texi (Introduction): Move url-configuration-directory to
866         Customization node.
867         (Parsed URIs): Split into its own node.
868         (URI Encoding): New node.
869         (Defining New URLs): Remove empty chapter.
870         (Retrieving URLs): Add an introduction.  Doc fix for url-retrieve.
871         Improve docs for url-queue-*.
872         (Supported URL Types): Copyedits.  Delete empty subnodes.
874         * url.texi (Introduction): Rename from Getting Started.
875         Rewrite the introduction.
876         (URI Parsing): Rewrite.  Omit the obsolete attributes slot.
878 2012-11-10  Glenn Morris  <rgm@gnu.org>
880         * cl.texi (Obsolete Setf Customization):
881         Revert defsetf example to the more correct let rather than prog1.
882         Give define-modify-macro, defsetf, and define-setf-method
883         gv.el replacements.
885         * cl.texi (Overview): Mention EIEIO here, as well as the appendix.
886         (Setf Extensions): Remove obsolete reference.
887         (Obsolete Setf Customization):
888         Move note on lack of setf functions to lispref/variables.texi.
889         Undocument get-setf-method, since it no longer exists.
890         Mention simple defsetf replaced by gv-define-simple-setter.
892 2012-11-03  Glenn Morris  <rgm@gnu.org>
894         * cl.texi: Further general copyedits.
895         (List Functions): Remove copy-tree, standard elisp for some time.
896         (Efficiency Concerns): Comment out examples that no longer apply.
897         (Compiler Optimizations): Rename from "Optimizing Compiler"; reword.
898         (Creating Symbols, Random Numbers): De-emphasize internal
899         variables cl--gensym-counter and cl--random-state.  (Bug#12788)
900         (Naming Conventions, Type Predicates, Macros)
901         (Predicates on Numbers): No longer mention cl-floatp-safe.
903 2012-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
905         * gnus.texi (Mail Source Specifiers):
906         Document :leave keyword used for pop mail source.
908 2012-11-01  Glenn Morris  <rgm@gnu.org>
910         * cl.texi: General copyedits for style, line-breaks, etc.
911         (Time of Evaluation, Iteration): Add xref to Emacs Lisp manual.
912         (Macro Bindings, Blocks and Exits):
913         Acknowledge existence of lexical-binding.
914         (Iteration): Mainly defer to doc of standard dolist, dotimes.
916 2012-10-31  Glenn Morris  <rgm@gnu.org>
918         * ert.texi (Introduction, The @code{should} Macro):
919         Refer to "cl-assert" rather than "assert".
921         * cl.texi (Function Bindings): Update for cl-flet and cl-labels.
922         (Obsolete Lexical Binding): Rename section from "Lexical Bindings".
923         (Obsolete Macros): Rename section from "Obsolete Lexical Macros".
924         Reword, and add details of flet and labels.
925         (Modify Macros, Function Bindings): Add some xrefs.
927 2012-10-30  Glenn Morris  <rgm@gnu.org>
929         * cl.texi (Modify Macros): Update for cl-letf changes.
930         (Obsolete Lexical Macros): Say a little more about letf/cl-letf.
931         (Setf Extensions): Partially restore note about cl-getf,
932         mainly moved to lispref/variables.texi.
933         (Property Lists): Fix cl-getf typos.
934         (Mapping over Sequences): Mention cl-mapc naming oddity.
936 2012-10-29  Glenn Morris  <rgm@gnu.org>
938         * cl.texi (Organization): More details on cl-lib.el versus cl.el.
939         (Setf Extensions): Remove `apply' setf since it seems to be disabled.
940         (Customizing Setf): Move contents to "Obsolete Setf Customization".
941         (Modify Macros, Multiple Values, Other Clauses):
942         Remove mentions of obsolete features.
943         (Obsolete Setf Customization): Don't mention `apply' setf.
945 2012-10-28  Glenn Morris  <rgm@gnu.org>
947         * cl.texi (Multiple Values, Common Lisp Compatibility):
948         More namespace updates.
949         (Obsolete Features): Copyedits.
950         (Obsolete Lexical Macros, Obsolete Setf Customization):
951         New subsections.
953         * cl.texi (Porting Common Lisp, Lexical Bindings):
954         Add some xrefs to the Elisp manual.
956         * cl.texi (Lexical Bindings): Move to appendix of obsolete features.
957         (Porting Common Lisp): Emacs Lisp can do true lexical binding now.
958         (Obsolete Features): New appendix.  Move Lexical Bindings here.
960 2012-10-27  Glenn Morris  <rgm@gnu.org>
962         * cl.texi: Use defmac for macros rather than defspec.
963         (Efficiency Concerns): Related copyedit.
965         * cl.texi (Control Structure): Update for setf now being in core.
966         (Setf Extensions): Rename from Basic Setf.  Move much of the
967         former content to lispref/variables.texi.
968         (Modify Macros): Move pop, push details to lispref/variables.texi.
969         (Customizing Setf): Copyedits for setf etc being in core.
970         (Modify Macros, Efficiency Concerns, Porting Common Lisp):
971         Further namespaces updates.
973 2012-10-26  Bastien Guerry  <bzg@gnu.org>
975         * org.texi (Installation): Update the link to Org's ELPA.
976         Also don't mention org-install.el anymore as the replacement file
977         org-loaddefs.el is now loaded by org.el.
979 2012-10-25  Michael Albinus  <michael.albinus@gmx.de>
981         * tramp.texi (Frequently Asked Questions):
982         Mention `tramp-completion-reread-directory-timeout' for performance
983         improvement.
985 2012-10-25  Glenn Morris  <rgm@gnu.org>
987         * cl.texi: Don't mess with the TeX section number counter.
988         Use Texinfo recommended convention for quotes+punctuation.
989         (Overview, Sequence Functions): Rephrase for better line-breaking.
990         (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings)
991         (Macro Bindings, Conditionals, Iteration, Loop Basics)
992         (Random Numbers, Mapping over Sequences, Structures)
993         (Porting Common Lisp): Further updates for cl-lib namespace.
994         (Modify Macros, Declarations, Macro Bindings, Structures):
995         Break long lines in examples.
996         (Dynamic Bindings): Update for changed progv behavior.
997         (Loop Examples, Efficiency Concerns): Markup fixes.
998         (Structures): Remove TeX margin change.
999         (Declarations): Fix typos.
1001 2012-10-24  Glenn Morris  <rgm@gnu.org>
1003         * cl.texi (Overview, Multiple Values, Creating Symbols)
1004         (Numerical Functions): Say less/nothing about the original cl.el.
1005         (Old CL Compatibility): Remove.
1006         (Assertions): Remove ignore-errors (standard Elisp for some time).
1008         * cl.texi (Basic Setf, Macros, Declarations, Symbols, Numbers)
1009         (Sequences, Lists, Structures, Assertions, Efficiency Concerns)
1010         (Efficiency Concerns, Efficiency Concerns)
1011         (Common Lisp Compatibility, Old CL Compatibility):
1012         Further updates for cl-lib namespace.
1014 2012-10-24  Paul Eggert  <eggert@penguin.cs.ucla.edu>
1016         Update manual for new time stamp format (Bug#12706).
1017         * emacs-mime.texi (time-date): Update for new format.
1018         Also, fix bogus time stamp and modernize a bit.
1020 2012-10-23  Glenn Morris  <rgm@gnu.org>
1022         * cl.texi: Include emacsver.texi.  Use Emacs version number rather
1023         than unchanging cl.el version number.
1024         End all menu descriptions with a period.
1025         Do not use @dfn{CL} for every instance of "CL".
1026         (Overview): Remove no-runtime caveat, and note about foo* names.
1027         (Usage): Use cl-lib rather than cl.
1028         (Organization, Naming Conventions): Update for cl-lib.el.
1029         (Installation): Remove long-irrelevant node.
1030         (Program Structure, Predicates, Control Structure):
1031         Start updating for cl-lib namespace.
1032         * Makefile.in ($(buildinfodir)/cl$(INFO_EXT), cl.dvi, cl.pdf):
1033         Depend on emacsver.texi.
1035 2012-10-09  Michael Albinus  <michael.albinus@gmx.de>
1037         * trampver.texi: Update release number.
1039 2012-10-06  Glenn Morris  <rgm@gnu.org>
1041         * erc.texi: Include emacsver.texi, and use EMACSVER rather than
1042         ERC version.
1043         (Introduction): ERC is distributed with Emacs.
1044         (Obtaining ERC, Installation): Remove chapters, no longer relevant.
1045         (Getting Started): Simplify.
1046         (Getting Help and Reporting Bugs): Refer to general Emacs lists.
1047         (History): Mention ERC maintained as part of Emacs now.
1048         * Makefile.in ($(buildinfodir)/erc$(INFO_EXT), erc.dvi, erc.pdf):
1049         Add dependency on emacsver.texi.
1051         * erc.texi: Remove hand-written node pointers.
1053 2012-10-05  Glenn Morris  <rgm@gnu.org>
1055         * newsticker.texi (Overview, Requirements, Usage, Configuration):
1056         Copyedits.
1058 2012-10-01  Eric Ludlam  <zappo@gnu.org>
1060         * ede.texi (Quick Start, Project Local Variables)
1061         (Miscellaneous commands, ede-java-root, Development Overview)
1062         (Detecting a Project): New nodes.
1063         (Simple projects): Node deleted.
1065         * eieio.texi (Building Classes): Some slot attributes cannot be
1066         overridden.
1067         (Slot Options): Remove an example.
1068         (Method Invocation, Documentation): New nodes.
1070 2012-10-01  Glenn Morris  <rgm@gnu.org>
1072         * Makefile.in ($(buildinfodir)/reftex$(INFO_EXT)), reftex.dvi)
1073         (reftex.pdf): Add dependency on emacsver.texi.
1074         * reftex.texi: Don't include directory part for emacsver.texi;
1075         the Makefile's -I handles it.
1077 2012-09-30  Ralf Angeli  <angeli@caeruleus.net>
1079         Merge from standalone RefTeX repository.
1081         * reftex.texi: Express TeX, LaTeX, AUCTeX, BibTeX and RefTeX
1082         with macros.
1083         (Imprint): Mention Wolfgang in list of contributors.
1084         (Creating Citations): Give a hint about how to
1085         auto-revert the BibTeX database file when using external editors.
1086         (Referencing Labels): Simplify section about reference macro
1087         cycling.
1088         (Options (Referencing Labels)): Adapt to new structure of
1089         `reftex-ref-style-alist'.
1090         (Referencing Labels, Reference Styles): Document changes in the
1091         referencing functionality.
1092         (Commands): Mention options for definition of header and footer in
1093         BibTeX files.
1094         (Options (Creating Citations)): Document
1095         `reftex-create-bibtex-header' and `reftex-create-bibtex-footer'.
1096         (Reference Styles): New section.
1097         (varioref (LaTeX package), fancyref (LaTeX package)): Remove.
1098         (Options (Referencing Labels)): Remove descriptions of deprecated
1099         variables `reftex-vref-is-default' and `reftex-fref-is-default'.
1100         Add descriptions for `reftex-ref-style-alist' and
1101         `reftex-ref-style-default-list'.
1102         (Referencing Labels): Update regarding reference styles.
1103         (Citation Styles): Mention support for ConTeXt.
1104         (Options (Defining Label Environments)): Fix typo.
1105         (Options (Creating Citations)):
1106         Document `reftex-cite-key-separator'.
1108 2012-09-30  Achim Gratz  <Stromeko@Stromeko.DE>
1110         * org.texi: Add description of ORG_ADD_CONTRIB to info
1111         documentation.  Add link to Worg for more details.
1113         * org.texi: Clarify installation procedure.  Provide link to the
1114         build system description on Worg.
1116         * org.texi: Remove reference to utils/, x11idle.c is now in
1117         contrib/scripts.
1119         * org.texi: Re-normalize to "Org mode" in manual.
1121         * org.texi (Installation): Adapt documentation to new build
1122         system.  Mention GNU ELPA (since it needs to be handled like Emacs
1123         built-in Org).
1125 2012-09-30  Adam Spiers  <orgmode@adamspiers.org>  (tiny change)
1127         * org.texi: Fix typo in description of the 'Hooks' section.
1129         * org.texi: Add ID to the list of special properties.
1131 2012-09-30  Andrew Hyatt  <ahyatt@gmail.com>  (tiny change)
1133         * org.texi (Moving subtrees): Document the ability to archive to a
1134         datetree.
1136 2012-09-30  Bastien Guerry  <bzg@gnu.org>
1138         * org.texi (Installation, Feedback, Batch execution):
1139         Use (add-to-list 'load-path ... t) for the contrib dir.
1141         * org.texi (results): Update documentation for ":results drawer"
1142         and ":results org".
1144         * org.texi (Column width and alignment): Fix typo.
1146         * org.texi (Activation): Point to the "Conflicts" section.
1148         * org.texi (Conflicts): Mention filladapt.el in the list of
1149         conflicting packages.
1151         * org.texi (Activation): Adding org-mode to `auto-mode-alist' is
1152         not needed for versions of Emacs > 22.1.
1154         * org.texi (History and Acknowledgments): Fix typo.
1156         * org.texi (History and Acknowledgments): Add my own
1157         acknowledgments.
1159         * org.texi (Agenda commands): Document the new command and the new
1160         option.
1162         * org.texi (Agenda commands): Delete `org-agenda-action' section.
1163         (Agenda commands): Reorder.  Document `*' to toggle persistent
1164         marks.
1166         * org.texi (Agenda dispatcher):
1167         Mention `org-toggle-agenda-sticky'.
1168         (Agenda commands, Exporting Agenda Views): Fix typo.
1170         * org.texi (Templates in contexts, Setting Options): Update to
1171         reflect changes in how contexts options are processed.
1173         * org.texi (Templates in contexts): Document the new structure of
1174         the variables `org-agenda-custom-commands-contexts' and
1175         `org-capture-templates-contexts'.
1177         * org.texi (Templates in contexts): Document the new option
1178         `org-capture-templates-contexts'.
1179         (Storing searches): Document the new option
1180         `org-agenda-custom-commands-contexts'.
1182         * org.texi (Formula syntax for Lisp): Reformat.
1184         * org.texi (Special properties, Column attributes)
1185         (Agenda column view): Document the new special property
1186         CLOCKSUM_T.
1188         * org.texi (Template expansion): Document the new %l template.
1190         * org.texi (Fast access to TODO states): Fix documentation about
1191         allowed characters for fast todo selection.
1193         * org.texi (Weekly/daily agenda): Mention APPT_WARNTIME and its
1194         use in `org-agenda-to-appt'.
1196         * org.texi (Comment lines): Update wrt comments.
1198         * org.texi (Resolving idle time): Document new keybinding.
1200         * org.texi (Clocking commands): Document the use of S-M-<up/down>
1201         on clock timestamps.
1203         * org.texi (Fast access to TODO states): Explicitely says only
1204         letters are supported as fast TODO selection keys.
1206         * org.texi (Link abbreviations): Illustrate the use of the "%h"
1207         specifier.  Document the new "%(my-function)" specifier.
1209         * org.texi (Clocking commands): New cindex.
1210         (Clocking commands): Update documentation for `org-clock-in'.
1211         Document `org-clock-in-last'.  Mention `org-clock-out' and
1212         `org-clock-in-last' as commands that can be globally bound.
1213         (Resolving idle time): Document continuous clocking.
1215         * org.texi (Top, Introduction): Fix formatting.
1216         (Activation): Add index entries.
1217         (Conventions): Update section.
1218         (Embedded @LaTeX{}): Fix formatting.
1220         * org.texi (Visibility cycling): Document `show-children'.
1222         * org.texi (Using capture): Mention the `org-capture-last-stored'
1223         bookmark as a way to jump to the last stored capture.
1225         * org.texi (Uploading files): Fix typo.
1227         * org.texi (Using capture): Document `C-0' as a prefix argument
1228         for `org-capture'.
1230         * org.texi (Agenda commands): Document persistent marks.
1232         * org.texi (Template expansion): Update doc to reflect change.
1234         * org.texi (Radio tables): Document the :no-escape parameter.
1236         * org.texi (Repeated tasks): Document repeat cookies for years,
1237         months, weeks, days and hours.
1239         * org.texi (Export options): State that you can use the d: option
1240         by specifying a list of drawers.
1242         * org.texi (HTML preamble and postamble): Small doc improvement.
1244 2012-09-30  Brian van den Broek  <vanden@gmail.com>  (tiny change)
1246         * org.texi: The sections in the Exporting section of the manual
1247         left out articles in the description of the org-export-as-*
1248         commands, among other places.  This patch adds them, adds a few
1249         missing prepositions, and switches instances of "an HTML" to "a
1250         html" for internal consistency.
1252         * org.texi: Alter several examples of headings with timestamps in
1253         them to include the timestamps in the body instead of the heading.
1255 2012-09-30  Carsten Dominik  <carsten.dominik@gmail.com>
1257         * org.texi (Agenda dispatcher): Document sticky agenda views and
1258         the new key for them.
1260 2012-09-30  Charles  <millarc@verizon.net>  (tiny change)
1262         * org.texi (Advanced features): Fix error in table.
1264 2012-09-30  Feng Shu  <tumashu@gmail.com>
1266         * org.texi (@LaTeX{} fragments): Document imagemagick as an
1267         alternative to dvipng.
1269 2012-09-30  François Allisson  <francois@allisson.co>  (tiny change)
1271         * org.texi: Remove extra curly bracket.
1273 2012-09-30  Giovanni Ridolfi  <giovanni.ridolfi@yahoo.it>  (tiny change)
1275         * org.texi (org-clock-in-last and org-clock-cancel): Update the
1276         defkeys.
1278 2012-09-30  Ippei FURUHASHI  <top.tuna+orgmode@gmail.com>  (tiny change)
1280         * org.texi (Agenda commands): Fix two typos by giving
1281         corresponding function names, according to
1282         `org-agenda-view-mode-dispatch'.
1284 2012-09-30  Jan Böcker  <jan.boecker@jboecker.de>
1286         * org.texi (The spreadsheet): Fix typo.
1288 2012-09-30  Memnon Anon  <gegendosenfleisch@gmail.com>  (tiny change)
1290         * org.texi (Tracking your habits): Point to the "Tracking TODO
1291         state changes" section.
1293 2012-09-30  Nicolas Goaziou  <n.goaziou@gmail.com>
1295         * org.texi (Literal examples): Remove reference to unknown
1296         `org-export-latex-minted' variable.  Also simplify footnote since
1297         `org-export-latex-listings' documentation is exhaustive already.
1299         * org.texi (Plain lists): Remove reference to now hard-coded
1300         `bullet' automatic rule.
1302 2012-09-30  Toby S. Cubitt  <tsc25@cantab.net>
1304         * org.texi: Updated documentation accordingly.
1306 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
1308         * texinfo.tex: Merge from gnulib.
1310 2012-09-12  Michael Albinus  <michael.albinus@gmx.de>
1312         Sync with Tramp 2.2.6.
1314         * tramp.texi (Bug Reports): Cleanup caches before a test run.
1316         * trampver.texi: Update release number.
1318 2012-09-12  Paul Eggert  <eggert@cs.ucla.edu>
1320         * texinfo.tex: Merge from gnulib.
1322 2012-08-06  Aurélien Aptel  <aurelien.aptel@gmail.com>
1324         * url.texi (Parsed URLs): Adjust to the code's use of defstruct
1325         (bug#12096).
1327 2012-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
1329         * calc.texi (Simplification modes, Conversions)
1330         (Operating on Selections): Mention "basic" simplification.
1331         (The Calc Mode Line): Mention the mode line display for Basic
1332         simplification mode.
1333         (Simplify Formulas): Refer to 'algebraic' rather than 'default'
1334         simplifications.
1335         (Basic Simplifications): Rename from "Limited Simplifications"
1336         Replace "limited" by "basic" throughout.
1337         (Algebraic Simplifications): Indicate that the algebraic
1338         simplifications are done by default.
1339         (Unsafe Simplifications): Mention `m E'.
1340         (Simplification of Units): Mention `m U'.
1341         (Trigonometric/Hyperbolic Functions, Reducing and Mapping)
1342         (Kinds of Declarations, Functions for Declarations):
1343         Mention "algebraic simplifications" instead of `a s'.
1344         (Algebraic Entry): Remove mention of default simplifications.
1346 2012-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
1348         * calc.texi (Getting Started, Tutorial): Change simulated
1349         Calc output to match actual output.
1350         (Simplifying Formulas): Mention that algebraic simplification is now
1351         the default.
1353 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
1355         * faq.texi (Right-to-left alphabets): Update for Emacs 24.
1356         (Bug#12073)
1358 2012-07-25  Paul Eggert  <eggert@cs.ucla.edu>
1360         Prefer typical American spelling for "acknowledgment".
1361         * calc.texi (History and Acknowledgments): Rename from
1362         History and Acknowledgements.
1363         * idlwave.texi (Acknowledgments):
1364         * ses.texi (Acknowledgments):
1365         * woman.texi (Acknowledgments): Rename from Acknowledgements.
1367 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
1369         Rename configure.in to configure.ac (Bug#11603).
1370         * ede.texi (Compiler and Linker objects, ede-proj-project)
1371         (ede-step-project): Prefer the name configure.ac to configure.in.
1373 2012-07-06  Michael Albinus  <michael.albinus@gmx.de>
1375         * tramp.texi (Multi-hops):
1376         Introduce `tramp-restricted-shell-hosts-alist'.
1378 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1380         * gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
1381         methods, so don't mention smtpmail here.
1383 2012-06-26  Wolfgang Jenkner  <wjenkner@inode.at>
1385         * gnus.texi (Picons): Document gnus-picon-properties.
1387 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1389         * gnus.texi: Remove mention of compilation, as that's no longer
1390         supported.
1392 2012-06-26  Christopher Schmidt  <christopher@ch.ristopher.com>
1394         * gnus.texi (Archived Messages): Mention
1395         gnus-gcc-pre-body-encode-hook and gnus-gcc-post-body-encode-hook.
1397 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1399         * gnus.texi (Various Summary Stuff):
1400         Remove mention of `gnus-propagate-marks'.
1402 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1404         * gnus.texi: Remove mentions of nnml/nnfolder/nntp backend marks,
1405         which no longer exist.
1407 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1409         * gnus.texi (Archived Messages):
1410         Document gnus-gcc-self-resent-messages.
1412 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1414         * message.texi (Mail Variables):
1415         Mention the optional user parameter for X-Message-SMTP-Method.
1417 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1419         * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
1421         * message.texi (Mail Variables): Document X-Message-SMTP-Method.
1423 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1425         * gnus.texi (Key Index): Change encoding to utf-8.
1427 2012-06-21  Glenn Morris  <rgm@gnu.org>
1429         * Makefile.in: Rename infodir to buildinfodir throughout.  (Bug#11737)
1431 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1433         * gnus.texi (Group Timestamp): Mention where to find documentation for
1434         the `gnus-tmp-' variables (bug#11601).
1436 2012-06-11  Michael Albinus  <michael.albinus@gmx.de>
1438         Sync with Tramp 2.2.6-pre.
1440         * tramp.texi (all): Use consequently @command{}, @env{} and @kbd{}
1441         where appropriate.
1442         (Ad-hoc multi-hops): New section.
1443         (Remote processes): New subsection "Running remote processes on
1444         Windows hosts".
1445         (History): Add remote commands on Windows, and ad-hoc multi-hop
1446         methods.
1447         (External methods): "ControlPersist" must be set to "no" for the
1448         `scpc' method.
1449         (Remote processes): Add a note about `auto-revert-tail-mode'.
1450         (Frequently Asked Questions): Use "scpx" in combination with
1451         "ControlPersist".  Reported by Adam Spiers <emacs@adamspiers.org>.
1453         * trampver.texi: Update release number.
1455 2012-06-10  Chong Yidong  <cyd@gnu.org>
1457         * sc.texi: Remove bogus @ifinfo commands which prevent makeinfo
1458         compilation for html-mono.
1460 2012-06-08  Paul Eggert  <eggert@cs.ucla.edu>
1462         * texinfo.tex: Merge from gnulib.
1464 2012-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1466         * Makefile.in (echo-info): Don't try to install info files named
1467         just ".info".
1469 2012-05-28  Glenn Morris  <rgm@gnu.org>
1471         * calc.texi, dired-x.texi: Use @LaTeX rather than La@TeX.  (Bug#10910)
1473         * sc.texi: Nuke hand-written node pointers.
1474         Fix top-level menu to match actual node order.
1476 2012-05-27  Glenn Morris  <rgm@gnu.org>
1478         * cl.texi, dired-x.texi: Nuke hand-written node pointers.
1479         Some associated fixes, including not messing with chapno in cl.texi.
1481 2012-05-27  Bastien Guerry  <bzg@gnu.org>
1483         * org.texi (Durations and time values): Fix typo.
1485 2012-05-19  Jay Belanger  <jay.p.belanger@gmail.com>
1487         * doc/misc/calc.texi (Basic Operations on Units, Customizing Calc):
1488         Mention `calc-ensure-consistent-units'.
1490 2012-05-14  Andreas Schwab  <schwab@linux-m68k.org>
1492         * cc-mode.texi: Avoid space before macro in 4th argument of cross
1493         reference commands.  (Bug#11461)
1495         * Makefile.in (gnus.dvi): Use $@ instead of $*.dvi.
1497 2012-05-12  Glenn Morris  <rgm@gnu.org>
1499         * Makefile.in (mostlyclean): Add more TeX intermediates.
1501         * Makefile.in: Make it look more like the other doc Makefiles.
1502         Use explicit $srcdir in all dependencies.
1503         Remove cd $srcdir from rules.
1504         (VPATH): Remove.
1505         (infodir): Set to an absolute path.
1506         (INFO_TARGETS): Use short names.
1507         (mkinfodir): infodir is now absolute.
1508         (echo-info, maintainer-clean): Update for new format of INFO_TARGETS.
1510         * Makefile.in (info.info): Rename from info, to avoid duplication.
1511         (.SUFFIXES): Disable implicit rules.
1513         * Makefile.in (MKDIR_P): New, set by configure.
1514         (mkinfodir): Use $MKDIR_P.
1516 2012-05-07  Glenn Morris  <rgm@gnu.org>
1518         * forms.texi (Long Example): Update for changed location of files.
1520 2012-05-04  Glenn Morris  <rgm@gnu.org>
1522         * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
1523         (INFO_TARGETS): Use $INFO_EXT.
1524         Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
1525         * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
1526         (INFO_TARGETS): Use $INFO_EXT.
1527         Make all rules generating info files use $INFO_EXT, $INFO_OPT, and -o.
1529 2012-05-02  Glenn Morris  <rgm@gnu.org>
1531         * Makefile.in (echo-info): New phony target, used by top-level.
1533         * viper.texi: Make direntry shorter (also it is no longer "newest").
1535         * emacs-gnutls.texi, ert.texi, org.texi:
1536         Fix dircategory, direntry to match info/dir.
1538         * faq.texi: Convert @inforefs to @xrefs.
1539         Fix some malformed cross-references.
1540         (File-name conventions): Shorten section name to avoid overfull line.
1541         (How to add fonts): Use smallexample to avoid overfull lines.
1543 2012-05-01  Teodor Zlatanov  <tzz@lifelogs.com>
1545         * auth.texi (Help for users): Update for .gpg file being second.
1547 2012-04-27  Ippei Furuhashi  <top.tuna+orgmode@gmail.com>  (tiny change)
1549         * org.texi (Agenda commands): Fix two typos: give corresponding
1550         function names, according to `org-agenda-view-mode-dispatch'.
1552 2012-04-27  Glenn Morris  <rgm@gnu.org>
1554         * faq.texi (Major packages and programs): Remove section.
1555         There is no point listing 6 packages (cf etc/MORE.STUFF).
1556         (Finding Emacs and related packages): Move "Spell-checkers" here.
1558 2012-04-22  Michael Albinus  <michael.albinus@gmx.de>
1560         * dbus.texi (Version): New node.
1561         (Properties and Annotations): Mention the object manager
1562         interface.  Describe dbus-get-all-managed-objects.
1563         (Type Conversion): Floating point numbers are allowed, if an
1564         anteger does not fit Emacs's integer range.
1565         (Synchronous Methods): Remove obsolete dbus-call-method-non-blocking.
1566         (Asynchronous Methods): Fix description of
1567         dbus-call-method-asynchronously.
1568         (Receiving Method Calls): Fix some minor errors.
1569         Add dbus-interface-emacs.
1570         (Signals): Describe unicast signals and the new match rules.
1571         (Alternative Buses): Add the PRIVATE optional argument to
1572         dbus-init-bus.  Describe its new return value.  Add dbus-setenv.
1574 2012-04-20  Glenn Morris  <rgm@gnu.org>
1576         * faq.texi (New in Emacs 24): New section.
1577         (Packages that do not come with Emacs): Mention M-x list-packages.
1579 2012-04-14  Alan Mackenzie  <acm@muc.de>
1581         * cc-mode.texi (c-offsets-alist): Correct a typo.
1583 2012-04-14  Jérémie Courrèges-Anglas  <jca@wxcvbn.org>  (tiny change)
1585         * org.texi (Deadlines and scheduling): Fix the example: the
1586         DEADLINE item should come right after the headline.  We enforce
1587         this convention, so it is a bug not to illustrate it correctly in
1588         the manual.
1590 2012-04-14  Ippei FURUHASHI  <top.tuna+orgmode@gmail.com>  (tiny change)
1592         * org.texi (Agenda commands): Fix documentation bug by swapping
1593         the equivalent keybindings to `org-agenda-next-line' with the ones
1594         to `org-agenda-previous-line'.
1596 2012-04-14  Glenn Morris  <rgm@gnu.org>
1598         * Makefile.in: Replace non-portable use of $< in ordinary rules.
1600 2012-04-09  Eli Zaretskii  <eliz@gnu.org>
1602         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean):
1603         Add emacs-gnutls.
1604         ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets.
1606 2012-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
1608         * Makefile.in: Add emacs-gnutls.texi to build.
1610         * emacs-gnutls.texi: Add documentation for the GnuTLS integration.
1612 2012-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
1614         * auth.texi (Secret Service API): Edit further and give examples.
1615         (Secret Service API): Adjust @samp to @code for collection names.
1617 2012-04-04  Glenn Morris  <rgm@gnu.org>
1619         * auth.texi (Secret Service API): Copyedits.
1620         (Help for developers): Fill in some missing function doc-strings.
1621         (Help for users, Help for developers)
1622         (GnuPG and EasyPG Assistant Configuration): Markup fixes.
1624 2012-04-04  Michael Albinus  <michael.albinus@gmx.de>
1626         * auth.texi (Secret Service API): Add the missing text.
1628 2012-04-04  Chong Yidong  <cyd@gnu.org>
1630         * message.texi (Using PGP/MIME): Note that epg is now the default.
1632         * gnus.texi: Reduce references to obsolete pgg library.
1633         (Security): Note that epg is now the default.
1635         * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
1637         * nxml-mode.texi (Completion): C-RET is no longer bound to
1638         nxml-complete.
1640 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
1642         * org.texi (Customizing tables in ODT export): Correct few errors.
1644 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
1646         * org.texi (Links in ODT export): Update.
1647         (Labels and captions in ODT export): New node.
1649 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
1651         * org.texi (Literal examples in ODT export): htmlfontify.el in
1652         Emacs-24.1 now supports fontification.  So ODT source blocks will
1653         be fontified by default.
1655 2012-04-01  Julian Gehring  <julian.gehring@googlemail.com>  (tiny change)
1657         * org.texi (Refiling notes): Remove duplicated keybinding.
1659 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
1661         * org.texi (noweb): Documentation of this new option to the :noweb
1662         header argument.
1664 2012-04-01  Suvayu Ali  <fatkasuvayu+linux@gmail.com>
1666         * org.texi (Header and sectioning): Add example demonstrating how
1667         to use "LaTeX_CLASS_OPTIONS".
1669 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
1671         * org.texi (Noweb reference syntax): Describe the ability to
1672         execute noweb references in the manual.
1674 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
1676         * org.texi (cache): Improve cache documentation when session
1677         evaluation is used.
1679 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
1681         * org.texi (Plain lists): Document removal.
1683 2012-04-01  Michael Brand  <michael.ch.brand@gmail.com>
1685         * org.texi: Decapitalize file name in references to Calc manual.
1687 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
1689         * org.texi (Plain lists): Document removal.
1691 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
1693         * org.texi (Top, OpenDocument Text export)
1694         (ODT export commands, Extending ODT export)
1695         (Images in ODT export, Tables in ODT export)
1696         (Configuring a document converter): Add or Update.
1698 2012-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
1700         * org.texi (MobileOrg): Change the wording to reflect that the
1701         Android Version is no longer just the little brother of the iOS
1702         version.
1704 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
1706         * org.texi (Key bindings and useful functions): Update babel key
1707         binding documentation in manual.
1709 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
1711         * org.texi (noweb): Document new noweb header value.
1713 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
1715         * org.texi (noweb-sep): Document new header argument.
1717 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
1719         * org.texi (noweb-ref): Documentation of this new custom variable.
1721 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
1723         * org.texi (wrap): Update the new :wrap documentation to match the
1724         current implementation.
1726 2012-04-01  Thomas Dye  <dk@poto.myhome.westell.com>
1728         * org.texi: Added documentation for :wrap.
1730 2012-04-01  Thomas Dye  <dk@poto.myhome.westell.com>
1732         * org.texi: #+RESULTS now user-configurable.
1734 2012-04-01  Thomas Dye  <dk@poto.myhome.westell.com>
1736         * org.texi: Documented :noweb no-export.
1738 2012-04-01  Thomas Dye  <dk@poto.local>
1740         * org.texi: Edit :noweb no header argument for correctness.
1742 2012-04-01  Bastien Guerry  <bzg@gnu.org>
1744         * org.texi (Customization): Update the approximate number of Org
1745         variables.
1747 2012-04-01  Thomas Dye  <dk@poto.local>
1749         * org.texi: The :results wrap produces a drawer instead of a
1750         begin_results block.
1752 2012-03-22  Peder O. Klingenberg  <peder@klingenberg.no>  (tiny change)
1754         * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
1755         reflect the new default.
1757 2012-03-10  Eli Zaretskii  <eliz@gnu.org>
1759         * info.texi (Expert Info): Move the index entry for "Texinfo" from
1760         "Getting Started" to this node.  (Bug#10450)
1762 2012-03-10  Chong Yidong  <cyd@gnu.org>
1764         * flymake.texi (Example -- Configuring a tool called via make):
1765         Mention the Automake COMPILE variable (Bug#8715).
1767         * info.texi (Getting Started): Add an index entry (Bug#10450).
1769 2012-03-02  Michael Albinus  <michael.albinus@gmx.de>
1771         * dbus.texi (Signals): Known names will be mapped onto unique
1772         names, when registering for signals.
1774 2012-02-29  Glenn Morris  <rgm@gnu.org>
1776         * url.texi: Fix quote usage in body text.
1778         * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
1780         * cl.texi: Use @code{} in menus when appropriate.
1782 2012-02-28  Glenn Morris  <rgm@gnu.org>
1784         * calc.texi, cc-mode.texi, cl.texi, ebrowse.texi, ediff.texi:
1785         * eshell.texi, gnus-faq.texi, gnus-news.texi, gnus.texi:
1786         * idlwave.texi, info.texi, newsticker.texi, nxml-mode.texi:
1787         * org.texi, sc.texi, vip.texi, viper.texi:
1788         Standardize possessive apostrophe usage.
1790 2012-02-26  Chong Yidong  <cyd@gnu.org>
1792         * ediff.texi (Quick Help Commands): Add a couple of index entries
1793         (Bug#10834).
1795 2012-02-17  Glenn Morris  <rgm@gnu.org>
1797         * gnus.texi (Posting Styles):
1798         * remember.texi (Org): Fix cross-refs to other manuals.
1800 2012-02-15  Glenn Morris  <rgm@gnu.org>
1802         * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
1803         (Encryption): New chapter, split out from previous.
1805 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1807         * gnus.texi (Customizing the IMAP Connection):
1808         Mention nnimap-record-commands.
1810 2012-02-10  Glenn Morris  <rgm@gnu.org>
1812         * url.texi (Retrieving URLs): Update url-retrieve arguments.
1813         Mention url-queue-retrieve.
1815 2012-02-09  Glenn Morris  <rgm@gnu.org>
1817         * sem-user.texi (Semantic mode user commands): Typo fix.
1819         * info.texi (Create Info buffer): Mention info-display-manual.
1821 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1823         * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
1824         example (modified from an example by Michael Albinus).
1826 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
1828         * gnus.texi (Agent Basics): Fix outdated description of
1829         `gnus-agent-auto-agentize-methods'.
1831 2012-01-28  Andreas Schwab  <schwab@linux-m68k.org>
1833         * cc-mode.texi: Always @defindex ss.
1834         (Config Basics): Fix argument of @itemize.
1835         (Macro Backslashes): Add @code around index entry.
1837 2012-01-23  Glenn Morris  <rgm@gnu.org>
1839         * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
1841 2012-01-19  Eric Hanchrow  <eric.hanchrow@gmail.com>
1843         * tramp.texi (File): Tweak wording for the `scpc' option.
1845 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1847         * gnus.texi (Group Parameters): Really note precedence.
1849 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1851         * gnus.texi (Group Parameters): Note precedence.
1853 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
1855         * org.texi (Noweb reference syntax): Adding documentation of
1856         the `*org-babel-use-quick-and-dirty-noweb-expansion*'
1857         variable.
1859 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1861         * org.texi (Plain lists): Split the table to fix the display
1862         of items.
1864 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1866         * org.texi (Plain lists): Fix misplaced explanation.
1868 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1870         * org.texi (Plain lists, Agenda files): Add index entries.
1872 2012-01-03  Julian Gehring  <julian.gehring@googlemail.com>
1874         * org.texi: Use "Org mode" instead of alternatives like
1875         "Org-mode" or "org-mode".
1877 2012-01-03  Bernt Hansen  <bernt@norang.ca>
1879         * org.texi (Agenda commands):
1880         Document `org-clock-report-include-clocking-task'.
1882 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1884         * org.texi (Checkboxes): Document the new behavior of `C-u C-c
1885         C-c' on checkboxes.
1887 2012-01-03  Julian Gehring  <julian.gehring@googlemail.com>
1889         * org.texi: End sentences with two spaces.
1891 2012-01-03  Michael Brand  <michael.ch.brand@gmail.com>
1893         * org.texi (External links): Document the link types file+sys
1894         and file+emacs, slightly narrow used page width.
1896 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
1898         * org.texi (colnames): Note that colnames behavior may differ
1899         across languages.
1901 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1903         * org.texi (Weekly/daily agenda, Agenda commands): Fix typos.
1905 2012-01-03  Thomas Dye  <dk@poto.westell.com>
1907         * org.texi: Augmented discussion of babel property
1908         inheritance.  Put footnote outside sentence ending period.
1910 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
1912         * org.texi (eval): Documenting the full range of :eval header
1913         argument values.
1915 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
1917         * org.texi (eval): Documentation of the new :eval option.
1919 2012-01-03  Thomas Dye  <dk@poto.local>
1921         * org.texi: Add accumulated properties.
1923 2012-01-03  Thomas Dye  <dk@poto.local>
1925         * org.texi: Documented no spaces in name=assign, another
1926         correction to :var table.
1928 2012-01-03  Thomas Dye  <dk@poto.local>
1930         * org.texi: Changed DATA to NAME in Working With Source Code
1931         section.
1933 2012-01-03  Tom Dye  <tsd@tsdye.com>
1935         * org.texi: Minor change to :var table.
1937 2012-01-03  Tom Dye  <tsd@tsdye.com>
1939         * org.texi: More changes to :var table (some examples were wrong).
1941 2012-01-03  Tom Dye  <tsd@tsdye.com>
1943         * org.texi: Cleaned up :var table.
1945 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1947         * org.texi (Timestamps, Weekly/daily agenda)
1948         (Weekly/daily agenda): Add @cindex for "appointment".
1950 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
1952         * org.texi (Literal examples): A new link to the template for
1953         inserting empty code blocks.
1954         (Structure of code blocks): A new link to the template for
1955         inserting empty code blocks.
1957 2012-01-03  Rafael Laboissiere  <rafael@laboissiere.net>  (tiny change)
1959         * org.texi (External links): Add footnote on how the behavior
1960         of the text search in Org files are controled by the variable
1961         `org-link-search-must-match-exact-headline'.
1963 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
1965         * org.texi (Buffer-wide header arguments):
1966         Update documentation to reflect removal of #+PROPERTIES.
1968 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
1970         * org.texi (The clock table): Mention that ACHIVED trees
1971         contribute to the clock table.
1973 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
1975         * org.texi (Conflicts): Better yasnippet config info.
1977 2012-01-03  Bastien Guerry  <bzg@gnu.org>  (tiny change)
1979         * org.texi (Selective export): Explicitely mention the default
1980         values for `org-export-select-tags',
1981         `org-export-exclude-tags'.
1983 2012-01-03  Tom Dye  <tsd@tsdye.com>
1985         * org.texi: Added a line to specify that header arguments are
1986         lowercase.
1988 2012-01-03  Tom Dye  <tsd@tsdye.com>
1990         * org.texi: :var requires default value when declared.
1992 2012-01-03  Bastien Guerry  <bzg@gnu.org>
1994         * org.texi (Handling links): Add a note about the
1995         `org-link-frame-setup' option.
1997 2012-01-03  David Maus  <dmaus@ictsoc.de>
1999         * org.texi (Exporting Agenda Views, Extracting agenda
2000         information): Fix command line syntax, quote symbol parameter
2001         values.
2003 2012-01-03  David Maus  <dmaus@ictsoc.de>
2005         * org.texi (Exporting Agenda Views): Fix command line syntax.
2007 2011-12-28  Paul Eggert  <eggert@cs.ucla.edu>
2009         * gnus.texi (Mail Source Customization, Mail Back End Variables):
2010         Use octal notation for file permissions, which are normally
2011         thought of in octal.
2012         (Mail Back End Variables): Use more-plausible modes in example.
2014 2011-12-20  Alan Mackenzie  <acm@muc.de>
2016         * cc-mode.texi: Update version string 5.31 -> 5.32.
2018 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
2020         * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
2022 2011-11-24  Glenn Morris  <rgm@gnu.org>
2024         * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
2026 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
2028         * makefile.w32-in: Update dependencies.
2030 2011-11-20  Glenn Morris  <rgm@gnu.org>
2032         * gnus.texi (Group Information):
2033         Remove gnus-group-fetch-faq, command deleted 2010-09-24.
2035 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
2037         * gnus-coding.texi (Gnus Maintenance Guide):
2038         Rename from "Gnus Maintainance Guide".
2040         * ede.texi (ede-compilation-program, ede-compiler, ede-linker):
2041         * eieio.texi (Customizing):
2042         * gnus.texi (Article Washing):
2043         * gnus-news.texi:
2044         * sem-user.texi (Smart Jump): Fix typos.
2046 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
2048         * org.texi (Agenda commands, Exporting Agenda Views): Fix typos.
2050 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
2052         * ede.texi (project-am-texinfo):
2053         * gnus.texi (Sending or Not Sending):
2054         * org.texi (Template elements): Fix typos.
2056 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
2058         * ediff.texi (Hooks):
2059         * sem-user.texi (Semanticdb Roots): Fix typos.
2061 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
2063         * semantic.texi (Tag handling): Fix typo.
2065 2011-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2067         * gnus.texi (Other Gnus Versions): Remove.
2069 2011-10-28  Alan Mackenzie  <acm@muc.de>
2071         * cc-mode.texi (Indentation Commands): Mention "macros with semicolons".
2072         (Other Special Indentations): Add an xref to "Macros with ;".
2073         (Customizing Macros): Add stuff about syntax in macros.  Add an xref to
2074         "Macros with ;".
2075         (Macros with ;): New page.
2077         * cc-mode.texi (Movement Commands): Document `c-defun-tactic'.
2078         Document the new handling of nested scopes for movement by defuns.
2080 2011-10-23  Michael Albinus  <michael.albinus@gmx.de>
2082         Sync with Tramp 2.2.3.
2084         * trampver.texi: Update release number.
2086 2011-10-14  Glenn Morris  <rgm@gnu.org>
2088         * ert.texi (Introduction, How to Run Tests)
2089         (Running Tests Interactively, Expected Failures)
2090         (Tests and Their Environment, Useful Techniques)
2091         (Interactive Debugging, Fixtures and Test Suites):
2092         Minor rephrasings.
2093         (Running Tests Interactively, The @code{should} Macro): Add xrefs.
2094         (Running Tests in Batch Mode): Simplify loading instructions.
2095         (Test Selectors): Clarify some selectors.
2096         (Expected Failures, Useful Techniques):
2097         Make examples fit in 80 columns.
2099 2011-10-13  Jay Belanger  <jay.p.belanger@gmail.com>
2101         * calc.texi (Basic Operations on Units): Discuss temperature
2102         conversion (`u t') alongside with other unit conversions ('u c').
2104 2011-10-12  Glenn Morris  <rgm@gnu.org>
2106         * ert.texi: Whitespace trivia to make main menu items line up better.
2108 2011-10-08  Glenn Morris  <rgm@gnu.org>
2110         * Makefile.in: Fix ert rules.
2112 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2114         * gnus.texi (Gnus Utility Functions): Add more references and
2115         explanations (bug#9683).
2117 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2119         * gnus.texi (Archived Messages): Note the default (bug#9552).
2121 2011-09-21  Bill Wohler  <wohler@newt.com>
2123         Release MH-E manual version 8.3.
2125         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
2126         release 8.3.
2127         (Preface): Update support information.
2128         (From Bill Wohler): Reset text to original version.  As a
2129         historical quote, the tense should be correct in the time that it
2130         was written.
2132 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2134         * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
2135         (Finding the News): Doc clarification.
2136         (Terminology): Mention naming.
2138 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2140         * gnus.texi: Remove mentions of `recent', which are now obsolete.
2141         (Interactive): Document `quiet'.
2143 2011-08-15  Suvayu Ali  <fatkasuvayu+linux@gmail.com>  (tiny change)
2145         * org.texi (Images in LaTeX export): Rewrite.
2147 2011-08-15  Bastien Guerry  <bzg@gnu.org>
2149         * org.texi (Using the mapping API): Mention 'region as a possible
2150         scope for `org-map-entries'.
2152 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
2154         * org.texi (Visibility cycling): Document `org-copy-visible'.
2156 2011-08-15  Bastien Guerry  <bzg@gnu.org>
2158         * org.texi (Template expansion): Order template sequences in the
2159         proper order.
2161 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
2163         * org.texi (eval): Expand discussion of the :eval header argument.
2165 2011-08-15  Bastien Guerry  <bzg@gnu.org>
2167         * org.texi (Languages): Add Lilypond and Awk as supported
2168         languages.
2170 2011-08-15  Achim Gratz  <stromeko@nexgo.de>
2172         * org.texi: Document that both CLOCK_INTO_DRAWER and
2173         LOG_INTO_DRAWER can be used to override the contents of variable
2174         org-clock-into-drawer (or if unset, org-log-into-drawer).
2176         * org.texi: Replace @xref->@pxref.
2178 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
2180         * org.texi (Evaluating code blocks): Documenting the new option
2181         for inline call lines.
2183 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
2185         * org.texi (Results of evaluation): More explicit about the
2186         mechanism through which interactive evaluation of code is
2187         performed.
2189 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
2191         * org.texi (noweb-ref): New header argument documentation.
2193 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
2195         * org.texi (Extracting source code): Documentation of the new
2196         org-babel-tangle-named-block-combination variable.
2198 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
2200         * org.texi (Structure of code blocks): Explicitly state that the
2201         behavior of multiple blocks of the same name is undefined.
2203 2011-08-15  Christian Egli  <christian.egli@sbszh.ch>
2205         * org.texi (TaskJuggler export): Modify the example to reflect the
2206         new effort durations.
2208 2011-08-15  David Maus  <dmaus@ictsoc.de>
2210         * org.texi (Images in LaTeX export): Escape curly brackets in
2211         LaTeX example.
2213 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
2215         * org.texi (The clock table): Document the :properties and
2216         :inherit-props arguments for the clocktable.
2218 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
2220         * org.texi (Tables in LaTeX export): Document specifying placement
2221         options for tables.
2223 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
2225         * org.texi (Evaluating code blocks): More specific documentation
2226         about the different types of header arguments.
2228 2011-08-15  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
2230         * org.texi (Sitemap): Document `:sitemap-sans-extension' property.
2232 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
2234         * org.texi (Built-in table editor): Document the table field
2235         follow mode.
2237 2011-08-15  Robert P. Goldman  <rpgoldman@real-time.com>
2239         * org.texi (Easy Templates): Document new template.
2241 2011-08-15  Robert P. Goldman  <rpgoldman@real-time.com>
2243         * org.texi (Literal examples): Add a cross-reference from "Literal
2244         Examples" to "Easy Templates."
2246 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
2248         * org.texi (The clock table): Add link to match syntax.
2250 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
2252         * org.texi (Agenda commands): Document clock consistency checks.
2254 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
2256         * org.texi (Built-in table editor): Document that \vert represents
2257         a vertical bar in a table field.
2259 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
2261         * org.texi (Literal examples): Link from "Markup" > "Literate
2262         Examples" to "Working with Source Code".
2264 2011-08-15  Puneeth Chaganti  <punchagan@gmail.com>
2266         * org.texi (Agenda commands): Doc for function option to bulk
2267         action.
2269 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
2271         * org.texi (Template expansion): Document new %<...> template
2272         escape.
2274 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
2276         * org.texi (Selective export): Document exclusion of any tasks
2277         from export.
2279 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
2281         * org.texi (Selective export): Document how to exclude DONE tasks
2282         from export.
2283         (Publishing options): Document the properties to be used to turn off
2284         export of DONE tasks.
2286 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
2288         * org.texi (The date/time prompt): Document date range protection.
2290 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
2292         * org.texi (padline): Documentation of the new padline header
2293         argument.
2295 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
2297         * org.texi (var): Adding "[" to list of characters triggering
2298         elisp evaluation.
2300 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
2302         * org.texi (var): Documentation of Emacs Lisp evaluation during
2303         variable assignment.
2305 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
2307         * org.texi (colnames): Reference indexing into variables, and note
2308         that colnames are *not* removed before indexing occurs.
2309         (rownames): Reference indexing into variables, and note that
2310         rownames are *not* removed before indexing occurs.
2312 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
2314         * org.texi (var): Clarification of indexing into tabular
2315         variables.
2317 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
2319         * org.texi (results): Documentation of the `:results wrap' header
2320         argument.
2322 2011-08-15  Bastien Guerry  <bzg@gnu.org>
2324         * org.texi (LaTeX and PDF export): Add a note about a limitation
2325         of the LaTeX export: the org file has to be properly structured.
2327 2011-08-15  Bastien Guerry  <bzg@gnu.org>
2329         * org.texi (Dynamic blocks, Structure editing):
2330         Mention the function `org-narrow-to-block'.
2332 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
2334         * org.texi (Languages): Updating list of code block supported
2335         languages.
2337 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
2339         * org.texi (Special properties): CATEGORY is a special property,
2340         but it may also used in the drawer.
2342 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
2344         * org.texi (mkdirp): Documentation of the :mkdirp header argument.
2346 2011-08-15  Puneeth Chaganti  <punchagan@gmail.com>
2348         * org.texi (Include files): Document :lines.
2350 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
2352         * org.texi (comments): Documentation of the ":comments noweb" code
2353         block header argument.
2355 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
2357         * org.texi (Conflicts): Change "yasnippets" to "yasnippet" and
2358         added extra whitespace around functions to be consistent with the
2359         rest of the section.
2361 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
2363         * org.texi (Evaluating code blocks): Expand discussion of
2364         #+call: line syntax.
2365         (Header arguments in function calls): Expand discussion of
2366         #+call: line syntax.
2368 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
2370         * org.texi (Evaluating code blocks): More explicit about how to
2371         pass variables to #+call lines.
2373 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
2375         * org.texi (Results of evaluation): Link to the :results header
2376         argument list from the "Results of evaluation" section.
2378 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
2380         * org.texi (Conflicts): Adding additional information about
2381         resolving org/yasnippet conflicts.
2383 2011-08-15  David Maus  <dmaus@ictsoc.de>
2385         * org.texi (Publishing options): Document style-include-scripts
2386         publishing project property.
2388 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
2390         * org.texi (Sparse trees): Document the next-error /
2391         previous-error functionality.
2393 2011-08-15  Tom Dye  <tsd@tsdye.com>
2395         * org.texi (cache): Improve documentation of code block caches.
2397 2011-08-15  Tom Dye  <tsd@tsdye.com>
2399         * org.texi (Code block specific header arguments):
2400         Documentation of multi-line header arguments.
2402 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
2404         * org.texi (Code evaluation security): Add example for using a
2405         function.
2407 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
2409         * org.texi (Tables in LaTeX export): Documentation of new
2410         attr_latex options for tables.
2412 2011-08-03  Michael Albinus  <michael.albinus@gmx.de>
2414         * trampver.texi: Update release number.
2416 2011-07-30  Michael Albinus  <michael.albinus@gmx.de>
2418         Sync with Tramp 2.2.2.
2420         * trampver.texi: Update release number.
2422 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2424         * flymake.texi (Example -- Configuring a tool called via make):
2425         Use /dev/null instead of the Windows "nul" (bug#8715).
2427 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2429         * widget.texi (Setting Up the Buffer): Remove mention of the
2430         global keymap parent, which doesn't seem to be accurate
2431         (bug#7045).
2433 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2435         * org.texi (Special agenda views): Fix double quoting (bug#3509).
2437 2010-07-10  Kevin Ryde  <user42@zip.com.au>
2439         * cl.texi (For Clauses): Add destructuring example processing an
2440         alist (bug#6596).
2442 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2444         * ediff.texi (Major Entry Points): Remove mention of `require',
2445         since that's not pertinent in the installed Emacs (bug#9016).
2447 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2449         * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
2450         (Filtering New Groups): Clarify how simple the "options -n" format is.
2451         (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
2452         is internal.
2454 2011-07-04  Michael Albinus  <michael.albinus@gmx.de>
2456         * tramp.texi (Cleanup remote connections):
2457         Add `tramp-cleanup-this-connection'.
2459 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2461         * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
2462         zombies.
2463         (Checking New Groups): Ditto (bug#8974).
2464         (Checking New Groups): Move the reference to the right place.
2466 2011-07-03  Dave Abrahams  <dave@boostpro.com>  (tiny change)
2468         * gnus.texi (Startup Files): Clarify that we're talking about numbered
2469         backups, and not actual vc (bug#8975).
2471 2011-07-03  Kevin Ryde  <user42@zip.com.au>
2473         * cl.texi (For Clauses): @items for hash-values and key-bindings
2474         to make them more visible when skimming.  Add examples of `using'
2475         clause to them, examples being clearer than a description in
2476         words (bug#6599).
2478 2011-07-01  Alan Mackenzie  <acm@muc.de>
2480         * cc-mode.texi (Guessing the Style): New page.
2481         (Styles): Add a short introduction to above.
2483 2011-06-28  Deniz Dogan  <deniz@dogan.se>
2485         * rcirc.texi (Configuration): Bug-fix:
2486         `rcirc-default-user-full-name' is now `rcirc-default-full-name'.
2487         Reported by Elias Pipping <pipping@exherbo.org>.
2489 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2491         * gnus.texi (Summary Mail Commands):
2492         Document `gnus-summary-reply-to-list-with-original'.
2494 2011-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2496         * eshell.texi (Known problems): Fix typo.
2498 2011-06-12  Michael Albinus  <michael.albinus@gmx.de>
2500         * tramp.texi (Customizing Completion): Mention authinfo-style files.
2501         (Password handling): `auth-source-debug' is good for debug messages.
2503 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
2505         * gnus.texi (Store custom flags and keywords): Refer to
2506         `gnus-registry-article-marks-to-{chars,names}' instead of
2507         `gnus-registry-user-format-function-{M,M2}'.
2509 2011-05-27  Paul Eggert  <eggert@cs.ucla.edu>
2511         * texinfo.tex: Merge from gnulib.
2513 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
2515         * gnus.texi (Gnus Registry Setup): Rename from "Setup".
2516         (Store custom flags and keywords):
2517         Mention `gnus-registry-user-format-function-M' and
2518         `gnus-registry-user-format-function-M2'.
2520 2011-05-17  Paul Eggert  <eggert@cs.ucla.edu>
2522         * texinfo.tex: Sync from gnulib, version 2011-05-11.16.
2524 2011-05-17  Glenn Morris  <rgm@gnu.org>
2526         * gnus.texi (Face): Fix typo.
2528 2011-05-14  Glenn Morris  <rgm@gnu.org>
2530         * dired-x.texi (Omitting Examples): Minor addition.
2532 2011-05-10  Jim Meyering  <meyering@redhat.com>
2534         * ede.texi: Fix typo "or or -> or".
2536 2011-05-03  Peter Münster  <pmlists@free.fr>  (tiny change)
2538         * gnus.texi (Summary Buffer Lines):
2539         gnus-summary-user-date-format-alist does not exist.
2540         (Sorting the Summary Buffer): More about sorting threads.
2542 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
2544         * trampver.texi: Update release number.
2546 2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
2548         * tramp.texi (Frequently Asked Questions): New item for disabling
2549         Tramp in other packages.
2551 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
2553         * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
2554         (Fancy splitting to parent, Store arbitrary data):
2555         Update gnus-registry docs.
2557 2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
2559         * ede.texi: Fix typos.
2561 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2563         * gnus.texi (Window Layout): @itemize @code doesn't exist.
2564         It's @table @code.
2566 2011-03-19  Antoine Levitt  <antoine.levitt@gmail.com>
2568         * gnus.texi (Listing Groups): Document gnus-group-list-ticked.
2570 2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
2572         * calc.texi (Logarithmic Units): Update the function names.
2574 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2576         * message.texi (Various Commands): Document format specs in the
2577         ellipsis.
2579 2011-03-15  Antoine Levitt  <antoine.levitt@gmail.com>
2581         * message.texi (Insertion Variables): Document message-cite-style.
2583 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
2585         * tramp.texi (Remote processes): New subsection "Running shell on
2586         a remote host".
2588 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
2590         * auth.texi (Help for developers): Update docs to explain that the
2591         :save-function will only run the first time.
2593 2011-03-12  Glenn Morris  <rgm@gnu.org>
2595         * Makefile.in (emacs-faq.html): Fix some more cross-refs.
2596         (emacs-faq.text): New target.
2597         (clean): Add emacs-faq.
2599 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
2601         Sync with Tramp 2.2.1.
2603         * trampver.texi: Update release number.
2605 2011-03-11  Glenn Morris  <rgm@gnu.org>
2607         * Makefile.in (HTML_TARGETS): New.
2608         (clean): Delete $HTML_TARGETS.
2609         (emacs-faq.html): New, for use with the gnu.org Emacs webpage.
2611 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
2613         * auth.texi (Help for developers): Show example of using
2614         `auth-source-search' with prompts and :save-function.
2616 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
2618         * Version 23.3 released.
2620 2011-03-07  Antoine Levitt  <antoine.levitt@gmail.com>
2622         * message.texi (Message Buffers): Update default value of
2623         message-generate-new-buffers.
2625 2011-03-06  Jay Belanger  <jay.p.belanger@gmail.com>
2627         * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel
2628         and calc-logunits-nplevel to calc-dblevel and calc-nplevel,
2629         respectively.
2630         (Musical Notes): New section.
2631         (Customizing Calc): Mention the customizable variable
2632         calc-note-threshold.
2634 2011-03-03  Glenn Morris  <rgm@gnu.org>
2636         * url.texi (Dealing with HTTP documents): Remove reference to
2637         function url-decode-text-part; never seems to have existed.  (Bug#6038)
2638         (Configuration): Update url-configuration-directory description.
2640 2011-03-02  Glenn Morris  <rgm@gnu.org>
2642         * dired-x.texi (Multiple Dired Directories): Remove mentions
2643         of dired-default-directory-alist and dired-default-directory.
2644         Move dired-smart-shell-command here...
2645         (Miscellaneous Commands): ... from here.
2647 2011-03-02  Paul Eggert  <eggert@cs.ucla.edu>
2649         * texinfo.tex: Update to version 2011-02-24.09.
2651 2011-03-02  Glenn Morris  <rgm@gnu.org>
2653         * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
2654         instead of the obsoleted dired-omit-here-always.
2656 2011-02-28  Michael Albinus  <michael.albinus@gmx.de>
2658         * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
2659         supported systems.
2661 2011-02-28  Glenn Morris  <rgm@gnu.org>
2663         * dbus.texi (Type Conversion): Grammar fix.
2665 2011-02-23  Michael Albinus  <michael.albinus@gmx.de>
2667         * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
2668         "Debian GNU/Linux".
2670         * trampver.texi [xemacs]: Set emacsothername to "Emacs".
2672 2011-02-23  Glenn Morris  <rgm@gnu.org>
2674         * dired-x.texi (Features): Minor rephrasing.
2675         (Local Variables): Fix typos.
2677         * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi:
2678         Standardize some Emacs/XEmacs terminology.
2680         * dired-x.texi (Features): Don't advertise obsolete local variables.
2681         Simplify layout.
2682         (Omitting Variables): Update local variables example.
2683         (Local Variables): Say this is obsolete.  Fix description of
2684         dired-enable-local-variables possible values.
2686 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
2688         * auth.texi (Help for users): Mention ~/.netrc is also searched by
2689         default now.
2691 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2693         * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
2695 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2697         * gnus.texi (Window Layout): Document layout names.
2699 2011-02-19  Eli Zaretskii  <eliz@gnu.org>
2701         * ada-mode.texi: Sync @dircategory with ../../info/dir.
2702         * auth.texi: Sync @dircategory with ../../info/dir.
2703         * autotype.texi: Sync @dircategory with ../../info/dir.
2704         * calc.texi: Sync @dircategory with ../../info/dir.
2705         * cc-mode.texi: Sync @dircategory with ../../info/dir.
2706         * cl.texi: Sync @dircategory with ../../info/dir.
2707         * dbus.texi: Sync @dircategory with ../../info/dir.
2708         * dired-x.texi: Sync @dircategory with ../../info/dir.
2709         * ebrowse.texi: Sync @dircategory with ../../info/dir.
2710         * ede.texi: Sync @dircategory with ../../info/dir.
2711         * ediff.texi: Sync @dircategory with ../../info/dir.
2712         * edt.texi: Sync @dircategory with ../../info/dir.
2713         * eieio.texi: Sync @dircategory with ../../info/dir.
2714         * emacs-mime.texi: Sync @dircategory with ../../info/dir.
2715         * epa.texi: Sync @dircategory with ../../info/dir.
2716         * erc.texi: Sync @dircategory with ../../info/dir.
2717         * eshell.texi: Sync @dircategory with ../../info/dir.
2718         * eudc.texi: Sync @dircategory with ../../info/dir.
2719         * flymake.texi: Sync @dircategory with ../../info/dir.
2720         * forms.texi: Sync @dircategory with ../../info/dir.
2721         * gnus.texi: Sync @dircategory with ../../info/dir.
2722         * idlwave.texi: Sync @dircategory with ../../info/dir.
2723         * mairix-el.texi: Sync @dircategory with ../../info/dir.
2724         * message.texi: Sync @dircategory with ../../info/dir.
2725         * mh-e.texi: Sync @dircategory with ../../info/dir.
2726         * newsticker.texi: Sync @dircategory with ../../info/dir.
2727         * nxml-mode.texi: Sync @dircategory with ../../info/dir.
2728         * org.texi: Sync @dircategory with ../../info/dir.
2729         * pcl-cvs.texi: Sync @dircategory with ../../info/dir.
2730         * pgg.texi: Sync @dircategory with ../../info/dir.
2731         * rcirc.texi: Sync @dircategory with ../../info/dir.
2732         * reftex.texi: Sync @dircategory with ../../info/dir.
2733         * remember.texi: Sync @dircategory with ../../info/dir.
2734         * sasl.texi: Sync @dircategory with ../../info/dir.
2735         * sc.texi: Sync @dircategory with ../../info/dir.
2736         * semantic.texi: Sync @dircategory with ../../info/dir.
2737         * ses.texi: Sync @dircategory with ../../info/dir.
2738         * sieve.texi: Sync @dircategory with ../../info/dir.
2739         * smtpmail.texi: Sync @dircategory with ../../info/dir.
2740         * speedbar.texi: Sync @dircategory with ../../info/dir.
2741         * trampver.texi [emacs]: Set emacsname to "Emacs".
2742         * tramp.texi: Sync @dircategory with ../../info/dir.
2743         * url.texi: Sync @dircategory with ../../info/dir.
2744         * vip.texi: Sync @dircategory with ../../info/dir.
2745         * viper.texi: Sync @dircategory with ../../info/dir.
2746         * widget.texi: Sync @dircategory with ../../info/dir.
2747         * woman.texi: Sync @dircategory with ../../info/dir.
2749 2011-02-19  Glenn Morris  <rgm@gnu.org>
2751         * dired-x.texi (Technical Details): No longer redefines
2752         dired-add-entry, dired-initial-position, dired-clean-up-after-deletion,
2753         dired-read-shell-command, or dired-find-buffer-nocreate.
2755 2013-02-18  Aidan Gauland  <aidalgol@no8wireless.co.nz>
2757         * eshell.texi (Input/Output): Document insert output redirection operator, >>>.
2759 2011-02-18  Glenn Morris  <rgm@gnu.org>
2761         * dired-x.texi (Optional Installation File At Point): Simplify.
2763 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
2765         * auth.texi (Help for users): Use :port instead of :protocol for all
2766         auth-source docs.
2767         (GnuPG and EasyPG Assistant Configuration): Mention the default now is
2768         to have two files in `auth-sources'.
2770 2011-02-16  Glenn Morris  <rgm@gnu.org>
2772         * dired-x.texi: Use emacsver.texi to get Emacs version.
2773         * Makefile.in ($(infodir)/dired-x, dired-x.dvi, dired-x.pdf):
2774         Depend on emacsver.texi.
2776         * dired-x.texi: Drop meaningless version number.
2777         (Introduction): Remove old info.
2778         (Optional Installation Dired Jump): Autoload from dired-x.
2779         Remove incorrect info about loaddefs.el.
2780         (Bugs): Just refer to M-x report-emacs-bug.
2782         * dired-x.texi (Multiple Dired Directories): Update for rename of
2783         default-directory-alist.
2784         (Miscellaneous Commands): No longer mention very old VM version 4.
2786 2011-02-15  Paul Eggert  <eggert@cs.ucla.edu>
2788         Merge from gnulib.
2789         * texinfo.tex: Update to version 2011-02-14.11.
2791 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2793         * auth.texi (Help for users):
2794         Login collection is "Login" and not "login".
2796 2011-02-13  Michael Albinus  <michael.albinus@gmx.de>
2798         * tramp.texi (History): Remove IMAP support.
2799         (External methods, Frequently Asked Questions): Remove `imap' and
2800         `imaps' methods.
2801         (Password handling): Remove IMAP entries for ~/.authinfo.gpg.
2803         * trampver.texi: Remove default value of `emacsimap'.
2805 2011-02-13  Glenn Morris  <rgm@gnu.org>
2807         * ada-mode.texi, dired-x.texi, ebrowse.texi, ediff.texi, eudc.texi:
2808         * idlwave.texi, reftex.texi, sc.texi, speedbar.texi: Add @top.
2810 2011-02-12  Glenn Morris  <rgm@gnu.org>
2812         * sc.texi (Getting Connected): Remove old index entries.
2814 2011-02-12  Ulrich Mueller  <ulm@gentoo.org>
2816         * url.texi: Remove duplicate @dircategory (Bug#7942).
2818 2011-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
2820         * auth.texi (Overview, Help for users, Help for developers):
2821         Update docs.
2822         (Help for users): Talk about spaces.
2824 2011-02-09  Paul Eggert  <eggert@cs.ucla.edu>
2826         * texinfo.tex: Update to version 2011-02-07.16.
2828 2011-02-07  Michael Albinus  <michael.albinus@gmx.de>
2830         * dbus.texi (Bus names): Adapt descriptions for
2831         dbus-list-activatable-names and dbus-list-known-names.
2833 2011-02-07  Jay Belanger  <jay.p.belanger@gmail.com>
2835         * calc.texi (Logarithmic Units): New section.
2837 2011-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
2839         * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
2840         manuals use it now.
2842         * Makefile.in (nowebhack): Fix to use -D flag instead of overrides.
2844 2011-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2846         * overrides.texi: Remove.
2848         * sieve.texi, sasl.texi, pgg.texi, message.texi, gnus.texi:
2849         * emacs-mime.texi, auth.texi, Makefile.in: Revert last changes.
2851 2011-02-05  Michael Albinus  <michael.albinus@gmx.de>
2853         * tramp.texi (Frequently Asked Questions): Mention problems with
2854         WinSSHD.
2856         * trampver.texi: Update release number.
2858 2011-02-05  Era Eriksson  <era+tramp@iki.fi>  (tiny change)
2860         * tramp.texi:
2861         Replace "delimet" with "delimit" globally.
2862         Replace "explicite" with "explicit" globally.
2863         Replace "instead of" with "instead" where there was nothing after "of".
2864         Audit use of comma before interrogative pronoun, "that", or "which".
2865         Minor word order, spelling, wording changes.
2867 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
2869         * overrides.texi: New file to set or clear WEBHACKDEVEL.
2871         * sieve.texi: Use WEBHACKDEVEL.
2873         * sasl.texi: Use WEBHACKDEVEL.
2875         * pgg.texi: Use WEBHACKDEVEL.
2877         * message.texi: Use WEBHACKDEVEL.
2879         * gnus.texi: Use WEBHACKDEVEL.
2881         * emacs-mime.texi: Use WEBHACKDEVEL.
2883         * auth.texi: Use WEBHACKDEVEL.
2885         * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
2886         manuals.
2888 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
2890         * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
2892 2011-02-03  Paul Eggert  <eggert@cs.ucla.edu>
2894         * texinfo.tex: Update to version 2011-02-01.10 from gnulib,
2895         which in turn is copied from ftp://tug.org/tex/.
2897 2011-02-03  Glenn Morris  <rgm@gnu.org>
2899         * faq.texi (Contacting the FSF): Mainly just refer to the web-site.
2900         (Binding combinations of modifiers and function keys):
2901         Let's assume people reading this are not using Emacs 18.
2903 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2905         * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
2906         since it's run automatically.
2908 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2910         * gnus.texi (Customizing Articles): Fix typo.
2912 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2914         * gnus.texi (Customizing Articles): Document the new way of customizing
2915         the date headers(s).
2917 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2919         * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
2920         splitting example.
2922 2011-01-29  Eli Zaretskii  <eliz@gnu.org>
2924         * makefile.w32-in (MAKEINFO): Remove options, leave only program name.
2925         (MAKEINFO_OPTS): New variable.
2926         (ENVADD, $(infodir)/emacs): Use $(MAKEINFO_OPTS).
2927         ($(infodir)/info, $(infodir)/ccmode, $(infodir)/ada-mode)
2928         ($(infodir)/pcl-cvs, $(infodir)/eshell, $(infodir)/cl)
2929         ($(infodir)/dbus, $(infodir)/dired-x, $(infodir)/ediff)
2930         ($(infodir)/flymake, $(infodir)/forms, $(infodir)/gnus)
2931         ($(infodir)/message, $(infodir)/emacs-mime, $(infodir)/sieve)
2932         ($(infodir)/pgg, $(infodir)/mh-e, $(infodir)/reftex)
2933         ($(infodir)/remember, $(infodir)/sasl, $(infodir)/sc)
2934         ($(infodir)/vip, $(infodir)/viper, $(infodir)/widget)
2935         ($(infodir)/efaq, $(infodir)/autotype, $(infodir)/calc)
2936         ($(infodir)/idlwave, $(infodir)/eudc, $(infodir)/ebrowse)
2937         ($(infodir)/woman, $(infodir)/speedbar, $(infodir)/tramp)
2938         ($(infodir)/ses, $(infodir)/smtpmail, $(infodir)/org)
2939         ($(infodir)/url, $(infodir)/newsticker, $(infodir)/nxml-mode)
2940         ($(infodir)/rcirc, $(infodir)/erc, $(infodir)/ert)
2941         ($(infodir)/epa, $(infodir)/mairix-el, $(infodir)/auth)
2942         ($(infodir)/eieio, $(infodir)/ede, $(infodir)/semantic)
2943         ($(infodir)/edt): Use $(MAKEINFO_OPTS).
2945 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2947         * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
2949 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
2951         * message.texi (IDNA): Explain what it is.
2953 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2955         * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
2957 2011-01-23  Werner Lemberg  <wl@gnu.org>
2959         * Makefile.in (MAKEINFO): Now controlled by `configure'.
2960         (MAKEINFO_OPTS): New variable.  Use it where appropriate.
2961         (ENVADD): Update.
2963 2011-01-18  Glenn Morris  <rgm@gnu.org>
2965         * ert.texi: Relicense under GFDL 1.3+, and standardize license notice.
2967 2011-01-14  Eduard Wiebe  <usenet@pusto.de>
2969         * nxml-mode.texi (Introduction): Fix file name typos.
2971 2011-01-13  Christian Ohler  <ohler@gnu.org>
2973         * ert.texi: New file.
2975         * Makefile.in:
2976         * makefile.w32-in: Add ert.texi.
2978 2011-01-10  Jan Moringen  <jan.moringen@uni-bielefeld.de>
2980         * dbus.texi (Receiving Method Calls): New function
2981         dbus-register-service.  Rearrange node.
2983 2011-01-07  Paul Eggert  <eggert@cs.ucla.edu>
2985         * texinfo.tex: Update to version 2010-12-23.17 from gnulib,
2986         which in turn is copied from ftp://tug.org/tex/.
2988 2011-01-04  Jan Moringen  <jan.moringen@uni-bielefeld.de>
2990         * dbus.texi (Receiving Method Calls): Describe new optional
2991         parameter dont-register-service of dbus-register-{method,property}.
2993 2010-12-17  Daiki Ueno  <ueno@unixuser.org>
2995         * epa.texi (Encrypting/decrypting *.gpg files):
2996         Mention epa-file-select-keys.
2998 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3000         * gnus.texi (Archived Messages): Remove outdated text.
3002 2010-12-16  Teodor Zlatanov  <tzz@lifelogs.com>
3004         * gnus.texi (Foreign Groups): Add clarification of foreign groups.
3006 2010-12-15  Andrew Cohen  <cohen@andy.bu.edu>
3008         * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
3010 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
3012         * gnus.texi (The swish++ Engine): Add customizable parameters
3013         descriptions.
3014         (The swish-e Engine): Ditto.
3016 2010-12-14  Michael Albinus  <michael.albinus@gmx.de>
3018         * tramp.texi (Inline methods): Add "ksu" method.
3019         (Remote processes): Add example with remote `default-directory'.
3021 2010-12-14  Glenn Morris  <rgm@gnu.org>
3023         * faq.texi (Expanding aliases when sending mail):
3024         Now build-mail-aliases is interactive.
3026 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
3028         * gnus.texi: First pass at adding (rough) nnir documentation.
3030 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3032         * gnus.texi (Filtering New Groups):
3033         Mention gnus-auto-subscribed-categories.
3034         (The First Time): Remove, since default-subscribed-newsgroups has been
3035         removed.
3037 2010-12-13  Glenn Morris  <rgm@gnu.org>
3039         * cl.texi (For Clauses): Small fixes for frames and windows.
3041 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
3043         * org.texi (Using capture): Document using prefix arguments for
3044         finalizing capture.
3045         (Agenda commands): Document prefix argument for the bulk scatter
3046         command.
3047         (Beamer class export): Document that also overlay arguments can be
3048         passed to the column environment.
3049         (Template elements): Document the new entry type.
3051 2010-12-11  Puneeth Chaganti  <punchagan@gmail.com>
3053         * org.texi (Include files): Document :minlevel.
3055 2010-12-11  Julien Danjou  <julien@danjou.info>
3057         * org.texi (Categories): Document category icons.
3059 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
3061         * org.texi (noweb): Fix typo.
3063 2010-12-06  Tassilo Horn  <tassilo@member.fsf.org>
3065         * gnus.texi (Server Commands): Point to the rest of the server
3066         commands.
3068 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3070         * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
3071         g'.
3073 2010-12-02  Julien Danjou  <julien@danjou.info>
3075         * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
3077 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3079         * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
3080         (Direct Functions): Note the STARTTLS upgrade.
3082 2010-11-27  Glenn Morris  <rgm@gnu.org>
3083             James Clark  <none@example.com>
3085         * nxml-mode.texi (Introduction): New section.
3087 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3089         * gnus.texi (Server Commands): Document gnus-server-show-server.
3091 2010-11-20  Michael Albinus  <michael.albinus@gmx.de>
3093         Sync with Tramp 2.2.0.
3095         * trampver.texi: Update release number.
3097 2010-11-19  Jay Belanger  <jay.p.belanger@gmail.com>
3099         * calc.texi (TeX and LaTeX Language Modes, Predefined Units):
3100         Mention that the TeX specific units won't use the `tex' prefix
3101         in TeX mode.
3103 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3105         * gnus.texi (Misc Article): Document gnus-inhibit-images.
3107 2010-11-17  Glenn Morris  <rgm@gnu.org>
3109         * edt.texi: Remove information about Emacs 19.
3111 2010-11-17  Michael Albinus  <michael.albinus@gmx.de>
3113         * trampver.texi: Update release number.
3115 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3117         * gnus.texi (Article Washing): Fix typo.
3119 2010-11-11  Noorul Islam  <noorul@noorul.com>
3121         * org.texi: Fix typo.
3123 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
3125         * org.texi (Using capture): Explain that refiling is
3126         sensitive to cursor position.
3128 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
3130         * org.texi (Images and tables): Add cross reference to link section.
3132 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
3134         * org.texi: Document the <c> cookie.
3136 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
3138         * org.texi: Multi-line header arguments :PROPERTIES: :ID:
3139         b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
3141 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
3143         * org.texi (CSS support): Document :HTML_CONTAINER_CLASS: property.
3145 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
3147         * org.texi (Project alist): Mention that this is a property list.
3149 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
3151         * org.texi (Setting up the staging area): Document that
3152         file names remain visible when encrypting the MobileOrg files.
3154 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
3156         * org.texi (Setting up the staging area): Document which
3157         versions are needed for encryption.
3159 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
3161         * org.texi (noweb): Update :noweb documentation to
3162         reflect the new "tangle" argument.
3164 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
3166         * org.texi (Batch execution): Improve tangling script in
3167         documentation.
3169 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
3171         * org.texi (Handling links):
3172         (In-buffer settings): Document inlining images on startup.
3174 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
3176         * org.texi (Setting up the staging area): Document use of
3177         crypt password.
3179 2010-11-11  David Maus  <dmaus@ictsoc.de>
3181         * org.texi (Template expansion): Add date related link type escapes.
3183 2010-11-11  David Maus  <dmaus@ictsoc.de>
3185         * org.texi (Template expansion): Add mew in table for link type
3186         escapes.
3188 2010-11-11  David Maus  <dmaus@ictsoc.de>
3190         * org.texi (Template expansion): Fix typo in link type escapes.
3192 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
3194         * org.texi (Structure of code blocks): Another documentation tweak.
3196 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
3198         * org.texi (Structure of code blocks): Documentation tweak.
3200 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
3202         * org.texi (Structure of code blocks):
3203         Update documentation to mention inline code block syntax.
3205 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
3207         * org.texi (comments): Improve wording.
3209 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
3211         * org.texi (comments): Document the new :comments header arguments.
3213 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
3215         * org.texi (Installation): Remove the special
3216         installation instructions for XEmacs.
3218 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
3220         * org.texi (Easy Templates): New section.  Documents quick
3221         insertion of empty structural elements.
3223 2010-11-11  Noorul Islam  <noorul@noorul.com>
3225         * org.texi: Fix doc.
3227 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
3229         * org.texi (The date/time prompt): Document specification
3230         of time ranges.
3232 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
3234         * org.texi (Internal links): Document the changes in
3235         internal links.
3237 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
3239         * org.texi (Agenda commands): Document the limitation for
3240         the filter preset - it can only be used for an entire agenda
3241         view, not in an individual block in a block agenda.
3243 2010-11-11  Eric S Fraga  <e.fraga@ucl.ac.uk>
3245         * org.texi (iCalendar export): Document alarm creation.
3247 2010-11-10  Michael Albinus  <michael.albinus@gmx.de>
3249         * dbus.texi (Type Conversion): Introduce `:unix-fd' type mapping.
3251 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3253         * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
3255 2010-11-09  Jay Belanger  <jay.p.belanger@gmail.com>
3257         * calc.texi: Use emacsver.texi to determine Emacs version.
3259 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3261         * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
3262         since that works by default.
3264 2010-11-03  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
3266         * gnus.texi (Customizing the IMAP Connection): Document
3267         `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
3269 2010-11-04  Michael Albinus  <michael.albinus@gmx.de>
3271         * tramp.texi (Remote shell setup): New item "Interactive shell
3272         prompt".  Reported by Christian Millour <cm@abtela.com>.
3273         (Remote shell setup, Remote processes): Use @code{} for
3274         environment variables.
3276 2010-11-03  Glenn Morris  <rgm@gnu.org>
3278         * ediff.texi (Quick Help Commands, Miscellaneous):
3279         * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
3281 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3283         * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
3285 2010-10-31  Glenn Morris  <rgm@gnu.org>
3287         * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense.
3289 2010-10-31  Glenn Morris  <rgm@gnu.org>
3291         * cc-mode.texi: Remove reference to defunct viewcvs URL.
3293 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3295         * gnus.texi (Client-Side IMAP Splitting):
3296         Mention nnimap-unsplittable-articles.
3298 2010-10-29  Julien Danjou  <julien@danjou.info>
3300         * gnus.texi (Finding the News): Remove references to obsoletes
3301         variables `gnus-nntp-server' and `gnus-secondary-servers'.
3303 2010-10-29  Eli Zaretskii  <eliz@gnu.org>
3305         * makefile.w32-in (MAKEINFO): Add -I$(emacsdir).
3306         (ENVADD): Remove extra -I$(emacsdir), included in $(MAKEINFO).
3307         ($(infodir)/efaq): Remove -I$(emacsdir), included in $(MAKEINFO).
3308         ($(infodir)/calc, calc.dvi): Depend on $(emacsdir)/emacsver.texi.
3310 2010-10-28  Glenn Morris  <rgm@gnu.org>
3312         * Makefile.in (MAKEINFO, ENVADD): Add $emacsdir to include path.
3313         (($(infodir)/calc, calc.dvi, calc.pdf): Depend on emacsver.texi.
3314         ($(infodir)/efaq): Remove -I option now in $MAKEINFO.
3316 2010-10-25  Daiki Ueno  <ueno@unixuser.org>
3318         * epa.texi (Mail-mode integration): Add alternative key bindings
3319         for epa-mail commands; escape comma.
3320         Don't use the word "PGP", since it is a non-free program.
3322 2010-10-24  Jay Belanger  <jay.p.belanger@gmail.com>
3324         * calc.texi: Use emacsver.texi to determine Emacs version.
3326 2010-10-24  Juanma Barranquero  <lekktu@gmail.com>
3328         * gnus.texi (Group Parameters, Buttons): Fix typos.
3330 2010-10-22  Tassilo Horn  <tassilo@member.fsf.org>
3332         * gnus.texi (Subscription Commands): Mention that you can also
3333         subscribe to new groups via the Server buffer, which is probably more
3334         convenient when subscribing to many groups.
3336 2010-10-21  Julien Danjou  <julien@danjou.info>
3338         * message.texi (Message Headers): Allow message-default-headers to be a
3339         function.
3341 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3343         * gnus-news.texi: Mention new archive defaults.
3345 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3347         * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
3349 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3351         * gnus.texi (HTML): Document the function value of
3352         gnus-blocked-images.
3353         (Article Washing): shr and gnus-w3m, not the direct function names.
3355 2010-10-20  Julien Danjou  <julien@danjou.info>
3357         * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
3358         variable.
3360 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3362         * gnus.texi (Customizing the IMAP Connection): The port strings are
3363         strings.
3364         (Document Groups): Mention git.
3366 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3368         * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
3369         bzr/Gnus git sync.
3371 2010-10-15  Eli Zaretskii  <eliz@gnu.org>
3373         * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
3374         change.
3376 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3378         * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
3379         @item syntax for in-Emacs makeinfo.
3381 2010-10-13  Teodor Zlatanov  <tzz@lifelogs.com>
3383         * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
3384         trim sentence.
3386 2010-10-12  Daiki Ueno  <ueno@unixuser.org>
3388         * epa.texi (Caching Passphrases):
3389         * auth.texi (GnuPG and EasyPG Assistant Configuration):
3390         Clarify some configurations require to set up gpg-agent.
3392 2010-10-11  Glenn Morris  <rgm@gnu.org>
3394         * Makefile.in (.texi.dvi): Remove unnecessary suffix rule.
3396 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3398         * gnus.texi (Spam Package Introduction): Mention `$'.
3400 2010-10-09  Eli Zaretskii  <eliz@gnu.org>
3402         * makefile.w32-in (emacsdir): New variable.
3403         ($(infodir)/efaq, faq.dvi): Depend on emacsver.texi.
3404         (ENVADD, $(infodir)/efaq): Add -I$(emacsdir).
3406 2010-10-09  Glenn Morris  <rgm@gnu.org>
3408         * Makefile.in (mostlyclean): Delete *.toc.
3410         * Makefile.in: Use $< in rules.
3412         * Makefile.in (maintainer-clean): Remove harmless, long-standing error.
3414         * Makefile.in ($(infodir)): Delete rule.
3415         (mkinfodir): New.  Use it in all the info rules, rather than depending
3416         on infodir.
3418 2010-10-09  Glenn Morris  <rgm@gnu.org>
3420         * gnus.texi (Article Washing): Fix previous change.
3422         * Makefile.in (emacsdir): New variable.
3423         ($(infodir)/efaq): Pass -I $(emacsdir) to makeinfo.
3424         Depend on emacsver.texi.
3426         * faq.texi (VER): Replace with EMACSVER from emacsver.texi.
3428         * Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.
3430 2010-10-08  Julien Danjou  <julien@danjou.info>
3432         * gnus.texi: Add mm-shr.
3434 2010-10-08  Ludovic Courtès  <ludo@gnu.org>
3436         * gnus.texi (Finding the Parent, The Gnus Registry)
3437         (Registry Article Refer Method): Update docs for nnregistry.el.
3439 2010-10-08  Daiki Ueno  <ueno@unixuser.org>
3441         * auth.texi (Help for users)
3442         (GnuPG and EasyPG Assistant Configuration): Update docs.
3444 2010-10-08  Glenn Morris  <rgm@gnu.org>
3446         * cl.texi (Organization, Installation, Old CL Compatibility):
3447         Deprecate cl-compat for new code.
3448         (Usage, Installation): Remove outdated information.
3450         * eudc.texi (CCSO PH/QI, LDAP Requirements): Remove old information.
3452 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3454         * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
3456 2010-10-06  Julien Danjou  <julien@danjou.info>
3458         * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
3460         * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
3461         broken link.
3463         * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
3465         * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
3466         to ReiserFS.
3468         * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
3469         (FAQ 7-1): Fix getmail URL.
3471 2010-10-06  Daiki Ueno  <ueno@unixuser.org>
3473         * epa.texi (Caching Passphrases): New section.
3475 2010-10-06  Glenn Morris  <rgm@gnu.org>
3477         * Makefile.in (SHELL): Set it.
3478         (info): Move the mkdir dependency to the individual info files.
3479         (mostlyclean): Tidy up.
3480         (clean): Only delete the specific dvi and pdf files.
3481         (maintainer-clean): Be more restrictive in what we delete.
3482         ($(infodir)): Add parallel build workaround.
3484 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3486         * gnus.texi (Misc Article): Document gnus-widen-article-window.
3488 2010-10-03  Julien Danjou  <julien@danjou.info>
3490         * emacs-mime.texi (Display Customization):
3491         Update mm-inline-large-images documentation and add documentation for
3492         mm-inline-large-images-proportion.
3494 2010-10-03  Michael Albinus  <michael.albinus@gmx.de>
3496         * tramp.texi (Frequently Asked Questions):
3497         Mention remote-file-name-inhibit-cache.
3499 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3501         * gnus.texi (Splitting Mail): Fix @xref syntax.
3502         (Splitting Mail): Really fix the @ref syntax.
3504 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3506         * gnus.texi (Splitting Mail): Mention the new fancy splitting function.
3507         (Article Hiding): Add google banner example.
3508         Suggested by Benjamin Xu.
3510 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3512         * gnus.texi (Spam Package Configuration Examples, SpamOracle):
3513         Remove nnimap-split-rule from examples.
3515 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3517         * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
3518         (NNTP): Document nntp-server-list-active-group.  Suggested by Barry
3519         Fishman.
3520         (Client-Side IMAP Splitting): Add nnimap-split-fancy.
3522 2010-09-30  Julien Danjou  <julien@danjou.info>
3524         * gnus.texi (Gravatars): Fix documentation about
3525         gnu-gravatar-properties.
3527 2010-09-29  Daiki Ueno  <ueno@unixuser.org>
3529         * epa.texi (Bug Reports): New section.
3531 2010-09-29  Glenn Morris  <rgm@gnu.org>
3533         * Makefile.in (top_srcdir): Remove unused variable.
3535 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3537         * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
3538         (Client-Side IMAP Splitting): Document 'default.
3540 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3542         * gnus.texi (Customizing the IMAP Connection):
3543         Document nnimap-fetch-partial-articles.
3545 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3547         * gnus-news.texi: Mention nnimap-inbox.
3549         * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
3551 2010-09-26  Julien Danjou  <julien@danjou.info>
3553         * gnus.texi (Oort Gnus): Remove mention of ssl.el.
3555 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3557         * gnus.texi (Security): Remove gpg.el mention.
3559 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3561         * gnus.texi (Browse Foreign Server): New variable
3562         gnus-browse-subscribe-newsgroup-method.
3564         * gnus-news.texi: Mention it.
3566 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3568         * gnus.texi (NoCeM): Remove.
3569         (Startup Variables): No jingle.
3571 2010-09-25  Ulrich Mueller  <ulm@gentoo.org>
3573         * woman.texi (Interface Options): xz compression is now supported.
3575 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3577         * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
3578         (Unavailable Servers): Document gnus-server-copy-server.
3579         (Using IMAP): Document the new nnimap.
3581 2010-09-25  Julien Danjou  <julien@danjou.info>
3583         * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
3585 2010-09-24  Glenn Morris  <rgm@gnu.org>
3587         * url.texi (Disk Caching): Tweak previous change.
3589 2010-09-24  Julien Danjou  <julien@danjou.info>
3591         * url.texi (Disk Caching): Mention url-cache-expire-time,
3592         url-cache-expired, and url-fetch-from-cache.
3594 2010-09-24  Julien Danjou  <julien@danjou.info>
3596         * gnus.texi: Add Gravatars.
3598 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3600         * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
3602 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3604         * gnus.texi (Expunging mailboxes): Update name of the expunging
3605         command.
3607 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3609         * emacs-mime.texi (rfc2047): Update description for
3610         rfc2047-encode-parameter.
3612 2010-09-13  Michael Albinus  <michael.albinus@gmx.de>
3614         * tramp.texi (Inline methods): Remove "ssh1_old", "ssh2_old" and
3615         "fish" methods.
3616         (External methods): Remove "scp1_old" and "scp2_old" methods.
3618 2010-09-09  Michael Albinus  <michael.albinus@gmx.de>
3620         * tramp.texi: Remove Japanese manual.  Fix typo.
3622         * trampver.texi: Update release number.  Remove japanesemanual.
3624 2010-09-09  Glenn Morris  <rgm@gnu.org>
3626         * org.texi: Restore clobbered changes (copyright years, untabify).
3628 2010-09-04  Julien Danjou  <julien@danjou.info>  (tiny change)
3630         * gnus.texi (Adaptive Scoring): Fix typo.
3632 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3634         * gnus.texi (Article Display): Document gnus-html-show-images.
3636 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
3638         * cl.texi (Basic Setf): Remove x-get-cut-buffer and x-get-cutbuffer.
3640 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3642         * gnus.texi (HTML): Document gnus-max-image-proportion.
3644 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3646         * gnus.texi (HTML): Document gnus-blocked-images.
3648         * message.texi (Wide Reply): Document message-prune-recipient-rules.
3650 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3652         * gnus.texi (Summary Mail Commands): Note that only the addresses from
3653         the first message are used for wide replies.
3654         (Changing Servers): Remove documentation on gnus-change-server and
3655         friends, since it's been removed.
3657 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3659         * gnus.texi (Drafts): Mention B DEL.
3661 2010-08-29  Tim Landscheidt  <tim@tim-landscheidt.de>  (tiny change)
3663         * gnus.texi (Delayed Articles): Mention that the Date header is the
3664         original one, even if you delay.
3666 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3668         * gnus.texi (Asynchronous Fetching):
3669         Document gnus-async-post-fetch-function.
3670         (HTML): Made into its own section.
3672 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
3674         Sync with Tramp 2.1.19.
3676         * tramp.texi (Inline methods, Default Method):
3677         Mention `tramp-inline-compress-start-size'.  Remove "kludgy" phrase.
3678         Remove remark about doubled "-t" argument.
3679         (Auto-save and Backup): Remove reference to Emacs 21.
3680         (Filename Syntax): Describe port numbers.
3681         (Frequently Asked Questions): Adapt supported (X)Emacs versions.  Adapt
3682         supported MS Windows versions.  Remove obsolete URL.  Recommend "sshx"
3683         and "scpx" for echoing shells.  Use the $() syntax, texi2dvi reports
3684         errors with the backquotes.
3685         (External packages): File attributes cache flushing for asynchronous
3686         processes.
3687         (Traces and Profiles): Describe verbose level 9.
3689         * trampver.texi: Update release number.
3691 2010-08-23  Michael Albinus  <michael.albinus@gmx.de>
3693         * dbus.texi (Alternative Buses): New chapter.
3695 2010-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3697         * cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.
3699 2010-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
3701         * calc.texi (Customizing Calc): Rearrange description of new
3702         variables to match the presentation of other variables.
3704 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
3706         * org.texi (Footnotes, Tables in HTML export): Fix typos.
3708 2010-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
3710         * calc.texi (Making Selections, Selecting Subformulas)
3711         (Customizing Calc): Mention how to use faces to emphasize selected
3712         sub-formulas.
3714 2010-08-05  Michael Albinus  <michael.albinus@gmx.de>
3716         * tramp.texi (External packages): File attributes cache flushing
3717         for asynchronous processes.
3719 2010-08-01  Alan Mackenzie  <acm@muc.de>
3721         Enhance the manual for the latest Java Mode.
3723         * cc-mode.texi (Syntactic Symbols): New symbols annotation-top-cont and
3724         annotation-var-cont.
3725         (Java Symbols): Page renamed from Anonymous Class Symbol.  Document the
3726         two new symbols.
3728 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
3730         * tramp.texi (Traces and Profiles): Describe verbose level 9.
3732 2010-07-27  Chong Yidong  <cyd@stupidchicken.com>
3734         * nxml-mode.texi (Limitations): Remove obsolete discussion (Bug#6708).
3736 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
3738         * org.texi: Fix typo in previous change (2010-07-19T09:47:27Z!carsten.dominik@gmail.com).
3740 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
3742         * org.texi: Add macros to get plain quotes in PDF output.
3743         List additional contributors.
3744         (Capture): New section, replaces the section about remember.
3745         (Working With Source Code): New chapter, focused on documenting Org
3746         Babel.
3747         (Code evaluation security): New section.
3748         (MobileOrg): Document DropBox support.
3749         (TaskJuggler export): Document taskjuggler and Gantt chart support.
3750         (Special symbols): Show how to display UTF8 characters for entities.
3751         (Global TODO list): Clarify the use of the "M" key and the differences
3752         to the "m" key.
3753         (RSS Feeds): Mention Atom feeds as well.
3754         (Setting tags): Remove paragraph about
3755         `org-complete-tags-always-offer-all-agenda-tags'.
3757 2010-07-17  Michael Albinus  <michael.albinus@gmx.de>
3759         * tramp.texi (Inline methods): Remove remark about doubled "-t"
3760         argument.
3761         (Frequently Asked Questions): Recommend "sshx" and "scpx" for
3762         echoing shells.
3764 2010-07-10  Michael Albinus  <michael.albinus@gmx.de>
3766         * tramp.texi (Inline methods): Remove "kludgy" phrase.
3767         (Filename Syntax): Describe port numbers.
3769 2010-07-09  Michael Albinus  <michael.albinus@gmx.de>
3771         * dbus.texi (Top): Introduce Index.  Emphasize "nil" whereever
3772         forgotten.
3773         (Type Conversion): Precise conversion of natural numbers.
3774         (Errors and Events): Add "debugging" to concept index.  Add variable
3775         `dbus-debug'.
3777 2010-07-04  Michael Albinus  <michael.albinus@gmx.de>
3779         * dbus.texi (Receiving Method Calls): Add optional argument
3780         EMITS-SIGNAL to `dbus-register-property'.
3782 2010-06-27  Alex Schroeder  <alex@gnu.org>
3784         * nxml-mode.texi (Commands for locating a schema): Fix typo.
3786 2010-06-24  Glenn Morris  <rgm@gnu.org>
3788         * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
3789         * dired-x.texi, ebrowse.texi, ede.texi, edt.texi, eieio.texi:
3790         * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
3791         * flymake.texi, gnus.texi, info.texi, mairix-el.texi, message.texi:
3792         * newsticker.texi, org.texi, pgg.texi, rcirc.texi, reftex.texi:
3793         * remember.texi, sasl.texi, semantic.texi, ses.texi, smtpmail.texi:
3794         * speedbar.texi, tramp.texi, url.texi, viper.texi, widget.texi:
3795         * woman.texi: Start direntry descriptions in column 32, per Texinfo
3796         convention.   Make them end with a period.
3798 2010-06-23  Glenn Morris  <rgm@gnu.org>
3800         * autotype.texi, cl.texi, dired-x.texi, ebrowse.texi, ede.texi:
3801         * eieio.texi, epa.texi, faq.texi, flymake.texi, forms.texi:
3802         * gnus-faq.texi, idlwave.texi, mh-e.texi, nxml-mode.texi, org.texi:
3803         * pcl-cvs.texi, pgg.texi, reftex.texi, sasl.texi, sc.texi,
3804         * sem-user.texi, semantic.texi, sieve.texi, smtpmail.texi,
3805         * speedbar.texi, vip.texi, viper.texi, widget.texi: Untabify.
3807 2010-06-10  Glenn Morris  <rgm@gnu.org>
3809         * idlwave.texi (Load-Path Shadows):
3810         * org.texi (Handling links): Fix typos.
3812 2010-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
3814         * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
3816 2010-05-26  Michael Albinus  <michael.albinus@gmx.de>
3818         * eshell.texi (Built-ins): Describe, how to disable a built-in command
3819         by an alias.  (Bug#6226)
3821 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
3823         * calc.texi (Manipulating Vectors): Mention that vectors can
3824         be used to determine bins for `calc-histogram'.
3826 2010-05-13  Jay Belanger  <jay.p.belanger@gmail.com>
3828         * calc.texi: Remove "\turnoffactive" commands throughout.
3830 2010-05-08  Å tÄ›pán NÄ›mec  <stepnem@gmail.com>  (tiny change)
3832         * url.texi (HTTP language/coding, Customization):
3833         * message.texi (Header Commands, Responses):
3834         * cl.texi (Argument Lists): Fix typos.
3836 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
3838         * ede.texi (EDE Mode): Refer to init file rather than `.emacs'.
3839         Note that Development menu is always available.
3840         (Creating a project): Fix terminology.
3841         (Add/Remove files): Fix typo.
3843 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
3845         * Version 23.2 released.
3847 2010-05-01  Daniel E. Doherty  <ddoherty03@gmail.com>  (tiny change)
3849         * calc.texi (Tutorial): Use "^{\prime}" to indicate primes.
3851 2010-05-01  Michael Albinus  <michael.albinus@gmx.de>
3853         * tramp.texi (Inline methods, Default Method):
3854         Mention `tramp-inline-compress-start-size'.
3856 2010-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
3858         * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
3859         the CVS repo.  Put the Git repo in the news section.
3861         * gnus-coding.texi (Gnus Maintainance Guide): Fix title typo.
3862         Removed some mentions of CVS.  Mention the new Git repo.
3864 2010-04-18  Andreas Seltenreich  <seltenreich@gmx.de>
3866         * gnus.texi (Score File Format): Fix typo.  Reported by Å tÄ›pán NÄ›mec.
3867         (Mail Group Commands): Add index entry.
3869 2010-04-18  Glenn Morris  <rgm@gnu.org>
3871         * info.texi (Search Index): Mention Emacs's Info-virtual-index.
3873 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
3875         * calc.texi (Radix modes): Mention that the option prefix will
3876         turn on twos-complement mode.
3877         (Inverse and Hyperbolic Flags): Mention the Option flag.
3879 2010-04-15  Carsten Dominik  <carsten.dominik@gmail.com>
3881         * org.texi (LaTeX and PDF export): Add a footnote about xetex.
3882         (LaTeX/PDF export commands): Rename and Move section.
3883         (Sectioning structure): Update.
3884         (References): New use case for field coordinates.
3885         (The export dispatcher): Rename from ASCII export.
3886         (Setting up the staging area): Document the availability of
3887         encryption for MobileOrg.
3888         (Images and tables): Document how to reference labels.
3889         (Index entries): New section.
3890         (Generating an index): New section.
3891         (Column width and alignment): Document that <N> now
3892         means a fixed width, not a maximum width.
3893         (Publishing options): Document the :email option.
3894         (Beamer class export): Fix bug in the BEAMER example.
3895         (Refiling notes): Document refile logging.
3896         (In-buffer settings): Document refile logging keywords.
3897         (Drawers): Document `C-c C-z' command.
3898         (Agenda commands): Mention the alternative key `C-c C-z'.
3899         (Special properties): Document the BLOCKED property.
3900         (The spreadsheet): Mention the formula editor.
3901         (References): Document field coordinates.
3902         (Publishing action): Correct the documentation for the
3903         publishing function.
3904         (The date/time prompt): Document that we accept dates
3905         like month/day/year.
3906         (Cooperation): Document the changes in table.el support.
3907         (Faces for TODO keywords, Faces for TODO keywords)
3908         (Priorities): Document the easy colors.
3909         (Visibility cycling): Document the new double prefix
3910         arg for `org-reveal'.
3911         (Cooperation): Remember.el is part of Emacs.
3912         (Clean view): Mention that `wrap-prefix' is also set by
3913         org-indent-mode.
3914         (Agenda commands): Add information about prefix args to
3915         scheduling and deadline commands.
3916         (Search view): Point to the docstring of
3917         `org-search-view' for more details.
3918         (Agenda commands): Document that `>' prompts for a date.
3919         (Setting tags): Document variable
3920         org-complete-tags-always-offer-all-agenda-tags.
3921         (Column attributes): Cross-reference special properties.
3923 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
3925         Synchronize with Tramp repository.
3927         * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
3928         (Frequently Asked Questions): Adapt supported (X)Emacs versions.
3929         Adapt supported MS Windows versions.  Remove obsolete URL.  Use the $()
3930         syntax, texi2dvi reports errors with the backquotes.
3932         * trampver.texi: Update release number.
3934 2010-04-01  Teodor Zlatanov  <tzz@lifelogs.com>
3936         * gnus.texi (Finding the News): Add pointers to the Server buffer
3937         because it's essential.
3939 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3941         * gnus.texi (MIME Commands): Update description of
3942         gnus-article-browse-html-article.
3944 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3946         * auth.texi (Secret Service API): Add TODO node.
3947         (Help for users): Explain the new source options for `auth-sources'.
3949 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
3951         * trampver.texi: Update release number.
3953 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
3955         * Branch for 23.2.
3957 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
3959         * faq.texi (Escape sequences in shell output): Note that ansi-color is
3960         now enabled by default.
3962 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
3964         * dbus.texi (Errors and Events): D-Bus messages are retrieved only,
3965         when Emacs runs in interactive mode.  (Bug#5645)
3967 2010-02-16  Glenn Morris  <rgm@gnu.org>
3969         * nxml-mode.texi (Commands for locating a schema): Fix keybinding.
3971 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
3973         * ede.texi, eieio.texi, semantic.texi: Use standard direntry format.
3975 2010-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3977         * gnus.texi (Score File Format): Fix typo.
3979 2010-01-19  Mark A. Hershberger  <mah@everybody.org>
3981         * cc-mode.texi: Replace references to obsolete c-subword-mode.
3983 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
3985         * ada-mode.texi (Project File Overview): Fix typo.
3987 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3989         * semantic.texi: Add Richard Y. Kim credit.
3991         * eieio.texi (Making New Objects): Fix typo (Bug#5406).
3993 2010-01-17  Michael Albinus  <michael.albinus@gmx.de>
3995         * tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
3996         SXEmacs 22 to the supported systems.  New item for hung ssh sessions.
3998 2010-01-17  Glenn Morris  <rgm@gnu.org>
4000         * calc.texi (Reporting Bugs): Don't mention format of repository.
4002         * woman.texi (Bugs): Make "Emacs repository" less specific,
4003         and the URL for same more specific.
4005         * faq.texi (Latest version of Emacs): The repository is now Bazaar.
4007 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4009         * ede.texi (ede-step-project, ede-proj-target):
4010         * tramp.texi (Remote processes): Fix typos.
4012 2010-01-16  Mario Lang  <mlang@delysid.org>
4014         * ede.texi (ede-target):
4015         * org.texi (Refiling notes): Remove duplicated words.
4017 2010-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4019         * gnus.texi (Posting Styles): Use with-current-buffer.
4020         * calc.texi (Defining Simple Commands): Prefer save-current-buffer.
4022 2010-01-02  Kevin Ryde  <user42@zip.com.au>
4024         * eieio.texi (Naming Conventions): Correction to xref on elisp
4025         coding conventions, is "Tips" node not "Standards".
4027 2009-12-24  Chong Yidong  <cyd@stupidchicken.com>
4029         * calc.texi (General Mode Commands): Calc file should be in .emacs.d.
4031         * faq.texi (New in Emacs 22): Max buffer size is now 512 MB.
4033 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4035         * gnus.texi (Direct Functions): Add missing port number to tls method.
4037 2009-12-15  Juanma Barranquero  <lekktu@gmail.com>
4039         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add edt.
4040         ($(infodir)/edt, edt.dvi): New targets.
4042 2009-12-15  Glenn Morris  <rgm@gnu.org>
4044         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add edt.
4045         (edt, $(infodir)/edt, edt.dvi): New targets.
4046         * edt.texi: New file (etc/edt-user.doc converted to Texinfo).
4048         * Makefile.in (PDF_TARGETS, pdf): New.
4049         (clean): Add *.pdf.
4050         Add pdf rules for all manuals.
4052 2009-12-15  Jay Belanger  <jay.p.belanger@gmail.com>
4054         * calc/calc.texi (Radix Modes): Clarify two's complement notation.
4056 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
4058         * sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
4059         (Smart Jump, Analyzer Debug): Copyedits.
4060         (Semantic mode user commands): Link to new nodes.
4061         (Speedbar, SymRef, MRU Bookmarks, Sticky Func Mode)
4062         (Highlight Func Mode, Tag Decoration Mode): New nodes, from the
4063         upstream Semantic manual.
4065         * semantic.texi (Introduction): Minor fix to diagram.
4067 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
4069         * eshell.texi (History): Add the other built-in variables.
4070         (Built-ins): Explain built-ins, and how to apply the external commands.
4071         Add `history', `su' and `sudo'.
4073         * tramp.texi (Remote processes): Add missing <RET> in the example.
4075 2009-12-01  Bill Wohler  <wohler@newt.com>
4077         * mh-e.texi (Searching): Use mh vfolder_format and fix typo in database
4078         path for mairix example.  Specify -q in namazu example since namazu is
4079         excessively garrulous.
4081 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
4083         * tramp.texi (Remote processes): Improve eshell example with "su"
4084         and "sudo" commands.
4086 2009-11-28  Chong Yidong  <cyd@stupidchicken.com>
4088         * semantic.texi (Analyzer Internals): Rename from Analyzer.
4090         * sem-user.texi (Semantic mode user commands): Fix key syntax.
4091         Document semantic-complete-analyze-inline.
4092         (Semanticdb search debugging commands): Minor clarification.
4093         (Analyzer, Smart Completion, Smart Summary, Smart Jump)
4094         (Analyzer Debug): New nodes, adapted from the upstream Semantic user
4095         manual.
4096         (Semantic mode): Link to Idle Scheduler.
4098 2009-11-28  Kevin Ryde  <user42@zip.com.au>
4100         * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
4101         @pxref, now EIEIO is in Emacs.
4103         * erc.texi (Development): Correction to git tutorial url.
4105 2009-11-26  Glenn Morris  <rgm@gnu.org>
4107         * faq.texi (Latest version of Emacs): Mention stability of development
4108         version.
4109         (Problems with very large files): Max buffer size increase in 23.2.
4110         (VM): VM has moved house again.
4112 2009-11-22  Jay Belanger  <jay.p.belanger@gmail.com>
4114         * calc.texi (Radix modes): Discuss alternate bases for two's complement
4115         notations.
4117 2009-11-20  Carsten Dominik  <dominik@u016822.science.uva.nl>
4119         * org.texi (Column attributes): Fix documentation of new operators.
4121 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
4123         * sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
4124         (Search Throttle, Semanticdb Roots, Include paths, Idle Scheduler)
4125         (Idle Completions Mode): Numerous copyedits.
4127 2009-11-17  Juanma Barranquero  <lekktu@gmail.com>
4129         * semantic.texi (Semantic Internals, Glossary):
4130         * sem-user.texi (Semantic mode, Include paths, Idle Scheduler)
4131         (Semanticdb search debugging commands): Fix typos.
4133 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
4135         * calc.texi (Radix modes): Mention twos-complement notation.
4137 2009-11-16  Juanma Barranquero  <lekktu@gmail.com>
4139         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
4140         ($(infodir)/semantic, semantic.dvi): New targets.
4142 2009-11-16  Chong Yidong  <cyd@stupidchicken.com>
4144         * Makefile.in: Build the Semantic manual.
4146         * semantic.texi, sem-user.texi: New files, adapted from the Semantic
4147         repository.
4149 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
4151         * dbus.texi (Receiving Method Calls): New defun
4152         `dbus-unregister-service'.
4154 2009-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
4156         * org.texi (Speed keys): New section.
4158 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
4160         * dbus.texi (Type Conversion): Fix typo.
4161         (Asynchronous Methods): Rename `dbus-registered-functions-table' to
4162         `dbus-registered-objects-table'.
4163         (Receiving Method Calls): New defun `dbus-register-property'.
4164         Move `dbus-unregister-object' here.
4166 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
4168         * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
4170 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
4172         * org.texi (Column attributes): Add the new age summary operators.
4173         Also, mention the fact you can only use one summary operator per
4174         property.
4176 2009-11-13  John Wiegley  <johnw@newartisans.com>
4178         * org.texi (Tracking your habits): Add a new section in the
4179         manual about how to track habits.
4180         (Resolving idle time): Add a section on how idle and
4181         dangling clocks are resolved.
4183 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
4185         * org.texi (Agenda commands): Document the new `i' command.
4186         (Inserting deadline/schedule): Document logging changes
4187         of scheduling and deadline times stamps.
4188         (In-buffer settings): Document the in-buffer keywords for logging
4189         changes of scheduling and deadline times stamps.
4190         (Structure editing, Plain lists): Document indentation
4191         cycling in empty entries with TAB.
4192         (Archiving): Document the default archiving command.
4193         (Moving subtrees): Document the new keys for archiving.
4194         (Internal archiving): Fix incorrect key.
4195         (Agenda commands): Document the TODO set switching commands.
4196         (Agenda commands): Document the new archiving keys.
4197         (Clocking work time): Better description on how to save
4198         and restore a clock.
4199         (Resolving idle time): Mention the x11idle program to get true
4200         idleness also under X11.
4201         (Resolving idle time): Use @kbd instead of @key for normal
4202         letters, because this is how he rest of the manual does this.
4203         (Pushing to MobileOrg): Mention that `org-directory'
4204         should be set.
4205         (Agenda commands): Document that SPC is a filter for
4206         any tag.
4207         (Search view): Rename from "Keyword search".
4208         (Capure): New chapter.
4209         (Markup): New chapter.
4210         (Links in HTML export, Images in HTML export):
4211         Extend the section titles.
4212         (Images in HTML export): Document the align option.
4213         (Text areas in HTML export): Extend the section title.
4214         (Images in LaTeX export): Explain image placement in LaTeX.
4216 2009-11-10  Glenn Morris  <rgm@gnu.org>
4218         * sc.texi (Hints to MUA Authors): MUA should do any decoding.
4220 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
4222         * tramp.texi (Auto-save and Backup): Disable backups just for a
4223         method.
4225         * trampver.texi: Update release number.
4227 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
4229         Sync with Tramp 2.1.17.
4231         * trampver.texi: Update release number.
4233 2009-10-29  Glenn Morris  <rgm@gnu.org>
4235         * texinfo.tex: Update to version 2009-08-14.15 from ftp://tug.org/tex/.
4237 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
4239         * tramp.texi (External methods): Temporary files are kept for
4240         `rsync' and `rsyncc' methods.
4242 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
4244         * eieio.texi: Fix typos.
4246 2009-10-07  Chong Yidong  <cyd@stupidchicken.com>
4248         * cl.texi (Argument Lists): Clarify explicit keyword arguments.
4250 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
4252         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
4253         ($(infodir)/eieio, eieio.dvi, $(infodir)/ede, ede.dvi): New targets.
4255 2009-10-07  Chong Yidong  <cyd@stupidchicken.com>
4257         * Makefile.in: Build EIEIO and EDE manuals.
4259 2009-10-07  Eric Ludlam  <zappo@gnu.org>
4261         * eieio.texi:
4262         * ede.texi: New files.
4264 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
4266         * tramp.texi (Remote processes): Association of a pty is not supported.
4268 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
4270         * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
4271         (Processing LaTeX fragments): Document that the size of images can be
4272         changes using the variable `org-format-latex-options'.
4273         (The date/time prompt, Timestamps): Be more accurate over ISO format
4274         dates and times.
4275         (Visibility cycling): Document showeverything keyword.
4276         (In-buffer settings): Document showeverything keyword.
4277         (Setting up the staging area): Fix the example.
4278         (MobileOrg): New section.
4279         (Agenda commands, Exporting Agenda Views): Document exporting the
4280         agenda view to Org files.
4282 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
4284         * tramp.texi (History): Add IMAP support.
4285         (External methods): Add `imap' and `imaps' methods.
4286         (GVFS based methods): Add indices for `davs'.
4287         (Password handling): Rename anchors.  Add IMAP entries for
4288         ~/.authinfo.gpg.
4290         * trampver.texi: Set default value of `emacsimap'.
4292 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4294         * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
4296 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
4298         * dired-x.texi (Technical Details):
4299         Delete dired-up-directory (Bug#4292).
4301 2009-09-03  Michael Albinus  <michael.albinus@gmx.de>
4303         * tramp.texi (Frequently Asked Questions): New item for emacsclient.
4305 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
4307         * org.texi (Effort estimates): Document new effort setting commands.
4308         (Agenda commands): Document the new keys fro agenda time motion.
4309         Document entry text mode.  Improve documentation of the keys to include
4310         inactive time stamps into the agenda view.
4311         (Feedback): Document the new bug report command.
4312         (Structure editing): Add an index entry for the sorting of subtrees.
4314 2009-09-02  Teodor Zlatanov  <tzz@lifelogs.com>
4316         * auth.texi (Help for users): Corrected markup.
4318 2009-09-02  Glenn Morris  <rgm@gnu.org>
4320         * emacs-mime.texi (time-date): Mention float-time.
4322 2009-08-30  Jay Belanger  <jay.p.belanger@gmail.com>
4324         * calc.texi (Simplifying Formulas): Improve the wording.
4326 2009-08-29  Teodor Zlatanov  <tzz@lifelogs.com>
4328         * auth.texi: Rewritten for coverage and clarity.
4330 2009-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4332         * gnus.texi (Expiring Mail):
4333         Mention gnus-mark-copied-or-moved-articles-as-expirable.
4334         (Various Various): Mention gnus-safe-html-newsgroups.
4336         * gnus-news.texi: Mention
4337         gnus-mark-copied-or-moved-articles-as-expirable.
4339         * emacs-mime.texi (Display Customization): Add xref to
4340         gnus-safe-html-newsgroups.
4342 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
4344         * tramp.texi (Version Control): Remove.
4345         (Obtaining Tramp): Update cvs checkout command.  Remove nightly tarballs
4346         reference.
4347         (External methods): Correct `scpc' concept index entries.  New method
4348         `rsyncc'.
4349         (External packages): New subsections "Filename completion" and "File
4350         attributes cache".
4352 2009-08-27  Jay Belanger  <jay.p.belanger@gmail.com>
4354         * calc.texi (Rewrite Rules): Improve the example.
4355         (Simplifying Formulas): Explain use of the I and H flags for
4356         simplification.
4358 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
4360         * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.
4361         Describe autostart behavior of dbus-ping.
4362         (Synchronous Methods, Asynchronous Methods): Use English numeric format
4363         for timeout values.
4364         (Top): Remove footnote saying D-Bus is not enabled by
4365         default.  (Bug#4256)
4367 2009-08-23  Daiki Ueno  <ueno@unixuser.org>
4369         * epa.texi (Quick start): Don't refer to nonexistent epa-mode.
4370         Reported by Jari Aalto (Bug#4211).
4371         (Mail-mode integration): Mention epa-mail-mode and
4372         epa-global-mail-mode.
4373         (Encrypting/decrypting *.gpg files): Don't refer to nonexistent
4374         epa-setup.
4376 2009-08-16  Michael Albinus  <michael.albinus@gmx.de>
4378         * dbus.texi (Asynchronous Methods): Allow nil handler.
4380 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
4382         * ediff.texi (ediff-current-file): Add information about this new function.
4384         * viper.texi: Add information about C-s in viper's search command.
4386 2009-08-09  Colin Williams  <lackita@gmail.com>  (tiny change)
4388         * calc.texi (Date Forms): Fix typos.
4390 2009-08-08  Glenn Morris  <rgm@gnu.org>
4392         * org.texi (Agenda commands): Restore clobbered change.
4394 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
4396         * calc.texi (Graphics, Devices): Update with the peculiarities of
4397         operation on MS-Windows.
4399 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
4401         * org.texi (Publishing action): Improve documentation of file
4402         names when publishing to the source directory.
4403         (Clean view): Document `org-indent-mode'.
4404         (Clocking work time): Add documentation for the
4405         new :timetamp option when creating a clock report.
4406         (Paragraphs): Fix many typos.
4407         (Plain lists): Remove duplicate explanation about the
4408         `C-c *' command.
4409         (Literal examples): Update to reflect the new behavior
4410         of the -n -r -k switches when exporting source code examples.
4411         (Structure editing): Add information about `C-c *',
4412         converting a plain list into a list of Org items.
4413         (Remember): Small rephrasing of the paragraph
4414         describing remember.el.  Also mentioned that remember.el is part
4415         of Emacs 23, not Emacs 22.
4416         (Clocking work time): Add documentation about
4417         displaying the current clocking time against the effort estimate.
4418         Also add a footnote about using `org-clock-in-prepare-hook' to add
4419         an effort estimate on the fly, just before clocking it.
4420         (Footnotes): Document automatic renumbering and
4421         sorting.
4422         (Agenda commands): Document new bulk commands.
4423         (Plain lists): Document new behavior of
4424         `org-cycle-include-plain-lists'.
4425         Hyphenation only in TeX.
4426         (Clocking work time): Document the key to update effort
4427         estimates.
4428         (Clocking work time): Document the clock time display.
4429         (Structure editing, TODO basics): Document new
4430         variables.
4431         (Column attributes): Document new colciew operators.
4432         (Publishing options): Document :xml-declaration.
4433         (Tracking TODO state changes): Document the
4434         LOG_INTO_DRAWER property.
4435         (Literal examples): Document the new implementation for
4436         editing source code.
4437         (Publishing action): Mention the new publishing
4438         function, to publish an Org source file.
4439         (Publishing links): Mention how to link to an Org source file.
4440         (Macro replacement): Document new macros.
4441         (Handling links): Document type-specific completion
4442         when inserting links.
4443         (Structure editing, Plain lists): Improve documentation
4444         on sorting.
4445         (Internal links): Document custom ids for links.
4446         (Handling links): Document custom ids for links.
4447         (CSS support): Document new class.
4448         (Refiling notes): Document the possibility to create new nodes
4449         during refiling.
4450         (Agenda commands): Document the "?" operator to find
4451         tasks without effort setting.
4452         (Exporting agenda information): Section moved.
4453         (RSS Feeds): New section.
4454         (Built-in table editor): Document M-e and M-a navigate
4455         inside table field.
4456         (Stuck projects): Docment that projects identified as
4457         un-stuck will still be searchd for stuck sub-projects.
4458         (Paragraphs): Document centering.
4459         (Creating timestamps, Agenda commands): Document new
4460         behavior when changing time stamps.
4461         (Structure editing): Document the new command
4462         `org-clone-subtree-with-time-shift'.
4463         (Publishing): Refresh this chapter.
4464         (Export options, Export options, In-buffer settings):
4465         Document the new keywords.
4466         (Matching tags and properties): Collect all
4467         documentation about tags/property matches here.
4468         (Setting tags): Document `org-tag-persistent-alist'.
4469         (Weekly/daily agenda): New section.
4470         (Orgstruct mode): Describe `orgstruct++-mode'.
4471         (Drawers): Mention the LOGBOOK drawer.
4472         (Export options, Sectioning structure): Document the
4473         #+LEATEX_HEADER in-buffer setting.
4474         (Bugs): Section removed.
4475         (Hooks): New section.
4476         (Add-on packages): Move here from old location.
4477         (Context-sensitive commands): New section.
4478         (Setting tags): Document newline option.
4479         (Global TODO list, Matching tags and properties):
4480         Mention more variables.
4481         (Checkboxes): Update to changed command behavior.
4483 2009-08-02  Eric Yu  <sucode@gmail.com>  (tiny change)
4485         * speedbar.texi (Basic Key Bindings): Fix typo.
4487 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
4489         * calc.texi (Vector/Matrix Functions): Add index entries for both
4490         "v" and "V" key bindings.  Mention that `calc-matrix-brackets' only
4491         affects matrices with more than one row.
4492         (Help Commands): Add index entries for "prefix ?" key bindings.
4494 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
4496         * calc.texi (Stack Manipulation Commands): Add documentation for
4497         `calc-transpose-lines'.
4499 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
4501         * dbus.texi (Receiving Method Calls): Describe special return value
4502         `:ignore'.
4504 2009-07-24  Alan Mackenzie  <acm@muc.de>
4506         * cc-mode.texi (Config Basics, File Styles): Document that at mode
4507         initialization, any individual variable setting now takes precedence
4508         over one done via c-file-style/c-file-offsets.
4510 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
4512         * calc.texi (Undoing Mistakes): Mention that the undo list will be
4513         truncated when Calc is quit.
4514         (Customizing Calc): Document `calc-undo-length'.
4516 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
4518         * calc.texi (About This Manual): Don't mention chapter numbers in text.
4520 2009-07-11  Kevin Ryde  <user42@zip.com.au>
4522         * pcl-cvs.texi (About PCL-CVS):
4523         * widget.texi (Basic Types):
4524         Fix cross-references.
4526 2009-07-01  Andreas Schwab  <aschwab@redhat.com>
4528         * dbus.texi (Type Conversion): Don't use literal control character.
4530 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
4532         * tramp.texi (GVFS based methods): New section.
4533         (Remote processes): Processes for GVFS based methods run locally.
4535 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
4537         * tramp.texi (Inline methods, External methods, Gateway methods):
4538         Avoid the words "kludge" and hack".
4539         (External methods): Add `synce' method.
4541         * trampver.texi: Update release number.
4543 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
4545         Sync with Tramp 2.1.16.
4547         * tramp.texi (History): Add GVFS support.
4548         (External methods): Precise `rsync' description.  Add `dav', `davs' and
4549         `obex' methods.  Add 'tramp-gvfs-methods' option.
4550         (Multi-hops): Cells of `tramp-default-proxies-alist' can also be Lisp
4551         forms.
4552         (Remote Programs): Introduce `tramp-own-remote-path'.
4553         (Remote processes): New subsection "Running remote programs that create
4554         local X11 windows".
4555         (Frequently Asked Questions): Improve code for disabling vc.
4557         * trampver.texi: Update release number.  Set default value of
4558         `emacsgvfs'.
4560 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
4562         * Branch for 23.1.
4564 2009-06-17  Glenn Morris  <rgm@gnu.org>
4566         * faq.texi (Obtaining the FAQ): Add reference to Savannah.
4567         (Latest version of Emacs): Mention source code repository.
4569 2009-06-16  Glenn Morris  <rgm@gnu.org>
4571         * faq.texi (Top): Language tweak.
4572         (Extended commands): Most people have arrow keys.
4573         (Emacs manual): Say how to follow info links.
4574         (File-name conventions): Change title a bit.  Explain about source
4575         versus installed.  Condense etc description.
4576         (Guidelines for newsgroup postings): Mention Savannah list page.
4577         (Newsgroup archives): Simplify.
4578         (Contacting the FSF): Add contact URL.
4579         (Emacs Lisp documentation): Printed version not always available.
4580         (Installing Texinfo documentation): Explain how by hand installation is
4581         not normally needed.  Use add-to-list.  Remove duplicate reference.
4582         (Informational files for Emacs): Move info on Help menu here from
4583         "File-name conventions".
4584         (Help installing Emacs): Tweak uref.
4585         (Obtaining the FAQ): Mention repository.
4586         (Origin of the term Emacs): Explain "ITS".
4587         (Changing load-path): Use add-to-list.
4588         (Automatic indentation): Clarify this is for Text mode.
4589         Don't mention Indented Text mode.
4590         (Finding Emacs on the Internet): The FSF does not seem to offer a
4591         deluxe distribution on CD anymore.
4593 2009-06-16  Glenn Morris  <rgm@gnu.org>
4595         * faq.texi (Top): Mention which Emacs version this FAQ is about.
4596         Recommend the latest release.  Mention how to get older FAQs.
4597         Recommend the Emacs manual.
4598         (Guidelines for newsgroup postings): Discourage cross-posts.
4599         (Underlining paragraphs): Remove.
4600         (Editing MS-DOS files): Remove pre-Emacs 20 information.
4601         (Bugs and problems): Update key-binding.
4602         (Problems with very large files): Mention 64-bit.
4603         (Shell process exits abnormally): Remove.
4604         (Problems with Shell Mode): Rename and update.
4605         (Spontaneous entry into isearch-mode)
4606         (Problems talking to certain hosts): Remove.  This is old information,
4607         in etc/PROBLEMS if needed.
4608         (Emacs takes a long time to visit files, Updating Emacs): Remove.
4609         (Dired claims that no file is on this line): Update.
4610         (Installing Emacs, Problems building Emacs): Simplify.
4611         (Emacs for MS-DOS): Refer to msdos/INSTALL rather than duplicating
4612         information.
4613         (Emacs for MS-Windows): Rename from "Emacs for Windows".  Simplify.
4614         (Emacs for Mac OS X): Rename from "Emacs for Apple computers".
4615         (JDEE): "JDEE", not "JDE".
4616         (Handling C-s and C-q with flow control, Binding C-s and C-q):
4617         Remove.  This is old information, in etc/PROBLEMS if needed.
4618         (stty and Backspace key, Kanji and Chinese characters): Remove.
4619         (Right-to-left alphabets): Update section.
4620         (Changing the included text prefix): Gnus uses message-yank-prefix.
4621         Add cross-reference to Supercite manual.
4622         (Saving a copy of outgoing mail): Simplify output file description.
4623         (Expanding aliases when sending mail): Refer to Emacs manual.
4624         Remove old info about RFC822.
4625         Correct description of how to rebuild aliases.
4626         (Rmail writes to /var/spool/mail): Update location from /usr/spool/mail.
4627         (MIME with Emacs mail packages)
4628         (Viewing articles with embedded underlining)
4629         (Saving a multi-part Gnus posting, Gnus hangs for a long time):
4630         Remove old sections.
4631         (Killing based on nonstandard headers): Remove.  Scoring is preferable,
4632         and is well-documented in the Gnus manual.
4633         (Reading news with Emacs): Merge "Learning more about Gnus" into here.
4634         (Making Gnus faster): Rename from "Starting Gnus faster".
4635         Merge "Catch-up is slow in Gnus" into here.
4637 2009-06-14  Glenn Morris  <rgm@gnu.org>
4639         * faq.texi (Status of Emacs): Re-order with most recent releases first.
4640         (New in Emacs 23): New section.
4641         (Handling C-s and C-q with flow control): Add xref.
4643 2009-06-13  Glenn Morris  <rgm@gnu.org>
4645         * faq.texi (Setting up a customization file): Grammar fix.
4646         Customize is no longer "new".
4647         (Displaying the current line or column): Line-number mode is on by
4648         default.  Don't mention `column' package.  Mention linum.el.
4649         (Turning on abbrevs by default): Explain how to do it for buffers,
4650         modes, and everywhere.
4651         (Associating modes with files): Use add-to-list.  Don't mention Emacs
4652         19.
4653         (Highlighting a region): On by default since 23.1.
4654         (Replacing highlighted text): Update doc quote.
4655         (Working with unprintable characters): Don't mention search-quote-char.
4656         (Using an already running Emacs process): Gnuclient is probably not an
4657         enhancement these days.
4658         (Indenting switch statements): Remove mention of pre-Emacs 20.
4659         (Horizontal scrolling): Abbreviate Emacs 20 description.
4660         (Replacing text across multiple files): Fix name of dired command.
4661         (Disabling backups): Use require not load.
4662         (Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
4664 2009-06-13  Bill Wohler  <wohler@newt.com>
4666         Release MH-E manual version 8.2.
4668         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
4669         release 8.2.
4671 2009-06-13  Glenn Morris  <rgm@gnu.org>
4673         * faq.texi: Remove the term "on-line" (meaning "Info") throughout, since
4674         in this day and age the common meaning is "on the web".
4675         (copying): Use @copyright in all cases.
4676         (Basic keys): Remove reference to deleted manual node "Text Characters".
4677         (File-name conventions): Use GNU as an example rather than SERVICE.
4678         default.el lives in site-lisp.  Update Info directory location.
4679         (Real meaning of copyleft): GPL actions have been brought, but all
4680         settled out of court.
4681         (Guidelines for newsgroup postings): Shorten section title.
4682         Simplify comp.emacs description.
4683         (Newsgroup archives): Change Google URL.  Describe Gmane.
4684         (Unsubscribing from Emacs lists): Remove discussion of "distribution
4685         points".  Mention List-Unsubscribe header.
4686         (Contacting the FSF): Update email and URLs.
4687         (Basic editing): Mention F1 for help.
4688         (Installing Texinfo documentation): Refer to Texinfo website rather
4689         than ftp server.
4690         (Printing a Texinfo file): Mention texi2pdf.
4691         (Informational files for Emacs): Don't describe FTP or SERVICE, they
4692         are just stubs nowadays.
4693         (Latest version of Emacs): Explain version numbers.
4694         (Spell-checkers, Checking TeX and *roff documents): Remove sections.
4695         (Turning on syntax highlighting): No need to mention hilit19 any more.
4696         (Finding Emacs on the Internet): Refer to URLs rather than DISTRIB, FTP.
4697         (Modes for various languages): Remove section.
4698         (Major packages and programs): Remove most version and maintainer
4699         information - it's hard to keep up-to-date, and adds nothing.
4700         Similarly with direct links to mailing lists.
4701         (Spell-checkers): Rename node from Ispell.  Mention Aspell and Hunspell.
4702         (Mailcrypt): Remove section - mailcrypt has not been updated in mnay
4703         years, and Emacs comes with tools for this now.
4704         (Patch): Remove section - this is a standard tool.
4705         (Using function keys under X): Remove section.
4707 2009-06-12  Glenn Morris  <rgm@gnu.org>
4709         * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more.
4710         (Help installing Emacs): Remove reference to deleted X11 node.
4711         (Associating modes with files): Interpreter-mode-alist is no longer
4712         subservient to auto-mode-alist.
4713         (Installing Emacs): Change future Emacs version.
4714         (Linking with -lX11 fails): Remove old section.
4715         (Packages that do not come with Emacs): Update ELL location.
4716         Emacs Lisp archive is dead.
4717         (Emacs for Windows): Remove reference to old CE port.
4718         (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga)
4719         (Emacs for VMS and DECwindows): Remove old ports.
4720         (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
4721         (Removing flashing messages): Remove section about non-existent Gnus
4722         option.
4724         * faq.texi (Top): Add @top command.
4725         Remove the optional arguments from all @node commands: makeinfo can
4726         generate these automatically, and it is easier to edit and rearrange
4727         nodes without them.
4729 2009-06-11  Glenn Morris  <rgm@gnu.org>
4731         * faq.texi (Common acronyms): Remove no-longer-existing OSF.
4732         (The LPF): Make the updated URL the sole reference point.
4733         (Learning how to do something): Update refcard price and format.
4734         (Getting a printed manual): Sources in doc/emacs/, not man/.
4735         Also available in PDF format.  Since the page count varies, be less
4736         precise.
4737         (Informational files for Emacs): Remove references to deleted files
4738         LPF and SUN-SUPPORT, and to UUCP.
4739         (Obtaining the FAQ): Refer to the service web-page rather than SERVICE.
4740         Remove many obsolete ways to get the FAQ, which now seems only to be
4741         distributed with Emacs.
4742         (Mail and news): Remove sections about Rmail Babyl that no longer apply.
4744 2009-06-09  Chong Yidong  <cyd@stupidchicken.com>
4746         * org.texi (Org Plot): Fix tags (Bug#3507).
4747         (Workflow states, Agenda commands): Fix tags (Bug#3508).
4749         * ada-mode.texi (Installation, Compile commands)
4750         (Project File Overview, No project files, Set compiler options)
4751         (Use GNAT project file, Use multiple GNAT project files)
4752         (Identifier completion): Use @samp for menu items, and @kbd for key
4753         sequences (Bug#3504).
4755 2009-06-04  Daiki Ueno  <ueno@unixuser.org>
4757         * gnus.texi (Security): Fix wording; add a link to epa.info.
4759 2009-06-04  Ryan Yeske  <rcyeske@gmail.com>
4761         * message.texi (Header Commands): Fix descriptions to match
4762         keybindings.
4764 2009-04-22  Daiki Ueno  <ueno@unixuser.org>
4766         * gnus.texi (Security): Mention that EasyPG is the current default.
4768 2009-04-13  Chong Yidong  <cyd@stupidchicken.com>
4770         * ediff.texi (Session Commands): Fix typo.
4772 2009-04-05  Reiner Steib  <Reiner.Steib@gmx.de>
4774         * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
4775         news.software.readers.  Reported by Florian Rehnisch.
4777 2009-04-02  Glenn Morris  <rgm@gnu.org>
4779         * auth.texi: Capitalize direntry.
4781         * mairix-el.texi: Copy the direntry from ../../info/dir, and avoid
4782         using a period in the entry name.  (Bug#2797)
4784 2009-03-03  Juanma Barranquero  <lekktu@gmail.com>
4786         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
4787         ($(infodir)/auth, auth.dvi): New targets.
4789 2009-03-03  Glenn Morris  <rgm@gnu.org>
4791         * auth.texi: Fix @setfilename.
4793         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add auth.
4794         (auth, $(infodir)/auth, auth.dvi): New rules.
4796 2009-02-25  Glenn Morris  <rgm@gnu.org>
4798         * faq.texi (Emacs for minimalists): New node.  (Bug#2452)
4800 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4802         * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
4804 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4806         * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
4807         gnus-nocem-issuers, and gnus-nocem-verifyer.
4809 2009-02-20  Juanma Barranquero  <lekktu@gmail.com>
4811         * ada-mode.texi (Project files, Automatic Casing):
4812         * dbus.texi (Signals):
4813         * gnus.texi (Selecting a Group, Filtering Incoming Mail):
4814         * mh-e.texi (HTML):
4815         * nxml-mode.texi (Locating a schema)
4816         (Using the document's URI to locate a schema):
4817         * org.texi (Footnotes, Using the mapping API):
4818         * rcirc.texi (Channels): Remove duplicate words.
4820 2009-02-20  Glenn Morris  <rgm@gnu.org>
4822         * dired-x.texi (Miscellaneous Commands):
4823         * gnus.texi: Minor updates for mbox Rmail.
4825 2009-02-16  Karl Berry  <karl@gnu.org>
4827         * ada-mode.texi, auth.texi, autotype.texi, calc.texi, cc-mode.texi:
4828         * cl.texi, dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi:
4829         * emacs-mime.texi, epa.texi, erc.texi, eshell.texi, eudc.texi:
4830         * faq.texi, flymake.texi, forms.texi, gnus-coding.texi, gnus.texi:
4831         * idlwave.texi, info.texi, mairix-el.texi, message.texi, mh-e.texi:
4832         * newsticker.texi, nxml-mode.texi, org.texi, pcl-cvs.texi:
4833         * pgg.texi, rcirc.texi, reftex.texi, remember.texi, sasl.texi:
4834         * sc.texi, ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
4835         * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi, woman.texi:
4836         Consistently use @insertcopying in the Top node,
4837         @contents at the front (after @end titlepage),
4838         and @direntry after @copying.  (Bug#1988)
4840 2009-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
4842         * auth.texi: New file documenting auth-source.
4844 2009-02-13  Carsten Dominik  <dominik@science.uva.nl>
4846         * org.texi (Org Plot): Fix link.
4848 2009-02-09  Daiki Ueno  <ueno@unixuser.org>
4850         * epa.texi (Mail-mode integration): Mention the way to do
4851         "encrypt-to-self".  (Bug#1807)
4853 2009-02-05  Arni Magnusson  <arnima@hafro.is>  (tiny change)
4855         * ada-mode.texi (No project files): Fix typo.  (Bug#2214)
4857 2009-02-04  Reiner Steib  <Reiner.Steib@gmx.de>
4859         * gnus-news.texi: Print version about Incoming*.
4861 2009-02-02  Carsten Dominik  <dominik@science.uva.nl>
4863         * org.texi (Structure editing, Handling links)
4864         (Fast access to TODO states, Javascript support): Make standard docs
4865         correctly reflect default variable settings.
4867 2009-02-02  Glenn Morris  <rgm@gnu.org>
4869         * org.texi: Fix typos.
4871 2009-02-01  Michael Albinus  <michael.albinus@gmx.de>
4873         Sync with Tramp 2.1.15.
4875         * trampver.texi: Update release number.
4877 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
4879         * org.texi (TODO dependencies): Document TODO dependencies on
4880         checkboxes.
4882 2009-01-30  Carsten Dominik  <dominik@science.uva.nl>
4884         * org.texi (TODO dependencies): Document key binding for toggling
4885         ORDERED property.
4887 2009-01-28  Michael Albinus  <michael.albinus@gmx.de>
4889         * dbus.texi (Errors and Events): Fix typos.  Describe second parameter
4890         of hook functions.
4892 2009-01-28  Carsten Dominik  <dominik@science.uva.nl>
4894         * org.texi (TODO dependencies): New section.
4896 2009-01-27  Carsten Dominik  <dominik@science.uva.nl>
4898         * org.texi (Plain lists, TODO basics, Priorities)
4899         (Multiple sets in one file, Conflicts): Document interaction with
4900         `shift-selection-mode'.
4902 2009-01-27  Jay Belanger  <jay.p.belanger@gmail.com>
4904         * calc.texi (Embedded Mode, Algebraic-Style Calculations):
4905         Make Calc the subject of sentences.
4906         (Rearranging Formulas using Selections): Discuss new options
4907         for `j *'.
4909 2009-01-26  Michael Albinus  <michael.albinus@gmx.de>
4911         * dbus.texi (Errors and Events): New variable dbus-event-error-hooks.
4913 2009-01-26  Glenn Morris  <rgm@gnu.org>
4915         * org.texi: Fix typos.
4917 2009-01-26  Bill Wohler  <wohler@newt.com>
4919         * mh-e.texi (EDITION, UPDATED): Update.
4921 2009-01-25  Carsten Dominik  <dominik@science.uva.nl>
4923         * org.texi (References): Add information about remote references.
4924         (Built-in table editor): Document `C-c RET' in tables.
4925         (Math symbols, Quoting LaTeX code): Mention that simple
4926         LaTeX macros survive LaTeX export.
4927         (Images in LaTeX export): Show how to create a reference to a
4928         figure.
4929         (Sectioning structure): Document that the LaTeX class can be
4930         specified in a property.
4931         (Text areas in HTML export): New section.
4932         (External links): Add examples for text search and ID links.
4933         (Built-in table editor): Remove the descriptio of `C-c
4934         C-q', it not longer works.
4935         (Literal examples): Document that a space must follow
4936         the colon in short examples.
4937         (Relative timer): Document `org-timer-stop'.
4938         (Footnotes): New section.
4939         (Footnote markup): Shorten section and refer to new Footnote
4940         section.
4941         (Literal examples): Add documentation for line
4942         numbering in and references to code examples.
4943         (CSS support): Fix the description of default CSS styles.
4944         (Capturing column view): Document
4945         "file:path/to/file.org" as an allowed value for the ID property of
4946         a dynamic block copying column view.
4948 2009-01-23  Stephen Eglen  <stephen@gnu.org>
4950         * mh-e.texi (Getting Started): Describe $MH.
4952 2009-01-21  Michael Albinus  <michael.albinus@gmx.de>
4954         * tramp.texi (all): Harmonize usage of "external method",
4955         "external transfer method" and "out-of-band method".
4956         (Connection types): Precise the differences of inline and external
4957         methods.  Written by Adrian Phillips <a.phillips@met.no>.
4959 2009-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
4961         * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
4962         commands as described at the top.  Reported by Allan Gottlieb
4963         <gottlieb@nyu.edu>.
4965 2009-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4967         * gnus.texi (Non-ASCII Group Names, RSS): Update description of
4968         nnmail-pathname-coding-system.
4970 2009-01-17  Peter Tury  <tury.peter@gmail.com>  (tiny change)
4972         * org.texi (Relative timer): Fix typo.
4974 2009-01-15  Juanma Barranquero  <lekktu@gmail.com>
4976         * org.texi (Clocking work time): Fix typo.
4977         Reported by Peter Tury <tury.peter@gmail.com>.  (Bug#1925)
4979 2009-01-13  Glenn Morris  <rgm@gnu.org>
4981         * org.texi: Fix some more typos.
4983 2009-01-13  Peter Tury  <tury.peter@gmail.com>  (tiny change)
4985         * org.texi: Fix some typos.
4987 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4989         * gnus.texi (Group Parameters): Add note for local variables.
4991 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4993         * gnus.texi (Converting Kill Files): Fix URL.
4994         Include gnus-kill-to-score.el in contrib directory.
4996 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
4998         * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
4999         Reported by Leo <sdl.web@gmail.com>.  (Bug#1660)
5000         (Paging the Article): Add index entry.
5002 2009-01-03  Stephen Leake  <stephen_leake@member.fsf.org>
5004         * ada-mode.texi (Examples): Delete redundant text.
5006 2009-01-03  Michael Albinus  <michael.albinus@gmx.de>
5008         * trampver.texi (top): Declare ipv6prefix and ipv6postfix.
5010         * tramp.texi (Filename Syntax, Filename completion): Handle IPv6
5011         addresses.
5013 2009-01-03  Bill Wohler  <wohler@newt.com>
5015         * mh-e.texi (Scan Line Formats): Indicate that first column should be
5016         kept empty.
5018 2008-12-20  Carsten Dominik  <dominik@science.uva.nl>
5020         * org.texi (Activation, Exporting, ASCII export, HTML export)
5021         (HTML Export commands, LaTeX/PDF export commands):
5022         Improve documentation about transient-mark-mode.
5023         (References): Document the use of special names like $LR1 to reference
5024         to fields in the last table row.
5026 2008-12-19  Juri Linkov  <juri@jurta.org>
5028         * info.texi (Search Text): Remove mention of removed key binding M-s.
5030 2008-12-18  Carsten Dominik  <dominik@science.uva.nl>
5032         * org.texi (References): Remove mentioning of @0 as reference for the
5033         last line, this has been reverted in the Lisp sources.
5035 2008-12-17  Juanma Barranquero  <lekktu@gmail.com>
5037         * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
5038         (DVI_TARGETS): Remove duplicates.  Add sasl.
5039         ($(infodir)/sasl, sasl.dvi): New targets.
5041 2008-12-17  Carsten Dominik  <dominik@science.uva.nl>
5043         * org.texi: Version number pushed to 6.15d.
5045 2008-12-16  Carsten Dominik  <dominik@science.uva.nl>
5047         * org.texi (Tables in LaTeX export): New section.
5048         (Images in LaTeX export): New section.
5049         (Inlined images, Images in HTML export): Sections renamed.
5051 2008-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
5053         * message.texi (Insertion Variables): Don't advertise sc-cite-original.
5055 2008-12-04  David Engster  <dengste@eml.cc>
5057         * gnus.texi (nnmairix): Mention mairix.el.  Point out the importance
5058         of nnml-get-new-mail.  Change URL for mairix patch.
5060 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
5062         * org.texi (Using the mapping API): Fix bug in mapping example.
5063         (Publishing options): Make the list of properties complete again, in
5064         correspondence to the variable `org-export-plist-vars'.
5065         (Property searches): Document new special values for time comparisons.
5066         (Tag inheritance): Refine the description of tag inheritance.
5067         (Project alist): Add info about the publishing sequence of components.
5068         (Effort estimates): Document the new relative timer.
5070 2008-12-01  Jay Belanger  <jay.p.belanger@gmail.com>
5072         * calc.texi (About This Manual): Clarify behavior of `C-x * t'.
5073         (Using Calc): Clarify use of `C-x * o'.
5074         (Embedded Mode (Overview)): Clarify use of `C-x * e'.
5076 2008-11-28  Richard M Stallman  <rms@gnu.org>
5078         * dbus.texi (Receiving Method Calls): Clean up previous change.
5080 2008-11-26  Michael Albinus  <michael.albinus@gmx.de>
5082         * dbus.texi (Type Conversion): New defuns `dbus-string-to-byte-array',
5083         `dbus-escape-as-identifier', `dbus-byte-array-to-string' and
5084         `dbus-unescape-from-identifier'.
5085         (Receiving Method Calls): New constants `dbus-service-emacs' and
5086         `dbus-path-emacs'.  Precise return values of `dbus-register-method'.
5087         (Signals): Use the constants in the example.
5089 2008-11-24  Carsten Dominik  <dominik@science.uva.nl>
5091         * org.texi: Re-apply change to FDL 1.3.
5093 2008-11-23  Carsten Dominik  <dominik@science.uva.nl>
5095         * org.texi (Setting up Remember): Document `org-remember-mode'.
5096         (External links): Document that bbdb links can use a regular
5097         expression.
5098         (External links): Document that elisp links can contain interactive
5099         commands.
5101 2008-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
5103         * viper.texi (viper-translate-all-ESC-keysequences):
5104         Description removed.
5106 2008-11-19  Glenn Morris  <rgm@gnu.org>
5108         * doclicense.texi: Change to FDL 1.3.
5109         Relicense all texi files under FDL 1.3 or later.
5111 2008-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
5113         * calc.texi (Tutorial): Clarify how to set up the on-line tutorial.
5115 2008-11-16  Michael Kifer  <kifer@cs.stonybrook.edu>
5117         * viper.texi (viper-ESC-keyseq-timeout, viper-ESC-key): Remove.
5119         * ediff.texi: Version/date change.
5121 2008-11-14  Chong Yidong  <cyd@stupidchicken.com>
5123         * ns-emacs.texi: Moved into macos.texi in the main Emacs manual.
5125 2008-11-14  Jay Belanger  <jay.p.belanger@gmail.com>
5127         * calc.texi (About This Manual): Comment out a mention of
5128         marginal notes.
5130 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
5132         * org.texi (Clocking work time): Document the :formula property of
5133         clock tables.
5134         (Structure editing, Refiling notes): Document refiling regions.
5135         (Agenda commands): Document the double-prefix version
5136         of the `l' command in the agenda.
5137         (Handling links): Explain the effect of a double prefix
5138         arg to `C-c C-o'.
5139         (TODO basics): Add documentation for tag triggers.
5141 2008-10-23  Glenn Morris  <rgm@gnu.org>
5143         * cl.texi (Function Bindings): Mention `flet' fails to deal with
5144         byte-compiling things like `+'.
5146         * ns-emacs.texi: Merge copyright years of author now with assignment
5147         into FSF years.
5148         (VER): Use it for easier automatic updating.  Use Emacs version rather
5149         than standalone Emacs.app version.
5151 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
5153         * org.texi: Lots of minor fixes.
5154         (Capture): New chapter.
5155         (Org Plot): New section.
5157 2008-09-30  Magnus Henoch  <mange@freemail.hu>
5159         * cl.texi (Porting Common Lisp): Fix parenthesis order in example.
5161 2008-09-30  Jay Belanger  <jay.p.belanger@gmail.com>
5163         * calc.texi (User Defined Units): Mention how to enter optional display
5164         string.
5166 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5168         * message.texi (Sending Variables): Fix variable documentation to
5169         avoid the "y/n" wording.
5171 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5173         * message.texi (Sending Variables): Add `message-confirm-send' doc.
5175 2008-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5177         * gnus.texi (The Gnus Registry): Don't give argument to @item used in
5178         @enumerate section so as to be able to be formatted with MAKEINFO=no.
5180 2008-09-22  Bill Wohler  <wohler@newt.com>
5182         Release MH-E manual version 8.1.
5184         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
5185         release 8.1.
5187         * mh-e.texi: Retain dual license as agreed to by the FSF.
5188         However, bump GPL to Version 3.
5189         Use @include for license text.
5191 2008-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5193         * gnus.texi (Top, Setup, Fancy splitting to parent)
5194         (Store custom flags and keywords, Store arbitrary data):
5195         Clean up markup.
5197 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5199         * gnus.texi (The Gnus Registry): Document it.
5201 2008-09-08  David Engster  <dengste@eml.cc>
5203         * gnus.texi (nnmairix): Point out that nnml uses MH format.
5204         Clarify section about choosing back end servers.
5206 2008-08-23  Glenn Morris  <rgm@gnu.org>
5208         * dired-x.texi (Shell Command Guessing):
5209         Mention dired-guess-shell-case-fold-search.  (Bug#417)
5211 2008-08-22  Michael Albinus  <michael.albinus@gmx.de>
5213         * trampver.texi: Update release number.
5215 2008-08-18  Brian Cully  <bjc@kublai.com>  (tiny change)
5217         * ns-emacs.texi: Update version.
5218         (Introduction): Correct menu location for options save.
5219         (Customization): Note that defaults are stored under org.gnu.Emacs.
5221 2008-08-11  Bill Wohler  <wohler@newt.com>
5223         * mh-e.texi (Getting Started): Rename variant mu-mh to gnu-mh and be
5224         explicit about GNU mailutils MH elsewhere (with thanks to Darel
5225         Henman) (closes SF #1768928).
5227 2008-08-10  Glenn Morris  <rgm@gnu.org>
5229         * ns-emacs.texi: Use @copying.  Change copyright of authors with
5230         assignment to FSF.  Change license to GFDL.
5231         (Top): Remove outdated references.
5233 2008-08-07  Reiner Steib  <Reiner.Steib@gmx.de>
5235         * gnus.texi (Sorting the Summary Buffer, Summary Sorting):
5236         Add gnus-summary-sort-by-most-recent-number and
5237         gnus-summary-sort-by-most-recent-date.
5238         (Summary Sorting): Explain prefix argument.
5240 2008-08-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5242         * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
5243         gnus-summary-pipe-output.
5245 2008-08-03  Michael Albinus  <michael.albinus@gmx.de>
5247         * dbus.texi (Receiving Method Calls): Document error handling of own
5248         D-Bus methods.
5250 2008-08-01  Bill Wohler  <wohler@newt.com>
5252         * mh-e.texi (Reading Mail)
5253         (Viewing Attachments): Describe new function
5254         mh-show-preferred-alternative.
5255         (Sending Mail, Redistributing, Sending Message): Describe new hook
5256         mh-annotate-msg-hook.
5258 2008-07-31  Michael Albinus  <michael.albinus@gmx.de>
5260         * dbus.texi (Arguments and Signatures): Fix example.
5261         (Synchronous Methods): New defun `dbus-call-method-non-blocking'.
5262         (Asynchronous Methods): New node.
5263         (Errors and Events): Describe extended layout of `dbus-event'.
5264         New defun `dbus-event-message-type'.
5266 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5268         * ediff.texi: Remove VMS support.
5270 2008-07-29  Juanma Barranquero  <lekktu@gmail.com>
5272         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
5273         ($(infodir)/mairix-el), mairix-el.dvi): New targets.
5275 2008-07-29  Chong Yidong  <cyd@stupidchicken.com>
5277         * Makefile.in: Add mairix-el targets.
5279 2008-07-29  David Engster  <deng@randomsample.de>
5281         * mairix-el.texi: New file.
5283 2008-07-28  Stephen Leake  <stephen_leake@stephe-leake.org>
5285         * ada-mode.texi: Document using GNAT project files as Emacs Ada mode
5286         project files.  Delete 'main_unit' project variable; not needed.  Allow
5287         process environment variables wherever project variables are allowed.
5288         Add tutorial section on multiple GNAT project files.
5290 2008-07-27  Michael Albinus  <michael.albinus@gmx.de>
5292         Sync with Tramp 2.1.14.
5294         * trampver.texi: Update release number.
5296 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
5298         * ns-emacs.texi:
5299         * faq.texi: Remove mentions of Mac Carbon.
5301 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5303         * gnus.texi (Saving Articles): Describe the 2nd argument of
5304         gnus-summary-save-in-pipe.
5305         (SpamAssassin): Use it.
5307 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5309         * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
5311 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
5313         * org.texi (Export options): Document the use of the creator flag.
5315 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
5317         * org.texi: New version 6.06a.
5319 2008-07-23  Juanma Barranquero  <lekktu@gmail.com>
5321         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add ns-emacs.
5322         ($(infodir)/ns-emacs, ns-emacs.dvi): New targets.
5324 2008-07-23  Vincent Belaïche  <vincent.b.1@hotmail.fr>
5326         * calc.texi (Editing Stack Entries):
5327         (Algebraic Entry): Rewrite introductory sentences so it can be used by
5328         Calc's help functions.  Mention fixing typos.
5329         (Customizing Calc): Fix typo.
5331 2008-07-23  Jay Belanger  <jay.p.belanger@gmail.com>
5333         * calc.texi (summarykey): New macro.  Use to correctly format keys in
5334         the summary.
5336 2008-07-20  Adrian Robert  <adrian.b.robert@gmail.com>
5338         * ns-emacs.texi (Customization): Corrected documentation on color
5339         specification formats.
5341 2008-07-19  Andreas Schwab  <schwab@suse.de>
5343         * ns-emacs.texi: Moved from ../emacs.  Add @direntry.
5345         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ns-emacs.
5346         (ns-emacs, $(infodir)/ns-emacs, ns-emacs.dvi): New rules.
5348 2008-07-18  Michael Albinus  <michael.albinus@gmx.de>
5350         * dbus.texi (Inspection): Rework, introduce submenus.
5351         (Bus names, Introspection, Nodes and Interfaces, Methods and Signal)
5352         (Properties and Annotations, Arguments and Signatures): New nodes.
5354 2008-07-13  Michael Albinus  <michael.albinus@gmx.de>
5356         * dbus.texi (Receiving Method Calls): Fix description of
5357         `dbus-register-method'.
5358         (Signals): Allow also signal arguments for filtering in
5359         `dbus-register-signal'.
5361 2008-07-13  Vincent Belaïche  <vincent.b.1@hotmail.fr>
5363         * calc.texi (Manipulating Vectors): Clarify definition of `rnorm' and
5364         `cnorm'.
5365         (Arithmetic Tutorial): Simplify the verification of prime factors.
5367 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5369         * gnus.texi (Saving Articles): Mention
5370         gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
5372 2008-06-29  Jay Belanger  <jay.p.belanger@gmail.com>
5374         * calc.texi: Adjust mode line throughout.
5376 2008-06-28  Juanma Barranquero  <lekktu@gmail.com>
5378         * sasl.texi (Mechanisms): Fix typos.
5380 2008-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
5382         * calc.texi (Killing from the stack): Mention using normal Emacs
5383         copying.
5385 2008-06-21  Michael Albinus  <michael.albinus@gmx.de>
5387         * tramp.texi (Password handling): Rename from "Password caching".
5388         Add `auth-source' mechanism.
5389         (Connection caching): Tramp reopens the connection automatically,
5390         when the operating system on the remote host has been changed.
5392 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
5394         * makefile.w32-in (distclean): Remove makefile.
5396 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
5398         * org.texi (Using the mapping API): New section.
5399         (Agenda column view): New section.
5400         (Moving subtrees): Document archiving to the archive sibling.
5401         (Agenda commands): Document columns view in the agenda.
5402         (Using the property API): Document the API for multi-valued properties.
5404 2008-06-17  Jason Riedy  <jason@acm.org>
5406         * org.texi (A LaTeX example): Note that fmt may be a one-argument
5407         function, and efmt may be a two-argument function.
5408         (Radio tables): Document multiple destinations.
5410 2008-06-16  Glenn Morris  <rgm@gnu.org>
5412         * epa.texi, erc.texi, pgg.texi, remember.texi, sasl.texi, url.texi:
5413         Add Cover-Texts.
5415 2008-06-15  Glenn Morris  <rgm@gnu.org>
5417         * faq.texi (VER): Update to 23.0.60.
5419         * mh-e.texi: Remove option of licensing under GPL.
5420         Add Cover-Texts to GFDL permissions notice.
5421         (GPL): Remove section.
5422         (GFDL): Include doclicense.texi rather than the actual text.
5424         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add sasl.
5425         (sasl, $(infodir)/sasl, sasl.dvi): New rules.
5427         * sasl.texi: Fix output file name.
5429         * epa.texi, sasl.texi: Refer to license in Emacs manual.
5431         * gnus-coding.texi: Refer to license in Gnus manual.
5433         * idlwave.texi, sasl.texi: Use @copying.
5435         * org.texi: Change to GFDL 1.2.  Refer to license in Emacs manual.
5437         * speedbar.texi: Update Back-Cover Text as per maintain.info.
5439         * url.texi: Use @copying, @title, @subtitle, @author.
5441         * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi, dbus.texi:
5442         * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi:
5443         * erc.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus.texi:
5444         * idlwave.texi, message.texi, newsticker.texi, pcl-cvs.texi:
5445         * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi:
5446         * smtpmail.texi, speedbar.texi, tramp.texi, vip.texi, viper.texi:
5447         * widget.texi, woman.texi:
5448         Remove references to external license, since doclicense is included.
5450         * ada-mode.texi, autotype.texi, cc-mode.texi, dired-x.texi:
5451         * pcl-cvs.texi, speedbar.texi, url.texi, widget.texi:
5452         Remove references to non-existent Invariant Sections.
5454 2008-06-14  Glenn Morris  <rgm@gnu.org>
5456         * faq.texi (Major packages and programs): Remove references to external
5457         Supercite, Calc, VIPER, since they have been included for some time.
5458         Update VM, AUCTeX, BBDB entries.
5460 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
5462         * newsticker.texi: Updated to match latest newsticker changes.
5464 2008-06-13  Glenn Morris  <rgm@gnu.org>
5466         * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi
5467         * dbus.texi, dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi
5468         * eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi
5469         * gnus.texi, idlwave.texi, info.texi, message.texi, newsticker.texi
5470         * nxml-mode.texi, org.texi, pcl-cvs.texi, rcirc.texi, reftex.texi
5471         * sc.texi, sieve.texi, smtpmail.texi, vip.texi, viper.texi, widget.texi
5472         * woman.texi:
5473         Update Back-Cover Text as per maintain.info.
5475 2008-06-15  Reiner Steib  <Reiner.Steib@gmx.de>
5477         * gnus-faq.texi: Generate.  Change node names to "FAQ N-M".
5479         * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
5480         (gnus-faq.xml): Update repository host.
5482         * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
5484 2008-06-15  Frank Schmitt  <ich@frank-schmitt.net>
5486         * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
5487         Fix a typo.
5489 2008-06-15  Reiner Steib  <Reiner.Steib@gmx.de>
5491         * gnus.texi (Mail Source Customization): Correct values of
5492         `mail-source-delete-incoming'.  Reported by Tassilo Horn.
5493         (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
5495 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5497         * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
5498         coding standards.
5500 2008-06-14  David Engster  <dengste@eml.cc>
5502         * gnus.texi (nnmairix): Markup fixes.
5504 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5506         * gnus.texi (nnmairix): Markup and other minor fixes.
5508 2008-06-05  David Engster  <dengste@eml.cc>
5510         * gnus.texi (nnmairix): New nodes describing nnmairix.el.
5512 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5514         * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
5515         (Searching, nnir, nnmairix): New stub nodes.
5517 2008-05-30  Felix Lee  <felix.1@canids.net>
5519         * cl.texi (Iteration Clauses): Fix incorrect "identical" examples.
5521 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5523         * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
5525 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5527         * gnus.texi (Scoring On Other Headers): Fix typo.  Rearrange.
5529 2008-05-15  Jonathan Yavner  <jyavner@member.fsf.org>
5531         * ses.texi (Acknowledgements): Add Shigeru Fukaya.
5533 2008-05-06  Juanma Barranquero  <lekktu@gmail.com>
5535         * info.texi (Top): Fix typo in xref.
5537 2008-05-05  Karl Berry  <karl@gnu.org>
5539         * info.texi (Top): @xref to stand-alone manual.
5541 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5543         * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
5544         (Various Summary Stuff): Fix typo in last xref.
5546 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5548         * org.texi (Moving subtrees): Fix typo.
5550 2008-04-28  Michael Albinus  <michael.albinus@gmx.de>
5552         * tramp.texi (Frequently Asked Questions): Explain, how to disable
5553         Tramp via `tramp-mode'.
5555 2008-04-27  Carsten Dominik  <dominik@sam.science.uva.nl>
5557         * org.texi: Massive changes, in many parts of the file.
5559 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5561         * gnus.texi (Oort Gnus): Add message-fill-column.
5563 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5565         * gnus.texi (Mail Source Specifiers): Typo fix.
5567 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5569         * gnus.texi (Diary Headers Generation): Update key binding for
5570         `gnus-diary-check-message'.
5572 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5574         * gnus.texi (Emacsen): Addition.
5576 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5578         * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
5580 2008-04-09  Reiner Steib  <Reiner.Steib@gmx.de>
5582         * gnus.texi (Oort Gnus): Mention customizing of tool bars.
5584 2008-04-09  Reiner Steib  <Reiner.Steib@gmx.de>
5586         * gnus-news.texi: Update tool bar item.
5588 2008-04-09  Sven Joachim  <svenjoac@gmx.de>
5590         * gnus-news.texi: Fix typos.
5592 2008-04-11  Jay Belanger  <jay.p.belanger@gmail.com>
5594         * calc.texi (Vector and Matrix Arithmetic, Calc Summary):
5595         Add mention of `kron'.
5597 2008-04-01  Daiki Ueno  <ueno@unixuser.org>
5599         * epa.texi (Encrypting/decrypting *.gpg files):
5600         Document epa-file-name-regexp.
5602 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5604         * gnus.texi (Example Methods): Fix description about ssh-agent.
5605         (Indirect Functions): Fix the default value of nntp-telnet-command;
5606         remove link to connect.html.
5608 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
5610         * dbus.texi (Synchronous Methods): New parameter TIMEOUT for
5611         dbus-call-method.
5612         (Receiving Method Calls): The timeout can be set by the calling client.
5614         * trampver.texi: Update release number.
5616 2008-03-29  Reiner Steib  <Reiner.Steib@gmx.de>
5618         * gnus.texi (Top): Fix version.  Add SASL.
5620 2008-03-29  Michael Albinus  <michael.albinus@gmx.de>
5622         Sync with Tramp 2.1.13.
5624         * trampver.texi: Update release number.
5626 2008-03-29  Chong Yidong  <cyd@stupidchicken.com>
5628         * org.texi: Update to new org-mode website.
5630 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5632         * cl.texi (For Clauses): Fix loop over key-seq to match code.
5634 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5636         * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
5637         gnus-read-ephemeral-gmane-group-url,
5638         gnus-read-ephemeral-emacs-bug-group,
5639         gnus-read-ephemeral-debian-bug-group.
5641 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5643         * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
5645         * gnus-news.texi: Add EasyPG.  Add gnus-article-browse-html-article.
5646         Add FIXMEs for Bookmarks and gnus-registry-marks.
5648 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5650         * gnus.texi (Smileys): Document `smiley-style'.
5652 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5654         * gnus.texi (Gnus Development): Clarify difference between ding and
5655         gnu.emacs.gnus.
5656         (MIME Commands, Using MIME, RSS): Fix markup.
5658         * gnus-faq.texi ([8.4]): Ditto.
5660 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5662         * gnus.texi (Emacsen): Remove obsolete stuff.
5664 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5666         * gnus.texi (Oort Gnus): Add version info WRT
5667         `mail-source-delete-incoming'.
5669 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5671         * gnus.texi (Top): Add "Other related manuals" and version info in
5672         `iftex' output.
5673         (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
5674         gnus-balloon-face-0 and the corresponding format specifiers.
5676 2008-03-26  Michael Albinus  <michael.albinus@gmx.de>
5678         * tramp.texi (Filename completion): Remove footnote about let-bind
5679         of `partial-completion-mode'.  It doesn't work this way.
5681 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5683         * pcl-cvs.texi (Contributors): Update my email.
5685 2008-03-21  Michael Albinus  <michael.albinus@gmx.de>
5687         * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
5689 2008-03-17  Bill Wohler  <wohler@newt.com>
5691         * mh-e.texi (Viewing): Update URL for adding header fields to
5692         mh-invisible-header-fields-default.
5694 2008-03-16  Bill Wohler  <wohler@newt.com>
5696         * mh-e.texi (Preface): Add Gnus to requirements.
5697         (Forwarding): Note that forwarded MIME messages are now inline.
5699 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5701         * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
5702         (Common Variables): Give precedence to the netcat methods over the
5703         telnet methods, and mention that they are more reliable.
5705 2008-03-13  Carsten Dominik  <dominik@science.uva.nl>
5707         * org.texi (Exporting Agenda Views): Document agenda export to
5708         iCalendar.
5709         (Progress logging): Document the new progress logging stuff.
5711 2008-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
5713         * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
5714         Update for change of `mail-source-delete-incoming'.
5716         * gnus-news.texi: Ditto.
5718 2008-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
5720         * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
5721         custom versions.
5723 2008-03-07  Alan Mackenzie  <acm@muc.de>
5725         * cc-mode.texi (Limitations and Known Bugs): State that the number of
5726         parens/brackets in a k&r region is limited.
5728 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5730         * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
5731         using different Emacs versions.
5733 2008-02-27  Glenn Morris  <rgm@gnu.org>
5735         * sc.texi: Remove a lot of old and obsolete info.
5736         (titlepage): Simplify.
5737         (Emacs 19 MUAs, Emacs 18 MUAs, MH-E with any Emacsen)
5738         (VM with any Emacsen, GNEWS with any Emacsen)
5739         (Overloading for Non-conforming MUAs, Version 3 Changes)
5740         (The Supercite Mailing List): Delete nodes.
5741         (Introduction): Remove info about old packages.
5742         (Getting Connected): Simplify.  Remove info about old packages.
5743         (Citing Commands): Delete Emacs 19 info.
5744         (Hints to MUA Authors): Simplify.
5745         (Thanks and History): Merge in some info from the deleted node
5746         "Version 3 Changes".
5748 2008-02-05  Juanma Barranquero  <lekktu@gmail.com>
5750         * org.texi (Setting tags, In-buffer settings):
5751         * rcirc.texi (rcirc commands): Replace `legal' with `valid'.
5753 2008-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5755         * gnus-news.texi: Mention that spaces and tabs are allowed in the
5756         installation directory name.
5758 2008-02-12  Romain Francoise  <romain@orebokech.com>
5760         * epa.texi (Overview): Fix typo.
5762 2008-02-11  Daiki Ueno  <ueno@unixuser.org>
5764         * epa.texi (Quick start): Remove the .emacs setting.
5766 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5768         * epa.texi (Quick start): Use the command `epa-enable' instead of
5769         loading `epa-setup'.
5771 2008-02-08  Juanma Barranquero  <lekktu@gmail.com>
5773         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add epa.
5774         ($(infodir)/epa, epa.dvi): New targets.
5776 2008-02-08  Daiki Ueno  <ueno@unixuser.org>
5778         * Makefile.in: Add rules to build EasyPG Assistant User's Manual.
5780         * epa.texi: New manual documenting the EasyPG Assistant.
5782 2008-02-06  Michael Albinus  <michael.albinus@gmx.de>
5784         * dbus.texi (all): Wrap Lisp code examples with @lisp ... @end lisp.
5785         (Inspection): New function dbus-ping.
5787 2008-02-05  Michael Albinus  <michael.albinus@gmx.de>
5789         * tramp.texi (Remote processes): Add `shell-command'.
5791 2008-01-28  Michael Sperber  <sperber@deinprogramm.de>
5793         * gnus.texi (Mail Source Specifiers): Document `group' specifier.
5794         (Group Parameters): Document `mail-source' parameter.
5796 2008-01-27  Michael Albinus  <michael.albinus@gmx.de>
5798         * tramp.texi (Inline methods): The hostname of the su(do)? methods
5799         must be a local host.
5801 2008-01-26  Michael Olson  <mwolson@gnu.org>
5803         * erc.texi: Update version for ERC 5.3 release.
5804         (Obtaining ERC): Update extras URLs for 5.3.
5805         (Development): Write instructions for git, and remove those for Arch.
5806         (History): Mention the switch to git.
5808 2008-01-24  Karl Berry  <karl@gnu.org>
5810         * info.texi (Search Index, Search Text): Mention the command
5811         character in the section name, a la the (Go to node) node.
5813 2008-01-21  Michael Albinus  <michael.albinus@gmx.de>
5815         * dbus.texi (Errors and Events): New macro dbus-ignore-errors.
5817 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5819         * gnus-news.texi: Mention gnus-article-describe-bindings.
5821 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5823         * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
5825 2008-01-18  Carsten Dominik  <dominik@science.uva.nl>
5827         * org.texi (Property inheritance): New section.
5828         (Conventions): New section.
5829         (Structure editing): Document C-RET, the prefix arg to the cut/copy
5830         commands, and the new bindings for refiling.
5831         (Sparse trees): Document the new special command for sparse trees.
5832         (References): Be more clear about the counting of hilines.
5833         (Handling links): Document M-p/n for accessing links.
5834         (Fast access to TODO states): New section.
5835         (Per file keywords): New section.
5836         (Property inheritance): New section.
5837         (Column attributes): New summary types.
5838         (Capturing Column View): New section.
5839         (The date/time prompt): Cover the new features in the date/time prompt.
5840         Compactify the table of keys for the calendar remote control.
5841         (Clocking work time): Document the new :scope parameter.
5842         (Remember): Promoted to chapter.
5843         (Quoted examples): New section.
5844         (Enhancing text): New verbatim environments.
5846 2008-01-14  Michael Albinus  <michael.albinus@gmx.de>
5848         * trampver.texi: Update release number.
5850 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5852         * gnus.texi (Article Keymap):
5853         Add gnus-article-wide-reply-with-original; fix descriptions of
5854         gnus-article-reply-with-original and
5855         gnus-article-followup-with-original.
5857 2008-01-09  Glenn Morris  <rgm@gnu.org>
5859         * nxml-mode.texi: Add @copying section.
5861 2008-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5863         * message.texi (Mail Variables): Add some text from "(gnus)Posting
5864         Server".  Add `message-send-mail-with-mailclient'.
5866         * gnus.texi (Posting Server): Move some text to "(message)Mail
5867         Variables" and add a reference here.
5869 2008-01-04  Michael Albinus  <michael.albinus@gmx.de>
5871         * dbus.texi (Receiving Method Calls): New chapter.
5872         (Errors and Events): Add serial number to events.  Replace "signal" by
5873         "message".  Introduce dbus-event-serial-number.
5875 2008-01-03  Michael Albinus  <michael.albinus@gmx.de>
5877         * dbus.texi (Type Conversion): Explain the type specification for empty
5878         arrays.  Use another example.
5880 2007-12-30  Michael Albinus  <michael.albinus@gmx.de>
5882         * dbus.texi (all): Replace "..." by @dots{}.
5883         (Type Conversion): Precise the value range for :byte types.
5884         (Signals): Rename dbus-unregister-signal to dbus-unregister-object.
5885         Mention its return value.
5886         (Errors and Events): There is no D-Bus error propagation during event
5887         processing.
5889 2007-12-29  Jay Belanger  <jay.p.belanger@gmail.com>
5891         * calc.tex (Yacas Language, Maxima Language, Giac Language):
5892         New sections.
5894 2007-12-29  Reiner Steib  <Reiner.Steib@gmx.de>
5896         * gnus.texi (Group Parameters): Reorder the text and add a note about
5897         `gnus-parameters' near the beginning of the node.
5899 2007-12-29  IRIE Tetsuya  <irie@t.email.ne.jp>  (tiny change)
5901         * gnus.texi (Score File Editing): Fix function name.
5903 2007-12-23  Michael Albinus  <michael.albinus@gmx.de>
5905         Sync with Tramp 2.1.12.
5907         * trampver.texi: Update release number.
5909 2007-12-22  Michael Albinus  <michael.albinus@gmx.de>
5911         * dbus.texi (Type Conversion): Correct input parameters mapping.
5913 2007-12-21  Michael Albinus  <michael.albinus@gmx.de>
5915         * dbus.texi (Type Conversion): Extend for D-Bus compound types.
5916         (Errors and Events): Mention wrong-type-argument error.
5918 2007-12-21  Alex Schroeder  <alex@gnu.org>
5920         * rcirc.texi: Changed single spaces after sentence end to double
5921         spaces.  Fixed some typos.
5922         (Internet Relay Chat): Explain relay.
5923         (Getting started with rcirc): Change items to reflect prompts.
5924         Add more explanation to rcirc-track-minor-mode and added a comment to
5925         warn future maintainers that this section is a copy.
5926         (People): Change /ignore example.
5927         (Keywords): Not keywords.
5929 2007-12-20  Alex Schroeder  <alex@gnu.org>
5931         * rcirc.texi (Top): Fighting Information Overload chapter added.
5932         (Getting started with rcirc): Add notice of rcirc-track-minor-mode.
5933         (rcirc commands): Move /ignore command to the new chapter.
5934         (Fighting Information Overload): New chapter documenting /keyword,
5935         /bright, /dim, channel ignore, and low priority channels.
5936         (Configuration): Document rcirc-server-alist, remove
5937         rcirc-startup-channels-alist and rcirc-default-server.
5939 2007-12-16  Michael Albinus  <michael.albinus@gmx.de>
5941         * dbus.texi (Signals): Fix example in dbus-register-signal.
5943 2007-12-14  Sven Joachim  <svenjoac@gmx.de>
5945         * gnus.texi (Score Variables): Fix typo.
5947 2007-12-07  Michael Albinus  <michael.albinus@gmx.de>
5949         * dbus.texi (Synchronous Methods): Adapt dbus-call-method.
5950         (Signals): Adapt dbus-send-signal and dbus-register-signal.
5951         (Errors and Events): Adapt dbus-event.
5953 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5955         * gnus.texi (Other Files): Add the yenc command.
5957 2007-11-30  Reiner Steib  <Reiner.Steib@gmx.de>
5959         * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
5960         since 2004-08-06.
5962 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5964         * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
5965         on body.
5967 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5969         * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
5970         and rfc2047-allow-irregular-q-encoded-words; fix description of
5971         rfc2047-encode-encoded-words.
5973 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5975         * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
5977 2007-12-05  Michael Olson  <mwolson@gnu.org>
5979         * remember.texi (Diary): Remove "require" line for remember-diary.el.
5980         Update documentation for `remember-diary-file'.
5982 2007-12-04  Michael Albinus  <michael.albinus@gmx.de>
5984         * dbus.texi (Signals): Precise `dbus-register-signal'.
5985         (Errors and Events): Rework events part, the internal structure of
5986         dbus-event has changed.
5988 2007-12-03  Juanma Barranquero  <lekktu@gmail.com>
5990         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
5991         ($(infodir)/dbus, dbus.dvi): New targets.
5993 2007-12-03  Michael Albinus  <michael.albinus@gmx.de>
5995         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
5996         unconditionally.
5998         * dbus.texi (Synchronous Methods): Show the result of the "lshal"
5999         emulation with @print{}.
6001 2007-12-02  Richard Stallman  <rms@gnu.org>
6003         * dbus.texi (Overview): Minor cleanup.
6005 2007-12-02  Michael Albinus  <michael.albinus@gmx.de>
6007         * Makefile.in (INFO_TARGETS): Add dbus.
6008         (DVI_TARGETS): Add dbus.dvi.
6009         (dbus, dbus.dvi): New targets.
6011         * dbus.texi: New file.
6013 2007-11-24  Romain Francoise  <romain@orebokech.com>
6015         * nxml-mode.texi: Add description in @direntry.
6016         Fix file name to match @setfilename.
6018 2007-11-23  Mark A. Hershberger  <mah@everybody.org>
6020         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
6021         ($(infodir)/nxml-mode): New rule.
6023         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add nxml-mode.
6024         ($(infodir)/nxml-mode): New rule.
6025         (clean): Add nxml-mode*.
6027         * nxml-mode.texi: New file with nxml manual.
6029 2007-11-18  Richard Stallman  <rms@gnu.org>
6031         * flymake.texi (Example -- Configuring a tool called directly):
6032         Update example.
6034 2007-11-18  Michael Albinus  <michael.albinus@gmx.de>
6036         * tramp.texi (Filename completion): Simplify explanation of
6037         double-slash behavior.  Explain directory contents flushing.
6039 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
6041         * calc.texi (TeX and LaTeX Language Modes): Put in
6042         missing braces.
6044 2007-11-15  Richard Stallman  <rms@gnu.org>
6046         * cl.texi (Equality Predicates): Delete `eql'.
6047         (Predicates, Naming Conventions, Top): Delete `eql'.
6048         (Common Lisp Compatibility): Delete `eql'.
6049         (Porting Common Lisp): Delete obsolete backquote info.
6050         Minor clarification about character constants.
6051         (Sequence Basics): Minor clarification.
6053 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6055         * cc-mode.texi (Electric Keys, Custom Macros):
6056         * tramp.texi (Filename completion): Fix typos.
6058 2007-11-15  Jay Belanger  <jay.p.belanger@gmail.com>
6060         * calc.texi (Basic commands): Mention the menu.
6062 2007-11-12  Michael Albinus  <michael.albinus@gmx.de>
6064         * tramp.texi (Connection caching): Tramp flushes connection
6065         properties when remote operating system has been changed.
6067 2007-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
6069         * gnus-news.texi: Fix spelling.
6070         `message-insert-formatted-citation-line', not
6071         `message-insert-formated-citation-line'.
6073         * gnus.texi, gnus-faq.texi, message.texi: Bump version to 5.10.9.
6075 2007-11-07  Michael Albinus  <michael.albinus@gmx.de>
6077         * tramp.texi (Overview): Mention also the PuTTY integration under
6078         w32.  Remove paragraphs about Tramp's experimental status.
6079         (Frequently Asked Questions): Add code example for highlighting the
6080         mode line.
6082 2007-11-03  Michael Olson  <mwolson@gnu.org>
6084         * remember.texi: Change mentions of remember-buffer to
6085         remember-finalize throughout.
6087 2007-10-30  Michael Olson  <mwolson@gnu.org>
6089         * remember.texi (Copying): Remove.
6090         (Mailbox): Update with non-BBDB instructions.
6091         (Diary, Org): Add.
6092         (Bibliography, Planner Page): Remove.
6094 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
6096         * makefile.w32-in (INFO_TARGETS): Add remember.
6097         (DVI_TARGETS): Add remember.dvi.
6098         ($(infodir)/remember): New rule.
6099         (clean): Add remember*.
6101 2007-10-30  Michael Olson  <mwolson@gnu.org>
6103         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add remember.
6104         ($(infodir)/remember): New rule that builds the Remember Manual.
6106         * remember.texi: New file containing the Remember Mode Manual.
6107         Shuffle chapters around after initial import.
6108         (Function Reference): Split Keystrokes into separate chapter.
6109         (Keystrokes): Document C-c C-k.
6110         (Introduction): Fix typographical issue with "---".
6112 2007-10-29  Richard Stallman  <rms@gnu.org>
6114         * widget.texi (Introduction): Delete discussion of implementation
6115         internals.
6117 2007-10-29  Michael Albinus  <michael.albinus@gmx.de>
6119         * tramp.texi (Connection caching): Host names must be different
6120         when tunneling.
6122 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6124         * gnus.texi, gnus-faq.texi, message.texi: Bump version to
6125         Gnus v5.13.
6127 2007-10-28  Miles Bader  <miles@gnu.org>
6129         * gnus-news.texi, gnus-coding.texi, sasl.texi: New files.
6131 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6133         * gnus.texi (Sorting the Summary Buffer):
6134         Remove gnus-article-sort-by-date-reverse.
6136 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6138         * gnus.texi (Non-ASCII Group Names): New node.
6139         (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
6140         gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
6142 2007-10-28  Michaël Cadilhac  <michael@cadilhac.name>
6144         * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
6145         clean the output of the program `imap-shell-program'.
6147 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6149         * gnus.texi (IMAP): Mention nnimap-logout-timeout.
6151 2007-10-28  Tassilo Horn  <tassilo@member.fsf.org>
6153         * gnus.texi (Sticky Articles): Documentation for sticky article
6154         buffers.
6156 2007-10-28  Michaël Cadilhac  <michael@cadilhac.name>
6158         * gnus.texi (RSS): Document nnrss-ignore-article-fields.
6160 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6162         * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
6164 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6166         * gnus.texi (Archived Messages):
6167         Document gnus-update-message-archive-method.
6169 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6171         * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
6173 2007-10-28  Michaël Cadilhac  <michael@cadilhac.name>
6175         * gnus.texi (Group Maneuvering):
6176         Document `gnus-summary-next-group-on-exit'.
6178 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6180         * gnus.texi (Really Various Summary Commands):
6181         Mention gnus-auto-select-on-ephemeral-exit.
6183 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6185         * gnus.texi, message.texi: Bump version number.
6187 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6189         * gnus.texi (Group Line Specification, Misc Group Stuff)
6190         (Server Commands): Parenthesize @pxref{Mail Spool}.
6192 2007-10-28  Didier Verna  <didier@xemacs.org>
6194         New user option: message-signature-directory.
6195         * message.texi (Insertion Variables): Document it.
6196         * gnus.texi (Posting Styles): Ditto.
6198 2007-10-28  Didier Verna  <didier@xemacs.org>
6200         * gnus.texi (Group Line Specification):
6201         * gnus.texi (Misc Group Stuff):
6202         * gnus.texi (Server Commands): Document the group compaction feature.
6204 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6206         * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
6208         * message.texi (Various Message Variables): Add message-fill-column.
6210 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6212         * gnus.texi: Untabify.
6214 2007-10-28  Didier Verna  <didier@xemacs.org>
6216         * gnus.texi (Group Parameters): Document the posting-style merging
6217         process in topic-mode.
6219 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6221         * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
6223 2007-10-28  Romain Francoise  <romain@orebokech.com>
6225         * gnus.texi (Mail Spool): Fix typo.
6226         Update copyright.
6228 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6230         * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
6232 2007-10-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6234         * gnus.texi (Summary Generation Commands):
6235         Add gnus-summary-insert-ticked-articles.
6237 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6239         * gnus.texi (SpamAssassin back end): Rename spam-spamassassin-path
6240         to spam-spamassassin-program.
6242 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6244         * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
6246 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6248         * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
6250 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6252         * message.texi (Mail Headers): Document `opportunistic'.
6254 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6256         * emacs-mime.texi (Encoding Customization): Explain how to set
6257         mm-coding-system-priorities per hierarchy.
6259 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6261         * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
6262         nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
6264 2007-10-28  Didier Verna  <didier@xemacs.org>
6266         * message.texi (Wide Reply): Update documentation of
6267         message-dont-reply-to-names (now allowing a list of regexps).
6269 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6271         * gnus.texi (Spam Package Introduction): Fix spam menu and links.
6273 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6275         * gnus.texi (SpamAssassin back end): Fix typo.
6277         * sieve.texi (Examples): Fix grammar.
6279 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6281         * gnus.texi (Searching for Articles): Document M-S and M-R.
6282         (Limiting): Document / b.
6284 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6286         * gnus.texi (Thread Commands): T M-^.
6288 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6290         * message.texi (Mail Aliases): Document ecomplete.
6291         (Mail Aliases): Fix typo.
6293 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6295         * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
6296         fix typo.
6298 2007-10-28  Romain Francoise  <romain@orebokech.com>
6300         * gnus.texi (Mail Spool): Grammar fix.
6302 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6304         * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
6305         string.
6307 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6309         * gnus.texi (Group Parameters): Fix description.
6311 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6313         * gnus.texi (Gmane Spam Reporting):
6314         Fix spam-report-gmane-use-article-number.
6315         Add spam-report-user-mail-address.
6317 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6319         * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
6321 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6323         * gnus.texi (Group Parameters): Add simplified sorting example based on
6324         example for `Sorting the Summary Buffer' from Jari Aalto
6325         <jari.aalto@cante.net>.
6326         (Example Methods): Add example for an indirect connection.
6328 2007-10-28  Kevin Greiner  <kevin.greiner@compsol.cc>
6330         * gnus.texi (nntp-open-via-telnet-and-telnet): Fix grammar.
6331         (Agent Parameters): Update parameter names to match code.
6332         (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
6333         'gnus-agent-summary-fetch-series'.
6334         (Agent and flags): New section providing a generalized discussion
6335         of flag handling.
6336         (Agent and IMAP): Remove flag discussion.
6337         (Agent Variables): Add 'gnus-agent-synchronize-flags'.
6339 2007-10-28  Romain Francoise  <romain@orebokech.com>
6341         * gnus.texi (Exiting the Summary Buffer): Add new function
6342         `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
6344 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6346         * gnus.texi (Conformity): Fix typo.
6347         (Customizing Articles): Document `first'.
6349 2007-10-28  Jari Aalto  <jari.aalto@cante.net>
6351         * gnus.texi (Sorting the Summary Buffer):
6352         Add `gnus-thread-sort-by-date-reverse'.  Add example
6353         host to different sorting in NNTP and RSS groups.
6355 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6357         * message.texi (Insertion): Describe prefix for
6358         message-mark-inserted-region and message-mark-insert-file.
6360 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6362         * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
6363         LaTeX documents.  Describe "text/x-gnus-verbatim".
6365 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
6367         * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
6368         (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
6369         (spam-stat spam filtering, SpamOracle)
6370         (Extending the Spam ELisp package): Remove extra quote symbol for
6371         clarity.
6373 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6375         * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
6376         gnus-article-delete-part and gnus-article-replace-part.
6377         (Using MIME): Add gnus-mime-replace-part.
6379 2007-10-28  Romain Francoise  <romain@orebokech.com>
6381         * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
6382         requires `auto-compression-mode' to be enabled.  Add new nnml
6383         variable `nnml-compressed-files-size-threshold'.
6385 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6387         * gnus.texi (Sorting the Summary Buffer):
6388         Add gnus-thread-sort-by-recipient.
6390 2007-10-28  Romain Francoise  <romain@orebokech.com>
6392         * message.texi (Insertion Variables): Mention new variable
6393         `message-yank-empty-prefix'.  Change `message-yank-cited-prefix'
6394         documentation accordingly.
6396 2007-10-28  Romain Francoise  <romain@orebokech.com>
6398         * gnus.texi (To From Newsgroups): Mention new variables
6399         `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
6401 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6403         * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
6404         stuff; gnus-mime-inline-part does the automatic decompression.
6406 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
6408         * gnus.texi (Spam ELisp Package Configuration Examples):
6409         "training.ham" should be "training.spam".
6411 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6413         * message.texi (Mail Variables): Fix the default value for
6414         message-send-mail-function.
6416 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6418         * gnus.texi (Optional Back End Functions): nntp-request-update-info
6419         always returns nil exceptionally.
6421 2007-10-28  Simon Josefsson  <jas@extundo.com>
6423         * gnus.texi (Article Washing): Add libidn URL.
6424         Suggested by Michael Cook <michael@waxrat.com>.
6426 2007-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6428         * gnus.texi (Topic Commands): Fix next/previous.
6430 2007-10-28  Simon Josefsson  <jas@extundo.com>
6432         * gnus.texi (Article Washing): Mention `W i'.
6434 2007-10-28  Jochen Küpper  <jochen@fhi-berlin.mpg.de>
6436         * gnus.texi (Group Parameters): Slight extension of sieve
6437         parameter description.
6439 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6441         * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
6442         matching score files as well.
6443         (Picons): Describe `gnus-picon-style'.
6445 2007-10-28  Romain Francoise  <romain@orebokech.com>
6447         * message.texi (Message Headers): Mention that headers are hidden
6448         using narrowing, and how to expose them.
6449         Update copyright.
6451 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6453         * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
6454         `gnus-summary-sort-by-recipient'.
6456 2007-10-28  Romain Francoise  <romain@orebokech.com>
6458         * gnus.texi (NNTP marks): New node.
6459         (NNTP): Move NNTP marks variables to the new node.
6461 2007-10-28  Jesper Harder  <harder@ifa.au.dk>
6463         * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back end.
6465         * gnus.texi (MIME Commands, Hashcash): Markup fix.
6467 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
6469         * gnus.texi: Replaced @file{spam.el} with @code{spam.el}
6470         everywhere for consistency.
6471         (Filtering Spam Using The Spam ELisp Package): Admonish again.
6472         (Spam ELisp Package Sequence of Events): This is Gnus, say so.
6473         Say "regular expression" instead of "regex."  Admonish.
6474         Pick other words to sound better (s/so/thus/).
6475         (Spam ELisp Package Filtering of Incoming Mail):
6476         Mention statistical filters.  Remove old TODO.
6477         (Spam ELisp Package Sorting and Score Display in Summary Buffer):
6478         New section on sorting and displaying the spam score.
6479         (BBDB Whitelists): Mention spam-use-BBDB-exclusive is not a
6480         backend but an alias to spam-use-BBDB.
6481         (Extending the Spam ELisp package): Rewrite the example using the
6482         new backend functionality.
6484 2007-10-28  Simon Josefsson  <jas@extundo.com>
6486         * gnus.texi (NNTP): Mention nntp-marks-is-evil and
6487         nntp-marks-directory, from Romain Francoise
6488         <romain@orebokech.com>.
6490 2007-10-28  Magnus Henoch  <mange@freemail.hu>
6492         * gnus.texi (Hashcash): New default value of
6493         hashcash-default-payment.
6495 2007-10-28  Simon Josefsson  <jas@extundo.com>
6497         * gnus.texi (Hashcash): Fix URL.  Add pref to spam section.
6498         (Anti-spam Hashcash Payments): No need to load hashcash.el now.
6500 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6502         * gnus.texi (Adaptive Scoring): Add gnus-adaptive-pretty-print.
6504 2007-10-28  Simon Josefsson  <jas@extundo.com>
6506         * gnus.texi (documentencoding): Add, to avoid warnings.
6508 2007-10-28  Simon Josefsson  <jas@extundo.com>
6510         * message.texi (Mail Headers): Add.
6512         * gnus.texi (Hashcash): Fix.
6514 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
6516         * gnus.texi (Hashcash): Change location of library, also mention
6517         that payments can be verified and fix the name of the
6518         hashcash-path variable.
6520 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6522         * gnus.texi (Article Display): Add `gnus-picon-style'.
6524 2007-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6526         * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
6528 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
6530         * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
6531         (Bogofilter, spam-stat spam filtering, SpamOracle): Old incorrect
6532         warning about ham processors in spam groups removed.
6534 2007-10-28  Teodor Zlatanov  <tzz@lifelogs.com>
6536         * gnus.texi (SpamAssassin backend): Add new node about SpamAssassin.
6537         From Hubert Chan <hubert@uhoreg.ca>.
6539 2007-10-28  Jesper Harder  <harder@ifa.au.dk>
6541         * gnus.texi (Spam ELisp Package Sequence of Events): Index.
6542         (Mailing List): Typo.
6543         (Customizing Articles): Add gnus-treat-ansi-sequences.
6544         (Article Washing): Index.
6546         * message.texi: Use m-dash consistently.
6548 2007-10-28  Jesper Harder  <harder@ifa.au.dk>
6550         * gnus.texi (GroupLens): Remove.
6552 2007-10-28  Kevin Greiner  <kgreiner@xpediantsolutions.com>
6554         * gnus.texi (Outgoing Messages, Agent Variables):
6555         Add gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
6556         Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
6558 2007-10-28  Jesper Harder  <harder@ifa.au.dk>
6560         * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
6562 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6564         * gnus.texi (Article Washing): Add `gnus-article-treat-ansi-sequences'.
6566         * gnus.texi (No Gnus): New node.  Includes `gnus-news.texi'.
6568 2007-10-28  Simon Josefsson  <jas@extundo.com>
6570         * gnus.texi (Top): Add SASL.
6572 2007-10-27  Emanuele Giaquinta  <e.giaquinta@glauco.it>  (tiny change)
6574         * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
6576 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6578         * gnus.texi (Troubleshooting): Adjust Gnus version number.
6580 2007-10-27  Jay Belanger  <jay.p.belanger@gmail.com>
6582         * calc.texi (Formulas, Composition Basics): Lower the
6583         precedence of negation.
6585 2007-10-25  Jonathan Yavner  <jyavner@member.fsf.org>
6587         * ses.texi (The Basics): Mention how to create a new spreadsheet.
6588         Mention the new three-letter column identifiers.
6589         (More on cell printing): Calculate-cell and truncate-cell are now `c'
6590         and `t' rather than `C-c C-c' and `C-c C-t'.  Mention the stupid error
6591         message when using `c' on an empty default with default printer.
6592         (Buffer-local variables in spreadsheets): `symbolic-formulas' was
6593         renamed to `ses--symbolic-formulas' some time ago.
6595 2007-10-25  Jay Belanger  <jay.p.belanger@gmail.com>
6597         * calc.texi (Default Simplifications, Making Selections)
6598         (Customizing Calc): Clarify associativity of multiplication.
6600 2007-10-23  Michael Albinus  <michael.albinus@gmx.de>
6602         * tramp.texi (Traces and Profiles): Simplify loop over
6603         `trace-function-background'.
6605 2007-10-22  Juri Linkov  <juri@jurta.org>
6607         * dired-x.texi (Shell Command Guessing): Default values are now
6608         available by typing M-n instead of M-p.
6610 2007-10-21  Michael Albinus  <michael.albinus@gmx.de>
6612         * tramp.texi (Cleanup remote connections): New section.
6613         (Password caching): Remove `tramp-clear-passwd'.
6614         It's not a command anymore.
6615         (Bug Reports): Add `tramp-bug' to function index.
6616         (Function Index, Variable Index): New nodes.
6617         (Remote shell setup): Describe `tramp-password-prompt-regexp'.
6619         * trampver.texi: Update release number.
6621 2007-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
6623         * calc.texi (History and Acknowledgements): Turn comment
6624         about integer size into past tense.
6625         (Time Zones): Remove pointer to Calc author's address.
6626         (Trigonometric and Hyperbolic Functions): Mention cotangent
6627         and hyperbolic cotangent.  Fix typo.
6629 2007-10-10  Michael Albinus  <michael.albinus@gmx.de>
6631         Sync with Tramp 2.1.11.
6633         * trampver.texi: Update release number.
6635 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
6637         * tramp.texi (External packages): New section.
6639 2007-09-29  Juri Linkov  <juri@jurta.org>
6641         * info.texi (Help-Int): Document `L' (`Info-history').
6643 2007-09-26  Carsten Dominik  <dominik@science.uva.nl>
6645         * org.texi: Change links to webpage and maintained email.
6646         (Remember): Promote to Chapter, significant changes.
6647         (Fast access to TODO states): New section.
6648         (Faces for TODO keywords): New section.
6649         (Export options): Example for #+DATE.
6650         (Progress logging): Section moved.
6652 2007-09-26  Bill Wohler  <wohler@newt.com>
6654         * mh-e.texi (HTML): Mention binding of S-mouse-2 to
6655         browse-url-at-mouse.
6657 2007-09-20  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
6659         * flymake.texi (Customizable variables): Face names don't end in -face.
6660         Fix flymake-err-line-patterns template.
6661         (Example -- Configuring a tool called directly): Fix init-function.
6662         (Highlighting erroneous lines): Face names don't end in -face.
6664 2007-09-18  Exal de Jesus Garcia Carrillo  <exal@gmx.de>  (tiny change)
6666         * erc.texi (Special-Features): Fix small typo.
6668 2007-09-14  Michael Albinus  <michael.albinus@gmx.de>
6670         * tramp.texi (Filename Syntax): Provide links to "Inline methods"
6671         and "External transfer methods".
6673 2007-09-13  Jay Belanger  <jay.p.belanger@gmail.com>
6675         * calc.texi (Predefined Units): Add some history.
6677 2007-09-08  Michael Olson  <mwolson@gnu.org>
6679         * erc.texi (Copying): New section included from gpl.texi.
6680         This matches the look of the upstream ERC manual.
6682 2007-09-07  Jay Belanger  <jay.p.belanger@gmail.com>
6684         * calc.texi (History and Acknowledgements): Adjust the "thanks".
6685         (Random Numbers): Clarify the distribution of `random'.
6687 2007-09-06  Glenn Morris  <rgm@gnu.org>
6689         Move manual sources from man/ to subdirectories of doc/.
6690         Split into the Emacs manual in emacs/, and other manuals in misc/.
6691         Change all setfilename commands to use ../../info.
6692         * Makefile.in: Move the parts of the old man/Makefile.in that do not
6693         refer to the Emacs manual here.
6694         (infodir): New variable.
6695         (INFO_TARGETS, info): Use infodir.  Also used by all info targets.
6696         (cc-mode.texi, faq.texi): Update references to source file locations.
6697         * makefile.w32-in: Move the parts of the old man/makefile.w32-in that
6698         do not refer to the Emacs manual here.
6699         (infodir, MULTI_INSTALL_INFO, ENVADD): Go up one more level.
6701         * Makefile.in: Add `basename' versions of all info targets, for
6702         convenience when rebuilding just one manual.
6703         (../etc/GNU): Delete obsolete target.
6704         (.SUFFIXES): Use $(TEXI2DVI) rather than texi2dvi.
6705         (mostlyclean): Add *.op, *.ops.  Move *.aux *.cps *.fns *.kys *.pgs
6706         *.vrs *.toc here...
6707         (maintainer-clean): ...from here.
6709         * makefile.w32-in (../etc/GNU): Delete obsolete target.
6711 2007-09-01  Jay Belanger  <jay.p.belanger@gmail.com>
6713         * calc.texi (Date Conversions): Clarify definition of
6714         Julian day numbering.
6715         (Date Forms): Clarify definition of Julian day numbering;
6716         add some history.
6718 2007-08-30  Carsten Dominik  <dominik@science.uva.nl>
6720         * org.texi: Version 5.07.
6722 2007-08-24  IRIE Tetsuya  <irie@t.email.ne.jp>  (tiny change)
6724         * message.texi (MIME): Replace mml-attach with mml-attach-file.
6726 2007-08-22  Carsten Dominik  <dominik@science.uva.nl>
6728         * org.texi (Adding hyperlink types): New section.
6729         (Embedded LaTeX): Chapter updated because of LaTeX export.
6730         (LaTeX export): New section.
6731         (Using links out): New section.
6733 2007-08-22  Glenn Morris  <rgm@gnu.org>
6735         * faq.texi (Learning how to do something): Refcards now in
6736         etc/refcards/ directory.
6738 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
6740         * tramp.texi (Remote Programs): Persistency file must be cleared when
6741         changing `tramp-remote-path'.
6742         (Filename Syntax): Don't use @var{} constructs inside the @trampfn
6743         macro.
6745 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
6747         * calc.texi: Move contents to beginning of file.
6748         (Algebraic Entry): Fix the formatting of an example.
6750 2007-08-15  Jay Belanger  <jay.p.belanger@gmail.com>
6752         * calc.texi (Basic Operations on Units): Mention exact versus
6753         inexact conversions.
6755 2007-08-14  Jay Belanger  <jay.p.belanger@gmail.com>
6757         * calc.texi (Basic Operations on Units): Mention default
6758         values for new units.
6759         (Quick Calculator Mode): Mention that binary format will
6760         be displayed.
6762 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6764         * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
6766 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6768         * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
6770 2007-08-08  Glenn Morris  <rgm@gnu.org>
6772         * gnus.texi, sieve.texi: Replace `iff'.
6774 2007-08-03  Jay Belanger  <jay.p.belanger@gmail.com>
6776         * calc.texi (Basic Graphics): Mention the graphing of error
6777         forms.
6778         (Graphics Options): Mention how `g s' handles error forms.
6779         (Curve Fitting): Mention plotting the curves.
6780         (Standard Nonlinear Models): Add additional models.
6781         (Curve Fitting Details): Mention the Levenberg-Marquardt method.
6782         (Linear Fits): Correct result.
6784 2007-08-01  Alan Mackenzie  <acm@muc.de>
6786         * cc-mode.texi (Mailing Lists and Bug Reports): Correct "-no-site-file"
6787         to "--no-site-file".
6789 2007-07-29  Michael Albinus  <michael.albinus@gmx.de>
6791         * tramp.texi (Frequently Asked Questions): Point to mode line
6792         extension in Emacs 23.1.
6794         * trampver.texi: Update release number.
6796 2007-07-27  Glenn Morris  <rgm@gnu.org>
6798         * calc.texi (Copying): Include license text from gpl.texi, rather than
6799         in-line.
6801 2007-07-25  Glenn Morris  <rgm@gnu.org>
6803         * calc.texi (Copying): Replace license with GPLv3.
6805         * Relicense all FSF files to GPLv3 or later.
6807 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
6809         Sync with Tramp 2.1.10.
6811         * tramp.texi (trampfn): Expand macro implementation in order to handle
6812         empty arguments.
6813         (trampfnmhl, trampfnuhl, trampfnhl): Remove macros.  Replace all
6814         occurrences by trampfn.
6815         (Frequently Asked Questions): Extend example code for host
6816         identification in the modeline.  Add bbdb to approaches shortening Tramp
6817         file names to be typed.
6819         * trampver.texi: Update release number.
6821 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
6823         * tramp.texi: Move @setfilename ../info/tramp up, outside the header
6824         section.  Reported by <poti@potis.org>.
6825         (Remote processes): Arguments of the program to be debugged are taken
6826         literally.
6827         (Frequently Asked Questions): Simplify recentf example.
6829 2007-07-14  Karl Berry  <karl@gnu.org>
6831         * info.texi (@copying): New Back-Cover Text.
6833         * info.texi (Quitting Info): Move to proper place in source.
6834         (Reported by Benno Schulenberg.)
6836 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
6838         * Makefile.in (../info/emacs-mime): Use --enable-encoding.
6840         * makefile.w32-in ($(infodir)/emacs-mime): Ditto.
6842         * emacs-mime.texi: Add @documentencoding directive.
6844 2007-07-12  Nick Roberts  <nickrob@snap.net.nz>
6846         * tramp.texi (Remote processes): Add an anchor to the subsection
6847         "Running a debugger on a remote host".
6849 2007-07-12  Michael Albinus  <michael.albinus@gmx.de>
6851         * tramp.texi (Remote processes): Don't call it "experimental" any
6852         longer.  Add subsection about running a debugger on a remote host.
6854 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
6856         * org.texi (Properties and columns): Chapter rewritten.
6858 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
6860         * tramp.texi:
6861         * trampver.texi: Migrate to Tramp 2.1.
6863 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
6865         * org.texi (Properties): New chapter.
6867 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6869         * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
6870         Control Panel.
6872         * gnus.texi (Misc Article): Add index entry for
6873         gnus-single-article-buffer.
6875 2007-06-27  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6877         * gnus.texi (Starting Up): Fix typo.
6879 2007-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6881         * gnus.texi (Asynchronous Fetching): Fix typo.
6883 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
6885         * calc.texi:Change ifinfo to ifnottex (as appropriate) throughout.
6886         (About This Manual): Remove redundant information.
6887         (Getting Started): Mention author.
6888         (Basic Arithmetic, Customizing Calc): Make description of the
6889         variable `calc-multiplication-has-precedence' match its new effect.
6891 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
6893         * calc.texi (Basic Arithmetic, Customizing Calc):
6894         Mention the variable `calc-multiplication-has-precedence'.
6896 2007-06-19  Carsten Dominik  <dominik@science.uva.nl>
6898         * org.texi (Tag): Section swapped with node Timestamps.
6899         (Formula syntax for Lisp): Document new `L' flag.
6901 2007-06-06  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6903         * gnus.texi (Misc Group Stuff, Summary Buffer)
6904         (Server Commands, Article Keymap): Fix typo.  s/function/command/.
6906 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6908         * cc-mode.texi (Comment Commands, Getting Started, Style Variables):
6909         * gnus.texi (Article Buttons, Mail Source Customization)
6910         (Sending or Not Sending, Customizing NNDiary):
6911         * message.texi (Message Headers):
6912         * mh-e.texi (HTML): Fix typos.
6914 2007-06-07  Michael Albinus  <michael.albinus@gmx.de>
6916         Sync with Tramp 2.0.56.
6918         * tramp.texi (Frequently Asked Questions): Improve ~/.zshrc
6919         settings.  Reported by Ted Zlatanov <tzz@lifelogs.com>.
6921 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
6923         * Version 22.1 released.
6925 2007-05-26  Michael Olson  <mwolson@gnu.org>
6927         * erc.texi (Modules): Fix references to completion modules.
6929 2007-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
6931         * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
6933 2007-05-09  Didier Verna  <didier@xemacs.org>
6935         * gnus.texi (Email Based Diary): New.  Proper documentation for the
6936         nndiary back end and the gnus-diary library.
6938 2007-05-03  Karl Berry  <karl@gnu.org>
6940         * .cvsignore (*.pdf): New entry.
6942         * texinfo.tex: Update from current version for better pdf generation.
6944 2007-04-30  Reiner Steib  <Reiner.Steib@gmx.de>
6946         * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
6948 2007-04-28  Glenn Morris  <rgm@gnu.org>
6950         * faq.texi (New in Emacs 22): Restore mention of python.el pending
6951         consideration of legal status.
6953 2007-04-27  J.D. Smith  <jdsmith@as.arizona.edu>
6955         * idlwave.texi: Minor updates for IDLWAVE 6.1.
6957 2007-04-24  Chong Yidong  <cyd@stupidchicken.com>
6959         * faq.texi (New in Emacs 22): python.el removed.
6961 2007-04-23  Jay Belanger  <jay.p.belanger@gmail.com>
6963         * calc.texi (Reporting bugs): Update maintainer's address.
6965 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
6967         * faq.texi (New in Emacs 22): Rename "tumme" to "image-dired".
6969 2007-04-15  Jay Belanger  <belanger@truman.edu>
6971         * calc.texi (Title page): Remove the date.
6972         (Basic Arithmetic): Emphasize that / binds less strongly than *.
6973         (The Standard Calc Interface): Change trail title.
6974         (Floats): Mention that when non-decimal floats are entered, only
6975         approximations are stored.
6976         (Copying): Move to the appendices.
6977         (GNU Free Documentation License): Add as an appendix.
6979 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
6981         * ada-mode.texi, autotype.texi, cc-mode.texi, cl.texi:
6982         * dired-x.texi, ebrowse.texi, ediff.texi:
6983         * emacs-mime.texi, erc.texi, eshell.texi:
6984         * eudc.texi, flymake.texi, forms.texi, gnus.texi:
6985         * idlwave.texi, message.texi, newsticker.texi, org.texi:
6986         * pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi, sc.texi:
6987         * ses.texi, sieve.texi, smtpmail.texi, speedbar.texi:
6988         * tramp.texi, url.texi, vip.texi, viper.texi, widget.texi:
6989         * woman.texi: Include GFDL.
6991         * doclicense.texi: Remove node heading, so that it can be included by
6992         other files.
6994         * dired-x.texi: Relicence under GFDL.  Remove date from title page.
6996         * calc.texi (Algebraic Tutorial): Emphasize that / binds less strongly
6997         than *.
6999 2007-04-14  Carsten Dominik  <dominik@science.uva.nl>
7001         * org.texi (Formula syntax for Calc): Emphasize the operator precedence
7002         in Calc.
7004 2007-04-09  Romain Francoise  <romain@orebokech.com>
7006         * faq.texi (New in Emacs 22): Mention improvements to the Windows and
7007         Mac OS ports.  Make it clear that mouse-1 complements and doesn't
7008         replace mouse-2.
7010 2007-04-08  Chong Yidong  <cyd@stupidchicken.com>
7012         * woman.texi (Word at point, Interface Options): woman-topic-at-point
7013         renamed to woman-use-topic-at-point.  Document new behavior.
7015 2007-04-08  Richard Stallman  <rms@gnu.org>
7017         * url.texi: Fix some indexing.
7018         (Disk Caching): Drop discussion of old/other Emacs versions.
7020 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7022         * url.texi (Disk Caching): Say Emacs 21 "and later".
7024         * cc-mode.texi (Font Locking Preliminaries): Link to Emacs manual node
7025         on Font locking which now mentions JIT lock.
7027 2007-04-01  Michael Olson  <mwolson@gnu.org>
7029         * erc.texi: Update for the ERC 5.2 release.
7031 2007-03-31  David Kastrup  <dak@gnu.org>
7033         * woman.texi (Topic, Interface Options): Explain changes semantics of
7034         woman-manpath in order to consider MANPATH_MAP entries.
7036 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
7038         * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
7040 2007-03-26  Richard Stallman  <rms@gnu.org>
7042         * pgg.texi (Caching passphrase): Clean up previous change.
7044 2007-03-25  Thien-Thi Nguyen  <ttn@gnu.org>
7046         * gnus.texi (Setting Process Marks): Fix typo.
7048 2007-03-25  Romain Francoise  <romain@orebokech.com>
7050         * faq.texi (New in Emacs 22): Reorganize using an itemized list for
7051         readability, and include various fixes by Daniel Brockman, Nick Roberts
7052         and Dieter Wilhelm.
7054 2007-03-24  Thien-Thi Nguyen  <ttn@gnu.org>
7056         * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
7058         * gnus.texi (Mail Source Specifiers): Fix typo.
7060 2007-03-22  Ralf Angeli  <angeli@caeruleus.net>
7062         * reftex.texi (Imprint): Update maintainer information.
7064 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7066         * message.texi (Message Buffers): Update documentation for
7067         message-generate-new-buffers.
7069 2007-03-15  Daiki Ueno  <ueno@unixuser.org>
7071         * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
7073 2007-03-21  Glenn Morris  <rgm@gnu.org>
7075         * eshell.texi (Known problems): Emacs 22 comes with eshell 2.4.2.
7077 2007-03-19  Chong Yidong  <cyd@stupidchicken.com>
7079         * eshell.texi (Known problems): Emacs 21 -> 22.
7081         * cc-mode.texi (Performance Issues): Update note about 21.3 to 22.1.
7083 2007-03-18  Jay Belanger  <belanger@truman.edu>
7085         * calc.texi (Time Zones): Mention that the DST rules changed in 2007.
7087 2007-03-12  Glenn Morris  <rgm@gnu.org>
7089         * calc.texi (Time Zones): Switch to new North America DST rule.
7091         * calc.texi: Replace "daylight savings" with "daylight
7092         saving" in text throughout.
7094 2007-03-11  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7096         * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
7097         The variable now uses a list of symbols instead of just a symbol.
7098         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7100 2007-03-06  Romain Francoise  <romain@orebokech.com>
7102         * faq.texi (New in Emacs 22): Don't say "now" too much.  Add MH-E to
7103         new packages, and mention Gnus update.
7105 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7107         * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
7108         nntp-open-connection-functions-never-echo-commands.
7110 2007-02-27  Chong Yidong  <cyd@stupidchicken.com>
7112         * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
7113         problems on the console, and security risk in not using gpg-agent.
7115 2007-02-25  Carsten Dominik  <dominik@science.uva.nl>
7117         * org.texi (The spreadsheet): Rename from "Table calculations".
7118         Completely reorganized and rewritten.
7119         (CamelCase links): Section removed.
7120         (Repeating items): New section.
7121         (Tracking TODO state changes): New section.
7122         (Agenda views): Chapter reorganized and rewritten.
7123         (HTML export): Section rewritten.
7124         (Tables in arbitrary syntax): New section.
7125         (Summary): Better feature summary.
7126         (Activation): Document problem with cut-and-paste of Lisp code
7127         from PDF files.
7128         (Visibility cycling): Document indirect buffer use.
7129         (Structure editing): Document sorting.
7130         (Remember): Section rewritten.
7131         (Time stamps): Better description of time stamp types.
7132         (Tag searches): Document regular expression search for tags.
7133         (Stuck projects): New section.
7134         (In-buffer settings): New keywords.
7135         (History and Acknowledgments): Update description.
7137 2007-02-24  Alan Mackenzie  <acm@muc.de>
7139         * cc-mode.texi (Movement Commands): Insert two missing command names.
7140         (Getting Started): Slight wording correction (use conditional).
7142 2007-02-22  Kim F. Storm  <storm@cua.dk>
7144         * widget.texi (User Interface, Basic Types): Document need to put some
7145         text before the %v escape in :format string in editable-field widget.
7147 2007-02-18  Romain Francoise  <romain@orebokech.com>
7149         * pcl-cvs.texi (Miscellaneous commands): q runs `cvs-bury-buffer', not
7150         `cvs-mode-quit'.
7152 2007-02-10  Markus Triska  <markus.triska@gmx.at>
7154         * widget.texi (Programming Example): Put constant strings in :format.
7156 2007-02-07  Juanma Barranquero  <lekktu@gmail.com>
7158         * faq.texi (Fullscreen mode on MS-Windows): New node.
7160 2007-02-04  David Kastrup  <dak@gnu.org>
7162         * faq.texi (AUCTeX): Update version number.  Should probably be done
7163         for other packages as well.
7165 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7167         * gnus.texi (Batching Agents): Fix example.  Reported by Tassilo Horn
7168         <tassilo@member.fsf.org>.
7170 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
7172         * msdog.texi (ls in Lisp): Document ls-lisp-format-time-list and
7173         ls-lisp-use-localized-time-format.
7175 2007-01-20  Markus Triska  <markus.triska@gmx.at>
7177         * flymake.texi (Flymake mode): find-file-hook instead of ...-hooks.
7179 2007-01-13  Michael Olson  <mwolson@gnu.org>
7181         * erc.texi (Modules): Mention capab-identify module.
7183 2007-01-05  Michael Olson  <mwolson@gnu.org>
7185         * erc.texi (Getting Started): Update for /RECONNECT command.
7187 2007-01-04  Richard Stallman  <rms@gnu.org>
7189         * ebrowse.texi: Change C-c b to C-c C-m.
7191 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7193         * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
7194         variables only in info to avoid redundant entries in the printed
7195         manual.
7197 2007-01-02  Daiki Ueno  <ueno@unixuser.org>
7199         * message.texi (Using PGP/MIME): Document gpg-agent usage.
7201 2007-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
7203         * message.texi (Security): Split into sub-nodes.
7205 2007-01-01  Alan Mackenzie  <acm@muc.de>
7207         * cc-mode.texi ("Limitations and Known Bugs"): Document problems with
7208         eval-after-load in Emacs <=21 and a workaround.  Document that
7209         trigraphs are not supported.
7211 2007-01-01  Alan Mackenzie  <acm@muc.de>
7213         * cc-mode.texi ("Filling and Breaking"): Amend the doc for
7214         c-context-line-break.  When invoked within a string, preserve
7215         whitespace.  Add a backslash only when also in a macro.
7217 2007-01-01  Alan Mackenzie  <acm@muc.de>
7219         * cc-mode.texi ("Choosing a Style"): Mention c-file-style.
7221 2007-01-01  Alan Mackenzie  <acm@muc.de>
7223         * cc-mode.texi ("Movement Commands", "Sample .emacs File"): C-M-[ae]
7224         are now bound by default to c-\(beginning\|end\)-of-defun by default.
7226 2007-01-01  Alan Mackenzie  <acm@muc.de>
7228         * cc-mode.texi ("Other Commands"): Move c-set-style (C-c .) here from
7229         "Choosing a Style".
7231         * cc-mode.texi ("Styles"): Add @dfn{style}.
7233 2006-12-30  Michael Albinus  <michael.albinus@gmx.de>
7235         Sync with Tramp 2.0.55.
7237         * trampver.texi: Update release number.
7239 2006-12-29  Reiner Steib  <Reiner.Steib@gmx.de>
7241         * gnus.texi (Customizing Articles): Add index entries for all
7242         gnus-treat-* variables.
7244 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
7246         * gnus.texi (IMAP): Fix incorrect explanation of
7247         nnimap-search-uids-not-since-is-evil in documentation for
7248         nnimap-expunge-search-string.
7250 2006-12-27  Reiner Steib  <Reiner.Steib@gmx.de>
7252         * gnus.texi (ifile spam filtering): Rename spam-ifile-database-path to
7253         spam-ifile-database.
7255 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7257         * gnus.texi (Spam Package Configuration Examples): Don't encourage to
7258         rebind C-s.
7260 2006-12-26  Jouni K. Seppänen  <jks@iki.fi>
7262         * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
7263         (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
7264         "expiring mail".
7265         (IMAP): Document nnimap-search-uids-not-since-is-evil and
7266         nnimap-nov-is-evil.
7268 2006-12-25  Kevin Ryde  <user42@zip.com.au>
7270         * cl.texi (Sorting Sequences): In sort*, add a little cautionary note
7271         about the key procedure being used heavily.
7273 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
7275         * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
7276         to t.
7277         (Prerequisites): Add explanation about gpg-agent.
7279 2006-12-22  Kevin Ryde  <user42@zip.com.au>
7281         * cl.texi (Sorting Sequences): Typo in sort*, example showed plain
7282         "sort" instead of "sort*".
7284 2006-12-19  Richard Stallman  <rms@gnu.org>
7286         * calc.texi (History and Acknowledgements): Recognize that Emacs
7287         now does have floating point.
7289 2006-12-19  Michael Albinus  <michael.albinus@gmx.de>
7291         * tramp.texi (External transfer methods): Describe new method `scpc'.
7293 2006-12-17  Sascha Wilde  <wilde@sha-bang.de>
7295         * pgg.texi: Added short note on gpg-agent to the introduction.
7297 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7299         * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
7300         also applies to Cc.
7302 2006-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
7304         * gnus.texi (X-Face): Clarify.  Say which programs are required
7305         on Windows.
7307 2006-12-08  Michael Olson  <mwolson@gnu.org>
7309         * erc.texi (Modules): Remove documentation for list module.
7311 2006-12-05  Michaël Cadilhac  <michael.cadilhac@lrde.org>
7313         * faq.texi (^M in the shell buffer): Ditto.
7315 2006-11-20  Michael Olson  <mwolson@gnu.org>
7317         * erc.texi: Call this the 5.2 stable pre-release of ERC.
7319 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
7321         * org.texi: Fix typos.
7322         (Agenda commands): Document `C-k'.
7324 2006-11-16  Eli Zaretskii  <eliz@gnu.org>
7326         * url.texi (http/https): Fix a typo in the HTTP URL.
7328 2006-11-14  Stephen Leake  <stephen_leake@stephe-leake.org>
7330         * ada-mode.texi: Total rewrite.
7332 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
7334         * org.texi: Minor typo fixes.
7336 2006-11-13  Bill Wohler  <wohler@newt.com>
7338         Release MH-E manual version 8.0.3.
7340         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
7341         release 8.0.3.
7343         * mh-e.texi (Incorporating Mail): Use output of "mhparam Path"
7344         to set MAILDIR.
7345         (Reading Mail): Document the customization of read-mail-command
7346         for MH-E.
7347         (Viewing Attachments): Document mm-discouraged-alternatives.
7348         (Tool Bar): Fix Texinfo for mh-xemacs-use-tool-bar-flag.
7349         (Junk): Add more information about the settings of mh-junk-background
7350         in a program.  Add /usr/bin/mh to PATH in examples.
7352 2006-11-12  Richard Stallman  <rms@gnu.org>
7354         * woman.texi: Update author address but say he no longer maintains it.
7356 2006-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
7358         * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
7359         archived trees.
7360         (Checkboxes): Section moved to chapter 5, and extended.
7361         (The date/time prompt): New section.
7362         (Link abbreviations): New section.
7363         (Presentation and sorting): New section.
7364         (Custom agenda views): Section completely rewritten.
7365         (Summary): Compare with Planner.
7366         (Feedback): More info about creating backtraces.
7367         (Plain lists): Modify example.
7368         (Breaking down tasks): New section.
7369         (Custom time format): New section.
7370         (Time stamps): Document inactive timestamps.
7371         (Setting tags): More details about fast tag selection.
7372         (Block agenda): New section.
7373         (Custom agenda views): Section rewritten.
7374         (Block agenda): New section.
7376 2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
7378         * tramp.texi (Configuration): scp is the default method.
7379         (Default Method): Use ssh as example for another method.
7381 2006-10-27  Richard Stallman  <rms@gnu.org>
7383         * woman.texi: Downcase nroff/troff/roff.
7384         (Installation): Chapter deleted.  Some xrefs deleted.
7385         (Background): woman doesn't advise man ;-).
7387 2006-10-26  Roberto Rodríguez  <lanubeblanca@googlemail.com>  (tiny change)
7389         * ada-mode.texi (Project files, Identifier completion)
7390         (Automatic Casing, Debugging, Using non-standard file names)
7391         (Working Remotely): Fix typos.
7393 2006-10-20  Masatake YAMATO  <jet@gyve.org>
7395         * cc-mode.texi (Sample .emacs File): Add missing `)' in
7396         sample code `my-c-initialization-hook'.
7398 2006-10-19  Stuart D. Herring  <herring@lanl.gov>
7400         * widget.texi: Fix typos.
7402 2006-10-19  Michael Albinus  <michael.albinus@gmx.de>
7404         * tramp.texi (Frequently Asked Questions): Remove questions marked with
7405         "???".  There have been no complaints for years, so the information
7406         must be appropriate.
7408 2006-10-16  Richard Stallman  <rms@gnu.org>
7410         * widget.texi: Use @var instead of capitalization.
7411         Clarify many widget type descriptions.
7413 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7415         * gnus.texi (Other modes): Fix typo.  Add alternative index entry for
7416         gnus-dired-attach.
7417         (Selecting a Group): Fix typo.
7419 2006-10-12  Roberto Rodríguez  <lanubeblanca@googlemail.com>  (tiny change)
7421         * widget.texi: Fix typos.
7423 2006-10-06  Reiner Steib  <Reiner.Steib@gmx.de>
7425         * gnus.texi (Image Enhancements): Update for Emacs 22.
7427         * gnus-faq.texi ([1.3]): Update.
7429 2006-10-06  Richard Stallman  <rms@gnu.org>
7431         * faq.texi (Displaying the current line or column):
7432         Delete "As of Emacs 20".
7434 2006-10-06  Romain Francoise  <romain@orebokech.com>
7436         * faq.texi (VM): VM works with Emacs 22 too.
7438 2006-10-06  Richard Stallman  <rms@gnu.org>
7440         * ebrowse.texi: Remove Emacs version "21" from title.
7442 2006-10-02  Reiner Steib  <Reiner.Steib@gmx.de>
7444         * gnus.texi (Foreign Groups): Say where change of editing commands are
7445         stored.  Add reference to `gnus-parameters'.
7447 2006-09-15  Jay Belanger  <belanger@truman.edu>
7449         * calc.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE):
7450         Change "Library Public License" to "Lesser Public License"
7451         throughout.  Use "yyyy" to represent year.
7453 2006-09-15  Carsten Dominik  <dominik@science.uva.nl>
7455         * org.texi (Setting tags): Typo fix.
7457 2006-09-14  Reiner Steib  <Reiner.Steib@gmx.de>
7459         * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
7461 2006-09-12  Reiner Steib  <Reiner.Steib@gmx.de>
7463         * reftex.texi (Citations Outside LaTeX): Simplify lisp example.
7465 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
7467         * faq.texi (Escape sequences in shell output): EMACS is now set
7468         to Emacs's absolute file name, not to "t".
7469         (^M in the shell buffer): Likewise.
7470         * misc.texi (Interactive Shell): Likewise.
7472 2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
7474         * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
7475         mails with pop3-leave-mail-on-server.  Fix wording.
7476         (Limiting): Improve gnus-summary-limit-to-articles.
7477         (X-Face): Fix typo.
7479 2006-09-11  Simon Josefsson  <jas@extundo.com>
7481         * smtpmail.texi (Authentication): Explain TLS and SSL better, based on
7482         suggested by Phillip Lord <phillip.lord@newcastle.ac.uk>.
7484 2006-09-06  Simon Josefsson  <jas@extundo.com>
7486         * smtpmail.texi (Authentication): Mention SSL.
7488 2006-09-01  Eli Zaretskii  <eliz@gnu.org>
7490         * rcirc.texi (Internet Relay Chat, Useful IRC commands):
7491         Don't use @indicateurl.
7493         * cc-mode.texi (Subword Movement): Don't use @headitem.
7494         (Custom Braces, Clean-ups): Don't use @tie.
7496 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
7498         Sync with Tramp 2.0.54.
7500         * tramp.texi (Bug Reports): The Tramp mailing list is moderated now.
7501         Suggested by Adrian Phillips <a.phillips@met.no>.
7503 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
7505         * org.texi (Installation, Activation): Split from Installation and
7506         Activation.
7507         (Clocking work time): Documented new features.
7509 2006-08-13  Alex Schroeder  <alex@gnu.org>
7511         * rcirc.texi (Configuration): Use correct variable in rcirc-authinfo
7512         example.
7514 2006-08-12  Eli Zaretskii  <eliz@gnu.org>
7516         * faq.texi (How to add fonts): New node.
7518 2006-08-05  Romain Francoise  <romain@orebokech.com>
7520         * faq.texi (New in Emacs 22): Expand.
7522 2006-08-03  Michael Olson  <mwolson@gnu.org>
7524         * erc.texi: Update for ERC 5.1.4.
7526 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7528         * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
7529         in .../site-lisp/gnus/ by default.
7530         [ From gnus-news.texi in the trunk. ]
7532 2006-07-27  Reiner Steib  <Reiner.Steib@gmx.de>
7534         * gnus.texi (MIME Commands): Additions for yEnc.
7536 2006-07-24  Richard Stallman  <rms@gnu.org>
7538         * pgg.texi, org.texi, info.texi, forms.texi, flymake.texi:
7539         * faq.texi: Move periods and commas inside quotes.
7541 2006-07-20  Jay Belanger  <belanger@truman.edu>
7543         * calc.texi (Error forms): Mention M-+ keybinding for `calc-plus-minus'.
7545 2006-07-18  Chong Yidong  <cyd@stupidchicken.com>
7547         * faq.texi (Security risks with Emacs): Document Emacs 22
7548         file-local-variable mechanism.
7550 2006-07-12  Michael Olson  <mwolson@gnu.org>
7552         * erc.texi: Update for ERC 5.1.3.
7554 2006-07-12  Alex Schroeder  <alex@gnu.org>
7556         * rcirc.texi: Fix typos.
7557         (Getting started with rcirc): New calling convention for M-x irc.
7558         Mention #rcirc.  Removed channel tracking.
7559         (Configuration): Change the names of all variables that got changed
7560         recently, eg. rcirc-server to rcirc-default-server.  Added
7561         documentation for rcirc-authinfo, some background for Bitlbee, and
7562         rcirc-track-minor-mode.
7563         (Scrolling conservatively): Fix the xref from Auto Scrolling to just
7564         Scrolling.
7565         (Reconnecting after you have lost the connection): Fix example code
7566         to match code changes.
7568 2006-07-10  Nick Roberts  <nickrob@snap.net.nz>
7570         * gnus.texi, message.texi: Fix typos.
7572 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
7574         * org.texi (Exporting): Document `C-c C-e' as the prefix for exporting
7575         commands.
7576         (Global TODO list): Document the use of the variables
7577         `org-agenda-todo-ignore-scheduled' and
7578         `org-agenda-todo-list-sublevels'.
7580 2006-07-05  Richard Stallman  <rms@gnu.org>
7582         * faq.texi (Scrolling only one line): Fix xref.
7584 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
7586         * faq.texi (Evaluating Emacs Lisp code):
7587         Throughout, replace eval-current-buffer with eval-buffer.
7589 2006-07-03  Richard Stallman  <rms@gnu.org>
7591         * rcirc.texi (Scrolling conservatively): Fix xref.
7593         * pcl-cvs.texi (Viewing differences): Usage fix.
7595 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
7597         * org.texi (Agenda commands): Document `s' key to save all org-mode
7598         buffers.
7600 2006-06-30  Ralf Angeli  <angeli@caeruleus.net>
7602         * pcl-cvs.texi (Customizing Faces): Remove -face suffix from face
7603         names.  Mention `cvs-msg' face.
7605 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
7607         * org.texi (Checkboxes): New section.
7609 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
7611         * org.texi (Embedded LaTeX): Fix typos and implement small improvements
7612         throughout this chapter.
7614 2006-06-27  Chong Yidong  <cyd@stupidchicken.com>
7616         * info.texi (Help-Small-Screen): Clarify placement of "All" and "Top"
7617         text for standalone vs Emacs info.
7618         (Help): Clarify header line description.  Use mouse-1 for clicks.
7619         (Help-P): Use mouse-1 for clicks.
7620         (Help-^L): "Top" and "All" not displayed with dashes in Emacs.
7621         (Help-^L, Help-M, Help-Int, Search Index, Go to node)
7622         (Choose menu subtopic): Remove gratuitous Emacs command names.
7623         (Help-FOO): Put usual behavior first.
7624         (Help-Xref): Clicking on xrefs works in Emacs.
7625         (Search Text): Clarify what the default behavior is.
7626         (Create Info buffer): Fix Emacs window/X window confusion.
7627         (Emacs Info Variables): Fix for new Emacs init file behavior.
7629 2006-06-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7631         * gnus.texi (Summary Buffer Lines): Fix typo.
7633 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
7635         * org.texi (Embedded LaTeX): New chapter.
7636         (Archiving): Section rewritten.
7637         (Enhancing text): Some parts moved to the new chapter about LaTeX.
7639 2006-06-20  Bill Wohler  <wohler@newt.com>
7641         Release MH-E manual version 8.0.1.
7643         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
7644         release 8.0.1.
7645         (Preface): Depend on GNU mailutils 1.0 and higher.
7647 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7649         * message.texi (News Headers): Update message-syntax-checks section.
7651 2006-06-19  Karl Berry  <karl@gnu.org>
7653         * info.texi (Advanced): Mention C-q, especially with ?.
7655 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
7657         * org.texi (Publishing links): Document the `:link-validation-function'
7658         property.
7659         (Extensions and Hacking): New chapter, includes some sections of the
7660         "Miscellaneous" chapter.
7662 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
7664         * org.texi (Progress logging): New section.
7666 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
7668         * org.texi (ASCII export): Document indentation adaptation.
7669         (Setting tags): Document mutually-exclusive tags.
7671 2006-06-05  Romain Francoise  <romain@orebokech.com>
7673         * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
7674         Fix typo.
7676         * gnus-faq.texi (Question 8.6): Update reference to the Gnus
7677         channel (#gnus@irc.freenode.net).
7678         Fix typos.  Update copyright notice.
7680         * cc-mode.texi (Getting Started, Indentation Commands, Config Basics)
7681         (Custom Filling and Breaking, Custom Braces, Syntactic Symbols)
7682         (Line-Up Functions, Custom Macros):
7683         * ediff.texi (Window and Frame Configuration)
7684         (Highlighting Difference Regions):
7685         * emacs-mime.texi (Display Customization):
7686         * erc.texi (History):
7687         * eshell.texi (Known problems):
7688         * eudc.texi (Overview, BBDB):
7689         * gnus.texi (NNTP, IMAP, Advanced Scoring Examples)
7690         (The problem of spam, SpamOracle, Extending the Spam package)
7691         (Conformity, Terminology):
7692         * idlwave.texi (Routine Info)
7693         (Class and Keyword Inheritance, Padding Operators)
7694         (Breakpoints and Stepping, Electric Debug Mode)
7695         (Examining Variables, Troubleshooting):
7696         * org.texi (Creating timestamps):
7697         * reftex.texi (Commands, Options, Changes):
7698         * tramp.texi (Inline methods, Password caching)
7699         (Auto-save and Backup, Issues):
7700         * vip.texi (Files, Commands in Insert Mode):
7701         * viper.texi (Emacs Preliminaries, States in Viper)
7702         (Packages that Change Keymaps, Viper Specials, Groundwork):
7703         Fix various typos.
7705 2006-05-31  Michael Ernst  <mernst@alum.mit.edu>
7707         * ediff.texi: Fix typos.
7709 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
7711         * org.texi: Small typo fixes.
7713 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7715         * viper.texi (Viper Specials):
7716         * gnus.texi (Example Setup):
7717         * faq.texi (Backspace invokes help):
7718         * dired-x.texi (Optional Installation Dired Jump):
7719         * calc.texi (Defining Simple Commands): Use ;; instead of ;;; to better
7720         follow coding conventions.
7722 2006-05-29  Michael Albinus  <michael.albinus@gmx.de>
7724         * tramp.texi (Frequently Asked Questions): Disable zsh zle.
7726 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
7728         * pcl-cvs.texi: Fix typos.
7729         (Customization): Say "us".
7731 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
7733         * org.texi: Remove bogus @setfilename.
7735 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
7737         * org.texi (ASCII export): Omit command name.
7738         (HTML export): Add prefix to all lines in Local Variable example.
7739         (Acknowledgments): Typeset names in italics.
7741 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
7743         * org.texi (Plain lists): Add new item navigation commands.
7744         (External links): Document elisp and info links.
7745         (Custom searches): New section.
7746         (Publishing): New chapter.
7747         (HTML export): Include a list of supported CSS classes.
7748         (Setting tags): Describe the fast-tag-setting interface.
7750 2006-05-20  Luc Teirlinck  <teirllm@auburn.edu>
7752         * dired-x.texi: ifinfo -> ifnottex.
7754 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7756         * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
7758 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
7760         * message.texi (Interface): Add tool bar customization.
7761         (MIME): Index and text additions for mml-attach.
7762         (MIME): Describe mml-dnd-protocol-alist and
7763         mml-dnd-attach-options.
7765         * gnus.texi (Oort Gnus): Reorder entries in sections.
7766         Fix some entries.
7767         (Starting Up): Add references to "Emacs for Heathens" and to
7768         "Finding the News".  Add user-full-name and user-mail-address.
7769         (Group Buffer Format): Add tool bar customization and update.
7770         (Summary Buffer): Add tool bar customization.
7771         (Posting Styles): Add message-alternative-emails.
7773 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
7775         * tramp.texi (Filename completion): Improve wording.
7777 2006-05-07  Romain Francoise  <romain@orebokech.com>
7779         * faq.texi (Using regular expressions): Fix typo.
7780         (Packages that do not come with Emacs): Fix capitalization.
7781         (Replacing text across multiple files): Expand node to explain how
7782         to use `dired-do-query-replace-regexp' in more detail, based on
7783         suggestion by Eric Hanchrow <offby1@blarg.net>.
7785 2006-05-06  Michael Albinus  <michael.albinus@gmx.de>
7787         * tramp.texi (Filename completion): Completion of remote files'
7788         method, user name and host name is active only in partial
7789         completion mode.
7791 2006-05-06  Bill Wohler  <wohler@newt.com>
7793         Release MH-E manual version 8.0.
7795         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
7796         release 8.0.
7798 2006-05-06  Bill Wohler  <wohler@newt.com>
7800         * mh-e.texi (MH-BOOK-HOME): Change from
7801         http://www.ics.uci.edu/~mh/book/mh to
7802         http://rand-mh.sourceforge.net/book/mh.
7803         Replace .htm suffix with .html for MH book files.
7804         (Using This Manual): Update key binding for getting relevant
7805         chapter in Info from command key.
7806         (Ranges): Fix itemx.
7808 2006-05-05  Karl Berry  <karl@gnu.org>
7810         * texinfo.tex (\definetextfonsizexi, \definetextfonsizex): New cmds.
7811         (\fonttextsize): New user-level command to change text font size.
7813 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
7815         * pgg.texi (Caching passphrase): Fix markup and typos.  Simplify.
7817 2006-04-26  Sascha Wilde  <wilde@sha-bang.de>  (tiny change)
7819         * pgg.texi (Caching passphrase): Add pgg-gpg-use-agent.
7821 2006-04-24  Bill Wohler  <wohler@newt.com>
7823         * mh-e.texi (Getting Started): Make it more explicit that you need
7824         to install MH.  Add pointers to current MH implementations.
7826 2006-04-21  Bill Wohler  <wohler@newt.com>
7828         Release MH-E manual version 7.94.
7830         * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
7831         release 7.94.
7833 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
7835         * org.texi: Many small fixes.
7836         (Handling links): Rename from "Managing links".
7838 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
7840         * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
7841         (Splitting mail using spam-stat): Fix @xref.
7843 2006-04-20  Chong Yidong  <cyd@stupidchicken.com>
7845         * gnus.texi (Spam Package): Major revision of the text.
7846         Previously this node was "Filtering Spam Using The Spam ELisp Package".
7848 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
7850         * org.texi (Time stamps): Better explanation of the purpose of
7851         different time stamps.
7852         (Structure editing, Plain lists): More details on how new items
7853         and headings are inserted.
7855 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
7857         * org.texi (Formula syntax): Fix link to Calc Manual.
7859 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7861         * gnus.texi (Emacsen): Don't support Emacs 20.7 and XEmacs 21.1.
7863 2006-04-17  Bill Wohler  <wohler@newt.com>
7865         * mh-e.texi (Folders): Update mh-before-quit-hook and
7866         mh-quit-hook example with code that removes the buffers rather
7867         than just bury them.
7869 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
7871         Sync with Tramp 2.0.53.
7873 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
7875         * org.texi (Updating settings): New section.
7876         (Visibility cycling): Better names for the startup folding
7877         options.
7878         (Exporting): Completely restructured.
7879         (The very busy C-c C-c key): New section.
7880         (Summary of in-buffer settings): New section.
7882 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7884         * gnus.texi, gnus-faq.texi, message.texi: Gnus v5.10.8 is released.
7886 2006-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7888         * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
7889         (Server Commands): Key `v' is reserved for users.
7891 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
7893         * org.texi (Link format): New section, emphasis on bracket links.
7894         (External links): Document bracket links.
7895         (FAQ): Expand to cover shell links and the new link format.
7897 2006-04-09  Kevin Ryde  <user42@zip.com.au>
7899         * org.texi (Formula syntax): Typo in node name of calc-eval xref.
7901 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
7903         * gnus.texi (Summary Buffer Lines): Add `*'.
7905 2006-04-07  Jochen Küpper  <jochen@fhi-berlin.mpg.de>
7907         * gnus.texi (Group Parameters):
7908         Mention gnus-permanently-visible-groups.
7910 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7912         * gnus.texi (Face): Fix typo.
7914 2006-04-05  Reiner Steib  <Reiner.Steib@gmx.de>
7916         * gnus.texi (X-Face): Clarify.
7917         (Face): Need Emacs with PNG support.
7919 2006-04-06  Richard Stallman  <rms@gnu.org>
7921         * idlwave.texi: Delete the blocks "not suitable for inclusion with
7922         Emacs".
7924 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
7926         * idlwave.texi: Updated for IDLWAVE version 6.0, factoring out
7927         blocks not suitable for inclusion with Emacs using variable
7928         PARTOFEMACS.
7930 2006-04-04  Simon Josefsson  <jas@extundo.com>
7932         * gnus.texi (Security): Improve.
7934 2006-04-02  Bill Wohler  <wohler@newt.com>
7936         * mh-e.texi (Getting Started, Junk, Bug Reports)
7937         (MH FAQ and Support): Fix URLs.
7939 2006-03-31  Romain Francoise  <romain@orebokech.com>
7941         * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
7942         to t, not nil (and has for the past eight years).
7944 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7946         * message.texi, gnus.texi: Bump version to 5.11.
7948 2006-03-29  Reiner Steib  <Reiner.Steib@gmx.de>
7950         * gnus.texi (Top): Add comment about version line.
7952         * message.texi (Top): Ditto.  Change to take named versions into
7953         account.
7955 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
7957         * gnus.texi (Posting Styles): Add x-face-file to example.
7958         (X-Face): Refer to posting styles.
7960         * gnus-faq.texi ([5.8]): Add x-face-file.
7961         ([8.4]): Add links to gmane.emacs.gnus.user and
7962         gmane.emacs.gnus.general.
7964 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
7966         * gnus-faq.texi: Use .invalid.
7967         ([5.4]): Fix gnus-posting-styles example.
7969 2006-03-27  Romain Francoise  <romain@orebokech.com>
7971         * faq.texi (Emacs/W3): Rename from `w3-mode'.  Mention that
7972         Emacs/W3 needs a new maintainer.
7973         (Ispell): Update author and version info.
7974         (Mailcrypt): Mention PGG.
7975         (New in Emacs 22): Add PGG to the list of new packages.
7976         Include minor changes from "Ramprasad B" <ramprasad_i82@yahoo.com>
7977         updating dead URLs.
7979 2006-03-25  Karl Berry  <karl@gnu.org>
7981         * ada-mode.texi, autotype.texi, calc.texi, cc-mode.texi, cl.texi,
7982         * dired-x.texi, ebrowse.texi, ediff.texi, emacs-mime.texi, erc.texi,
7983         * eshell.texi, eudc.texi, faq.texi, forms.texi, gnus.texi, idlwave.texi,
7984         * info.texi, message.texi, mh-e.texi, pcl-cvs.texi, pgg.texi,
7985         * rcirc.texi, reftex.texi, sc.texi, ses.texi, sieve.texi,
7986         * speedbar.texi, url.texi, vip.texi, viper.texi, widget.texi,
7987         * woman.texi: (1) use @copyright{} instead of (C) in typeset text;
7988         (2) do not indent copyright year list (or anything else).
7990 2006-03-21  Bill Wohler  <wohler@newt.com>
7992         * mh-e.texi (Folders): Various edits.
7994 2006-03-20  Romain Francoise  <romain@orebokech.com>
7996         * gnus.texi (Mail Folders): Grammar fix.
7998 2006-03-19  Bill Wohler  <wohler@newt.com>
8000         * mh-e.texi (Replying): Document Mail-Followup-To.
8001         Change manually-formatted table to multitable.  Add debugging info.
8002         Move description of mh-reply-default-reply-to into paragraph
8003         that describes its values.
8005 2006-03-17  Bill Wohler  <wohler@newt.com>
8007         * mh-e.texi: Use smallexample and smalllisp consistently.
8008         (Sending Mail Tour): Update method of entering
8009         addresses and subject.
8010         (Sending Mail Tour, Reading Mail Tour, Processing Mail Tour)
8011         (Adding Attachments, Searching): Update screenshots for Emacs 22.
8013 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
8015         * org.texi: Version number change only.
8017 2006-03-14  Bill Wohler  <wohler@newt.com>
8019         * mh-e.texi: Add index entries around each paragraph rather than
8020         depend on entries from beginning of node.  Doing so ensures that
8021         index entries are less likely to be forgotten if text is cut and
8022         pasted, and are necessary anyway if the references are on a
8023         separate page.  It seems that makeinfo is now (v. 4.8) only
8024         producing one index entry per node, so there is no longer any
8025         excuse not to.  Use subheading instead of heading.  The incorrect
8026         use of heading produced very large fonts in Info--as large as the
8027         main heading.
8028         (From Bill Wohler): MH-E never did appear in Emacs 21--MH-E
8029         versions 6 and 7 appeared *around* the time of these Emacs releases.
8031 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
8033         * org.texi (Clean view): Document new startup options.
8035 2006-03-11  Bill Wohler  <wohler@newt.com>
8037         * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders)
8038         (Composing, Scan Line Formats): Fix @refs.
8039         (Getting Started): Define MH profile and MH profile components.
8040         (Incorporating Mail, Reading Mail, Viewing, Printing)
8041         (Sending Mail, Forwarding, Editing Drafts, Inserting Letter)
8042         (Signature, Aliases, Scan Line Formats): Use @code instead of @samp
8043         for string constants.
8044         (Tool Bar): Remove spurious quote.
8045         (Junk): Use ``...'' instead of "...".
8046         (Scan Line Formats): Replace @samp with @kbd.
8048 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8050         * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
8052 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
8054         * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
8055         easy to understand.
8057 2006-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8059         * gnus.texi: Markup fix.
8060         (Fancy Mail Splitting): Specify new feature.
8062 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8064         * gnus.texi (Fancy Mail Splitting): Improve descriptions about
8065         partial-words matching.
8067 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
8069         * emacs-mime.texi (Display Customization): Reword image/.* stuff.
8071         * gnus.texi (Oort Gnus): Add note about `gnus-load'.
8072         (MIME Commands): Fix mm-discouraged-alternatives.
8074 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
8076         * org.texi: Version number change only.
8078 2006-03-06  Bill Wohler  <wohler@newt.com>
8080         * mh-e.texi: Move from SourceForge repository to Savannah.
8081         This is version 7.93, which is a total rewrite from the previous
8082         edition 1.3 for MH-E version 5.0.2, and corresponds to MH-E
8083         version 7.93.
8085 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8087         * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
8089 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
8091         * org.texi (Interaction): Add item about `org-mouse.el' by
8092         Piotr Zielinski.
8093         (Managing links): Document that also mouse-1 can be used to
8094         activate a link.
8095         (Headlines, FAQ): Add entry about hiding leading stars.
8096         (Miscellaneous): Resort the sections in this chapter to a more
8097         logical sequence.
8099 2006-02-27  Simon Josefsson  <jas@extundo.com>
8101         * emacs-mime.texi (Flowed text): Add mm-fill-flowed.  (Sync
8102         2004-01-27 from the trunk).
8104 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
8106         * cc-mode.texi: Rename c-hungry-backspace to
8107         c-hungry-delete-backwards, at the request of RMS.  Leave the old
8108         name as an alias.
8110 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
8112         * cc-mode.texi: Correct the definition of c-beginning-of-defun, to
8113         include the function header within the defun.
8115 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
8117         * cc-mode.texi: Correct two typos.
8119 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
8121         * cc-mode.texi (Comment Commands): State that C-u M-; kills any
8122         existing comment.
8123         (Electric Keys): Add a justification for electric indentation.
8124         (Hungry WS Deletion): Clear up the names and complications of the
8125         BACKSPACE and DELETE keys.
8127 2006-02-23  Juri Linkov  <juri@jurta.org>
8129         * faq.texi (Common requests): Move `Turning on auto-fill by
8130         default' after `Wrapping words automatically'.  Move `Working with
8131         unprintable characters' before `Searching for/replacing newlines'.
8132         Move `Replacing highlighted text' after `Highlighting a region'.
8133         Merge `Repeating commands' and `Repeating a command as many times
8134         as possible' into the former.
8135         (Packages that do not come with Emacs): Add refs to Gmane and
8136         etc/MORE.STUFF.
8138 2006-02-23  Juri Linkov  <juri@jurta.org>
8140         * faq.texi (Newsgroup archives): Update URLs of GNU mail archives.
8141         (Reporting bugs): Suggest using `M-x report-emacs-bug'.
8142         Add xref to `(emacs)Reporting Bugs'.
8143         (Getting a printed manual): Add URL to other formats of the manual.
8144         (Common requests): Fix menu.
8145         (Highlighting a region): Remove ref to `Turning on syntax highlighting'.
8146         (Horizontal scrolling): Mention `truncate-partial-width-windows'.
8147         (Inserting text at the beginning of each line): Add pxref to
8148         `Changing the included text prefix'.
8149         (Forcing the cursor to remain in the same column): Mention `track-eol'
8150         and `set-goal-column'.  Add pxref to `(emacs)Moving Point'.
8151         (Replacing text across multiple files): Add keybinding `Q' for
8152         `dired-do-query-replace'.
8154 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
8156         * reftex.texi: Version number and date change only.
8158         * org.texi (Internal Links): Rewrite to cover the modified
8159         linking system.
8161 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
8163         * faq.texi: Remove the coding cookie, it's not needed anymore.
8165 2006-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8167         * faq.texi (Colors on a TTY): Mention Mac OS port.
8169 2006-02-12  Karl Berry  <karl@gnu.org>
8171         * faq.texi (Emacs for Atari ST): Use Sch@"auble instead of the
8172         8-bit accented a.
8174 2006-02-09  Reiner Steib  <Reiner.Steib@gmx.de>
8176         * gnus.texi (Gnus Versions): Add history beyond start of Oort.
8178 2006-02-08  Romain Francoise  <romain@orebokech.com>
8180         * faq.texi (Top): Remove paragraph about the FAQ being a
8181         transitional document, etc.
8182         (Searching for/replacing newlines): New node.
8183         (Yanking text in isearch): New node.
8184         (Inserting text at the beginning of each line): Rename and make
8185         more general, mention `M-;' in Message mode.
8187 2006-02-07  Luc Teirlinck  <teirllm@auburn.edu>
8189         * faq.texi (Meta key does not work in xterm)
8190         (Emacs does not display 8-bit characters)
8191         (Inputting eight-bit characters): Update xrefs.
8193 2006-02-06  Romain Francoise  <romain@orebokech.com>
8195         * faq.texi (VM): VM now at version 7.19.
8196         Set myself as maintainer of this file.
8198 2006-02-04  Michael Olson  <mwolson@gnu.org>
8200         * erc.texi (History): Note that ERC is now included with Emacs.
8202 2006-01-31  Romain Francoise  <romain@orebokech.com>
8204         * message.texi (Message Headers): Explain what
8205         `message-alternative-emails' does in more detail.
8206         Update copyright year.
8208 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
8210         * makefile.w32-in (clean): Add newsticker, sieve, pgg, erc and rcirc.
8212 2006-01-29  Richard M. Stallman  <rms@gnu.org>
8214         * cc-mode.texi (Indentation Commands): Inserts newline, not "linefeed".
8216 2006-01-29  Michael Olson  <mwolson@gnu.org>
8218         * makefile.w32-in ($(infodir)/erc, erc.dvi): New targets.
8220         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ERC.
8222         * faq.texi (New in Emacs 22): Mention ERC.
8224 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
8226         * rcirc.texi: Capitalize dir entry for consistency with the entry
8227         in info/dir and other entries in the Emacs category.
8228         Fix typos.  Delete trailing whitespace.
8230 2006-01-28  Björn Lindström  <bkhl@elektrubadur.se>
8232         * rcirc.texi: Some @cindex changes, some changes from @kbd to @key.
8234 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
8236         * makefile.w32-in ($(infodir)/rcirc, rcirc.dvi): New targets.
8237         (INFO_TARGETS, DVI_TARGETS): Add rcirc.
8239         * Makefile.in (../info/rcirc, rcirc.dvi): New targets.
8240         (INFO_TARGETS, DVI_TARGETS): Add rcirc.
8242 2006-01-27  Alex Schroeder  <alex@gnu.org>
8244         * rcirc.texi: New file.
8246 2006-01-23  Juri Linkov  <juri@jurta.org>
8248         * widget.texi (User Interface): Add S-TAB for widget-backward.
8250 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
8252         Sync with Tramp 2.0.52.
8254         * tramp.texi (Frequently Asked Questions): Remove Ange-FTP item.
8255         Add Tramp disabling item.  New item for common connection problems.
8256         (various): Apply "ftp" as method for the download URL.
8257         (Bug Reports): Refer to FAQ for common problems.
8259 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
8261         * widget.texi (User Interface): Use @key for TAB.
8263         * ses.texi (Formulas, Printer functions): Use @key for TAB.
8265         * ebrowse.texi (Switching to Tree, Symbol Completion): Use @key
8266         for TAB.
8268         * cc-mode.texi (Indentation Calculation): Use @key for TAB.
8270 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8272         * gnus.texi: Update copyright.
8274 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8276         * gnus.texi (Article Washing): Additions.
8278 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
8280         * org.texi (Agenda commands): Document tags command.
8282 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8284         * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
8286 2006-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8288         * gnus.texi (RSS): Addition.
8290 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8292         * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
8294 2005-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8296         * emacs-mime.texi (Display Customization): Add setting example to
8297         mm-discouraged-alternatives.
8299 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8301         * flymake.texi (Obtaining Flymake): Remove chapter since Emacs's
8302         version is the canonical version.
8304 2006-01-08  Alex Schroeder  <alex@gnu.org>
8306         * pgg.texi (Caching passphrase): Rewording.
8308 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
8310         * flymake.texi (Obtaining Flymake): Update Flymake's CVS
8311         repository URL.
8313 2006-01-06  Carsten Dominik  <dominik@science.uva.nl>
8315         * org.texi: Removed the accidentally re-added empty line in the
8316         direntry.
8318 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
8320         * org.texi (Agenda Views): Chapter reorganized.
8322 2005-12-29  Romain Francoise  <romain@orebokech.com>
8324         * faq.texi (Using Customize): New node.
8326 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
8328         * org.texi: Remove blank line in @direntry.  It is non-standard
8329         and recursively produces blank lines all over the dir file (when
8330         using Texinfo 4.8).
8332 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
8334         * widget.texi (atoms): Delete obsolete remark about `file' widget.
8336 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
8338         * org.texi (Tags): Boolean logic documented.
8339         (Agenda Views): Document custom commands.
8341 2005-12-20  David Kastrup  <dak@gnu.org>
8343         * faq.texi (AUCTeX): Update version and mailing list info.
8345 2005-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8347         * gnus.texi (MIME Commands): Mention addition of
8348         multipart/alternative to gnus-buttonized-mime-types and add xref
8349         to mm-discouraged-alternatives.
8351         * emacs-mime.texi (Display Customization): Mention addition of
8352         "image/.*" and add xref to gnus-buttonized-mime-types in the
8353         mm-discouraged-alternatives section.
8355 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
8357         * org.texi (Tags): New section.
8358         (Agenda Views): Chapter reorganized.
8360 2005-12-16  Eli Zaretskii  <eliz@gnu.org>
8362         * org.texi (Internal Links): Add a missing comma after an @xref.
8364 2005-12-14  Chong Yidong  <cyd@stupidchicken.com>
8366         * faq.texi (Filling paragraphs with a single space): No need to
8367         change sentence-end now.
8369 2005-12-13  Romain Francoise  <romain@orebokech.com>
8371         * faq.texi (Scrolling only one line): Use `scroll-conservatively'.
8373 2005-12-12  Jay Belanger  <belanger@truman.edu>
8375         * faq.texi (Calc): Update version number.
8377 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
8379         * org.texi (Progress Logging): New section.
8381 2005-12-10  Romain Francoise  <romain@orebokech.com>
8383         Update the Emacs FAQ for the 22.1 release.
8385         * faq.texi: Set VER to `22.1'.
8386         (Basic editing): Explain how to use localized versions of the
8387         Tutorial.  Mention that `C-h r' displays the manual.
8388         Delete obsolete WWW link to an Emacs 18 tutorial.
8389         (Getting a printed manual): Point to the new locations of the
8390         manuals on the GNU Web site.
8391         (Emacs Lisp documentation): Explain that the Emacs Lisp manual is
8392         available via Info (it was previously distributed separately).
8393         (Installing Texinfo documentation): The latest version of Texinfo
8394         is 4.8, not 4.0.
8395         (Informational files for Emacs): COPYING is the GNU General Public
8396         License, not the Emacs General Public License.
8397         (Informational files for Emacs): Delete obsolete link to the
8398         GNUinfo pages as they have been removed from the GNU Web site.
8399         (New in Emacs 22): New node.
8400         (Setting up a customization file): Say that most packages support
8401         Customize nowadays.
8402         (Colors on a TTY): Delete reference to instructions on how to
8403         enable syntax highlighting, it is now enabled by default.
8404         (Turning on abbrevs by default): Emacs now reads the abbrevs file
8405         at startup automatically.
8406         (Controlling case sensitivity): Mention `M-c' in isearch.
8407         (Using an already running Emacs process): Emacs now creates the
8408         socket in `/tmp/emacsUID'.  Fix typos.  Change default location of
8409         gnuserv.  As emacsclient can now run Lisp code as well, delete a
8410         sentence praising gnuserv for that.  Simplify description of how
8411         the client/server operation works.
8412         (Compiler error messages): Delete obsolete text (compile.el has
8413         been rewritten).
8414         (Indenting switch statements): Fix typo.
8415         (Matching parentheses): Simplify setup instructions, mention the
8416         menu bar item in the Options menu.
8417         (Repeating a command as many times as possible): Mention `C-x e'.
8418         (Going to a line by number): Mention new keymap and bindings
8419         `M-g M-g', `M-g M-p' and `M-g M-n'.
8420         (Turning on syntax highlighting): Now on by default.  Simplify.
8421         (Replacing highlighted text): Use `1', not `t'.
8422         (Problems with very large files): The maximum size is now 256MB on
8423         32-bit machines.
8424         (^M in the shell buffer): Mention `comint-process-echoes'.
8425         (Emacs for Apple computers): Emacs 22 has native support for Mac
8426         OS X.
8427         (Translating names to IP addresses): Delete node.
8428         (Binding keys to commands): Fix typo.
8429         (SPC no longer completes file names): New node.
8430         (MIME with Emacs mail packages): Delete section about the Emacs
8431         MIME FAQ (it's not reachable anymore).
8433 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
8435         * cc-mode.texi: The manual has been extensively revised: the
8436         information about using CC Mode has been separated from the larger
8437         and more difficult chapters about configuration.  It has been
8438         updated for CC Mode 5.31.
8440 2005-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8442         * pgg.texi (User Commands): Fix description of pgg-verify-region.
8443         (Selecting an implementation): Fix descriptions.
8445 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8447         * message.texi (Various Message Variables): Addition.
8449 2005-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8451         * message.texi: Fix default values.
8453 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8455         * message.texi (Header Commands): Clarify descriptions of
8456         message-cross-post-followup-to, message-reduce-to-to-cc, and
8457         message-insert-wide-reply.
8458         (Various Commands): Fix kindex for message-kill-to-signature;
8459         clarify description of message-tab.
8461 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8463         * message.texi (Mailing Lists): Fix description about MFT.
8465         * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
8467 2005-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8469         * gnus.texi (Slow Terminal Connection): Replace old description
8470         with new one.
8472 2005-11-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8474         * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
8475         replace X-Draft-Headers with X-Draft-From.
8477 2005-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8479         * gnus.texi (Various Various): Fix the default value of
8480         nnheader-max-head-length.
8481         (Gnus Versions): Fix typo.
8483 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
8485         * org.texi (Structure editing): Document new functionality of
8486         M-RET.
8488 2005-12-06  Luc Teirlinck  <teirllm@auburn.edu>
8490         * org.texi (Internal Links): Fix Texinfo usage.
8492 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
8494         * org.texi (TODO basics): Document the global todo list.
8495         (TODO items): Documents sparse tree for specific TODO
8496         keywords.
8498 2005-11-30  Carsten Dominik  <dominik@science.uva.nl>
8500         * org.texi (Plain Lists): Typos fixed.
8502 2005-11-28  Jay Belanger  <belanger@truman.edu>
8504         * calc.texi: Change references of `M-#' to `C-x *' prefix.
8506 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
8508         * org.texi (Structure editing): New item moving commands added.
8509         (Plain Lists): New section.
8511 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
8513         * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
8514         (Agenda): Document commands `org-cycle-agenda-files' and
8515         `org-agenda-file-to-front'.
8516         (Built-in table editor): Document `org-table-sort-lines'.
8517         (HTML formatting): Export of hand-formatted lists.
8519 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8521         * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
8522         new variable gnus-toolbar-thickness.
8524 2005-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8526         * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
8528 2005-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8530         * gnus.texi (X-Face): Fix description.
8531         (XVarious): Remove gnus-xmas-logo-color-alist and
8532         gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
8534 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8536         * gnus.texi (Group Parameters): Mention new variable
8537         gnus-parameters-case-fold-search.
8538         (Home Score File): Addition.
8540 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
8542         * newsticker.texi: VERSION changed to 1.9.  Updated UPDATED.
8543         (Overview): List supported feed types.
8544         (Installation): No installation necessary when using autoload.
8545         (Configuration): Rename "RSS" to "news".
8547 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
8549         * pgg.texi (User Commands): Document additional passphrase
8550         argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
8551         (Backend methods): Likewise for corresponding pgg-scheme-* functions.
8553 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
8555         * org.texi: Version number changed to 3.19.
8557 2005-10-29  Sascha Wilde  <wilde@sha-bang.de>
8559         * pgg.texi (How to use): Update the example to add autoload of
8560         pgg-encrypt-symmetric-region.
8561         (User Commands): Document pgg-encrypt-symmetric-region.
8562         (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
8564 2005-10-27  Jay Belanger  <belanger@truman.edu>
8566         * calc.texi (Predefined Units): Fix the symbol for a TeX points,
8567         mention other TeX-related units.
8569 2005-10-23  Lars Hansen  <larsh@soem.dk>
8571         * dired-x.texi (Miscellaneous Commands):
8572         Replace dired-do-relative-symlink by dired-do-relsymlink and
8573         dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
8575 2005-10-23  Jay Belanger  <belanger@truman.edu>
8577         * calc.texi (Predefined Units): Use `alpha' for the fine structure
8578         constant.
8580 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
8582         * faq.texi (Bugs and problems):
8583         Replace `dired-move-to-filename-regexp' by
8584         `directory-listing-before-filename-regexp'.
8586 2005-10-22  Eli Zaretskii  <eliz@gnu.org>
8588         * newsticker.texi (UPDATED): Set value.
8590 2005-10-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8592         * gnus.texi (Document Groups): Remove duplicate item.
8594 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
8596         * org.texi (Summary): Mention iCalendar support.
8597         (Exporting): Document iCalendar support.
8599 2005-10-18  Romain Francoise  <romain@orebokech.com>
8601         * viper.texi (Viper Specials): Capitalize GNU.
8603 2005-10-17  Juri Linkov  <juri@jurta.org>
8605         * info.texi (Getting Started, Search Index, Expert Info):
8606         Fix wording.
8607         (Search Text): Replace `echo area' with `mode line'.
8608         (Search Index): Both `i' and `,' find all index entries.
8609         Replace example `C-f' with `C-l' (which exists in index of Info
8610         manual) and delete spaces in its keyboard input sequence.
8611         Delete unnecessary explanations about literal characters.
8613 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8615         * gnus.texi (Document Server Internals): Addition.
8617 2005-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8619         * gnus.texi (A note on namespaces): Fix RFC reference.
8621 2005-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8623         * gnus.texi (RSS): Fix key description.
8625 2005-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8627         * gnus.texi: Emacs/w3 -> Emacs/W3.
8628         (Browsing the Web): Fix description.
8629         (Web Searches): Ditto.
8630         (Customizing W3): Ditto.
8632 2005-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8634         * gnus.texi (Maildir): Clarify expire-age and expire-group.
8636 2005-10-11  Jay Belanger  <belanger@truman.edu>
8638         * calc.texi (Integration): Mention using `a i' to compute definite
8639         integrals.
8641 2005-10-11  Juri Linkov  <juri@jurta.org>
8643         * info.texi: Rearrange nodes.
8644         (Top): Update menu.  Change ref `Info for Experts' to
8645         `Advanced Info Commands'.
8646         (Getting Started): Fix description of manual's parts.
8647         (Help-Int): Change xref `Info Search' to `Search Index', and
8648         `Expert Info' to `Advanced'.
8649         (Advanced): Move node one level up.
8650         (Search Text, Search Index): New nodes split out from `Info Search'.
8651         (Go to node, Choose menu subtopic, Create Info buffer): New nodes
8652         split out from `Advanced'.
8653         (Advanced, Emacs Info Variables): De-document editing an Info file
8654         in Info.
8655         (Emacs Info Variables): Move node from `Expert Info' to `Advanced'.
8656         (Creating an Info File): Delete node and move its text to
8657         `Expert Info'.
8659 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
8661         * org.texi (Workflow states): Documented that change in keywords
8662         becomes active only after restart of Emacs.
8664 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
8666         Sync with Tramp 2.0.51.
8668 2005-10-08  Nick Roberts  <nickrob@snap.net.nz>
8670         * speedbar.texi (Introduction): Describe new location of speedbar
8671         on menubar.
8672         (Basic Key Bindings): Remove descriptions of bindings that have
8673         been removed.
8675 2005-10-05  Nick Roberts  <nickrob@snap.net.nz>
8677         * speedbar.texi (GDB): Describe use of watch expressions.
8679 2005-09-28  Simon Josefsson  <jas@extundo.com>
8681         * message.texi (IDNA): Fix.
8683 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8685         * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
8686         nntp-server-hook, and nntp-warn-about-losing-connection; fix
8687         description of nntp-open-connection-function.
8688         (Common Variables): Fix descriptions.
8690 2005-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8692         * gnus.texi (Server Buffer Format): Document the %a format spec.
8694 2005-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8696         * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
8698 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
8700         * org.texi Version 3.16.
8702 2005-09-19  Miles Bader  <miles@gnu.org>
8704         * newsticker.texi: Get rid of CVS keywords.
8706 2005-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8708         * gnus.texi (Finding the Parent): Fix description of how Gnus
8709         finds article.
8711 2005-09-14  Jari Aalto  <jari.aalto@cante.net>
8713         * gnus.texi (Advanced Scoring Examples): New examples to teach how
8714         to drop off non-answered articles.
8716 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
8718         * makefile.w32-in (newsticker.dvi): Use parentheses instead of curly
8719         braces (which are unsupported by NMAKE) for macro `srcdir'.
8721 2005-09-17  Eli Zaretskii  <eliz@gnu.org>
8723         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
8724         (../info/newsticker, newsticker.dvi): New targets.
8726 2005-09-17  Ulf Jasper  <ulf.jasper@web.de>
8728         * newsticker.texi: Replace @command with @code.  Replace @example
8729         with @lisp.
8730         (Top): Add explanations to menu items.
8731         (GNU Free Documentation License): Remove.
8733 2005-09-16  Romain Francoise  <romain@orebokech.com>
8735         Update all files to specify GFDL version 1.2.
8737         * doclicense.texi (GNU Free Documentation License): Update to
8738         version 1.2.
8740 2005-09-15  Richard M. Stallman  <rms@gnu.org>
8742         * newsticker.texi: Fix @setfilename.
8744         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
8745         (../info/newsticker, newsticker.dvi): New targets.
8747 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
8749         * org.texi: Version 3.15.
8751 2005-08-29  Luc Teirlinck  <teirllm@auburn.edu>
8753         * ses.texi: Combine all three indices into one.
8754         Correct a few typos.
8756 2005-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8758         * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
8760 2005-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8762         * emacs-mime.texi (Handles): Remove duplicate item.
8763         (Encoding Customization): Fix the default value for
8764         mm-coding-system-priorities.
8765         (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
8766         (Basic Functions): Fix reference.
8768 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8770         * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
8772 2005-08-18  Richard M. Stallman  <rms@gnu.org>
8774         * faq.texi (Obtaining the FAQ): Delete refs to Lerner's email
8775         and web site.
8777         * faq.texi (Swapping keys): Xref for normal-erase-is-backspace-mode,
8778         not keyboard-translate.
8780 2005-08-11  Richard M. Stallman  <rms@gnu.org>
8782         * faq.texi (Using regular expressions): Fix xref.
8784 2005-08-09  Juri Linkov  <juri@jurta.org>
8786         * info.texi (Help-P): Replace `Prev' with `Previous'.
8787         (Help-M, Help-Xref): Add S-TAB.
8788         (Help-FOO): Update `u' command.
8789         (Help-Xref): Move info about Mouse-2 from `Help-Int'.
8790         Update info about visibility of xref parts.
8791         (Help-Int): Fix `m' command.  Rename `Info-last' to
8792         `Info-history-back'.  Add `Info-history-forward'.
8793         (Advanced): Fix `g*' and `M-n' commands.
8794         (Info Search): Add `index-apropos' in stand-alone browser.
8795         Add isearch commands.
8796         (Emacs Info Variables): Remove `Info-fontify'.
8797         Add `Info-mode-hook'.  Update face names.
8798         Add `Info-fontify-maximum-menu-size',
8799         `Info-fontify-visited-nodes', `Info-isearch-search'.
8801 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
8803         Sync with Tramp 2.0.50.
8805         * tramp.texi: Use @option{} consequently for method names.
8806         (Inline methods, External transfer methods): Remove references to
8807         Cygwin.
8808         (Issues with Cygwin ssh): Explain trouble with Cygwin's ssh
8809         implementation.
8811 2005-07-27  Reiner Steib  <Reiner.Steib@gmx.de>
8813         * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
8814         Mention that gnus-init-file is not read when Emacs is invoked with
8815         --no-init-file or -q.
8817 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
8819         * org.texi: Version 3.14.
8821 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
8823         * org.texi: Version 3.13.
8825 2005-07-18  Juri Linkov  <juri@jurta.org>
8827         * calc.texi (Time Zones, Logical Operations):
8828         * cl.texi (Overview):
8829         * org.texi (TODO types):
8830         * sc.texi (Emacs 18 MUAs):
8831         * speedbar.texi (Top):
8832         * url.texi (History):
8833         Delete duplicate duplicate words.
8835 2005-07-16  Johan BockgÃ¥rd  <bojohan@users.sourceforge.net>  (tiny change)
8837         * cl.texi (Type Predicates): Document `atom' type.
8839 2005-07-04  Lute Kamstra  <lute@gnu.org>
8841         Update FSF's address in GPL notices.
8843         * calc.texi (Copying):
8844         * doclicense.texi (GNU Free Documentation License):
8845         * faq.texi (Contacting the FSF):
8846         * mh-e.texi (Copying): Update FSF's address.
8848 2005-07-03  Richard M. Stallman  <rms@gnu.org>
8850         * flymake.texi (Example -- Configuring a tool called directly):
8851         Update name of flymake-build-relative-filename.
8853 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8855         * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
8857 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
8859         * org.texi: Version 3.12.
8861 2005-06-24  Eli Zaretskii  <eliz@gnu.org>
8863         * makefile.w32-in (MAKEINFO): Use --force.
8864         (INFO_TARGETS, DVI_TARGETS): Make identical to the lists in
8865         Makefile.in.
8866         (gnus.dvi): Use "..." to quote Sed args, so that it works with
8867         more shells.
8869 2005-06-23  Richard M. Stallman  <rms@gnu.org>
8871         * speedbar.texi (Creating a display): Texinfo usage fixes.
8873         * tramp.texi (Customizing Completion, Auto-save and Backup):
8874         Texinfo usage fixes.
8876 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
8878         * dired-x.texi (Miscellaneous Commands):
8879         * ediff.texi (Miscellaneous):
8880         * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
8881         (Agent Variables):
8882         * info.texi (Help-Xref):
8883         * message.texi (Message Headers):
8884         * org.texi (Remember):
8885         * reftex.texi (Options (Defining Label Environments)):
8886         (Options (Index Support)):
8887         (Options (Viewing Cross-References)):
8888         (Options (Misc)):
8889         (Changes):
8890         * speedbar.texi (Creating a display):
8891         * tramp.texi (Customizing Completion, Auto-save and Backup):
8892         Texinfo usage fix.
8894 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
8896         * org.texi: Version 3.11.
8898 2005-06-12  Jay Belanger  <belanger@truman.edu>
8900         * calc.texi (Getting Started): Remove extra menu item.
8902 2005-05-31  Jay Belanger  <belanger@truman.edu>
8904         * calc.texi (Notations Used in This Manual): Use @kbd for key
8905         sequence.
8906         (Demonstration of Calc): Mention another way of starting Calc.
8907         (Starting Calc): Mention long name of M-#.
8908         (Embedded Mode Overview): Remove unnecessary instruction.
8909         (Other M-# commands): Rephrase `M-# 0' explanation.
8910         (Basic Embedded Mode): Rewrite discussion of prefix arguments to
8911         reflect current behavior.
8913 2005-05-30  Jay Belanger  <belanger@truman.edu>
8915         * calc.texi (Hooks): Change description of calc-window-hook and
8916         calc-trail-window-hook to match usage.
8917         (Computational Functions): Add more constant-generating functions.
8918         (Customizable Variables): Use defvar.
8920 2005-05-28  Jay Belanger  <belanger@truman.edu>
8922         * calc.texi (Assignments in Embedded Mode): Fix variable name.
8923         (Basic Embedded Mode): Explain behavior of arguments to
8924         calc-embedded-mode.
8926 2005-05-27  Jay Belanger  <belanger@truman.edu>
8928         * calc.texi (Queries in Keyboard Macros): Rewrite to reflect
8929         current behavior.
8931 2005-05-25  Jay Belanger  <belanger@truman.edu>
8933         * calc.texi: Change Calc version number throughout.
8934         (Keypad Mode): Change location in info output.
8935         (Keypad mode overview): Move picture of keypad.
8937 2005-05-21  Jay Belanger  <belanger@truman.edu>
8939         * calc.texi (Storing variables): Mention that only most variables
8940         are void to begin with.
8942 2005-05-21  Kevin Ryde  <user42@zip.com.au>
8944         * widget.texi (Basic Types): Update cross ref from "Enabling
8945         Mouse-1 to Follow Links" to "Links and Mouse-1" per recent
8946         lispref/text.texi change.
8948 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
8950         * org.texi: Version 3.09.
8952 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
8954         * reftex.texi: Version 4.28.
8956 2005-05-16  Jay Belanger  <belanger@truman.edu>
8958         * calc.texi (Storing Variables): Mention `calc-copy-special-constant'.
8960 2005-05-14  Jay Belanger  <belanger@truman.edu>
8962         * calc.texi (Default Simplifications): Insert missing ! (logical
8963         not operator).
8965 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
8967         Sync with Tramp 2.0.49.
8969 2005-05-10  Jay Belanger  <belanger@truman.edu>
8971         * calc.texi (Default Simplifications): Mention that 0^0 simplifies
8972         to 1.
8974 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
8976         * org.texi: Version 3.08, structure reorganized.
8978 2005-04-24  Richard M. Stallman  <rms@gnu.org>
8980         * faq.texi: Delete info about lazy-lock.el and fast-lock.el.
8982 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
8984         * org.texi: Update to version 3.06.
8986 2005-04-13  Lute Kamstra  <lute@gnu.org>
8988         * cc-mode.texi: Prevent creating an unnecessary empty cc-mode.ss file.
8990 2005-04-10  Thien-Thi Nguyen  <ttn@gnu.org>
8992         * cl.texi (Porting Common Lisp): Fix typo.
8994 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8996         * gnus.texi (RSS): Addition.
8998 2005-04-04  Jay Belanger  <belanger@truman.edu>
9000         * calc.texi: Change Calc version number.
9001         (Customizable variables): Fix description of calc-language-alist.
9002         (Copying): Put in version 2 of GPL.
9004 2005-04-01  Jay Belanger  <belanger@truman.edu>
9006         * calc.texi (Troubleshooting Commands): Remove comment about
9007         installation.
9008         (Installation): Remove section.
9009         (Customizable Variables): New section.
9010         (Basic Embedded Mode, Customizing Embedded Mode, Graphics)
9011         (Graphical Devices): Add references to Customizable Variables.
9013 2005-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9015         * emacs-mime.texi (Display Customization): Markup fixes.
9016         (rfc2047): Update.
9018 2005-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9020         * gnus-faq.texi: Replaced with auto-generated version.
9022 2005-03-26  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
9024         * dired-x.texi (Multiple Dired Directories): default-directory was
9025         renamed to dired-default-directory.
9027 2005-03-26  Jay Belanger  <belanger@truman.edu>
9029         * calc.texi (Simplifying Formulas, Rewrite Rules):
9030         Change description of top and bottom of fraction.
9031         (Modulo Forms): Move description of how to create modulo forms to
9032         earlier in the section.
9033         (Fraction Mode): Suggest using : to get a fraction by dividing.
9034         (Basic Arithmetic): Adjust placement of command name.
9035         (Truncating the Stack): Emphasize that "hidden" entries are still
9036         visible.
9037         (Installation): Move discussion of printing manual to "About This
9038         Manual".
9039         (About This Manual): Mention how to print the manual.
9040         (Reporting Bugs): Remove first person.
9041         (Building Vectors): Add algebraic version of append.
9042         (Manipulating Vectors): Fix algebraic version of calc-reverse-vector.
9043         (Grouping Digits): Fix typo.
9045 2005-03-25  Werner Lemberg  <wl@gnu.org>
9047         * calc.texi, cl.texi, gnus.texi, idlwave.texi, reftex.texi:
9048         Replace `legal' with `valid'.
9050 2005-03-25  Werner Lemberg  <wl@gnu.org>
9052         * calc.texi, reftex.texi: Replace `illegal' with `invalid'.
9054 2005-03-24  Jay Belanger  <belanger@truman.edu>
9056         * calc.texi (General Mode Commands)
9057         (Mode Settings in Embedded Mode): Add some explanation of
9058         recording mode settings.
9060 2005-03-24  Richard M. Stallman  <rms@gnu.org>
9062         * calc.texi: Remove praise of non-free software.
9064         * idlwave.texi: Don't say where to get IDL or its non-free manual.
9065         (Installation): Node deleted.
9067 2005-03-23  Richard M. Stallman  <rms@gnu.org>
9069         * url.texi (HTTP language/coding): Improve last change.
9071 2005-03-22  Jay Belanger  <belanger@truman.edu>
9073         * calc.texi (Embedded Mode): Add new information on changing
9074         modes.
9076 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
9078         Sync with Tramp 2.0.48.
9080         * trampver.texi.in: Replace "Emacs" by "GNU Emacs".
9082         * tramp.texi: Replace "Emacs" by "GNU Emacs".  Replace "Linux" by
9083         "GNU/Linux".  Change all addresses to .gnu.org.
9084         (Default Method): Offer shortened syntax for "su" and "sudo"
9085         methods.
9087 2005-03-07  Richard M. Stallman  <rms@gnu.org>
9089         * url.texi: Fix usage of "e.g.".
9090         (HTTP language/coding): Explain the rules for these strings.
9092 2005-03-06  Richard M. Stallman  <rms@gnu.org>
9094         * woman.texi (Introduction): Minor cleanups.
9096         * url.texi (HTTP language/coding): Get rid of "Emacs 21".
9098         * pcl-cvs.texi (About PCL-CVS): Get rid of "Emacs 21".
9099         (Installation): Node deleted.
9101         * mh-e.texi (Preface): Get rid of "Emacs 21".
9103         * eshell.texi (Installation): Delete node (for Emacs 20).
9105 2005-03-05  Thien-Thi Nguyen  <ttn@gnu.org>
9107         * flymake.texi: Refill and tweak style in @lisp blocks.
9109 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9111         * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
9113 2005-03-01  Jay Belanger  <belanger@truman.edu>
9115         * calc.texi (Trigonometric and Hyperbolic Functions):
9116         Mention additional functions.
9117         (Algebraic Simplifications): Mention additional simplifications.
9119 2005-02-18  Jonathan Yavner  <jyavner@member.fsf.org>
9121         * ses.texi: Add concept/function/variable indices (this work was
9122         donated by Brad Collins <brad@chenla.org>, copyright-assignment
9123         papers on file at FSF).
9125 2005-02-10  Jay Belanger  <belanger@truman.edu>
9127         * calc.texi: Change @LaTeX to La@TeX throughout.
9128         Redefine @expr as @math for TeX output.
9129         Redefine @texline as a no-op for TeX output.
9130         Define @tfn, replace @t by @tfn throughout.
9132 2005-02-09  Jay Belanger  <belanger@truman.edu>
9134         * calc.texi: Add macro for LaTeX for info output.
9136 2005-02-08  Kim F. Storm  <storm@cua.dk>
9138         * texinfo.tex (LaTex): Add def.
9140 2005-02-06  Jay Belanger  <belanger@truman.edu>
9142         * calc.texi (TeX Language Mode): Add mention of LaTeX mode, and
9143         change name to "TeX and LaTeX Language Modes."  Mention LaTeX mode
9144         throughout manual.
9146 2005-01-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9148         * gnus.texi: Some edits based on comments from David Abrahams.
9150 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9152         * gnus.texi (RSS): Fix the keystroke.
9154 2005-01-24  David Kastrup  <dak@gnu.org>
9156         * faq.texi: Update AUCTeX version info.
9158 2005-01-16  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
9160         * gnus-faq.texi ([4.1]): Typo.
9162 2005-01-19  Jay Belanger  <belanger@truman.edu>
9164         * calc.texi (Keep Arguments): Mention that keeping arguments
9165         doesn't work with keyboard macros.
9167 2005-01-16  Richard M. Stallman  <rms@gnu.org>
9169         * autotype.texi (Autoinserting): Fix small error.
9171 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
9173         Sync with Tramp 2.0.47.
9175         * tramp.texi (Compilation): New section, describing compilation of
9176         remote files.
9178 2005-01-11  Kim F. Storm  <storm@cua.dk>
9180         * widget.texi (Basic Types): Add :follow-link keyword.
9182 2005-01-09  Jay Belanger  <belanger@truman.edu>
9184         * calc.texi (Basic Commands): Describe new behavior of calc-reset.
9186 2005-01-08  Jay Belanger  <belanger@truman.edu>
9188         * calc.texi: Change throughout to reflect new default value of
9189         calc-settings-file.
9191 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9193         * message.texi (Reply): `message-reply-to-function' should return
9194         a list.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
9196 2005-01-06  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
9198         * faq.texi (Changing load-path): Fix typo.
9200 2005-01-05  Jay Belanger  <belanger@truman.edu>
9202         * calc.texi (Programming Tutorial): Replace kbd command by
9203         appropriate characters for a keyboard macro.
9205 2005-01-04  Jay Belanger  <belanger@truman.edu>
9207         * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
9208         for Lucid Emacs.
9209         (Programming Tutorial): Mention that the user needs to be in the
9210         right mode to compute some functions.
9212 2005-01-04  Jay Belanger  <belanger@truman.edu>
9214         * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
9215         no longer applicable.
9217 2005-01-01  Jay Belanger  <belanger@truman.edu>
9219         * calc.texi (Programming Tutorial): Change description of how to
9220         edit keyboard macros to match current behavior.
9222 2004-12-31  Jay Belanger  <belanger@truman.edu>
9224         * calc.texi: Mention C-cC-c as the way to finish editing throughout.
9226 2004-12-20  Jay Belanger  <belanger@truman.edu>
9228         * calc.texi (Types Tutorial): Emphasize that you can't divide by
9229         zero.
9231 2004-12-17  Luc Teirlinck  <teirllm@auburn.edu>
9233         * cc-mode.texi (Text Filling and Line Breaking): Put period after
9234         @xref.
9235         (Font Locking): Avoid @strong{Note:}.
9237 2004-12-17  Michael Albinus  <michael.albinus@gmx.de>
9239         Sync with Tramp 2.0.46.
9241         * tramp.texi (bottom): Add arch-tag.  It was lost, somehow.
9243 2004-12-16  Luc Teirlinck  <teirllm@auburn.edu>
9245         * url.texi: Correct typos.
9246         (Retrieving URLs): @var{nil}->@code{nil}.
9247         (HTTP language/coding, mailto): Replace "GNU Emacs Manual" with
9248         the standard "The GNU Emacs Manual" in fifth argument of @xref's.
9249         (Dealing with HTTP documents): @inforef->@xref.
9251 2004-12-15  Jay Belanger  <belanger@truman.edu>
9253         * calc.texi: Consistently capitalized all mode names.
9254         (Answers to Exercises): Mention that an answer can be a fraction
9255         when in Fraction mode.
9257 2004-12-13  Jay Belanger  <belanger@truman.edu>
9259         * calc.texi: Fix some TeX definitions.
9261 2004-12-09  Luc Teirlinck  <teirllm@auburn.edu>
9263         * reftex.texi (Imprint): Remove erroneous @value's.
9265 2004-12-08  Luc Teirlinck  <teirllm@auburn.edu>
9267         * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
9268         (org.dvi, $(infodir)/url, url.dvi, clean): Add org and url manuals.
9270 2004-12-08  Jay Belanger  <belanger@truman.edu>
9272         * calc.texi (Starting Calc): Remove comment about installation.
9273         (Keypad Mode Overview): Remove comment about Emacs 19 support.
9275 2004-12-08  Luc Teirlinck  <teirllm@auburn.edu>
9277         * url.texi: Update @setfilename.
9278         (Getting Started): No need to worry about Gnus versions.
9279         (Dealing with HTTP documents): Use @inforef.
9281         * org.texi: Fix @direntry file name.
9283 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9285         * url.texi: New file.
9287         * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/url, url.dvi): Add it.
9289 2004-12-06  Jay Belanger  <belanger@truman.edu>
9291         * calc.texi (Using Calc): Remove paragraph about installation.
9293 2004-12-06  Jay Belanger  <belanger@truman.edu>
9295         * calc.texi: Use more Texinfo macros and less TeX defs.
9296         Remove @refill's.
9298 2004-12-06  Richard M. Stallman  <rms@gnu.org>
9300         * org.texi: New file.
9302 2004-12-05  Richard M. Stallman  <rms@gnu.org>
9304         * Makefile.in (org.dvi, ../info/org): New targets.
9305         (INFO_TARGETS): Add ../info/org.
9306         (DVI_TARGETS): Add org.dvi.
9307         (maintainer-clean): Remove the info files in the info dir.
9309 2004-11-26  Eli Zaretskii  <eliz@gnu.org>
9311         * idlwave.texi: Fix the setfilename directive to put the produced
9312         file in ../info.
9313         (Continued Statement Indentation): Resurrect Jan D.'s change from
9314         2004-11-03 that was lost when a newer version of idlwave.texi was
9315         imported.
9317 2004-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
9319         * gnus-faq.texi ([5.1]): Add missing bracket.
9321         * gnus.texi (Filtering Spam Using The Spam ELisp Package):
9322         Index `spam-initialize'.
9324 2004-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9326         * message.texi (Various Message Variables): Mention that all mail
9327         file variables are derived from `message-directory'.
9329         * gnus.texi (Splitting Mail): Clarify bogus group.
9331 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9333         * emacs-mime.texi (Encoding Customization):
9334         Fix mm-coding-system-priorities entry.
9336 2004-11-03  Jan Djärv  <jan.h.d@swipnet.se>
9338         * idlwave.texi (Continued Statement Indentation):
9339         * reftex.texi (Options (Index Support)):
9340         (Displaying and Editing the Index, Table of Contents):
9341         * speedbar.texi (Creating a display, Major Display Modes):
9342         Replace non-nil with non-@code{nil}.
9344 2004-10-21  Jay Belanger  <belanger@truman.edu>
9346         * calc.texi (Algebraic-Style Calculations): Remove a comment.
9348 2004-10-18  Luc Teirlinck  <teirllm@auburn.edu>
9350         * calc.texi (Reporting Bugs): Double up `@'.
9352 2004-10-18  Jay Belanger  <belanger@truman.edu>
9354         * calc.texi (Reporting Bugs): Change the address that bugs
9355         should be sent to.
9357 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
9359         * gnus.texi (New Features): Add 5.11.
9361         * message.texi (Resending): Remove wrong default value.
9363         * gnus.texi (Mail Source Specifiers): Describe possible problems
9364         of `pop3-leave-mail-on-server'.  Add `pop3-movemail' and
9365         `pop3-leave-mail-on-server' to the index.
9367 2004-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9369         * message.texi (Canceling News): Add how to set a password.
9371 2004-10-12  Jay Belanger  <belanger@truman.edu>
9373         * calc.texi (Help Commands): Change the descriptions of
9374         calc-describe-function and calc-describe-variable to match their
9375         current behavior.
9377 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9379         * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
9381 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
9383         Sync with Tramp 2.0.45.
9385         * tramp.texi (Frequently Asked Questions): Comment paragraph about
9386         plink link.  The URL is outdated.  Originator contacted for
9387         clarification.
9389 2004-10-10  Juri Linkov  <juri@jurta.org>
9391         * gnus.texi (Top, Marking Articles): Join two menus in one node
9392         because a node can have only one menu.
9394 2004-10-09  Juri Linkov  <juri@jurta.org>
9396         * gnus.texi (Fancy Mail Splitting): Remove backslash in the
9397         example of nnmail-split-fancy.
9399 2004-10-06  Karl Berry  <karl@gnu.org>
9401         * info.texi (@kbd{1}--@kbd{9}): No space around --, for
9402         consistency with other uses of dashes.
9404 2004-10-05  Karl Berry  <karl@gnu.org>
9406         * info.texi: Consistently use --- throughout, periods at end of
9407         menu descriptions, and a couple typos.
9409 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
9411         * sieve.texi (Manage Sieve API): nil -> @code{nil}.
9412         * pgg.texi (User Commands, Backend methods): Do.
9413         * gnus.texi: Markup fixes.
9414         (Setting Process Marks): Fix `M P a' entry.
9415         * emacs-mime.texi: Fixes.
9417 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
9419         * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids
9420         again.
9421         Use 5.10 instead of 5.10.0.
9423 2004-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9425         * gnus.texi (Summary Mail Commands): S D e.
9427 2004-09-20  Raymond Scholz  <ray-2004@zonix.de>  (tiny change)
9429         * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
9430         the gnus-article-mode-line-format section.
9432 2004-09-20  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
9434         * gnus.texi (Various Summary Stuff): Fix the documentation for
9435         gnus-newsgroup-variables.
9437 2004-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9439         * gnus.texi (MIME Commands):
9440         Add gnus-mime-display-multipart-as-mixed,
9441         gnus-mime-display-multipart-alternative-as-mixed,
9442         gnus-mime-display-multipart-related-as-mixed.
9443         (Mail Source Customization): Clarify `mail-source-directory'.
9444         (Splitting Mail): Mention gnus-group-find-new-groups.
9445         (SpamOracle): Fix typo.
9447         * gnus-faq.texi: Untabify.
9448         ([6.3]): nnir.el is in contrib directory.
9450         * message.texi (News Headers): Clarify how a unique ID is created.
9452         * gnus.texi (Batching Agents): Fix typo in example.
9453         Reported by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
9455 2004-09-20  Andre Srinivasan  <andre@e2open.com>  (tiny change)
9457         * gnus.texi (Group Parameters): Add more on hooks.
9459 2004-09-20  Florian Weimer  <fw@deneb.enyo.de>
9461         * gnus.texi (Charsets): Point to relevant section in emacs-mime.
9463 2004-09-22  Jay Belanger  <belanger@truman.edu>
9465         * calc.texi (Vectors as Lists): Add a warning that the tutorial
9466         might be hidden during part of the session.
9468 2004-09-20  Jay Belanger  <belanger@truman.edu>
9470         * calc.texi (Notations Used in This Manual): Put in an earlier
9471         mention that DEL could be called Backspace.
9473 2004-09-10  Simon Josefsson  <jas@extundo.com>
9475         * gnus.texi (IMAP): Add example.  Suggested and partially written
9476         by Steinar Bang <sb@dod.no>.
9478 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
9480         * gnus.texi (IMAP): Add comments about imaps synonym to imap in
9481         netrc syntax.
9483 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
9485         * gnus.texi (Spam ELisp Package Sequence of Events):
9486         Some clarifications.
9487         (Spam ELisp Package Global Variables): More clarifications.
9489 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
9491         * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
9492         Mention spam-split does not modify incoming mail.
9494 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
9496         * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
9498 2004-09-10  Eli Zaretskii  <eliz@gnu.org>
9500         * Makefile.in (../info/gnus, gnus.dvi): Depend on gnus-faq.texi.
9502 2004-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9504         * makefile.w32-in (sieve, pgg): Use $(infodir).
9506 2004-09-08  Dhruva Krishnamurthy  <dhruva.krishnamurthy@gmail.com>  (tiny change)
9508         * makefile.w32-in: Fix PGG and Sieve entries.
9510 2004-08-28  Eli Zaretskii  <eliz@gnu.org>
9512         * faq.texi (Emacs for MS-DOS): Update URLs for the MS-DOS port of
9513         Emacs and related programs.
9515 2004-08-27  Richard M. Stallman  <rms@gnu.org>
9517         * faq.texi: Fix texinfo usage, esp. doublequotes.
9518         (Difference between Emacs and XEmacs): Some clarification.
9520         * faq.texi (Difference between Emacs and XEmacs):
9521         Explain not to contrast XEmacs with GNU Emacs.
9523 2004-08-26  Richard M. Stallman  <rms@gnu.org>
9525         * faq.texi (Difference between Emacs and XEmacs): Rewrite.
9527 2004-08-22  David Kastrup  <dak@gnu.org>
9529         * reftex.texi (AUCTeX): Update links, section name.
9531         * faq.texi (Calc): Update availability (included in 22.1).
9532         (AUCTeX): Update availability, information, versions, description.
9534 2004-08-14  Eli Zaretskii  <eliz@gnu.org>
9536         * Makefile.in (../info/tramp, tramp.dvi): Depend on trampver.texi.
9538 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
9540         * cc-mode.texi: Various updates for CC Mode 5.30.9.
9542 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
9544         Sync with Tramp 2.0.44.
9546 2004-08-05  Lars Hansen  <larsh@math.ku.dk>
9548         * widget.texi (User Interface): Update how to separate the
9549         editable field of an editable-field widget from other widgets.
9550         (Programming Example): Add text after field.
9552 2004-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9554         * emacs-mime.texi (Encoding Customization): Add a note to the
9555         mm-content-transfer-encoding-defaults entry.
9556         (rfc2047): Update.
9558         * gnus.texi (Article Highlighting):
9559         Add gnus-cite-ignore-quoted-from.
9560         (POP before SMTP): New node.
9561         (Posting Styles): Addition.
9562         (Splitting Mail): Add nnmail-split-lowercase-expanded.
9563         (Fancy Mail Splitting): Ditto.
9564         (X-Face): Add gnus-x-face.
9566 2004-08-30  Reiner Steib  <Reiner.Steib@gmx.de>
9568         * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
9569         * pgg.texi, sieve.texi: Use @copying and @insertcopying.
9571 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
9573         * gnus.texi (Mail Source Specifiers):
9574         Describe `pop3-leave-mail-on-server'.
9576 2004-08-02  Reiner Steib  <Reiner.Steib@gmx.de>
9578         * Makefile.in, makefile.w32-in: Added PGG and Sieve files.
9580         * pgg.texi, sieve.texi: Import from the v5_10 branch of the Gnus
9581         repository.  Change setfilename.
9583         * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi: Ditto.
9585 2004-07-02  Juri Linkov  <juri@jurta.org>
9587         * pcl-cvs.texi (Viewing differences): Add `d r'.
9589 2004-06-29  Jesper Harder  <harder@ifa.au.dk>
9591         * ses.texi, viper.texi, flymake.texi, faq.texi:
9592         * eshell.texi, ediff.texi: Markup fixes.
9594 2004-06-21  Karl Berry  <karl@gnu.org>
9596         * info.texi (Top): Mention that only Emacs has mouse support.
9597         (Getting Started): Mention this in a few other places.
9599 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
9601         * autotype.texi (Copyrights, Timestamps):
9602         Recommend `before-save-hook' instead of `write-file-functions'.
9604 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
9606         * dired-x.texi (dired-mark-omitted): Update keybinding.
9608 2004-06-10  Kim F. Storm  <storm@cua.dk>
9610         * pcl-cvs.texi (Viewing differences): Add 'd y'.
9612 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
9614         * dired-x.texi (variable dired-omit-mode): Rename from
9615         dired-omit-files-p.
9616         (function dired-omit-mode): Rename from dired-omit-toggle.
9617         Call dired-omit-mode rather than set dired-omit-files-p.
9618         (dired-mark-omitted): Describe command.
9620 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
9622         Version 2.0.41 of Tramp released.
9624 2004-05-29  Juanma Barranquero  <lektu@terra.es>
9626         * makefile.w32-in (../info/flymake, flymake.dvi): New targets.
9627         (INFO_TARGETS, DVI_TARGETS): Add Flymake.
9629 2004-05-29  Richard M. Stallman  <rms@gnu.org>
9631         * cl.texi (Top): Call this chapter `Introduction'.
9632         (Overview): In TeX, no section heading here.
9634         * cc-mode.texi: Put commas after i.e. and e.g.  Minor cleanups.
9636 2004-05-29  Eli Zaretskii  <eliz@gnu.org>
9638         * Makefile.in (../info/flymake, flymake.dvi): New targets.
9639         (INFO_TARGETS, DVI_TARGETS): Add Flymake.
9641 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
9643         * flymake.texi: New file.
9645 2004-05-28  Simon Josefsson  <jas@extundo.com>
9647         * smtpmail.texi (Authentication): Improve STARTTLS discussion.
9649 2004-05-07  Kai Großjohann  <kai@emptydomain.de>
9651         Version 2.0.40 of Tramp released.
9653 2004-04-25  Michael Albinus  <Michael.Albinus@alcatel.de>
9655         Complete rework, based on review by Karl Berry <karl@gnu.org>.
9657         * tramp.texi (Auto-save and Backup): Explain exploitation of new
9658         variables `tramp-backup-directory-alist' and
9659         `tramp-bkup-backup-directory-info'.
9660         (Overview, Connection types)
9661         (External transfer methods, Default Method)
9662         (Windows setup hints): Remove restriction of password entering
9663         with external methods.
9664         (Auto-save and Backup): Make file name example
9665         (X)Emacs neutral.  In case of XEmacs, `bkup-backup-directory-info'
9666         and `auto-save-directory' must be used.
9667         (Frequently Asked Questions): Use "MS Windows NT/2000/XP" (not
9668         only "NT").  Remove doubled entry "What kinds of systems does
9669         @tramp{} work on".
9670         (tramp): Macro removed.
9671         (Obtaining Tramp): Flag removed from title.
9672         (all): "tramp-" and "-" removed from flag names.  Flags `tramp'
9673         and `trampver' used properly.  Flag `tramp-inst' replaced by
9674         `installchapter'.  Installation related text adapted.
9676 2004-04-28  Masatake YAMATO  <jet@gyve.org>
9678         * widget.texi (Programming Example): Remove overlays.
9680 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
9682         * faq.texi, viper.texi, dired-x.texi, autotype.texi: lisp -> Lisp.
9684 2004-04-23  Juanma Barranquero  <lektu@terra.es>
9686         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
9688 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
9690         * info.texi (Info Search): Add info-apropos.
9692 2004-03-22  Juri Linkov  <juri@jurta.org>
9694         * faq.texi: Fix help key bindings.
9696 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
9698         * info.texi (Advanced): Replace @unnumberedsubsec by @subheading
9699         (as suggested by Karl Berry).  Update information about colored
9700         stars in menus.  Add new subheading describing M-n.
9702 2004-03-12  Richard M. Stallman  <rms@gnu.org>
9704         * cl.texi (Top): Rename top node's title.
9706 2004-03-08  Karl Berry  <karl@gnu.org>
9708         * info.texi: \input texinfo.tex instead of just texinfo, to avoid
9709         problems making the texinfo distribution.
9711 2004-02-29  Simon Josefsson  <jas@extundo.com>
9713         * smtpmail.texi (Authentication): Change the list of supported
9714         authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
9715         CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
9716         <voegelas@gmx.net>.
9718 2004-02-29  Juanma Barranquero  <lektu@terra.es>
9720         * makefile.w32-in (mostlyclean, clean, maintainer-clean):
9721         Use $(DEL) instead of rm, and ignore exit code.
9723 2004-02-29  Kai Großjohann  <kgrossjo@eu.uu.net>
9725         Tramp version 2.0.39 released.
9727 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
9729         * tramp.texi (Customizing Completion): Explain new functions
9730         `tramp-parse-shostkeys' and `tramp-parse-sknownhosts'.
9731         (all): Savannah URLs unified to "http://savannah.nongnu.org".
9732         (Top): Refer to Savannah mailing list as the major one.
9733         Mention older mailing lists in HTML mode only.
9734         (Auto-save and Backup): Add auto-save.  Based on wording of Kai.
9735         (Frequently Asked Questions): Remote hosts must not be Unix-like
9736         for "smb" method.
9737         (Password caching): New node.
9738         (External transfer methods): Refer to password caching for "smb"
9739         method.
9741 2004-02-17  Karl Berry  <karl@gnu.org>
9743         * info.texi (Help-Int): Mention the new line number feature.
9745 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
9747         * ses.texi (Advanced Features): New functionality for
9748         ses-set-header-row (defaults to current row unless C-u used).
9749         (Acknowledgements): Add Stefan Monnier.
9751 2003-12-29  Kevin Ryde  <user42@zip.com.au>
9753         * viper.texi (Vi Macros): Fix reference to the Emacs manual.
9755 2003-11-30  Kai Großjohann  <kai.grossjohann@gmx.net>
9757         Tramp version 2.0.38 released.
9759         * tramp.texi (Remote shell setup): Warn of environment variables
9760         FRUMPLE if user frumple exists.  Suggested by Sven Gabriel
9761         <sven.gabriel@imk.fzk.de>.
9762         (Configuration): Tramp now chooses base64/uuencode
9763         automatically.  Update wording accordingly.
9764         (Top): More description for the `Default Method' menu entry.
9765         (Default Method): Use @code, not @var, for Lisp variables.
9766         (Default Method): New subsection `Which method is the right one
9767         for me?'  Suggested by Christian Kirsch.
9768         (Configuration): Pointer to new subsection added.
9769         (Default Method): Too many "use" in one sentence.
9770         Rephrase.  Reported by Christian Kirsch.
9771         (Filename Syntax): Old `su' example is probably a left-over from
9772         the sm/su method naming.  Replace with `ssh', instead.
9773         (External transfer methods, Auto-save and Backup):
9774         Typo fixes.
9776 2003-11-02  Michael Albinus  <Michael.Albinus@alcatel.de>
9778         * tramp.texi (all): Harmonize all occurrences of @tramp{}.
9779         (Top): Mention japanese manual only if flag `jamanual' is set.
9780         Insert section `Japanese manual' in menu.
9782 2003-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
9784         * eshell.texi (Known Problems): Add doc item.
9786 2003-11-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
9788         * cc-mode.texi: Update for CC Mode 5.30.
9790         Note: Please refrain from doing purely cosmetic changes like
9791         removing trailing whitespace in this manual; it clobbers cvs
9792         merging for no good reason.
9794 2003-11-02  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
9796         * man/ediff.texi, man/tramp.texi, man/vip.texi, man/viper.texi:
9797         * man/widget.texi, man/woman.texi: Replace @sc{ascii} and ASCII with
9798         @acronym{ASCII}.
9800 2003-10-26  Karl Berry  <karl@gnu.org>
9802         * info.texi (Info Search): Echo area, not echo are.  From Debian
9803         diff.
9805 2003-10-26  Per Abrahamsen  <abraham@dina.kvl.dk>
9807         * widget.texi (Defining New Widgets): Document new behavior of
9808         :buttons and :children keywords.
9810 2003-10-22  Miles Bader  <miles@gnu.org>
9812         * Makefile.in (info): Move before $(top_srcdir)/info.
9814 2003-10-17  Thien-Thi Nguyen  <ttn@gnu.org>
9816         * tramp.texi (Inline methods): Small grammar fix.
9817         (External transfer methods): Likewise.
9819 2003-10-08  Nick Roberts  <nick@nick.uklinux.net>
9821         * speedbar.texi: Remove paragraph for GUD that is no longer true.
9823 2003-10-06  Luc Teirlinck  <teirllm@auburn.edu>
9825         * texinfo.tex: Replace `%' in arch tagline by @ignore.
9827 2003-09-30  Richard M. Stallman  <rms@gnu.org>
9829         * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T.
9831         * widget.texi (User Interface): Fix typos.
9833         * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}.
9835 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
9837         * pcl-cvs.texi (Selected Files): Fix typo.
9839 2003-09-21  Karl Berry  <karl@gnu.org>
9841         * info.texi (] and [ commands): No period at end of section title.
9843 2003-09-04  Miles Bader  <miles@gnu.org>
9845         * Makefile.in (top_srcdir): New variable.
9846         ($(top_srcdir)/info): New rule.
9847         (info): Depend on it.
9849 2003-09-03  Peter Runestig  <peter@runestig.com>
9851         * makefile.w32-in: New file.
9853 2003-08-26  Per Abrahamsen  <abraham@dina.kvl.dk>
9855         * widget.texi (User Interface): Explain the need of static text
9856         around an editable field.
9858 2003-08-19  Luc Teirlinck  <teirllm@mail.auburn.edu>
9860         * widget.texi (Basic Types): The argument to `:help-echo' can now
9861         be a form that evaluates to a string.
9863 2003-08-18  Kim F. Storm  <storm@cua.dk>
9865         * calc.texi (Queries in Macros): Update xref to keyboard macro query.
9867 2003-08-16  Richard M. Stallman  <rms@gnu.org>
9869         * dired-x.texi (Shell Command Guessing): Explain *.
9871 2003-08-16  Chunyu Wang  <spr@db.cs.hit.edu.cn>  (tiny change)
9873         * pcl-cvs.texi (Log Edit Mode): Fix key binding for
9874         log-edit-insert-changelog.
9876 2003-08-03  Karl Berry  <karl@gnu.org>
9878         * info.texi: Need @contents.
9880 2003-07-20  Kai Großjohann  <kai.grossjohann@gmx.net>
9882         Tramp version 2.0.36 released.
9884         * tramp.texi (Remote shell setup): Explain about problems with
9885         non-Bourne commands in ~/.profile and ~/.shrc.
9887 2003-07-07  Luc Teirlinck  <teirllm@mail.auburn.edu>
9889         * info.texi (Help-Inv, Help-M, Help-Xref): Update following
9890         renaming of `vis-mode' to `visible-mode'.
9892 2003-07-04  Luc Teirlinck  <teirllm@mail.auburn.edu>
9894         * info.texi (Top, Help-Small-Screen): Remove accidentally added
9895         next, prev and up pointers.
9897 2003-07-02  Luc Teirlinck  <teirllm@mail.auburn.edu>
9899         * info.texi (Help): Mention existence of Emacs and stand-alone
9900         Info at the very beginning of the tutorial.
9901         (Help-Inv): New node.
9902         (Help-]): New node.
9903         (Help-M): Systematically point out the differences between default
9904         Emacs and stand-alone versions.  Delete second menu.
9905         (Help-Xref): Systematically point out the differences between
9906         default Emacs and stand-alone versions.
9907         (Help-Int): Change `l' example.
9908         (Expert Info): Fix typos.
9909         (Emacs Info Variables): Mention `Info-hide-note-references' and
9910         new default for `Info-scroll-prefer-subnodes'.
9912 2003-06-17  Kai Großjohann  <kai.grossjohann@gmx.net>
9914         Version 2.0.35 of Tramp released.
9916         * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
9917         (Inline methods): Add methods `remsh' and `plink1'.
9918         (External transfer methods): Add method `remcp'.
9919         (Multi-hop Methods): Add method `remsh'.
9920         Small patch from Adrian Aichner <adrian@xemacs.org>:
9921         Fix minor typos.
9922         (Concept Index): Add to make manual searchable via
9923         `Info-index'.
9924         (Version Control): Add cindex entry.
9926 2003-05-24  Kai Großjohann  <kai.grossjohann@gmx.net>
9928         * trampver.texi: Version 2.0.34 released.
9930 2003-05-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
9932         * faq.texi: Improve previous changes.
9934 2003-05-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
9936         * faq.texi: Update copyright and maintenance details.
9937         Update some package URLs, versions, and maintainers.
9938         Remove many references to the Emacs Lisp Archive.
9940 2003-04-23  Simon Josefsson  <jas@extundo.com>
9942         * smtpmail.texi: Fix license (the invariant sections mentioned has
9943         never been part of the smtp manual).  Align info dir entry with
9944         other emacs packages.
9946 2003-04-08  Michael Albinus  <Michael.Albinus@alcatel.de>
9948         * tramp.texi: Version 2.0.33 released.
9949         Remove installation chapter.  Remove XEmacs specifics.
9951 2003-03-29  Richard M. Stallman  <rms@gnu.org>
9953         * tramp.texi (Top): Undo the previous renaming.
9954         (emacs-other-name, emacs-other-dir, emacs-other-file-name): Delete.
9956 2003-03-29  Kai Großjohann  <kai.grossjohann@gmx.net>
9958         * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
9959         version of manual.
9961         * tramp.texi (Auto-save and Backup): New node.
9963 2003-03-29  Michael Albinus  <Michael.Albinus@alcatel.de>
9965         * tramp.texi (Top): Include trampver.texi.  Rename "Emacs" to "GNU
9966         Emacs" in order to have better differentiation to "XEmacs".
9967         `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
9968         are new macros in order to point to the other Emacs flavor where
9969         appropriate.  In info case, point to node `Installation' in order
9970         to explain how to generate the other way.  In html case, make a
9971         link to the other html file.
9972         (Obtaining TRAMP): Add a paragraph saying to perform `autoconf'
9973         after CVS checkout/update.
9974         (Installation): Completely rewritten.
9975         (Installation parameters, Load paths): New sections under
9976         `Installation'.
9978 2003-02-28  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
9980         * tramp.texi: Version 2.0.30 released.
9981         Replace word "path" with "localname" where used as a component of
9982         a Tramp file name.
9984 2003-02-28  Michael Albinus  <Michael.Albinus@alcatel.de>
9986         * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
9987         introduced.
9988         (Installation): Explain what to do if files from the tramp/contrib
9989         directory are needed.
9991 2003-02-23  Alex Schroeder  <alex@emacswiki.org>
9993         * smtpmail.texi (How Mail Works): New.
9995 2003-02-22  Alex Schroeder  <alex@emacswiki.org>
9997         * smtpmail.texi: New file.
9999         * Makefile.in: Build SMTP manual.
10001 2003-02-05  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
10003         * tramp.texi: Version 2.0.29 released.
10004         (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
10005         M-x makeinfo-buffer RET.  Reported by gebser@ameritech.net.
10007 2003-02-01  Michael Albinus  <Michael.Albinus@alcatel.de>
10009         * tramp.texi (Frequently Asked Questions): Explain a workaround if
10010         another package loads accidentally Ange-FTP.
10012 2003-01-24  Michael Albinus  <Michael.Albinus@alcatel.de>
10014         * tramp.texi (Customizing Completion): Add function
10015         `tramp-parse-sconfig'.  Change example of
10016         `tramp-set-completion-function', because parsing of ssh config
10017         files looks more natural.
10019 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
10021         * gnus.texi: Do not use `path' in several locations.
10023 2002-12-26  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
10025         * tramp.texi (External transfer methods): New method `smb'.
10026         From Michael Albinus.
10028 2002-11-05  Karl Berry  <karl@gnu.org>
10030         * info.texi (Info-fontify): Reorder face list to avoid bad line
10031         breaks.
10033 2002-10-06  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10035         * tramp.texi: Move @copying to standard place.
10036         Use @insertcopying.
10038 2002-10-02  Karl Berry  <karl@gnu.org>
10040         * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
10041         dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi
10042         eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
10043         message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
10044         speedbar.texi vip.texi viper.texi widget.texi woman.texi):
10045         Per rms, update all manuals to use @copying instead of @ifinfo.
10046         Also use @ifnottex instead of @ifinfo around the top node, where
10047         needed for the sake of the HTML output.
10048         (The Gnus manual is not fixed since it's not clear to me how it
10049         works; and the Tramp manual already uses @copying, although in an
10050         unusual way.  All others were changed.)
10052 2002-09-10  Jonathan Yavner  <jyavner@engineer.com>
10054         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
10055         (../info/ses, ses.dvi): New targets.
10056         * ses.texi: New file.
10058 2002-09-06  Pavel Janík  <Pavel@Janik.cz>
10060         * texinfo.tex: Update to texinfo 4.2.
10062 2002-08-27  Carsten Dominik  <dominik@sand.science.uva.nl>
10064         * reftex.texi: Update to RefTeX 4.19.
10066 2002-06-17  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10068         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
10069         (../info/tramp, tramp.dvi): New targets.
10071 2002-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
10073         * Makefile.in (DVI_TARGETS): Add calc.dvi.
10074         (calc.dvi): Uncomment.
10076 2001-11-07  Eli Zaretskii  <eliz@is.elta.co.il>
10078         * Makefile.in (INFO_TARGETS): Add ../info/calc.
10079         (../info/calc): New target.
10081 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
10083         * (Version 21.1 released.)
10085 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
10087         * Branch for 21.1.
10089 2001-04-14  Eli Zaretskii  <eliz@is.elta.co.il>
10091         * Makefile.in (../info/info): Use an explicit -o switch to
10092         makeinfo.
10094 2001-03-05  Gerd Moellmann  <gerd@gnu.org>
10096         * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
10098 2000-12-20  Eli Zaretskii  <eliz@is.elta.co.il>
10100         * Makefile.in (../info/idlwave): Use --no-split.
10102 2000-12-14  Dave Love  <fx@gnu.org>
10104         * Makefile.in (mostlyclean): Remove gnustmp.*.
10105         (gnus.dvi): Change rule to remove @latex stuff.
10107 2000-10-19  Eric M. Ludlam  <zappo@ultranet.com>
10109         * Makefile.in (Speedbar): Add build targets for speedbar.texi.
10111 2000-10-13  John Wiegley  <johnw@gnu.org>
10113         * Makefile.in: Add build targets for eshell.texi.
10115 2000-09-25  Gerd Moellmann  <gerd@gnu.org>
10117         * Makefile.in: Remove/comment speedbar stuff.
10119 2000-09-22  Dave Love  <fx@gnu.org>
10121         * Makefile.in: Add emacs-mime.
10123 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
10125         * Makefile.in (INFO_TARGETS): Add ../info/woman.
10126         (DVI_TARGETS): Add woman.dvi.
10127         (../info/woman, woman.dvi): New targets.
10129 2000-05-31  Stefan Monnier  <monnier@cs.yale.edu>
10131         * .cvsignore (*.tmp): New entry.  Seems to be used for @macro.
10133         * pcl-cvs.texi: New file.
10134         * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
10135         (../info/pcl-cvs, pcl-cvs.dvi): New targets.
10137 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
10139         * Makefile.in (INFO_TARGETS): Add info/ebrowse.
10140         (../info/ebrowse, ebrowse.dvi): New targets.
10142 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
10144         * Makefile.in (INFO_TARGETS): Add eudc.
10145         (DVI_TARGETS): Add eudc.dvi.
10146         (../info/eudc, eudc.dvi): New targets.
10148 2000-01-05  Eli Zaretskii  <eliz@is.elta.co.il>
10150         * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
10151         compatibility with 8+3 filesystems).
10152         (../info/efaq): Rename from emacs-faq.
10154 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
10156         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
10157         (../info/idlwave, idlwave.dvi): New targets.
10159 1999-10-23  Dave Love  <fx@gnu.org>
10161         * Makefile.in: Use autotype.texi.
10163 1999-10-12  Stefan Monnier  <monnier@cs.yale.edu>
10165         * Makefile.in (faq): Use ../info/emacs-faq.info (as specified in the
10166         faq.texi file) rather than ../info/faq.
10168 1999-10-07  Gerd Moellmann  <gerd@gnu.org>
10170         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
10171         (../info/ada-mode, ada-mode.dvi): New targets.
10173 1999-09-01  Dave Love  <fx@gnu.org>
10175         * Makefile.in: Add faq.
10177 1999-07-12  Richard Stallman  <rms@gnu.org>
10179         * Version 20.4 released.
10181 1998-08-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
10183         * Version 20.3 released.
10185 1998-04-06  Andreas Schwab  <schwab@gnu.org>
10187         * Makefile.in (ENVADD): Environment vars to pass to texi2dvi.
10188         Use it in dvi targets.
10189         (../etc/GNU): Change to $(srcdir) first.
10191 1998-03-11  Carsten Dominik  <cd@delysid.gnu.org>
10193         * reftex.texi: Update for RefTeX version 3.22.
10195 1998-02-08  Richard Stallman  <rms@psilocin.gnu.org>
10197         * Makefile.in (reftex.dvi, ../info/reftex): New targets.
10198         (INFO_TARGETS, DVI_TARGETS): Add the new targets.
10200 1997-09-23  Paul Eggert  <eggert@twinsun.com>
10202         * Makefile.in: Merge changes mistakenly made to `Makefile'.
10203         (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
10205 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
10207         * Version 20.2 released.
10209 1997-09-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
10211         * Version 20.1 released.
10213 1997-07-10  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
10215         * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
10217 1996-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
10219         * Version 19.33 released.
10221 1996-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
10223         * Version 19.32 released.
10225 1996-06-27  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
10227         * Makefile.in: Add rules for the Message manual.
10229 1996-06-26  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
10231         * gnus.texi: New version.
10233         * message.texi: New manual.
10235 1996-06-20  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
10237         * Makefile.in (All info targets): cd $(srcdir) to do the work.
10239 1996-06-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
10241         * Makefile.in (All info targets): Specify $(srcdir) in input files.
10242         Specify -I option.
10243         (All dvi targets): Set the TEXINPUTS variable.
10245 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>
10247         * Version 19.31 released.
10249 1996-01-07  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
10251         * Makefile.in (../info/ccmode): Rename from ../info/cc-mode.
10252         (INFO_TARGETS): Use new name.  This avoids name conflict on MSDOS.
10254 1995-11-29  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
10256         * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
10257         (INFO_TARGETS): Add ../info/cc-mode.
10258         (DVI_TARGETS): Add cc-mode.dvi.
10260 1995-11-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
10262         * Version 19.30 released.
10264 1995-11-04  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
10266         * gnus.texi: New file.
10268 1995-11-04  Erik Naggum  <erik@naggum.no>
10270         * gnus.texi: File deleted.
10272 1995-11-02  Stephen Gildea  <gildea@stop.mail-abuse.org>
10274         * mh-e.texi: "Function Index" -> "Command Index" to work with
10275         Emacs 19.30 C-h C-k support of separately-documented commands.
10277 1995-06-26  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
10279         * Makefile.in (../info/ediff, ediff.dvi): New targets.
10280         (INFO_TARGETS, DVI_TARGETS): Add those new targets.
10282 1995-04-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
10284         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
10285         (../info/viper, viper.dvi): New targets.
10287 1995-04-20  Kevin Rodgers  <kevinr@ihs.com>
10289         * dired-x.texi (Installation): Change the example to set
10290         buffer-local variables like dired-omit-files-p in
10291         dired-mode-hook.
10293 1995-04-17  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
10295         * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
10296         (../info/mh-e, mh-e.dvi): New targets.
10298 1995-02-07  Richard Stallman  <rms@pogo.gnu.ai.mit.edu>
10300         * Makefile.in (maintainer-clean): Rename from realclean.
10302 1994-11-23  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
10304         * Makefile.in: New file.
10305         * Makefile: File deleted.
10307 1994-11-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
10309         * Makefile (TEXINDEX_OBJS): Variable deleted.
10310         (texindex, texindex.o, getopt.o): Rules deleted.
10311         All deps on texindex deleted.
10312         (distclean): Don't delete texindex.
10313         (mostlyclean): Don't delete *.o.
10314         * texindex.c, getopt.c: Files deleted.
10316 1994-09-07  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
10318         * Version 19.26 released.
10320 1994-05-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10322         * Version 19.25 released.
10324 1994-05-23  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10326         * Version 19.24 released.
10328 1994-05-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10330         * Version 19.23 released.
10332 1994-04-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10334         * Makefile: Delete spurious tab.
10336 1994-02-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10338         * Makefile (.SUFFIXES): New rule.
10340 1994-01-15  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10342         * Makefile (dired-x.dvi, ../info/dired-x): New targets.
10343         (INFO_TARGETS, DVI_TARGETS): Add the new targets.
10345 1994-01-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10347         * Makefile (../info/sc): Rename from sc.info.
10348         (../info/cl): Likewise.
10349         (INFO_TARGETS): Use new names.
10351 1993-12-04  Richard Stallman  (rms@srarc2)
10353         * getopt.c: New file.
10354         * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
10355         (getopt.o): New rule.
10356         (dvi): Don't depend on texindex.
10357         (cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
10358         Depend on texindex.
10360 1993-12-03  Richard Stallman  (rms@srarc2)
10362         * Makefile (../info/sc.info): Rename from ../info/sc.
10363         (TEXI2DVI): New variable.
10364         (cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
10365         Add explicit commands.
10366         (TEXINDEX_OBJS): Delete duplicate getopt.o.
10368 1993-11-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10370         * Version 19.22 released.
10372 1993-11-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10374         * Makefile (TEXINDEX_OBJS): Delete spurious period.
10376 1993-11-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10378         * Version 19.21 released.
10380 1993-11-15  Paul Eggert  (eggert@twinsun.com)
10382         * man/Makefile (../info/cl.info): Rename from ../info/cl.
10384 1993-11-15  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10386         * Makefile (../etc/GNU): New target.
10387         (EMACSSOURCES): Add gnu1.texi.
10389 1993-11-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10391         * Makefile (realclean): Don't delete the Info files.
10393 1993-10-25  Brian J. Fox  (bfox@albert.gnu.ai.mit.edu)
10395         * forms.texi: Fix forms.texi so that it will format correctly.
10396         Add missing `@end iftex', fix bad reference.
10398         * info.texi, info-stn.texi: New files implement texinfo version of
10399         `info' file.
10401 1993-10-20  Brian J. Fox  (bfox@ai.mit.edu)
10403         * Makefile: Fix targets for texindex, new info.texi files.
10404         * info-stnd.texi: New file implements info for standalone info
10405         reader.
10406         * info.texi: Update to include recent changes to "../info/info".
10407         New source file for ../info/info; includes info-stnd.texi.
10409         * texindex.c: Include "../src/config.h" if building in emacs.
10411         * Makefile: Change all files to FILENAME.texi, force all targets
10412         to be FILENAME, not FILENAME.info.  This changes sc.texinfo,
10413         vip.texinfo, forms.texinfo, cl.texinfo.
10414         Add target to build texindex.c, defining `emacs'.
10416         * forms.texi: Install new file to match version 2.3 of forms.el.
10418 1993-08-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10420         * Version 19.19 released.
10422 1993-08-10  Simon Leinen  (simon@lia.di.epfl.ch)
10424         * sc.texinfo: Fix info file name.
10426         * Makefile (info): Add gnus and sc.
10427         (dvi): Add gnus.dvi and sc.dvi.
10428         (../info/sc, sc.dvi): New targets.
10430 1993-08-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10432         * Version 19.18 released.
10434 1993-07-20  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10436         * Makefile: Fix source file names of the separate manuals.
10437         (gnus.dvi, ../info/gnus): New targets.
10439 1993-07-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10441         * Version 19.17 released.
10443 1993-07-10  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10445         * split-man: Fix typos in last change.
10447 1993-07-06  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
10449         * Version 19.16 released.
10451 1993-06-19  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10453         * version 19.15 released.
10455 1993-06-18  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
10457         * Makefile (distclean): It's rm, not rf.
10459 1993-06-17  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10461         * Version 19.14 released.
10463 1993-06-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10465         * Makefile: New file.
10467 1993-06-08  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10469         * Version 19.13 released.
10471 1993-05-27  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
10473         * Version 19.9 released.
10475 1993-05-25  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10477         * Version 19.8 released.
10479 1993-05-22  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
10481         * Version 19.7 released.
10483 1990-08-30  David Lawrence  (tale@pogo.ai.mit.edu)
10485         * gnus.texinfo: New file.  Removed installation instructions.
10487 1990-05-25  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
10489         * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
10491 1989-01-17  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
10493         * texinfo.tex: Change spelling of `\sc' font to `\smallcaps' and
10494         then define `\sc' as the command for smallcaps in Texinfo.
10495         This means that the @sc command will produce small caps.  bfox has
10496         made the corresponding change to makeinfo and texinfm.el.
10498 1988-08-16  Robert J. Chassell  (bob@frosted-flakes.ai.mit.edu)
10500         * vip.texinfo: Remove menu entry Adding Lisp Code in node
10501         Customization since the menu entry did not point to anything.
10502         Also add an @finalout command to remove overfull hboxes from the
10503         printed output.
10505         * cl.texinfo: Add @bye, \input line and @settitle to file.
10506         This file is clearly intended to be a chapter of some other work,
10507         but the other work does not yet exist.
10509 1988-07-25  Robert J. Chassell  (bob@frosted-flakes.ai.mit.edu)
10511         * texinfo.texinfo: Three typos corrected.
10513 ;; Local Variables:
10514 ;; coding: utf-8
10515 ;; End:
10517   Copyright (C) 1993-1999, 2001-2013 Free Software Foundation, Inc.
10519   This file is part of GNU Emacs.
10521   GNU Emacs is free software: you can redistribute it and/or modify
10522   it under the terms of the GNU General Public License as published by
10523   the Free Software Foundation, either version 3 of the License, or
10524   (at your option) any later version.
10526   GNU Emacs is distributed in the hope that it will be useful,
10527   but WITHOUT ANY WARRANTY; without even the implied warranty of
10528   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10529   GNU General Public License for more details.
10531   You should have received a copy of the GNU General Public License
10532   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.